|
@@ 6973-7006 (lines=34) @@
|
| 6970 |
|
""); |
| 6971 |
|
}]); |
| 6972 |
|
|
| 6973 |
|
angular.module("uib/template/datepicker/day.html", []).run(["$templateCache", function($templateCache) { |
| 6974 |
|
$templateCache.put("uib/template/datepicker/day.html", |
| 6975 |
|
"<table class=\"uib-daypicker\" role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n" + |
| 6976 |
|
" <thead>\n" + |
| 6977 |
|
" <tr>\n" + |
| 6978 |
|
" <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-left\"></i></button></th>\n" + |
| 6979 |
|
" <th colspan=\"{{::5 + showWeeks}}\"><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm uib-title\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\"><strong>{{title}}</strong></button></th>\n" + |
| 6980 |
|
" <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-right\"></i></button></th>\n" + |
| 6981 |
|
" </tr>\n" + |
| 6982 |
|
" <tr>\n" + |
| 6983 |
|
" <th ng-if=\"showWeeks\" class=\"text-center\"></th>\n" + |
| 6984 |
|
" <th ng-repeat=\"label in ::labels track by $index\" class=\"text-center\"><small aria-label=\"{{::label.full}}\">{{::label.abbr}}</small></th>\n" + |
| 6985 |
|
" </tr>\n" + |
| 6986 |
|
" </thead>\n" + |
| 6987 |
|
" <tbody>\n" + |
| 6988 |
|
" <tr class=\"uib-weeks\" ng-repeat=\"row in rows track by $index\">\n" + |
| 6989 |
|
" <td ng-if=\"showWeeks\" class=\"text-center h6\"><em>{{ weekNumbers[$index] }}</em></td>\n" + |
| 6990 |
|
" <td ng-repeat=\"dt in row\" class=\"uib-day text-center\" role=\"gridcell\"\n" + |
| 6991 |
|
" id=\"{{::dt.uid}}\"\n" + |
| 6992 |
|
" ng-class=\"::dt.customClass\">\n" + |
| 6993 |
|
" <button type=\"button\" class=\"btn btn-default btn-sm\"\n" + |
| 6994 |
|
" uib-is-class=\"\n" + |
| 6995 |
|
" 'btn-info' for selectedDt,\n" + |
| 6996 |
|
" 'active' for activeDt\n" + |
| 6997 |
|
" on dt\"\n" + |
| 6998 |
|
" ng-click=\"select(dt.date)\"\n" + |
| 6999 |
|
" ng-disabled=\"::dt.disabled\"\n" + |
| 7000 |
|
" tabindex=\"-1\"><span ng-class=\"::{'text-muted': dt.secondary, 'text-info': dt.current}\">{{::dt.label}}</span></button>\n" + |
| 7001 |
|
" </td>\n" + |
| 7002 |
|
" </tr>\n" + |
| 7003 |
|
" </tbody>\n" + |
| 7004 |
|
"</table>\n" + |
| 7005 |
|
""); |
| 7006 |
|
}]); |
| 7007 |
|
|
| 7008 |
|
angular.module("uib/template/datepicker/month.html", []).run(["$templateCache", function($templateCache) { |
| 7009 |
|
$templateCache.put("uib/template/datepicker/month.html", |
|
@@ 7038-7066 (lines=29) @@
|
| 7035 |
|
""); |
| 7036 |
|
}]); |
| 7037 |
|
|
| 7038 |
|
angular.module("uib/template/datepicker/year.html", []).run(["$templateCache", function($templateCache) { |
| 7039 |
|
$templateCache.put("uib/template/datepicker/year.html", |
| 7040 |
|
"<table class=\"uib-yearpicker\" role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n" + |
| 7041 |
|
" <thead>\n" + |
| 7042 |
|
" <tr>\n" + |
| 7043 |
|
" <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-left\"></i></button></th>\n" + |
| 7044 |
|
" <th colspan=\"{{::columns - 2}}\"><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm uib-title\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\"><strong>{{title}}</strong></button></th>\n" + |
| 7045 |
|
" <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-right\"></i></button></th>\n" + |
| 7046 |
|
" </tr>\n" + |
| 7047 |
|
" </thead>\n" + |
| 7048 |
|
" <tbody>\n" + |
| 7049 |
|
" <tr class=\"uib-years\" ng-repeat=\"row in rows track by $index\">\n" + |
| 7050 |
|
" <td ng-repeat=\"dt in row\" class=\"uib-year text-center\" role=\"gridcell\"\n" + |
| 7051 |
|
" id=\"{{::dt.uid}}\"\n" + |
| 7052 |
|
" ng-class=\"::dt.customClass\">\n" + |
| 7053 |
|
" <button type=\"button\" class=\"btn btn-default\"\n" + |
| 7054 |
|
" uib-is-class=\"\n" + |
| 7055 |
|
" 'btn-info' for selectedDt,\n" + |
| 7056 |
|
" 'active' for activeDt\n" + |
| 7057 |
|
" on dt\"\n" + |
| 7058 |
|
" ng-click=\"select(dt.date)\"\n" + |
| 7059 |
|
" ng-disabled=\"::dt.disabled\"\n" + |
| 7060 |
|
" tabindex=\"-1\"><span ng-class=\"::{'text-info': dt.current}\">{{::dt.label}}</span></button>\n" + |
| 7061 |
|
" </td>\n" + |
| 7062 |
|
" </tr>\n" + |
| 7063 |
|
" </tbody>\n" + |
| 7064 |
|
"</table>\n" + |
| 7065 |
|
""); |
| 7066 |
|
}]); |
| 7067 |
|
|
| 7068 |
|
angular.module("uib/template/datepickerPopup/popup.html", []).run(["$templateCache", function($templateCache) { |
| 7069 |
|
$templateCache.put("uib/template/datepickerPopup/popup.html", |
|
@@ 7008-7036 (lines=29) @@
|
| 7005 |
|
""); |
| 7006 |
|
}]); |
| 7007 |
|
|
| 7008 |
|
angular.module("uib/template/datepicker/month.html", []).run(["$templateCache", function($templateCache) { |
| 7009 |
|
$templateCache.put("uib/template/datepicker/month.html", |
| 7010 |
|
"<table class=\"uib-monthpicker\" role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n" + |
| 7011 |
|
" <thead>\n" + |
| 7012 |
|
" <tr>\n" + |
| 7013 |
|
" <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-left\"></i></button></th>\n" + |
| 7014 |
|
" <th><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm uib-title\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\"><strong>{{title}}</strong></button></th>\n" + |
| 7015 |
|
" <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-right\"></i></button></th>\n" + |
| 7016 |
|
" </tr>\n" + |
| 7017 |
|
" </thead>\n" + |
| 7018 |
|
" <tbody>\n" + |
| 7019 |
|
" <tr class=\"uib-months\" ng-repeat=\"row in rows track by $index\">\n" + |
| 7020 |
|
" <td ng-repeat=\"dt in row\" class=\"uib-month text-center\" role=\"gridcell\"\n" + |
| 7021 |
|
" id=\"{{::dt.uid}}\"\n" + |
| 7022 |
|
" ng-class=\"::dt.customClass\">\n" + |
| 7023 |
|
" <button type=\"button\" class=\"btn btn-default\"\n" + |
| 7024 |
|
" uib-is-class=\"\n" + |
| 7025 |
|
" 'btn-info' for selectedDt,\n" + |
| 7026 |
|
" 'active' for activeDt\n" + |
| 7027 |
|
" on dt\"\n" + |
| 7028 |
|
" ng-click=\"select(dt.date)\"\n" + |
| 7029 |
|
" ng-disabled=\"::dt.disabled\"\n" + |
| 7030 |
|
" tabindex=\"-1\"><span ng-class=\"::{'text-info': dt.current}\">{{::dt.label}}</span></button>\n" + |
| 7031 |
|
" </td>\n" + |
| 7032 |
|
" </tr>\n" + |
| 7033 |
|
" </tbody>\n" + |
| 7034 |
|
"</table>\n" + |
| 7035 |
|
""); |
| 7036 |
|
}]); |
| 7037 |
|
|
| 7038 |
|
angular.module("uib/template/datepicker/year.html", []).run(["$templateCache", function($templateCache) { |
| 7039 |
|
$templateCache.put("uib/template/datepicker/year.html", |