@trimble-oss/moduswebcomponents-angular 0.0.0-beta.5-ng18 → 0.0.0-beta.6-ng17
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 +8 -8
- package/esm2022/lib/modus-wc-angular.module.mjs +9 -9
- package/esm2022/lib/stencil-generated/components.mjs +140 -230
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +147 -237
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +4 -7
|
@@ -63,23 +63,21 @@ function ProxyCmp(opts) {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
let ModusWcAccordion = class ModusWcAccordion {
|
|
66
|
-
z;
|
|
67
|
-
el;
|
|
68
66
|
constructor(c, r, z) {
|
|
69
67
|
this.z = z;
|
|
70
68
|
c.detach();
|
|
71
69
|
this.el = r.nativeElement;
|
|
72
70
|
proxyOutputs(this, this.el, ['expandedChange']);
|
|
73
71
|
}
|
|
74
|
-
static
|
|
75
|
-
static
|
|
72
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
73
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAccordion, selector: "modus-wc-accordion", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
76
74
|
};
|
|
77
75
|
ModusWcAccordion = __decorate([
|
|
78
76
|
ProxyCmp({
|
|
79
77
|
inputs: ['customClass']
|
|
80
78
|
})
|
|
81
79
|
], ModusWcAccordion);
|
|
82
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
80
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAccordion, decorators: [{
|
|
83
81
|
type: Component,
|
|
84
82
|
args: [{
|
|
85
83
|
selector: 'modus-wc-accordion',
|
|
@@ -90,23 +88,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
90
88
|
}]
|
|
91
89
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
92
90
|
let ModusWcAlert = class ModusWcAlert {
|
|
93
|
-
z;
|
|
94
|
-
el;
|
|
95
91
|
constructor(c, r, z) {
|
|
96
92
|
this.z = z;
|
|
97
93
|
c.detach();
|
|
98
94
|
this.el = r.nativeElement;
|
|
99
95
|
proxyOutputs(this, this.el, ['dismissClick']);
|
|
100
96
|
}
|
|
101
|
-
static
|
|
102
|
-
static
|
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAlert, selector: "modus-wc-alert", inputs: { alertDescription: "alertDescription", alertTitle: "alertTitle", customClass: "customClass", delay: "delay", dismissible: "dismissible", icon: "icon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
103
99
|
};
|
|
104
100
|
ModusWcAlert = __decorate([
|
|
105
101
|
ProxyCmp({
|
|
106
102
|
inputs: ['alertDescription', 'alertTitle', 'customClass', 'delay', 'dismissible', 'icon', 'variant']
|
|
107
103
|
})
|
|
108
104
|
], ModusWcAlert);
|
|
109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAlert, decorators: [{
|
|
110
106
|
type: Component,
|
|
111
107
|
args: [{
|
|
112
108
|
selector: 'modus-wc-alert',
|
|
@@ -117,16 +113,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
117
113
|
}]
|
|
118
114
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
119
115
|
let ModusWcAutocomplete = class ModusWcAutocomplete {
|
|
120
|
-
z;
|
|
121
|
-
el;
|
|
122
116
|
constructor(c, r, z) {
|
|
123
117
|
this.z = z;
|
|
124
118
|
c.detach();
|
|
125
119
|
this.el = r.nativeElement;
|
|
126
120
|
proxyOutputs(this, this.el, ['chipRemove', 'chipsExpansionChange', 'inputBlur', 'inputChange', 'inputFocus', 'itemSelect']);
|
|
127
121
|
}
|
|
128
|
-
static
|
|
129
|
-
static
|
|
122
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
123
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAutocomplete, selector: "modus-wc-autocomplete", inputs: { bordered: "bordered", customBlur: "customBlur", customClass: "customClass", customInputChange: "customInputChange", customItemSelect: "customItemSelect", customKeyDown: "customKeyDown", debounceMs: "debounceMs", disabled: "disabled", includeClear: "includeClear", includeSearch: "includeSearch", inputId: "inputId", inputTabIndex: "inputTabIndex", items: "items", label: "label", leaveMenuOpen: "leaveMenuOpen", maxChips: "maxChips", minChars: "minChars", minInputWidth: "minInputWidth", multiSelect: "multiSelect", name: "name", noResults: "noResults", placeholder: "placeholder", readOnly: "readOnly", required: "required", showMenuOnFocus: "showMenuOnFocus", showSpinner: "showSpinner", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
130
124
|
};
|
|
131
125
|
ModusWcAutocomplete = __decorate([
|
|
132
126
|
ProxyCmp({
|
|
@@ -134,7 +128,7 @@ ModusWcAutocomplete = __decorate([
|
|
|
134
128
|
methods: ['selectItem', 'openMenu', 'closeMenu', 'toggleMenu', 'focusInput', 'clearInput']
|
|
135
129
|
})
|
|
136
130
|
], ModusWcAutocomplete);
|
|
137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAutocomplete, decorators: [{
|
|
138
132
|
type: Component,
|
|
139
133
|
args: [{
|
|
140
134
|
selector: 'modus-wc-autocomplete',
|
|
@@ -145,22 +139,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
145
139
|
}]
|
|
146
140
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
147
141
|
let ModusWcAvatar = class ModusWcAvatar {
|
|
148
|
-
z;
|
|
149
|
-
el;
|
|
150
142
|
constructor(c, r, z) {
|
|
151
143
|
this.z = z;
|
|
152
144
|
c.detach();
|
|
153
145
|
this.el = r.nativeElement;
|
|
154
146
|
}
|
|
155
|
-
static
|
|
156
|
-
static
|
|
147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
148
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcAvatar, selector: "modus-wc-avatar", inputs: { alt: "alt", customClass: "customClass", imgSrc: "imgSrc", shape: "shape", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
157
149
|
};
|
|
158
150
|
ModusWcAvatar = __decorate([
|
|
159
151
|
ProxyCmp({
|
|
160
152
|
inputs: ['alt', 'customClass', 'imgSrc', 'shape', 'size']
|
|
161
153
|
})
|
|
162
154
|
], ModusWcAvatar);
|
|
163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcAvatar, decorators: [{
|
|
164
156
|
type: Component,
|
|
165
157
|
args: [{
|
|
166
158
|
selector: 'modus-wc-avatar',
|
|
@@ -171,22 +163,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
171
163
|
}]
|
|
172
164
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
173
165
|
let ModusWcBadge = class ModusWcBadge {
|
|
174
|
-
z;
|
|
175
|
-
el;
|
|
176
166
|
constructor(c, r, z) {
|
|
177
167
|
this.z = z;
|
|
178
168
|
c.detach();
|
|
179
169
|
this.el = r.nativeElement;
|
|
180
170
|
}
|
|
181
|
-
static
|
|
182
|
-
static
|
|
171
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
172
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcBadge, selector: "modus-wc-badge", inputs: { color: "color", customClass: "customClass", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
183
173
|
};
|
|
184
174
|
ModusWcBadge = __decorate([
|
|
185
175
|
ProxyCmp({
|
|
186
176
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
187
177
|
})
|
|
188
178
|
], ModusWcBadge);
|
|
189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBadge, decorators: [{
|
|
190
180
|
type: Component,
|
|
191
181
|
args: [{
|
|
192
182
|
selector: 'modus-wc-badge',
|
|
@@ -197,23 +187,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
197
187
|
}]
|
|
198
188
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
199
189
|
let ModusWcBreadcrumbs = class ModusWcBreadcrumbs {
|
|
200
|
-
z;
|
|
201
|
-
el;
|
|
202
190
|
constructor(c, r, z) {
|
|
203
191
|
this.z = z;
|
|
204
192
|
c.detach();
|
|
205
193
|
this.el = r.nativeElement;
|
|
206
194
|
proxyOutputs(this, this.el, ['breadcrumbClick']);
|
|
207
195
|
}
|
|
208
|
-
static
|
|
209
|
-
static
|
|
196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
197
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcBreadcrumbs, selector: "modus-wc-breadcrumbs", inputs: { customClass: "customClass", items: "items", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
210
198
|
};
|
|
211
199
|
ModusWcBreadcrumbs = __decorate([
|
|
212
200
|
ProxyCmp({
|
|
213
201
|
inputs: ['customClass', 'items', 'size']
|
|
214
202
|
})
|
|
215
203
|
], ModusWcBreadcrumbs);
|
|
216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcBreadcrumbs, decorators: [{
|
|
217
205
|
type: Component,
|
|
218
206
|
args: [{
|
|
219
207
|
selector: 'modus-wc-breadcrumbs',
|
|
@@ -224,23 +212,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
224
212
|
}]
|
|
225
213
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
226
214
|
let ModusWcButton = class ModusWcButton {
|
|
227
|
-
z;
|
|
228
|
-
el;
|
|
229
215
|
constructor(c, r, z) {
|
|
230
216
|
this.z = z;
|
|
231
217
|
c.detach();
|
|
232
218
|
this.el = r.nativeElement;
|
|
233
219
|
proxyOutputs(this, this.el, ['buttonClick']);
|
|
234
220
|
}
|
|
235
|
-
static
|
|
236
|
-
static
|
|
221
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
222
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcButton, selector: "modus-wc-button", inputs: { color: "color", customClass: "customClass", disabled: "disabled", fullWidth: "fullWidth", pressed: "pressed", shape: "shape", size: "size", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
237
223
|
};
|
|
238
224
|
ModusWcButton = __decorate([
|
|
239
225
|
ProxyCmp({
|
|
240
226
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant']
|
|
241
227
|
})
|
|
242
228
|
], ModusWcButton);
|
|
243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcButton, decorators: [{
|
|
244
230
|
type: Component,
|
|
245
231
|
args: [{
|
|
246
232
|
selector: 'modus-wc-button',
|
|
@@ -251,22 +237,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
251
237
|
}]
|
|
252
238
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
253
239
|
let ModusWcCard = class ModusWcCard {
|
|
254
|
-
z;
|
|
255
|
-
el;
|
|
256
240
|
constructor(c, r, z) {
|
|
257
241
|
this.z = z;
|
|
258
242
|
c.detach();
|
|
259
243
|
this.el = r.nativeElement;
|
|
260
244
|
}
|
|
261
|
-
static
|
|
262
|
-
static
|
|
245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
246
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcCard, selector: "modus-wc-card", inputs: { backgroundFigure: "backgroundFigure", bordered: "bordered", customClass: "customClass", layout: "layout", padding: "padding" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
263
247
|
};
|
|
264
248
|
ModusWcCard = __decorate([
|
|
265
249
|
ProxyCmp({
|
|
266
250
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding']
|
|
267
251
|
})
|
|
268
252
|
], ModusWcCard);
|
|
269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCard, decorators: [{
|
|
270
254
|
type: Component,
|
|
271
255
|
args: [{
|
|
272
256
|
selector: 'modus-wc-card',
|
|
@@ -277,23 +261,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
277
261
|
}]
|
|
278
262
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
279
263
|
let ModusWcCheckbox = class ModusWcCheckbox {
|
|
280
|
-
z;
|
|
281
|
-
el;
|
|
282
264
|
constructor(c, r, z) {
|
|
283
265
|
this.z = z;
|
|
284
266
|
c.detach();
|
|
285
267
|
this.el = r.nativeElement;
|
|
286
268
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
287
269
|
}
|
|
288
|
-
static
|
|
289
|
-
static
|
|
270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
271
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcCheckbox, selector: "modus-wc-checkbox", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
290
272
|
};
|
|
291
273
|
ModusWcCheckbox = __decorate([
|
|
292
274
|
ProxyCmp({
|
|
293
275
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
294
276
|
})
|
|
295
277
|
], ModusWcCheckbox);
|
|
296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCheckbox, decorators: [{
|
|
297
279
|
type: Component,
|
|
298
280
|
args: [{
|
|
299
281
|
selector: 'modus-wc-checkbox',
|
|
@@ -304,23 +286,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
304
286
|
}]
|
|
305
287
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
306
288
|
let ModusWcChip = class ModusWcChip {
|
|
307
|
-
z;
|
|
308
|
-
el;
|
|
309
289
|
constructor(c, r, z) {
|
|
310
290
|
this.z = z;
|
|
311
291
|
c.detach();
|
|
312
292
|
this.el = r.nativeElement;
|
|
313
293
|
proxyOutputs(this, this.el, ['chipClick', 'chipRemove']);
|
|
314
294
|
}
|
|
315
|
-
static
|
|
316
|
-
static
|
|
295
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
296
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcChip, selector: "modus-wc-chip", inputs: { active: "active", customClass: "customClass", disabled: "disabled", hasError: "hasError", label: "label", showRemove: "showRemove", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
317
297
|
};
|
|
318
298
|
ModusWcChip = __decorate([
|
|
319
299
|
ProxyCmp({
|
|
320
300
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'showRemove', 'size', 'variant']
|
|
321
301
|
})
|
|
322
302
|
], ModusWcChip);
|
|
323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcChip, decorators: [{
|
|
324
304
|
type: Component,
|
|
325
305
|
args: [{
|
|
326
306
|
selector: 'modus-wc-chip',
|
|
@@ -331,23 +311,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
331
311
|
}]
|
|
332
312
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
333
313
|
let ModusWcCollapse = class ModusWcCollapse {
|
|
334
|
-
z;
|
|
335
|
-
el;
|
|
336
314
|
constructor(c, r, z) {
|
|
337
315
|
this.z = z;
|
|
338
316
|
c.detach();
|
|
339
317
|
this.el = r.nativeElement;
|
|
340
318
|
proxyOutputs(this, this.el, ['expandedChange']);
|
|
341
319
|
}
|
|
342
|
-
static
|
|
343
|
-
static
|
|
320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCollapse, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
321
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcCollapse, selector: "modus-wc-collapse", inputs: { bordered: "bordered", collapseId: "collapseId", customClass: "customClass", expanded: "expanded", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
344
322
|
};
|
|
345
323
|
ModusWcCollapse = __decorate([
|
|
346
324
|
ProxyCmp({
|
|
347
325
|
inputs: ['bordered', 'collapseId', 'customClass', 'expanded', 'options']
|
|
348
326
|
})
|
|
349
327
|
], ModusWcCollapse);
|
|
350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcCollapse, decorators: [{
|
|
351
329
|
type: Component,
|
|
352
330
|
args: [{
|
|
353
331
|
selector: 'modus-wc-collapse',
|
|
@@ -358,23 +336,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
358
336
|
}]
|
|
359
337
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
360
338
|
let ModusWcDate = class ModusWcDate {
|
|
361
|
-
z;
|
|
362
|
-
el;
|
|
363
339
|
constructor(c, r, z) {
|
|
364
340
|
this.z = z;
|
|
365
341
|
c.detach();
|
|
366
342
|
this.el = r.nativeElement;
|
|
367
343
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
368
344
|
}
|
|
369
|
-
static
|
|
370
|
-
static
|
|
345
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
346
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDate, selector: "modus-wc-date", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
371
347
|
};
|
|
372
348
|
ModusWcDate = __decorate([
|
|
373
349
|
ProxyCmp({
|
|
374
350
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'size', 'value']
|
|
375
351
|
})
|
|
376
352
|
], ModusWcDate);
|
|
377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDate, decorators: [{
|
|
378
354
|
type: Component,
|
|
379
355
|
args: [{
|
|
380
356
|
selector: 'modus-wc-date',
|
|
@@ -385,22 +361,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
385
361
|
}]
|
|
386
362
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
387
363
|
let ModusWcDivider = class ModusWcDivider {
|
|
388
|
-
z;
|
|
389
|
-
el;
|
|
390
364
|
constructor(c, r, z) {
|
|
391
365
|
this.z = z;
|
|
392
366
|
c.detach();
|
|
393
367
|
this.el = r.nativeElement;
|
|
394
368
|
}
|
|
395
|
-
static
|
|
396
|
-
static
|
|
369
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
370
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDivider, selector: "modus-wc-divider", inputs: { color: "color", content: "content", customClass: "customClass", orientation: "orientation", position: "position", responsive: "responsive" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
397
371
|
};
|
|
398
372
|
ModusWcDivider = __decorate([
|
|
399
373
|
ProxyCmp({
|
|
400
374
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive']
|
|
401
375
|
})
|
|
402
376
|
], ModusWcDivider);
|
|
403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDivider, decorators: [{
|
|
404
378
|
type: Component,
|
|
405
379
|
args: [{
|
|
406
380
|
selector: 'modus-wc-divider',
|
|
@@ -411,23 +385,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
411
385
|
}]
|
|
412
386
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
413
387
|
let ModusWcDropdownMenu = class ModusWcDropdownMenu {
|
|
414
|
-
z;
|
|
415
|
-
el;
|
|
416
388
|
constructor(c, r, z) {
|
|
417
389
|
this.z = z;
|
|
418
390
|
c.detach();
|
|
419
391
|
this.el = r.nativeElement;
|
|
420
392
|
proxyOutputs(this, this.el, ['menuVisibilityChange']);
|
|
421
393
|
}
|
|
422
|
-
static
|
|
423
|
-
static
|
|
394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
395
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcDropdownMenu, selector: "modus-wc-dropdown-menu", inputs: { buttonAriaLabel: "buttonAriaLabel", buttonColor: "buttonColor", buttonSize: "buttonSize", buttonVariant: "buttonVariant", customClass: "customClass", disabled: "disabled", menuBordered: "menuBordered", menuOffset: "menuOffset", menuPlacement: "menuPlacement", menuSize: "menuSize", menuVisible: "menuVisible" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
424
396
|
};
|
|
425
397
|
ModusWcDropdownMenu = __decorate([
|
|
426
398
|
ProxyCmp({
|
|
427
399
|
inputs: ['buttonAriaLabel', 'buttonColor', 'buttonSize', 'buttonVariant', 'customClass', 'disabled', 'menuBordered', 'menuOffset', 'menuPlacement', 'menuSize', 'menuVisible']
|
|
428
400
|
})
|
|
429
401
|
], ModusWcDropdownMenu);
|
|
430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcDropdownMenu, decorators: [{
|
|
431
403
|
type: Component,
|
|
432
404
|
args: [{
|
|
433
405
|
selector: 'modus-wc-dropdown-menu',
|
|
@@ -438,22 +410,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
438
410
|
}]
|
|
439
411
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
440
412
|
let ModusWcIcon = class ModusWcIcon {
|
|
441
|
-
z;
|
|
442
|
-
el;
|
|
443
413
|
constructor(c, r, z) {
|
|
444
414
|
this.z = z;
|
|
445
415
|
c.detach();
|
|
446
416
|
this.el = r.nativeElement;
|
|
447
417
|
}
|
|
448
|
-
static
|
|
449
|
-
static
|
|
418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
419
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcIcon, selector: "modus-wc-icon", inputs: { customClass: "customClass", decorative: "decorative", name: "name", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
450
420
|
};
|
|
451
421
|
ModusWcIcon = __decorate([
|
|
452
422
|
ProxyCmp({
|
|
453
423
|
inputs: ['customClass', 'decorative', 'name', 'size', 'variant']
|
|
454
424
|
})
|
|
455
425
|
], ModusWcIcon);
|
|
456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcIcon, decorators: [{
|
|
457
427
|
type: Component,
|
|
458
428
|
args: [{
|
|
459
429
|
selector: 'modus-wc-icon',
|
|
@@ -464,22 +434,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
464
434
|
}]
|
|
465
435
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
466
436
|
let ModusWcInputFeedback = class ModusWcInputFeedback {
|
|
467
|
-
z;
|
|
468
|
-
el;
|
|
469
437
|
constructor(c, r, z) {
|
|
470
438
|
this.z = z;
|
|
471
439
|
c.detach();
|
|
472
440
|
this.el = r.nativeElement;
|
|
473
441
|
}
|
|
474
|
-
static
|
|
475
|
-
static
|
|
442
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputFeedback, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
443
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcInputFeedback, selector: "modus-wc-input-feedback", inputs: { customClass: "customClass", icon: "icon", level: "level", message: "message", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
476
444
|
};
|
|
477
445
|
ModusWcInputFeedback = __decorate([
|
|
478
446
|
ProxyCmp({
|
|
479
447
|
inputs: ['customClass', 'icon', 'level', 'message', 'size']
|
|
480
448
|
})
|
|
481
449
|
], ModusWcInputFeedback);
|
|
482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputFeedback, decorators: [{
|
|
483
451
|
type: Component,
|
|
484
452
|
args: [{
|
|
485
453
|
selector: 'modus-wc-input-feedback',
|
|
@@ -490,22 +458,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
490
458
|
}]
|
|
491
459
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
492
460
|
let ModusWcInputLabel = class ModusWcInputLabel {
|
|
493
|
-
z;
|
|
494
|
-
el;
|
|
495
461
|
constructor(c, r, z) {
|
|
496
462
|
this.z = z;
|
|
497
463
|
c.detach();
|
|
498
464
|
this.el = r.nativeElement;
|
|
499
465
|
}
|
|
500
|
-
static
|
|
501
|
-
static
|
|
466
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
467
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcInputLabel, selector: "modus-wc-input-label", inputs: { customClass: "customClass", forId: "forId", labelText: "labelText", required: "required", size: "size", subLabelText: "subLabelText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
502
468
|
};
|
|
503
469
|
ModusWcInputLabel = __decorate([
|
|
504
470
|
ProxyCmp({
|
|
505
471
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText']
|
|
506
472
|
})
|
|
507
473
|
], ModusWcInputLabel);
|
|
508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcInputLabel, decorators: [{
|
|
509
475
|
type: Component,
|
|
510
476
|
args: [{
|
|
511
477
|
selector: 'modus-wc-input-label',
|
|
@@ -516,22 +482,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
516
482
|
}]
|
|
517
483
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
518
484
|
let ModusWcLoader = class ModusWcLoader {
|
|
519
|
-
z;
|
|
520
|
-
el;
|
|
521
485
|
constructor(c, r, z) {
|
|
522
486
|
this.z = z;
|
|
523
487
|
c.detach();
|
|
524
488
|
this.el = r.nativeElement;
|
|
525
489
|
}
|
|
526
|
-
static
|
|
527
|
-
static
|
|
490
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
491
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcLoader, selector: "modus-wc-loader", inputs: { color: "color", customClass: "customClass", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
528
492
|
};
|
|
529
493
|
ModusWcLoader = __decorate([
|
|
530
494
|
ProxyCmp({
|
|
531
495
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
532
496
|
})
|
|
533
497
|
], ModusWcLoader);
|
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcLoader, decorators: [{
|
|
535
499
|
type: Component,
|
|
536
500
|
args: [{
|
|
537
501
|
selector: 'modus-wc-loader',
|
|
@@ -542,23 +506,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
542
506
|
}]
|
|
543
507
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
544
508
|
let ModusWcMenu = class ModusWcMenu {
|
|
545
|
-
z;
|
|
546
|
-
el;
|
|
547
509
|
constructor(c, r, z) {
|
|
548
510
|
this.z = z;
|
|
549
511
|
c.detach();
|
|
550
512
|
this.el = r.nativeElement;
|
|
551
513
|
proxyOutputs(this, this.el, ['menuFocusout']);
|
|
552
514
|
}
|
|
553
|
-
static
|
|
554
|
-
static
|
|
515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
516
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenu, selector: "modus-wc-menu", inputs: { bordered: "bordered", customClass: "customClass", orientation: "orientation", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
555
517
|
};
|
|
556
518
|
ModusWcMenu = __decorate([
|
|
557
519
|
ProxyCmp({
|
|
558
520
|
inputs: ['bordered', 'customClass', 'orientation', 'size']
|
|
559
521
|
})
|
|
560
522
|
], ModusWcMenu);
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenu, decorators: [{
|
|
562
524
|
type: Component,
|
|
563
525
|
args: [{
|
|
564
526
|
selector: 'modus-wc-menu',
|
|
@@ -569,49 +531,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
569
531
|
}]
|
|
570
532
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
571
533
|
let ModusWcMenuItem = class ModusWcMenuItem {
|
|
572
|
-
z;
|
|
573
|
-
el;
|
|
574
534
|
constructor(c, r, z) {
|
|
575
535
|
this.z = z;
|
|
576
536
|
c.detach();
|
|
577
537
|
this.el = r.nativeElement;
|
|
578
538
|
proxyOutputs(this, this.el, ['itemSelect']);
|
|
579
539
|
}
|
|
580
|
-
static
|
|
581
|
-
static
|
|
540
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
541
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcMenuItem, selector: "modus-wc-menu-item", inputs: { bordered: "bordered", checkbox: "checkbox", customClass: "customClass", disabled: "disabled", focused: "focused", label: "label", selected: "selected", size: "size", startIcon: "startIcon", subLabel: "subLabel", tooltipContent: "tooltipContent", tooltipPosition: "tooltipPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
582
542
|
};
|
|
583
543
|
ModusWcMenuItem = __decorate([
|
|
584
544
|
ProxyCmp({
|
|
585
|
-
inputs: ['bordered', 'customClass', 'disabled', 'focused', 'label', 'selected', 'size', 'startIcon', 'subLabel', 'value']
|
|
545
|
+
inputs: ['bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'label', 'selected', 'size', 'startIcon', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value']
|
|
586
546
|
})
|
|
587
547
|
], ModusWcMenuItem);
|
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcMenuItem, decorators: [{
|
|
589
549
|
type: Component,
|
|
590
550
|
args: [{
|
|
591
551
|
selector: 'modus-wc-menu-item',
|
|
592
552
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
593
553
|
template: '<ng-content></ng-content>',
|
|
594
554
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
595
|
-
inputs: ['bordered', 'customClass', 'disabled', 'focused', 'label', 'selected', 'size', 'startIcon', 'subLabel', 'value'],
|
|
555
|
+
inputs: ['bordered', 'checkbox', 'customClass', 'disabled', 'focused', 'label', 'selected', 'size', 'startIcon', 'subLabel', 'tooltipContent', 'tooltipPosition', 'value'],
|
|
596
556
|
}]
|
|
597
557
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
598
558
|
let ModusWcModal = class ModusWcModal {
|
|
599
|
-
z;
|
|
600
|
-
el;
|
|
601
559
|
constructor(c, r, z) {
|
|
602
560
|
this.z = z;
|
|
603
561
|
c.detach();
|
|
604
562
|
this.el = r.nativeElement;
|
|
605
563
|
}
|
|
606
|
-
static
|
|
607
|
-
static
|
|
564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
565
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcModal, selector: "modus-wc-modal", inputs: { backdrop: "backdrop", customClass: "customClass", fullscreen: "fullscreen", modalId: "modalId", position: "position", showClose: "showClose", showFullscreenToggle: "showFullscreenToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
608
566
|
};
|
|
609
567
|
ModusWcModal = __decorate([
|
|
610
568
|
ProxyCmp({
|
|
611
569
|
inputs: ['backdrop', 'customClass', 'fullscreen', 'modalId', 'position', 'showClose', 'showFullscreenToggle']
|
|
612
570
|
})
|
|
613
571
|
], ModusWcModal);
|
|
614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcModal, decorators: [{
|
|
615
573
|
type: Component,
|
|
616
574
|
args: [{
|
|
617
575
|
selector: 'modus-wc-modal',
|
|
@@ -622,23 +580,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
622
580
|
}]
|
|
623
581
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
624
582
|
let ModusWcNavbar = class ModusWcNavbar {
|
|
625
|
-
z;
|
|
626
|
-
el;
|
|
627
583
|
constructor(c, r, z) {
|
|
628
584
|
this.z = z;
|
|
629
585
|
c.detach();
|
|
630
586
|
this.el = r.nativeElement;
|
|
631
587
|
proxyOutputs(this, this.el, ['aiClick', 'appsClick', 'appsMenuOpenChange', 'condensedMenuOpenChange', 'helpClick', 'mainMenuOpenChange', 'myTrimbleClick', 'notificationsClick', 'notificationsMenuOpenChange', 'searchChange', 'searchClick', 'searchInputOpenChange', 'signOutClick', 'trimbleLogoClick', 'userMenuOpenChange']);
|
|
632
588
|
}
|
|
633
|
-
static
|
|
634
|
-
static
|
|
589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcNavbar, selector: "modus-wc-navbar", inputs: { appsMenuOpen: "appsMenuOpen", condensed: "condensed", condensedMenuOpen: "condensedMenuOpen", customClass: "customClass", mainMenuOpen: "mainMenuOpen", notificationsMenuOpen: "notificationsMenuOpen", searchDebounceMs: "searchDebounceMs", searchInputOpen: "searchInputOpen", textOverrides: "textOverrides", userCard: "userCard", userMenuOpen: "userMenuOpen", visibility: "visibility" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
635
591
|
};
|
|
636
592
|
ModusWcNavbar = __decorate([
|
|
637
593
|
ProxyCmp({
|
|
638
594
|
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility']
|
|
639
595
|
})
|
|
640
596
|
], ModusWcNavbar);
|
|
641
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNavbar, decorators: [{
|
|
642
598
|
type: Component,
|
|
643
599
|
args: [{
|
|
644
600
|
selector: 'modus-wc-navbar',
|
|
@@ -649,23 +605,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
649
605
|
}]
|
|
650
606
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
651
607
|
let ModusWcNumberInput = class ModusWcNumberInput {
|
|
652
|
-
z;
|
|
653
|
-
el;
|
|
654
608
|
constructor(c, r, z) {
|
|
655
609
|
this.z = z;
|
|
656
610
|
c.detach();
|
|
657
611
|
this.el = r.nativeElement;
|
|
658
612
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
659
613
|
}
|
|
660
|
-
static
|
|
661
|
-
static
|
|
614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
615
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcNumberInput, selector: "modus-wc-number-input", inputs: { autoComplete: "autoComplete", bordered: "bordered", currencySymbol: "currencySymbol", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
662
616
|
};
|
|
663
617
|
ModusWcNumberInput = __decorate([
|
|
664
618
|
ProxyCmp({
|
|
665
619
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value']
|
|
666
620
|
})
|
|
667
621
|
], ModusWcNumberInput);
|
|
668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcNumberInput, decorators: [{
|
|
669
623
|
type: Component,
|
|
670
624
|
args: [{
|
|
671
625
|
selector: 'modus-wc-number-input',
|
|
@@ -676,23 +630,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
676
630
|
}]
|
|
677
631
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
678
632
|
let ModusWcPagination = class ModusWcPagination {
|
|
679
|
-
z;
|
|
680
|
-
el;
|
|
681
633
|
constructor(c, r, z) {
|
|
682
634
|
this.z = z;
|
|
683
635
|
c.detach();
|
|
684
636
|
this.el = r.nativeElement;
|
|
685
637
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
686
638
|
}
|
|
687
|
-
static
|
|
688
|
-
static
|
|
639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
640
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcPagination, selector: "modus-wc-pagination", inputs: { ariaLabelValues: "ariaLabelValues", count: "count", customClass: "customClass", nextButtonText: "nextButtonText", page: "page", prevButtonText: "prevButtonText", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
689
641
|
};
|
|
690
642
|
ModusWcPagination = __decorate([
|
|
691
643
|
ProxyCmp({
|
|
692
644
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'nextButtonText', 'page', 'prevButtonText', 'size']
|
|
693
645
|
})
|
|
694
646
|
], ModusWcPagination);
|
|
695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcPagination, decorators: [{
|
|
696
648
|
type: Component,
|
|
697
649
|
args: [{
|
|
698
650
|
selector: 'modus-wc-pagination',
|
|
@@ -703,22 +655,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
703
655
|
}]
|
|
704
656
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
705
657
|
let ModusWcProgress = class ModusWcProgress {
|
|
706
|
-
z;
|
|
707
|
-
el;
|
|
708
658
|
constructor(c, r, z) {
|
|
709
659
|
this.z = z;
|
|
710
660
|
c.detach();
|
|
711
661
|
this.el = r.nativeElement;
|
|
712
662
|
}
|
|
713
|
-
static
|
|
714
|
-
static
|
|
663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
664
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcProgress, selector: "modus-wc-progress", inputs: { customClass: "customClass", indeterminate: "indeterminate", label: "label", max: "max", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
715
665
|
};
|
|
716
666
|
ModusWcProgress = __decorate([
|
|
717
667
|
ProxyCmp({
|
|
718
668
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant']
|
|
719
669
|
})
|
|
720
670
|
], ModusWcProgress);
|
|
721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcProgress, decorators: [{
|
|
722
672
|
type: Component,
|
|
723
673
|
args: [{
|
|
724
674
|
selector: 'modus-wc-progress',
|
|
@@ -729,23 +679,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
729
679
|
}]
|
|
730
680
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
731
681
|
let ModusWcRadio = class ModusWcRadio {
|
|
732
|
-
z;
|
|
733
|
-
el;
|
|
734
682
|
constructor(c, r, z) {
|
|
735
683
|
this.z = z;
|
|
736
684
|
c.detach();
|
|
737
685
|
this.el = r.nativeElement;
|
|
738
686
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
739
687
|
}
|
|
740
|
-
static
|
|
741
|
-
static
|
|
688
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
689
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcRadio, selector: "modus-wc-radio", inputs: { customClass: "customClass", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
742
690
|
};
|
|
743
691
|
ModusWcRadio = __decorate([
|
|
744
692
|
ProxyCmp({
|
|
745
693
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
746
694
|
})
|
|
747
695
|
], ModusWcRadio);
|
|
748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRadio, decorators: [{
|
|
749
697
|
type: Component,
|
|
750
698
|
args: [{
|
|
751
699
|
selector: 'modus-wc-radio',
|
|
@@ -756,23 +704,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
756
704
|
}]
|
|
757
705
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
758
706
|
let ModusWcRating = class ModusWcRating {
|
|
759
|
-
z;
|
|
760
|
-
el;
|
|
761
707
|
constructor(c, r, z) {
|
|
762
708
|
this.z = z;
|
|
763
709
|
c.detach();
|
|
764
710
|
this.el = r.nativeElement;
|
|
765
711
|
proxyOutputs(this, this.el, ['ratingChange']);
|
|
766
712
|
}
|
|
767
|
-
static
|
|
768
|
-
static
|
|
713
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
714
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcRating, selector: "modus-wc-rating", inputs: { allowHalf: "allowHalf", count: "count", customClass: "customClass", disabled: "disabled", getAriaLabelText: "getAriaLabelText", size: "size", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
769
715
|
};
|
|
770
716
|
ModusWcRating = __decorate([
|
|
771
717
|
ProxyCmp({
|
|
772
718
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant']
|
|
773
719
|
})
|
|
774
720
|
], ModusWcRating);
|
|
775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcRating, decorators: [{
|
|
776
722
|
type: Component,
|
|
777
723
|
args: [{
|
|
778
724
|
selector: 'modus-wc-rating',
|
|
@@ -783,23 +729,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
783
729
|
}]
|
|
784
730
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
785
731
|
let ModusWcSelect = class ModusWcSelect {
|
|
786
|
-
z;
|
|
787
|
-
el;
|
|
788
732
|
constructor(c, r, z) {
|
|
789
733
|
this.z = z;
|
|
790
734
|
c.detach();
|
|
791
735
|
this.el = r.nativeElement;
|
|
792
736
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
793
737
|
}
|
|
794
|
-
static
|
|
795
|
-
static
|
|
738
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
739
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSelect, selector: "modus-wc-select", inputs: { bordered: "bordered", customClass: "customClass", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", options: "options", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
796
740
|
};
|
|
797
741
|
ModusWcSelect = __decorate([
|
|
798
742
|
ProxyCmp({
|
|
799
743
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value']
|
|
800
744
|
})
|
|
801
745
|
], ModusWcSelect);
|
|
802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSelect, decorators: [{
|
|
803
747
|
type: Component,
|
|
804
748
|
args: [{
|
|
805
749
|
selector: 'modus-wc-select',
|
|
@@ -810,23 +754,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
810
754
|
}]
|
|
811
755
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
812
756
|
let ModusWcSideNavigation = class ModusWcSideNavigation {
|
|
813
|
-
z;
|
|
814
|
-
el;
|
|
815
757
|
constructor(c, r, z) {
|
|
816
758
|
this.z = z;
|
|
817
759
|
c.detach();
|
|
818
760
|
this.el = r.nativeElement;
|
|
819
761
|
proxyOutputs(this, this.el, ['expandedChange']);
|
|
820
762
|
}
|
|
821
|
-
static
|
|
822
|
-
static
|
|
763
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSideNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
764
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSideNavigation, selector: "modus-wc-side-navigation", inputs: { collapseOnClickOutside: "collapseOnClickOutside", customClass: "customClass", expanded: "expanded", maxWidth: "maxWidth", mode: "mode", targetContent: "targetContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
823
765
|
};
|
|
824
766
|
ModusWcSideNavigation = __decorate([
|
|
825
767
|
ProxyCmp({
|
|
826
768
|
inputs: ['collapseOnClickOutside', 'customClass', 'expanded', 'maxWidth', 'mode', 'targetContent']
|
|
827
769
|
})
|
|
828
770
|
], ModusWcSideNavigation);
|
|
829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSideNavigation, decorators: [{
|
|
830
772
|
type: Component,
|
|
831
773
|
args: [{
|
|
832
774
|
selector: 'modus-wc-side-navigation',
|
|
@@ -837,22 +779,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
837
779
|
}]
|
|
838
780
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
839
781
|
let ModusWcSkeleton = class ModusWcSkeleton {
|
|
840
|
-
z;
|
|
841
|
-
el;
|
|
842
782
|
constructor(c, r, z) {
|
|
843
783
|
this.z = z;
|
|
844
784
|
c.detach();
|
|
845
785
|
this.el = r.nativeElement;
|
|
846
786
|
}
|
|
847
|
-
static
|
|
848
|
-
static
|
|
787
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
788
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSkeleton, selector: "modus-wc-skeleton", inputs: { customClass: "customClass", height: "height", shape: "shape", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
849
789
|
};
|
|
850
790
|
ModusWcSkeleton = __decorate([
|
|
851
791
|
ProxyCmp({
|
|
852
792
|
inputs: ['customClass', 'height', 'shape', 'width']
|
|
853
793
|
})
|
|
854
794
|
], ModusWcSkeleton);
|
|
855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSkeleton, decorators: [{
|
|
856
796
|
type: Component,
|
|
857
797
|
args: [{
|
|
858
798
|
selector: 'modus-wc-skeleton',
|
|
@@ -863,23 +803,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
863
803
|
}]
|
|
864
804
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
865
805
|
let ModusWcSlider = class ModusWcSlider {
|
|
866
|
-
z;
|
|
867
|
-
el;
|
|
868
806
|
constructor(c, r, z) {
|
|
869
807
|
this.z = z;
|
|
870
808
|
c.detach();
|
|
871
809
|
this.el = r.nativeElement;
|
|
872
810
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
873
811
|
}
|
|
874
|
-
static
|
|
875
|
-
static
|
|
812
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
813
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSlider, selector: "modus-wc-slider", inputs: { customClass: "customClass", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", required: "required", size: "size", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
876
814
|
};
|
|
877
815
|
ModusWcSlider = __decorate([
|
|
878
816
|
ProxyCmp({
|
|
879
817
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value']
|
|
880
818
|
})
|
|
881
819
|
], ModusWcSlider);
|
|
882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSlider, decorators: [{
|
|
883
821
|
type: Component,
|
|
884
822
|
args: [{
|
|
885
823
|
selector: 'modus-wc-slider',
|
|
@@ -890,22 +828,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
890
828
|
}]
|
|
891
829
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
892
830
|
let ModusWcStepper = class ModusWcStepper {
|
|
893
|
-
z;
|
|
894
|
-
el;
|
|
895
831
|
constructor(c, r, z) {
|
|
896
832
|
this.z = z;
|
|
897
833
|
c.detach();
|
|
898
834
|
this.el = r.nativeElement;
|
|
899
835
|
}
|
|
900
|
-
static
|
|
901
|
-
static
|
|
836
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
837
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcStepper, selector: "modus-wc-stepper", inputs: { customClass: "customClass", orientation: "orientation", steps: "steps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
902
838
|
};
|
|
903
839
|
ModusWcStepper = __decorate([
|
|
904
840
|
ProxyCmp({
|
|
905
841
|
inputs: ['customClass', 'orientation', 'steps']
|
|
906
842
|
})
|
|
907
843
|
], ModusWcStepper);
|
|
908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcStepper, decorators: [{
|
|
909
845
|
type: Component,
|
|
910
846
|
args: [{
|
|
911
847
|
selector: 'modus-wc-stepper',
|
|
@@ -916,23 +852,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
916
852
|
}]
|
|
917
853
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
918
854
|
let ModusWcSwitch = class ModusWcSwitch {
|
|
919
|
-
z;
|
|
920
|
-
el;
|
|
921
855
|
constructor(c, r, z) {
|
|
922
856
|
this.z = z;
|
|
923
857
|
c.detach();
|
|
924
858
|
this.el = r.nativeElement;
|
|
925
859
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
926
860
|
}
|
|
927
|
-
static
|
|
928
|
-
static
|
|
861
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
862
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcSwitch, selector: "modus-wc-switch", inputs: { customClass: "customClass", disabled: "disabled", indeterminate: "indeterminate", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
929
863
|
};
|
|
930
864
|
ModusWcSwitch = __decorate([
|
|
931
865
|
ProxyCmp({
|
|
932
866
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
933
867
|
})
|
|
934
868
|
], ModusWcSwitch);
|
|
935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcSwitch, decorators: [{
|
|
936
870
|
type: Component,
|
|
937
871
|
args: [{
|
|
938
872
|
selector: 'modus-wc-switch',
|
|
@@ -943,23 +877,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
943
877
|
}]
|
|
944
878
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
945
879
|
let ModusWcTable = class ModusWcTable {
|
|
946
|
-
z;
|
|
947
|
-
el;
|
|
948
880
|
constructor(c, r, z) {
|
|
949
881
|
this.z = z;
|
|
950
882
|
c.detach();
|
|
951
883
|
this.el = r.nativeElement;
|
|
952
884
|
proxyOutputs(this, this.el, ['cellEditStart', 'cellEditCommit', 'rowClick', 'sortChange', 'paginationChange', 'rowSelectionChange']);
|
|
953
885
|
}
|
|
954
|
-
static
|
|
955
|
-
static
|
|
886
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
887
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTable, selector: "modus-wc-table", inputs: { caption: "caption", columns: "columns", currentPage: "currentPage", customClass: "customClass", data: "data", density: "density", editable: "editable", hover: "hover", pageSizeOptions: "pageSizeOptions", paginated: "paginated", selectable: "selectable", selectedRowIds: "selectedRowIds", showPageSizeSelector: "showPageSizeSelector", sortable: "sortable", zebra: "zebra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
956
888
|
};
|
|
957
889
|
ModusWcTable = __decorate([
|
|
958
890
|
ProxyCmp({
|
|
959
891
|
inputs: ['caption', 'columns', 'currentPage', 'customClass', 'data', 'density', 'editable', 'hover', 'pageSizeOptions', 'paginated', 'selectable', 'selectedRowIds', 'showPageSizeSelector', 'sortable', 'zebra']
|
|
960
892
|
})
|
|
961
893
|
], ModusWcTable);
|
|
962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTable, decorators: [{
|
|
963
895
|
type: Component,
|
|
964
896
|
args: [{
|
|
965
897
|
selector: 'modus-wc-table',
|
|
@@ -970,23 +902,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
970
902
|
}]
|
|
971
903
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
972
904
|
let ModusWcTabs = class ModusWcTabs {
|
|
973
|
-
z;
|
|
974
|
-
el;
|
|
975
905
|
constructor(c, r, z) {
|
|
976
906
|
this.z = z;
|
|
977
907
|
c.detach();
|
|
978
908
|
this.el = r.nativeElement;
|
|
979
909
|
proxyOutputs(this, this.el, ['tabChange']);
|
|
980
910
|
}
|
|
981
|
-
static
|
|
982
|
-
static
|
|
911
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
912
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTabs, selector: "modus-wc-tabs", inputs: { activeTabIndex: "activeTabIndex", customClass: "customClass", size: "size", tabStyle: "tabStyle", tabs: "tabs" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
983
913
|
};
|
|
984
914
|
ModusWcTabs = __decorate([
|
|
985
915
|
ProxyCmp({
|
|
986
916
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs']
|
|
987
917
|
})
|
|
988
918
|
], ModusWcTabs);
|
|
989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTabs, decorators: [{
|
|
990
920
|
type: Component,
|
|
991
921
|
args: [{
|
|
992
922
|
selector: 'modus-wc-tabs',
|
|
@@ -997,23 +927,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
997
927
|
}]
|
|
998
928
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
999
929
|
let ModusWcTextInput = class ModusWcTextInput {
|
|
1000
|
-
z;
|
|
1001
|
-
el;
|
|
1002
930
|
constructor(c, r, z) {
|
|
1003
931
|
this.z = z;
|
|
1004
932
|
c.detach();
|
|
1005
933
|
this.el = r.nativeElement;
|
|
1006
934
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1007
935
|
}
|
|
1008
|
-
static
|
|
1009
|
-
static
|
|
936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
937
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTextInput, selector: "modus-wc-text-input", inputs: { autoCapitalize: "autoCapitalize", autoComplete: "autoComplete", autoCorrect: "autoCorrect", bordered: "bordered", clearAriaLabel: "clearAriaLabel", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", includeClear: "includeClear", includeSearch: "includeSearch", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1010
938
|
};
|
|
1011
939
|
ModusWcTextInput = __decorate([
|
|
1012
940
|
ProxyCmp({
|
|
1013
941
|
inputs: ['autoCapitalize', 'autoComplete', 'autoCorrect', 'bordered', 'clearAriaLabel', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'includeClear', 'includeSearch', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'pattern', 'placeholder', 'readOnly', 'required', 'size', 'type', 'value']
|
|
1014
942
|
})
|
|
1015
943
|
], ModusWcTextInput);
|
|
1016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextInput, decorators: [{
|
|
1017
945
|
type: Component,
|
|
1018
946
|
args: [{
|
|
1019
947
|
selector: 'modus-wc-text-input',
|
|
@@ -1024,49 +952,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1024
952
|
}]
|
|
1025
953
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1026
954
|
let ModusWcTextarea = class ModusWcTextarea {
|
|
1027
|
-
z;
|
|
1028
|
-
el;
|
|
1029
955
|
constructor(c, r, z) {
|
|
1030
956
|
this.z = z;
|
|
1031
957
|
c.detach();
|
|
1032
958
|
this.el = r.nativeElement;
|
|
1033
959
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1034
960
|
}
|
|
1035
|
-
static
|
|
1036
|
-
static
|
|
961
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
962
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTextarea, selector: "modus-wc-textarea", inputs: { autoCorrect: "autoCorrect", bordered: "bordered", customClass: "customClass", disabled: "disabled", enterkeyhint: "enterkeyhint", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", maxLength: "maxLength", minLength: "minLength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", rows: "rows", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1037
963
|
};
|
|
1038
964
|
ModusWcTextarea = __decorate([
|
|
1039
965
|
ProxyCmp({
|
|
1040
|
-
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value']
|
|
966
|
+
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value']
|
|
1041
967
|
})
|
|
1042
968
|
], ModusWcTextarea);
|
|
1043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTextarea, decorators: [{
|
|
1044
970
|
type: Component,
|
|
1045
971
|
args: [{
|
|
1046
972
|
selector: 'modus-wc-textarea',
|
|
1047
973
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1048
974
|
template: '<ng-content></ng-content>',
|
|
1049
975
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1050
|
-
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value'],
|
|
976
|
+
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value'],
|
|
1051
977
|
}]
|
|
1052
978
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1053
979
|
let ModusWcThemeProvider = class ModusWcThemeProvider {
|
|
1054
|
-
z;
|
|
1055
|
-
el;
|
|
1056
980
|
constructor(c, r, z) {
|
|
1057
981
|
this.z = z;
|
|
1058
982
|
c.detach();
|
|
1059
983
|
this.el = r.nativeElement;
|
|
1060
984
|
}
|
|
1061
|
-
static
|
|
1062
|
-
static
|
|
985
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
986
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcThemeProvider, selector: "modus-wc-theme-provider", inputs: { initialTheme: "initialTheme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1063
987
|
};
|
|
1064
988
|
ModusWcThemeProvider = __decorate([
|
|
1065
989
|
ProxyCmp({
|
|
1066
990
|
inputs: ['initialTheme']
|
|
1067
991
|
})
|
|
1068
992
|
], ModusWcThemeProvider);
|
|
1069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeProvider, decorators: [{
|
|
1070
994
|
type: Component,
|
|
1071
995
|
args: [{
|
|
1072
996
|
selector: 'modus-wc-theme-provider',
|
|
@@ -1077,23 +1001,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1077
1001
|
}]
|
|
1078
1002
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1079
1003
|
let ModusWcThemeSwitcher = class ModusWcThemeSwitcher {
|
|
1080
|
-
z;
|
|
1081
|
-
el;
|
|
1082
1004
|
constructor(c, r, z) {
|
|
1083
1005
|
this.z = z;
|
|
1084
1006
|
c.detach();
|
|
1085
1007
|
this.el = r.nativeElement;
|
|
1086
1008
|
proxyOutputs(this, this.el, ['themeChange']);
|
|
1087
1009
|
}
|
|
1088
|
-
static
|
|
1089
|
-
static
|
|
1010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1011
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcThemeSwitcher, selector: "modus-wc-theme-switcher", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1090
1012
|
};
|
|
1091
1013
|
ModusWcThemeSwitcher = __decorate([
|
|
1092
1014
|
ProxyCmp({
|
|
1093
1015
|
inputs: ['customClass']
|
|
1094
1016
|
})
|
|
1095
1017
|
], ModusWcThemeSwitcher);
|
|
1096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcThemeSwitcher, decorators: [{
|
|
1097
1019
|
type: Component,
|
|
1098
1020
|
args: [{
|
|
1099
1021
|
selector: 'modus-wc-theme-switcher',
|
|
@@ -1104,23 +1026,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1104
1026
|
}]
|
|
1105
1027
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1106
1028
|
let ModusWcTimeInput = class ModusWcTimeInput {
|
|
1107
|
-
z;
|
|
1108
|
-
el;
|
|
1109
1029
|
constructor(c, r, z) {
|
|
1110
1030
|
this.z = z;
|
|
1111
1031
|
c.detach();
|
|
1112
1032
|
this.el = r.nativeElement;
|
|
1113
1033
|
proxyOutputs(this, this.el, ['inputBlur', 'inputChange', 'inputFocus']);
|
|
1114
1034
|
}
|
|
1115
|
-
static
|
|
1116
|
-
static
|
|
1035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1036
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTimeInput, selector: "modus-wc-time-input", inputs: { autoComplete: "autoComplete", bordered: "bordered", customClass: "customClass", datalistId: "datalistId", datalistOptions: "datalistOptions", disabled: "disabled", feedback: "feedback", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", required: "required", showSeconds: "showSeconds", size: "size", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1117
1037
|
};
|
|
1118
1038
|
ModusWcTimeInput = __decorate([
|
|
1119
1039
|
ProxyCmp({
|
|
1120
1040
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value']
|
|
1121
1041
|
})
|
|
1122
1042
|
], ModusWcTimeInput);
|
|
1123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTimeInput, decorators: [{
|
|
1124
1044
|
type: Component,
|
|
1125
1045
|
args: [{
|
|
1126
1046
|
selector: 'modus-wc-time-input',
|
|
@@ -1131,22 +1051,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1131
1051
|
}]
|
|
1132
1052
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1133
1053
|
let ModusWcToast = class ModusWcToast {
|
|
1134
|
-
z;
|
|
1135
|
-
el;
|
|
1136
1054
|
constructor(c, r, z) {
|
|
1137
1055
|
this.z = z;
|
|
1138
1056
|
c.detach();
|
|
1139
1057
|
this.el = r.nativeElement;
|
|
1140
1058
|
}
|
|
1141
|
-
static
|
|
1142
|
-
static
|
|
1059
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1060
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcToast, selector: "modus-wc-toast", inputs: { customClass: "customClass", delay: "delay", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1143
1061
|
};
|
|
1144
1062
|
ModusWcToast = __decorate([
|
|
1145
1063
|
ProxyCmp({
|
|
1146
1064
|
inputs: ['customClass', 'delay', 'position']
|
|
1147
1065
|
})
|
|
1148
1066
|
], ModusWcToast);
|
|
1149
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToast, decorators: [{
|
|
1150
1068
|
type: Component,
|
|
1151
1069
|
args: [{
|
|
1152
1070
|
selector: 'modus-wc-toast',
|
|
@@ -1157,22 +1075,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1157
1075
|
}]
|
|
1158
1076
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1159
1077
|
let ModusWcToolbar = class ModusWcToolbar {
|
|
1160
|
-
z;
|
|
1161
|
-
el;
|
|
1162
1078
|
constructor(c, r, z) {
|
|
1163
1079
|
this.z = z;
|
|
1164
1080
|
c.detach();
|
|
1165
1081
|
this.el = r.nativeElement;
|
|
1166
1082
|
}
|
|
1167
|
-
static
|
|
1168
|
-
static
|
|
1083
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1084
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcToolbar, selector: "modus-wc-toolbar", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1169
1085
|
};
|
|
1170
1086
|
ModusWcToolbar = __decorate([
|
|
1171
1087
|
ProxyCmp({
|
|
1172
1088
|
inputs: ['customClass']
|
|
1173
1089
|
})
|
|
1174
1090
|
], ModusWcToolbar);
|
|
1175
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcToolbar, decorators: [{
|
|
1176
1092
|
type: Component,
|
|
1177
1093
|
args: [{
|
|
1178
1094
|
selector: 'modus-wc-toolbar',
|
|
@@ -1183,23 +1099,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1183
1099
|
}]
|
|
1184
1100
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1185
1101
|
let ModusWcTooltip = class ModusWcTooltip {
|
|
1186
|
-
z;
|
|
1187
|
-
el;
|
|
1188
1102
|
constructor(c, r, z) {
|
|
1189
1103
|
this.z = z;
|
|
1190
1104
|
c.detach();
|
|
1191
1105
|
this.el = r.nativeElement;
|
|
1192
1106
|
proxyOutputs(this, this.el, ['dismissEscape']);
|
|
1193
1107
|
}
|
|
1194
|
-
static
|
|
1195
|
-
static
|
|
1108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1109
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTooltip, selector: "modus-wc-tooltip", inputs: { content: "content", customClass: "customClass", disabled: "disabled", forceOpen: "forceOpen", position: "position", tooltipId: "tooltipId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1196
1110
|
};
|
|
1197
1111
|
ModusWcTooltip = __decorate([
|
|
1198
1112
|
ProxyCmp({
|
|
1199
1113
|
inputs: ['content', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId']
|
|
1200
1114
|
})
|
|
1201
1115
|
], ModusWcTooltip);
|
|
1202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTooltip, decorators: [{
|
|
1203
1117
|
type: Component,
|
|
1204
1118
|
args: [{
|
|
1205
1119
|
selector: 'modus-wc-tooltip',
|
|
@@ -1210,22 +1124,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1210
1124
|
}]
|
|
1211
1125
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1212
1126
|
let ModusWcTypography = class ModusWcTypography {
|
|
1213
|
-
z;
|
|
1214
|
-
el;
|
|
1215
1127
|
constructor(c, r, z) {
|
|
1216
1128
|
this.z = z;
|
|
1217
1129
|
c.detach();
|
|
1218
1130
|
this.el = r.nativeElement;
|
|
1219
1131
|
}
|
|
1220
|
-
static
|
|
1221
|
-
static
|
|
1132
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1133
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcTypography, selector: "modus-wc-typography", inputs: { customClass: "customClass", hierarchy: "hierarchy", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1222
1134
|
};
|
|
1223
1135
|
ModusWcTypography = __decorate([
|
|
1224
1136
|
ProxyCmp({
|
|
1225
1137
|
inputs: ['customClass', 'hierarchy', 'size', 'weight']
|
|
1226
1138
|
})
|
|
1227
1139
|
], ModusWcTypography);
|
|
1228
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcTypography, decorators: [{
|
|
1229
1141
|
type: Component,
|
|
1230
1142
|
args: [{
|
|
1231
1143
|
selector: 'modus-wc-typography',
|
|
@@ -1236,23 +1148,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1236
1148
|
}]
|
|
1237
1149
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1238
1150
|
let ModusWcUtilityPanel = class ModusWcUtilityPanel {
|
|
1239
|
-
z;
|
|
1240
|
-
el;
|
|
1241
1151
|
constructor(c, r, z) {
|
|
1242
1152
|
this.z = z;
|
|
1243
1153
|
c.detach();
|
|
1244
1154
|
this.el = r.nativeElement;
|
|
1245
1155
|
proxyOutputs(this, this.el, ['panelOpened', 'panelClosed']);
|
|
1246
1156
|
}
|
|
1247
|
-
static
|
|
1248
|
-
static
|
|
1157
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcUtilityPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1158
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: ModusWcUtilityPanel, selector: "modus-wc-utility-panel", inputs: { expanded: "expanded", pushContent: "pushContent", targetElement: "targetElement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1249
1159
|
};
|
|
1250
1160
|
ModusWcUtilityPanel = __decorate([
|
|
1251
1161
|
ProxyCmp({
|
|
1252
1162
|
inputs: ['expanded', 'pushContent', 'targetElement']
|
|
1253
1163
|
})
|
|
1254
1164
|
], ModusWcUtilityPanel);
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusWcUtilityPanel, decorators: [{
|
|
1256
1166
|
type: Component,
|
|
1257
1167
|
args: [{
|
|
1258
1168
|
selector: 'modus-wc-utility-panel',
|
|
@@ -1312,17 +1222,17 @@ const DIRECTIVES = [
|
|
|
1312
1222
|
];
|
|
1313
1223
|
|
|
1314
1224
|
class ModusAngularComponentsModule {
|
|
1315
|
-
static
|
|
1316
|
-
static
|
|
1317
|
-
static
|
|
1225
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1226
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, declarations: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography, ModusWcUtilityPanel], exports: [ModusWcAccordion, ModusWcAlert, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLoader, ModusWcMenu, ModusWcMenuItem, ModusWcModal, ModusWcNavbar, ModusWcNumberInput, ModusWcPagination, ModusWcProgress, ModusWcRadio, ModusWcRating, ModusWcSelect, ModusWcSideNavigation, ModusWcSkeleton, ModusWcSlider, ModusWcStepper, ModusWcSwitch, ModusWcTable, ModusWcTabs, ModusWcTextInput, ModusWcTextarea, ModusWcThemeProvider, ModusWcThemeSwitcher, ModusWcTimeInput, ModusWcToast, ModusWcToolbar, ModusWcTooltip, ModusWcTypography, ModusWcUtilityPanel] }); }
|
|
1227
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, providers: [
|
|
1318
1228
|
{
|
|
1319
1229
|
provide: APP_INITIALIZER,
|
|
1320
1230
|
useFactory: () => defineCustomElements,
|
|
1321
1231
|
multi: true,
|
|
1322
|
-
}
|
|
1323
|
-
] });
|
|
1232
|
+
},
|
|
1233
|
+
] }); }
|
|
1324
1234
|
}
|
|
1325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ModusAngularComponentsModule, decorators: [{
|
|
1326
1236
|
type: NgModule,
|
|
1327
1237
|
args: [{
|
|
1328
1238
|
declarations: [...DIRECTIVES],
|
|
@@ -1333,8 +1243,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImpor
|
|
|
1333
1243
|
provide: APP_INITIALIZER,
|
|
1334
1244
|
useFactory: () => defineCustomElements,
|
|
1335
1245
|
multi: true,
|
|
1336
|
-
}
|
|
1337
|
-
]
|
|
1246
|
+
},
|
|
1247
|
+
],
|
|
1338
1248
|
}]
|
|
1339
1249
|
}] });
|
|
1340
1250
|
|