@six-group/ui-library-angular 0.0.0-insider.8e861a9 → 0.0.0-insider.92fb7a6
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/fesm2022/six-group-ui-library-angular.mjs +503 -342
- package/fesm2022/six-group-ui-library-angular.mjs.map +1 -1
- package/lib/control-value-accessors/value-accessor.d.ts +1 -1
- package/lib/stencil-generated/components.d.ts +52 -6
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/ui-library-angular-config.d.ts +2 -1
- package/lib/ui-library-angular.module.d.ts +1 -1
- package/package.json +6 -15
- package/esm2022/lib/control-value-accessors/checkbox-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/date-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/datepicker-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/numeric-value-accessor.mjs +0 -42
- package/esm2022/lib/control-value-accessors/radio-value-accessor.mjs +0 -62
- package/esm2022/lib/control-value-accessors/range-value-accessor.mjs +0 -42
- package/esm2022/lib/control-value-accessors/select-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/switch-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/text-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/timepicker-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/value-accessor.mjs +0 -144
- package/esm2022/lib/form/six-form.directive.mjs +0 -134
- package/esm2022/lib/link/six-router-link.directive.mjs +0 -61
- package/esm2022/lib/services/alert.service.mjs +0 -21
- package/esm2022/lib/services/validation-messages.service.mjs +0 -15
- package/esm2022/lib/sidebar/active-sidebar.directive.mjs +0 -110
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/components.mjs +0 -1414
- package/esm2022/lib/stencil-generated/index.mjs +0 -61
- package/esm2022/lib/ui-library-angular-config.mjs +0 -6
- package/esm2022/lib/ui-library-angular.module.mjs +0 -175
- package/esm2022/lib/validators/six-ui-library-validators.mjs +0 -203
- package/esm2022/public-api.mjs +0 -31
- package/esm2022/six-group-ui-library-angular.mjs +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ChangeDetectionStrategy, Component, Injectable, InjectionToken, inject, HostListener, Directive, Input, EventEmitter, Output, Optional, HostBinding, ContentChildren, APP_INITIALIZER, NgModule, NgZone } from '@angular/core';
|
|
3
3
|
import { __decorate } from 'tslib';
|
|
4
4
|
import { fromEvent } from 'rxjs';
|
|
5
5
|
import { defineCustomElements } from '@six-group/ui-library/loader';
|
|
@@ -75,8 +75,8 @@ let SixAlert = class SixAlert {
|
|
|
75
75
|
this.el = r.nativeElement;
|
|
76
76
|
proxyOutputs(this, this.el, ['six-alert-show', 'six-alert-after-show', 'six-alert-hide', 'six-alert-after-hide']);
|
|
77
77
|
}
|
|
78
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
79
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
78
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
79
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixAlert, isStandalone: false, selector: "six-alert", inputs: { closable: "closable", duration: "duration", open: "open", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
80
80
|
};
|
|
81
81
|
SixAlert = __decorate([
|
|
82
82
|
ProxyCmp({
|
|
@@ -84,7 +84,7 @@ SixAlert = __decorate([
|
|
|
84
84
|
methods: ['show', 'hide', 'toast']
|
|
85
85
|
})
|
|
86
86
|
], SixAlert);
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAlert, decorators: [{
|
|
88
88
|
type: Component,
|
|
89
89
|
args: [{
|
|
90
90
|
selector: 'six-alert',
|
|
@@ -92,23 +92,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
92
92
|
template: '<ng-content></ng-content>',
|
|
93
93
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
94
94
|
inputs: ['closable', 'duration', 'open', 'type'],
|
|
95
|
+
standalone: false
|
|
95
96
|
}]
|
|
96
|
-
}], ctorParameters:
|
|
97
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
97
98
|
let SixAvatar = class SixAvatar {
|
|
98
99
|
constructor(c, r, z) {
|
|
99
100
|
this.z = z;
|
|
100
101
|
c.detach();
|
|
101
102
|
this.el = r.nativeElement;
|
|
102
103
|
}
|
|
103
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
104
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
105
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixAvatar, isStandalone: false, selector: "six-avatar", inputs: { alt: "alt", image: "image", initials: "initials", shape: "shape" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
105
106
|
};
|
|
106
107
|
SixAvatar = __decorate([
|
|
107
108
|
ProxyCmp({
|
|
108
109
|
inputs: ['alt', 'image', 'initials', 'shape']
|
|
109
110
|
})
|
|
110
111
|
], SixAvatar);
|
|
111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAvatar, decorators: [{
|
|
112
113
|
type: Component,
|
|
113
114
|
args: [{
|
|
114
115
|
selector: 'six-avatar',
|
|
@@ -116,23 +117,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
116
117
|
template: '<ng-content></ng-content>',
|
|
117
118
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
118
119
|
inputs: ['alt', 'image', 'initials', 'shape'],
|
|
120
|
+
standalone: false
|
|
119
121
|
}]
|
|
120
|
-
}], ctorParameters:
|
|
122
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
121
123
|
let SixBadge = class SixBadge {
|
|
122
124
|
constructor(c, r, z) {
|
|
123
125
|
this.z = z;
|
|
124
126
|
c.detach();
|
|
125
127
|
this.el = r.nativeElement;
|
|
126
128
|
}
|
|
127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
128
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
130
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBadge, isStandalone: false, selector: "six-badge", inputs: { pill: "pill", pulse: "pulse", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
129
131
|
};
|
|
130
132
|
SixBadge = __decorate([
|
|
131
133
|
ProxyCmp({
|
|
132
134
|
inputs: ['pill', 'pulse', 'type']
|
|
133
135
|
})
|
|
134
136
|
], SixBadge);
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBadge, decorators: [{
|
|
136
138
|
type: Component,
|
|
137
139
|
args: [{
|
|
138
140
|
selector: 'six-badge',
|
|
@@ -140,8 +142,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
140
142
|
template: '<ng-content></ng-content>',
|
|
141
143
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
142
144
|
inputs: ['pill', 'pulse', 'type'],
|
|
145
|
+
standalone: false
|
|
143
146
|
}]
|
|
144
|
-
}], ctorParameters:
|
|
147
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
148
|
+
let SixBreadcrumbs = class SixBreadcrumbs {
|
|
149
|
+
constructor(c, r, z) {
|
|
150
|
+
this.z = z;
|
|
151
|
+
c.detach();
|
|
152
|
+
this.el = r.nativeElement;
|
|
153
|
+
}
|
|
154
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
155
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBreadcrumbs, isStandalone: false, selector: "six-breadcrumbs", inputs: { separatorIcon: "separatorIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
156
|
+
};
|
|
157
|
+
SixBreadcrumbs = __decorate([
|
|
158
|
+
ProxyCmp({
|
|
159
|
+
inputs: ['separatorIcon']
|
|
160
|
+
})
|
|
161
|
+
], SixBreadcrumbs);
|
|
162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbs, decorators: [{
|
|
163
|
+
type: Component,
|
|
164
|
+
args: [{
|
|
165
|
+
selector: 'six-breadcrumbs',
|
|
166
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
167
|
+
template: '<ng-content></ng-content>',
|
|
168
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
169
|
+
inputs: ['separatorIcon'],
|
|
170
|
+
standalone: false
|
|
171
|
+
}]
|
|
172
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
173
|
+
let SixBreadcrumbsItem = class SixBreadcrumbsItem {
|
|
174
|
+
constructor(c, r, z) {
|
|
175
|
+
this.z = z;
|
|
176
|
+
c.detach();
|
|
177
|
+
this.el = r.nativeElement;
|
|
178
|
+
}
|
|
179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
180
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixBreadcrumbsItem, isStandalone: false, selector: "six-breadcrumbs-item", inputs: { href: "href", readonly: "readonly", size: "size", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
181
|
+
};
|
|
182
|
+
SixBreadcrumbsItem = __decorate([
|
|
183
|
+
ProxyCmp({
|
|
184
|
+
inputs: ['href', 'readonly', 'size', 'target']
|
|
185
|
+
})
|
|
186
|
+
], SixBreadcrumbsItem);
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBreadcrumbsItem, decorators: [{
|
|
188
|
+
type: Component,
|
|
189
|
+
args: [{
|
|
190
|
+
selector: 'six-breadcrumbs-item',
|
|
191
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
192
|
+
template: '<ng-content></ng-content>',
|
|
193
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
194
|
+
inputs: ['href', 'readonly', 'size', 'target'],
|
|
195
|
+
standalone: false
|
|
196
|
+
}]
|
|
197
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
145
198
|
let SixButton = class SixButton {
|
|
146
199
|
constructor(c, r, z) {
|
|
147
200
|
this.z = z;
|
|
@@ -149,8 +202,8 @@ let SixButton = class SixButton {
|
|
|
149
202
|
this.el = r.nativeElement;
|
|
150
203
|
proxyOutputs(this, this.el, ['six-button-blur', 'six-button-focus']);
|
|
151
204
|
}
|
|
152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
153
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
205
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
206
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixButton, isStandalone: false, selector: "six-button", inputs: { caret: "caret", circle: "circle", disabled: "disabled", download: "download", href: "href", loading: "loading", name: "name", pill: "pill", reset: "reset", size: "size", submit: "submit", target: "target", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
154
207
|
};
|
|
155
208
|
SixButton = __decorate([
|
|
156
209
|
ProxyCmp({
|
|
@@ -158,7 +211,7 @@ SixButton = __decorate([
|
|
|
158
211
|
methods: ['setFocus', 'removeFocus']
|
|
159
212
|
})
|
|
160
213
|
], SixButton);
|
|
161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixButton, decorators: [{
|
|
162
215
|
type: Component,
|
|
163
216
|
args: [{
|
|
164
217
|
selector: 'six-button',
|
|
@@ -166,21 +219,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
166
219
|
template: '<ng-content></ng-content>',
|
|
167
220
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
168
221
|
inputs: ['caret', 'circle', 'disabled', 'download', 'href', 'loading', 'name', 'pill', 'reset', 'size', 'submit', 'target', 'type', 'value'],
|
|
222
|
+
standalone: false
|
|
169
223
|
}]
|
|
170
|
-
}], ctorParameters:
|
|
224
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
171
225
|
let SixCard = class SixCard {
|
|
172
226
|
constructor(c, r, z) {
|
|
173
227
|
this.z = z;
|
|
174
228
|
c.detach();
|
|
175
229
|
this.el = r.nativeElement;
|
|
176
230
|
}
|
|
177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
178
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
232
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixCard, isStandalone: false, selector: "six-card", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
179
233
|
};
|
|
180
234
|
SixCard = __decorate([
|
|
181
235
|
ProxyCmp({})
|
|
182
236
|
], SixCard);
|
|
183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCard, decorators: [{
|
|
184
238
|
type: Component,
|
|
185
239
|
args: [{
|
|
186
240
|
selector: 'six-card',
|
|
@@ -188,8 +242,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
188
242
|
template: '<ng-content></ng-content>',
|
|
189
243
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
190
244
|
inputs: [],
|
|
245
|
+
standalone: false
|
|
191
246
|
}]
|
|
192
|
-
}], ctorParameters:
|
|
247
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
193
248
|
let SixCheckbox = class SixCheckbox {
|
|
194
249
|
constructor(c, r, z) {
|
|
195
250
|
this.z = z;
|
|
@@ -197,8 +252,8 @@ let SixCheckbox = class SixCheckbox {
|
|
|
197
252
|
this.el = r.nativeElement;
|
|
198
253
|
proxyOutputs(this, this.el, ['six-checkbox-blur', 'six-checkbox-change', 'six-checkbox-focus']);
|
|
199
254
|
}
|
|
200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
201
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
255
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
256
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixCheckbox, isStandalone: false, selector: "six-checkbox", inputs: { checked: "checked", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", indeterminate: "indeterminate", invalid: "invalid", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
202
257
|
};
|
|
203
258
|
SixCheckbox = __decorate([
|
|
204
259
|
ProxyCmp({
|
|
@@ -206,7 +261,7 @@ SixCheckbox = __decorate([
|
|
|
206
261
|
methods: ['setFocus', 'removeFocus']
|
|
207
262
|
})
|
|
208
263
|
], SixCheckbox);
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckbox, decorators: [{
|
|
210
265
|
type: Component,
|
|
211
266
|
args: [{
|
|
212
267
|
selector: 'six-checkbox',
|
|
@@ -214,8 +269,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
214
269
|
template: '<ng-content></ng-content>',
|
|
215
270
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
216
271
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
|
|
272
|
+
standalone: false
|
|
217
273
|
}]
|
|
218
|
-
}], ctorParameters:
|
|
274
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
219
275
|
let SixDate = class SixDate {
|
|
220
276
|
constructor(c, r, z) {
|
|
221
277
|
this.z = z;
|
|
@@ -223,8 +279,8 @@ let SixDate = class SixDate {
|
|
|
223
279
|
this.el = r.nativeElement;
|
|
224
280
|
proxyOutputs(this, this.el, ['six-change', 'six-blur']);
|
|
225
281
|
}
|
|
226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
227
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
283
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDate, isStandalone: false, selector: "six-date", inputs: { allowedDates: "allowedDates", clearable: "clearable", dateFormat: "dateFormat", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", invalid: "invalid", label: "label", language: "language", max: "max", min: "min", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
228
284
|
};
|
|
229
285
|
SixDate = __decorate([
|
|
230
286
|
ProxyCmp({
|
|
@@ -232,7 +288,7 @@ SixDate = __decorate([
|
|
|
232
288
|
methods: ['setFocus']
|
|
233
289
|
})
|
|
234
290
|
], SixDate);
|
|
235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDate, decorators: [{
|
|
236
292
|
type: Component,
|
|
237
293
|
args: [{
|
|
238
294
|
selector: 'six-date',
|
|
@@ -240,8 +296,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
240
296
|
template: '<ng-content></ng-content>',
|
|
241
297
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
242
298
|
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
299
|
+
standalone: false
|
|
243
300
|
}]
|
|
244
|
-
}], ctorParameters:
|
|
301
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
245
302
|
let SixDatepicker = class SixDatepicker {
|
|
246
303
|
constructor(c, r, z) {
|
|
247
304
|
this.z = z;
|
|
@@ -249,8 +306,8 @@ let SixDatepicker = class SixDatepicker {
|
|
|
249
306
|
this.el = r.nativeElement;
|
|
250
307
|
proxyOutputs(this, this.el, ['six-datepicker-select', 'six-datepicker-clear', 'six-datepicker-blur']);
|
|
251
308
|
}
|
|
252
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
253
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
309
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
310
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDatepicker, isStandalone: false, selector: "six-datepicker", inputs: { allowedDates: "allowedDates", clearable: "clearable", closeOnSelect: "closeOnSelect", containingElement: "containingElement", dateFormat: "dateFormat", debounce: "debounce", defaultDate: "defaultDate", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", hoist: "hoist", iconPosition: "iconPosition", inline: "inline", invalid: "invalid", label: "label", locale: "locale", max: "max", min: "min", name: "name", open: "open", placeholder: "placeholder", placement: "placement", readonly: "readonly", required: "required", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
254
311
|
};
|
|
255
312
|
SixDatepicker = __decorate([
|
|
256
313
|
ProxyCmp({
|
|
@@ -258,7 +315,7 @@ SixDatepicker = __decorate([
|
|
|
258
315
|
methods: ['setFocus', 'select']
|
|
259
316
|
})
|
|
260
317
|
], SixDatepicker);
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDatepicker, decorators: [{
|
|
262
319
|
type: Component,
|
|
263
320
|
args: [{
|
|
264
321
|
selector: 'six-datepicker',
|
|
@@ -266,8 +323,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
266
323
|
template: '<ng-content></ng-content>',
|
|
267
324
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
268
325
|
inputs: ['allowedDates', 'clearable', 'closeOnSelect', 'containingElement', 'dateFormat', 'debounce', 'defaultDate', 'disabled', 'errorText', 'errorTextCount', 'hoist', 'iconPosition', 'inline', 'invalid', 'label', 'locale', 'max', 'min', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'size', 'type', 'value'],
|
|
326
|
+
standalone: false
|
|
269
327
|
}]
|
|
270
|
-
}], ctorParameters:
|
|
328
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
271
329
|
let SixDetails = class SixDetails {
|
|
272
330
|
constructor(c, r, z) {
|
|
273
331
|
this.z = z;
|
|
@@ -275,8 +333,8 @@ let SixDetails = class SixDetails {
|
|
|
275
333
|
this.el = r.nativeElement;
|
|
276
334
|
proxyOutputs(this, this.el, ['six-details-show', 'six-details-after-show', 'six-details-hide', 'six-details-after-hide']);
|
|
277
335
|
}
|
|
278
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
279
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
336
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
337
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDetails, isStandalone: false, selector: "six-details", inputs: { disabled: "disabled", hasContent: "hasContent", inline: "inline", open: "open", selectableEmpty: "selectableEmpty", summary: "summary", summaryIcon: "summaryIcon", summaryIconSize: "summaryIconSize" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
280
338
|
};
|
|
281
339
|
SixDetails = __decorate([
|
|
282
340
|
ProxyCmp({
|
|
@@ -284,7 +342,7 @@ SixDetails = __decorate([
|
|
|
284
342
|
methods: ['show', 'hide']
|
|
285
343
|
})
|
|
286
344
|
], SixDetails);
|
|
287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDetails, decorators: [{
|
|
288
346
|
type: Component,
|
|
289
347
|
args: [{
|
|
290
348
|
selector: 'six-details',
|
|
@@ -292,17 +350,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
292
350
|
template: '<ng-content></ng-content>',
|
|
293
351
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
294
352
|
inputs: ['disabled', 'hasContent', 'inline', 'open', 'selectableEmpty', 'summary', 'summaryIcon', 'summaryIconSize'],
|
|
353
|
+
standalone: false
|
|
295
354
|
}]
|
|
296
|
-
}], ctorParameters:
|
|
355
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
297
356
|
let SixDialog = class SixDialog {
|
|
298
357
|
constructor(c, r, z) {
|
|
299
358
|
this.z = z;
|
|
300
359
|
c.detach();
|
|
301
360
|
this.el = r.nativeElement;
|
|
302
|
-
proxyOutputs(this, this.el, ['six-dialog-show', 'six-dialog-after-show', 'six-dialog-hide', 'six-dialog-after-hide', 'six-dialog-initial-focus', 'six-dialog-
|
|
361
|
+
proxyOutputs(this, this.el, ['six-dialog-show', 'six-dialog-after-show', 'six-dialog-hide', 'six-dialog-after-hide', 'six-dialog-initial-focus', 'six-dialog-request-close']);
|
|
303
362
|
}
|
|
304
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
305
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
364
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDialog, isStandalone: false, selector: "six-dialog", inputs: { label: "label", noHeader: "noHeader", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
306
365
|
};
|
|
307
366
|
SixDialog = __decorate([
|
|
308
367
|
ProxyCmp({
|
|
@@ -310,7 +369,7 @@ SixDialog = __decorate([
|
|
|
310
369
|
methods: ['show', 'hide']
|
|
311
370
|
})
|
|
312
371
|
], SixDialog);
|
|
313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDialog, decorators: [{
|
|
314
373
|
type: Component,
|
|
315
374
|
args: [{
|
|
316
375
|
selector: 'six-dialog',
|
|
@@ -318,17 +377,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
318
377
|
template: '<ng-content></ng-content>',
|
|
319
378
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
320
379
|
inputs: ['label', 'noHeader', 'open'],
|
|
380
|
+
standalone: false
|
|
321
381
|
}]
|
|
322
|
-
}], ctorParameters:
|
|
382
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
323
383
|
let SixDrawer = class SixDrawer {
|
|
324
384
|
constructor(c, r, z) {
|
|
325
385
|
this.z = z;
|
|
326
386
|
c.detach();
|
|
327
387
|
this.el = r.nativeElement;
|
|
328
|
-
proxyOutputs(this, this.el, ['six-drawer-show', 'six-drawer-after-show', 'six-drawer-hide', 'six-drawer-after-hide', 'six-drawer-initial-focus', 'six-drawer-
|
|
388
|
+
proxyOutputs(this, this.el, ['six-drawer-show', 'six-drawer-after-show', 'six-drawer-hide', 'six-drawer-after-hide', 'six-drawer-initial-focus', 'six-drawer-request-close']);
|
|
329
389
|
}
|
|
330
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
331
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
390
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
391
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDrawer, isStandalone: false, selector: "six-drawer", inputs: { contained: "contained", label: "label", noHeader: "noHeader", open: "open", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
332
392
|
};
|
|
333
393
|
SixDrawer = __decorate([
|
|
334
394
|
ProxyCmp({
|
|
@@ -336,7 +396,7 @@ SixDrawer = __decorate([
|
|
|
336
396
|
methods: ['show', 'hide']
|
|
337
397
|
})
|
|
338
398
|
], SixDrawer);
|
|
339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDrawer, decorators: [{
|
|
340
400
|
type: Component,
|
|
341
401
|
args: [{
|
|
342
402
|
selector: 'six-drawer',
|
|
@@ -344,8 +404,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
344
404
|
template: '<ng-content></ng-content>',
|
|
345
405
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
346
406
|
inputs: ['contained', 'label', 'noHeader', 'open', 'placement'],
|
|
407
|
+
standalone: false
|
|
347
408
|
}]
|
|
348
|
-
}], ctorParameters:
|
|
409
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
349
410
|
let SixDropdown = class SixDropdown {
|
|
350
411
|
constructor(c, r, z) {
|
|
351
412
|
this.z = z;
|
|
@@ -353,8 +414,8 @@ let SixDropdown = class SixDropdown {
|
|
|
353
414
|
this.el = r.nativeElement;
|
|
354
415
|
proxyOutputs(this, this.el, ['six-dropdown-show', 'six-dropdown-after-show', 'six-dropdown-hide', 'six-dropdown-after-hide', 'six-dropdown-auto-filter-fired', 'six-async-filter-fired', 'six-dropdown-scroll']);
|
|
355
416
|
}
|
|
356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
357
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
417
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
418
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixDropdown, isStandalone: false, selector: "six-dropdown", inputs: { asyncFilter: "asyncFilter", autofocusFilter: "autofocusFilter", closeOnSelect: "closeOnSelect", containingElement: "containingElement", disableHideOnEnterAndSpace: "disableHideOnEnterAndSpace", distance: "distance", filter: "filter", filterDebounce: "filterDebounce", filterPlaceholder: "filterPlaceholder", hoist: "hoist", matchTriggerWidth: "matchTriggerWidth", open: "open", options: "options", placement: "placement", skidding: "skidding", virtualScroll: "virtualScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
358
419
|
};
|
|
359
420
|
SixDropdown = __decorate([
|
|
360
421
|
ProxyCmp({
|
|
@@ -362,7 +423,7 @@ SixDropdown = __decorate([
|
|
|
362
423
|
methods: ['show', 'hide']
|
|
363
424
|
})
|
|
364
425
|
], SixDropdown);
|
|
365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDropdown, decorators: [{
|
|
366
427
|
type: Component,
|
|
367
428
|
args: [{
|
|
368
429
|
selector: 'six-dropdown',
|
|
@@ -370,21 +431,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
370
431
|
template: '<ng-content></ng-content>',
|
|
371
432
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
372
433
|
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
434
|
+
standalone: false
|
|
373
435
|
}]
|
|
374
|
-
}], ctorParameters:
|
|
436
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
375
437
|
let SixError = class SixError {
|
|
376
438
|
constructor(c, r, z) {
|
|
377
439
|
this.z = z;
|
|
378
440
|
c.detach();
|
|
379
441
|
this.el = r.nativeElement;
|
|
380
442
|
}
|
|
381
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
382
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
443
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
444
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixError, isStandalone: false, selector: "six-error", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
383
445
|
};
|
|
384
446
|
SixError = __decorate([
|
|
385
447
|
ProxyCmp({})
|
|
386
448
|
], SixError);
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixError, decorators: [{
|
|
388
450
|
type: Component,
|
|
389
451
|
args: [{
|
|
390
452
|
selector: 'six-error',
|
|
@@ -392,23 +454,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
392
454
|
template: '<ng-content></ng-content>',
|
|
393
455
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
394
456
|
inputs: [],
|
|
457
|
+
standalone: false
|
|
395
458
|
}]
|
|
396
|
-
}], ctorParameters:
|
|
459
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
397
460
|
let SixErrorPage = class SixErrorPage {
|
|
398
461
|
constructor(c, r, z) {
|
|
399
462
|
this.z = z;
|
|
400
463
|
c.detach();
|
|
401
464
|
this.el = r.nativeElement;
|
|
402
465
|
}
|
|
403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
404
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
466
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixErrorPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
467
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixErrorPage, isStandalone: false, selector: "six-error-page", inputs: { customDescription: "customDescription", customIcon: "customIcon", customTitle: "customTitle", errorCode: "errorCode", language: "language" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
405
468
|
};
|
|
406
469
|
SixErrorPage = __decorate([
|
|
407
470
|
ProxyCmp({
|
|
408
471
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language']
|
|
409
472
|
})
|
|
410
473
|
], SixErrorPage);
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixErrorPage, decorators: [{
|
|
412
475
|
type: Component,
|
|
413
476
|
args: [{
|
|
414
477
|
selector: 'six-error-page',
|
|
@@ -416,21 +479,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
416
479
|
template: '<ng-content></ng-content>',
|
|
417
480
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
418
481
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language'],
|
|
482
|
+
standalone: false
|
|
419
483
|
}]
|
|
420
|
-
}], ctorParameters:
|
|
484
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
421
485
|
let SixFileList = class SixFileList {
|
|
422
486
|
constructor(c, r, z) {
|
|
423
487
|
this.z = z;
|
|
424
488
|
c.detach();
|
|
425
489
|
this.el = r.nativeElement;
|
|
426
490
|
}
|
|
427
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
428
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
491
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
492
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixFileList, isStandalone: false, selector: "six-file-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
429
493
|
};
|
|
430
494
|
SixFileList = __decorate([
|
|
431
495
|
ProxyCmp({})
|
|
432
496
|
], SixFileList);
|
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileList, decorators: [{
|
|
434
498
|
type: Component,
|
|
435
499
|
args: [{
|
|
436
500
|
selector: 'six-file-list',
|
|
@@ -438,8 +502,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
438
502
|
template: '<ng-content></ng-content>',
|
|
439
503
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
440
504
|
inputs: [],
|
|
505
|
+
standalone: false
|
|
441
506
|
}]
|
|
442
|
-
}], ctorParameters:
|
|
507
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
443
508
|
let SixFileListItem = class SixFileListItem {
|
|
444
509
|
constructor(c, r, z) {
|
|
445
510
|
this.z = z;
|
|
@@ -447,15 +512,15 @@ let SixFileListItem = class SixFileListItem {
|
|
|
447
512
|
this.el = r.nativeElement;
|
|
448
513
|
proxyOutputs(this, this.el, ['six-file-list-item-download', 'six-file-list-item-remove']);
|
|
449
514
|
}
|
|
450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
451
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
516
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixFileListItem, isStandalone: false, selector: "six-file-list-item", inputs: { date: "date", identifier: "identifier", name: "name", nodelete: "nodelete", nodownload: "nodownload", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
452
517
|
};
|
|
453
518
|
SixFileListItem = __decorate([
|
|
454
519
|
ProxyCmp({
|
|
455
520
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size']
|
|
456
521
|
})
|
|
457
522
|
], SixFileListItem);
|
|
458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileListItem, decorators: [{
|
|
459
524
|
type: Component,
|
|
460
525
|
args: [{
|
|
461
526
|
selector: 'six-file-list-item',
|
|
@@ -463,8 +528,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
463
528
|
template: '<ng-content></ng-content>',
|
|
464
529
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
465
530
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size'],
|
|
531
|
+
standalone: false
|
|
466
532
|
}]
|
|
467
|
-
}], ctorParameters:
|
|
533
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
468
534
|
let SixFileUpload = class SixFileUpload {
|
|
469
535
|
constructor(c, r, z) {
|
|
470
536
|
this.z = z;
|
|
@@ -472,15 +538,15 @@ let SixFileUpload = class SixFileUpload {
|
|
|
472
538
|
this.el = r.nativeElement;
|
|
473
539
|
proxyOutputs(this, this.el, ['six-file-upload-success', 'six-file-upload-failure']);
|
|
474
540
|
}
|
|
475
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
476
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
541
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
542
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixFileUpload, isStandalone: false, selector: "six-file-upload", inputs: { accept: "accept", compact: "compact", disabled: "disabled", errorText: "errorText", invalid: "invalid", label: "label", maxFileSize: "maxFileSize", multiple: "multiple", uploading: "uploading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
477
543
|
};
|
|
478
544
|
SixFileUpload = __decorate([
|
|
479
545
|
ProxyCmp({
|
|
480
546
|
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading']
|
|
481
547
|
})
|
|
482
548
|
], SixFileUpload);
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileUpload, decorators: [{
|
|
484
550
|
type: Component,
|
|
485
551
|
args: [{
|
|
486
552
|
selector: 'six-file-upload',
|
|
@@ -488,21 +554,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
488
554
|
template: '<ng-content></ng-content>',
|
|
489
555
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
490
556
|
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading'],
|
|
557
|
+
standalone: false
|
|
491
558
|
}]
|
|
492
|
-
}], ctorParameters:
|
|
559
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
493
560
|
let SixFooter = class SixFooter {
|
|
494
561
|
constructor(c, r, z) {
|
|
495
562
|
this.z = z;
|
|
496
563
|
c.detach();
|
|
497
564
|
this.el = r.nativeElement;
|
|
498
565
|
}
|
|
499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
500
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
566
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFooter, 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: "20.0.3", type: SixFooter, isStandalone: false, selector: "six-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
501
568
|
};
|
|
502
569
|
SixFooter = __decorate([
|
|
503
570
|
ProxyCmp({})
|
|
504
571
|
], SixFooter);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFooter, decorators: [{
|
|
506
573
|
type: Component,
|
|
507
574
|
args: [{
|
|
508
575
|
selector: 'six-footer',
|
|
@@ -510,23 +577,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
510
577
|
template: '<ng-content></ng-content>',
|
|
511
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
512
579
|
inputs: [],
|
|
580
|
+
standalone: false
|
|
513
581
|
}]
|
|
514
|
-
}], ctorParameters:
|
|
582
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
515
583
|
let SixGroupLabel = class SixGroupLabel {
|
|
516
584
|
constructor(c, r, z) {
|
|
517
585
|
this.z = z;
|
|
518
586
|
c.detach();
|
|
519
587
|
this.el = r.nativeElement;
|
|
520
588
|
}
|
|
521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
522
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixGroupLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixGroupLabel, isStandalone: false, selector: "six-group-label", inputs: { disabled: "disabled", helpText: "helpText", label: "label", required: "required", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
523
591
|
};
|
|
524
592
|
SixGroupLabel = __decorate([
|
|
525
593
|
ProxyCmp({
|
|
526
594
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size']
|
|
527
595
|
})
|
|
528
596
|
], SixGroupLabel);
|
|
529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixGroupLabel, decorators: [{
|
|
530
598
|
type: Component,
|
|
531
599
|
args: [{
|
|
532
600
|
selector: 'six-group-label',
|
|
@@ -534,23 +602,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
534
602
|
template: '<ng-content></ng-content>',
|
|
535
603
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
536
604
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size'],
|
|
605
|
+
standalone: false
|
|
537
606
|
}]
|
|
538
|
-
}], ctorParameters:
|
|
607
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
539
608
|
let SixHeader = class SixHeader {
|
|
540
609
|
constructor(c, r, z) {
|
|
541
610
|
this.z = z;
|
|
542
611
|
c.detach();
|
|
543
612
|
this.el = r.nativeElement;
|
|
544
613
|
}
|
|
545
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
546
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
615
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeader, isStandalone: false, selector: "six-header", inputs: { openSearch: "openSearch", shiftContent: "shiftContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
547
616
|
};
|
|
548
617
|
SixHeader = __decorate([
|
|
549
618
|
ProxyCmp({
|
|
550
619
|
inputs: ['openSearch', 'shiftContent']
|
|
551
620
|
})
|
|
552
621
|
], SixHeader);
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeader, decorators: [{
|
|
554
623
|
type: Component,
|
|
555
624
|
args: [{
|
|
556
625
|
selector: 'six-header',
|
|
@@ -558,23 +627,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
558
627
|
template: '<ng-content></ng-content>',
|
|
559
628
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
560
629
|
inputs: ['openSearch', 'shiftContent'],
|
|
630
|
+
standalone: false
|
|
561
631
|
}]
|
|
562
|
-
}], ctorParameters:
|
|
632
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
563
633
|
let SixHeaderDropdownItem = class SixHeaderDropdownItem {
|
|
564
634
|
constructor(c, r, z) {
|
|
565
635
|
this.z = z;
|
|
566
636
|
c.detach();
|
|
567
637
|
this.el = r.nativeElement;
|
|
568
638
|
}
|
|
569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
570
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
640
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeaderDropdownItem, isStandalone: false, selector: "six-header-dropdown-item", inputs: { filter: "filter", filterPlaceholder: "filterPlaceholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
571
641
|
};
|
|
572
642
|
SixHeaderDropdownItem = __decorate([
|
|
573
643
|
ProxyCmp({
|
|
574
644
|
inputs: ['filter', 'filterPlaceholder']
|
|
575
645
|
})
|
|
576
646
|
], SixHeaderDropdownItem);
|
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderDropdownItem, decorators: [{
|
|
578
648
|
type: Component,
|
|
579
649
|
args: [{
|
|
580
650
|
selector: 'six-header-dropdown-item',
|
|
@@ -582,23 +652,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
582
652
|
template: '<ng-content></ng-content>',
|
|
583
653
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
584
654
|
inputs: ['filter', 'filterPlaceholder'],
|
|
655
|
+
standalone: false
|
|
585
656
|
}]
|
|
586
|
-
}], ctorParameters:
|
|
657
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
587
658
|
let SixHeaderItem = class SixHeaderItem {
|
|
588
659
|
constructor(c, r, z) {
|
|
589
660
|
this.z = z;
|
|
590
661
|
c.detach();
|
|
591
662
|
this.el = r.nativeElement;
|
|
592
663
|
}
|
|
593
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
594
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
664
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
665
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeaderItem, isStandalone: false, selector: "six-header-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
595
666
|
};
|
|
596
667
|
SixHeaderItem = __decorate([
|
|
597
668
|
ProxyCmp({
|
|
598
669
|
inputs: ['active']
|
|
599
670
|
})
|
|
600
671
|
], SixHeaderItem);
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderItem, decorators: [{
|
|
602
673
|
type: Component,
|
|
603
674
|
args: [{
|
|
604
675
|
selector: 'six-header-item',
|
|
@@ -606,23 +677,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
606
677
|
template: '<ng-content></ng-content>',
|
|
607
678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
608
679
|
inputs: ['active'],
|
|
680
|
+
standalone: false
|
|
609
681
|
}]
|
|
610
|
-
}], ctorParameters:
|
|
682
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
611
683
|
let SixHeaderMenuButton = class SixHeaderMenuButton {
|
|
612
684
|
constructor(c, r, z) {
|
|
613
685
|
this.z = z;
|
|
614
686
|
c.detach();
|
|
615
687
|
this.el = r.nativeElement;
|
|
616
688
|
}
|
|
617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
618
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
689
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
690
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixHeaderMenuButton, isStandalone: false, selector: "six-header-menu-button", inputs: { caret: "caret", disabled: "disabled", loading: "loading", reset: "reset", submit: "submit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
619
691
|
};
|
|
620
692
|
SixHeaderMenuButton = __decorate([
|
|
621
693
|
ProxyCmp({
|
|
622
694
|
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit']
|
|
623
695
|
})
|
|
624
696
|
], SixHeaderMenuButton);
|
|
625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderMenuButton, decorators: [{
|
|
626
698
|
type: Component,
|
|
627
699
|
args: [{
|
|
628
700
|
selector: 'six-header-menu-button',
|
|
@@ -630,47 +702,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
630
702
|
template: '<ng-content></ng-content>',
|
|
631
703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
632
704
|
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit'],
|
|
705
|
+
standalone: false
|
|
633
706
|
}]
|
|
634
|
-
}], ctorParameters:
|
|
707
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
635
708
|
let SixIcon = class SixIcon {
|
|
636
709
|
constructor(c, r, z) {
|
|
637
710
|
this.z = z;
|
|
638
711
|
c.detach();
|
|
639
712
|
this.el = r.nativeElement;
|
|
640
713
|
}
|
|
641
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
642
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
715
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixIcon, isStandalone: false, selector: "six-icon", inputs: { filled: "filled", library: "library", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
643
716
|
};
|
|
644
717
|
SixIcon = __decorate([
|
|
645
718
|
ProxyCmp({
|
|
646
|
-
inputs: ['filled', 'size']
|
|
719
|
+
inputs: ['filled', 'library', 'size']
|
|
647
720
|
})
|
|
648
721
|
], SixIcon);
|
|
649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIcon, decorators: [{
|
|
650
723
|
type: Component,
|
|
651
724
|
args: [{
|
|
652
725
|
selector: 'six-icon',
|
|
653
726
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
654
727
|
template: '<ng-content></ng-content>',
|
|
655
728
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
656
|
-
inputs: ['filled', 'size'],
|
|
729
|
+
inputs: ['filled', 'library', 'size'],
|
|
730
|
+
standalone: false
|
|
657
731
|
}]
|
|
658
|
-
}], ctorParameters:
|
|
732
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
659
733
|
let SixIconButton = class SixIconButton {
|
|
660
734
|
constructor(c, r, z) {
|
|
661
735
|
this.z = z;
|
|
662
736
|
c.detach();
|
|
663
737
|
this.el = r.nativeElement;
|
|
664
738
|
}
|
|
665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
666
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
739
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
740
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixIconButton, isStandalone: false, selector: "six-icon-button", inputs: { disabled: "disabled", download: "download", href: "href", html: "html", label: "label", name: "name", size: "size", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
667
741
|
};
|
|
668
742
|
SixIconButton = __decorate([
|
|
669
743
|
ProxyCmp({
|
|
670
744
|
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target']
|
|
671
745
|
})
|
|
672
746
|
], SixIconButton);
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
747
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIconButton, decorators: [{
|
|
674
748
|
type: Component,
|
|
675
749
|
args: [{
|
|
676
750
|
selector: 'six-icon-button',
|
|
@@ -678,8 +752,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
678
752
|
template: '<ng-content></ng-content>',
|
|
679
753
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
680
754
|
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target'],
|
|
755
|
+
standalone: false
|
|
681
756
|
}]
|
|
682
|
-
}], ctorParameters:
|
|
757
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
683
758
|
let SixInput = class SixInput {
|
|
684
759
|
constructor(c, r, z) {
|
|
685
760
|
this.z = z;
|
|
@@ -687,8 +762,8 @@ let SixInput = class SixInput {
|
|
|
687
762
|
this.el = r.nativeElement;
|
|
688
763
|
proxyOutputs(this, this.el, ['six-input-change', 'six-input-clear', 'six-input-input', 'six-input-focus', 'six-input-blur']);
|
|
689
764
|
}
|
|
690
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
691
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
765
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
766
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixInput, isStandalone: false, selector: "six-input", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", clearable: "clearable", disabled: "disabled", dropdownSearch: "dropdownSearch", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", inputmode: "inputmode", invalid: "invalid", label: "label", line: "line", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", name: "name", pattern: "pattern", pill: "pill", placeholder: "placeholder", readonly: "readonly", required: "required", size: "size", spellcheck: "spellcheck", step: "step", togglePassword: "togglePassword", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
692
767
|
};
|
|
693
768
|
SixInput = __decorate([
|
|
694
769
|
ProxyCmp({
|
|
@@ -696,7 +771,7 @@ SixInput = __decorate([
|
|
|
696
771
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'getSelectionRange', 'setRangeText']
|
|
697
772
|
})
|
|
698
773
|
], SixInput);
|
|
699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
774
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixInput, decorators: [{
|
|
700
775
|
type: Component,
|
|
701
776
|
args: [{
|
|
702
777
|
selector: 'six-input',
|
|
@@ -704,8 +779,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
704
779
|
template: '<ng-content></ng-content>',
|
|
705
780
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
706
781
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearable', 'disabled', 'dropdownSearch', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'line', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'pill', 'placeholder', 'readonly', 'required', 'size', 'spellcheck', 'step', 'togglePassword', 'type', 'value'],
|
|
782
|
+
standalone: false
|
|
707
783
|
}]
|
|
708
|
-
}], ctorParameters:
|
|
784
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
709
785
|
let SixItemPicker = class SixItemPicker {
|
|
710
786
|
constructor(c, r, z) {
|
|
711
787
|
this.z = z;
|
|
@@ -713,15 +789,15 @@ let SixItemPicker = class SixItemPicker {
|
|
|
713
789
|
this.el = r.nativeElement;
|
|
714
790
|
proxyOutputs(this, this.el, ['six-item-picker-change', 'six-item-picker-change-debounced']);
|
|
715
791
|
}
|
|
716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
717
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixItemPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
793
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixItemPicker, isStandalone: false, selector: "six-item-picker", inputs: { debounce: "debounce", interval: "interval", items: "items", max: "max", min: "min", padded: "padded", paddingChar: "paddingChar", paddingDirection: "paddingDirection", paddingLength: "paddingLength", roundtrip: "roundtrip", step: "step", timeout: "timeout", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
718
794
|
};
|
|
719
795
|
SixItemPicker = __decorate([
|
|
720
796
|
ProxyCmp({
|
|
721
797
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value']
|
|
722
798
|
})
|
|
723
799
|
], SixItemPicker);
|
|
724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixItemPicker, decorators: [{
|
|
725
801
|
type: Component,
|
|
726
802
|
args: [{
|
|
727
803
|
selector: 'six-item-picker',
|
|
@@ -729,8 +805,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
729
805
|
template: '<ng-content></ng-content>',
|
|
730
806
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
731
807
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value'],
|
|
808
|
+
standalone: false
|
|
732
809
|
}]
|
|
733
|
-
}], ctorParameters:
|
|
810
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
734
811
|
let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
735
812
|
constructor(c, r, z) {
|
|
736
813
|
this.z = z;
|
|
@@ -738,15 +815,15 @@ let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
|
738
815
|
this.el = r.nativeElement;
|
|
739
816
|
proxyOutputs(this, this.el, ['six-language-switcher-change']);
|
|
740
817
|
}
|
|
741
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
742
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLanguageSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
819
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixLanguageSwitcher, isStandalone: false, selector: "six-language-switcher", inputs: { languages: "languages", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
743
820
|
};
|
|
744
821
|
SixLanguageSwitcher = __decorate([
|
|
745
822
|
ProxyCmp({
|
|
746
823
|
inputs: ['languages', 'selected']
|
|
747
824
|
})
|
|
748
825
|
], SixLanguageSwitcher);
|
|
749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLanguageSwitcher, decorators: [{
|
|
750
827
|
type: Component,
|
|
751
828
|
args: [{
|
|
752
829
|
selector: 'six-language-switcher',
|
|
@@ -754,23 +831,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
754
831
|
template: '<ng-content></ng-content>',
|
|
755
832
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
756
833
|
inputs: ['languages', 'selected'],
|
|
834
|
+
standalone: false
|
|
757
835
|
}]
|
|
758
|
-
}], ctorParameters:
|
|
836
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
759
837
|
let SixLayoutGrid = class SixLayoutGrid {
|
|
760
838
|
constructor(c, r, z) {
|
|
761
839
|
this.z = z;
|
|
762
840
|
c.detach();
|
|
763
841
|
this.el = r.nativeElement;
|
|
764
842
|
}
|
|
765
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
766
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
843
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
844
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixLayoutGrid, isStandalone: false, selector: "six-layout-grid", inputs: { columns: "columns" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
767
845
|
};
|
|
768
846
|
SixLayoutGrid = __decorate([
|
|
769
847
|
ProxyCmp({
|
|
770
848
|
inputs: ['columns']
|
|
771
849
|
})
|
|
772
850
|
], SixLayoutGrid);
|
|
773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLayoutGrid, decorators: [{
|
|
774
852
|
type: Component,
|
|
775
853
|
args: [{
|
|
776
854
|
selector: 'six-layout-grid',
|
|
@@ -778,23 +856,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
778
856
|
template: '<ng-content></ng-content>',
|
|
779
857
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
780
858
|
inputs: ['columns'],
|
|
859
|
+
standalone: false
|
|
781
860
|
}]
|
|
782
|
-
}], ctorParameters:
|
|
861
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
783
862
|
let SixLogo = class SixLogo {
|
|
784
863
|
constructor(c, r, z) {
|
|
785
864
|
this.z = z;
|
|
786
865
|
c.detach();
|
|
787
866
|
this.el = r.nativeElement;
|
|
788
867
|
}
|
|
789
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
790
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
868
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
869
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixLogo, isStandalone: false, selector: "six-logo", inputs: { brand: "brand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
791
870
|
};
|
|
792
871
|
SixLogo = __decorate([
|
|
793
872
|
ProxyCmp({
|
|
794
873
|
inputs: ['brand']
|
|
795
874
|
})
|
|
796
875
|
], SixLogo);
|
|
797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLogo, decorators: [{
|
|
798
877
|
type: Component,
|
|
799
878
|
args: [{
|
|
800
879
|
selector: 'six-logo',
|
|
@@ -802,23 +881,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
802
881
|
template: '<ng-content></ng-content>',
|
|
803
882
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
804
883
|
inputs: ['brand'],
|
|
884
|
+
standalone: false
|
|
805
885
|
}]
|
|
806
|
-
}], ctorParameters:
|
|
886
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
807
887
|
let SixMainContainer = class SixMainContainer {
|
|
808
888
|
constructor(c, r, z) {
|
|
809
889
|
this.z = z;
|
|
810
890
|
c.detach();
|
|
811
891
|
this.el = r.nativeElement;
|
|
812
892
|
}
|
|
813
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
814
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
893
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMainContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
894
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMainContainer, isStandalone: false, selector: "six-main-container", inputs: { padded: "padded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
815
895
|
};
|
|
816
896
|
SixMainContainer = __decorate([
|
|
817
897
|
ProxyCmp({
|
|
818
898
|
inputs: ['padded']
|
|
819
899
|
})
|
|
820
900
|
], SixMainContainer);
|
|
821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMainContainer, decorators: [{
|
|
822
902
|
type: Component,
|
|
823
903
|
args: [{
|
|
824
904
|
selector: 'six-main-container',
|
|
@@ -826,8 +906,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
826
906
|
template: '<ng-content></ng-content>',
|
|
827
907
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
828
908
|
inputs: ['padded'],
|
|
909
|
+
standalone: false
|
|
829
910
|
}]
|
|
830
|
-
}], ctorParameters:
|
|
911
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
831
912
|
let SixMenu = class SixMenu {
|
|
832
913
|
constructor(c, r, z) {
|
|
833
914
|
this.z = z;
|
|
@@ -835,8 +916,8 @@ let SixMenu = class SixMenu {
|
|
|
835
916
|
this.el = r.nativeElement;
|
|
836
917
|
proxyOutputs(this, this.el, ['six-menu-item-selected']);
|
|
837
918
|
}
|
|
838
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
839
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
919
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
920
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenu, isStandalone: false, selector: "six-menu", inputs: { disableKeyboardHandling: "disableKeyboardHandling", itemSize: "itemSize", items: "items", itemsShown: "itemsShown", removeBoxShadow: "removeBoxShadow", scrollingDebounce: "scrollingDebounce", virtualScroll: "virtualScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
840
921
|
};
|
|
841
922
|
SixMenu = __decorate([
|
|
842
923
|
ProxyCmp({
|
|
@@ -844,7 +925,7 @@ SixMenu = __decorate([
|
|
|
844
925
|
methods: ['typeToSelect']
|
|
845
926
|
})
|
|
846
927
|
], SixMenu);
|
|
847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenu, decorators: [{
|
|
848
929
|
type: Component,
|
|
849
930
|
args: [{
|
|
850
931
|
selector: 'six-menu',
|
|
@@ -852,21 +933,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
852
933
|
template: '<ng-content></ng-content>',
|
|
853
934
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
854
935
|
inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
936
|
+
standalone: false
|
|
855
937
|
}]
|
|
856
|
-
}], ctorParameters:
|
|
938
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
857
939
|
let SixMenuDivider = class SixMenuDivider {
|
|
858
940
|
constructor(c, r, z) {
|
|
859
941
|
this.z = z;
|
|
860
942
|
c.detach();
|
|
861
943
|
this.el = r.nativeElement;
|
|
862
944
|
}
|
|
863
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
864
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
946
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenuDivider, isStandalone: false, selector: "six-menu-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
865
947
|
};
|
|
866
948
|
SixMenuDivider = __decorate([
|
|
867
949
|
ProxyCmp({})
|
|
868
950
|
], SixMenuDivider);
|
|
869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuDivider, decorators: [{
|
|
870
952
|
type: Component,
|
|
871
953
|
args: [{
|
|
872
954
|
selector: 'six-menu-divider',
|
|
@@ -874,16 +956,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
874
956
|
template: '<ng-content></ng-content>',
|
|
875
957
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
876
958
|
inputs: [],
|
|
959
|
+
standalone: false
|
|
877
960
|
}]
|
|
878
|
-
}], ctorParameters:
|
|
961
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
879
962
|
let SixMenuItem = class SixMenuItem {
|
|
880
963
|
constructor(c, r, z) {
|
|
881
964
|
this.z = z;
|
|
882
965
|
c.detach();
|
|
883
966
|
this.el = r.nativeElement;
|
|
884
967
|
}
|
|
885
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
886
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
969
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenuItem, isStandalone: false, selector: "six-menu-item", inputs: { checkType: "checkType", checked: "checked", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
887
970
|
};
|
|
888
971
|
SixMenuItem = __decorate([
|
|
889
972
|
ProxyCmp({
|
|
@@ -891,7 +974,7 @@ SixMenuItem = __decorate([
|
|
|
891
974
|
methods: ['setFocus', 'removeFocus', 'getTextLabel']
|
|
892
975
|
})
|
|
893
976
|
], SixMenuItem);
|
|
894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
977
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuItem, decorators: [{
|
|
895
978
|
type: Component,
|
|
896
979
|
args: [{
|
|
897
980
|
selector: 'six-menu-item',
|
|
@@ -899,21 +982,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
899
982
|
template: '<ng-content></ng-content>',
|
|
900
983
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
901
984
|
inputs: ['checkType', 'checked', 'disabled', 'value'],
|
|
985
|
+
standalone: false
|
|
902
986
|
}]
|
|
903
|
-
}], ctorParameters:
|
|
987
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
904
988
|
let SixMenuLabel = class SixMenuLabel {
|
|
905
989
|
constructor(c, r, z) {
|
|
906
990
|
this.z = z;
|
|
907
991
|
c.detach();
|
|
908
992
|
this.el = r.nativeElement;
|
|
909
993
|
}
|
|
910
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
911
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
994
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
995
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixMenuLabel, isStandalone: false, selector: "six-menu-label", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
912
996
|
};
|
|
913
997
|
SixMenuLabel = __decorate([
|
|
914
998
|
ProxyCmp({})
|
|
915
999
|
], SixMenuLabel);
|
|
916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuLabel, decorators: [{
|
|
917
1001
|
type: Component,
|
|
918
1002
|
args: [{
|
|
919
1003
|
selector: 'six-menu-label',
|
|
@@ -921,23 +1005,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
921
1005
|
template: '<ng-content></ng-content>',
|
|
922
1006
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
923
1007
|
inputs: [],
|
|
1008
|
+
standalone: false
|
|
924
1009
|
}]
|
|
925
|
-
}], ctorParameters:
|
|
1010
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
926
1011
|
let SixPicto = class SixPicto {
|
|
927
1012
|
constructor(c, r, z) {
|
|
928
1013
|
this.z = z;
|
|
929
1014
|
c.detach();
|
|
930
1015
|
this.el = r.nativeElement;
|
|
931
1016
|
}
|
|
932
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
933
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1017
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixPicto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1018
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixPicto, isStandalone: false, selector: "six-picto", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
934
1019
|
};
|
|
935
1020
|
SixPicto = __decorate([
|
|
936
1021
|
ProxyCmp({
|
|
937
1022
|
inputs: ['size']
|
|
938
1023
|
})
|
|
939
1024
|
], SixPicto);
|
|
940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixPicto, decorators: [{
|
|
941
1026
|
type: Component,
|
|
942
1027
|
args: [{
|
|
943
1028
|
selector: 'six-picto',
|
|
@@ -945,23 +1030,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
945
1030
|
template: '<ng-content></ng-content>',
|
|
946
1031
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
947
1032
|
inputs: ['size'],
|
|
1033
|
+
standalone: false
|
|
948
1034
|
}]
|
|
949
|
-
}], ctorParameters:
|
|
1035
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
950
1036
|
let SixProgressBar = class SixProgressBar {
|
|
951
1037
|
constructor(c, r, z) {
|
|
952
1038
|
this.z = z;
|
|
953
1039
|
c.detach();
|
|
954
1040
|
this.el = r.nativeElement;
|
|
955
1041
|
}
|
|
956
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
957
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1042
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1043
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixProgressBar, isStandalone: false, selector: "six-progress-bar", inputs: { indeterminate: "indeterminate", percentage: "percentage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
958
1044
|
};
|
|
959
1045
|
SixProgressBar = __decorate([
|
|
960
1046
|
ProxyCmp({
|
|
961
1047
|
inputs: ['indeterminate', 'percentage']
|
|
962
1048
|
})
|
|
963
1049
|
], SixProgressBar);
|
|
964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressBar, decorators: [{
|
|
965
1051
|
type: Component,
|
|
966
1052
|
args: [{
|
|
967
1053
|
selector: 'six-progress-bar',
|
|
@@ -969,23 +1055,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
969
1055
|
template: '<ng-content></ng-content>',
|
|
970
1056
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
971
1057
|
inputs: ['indeterminate', 'percentage'],
|
|
1058
|
+
standalone: false
|
|
972
1059
|
}]
|
|
973
|
-
}], ctorParameters:
|
|
1060
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
974
1061
|
let SixProgressRing = class SixProgressRing {
|
|
975
1062
|
constructor(c, r, z) {
|
|
976
1063
|
this.z = z;
|
|
977
1064
|
c.detach();
|
|
978
1065
|
this.el = r.nativeElement;
|
|
979
1066
|
}
|
|
980
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
981
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1067
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressRing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1068
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixProgressRing, isStandalone: false, selector: "six-progress-ring", inputs: { percentage: "percentage", size: "size", strokeWidth: "strokeWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
982
1069
|
};
|
|
983
1070
|
SixProgressRing = __decorate([
|
|
984
1071
|
ProxyCmp({
|
|
985
1072
|
inputs: ['percentage', 'size', 'strokeWidth']
|
|
986
1073
|
})
|
|
987
1074
|
], SixProgressRing);
|
|
988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressRing, decorators: [{
|
|
989
1076
|
type: Component,
|
|
990
1077
|
args: [{
|
|
991
1078
|
selector: 'six-progress-ring',
|
|
@@ -993,8 +1080,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
993
1080
|
template: '<ng-content></ng-content>',
|
|
994
1081
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
995
1082
|
inputs: ['percentage', 'size', 'strokeWidth'],
|
|
1083
|
+
standalone: false
|
|
996
1084
|
}]
|
|
997
|
-
}], ctorParameters:
|
|
1085
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
998
1086
|
let SixRadio = class SixRadio {
|
|
999
1087
|
constructor(c, r, z) {
|
|
1000
1088
|
this.z = z;
|
|
@@ -1002,8 +1090,8 @@ let SixRadio = class SixRadio {
|
|
|
1002
1090
|
this.el = r.nativeElement;
|
|
1003
1091
|
proxyOutputs(this, this.el, ['six-radio-blur', 'six-radio-change', 'six-radio-focus']);
|
|
1004
1092
|
}
|
|
1005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1006
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1093
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1094
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRadio, isStandalone: false, selector: "six-radio", inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1007
1095
|
};
|
|
1008
1096
|
SixRadio = __decorate([
|
|
1009
1097
|
ProxyCmp({
|
|
@@ -1011,7 +1099,7 @@ SixRadio = __decorate([
|
|
|
1011
1099
|
methods: ['setFocus', 'removeFocus']
|
|
1012
1100
|
})
|
|
1013
1101
|
], SixRadio);
|
|
1014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRadio, decorators: [{
|
|
1015
1103
|
type: Component,
|
|
1016
1104
|
args: [{
|
|
1017
1105
|
selector: 'six-radio',
|
|
@@ -1019,8 +1107,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1019
1107
|
template: '<ng-content></ng-content>',
|
|
1020
1108
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1021
1109
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
|
|
1110
|
+
standalone: false
|
|
1022
1111
|
}]
|
|
1023
|
-
}], ctorParameters:
|
|
1112
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1024
1113
|
let SixRange = class SixRange {
|
|
1025
1114
|
constructor(c, r, z) {
|
|
1026
1115
|
this.z = z;
|
|
@@ -1028,8 +1117,8 @@ let SixRange = class SixRange {
|
|
|
1028
1117
|
this.el = r.nativeElement;
|
|
1029
1118
|
proxyOutputs(this, this.el, ['six-range-change', 'six-range-blur', 'six-range-focus']);
|
|
1030
1119
|
}
|
|
1031
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1032
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1121
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRange, isStandalone: false, selector: "six-range", inputs: { disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", invalid: "invalid", label: "label", max: "max", min: "min", name: "name", required: "required", step: "step", tooltip: "tooltip", tooltipFormatter: "tooltipFormatter", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1033
1122
|
};
|
|
1034
1123
|
SixRange = __decorate([
|
|
1035
1124
|
ProxyCmp({
|
|
@@ -1037,7 +1126,7 @@ SixRange = __decorate([
|
|
|
1037
1126
|
methods: ['setFocus', 'removeFocus']
|
|
1038
1127
|
})
|
|
1039
1128
|
], SixRange);
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRange, decorators: [{
|
|
1041
1130
|
type: Component,
|
|
1042
1131
|
args: [{
|
|
1043
1132
|
selector: 'six-range',
|
|
@@ -1045,23 +1134,50 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1045
1134
|
template: '<ng-content></ng-content>',
|
|
1046
1135
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1047
1136
|
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'min', 'name', 'required', 'step', 'tooltip', 'tooltipFormatter', 'value'],
|
|
1137
|
+
standalone: false
|
|
1138
|
+
}]
|
|
1139
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1140
|
+
let SixRating = class SixRating {
|
|
1141
|
+
constructor(c, r, z) {
|
|
1142
|
+
this.z = z;
|
|
1143
|
+
c.detach();
|
|
1144
|
+
this.el = r.nativeElement;
|
|
1145
|
+
proxyOutputs(this, this.el, ['six-rating-blur', 'six-rating-change', 'six-rating-focus']);
|
|
1146
|
+
}
|
|
1147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1148
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRating, isStandalone: false, selector: "six-rating", inputs: { disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", invalid: "invalid", label: "label", max: "max", name: "name", readonly: "readonly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1149
|
+
};
|
|
1150
|
+
SixRating = __decorate([
|
|
1151
|
+
ProxyCmp({
|
|
1152
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value']
|
|
1153
|
+
})
|
|
1154
|
+
], SixRating);
|
|
1155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRating, decorators: [{
|
|
1156
|
+
type: Component,
|
|
1157
|
+
args: [{
|
|
1158
|
+
selector: 'six-rating',
|
|
1159
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1160
|
+
template: '<ng-content></ng-content>',
|
|
1161
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1162
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value'],
|
|
1163
|
+
standalone: false
|
|
1048
1164
|
}]
|
|
1049
|
-
}], ctorParameters:
|
|
1165
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1050
1166
|
let SixRoot = class SixRoot {
|
|
1051
1167
|
constructor(c, r, z) {
|
|
1052
1168
|
this.z = z;
|
|
1053
1169
|
c.detach();
|
|
1054
1170
|
this.el = r.nativeElement;
|
|
1055
1171
|
}
|
|
1056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1057
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1172
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRoot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1173
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixRoot, isStandalone: false, selector: "six-root", inputs: { padded: "padded", stage: "stage", version: "version" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1058
1174
|
};
|
|
1059
1175
|
SixRoot = __decorate([
|
|
1060
1176
|
ProxyCmp({
|
|
1061
1177
|
inputs: ['padded', 'stage', 'version']
|
|
1062
1178
|
})
|
|
1063
1179
|
], SixRoot);
|
|
1064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRoot, decorators: [{
|
|
1065
1181
|
type: Component,
|
|
1066
1182
|
args: [{
|
|
1067
1183
|
selector: 'six-root',
|
|
@@ -1069,8 +1185,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1069
1185
|
template: '<ng-content></ng-content>',
|
|
1070
1186
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1071
1187
|
inputs: ['padded', 'stage', 'version'],
|
|
1188
|
+
standalone: false
|
|
1072
1189
|
}]
|
|
1073
|
-
}], ctorParameters:
|
|
1190
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1074
1191
|
let SixSearchField = class SixSearchField {
|
|
1075
1192
|
constructor(c, r, z) {
|
|
1076
1193
|
this.z = z;
|
|
@@ -1078,15 +1195,15 @@ let SixSearchField = class SixSearchField {
|
|
|
1078
1195
|
this.el = r.nativeElement;
|
|
1079
1196
|
proxyOutputs(this, this.el, ['six-search-field-change']);
|
|
1080
1197
|
}
|
|
1081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1082
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1198
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1199
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSearchField, isStandalone: false, selector: "six-search-field", inputs: { clearable: "clearable", debounce: "debounce", disabled: "disabled", placeholder: "placeholder", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1083
1200
|
};
|
|
1084
1201
|
SixSearchField = __decorate([
|
|
1085
1202
|
ProxyCmp({
|
|
1086
1203
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value']
|
|
1087
1204
|
})
|
|
1088
1205
|
], SixSearchField);
|
|
1089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSearchField, decorators: [{
|
|
1090
1207
|
type: Component,
|
|
1091
1208
|
args: [{
|
|
1092
1209
|
selector: 'six-search-field',
|
|
@@ -1094,8 +1211,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1094
1211
|
template: '<ng-content></ng-content>',
|
|
1095
1212
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1096
1213
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value'],
|
|
1214
|
+
standalone: false
|
|
1097
1215
|
}]
|
|
1098
|
-
}], ctorParameters:
|
|
1216
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1099
1217
|
let SixSelect = class SixSelect {
|
|
1100
1218
|
constructor(c, r, z) {
|
|
1101
1219
|
this.z = z;
|
|
@@ -1103,8 +1221,8 @@ let SixSelect = class SixSelect {
|
|
|
1103
1221
|
this.el = r.nativeElement;
|
|
1104
1222
|
proxyOutputs(this, this.el, ['six-select-change', 'six-select-focus', 'six-select-blur']);
|
|
1105
1223
|
}
|
|
1106
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1107
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1225
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSelect, isStandalone: false, selector: "six-select", inputs: { asyncFilter: "asyncFilter", autocomplete: "autocomplete", clearable: "clearable", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", filter: "filter", filterDebounce: "filterDebounce", filterPlaceholder: "filterPlaceholder", helpText: "helpText", hoist: "hoist", inputDebounce: "inputDebounce", invalid: "invalid", label: "label", line: "line", multiple: "multiple", name: "name", options: "options", pill: "pill", placeholder: "placeholder", required: "required", selectAllButton: "selectAllButton", selectAllText: "selectAllText", size: "size", value: "value", virtualScroll: "virtualScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1108
1226
|
};
|
|
1109
1227
|
SixSelect = __decorate([
|
|
1110
1228
|
ProxyCmp({
|
|
@@ -1112,7 +1230,7 @@ SixSelect = __decorate([
|
|
|
1112
1230
|
methods: ['setFocus']
|
|
1113
1231
|
})
|
|
1114
1232
|
], SixSelect);
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSelect, decorators: [{
|
|
1116
1234
|
type: Component,
|
|
1117
1235
|
args: [{
|
|
1118
1236
|
selector: 'six-select',
|
|
@@ -1120,8 +1238,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1120
1238
|
template: '<ng-content></ng-content>',
|
|
1121
1239
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1122
1240
|
inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', 'multiple', 'name', 'options', 'pill', 'placeholder', 'required', 'selectAllButton', 'selectAllText', 'size', 'value', 'virtualScroll'],
|
|
1241
|
+
standalone: false
|
|
1123
1242
|
}]
|
|
1124
|
-
}], ctorParameters:
|
|
1243
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1125
1244
|
let SixSidebar = class SixSidebar {
|
|
1126
1245
|
constructor(c, r, z) {
|
|
1127
1246
|
this.z = z;
|
|
@@ -1129,8 +1248,8 @@ let SixSidebar = class SixSidebar {
|
|
|
1129
1248
|
this.el = r.nativeElement;
|
|
1130
1249
|
proxyOutputs(this, this.el, ['six-sidebar-show', 'six-sidebar-after-show', 'six-sidebar-hide', 'six-sidebar-after-hide', 'six-sidebar-initial-focus']);
|
|
1131
1250
|
}
|
|
1132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1133
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1251
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1252
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSidebar, isStandalone: false, selector: "six-sidebar", inputs: { open: "open", position: "position", toggled: "toggled", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1134
1253
|
};
|
|
1135
1254
|
SixSidebar = __decorate([
|
|
1136
1255
|
ProxyCmp({
|
|
@@ -1138,7 +1257,7 @@ SixSidebar = __decorate([
|
|
|
1138
1257
|
methods: ['toggle', 'show', 'hide', 'selectItemByIndex', 'selectItemByName']
|
|
1139
1258
|
})
|
|
1140
1259
|
], SixSidebar);
|
|
1141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebar, decorators: [{
|
|
1142
1261
|
type: Component,
|
|
1143
1262
|
args: [{
|
|
1144
1263
|
selector: 'six-sidebar',
|
|
@@ -1146,23 +1265,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1146
1265
|
template: '<ng-content></ng-content>',
|
|
1147
1266
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1148
1267
|
inputs: ['open', 'position', 'toggled', 'width'],
|
|
1268
|
+
standalone: false
|
|
1149
1269
|
}]
|
|
1150
|
-
}], ctorParameters:
|
|
1270
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1151
1271
|
let SixSidebarItem = class SixSidebarItem {
|
|
1152
1272
|
constructor(c, r, z) {
|
|
1153
1273
|
this.z = z;
|
|
1154
1274
|
c.detach();
|
|
1155
1275
|
this.el = r.nativeElement;
|
|
1156
1276
|
}
|
|
1157
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1158
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1278
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSidebarItem, isStandalone: false, selector: "six-sidebar-item", inputs: { disabled: "disabled", href: "href", icon: "icon", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1159
1279
|
};
|
|
1160
1280
|
SixSidebarItem = __decorate([
|
|
1161
1281
|
ProxyCmp({
|
|
1162
1282
|
inputs: ['disabled', 'href', 'icon', 'selected', 'value']
|
|
1163
1283
|
})
|
|
1164
1284
|
], SixSidebarItem);
|
|
1165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItem, decorators: [{
|
|
1166
1286
|
type: Component,
|
|
1167
1287
|
args: [{
|
|
1168
1288
|
selector: 'six-sidebar-item',
|
|
@@ -1170,23 +1290,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1170
1290
|
template: '<ng-content></ng-content>',
|
|
1171
1291
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1172
1292
|
inputs: ['disabled', 'href', 'icon', 'selected', 'value'],
|
|
1293
|
+
standalone: false
|
|
1173
1294
|
}]
|
|
1174
|
-
}], ctorParameters:
|
|
1295
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1175
1296
|
let SixSidebarItemGroup = class SixSidebarItemGroup {
|
|
1176
1297
|
constructor(c, r, z) {
|
|
1177
1298
|
this.z = z;
|
|
1178
1299
|
c.detach();
|
|
1179
1300
|
this.el = r.nativeElement;
|
|
1180
1301
|
}
|
|
1181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1182
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1302
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1303
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSidebarItemGroup, isStandalone: false, selector: "six-sidebar-item-group", inputs: { href: "href", icon: "icon", name: "name", open: "open", summaryIcon: "summaryIcon", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1183
1304
|
};
|
|
1184
1305
|
SixSidebarItemGroup = __decorate([
|
|
1185
1306
|
ProxyCmp({
|
|
1186
1307
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value']
|
|
1187
1308
|
})
|
|
1188
1309
|
], SixSidebarItemGroup);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItemGroup, decorators: [{
|
|
1190
1311
|
type: Component,
|
|
1191
1312
|
args: [{
|
|
1192
1313
|
selector: 'six-sidebar-item-group',
|
|
@@ -1194,23 +1315,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1194
1315
|
template: '<ng-content></ng-content>',
|
|
1195
1316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1196
1317
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value'],
|
|
1318
|
+
standalone: false
|
|
1197
1319
|
}]
|
|
1198
|
-
}], ctorParameters:
|
|
1320
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1199
1321
|
let SixSpinner = class SixSpinner {
|
|
1200
1322
|
constructor(c, r, z) {
|
|
1201
1323
|
this.z = z;
|
|
1202
1324
|
c.detach();
|
|
1203
1325
|
this.el = r.nativeElement;
|
|
1204
1326
|
}
|
|
1205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1206
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1327
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1328
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSpinner, isStandalone: false, selector: "six-spinner", inputs: { logo: "logo", six: "six" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1207
1329
|
};
|
|
1208
1330
|
SixSpinner = __decorate([
|
|
1209
1331
|
ProxyCmp({
|
|
1210
1332
|
inputs: ['logo', 'six']
|
|
1211
1333
|
})
|
|
1212
1334
|
], SixSpinner);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSpinner, decorators: [{
|
|
1214
1336
|
type: Component,
|
|
1215
1337
|
args: [{
|
|
1216
1338
|
selector: 'six-spinner',
|
|
@@ -1218,23 +1340,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1218
1340
|
template: '<ng-content></ng-content>',
|
|
1219
1341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1220
1342
|
inputs: ['logo', 'six'],
|
|
1343
|
+
standalone: false
|
|
1221
1344
|
}]
|
|
1222
|
-
}], ctorParameters:
|
|
1345
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1223
1346
|
let SixStageIndicator = class SixStageIndicator {
|
|
1224
1347
|
constructor(c, r, z) {
|
|
1225
1348
|
this.z = z;
|
|
1226
1349
|
c.detach();
|
|
1227
1350
|
this.el = r.nativeElement;
|
|
1228
1351
|
}
|
|
1229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1230
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1352
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixStageIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1353
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixStageIndicator, isStandalone: false, selector: "six-stage-indicator", inputs: { stage: "stage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1231
1354
|
};
|
|
1232
1355
|
SixStageIndicator = __decorate([
|
|
1233
1356
|
ProxyCmp({
|
|
1234
1357
|
inputs: ['stage']
|
|
1235
1358
|
})
|
|
1236
1359
|
], SixStageIndicator);
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixStageIndicator, decorators: [{
|
|
1238
1361
|
type: Component,
|
|
1239
1362
|
args: [{
|
|
1240
1363
|
selector: 'six-stage-indicator',
|
|
@@ -1242,8 +1365,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1242
1365
|
template: '<ng-content></ng-content>',
|
|
1243
1366
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1244
1367
|
inputs: ['stage'],
|
|
1368
|
+
standalone: false
|
|
1245
1369
|
}]
|
|
1246
|
-
}], ctorParameters:
|
|
1370
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1247
1371
|
let SixSwitch = class SixSwitch {
|
|
1248
1372
|
constructor(c, r, z) {
|
|
1249
1373
|
this.z = z;
|
|
@@ -1251,8 +1375,8 @@ let SixSwitch = class SixSwitch {
|
|
|
1251
1375
|
this.el = r.nativeElement;
|
|
1252
1376
|
proxyOutputs(this, this.el, ['six-switch-blur', 'six-switch-change', 'six-switch-focus']);
|
|
1253
1377
|
}
|
|
1254
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1255
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1379
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixSwitch, isStandalone: false, selector: "six-switch", inputs: { checked: "checked", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", invalid: "invalid", label: "label", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1256
1380
|
};
|
|
1257
1381
|
SixSwitch = __decorate([
|
|
1258
1382
|
ProxyCmp({
|
|
@@ -1260,7 +1384,7 @@ SixSwitch = __decorate([
|
|
|
1260
1384
|
methods: ['setFocus', 'removeFocus']
|
|
1261
1385
|
})
|
|
1262
1386
|
], SixSwitch);
|
|
1263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSwitch, decorators: [{
|
|
1264
1388
|
type: Component,
|
|
1265
1389
|
args: [{
|
|
1266
1390
|
selector: 'six-switch',
|
|
@@ -1268,8 +1392,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1268
1392
|
template: '<ng-content></ng-content>',
|
|
1269
1393
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1270
1394
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'invalid', 'label', 'name', 'required', 'value'],
|
|
1395
|
+
standalone: false
|
|
1271
1396
|
}]
|
|
1272
|
-
}], ctorParameters:
|
|
1397
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1273
1398
|
let SixTab = class SixTab {
|
|
1274
1399
|
constructor(c, r, z) {
|
|
1275
1400
|
this.z = z;
|
|
@@ -1277,25 +1402,26 @@ let SixTab = class SixTab {
|
|
|
1277
1402
|
this.el = r.nativeElement;
|
|
1278
1403
|
proxyOutputs(this, this.el, ['six-tab-close']);
|
|
1279
1404
|
}
|
|
1280
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1281
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1406
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTab, isStandalone: false, selector: "six-tab", inputs: { active: "active", closable: "closable", disabled: "disabled", hoverContent: "hoverContent", panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1282
1407
|
};
|
|
1283
1408
|
SixTab = __decorate([
|
|
1284
1409
|
ProxyCmp({
|
|
1285
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1410
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1286
1411
|
methods: ['setFocus', 'removeFocus']
|
|
1287
1412
|
})
|
|
1288
1413
|
], SixTab);
|
|
1289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTab, decorators: [{
|
|
1290
1415
|
type: Component,
|
|
1291
1416
|
args: [{
|
|
1292
1417
|
selector: 'six-tab',
|
|
1293
1418
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1294
1419
|
template: '<ng-content></ng-content>',
|
|
1295
1420
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1296
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1421
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1422
|
+
standalone: false
|
|
1297
1423
|
}]
|
|
1298
|
-
}], ctorParameters:
|
|
1424
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1299
1425
|
let SixTabGroup = class SixTabGroup {
|
|
1300
1426
|
constructor(c, r, z) {
|
|
1301
1427
|
this.z = z;
|
|
@@ -1303,8 +1429,8 @@ let SixTabGroup = class SixTabGroup {
|
|
|
1303
1429
|
this.el = r.nativeElement;
|
|
1304
1430
|
proxyOutputs(this, this.el, ['six-tab-show', 'six-tab-hide']);
|
|
1305
1431
|
}
|
|
1306
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1307
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1433
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTabGroup, isStandalone: false, selector: "six-tab-group", inputs: { noScrollControls: "noScrollControls", placement: "placement" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1308
1434
|
};
|
|
1309
1435
|
SixTabGroup = __decorate([
|
|
1310
1436
|
ProxyCmp({
|
|
@@ -1312,7 +1438,7 @@ SixTabGroup = __decorate([
|
|
|
1312
1438
|
methods: ['show']
|
|
1313
1439
|
})
|
|
1314
1440
|
], SixTabGroup);
|
|
1315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabGroup, decorators: [{
|
|
1316
1442
|
type: Component,
|
|
1317
1443
|
args: [{
|
|
1318
1444
|
selector: 'six-tab-group',
|
|
@@ -1320,23 +1446,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1320
1446
|
template: '<ng-content></ng-content>',
|
|
1321
1447
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1322
1448
|
inputs: ['noScrollControls', 'placement'],
|
|
1449
|
+
standalone: false
|
|
1323
1450
|
}]
|
|
1324
|
-
}], ctorParameters:
|
|
1451
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1325
1452
|
let SixTabPanel = class SixTabPanel {
|
|
1326
1453
|
constructor(c, r, z) {
|
|
1327
1454
|
this.z = z;
|
|
1328
1455
|
c.detach();
|
|
1329
1456
|
this.el = r.nativeElement;
|
|
1330
1457
|
}
|
|
1331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1332
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1458
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1459
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTabPanel, isStandalone: false, selector: "six-tab-panel", inputs: { active: "active", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1333
1460
|
};
|
|
1334
1461
|
SixTabPanel = __decorate([
|
|
1335
1462
|
ProxyCmp({
|
|
1336
1463
|
inputs: ['active', 'name']
|
|
1337
1464
|
})
|
|
1338
1465
|
], SixTabPanel);
|
|
1339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabPanel, decorators: [{
|
|
1340
1467
|
type: Component,
|
|
1341
1468
|
args: [{
|
|
1342
1469
|
selector: 'six-tab-panel',
|
|
@@ -1344,8 +1471,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1344
1471
|
template: '<ng-content></ng-content>',
|
|
1345
1472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1346
1473
|
inputs: ['active', 'name'],
|
|
1474
|
+
standalone: false
|
|
1347
1475
|
}]
|
|
1348
|
-
}], ctorParameters:
|
|
1476
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1349
1477
|
let SixTag = class SixTag {
|
|
1350
1478
|
constructor(c, r, z) {
|
|
1351
1479
|
this.z = z;
|
|
@@ -1353,15 +1481,15 @@ let SixTag = class SixTag {
|
|
|
1353
1481
|
this.el = r.nativeElement;
|
|
1354
1482
|
proxyOutputs(this, this.el, ['six-tag-clear']);
|
|
1355
1483
|
}
|
|
1356
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1357
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1485
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTag, isStandalone: false, selector: "six-tag", inputs: { clearable: "clearable", pill: "pill", size: "size", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1358
1486
|
};
|
|
1359
1487
|
SixTag = __decorate([
|
|
1360
1488
|
ProxyCmp({
|
|
1361
1489
|
inputs: ['clearable', 'pill', 'size', 'type']
|
|
1362
1490
|
})
|
|
1363
1491
|
], SixTag);
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTag, decorators: [{
|
|
1365
1493
|
type: Component,
|
|
1366
1494
|
args: [{
|
|
1367
1495
|
selector: 'six-tag',
|
|
@@ -1369,8 +1497,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1369
1497
|
template: '<ng-content></ng-content>',
|
|
1370
1498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1371
1499
|
inputs: ['clearable', 'pill', 'size', 'type'],
|
|
1500
|
+
standalone: false
|
|
1372
1501
|
}]
|
|
1373
|
-
}], ctorParameters:
|
|
1502
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1374
1503
|
let SixTextarea = class SixTextarea {
|
|
1375
1504
|
constructor(c, r, z) {
|
|
1376
1505
|
this.z = z;
|
|
@@ -1378,8 +1507,8 @@ let SixTextarea = class SixTextarea {
|
|
|
1378
1507
|
this.el = r.nativeElement;
|
|
1379
1508
|
proxyOutputs(this, this.el, ['six-textarea-change', 'six-textarea-input', 'six-textarea-focus', 'six-textarea-blur']);
|
|
1380
1509
|
}
|
|
1381
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1382
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1510
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1511
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTextarea, isStandalone: false, selector: "six-textarea", inputs: { autocapitalize: "autocapitalize", autocomplete: "autocomplete", autocorrect: "autocorrect", autofocus: "autofocus", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", helpText: "helpText", inputmode: "inputmode", invalid: "invalid", label: "label", maxlength: "maxlength", minlength: "minlength", name: "name", placeholder: "placeholder", readonly: "readonly", required: "required", resize: "resize", rows: "rows", size: "size", spellcheck: "spellcheck", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1383
1512
|
};
|
|
1384
1513
|
SixTextarea = __decorate([
|
|
1385
1514
|
ProxyCmp({
|
|
@@ -1387,7 +1516,7 @@ SixTextarea = __decorate([
|
|
|
1387
1516
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
1388
1517
|
})
|
|
1389
1518
|
], SixTextarea);
|
|
1390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTextarea, decorators: [{
|
|
1391
1520
|
type: Component,
|
|
1392
1521
|
args: [{
|
|
1393
1522
|
selector: 'six-textarea',
|
|
@@ -1395,8 +1524,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1395
1524
|
template: '<ng-content></ng-content>',
|
|
1396
1525
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1397
1526
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'maxlength', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'size', 'spellcheck', 'value'],
|
|
1527
|
+
standalone: false
|
|
1398
1528
|
}]
|
|
1399
|
-
}], ctorParameters:
|
|
1529
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1400
1530
|
let SixTile = class SixTile {
|
|
1401
1531
|
constructor(c, r, z) {
|
|
1402
1532
|
this.z = z;
|
|
@@ -1404,8 +1534,8 @@ let SixTile = class SixTile {
|
|
|
1404
1534
|
this.el = r.nativeElement;
|
|
1405
1535
|
proxyOutputs(this, this.el, ['six-tile-closed', 'six-tile-selected']);
|
|
1406
1536
|
}
|
|
1407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1408
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1537
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1538
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTile, isStandalone: false, selector: "six-tile", inputs: { closeable: "closeable", disableTooltip: "disableTooltip", disabled: "disabled", elevated: "elevated", iconName: "iconName", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1409
1539
|
};
|
|
1410
1540
|
SixTile = __decorate([
|
|
1411
1541
|
ProxyCmp({
|
|
@@ -1413,7 +1543,7 @@ SixTile = __decorate([
|
|
|
1413
1543
|
methods: ['hide', 'show']
|
|
1414
1544
|
})
|
|
1415
1545
|
], SixTile);
|
|
1416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTile, decorators: [{
|
|
1417
1547
|
type: Component,
|
|
1418
1548
|
args: [{
|
|
1419
1549
|
selector: 'six-tile',
|
|
@@ -1421,8 +1551,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1421
1551
|
template: '<ng-content></ng-content>',
|
|
1422
1552
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1423
1553
|
inputs: ['closeable', 'disableTooltip', 'disabled', 'elevated', 'iconName', 'label', 'size'],
|
|
1554
|
+
standalone: false
|
|
1424
1555
|
}]
|
|
1425
|
-
}], ctorParameters:
|
|
1556
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1426
1557
|
let SixTimepicker = class SixTimepicker {
|
|
1427
1558
|
constructor(c, r, z) {
|
|
1428
1559
|
this.z = z;
|
|
@@ -1430,8 +1561,8 @@ let SixTimepicker = class SixTimepicker {
|
|
|
1430
1561
|
this.el = r.nativeElement;
|
|
1431
1562
|
proxyOutputs(this, this.el, ['six-timepicker-change', 'six-timepicker-change-debounced', 'six-timepicker-clear']);
|
|
1432
1563
|
}
|
|
1433
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1434
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTimepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1565
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTimepicker, isStandalone: false, selector: "six-timepicker", inputs: { clearable: "clearable", debounce: "debounce", defaultTime: "defaultTime", disabled: "disabled", errorText: "errorText", errorTextCount: "errorTextCount", format: "format", hoist: "hoist", iconPosition: "iconPosition", inline: "inline", interval: "interval", invalid: "invalid", label: "label", name: "name", open: "open", placeholder: "placeholder", placement: "placement", readonly: "readonly", required: "required", separator: "separator", size: "size", timeout: "timeout", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1435
1566
|
};
|
|
1436
1567
|
SixTimepicker = __decorate([
|
|
1437
1568
|
ProxyCmp({
|
|
@@ -1439,7 +1570,7 @@ SixTimepicker = __decorate([
|
|
|
1439
1570
|
methods: ['setFocus']
|
|
1440
1571
|
})
|
|
1441
1572
|
], SixTimepicker);
|
|
1442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTimepicker, decorators: [{
|
|
1443
1574
|
type: Component,
|
|
1444
1575
|
args: [{
|
|
1445
1576
|
selector: 'six-timepicker',
|
|
@@ -1447,8 +1578,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1447
1578
|
template: '<ng-content></ng-content>',
|
|
1448
1579
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1449
1580
|
inputs: ['clearable', 'debounce', 'defaultTime', 'disabled', 'errorText', 'errorTextCount', 'format', 'hoist', 'iconPosition', 'inline', 'interval', 'invalid', 'label', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'separator', 'size', 'timeout', 'value'],
|
|
1581
|
+
standalone: false
|
|
1450
1582
|
}]
|
|
1451
|
-
}], ctorParameters:
|
|
1583
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1452
1584
|
let SixTooltip = class SixTooltip {
|
|
1453
1585
|
constructor(c, r, z) {
|
|
1454
1586
|
this.z = z;
|
|
@@ -1456,8 +1588,8 @@ let SixTooltip = class SixTooltip {
|
|
|
1456
1588
|
this.el = r.nativeElement;
|
|
1457
1589
|
proxyOutputs(this, this.el, ['six-tooltip-show', 'six-tooltip-after-show', 'six-tooltip-hide', 'six-tooltip-after-hide']);
|
|
1458
1590
|
}
|
|
1459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1460
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1592
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.3", type: SixTooltip, isStandalone: false, selector: "six-tooltip", inputs: { content: "content", disabled: "disabled", distance: "distance", open: "open", placement: "placement", skidding: "skidding", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1461
1593
|
};
|
|
1462
1594
|
SixTooltip = __decorate([
|
|
1463
1595
|
ProxyCmp({
|
|
@@ -1465,7 +1597,7 @@ SixTooltip = __decorate([
|
|
|
1465
1597
|
methods: ['show', 'hide']
|
|
1466
1598
|
})
|
|
1467
1599
|
], SixTooltip);
|
|
1468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTooltip, decorators: [{
|
|
1469
1601
|
type: Component,
|
|
1470
1602
|
args: [{
|
|
1471
1603
|
selector: 'six-tooltip',
|
|
@@ -1473,13 +1605,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1473
1605
|
template: '<ng-content></ng-content>',
|
|
1474
1606
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1475
1607
|
inputs: ['content', 'disabled', 'distance', 'open', 'placement', 'skidding', 'trigger'],
|
|
1608
|
+
standalone: false
|
|
1476
1609
|
}]
|
|
1477
|
-
}], ctorParameters:
|
|
1610
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1478
1611
|
|
|
1479
1612
|
const DIRECTIVES = [
|
|
1480
1613
|
SixAlert,
|
|
1481
1614
|
SixAvatar,
|
|
1482
1615
|
SixBadge,
|
|
1616
|
+
SixBreadcrumbs,
|
|
1617
|
+
SixBreadcrumbsItem,
|
|
1483
1618
|
SixButton,
|
|
1484
1619
|
SixCard,
|
|
1485
1620
|
SixCheckbox,
|
|
@@ -1517,6 +1652,7 @@ const DIRECTIVES = [
|
|
|
1517
1652
|
SixProgressRing,
|
|
1518
1653
|
SixRadio,
|
|
1519
1654
|
SixRange,
|
|
1655
|
+
SixRating,
|
|
1520
1656
|
SixRoot,
|
|
1521
1657
|
SixSearchField,
|
|
1522
1658
|
SixSelect,
|
|
@@ -1540,16 +1676,17 @@ class ValidationMessagesService {
|
|
|
1540
1676
|
getErrorMessage(language, error) {
|
|
1541
1677
|
return getErrorMessage(language, error);
|
|
1542
1678
|
}
|
|
1543
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1544
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1680
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, providedIn: 'root' }); }
|
|
1545
1681
|
}
|
|
1546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, decorators: [{
|
|
1547
1683
|
type: Injectable,
|
|
1548
1684
|
args: [{ providedIn: 'root' }]
|
|
1549
1685
|
}] });
|
|
1550
1686
|
|
|
1551
1687
|
const DEFAULT_UI_LIBRARY_CONFIG = {
|
|
1552
1688
|
showAsteriskOnRequiredValidator: false,
|
|
1689
|
+
disableValidationService: false,
|
|
1553
1690
|
};
|
|
1554
1691
|
const UI_LIBRARY_CONFIG = new InjectionToken('UiLibraryConfig');
|
|
1555
1692
|
|
|
@@ -1604,12 +1741,12 @@ class ValueAccessor {
|
|
|
1604
1741
|
const element = this.el.nativeElement;
|
|
1605
1742
|
const control = this.ngControl?.control;
|
|
1606
1743
|
const invalid = control.status === 'INVALID' && control.dirty && control.touched;
|
|
1607
|
-
let errorTexts;
|
|
1608
|
-
if (invalid) {
|
|
1609
|
-
errorTexts = this.initialErrorText || this.getErrorTexts(control);
|
|
1610
|
-
}
|
|
1611
1744
|
element.invalid = invalid;
|
|
1612
|
-
|
|
1745
|
+
// If the module is configured to do so, display error messages for invalid controls
|
|
1746
|
+
if (!this.config.disableValidationService) {
|
|
1747
|
+
const errorTexts = invalid ? this.initialErrorText || this.getErrorTexts(control) : undefined;
|
|
1748
|
+
element.errorText = errorTexts ?? '';
|
|
1749
|
+
}
|
|
1613
1750
|
// When the module is configured to do so, display an asterisk next to any form control that has a required validator
|
|
1614
1751
|
if (this.config.showAsteriskOnRequiredValidator && this.ngControl.control.hasValidator(Validators.required)) {
|
|
1615
1752
|
element.required = true;
|
|
@@ -1672,12 +1809,12 @@ class ValueAccessor {
|
|
|
1672
1809
|
return (this.validationMessagesService.getErrorMessage(getLanguage(), { key: key, ...value }) ?? key);
|
|
1673
1810
|
});
|
|
1674
1811
|
}
|
|
1675
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1676
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1812
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1813
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ValueAccessor, isStandalone: true, host: { listeners: { "blur": "_handleBlurEvent($event.target)" } }, ngImport: i0 }); }
|
|
1677
1814
|
}
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
1679
1816
|
type: Directive
|
|
1680
|
-
}], ctorParameters:
|
|
1817
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
1681
1818
|
type: HostListener,
|
|
1682
1819
|
args: ['blur', ['$event.target']]
|
|
1683
1820
|
}] } });
|
|
@@ -1698,8 +1835,8 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1698
1835
|
handleInputEvent(el) {
|
|
1699
1836
|
this.handleValueChange(el, el.value);
|
|
1700
1837
|
}
|
|
1701
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1702
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1839
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: TextValueAccessor, isStandalone: false, selector: "six-input:not([type=number]),six-textarea", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
1703
1840
|
{
|
|
1704
1841
|
provide: NG_VALUE_ACCESSOR,
|
|
1705
1842
|
useExisting: TextValueAccessor,
|
|
@@ -1707,7 +1844,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1707
1844
|
},
|
|
1708
1845
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1709
1846
|
}
|
|
1710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1847
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
1711
1848
|
type: Directive,
|
|
1712
1849
|
args: [{
|
|
1713
1850
|
selector: 'six-input:not([type=number]),six-textarea',
|
|
@@ -1718,8 +1855,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1718
1855
|
multi: true,
|
|
1719
1856
|
},
|
|
1720
1857
|
],
|
|
1858
|
+
standalone: false,
|
|
1721
1859
|
}]
|
|
1722
|
-
}], ctorParameters:
|
|
1860
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1723
1861
|
type: HostListener,
|
|
1724
1862
|
args: ['input', ['$event.target']]
|
|
1725
1863
|
}] } });
|
|
@@ -1736,8 +1874,8 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1736
1874
|
fn(value === '' ? null : parseFloat(value));
|
|
1737
1875
|
});
|
|
1738
1876
|
}
|
|
1739
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1740
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1877
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1878
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: NumericValueAccessor, isStandalone: false, selector: "six-input[type=number]", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
1741
1879
|
{
|
|
1742
1880
|
provide: NG_VALUE_ACCESSOR,
|
|
1743
1881
|
useExisting: NumericValueAccessor,
|
|
@@ -1745,7 +1883,7 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1745
1883
|
},
|
|
1746
1884
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1747
1885
|
}
|
|
1748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
1749
1887
|
type: Directive,
|
|
1750
1888
|
args: [{
|
|
1751
1889
|
selector: 'six-input[type=number]',
|
|
@@ -1756,8 +1894,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1756
1894
|
multi: true,
|
|
1757
1895
|
},
|
|
1758
1896
|
],
|
|
1897
|
+
standalone: false,
|
|
1759
1898
|
}]
|
|
1760
|
-
}], ctorParameters:
|
|
1899
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1761
1900
|
type: HostListener,
|
|
1762
1901
|
args: ['input', ['$event.target']]
|
|
1763
1902
|
}] } });
|
|
@@ -1788,8 +1927,8 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1788
1927
|
this.el.nativeElement.name = this.formControlName;
|
|
1789
1928
|
}
|
|
1790
1929
|
}
|
|
1791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1792
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1930
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1931
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: RadioValueAccessor, isStandalone: false, selector: "six-radio", inputs: { value: "value", formControlName: "formControlName", name: "name" }, host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
1793
1932
|
{
|
|
1794
1933
|
provide: NG_VALUE_ACCESSOR,
|
|
1795
1934
|
useExisting: RadioValueAccessor,
|
|
@@ -1797,7 +1936,7 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1797
1936
|
},
|
|
1798
1937
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1799
1938
|
}
|
|
1800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
1801
1940
|
type: Directive,
|
|
1802
1941
|
args: [{
|
|
1803
1942
|
selector: 'six-radio',
|
|
@@ -1808,8 +1947,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1808
1947
|
multi: true,
|
|
1809
1948
|
},
|
|
1810
1949
|
],
|
|
1950
|
+
standalone: false,
|
|
1811
1951
|
}]
|
|
1812
|
-
}], ctorParameters:
|
|
1952
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { value: [{
|
|
1813
1953
|
type: Input
|
|
1814
1954
|
}], formControlName: [{
|
|
1815
1955
|
type: Input
|
|
@@ -1827,8 +1967,8 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1827
1967
|
handleChangeEvent(el) {
|
|
1828
1968
|
this.handleValueChange(el, el.value);
|
|
1829
1969
|
}
|
|
1830
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1831
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DatepickerValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1971
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: DatepickerValueAccessor, isStandalone: false, selector: "six-datepicker", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
1832
1972
|
{
|
|
1833
1973
|
provide: NG_VALUE_ACCESSOR,
|
|
1834
1974
|
useExisting: DatepickerValueAccessor,
|
|
@@ -1836,7 +1976,7 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1836
1976
|
},
|
|
1837
1977
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1838
1978
|
}
|
|
1839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DatepickerValueAccessor, decorators: [{
|
|
1840
1980
|
type: Directive,
|
|
1841
1981
|
args: [{
|
|
1842
1982
|
selector: 'six-datepicker',
|
|
@@ -1847,8 +1987,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1847
1987
|
multi: true,
|
|
1848
1988
|
},
|
|
1849
1989
|
],
|
|
1990
|
+
standalone: false,
|
|
1850
1991
|
}]
|
|
1851
|
-
}], ctorParameters:
|
|
1992
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
1852
1993
|
type: HostListener,
|
|
1853
1994
|
args: ['change', ['$event.target']]
|
|
1854
1995
|
}] } });
|
|
@@ -1889,15 +2030,16 @@ class SixFormDirective {
|
|
|
1889
2030
|
*/
|
|
1890
2031
|
this.sixSubmit = new EventEmitter();
|
|
1891
2032
|
}
|
|
1892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1893
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2033
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormDirective, deps: [{ token: i0.ElementRef }, { token: i1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2034
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixFormDirective, isStandalone: false, selector: "form[sixForm]", outputs: { sixSubmit: "sixSubmit" }, host: { listeners: { "ngSubmit": "onNgSubmit($event)" } }, ngImport: i0 }); }
|
|
1894
2035
|
}
|
|
1895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormDirective, decorators: [{
|
|
1896
2037
|
type: Directive,
|
|
1897
2038
|
args: [{
|
|
1898
2039
|
selector: 'form[sixForm]',
|
|
2040
|
+
standalone: false,
|
|
1899
2041
|
}]
|
|
1900
|
-
}], ctorParameters:
|
|
2042
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }], propDecorators: { sixSubmit: [{
|
|
1901
2043
|
type: Output
|
|
1902
2044
|
}], onNgSubmit: [{
|
|
1903
2045
|
type: HostListener,
|
|
@@ -1940,15 +2082,16 @@ class SixFormUtilDirective {
|
|
|
1940
2082
|
focusInvalidField() {
|
|
1941
2083
|
focusInvalidField(this.formGroupDirective, this.elementRef);
|
|
1942
2084
|
}
|
|
1943
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1944
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2085
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormUtilDirective, deps: [{ token: i0.ElementRef }, { token: i1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2086
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixFormUtilDirective, isStandalone: false, selector: "[sixFormUtil]", ngImport: i0 }); }
|
|
1945
2087
|
}
|
|
1946
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormUtilDirective, decorators: [{
|
|
1947
2089
|
type: Directive,
|
|
1948
2090
|
args: [{
|
|
1949
2091
|
selector: '[sixFormUtil]',
|
|
2092
|
+
standalone: false,
|
|
1950
2093
|
}]
|
|
1951
|
-
}], ctorParameters:
|
|
2094
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }] });
|
|
1952
2095
|
function focusInvalidField(formGroupDirective, formElement) {
|
|
1953
2096
|
formGroupDirective.form.markAllAsTouched();
|
|
1954
2097
|
markAllAsDirty([formGroupDirective.form]);
|
|
@@ -2040,14 +2183,15 @@ class MinDateValidator {
|
|
|
2040
2183
|
}
|
|
2041
2184
|
return null;
|
|
2042
2185
|
}
|
|
2043
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2044
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2187
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MinDateValidator, isStandalone: false, selector: "six-datepicker[min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }], ngImport: i0 }); }
|
|
2045
2188
|
}
|
|
2046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, decorators: [{
|
|
2047
2190
|
type: Directive,
|
|
2048
2191
|
args: [{
|
|
2049
2192
|
selector: 'six-datepicker[min]',
|
|
2050
2193
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }],
|
|
2194
|
+
standalone: false,
|
|
2051
2195
|
}]
|
|
2052
2196
|
}], propDecorators: { min: [{
|
|
2053
2197
|
type: Input
|
|
@@ -2059,14 +2203,15 @@ class MaxDateValidator {
|
|
|
2059
2203
|
}
|
|
2060
2204
|
return null;
|
|
2061
2205
|
}
|
|
2062
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2063
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2206
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2207
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MaxDateValidator, isStandalone: false, selector: "six-datepicker[max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }], ngImport: i0 }); }
|
|
2064
2208
|
}
|
|
2065
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, decorators: [{
|
|
2066
2210
|
type: Directive,
|
|
2067
2211
|
args: [{
|
|
2068
2212
|
selector: 'six-datepicker[max]',
|
|
2069
2213
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }],
|
|
2214
|
+
standalone: false,
|
|
2070
2215
|
}]
|
|
2071
2216
|
}], propDecorators: { max: [{
|
|
2072
2217
|
type: Input
|
|
@@ -2078,14 +2223,15 @@ class AllowedDatesValidator {
|
|
|
2078
2223
|
validate(control) {
|
|
2079
2224
|
return SixUiLibraryValidators.allowedDates(this.allowedDates)(control);
|
|
2080
2225
|
}
|
|
2081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2082
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2227
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: AllowedDatesValidator, isStandalone: false, selector: "six-datepicker[allowedDates]", inputs: { allowedDates: "allowedDates" }, providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }], ngImport: i0 }); }
|
|
2083
2228
|
}
|
|
2084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, decorators: [{
|
|
2085
2230
|
type: Directive,
|
|
2086
2231
|
args: [{
|
|
2087
2232
|
selector: 'six-datepicker[allowedDates]',
|
|
2088
2233
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }],
|
|
2234
|
+
standalone: false,
|
|
2089
2235
|
}]
|
|
2090
2236
|
}], propDecorators: { allowedDates: [{
|
|
2091
2237
|
type: Input
|
|
@@ -2097,14 +2243,15 @@ class MinDateValidatorIso {
|
|
|
2097
2243
|
}
|
|
2098
2244
|
return null;
|
|
2099
2245
|
}
|
|
2100
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2101
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2247
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MinDateValidatorIso, isStandalone: false, selector: "six-date[min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2102
2248
|
}
|
|
2103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, decorators: [{
|
|
2104
2250
|
type: Directive,
|
|
2105
2251
|
args: [{
|
|
2106
2252
|
selector: 'six-date[min]',
|
|
2107
2253
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }],
|
|
2254
|
+
standalone: false,
|
|
2108
2255
|
}]
|
|
2109
2256
|
}], propDecorators: { min: [{
|
|
2110
2257
|
type: Input
|
|
@@ -2116,14 +2263,15 @@ class MaxDateValidatorIso {
|
|
|
2116
2263
|
}
|
|
2117
2264
|
return null;
|
|
2118
2265
|
}
|
|
2119
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2120
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2266
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2267
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MaxDateValidatorIso, isStandalone: false, selector: "six-date[max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2121
2268
|
}
|
|
2122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, decorators: [{
|
|
2123
2270
|
type: Directive,
|
|
2124
2271
|
args: [{
|
|
2125
2272
|
selector: 'six-date[max]',
|
|
2126
2273
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }],
|
|
2274
|
+
standalone: false,
|
|
2127
2275
|
}]
|
|
2128
2276
|
}], propDecorators: { max: [{
|
|
2129
2277
|
type: Input
|
|
@@ -2135,14 +2283,15 @@ class AllowedDatesValidatorIso {
|
|
|
2135
2283
|
validate(control) {
|
|
2136
2284
|
return SixUiLibraryValidators.allowedDatesIso(this.allowedDates)(control);
|
|
2137
2285
|
}
|
|
2138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2139
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2286
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2287
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: AllowedDatesValidatorIso, isStandalone: false, selector: "six-date[allowedDates]", inputs: { allowedDates: "allowedDates" }, providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }], ngImport: i0 }); }
|
|
2140
2288
|
}
|
|
2141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, decorators: [{
|
|
2142
2290
|
type: Directive,
|
|
2143
2291
|
args: [{
|
|
2144
2292
|
selector: 'six-date[allowedDates]',
|
|
2145
2293
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }],
|
|
2294
|
+
standalone: false,
|
|
2146
2295
|
}]
|
|
2147
2296
|
}], propDecorators: { allowedDates: [{
|
|
2148
2297
|
type: Input
|
|
@@ -2151,14 +2300,15 @@ class MinValidator {
|
|
|
2151
2300
|
validate(control) {
|
|
2152
2301
|
return Validators.min(toFloat(this.min))(control);
|
|
2153
2302
|
}
|
|
2154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2155
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2304
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MinValidator, isStandalone: false, selector: "six-input[type=number][min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }], ngImport: i0 }); }
|
|
2156
2305
|
}
|
|
2157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, decorators: [{
|
|
2158
2307
|
type: Directive,
|
|
2159
2308
|
args: [{
|
|
2160
2309
|
selector: 'six-input[type=number][min]',
|
|
2161
2310
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }],
|
|
2311
|
+
standalone: false,
|
|
2162
2312
|
}]
|
|
2163
2313
|
}], propDecorators: { min: [{
|
|
2164
2314
|
type: Input
|
|
@@ -2167,14 +2317,15 @@ class MaxValidator {
|
|
|
2167
2317
|
validate(control) {
|
|
2168
2318
|
return Validators.max(toFloat(this.max))(control);
|
|
2169
2319
|
}
|
|
2170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2171
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2321
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: MaxValidator, isStandalone: false, selector: "six-input[type=number][max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }], ngImport: i0 }); }
|
|
2172
2322
|
}
|
|
2173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, decorators: [{
|
|
2174
2324
|
type: Directive,
|
|
2175
2325
|
args: [{
|
|
2176
2326
|
selector: 'six-input[type=number][max]',
|
|
2177
2327
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }],
|
|
2328
|
+
standalone: false,
|
|
2178
2329
|
}]
|
|
2179
2330
|
}], propDecorators: { max: [{
|
|
2180
2331
|
type: Input
|
|
@@ -2190,8 +2341,8 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2190
2341
|
handleChangeEvent(el) {
|
|
2191
2342
|
this.handleValueChange(el, el.value);
|
|
2192
2343
|
}
|
|
2193
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2194
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2344
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2345
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SelectValueAccessor, isStandalone: false, selector: "six-select", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2195
2346
|
{
|
|
2196
2347
|
provide: NG_VALUE_ACCESSOR,
|
|
2197
2348
|
useExisting: SelectValueAccessor,
|
|
@@ -2199,7 +2350,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2199
2350
|
},
|
|
2200
2351
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2201
2352
|
}
|
|
2202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
2203
2354
|
type: Directive,
|
|
2204
2355
|
args: [{
|
|
2205
2356
|
selector: 'six-select',
|
|
@@ -2210,8 +2361,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2210
2361
|
multi: true,
|
|
2211
2362
|
},
|
|
2212
2363
|
],
|
|
2364
|
+
standalone: false,
|
|
2213
2365
|
}]
|
|
2214
|
-
}], ctorParameters:
|
|
2366
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2215
2367
|
type: HostListener,
|
|
2216
2368
|
args: ['change', ['$event.target']]
|
|
2217
2369
|
}] } });
|
|
@@ -2227,8 +2379,8 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2227
2379
|
this.el.nativeElement.checked = value === true;
|
|
2228
2380
|
this.updateValidation();
|
|
2229
2381
|
}
|
|
2230
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2231
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2382
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2383
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: CheckboxValueAccessor, isStandalone: false, selector: "six-checkbox", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2232
2384
|
{
|
|
2233
2385
|
provide: NG_VALUE_ACCESSOR,
|
|
2234
2386
|
useExisting: CheckboxValueAccessor,
|
|
@@ -2236,7 +2388,7 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2236
2388
|
},
|
|
2237
2389
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2238
2390
|
}
|
|
2239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxValueAccessor, decorators: [{
|
|
2240
2392
|
type: Directive,
|
|
2241
2393
|
args: [{
|
|
2242
2394
|
selector: 'six-checkbox',
|
|
@@ -2247,8 +2399,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2247
2399
|
multi: true,
|
|
2248
2400
|
},
|
|
2249
2401
|
],
|
|
2402
|
+
standalone: false,
|
|
2250
2403
|
}]
|
|
2251
|
-
}], ctorParameters:
|
|
2404
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2252
2405
|
type: HostListener,
|
|
2253
2406
|
args: ['change', ['$event.target']]
|
|
2254
2407
|
}] } });
|
|
@@ -2265,8 +2418,8 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2265
2418
|
fn(value === '' ? null : parseFloat(value));
|
|
2266
2419
|
});
|
|
2267
2420
|
}
|
|
2268
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2269
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2421
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RangeValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2422
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: RangeValueAccessor, isStandalone: false, selector: "six-range", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
2270
2423
|
{
|
|
2271
2424
|
provide: NG_VALUE_ACCESSOR,
|
|
2272
2425
|
useExisting: RangeValueAccessor,
|
|
@@ -2274,7 +2427,7 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2274
2427
|
},
|
|
2275
2428
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2276
2429
|
}
|
|
2277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RangeValueAccessor, decorators: [{
|
|
2278
2431
|
type: Directive,
|
|
2279
2432
|
args: [{
|
|
2280
2433
|
selector: 'six-range',
|
|
@@ -2285,8 +2438,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2285
2438
|
multi: true,
|
|
2286
2439
|
},
|
|
2287
2440
|
],
|
|
2441
|
+
standalone: false,
|
|
2288
2442
|
}]
|
|
2289
|
-
}], ctorParameters:
|
|
2443
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2290
2444
|
type: HostListener,
|
|
2291
2445
|
args: ['input', ['$event.target']]
|
|
2292
2446
|
}] } });
|
|
@@ -2302,8 +2456,8 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2302
2456
|
this.el.nativeElement.checked = value === true;
|
|
2303
2457
|
this.updateValidation();
|
|
2304
2458
|
}
|
|
2305
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2306
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2459
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SwitchValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2460
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SwitchValueAccessor, isStandalone: false, selector: "six-switch", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2307
2461
|
{
|
|
2308
2462
|
provide: NG_VALUE_ACCESSOR,
|
|
2309
2463
|
useExisting: SwitchValueAccessor,
|
|
@@ -2311,7 +2465,7 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2311
2465
|
},
|
|
2312
2466
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2313
2467
|
}
|
|
2314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SwitchValueAccessor, decorators: [{
|
|
2315
2469
|
type: Directive,
|
|
2316
2470
|
args: [{
|
|
2317
2471
|
selector: 'six-switch',
|
|
@@ -2322,8 +2476,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2322
2476
|
multi: true,
|
|
2323
2477
|
},
|
|
2324
2478
|
],
|
|
2479
|
+
standalone: false,
|
|
2325
2480
|
}]
|
|
2326
|
-
}], ctorParameters:
|
|
2481
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2327
2482
|
type: HostListener,
|
|
2328
2483
|
args: ['change', ['$event.target']]
|
|
2329
2484
|
}] } });
|
|
@@ -2335,8 +2490,8 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2335
2490
|
handleChangeEvent(el) {
|
|
2336
2491
|
this.handleValueChange(el, el.value);
|
|
2337
2492
|
}
|
|
2338
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2339
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2493
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TimepickerValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2494
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: TimepickerValueAccessor, isStandalone: false, selector: "six-timepicker", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2340
2495
|
{
|
|
2341
2496
|
provide: NG_VALUE_ACCESSOR,
|
|
2342
2497
|
useExisting: TimepickerValueAccessor,
|
|
@@ -2344,7 +2499,7 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2344
2499
|
},
|
|
2345
2500
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2346
2501
|
}
|
|
2347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TimepickerValueAccessor, decorators: [{
|
|
2348
2503
|
type: Directive,
|
|
2349
2504
|
args: [{
|
|
2350
2505
|
selector: 'six-timepicker',
|
|
@@ -2355,8 +2510,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2355
2510
|
multi: true,
|
|
2356
2511
|
},
|
|
2357
2512
|
],
|
|
2513
|
+
standalone: false,
|
|
2358
2514
|
}]
|
|
2359
|
-
}], ctorParameters:
|
|
2515
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2360
2516
|
type: HostListener,
|
|
2361
2517
|
args: ['change', ['$event.target']]
|
|
2362
2518
|
}] } });
|
|
@@ -2393,17 +2549,18 @@ class SixRouterLinkDirective {
|
|
|
2393
2549
|
this.renderer.removeAttribute(this.elementRef.nativeElement, 'tabindex');
|
|
2394
2550
|
}
|
|
2395
2551
|
}
|
|
2396
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2397
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2552
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRouterLinkDirective, deps: [{ token: i1$1.LocationStrategy }, { token: i0.ElementRef }, { token: i2.Router }, { token: i0.Renderer2 }, { token: i2.RouterLink, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2553
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixRouterLinkDirective, isStandalone: false, selector: "six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]", inputs: { routerLink: "routerLink", queryParams: "queryParams", fragment: "fragment", queryParamsHandling: "queryParamsHandling", relativeTo: "relativeTo" }, host: { listeners: { "click": "onClick($event)" } }, usesOnChanges: true, ngImport: i0 }); }
|
|
2398
2554
|
}
|
|
2399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRouterLinkDirective, decorators: [{
|
|
2400
2556
|
type: Directive,
|
|
2401
2557
|
args: [{
|
|
2402
2558
|
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]',
|
|
2559
|
+
standalone: false,
|
|
2403
2560
|
}]
|
|
2404
|
-
}], ctorParameters:
|
|
2561
|
+
}], ctorParameters: () => [{ type: i1$1.LocationStrategy }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.Renderer2 }, { type: i2.RouterLink, decorators: [{
|
|
2405
2562
|
type: Optional
|
|
2406
|
-
}] }]
|
|
2563
|
+
}] }], propDecorators: { onClick: [{
|
|
2407
2564
|
type: HostListener,
|
|
2408
2565
|
args: ['click', ['$event']]
|
|
2409
2566
|
}], routerLink: [{
|
|
@@ -2437,13 +2594,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2437
2594
|
* ```
|
|
2438
2595
|
*/
|
|
2439
2596
|
class ActiveSidebarDirective {
|
|
2440
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2441
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2597
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2598
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarDirective, isStandalone: false, selector: "six-sidebar[sixRouterLinkActive]", ngImport: i0 }); }
|
|
2442
2599
|
}
|
|
2443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, decorators: [{
|
|
2444
2601
|
type: Directive,
|
|
2445
2602
|
args: [{
|
|
2446
2603
|
selector: 'six-sidebar[sixRouterLinkActive]',
|
|
2604
|
+
standalone: false,
|
|
2447
2605
|
}]
|
|
2448
2606
|
}] });
|
|
2449
2607
|
/**
|
|
@@ -2469,14 +2627,15 @@ class ActiveSidebarItemDirective {
|
|
|
2469
2627
|
return this.routerLinkActive.isActive;
|
|
2470
2628
|
}
|
|
2471
2629
|
}
|
|
2472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2473
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2630
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2631
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarItemDirective, isStandalone: false, selector: "six-sidebar-item", host: { properties: { "selected": "this.selected" } }, hostDirectives: [{ directive: i2.RouterLinkActive }], ngImport: i0 }); }
|
|
2474
2632
|
}
|
|
2475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, decorators: [{
|
|
2476
2634
|
type: Directive,
|
|
2477
2635
|
args: [{
|
|
2478
2636
|
selector: 'six-sidebar-item',
|
|
2479
2637
|
hostDirectives: [RouterLinkActive],
|
|
2638
|
+
standalone: false,
|
|
2480
2639
|
}]
|
|
2481
2640
|
}], propDecorators: { selected: [{
|
|
2482
2641
|
type: HostBinding,
|
|
@@ -2506,14 +2665,15 @@ class ActiveSidebarItemGroupDirective {
|
|
|
2506
2665
|
}
|
|
2507
2666
|
return this.routerLinkActive.isActive;
|
|
2508
2667
|
}
|
|
2509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2510
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2668
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2669
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarItemGroupDirective, isStandalone: false, selector: "six-sidebar-item-group", host: { properties: { "open": "this.open" } }, queries: [{ propertyName: "sidebarItems", predicate: SixSidebarItem }], hostDirectives: [{ directive: i2.RouterLinkActive }], ngImport: i0 }); }
|
|
2511
2670
|
}
|
|
2512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, decorators: [{
|
|
2513
2672
|
type: Directive,
|
|
2514
2673
|
args: [{
|
|
2515
2674
|
selector: 'six-sidebar-item-group',
|
|
2516
2675
|
hostDirectives: [RouterLinkActive],
|
|
2676
|
+
standalone: false,
|
|
2517
2677
|
}]
|
|
2518
2678
|
}], propDecorators: { sidebarItems: [{
|
|
2519
2679
|
type: ContentChildren,
|
|
@@ -2534,8 +2694,8 @@ class DateValueAccessor extends ValueAccessor {
|
|
|
2534
2694
|
this.el.nativeElement.value = value == null ? '' : value;
|
|
2535
2695
|
this.updateValidation();
|
|
2536
2696
|
}
|
|
2537
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2538
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2697
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DateValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2698
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: DateValueAccessor, isStandalone: false, selector: "six-date", host: { listeners: { "change": "handleInputEvent($event.target)" } }, providers: [
|
|
2539
2699
|
{
|
|
2540
2700
|
provide: NG_VALUE_ACCESSOR,
|
|
2541
2701
|
useExisting: DateValueAccessor,
|
|
@@ -2543,7 +2703,7 @@ class DateValueAccessor extends ValueAccessor {
|
|
|
2543
2703
|
},
|
|
2544
2704
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2545
2705
|
}
|
|
2546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DateValueAccessor, decorators: [{
|
|
2547
2707
|
type: Directive,
|
|
2548
2708
|
args: [{
|
|
2549
2709
|
selector: 'six-date',
|
|
@@ -2554,8 +2714,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2554
2714
|
multi: true,
|
|
2555
2715
|
},
|
|
2556
2716
|
],
|
|
2717
|
+
standalone: false,
|
|
2557
2718
|
}]
|
|
2558
|
-
}], ctorParameters:
|
|
2719
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2559
2720
|
type: HostListener,
|
|
2560
2721
|
args: ['change', ['$event.target']]
|
|
2561
2722
|
}] } });
|
|
@@ -2579,8 +2740,8 @@ class UiLibraryAngularModule {
|
|
|
2579
2740
|
],
|
|
2580
2741
|
};
|
|
2581
2742
|
}
|
|
2582
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2583
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2743
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2744
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, declarations: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2584
2745
|
// value accessors
|
|
2585
2746
|
TextValueAccessor,
|
|
2586
2747
|
NumericValueAccessor,
|
|
@@ -2609,7 +2770,7 @@ class UiLibraryAngularModule {
|
|
|
2609
2770
|
// sidebar helpers
|
|
2610
2771
|
ActiveSidebarItemDirective,
|
|
2611
2772
|
ActiveSidebarItemGroupDirective,
|
|
2612
|
-
ActiveSidebarDirective], exports: [SixAlert, SixAvatar, SixBadge, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2773
|
+
ActiveSidebarDirective], exports: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2613
2774
|
// value accessors
|
|
2614
2775
|
TextValueAccessor,
|
|
2615
2776
|
NumericValueAccessor,
|
|
@@ -2639,9 +2800,9 @@ class UiLibraryAngularModule {
|
|
|
2639
2800
|
ActiveSidebarItemDirective,
|
|
2640
2801
|
ActiveSidebarItemGroupDirective,
|
|
2641
2802
|
ActiveSidebarDirective] }); }
|
|
2642
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2803
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule }); }
|
|
2643
2804
|
}
|
|
2644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, decorators: [{
|
|
2645
2806
|
type: NgModule,
|
|
2646
2807
|
args: [{
|
|
2647
2808
|
declarations: [
|
|
@@ -2724,10 +2885,10 @@ class AlertService {
|
|
|
2724
2885
|
showAlert(message, alertType, duration, iconName) {
|
|
2725
2886
|
this.ngZone.runOutsideAngular(() => showAlert(message, alertType, duration, iconName));
|
|
2726
2887
|
}
|
|
2727
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2728
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2888
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2889
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, providedIn: 'root' }); }
|
|
2729
2890
|
}
|
|
2730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, decorators: [{
|
|
2731
2892
|
type: Injectable,
|
|
2732
2893
|
args: [{ providedIn: 'root' }]
|
|
2733
2894
|
}] });
|
|
@@ -2740,5 +2901,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2740
2901
|
* Generated bundle index. Do not edit.
|
|
2741
2902
|
*/
|
|
2742
2903
|
|
|
2743
|
-
export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixFormDirective, SixFormUtilDirective, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRoot, SixRouterLinkDirective, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip, SixUiLibraryValidators, SwitchValueAccessor, TextValueAccessor, TimepickerValueAccessor, UiLibraryAngularModule, ValidationMessagesService, ValueAccessor };
|
|
2904
|
+
export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixFormDirective, SixFormUtilDirective, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixRouterLinkDirective, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip, SixUiLibraryValidators, SwitchValueAccessor, TextValueAccessor, TimepickerValueAccessor, UiLibraryAngularModule, ValidationMessagesService, ValueAccessor };
|
|
2744
2905
|
//# sourceMappingURL=six-group-ui-library-angular.mjs.map
|