@trimble-oss/moduswebcomponents-angular 1.7.0-ng17 → 1.7.0-ng19
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 -14
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs +382 -284
- package/fesm2022/trimble-oss-moduswebcomponents-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +3 -3
- package/package.json +6 -5
- package/esm2022/lib/modus-wc-angular.module.mjs +0 -42
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/components.mjs +0 -1753
- package/esm2022/lib/stencil-generated/index.mjs +0 -59
- package/esm2022/public-api.mjs +0 -7
- package/esm2022/trimble-oss-moduswebcomponents-angular.mjs +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, Output, ChangeDetectionStrategy, Component,
|
|
2
|
+
import { EventEmitter, Output, ChangeDetectionStrategy, Component, provideAppInitializer, NgModule } from '@angular/core';
|
|
3
3
|
import { defineCustomElements } from '@trimble-oss/moduswebcomponents/loader';
|
|
4
4
|
import { setAssetPath } from '@trimble-oss/moduswebcomponents/components';
|
|
5
5
|
import { __decorate } from 'tslib';
|
|
@@ -64,21 +64,23 @@ function ProxyCmp(opts) {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
let ModusWcAccordion = class ModusWcAccordion {
|
|
67
|
+
z;
|
|
68
|
+
el;
|
|
69
|
+
expandedChange = new EventEmitter();
|
|
67
70
|
constructor(c, r, z) {
|
|
68
71
|
this.z = z;
|
|
69
|
-
this.expandedChange = new EventEmitter();
|
|
70
72
|
c.detach();
|
|
71
73
|
this.el = r.nativeElement;
|
|
72
74
|
}
|
|
73
|
-
static
|
|
74
|
-
static
|
|
75
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcAccordion, isStandalone: false, selector: "modus-wc-accordion", inputs: { customClass: "customClass" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
75
77
|
};
|
|
76
78
|
ModusWcAccordion = __decorate([
|
|
77
79
|
ProxyCmp({
|
|
78
80
|
inputs: ['customClass']
|
|
79
81
|
})
|
|
80
82
|
], ModusWcAccordion);
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAccordion, decorators: [{
|
|
82
84
|
type: Component,
|
|
83
85
|
args: [{
|
|
84
86
|
selector: 'modus-wc-accordion',
|
|
@@ -93,21 +95,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
93
95
|
type: Output
|
|
94
96
|
}] } });
|
|
95
97
|
let ModusWcAlert = class ModusWcAlert {
|
|
98
|
+
z;
|
|
99
|
+
el;
|
|
100
|
+
dismissClick = new EventEmitter();
|
|
96
101
|
constructor(c, r, z) {
|
|
97
102
|
this.z = z;
|
|
98
|
-
this.dismissClick = new EventEmitter();
|
|
99
103
|
c.detach();
|
|
100
104
|
this.el = r.nativeElement;
|
|
101
105
|
}
|
|
102
|
-
static
|
|
103
|
-
static
|
|
106
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
107
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcAlert, isStandalone: false, selector: "modus-wc-alert", inputs: { alertDescription: "alertDescription", alertTitle: "alertTitle", customClass: "customClass", delay: "delay", disableIcon: "disableIcon", dismissible: "dismissible", icon: "icon", variant: "variant" }, outputs: { dismissClick: "dismissClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
104
108
|
};
|
|
105
109
|
ModusWcAlert = __decorate([
|
|
106
110
|
ProxyCmp({
|
|
107
111
|
inputs: ['alertDescription', 'alertTitle', 'customClass', 'delay', 'disableIcon', 'dismissible', 'icon', 'variant']
|
|
108
112
|
})
|
|
109
113
|
], ModusWcAlert);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAlert, decorators: [{
|
|
111
115
|
type: Component,
|
|
112
116
|
args: [{
|
|
113
117
|
selector: 'modus-wc-alert',
|
|
@@ -122,23 +126,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
122
126
|
type: Output
|
|
123
127
|
}] } });
|
|
124
128
|
let ModusWcAppMenu = class ModusWcAppMenu {
|
|
129
|
+
z;
|
|
130
|
+
el;
|
|
131
|
+
layoutChange = new EventEmitter();
|
|
132
|
+
itemsOrderChange = new EventEmitter();
|
|
133
|
+
itemClick = new EventEmitter();
|
|
125
134
|
constructor(c, r, z) {
|
|
126
135
|
this.z = z;
|
|
127
|
-
this.layoutChange = new EventEmitter();
|
|
128
|
-
this.itemsOrderChange = new EventEmitter();
|
|
129
|
-
this.itemClick = new EventEmitter();
|
|
130
136
|
c.detach();
|
|
131
137
|
this.el = r.nativeElement;
|
|
132
138
|
}
|
|
133
|
-
static
|
|
134
|
-
static
|
|
139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAppMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
140
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcAppMenu, isStandalone: false, selector: "modus-wc-app-menu", inputs: { apps: "apps", customClass: "customClass", layout: "layout" }, outputs: { layoutChange: "layoutChange", itemsOrderChange: "itemsOrderChange", itemClick: "itemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
135
141
|
};
|
|
136
142
|
ModusWcAppMenu = __decorate([
|
|
137
143
|
ProxyCmp({
|
|
138
144
|
inputs: ['apps', 'customClass', 'layout']
|
|
139
145
|
})
|
|
140
146
|
], ModusWcAppMenu);
|
|
141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAppMenu, decorators: [{
|
|
142
148
|
type: Component,
|
|
143
149
|
args: [{
|
|
144
150
|
selector: 'modus-wc-app-menu',
|
|
@@ -157,20 +163,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
157
163
|
type: Output
|
|
158
164
|
}] } });
|
|
159
165
|
let ModusWcAutocomplete = class ModusWcAutocomplete {
|
|
166
|
+
z;
|
|
167
|
+
el;
|
|
168
|
+
chipRemove = new EventEmitter();
|
|
169
|
+
chipsExpansionChange = new EventEmitter();
|
|
170
|
+
clearClick = new EventEmitter();
|
|
171
|
+
inputBlur = new EventEmitter();
|
|
172
|
+
inputChange = new EventEmitter();
|
|
173
|
+
inputFocus = new EventEmitter();
|
|
174
|
+
itemSelect = new EventEmitter();
|
|
160
175
|
constructor(c, r, z) {
|
|
161
176
|
this.z = z;
|
|
162
|
-
this.chipRemove = new EventEmitter();
|
|
163
|
-
this.chipsExpansionChange = new EventEmitter();
|
|
164
|
-
this.clearClick = new EventEmitter();
|
|
165
|
-
this.inputBlur = new EventEmitter();
|
|
166
|
-
this.inputChange = new EventEmitter();
|
|
167
|
-
this.inputFocus = new EventEmitter();
|
|
168
|
-
this.itemSelect = new EventEmitter();
|
|
169
177
|
c.detach();
|
|
170
178
|
this.el = r.nativeElement;
|
|
171
179
|
}
|
|
172
|
-
static
|
|
173
|
-
static
|
|
180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
181
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcAutocomplete, isStandalone: false, selector: "modus-wc-autocomplete", inputs: { autoComplete: "autoComplete", 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" }, outputs: { chipRemove: "chipRemove", chipsExpansionChange: "chipsExpansionChange", clearClick: "clearClick", inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus", itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
174
182
|
};
|
|
175
183
|
ModusWcAutocomplete = __decorate([
|
|
176
184
|
ProxyCmp({
|
|
@@ -178,7 +186,7 @@ ModusWcAutocomplete = __decorate([
|
|
|
178
186
|
methods: ['selectItem', 'openMenu', 'closeMenu', 'toggleMenu', 'focusInput', 'clearInput']
|
|
179
187
|
})
|
|
180
188
|
], ModusWcAutocomplete);
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAutocomplete, decorators: [{
|
|
182
190
|
type: Component,
|
|
183
191
|
args: [{
|
|
184
192
|
selector: 'modus-wc-autocomplete',
|
|
@@ -205,20 +213,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
205
213
|
type: Output
|
|
206
214
|
}] } });
|
|
207
215
|
let ModusWcAvatar = class ModusWcAvatar {
|
|
216
|
+
z;
|
|
217
|
+
el;
|
|
208
218
|
constructor(c, r, z) {
|
|
209
219
|
this.z = z;
|
|
210
220
|
c.detach();
|
|
211
221
|
this.el = r.nativeElement;
|
|
212
222
|
}
|
|
213
|
-
static
|
|
214
|
-
static
|
|
223
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
224
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcAvatar, isStandalone: false, 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 });
|
|
215
225
|
};
|
|
216
226
|
ModusWcAvatar = __decorate([
|
|
217
227
|
ProxyCmp({
|
|
218
228
|
inputs: ['alt', 'customClass', 'imgSrc', 'initials', 'shape', 'size']
|
|
219
229
|
})
|
|
220
230
|
], ModusWcAvatar);
|
|
221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcAvatar, decorators: [{
|
|
222
232
|
type: Component,
|
|
223
233
|
args: [{
|
|
224
234
|
selector: 'modus-wc-avatar',
|
|
@@ -230,20 +240,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
230
240
|
}]
|
|
231
241
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
232
242
|
let ModusWcBadge = class ModusWcBadge {
|
|
243
|
+
z;
|
|
244
|
+
el;
|
|
233
245
|
constructor(c, r, z) {
|
|
234
246
|
this.z = z;
|
|
235
247
|
c.detach();
|
|
236
248
|
this.el = r.nativeElement;
|
|
237
249
|
}
|
|
238
|
-
static
|
|
239
|
-
static
|
|
250
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
251
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcBadge, isStandalone: false, 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 });
|
|
240
252
|
};
|
|
241
253
|
ModusWcBadge = __decorate([
|
|
242
254
|
ProxyCmp({
|
|
243
255
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
244
256
|
})
|
|
245
257
|
], ModusWcBadge);
|
|
246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcBadge, decorators: [{
|
|
247
259
|
type: Component,
|
|
248
260
|
args: [{
|
|
249
261
|
selector: 'modus-wc-badge',
|
|
@@ -255,21 +267,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
255
267
|
}]
|
|
256
268
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
257
269
|
let ModusWcBreadcrumbs = class ModusWcBreadcrumbs {
|
|
270
|
+
z;
|
|
271
|
+
el;
|
|
272
|
+
breadcrumbClick = new EventEmitter();
|
|
258
273
|
constructor(c, r, z) {
|
|
259
274
|
this.z = z;
|
|
260
|
-
this.breadcrumbClick = new EventEmitter();
|
|
261
275
|
c.detach();
|
|
262
276
|
this.el = r.nativeElement;
|
|
263
277
|
}
|
|
264
|
-
static
|
|
265
|
-
static
|
|
278
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
279
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcBreadcrumbs, isStandalone: false, selector: "modus-wc-breadcrumbs", inputs: { customClass: "customClass", items: "items", size: "size" }, outputs: { breadcrumbClick: "breadcrumbClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
266
280
|
};
|
|
267
281
|
ModusWcBreadcrumbs = __decorate([
|
|
268
282
|
ProxyCmp({
|
|
269
283
|
inputs: ['customClass', 'items', 'size']
|
|
270
284
|
})
|
|
271
285
|
], ModusWcBreadcrumbs);
|
|
272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
286
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcBreadcrumbs, decorators: [{
|
|
273
287
|
type: Component,
|
|
274
288
|
args: [{
|
|
275
289
|
selector: 'modus-wc-breadcrumbs',
|
|
@@ -284,21 +298,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
284
298
|
type: Output
|
|
285
299
|
}] } });
|
|
286
300
|
let ModusWcButton = class ModusWcButton {
|
|
301
|
+
z;
|
|
302
|
+
el;
|
|
303
|
+
buttonClick = new EventEmitter();
|
|
287
304
|
constructor(c, r, z) {
|
|
288
305
|
this.z = z;
|
|
289
|
-
this.buttonClick = new EventEmitter();
|
|
290
306
|
c.detach();
|
|
291
307
|
this.el = r.nativeElement;
|
|
292
308
|
}
|
|
293
|
-
static
|
|
294
|
-
static
|
|
309
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
310
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcButton, isStandalone: false, selector: "modus-wc-button", inputs: { color: "color", customClass: "customClass", disabled: "disabled", fullWidth: "fullWidth", pressed: "pressed", shape: "shape", size: "size", type: "type", variant: "variant" }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
295
311
|
};
|
|
296
312
|
ModusWcButton = __decorate([
|
|
297
313
|
ProxyCmp({
|
|
298
314
|
inputs: ['color', 'customClass', 'disabled', 'fullWidth', 'pressed', 'shape', 'size', 'type', 'variant']
|
|
299
315
|
})
|
|
300
316
|
], ModusWcButton);
|
|
301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
317
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcButton, decorators: [{
|
|
302
318
|
type: Component,
|
|
303
319
|
args: [{
|
|
304
320
|
selector: 'modus-wc-button',
|
|
@@ -313,22 +329,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
313
329
|
type: Output
|
|
314
330
|
}] } });
|
|
315
331
|
let ModusWcButtonGroup = class ModusWcButtonGroup {
|
|
332
|
+
z;
|
|
333
|
+
el;
|
|
334
|
+
buttonGroupClick = new EventEmitter();
|
|
335
|
+
buttonSelectionChange = new EventEmitter();
|
|
316
336
|
constructor(c, r, z) {
|
|
317
337
|
this.z = z;
|
|
318
|
-
this.buttonGroupClick = new EventEmitter();
|
|
319
|
-
this.buttonSelectionChange = new EventEmitter();
|
|
320
338
|
c.detach();
|
|
321
339
|
this.el = r.nativeElement;
|
|
322
340
|
}
|
|
323
|
-
static
|
|
324
|
-
static
|
|
341
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
342
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcButtonGroup, isStandalone: false, selector: "modus-wc-button-group", inputs: { color: "color", disabled: "disabled", orientation: "orientation", selectionType: "selectionType", variant: "variant" }, outputs: { buttonGroupClick: "buttonGroupClick", buttonSelectionChange: "buttonSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
325
343
|
};
|
|
326
344
|
ModusWcButtonGroup = __decorate([
|
|
327
345
|
ProxyCmp({
|
|
328
346
|
inputs: ['color', 'disabled', 'orientation', 'selectionType', 'variant']
|
|
329
347
|
})
|
|
330
348
|
], ModusWcButtonGroup);
|
|
331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcButtonGroup, decorators: [{
|
|
332
350
|
type: Component,
|
|
333
351
|
args: [{
|
|
334
352
|
selector: 'modus-wc-button-group',
|
|
@@ -345,20 +363,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
345
363
|
type: Output
|
|
346
364
|
}] } });
|
|
347
365
|
let ModusWcCard = class ModusWcCard {
|
|
366
|
+
z;
|
|
367
|
+
el;
|
|
348
368
|
constructor(c, r, z) {
|
|
349
369
|
this.z = z;
|
|
350
370
|
c.detach();
|
|
351
371
|
this.el = r.nativeElement;
|
|
352
372
|
}
|
|
353
|
-
static
|
|
354
|
-
static
|
|
373
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
374
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcCard, isStandalone: false, 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 });
|
|
355
375
|
};
|
|
356
376
|
ModusWcCard = __decorate([
|
|
357
377
|
ProxyCmp({
|
|
358
378
|
inputs: ['backgroundFigure', 'bordered', 'customClass', 'layout', 'padding']
|
|
359
379
|
})
|
|
360
380
|
], ModusWcCard);
|
|
361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcCard, decorators: [{
|
|
362
382
|
type: Component,
|
|
363
383
|
args: [{
|
|
364
384
|
selector: 'modus-wc-card',
|
|
@@ -370,23 +390,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
370
390
|
}]
|
|
371
391
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
372
392
|
let ModusWcCheckbox = class ModusWcCheckbox {
|
|
393
|
+
z;
|
|
394
|
+
el;
|
|
395
|
+
inputBlur = new EventEmitter();
|
|
396
|
+
inputChange = new EventEmitter();
|
|
397
|
+
inputFocus = new EventEmitter();
|
|
373
398
|
constructor(c, r, z) {
|
|
374
399
|
this.z = z;
|
|
375
|
-
this.inputBlur = new EventEmitter();
|
|
376
|
-
this.inputChange = new EventEmitter();
|
|
377
|
-
this.inputFocus = new EventEmitter();
|
|
378
400
|
c.detach();
|
|
379
401
|
this.el = r.nativeElement;
|
|
380
402
|
}
|
|
381
|
-
static
|
|
382
|
-
static
|
|
403
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
404
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcCheckbox, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
383
405
|
};
|
|
384
406
|
ModusWcCheckbox = __decorate([
|
|
385
407
|
ProxyCmp({
|
|
386
408
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
387
409
|
})
|
|
388
410
|
], ModusWcCheckbox);
|
|
389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcCheckbox, decorators: [{
|
|
390
412
|
type: Component,
|
|
391
413
|
args: [{
|
|
392
414
|
selector: 'modus-wc-checkbox',
|
|
@@ -405,22 +427,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
405
427
|
type: Output
|
|
406
428
|
}] } });
|
|
407
429
|
let ModusWcChip = class ModusWcChip {
|
|
430
|
+
z;
|
|
431
|
+
el;
|
|
432
|
+
chipClick = new EventEmitter();
|
|
433
|
+
chipRemove = new EventEmitter();
|
|
408
434
|
constructor(c, r, z) {
|
|
409
435
|
this.z = z;
|
|
410
|
-
this.chipClick = new EventEmitter();
|
|
411
|
-
this.chipRemove = new EventEmitter();
|
|
412
436
|
c.detach();
|
|
413
437
|
this.el = r.nativeElement;
|
|
414
438
|
}
|
|
415
|
-
static
|
|
416
|
-
static
|
|
439
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
440
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcChip, isStandalone: false, selector: "modus-wc-chip", inputs: { active: "active", customClass: "customClass", disabled: "disabled", hasError: "hasError", label: "label", multiline: "multiline", shape: "shape", showRemove: "showRemove", size: "size", variant: "variant" }, outputs: { chipClick: "chipClick", chipRemove: "chipRemove" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
417
441
|
};
|
|
418
442
|
ModusWcChip = __decorate([
|
|
419
443
|
ProxyCmp({
|
|
420
444
|
inputs: ['active', 'customClass', 'disabled', 'hasError', 'label', 'multiline', 'shape', 'showRemove', 'size', 'variant']
|
|
421
445
|
})
|
|
422
446
|
], ModusWcChip);
|
|
423
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcChip, decorators: [{
|
|
424
448
|
type: Component,
|
|
425
449
|
args: [{
|
|
426
450
|
selector: 'modus-wc-chip',
|
|
@@ -437,21 +461,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
437
461
|
type: Output
|
|
438
462
|
}] } });
|
|
439
463
|
let ModusWcCollapse = class ModusWcCollapse {
|
|
464
|
+
z;
|
|
465
|
+
el;
|
|
466
|
+
expandedChange = new EventEmitter();
|
|
440
467
|
constructor(c, r, z) {
|
|
441
468
|
this.z = z;
|
|
442
|
-
this.expandedChange = new EventEmitter();
|
|
443
469
|
c.detach();
|
|
444
470
|
this.el = r.nativeElement;
|
|
445
471
|
}
|
|
446
|
-
static
|
|
447
|
-
static
|
|
472
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcCollapse, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
473
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcCollapse, isStandalone: false, selector: "modus-wc-collapse", inputs: { bordered: "bordered", chevronPosition: "chevronPosition", collapseId: "collapseId", customClass: "customClass", expanded: "expanded", options: "options" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
448
474
|
};
|
|
449
475
|
ModusWcCollapse = __decorate([
|
|
450
476
|
ProxyCmp({
|
|
451
477
|
inputs: ['bordered', 'chevronPosition', 'collapseId', 'customClass', 'expanded', 'options']
|
|
452
478
|
})
|
|
453
479
|
], ModusWcCollapse);
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcCollapse, decorators: [{
|
|
455
481
|
type: Component,
|
|
456
482
|
args: [{
|
|
457
483
|
selector: 'modus-wc-collapse',
|
|
@@ -466,25 +492,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
466
492
|
type: Output
|
|
467
493
|
}] } });
|
|
468
494
|
let ModusWcDate = class ModusWcDate {
|
|
495
|
+
z;
|
|
496
|
+
el;
|
|
497
|
+
inputBlur = new EventEmitter();
|
|
498
|
+
inputChange = new EventEmitter();
|
|
499
|
+
inputFocus = new EventEmitter();
|
|
500
|
+
calendarMonthChange = new EventEmitter();
|
|
501
|
+
calendarYearChange = new EventEmitter();
|
|
469
502
|
constructor(c, r, z) {
|
|
470
503
|
this.z = z;
|
|
471
|
-
this.inputBlur = new EventEmitter();
|
|
472
|
-
this.inputChange = new EventEmitter();
|
|
473
|
-
this.inputFocus = new EventEmitter();
|
|
474
|
-
this.calendarMonthChange = new EventEmitter();
|
|
475
|
-
this.calendarYearChange = new EventEmitter();
|
|
476
504
|
c.detach();
|
|
477
505
|
this.el = r.nativeElement;
|
|
478
506
|
}
|
|
479
|
-
static
|
|
480
|
-
static
|
|
507
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
508
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcDate, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus", calendarMonthChange: "calendarMonthChange", calendarYearChange: "calendarYearChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
481
509
|
};
|
|
482
510
|
ModusWcDate = __decorate([
|
|
483
511
|
ProxyCmp({
|
|
484
512
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'format', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showWeekNumbers', 'size', 'value', 'weekStartDay']
|
|
485
513
|
})
|
|
486
514
|
], ModusWcDate);
|
|
487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcDate, decorators: [{
|
|
488
516
|
type: Component,
|
|
489
517
|
args: [{
|
|
490
518
|
selector: 'modus-wc-date',
|
|
@@ -507,20 +535,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
507
535
|
type: Output
|
|
508
536
|
}] } });
|
|
509
537
|
let ModusWcDivider = class ModusWcDivider {
|
|
538
|
+
z;
|
|
539
|
+
el;
|
|
510
540
|
constructor(c, r, z) {
|
|
511
541
|
this.z = z;
|
|
512
542
|
c.detach();
|
|
513
543
|
this.el = r.nativeElement;
|
|
514
544
|
}
|
|
515
|
-
static
|
|
516
|
-
static
|
|
545
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
546
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcDivider, isStandalone: false, 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 });
|
|
517
547
|
};
|
|
518
548
|
ModusWcDivider = __decorate([
|
|
519
549
|
ProxyCmp({
|
|
520
550
|
inputs: ['color', 'content', 'customClass', 'orientation', 'position', 'responsive']
|
|
521
551
|
})
|
|
522
552
|
], ModusWcDivider);
|
|
523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcDivider, decorators: [{
|
|
524
554
|
type: Component,
|
|
525
555
|
args: [{
|
|
526
556
|
selector: 'modus-wc-divider',
|
|
@@ -532,21 +562,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
532
562
|
}]
|
|
533
563
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
534
564
|
let ModusWcDropdownMenu = class ModusWcDropdownMenu {
|
|
565
|
+
z;
|
|
566
|
+
el;
|
|
567
|
+
menuVisibilityChange = new EventEmitter();
|
|
535
568
|
constructor(c, r, z) {
|
|
536
569
|
this.z = z;
|
|
537
|
-
this.menuVisibilityChange = new EventEmitter();
|
|
538
570
|
c.detach();
|
|
539
571
|
this.el = r.nativeElement;
|
|
540
572
|
}
|
|
541
|
-
static
|
|
542
|
-
static
|
|
573
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
574
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcDropdownMenu, isStandalone: false, selector: "modus-wc-dropdown-menu", inputs: { buttonAriaLabel: "buttonAriaLabel", buttonColor: "buttonColor", buttonShape: "buttonShape", buttonSize: "buttonSize", buttonVariant: "buttonVariant", customClass: "customClass", disabled: "disabled", menuBordered: "menuBordered", menuOffset: "menuOffset", menuPlacement: "menuPlacement", menuSize: "menuSize", menuStrategy: "menuStrategy", menuVisible: "menuVisible" }, outputs: { menuVisibilityChange: "menuVisibilityChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
543
575
|
};
|
|
544
576
|
ModusWcDropdownMenu = __decorate([
|
|
545
577
|
ProxyCmp({
|
|
546
578
|
inputs: ['buttonAriaLabel', 'buttonColor', 'buttonShape', 'buttonSize', 'buttonVariant', 'customClass', 'disabled', 'menuBordered', 'menuOffset', 'menuPlacement', 'menuSize', 'menuStrategy', 'menuVisible']
|
|
547
579
|
})
|
|
548
580
|
], ModusWcDropdownMenu);
|
|
549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcDropdownMenu, decorators: [{
|
|
550
582
|
type: Component,
|
|
551
583
|
args: [{
|
|
552
584
|
selector: 'modus-wc-dropdown-menu',
|
|
@@ -561,14 +593,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
561
593
|
type: Output
|
|
562
594
|
}] } });
|
|
563
595
|
let ModusWcFileDropzone = class ModusWcFileDropzone {
|
|
596
|
+
z;
|
|
597
|
+
el;
|
|
598
|
+
fileSelect = new EventEmitter();
|
|
564
599
|
constructor(c, r, z) {
|
|
565
600
|
this.z = z;
|
|
566
|
-
this.fileSelect = new EventEmitter();
|
|
567
601
|
c.detach();
|
|
568
602
|
this.el = r.nativeElement;
|
|
569
603
|
}
|
|
570
|
-
static
|
|
571
|
-
static
|
|
604
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcFileDropzone, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
605
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcFileDropzone, isStandalone: false, 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" }, outputs: { fileSelect: "fileSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
572
606
|
};
|
|
573
607
|
ModusWcFileDropzone = __decorate([
|
|
574
608
|
ProxyCmp({
|
|
@@ -576,7 +610,7 @@ ModusWcFileDropzone = __decorate([
|
|
|
576
610
|
methods: ['reset']
|
|
577
611
|
})
|
|
578
612
|
], ModusWcFileDropzone);
|
|
579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcFileDropzone, decorators: [{
|
|
580
614
|
type: Component,
|
|
581
615
|
args: [{
|
|
582
616
|
selector: 'modus-wc-file-dropzone',
|
|
@@ -591,20 +625,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
591
625
|
type: Output
|
|
592
626
|
}] } });
|
|
593
627
|
let ModusWcHandle = class ModusWcHandle {
|
|
628
|
+
z;
|
|
629
|
+
el;
|
|
594
630
|
constructor(c, r, z) {
|
|
595
631
|
this.z = z;
|
|
596
632
|
c.detach();
|
|
597
633
|
this.el = r.nativeElement;
|
|
598
634
|
}
|
|
599
|
-
static
|
|
600
|
-
static
|
|
635
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcHandle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
636
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcHandle, isStandalone: false, 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 });
|
|
601
637
|
};
|
|
602
638
|
ModusWcHandle = __decorate([
|
|
603
639
|
ProxyCmp({
|
|
604
640
|
inputs: ['buttonColor', 'buttonSize', 'buttonVariant', 'customClass', 'defaultSplit', 'density', 'leftTarget', 'orientation', 'rightTarget', 'size', 'type']
|
|
605
641
|
})
|
|
606
642
|
], ModusWcHandle);
|
|
607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcHandle, decorators: [{
|
|
608
644
|
type: Component,
|
|
609
645
|
args: [{
|
|
610
646
|
selector: 'modus-wc-handle',
|
|
@@ -616,20 +652,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
616
652
|
}]
|
|
617
653
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
618
654
|
let ModusWcIcon = class ModusWcIcon {
|
|
655
|
+
z;
|
|
656
|
+
el;
|
|
619
657
|
constructor(c, r, z) {
|
|
620
658
|
this.z = z;
|
|
621
659
|
c.detach();
|
|
622
660
|
this.el = r.nativeElement;
|
|
623
661
|
}
|
|
624
|
-
static
|
|
625
|
-
static
|
|
662
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
663
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcIcon, isStandalone: false, 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 });
|
|
626
664
|
};
|
|
627
665
|
ModusWcIcon = __decorate([
|
|
628
666
|
ProxyCmp({
|
|
629
667
|
inputs: ['customClass', 'decorative', 'name', 'size', 'variant']
|
|
630
668
|
})
|
|
631
669
|
], ModusWcIcon);
|
|
632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcIcon, decorators: [{
|
|
633
671
|
type: Component,
|
|
634
672
|
args: [{
|
|
635
673
|
selector: 'modus-wc-icon',
|
|
@@ -641,20 +679,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
641
679
|
}]
|
|
642
680
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
643
681
|
let ModusWcInputFeedback = class ModusWcInputFeedback {
|
|
682
|
+
z;
|
|
683
|
+
el;
|
|
644
684
|
constructor(c, r, z) {
|
|
645
685
|
this.z = z;
|
|
646
686
|
c.detach();
|
|
647
687
|
this.el = r.nativeElement;
|
|
648
688
|
}
|
|
649
|
-
static
|
|
650
|
-
static
|
|
689
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcInputFeedback, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
690
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcInputFeedback, isStandalone: false, 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 });
|
|
651
691
|
};
|
|
652
692
|
ModusWcInputFeedback = __decorate([
|
|
653
693
|
ProxyCmp({
|
|
654
694
|
inputs: ['customClass', 'icon', 'level', 'message', 'size']
|
|
655
695
|
})
|
|
656
696
|
], ModusWcInputFeedback);
|
|
657
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcInputFeedback, decorators: [{
|
|
658
698
|
type: Component,
|
|
659
699
|
args: [{
|
|
660
700
|
selector: 'modus-wc-input-feedback',
|
|
@@ -666,20 +706,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
666
706
|
}]
|
|
667
707
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
668
708
|
let ModusWcInputLabel = class ModusWcInputLabel {
|
|
709
|
+
z;
|
|
710
|
+
el;
|
|
669
711
|
constructor(c, r, z) {
|
|
670
712
|
this.z = z;
|
|
671
713
|
c.detach();
|
|
672
714
|
this.el = r.nativeElement;
|
|
673
715
|
}
|
|
674
|
-
static
|
|
675
|
-
static
|
|
716
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcInputLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
717
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcInputLabel, isStandalone: false, 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 });
|
|
676
718
|
};
|
|
677
719
|
ModusWcInputLabel = __decorate([
|
|
678
720
|
ProxyCmp({
|
|
679
721
|
inputs: ['customClass', 'forId', 'labelText', 'required', 'size', 'subLabelText']
|
|
680
722
|
})
|
|
681
723
|
], ModusWcInputLabel);
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcInputLabel, decorators: [{
|
|
683
725
|
type: Component,
|
|
684
726
|
args: [{
|
|
685
727
|
selector: 'modus-wc-input-label',
|
|
@@ -691,20 +733,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
691
733
|
}]
|
|
692
734
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
693
735
|
let ModusWcLink = class ModusWcLink {
|
|
736
|
+
z;
|
|
737
|
+
el;
|
|
694
738
|
constructor(c, r, z) {
|
|
695
739
|
this.z = z;
|
|
696
740
|
c.detach();
|
|
697
741
|
this.el = r.nativeElement;
|
|
698
742
|
}
|
|
699
|
-
static
|
|
700
|
-
static
|
|
743
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
744
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcLink, isStandalone: false, selector: "modus-wc-link", inputs: { color: "color", customClass: "customClass", href: "href", rel: "rel", target: "target", underline: "underline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
701
745
|
};
|
|
702
746
|
ModusWcLink = __decorate([
|
|
703
747
|
ProxyCmp({
|
|
704
748
|
inputs: ['color', 'customClass', 'href', 'rel', 'target', 'underline']
|
|
705
749
|
})
|
|
706
750
|
], ModusWcLink);
|
|
707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcLink, decorators: [{
|
|
708
752
|
type: Component,
|
|
709
753
|
args: [{
|
|
710
754
|
selector: 'modus-wc-link',
|
|
@@ -716,20 +760,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
716
760
|
}]
|
|
717
761
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
718
762
|
let ModusWcLoader = class ModusWcLoader {
|
|
763
|
+
z;
|
|
764
|
+
el;
|
|
719
765
|
constructor(c, r, z) {
|
|
720
766
|
this.z = z;
|
|
721
767
|
c.detach();
|
|
722
768
|
this.el = r.nativeElement;
|
|
723
769
|
}
|
|
724
|
-
static
|
|
725
|
-
static
|
|
770
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcLoader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
771
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcLoader, isStandalone: false, 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 });
|
|
726
772
|
};
|
|
727
773
|
ModusWcLoader = __decorate([
|
|
728
774
|
ProxyCmp({
|
|
729
775
|
inputs: ['color', 'customClass', 'size', 'variant']
|
|
730
776
|
})
|
|
731
777
|
], ModusWcLoader);
|
|
732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcLoader, decorators: [{
|
|
733
779
|
type: Component,
|
|
734
780
|
args: [{
|
|
735
781
|
selector: 'modus-wc-loader',
|
|
@@ -741,20 +787,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
741
787
|
}]
|
|
742
788
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
743
789
|
let ModusWcLogo = class ModusWcLogo {
|
|
790
|
+
z;
|
|
791
|
+
el;
|
|
744
792
|
constructor(c, r, z) {
|
|
745
793
|
this.z = z;
|
|
746
794
|
c.detach();
|
|
747
795
|
this.el = r.nativeElement;
|
|
748
796
|
}
|
|
749
|
-
static
|
|
750
|
-
static
|
|
797
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
798
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcLogo, isStandalone: false, 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 });
|
|
751
799
|
};
|
|
752
800
|
ModusWcLogo = __decorate([
|
|
753
801
|
ProxyCmp({
|
|
754
802
|
inputs: ['alt', 'customClass', 'emblem', 'name']
|
|
755
803
|
})
|
|
756
804
|
], ModusWcLogo);
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcLogo, decorators: [{
|
|
758
806
|
type: Component,
|
|
759
807
|
args: [{
|
|
760
808
|
selector: 'modus-wc-logo',
|
|
@@ -766,22 +814,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
766
814
|
}]
|
|
767
815
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
768
816
|
let ModusWcMenu = class ModusWcMenu {
|
|
817
|
+
z;
|
|
818
|
+
el;
|
|
819
|
+
menuFocusout = new EventEmitter();
|
|
820
|
+
menuSelectionChange = new EventEmitter();
|
|
769
821
|
constructor(c, r, z) {
|
|
770
822
|
this.z = z;
|
|
771
|
-
this.menuFocusout = new EventEmitter();
|
|
772
|
-
this.menuSelectionChange = new EventEmitter();
|
|
773
823
|
c.detach();
|
|
774
824
|
this.el = r.nativeElement;
|
|
775
825
|
}
|
|
776
|
-
static
|
|
777
|
-
static
|
|
826
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
827
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcMenu, isStandalone: false, selector: "modus-wc-menu", inputs: { bordered: "bordered", customClass: "customClass", isSubMenu: "isSubMenu", orientation: "orientation", selectionMode: "selectionMode", size: "size" }, outputs: { menuFocusout: "menuFocusout", menuSelectionChange: "menuSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
778
828
|
};
|
|
779
829
|
ModusWcMenu = __decorate([
|
|
780
830
|
ProxyCmp({
|
|
781
831
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size']
|
|
782
832
|
})
|
|
783
833
|
], ModusWcMenu);
|
|
784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcMenu, decorators: [{
|
|
785
835
|
type: Component,
|
|
786
836
|
args: [{
|
|
787
837
|
selector: 'modus-wc-menu',
|
|
@@ -798,14 +848,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
798
848
|
type: Output
|
|
799
849
|
}] } });
|
|
800
850
|
let ModusWcMenuItem = class ModusWcMenuItem {
|
|
851
|
+
z;
|
|
852
|
+
el;
|
|
853
|
+
itemSelect = new EventEmitter();
|
|
801
854
|
constructor(c, r, z) {
|
|
802
855
|
this.z = z;
|
|
803
|
-
this.itemSelect = new EventEmitter();
|
|
804
856
|
c.detach();
|
|
805
857
|
this.el = r.nativeElement;
|
|
806
858
|
}
|
|
807
|
-
static
|
|
808
|
-
static
|
|
859
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
860
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcMenuItem, isStandalone: false, selector: "modus-wc-menu-item", inputs: { bordered: "bordered", checkbox: "checkbox", customClass: "customClass", disabled: "disabled", focused: "focused", hasSubmenu: "hasSubmenu", label: "label", selected: "selected", size: "size", subLabel: "subLabel", tooltipContent: "tooltipContent", tooltipPosition: "tooltipPosition", value: "value" }, outputs: { itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
809
861
|
};
|
|
810
862
|
ModusWcMenuItem = __decorate([
|
|
811
863
|
ProxyCmp({
|
|
@@ -813,7 +865,7 @@ ModusWcMenuItem = __decorate([
|
|
|
813
865
|
methods: ['collapseSubmenu']
|
|
814
866
|
})
|
|
815
867
|
], ModusWcMenuItem);
|
|
816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcMenuItem, decorators: [{
|
|
817
869
|
type: Component,
|
|
818
870
|
args: [{
|
|
819
871
|
selector: 'modus-wc-menu-item',
|
|
@@ -828,20 +880,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
828
880
|
type: Output
|
|
829
881
|
}] } });
|
|
830
882
|
let ModusWcModal = class ModusWcModal {
|
|
883
|
+
z;
|
|
884
|
+
el;
|
|
831
885
|
constructor(c, r, z) {
|
|
832
886
|
this.z = z;
|
|
833
887
|
c.detach();
|
|
834
888
|
this.el = r.nativeElement;
|
|
835
889
|
}
|
|
836
|
-
static
|
|
837
|
-
static
|
|
890
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
891
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcModal, isStandalone: false, 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 });
|
|
838
892
|
};
|
|
839
893
|
ModusWcModal = __decorate([
|
|
840
894
|
ProxyCmp({
|
|
841
895
|
inputs: ['backdrop', 'customClass', 'fullscreen', 'modalId', 'position', 'showClose', 'showFullscreenToggle']
|
|
842
896
|
})
|
|
843
897
|
], ModusWcModal);
|
|
844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcModal, decorators: [{
|
|
845
899
|
type: Component,
|
|
846
900
|
args: [{
|
|
847
901
|
selector: 'modus-wc-modal',
|
|
@@ -853,35 +907,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
853
907
|
}]
|
|
854
908
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
855
909
|
let ModusWcNavbar = class ModusWcNavbar {
|
|
910
|
+
z;
|
|
911
|
+
el;
|
|
912
|
+
aiClick = new EventEmitter();
|
|
913
|
+
appsClick = new EventEmitter();
|
|
914
|
+
appsMenuOpenChange = new EventEmitter();
|
|
915
|
+
condensedMenuOpenChange = new EventEmitter();
|
|
916
|
+
helpClick = new EventEmitter();
|
|
917
|
+
mainMenuOpenChange = new EventEmitter();
|
|
918
|
+
myTrimbleClick = new EventEmitter();
|
|
919
|
+
notificationsClick = new EventEmitter();
|
|
920
|
+
notificationsMenuOpenChange = new EventEmitter();
|
|
921
|
+
searchChange = new EventEmitter();
|
|
922
|
+
searchClick = new EventEmitter();
|
|
923
|
+
searchInputOpenChange = new EventEmitter();
|
|
924
|
+
signOutClick = new EventEmitter();
|
|
925
|
+
trimbleLogoClick = new EventEmitter();
|
|
926
|
+
userMenuOpenChange = new EventEmitter();
|
|
856
927
|
constructor(c, r, z) {
|
|
857
928
|
this.z = z;
|
|
858
|
-
this.aiClick = new EventEmitter();
|
|
859
|
-
this.appsClick = new EventEmitter();
|
|
860
|
-
this.appsMenuOpenChange = new EventEmitter();
|
|
861
|
-
this.condensedMenuOpenChange = new EventEmitter();
|
|
862
|
-
this.helpClick = new EventEmitter();
|
|
863
|
-
this.mainMenuOpenChange = new EventEmitter();
|
|
864
|
-
this.myTrimbleClick = new EventEmitter();
|
|
865
|
-
this.notificationsClick = new EventEmitter();
|
|
866
|
-
this.notificationsMenuOpenChange = new EventEmitter();
|
|
867
|
-
this.searchChange = new EventEmitter();
|
|
868
|
-
this.searchClick = new EventEmitter();
|
|
869
|
-
this.searchInputOpenChange = new EventEmitter();
|
|
870
|
-
this.signOutClick = new EventEmitter();
|
|
871
|
-
this.trimbleLogoClick = new EventEmitter();
|
|
872
|
-
this.userMenuOpenChange = new EventEmitter();
|
|
873
929
|
c.detach();
|
|
874
930
|
this.el = r.nativeElement;
|
|
875
931
|
}
|
|
876
|
-
static
|
|
877
|
-
static
|
|
932
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcNavbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
933
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcNavbar, isStandalone: false, 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" }, outputs: { aiClick: "aiClick", appsClick: "appsClick", appsMenuOpenChange: "appsMenuOpenChange", condensedMenuOpenChange: "condensedMenuOpenChange", helpClick: "helpClick", mainMenuOpenChange: "mainMenuOpenChange", myTrimbleClick: "myTrimbleClick", notificationsClick: "notificationsClick", notificationsMenuOpenChange: "notificationsMenuOpenChange", searchChange: "searchChange", searchClick: "searchClick", searchInputOpenChange: "searchInputOpenChange", signOutClick: "signOutClick", trimbleLogoClick: "trimbleLogoClick", userMenuOpenChange: "userMenuOpenChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
878
934
|
};
|
|
879
935
|
ModusWcNavbar = __decorate([
|
|
880
936
|
ProxyCmp({
|
|
881
937
|
inputs: ['appsMenuOpen', 'condensed', 'condensedMenuOpen', 'customClass', 'logoName', 'mainMenuOpen', 'notificationsMenuOpen', 'searchDebounceMs', 'searchInputOpen', 'textOverrides', 'userCard', 'userMenuOpen', 'visibility']
|
|
882
938
|
})
|
|
883
939
|
], ModusWcNavbar);
|
|
884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcNavbar, decorators: [{
|
|
885
941
|
type: Component,
|
|
886
942
|
args: [{
|
|
887
943
|
selector: 'modus-wc-navbar',
|
|
@@ -924,23 +980,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
924
980
|
type: Output
|
|
925
981
|
}] } });
|
|
926
982
|
let ModusWcNumberInput = class ModusWcNumberInput {
|
|
983
|
+
z;
|
|
984
|
+
el;
|
|
985
|
+
inputBlur = new EventEmitter();
|
|
986
|
+
inputChange = new EventEmitter();
|
|
987
|
+
inputFocus = new EventEmitter();
|
|
927
988
|
constructor(c, r, z) {
|
|
928
989
|
this.z = z;
|
|
929
|
-
this.inputBlur = new EventEmitter();
|
|
930
|
-
this.inputChange = new EventEmitter();
|
|
931
|
-
this.inputFocus = new EventEmitter();
|
|
932
990
|
c.detach();
|
|
933
991
|
this.el = r.nativeElement;
|
|
934
992
|
}
|
|
935
|
-
static
|
|
936
|
-
static
|
|
993
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
994
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcNumberInput, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
937
995
|
};
|
|
938
996
|
ModusWcNumberInput = __decorate([
|
|
939
997
|
ProxyCmp({
|
|
940
998
|
inputs: ['autoComplete', 'bordered', 'currencySymbol', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'placeholder', 'readOnly', 'required', 'size', 'step', 'type', 'value']
|
|
941
999
|
})
|
|
942
1000
|
], ModusWcNumberInput);
|
|
943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1001
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcNumberInput, decorators: [{
|
|
944
1002
|
type: Component,
|
|
945
1003
|
args: [{
|
|
946
1004
|
selector: 'modus-wc-number-input',
|
|
@@ -959,21 +1017,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
959
1017
|
type: Output
|
|
960
1018
|
}] } });
|
|
961
1019
|
let ModusWcPagination = class ModusWcPagination {
|
|
1020
|
+
z;
|
|
1021
|
+
el;
|
|
1022
|
+
pageChange = new EventEmitter();
|
|
962
1023
|
constructor(c, r, z) {
|
|
963
1024
|
this.z = z;
|
|
964
|
-
this.pageChange = new EventEmitter();
|
|
965
1025
|
c.detach();
|
|
966
1026
|
this.el = r.nativeElement;
|
|
967
1027
|
}
|
|
968
|
-
static
|
|
969
|
-
static
|
|
1028
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1029
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcPagination, isStandalone: false, selector: "modus-wc-pagination", inputs: { ariaLabelValues: "ariaLabelValues", count: "count", customClass: "customClass", nextButtonText: "nextButtonText", page: "page", prevButtonText: "prevButtonText", size: "size" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
970
1030
|
};
|
|
971
1031
|
ModusWcPagination = __decorate([
|
|
972
1032
|
ProxyCmp({
|
|
973
1033
|
inputs: ['ariaLabelValues', 'count', 'customClass', 'nextButtonText', 'page', 'prevButtonText', 'size']
|
|
974
1034
|
})
|
|
975
1035
|
], ModusWcPagination);
|
|
976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcPagination, decorators: [{
|
|
977
1037
|
type: Component,
|
|
978
1038
|
args: [{
|
|
979
1039
|
selector: 'modus-wc-pagination',
|
|
@@ -988,20 +1048,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
988
1048
|
type: Output
|
|
989
1049
|
}] } });
|
|
990
1050
|
let ModusWcPanel = class ModusWcPanel {
|
|
1051
|
+
z;
|
|
1052
|
+
el;
|
|
991
1053
|
constructor(c, r, z) {
|
|
992
1054
|
this.z = z;
|
|
993
1055
|
c.detach();
|
|
994
1056
|
this.el = r.nativeElement;
|
|
995
1057
|
}
|
|
996
|
-
static
|
|
997
|
-
static
|
|
1058
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1059
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcPanel, isStandalone: false, 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 });
|
|
998
1060
|
};
|
|
999
1061
|
ModusWcPanel = __decorate([
|
|
1000
1062
|
ProxyCmp({
|
|
1001
1063
|
inputs: ['customClass', 'floating', 'height', 'width']
|
|
1002
1064
|
})
|
|
1003
1065
|
], ModusWcPanel);
|
|
1004
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcPanel, decorators: [{
|
|
1005
1067
|
type: Component,
|
|
1006
1068
|
args: [{
|
|
1007
1069
|
selector: 'modus-wc-panel',
|
|
@@ -1013,22 +1075,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1013
1075
|
}]
|
|
1014
1076
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1015
1077
|
let ModusWcProfileMenu = class ModusWcProfileMenu {
|
|
1078
|
+
z;
|
|
1079
|
+
el;
|
|
1080
|
+
signOutClick = new EventEmitter();
|
|
1081
|
+
menuItemClick = new EventEmitter();
|
|
1016
1082
|
constructor(c, r, z) {
|
|
1017
1083
|
this.z = z;
|
|
1018
|
-
this.signOutClick = new EventEmitter();
|
|
1019
|
-
this.menuItemClick = new EventEmitter();
|
|
1020
1084
|
c.detach();
|
|
1021
1085
|
this.el = r.nativeElement;
|
|
1022
1086
|
}
|
|
1023
|
-
static
|
|
1024
|
-
static
|
|
1087
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcProfileMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1088
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcProfileMenu, isStandalone: false, selector: "modus-wc-profile-menu", inputs: { menuOne: "menuOne", menuTwo: "menuTwo", profileProps: "profileProps" }, outputs: { signOutClick: "signOutClick", menuItemClick: "menuItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1025
1089
|
};
|
|
1026
1090
|
ModusWcProfileMenu = __decorate([
|
|
1027
1091
|
ProxyCmp({
|
|
1028
1092
|
inputs: ['menuOne', 'menuTwo', 'profileProps']
|
|
1029
1093
|
})
|
|
1030
1094
|
], ModusWcProfileMenu);
|
|
1031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcProfileMenu, decorators: [{
|
|
1032
1096
|
type: Component,
|
|
1033
1097
|
args: [{
|
|
1034
1098
|
selector: 'modus-wc-profile-menu',
|
|
@@ -1045,20 +1109,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1045
1109
|
type: Output
|
|
1046
1110
|
}] } });
|
|
1047
1111
|
let ModusWcProgress = class ModusWcProgress {
|
|
1112
|
+
z;
|
|
1113
|
+
el;
|
|
1048
1114
|
constructor(c, r, z) {
|
|
1049
1115
|
this.z = z;
|
|
1050
1116
|
c.detach();
|
|
1051
1117
|
this.el = r.nativeElement;
|
|
1052
1118
|
}
|
|
1053
|
-
static
|
|
1054
|
-
static
|
|
1119
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcProgress, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1120
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcProgress, isStandalone: false, 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 });
|
|
1055
1121
|
};
|
|
1056
1122
|
ModusWcProgress = __decorate([
|
|
1057
1123
|
ProxyCmp({
|
|
1058
1124
|
inputs: ['customClass', 'indeterminate', 'label', 'max', 'value', 'variant']
|
|
1059
1125
|
})
|
|
1060
1126
|
], ModusWcProgress);
|
|
1061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcProgress, decorators: [{
|
|
1062
1128
|
type: Component,
|
|
1063
1129
|
args: [{
|
|
1064
1130
|
selector: 'modus-wc-progress',
|
|
@@ -1070,23 +1136,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1070
1136
|
}]
|
|
1071
1137
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1072
1138
|
let ModusWcRadio = class ModusWcRadio {
|
|
1139
|
+
z;
|
|
1140
|
+
el;
|
|
1141
|
+
inputBlur = new EventEmitter();
|
|
1142
|
+
inputChange = new EventEmitter();
|
|
1143
|
+
inputFocus = new EventEmitter();
|
|
1073
1144
|
constructor(c, r, z) {
|
|
1074
1145
|
this.z = z;
|
|
1075
|
-
this.inputBlur = new EventEmitter();
|
|
1076
|
-
this.inputChange = new EventEmitter();
|
|
1077
|
-
this.inputFocus = new EventEmitter();
|
|
1078
1146
|
c.detach();
|
|
1079
1147
|
this.el = r.nativeElement;
|
|
1080
1148
|
}
|
|
1081
|
-
static
|
|
1082
|
-
static
|
|
1149
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1150
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcRadio, isStandalone: false, selector: "modus-wc-radio", inputs: { customClass: "customClass", disabled: "disabled", inputId: "inputId", inputTabIndex: "inputTabIndex", label: "label", name: "name", required: "required", size: "size", value: "value" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1083
1151
|
};
|
|
1084
1152
|
ModusWcRadio = __decorate([
|
|
1085
1153
|
ProxyCmp({
|
|
1086
1154
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1087
1155
|
})
|
|
1088
1156
|
], ModusWcRadio);
|
|
1089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcRadio, decorators: [{
|
|
1090
1158
|
type: Component,
|
|
1091
1159
|
args: [{
|
|
1092
1160
|
selector: 'modus-wc-radio',
|
|
@@ -1105,21 +1173,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1105
1173
|
type: Output
|
|
1106
1174
|
}] } });
|
|
1107
1175
|
let ModusWcRating = class ModusWcRating {
|
|
1176
|
+
z;
|
|
1177
|
+
el;
|
|
1178
|
+
ratingChange = new EventEmitter();
|
|
1108
1179
|
constructor(c, r, z) {
|
|
1109
1180
|
this.z = z;
|
|
1110
|
-
this.ratingChange = new EventEmitter();
|
|
1111
1181
|
c.detach();
|
|
1112
1182
|
this.el = r.nativeElement;
|
|
1113
1183
|
}
|
|
1114
|
-
static
|
|
1115
|
-
static
|
|
1184
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1185
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcRating, isStandalone: false, selector: "modus-wc-rating", inputs: { allowHalf: "allowHalf", count: "count", customClass: "customClass", disabled: "disabled", getAriaLabelText: "getAriaLabelText", size: "size", value: "value", variant: "variant" }, outputs: { ratingChange: "ratingChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1116
1186
|
};
|
|
1117
1187
|
ModusWcRating = __decorate([
|
|
1118
1188
|
ProxyCmp({
|
|
1119
1189
|
inputs: ['allowHalf', 'count', 'customClass', 'disabled', 'getAriaLabelText', 'size', 'value', 'variant']
|
|
1120
1190
|
})
|
|
1121
1191
|
], ModusWcRating);
|
|
1122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcRating, decorators: [{
|
|
1123
1193
|
type: Component,
|
|
1124
1194
|
args: [{
|
|
1125
1195
|
selector: 'modus-wc-rating',
|
|
@@ -1134,23 +1204,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1134
1204
|
type: Output
|
|
1135
1205
|
}] } });
|
|
1136
1206
|
let ModusWcSelect = class ModusWcSelect {
|
|
1207
|
+
z;
|
|
1208
|
+
el;
|
|
1209
|
+
inputBlur = new EventEmitter();
|
|
1210
|
+
inputChange = new EventEmitter();
|
|
1211
|
+
inputFocus = new EventEmitter();
|
|
1137
1212
|
constructor(c, r, z) {
|
|
1138
1213
|
this.z = z;
|
|
1139
|
-
this.inputBlur = new EventEmitter();
|
|
1140
|
-
this.inputChange = new EventEmitter();
|
|
1141
|
-
this.inputFocus = new EventEmitter();
|
|
1142
1214
|
c.detach();
|
|
1143
1215
|
this.el = r.nativeElement;
|
|
1144
1216
|
}
|
|
1145
|
-
static
|
|
1146
|
-
static
|
|
1217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1218
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcSelect, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1147
1219
|
};
|
|
1148
1220
|
ModusWcSelect = __decorate([
|
|
1149
1221
|
ProxyCmp({
|
|
1150
1222
|
inputs: ['bordered', 'customClass', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'name', 'options', 'required', 'size', 'value']
|
|
1151
1223
|
})
|
|
1152
1224
|
], ModusWcSelect);
|
|
1153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSelect, decorators: [{
|
|
1154
1226
|
type: Component,
|
|
1155
1227
|
args: [{
|
|
1156
1228
|
selector: 'modus-wc-select',
|
|
@@ -1169,21 +1241,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1169
1241
|
type: Output
|
|
1170
1242
|
}] } });
|
|
1171
1243
|
let ModusWcSideNavigation = class ModusWcSideNavigation {
|
|
1244
|
+
z;
|
|
1245
|
+
el;
|
|
1246
|
+
expandedChange = new EventEmitter();
|
|
1172
1247
|
constructor(c, r, z) {
|
|
1173
1248
|
this.z = z;
|
|
1174
|
-
this.expandedChange = new EventEmitter();
|
|
1175
1249
|
c.detach();
|
|
1176
1250
|
this.el = r.nativeElement;
|
|
1177
1251
|
}
|
|
1178
|
-
static
|
|
1179
|
-
static
|
|
1252
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSideNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1253
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcSideNavigation, isStandalone: false, selector: "modus-wc-side-navigation", inputs: { collapseOnClickOutside: "collapseOnClickOutside", customClass: "customClass", expanded: "expanded", maxWidth: "maxWidth", mode: "mode", targetContent: "targetContent" }, outputs: { expandedChange: "expandedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1180
1254
|
};
|
|
1181
1255
|
ModusWcSideNavigation = __decorate([
|
|
1182
1256
|
ProxyCmp({
|
|
1183
1257
|
inputs: ['collapseOnClickOutside', 'customClass', 'expanded', 'maxWidth', 'mode', 'targetContent']
|
|
1184
1258
|
})
|
|
1185
1259
|
], ModusWcSideNavigation);
|
|
1186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSideNavigation, decorators: [{
|
|
1187
1261
|
type: Component,
|
|
1188
1262
|
args: [{
|
|
1189
1263
|
selector: 'modus-wc-side-navigation',
|
|
@@ -1198,20 +1272,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1198
1272
|
type: Output
|
|
1199
1273
|
}] } });
|
|
1200
1274
|
let ModusWcSkeleton = class ModusWcSkeleton {
|
|
1275
|
+
z;
|
|
1276
|
+
el;
|
|
1201
1277
|
constructor(c, r, z) {
|
|
1202
1278
|
this.z = z;
|
|
1203
1279
|
c.detach();
|
|
1204
1280
|
this.el = r.nativeElement;
|
|
1205
1281
|
}
|
|
1206
|
-
static
|
|
1207
|
-
static
|
|
1282
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1283
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcSkeleton, isStandalone: false, 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 });
|
|
1208
1284
|
};
|
|
1209
1285
|
ModusWcSkeleton = __decorate([
|
|
1210
1286
|
ProxyCmp({
|
|
1211
1287
|
inputs: ['customClass', 'height', 'shape', 'width']
|
|
1212
1288
|
})
|
|
1213
1289
|
], ModusWcSkeleton);
|
|
1214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSkeleton, decorators: [{
|
|
1215
1291
|
type: Component,
|
|
1216
1292
|
args: [{
|
|
1217
1293
|
selector: 'modus-wc-skeleton',
|
|
@@ -1223,23 +1299,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1223
1299
|
}]
|
|
1224
1300
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1225
1301
|
let ModusWcSlider = class ModusWcSlider {
|
|
1302
|
+
z;
|
|
1303
|
+
el;
|
|
1304
|
+
inputBlur = new EventEmitter();
|
|
1305
|
+
inputChange = new EventEmitter();
|
|
1306
|
+
inputFocus = new EventEmitter();
|
|
1226
1307
|
constructor(c, r, z) {
|
|
1227
1308
|
this.z = z;
|
|
1228
|
-
this.inputBlur = new EventEmitter();
|
|
1229
|
-
this.inputChange = new EventEmitter();
|
|
1230
|
-
this.inputFocus = new EventEmitter();
|
|
1231
1309
|
c.detach();
|
|
1232
1310
|
this.el = r.nativeElement;
|
|
1233
1311
|
}
|
|
1234
|
-
static
|
|
1235
|
-
static
|
|
1312
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1313
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcSlider, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1236
1314
|
};
|
|
1237
1315
|
ModusWcSlider = __decorate([
|
|
1238
1316
|
ProxyCmp({
|
|
1239
1317
|
inputs: ['customClass', 'disabled', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'required', 'size', 'step', 'value']
|
|
1240
1318
|
})
|
|
1241
1319
|
], ModusWcSlider);
|
|
1242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1320
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSlider, decorators: [{
|
|
1243
1321
|
type: Component,
|
|
1244
1322
|
args: [{
|
|
1245
1323
|
selector: 'modus-wc-slider',
|
|
@@ -1258,21 +1336,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1258
1336
|
type: Output
|
|
1259
1337
|
}] } });
|
|
1260
1338
|
let ModusWcStepper = class ModusWcStepper {
|
|
1339
|
+
z;
|
|
1340
|
+
el;
|
|
1341
|
+
stepClick = new EventEmitter();
|
|
1261
1342
|
constructor(c, r, z) {
|
|
1262
1343
|
this.z = z;
|
|
1263
|
-
this.stepClick = new EventEmitter();
|
|
1264
1344
|
c.detach();
|
|
1265
1345
|
this.el = r.nativeElement;
|
|
1266
1346
|
}
|
|
1267
|
-
static
|
|
1268
|
-
static
|
|
1347
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1348
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcStepper, isStandalone: false, selector: "modus-wc-stepper", inputs: { customClass: "customClass", interactive: "interactive", orientation: "orientation", steps: "steps" }, outputs: { stepClick: "stepClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1269
1349
|
};
|
|
1270
1350
|
ModusWcStepper = __decorate([
|
|
1271
1351
|
ProxyCmp({
|
|
1272
1352
|
inputs: ['customClass', 'interactive', 'orientation', 'steps']
|
|
1273
1353
|
})
|
|
1274
1354
|
], ModusWcStepper);
|
|
1275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcStepper, decorators: [{
|
|
1276
1356
|
type: Component,
|
|
1277
1357
|
args: [{
|
|
1278
1358
|
selector: 'modus-wc-stepper',
|
|
@@ -1287,23 +1367,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1287
1367
|
type: Output
|
|
1288
1368
|
}] } });
|
|
1289
1369
|
let ModusWcSwitch = class ModusWcSwitch {
|
|
1370
|
+
z;
|
|
1371
|
+
el;
|
|
1372
|
+
inputBlur = new EventEmitter();
|
|
1373
|
+
inputChange = new EventEmitter();
|
|
1374
|
+
inputFocus = new EventEmitter();
|
|
1290
1375
|
constructor(c, r, z) {
|
|
1291
1376
|
this.z = z;
|
|
1292
|
-
this.inputBlur = new EventEmitter();
|
|
1293
|
-
this.inputChange = new EventEmitter();
|
|
1294
|
-
this.inputFocus = new EventEmitter();
|
|
1295
1377
|
c.detach();
|
|
1296
1378
|
this.el = r.nativeElement;
|
|
1297
1379
|
}
|
|
1298
|
-
static
|
|
1299
|
-
static
|
|
1380
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1381
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcSwitch, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1300
1382
|
};
|
|
1301
1383
|
ModusWcSwitch = __decorate([
|
|
1302
1384
|
ProxyCmp({
|
|
1303
1385
|
inputs: ['customClass', 'disabled', 'indeterminate', 'inputId', 'inputTabIndex', 'label', 'name', 'required', 'size', 'value']
|
|
1304
1386
|
})
|
|
1305
1387
|
], ModusWcSwitch);
|
|
1306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcSwitch, decorators: [{
|
|
1307
1389
|
type: Component,
|
|
1308
1390
|
args: [{
|
|
1309
1391
|
selector: 'modus-wc-switch',
|
|
@@ -1322,26 +1404,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1322
1404
|
type: Output
|
|
1323
1405
|
}] } });
|
|
1324
1406
|
let ModusWcTable = class ModusWcTable {
|
|
1407
|
+
z;
|
|
1408
|
+
el;
|
|
1409
|
+
cellEditStart = new EventEmitter();
|
|
1410
|
+
cellEditCommit = new EventEmitter();
|
|
1411
|
+
rowClick = new EventEmitter();
|
|
1412
|
+
sortChange = new EventEmitter();
|
|
1413
|
+
paginationChange = new EventEmitter();
|
|
1414
|
+
rowSelectionChange = new EventEmitter();
|
|
1325
1415
|
constructor(c, r, z) {
|
|
1326
1416
|
this.z = z;
|
|
1327
|
-
this.cellEditStart = new EventEmitter();
|
|
1328
|
-
this.cellEditCommit = new EventEmitter();
|
|
1329
|
-
this.rowClick = new EventEmitter();
|
|
1330
|
-
this.sortChange = new EventEmitter();
|
|
1331
|
-
this.paginationChange = new EventEmitter();
|
|
1332
|
-
this.rowSelectionChange = new EventEmitter();
|
|
1333
1417
|
c.detach();
|
|
1334
1418
|
this.el = r.nativeElement;
|
|
1335
1419
|
}
|
|
1336
|
-
static
|
|
1337
|
-
static
|
|
1420
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1421
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTable, isStandalone: false, selector: "modus-wc-table", inputs: { caption: "caption", columns: "columns", currentPage: "currentPage", customClass: "customClass", data: "data", density: "density", editable: "editable", hover: "hover", isRowSelectable: "isRowSelectable", pageSizeOptions: "pageSizeOptions", paginated: "paginated", selectable: "selectable", selectedRowIds: "selectedRowIds", showPageSizeSelector: "showPageSizeSelector", sortable: "sortable", zebra: "zebra" }, outputs: { cellEditStart: "cellEditStart", cellEditCommit: "cellEditCommit", rowClick: "rowClick", sortChange: "sortChange", paginationChange: "paginationChange", rowSelectionChange: "rowSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1338
1422
|
};
|
|
1339
1423
|
ModusWcTable = __decorate([
|
|
1340
1424
|
ProxyCmp({
|
|
1341
1425
|
inputs: ['caption', 'columns', 'currentPage', 'customClass', 'data', 'density', 'editable', 'hover', 'isRowSelectable', 'pageSizeOptions', 'paginated', 'selectable', 'selectedRowIds', 'showPageSizeSelector', 'sortable', 'zebra']
|
|
1342
1426
|
})
|
|
1343
1427
|
], ModusWcTable);
|
|
1344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTable, decorators: [{
|
|
1345
1429
|
type: Component,
|
|
1346
1430
|
args: [{
|
|
1347
1431
|
selector: 'modus-wc-table',
|
|
@@ -1366,21 +1450,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1366
1450
|
type: Output
|
|
1367
1451
|
}] } });
|
|
1368
1452
|
let ModusWcTabs = class ModusWcTabs {
|
|
1453
|
+
z;
|
|
1454
|
+
el;
|
|
1455
|
+
tabChange = new EventEmitter();
|
|
1369
1456
|
constructor(c, r, z) {
|
|
1370
1457
|
this.z = z;
|
|
1371
|
-
this.tabChange = new EventEmitter();
|
|
1372
1458
|
c.detach();
|
|
1373
1459
|
this.el = r.nativeElement;
|
|
1374
1460
|
}
|
|
1375
|
-
static
|
|
1376
|
-
static
|
|
1461
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1462
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTabs, isStandalone: false, selector: "modus-wc-tabs", inputs: { activeTabIndex: "activeTabIndex", customClass: "customClass", size: "size", tabStyle: "tabStyle", tabs: "tabs" }, outputs: { tabChange: "tabChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1377
1463
|
};
|
|
1378
1464
|
ModusWcTabs = __decorate([
|
|
1379
1465
|
ProxyCmp({
|
|
1380
1466
|
inputs: ['activeTabIndex', 'customClass', 'size', 'tabStyle', 'tabs']
|
|
1381
1467
|
})
|
|
1382
1468
|
], ModusWcTabs);
|
|
1383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTabs, decorators: [{
|
|
1384
1470
|
type: Component,
|
|
1385
1471
|
args: [{
|
|
1386
1472
|
selector: 'modus-wc-tabs',
|
|
@@ -1395,24 +1481,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1395
1481
|
type: Output
|
|
1396
1482
|
}] } });
|
|
1397
1483
|
let ModusWcTextInput = class ModusWcTextInput {
|
|
1484
|
+
z;
|
|
1485
|
+
el;
|
|
1486
|
+
clearClick = new EventEmitter();
|
|
1487
|
+
inputBlur = new EventEmitter();
|
|
1488
|
+
inputChange = new EventEmitter();
|
|
1489
|
+
inputFocus = new EventEmitter();
|
|
1398
1490
|
constructor(c, r, z) {
|
|
1399
1491
|
this.z = z;
|
|
1400
|
-
this.clearClick = new EventEmitter();
|
|
1401
|
-
this.inputBlur = new EventEmitter();
|
|
1402
|
-
this.inputChange = new EventEmitter();
|
|
1403
|
-
this.inputFocus = new EventEmitter();
|
|
1404
1492
|
c.detach();
|
|
1405
1493
|
this.el = r.nativeElement;
|
|
1406
1494
|
}
|
|
1407
|
-
static
|
|
1408
|
-
static
|
|
1495
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1496
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTextInput, isStandalone: false, 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" }, outputs: { clearClick: "clearClick", inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1409
1497
|
};
|
|
1410
1498
|
ModusWcTextInput = __decorate([
|
|
1411
1499
|
ProxyCmp({
|
|
1412
1500
|
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']
|
|
1413
1501
|
})
|
|
1414
1502
|
], ModusWcTextInput);
|
|
1415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTextInput, decorators: [{
|
|
1416
1504
|
type: Component,
|
|
1417
1505
|
args: [{
|
|
1418
1506
|
selector: 'modus-wc-text-input',
|
|
@@ -1433,23 +1521,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1433
1521
|
type: Output
|
|
1434
1522
|
}] } });
|
|
1435
1523
|
let ModusWcTextarea = class ModusWcTextarea {
|
|
1524
|
+
z;
|
|
1525
|
+
el;
|
|
1526
|
+
inputBlur = new EventEmitter();
|
|
1527
|
+
inputChange = new EventEmitter();
|
|
1528
|
+
inputFocus = new EventEmitter();
|
|
1436
1529
|
constructor(c, r, z) {
|
|
1437
1530
|
this.z = z;
|
|
1438
|
-
this.inputBlur = new EventEmitter();
|
|
1439
|
-
this.inputChange = new EventEmitter();
|
|
1440
|
-
this.inputFocus = new EventEmitter();
|
|
1441
1531
|
c.detach();
|
|
1442
1532
|
this.el = r.nativeElement;
|
|
1443
1533
|
}
|
|
1444
|
-
static
|
|
1445
|
-
static
|
|
1534
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1535
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTextarea, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1446
1536
|
};
|
|
1447
1537
|
ModusWcTextarea = __decorate([
|
|
1448
1538
|
ProxyCmp({
|
|
1449
1539
|
inputs: ['autoCorrect', 'bordered', 'customClass', 'disabled', 'enterkeyhint', 'feedback', 'inputId', 'inputTabIndex', 'label', 'maxLength', 'minLength', 'name', 'placeholder', 'readonly', 'required', 'rows', 'size', 'value']
|
|
1450
1540
|
})
|
|
1451
1541
|
], ModusWcTextarea);
|
|
1452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTextarea, decorators: [{
|
|
1453
1543
|
type: Component,
|
|
1454
1544
|
args: [{
|
|
1455
1545
|
selector: 'modus-wc-textarea',
|
|
@@ -1468,20 +1558,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1468
1558
|
type: Output
|
|
1469
1559
|
}] } });
|
|
1470
1560
|
let ModusWcThemeProvider = class ModusWcThemeProvider {
|
|
1561
|
+
z;
|
|
1562
|
+
el;
|
|
1471
1563
|
constructor(c, r, z) {
|
|
1472
1564
|
this.z = z;
|
|
1473
1565
|
c.detach();
|
|
1474
1566
|
this.el = r.nativeElement;
|
|
1475
1567
|
}
|
|
1476
|
-
static
|
|
1477
|
-
static
|
|
1568
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcThemeProvider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1569
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcThemeProvider, isStandalone: false, selector: "modus-wc-theme-provider", inputs: { initialTheme: "initialTheme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1478
1570
|
};
|
|
1479
1571
|
ModusWcThemeProvider = __decorate([
|
|
1480
1572
|
ProxyCmp({
|
|
1481
1573
|
inputs: ['initialTheme']
|
|
1482
1574
|
})
|
|
1483
1575
|
], ModusWcThemeProvider);
|
|
1484
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcThemeProvider, decorators: [{
|
|
1485
1577
|
type: Component,
|
|
1486
1578
|
args: [{
|
|
1487
1579
|
selector: 'modus-wc-theme-provider',
|
|
@@ -1493,21 +1585,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1493
1585
|
}]
|
|
1494
1586
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1495
1587
|
let ModusWcThemeSwitcher = class ModusWcThemeSwitcher {
|
|
1588
|
+
z;
|
|
1589
|
+
el;
|
|
1590
|
+
themeChange = new EventEmitter();
|
|
1496
1591
|
constructor(c, r, z) {
|
|
1497
1592
|
this.z = z;
|
|
1498
|
-
this.themeChange = new EventEmitter();
|
|
1499
1593
|
c.detach();
|
|
1500
1594
|
this.el = r.nativeElement;
|
|
1501
1595
|
}
|
|
1502
|
-
static
|
|
1503
|
-
static
|
|
1596
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcThemeSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1597
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcThemeSwitcher, isStandalone: false, selector: "modus-wc-theme-switcher", inputs: { customClass: "customClass" }, outputs: { themeChange: "themeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1504
1598
|
};
|
|
1505
1599
|
ModusWcThemeSwitcher = __decorate([
|
|
1506
1600
|
ProxyCmp({
|
|
1507
1601
|
inputs: ['customClass']
|
|
1508
1602
|
})
|
|
1509
1603
|
], ModusWcThemeSwitcher);
|
|
1510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcThemeSwitcher, decorators: [{
|
|
1511
1605
|
type: Component,
|
|
1512
1606
|
args: [{
|
|
1513
1607
|
selector: 'modus-wc-theme-switcher',
|
|
@@ -1522,23 +1616,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1522
1616
|
type: Output
|
|
1523
1617
|
}] } });
|
|
1524
1618
|
let ModusWcTimeInput = class ModusWcTimeInput {
|
|
1619
|
+
z;
|
|
1620
|
+
el;
|
|
1621
|
+
inputBlur = new EventEmitter();
|
|
1622
|
+
inputChange = new EventEmitter();
|
|
1623
|
+
inputFocus = new EventEmitter();
|
|
1525
1624
|
constructor(c, r, z) {
|
|
1526
1625
|
this.z = z;
|
|
1527
|
-
this.inputBlur = new EventEmitter();
|
|
1528
|
-
this.inputChange = new EventEmitter();
|
|
1529
|
-
this.inputFocus = new EventEmitter();
|
|
1530
1626
|
c.detach();
|
|
1531
1627
|
this.el = r.nativeElement;
|
|
1532
1628
|
}
|
|
1533
|
-
static
|
|
1534
|
-
static
|
|
1629
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1630
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTimeInput, isStandalone: false, 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" }, outputs: { inputBlur: "inputBlur", inputChange: "inputChange", inputFocus: "inputFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1535
1631
|
};
|
|
1536
1632
|
ModusWcTimeInput = __decorate([
|
|
1537
1633
|
ProxyCmp({
|
|
1538
1634
|
inputs: ['autoComplete', 'bordered', 'customClass', 'datalistId', 'datalistOptions', 'disabled', 'feedback', 'inputId', 'inputTabIndex', 'label', 'max', 'min', 'name', 'readOnly', 'required', 'showSeconds', 'size', 'step', 'value']
|
|
1539
1635
|
})
|
|
1540
1636
|
], ModusWcTimeInput);
|
|
1541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1637
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTimeInput, decorators: [{
|
|
1542
1638
|
type: Component,
|
|
1543
1639
|
args: [{
|
|
1544
1640
|
selector: 'modus-wc-time-input',
|
|
@@ -1557,20 +1653,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1557
1653
|
type: Output
|
|
1558
1654
|
}] } });
|
|
1559
1655
|
let ModusWcToast = class ModusWcToast {
|
|
1656
|
+
z;
|
|
1657
|
+
el;
|
|
1560
1658
|
constructor(c, r, z) {
|
|
1561
1659
|
this.z = z;
|
|
1562
1660
|
c.detach();
|
|
1563
1661
|
this.el = r.nativeElement;
|
|
1564
1662
|
}
|
|
1565
|
-
static
|
|
1566
|
-
static
|
|
1663
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1664
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcToast, isStandalone: false, selector: "modus-wc-toast", inputs: { customClass: "customClass", delay: "delay", position: "position" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1567
1665
|
};
|
|
1568
1666
|
ModusWcToast = __decorate([
|
|
1569
1667
|
ProxyCmp({
|
|
1570
1668
|
inputs: ['customClass', 'delay', 'position']
|
|
1571
1669
|
})
|
|
1572
1670
|
], ModusWcToast);
|
|
1573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcToast, decorators: [{
|
|
1574
1672
|
type: Component,
|
|
1575
1673
|
args: [{
|
|
1576
1674
|
selector: 'modus-wc-toast',
|
|
@@ -1582,20 +1680,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1582
1680
|
}]
|
|
1583
1681
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1584
1682
|
let ModusWcToolbar = class ModusWcToolbar {
|
|
1683
|
+
z;
|
|
1684
|
+
el;
|
|
1585
1685
|
constructor(c, r, z) {
|
|
1586
1686
|
this.z = z;
|
|
1587
1687
|
c.detach();
|
|
1588
1688
|
this.el = r.nativeElement;
|
|
1589
1689
|
}
|
|
1590
|
-
static
|
|
1591
|
-
static
|
|
1690
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1691
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcToolbar, isStandalone: false, selector: "modus-wc-toolbar", inputs: { customClass: "customClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1592
1692
|
};
|
|
1593
1693
|
ModusWcToolbar = __decorate([
|
|
1594
1694
|
ProxyCmp({
|
|
1595
1695
|
inputs: ['customClass']
|
|
1596
1696
|
})
|
|
1597
1697
|
], ModusWcToolbar);
|
|
1598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1698
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcToolbar, decorators: [{
|
|
1599
1699
|
type: Component,
|
|
1600
1700
|
args: [{
|
|
1601
1701
|
selector: 'modus-wc-toolbar',
|
|
@@ -1607,21 +1707,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1607
1707
|
}]
|
|
1608
1708
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1609
1709
|
let ModusWcTooltip = class ModusWcTooltip {
|
|
1710
|
+
z;
|
|
1711
|
+
el;
|
|
1712
|
+
dismissEscape = new EventEmitter();
|
|
1610
1713
|
constructor(c, r, z) {
|
|
1611
1714
|
this.z = z;
|
|
1612
|
-
this.dismissEscape = new EventEmitter();
|
|
1613
1715
|
c.detach();
|
|
1614
1716
|
this.el = r.nativeElement;
|
|
1615
1717
|
}
|
|
1616
|
-
static
|
|
1617
|
-
static
|
|
1718
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1719
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTooltip, isStandalone: false, selector: "modus-wc-tooltip", inputs: { content: "content", customClass: "customClass", disabled: "disabled", forceOpen: "forceOpen", position: "position", tooltipId: "tooltipId" }, outputs: { dismissEscape: "dismissEscape" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1618
1720
|
};
|
|
1619
1721
|
ModusWcTooltip = __decorate([
|
|
1620
1722
|
ProxyCmp({
|
|
1621
1723
|
inputs: ['content', 'customClass', 'disabled', 'forceOpen', 'position', 'tooltipId']
|
|
1622
1724
|
})
|
|
1623
1725
|
], ModusWcTooltip);
|
|
1624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTooltip, decorators: [{
|
|
1625
1727
|
type: Component,
|
|
1626
1728
|
args: [{
|
|
1627
1729
|
selector: 'modus-wc-tooltip',
|
|
@@ -1636,14 +1738,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1636
1738
|
type: Output
|
|
1637
1739
|
}] } });
|
|
1638
1740
|
let ModusWcTreeItem = class ModusWcTreeItem {
|
|
1741
|
+
z;
|
|
1742
|
+
el;
|
|
1743
|
+
itemSelect = new EventEmitter();
|
|
1639
1744
|
constructor(c, r, z) {
|
|
1640
1745
|
this.z = z;
|
|
1641
|
-
this.itemSelect = new EventEmitter();
|
|
1642
1746
|
c.detach();
|
|
1643
1747
|
this.el = r.nativeElement;
|
|
1644
1748
|
}
|
|
1645
|
-
static
|
|
1646
|
-
static
|
|
1749
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTreeItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1750
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTreeItem, isStandalone: false, selector: "modus-wc-tree-item", inputs: { blockExpand: "blockExpand", bordered: "bordered", checkbox: "checkbox", customClass: "customClass", disabled: "disabled", focused: "focused", hasSubmenu: "hasSubmenu", label: "label", selected: "selected", size: "size", subLabel: "subLabel", tooltipContent: "tooltipContent", tooltipPosition: "tooltipPosition", value: "value" }, outputs: { itemSelect: "itemSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1647
1751
|
};
|
|
1648
1752
|
ModusWcTreeItem = __decorate([
|
|
1649
1753
|
ProxyCmp({
|
|
@@ -1651,7 +1755,7 @@ ModusWcTreeItem = __decorate([
|
|
|
1651
1755
|
methods: ['collapseSubmenu']
|
|
1652
1756
|
})
|
|
1653
1757
|
], ModusWcTreeItem);
|
|
1654
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTreeItem, decorators: [{
|
|
1655
1759
|
type: Component,
|
|
1656
1760
|
args: [{
|
|
1657
1761
|
selector: 'modus-wc-tree-item',
|
|
@@ -1666,22 +1770,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1666
1770
|
type: Output
|
|
1667
1771
|
}] } });
|
|
1668
1772
|
let ModusWcTreeMenu = class ModusWcTreeMenu {
|
|
1773
|
+
z;
|
|
1774
|
+
el;
|
|
1775
|
+
menuFocusout = new EventEmitter();
|
|
1776
|
+
menuSelectionChange = new EventEmitter();
|
|
1669
1777
|
constructor(c, r, z) {
|
|
1670
1778
|
this.z = z;
|
|
1671
|
-
this.menuFocusout = new EventEmitter();
|
|
1672
|
-
this.menuSelectionChange = new EventEmitter();
|
|
1673
1779
|
c.detach();
|
|
1674
1780
|
this.el = r.nativeElement;
|
|
1675
1781
|
}
|
|
1676
|
-
static
|
|
1677
|
-
static
|
|
1782
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTreeMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1783
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTreeMenu, isStandalone: false, selector: "modus-wc-tree-menu", inputs: { bordered: "bordered", customClass: "customClass", isSubMenu: "isSubMenu", orientation: "orientation", selectionMode: "selectionMode", size: "size" }, outputs: { menuFocusout: "menuFocusout", menuSelectionChange: "menuSelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1678
1784
|
};
|
|
1679
1785
|
ModusWcTreeMenu = __decorate([
|
|
1680
1786
|
ProxyCmp({
|
|
1681
1787
|
inputs: ['bordered', 'customClass', 'isSubMenu', 'orientation', 'selectionMode', 'size']
|
|
1682
1788
|
})
|
|
1683
1789
|
], ModusWcTreeMenu);
|
|
1684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTreeMenu, decorators: [{
|
|
1685
1791
|
type: Component,
|
|
1686
1792
|
args: [{
|
|
1687
1793
|
selector: 'modus-wc-tree-menu',
|
|
@@ -1698,20 +1804,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1698
1804
|
type: Output
|
|
1699
1805
|
}] } });
|
|
1700
1806
|
let ModusWcTypography = class ModusWcTypography {
|
|
1807
|
+
z;
|
|
1808
|
+
el;
|
|
1701
1809
|
constructor(c, r, z) {
|
|
1702
1810
|
this.z = z;
|
|
1703
1811
|
c.detach();
|
|
1704
1812
|
this.el = r.nativeElement;
|
|
1705
1813
|
}
|
|
1706
|
-
static
|
|
1707
|
-
static
|
|
1814
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTypography, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1815
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcTypography, isStandalone: false, 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 });
|
|
1708
1816
|
};
|
|
1709
1817
|
ModusWcTypography = __decorate([
|
|
1710
1818
|
ProxyCmp({
|
|
1711
1819
|
inputs: ['customClass', 'hierarchy', 'label', 'size', 'weight']
|
|
1712
1820
|
})
|
|
1713
1821
|
], ModusWcTypography);
|
|
1714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcTypography, decorators: [{
|
|
1715
1823
|
type: Component,
|
|
1716
1824
|
args: [{
|
|
1717
1825
|
selector: 'modus-wc-typography',
|
|
@@ -1723,22 +1831,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1723
1831
|
}]
|
|
1724
1832
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1725
1833
|
let ModusWcUtilityPanel = class ModusWcUtilityPanel {
|
|
1834
|
+
z;
|
|
1835
|
+
el;
|
|
1836
|
+
panelOpened = new EventEmitter();
|
|
1837
|
+
panelClosed = new EventEmitter();
|
|
1726
1838
|
constructor(c, r, z) {
|
|
1727
1839
|
this.z = z;
|
|
1728
|
-
this.panelOpened = new EventEmitter();
|
|
1729
|
-
this.panelClosed = new EventEmitter();
|
|
1730
1840
|
c.detach();
|
|
1731
1841
|
this.el = r.nativeElement;
|
|
1732
1842
|
}
|
|
1733
|
-
static
|
|
1734
|
-
static
|
|
1843
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcUtilityPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1844
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.21", type: ModusWcUtilityPanel, isStandalone: false, selector: "modus-wc-utility-panel", inputs: { customClass: "customClass", expanded: "expanded", pushContent: "pushContent", targetElement: "targetElement" }, outputs: { panelOpened: "panelOpened", panelClosed: "panelClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1735
1845
|
};
|
|
1736
1846
|
ModusWcUtilityPanel = __decorate([
|
|
1737
1847
|
ProxyCmp({
|
|
1738
1848
|
inputs: ['customClass', 'expanded', 'pushContent', 'targetElement']
|
|
1739
1849
|
})
|
|
1740
1850
|
], ModusWcUtilityPanel);
|
|
1741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusWcUtilityPanel, decorators: [{
|
|
1742
1852
|
type: Component,
|
|
1743
1853
|
args: [{
|
|
1744
1854
|
selector: 'modus-wc-utility-panel',
|
|
@@ -1814,38 +1924,26 @@ const DIRECTIVES = [
|
|
|
1814
1924
|
];
|
|
1815
1925
|
|
|
1816
1926
|
class ModusAngularComponentsModule {
|
|
1817
|
-
static
|
|
1818
|
-
static
|
|
1819
|
-
static
|
|
1820
|
-
{
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
setAssetPath('/assets/');
|
|
1826
|
-
defineCustomElements(window);
|
|
1827
|
-
},
|
|
1828
|
-
multi: true,
|
|
1829
|
-
}
|
|
1830
|
-
] }); }
|
|
1927
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusAngularComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1928
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.21", ngImport: i0, type: ModusAngularComponentsModule, declarations: [ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, 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, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel], exports: [ModusWcAccordion, ModusWcAlert, ModusWcAppMenu, ModusWcAutocomplete, ModusWcAvatar, ModusWcBadge, ModusWcBreadcrumbs, ModusWcButton, ModusWcButtonGroup, ModusWcCard, ModusWcCheckbox, ModusWcChip, ModusWcCollapse, ModusWcDate, ModusWcDivider, ModusWcDropdownMenu, ModusWcFileDropzone, ModusWcHandle, ModusWcIcon, ModusWcInputFeedback, ModusWcInputLabel, ModusWcLink, 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, ModusWcTreeItem, ModusWcTreeMenu, ModusWcTypography, ModusWcUtilityPanel] });
|
|
1929
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusAngularComponentsModule, providers: [
|
|
1930
|
+
provideAppInitializer(() => {
|
|
1931
|
+
setAssetPath('/assets/');
|
|
1932
|
+
defineCustomElements(window);
|
|
1933
|
+
}),
|
|
1934
|
+
] });
|
|
1831
1935
|
}
|
|
1832
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImport: i0, type: ModusAngularComponentsModule, decorators: [{
|
|
1833
1937
|
type: NgModule,
|
|
1834
1938
|
args: [{
|
|
1835
1939
|
declarations: [...DIRECTIVES],
|
|
1836
1940
|
exports: [...DIRECTIVES],
|
|
1837
1941
|
providers: [
|
|
1838
|
-
{
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
setAssetPath('/assets/');
|
|
1844
|
-
defineCustomElements(window);
|
|
1845
|
-
},
|
|
1846
|
-
multi: true,
|
|
1847
|
-
}
|
|
1848
|
-
]
|
|
1942
|
+
provideAppInitializer(() => {
|
|
1943
|
+
setAssetPath('/assets/');
|
|
1944
|
+
defineCustomElements(window);
|
|
1945
|
+
}),
|
|
1946
|
+
],
|
|
1849
1947
|
}]
|
|
1850
1948
|
}] });
|
|
1851
1949
|
|