@six-group/ui-library-angular 0.0.0-insider.a9875a1 → 0.0.0-insider.a9979af
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 +847 -353
- package/fesm2022/six-group-ui-library-angular.mjs.map +1 -1
- package/lib/control-value-accessors/date-value-accessor.d.ts +10 -0
- package/lib/control-value-accessors/value-accessor.d.ts +3 -1
- package/lib/link/six-router-link.directive.d.ts +1 -1
- package/lib/services/alert.service.d.ts +11 -0
- package/lib/sidebar/active-sidebar.directive.d.ts +59 -0
- package/lib/stencil-generated/components.d.ts +150 -109
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/ui-library-angular-config.d.ts +6 -0
- package/lib/ui-library-angular.module.d.ts +13 -10
- package/lib/validators/six-ui-library-validators.d.ts +27 -0
- package/package.json +6 -8
- package/public-api.d.ts +3 -0
- package/esm2022/lib/control-value-accessors/checkbox-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 -145
- package/esm2022/lib/form/six-form.directive.mjs +0 -134
- package/esm2022/lib/link/six-router-link.directive.mjs +0 -56
- package/esm2022/lib/services/validation-messages.service.mjs +0 -15
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/components.mjs +0 -1319
- package/esm2022/lib/stencil-generated/index.mjs +0 -57
- package/esm2022/lib/ui-library-angular.module.mjs +0 -135
- package/esm2022/lib/validators/six-ui-library-validators.mjs +0 -122
- package/esm2022/public-api.mjs +0 -27
- package/esm2022/six-group-ui-library-angular.mjs +0 -5
|
@@ -1,13 +1,14 @@
|
|
|
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';
|
|
6
6
|
import * as i1 from '@angular/forms';
|
|
7
|
-
import { NgControl, NG_VALUE_ACCESSOR, FormControl, FormGroup, FormArray, NG_VALIDATORS
|
|
8
|
-
import { getErrorMessage,
|
|
7
|
+
import { Validators, NgControl, NG_VALUE_ACCESSOR, FormControl, FormGroup, FormArray, NG_VALIDATORS } from '@angular/forms';
|
|
8
|
+
import { getErrorMessage, getLanguage, showAlert } from '@six-group/ui-library';
|
|
9
9
|
import * as i1$1 from '@angular/common';
|
|
10
10
|
import * as i2 from '@angular/router';
|
|
11
|
+
import { RouterLinkActive } from '@angular/router';
|
|
11
12
|
|
|
12
13
|
/* eslint-disable */
|
|
13
14
|
/* tslint:disable */
|
|
@@ -67,30 +68,6 @@ function ProxyCmp(opts) {
|
|
|
67
68
|
return decorator;
|
|
68
69
|
}
|
|
69
70
|
|
|
70
|
-
let SetAttributes = class SetAttributes {
|
|
71
|
-
constructor(c, r, z) {
|
|
72
|
-
this.z = z;
|
|
73
|
-
c.detach();
|
|
74
|
-
this.el = r.nativeElement;
|
|
75
|
-
}
|
|
76
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetAttributes, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
77
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SetAttributes, selector: "set-attributes", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
78
|
-
};
|
|
79
|
-
SetAttributes = __decorate([
|
|
80
|
-
ProxyCmp({
|
|
81
|
-
inputs: ['value']
|
|
82
|
-
})
|
|
83
|
-
], SetAttributes);
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetAttributes, decorators: [{
|
|
85
|
-
type: Component,
|
|
86
|
-
args: [{
|
|
87
|
-
selector: 'set-attributes',
|
|
88
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
89
|
-
template: '<ng-content></ng-content>',
|
|
90
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
91
|
-
inputs: ['value'],
|
|
92
|
-
}]
|
|
93
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
94
71
|
let SixAlert = class SixAlert {
|
|
95
72
|
constructor(c, r, z) {
|
|
96
73
|
this.z = z;
|
|
@@ -98,8 +75,8 @@ let SixAlert = class SixAlert {
|
|
|
98
75
|
this.el = r.nativeElement;
|
|
99
76
|
proxyOutputs(this, this.el, ['six-alert-show', 'six-alert-after-show', 'six-alert-hide', 'six-alert-after-hide']);
|
|
100
77
|
}
|
|
101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
102
|
-
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 }); }
|
|
103
80
|
};
|
|
104
81
|
SixAlert = __decorate([
|
|
105
82
|
ProxyCmp({
|
|
@@ -107,7 +84,7 @@ SixAlert = __decorate([
|
|
|
107
84
|
methods: ['show', 'hide', 'toast']
|
|
108
85
|
})
|
|
109
86
|
], SixAlert);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAlert, decorators: [{
|
|
111
88
|
type: Component,
|
|
112
89
|
args: [{
|
|
113
90
|
selector: 'six-alert',
|
|
@@ -115,23 +92,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
115
92
|
template: '<ng-content></ng-content>',
|
|
116
93
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
117
94
|
inputs: ['closable', 'duration', 'open', 'type'],
|
|
95
|
+
standalone: false
|
|
118
96
|
}]
|
|
119
|
-
}], ctorParameters:
|
|
97
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
120
98
|
let SixAvatar = class SixAvatar {
|
|
121
99
|
constructor(c, r, z) {
|
|
122
100
|
this.z = z;
|
|
123
101
|
c.detach();
|
|
124
102
|
this.el = r.nativeElement;
|
|
125
103
|
}
|
|
126
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
127
|
-
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 }); }
|
|
128
106
|
};
|
|
129
107
|
SixAvatar = __decorate([
|
|
130
108
|
ProxyCmp({
|
|
131
109
|
inputs: ['alt', 'image', 'initials', 'shape']
|
|
132
110
|
})
|
|
133
111
|
], SixAvatar);
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixAvatar, decorators: [{
|
|
135
113
|
type: Component,
|
|
136
114
|
args: [{
|
|
137
115
|
selector: 'six-avatar',
|
|
@@ -139,23 +117,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
139
117
|
template: '<ng-content></ng-content>',
|
|
140
118
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
141
119
|
inputs: ['alt', 'image', 'initials', 'shape'],
|
|
120
|
+
standalone: false
|
|
142
121
|
}]
|
|
143
|
-
}], ctorParameters:
|
|
122
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
144
123
|
let SixBadge = class SixBadge {
|
|
145
124
|
constructor(c, r, z) {
|
|
146
125
|
this.z = z;
|
|
147
126
|
c.detach();
|
|
148
127
|
this.el = r.nativeElement;
|
|
149
128
|
}
|
|
150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
151
|
-
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 }); }
|
|
152
131
|
};
|
|
153
132
|
SixBadge = __decorate([
|
|
154
133
|
ProxyCmp({
|
|
155
134
|
inputs: ['pill', 'pulse', 'type']
|
|
156
135
|
})
|
|
157
136
|
], SixBadge);
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixBadge, decorators: [{
|
|
159
138
|
type: Component,
|
|
160
139
|
args: [{
|
|
161
140
|
selector: 'six-badge',
|
|
@@ -163,8 +142,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
163
142
|
template: '<ng-content></ng-content>',
|
|
164
143
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
165
144
|
inputs: ['pill', 'pulse', 'type'],
|
|
145
|
+
standalone: false
|
|
166
146
|
}]
|
|
167
|
-
}], ctorParameters:
|
|
147
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
168
148
|
let SixButton = class SixButton {
|
|
169
149
|
constructor(c, r, z) {
|
|
170
150
|
this.z = z;
|
|
@@ -172,8 +152,8 @@ let SixButton = class SixButton {
|
|
|
172
152
|
this.el = r.nativeElement;
|
|
173
153
|
proxyOutputs(this, this.el, ['six-button-blur', 'six-button-focus']);
|
|
174
154
|
}
|
|
175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
176
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
155
|
+
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 }); }
|
|
156
|
+
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 }); }
|
|
177
157
|
};
|
|
178
158
|
SixButton = __decorate([
|
|
179
159
|
ProxyCmp({
|
|
@@ -181,7 +161,7 @@ SixButton = __decorate([
|
|
|
181
161
|
methods: ['setFocus', 'removeFocus']
|
|
182
162
|
})
|
|
183
163
|
], SixButton);
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixButton, decorators: [{
|
|
185
165
|
type: Component,
|
|
186
166
|
args: [{
|
|
187
167
|
selector: 'six-button',
|
|
@@ -189,21 +169,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
189
169
|
template: '<ng-content></ng-content>',
|
|
190
170
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
191
171
|
inputs: ['caret', 'circle', 'disabled', 'download', 'href', 'loading', 'name', 'pill', 'reset', 'size', 'submit', 'target', 'type', 'value'],
|
|
172
|
+
standalone: false
|
|
192
173
|
}]
|
|
193
|
-
}], ctorParameters:
|
|
174
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
194
175
|
let SixCard = class SixCard {
|
|
195
176
|
constructor(c, r, z) {
|
|
196
177
|
this.z = z;
|
|
197
178
|
c.detach();
|
|
198
179
|
this.el = r.nativeElement;
|
|
199
180
|
}
|
|
200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
201
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
181
|
+
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 }); }
|
|
182
|
+
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 }); }
|
|
202
183
|
};
|
|
203
184
|
SixCard = __decorate([
|
|
204
185
|
ProxyCmp({})
|
|
205
186
|
], SixCard);
|
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCard, decorators: [{
|
|
207
188
|
type: Component,
|
|
208
189
|
args: [{
|
|
209
190
|
selector: 'six-card',
|
|
@@ -211,8 +192,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
211
192
|
template: '<ng-content></ng-content>',
|
|
212
193
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
213
194
|
inputs: [],
|
|
195
|
+
standalone: false
|
|
214
196
|
}]
|
|
215
|
-
}], ctorParameters:
|
|
197
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
216
198
|
let SixCheckbox = class SixCheckbox {
|
|
217
199
|
constructor(c, r, z) {
|
|
218
200
|
this.z = z;
|
|
@@ -220,8 +202,8 @@ let SixCheckbox = class SixCheckbox {
|
|
|
220
202
|
this.el = r.nativeElement;
|
|
221
203
|
proxyOutputs(this, this.el, ['six-checkbox-blur', 'six-checkbox-change', 'six-checkbox-focus']);
|
|
222
204
|
}
|
|
223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
224
|
-
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: SixCheckbox, 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: 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 }); }
|
|
225
207
|
};
|
|
226
208
|
SixCheckbox = __decorate([
|
|
227
209
|
ProxyCmp({
|
|
@@ -229,7 +211,7 @@ SixCheckbox = __decorate([
|
|
|
229
211
|
methods: ['setFocus', 'removeFocus']
|
|
230
212
|
})
|
|
231
213
|
], SixCheckbox);
|
|
232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixCheckbox, decorators: [{
|
|
233
215
|
type: Component,
|
|
234
216
|
args: [{
|
|
235
217
|
selector: 'six-checkbox',
|
|
@@ -237,8 +219,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
237
219
|
template: '<ng-content></ng-content>',
|
|
238
220
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
239
221
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
|
|
222
|
+
standalone: false
|
|
223
|
+
}]
|
|
224
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
225
|
+
let SixDate = class SixDate {
|
|
226
|
+
constructor(c, r, z) {
|
|
227
|
+
this.z = z;
|
|
228
|
+
c.detach();
|
|
229
|
+
this.el = r.nativeElement;
|
|
230
|
+
proxyOutputs(this, this.el, ['six-change', 'six-blur']);
|
|
231
|
+
}
|
|
232
|
+
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 }); }
|
|
233
|
+
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 }); }
|
|
234
|
+
};
|
|
235
|
+
SixDate = __decorate([
|
|
236
|
+
ProxyCmp({
|
|
237
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
238
|
+
methods: ['setFocus']
|
|
239
|
+
})
|
|
240
|
+
], SixDate);
|
|
241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDate, decorators: [{
|
|
242
|
+
type: Component,
|
|
243
|
+
args: [{
|
|
244
|
+
selector: 'six-date',
|
|
245
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
246
|
+
template: '<ng-content></ng-content>',
|
|
247
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
248
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
249
|
+
standalone: false
|
|
240
250
|
}]
|
|
241
|
-
}], ctorParameters:
|
|
251
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
242
252
|
let SixDatepicker = class SixDatepicker {
|
|
243
253
|
constructor(c, r, z) {
|
|
244
254
|
this.z = z;
|
|
@@ -246,8 +256,8 @@ let SixDatepicker = class SixDatepicker {
|
|
|
246
256
|
this.el = r.nativeElement;
|
|
247
257
|
proxyOutputs(this, this.el, ['six-datepicker-select', 'six-datepicker-clear', 'six-datepicker-blur']);
|
|
248
258
|
}
|
|
249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
250
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
259
|
+
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 }); }
|
|
260
|
+
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 }); }
|
|
251
261
|
};
|
|
252
262
|
SixDatepicker = __decorate([
|
|
253
263
|
ProxyCmp({
|
|
@@ -255,7 +265,7 @@ SixDatepicker = __decorate([
|
|
|
255
265
|
methods: ['setFocus', 'select']
|
|
256
266
|
})
|
|
257
267
|
], SixDatepicker);
|
|
258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDatepicker, decorators: [{
|
|
259
269
|
type: Component,
|
|
260
270
|
args: [{
|
|
261
271
|
selector: 'six-datepicker',
|
|
@@ -263,8 +273,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
263
273
|
template: '<ng-content></ng-content>',
|
|
264
274
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
265
275
|
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'],
|
|
276
|
+
standalone: false
|
|
266
277
|
}]
|
|
267
|
-
}], ctorParameters:
|
|
278
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
268
279
|
let SixDetails = class SixDetails {
|
|
269
280
|
constructor(c, r, z) {
|
|
270
281
|
this.z = z;
|
|
@@ -272,8 +283,8 @@ let SixDetails = class SixDetails {
|
|
|
272
283
|
this.el = r.nativeElement;
|
|
273
284
|
proxyOutputs(this, this.el, ['six-details-show', 'six-details-after-show', 'six-details-hide', 'six-details-after-hide']);
|
|
274
285
|
}
|
|
275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
276
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
286
|
+
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 }); }
|
|
287
|
+
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 }); }
|
|
277
288
|
};
|
|
278
289
|
SixDetails = __decorate([
|
|
279
290
|
ProxyCmp({
|
|
@@ -281,7 +292,7 @@ SixDetails = __decorate([
|
|
|
281
292
|
methods: ['show', 'hide']
|
|
282
293
|
})
|
|
283
294
|
], SixDetails);
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDetails, decorators: [{
|
|
285
296
|
type: Component,
|
|
286
297
|
args: [{
|
|
287
298
|
selector: 'six-details',
|
|
@@ -289,17 +300,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
289
300
|
template: '<ng-content></ng-content>',
|
|
290
301
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
291
302
|
inputs: ['disabled', 'hasContent', 'inline', 'open', 'selectableEmpty', 'summary', 'summaryIcon', 'summaryIconSize'],
|
|
303
|
+
standalone: false
|
|
292
304
|
}]
|
|
293
|
-
}], ctorParameters:
|
|
305
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
294
306
|
let SixDialog = class SixDialog {
|
|
295
307
|
constructor(c, r, z) {
|
|
296
308
|
this.z = z;
|
|
297
309
|
c.detach();
|
|
298
310
|
this.el = r.nativeElement;
|
|
299
|
-
proxyOutputs(this, this.el, ['six-dialog-show', 'six-dialog-after-show', 'six-dialog-hide', 'six-dialog-after-hide', 'six-dialog-initial-focus', 'six-dialog-
|
|
311
|
+
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']);
|
|
300
312
|
}
|
|
301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
302
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
313
|
+
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 }); }
|
|
314
|
+
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 }); }
|
|
303
315
|
};
|
|
304
316
|
SixDialog = __decorate([
|
|
305
317
|
ProxyCmp({
|
|
@@ -307,7 +319,7 @@ SixDialog = __decorate([
|
|
|
307
319
|
methods: ['show', 'hide']
|
|
308
320
|
})
|
|
309
321
|
], SixDialog);
|
|
310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
322
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDialog, decorators: [{
|
|
311
323
|
type: Component,
|
|
312
324
|
args: [{
|
|
313
325
|
selector: 'six-dialog',
|
|
@@ -315,17 +327,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
315
327
|
template: '<ng-content></ng-content>',
|
|
316
328
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
317
329
|
inputs: ['label', 'noHeader', 'open'],
|
|
330
|
+
standalone: false
|
|
318
331
|
}]
|
|
319
|
-
}], ctorParameters:
|
|
332
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
320
333
|
let SixDrawer = class SixDrawer {
|
|
321
334
|
constructor(c, r, z) {
|
|
322
335
|
this.z = z;
|
|
323
336
|
c.detach();
|
|
324
337
|
this.el = r.nativeElement;
|
|
325
|
-
proxyOutputs(this, this.el, ['six-drawer-show', 'six-drawer-after-show', 'six-drawer-hide', 'six-drawer-after-hide', 'six-drawer-initial-focus', 'six-drawer-
|
|
338
|
+
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']);
|
|
326
339
|
}
|
|
327
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
328
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
340
|
+
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 }); }
|
|
341
|
+
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 }); }
|
|
329
342
|
};
|
|
330
343
|
SixDrawer = __decorate([
|
|
331
344
|
ProxyCmp({
|
|
@@ -333,7 +346,7 @@ SixDrawer = __decorate([
|
|
|
333
346
|
methods: ['show', 'hide']
|
|
334
347
|
})
|
|
335
348
|
], SixDrawer);
|
|
336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDrawer, decorators: [{
|
|
337
350
|
type: Component,
|
|
338
351
|
args: [{
|
|
339
352
|
selector: 'six-drawer',
|
|
@@ -341,8 +354,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
341
354
|
template: '<ng-content></ng-content>',
|
|
342
355
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
343
356
|
inputs: ['contained', 'label', 'noHeader', 'open', 'placement'],
|
|
357
|
+
standalone: false
|
|
344
358
|
}]
|
|
345
|
-
}], ctorParameters:
|
|
359
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
346
360
|
let SixDropdown = class SixDropdown {
|
|
347
361
|
constructor(c, r, z) {
|
|
348
362
|
this.z = z;
|
|
@@ -350,38 +364,39 @@ let SixDropdown = class SixDropdown {
|
|
|
350
364
|
this.el = r.nativeElement;
|
|
351
365
|
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']);
|
|
352
366
|
}
|
|
353
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
354
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
367
|
+
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 }); }
|
|
368
|
+
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 }); }
|
|
355
369
|
};
|
|
356
370
|
SixDropdown = __decorate([
|
|
357
371
|
ProxyCmp({
|
|
358
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
359
|
-
methods: ['show', 'hide'
|
|
372
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
373
|
+
methods: ['show', 'hide']
|
|
360
374
|
})
|
|
361
375
|
], SixDropdown);
|
|
362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixDropdown, decorators: [{
|
|
363
377
|
type: Component,
|
|
364
378
|
args: [{
|
|
365
379
|
selector: 'six-dropdown',
|
|
366
380
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
367
381
|
template: '<ng-content></ng-content>',
|
|
368
382
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
369
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
383
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
384
|
+
standalone: false
|
|
370
385
|
}]
|
|
371
|
-
}], ctorParameters:
|
|
386
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
372
387
|
let SixError = class SixError {
|
|
373
388
|
constructor(c, r, z) {
|
|
374
389
|
this.z = z;
|
|
375
390
|
c.detach();
|
|
376
391
|
this.el = r.nativeElement;
|
|
377
392
|
}
|
|
378
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
379
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
393
|
+
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 }); }
|
|
394
|
+
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 }); }
|
|
380
395
|
};
|
|
381
396
|
SixError = __decorate([
|
|
382
397
|
ProxyCmp({})
|
|
383
398
|
], SixError);
|
|
384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixError, decorators: [{
|
|
385
400
|
type: Component,
|
|
386
401
|
args: [{
|
|
387
402
|
selector: 'six-error',
|
|
@@ -389,23 +404,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
389
404
|
template: '<ng-content></ng-content>',
|
|
390
405
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
391
406
|
inputs: [],
|
|
407
|
+
standalone: false
|
|
392
408
|
}]
|
|
393
|
-
}], ctorParameters:
|
|
409
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
394
410
|
let SixErrorPage = class SixErrorPage {
|
|
395
411
|
constructor(c, r, z) {
|
|
396
412
|
this.z = z;
|
|
397
413
|
c.detach();
|
|
398
414
|
this.el = r.nativeElement;
|
|
399
415
|
}
|
|
400
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
401
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
416
|
+
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 }); }
|
|
417
|
+
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 }); }
|
|
402
418
|
};
|
|
403
419
|
SixErrorPage = __decorate([
|
|
404
420
|
ProxyCmp({
|
|
405
421
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language']
|
|
406
422
|
})
|
|
407
423
|
], SixErrorPage);
|
|
408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixErrorPage, decorators: [{
|
|
409
425
|
type: Component,
|
|
410
426
|
args: [{
|
|
411
427
|
selector: 'six-error-page',
|
|
@@ -413,21 +429,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
413
429
|
template: '<ng-content></ng-content>',
|
|
414
430
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
415
431
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language'],
|
|
432
|
+
standalone: false
|
|
416
433
|
}]
|
|
417
|
-
}], ctorParameters:
|
|
434
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
418
435
|
let SixFileList = class SixFileList {
|
|
419
436
|
constructor(c, r, z) {
|
|
420
437
|
this.z = z;
|
|
421
438
|
c.detach();
|
|
422
439
|
this.el = r.nativeElement;
|
|
423
440
|
}
|
|
424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
425
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
441
|
+
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 }); }
|
|
442
|
+
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 }); }
|
|
426
443
|
};
|
|
427
444
|
SixFileList = __decorate([
|
|
428
445
|
ProxyCmp({})
|
|
429
446
|
], SixFileList);
|
|
430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileList, decorators: [{
|
|
431
448
|
type: Component,
|
|
432
449
|
args: [{
|
|
433
450
|
selector: 'six-file-list',
|
|
@@ -435,8 +452,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
435
452
|
template: '<ng-content></ng-content>',
|
|
436
453
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
437
454
|
inputs: [],
|
|
455
|
+
standalone: false
|
|
438
456
|
}]
|
|
439
|
-
}], ctorParameters:
|
|
457
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
440
458
|
let SixFileListItem = class SixFileListItem {
|
|
441
459
|
constructor(c, r, z) {
|
|
442
460
|
this.z = z;
|
|
@@ -444,15 +462,15 @@ let SixFileListItem = class SixFileListItem {
|
|
|
444
462
|
this.el = r.nativeElement;
|
|
445
463
|
proxyOutputs(this, this.el, ['six-file-list-item-download', 'six-file-list-item-remove']);
|
|
446
464
|
}
|
|
447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
448
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
465
|
+
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 }); }
|
|
466
|
+
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 }); }
|
|
449
467
|
};
|
|
450
468
|
SixFileListItem = __decorate([
|
|
451
469
|
ProxyCmp({
|
|
452
470
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size']
|
|
453
471
|
})
|
|
454
472
|
], SixFileListItem);
|
|
455
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileListItem, decorators: [{
|
|
456
474
|
type: Component,
|
|
457
475
|
args: [{
|
|
458
476
|
selector: 'six-file-list-item',
|
|
@@ -460,8 +478,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
460
478
|
template: '<ng-content></ng-content>',
|
|
461
479
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
462
480
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size'],
|
|
481
|
+
standalone: false
|
|
463
482
|
}]
|
|
464
|
-
}], ctorParameters:
|
|
483
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
465
484
|
let SixFileUpload = class SixFileUpload {
|
|
466
485
|
constructor(c, r, z) {
|
|
467
486
|
this.z = z;
|
|
@@ -469,37 +488,38 @@ let SixFileUpload = class SixFileUpload {
|
|
|
469
488
|
this.el = r.nativeElement;
|
|
470
489
|
proxyOutputs(this, this.el, ['six-file-upload-success', 'six-file-upload-failure']);
|
|
471
490
|
}
|
|
472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
473
|
-
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: SixFileUpload, 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: 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 }); }
|
|
474
493
|
};
|
|
475
494
|
SixFileUpload = __decorate([
|
|
476
495
|
ProxyCmp({
|
|
477
|
-
inputs: ['accept', 'compact', 'disabled', 'label', 'maxFileSize', 'multiple']
|
|
496
|
+
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading']
|
|
478
497
|
})
|
|
479
498
|
], SixFileUpload);
|
|
480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
499
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFileUpload, decorators: [{
|
|
481
500
|
type: Component,
|
|
482
501
|
args: [{
|
|
483
502
|
selector: 'six-file-upload',
|
|
484
503
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
485
504
|
template: '<ng-content></ng-content>',
|
|
486
505
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
487
|
-
inputs: ['accept', 'compact', 'disabled', 'label', 'maxFileSize', 'multiple'],
|
|
506
|
+
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading'],
|
|
507
|
+
standalone: false
|
|
488
508
|
}]
|
|
489
|
-
}], ctorParameters:
|
|
509
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
490
510
|
let SixFooter = class SixFooter {
|
|
491
511
|
constructor(c, r, z) {
|
|
492
512
|
this.z = z;
|
|
493
513
|
c.detach();
|
|
494
514
|
this.el = r.nativeElement;
|
|
495
515
|
}
|
|
496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
497
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
516
|
+
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 }); }
|
|
517
|
+
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 }); }
|
|
498
518
|
};
|
|
499
519
|
SixFooter = __decorate([
|
|
500
520
|
ProxyCmp({})
|
|
501
521
|
], SixFooter);
|
|
502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFooter, decorators: [{
|
|
503
523
|
type: Component,
|
|
504
524
|
args: [{
|
|
505
525
|
selector: 'six-footer',
|
|
@@ -507,23 +527,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
507
527
|
template: '<ng-content></ng-content>',
|
|
508
528
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
509
529
|
inputs: [],
|
|
530
|
+
standalone: false
|
|
510
531
|
}]
|
|
511
|
-
}], ctorParameters:
|
|
532
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
512
533
|
let SixGroupLabel = class SixGroupLabel {
|
|
513
534
|
constructor(c, r, z) {
|
|
514
535
|
this.z = z;
|
|
515
536
|
c.detach();
|
|
516
537
|
this.el = r.nativeElement;
|
|
517
538
|
}
|
|
518
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
519
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
539
|
+
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 }); }
|
|
540
|
+
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 }); }
|
|
520
541
|
};
|
|
521
542
|
SixGroupLabel = __decorate([
|
|
522
543
|
ProxyCmp({
|
|
523
544
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size']
|
|
524
545
|
})
|
|
525
546
|
], SixGroupLabel);
|
|
526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixGroupLabel, decorators: [{
|
|
527
548
|
type: Component,
|
|
528
549
|
args: [{
|
|
529
550
|
selector: 'six-group-label',
|
|
@@ -531,49 +552,124 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
531
552
|
template: '<ng-content></ng-content>',
|
|
532
553
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
533
554
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size'],
|
|
555
|
+
standalone: false
|
|
534
556
|
}]
|
|
535
|
-
}], ctorParameters:
|
|
557
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
536
558
|
let SixHeader = class SixHeader {
|
|
537
559
|
constructor(c, r, z) {
|
|
538
560
|
this.z = z;
|
|
539
561
|
c.detach();
|
|
540
562
|
this.el = r.nativeElement;
|
|
541
|
-
proxyOutputs(this, this.el, ['six-header-app-name-clicked', 'six-header-app-switcher-select', 'six-header-profile-select', 'six-header-hamburger-menu-clicked', 'six-header-logo-clicked', 'six-header-search-field-toggle']);
|
|
542
563
|
}
|
|
543
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
544
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
564
|
+
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 }); }
|
|
565
|
+
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 }); }
|
|
545
566
|
};
|
|
546
567
|
SixHeader = __decorate([
|
|
547
568
|
ProxyCmp({
|
|
548
|
-
inputs: ['
|
|
549
|
-
methods: ['setSearchOpenState', 'getIsSearchOpen']
|
|
569
|
+
inputs: ['openSearch', 'shiftContent']
|
|
550
570
|
})
|
|
551
571
|
], SixHeader);
|
|
552
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeader, decorators: [{
|
|
553
573
|
type: Component,
|
|
554
574
|
args: [{
|
|
555
575
|
selector: 'six-header',
|
|
556
576
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
557
577
|
template: '<ng-content></ng-content>',
|
|
558
578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
559
|
-
inputs: ['
|
|
579
|
+
inputs: ['openSearch', 'shiftContent'],
|
|
580
|
+
standalone: false
|
|
581
|
+
}]
|
|
582
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
583
|
+
let SixHeaderDropdownItem = class SixHeaderDropdownItem {
|
|
584
|
+
constructor(c, r, z) {
|
|
585
|
+
this.z = z;
|
|
586
|
+
c.detach();
|
|
587
|
+
this.el = r.nativeElement;
|
|
588
|
+
}
|
|
589
|
+
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 }); }
|
|
590
|
+
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 }); }
|
|
591
|
+
};
|
|
592
|
+
SixHeaderDropdownItem = __decorate([
|
|
593
|
+
ProxyCmp({
|
|
594
|
+
inputs: ['filter', 'filterPlaceholder']
|
|
595
|
+
})
|
|
596
|
+
], SixHeaderDropdownItem);
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderDropdownItem, decorators: [{
|
|
598
|
+
type: Component,
|
|
599
|
+
args: [{
|
|
600
|
+
selector: 'six-header-dropdown-item',
|
|
601
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
602
|
+
template: '<ng-content></ng-content>',
|
|
603
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
604
|
+
inputs: ['filter', 'filterPlaceholder'],
|
|
605
|
+
standalone: false
|
|
606
|
+
}]
|
|
607
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
608
|
+
let SixHeaderItem = class SixHeaderItem {
|
|
609
|
+
constructor(c, r, z) {
|
|
610
|
+
this.z = z;
|
|
611
|
+
c.detach();
|
|
612
|
+
this.el = r.nativeElement;
|
|
613
|
+
}
|
|
614
|
+
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 }); }
|
|
615
|
+
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 }); }
|
|
616
|
+
};
|
|
617
|
+
SixHeaderItem = __decorate([
|
|
618
|
+
ProxyCmp({
|
|
619
|
+
inputs: ['active']
|
|
620
|
+
})
|
|
621
|
+
], SixHeaderItem);
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderItem, decorators: [{
|
|
623
|
+
type: Component,
|
|
624
|
+
args: [{
|
|
625
|
+
selector: 'six-header-item',
|
|
626
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
627
|
+
template: '<ng-content></ng-content>',
|
|
628
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
629
|
+
inputs: ['active'],
|
|
630
|
+
standalone: false
|
|
631
|
+
}]
|
|
632
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
633
|
+
let SixHeaderMenuButton = class SixHeaderMenuButton {
|
|
634
|
+
constructor(c, r, z) {
|
|
635
|
+
this.z = z;
|
|
636
|
+
c.detach();
|
|
637
|
+
this.el = r.nativeElement;
|
|
638
|
+
}
|
|
639
|
+
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 }); }
|
|
640
|
+
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 }); }
|
|
641
|
+
};
|
|
642
|
+
SixHeaderMenuButton = __decorate([
|
|
643
|
+
ProxyCmp({
|
|
644
|
+
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit']
|
|
645
|
+
})
|
|
646
|
+
], SixHeaderMenuButton);
|
|
647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixHeaderMenuButton, decorators: [{
|
|
648
|
+
type: Component,
|
|
649
|
+
args: [{
|
|
650
|
+
selector: 'six-header-menu-button',
|
|
651
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
652
|
+
template: '<ng-content></ng-content>',
|
|
653
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
654
|
+
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit'],
|
|
655
|
+
standalone: false
|
|
560
656
|
}]
|
|
561
|
-
}], ctorParameters:
|
|
657
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
562
658
|
let SixIcon = class SixIcon {
|
|
563
659
|
constructor(c, r, z) {
|
|
564
660
|
this.z = z;
|
|
565
661
|
c.detach();
|
|
566
662
|
this.el = r.nativeElement;
|
|
567
663
|
}
|
|
568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
569
|
-
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: SixIcon, 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: SixIcon, isStandalone: false, selector: "six-icon", inputs: { filled: "filled", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
570
666
|
};
|
|
571
667
|
SixIcon = __decorate([
|
|
572
668
|
ProxyCmp({
|
|
573
669
|
inputs: ['filled', 'size']
|
|
574
670
|
})
|
|
575
671
|
], SixIcon);
|
|
576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIcon, decorators: [{
|
|
577
673
|
type: Component,
|
|
578
674
|
args: [{
|
|
579
675
|
selector: 'six-icon',
|
|
@@ -581,32 +677,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
581
677
|
template: '<ng-content></ng-content>',
|
|
582
678
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
583
679
|
inputs: ['filled', 'size'],
|
|
680
|
+
standalone: false
|
|
584
681
|
}]
|
|
585
|
-
}], ctorParameters:
|
|
682
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
586
683
|
let SixIconButton = class SixIconButton {
|
|
587
684
|
constructor(c, r, z) {
|
|
588
685
|
this.z = z;
|
|
589
686
|
c.detach();
|
|
590
687
|
this.el = r.nativeElement;
|
|
591
688
|
}
|
|
592
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
593
|
-
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: SixIconButton, 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: 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 }); }
|
|
594
691
|
};
|
|
595
692
|
SixIconButton = __decorate([
|
|
596
693
|
ProxyCmp({
|
|
597
|
-
inputs: ['disabled', 'html', 'label', 'name', 'size']
|
|
694
|
+
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target']
|
|
598
695
|
})
|
|
599
696
|
], SixIconButton);
|
|
600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixIconButton, decorators: [{
|
|
601
698
|
type: Component,
|
|
602
699
|
args: [{
|
|
603
700
|
selector: 'six-icon-button',
|
|
604
701
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
605
702
|
template: '<ng-content></ng-content>',
|
|
606
703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
607
|
-
inputs: ['disabled', 'html', 'label', 'name', 'size'],
|
|
704
|
+
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target'],
|
|
705
|
+
standalone: false
|
|
608
706
|
}]
|
|
609
|
-
}], ctorParameters:
|
|
707
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
610
708
|
let SixInput = class SixInput {
|
|
611
709
|
constructor(c, r, z) {
|
|
612
710
|
this.z = z;
|
|
@@ -614,25 +712,26 @@ let SixInput = class SixInput {
|
|
|
614
712
|
this.el = r.nativeElement;
|
|
615
713
|
proxyOutputs(this, this.el, ['six-input-change', 'six-input-clear', 'six-input-input', 'six-input-focus', 'six-input-blur']);
|
|
616
714
|
}
|
|
617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
618
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
715
|
+
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 }); }
|
|
716
|
+
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 }); }
|
|
619
717
|
};
|
|
620
718
|
SixInput = __decorate([
|
|
621
719
|
ProxyCmp({
|
|
622
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'line', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'pill', 'placeholder', 'readonly', 'required', 'size', 'spellcheck', 'step', 'togglePassword', 'type', 'value'],
|
|
623
|
-
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
720
|
+
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'],
|
|
721
|
+
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'getSelectionRange', 'setRangeText']
|
|
624
722
|
})
|
|
625
723
|
], SixInput);
|
|
626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixInput, decorators: [{
|
|
627
725
|
type: Component,
|
|
628
726
|
args: [{
|
|
629
727
|
selector: 'six-input',
|
|
630
728
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
631
729
|
template: '<ng-content></ng-content>',
|
|
632
730
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
633
|
-
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'line', 'max', 'maxlength', 'min', 'minlength', 'name', 'pattern', 'pill', 'placeholder', 'readonly', 'required', 'size', 'spellcheck', 'step', 'togglePassword', 'type', 'value'],
|
|
731
|
+
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'],
|
|
732
|
+
standalone: false
|
|
634
733
|
}]
|
|
635
|
-
}], ctorParameters:
|
|
734
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
636
735
|
let SixItemPicker = class SixItemPicker {
|
|
637
736
|
constructor(c, r, z) {
|
|
638
737
|
this.z = z;
|
|
@@ -640,15 +739,15 @@ let SixItemPicker = class SixItemPicker {
|
|
|
640
739
|
this.el = r.nativeElement;
|
|
641
740
|
proxyOutputs(this, this.el, ['six-item-picker-change', 'six-item-picker-change-debounced']);
|
|
642
741
|
}
|
|
643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
644
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
742
|
+
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 }); }
|
|
743
|
+
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 }); }
|
|
645
744
|
};
|
|
646
745
|
SixItemPicker = __decorate([
|
|
647
746
|
ProxyCmp({
|
|
648
747
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value']
|
|
649
748
|
})
|
|
650
749
|
], SixItemPicker);
|
|
651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixItemPicker, decorators: [{
|
|
652
751
|
type: Component,
|
|
653
752
|
args: [{
|
|
654
753
|
selector: 'six-item-picker',
|
|
@@ -656,8 +755,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
656
755
|
template: '<ng-content></ng-content>',
|
|
657
756
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
658
757
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value'],
|
|
758
|
+
standalone: false
|
|
659
759
|
}]
|
|
660
|
-
}], ctorParameters:
|
|
760
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
661
761
|
let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
662
762
|
constructor(c, r, z) {
|
|
663
763
|
this.z = z;
|
|
@@ -665,15 +765,15 @@ let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
|
665
765
|
this.el = r.nativeElement;
|
|
666
766
|
proxyOutputs(this, this.el, ['six-language-switcher-change']);
|
|
667
767
|
}
|
|
668
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
669
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
768
|
+
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 }); }
|
|
769
|
+
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 }); }
|
|
670
770
|
};
|
|
671
771
|
SixLanguageSwitcher = __decorate([
|
|
672
772
|
ProxyCmp({
|
|
673
773
|
inputs: ['languages', 'selected']
|
|
674
774
|
})
|
|
675
775
|
], SixLanguageSwitcher);
|
|
676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLanguageSwitcher, decorators: [{
|
|
677
777
|
type: Component,
|
|
678
778
|
args: [{
|
|
679
779
|
selector: 'six-language-switcher',
|
|
@@ -681,23 +781,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
681
781
|
template: '<ng-content></ng-content>',
|
|
682
782
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
683
783
|
inputs: ['languages', 'selected'],
|
|
784
|
+
standalone: false
|
|
684
785
|
}]
|
|
685
|
-
}], ctorParameters:
|
|
786
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
686
787
|
let SixLayoutGrid = class SixLayoutGrid {
|
|
687
788
|
constructor(c, r, z) {
|
|
688
789
|
this.z = z;
|
|
689
790
|
c.detach();
|
|
690
791
|
this.el = r.nativeElement;
|
|
691
792
|
}
|
|
692
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
693
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
793
|
+
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 }); }
|
|
794
|
+
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 }); }
|
|
694
795
|
};
|
|
695
796
|
SixLayoutGrid = __decorate([
|
|
696
797
|
ProxyCmp({
|
|
697
798
|
inputs: ['columns']
|
|
698
799
|
})
|
|
699
800
|
], SixLayoutGrid);
|
|
700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLayoutGrid, decorators: [{
|
|
701
802
|
type: Component,
|
|
702
803
|
args: [{
|
|
703
804
|
selector: 'six-layout-grid',
|
|
@@ -705,23 +806,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
705
806
|
template: '<ng-content></ng-content>',
|
|
706
807
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
707
808
|
inputs: ['columns'],
|
|
809
|
+
standalone: false
|
|
810
|
+
}]
|
|
811
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
812
|
+
let SixLogo = class SixLogo {
|
|
813
|
+
constructor(c, r, z) {
|
|
814
|
+
this.z = z;
|
|
815
|
+
c.detach();
|
|
816
|
+
this.el = r.nativeElement;
|
|
817
|
+
}
|
|
818
|
+
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 }); }
|
|
819
|
+
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 }); }
|
|
820
|
+
};
|
|
821
|
+
SixLogo = __decorate([
|
|
822
|
+
ProxyCmp({
|
|
823
|
+
inputs: ['brand']
|
|
824
|
+
})
|
|
825
|
+
], SixLogo);
|
|
826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixLogo, decorators: [{
|
|
827
|
+
type: Component,
|
|
828
|
+
args: [{
|
|
829
|
+
selector: 'six-logo',
|
|
830
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
831
|
+
template: '<ng-content></ng-content>',
|
|
832
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
833
|
+
inputs: ['brand'],
|
|
834
|
+
standalone: false
|
|
708
835
|
}]
|
|
709
|
-
}], ctorParameters:
|
|
836
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
710
837
|
let SixMainContainer = class SixMainContainer {
|
|
711
838
|
constructor(c, r, z) {
|
|
712
839
|
this.z = z;
|
|
713
840
|
c.detach();
|
|
714
841
|
this.el = r.nativeElement;
|
|
715
842
|
}
|
|
716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
717
|
-
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: SixMainContainer, 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: SixMainContainer, isStandalone: false, selector: "six-main-container", inputs: { padded: "padded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
718
845
|
};
|
|
719
846
|
SixMainContainer = __decorate([
|
|
720
847
|
ProxyCmp({
|
|
721
848
|
inputs: ['padded']
|
|
722
849
|
})
|
|
723
850
|
], SixMainContainer);
|
|
724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMainContainer, decorators: [{
|
|
725
852
|
type: Component,
|
|
726
853
|
args: [{
|
|
727
854
|
selector: 'six-main-container',
|
|
@@ -729,8 +856,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
729
856
|
template: '<ng-content></ng-content>',
|
|
730
857
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
731
858
|
inputs: ['padded'],
|
|
859
|
+
standalone: false
|
|
732
860
|
}]
|
|
733
|
-
}], ctorParameters:
|
|
861
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
734
862
|
let SixMenu = class SixMenu {
|
|
735
863
|
constructor(c, r, z) {
|
|
736
864
|
this.z = z;
|
|
@@ -738,38 +866,39 @@ let SixMenu = class SixMenu {
|
|
|
738
866
|
this.el = r.nativeElement;
|
|
739
867
|
proxyOutputs(this, this.el, ['six-menu-item-selected']);
|
|
740
868
|
}
|
|
741
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
742
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
869
|
+
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 }); }
|
|
870
|
+
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 }); }
|
|
743
871
|
};
|
|
744
872
|
SixMenu = __decorate([
|
|
745
873
|
ProxyCmp({
|
|
746
|
-
inputs: ['itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
874
|
+
inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
747
875
|
methods: ['typeToSelect']
|
|
748
876
|
})
|
|
749
877
|
], SixMenu);
|
|
750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenu, decorators: [{
|
|
751
879
|
type: Component,
|
|
752
880
|
args: [{
|
|
753
881
|
selector: 'six-menu',
|
|
754
882
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
755
883
|
template: '<ng-content></ng-content>',
|
|
756
884
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
757
|
-
inputs: ['itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
885
|
+
inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
886
|
+
standalone: false
|
|
758
887
|
}]
|
|
759
|
-
}], ctorParameters:
|
|
888
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
760
889
|
let SixMenuDivider = class SixMenuDivider {
|
|
761
890
|
constructor(c, r, z) {
|
|
762
891
|
this.z = z;
|
|
763
892
|
c.detach();
|
|
764
893
|
this.el = r.nativeElement;
|
|
765
894
|
}
|
|
766
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
767
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
895
|
+
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 }); }
|
|
896
|
+
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 }); }
|
|
768
897
|
};
|
|
769
898
|
SixMenuDivider = __decorate([
|
|
770
899
|
ProxyCmp({})
|
|
771
900
|
], SixMenuDivider);
|
|
772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuDivider, decorators: [{
|
|
773
902
|
type: Component,
|
|
774
903
|
args: [{
|
|
775
904
|
selector: 'six-menu-divider',
|
|
@@ -777,46 +906,48 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
777
906
|
template: '<ng-content></ng-content>',
|
|
778
907
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
779
908
|
inputs: [],
|
|
909
|
+
standalone: false
|
|
780
910
|
}]
|
|
781
|
-
}], ctorParameters:
|
|
911
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
782
912
|
let SixMenuItem = class SixMenuItem {
|
|
783
913
|
constructor(c, r, z) {
|
|
784
914
|
this.z = z;
|
|
785
915
|
c.detach();
|
|
786
916
|
this.el = r.nativeElement;
|
|
787
917
|
}
|
|
788
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
789
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
918
|
+
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 }); }
|
|
919
|
+
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 }); }
|
|
790
920
|
};
|
|
791
921
|
SixMenuItem = __decorate([
|
|
792
922
|
ProxyCmp({
|
|
793
|
-
inputs: ['checked', 'disabled', 'value'],
|
|
923
|
+
inputs: ['checkType', 'checked', 'disabled', 'value'],
|
|
794
924
|
methods: ['setFocus', 'removeFocus', 'getTextLabel']
|
|
795
925
|
})
|
|
796
926
|
], SixMenuItem);
|
|
797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuItem, decorators: [{
|
|
798
928
|
type: Component,
|
|
799
929
|
args: [{
|
|
800
930
|
selector: 'six-menu-item',
|
|
801
931
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
802
932
|
template: '<ng-content></ng-content>',
|
|
803
933
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
804
|
-
inputs: ['checked', 'disabled', 'value'],
|
|
934
|
+
inputs: ['checkType', 'checked', 'disabled', 'value'],
|
|
935
|
+
standalone: false
|
|
805
936
|
}]
|
|
806
|
-
}], ctorParameters:
|
|
937
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
807
938
|
let SixMenuLabel = class SixMenuLabel {
|
|
808
939
|
constructor(c, r, z) {
|
|
809
940
|
this.z = z;
|
|
810
941
|
c.detach();
|
|
811
942
|
this.el = r.nativeElement;
|
|
812
943
|
}
|
|
813
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
814
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
944
|
+
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 }); }
|
|
945
|
+
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 }); }
|
|
815
946
|
};
|
|
816
947
|
SixMenuLabel = __decorate([
|
|
817
948
|
ProxyCmp({})
|
|
818
949
|
], SixMenuLabel);
|
|
819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixMenuLabel, decorators: [{
|
|
820
951
|
type: Component,
|
|
821
952
|
args: [{
|
|
822
953
|
selector: 'six-menu-label',
|
|
@@ -824,23 +955,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
824
955
|
template: '<ng-content></ng-content>',
|
|
825
956
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
826
957
|
inputs: [],
|
|
958
|
+
standalone: false
|
|
827
959
|
}]
|
|
828
|
-
}], ctorParameters:
|
|
960
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
829
961
|
let SixPicto = class SixPicto {
|
|
830
962
|
constructor(c, r, z) {
|
|
831
963
|
this.z = z;
|
|
832
964
|
c.detach();
|
|
833
965
|
this.el = r.nativeElement;
|
|
834
966
|
}
|
|
835
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
836
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
967
|
+
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 }); }
|
|
968
|
+
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 }); }
|
|
837
969
|
};
|
|
838
970
|
SixPicto = __decorate([
|
|
839
971
|
ProxyCmp({
|
|
840
972
|
inputs: ['size']
|
|
841
973
|
})
|
|
842
974
|
], SixPicto);
|
|
843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixPicto, decorators: [{
|
|
844
976
|
type: Component,
|
|
845
977
|
args: [{
|
|
846
978
|
selector: 'six-picto',
|
|
@@ -848,23 +980,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
848
980
|
template: '<ng-content></ng-content>',
|
|
849
981
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
850
982
|
inputs: ['size'],
|
|
983
|
+
standalone: false
|
|
851
984
|
}]
|
|
852
|
-
}], ctorParameters:
|
|
985
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
853
986
|
let SixProgressBar = class SixProgressBar {
|
|
854
987
|
constructor(c, r, z) {
|
|
855
988
|
this.z = z;
|
|
856
989
|
c.detach();
|
|
857
990
|
this.el = r.nativeElement;
|
|
858
991
|
}
|
|
859
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
860
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
992
|
+
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 }); }
|
|
993
|
+
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 }); }
|
|
861
994
|
};
|
|
862
995
|
SixProgressBar = __decorate([
|
|
863
996
|
ProxyCmp({
|
|
864
997
|
inputs: ['indeterminate', 'percentage']
|
|
865
998
|
})
|
|
866
999
|
], SixProgressBar);
|
|
867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressBar, decorators: [{
|
|
868
1001
|
type: Component,
|
|
869
1002
|
args: [{
|
|
870
1003
|
selector: 'six-progress-bar',
|
|
@@ -872,23 +1005,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
872
1005
|
template: '<ng-content></ng-content>',
|
|
873
1006
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
874
1007
|
inputs: ['indeterminate', 'percentage'],
|
|
1008
|
+
standalone: false
|
|
875
1009
|
}]
|
|
876
|
-
}], ctorParameters:
|
|
1010
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
877
1011
|
let SixProgressRing = class SixProgressRing {
|
|
878
1012
|
constructor(c, r, z) {
|
|
879
1013
|
this.z = z;
|
|
880
1014
|
c.detach();
|
|
881
1015
|
this.el = r.nativeElement;
|
|
882
1016
|
}
|
|
883
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
884
|
-
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: SixProgressRing, 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: 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 }); }
|
|
885
1019
|
};
|
|
886
1020
|
SixProgressRing = __decorate([
|
|
887
1021
|
ProxyCmp({
|
|
888
1022
|
inputs: ['percentage', 'size', 'strokeWidth']
|
|
889
1023
|
})
|
|
890
1024
|
], SixProgressRing);
|
|
891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1025
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixProgressRing, decorators: [{
|
|
892
1026
|
type: Component,
|
|
893
1027
|
args: [{
|
|
894
1028
|
selector: 'six-progress-ring',
|
|
@@ -896,8 +1030,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
896
1030
|
template: '<ng-content></ng-content>',
|
|
897
1031
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
898
1032
|
inputs: ['percentage', 'size', 'strokeWidth'],
|
|
1033
|
+
standalone: false
|
|
899
1034
|
}]
|
|
900
|
-
}], ctorParameters:
|
|
1035
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
901
1036
|
let SixRadio = class SixRadio {
|
|
902
1037
|
constructor(c, r, z) {
|
|
903
1038
|
this.z = z;
|
|
@@ -905,8 +1040,8 @@ let SixRadio = class SixRadio {
|
|
|
905
1040
|
this.el = r.nativeElement;
|
|
906
1041
|
proxyOutputs(this, this.el, ['six-radio-blur', 'six-radio-change', 'six-radio-focus']);
|
|
907
1042
|
}
|
|
908
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
909
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1043
|
+
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 }); }
|
|
1044
|
+
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 }); }
|
|
910
1045
|
};
|
|
911
1046
|
SixRadio = __decorate([
|
|
912
1047
|
ProxyCmp({
|
|
@@ -914,7 +1049,7 @@ SixRadio = __decorate([
|
|
|
914
1049
|
methods: ['setFocus', 'removeFocus']
|
|
915
1050
|
})
|
|
916
1051
|
], SixRadio);
|
|
917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRadio, decorators: [{
|
|
918
1053
|
type: Component,
|
|
919
1054
|
args: [{
|
|
920
1055
|
selector: 'six-radio',
|
|
@@ -922,8 +1057,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
922
1057
|
template: '<ng-content></ng-content>',
|
|
923
1058
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
924
1059
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
|
|
1060
|
+
standalone: false
|
|
925
1061
|
}]
|
|
926
|
-
}], ctorParameters:
|
|
1062
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
927
1063
|
let SixRange = class SixRange {
|
|
928
1064
|
constructor(c, r, z) {
|
|
929
1065
|
this.z = z;
|
|
@@ -931,8 +1067,8 @@ let SixRange = class SixRange {
|
|
|
931
1067
|
this.el = r.nativeElement;
|
|
932
1068
|
proxyOutputs(this, this.el, ['six-range-change', 'six-range-blur', 'six-range-focus']);
|
|
933
1069
|
}
|
|
934
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
935
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1070
|
+
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 }); }
|
|
1071
|
+
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 }); }
|
|
936
1072
|
};
|
|
937
1073
|
SixRange = __decorate([
|
|
938
1074
|
ProxyCmp({
|
|
@@ -940,7 +1076,7 @@ SixRange = __decorate([
|
|
|
940
1076
|
methods: ['setFocus', 'removeFocus']
|
|
941
1077
|
})
|
|
942
1078
|
], SixRange);
|
|
943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1079
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRange, decorators: [{
|
|
944
1080
|
type: Component,
|
|
945
1081
|
args: [{
|
|
946
1082
|
selector: 'six-range',
|
|
@@ -948,33 +1084,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
948
1084
|
template: '<ng-content></ng-content>',
|
|
949
1085
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
950
1086
|
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'min', 'name', 'required', 'step', 'tooltip', 'tooltipFormatter', 'value'],
|
|
1087
|
+
standalone: false
|
|
1088
|
+
}]
|
|
1089
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1090
|
+
let SixRating = class SixRating {
|
|
1091
|
+
constructor(c, r, z) {
|
|
1092
|
+
this.z = z;
|
|
1093
|
+
c.detach();
|
|
1094
|
+
this.el = r.nativeElement;
|
|
1095
|
+
proxyOutputs(this, this.el, ['six-rating-blur', 'six-rating-change', 'six-rating-focus']);
|
|
1096
|
+
}
|
|
1097
|
+
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 }); }
|
|
1098
|
+
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 }); }
|
|
1099
|
+
};
|
|
1100
|
+
SixRating = __decorate([
|
|
1101
|
+
ProxyCmp({
|
|
1102
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value']
|
|
1103
|
+
})
|
|
1104
|
+
], SixRating);
|
|
1105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRating, decorators: [{
|
|
1106
|
+
type: Component,
|
|
1107
|
+
args: [{
|
|
1108
|
+
selector: 'six-rating',
|
|
1109
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1110
|
+
template: '<ng-content></ng-content>',
|
|
1111
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1112
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value'],
|
|
1113
|
+
standalone: false
|
|
951
1114
|
}]
|
|
952
|
-
}], ctorParameters:
|
|
1115
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
953
1116
|
let SixRoot = class SixRoot {
|
|
954
1117
|
constructor(c, r, z) {
|
|
955
1118
|
this.z = z;
|
|
956
1119
|
c.detach();
|
|
957
1120
|
this.el = r.nativeElement;
|
|
958
|
-
proxyOutputs(this, this.el, ['six-root-collapsed']);
|
|
959
1121
|
}
|
|
960
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
961
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1122
|
+
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 }); }
|
|
1123
|
+
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 }); }
|
|
962
1124
|
};
|
|
963
1125
|
SixRoot = __decorate([
|
|
964
1126
|
ProxyCmp({
|
|
965
|
-
inputs: ['
|
|
1127
|
+
inputs: ['padded', 'stage', 'version']
|
|
966
1128
|
})
|
|
967
1129
|
], SixRoot);
|
|
968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRoot, decorators: [{
|
|
969
1131
|
type: Component,
|
|
970
1132
|
args: [{
|
|
971
1133
|
selector: 'six-root',
|
|
972
1134
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
973
1135
|
template: '<ng-content></ng-content>',
|
|
974
1136
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
975
|
-
inputs: ['
|
|
1137
|
+
inputs: ['padded', 'stage', 'version'],
|
|
1138
|
+
standalone: false
|
|
976
1139
|
}]
|
|
977
|
-
}], ctorParameters:
|
|
1140
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
978
1141
|
let SixSearchField = class SixSearchField {
|
|
979
1142
|
constructor(c, r, z) {
|
|
980
1143
|
this.z = z;
|
|
@@ -982,15 +1145,15 @@ let SixSearchField = class SixSearchField {
|
|
|
982
1145
|
this.el = r.nativeElement;
|
|
983
1146
|
proxyOutputs(this, this.el, ['six-search-field-change']);
|
|
984
1147
|
}
|
|
985
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
986
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1148
|
+
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 }); }
|
|
1149
|
+
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 }); }
|
|
987
1150
|
};
|
|
988
1151
|
SixSearchField = __decorate([
|
|
989
1152
|
ProxyCmp({
|
|
990
1153
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value']
|
|
991
1154
|
})
|
|
992
1155
|
], SixSearchField);
|
|
993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSearchField, decorators: [{
|
|
994
1157
|
type: Component,
|
|
995
1158
|
args: [{
|
|
996
1159
|
selector: 'six-search-field',
|
|
@@ -998,8 +1161,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
998
1161
|
template: '<ng-content></ng-content>',
|
|
999
1162
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1000
1163
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value'],
|
|
1164
|
+
standalone: false
|
|
1001
1165
|
}]
|
|
1002
|
-
}], ctorParameters:
|
|
1166
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1003
1167
|
let SixSelect = class SixSelect {
|
|
1004
1168
|
constructor(c, r, z) {
|
|
1005
1169
|
this.z = z;
|
|
@@ -1007,25 +1171,26 @@ let SixSelect = class SixSelect {
|
|
|
1007
1171
|
this.el = r.nativeElement;
|
|
1008
1172
|
proxyOutputs(this, this.el, ['six-select-change', 'six-select-focus', 'six-select-blur']);
|
|
1009
1173
|
}
|
|
1010
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1011
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1174
|
+
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 }); }
|
|
1175
|
+
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 }); }
|
|
1012
1176
|
};
|
|
1013
1177
|
SixSelect = __decorate([
|
|
1014
1178
|
ProxyCmp({
|
|
1015
|
-
inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', '
|
|
1179
|
+
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'],
|
|
1016
1180
|
methods: ['setFocus']
|
|
1017
1181
|
})
|
|
1018
1182
|
], SixSelect);
|
|
1019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSelect, decorators: [{
|
|
1020
1184
|
type: Component,
|
|
1021
1185
|
args: [{
|
|
1022
1186
|
selector: 'six-select',
|
|
1023
1187
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1024
1188
|
template: '<ng-content></ng-content>',
|
|
1025
1189
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1026
|
-
inputs: ['asyncFilter', 'autocomplete', 'clearable', 'disabled', 'errorText', 'errorTextCount', 'filter', 'filterDebounce', 'filterPlaceholder', 'helpText', 'hoist', 'inputDebounce', 'invalid', 'label', 'line', '
|
|
1190
|
+
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'],
|
|
1191
|
+
standalone: false
|
|
1027
1192
|
}]
|
|
1028
|
-
}], ctorParameters:
|
|
1193
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1029
1194
|
let SixSidebar = class SixSidebar {
|
|
1030
1195
|
constructor(c, r, z) {
|
|
1031
1196
|
this.z = z;
|
|
@@ -1033,8 +1198,8 @@ let SixSidebar = class SixSidebar {
|
|
|
1033
1198
|
this.el = r.nativeElement;
|
|
1034
1199
|
proxyOutputs(this, this.el, ['six-sidebar-show', 'six-sidebar-after-show', 'six-sidebar-hide', 'six-sidebar-after-hide', 'six-sidebar-initial-focus']);
|
|
1035
1200
|
}
|
|
1036
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1037
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1201
|
+
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 }); }
|
|
1202
|
+
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 }); }
|
|
1038
1203
|
};
|
|
1039
1204
|
SixSidebar = __decorate([
|
|
1040
1205
|
ProxyCmp({
|
|
@@ -1042,7 +1207,7 @@ SixSidebar = __decorate([
|
|
|
1042
1207
|
methods: ['toggle', 'show', 'hide', 'selectItemByIndex', 'selectItemByName']
|
|
1043
1208
|
})
|
|
1044
1209
|
], SixSidebar);
|
|
1045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebar, decorators: [{
|
|
1046
1211
|
type: Component,
|
|
1047
1212
|
args: [{
|
|
1048
1213
|
selector: 'six-sidebar',
|
|
@@ -1050,47 +1215,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1050
1215
|
template: '<ng-content></ng-content>',
|
|
1051
1216
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1052
1217
|
inputs: ['open', 'position', 'toggled', 'width'],
|
|
1218
|
+
standalone: false
|
|
1053
1219
|
}]
|
|
1054
|
-
}], ctorParameters:
|
|
1220
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1055
1221
|
let SixSidebarItem = class SixSidebarItem {
|
|
1056
1222
|
constructor(c, r, z) {
|
|
1057
1223
|
this.z = z;
|
|
1058
1224
|
c.detach();
|
|
1059
1225
|
this.el = r.nativeElement;
|
|
1060
1226
|
}
|
|
1061
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1062
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1227
|
+
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 }); }
|
|
1228
|
+
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 }); }
|
|
1063
1229
|
};
|
|
1064
1230
|
SixSidebarItem = __decorate([
|
|
1065
1231
|
ProxyCmp({
|
|
1066
|
-
inputs: ['disabled', 'href', 'selected', 'value']
|
|
1232
|
+
inputs: ['disabled', 'href', 'icon', 'selected', 'value']
|
|
1067
1233
|
})
|
|
1068
1234
|
], SixSidebarItem);
|
|
1069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItem, decorators: [{
|
|
1070
1236
|
type: Component,
|
|
1071
1237
|
args: [{
|
|
1072
1238
|
selector: 'six-sidebar-item',
|
|
1073
1239
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1074
1240
|
template: '<ng-content></ng-content>',
|
|
1075
1241
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1076
|
-
inputs: ['disabled', 'href', 'selected', 'value'],
|
|
1242
|
+
inputs: ['disabled', 'href', 'icon', 'selected', 'value'],
|
|
1243
|
+
standalone: false
|
|
1077
1244
|
}]
|
|
1078
|
-
}], ctorParameters:
|
|
1245
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1079
1246
|
let SixSidebarItemGroup = class SixSidebarItemGroup {
|
|
1080
1247
|
constructor(c, r, z) {
|
|
1081
1248
|
this.z = z;
|
|
1082
1249
|
c.detach();
|
|
1083
1250
|
this.el = r.nativeElement;
|
|
1084
1251
|
}
|
|
1085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1086
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1252
|
+
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 }); }
|
|
1253
|
+
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 }); }
|
|
1087
1254
|
};
|
|
1088
1255
|
SixSidebarItemGroup = __decorate([
|
|
1089
1256
|
ProxyCmp({
|
|
1090
1257
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value']
|
|
1091
1258
|
})
|
|
1092
1259
|
], SixSidebarItemGroup);
|
|
1093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSidebarItemGroup, decorators: [{
|
|
1094
1261
|
type: Component,
|
|
1095
1262
|
args: [{
|
|
1096
1263
|
selector: 'six-sidebar-item-group',
|
|
@@ -1098,47 +1265,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1098
1265
|
template: '<ng-content></ng-content>',
|
|
1099
1266
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1100
1267
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value'],
|
|
1268
|
+
standalone: false
|
|
1101
1269
|
}]
|
|
1102
|
-
}], ctorParameters:
|
|
1270
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1103
1271
|
let SixSpinner = class SixSpinner {
|
|
1104
1272
|
constructor(c, r, z) {
|
|
1105
1273
|
this.z = z;
|
|
1106
1274
|
c.detach();
|
|
1107
1275
|
this.el = r.nativeElement;
|
|
1108
1276
|
}
|
|
1109
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1110
|
-
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: SixSpinner, 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: SixSpinner, isStandalone: false, selector: "six-spinner", inputs: { logo: "logo", six: "six" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1111
1279
|
};
|
|
1112
1280
|
SixSpinner = __decorate([
|
|
1113
1281
|
ProxyCmp({
|
|
1114
|
-
inputs: ['six']
|
|
1282
|
+
inputs: ['logo', 'six']
|
|
1115
1283
|
})
|
|
1116
1284
|
], SixSpinner);
|
|
1117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSpinner, decorators: [{
|
|
1118
1286
|
type: Component,
|
|
1119
1287
|
args: [{
|
|
1120
1288
|
selector: 'six-spinner',
|
|
1121
1289
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1122
1290
|
template: '<ng-content></ng-content>',
|
|
1123
1291
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1124
|
-
inputs: ['six'],
|
|
1292
|
+
inputs: ['logo', 'six'],
|
|
1293
|
+
standalone: false
|
|
1125
1294
|
}]
|
|
1126
|
-
}], ctorParameters:
|
|
1295
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1127
1296
|
let SixStageIndicator = class SixStageIndicator {
|
|
1128
1297
|
constructor(c, r, z) {
|
|
1129
1298
|
this.z = z;
|
|
1130
1299
|
c.detach();
|
|
1131
1300
|
this.el = r.nativeElement;
|
|
1132
1301
|
}
|
|
1133
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1134
|
-
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: SixStageIndicator, 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: SixStageIndicator, isStandalone: false, selector: "six-stage-indicator", inputs: { stage: "stage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1135
1304
|
};
|
|
1136
1305
|
SixStageIndicator = __decorate([
|
|
1137
1306
|
ProxyCmp({
|
|
1138
1307
|
inputs: ['stage']
|
|
1139
1308
|
})
|
|
1140
1309
|
], SixStageIndicator);
|
|
1141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixStageIndicator, decorators: [{
|
|
1142
1311
|
type: Component,
|
|
1143
1312
|
args: [{
|
|
1144
1313
|
selector: 'six-stage-indicator',
|
|
@@ -1146,8 +1315,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1146
1315
|
template: '<ng-content></ng-content>',
|
|
1147
1316
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1148
1317
|
inputs: ['stage'],
|
|
1318
|
+
standalone: false
|
|
1149
1319
|
}]
|
|
1150
|
-
}], ctorParameters:
|
|
1320
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1151
1321
|
let SixSwitch = class SixSwitch {
|
|
1152
1322
|
constructor(c, r, z) {
|
|
1153
1323
|
this.z = z;
|
|
@@ -1155,8 +1325,8 @@ let SixSwitch = class SixSwitch {
|
|
|
1155
1325
|
this.el = r.nativeElement;
|
|
1156
1326
|
proxyOutputs(this, this.el, ['six-switch-blur', 'six-switch-change', 'six-switch-focus']);
|
|
1157
1327
|
}
|
|
1158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1159
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1328
|
+
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 }); }
|
|
1329
|
+
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 }); }
|
|
1160
1330
|
};
|
|
1161
1331
|
SixSwitch = __decorate([
|
|
1162
1332
|
ProxyCmp({
|
|
@@ -1164,7 +1334,7 @@ SixSwitch = __decorate([
|
|
|
1164
1334
|
methods: ['setFocus', 'removeFocus']
|
|
1165
1335
|
})
|
|
1166
1336
|
], SixSwitch);
|
|
1167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixSwitch, decorators: [{
|
|
1168
1338
|
type: Component,
|
|
1169
1339
|
args: [{
|
|
1170
1340
|
selector: 'six-switch',
|
|
@@ -1172,8 +1342,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1172
1342
|
template: '<ng-content></ng-content>',
|
|
1173
1343
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1174
1344
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'invalid', 'label', 'name', 'required', 'value'],
|
|
1345
|
+
standalone: false
|
|
1175
1346
|
}]
|
|
1176
|
-
}], ctorParameters:
|
|
1347
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1177
1348
|
let SixTab = class SixTab {
|
|
1178
1349
|
constructor(c, r, z) {
|
|
1179
1350
|
this.z = z;
|
|
@@ -1181,8 +1352,8 @@ let SixTab = class SixTab {
|
|
|
1181
1352
|
this.el = r.nativeElement;
|
|
1182
1353
|
proxyOutputs(this, this.el, ['six-tab-close']);
|
|
1183
1354
|
}
|
|
1184
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1185
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1355
|
+
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 }); }
|
|
1356
|
+
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", panel: "panel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1186
1357
|
};
|
|
1187
1358
|
SixTab = __decorate([
|
|
1188
1359
|
ProxyCmp({
|
|
@@ -1190,7 +1361,7 @@ SixTab = __decorate([
|
|
|
1190
1361
|
methods: ['setFocus', 'removeFocus']
|
|
1191
1362
|
})
|
|
1192
1363
|
], SixTab);
|
|
1193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTab, decorators: [{
|
|
1194
1365
|
type: Component,
|
|
1195
1366
|
args: [{
|
|
1196
1367
|
selector: 'six-tab',
|
|
@@ -1198,8 +1369,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1198
1369
|
template: '<ng-content></ng-content>',
|
|
1199
1370
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1200
1371
|
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1372
|
+
standalone: false
|
|
1201
1373
|
}]
|
|
1202
|
-
}], ctorParameters:
|
|
1374
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1203
1375
|
let SixTabGroup = class SixTabGroup {
|
|
1204
1376
|
constructor(c, r, z) {
|
|
1205
1377
|
this.z = z;
|
|
@@ -1207,8 +1379,8 @@ let SixTabGroup = class SixTabGroup {
|
|
|
1207
1379
|
this.el = r.nativeElement;
|
|
1208
1380
|
proxyOutputs(this, this.el, ['six-tab-show', 'six-tab-hide']);
|
|
1209
1381
|
}
|
|
1210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1211
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1382
|
+
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 }); }
|
|
1383
|
+
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 }); }
|
|
1212
1384
|
};
|
|
1213
1385
|
SixTabGroup = __decorate([
|
|
1214
1386
|
ProxyCmp({
|
|
@@ -1216,7 +1388,7 @@ SixTabGroup = __decorate([
|
|
|
1216
1388
|
methods: ['show']
|
|
1217
1389
|
})
|
|
1218
1390
|
], SixTabGroup);
|
|
1219
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1391
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabGroup, decorators: [{
|
|
1220
1392
|
type: Component,
|
|
1221
1393
|
args: [{
|
|
1222
1394
|
selector: 'six-tab-group',
|
|
@@ -1224,23 +1396,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1224
1396
|
template: '<ng-content></ng-content>',
|
|
1225
1397
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1226
1398
|
inputs: ['noScrollControls', 'placement'],
|
|
1399
|
+
standalone: false
|
|
1227
1400
|
}]
|
|
1228
|
-
}], ctorParameters:
|
|
1401
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1229
1402
|
let SixTabPanel = class SixTabPanel {
|
|
1230
1403
|
constructor(c, r, z) {
|
|
1231
1404
|
this.z = z;
|
|
1232
1405
|
c.detach();
|
|
1233
1406
|
this.el = r.nativeElement;
|
|
1234
1407
|
}
|
|
1235
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1236
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1408
|
+
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 }); }
|
|
1409
|
+
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 }); }
|
|
1237
1410
|
};
|
|
1238
1411
|
SixTabPanel = __decorate([
|
|
1239
1412
|
ProxyCmp({
|
|
1240
1413
|
inputs: ['active', 'name']
|
|
1241
1414
|
})
|
|
1242
1415
|
], SixTabPanel);
|
|
1243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTabPanel, decorators: [{
|
|
1244
1417
|
type: Component,
|
|
1245
1418
|
args: [{
|
|
1246
1419
|
selector: 'six-tab-panel',
|
|
@@ -1248,8 +1421,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1248
1421
|
template: '<ng-content></ng-content>',
|
|
1249
1422
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1250
1423
|
inputs: ['active', 'name'],
|
|
1424
|
+
standalone: false
|
|
1251
1425
|
}]
|
|
1252
|
-
}], ctorParameters:
|
|
1426
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1253
1427
|
let SixTag = class SixTag {
|
|
1254
1428
|
constructor(c, r, z) {
|
|
1255
1429
|
this.z = z;
|
|
@@ -1257,15 +1431,15 @@ let SixTag = class SixTag {
|
|
|
1257
1431
|
this.el = r.nativeElement;
|
|
1258
1432
|
proxyOutputs(this, this.el, ['six-tag-clear']);
|
|
1259
1433
|
}
|
|
1260
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1261
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1434
|
+
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 }); }
|
|
1435
|
+
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 }); }
|
|
1262
1436
|
};
|
|
1263
1437
|
SixTag = __decorate([
|
|
1264
1438
|
ProxyCmp({
|
|
1265
1439
|
inputs: ['clearable', 'pill', 'size', 'type']
|
|
1266
1440
|
})
|
|
1267
1441
|
], SixTag);
|
|
1268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTag, decorators: [{
|
|
1269
1443
|
type: Component,
|
|
1270
1444
|
args: [{
|
|
1271
1445
|
selector: 'six-tag',
|
|
@@ -1273,8 +1447,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1273
1447
|
template: '<ng-content></ng-content>',
|
|
1274
1448
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1275
1449
|
inputs: ['clearable', 'pill', 'size', 'type'],
|
|
1450
|
+
standalone: false
|
|
1276
1451
|
}]
|
|
1277
|
-
}], ctorParameters:
|
|
1452
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1278
1453
|
let SixTextarea = class SixTextarea {
|
|
1279
1454
|
constructor(c, r, z) {
|
|
1280
1455
|
this.z = z;
|
|
@@ -1282,8 +1457,8 @@ let SixTextarea = class SixTextarea {
|
|
|
1282
1457
|
this.el = r.nativeElement;
|
|
1283
1458
|
proxyOutputs(this, this.el, ['six-textarea-change', 'six-textarea-input', 'six-textarea-focus', 'six-textarea-blur']);
|
|
1284
1459
|
}
|
|
1285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1286
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1460
|
+
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 }); }
|
|
1461
|
+
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 }); }
|
|
1287
1462
|
};
|
|
1288
1463
|
SixTextarea = __decorate([
|
|
1289
1464
|
ProxyCmp({
|
|
@@ -1291,7 +1466,7 @@ SixTextarea = __decorate([
|
|
|
1291
1466
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
1292
1467
|
})
|
|
1293
1468
|
], SixTextarea);
|
|
1294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTextarea, decorators: [{
|
|
1295
1470
|
type: Component,
|
|
1296
1471
|
args: [{
|
|
1297
1472
|
selector: 'six-textarea',
|
|
@@ -1299,8 +1474,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1299
1474
|
template: '<ng-content></ng-content>',
|
|
1300
1475
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1301
1476
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'maxlength', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'size', 'spellcheck', 'value'],
|
|
1477
|
+
standalone: false
|
|
1302
1478
|
}]
|
|
1303
|
-
}], ctorParameters:
|
|
1479
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1304
1480
|
let SixTile = class SixTile {
|
|
1305
1481
|
constructor(c, r, z) {
|
|
1306
1482
|
this.z = z;
|
|
@@ -1308,8 +1484,8 @@ let SixTile = class SixTile {
|
|
|
1308
1484
|
this.el = r.nativeElement;
|
|
1309
1485
|
proxyOutputs(this, this.el, ['six-tile-closed', 'six-tile-selected']);
|
|
1310
1486
|
}
|
|
1311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1312
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1487
|
+
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 }); }
|
|
1488
|
+
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 }); }
|
|
1313
1489
|
};
|
|
1314
1490
|
SixTile = __decorate([
|
|
1315
1491
|
ProxyCmp({
|
|
@@ -1317,7 +1493,7 @@ SixTile = __decorate([
|
|
|
1317
1493
|
methods: ['hide', 'show']
|
|
1318
1494
|
})
|
|
1319
1495
|
], SixTile);
|
|
1320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTile, decorators: [{
|
|
1321
1497
|
type: Component,
|
|
1322
1498
|
args: [{
|
|
1323
1499
|
selector: 'six-tile',
|
|
@@ -1325,8 +1501,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1325
1501
|
template: '<ng-content></ng-content>',
|
|
1326
1502
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1327
1503
|
inputs: ['closeable', 'disableTooltip', 'disabled', 'elevated', 'iconName', 'label', 'size'],
|
|
1504
|
+
standalone: false
|
|
1328
1505
|
}]
|
|
1329
|
-
}], ctorParameters:
|
|
1506
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1330
1507
|
let SixTimepicker = class SixTimepicker {
|
|
1331
1508
|
constructor(c, r, z) {
|
|
1332
1509
|
this.z = z;
|
|
@@ -1334,8 +1511,8 @@ let SixTimepicker = class SixTimepicker {
|
|
|
1334
1511
|
this.el = r.nativeElement;
|
|
1335
1512
|
proxyOutputs(this, this.el, ['six-timepicker-change', 'six-timepicker-change-debounced', 'six-timepicker-clear']);
|
|
1336
1513
|
}
|
|
1337
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1338
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1514
|
+
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 }); }
|
|
1515
|
+
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 }); }
|
|
1339
1516
|
};
|
|
1340
1517
|
SixTimepicker = __decorate([
|
|
1341
1518
|
ProxyCmp({
|
|
@@ -1343,7 +1520,7 @@ SixTimepicker = __decorate([
|
|
|
1343
1520
|
methods: ['setFocus']
|
|
1344
1521
|
})
|
|
1345
1522
|
], SixTimepicker);
|
|
1346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTimepicker, decorators: [{
|
|
1347
1524
|
type: Component,
|
|
1348
1525
|
args: [{
|
|
1349
1526
|
selector: 'six-timepicker',
|
|
@@ -1351,8 +1528,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1351
1528
|
template: '<ng-content></ng-content>',
|
|
1352
1529
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1353
1530
|
inputs: ['clearable', 'debounce', 'defaultTime', 'disabled', 'errorText', 'errorTextCount', 'format', 'hoist', 'iconPosition', 'inline', 'interval', 'invalid', 'label', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'separator', 'size', 'timeout', 'value'],
|
|
1531
|
+
standalone: false
|
|
1354
1532
|
}]
|
|
1355
|
-
}], ctorParameters:
|
|
1533
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1356
1534
|
let SixTooltip = class SixTooltip {
|
|
1357
1535
|
constructor(c, r, z) {
|
|
1358
1536
|
this.z = z;
|
|
@@ -1360,8 +1538,8 @@ let SixTooltip = class SixTooltip {
|
|
|
1360
1538
|
this.el = r.nativeElement;
|
|
1361
1539
|
proxyOutputs(this, this.el, ['six-tooltip-show', 'six-tooltip-after-show', 'six-tooltip-hide', 'six-tooltip-after-hide']);
|
|
1362
1540
|
}
|
|
1363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1364
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1541
|
+
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 }); }
|
|
1542
|
+
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 }); }
|
|
1365
1543
|
};
|
|
1366
1544
|
SixTooltip = __decorate([
|
|
1367
1545
|
ProxyCmp({
|
|
@@ -1369,7 +1547,7 @@ SixTooltip = __decorate([
|
|
|
1369
1547
|
methods: ['show', 'hide']
|
|
1370
1548
|
})
|
|
1371
1549
|
], SixTooltip);
|
|
1372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixTooltip, decorators: [{
|
|
1373
1551
|
type: Component,
|
|
1374
1552
|
args: [{
|
|
1375
1553
|
selector: 'six-tooltip',
|
|
@@ -1377,17 +1555,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1377
1555
|
template: '<ng-content></ng-content>',
|
|
1378
1556
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1379
1557
|
inputs: ['content', 'disabled', 'distance', 'open', 'placement', 'skidding', 'trigger'],
|
|
1558
|
+
standalone: false
|
|
1380
1559
|
}]
|
|
1381
|
-
}], ctorParameters:
|
|
1560
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1382
1561
|
|
|
1383
1562
|
const DIRECTIVES = [
|
|
1384
|
-
SetAttributes,
|
|
1385
1563
|
SixAlert,
|
|
1386
1564
|
SixAvatar,
|
|
1387
1565
|
SixBadge,
|
|
1388
1566
|
SixButton,
|
|
1389
1567
|
SixCard,
|
|
1390
1568
|
SixCheckbox,
|
|
1569
|
+
SixDate,
|
|
1391
1570
|
SixDatepicker,
|
|
1392
1571
|
SixDetails,
|
|
1393
1572
|
SixDialog,
|
|
@@ -1401,12 +1580,16 @@ const DIRECTIVES = [
|
|
|
1401
1580
|
SixFooter,
|
|
1402
1581
|
SixGroupLabel,
|
|
1403
1582
|
SixHeader,
|
|
1583
|
+
SixHeaderDropdownItem,
|
|
1584
|
+
SixHeaderItem,
|
|
1585
|
+
SixHeaderMenuButton,
|
|
1404
1586
|
SixIcon,
|
|
1405
1587
|
SixIconButton,
|
|
1406
1588
|
SixInput,
|
|
1407
1589
|
SixItemPicker,
|
|
1408
1590
|
SixLanguageSwitcher,
|
|
1409
1591
|
SixLayoutGrid,
|
|
1592
|
+
SixLogo,
|
|
1410
1593
|
SixMainContainer,
|
|
1411
1594
|
SixMenu,
|
|
1412
1595
|
SixMenuDivider,
|
|
@@ -1417,6 +1600,7 @@ const DIRECTIVES = [
|
|
|
1417
1600
|
SixProgressRing,
|
|
1418
1601
|
SixRadio,
|
|
1419
1602
|
SixRange,
|
|
1603
|
+
SixRating,
|
|
1420
1604
|
SixRoot,
|
|
1421
1605
|
SixSearchField,
|
|
1422
1606
|
SixSelect,
|
|
@@ -1440,19 +1624,25 @@ class ValidationMessagesService {
|
|
|
1440
1624
|
getErrorMessage(language, error) {
|
|
1441
1625
|
return getErrorMessage(language, error);
|
|
1442
1626
|
}
|
|
1443
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1444
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1627
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1628
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, providedIn: 'root' }); }
|
|
1445
1629
|
}
|
|
1446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValidationMessagesService, decorators: [{
|
|
1447
1631
|
type: Injectable,
|
|
1448
1632
|
args: [{ providedIn: 'root' }]
|
|
1449
1633
|
}] });
|
|
1450
1634
|
|
|
1635
|
+
const DEFAULT_UI_LIBRARY_CONFIG = {
|
|
1636
|
+
showAsteriskOnRequiredValidator: false,
|
|
1637
|
+
};
|
|
1638
|
+
const UI_LIBRARY_CONFIG = new InjectionToken('UiLibraryConfig');
|
|
1639
|
+
|
|
1451
1640
|
class ValueAccessor {
|
|
1452
1641
|
constructor(injector, el) {
|
|
1453
1642
|
this.injector = injector;
|
|
1454
1643
|
this.el = el;
|
|
1455
1644
|
this.validationMessagesService = inject(ValidationMessagesService);
|
|
1645
|
+
this.config = inject(UI_LIBRARY_CONFIG);
|
|
1456
1646
|
this.onChange = () => { };
|
|
1457
1647
|
this.onTouched = () => { };
|
|
1458
1648
|
}
|
|
@@ -1497,13 +1687,17 @@ class ValueAccessor {
|
|
|
1497
1687
|
return;
|
|
1498
1688
|
const element = this.el.nativeElement;
|
|
1499
1689
|
const control = this.ngControl?.control;
|
|
1500
|
-
const invalid =
|
|
1690
|
+
const invalid = control.status === 'INVALID' && control.dirty && control.touched;
|
|
1501
1691
|
let errorTexts;
|
|
1502
1692
|
if (invalid) {
|
|
1503
1693
|
errorTexts = this.initialErrorText || this.getErrorTexts(control);
|
|
1504
1694
|
}
|
|
1505
1695
|
element.invalid = invalid;
|
|
1506
1696
|
element.errorText = errorTexts ?? '';
|
|
1697
|
+
// When the module is configured to do so, display an asterisk next to any form control that has a required validator
|
|
1698
|
+
if (this.config.showAsteriskOnRequiredValidator && this.ngControl.control.hasValidator(Validators.required)) {
|
|
1699
|
+
element.required = true;
|
|
1700
|
+
}
|
|
1507
1701
|
});
|
|
1508
1702
|
}
|
|
1509
1703
|
setDisabledState(isDisabled) {
|
|
@@ -1562,22 +1756,15 @@ class ValueAccessor {
|
|
|
1562
1756
|
return (this.validationMessagesService.getErrorMessage(getLanguage(), { key: key, ...value }) ?? key);
|
|
1563
1757
|
});
|
|
1564
1758
|
}
|
|
1565
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1566
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1759
|
+
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 }); }
|
|
1760
|
+
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 }); }
|
|
1567
1761
|
}
|
|
1568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
1569
1763
|
type: Directive
|
|
1570
|
-
}], ctorParameters:
|
|
1764
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
1571
1765
|
type: HostListener,
|
|
1572
1766
|
args: ['blur', ['$event.target']]
|
|
1573
1767
|
}] } });
|
|
1574
|
-
function getLanguage() {
|
|
1575
|
-
const documentLang = document.documentElement.lang;
|
|
1576
|
-
if (languages.includes(documentLang)) {
|
|
1577
|
-
return documentLang;
|
|
1578
|
-
}
|
|
1579
|
-
return 'de';
|
|
1580
|
-
}
|
|
1581
1768
|
const nextTick = (h) => {
|
|
1582
1769
|
if (typeof __zone_symbol__requestAnimationFrame === 'function') {
|
|
1583
1770
|
return __zone_symbol__requestAnimationFrame(h);
|
|
@@ -1595,8 +1782,8 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1595
1782
|
handleInputEvent(el) {
|
|
1596
1783
|
this.handleValueChange(el, el.value);
|
|
1597
1784
|
}
|
|
1598
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1599
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1785
|
+
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 }); }
|
|
1786
|
+
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: [
|
|
1600
1787
|
{
|
|
1601
1788
|
provide: NG_VALUE_ACCESSOR,
|
|
1602
1789
|
useExisting: TextValueAccessor,
|
|
@@ -1604,7 +1791,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1604
1791
|
},
|
|
1605
1792
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1606
1793
|
}
|
|
1607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
1608
1795
|
type: Directive,
|
|
1609
1796
|
args: [{
|
|
1610
1797
|
selector: 'six-input:not([type=number]),six-textarea',
|
|
@@ -1615,8 +1802,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1615
1802
|
multi: true,
|
|
1616
1803
|
},
|
|
1617
1804
|
],
|
|
1805
|
+
standalone: false,
|
|
1618
1806
|
}]
|
|
1619
|
-
}], ctorParameters:
|
|
1807
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1620
1808
|
type: HostListener,
|
|
1621
1809
|
args: ['input', ['$event.target']]
|
|
1622
1810
|
}] } });
|
|
@@ -1633,8 +1821,8 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1633
1821
|
fn(value === '' ? null : parseFloat(value));
|
|
1634
1822
|
});
|
|
1635
1823
|
}
|
|
1636
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1637
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1824
|
+
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 }); }
|
|
1825
|
+
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: [
|
|
1638
1826
|
{
|
|
1639
1827
|
provide: NG_VALUE_ACCESSOR,
|
|
1640
1828
|
useExisting: NumericValueAccessor,
|
|
@@ -1642,7 +1830,7 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1642
1830
|
},
|
|
1643
1831
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1644
1832
|
}
|
|
1645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
1646
1834
|
type: Directive,
|
|
1647
1835
|
args: [{
|
|
1648
1836
|
selector: 'six-input[type=number]',
|
|
@@ -1653,8 +1841,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1653
1841
|
multi: true,
|
|
1654
1842
|
},
|
|
1655
1843
|
],
|
|
1844
|
+
standalone: false,
|
|
1656
1845
|
}]
|
|
1657
|
-
}], ctorParameters:
|
|
1846
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1658
1847
|
type: HostListener,
|
|
1659
1848
|
args: ['input', ['$event.target']]
|
|
1660
1849
|
}] } });
|
|
@@ -1685,8 +1874,8 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1685
1874
|
this.el.nativeElement.name = this.formControlName;
|
|
1686
1875
|
}
|
|
1687
1876
|
}
|
|
1688
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1689
|
-
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: RadioValueAccessor, 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: RadioValueAccessor, isStandalone: false, selector: "six-radio", inputs: { value: "value", formControlName: "formControlName", name: "name" }, host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
1690
1879
|
{
|
|
1691
1880
|
provide: NG_VALUE_ACCESSOR,
|
|
1692
1881
|
useExisting: RadioValueAccessor,
|
|
@@ -1694,7 +1883,7 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1694
1883
|
},
|
|
1695
1884
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1696
1885
|
}
|
|
1697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
1698
1887
|
type: Directive,
|
|
1699
1888
|
args: [{
|
|
1700
1889
|
selector: 'six-radio',
|
|
@@ -1705,8 +1894,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1705
1894
|
multi: true,
|
|
1706
1895
|
},
|
|
1707
1896
|
],
|
|
1897
|
+
standalone: false,
|
|
1708
1898
|
}]
|
|
1709
|
-
}], ctorParameters:
|
|
1899
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { value: [{
|
|
1710
1900
|
type: Input
|
|
1711
1901
|
}], formControlName: [{
|
|
1712
1902
|
type: Input
|
|
@@ -1724,8 +1914,8 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1724
1914
|
handleChangeEvent(el) {
|
|
1725
1915
|
this.handleValueChange(el, el.value);
|
|
1726
1916
|
}
|
|
1727
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1728
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1917
|
+
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 }); }
|
|
1918
|
+
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: [
|
|
1729
1919
|
{
|
|
1730
1920
|
provide: NG_VALUE_ACCESSOR,
|
|
1731
1921
|
useExisting: DatepickerValueAccessor,
|
|
@@ -1733,7 +1923,7 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1733
1923
|
},
|
|
1734
1924
|
], usesInheritance: true, ngImport: i0 }); }
|
|
1735
1925
|
}
|
|
1736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DatepickerValueAccessor, decorators: [{
|
|
1737
1927
|
type: Directive,
|
|
1738
1928
|
args: [{
|
|
1739
1929
|
selector: 'six-datepicker',
|
|
@@ -1744,8 +1934,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1744
1934
|
multi: true,
|
|
1745
1935
|
},
|
|
1746
1936
|
],
|
|
1937
|
+
standalone: false,
|
|
1747
1938
|
}]
|
|
1748
|
-
}], ctorParameters:
|
|
1939
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
1749
1940
|
type: HostListener,
|
|
1750
1941
|
args: ['change', ['$event.target']]
|
|
1751
1942
|
}] } });
|
|
@@ -1786,15 +1977,16 @@ class SixFormDirective {
|
|
|
1786
1977
|
*/
|
|
1787
1978
|
this.sixSubmit = new EventEmitter();
|
|
1788
1979
|
}
|
|
1789
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1790
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1980
|
+
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 }); }
|
|
1981
|
+
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 }); }
|
|
1791
1982
|
}
|
|
1792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1983
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormDirective, decorators: [{
|
|
1793
1984
|
type: Directive,
|
|
1794
1985
|
args: [{
|
|
1795
1986
|
selector: 'form[sixForm]',
|
|
1987
|
+
standalone: false,
|
|
1796
1988
|
}]
|
|
1797
|
-
}], ctorParameters:
|
|
1989
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }], propDecorators: { sixSubmit: [{
|
|
1798
1990
|
type: Output
|
|
1799
1991
|
}], onNgSubmit: [{
|
|
1800
1992
|
type: HostListener,
|
|
@@ -1837,15 +2029,16 @@ class SixFormUtilDirective {
|
|
|
1837
2029
|
focusInvalidField() {
|
|
1838
2030
|
focusInvalidField(this.formGroupDirective, this.elementRef);
|
|
1839
2031
|
}
|
|
1840
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1841
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2032
|
+
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 }); }
|
|
2033
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: SixFormUtilDirective, isStandalone: false, selector: "[sixFormUtil]", ngImport: i0 }); }
|
|
1842
2034
|
}
|
|
1843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixFormUtilDirective, decorators: [{
|
|
1844
2036
|
type: Directive,
|
|
1845
2037
|
args: [{
|
|
1846
2038
|
selector: '[sixFormUtil]',
|
|
2039
|
+
standalone: false,
|
|
1847
2040
|
}]
|
|
1848
|
-
}], ctorParameters:
|
|
2041
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }] });
|
|
1849
2042
|
function focusInvalidField(formGroupDirective, formElement) {
|
|
1850
2043
|
formGroupDirective.form.markAllAsTouched();
|
|
1851
2044
|
markAllAsDirty([formGroupDirective.form]);
|
|
@@ -1905,6 +2098,30 @@ class SixUiLibraryValidators {
|
|
|
1905
2098
|
return allowed ? null : { invaliddate: { actual: control.value } };
|
|
1906
2099
|
};
|
|
1907
2100
|
}
|
|
2101
|
+
static minDateIso(mindate) {
|
|
2102
|
+
return (control) => {
|
|
2103
|
+
if (control.value == null || control.value === '')
|
|
2104
|
+
return null;
|
|
2105
|
+
const actualDate = control.value;
|
|
2106
|
+
return actualDate >= mindate ? null : { mindate: { mindate, actual: actualDate } };
|
|
2107
|
+
};
|
|
2108
|
+
}
|
|
2109
|
+
static maxDateIso(maxdate) {
|
|
2110
|
+
return (control) => {
|
|
2111
|
+
if (control.value == null || control.value === '')
|
|
2112
|
+
return null;
|
|
2113
|
+
const actualDate = control.value;
|
|
2114
|
+
return actualDate <= maxdate ? null : { maxdate: { maxdate, actual: actualDate } };
|
|
2115
|
+
};
|
|
2116
|
+
}
|
|
2117
|
+
static allowedDatesIso(allowedDates = () => true) {
|
|
2118
|
+
return (control) => {
|
|
2119
|
+
if (control.value == null || control.value === '')
|
|
2120
|
+
return null;
|
|
2121
|
+
const allowed = allowedDates(control.value);
|
|
2122
|
+
return allowed ? null : { invaliddate: { actual: control.value } };
|
|
2123
|
+
};
|
|
2124
|
+
}
|
|
1908
2125
|
}
|
|
1909
2126
|
class MinDateValidator {
|
|
1910
2127
|
validate(control) {
|
|
@@ -1913,14 +2130,15 @@ class MinDateValidator {
|
|
|
1913
2130
|
}
|
|
1914
2131
|
return null;
|
|
1915
2132
|
}
|
|
1916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1917
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2133
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2134
|
+
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 }); }
|
|
1918
2135
|
}
|
|
1919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidator, decorators: [{
|
|
1920
2137
|
type: Directive,
|
|
1921
2138
|
args: [{
|
|
1922
2139
|
selector: 'six-datepicker[min]',
|
|
1923
2140
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }],
|
|
2141
|
+
standalone: false,
|
|
1924
2142
|
}]
|
|
1925
2143
|
}], propDecorators: { min: [{
|
|
1926
2144
|
type: Input
|
|
@@ -1932,14 +2150,15 @@ class MaxDateValidator {
|
|
|
1932
2150
|
}
|
|
1933
2151
|
return null;
|
|
1934
2152
|
}
|
|
1935
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1936
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2153
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2154
|
+
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 }); }
|
|
1937
2155
|
}
|
|
1938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidator, decorators: [{
|
|
1939
2157
|
type: Directive,
|
|
1940
2158
|
args: [{
|
|
1941
2159
|
selector: 'six-datepicker[max]',
|
|
1942
2160
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }],
|
|
2161
|
+
standalone: false,
|
|
1943
2162
|
}]
|
|
1944
2163
|
}], propDecorators: { max: [{
|
|
1945
2164
|
type: Input
|
|
@@ -1951,14 +2170,75 @@ class AllowedDatesValidator {
|
|
|
1951
2170
|
validate(control) {
|
|
1952
2171
|
return SixUiLibraryValidators.allowedDates(this.allowedDates)(control);
|
|
1953
2172
|
}
|
|
1954
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1955
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2173
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2174
|
+
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 }); }
|
|
1956
2175
|
}
|
|
1957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidator, decorators: [{
|
|
1958
2177
|
type: Directive,
|
|
1959
2178
|
args: [{
|
|
1960
2179
|
selector: 'six-datepicker[allowedDates]',
|
|
1961
2180
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }],
|
|
2181
|
+
standalone: false,
|
|
2182
|
+
}]
|
|
2183
|
+
}], propDecorators: { allowedDates: [{
|
|
2184
|
+
type: Input
|
|
2185
|
+
}] } });
|
|
2186
|
+
class MinDateValidatorIso {
|
|
2187
|
+
validate(control) {
|
|
2188
|
+
if (this.min != null) {
|
|
2189
|
+
return SixUiLibraryValidators.minDateIso(this.min)(control);
|
|
2190
|
+
}
|
|
2191
|
+
return null;
|
|
2192
|
+
}
|
|
2193
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2194
|
+
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 }); }
|
|
2195
|
+
}
|
|
2196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinDateValidatorIso, decorators: [{
|
|
2197
|
+
type: Directive,
|
|
2198
|
+
args: [{
|
|
2199
|
+
selector: 'six-date[min]',
|
|
2200
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }],
|
|
2201
|
+
standalone: false,
|
|
2202
|
+
}]
|
|
2203
|
+
}], propDecorators: { min: [{
|
|
2204
|
+
type: Input
|
|
2205
|
+
}] } });
|
|
2206
|
+
class MaxDateValidatorIso {
|
|
2207
|
+
validate(control) {
|
|
2208
|
+
if (this.max != null) {
|
|
2209
|
+
return SixUiLibraryValidators.maxDateIso(this.max)(control);
|
|
2210
|
+
}
|
|
2211
|
+
return null;
|
|
2212
|
+
}
|
|
2213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2214
|
+
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 }); }
|
|
2215
|
+
}
|
|
2216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxDateValidatorIso, decorators: [{
|
|
2217
|
+
type: Directive,
|
|
2218
|
+
args: [{
|
|
2219
|
+
selector: 'six-date[max]',
|
|
2220
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }],
|
|
2221
|
+
standalone: false,
|
|
2222
|
+
}]
|
|
2223
|
+
}], propDecorators: { max: [{
|
|
2224
|
+
type: Input
|
|
2225
|
+
}] } });
|
|
2226
|
+
class AllowedDatesValidatorIso {
|
|
2227
|
+
constructor() {
|
|
2228
|
+
this.allowedDates = () => true;
|
|
2229
|
+
}
|
|
2230
|
+
validate(control) {
|
|
2231
|
+
return SixUiLibraryValidators.allowedDatesIso(this.allowedDates)(control);
|
|
2232
|
+
}
|
|
2233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2234
|
+
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 }); }
|
|
2235
|
+
}
|
|
2236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AllowedDatesValidatorIso, decorators: [{
|
|
2237
|
+
type: Directive,
|
|
2238
|
+
args: [{
|
|
2239
|
+
selector: 'six-date[allowedDates]',
|
|
2240
|
+
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }],
|
|
2241
|
+
standalone: false,
|
|
1962
2242
|
}]
|
|
1963
2243
|
}], propDecorators: { allowedDates: [{
|
|
1964
2244
|
type: Input
|
|
@@ -1967,14 +2247,15 @@ class MinValidator {
|
|
|
1967
2247
|
validate(control) {
|
|
1968
2248
|
return Validators.min(toFloat(this.min))(control);
|
|
1969
2249
|
}
|
|
1970
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1971
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2250
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2251
|
+
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 }); }
|
|
1972
2252
|
}
|
|
1973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2253
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MinValidator, decorators: [{
|
|
1974
2254
|
type: Directive,
|
|
1975
2255
|
args: [{
|
|
1976
2256
|
selector: 'six-input[type=number][min]',
|
|
1977
2257
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }],
|
|
2258
|
+
standalone: false,
|
|
1978
2259
|
}]
|
|
1979
2260
|
}], propDecorators: { min: [{
|
|
1980
2261
|
type: Input
|
|
@@ -1983,14 +2264,15 @@ class MaxValidator {
|
|
|
1983
2264
|
validate(control) {
|
|
1984
2265
|
return Validators.max(toFloat(this.max))(control);
|
|
1985
2266
|
}
|
|
1986
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1987
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2267
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2268
|
+
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 }); }
|
|
1988
2269
|
}
|
|
1989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: MaxValidator, decorators: [{
|
|
1990
2271
|
type: Directive,
|
|
1991
2272
|
args: [{
|
|
1992
2273
|
selector: 'six-input[type=number][max]',
|
|
1993
2274
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }],
|
|
2275
|
+
standalone: false,
|
|
1994
2276
|
}]
|
|
1995
2277
|
}], propDecorators: { max: [{
|
|
1996
2278
|
type: Input
|
|
@@ -2006,8 +2288,8 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2006
2288
|
handleChangeEvent(el) {
|
|
2007
2289
|
this.handleValueChange(el, el.value);
|
|
2008
2290
|
}
|
|
2009
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2010
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2291
|
+
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 }); }
|
|
2292
|
+
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: [
|
|
2011
2293
|
{
|
|
2012
2294
|
provide: NG_VALUE_ACCESSOR,
|
|
2013
2295
|
useExisting: SelectValueAccessor,
|
|
@@ -2015,7 +2297,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2015
2297
|
},
|
|
2016
2298
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2017
2299
|
}
|
|
2018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
2019
2301
|
type: Directive,
|
|
2020
2302
|
args: [{
|
|
2021
2303
|
selector: 'six-select',
|
|
@@ -2026,8 +2308,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2026
2308
|
multi: true,
|
|
2027
2309
|
},
|
|
2028
2310
|
],
|
|
2311
|
+
standalone: false,
|
|
2029
2312
|
}]
|
|
2030
|
-
}], ctorParameters:
|
|
2313
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2031
2314
|
type: HostListener,
|
|
2032
2315
|
args: ['change', ['$event.target']]
|
|
2033
2316
|
}] } });
|
|
@@ -2043,8 +2326,8 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2043
2326
|
this.el.nativeElement.checked = value === true;
|
|
2044
2327
|
this.updateValidation();
|
|
2045
2328
|
}
|
|
2046
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2047
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2329
|
+
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 }); }
|
|
2330
|
+
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: [
|
|
2048
2331
|
{
|
|
2049
2332
|
provide: NG_VALUE_ACCESSOR,
|
|
2050
2333
|
useExisting: CheckboxValueAccessor,
|
|
@@ -2052,7 +2335,7 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2052
2335
|
},
|
|
2053
2336
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2054
2337
|
}
|
|
2055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: CheckboxValueAccessor, decorators: [{
|
|
2056
2339
|
type: Directive,
|
|
2057
2340
|
args: [{
|
|
2058
2341
|
selector: 'six-checkbox',
|
|
@@ -2063,8 +2346,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2063
2346
|
multi: true,
|
|
2064
2347
|
},
|
|
2065
2348
|
],
|
|
2349
|
+
standalone: false,
|
|
2066
2350
|
}]
|
|
2067
|
-
}], ctorParameters:
|
|
2351
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2068
2352
|
type: HostListener,
|
|
2069
2353
|
args: ['change', ['$event.target']]
|
|
2070
2354
|
}] } });
|
|
@@ -2081,8 +2365,8 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2081
2365
|
fn(value === '' ? null : parseFloat(value));
|
|
2082
2366
|
});
|
|
2083
2367
|
}
|
|
2084
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2085
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2368
|
+
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 }); }
|
|
2369
|
+
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: [
|
|
2086
2370
|
{
|
|
2087
2371
|
provide: NG_VALUE_ACCESSOR,
|
|
2088
2372
|
useExisting: RangeValueAccessor,
|
|
@@ -2090,7 +2374,7 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2090
2374
|
},
|
|
2091
2375
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2092
2376
|
}
|
|
2093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: RangeValueAccessor, decorators: [{
|
|
2094
2378
|
type: Directive,
|
|
2095
2379
|
args: [{
|
|
2096
2380
|
selector: 'six-range',
|
|
@@ -2101,8 +2385,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2101
2385
|
multi: true,
|
|
2102
2386
|
},
|
|
2103
2387
|
],
|
|
2388
|
+
standalone: false,
|
|
2104
2389
|
}]
|
|
2105
|
-
}], ctorParameters:
|
|
2390
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2106
2391
|
type: HostListener,
|
|
2107
2392
|
args: ['input', ['$event.target']]
|
|
2108
2393
|
}] } });
|
|
@@ -2118,8 +2403,8 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2118
2403
|
this.el.nativeElement.checked = value === true;
|
|
2119
2404
|
this.updateValidation();
|
|
2120
2405
|
}
|
|
2121
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2122
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2406
|
+
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 }); }
|
|
2407
|
+
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: [
|
|
2123
2408
|
{
|
|
2124
2409
|
provide: NG_VALUE_ACCESSOR,
|
|
2125
2410
|
useExisting: SwitchValueAccessor,
|
|
@@ -2127,7 +2412,7 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2127
2412
|
},
|
|
2128
2413
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2129
2414
|
}
|
|
2130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SwitchValueAccessor, decorators: [{
|
|
2131
2416
|
type: Directive,
|
|
2132
2417
|
args: [{
|
|
2133
2418
|
selector: 'six-switch',
|
|
@@ -2138,8 +2423,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2138
2423
|
multi: true,
|
|
2139
2424
|
},
|
|
2140
2425
|
],
|
|
2426
|
+
standalone: false,
|
|
2141
2427
|
}]
|
|
2142
|
-
}], ctorParameters:
|
|
2428
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2143
2429
|
type: HostListener,
|
|
2144
2430
|
args: ['change', ['$event.target']]
|
|
2145
2431
|
}] } });
|
|
@@ -2151,8 +2437,8 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2151
2437
|
handleChangeEvent(el) {
|
|
2152
2438
|
this.handleValueChange(el, el.value);
|
|
2153
2439
|
}
|
|
2154
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2155
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2440
|
+
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 }); }
|
|
2441
|
+
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: [
|
|
2156
2442
|
{
|
|
2157
2443
|
provide: NG_VALUE_ACCESSOR,
|
|
2158
2444
|
useExisting: TimepickerValueAccessor,
|
|
@@ -2160,7 +2446,7 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2160
2446
|
},
|
|
2161
2447
|
], usesInheritance: true, ngImport: i0 }); }
|
|
2162
2448
|
}
|
|
2163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: TimepickerValueAccessor, decorators: [{
|
|
2164
2450
|
type: Directive,
|
|
2165
2451
|
args: [{
|
|
2166
2452
|
selector: 'six-timepicker',
|
|
@@ -2171,8 +2457,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2171
2457
|
multi: true,
|
|
2172
2458
|
},
|
|
2173
2459
|
],
|
|
2460
|
+
standalone: false,
|
|
2174
2461
|
}]
|
|
2175
|
-
}], ctorParameters:
|
|
2462
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2176
2463
|
type: HostListener,
|
|
2177
2464
|
args: ['change', ['$event.target']]
|
|
2178
2465
|
}] } });
|
|
@@ -2202,19 +2489,25 @@ class SixRouterLinkDirective {
|
|
|
2202
2489
|
if (this.routerLinkDirective?.urlTree) {
|
|
2203
2490
|
const url = this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.routerLinkDirective.urlTree));
|
|
2204
2491
|
this.renderer.setAttribute(this.elementRef.nativeElement, 'href', url);
|
|
2492
|
+
// Remove the `tabindex` attribute to prevent redundant focus behavior.
|
|
2493
|
+
// Angular's RouterLink adds `tabindex="0"` to non-focusable elements (e.g., `<div>`),
|
|
2494
|
+
// but custom components like `six-button` already handle focusability.
|
|
2495
|
+
// Keeping the tabindex would cause the element to receive focus twice.
|
|
2496
|
+
this.renderer.removeAttribute(this.elementRef.nativeElement, 'tabindex');
|
|
2205
2497
|
}
|
|
2206
2498
|
}
|
|
2207
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2208
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2499
|
+
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 }); }
|
|
2500
|
+
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 }); }
|
|
2209
2501
|
}
|
|
2210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: SixRouterLinkDirective, decorators: [{
|
|
2211
2503
|
type: Directive,
|
|
2212
2504
|
args: [{
|
|
2213
|
-
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink]',
|
|
2505
|
+
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]',
|
|
2506
|
+
standalone: false,
|
|
2214
2507
|
}]
|
|
2215
|
-
}], ctorParameters:
|
|
2508
|
+
}], ctorParameters: () => [{ type: i1$1.LocationStrategy }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.Renderer2 }, { type: i2.RouterLink, decorators: [{
|
|
2216
2509
|
type: Optional
|
|
2217
|
-
}] }]
|
|
2510
|
+
}] }], propDecorators: { onClick: [{
|
|
2218
2511
|
type: HostListener,
|
|
2219
2512
|
args: ['click', ['$event']]
|
|
2220
2513
|
}], routerLink: [{
|
|
@@ -2229,8 +2522,158 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2229
2522
|
type: Input
|
|
2230
2523
|
}] } });
|
|
2231
2524
|
|
|
2525
|
+
/**
|
|
2526
|
+
* Enables Angular router integration for the six-sidebar component.
|
|
2527
|
+
*
|
|
2528
|
+
* When this directive is added to a six-sidebar component using the 'sixRouterLinkActive' attribute,
|
|
2529
|
+
* it activates automatic route-based selection for sidebar items and groups.
|
|
2530
|
+
*
|
|
2531
|
+
* @recommended Add this directive to enable automatic route-based navigation in sidebars.
|
|
2532
|
+
*
|
|
2533
|
+
* @example
|
|
2534
|
+
* ```html
|
|
2535
|
+
* <six-sidebar sixRouterLinkActive>
|
|
2536
|
+
* <six-sidebar-item routerLink="/home">Home</six-sidebar-item>
|
|
2537
|
+
* <six-sidebar-item-group>
|
|
2538
|
+
* <six-sidebar-item routerLink="/settings/profile">Profile</six-sidebar-item>
|
|
2539
|
+
* </six-sidebar-item-group>
|
|
2540
|
+
* </six-sidebar>
|
|
2541
|
+
* ```
|
|
2542
|
+
*/
|
|
2543
|
+
class ActiveSidebarDirective {
|
|
2544
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2545
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.0.3", type: ActiveSidebarDirective, isStandalone: false, selector: "six-sidebar[sixRouterLinkActive]", ngImport: i0 }); }
|
|
2546
|
+
}
|
|
2547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarDirective, decorators: [{
|
|
2548
|
+
type: Directive,
|
|
2549
|
+
args: [{
|
|
2550
|
+
selector: 'six-sidebar[sixRouterLinkActive]',
|
|
2551
|
+
standalone: false,
|
|
2552
|
+
}]
|
|
2553
|
+
}] });
|
|
2554
|
+
/**
|
|
2555
|
+
* Enhances six-sidebar-item with Angular router integration.
|
|
2556
|
+
*
|
|
2557
|
+
* This directive automatically manages the 'selected' state of sidebar items based on the current route.
|
|
2558
|
+
* When used with ActiveSidebarDirective, it switches from manual selection to route-based selection.
|
|
2559
|
+
*
|
|
2560
|
+
* @requires RouterLinkActive
|
|
2561
|
+
* @optional ActiveSidebarDirective - If present, enables route-based selection
|
|
2562
|
+
*/
|
|
2563
|
+
class ActiveSidebarItemDirective {
|
|
2564
|
+
constructor() {
|
|
2565
|
+
this.routerLinkActive = inject(RouterLinkActive);
|
|
2566
|
+
this.sidebarItem = inject(SixSidebarItem);
|
|
2567
|
+
this.activeSidebarDirective = inject(ActiveSidebarDirective, { optional: true });
|
|
2568
|
+
}
|
|
2569
|
+
get selected() {
|
|
2570
|
+
if (this.activeSidebarDirective == null) {
|
|
2571
|
+
return this.sidebarItem.selected;
|
|
2572
|
+
}
|
|
2573
|
+
else {
|
|
2574
|
+
return this.routerLinkActive.isActive;
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2578
|
+
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 }); }
|
|
2579
|
+
}
|
|
2580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemDirective, decorators: [{
|
|
2581
|
+
type: Directive,
|
|
2582
|
+
args: [{
|
|
2583
|
+
selector: 'six-sidebar-item',
|
|
2584
|
+
hostDirectives: [RouterLinkActive],
|
|
2585
|
+
standalone: false,
|
|
2586
|
+
}]
|
|
2587
|
+
}], propDecorators: { selected: [{
|
|
2588
|
+
type: HostBinding,
|
|
2589
|
+
args: ['selected']
|
|
2590
|
+
}] } });
|
|
2591
|
+
/**
|
|
2592
|
+
* Enhances six-sidebar-item-group with Angular router integration.
|
|
2593
|
+
*
|
|
2594
|
+
* This directive automatically manages the 'open' state of sidebar groups based on the active route.
|
|
2595
|
+
* When a child route is active, the group automatically expands to show the active item.
|
|
2596
|
+
*
|
|
2597
|
+
* @requires RouterLinkActive
|
|
2598
|
+
* @optional ActiveSidebarDirective - If present, enables route-based expansion
|
|
2599
|
+
*/
|
|
2600
|
+
class ActiveSidebarItemGroupDirective {
|
|
2601
|
+
constructor() {
|
|
2602
|
+
this.routerLinkActive = inject(RouterLinkActive);
|
|
2603
|
+
this.sidebarItemGroup = inject(SixSidebarItemGroup);
|
|
2604
|
+
this.activeSidebarDirective = inject(ActiveSidebarDirective, { optional: true });
|
|
2605
|
+
}
|
|
2606
|
+
get open() {
|
|
2607
|
+
if (this.activeSidebarDirective == null) {
|
|
2608
|
+
return this.sidebarItemGroup.open;
|
|
2609
|
+
}
|
|
2610
|
+
if (this.sidebarItems?.length > 0) {
|
|
2611
|
+
return this.routerLinkActive.isActive ? true : this.sidebarItemGroup.open;
|
|
2612
|
+
}
|
|
2613
|
+
return this.routerLinkActive.isActive;
|
|
2614
|
+
}
|
|
2615
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2616
|
+
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 }); }
|
|
2617
|
+
}
|
|
2618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: ActiveSidebarItemGroupDirective, decorators: [{
|
|
2619
|
+
type: Directive,
|
|
2620
|
+
args: [{
|
|
2621
|
+
selector: 'six-sidebar-item-group',
|
|
2622
|
+
hostDirectives: [RouterLinkActive],
|
|
2623
|
+
standalone: false,
|
|
2624
|
+
}]
|
|
2625
|
+
}], propDecorators: { sidebarItems: [{
|
|
2626
|
+
type: ContentChildren,
|
|
2627
|
+
args: [SixSidebarItem]
|
|
2628
|
+
}], open: [{
|
|
2629
|
+
type: HostBinding,
|
|
2630
|
+
args: ['open']
|
|
2631
|
+
}] } });
|
|
2632
|
+
|
|
2633
|
+
class DateValueAccessor extends ValueAccessor {
|
|
2634
|
+
constructor(injector, el) {
|
|
2635
|
+
super(injector, el);
|
|
2636
|
+
}
|
|
2637
|
+
handleInputEvent(el) {
|
|
2638
|
+
this.handleValueChange(el, el.value);
|
|
2639
|
+
}
|
|
2640
|
+
writeValue(value) {
|
|
2641
|
+
this.el.nativeElement.value = value == null ? '' : value;
|
|
2642
|
+
this.updateValidation();
|
|
2643
|
+
}
|
|
2644
|
+
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 }); }
|
|
2645
|
+
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: [
|
|
2646
|
+
{
|
|
2647
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2648
|
+
useExisting: DateValueAccessor,
|
|
2649
|
+
multi: true,
|
|
2650
|
+
},
|
|
2651
|
+
], usesInheritance: true, ngImport: i0 }); }
|
|
2652
|
+
}
|
|
2653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: DateValueAccessor, decorators: [{
|
|
2654
|
+
type: Directive,
|
|
2655
|
+
args: [{
|
|
2656
|
+
selector: 'six-date',
|
|
2657
|
+
providers: [
|
|
2658
|
+
{
|
|
2659
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2660
|
+
useExisting: DateValueAccessor,
|
|
2661
|
+
multi: true,
|
|
2662
|
+
},
|
|
2663
|
+
],
|
|
2664
|
+
standalone: false,
|
|
2665
|
+
}]
|
|
2666
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2667
|
+
type: HostListener,
|
|
2668
|
+
args: ['change', ['$event.target']]
|
|
2669
|
+
}] } });
|
|
2670
|
+
|
|
2232
2671
|
class UiLibraryAngularModule {
|
|
2233
|
-
static forRoot(customValidationMessagesService) {
|
|
2672
|
+
static forRoot(customValidationMessagesService, config) {
|
|
2673
|
+
const mergedConfig = {
|
|
2674
|
+
...DEFAULT_UI_LIBRARY_CONFIG,
|
|
2675
|
+
...config,
|
|
2676
|
+
};
|
|
2234
2677
|
return {
|
|
2235
2678
|
ngModule: UiLibraryAngularModule,
|
|
2236
2679
|
providers: [
|
|
@@ -2240,16 +2683,18 @@ class UiLibraryAngularModule {
|
|
|
2240
2683
|
multi: true,
|
|
2241
2684
|
},
|
|
2242
2685
|
{ provide: ValidationMessagesService, useClass: customValidationMessagesService ?? ValidationMessagesService },
|
|
2686
|
+
{ provide: UI_LIBRARY_CONFIG, useValue: mergedConfig },
|
|
2243
2687
|
],
|
|
2244
2688
|
};
|
|
2245
2689
|
}
|
|
2246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2247
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2690
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2691
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, declarations: [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, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2248
2692
|
// value accessors
|
|
2249
2693
|
TextValueAccessor,
|
|
2250
2694
|
NumericValueAccessor,
|
|
2251
2695
|
RadioValueAccessor,
|
|
2252
2696
|
DatepickerValueAccessor,
|
|
2697
|
+
DateValueAccessor,
|
|
2253
2698
|
TimepickerValueAccessor,
|
|
2254
2699
|
SelectValueAccessor,
|
|
2255
2700
|
CheckboxValueAccessor,
|
|
@@ -2261,16 +2706,24 @@ class UiLibraryAngularModule {
|
|
|
2261
2706
|
MinDateValidator,
|
|
2262
2707
|
MaxDateValidator,
|
|
2263
2708
|
AllowedDatesValidator,
|
|
2709
|
+
MinDateValidatorIso,
|
|
2710
|
+
MaxDateValidatorIso,
|
|
2711
|
+
AllowedDatesValidatorIso,
|
|
2264
2712
|
// form helpers
|
|
2265
2713
|
SixFormDirective,
|
|
2266
2714
|
SixFormUtilDirective,
|
|
2267
2715
|
// router link directive
|
|
2268
|
-
SixRouterLinkDirective
|
|
2716
|
+
SixRouterLinkDirective,
|
|
2717
|
+
// sidebar helpers
|
|
2718
|
+
ActiveSidebarItemDirective,
|
|
2719
|
+
ActiveSidebarItemGroupDirective,
|
|
2720
|
+
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, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2269
2721
|
// value accessors
|
|
2270
2722
|
TextValueAccessor,
|
|
2271
2723
|
NumericValueAccessor,
|
|
2272
2724
|
RadioValueAccessor,
|
|
2273
2725
|
DatepickerValueAccessor,
|
|
2726
|
+
DateValueAccessor,
|
|
2274
2727
|
TimepickerValueAccessor,
|
|
2275
2728
|
SelectValueAccessor,
|
|
2276
2729
|
CheckboxValueAccessor,
|
|
@@ -2282,14 +2735,21 @@ class UiLibraryAngularModule {
|
|
|
2282
2735
|
MinDateValidator,
|
|
2283
2736
|
MaxDateValidator,
|
|
2284
2737
|
AllowedDatesValidator,
|
|
2738
|
+
MinDateValidatorIso,
|
|
2739
|
+
MaxDateValidatorIso,
|
|
2740
|
+
AllowedDatesValidatorIso,
|
|
2285
2741
|
// form helpers
|
|
2286
2742
|
SixFormDirective,
|
|
2287
2743
|
SixFormUtilDirective,
|
|
2288
2744
|
// router link directive
|
|
2289
|
-
SixRouterLinkDirective
|
|
2290
|
-
|
|
2745
|
+
SixRouterLinkDirective,
|
|
2746
|
+
// sidebar helpers
|
|
2747
|
+
ActiveSidebarItemDirective,
|
|
2748
|
+
ActiveSidebarItemGroupDirective,
|
|
2749
|
+
ActiveSidebarDirective] }); }
|
|
2750
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule }); }
|
|
2291
2751
|
}
|
|
2292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2752
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: UiLibraryAngularModule, decorators: [{
|
|
2293
2753
|
type: NgModule,
|
|
2294
2754
|
args: [{
|
|
2295
2755
|
declarations: [
|
|
@@ -2300,6 +2760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2300
2760
|
NumericValueAccessor,
|
|
2301
2761
|
RadioValueAccessor,
|
|
2302
2762
|
DatepickerValueAccessor,
|
|
2763
|
+
DateValueAccessor,
|
|
2303
2764
|
TimepickerValueAccessor,
|
|
2304
2765
|
SelectValueAccessor,
|
|
2305
2766
|
CheckboxValueAccessor,
|
|
@@ -2311,11 +2772,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2311
2772
|
MinDateValidator,
|
|
2312
2773
|
MaxDateValidator,
|
|
2313
2774
|
AllowedDatesValidator,
|
|
2775
|
+
MinDateValidatorIso,
|
|
2776
|
+
MaxDateValidatorIso,
|
|
2777
|
+
AllowedDatesValidatorIso,
|
|
2314
2778
|
// form helpers
|
|
2315
2779
|
SixFormDirective,
|
|
2316
2780
|
SixFormUtilDirective,
|
|
2317
2781
|
// router link directive
|
|
2318
2782
|
SixRouterLinkDirective,
|
|
2783
|
+
// sidebar helpers
|
|
2784
|
+
ActiveSidebarItemDirective,
|
|
2785
|
+
ActiveSidebarItemGroupDirective,
|
|
2786
|
+
ActiveSidebarDirective,
|
|
2319
2787
|
],
|
|
2320
2788
|
imports: [],
|
|
2321
2789
|
exports: [
|
|
@@ -2326,6 +2794,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2326
2794
|
NumericValueAccessor,
|
|
2327
2795
|
RadioValueAccessor,
|
|
2328
2796
|
DatepickerValueAccessor,
|
|
2797
|
+
DateValueAccessor,
|
|
2329
2798
|
TimepickerValueAccessor,
|
|
2330
2799
|
SelectValueAccessor,
|
|
2331
2800
|
CheckboxValueAccessor,
|
|
@@ -2337,15 +2806,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2337
2806
|
MinDateValidator,
|
|
2338
2807
|
MaxDateValidator,
|
|
2339
2808
|
AllowedDatesValidator,
|
|
2809
|
+
MinDateValidatorIso,
|
|
2810
|
+
MaxDateValidatorIso,
|
|
2811
|
+
AllowedDatesValidatorIso,
|
|
2340
2812
|
// form helpers
|
|
2341
2813
|
SixFormDirective,
|
|
2342
2814
|
SixFormUtilDirective,
|
|
2343
2815
|
// router link directive
|
|
2344
2816
|
SixRouterLinkDirective,
|
|
2817
|
+
// sidebar helpers
|
|
2818
|
+
ActiveSidebarItemDirective,
|
|
2819
|
+
ActiveSidebarItemGroupDirective,
|
|
2820
|
+
ActiveSidebarDirective,
|
|
2345
2821
|
],
|
|
2346
2822
|
}]
|
|
2347
2823
|
}] });
|
|
2348
2824
|
|
|
2825
|
+
class AlertService {
|
|
2826
|
+
constructor() {
|
|
2827
|
+
this.ngZone = inject(NgZone);
|
|
2828
|
+
}
|
|
2829
|
+
/**
|
|
2830
|
+
* Displays an alert as a toast notification.
|
|
2831
|
+
*/
|
|
2832
|
+
showAlert(message, alertType, duration, iconName) {
|
|
2833
|
+
this.ngZone.runOutsideAngular(() => showAlert(message, alertType, duration, iconName));
|
|
2834
|
+
}
|
|
2835
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2836
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, providedIn: 'root' }); }
|
|
2837
|
+
}
|
|
2838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: AlertService, decorators: [{
|
|
2839
|
+
type: Injectable,
|
|
2840
|
+
args: [{ providedIn: 'root' }]
|
|
2841
|
+
}] });
|
|
2842
|
+
|
|
2349
2843
|
/*
|
|
2350
2844
|
* Public API Surface of ui-library-angular
|
|
2351
2845
|
*/
|
|
@@ -2354,5 +2848,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2354
2848
|
* Generated bundle index. Do not edit.
|
|
2355
2849
|
*/
|
|
2356
2850
|
|
|
2357
|
-
export { AllowedDatesValidator, CheckboxValueAccessor, DIRECTIVES, DatepickerValueAccessor, MaxDateValidator, MaxValidator, MinDateValidator, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor,
|
|
2851
|
+
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, 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 };
|
|
2358
2852
|
//# sourceMappingURL=six-group-ui-library-angular.mjs.map
|