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