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