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