dts-backoffice-kendo-grid 5.0.0 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bundles/dts-backoffice-kendo-grid.umd.js +61 -3
- package/bundles/dts-backoffice-kendo-grid.umd.js.map +1 -1
- package/dts-backoffice-kendo-grid.metadata.json +1 -1
- package/esm2015/lib/components/dts-kendo-grid/external/e-po-calendar/e-po-calendar.component.js +2 -2
- package/fesm2015/dts-backoffice-kendo-grid.js +1 -1
- package/fesm2015/dts-backoffice-kendo-grid.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Documentação do Dts Kendo GRID
|
|
2
2
|
|
|
3
|
-
ÚLTIMA VERSÃO: **
|
|
3
|
+
ÚLTIMA VERSÃO: **5.0.2 (13-06-2022)** **([**VER CHANGE LOG**](https://github.com/ModernizaDatasul/dts-backoffice-util/blob/master/projects/dts-backoffice-kendo-grid/CHANGELOG.md))**
|
|
4
4
|
|
|
5
5
|
<br>
|
|
6
6
|
|
|
@@ -71,6 +71,64 @@
|
|
|
71
71
|
function __param(paramIndex, decorator) {
|
|
72
72
|
return function (target, key) { decorator(target, key, paramIndex); };
|
|
73
73
|
}
|
|
74
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
75
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function")
|
|
76
|
+
throw new TypeError("Function expected"); return f; }
|
|
77
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
78
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
79
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
80
|
+
var _, done = false;
|
|
81
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
82
|
+
var context = {};
|
|
83
|
+
for (var p in contextIn)
|
|
84
|
+
context[p] = p === "access" ? {} : contextIn[p];
|
|
85
|
+
for (var p in contextIn.access)
|
|
86
|
+
context.access[p] = contextIn.access[p];
|
|
87
|
+
context.addInitializer = function (f) { if (done)
|
|
88
|
+
throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
89
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
90
|
+
if (kind === "accessor") {
|
|
91
|
+
if (result === void 0)
|
|
92
|
+
continue;
|
|
93
|
+
if (result === null || typeof result !== "object")
|
|
94
|
+
throw new TypeError("Object expected");
|
|
95
|
+
if (_ = accept(result.get))
|
|
96
|
+
descriptor.get = _;
|
|
97
|
+
if (_ = accept(result.set))
|
|
98
|
+
descriptor.set = _;
|
|
99
|
+
if (_ = accept(result.init))
|
|
100
|
+
initializers.push(_);
|
|
101
|
+
}
|
|
102
|
+
else if (_ = accept(result)) {
|
|
103
|
+
if (kind === "field")
|
|
104
|
+
initializers.push(_);
|
|
105
|
+
else
|
|
106
|
+
descriptor[key] = _;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
if (target)
|
|
110
|
+
Object.defineProperty(target, contextIn.name, descriptor);
|
|
111
|
+
done = true;
|
|
112
|
+
}
|
|
113
|
+
;
|
|
114
|
+
function __runInitializers(thisArg, initializers, value) {
|
|
115
|
+
var useValue = arguments.length > 2;
|
|
116
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
117
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
118
|
+
}
|
|
119
|
+
return useValue ? value : void 0;
|
|
120
|
+
}
|
|
121
|
+
;
|
|
122
|
+
function __propKey(x) {
|
|
123
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
|
124
|
+
}
|
|
125
|
+
;
|
|
126
|
+
function __setFunctionName(f, name, prefix) {
|
|
127
|
+
if (typeof name === "symbol")
|
|
128
|
+
name = name.description ? "[".concat(name.description, "]") : "";
|
|
129
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
130
|
+
}
|
|
131
|
+
;
|
|
74
132
|
function __metadata(metadataKey, metadataValue) {
|
|
75
133
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
76
134
|
return Reflect.metadata(metadataKey, metadataValue);
|
|
@@ -102,7 +160,7 @@
|
|
|
102
160
|
function step(op) {
|
|
103
161
|
if (f)
|
|
104
162
|
throw new TypeError("Generator is already executing.");
|
|
105
|
-
while (_)
|
|
163
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
|
106
164
|
try {
|
|
107
165
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
108
166
|
return t;
|
|
@@ -270,7 +328,7 @@
|
|
|
270
328
|
function __asyncDelegator(o) {
|
|
271
329
|
var i, p;
|
|
272
330
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
273
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
331
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
274
332
|
}
|
|
275
333
|
function __asyncValues(o) {
|
|
276
334
|
if (!Symbol.asyncIterator)
|
|
@@ -4577,7 +4635,7 @@
|
|
|
4577
4635
|
EpoCalendarComponent.decorators = [
|
|
4578
4636
|
{ type: core.Component, args: [{
|
|
4579
4637
|
selector: 'e-po-calendar',
|
|
4580
|
-
template: "<div class=\"po-calendar-overlay\" [class.po-invisible]=\"overlayInvisible\"></div>\n\n<div *ngIf=\"visible\" [ngClass]=\"setMobileVisualization()\">\n\n <div *ngIf=\"dayVisible\" #days>\n <div class=\"po-calendar-
|
|
4638
|
+
template: "<div class=\"po-calendar-overlay\" [class.po-invisible]=\"overlayInvisible\"></div>\r\n\r\n<div *ngIf=\"visible\" [ngClass]=\"setMobileVisualization()\">\r\n\r\n <div *ngIf=\"dayVisible\" #days>\r\n <div class=\"po-calendar-header\">\r\n <span class=\"po-calendar-header-left po-icon po-icon-arrow-left\" (click)=\"onPrevMonth()\"></span>\r\n <div class=\"po-calendar-header-title\" attr-calendar>\r\n <span class=\"d-no-close-edit po-clickable po-mr-1\" (click)=\"selectMonth()\">{{ displayMonth }}</span>\r\n <span class=\"d-no-close-edit po-clickable\" (click)=\"selectYear()\">{{ displayYear }}</span>\r\n </div>\r\n <span class=\"po-calendar-header-right po-icon po-icon-arrow-right\" (click)=\"onNextMonth()\"></span>\r\n </div>\r\n\r\n <div class=\"po-calendar-content\">\r\n <div class=\"po-calendar-labels\">\r\n <div class=\"po-calendar-label\" *ngFor=\"let day of displayWeedDays\">\r\n {{ day.toLowerCase() }}\r\n </div>\r\n </div>\r\n\r\n <div class=\"po-calendar-content-list-day\">\r\n <div *ngFor=\"let day of displayDays\"\r\n class=\"d-no-close-edit po-calendar-day po-calendar-box-background\"\r\n (click)=\"onSelectDate(day)\"\r\n [ngClass]=\"getDayBackgroundColor(day)\">\r\n <span *ngIf=\"day != 0\" class=\"d-no-close-edit\" [ngClass]=\"getDayForegroundColor(day)\">\r\n {{ day.getDate() }}\r\n </span>\r\n </div>\r\n </div>\r\n\r\n <div class=\"d-calendar-today\">\r\n <span class=\"d-no-close-edit po-clickable\" (click)=\"selectToday()\">{{ getWordToday() }}</span>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div *ngIf=\"monthVisible\" #months>\r\n <div class=\"po-calendar-header\">\r\n <span class=\"po-calendar-header-left po-icon po-icon-arrow-left\" (click)=\"updateYear(-1)\"></span>\r\n <div class=\"po-calendar-header-title\" attr-calendar>\r\n <span class=\"d-no-close-edit po-clickable\" (click)=\"selectYear()\">{{ displayYear }}</span>\r\n </div>\r\n <span class=\"po-calendar-header-right po-icon po-icon-arrow-right\" (click)=\"updateYear(1)\"></span>\r\n </div>\r\n\r\n <div class=\"po-calendar-content\">\r\n <div class=\"po-calendar-labels\">\r\n <div class=\"po-calendar-label\">\r\n {{ getWordMonth() }}\r\n </div>\r\n </div>\r\n\r\n <div class=\"po-calendar-content-list-month\">\r\n <div *ngFor=\"let month of displayMonths; let i = index\"\r\n class=\"d-no-close-edit po-calendar-month\"\r\n (click)=\"onSelectMonth(displayYear, i)\"\r\n [ngClass]=\"getBackgroundColor(i, displayMonthNumber)\"\r\n attr-calendar>\r\n <span class=\"d-no-close-edit\" [ngClass]=\"getForegroundColor(i, displayMonthNumber)\">\r\n {{ month }}\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div *ngIf=\"yearVisible\" #years>\r\n <div class=\"po-calendar-header\">\r\n <span class=\"po-calendar-header-left po-icon po-icon-arrow-left\" (click)=\"updateYear(-10)\"></span>\r\n <div class=\"po-calendar-header-title\">\r\n {{ displayStartDecade }} - {{ displayFinalDecade }}\r\n </div>\r\n <span class=\"po-calendar-header-right po-icon po-icon-arrow-right\" (click)=\"updateYear(10)\"></span>\r\n </div>\r\n\r\n <div class=\"po-calendar-content\">\r\n <div class=\"po-calendar-labels\">\r\n <div class=\"po-calendar-label\">\r\n {{ getWordYear() }}\r\n </div>\r\n </div>\r\n \r\n <div class=\"po-calendar-content-list-year\">\r\n <div *ngFor=\"let year of displayDecade; let i = index\"\r\n class=\"d-no-close-edit po-calendar-year\"\r\n (click)=\"onSelectYear(year, displayMonthNumber)\"\r\n [ngClass]=\"getBackgroundColor(year, currentYear)\"\r\n attr-calendar>\r\n <span class=\"d-no-close-edit\" [ngClass]=\"getForegroundColor(year, currentYear)\">\r\n {{ year }}\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
4581
4639
|
providers: [EpoCalendarService, EpoCalendarLangService]
|
|
4582
4640
|
},] }
|
|
4583
4641
|
];
|