@six-group/ui-library-angular 0.0.0-insider.bd0dde8 → 0.0.0-insider.bf4fa64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/fesm2022/six-group-ui-library-angular.mjs +1097 -422
- package/fesm2022/six-group-ui-library-angular.mjs.map +1 -1
- package/package.json +17 -13
- package/types/six-group-ui-library-angular.d.ts +1385 -0
- package/esm2022/lib/control-value-accessors/checkbox-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/date-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/datepicker-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/numeric-value-accessor.mjs +0 -42
- package/esm2022/lib/control-value-accessors/radio-value-accessor.mjs +0 -62
- package/esm2022/lib/control-value-accessors/range-value-accessor.mjs +0 -42
- package/esm2022/lib/control-value-accessors/select-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/switch-value-accessor.mjs +0 -41
- package/esm2022/lib/control-value-accessors/text-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/timepicker-value-accessor.mjs +0 -37
- package/esm2022/lib/control-value-accessors/value-accessor.mjs +0 -138
- package/esm2022/lib/form/six-form.directive.mjs +0 -134
- package/esm2022/lib/link/six-router-link.directive.mjs +0 -61
- package/esm2022/lib/services/alert.service.mjs +0 -21
- package/esm2022/lib/services/validation-messages.service.mjs +0 -15
- package/esm2022/lib/sidebar/active-sidebar.directive.mjs +0 -110
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/components.mjs +0 -1414
- package/esm2022/lib/stencil-generated/index.mjs +0 -61
- package/esm2022/lib/ui-library-angular.module.mjs +0 -169
- package/esm2022/lib/validators/six-ui-library-validators.mjs +0 -203
- package/esm2022/public-api.mjs +0 -31
- package/esm2022/six-group-ui-library-angular.mjs +0 -5
- package/index.d.ts +0 -5
- package/lib/control-value-accessors/checkbox-value-accessor.d.ts +0 -10
- package/lib/control-value-accessors/date-value-accessor.d.ts +0 -10
- package/lib/control-value-accessors/datepicker-value-accessor.d.ts +0 -9
- package/lib/control-value-accessors/numeric-value-accessor.d.ts +0 -10
- package/lib/control-value-accessors/radio-value-accessor.d.ts +0 -15
- package/lib/control-value-accessors/range-value-accessor.d.ts +0 -10
- package/lib/control-value-accessors/select-value-accessor.d.ts +0 -9
- package/lib/control-value-accessors/switch-value-accessor.d.ts +0 -10
- package/lib/control-value-accessors/text-value-accessor.d.ts +0 -9
- package/lib/control-value-accessors/timepicker-value-accessor.d.ts +0 -9
- package/lib/control-value-accessors/value-accessor.d.ts +0 -39
- package/lib/form/six-form.directive.d.ts +0 -71
- package/lib/link/six-router-link.directive.d.ts +0 -26
- package/lib/services/alert.service.d.ts +0 -11
- package/lib/services/validation-messages.service.d.ts +0 -7
- package/lib/sidebar/active-sidebar.directive.d.ts +0 -59
- package/lib/stencil-generated/angular-component-lib/utils.d.ts +0 -9
- package/lib/stencil-generated/components.d.ts +0 -896
- package/lib/stencil-generated/index.d.ts +0 -2
- package/lib/ui-library-angular.module.d.ts +0 -24
- package/lib/validators/six-ui-library-validators.d.ts +0 -75
- package/public-api.d.ts +0 -20
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { EventEmitter, Output, ChangeDetectionStrategy, Component, Injectable, InjectionToken, inject, HostListener, Directive, Input, 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
|
|
7
|
+
import { Validators, NgControl, NG_VALUE_ACCESSOR, FormControl, FormGroup, FormArray, NG_VALIDATORS } from '@angular/forms';
|
|
8
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';
|
|
@@ -69,14 +69,19 @@ function ProxyCmp(opts) {
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
let SixAlert = class SixAlert {
|
|
72
|
+
z;
|
|
73
|
+
el;
|
|
74
|
+
sixAlertShow = new EventEmitter();
|
|
75
|
+
sixAlertAfterShow = new EventEmitter();
|
|
76
|
+
sixAlertHide = new EventEmitter();
|
|
77
|
+
sixAlertAfterHide = new EventEmitter();
|
|
72
78
|
constructor(c, r, z) {
|
|
73
79
|
this.z = z;
|
|
74
80
|
c.detach();
|
|
75
81
|
this.el = r.nativeElement;
|
|
76
|
-
proxyOutputs(this, this.el, ['six-alert-show', 'six-alert-after-show', 'six-alert-hide', 'six-alert-after-hide']);
|
|
77
82
|
}
|
|
78
|
-
static
|
|
79
|
-
static
|
|
83
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
84
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixAlert, isStandalone: false, selector: "six-alert", inputs: { closable: "closable", duration: "duration", open: "open", type: "type" }, outputs: { sixAlertShow: "sixAlertShow", sixAlertAfterShow: "sixAlertAfterShow", sixAlertHide: "sixAlertHide", sixAlertAfterHide: "sixAlertAfterHide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
80
85
|
};
|
|
81
86
|
SixAlert = __decorate([
|
|
82
87
|
ProxyCmp({
|
|
@@ -84,7 +89,7 @@ SixAlert = __decorate([
|
|
|
84
89
|
methods: ['show', 'hide', 'toast']
|
|
85
90
|
})
|
|
86
91
|
], SixAlert);
|
|
87
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
92
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixAlert, decorators: [{
|
|
88
93
|
type: Component,
|
|
89
94
|
args: [{
|
|
90
95
|
selector: 'six-alert',
|
|
@@ -92,23 +97,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
92
97
|
template: '<ng-content></ng-content>',
|
|
93
98
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
94
99
|
inputs: ['closable', 'duration', 'open', 'type'],
|
|
100
|
+
outputs: ['sixAlertShow:six-alert-show', 'sixAlertAfterShow:six-alert-after-show', 'sixAlertHide:six-alert-hide', 'sixAlertAfterHide:six-alert-after-hide'],
|
|
101
|
+
standalone: false
|
|
95
102
|
}]
|
|
96
|
-
}], ctorParameters:
|
|
103
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixAlertShow: [{
|
|
104
|
+
type: Output
|
|
105
|
+
}], sixAlertAfterShow: [{
|
|
106
|
+
type: Output
|
|
107
|
+
}], sixAlertHide: [{
|
|
108
|
+
type: Output
|
|
109
|
+
}], sixAlertAfterHide: [{
|
|
110
|
+
type: Output
|
|
111
|
+
}] } });
|
|
97
112
|
let SixAvatar = class SixAvatar {
|
|
113
|
+
z;
|
|
114
|
+
el;
|
|
98
115
|
constructor(c, r, z) {
|
|
99
116
|
this.z = z;
|
|
100
117
|
c.detach();
|
|
101
118
|
this.el = r.nativeElement;
|
|
102
119
|
}
|
|
103
|
-
static
|
|
104
|
-
static
|
|
120
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixAvatar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
121
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixAvatar, isStandalone: false, selector: "six-avatar", inputs: { alt: "alt", image: "image", initials: "initials", shape: "shape" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
105
122
|
};
|
|
106
123
|
SixAvatar = __decorate([
|
|
107
124
|
ProxyCmp({
|
|
108
125
|
inputs: ['alt', 'image', 'initials', 'shape']
|
|
109
126
|
})
|
|
110
127
|
], SixAvatar);
|
|
111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixAvatar, decorators: [{
|
|
112
129
|
type: Component,
|
|
113
130
|
args: [{
|
|
114
131
|
selector: 'six-avatar',
|
|
@@ -116,23 +133,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
116
133
|
template: '<ng-content></ng-content>',
|
|
117
134
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
118
135
|
inputs: ['alt', 'image', 'initials', 'shape'],
|
|
136
|
+
standalone: false
|
|
119
137
|
}]
|
|
120
|
-
}], ctorParameters:
|
|
138
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
121
139
|
let SixBadge = class SixBadge {
|
|
140
|
+
z;
|
|
141
|
+
el;
|
|
122
142
|
constructor(c, r, z) {
|
|
123
143
|
this.z = z;
|
|
124
144
|
c.detach();
|
|
125
145
|
this.el = r.nativeElement;
|
|
126
146
|
}
|
|
127
|
-
static
|
|
128
|
-
static
|
|
147
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
148
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixBadge, isStandalone: false, selector: "six-badge", inputs: { pill: "pill", pulse: "pulse", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
129
149
|
};
|
|
130
150
|
SixBadge = __decorate([
|
|
131
151
|
ProxyCmp({
|
|
132
152
|
inputs: ['pill', 'pulse', 'type']
|
|
133
153
|
})
|
|
134
154
|
], SixBadge);
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixBadge, decorators: [{
|
|
136
156
|
type: Component,
|
|
137
157
|
args: [{
|
|
138
158
|
selector: 'six-badge',
|
|
@@ -140,17 +160,75 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
140
160
|
template: '<ng-content></ng-content>',
|
|
141
161
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
142
162
|
inputs: ['pill', 'pulse', 'type'],
|
|
163
|
+
standalone: false
|
|
164
|
+
}]
|
|
165
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
166
|
+
let SixBreadcrumbs = class SixBreadcrumbs {
|
|
167
|
+
z;
|
|
168
|
+
el;
|
|
169
|
+
constructor(c, r, z) {
|
|
170
|
+
this.z = z;
|
|
171
|
+
c.detach();
|
|
172
|
+
this.el = r.nativeElement;
|
|
173
|
+
}
|
|
174
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
175
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixBreadcrumbs, isStandalone: false, selector: "six-breadcrumbs", inputs: { separatorIcon: "separatorIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
176
|
+
};
|
|
177
|
+
SixBreadcrumbs = __decorate([
|
|
178
|
+
ProxyCmp({
|
|
179
|
+
inputs: ['separatorIcon']
|
|
180
|
+
})
|
|
181
|
+
], SixBreadcrumbs);
|
|
182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixBreadcrumbs, decorators: [{
|
|
183
|
+
type: Component,
|
|
184
|
+
args: [{
|
|
185
|
+
selector: 'six-breadcrumbs',
|
|
186
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
187
|
+
template: '<ng-content></ng-content>',
|
|
188
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
189
|
+
inputs: ['separatorIcon'],
|
|
190
|
+
standalone: false
|
|
143
191
|
}]
|
|
144
|
-
}], ctorParameters:
|
|
192
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
193
|
+
let SixBreadcrumbsItem = class SixBreadcrumbsItem {
|
|
194
|
+
z;
|
|
195
|
+
el;
|
|
196
|
+
constructor(c, r, z) {
|
|
197
|
+
this.z = z;
|
|
198
|
+
c.detach();
|
|
199
|
+
this.el = r.nativeElement;
|
|
200
|
+
}
|
|
201
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixBreadcrumbsItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
202
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixBreadcrumbsItem, isStandalone: false, selector: "six-breadcrumbs-item", inputs: { href: "href", readonly: "readonly", size: "size", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
203
|
+
};
|
|
204
|
+
SixBreadcrumbsItem = __decorate([
|
|
205
|
+
ProxyCmp({
|
|
206
|
+
inputs: ['href', 'readonly', 'size', 'target']
|
|
207
|
+
})
|
|
208
|
+
], SixBreadcrumbsItem);
|
|
209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixBreadcrumbsItem, decorators: [{
|
|
210
|
+
type: Component,
|
|
211
|
+
args: [{
|
|
212
|
+
selector: 'six-breadcrumbs-item',
|
|
213
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
214
|
+
template: '<ng-content></ng-content>',
|
|
215
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
216
|
+
inputs: ['href', 'readonly', 'size', 'target'],
|
|
217
|
+
standalone: false
|
|
218
|
+
}]
|
|
219
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
145
220
|
let SixButton = class SixButton {
|
|
221
|
+
z;
|
|
222
|
+
el;
|
|
223
|
+
sixButtonBlur = new EventEmitter();
|
|
224
|
+
sixButtonFocus = new EventEmitter();
|
|
146
225
|
constructor(c, r, z) {
|
|
147
226
|
this.z = z;
|
|
148
227
|
c.detach();
|
|
149
228
|
this.el = r.nativeElement;
|
|
150
|
-
proxyOutputs(this, this.el, ['six-button-blur', 'six-button-focus']);
|
|
151
229
|
}
|
|
152
|
-
static
|
|
153
|
-
static
|
|
230
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
231
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixButtonBlur: "sixButtonBlur", sixButtonFocus: "sixButtonFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
154
232
|
};
|
|
155
233
|
SixButton = __decorate([
|
|
156
234
|
ProxyCmp({
|
|
@@ -158,7 +236,7 @@ SixButton = __decorate([
|
|
|
158
236
|
methods: ['setFocus', 'removeFocus']
|
|
159
237
|
})
|
|
160
238
|
], SixButton);
|
|
161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixButton, decorators: [{
|
|
162
240
|
type: Component,
|
|
163
241
|
args: [{
|
|
164
242
|
selector: 'six-button',
|
|
@@ -166,21 +244,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
166
244
|
template: '<ng-content></ng-content>',
|
|
167
245
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
168
246
|
inputs: ['caret', 'circle', 'disabled', 'download', 'href', 'loading', 'name', 'pill', 'reset', 'size', 'submit', 'target', 'type', 'value'],
|
|
247
|
+
outputs: ['sixButtonBlur:six-button-blur', 'sixButtonFocus:six-button-focus'],
|
|
248
|
+
standalone: false
|
|
169
249
|
}]
|
|
170
|
-
}], ctorParameters:
|
|
250
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixButtonBlur: [{
|
|
251
|
+
type: Output
|
|
252
|
+
}], sixButtonFocus: [{
|
|
253
|
+
type: Output
|
|
254
|
+
}] } });
|
|
171
255
|
let SixCard = class SixCard {
|
|
256
|
+
z;
|
|
257
|
+
el;
|
|
172
258
|
constructor(c, r, z) {
|
|
173
259
|
this.z = z;
|
|
174
260
|
c.detach();
|
|
175
261
|
this.el = r.nativeElement;
|
|
176
262
|
}
|
|
177
|
-
static
|
|
178
|
-
static
|
|
263
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
264
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixCard, isStandalone: false, selector: "six-card", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
179
265
|
};
|
|
180
266
|
SixCard = __decorate([
|
|
181
267
|
ProxyCmp({})
|
|
182
268
|
], SixCard);
|
|
183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixCard, decorators: [{
|
|
184
270
|
type: Component,
|
|
185
271
|
args: [{
|
|
186
272
|
selector: 'six-card',
|
|
@@ -188,17 +274,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
188
274
|
template: '<ng-content></ng-content>',
|
|
189
275
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
190
276
|
inputs: [],
|
|
277
|
+
standalone: false
|
|
191
278
|
}]
|
|
192
|
-
}], ctorParameters:
|
|
279
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
193
280
|
let SixCheckbox = class SixCheckbox {
|
|
281
|
+
z;
|
|
282
|
+
el;
|
|
283
|
+
sixCheckboxBlur = new EventEmitter();
|
|
284
|
+
sixCheckboxChange = new EventEmitter();
|
|
285
|
+
sixCheckboxFocus = new EventEmitter();
|
|
194
286
|
constructor(c, r, z) {
|
|
195
287
|
this.z = z;
|
|
196
288
|
c.detach();
|
|
197
289
|
this.el = r.nativeElement;
|
|
198
|
-
proxyOutputs(this, this.el, ['six-checkbox-blur', 'six-checkbox-change', 'six-checkbox-focus']);
|
|
199
290
|
}
|
|
200
|
-
static
|
|
201
|
-
static
|
|
291
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
292
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixCheckboxBlur: "sixCheckboxBlur", sixCheckboxChange: "sixCheckboxChange", sixCheckboxFocus: "sixCheckboxFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
202
293
|
};
|
|
203
294
|
SixCheckbox = __decorate([
|
|
204
295
|
ProxyCmp({
|
|
@@ -206,7 +297,7 @@ SixCheckbox = __decorate([
|
|
|
206
297
|
methods: ['setFocus', 'removeFocus']
|
|
207
298
|
})
|
|
208
299
|
], SixCheckbox);
|
|
209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixCheckbox, decorators: [{
|
|
210
301
|
type: Component,
|
|
211
302
|
args: [{
|
|
212
303
|
selector: 'six-checkbox',
|
|
@@ -214,43 +305,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
214
305
|
template: '<ng-content></ng-content>',
|
|
215
306
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
216
307
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'indeterminate', 'invalid', 'label', 'name', 'required', 'value'],
|
|
308
|
+
outputs: ['sixCheckboxBlur:six-checkbox-blur', 'sixCheckboxChange:six-checkbox-change', 'sixCheckboxFocus:six-checkbox-focus'],
|
|
309
|
+
standalone: false
|
|
217
310
|
}]
|
|
218
|
-
}], ctorParameters:
|
|
311
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixCheckboxBlur: [{
|
|
312
|
+
type: Output
|
|
313
|
+
}], sixCheckboxChange: [{
|
|
314
|
+
type: Output
|
|
315
|
+
}], sixCheckboxFocus: [{
|
|
316
|
+
type: Output
|
|
317
|
+
}] } });
|
|
219
318
|
let SixDate = class SixDate {
|
|
319
|
+
z;
|
|
320
|
+
el;
|
|
321
|
+
sixChange = new EventEmitter();
|
|
322
|
+
sixBlur = new EventEmitter();
|
|
220
323
|
constructor(c, r, z) {
|
|
221
324
|
this.z = z;
|
|
222
325
|
c.detach();
|
|
223
326
|
this.el = r.nativeElement;
|
|
224
|
-
proxyOutputs(this, this.el, ['sixChange', 'sixBlur']);
|
|
225
327
|
}
|
|
226
|
-
static
|
|
227
|
-
static
|
|
328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
329
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixChange: "sixChange", sixBlur: "sixBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
228
330
|
};
|
|
229
331
|
SixDate = __decorate([
|
|
230
332
|
ProxyCmp({
|
|
231
|
-
inputs: ['allowedDates', 'clearable', 'dateFormat', '
|
|
333
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
232
334
|
methods: ['setFocus']
|
|
233
335
|
})
|
|
234
336
|
], SixDate);
|
|
235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDate, decorators: [{
|
|
236
338
|
type: Component,
|
|
237
339
|
args: [{
|
|
238
340
|
selector: 'six-date',
|
|
239
341
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
240
342
|
template: '<ng-content></ng-content>',
|
|
241
343
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
242
|
-
inputs: ['allowedDates', 'clearable', 'dateFormat', '
|
|
344
|
+
inputs: ['allowedDates', 'clearable', 'dateFormat', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'language', 'max', 'min', 'name', 'placeholder', 'readonly', 'required', 'size', 'value'],
|
|
345
|
+
outputs: ['sixChange:six-change', 'sixBlur:six-blur'],
|
|
346
|
+
standalone: false
|
|
243
347
|
}]
|
|
244
|
-
}], ctorParameters:
|
|
348
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixChange: [{
|
|
349
|
+
type: Output
|
|
350
|
+
}], sixBlur: [{
|
|
351
|
+
type: Output
|
|
352
|
+
}] } });
|
|
245
353
|
let SixDatepicker = class SixDatepicker {
|
|
354
|
+
z;
|
|
355
|
+
el;
|
|
356
|
+
sixDatepickerSelect = new EventEmitter();
|
|
357
|
+
sixDatepickerClear = new EventEmitter();
|
|
358
|
+
sixDatepickerBlur = new EventEmitter();
|
|
246
359
|
constructor(c, r, z) {
|
|
247
360
|
this.z = z;
|
|
248
361
|
c.detach();
|
|
249
362
|
this.el = r.nativeElement;
|
|
250
|
-
proxyOutputs(this, this.el, ['six-datepicker-select', 'six-datepicker-clear', 'six-datepicker-blur']);
|
|
251
363
|
}
|
|
252
|
-
static
|
|
253
|
-
static
|
|
364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
365
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixDatepickerSelect: "sixDatepickerSelect", sixDatepickerClear: "sixDatepickerClear", sixDatepickerBlur: "sixDatepickerBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
254
366
|
};
|
|
255
367
|
SixDatepicker = __decorate([
|
|
256
368
|
ProxyCmp({
|
|
@@ -258,7 +370,7 @@ SixDatepicker = __decorate([
|
|
|
258
370
|
methods: ['setFocus', 'select']
|
|
259
371
|
})
|
|
260
372
|
], SixDatepicker);
|
|
261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDatepicker, decorators: [{
|
|
262
374
|
type: Component,
|
|
263
375
|
args: [{
|
|
264
376
|
selector: 'six-datepicker',
|
|
@@ -266,17 +378,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
266
378
|
template: '<ng-content></ng-content>',
|
|
267
379
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
268
380
|
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'],
|
|
381
|
+
outputs: ['sixDatepickerSelect:six-datepicker-select', 'sixDatepickerClear:six-datepicker-clear', 'sixDatepickerBlur:six-datepicker-blur'],
|
|
382
|
+
standalone: false
|
|
269
383
|
}]
|
|
270
|
-
}], ctorParameters:
|
|
384
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixDatepickerSelect: [{
|
|
385
|
+
type: Output
|
|
386
|
+
}], sixDatepickerClear: [{
|
|
387
|
+
type: Output
|
|
388
|
+
}], sixDatepickerBlur: [{
|
|
389
|
+
type: Output
|
|
390
|
+
}] } });
|
|
271
391
|
let SixDetails = class SixDetails {
|
|
392
|
+
z;
|
|
393
|
+
el;
|
|
394
|
+
sixDetailsShow = new EventEmitter();
|
|
395
|
+
sixDetailsAfterShow = new EventEmitter();
|
|
396
|
+
sixDetailsHide = new EventEmitter();
|
|
397
|
+
sixDetailsAfterHide = new EventEmitter();
|
|
272
398
|
constructor(c, r, z) {
|
|
273
399
|
this.z = z;
|
|
274
400
|
c.detach();
|
|
275
401
|
this.el = r.nativeElement;
|
|
276
|
-
proxyOutputs(this, this.el, ['six-details-show', 'six-details-after-show', 'six-details-hide', 'six-details-after-hide']);
|
|
277
402
|
}
|
|
278
|
-
static
|
|
279
|
-
static
|
|
403
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
404
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixDetails, isStandalone: false, selector: "six-details", inputs: { disabled: "disabled", hasContent: "hasContent", inline: "inline", open: "open", selectableEmpty: "selectableEmpty", summary: "summary", summaryIcon: "summaryIcon", summaryIconSize: "summaryIconSize" }, outputs: { sixDetailsShow: "sixDetailsShow", sixDetailsAfterShow: "sixDetailsAfterShow", sixDetailsHide: "sixDetailsHide", sixDetailsAfterHide: "sixDetailsAfterHide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
280
405
|
};
|
|
281
406
|
SixDetails = __decorate([
|
|
282
407
|
ProxyCmp({
|
|
@@ -284,7 +409,7 @@ SixDetails = __decorate([
|
|
|
284
409
|
methods: ['show', 'hide']
|
|
285
410
|
})
|
|
286
411
|
], SixDetails);
|
|
287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
412
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDetails, decorators: [{
|
|
288
413
|
type: Component,
|
|
289
414
|
args: [{
|
|
290
415
|
selector: 'six-details',
|
|
@@ -292,17 +417,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
292
417
|
template: '<ng-content></ng-content>',
|
|
293
418
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
294
419
|
inputs: ['disabled', 'hasContent', 'inline', 'open', 'selectableEmpty', 'summary', 'summaryIcon', 'summaryIconSize'],
|
|
420
|
+
outputs: ['sixDetailsShow:six-details-show', 'sixDetailsAfterShow:six-details-after-show', 'sixDetailsHide:six-details-hide', 'sixDetailsAfterHide:six-details-after-hide'],
|
|
421
|
+
standalone: false
|
|
295
422
|
}]
|
|
296
|
-
}], ctorParameters:
|
|
423
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixDetailsShow: [{
|
|
424
|
+
type: Output
|
|
425
|
+
}], sixDetailsAfterShow: [{
|
|
426
|
+
type: Output
|
|
427
|
+
}], sixDetailsHide: [{
|
|
428
|
+
type: Output
|
|
429
|
+
}], sixDetailsAfterHide: [{
|
|
430
|
+
type: Output
|
|
431
|
+
}] } });
|
|
297
432
|
let SixDialog = class SixDialog {
|
|
433
|
+
z;
|
|
434
|
+
el;
|
|
435
|
+
sixDialogShow = new EventEmitter();
|
|
436
|
+
sixDialogAfterShow = new EventEmitter();
|
|
437
|
+
sixDialogHide = new EventEmitter();
|
|
438
|
+
sixDialogAfterHide = new EventEmitter();
|
|
439
|
+
sixDialogInitialFocus = new EventEmitter();
|
|
440
|
+
sixDialogRequestClose = new EventEmitter();
|
|
298
441
|
constructor(c, r, z) {
|
|
299
442
|
this.z = z;
|
|
300
443
|
c.detach();
|
|
301
444
|
this.el = r.nativeElement;
|
|
302
|
-
proxyOutputs(this, this.el, ['six-dialog-show', 'six-dialog-after-show', 'six-dialog-hide', 'six-dialog-after-hide', 'six-dialog-initial-focus', 'six-dialog-overlay-dismiss']);
|
|
303
445
|
}
|
|
304
|
-
static
|
|
305
|
-
static
|
|
446
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
447
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixDialog, isStandalone: false, selector: "six-dialog", inputs: { label: "label", noHeader: "noHeader", open: "open" }, outputs: { sixDialogShow: "sixDialogShow", sixDialogAfterShow: "sixDialogAfterShow", sixDialogHide: "sixDialogHide", sixDialogAfterHide: "sixDialogAfterHide", sixDialogInitialFocus: "sixDialogInitialFocus", sixDialogRequestClose: "sixDialogRequestClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
306
448
|
};
|
|
307
449
|
SixDialog = __decorate([
|
|
308
450
|
ProxyCmp({
|
|
@@ -310,7 +452,7 @@ SixDialog = __decorate([
|
|
|
310
452
|
methods: ['show', 'hide']
|
|
311
453
|
})
|
|
312
454
|
], SixDialog);
|
|
313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDialog, decorators: [{
|
|
314
456
|
type: Component,
|
|
315
457
|
args: [{
|
|
316
458
|
selector: 'six-dialog',
|
|
@@ -318,17 +460,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
318
460
|
template: '<ng-content></ng-content>',
|
|
319
461
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
320
462
|
inputs: ['label', 'noHeader', 'open'],
|
|
463
|
+
outputs: ['sixDialogShow:six-dialog-show', 'sixDialogAfterShow:six-dialog-after-show', 'sixDialogHide:six-dialog-hide', 'sixDialogAfterHide:six-dialog-after-hide', 'sixDialogInitialFocus:six-dialog-initial-focus', 'sixDialogRequestClose:six-dialog-request-close'],
|
|
464
|
+
standalone: false
|
|
321
465
|
}]
|
|
322
|
-
}], ctorParameters:
|
|
466
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixDialogShow: [{
|
|
467
|
+
type: Output
|
|
468
|
+
}], sixDialogAfterShow: [{
|
|
469
|
+
type: Output
|
|
470
|
+
}], sixDialogHide: [{
|
|
471
|
+
type: Output
|
|
472
|
+
}], sixDialogAfterHide: [{
|
|
473
|
+
type: Output
|
|
474
|
+
}], sixDialogInitialFocus: [{
|
|
475
|
+
type: Output
|
|
476
|
+
}], sixDialogRequestClose: [{
|
|
477
|
+
type: Output
|
|
478
|
+
}] } });
|
|
323
479
|
let SixDrawer = class SixDrawer {
|
|
480
|
+
z;
|
|
481
|
+
el;
|
|
482
|
+
sixDrawerShow = new EventEmitter();
|
|
483
|
+
sixDrawerAfterShow = new EventEmitter();
|
|
484
|
+
sixDrawerHide = new EventEmitter();
|
|
485
|
+
sixDrawerAfterHide = new EventEmitter();
|
|
486
|
+
sixDrawerInitialFocus = new EventEmitter();
|
|
487
|
+
sixDrawerRequestClose = new EventEmitter();
|
|
324
488
|
constructor(c, r, z) {
|
|
325
489
|
this.z = z;
|
|
326
490
|
c.detach();
|
|
327
491
|
this.el = r.nativeElement;
|
|
328
|
-
proxyOutputs(this, this.el, ['six-drawer-show', 'six-drawer-after-show', 'six-drawer-hide', 'six-drawer-after-hide', 'six-drawer-initial-focus', 'six-drawer-overlay-dismiss']);
|
|
329
492
|
}
|
|
330
|
-
static
|
|
331
|
-
static
|
|
493
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDrawer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
494
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixDrawer, isStandalone: false, selector: "six-drawer", inputs: { contained: "contained", label: "label", noHeader: "noHeader", open: "open", placement: "placement" }, outputs: { sixDrawerShow: "sixDrawerShow", sixDrawerAfterShow: "sixDrawerAfterShow", sixDrawerHide: "sixDrawerHide", sixDrawerAfterHide: "sixDrawerAfterHide", sixDrawerInitialFocus: "sixDrawerInitialFocus", sixDrawerRequestClose: "sixDrawerRequestClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
332
495
|
};
|
|
333
496
|
SixDrawer = __decorate([
|
|
334
497
|
ProxyCmp({
|
|
@@ -336,7 +499,7 @@ SixDrawer = __decorate([
|
|
|
336
499
|
methods: ['show', 'hide']
|
|
337
500
|
})
|
|
338
501
|
], SixDrawer);
|
|
339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDrawer, decorators: [{
|
|
340
503
|
type: Component,
|
|
341
504
|
args: [{
|
|
342
505
|
selector: 'six-drawer',
|
|
@@ -344,47 +507,87 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
344
507
|
template: '<ng-content></ng-content>',
|
|
345
508
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
346
509
|
inputs: ['contained', 'label', 'noHeader', 'open', 'placement'],
|
|
510
|
+
outputs: ['sixDrawerShow:six-drawer-show', 'sixDrawerAfterShow:six-drawer-after-show', 'sixDrawerHide:six-drawer-hide', 'sixDrawerAfterHide:six-drawer-after-hide', 'sixDrawerInitialFocus:six-drawer-initial-focus', 'sixDrawerRequestClose:six-drawer-request-close'],
|
|
511
|
+
standalone: false
|
|
347
512
|
}]
|
|
348
|
-
}], ctorParameters:
|
|
513
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixDrawerShow: [{
|
|
514
|
+
type: Output
|
|
515
|
+
}], sixDrawerAfterShow: [{
|
|
516
|
+
type: Output
|
|
517
|
+
}], sixDrawerHide: [{
|
|
518
|
+
type: Output
|
|
519
|
+
}], sixDrawerAfterHide: [{
|
|
520
|
+
type: Output
|
|
521
|
+
}], sixDrawerInitialFocus: [{
|
|
522
|
+
type: Output
|
|
523
|
+
}], sixDrawerRequestClose: [{
|
|
524
|
+
type: Output
|
|
525
|
+
}] } });
|
|
349
526
|
let SixDropdown = class SixDropdown {
|
|
527
|
+
z;
|
|
528
|
+
el;
|
|
529
|
+
sixDropdownShow = new EventEmitter();
|
|
530
|
+
sixDropdownAfterShow = new EventEmitter();
|
|
531
|
+
sixDropdownHide = new EventEmitter();
|
|
532
|
+
sixDropdownAfterHide = new EventEmitter();
|
|
533
|
+
sixDropdownAutoFilterFired = new EventEmitter();
|
|
534
|
+
sixAsyncFilterFired = new EventEmitter();
|
|
535
|
+
sixDropdownScroll = new EventEmitter();
|
|
350
536
|
constructor(c, r, z) {
|
|
351
537
|
this.z = z;
|
|
352
538
|
c.detach();
|
|
353
539
|
this.el = r.nativeElement;
|
|
354
|
-
proxyOutputs(this, this.el, ['six-dropdown-show', 'six-dropdown-after-show', 'six-dropdown-hide', 'six-dropdown-after-hide', 'six-dropdown-auto-filter-fired', 'six-async-filter-fired', 'six-dropdown-scroll']);
|
|
355
540
|
}
|
|
356
|
-
static
|
|
357
|
-
static
|
|
541
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
542
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixDropdown, isStandalone: false, selector: "six-dropdown", inputs: { asyncFilter: "asyncFilter", autofocusFilter: "autofocusFilter", closeOnSelect: "closeOnSelect", containingElement: "containingElement", disableHideOnEnterAndSpace: "disableHideOnEnterAndSpace", disableTypeToSelect: "disableTypeToSelect", distance: "distance", filter: "filter", filterDebounce: "filterDebounce", filterPlaceholder: "filterPlaceholder", hoist: "hoist", matchTriggerWidth: "matchTriggerWidth", noScroll: "noScroll", open: "open", options: "options", placement: "placement", skidding: "skidding", virtualScroll: "virtualScroll" }, outputs: { sixDropdownShow: "sixDropdownShow", sixDropdownAfterShow: "sixDropdownAfterShow", sixDropdownHide: "sixDropdownHide", sixDropdownAfterHide: "sixDropdownAfterHide", sixDropdownAutoFilterFired: "sixDropdownAutoFilterFired", sixAsyncFilterFired: "sixAsyncFilterFired", sixDropdownScroll: "sixDropdownScroll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
358
543
|
};
|
|
359
544
|
SixDropdown = __decorate([
|
|
360
545
|
ProxyCmp({
|
|
361
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
546
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'disableTypeToSelect', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'noScroll', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
362
547
|
methods: ['show', 'hide']
|
|
363
548
|
})
|
|
364
549
|
], SixDropdown);
|
|
365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixDropdown, decorators: [{
|
|
366
551
|
type: Component,
|
|
367
552
|
args: [{
|
|
368
553
|
selector: 'six-dropdown',
|
|
369
554
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
370
555
|
template: '<ng-content></ng-content>',
|
|
371
556
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
372
|
-
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
557
|
+
inputs: ['asyncFilter', 'autofocusFilter', 'closeOnSelect', 'containingElement', 'disableHideOnEnterAndSpace', 'disableTypeToSelect', 'distance', 'filter', 'filterDebounce', 'filterPlaceholder', 'hoist', 'matchTriggerWidth', 'noScroll', 'open', 'options', 'placement', 'skidding', 'virtualScroll'],
|
|
558
|
+
outputs: ['sixDropdownShow:six-dropdown-show', 'sixDropdownAfterShow:six-dropdown-after-show', 'sixDropdownHide:six-dropdown-hide', 'sixDropdownAfterHide:six-dropdown-after-hide', 'sixDropdownAutoFilterFired:six-dropdown-auto-filter-fired', 'sixAsyncFilterFired:six-async-filter-fired', 'sixDropdownScroll:six-dropdown-scroll'],
|
|
559
|
+
standalone: false
|
|
373
560
|
}]
|
|
374
|
-
}], ctorParameters:
|
|
561
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixDropdownShow: [{
|
|
562
|
+
type: Output
|
|
563
|
+
}], sixDropdownAfterShow: [{
|
|
564
|
+
type: Output
|
|
565
|
+
}], sixDropdownHide: [{
|
|
566
|
+
type: Output
|
|
567
|
+
}], sixDropdownAfterHide: [{
|
|
568
|
+
type: Output
|
|
569
|
+
}], sixDropdownAutoFilterFired: [{
|
|
570
|
+
type: Output
|
|
571
|
+
}], sixAsyncFilterFired: [{
|
|
572
|
+
type: Output
|
|
573
|
+
}], sixDropdownScroll: [{
|
|
574
|
+
type: Output
|
|
575
|
+
}] } });
|
|
375
576
|
let SixError = class SixError {
|
|
577
|
+
z;
|
|
578
|
+
el;
|
|
376
579
|
constructor(c, r, z) {
|
|
377
580
|
this.z = z;
|
|
378
581
|
c.detach();
|
|
379
582
|
this.el = r.nativeElement;
|
|
380
583
|
}
|
|
381
|
-
static
|
|
382
|
-
static
|
|
584
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixError, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
585
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixError, isStandalone: false, selector: "six-error", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
383
586
|
};
|
|
384
587
|
SixError = __decorate([
|
|
385
588
|
ProxyCmp({})
|
|
386
589
|
], SixError);
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixError, decorators: [{
|
|
388
591
|
type: Component,
|
|
389
592
|
args: [{
|
|
390
593
|
selector: 'six-error',
|
|
@@ -392,23 +595,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
392
595
|
template: '<ng-content></ng-content>',
|
|
393
596
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
394
597
|
inputs: [],
|
|
598
|
+
standalone: false
|
|
395
599
|
}]
|
|
396
|
-
}], ctorParameters:
|
|
600
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
397
601
|
let SixErrorPage = class SixErrorPage {
|
|
602
|
+
z;
|
|
603
|
+
el;
|
|
398
604
|
constructor(c, r, z) {
|
|
399
605
|
this.z = z;
|
|
400
606
|
c.detach();
|
|
401
607
|
this.el = r.nativeElement;
|
|
402
608
|
}
|
|
403
|
-
static
|
|
404
|
-
static
|
|
609
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixErrorPage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
610
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixErrorPage, isStandalone: false, selector: "six-error-page", inputs: { customDescription: "customDescription", customIcon: "customIcon", customTitle: "customTitle", errorCode: "errorCode", language: "language" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
405
611
|
};
|
|
406
612
|
SixErrorPage = __decorate([
|
|
407
613
|
ProxyCmp({
|
|
408
614
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language']
|
|
409
615
|
})
|
|
410
616
|
], SixErrorPage);
|
|
411
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixErrorPage, decorators: [{
|
|
412
618
|
type: Component,
|
|
413
619
|
args: [{
|
|
414
620
|
selector: 'six-error-page',
|
|
@@ -416,21 +622,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
416
622
|
template: '<ng-content></ng-content>',
|
|
417
623
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
418
624
|
inputs: ['customDescription', 'customIcon', 'customTitle', 'errorCode', 'language'],
|
|
625
|
+
standalone: false
|
|
419
626
|
}]
|
|
420
|
-
}], ctorParameters:
|
|
627
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
421
628
|
let SixFileList = class SixFileList {
|
|
629
|
+
z;
|
|
630
|
+
el;
|
|
422
631
|
constructor(c, r, z) {
|
|
423
632
|
this.z = z;
|
|
424
633
|
c.detach();
|
|
425
634
|
this.el = r.nativeElement;
|
|
426
635
|
}
|
|
427
|
-
static
|
|
428
|
-
static
|
|
636
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFileList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
637
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixFileList, isStandalone: false, selector: "six-file-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
429
638
|
};
|
|
430
639
|
SixFileList = __decorate([
|
|
431
640
|
ProxyCmp({})
|
|
432
641
|
], SixFileList);
|
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFileList, decorators: [{
|
|
434
643
|
type: Component,
|
|
435
644
|
args: [{
|
|
436
645
|
selector: 'six-file-list',
|
|
@@ -438,24 +647,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
438
647
|
template: '<ng-content></ng-content>',
|
|
439
648
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
440
649
|
inputs: [],
|
|
650
|
+
standalone: false
|
|
441
651
|
}]
|
|
442
|
-
}], ctorParameters:
|
|
652
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
443
653
|
let SixFileListItem = class SixFileListItem {
|
|
654
|
+
z;
|
|
655
|
+
el;
|
|
656
|
+
sixFileListItemDownload = new EventEmitter();
|
|
657
|
+
sixFileListItemRemove = new EventEmitter();
|
|
444
658
|
constructor(c, r, z) {
|
|
445
659
|
this.z = z;
|
|
446
660
|
c.detach();
|
|
447
661
|
this.el = r.nativeElement;
|
|
448
|
-
proxyOutputs(this, this.el, ['six-file-list-item-download', 'six-file-list-item-remove']);
|
|
449
662
|
}
|
|
450
|
-
static
|
|
451
|
-
static
|
|
663
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFileListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
664
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixFileListItem, isStandalone: false, selector: "six-file-list-item", inputs: { date: "date", identifier: "identifier", name: "name", nodelete: "nodelete", nodownload: "nodownload", size: "size" }, outputs: { sixFileListItemDownload: "sixFileListItemDownload", sixFileListItemRemove: "sixFileListItemRemove" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
452
665
|
};
|
|
453
666
|
SixFileListItem = __decorate([
|
|
454
667
|
ProxyCmp({
|
|
455
668
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size']
|
|
456
669
|
})
|
|
457
670
|
], SixFileListItem);
|
|
458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFileListItem, decorators: [{
|
|
459
672
|
type: Component,
|
|
460
673
|
args: [{
|
|
461
674
|
selector: 'six-file-list-item',
|
|
@@ -463,24 +676,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
463
676
|
template: '<ng-content></ng-content>',
|
|
464
677
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
465
678
|
inputs: ['date', 'identifier', 'name', 'nodelete', 'nodownload', 'size'],
|
|
679
|
+
outputs: ['sixFileListItemDownload:six-file-list-item-download', 'sixFileListItemRemove:six-file-list-item-remove'],
|
|
680
|
+
standalone: false
|
|
466
681
|
}]
|
|
467
|
-
}], ctorParameters:
|
|
682
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixFileListItemDownload: [{
|
|
683
|
+
type: Output
|
|
684
|
+
}], sixFileListItemRemove: [{
|
|
685
|
+
type: Output
|
|
686
|
+
}] } });
|
|
468
687
|
let SixFileUpload = class SixFileUpload {
|
|
688
|
+
z;
|
|
689
|
+
el;
|
|
690
|
+
sixFileUploadSuccess = new EventEmitter();
|
|
691
|
+
sixFileUploadFailure = new EventEmitter();
|
|
469
692
|
constructor(c, r, z) {
|
|
470
693
|
this.z = z;
|
|
471
694
|
c.detach();
|
|
472
695
|
this.el = r.nativeElement;
|
|
473
|
-
proxyOutputs(this, this.el, ['six-file-upload-success', 'six-file-upload-failure']);
|
|
474
696
|
}
|
|
475
|
-
static
|
|
476
|
-
static
|
|
697
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFileUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
698
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixFileUploadSuccess: "sixFileUploadSuccess", sixFileUploadFailure: "sixFileUploadFailure" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
477
699
|
};
|
|
478
700
|
SixFileUpload = __decorate([
|
|
479
701
|
ProxyCmp({
|
|
480
702
|
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading']
|
|
481
703
|
})
|
|
482
704
|
], SixFileUpload);
|
|
483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFileUpload, decorators: [{
|
|
484
706
|
type: Component,
|
|
485
707
|
args: [{
|
|
486
708
|
selector: 'six-file-upload',
|
|
@@ -488,21 +710,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
488
710
|
template: '<ng-content></ng-content>',
|
|
489
711
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
490
712
|
inputs: ['accept', 'compact', 'disabled', 'errorText', 'invalid', 'label', 'maxFileSize', 'multiple', 'uploading'],
|
|
713
|
+
outputs: ['sixFileUploadSuccess:six-file-upload-success', 'sixFileUploadFailure:six-file-upload-failure'],
|
|
714
|
+
standalone: false
|
|
491
715
|
}]
|
|
492
|
-
}], ctorParameters:
|
|
716
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixFileUploadSuccess: [{
|
|
717
|
+
type: Output
|
|
718
|
+
}], sixFileUploadFailure: [{
|
|
719
|
+
type: Output
|
|
720
|
+
}] } });
|
|
493
721
|
let SixFooter = class SixFooter {
|
|
722
|
+
z;
|
|
723
|
+
el;
|
|
494
724
|
constructor(c, r, z) {
|
|
495
725
|
this.z = z;
|
|
496
726
|
c.detach();
|
|
497
727
|
this.el = r.nativeElement;
|
|
498
728
|
}
|
|
499
|
-
static
|
|
500
|
-
static
|
|
729
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
730
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixFooter, isStandalone: false, selector: "six-footer", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
501
731
|
};
|
|
502
732
|
SixFooter = __decorate([
|
|
503
733
|
ProxyCmp({})
|
|
504
734
|
], SixFooter);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
735
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFooter, decorators: [{
|
|
506
736
|
type: Component,
|
|
507
737
|
args: [{
|
|
508
738
|
selector: 'six-footer',
|
|
@@ -510,23 +740,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
510
740
|
template: '<ng-content></ng-content>',
|
|
511
741
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
512
742
|
inputs: [],
|
|
743
|
+
standalone: false
|
|
513
744
|
}]
|
|
514
|
-
}], ctorParameters:
|
|
745
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
515
746
|
let SixGroupLabel = class SixGroupLabel {
|
|
747
|
+
z;
|
|
748
|
+
el;
|
|
516
749
|
constructor(c, r, z) {
|
|
517
750
|
this.z = z;
|
|
518
751
|
c.detach();
|
|
519
752
|
this.el = r.nativeElement;
|
|
520
753
|
}
|
|
521
|
-
static
|
|
522
|
-
static
|
|
754
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixGroupLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
755
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixGroupLabel, isStandalone: false, selector: "six-group-label", inputs: { disabled: "disabled", helpText: "helpText", label: "label", required: "required", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
523
756
|
};
|
|
524
757
|
SixGroupLabel = __decorate([
|
|
525
758
|
ProxyCmp({
|
|
526
759
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size']
|
|
527
760
|
})
|
|
528
761
|
], SixGroupLabel);
|
|
529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixGroupLabel, decorators: [{
|
|
530
763
|
type: Component,
|
|
531
764
|
args: [{
|
|
532
765
|
selector: 'six-group-label',
|
|
@@ -534,23 +767,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
534
767
|
template: '<ng-content></ng-content>',
|
|
535
768
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
536
769
|
inputs: ['disabled', 'helpText', 'label', 'required', 'size'],
|
|
770
|
+
standalone: false
|
|
537
771
|
}]
|
|
538
|
-
}], ctorParameters:
|
|
772
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
539
773
|
let SixHeader = class SixHeader {
|
|
774
|
+
z;
|
|
775
|
+
el;
|
|
540
776
|
constructor(c, r, z) {
|
|
541
777
|
this.z = z;
|
|
542
778
|
c.detach();
|
|
543
779
|
this.el = r.nativeElement;
|
|
544
780
|
}
|
|
545
|
-
static
|
|
546
|
-
static
|
|
781
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
782
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixHeader, isStandalone: false, selector: "six-header", inputs: { openSearch: "openSearch", shiftContent: "shiftContent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
547
783
|
};
|
|
548
784
|
SixHeader = __decorate([
|
|
549
785
|
ProxyCmp({
|
|
550
786
|
inputs: ['openSearch', 'shiftContent']
|
|
551
787
|
})
|
|
552
788
|
], SixHeader);
|
|
553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeader, decorators: [{
|
|
554
790
|
type: Component,
|
|
555
791
|
args: [{
|
|
556
792
|
selector: 'six-header',
|
|
@@ -558,23 +794,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
558
794
|
template: '<ng-content></ng-content>',
|
|
559
795
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
560
796
|
inputs: ['openSearch', 'shiftContent'],
|
|
797
|
+
standalone: false
|
|
561
798
|
}]
|
|
562
|
-
}], ctorParameters:
|
|
799
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
563
800
|
let SixHeaderDropdownItem = class SixHeaderDropdownItem {
|
|
801
|
+
z;
|
|
802
|
+
el;
|
|
564
803
|
constructor(c, r, z) {
|
|
565
804
|
this.z = z;
|
|
566
805
|
c.detach();
|
|
567
806
|
this.el = r.nativeElement;
|
|
568
807
|
}
|
|
569
|
-
static
|
|
570
|
-
static
|
|
808
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeaderDropdownItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
809
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixHeaderDropdownItem, isStandalone: false, selector: "six-header-dropdown-item", inputs: { filter: "filter", filterPlaceholder: "filterPlaceholder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
571
810
|
};
|
|
572
811
|
SixHeaderDropdownItem = __decorate([
|
|
573
812
|
ProxyCmp({
|
|
574
813
|
inputs: ['filter', 'filterPlaceholder']
|
|
575
814
|
})
|
|
576
815
|
], SixHeaderDropdownItem);
|
|
577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeaderDropdownItem, decorators: [{
|
|
578
817
|
type: Component,
|
|
579
818
|
args: [{
|
|
580
819
|
selector: 'six-header-dropdown-item',
|
|
@@ -582,23 +821,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
582
821
|
template: '<ng-content></ng-content>',
|
|
583
822
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
584
823
|
inputs: ['filter', 'filterPlaceholder'],
|
|
824
|
+
standalone: false
|
|
585
825
|
}]
|
|
586
|
-
}], ctorParameters:
|
|
826
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
587
827
|
let SixHeaderItem = class SixHeaderItem {
|
|
828
|
+
z;
|
|
829
|
+
el;
|
|
588
830
|
constructor(c, r, z) {
|
|
589
831
|
this.z = z;
|
|
590
832
|
c.detach();
|
|
591
833
|
this.el = r.nativeElement;
|
|
592
834
|
}
|
|
593
|
-
static
|
|
594
|
-
static
|
|
835
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeaderItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
836
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixHeaderItem, isStandalone: false, selector: "six-header-item", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
595
837
|
};
|
|
596
838
|
SixHeaderItem = __decorate([
|
|
597
839
|
ProxyCmp({
|
|
598
840
|
inputs: ['active']
|
|
599
841
|
})
|
|
600
842
|
], SixHeaderItem);
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeaderItem, decorators: [{
|
|
602
844
|
type: Component,
|
|
603
845
|
args: [{
|
|
604
846
|
selector: 'six-header-item',
|
|
@@ -606,23 +848,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
606
848
|
template: '<ng-content></ng-content>',
|
|
607
849
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
608
850
|
inputs: ['active'],
|
|
851
|
+
standalone: false
|
|
609
852
|
}]
|
|
610
|
-
}], ctorParameters:
|
|
853
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
611
854
|
let SixHeaderMenuButton = class SixHeaderMenuButton {
|
|
855
|
+
z;
|
|
856
|
+
el;
|
|
612
857
|
constructor(c, r, z) {
|
|
613
858
|
this.z = z;
|
|
614
859
|
c.detach();
|
|
615
860
|
this.el = r.nativeElement;
|
|
616
861
|
}
|
|
617
|
-
static
|
|
618
|
-
static
|
|
862
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeaderMenuButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
863
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixHeaderMenuButton, isStandalone: false, selector: "six-header-menu-button", inputs: { caret: "caret", disabled: "disabled", loading: "loading", reset: "reset", submit: "submit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
619
864
|
};
|
|
620
865
|
SixHeaderMenuButton = __decorate([
|
|
621
866
|
ProxyCmp({
|
|
622
867
|
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit']
|
|
623
868
|
})
|
|
624
869
|
], SixHeaderMenuButton);
|
|
625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixHeaderMenuButton, decorators: [{
|
|
626
871
|
type: Component,
|
|
627
872
|
args: [{
|
|
628
873
|
selector: 'six-header-menu-button',
|
|
@@ -630,47 +875,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
630
875
|
template: '<ng-content></ng-content>',
|
|
631
876
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
632
877
|
inputs: ['caret', 'disabled', 'loading', 'reset', 'submit'],
|
|
878
|
+
standalone: false
|
|
633
879
|
}]
|
|
634
|
-
}], ctorParameters:
|
|
880
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
635
881
|
let SixIcon = class SixIcon {
|
|
882
|
+
z;
|
|
883
|
+
el;
|
|
636
884
|
constructor(c, r, z) {
|
|
637
885
|
this.z = z;
|
|
638
886
|
c.detach();
|
|
639
887
|
this.el = r.nativeElement;
|
|
640
888
|
}
|
|
641
|
-
static
|
|
642
|
-
static
|
|
889
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
890
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixIcon, isStandalone: false, selector: "six-icon", inputs: { filled: "filled", library: "library", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
643
891
|
};
|
|
644
892
|
SixIcon = __decorate([
|
|
645
893
|
ProxyCmp({
|
|
646
|
-
inputs: ['filled', 'size']
|
|
894
|
+
inputs: ['filled', 'library', 'size']
|
|
647
895
|
})
|
|
648
896
|
], SixIcon);
|
|
649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixIcon, decorators: [{
|
|
650
898
|
type: Component,
|
|
651
899
|
args: [{
|
|
652
900
|
selector: 'six-icon',
|
|
653
901
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
654
902
|
template: '<ng-content></ng-content>',
|
|
655
903
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
656
|
-
inputs: ['filled', 'size'],
|
|
904
|
+
inputs: ['filled', 'library', 'size'],
|
|
905
|
+
standalone: false
|
|
657
906
|
}]
|
|
658
|
-
}], ctorParameters:
|
|
907
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
659
908
|
let SixIconButton = class SixIconButton {
|
|
909
|
+
z;
|
|
910
|
+
el;
|
|
660
911
|
constructor(c, r, z) {
|
|
661
912
|
this.z = z;
|
|
662
913
|
c.detach();
|
|
663
914
|
this.el = r.nativeElement;
|
|
664
915
|
}
|
|
665
|
-
static
|
|
666
|
-
static
|
|
916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
917
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixIconButton, isStandalone: false, selector: "six-icon-button", inputs: { disabled: "disabled", download: "download", href: "href", html: "html", label: "label", name: "name", size: "size", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
667
918
|
};
|
|
668
919
|
SixIconButton = __decorate([
|
|
669
920
|
ProxyCmp({
|
|
670
921
|
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target']
|
|
671
922
|
})
|
|
672
923
|
], SixIconButton);
|
|
673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixIconButton, decorators: [{
|
|
674
925
|
type: Component,
|
|
675
926
|
args: [{
|
|
676
927
|
selector: 'six-icon-button',
|
|
@@ -678,17 +929,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
678
929
|
template: '<ng-content></ng-content>',
|
|
679
930
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
680
931
|
inputs: ['disabled', 'download', 'href', 'html', 'label', 'name', 'size', 'target'],
|
|
932
|
+
standalone: false
|
|
681
933
|
}]
|
|
682
|
-
}], ctorParameters:
|
|
934
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
683
935
|
let SixInput = class SixInput {
|
|
936
|
+
z;
|
|
937
|
+
el;
|
|
938
|
+
sixInputChange = new EventEmitter();
|
|
939
|
+
sixInputClear = new EventEmitter();
|
|
940
|
+
sixInputInput = new EventEmitter();
|
|
941
|
+
sixInputFocus = new EventEmitter();
|
|
942
|
+
sixInputBlur = new EventEmitter();
|
|
684
943
|
constructor(c, r, z) {
|
|
685
944
|
this.z = z;
|
|
686
945
|
c.detach();
|
|
687
946
|
this.el = r.nativeElement;
|
|
688
|
-
proxyOutputs(this, this.el, ['six-input-change', 'six-input-clear', 'six-input-input', 'six-input-focus', 'six-input-blur']);
|
|
689
947
|
}
|
|
690
|
-
static
|
|
691
|
-
static
|
|
948
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
949
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixInputChange: "sixInputChange", sixInputClear: "sixInputClear", sixInputInput: "sixInputInput", sixInputFocus: "sixInputFocus", sixInputBlur: "sixInputBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
692
950
|
};
|
|
693
951
|
SixInput = __decorate([
|
|
694
952
|
ProxyCmp({
|
|
@@ -696,7 +954,7 @@ SixInput = __decorate([
|
|
|
696
954
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'getSelectionRange', 'setRangeText']
|
|
697
955
|
})
|
|
698
956
|
], SixInput);
|
|
699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixInput, decorators: [{
|
|
700
958
|
type: Component,
|
|
701
959
|
args: [{
|
|
702
960
|
selector: 'six-input',
|
|
@@ -704,24 +962,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
704
962
|
template: '<ng-content></ng-content>',
|
|
705
963
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
706
964
|
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'],
|
|
965
|
+
outputs: ['sixInputChange:six-input-change', 'sixInputClear:six-input-clear', 'sixInputInput:six-input-input', 'sixInputFocus:six-input-focus', 'sixInputBlur:six-input-blur'],
|
|
966
|
+
standalone: false
|
|
707
967
|
}]
|
|
708
|
-
}], ctorParameters:
|
|
968
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixInputChange: [{
|
|
969
|
+
type: Output
|
|
970
|
+
}], sixInputClear: [{
|
|
971
|
+
type: Output
|
|
972
|
+
}], sixInputInput: [{
|
|
973
|
+
type: Output
|
|
974
|
+
}], sixInputFocus: [{
|
|
975
|
+
type: Output
|
|
976
|
+
}], sixInputBlur: [{
|
|
977
|
+
type: Output
|
|
978
|
+
}] } });
|
|
709
979
|
let SixItemPicker = class SixItemPicker {
|
|
980
|
+
z;
|
|
981
|
+
el;
|
|
982
|
+
sixItemPickerChange = new EventEmitter();
|
|
983
|
+
sixItemPickerChangeDebounced = new EventEmitter();
|
|
710
984
|
constructor(c, r, z) {
|
|
711
985
|
this.z = z;
|
|
712
986
|
c.detach();
|
|
713
987
|
this.el = r.nativeElement;
|
|
714
|
-
proxyOutputs(this, this.el, ['six-item-picker-change', 'six-item-picker-change-debounced']);
|
|
715
988
|
}
|
|
716
|
-
static
|
|
717
|
-
static
|
|
989
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixItemPicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
990
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixItemPickerChange: "sixItemPickerChange", sixItemPickerChangeDebounced: "sixItemPickerChangeDebounced" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
718
991
|
};
|
|
719
992
|
SixItemPicker = __decorate([
|
|
720
993
|
ProxyCmp({
|
|
721
994
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value']
|
|
722
995
|
})
|
|
723
996
|
], SixItemPicker);
|
|
724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixItemPicker, decorators: [{
|
|
725
998
|
type: Component,
|
|
726
999
|
args: [{
|
|
727
1000
|
selector: 'six-item-picker',
|
|
@@ -729,24 +1002,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
729
1002
|
template: '<ng-content></ng-content>',
|
|
730
1003
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
731
1004
|
inputs: ['debounce', 'interval', 'items', 'max', 'min', 'padded', 'paddingChar', 'paddingDirection', 'paddingLength', 'roundtrip', 'step', 'timeout', 'type', 'value'],
|
|
1005
|
+
outputs: ['sixItemPickerChange:six-item-picker-change', 'sixItemPickerChangeDebounced:six-item-picker-change-debounced'],
|
|
1006
|
+
standalone: false
|
|
732
1007
|
}]
|
|
733
|
-
}], ctorParameters:
|
|
1008
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixItemPickerChange: [{
|
|
1009
|
+
type: Output
|
|
1010
|
+
}], sixItemPickerChangeDebounced: [{
|
|
1011
|
+
type: Output
|
|
1012
|
+
}] } });
|
|
734
1013
|
let SixLanguageSwitcher = class SixLanguageSwitcher {
|
|
1014
|
+
z;
|
|
1015
|
+
el;
|
|
1016
|
+
sixLanguageSwitcherChange = new EventEmitter();
|
|
735
1017
|
constructor(c, r, z) {
|
|
736
1018
|
this.z = z;
|
|
737
1019
|
c.detach();
|
|
738
1020
|
this.el = r.nativeElement;
|
|
739
|
-
proxyOutputs(this, this.el, ['six-language-switcher-change']);
|
|
740
1021
|
}
|
|
741
|
-
static
|
|
742
|
-
static
|
|
1022
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixLanguageSwitcher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1023
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixLanguageSwitcher, isStandalone: false, selector: "six-language-switcher", inputs: { languages: "languages", selected: "selected" }, outputs: { sixLanguageSwitcherChange: "sixLanguageSwitcherChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
743
1024
|
};
|
|
744
1025
|
SixLanguageSwitcher = __decorate([
|
|
745
1026
|
ProxyCmp({
|
|
746
1027
|
inputs: ['languages', 'selected']
|
|
747
1028
|
})
|
|
748
1029
|
], SixLanguageSwitcher);
|
|
749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixLanguageSwitcher, decorators: [{
|
|
750
1031
|
type: Component,
|
|
751
1032
|
args: [{
|
|
752
1033
|
selector: 'six-language-switcher',
|
|
@@ -754,23 +1035,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
754
1035
|
template: '<ng-content></ng-content>',
|
|
755
1036
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
756
1037
|
inputs: ['languages', 'selected'],
|
|
1038
|
+
outputs: ['sixLanguageSwitcherChange:six-language-switcher-change'],
|
|
1039
|
+
standalone: false
|
|
757
1040
|
}]
|
|
758
|
-
}], ctorParameters:
|
|
1041
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixLanguageSwitcherChange: [{
|
|
1042
|
+
type: Output
|
|
1043
|
+
}] } });
|
|
759
1044
|
let SixLayoutGrid = class SixLayoutGrid {
|
|
1045
|
+
z;
|
|
1046
|
+
el;
|
|
760
1047
|
constructor(c, r, z) {
|
|
761
1048
|
this.z = z;
|
|
762
1049
|
c.detach();
|
|
763
1050
|
this.el = r.nativeElement;
|
|
764
1051
|
}
|
|
765
|
-
static
|
|
766
|
-
static
|
|
1052
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixLayoutGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1053
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixLayoutGrid, isStandalone: false, selector: "six-layout-grid", inputs: { columns: "columns" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
767
1054
|
};
|
|
768
1055
|
SixLayoutGrid = __decorate([
|
|
769
1056
|
ProxyCmp({
|
|
770
1057
|
inputs: ['columns']
|
|
771
1058
|
})
|
|
772
1059
|
], SixLayoutGrid);
|
|
773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixLayoutGrid, decorators: [{
|
|
774
1061
|
type: Component,
|
|
775
1062
|
args: [{
|
|
776
1063
|
selector: 'six-layout-grid',
|
|
@@ -778,23 +1065,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
778
1065
|
template: '<ng-content></ng-content>',
|
|
779
1066
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
780
1067
|
inputs: ['columns'],
|
|
1068
|
+
standalone: false
|
|
781
1069
|
}]
|
|
782
|
-
}], ctorParameters:
|
|
1070
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
783
1071
|
let SixLogo = class SixLogo {
|
|
1072
|
+
z;
|
|
1073
|
+
el;
|
|
784
1074
|
constructor(c, r, z) {
|
|
785
1075
|
this.z = z;
|
|
786
1076
|
c.detach();
|
|
787
1077
|
this.el = r.nativeElement;
|
|
788
1078
|
}
|
|
789
|
-
static
|
|
790
|
-
static
|
|
1079
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1080
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixLogo, isStandalone: false, selector: "six-logo", inputs: { brand: "brand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
791
1081
|
};
|
|
792
1082
|
SixLogo = __decorate([
|
|
793
1083
|
ProxyCmp({
|
|
794
1084
|
inputs: ['brand']
|
|
795
1085
|
})
|
|
796
1086
|
], SixLogo);
|
|
797
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1087
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixLogo, decorators: [{
|
|
798
1088
|
type: Component,
|
|
799
1089
|
args: [{
|
|
800
1090
|
selector: 'six-logo',
|
|
@@ -802,23 +1092,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
802
1092
|
template: '<ng-content></ng-content>',
|
|
803
1093
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
804
1094
|
inputs: ['brand'],
|
|
1095
|
+
standalone: false
|
|
805
1096
|
}]
|
|
806
|
-
}], ctorParameters:
|
|
1097
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
807
1098
|
let SixMainContainer = class SixMainContainer {
|
|
1099
|
+
z;
|
|
1100
|
+
el;
|
|
808
1101
|
constructor(c, r, z) {
|
|
809
1102
|
this.z = z;
|
|
810
1103
|
c.detach();
|
|
811
1104
|
this.el = r.nativeElement;
|
|
812
1105
|
}
|
|
813
|
-
static
|
|
814
|
-
static
|
|
1106
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMainContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1107
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixMainContainer, isStandalone: false, selector: "six-main-container", inputs: { padded: "padded" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
815
1108
|
};
|
|
816
1109
|
SixMainContainer = __decorate([
|
|
817
1110
|
ProxyCmp({
|
|
818
1111
|
inputs: ['padded']
|
|
819
1112
|
})
|
|
820
1113
|
], SixMainContainer);
|
|
821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMainContainer, decorators: [{
|
|
822
1115
|
type: Component,
|
|
823
1116
|
args: [{
|
|
824
1117
|
selector: 'six-main-container',
|
|
@@ -826,17 +1119,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
826
1119
|
template: '<ng-content></ng-content>',
|
|
827
1120
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
828
1121
|
inputs: ['padded'],
|
|
1122
|
+
standalone: false
|
|
829
1123
|
}]
|
|
830
|
-
}], ctorParameters:
|
|
1124
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
831
1125
|
let SixMenu = class SixMenu {
|
|
1126
|
+
z;
|
|
1127
|
+
el;
|
|
1128
|
+
sixMenuItemSelected = new EventEmitter();
|
|
832
1129
|
constructor(c, r, z) {
|
|
833
1130
|
this.z = z;
|
|
834
1131
|
c.detach();
|
|
835
1132
|
this.el = r.nativeElement;
|
|
836
|
-
proxyOutputs(this, this.el, ['six-menu-item-selected']);
|
|
837
1133
|
}
|
|
838
|
-
static
|
|
839
|
-
static
|
|
1134
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1135
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixMenu, isStandalone: false, selector: "six-menu", inputs: { disableKeyboardHandling: "disableKeyboardHandling", itemSize: "itemSize", items: "items", itemsShown: "itemsShown", removeBoxShadow: "removeBoxShadow", scrollingDebounce: "scrollingDebounce", virtualScroll: "virtualScroll" }, outputs: { sixMenuItemSelected: "sixMenuItemSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
840
1136
|
};
|
|
841
1137
|
SixMenu = __decorate([
|
|
842
1138
|
ProxyCmp({
|
|
@@ -844,7 +1140,7 @@ SixMenu = __decorate([
|
|
|
844
1140
|
methods: ['typeToSelect']
|
|
845
1141
|
})
|
|
846
1142
|
], SixMenu);
|
|
847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenu, decorators: [{
|
|
848
1144
|
type: Component,
|
|
849
1145
|
args: [{
|
|
850
1146
|
selector: 'six-menu',
|
|
@@ -852,21 +1148,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
852
1148
|
template: '<ng-content></ng-content>',
|
|
853
1149
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
854
1150
|
inputs: ['disableKeyboardHandling', 'itemSize', 'items', 'itemsShown', 'removeBoxShadow', 'scrollingDebounce', 'virtualScroll'],
|
|
1151
|
+
outputs: ['sixMenuItemSelected:six-menu-item-selected'],
|
|
1152
|
+
standalone: false
|
|
855
1153
|
}]
|
|
856
|
-
}], ctorParameters:
|
|
1154
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixMenuItemSelected: [{
|
|
1155
|
+
type: Output
|
|
1156
|
+
}] } });
|
|
857
1157
|
let SixMenuDivider = class SixMenuDivider {
|
|
1158
|
+
z;
|
|
1159
|
+
el;
|
|
858
1160
|
constructor(c, r, z) {
|
|
859
1161
|
this.z = z;
|
|
860
1162
|
c.detach();
|
|
861
1163
|
this.el = r.nativeElement;
|
|
862
1164
|
}
|
|
863
|
-
static
|
|
864
|
-
static
|
|
1165
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenuDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1166
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixMenuDivider, isStandalone: false, selector: "six-menu-divider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
865
1167
|
};
|
|
866
1168
|
SixMenuDivider = __decorate([
|
|
867
1169
|
ProxyCmp({})
|
|
868
1170
|
], SixMenuDivider);
|
|
869
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenuDivider, decorators: [{
|
|
870
1172
|
type: Component,
|
|
871
1173
|
args: [{
|
|
872
1174
|
selector: 'six-menu-divider',
|
|
@@ -874,16 +1176,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
874
1176
|
template: '<ng-content></ng-content>',
|
|
875
1177
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
876
1178
|
inputs: [],
|
|
1179
|
+
standalone: false
|
|
877
1180
|
}]
|
|
878
|
-
}], ctorParameters:
|
|
1181
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
879
1182
|
let SixMenuItem = class SixMenuItem {
|
|
1183
|
+
z;
|
|
1184
|
+
el;
|
|
880
1185
|
constructor(c, r, z) {
|
|
881
1186
|
this.z = z;
|
|
882
1187
|
c.detach();
|
|
883
1188
|
this.el = r.nativeElement;
|
|
884
1189
|
}
|
|
885
|
-
static
|
|
886
|
-
static
|
|
1190
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1191
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixMenuItem, isStandalone: false, selector: "six-menu-item", inputs: { checkType: "checkType", checked: "checked", disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
887
1192
|
};
|
|
888
1193
|
SixMenuItem = __decorate([
|
|
889
1194
|
ProxyCmp({
|
|
@@ -891,7 +1196,7 @@ SixMenuItem = __decorate([
|
|
|
891
1196
|
methods: ['setFocus', 'removeFocus', 'getTextLabel']
|
|
892
1197
|
})
|
|
893
1198
|
], SixMenuItem);
|
|
894
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenuItem, decorators: [{
|
|
895
1200
|
type: Component,
|
|
896
1201
|
args: [{
|
|
897
1202
|
selector: 'six-menu-item',
|
|
@@ -899,21 +1204,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
899
1204
|
template: '<ng-content></ng-content>',
|
|
900
1205
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
901
1206
|
inputs: ['checkType', 'checked', 'disabled', 'value'],
|
|
1207
|
+
standalone: false
|
|
902
1208
|
}]
|
|
903
|
-
}], ctorParameters:
|
|
1209
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
904
1210
|
let SixMenuLabel = class SixMenuLabel {
|
|
1211
|
+
z;
|
|
1212
|
+
el;
|
|
905
1213
|
constructor(c, r, z) {
|
|
906
1214
|
this.z = z;
|
|
907
1215
|
c.detach();
|
|
908
1216
|
this.el = r.nativeElement;
|
|
909
1217
|
}
|
|
910
|
-
static
|
|
911
|
-
static
|
|
1218
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenuLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1219
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixMenuLabel, isStandalone: false, selector: "six-menu-label", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
912
1220
|
};
|
|
913
1221
|
SixMenuLabel = __decorate([
|
|
914
1222
|
ProxyCmp({})
|
|
915
1223
|
], SixMenuLabel);
|
|
916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixMenuLabel, decorators: [{
|
|
917
1225
|
type: Component,
|
|
918
1226
|
args: [{
|
|
919
1227
|
selector: 'six-menu-label',
|
|
@@ -921,23 +1229,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
921
1229
|
template: '<ng-content></ng-content>',
|
|
922
1230
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
923
1231
|
inputs: [],
|
|
1232
|
+
standalone: false
|
|
924
1233
|
}]
|
|
925
|
-
}], ctorParameters:
|
|
1234
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
926
1235
|
let SixPicto = class SixPicto {
|
|
1236
|
+
z;
|
|
1237
|
+
el;
|
|
927
1238
|
constructor(c, r, z) {
|
|
928
1239
|
this.z = z;
|
|
929
1240
|
c.detach();
|
|
930
1241
|
this.el = r.nativeElement;
|
|
931
1242
|
}
|
|
932
|
-
static
|
|
933
|
-
static
|
|
1243
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixPicto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1244
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixPicto, isStandalone: false, selector: "six-picto", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
934
1245
|
};
|
|
935
1246
|
SixPicto = __decorate([
|
|
936
1247
|
ProxyCmp({
|
|
937
1248
|
inputs: ['size']
|
|
938
1249
|
})
|
|
939
1250
|
], SixPicto);
|
|
940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixPicto, decorators: [{
|
|
941
1252
|
type: Component,
|
|
942
1253
|
args: [{
|
|
943
1254
|
selector: 'six-picto',
|
|
@@ -945,23 +1256,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
945
1256
|
template: '<ng-content></ng-content>',
|
|
946
1257
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
947
1258
|
inputs: ['size'],
|
|
1259
|
+
standalone: false
|
|
948
1260
|
}]
|
|
949
|
-
}], ctorParameters:
|
|
1261
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
950
1262
|
let SixProgressBar = class SixProgressBar {
|
|
1263
|
+
z;
|
|
1264
|
+
el;
|
|
951
1265
|
constructor(c, r, z) {
|
|
952
1266
|
this.z = z;
|
|
953
1267
|
c.detach();
|
|
954
1268
|
this.el = r.nativeElement;
|
|
955
1269
|
}
|
|
956
|
-
static
|
|
957
|
-
static
|
|
1270
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1271
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixProgressBar, isStandalone: false, selector: "six-progress-bar", inputs: { indeterminate: "indeterminate", percentage: "percentage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
958
1272
|
};
|
|
959
1273
|
SixProgressBar = __decorate([
|
|
960
1274
|
ProxyCmp({
|
|
961
1275
|
inputs: ['indeterminate', 'percentage']
|
|
962
1276
|
})
|
|
963
1277
|
], SixProgressBar);
|
|
964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixProgressBar, decorators: [{
|
|
965
1279
|
type: Component,
|
|
966
1280
|
args: [{
|
|
967
1281
|
selector: 'six-progress-bar',
|
|
@@ -969,23 +1283,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
969
1283
|
template: '<ng-content></ng-content>',
|
|
970
1284
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
971
1285
|
inputs: ['indeterminate', 'percentage'],
|
|
1286
|
+
standalone: false
|
|
972
1287
|
}]
|
|
973
|
-
}], ctorParameters:
|
|
1288
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
974
1289
|
let SixProgressRing = class SixProgressRing {
|
|
1290
|
+
z;
|
|
1291
|
+
el;
|
|
975
1292
|
constructor(c, r, z) {
|
|
976
1293
|
this.z = z;
|
|
977
1294
|
c.detach();
|
|
978
1295
|
this.el = r.nativeElement;
|
|
979
1296
|
}
|
|
980
|
-
static
|
|
981
|
-
static
|
|
1297
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixProgressRing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1298
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixProgressRing, isStandalone: false, selector: "six-progress-ring", inputs: { percentage: "percentage", size: "size", strokeWidth: "strokeWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
982
1299
|
};
|
|
983
1300
|
SixProgressRing = __decorate([
|
|
984
1301
|
ProxyCmp({
|
|
985
1302
|
inputs: ['percentage', 'size', 'strokeWidth']
|
|
986
1303
|
})
|
|
987
1304
|
], SixProgressRing);
|
|
988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixProgressRing, decorators: [{
|
|
989
1306
|
type: Component,
|
|
990
1307
|
args: [{
|
|
991
1308
|
selector: 'six-progress-ring',
|
|
@@ -993,17 +1310,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
993
1310
|
template: '<ng-content></ng-content>',
|
|
994
1311
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
995
1312
|
inputs: ['percentage', 'size', 'strokeWidth'],
|
|
1313
|
+
standalone: false
|
|
996
1314
|
}]
|
|
997
|
-
}], ctorParameters:
|
|
1315
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
998
1316
|
let SixRadio = class SixRadio {
|
|
1317
|
+
z;
|
|
1318
|
+
el;
|
|
1319
|
+
sixRadioBlur = new EventEmitter();
|
|
1320
|
+
sixRadioChange = new EventEmitter();
|
|
1321
|
+
sixRadioFocus = new EventEmitter();
|
|
999
1322
|
constructor(c, r, z) {
|
|
1000
1323
|
this.z = z;
|
|
1001
1324
|
c.detach();
|
|
1002
1325
|
this.el = r.nativeElement;
|
|
1003
|
-
proxyOutputs(this, this.el, ['six-radio-blur', 'six-radio-change', 'six-radio-focus']);
|
|
1004
1326
|
}
|
|
1005
|
-
static
|
|
1006
|
-
static
|
|
1327
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1328
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixRadio, isStandalone: false, selector: "six-radio", inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, outputs: { sixRadioBlur: "sixRadioBlur", sixRadioChange: "sixRadioChange", sixRadioFocus: "sixRadioFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1007
1329
|
};
|
|
1008
1330
|
SixRadio = __decorate([
|
|
1009
1331
|
ProxyCmp({
|
|
@@ -1011,7 +1333,7 @@ SixRadio = __decorate([
|
|
|
1011
1333
|
methods: ['setFocus', 'removeFocus']
|
|
1012
1334
|
})
|
|
1013
1335
|
], SixRadio);
|
|
1014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRadio, decorators: [{
|
|
1015
1337
|
type: Component,
|
|
1016
1338
|
args: [{
|
|
1017
1339
|
selector: 'six-radio',
|
|
@@ -1019,17 +1341,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1019
1341
|
template: '<ng-content></ng-content>',
|
|
1020
1342
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1021
1343
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
|
|
1344
|
+
outputs: ['sixRadioBlur:six-radio-blur', 'sixRadioChange:six-radio-change', 'sixRadioFocus:six-radio-focus'],
|
|
1345
|
+
standalone: false
|
|
1022
1346
|
}]
|
|
1023
|
-
}], ctorParameters:
|
|
1347
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixRadioBlur: [{
|
|
1348
|
+
type: Output
|
|
1349
|
+
}], sixRadioChange: [{
|
|
1350
|
+
type: Output
|
|
1351
|
+
}], sixRadioFocus: [{
|
|
1352
|
+
type: Output
|
|
1353
|
+
}] } });
|
|
1024
1354
|
let SixRange = class SixRange {
|
|
1355
|
+
z;
|
|
1356
|
+
el;
|
|
1357
|
+
sixRangeChange = new EventEmitter();
|
|
1358
|
+
sixRangeBlur = new EventEmitter();
|
|
1359
|
+
sixRangeFocus = new EventEmitter();
|
|
1025
1360
|
constructor(c, r, z) {
|
|
1026
1361
|
this.z = z;
|
|
1027
1362
|
c.detach();
|
|
1028
1363
|
this.el = r.nativeElement;
|
|
1029
|
-
proxyOutputs(this, this.el, ['six-range-change', 'six-range-blur', 'six-range-focus']);
|
|
1030
1364
|
}
|
|
1031
|
-
static
|
|
1032
|
-
static
|
|
1365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1366
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixRangeChange: "sixRangeChange", sixRangeBlur: "sixRangeBlur", sixRangeFocus: "sixRangeFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1033
1367
|
};
|
|
1034
1368
|
SixRange = __decorate([
|
|
1035
1369
|
ProxyCmp({
|
|
@@ -1037,7 +1371,7 @@ SixRange = __decorate([
|
|
|
1037
1371
|
methods: ['setFocus', 'removeFocus']
|
|
1038
1372
|
})
|
|
1039
1373
|
], SixRange);
|
|
1040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1374
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRange, decorators: [{
|
|
1041
1375
|
type: Component,
|
|
1042
1376
|
args: [{
|
|
1043
1377
|
selector: 'six-range',
|
|
@@ -1045,23 +1379,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1045
1379
|
template: '<ng-content></ng-content>',
|
|
1046
1380
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1047
1381
|
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'min', 'name', 'required', 'step', 'tooltip', 'tooltipFormatter', 'value'],
|
|
1382
|
+
outputs: ['sixRangeChange:six-range-change', 'sixRangeBlur:six-range-blur', 'sixRangeFocus:six-range-focus'],
|
|
1383
|
+
standalone: false
|
|
1384
|
+
}]
|
|
1385
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixRangeChange: [{
|
|
1386
|
+
type: Output
|
|
1387
|
+
}], sixRangeBlur: [{
|
|
1388
|
+
type: Output
|
|
1389
|
+
}], sixRangeFocus: [{
|
|
1390
|
+
type: Output
|
|
1391
|
+
}] } });
|
|
1392
|
+
let SixRating = class SixRating {
|
|
1393
|
+
z;
|
|
1394
|
+
el;
|
|
1395
|
+
sixRatingBlur = new EventEmitter();
|
|
1396
|
+
sixRatingChange = new EventEmitter();
|
|
1397
|
+
sixRatingFocus = new EventEmitter();
|
|
1398
|
+
constructor(c, r, z) {
|
|
1399
|
+
this.z = z;
|
|
1400
|
+
c.detach();
|
|
1401
|
+
this.el = r.nativeElement;
|
|
1402
|
+
}
|
|
1403
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1404
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixRatingBlur: "sixRatingBlur", sixRatingChange: "sixRatingChange", sixRatingFocus: "sixRatingFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1405
|
+
};
|
|
1406
|
+
SixRating = __decorate([
|
|
1407
|
+
ProxyCmp({
|
|
1408
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value']
|
|
1409
|
+
})
|
|
1410
|
+
], SixRating);
|
|
1411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRating, decorators: [{
|
|
1412
|
+
type: Component,
|
|
1413
|
+
args: [{
|
|
1414
|
+
selector: 'six-rating',
|
|
1415
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1416
|
+
template: '<ng-content></ng-content>',
|
|
1417
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1418
|
+
inputs: ['disabled', 'errorText', 'errorTextCount', 'helpText', 'invalid', 'label', 'max', 'name', 'readonly', 'required', 'size', 'value'],
|
|
1419
|
+
outputs: ['sixRatingBlur:six-rating-blur', 'sixRatingChange:six-rating-change', 'sixRatingFocus:six-rating-focus'],
|
|
1420
|
+
standalone: false
|
|
1048
1421
|
}]
|
|
1049
|
-
}], ctorParameters:
|
|
1422
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixRatingBlur: [{
|
|
1423
|
+
type: Output
|
|
1424
|
+
}], sixRatingChange: [{
|
|
1425
|
+
type: Output
|
|
1426
|
+
}], sixRatingFocus: [{
|
|
1427
|
+
type: Output
|
|
1428
|
+
}] } });
|
|
1050
1429
|
let SixRoot = class SixRoot {
|
|
1430
|
+
z;
|
|
1431
|
+
el;
|
|
1051
1432
|
constructor(c, r, z) {
|
|
1052
1433
|
this.z = z;
|
|
1053
1434
|
c.detach();
|
|
1054
1435
|
this.el = r.nativeElement;
|
|
1055
1436
|
}
|
|
1056
|
-
static
|
|
1057
|
-
static
|
|
1437
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRoot, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1438
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixRoot, isStandalone: false, selector: "six-root", inputs: { padded: "padded", stage: "stage", version: "version" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1058
1439
|
};
|
|
1059
1440
|
SixRoot = __decorate([
|
|
1060
1441
|
ProxyCmp({
|
|
1061
1442
|
inputs: ['padded', 'stage', 'version']
|
|
1062
1443
|
})
|
|
1063
1444
|
], SixRoot);
|
|
1064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRoot, decorators: [{
|
|
1065
1446
|
type: Component,
|
|
1066
1447
|
args: [{
|
|
1067
1448
|
selector: 'six-root',
|
|
@@ -1069,24 +1450,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1069
1450
|
template: '<ng-content></ng-content>',
|
|
1070
1451
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1071
1452
|
inputs: ['padded', 'stage', 'version'],
|
|
1453
|
+
standalone: false
|
|
1072
1454
|
}]
|
|
1073
|
-
}], ctorParameters:
|
|
1455
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1074
1456
|
let SixSearchField = class SixSearchField {
|
|
1457
|
+
z;
|
|
1458
|
+
el;
|
|
1459
|
+
sixSearchFieldChange = new EventEmitter();
|
|
1075
1460
|
constructor(c, r, z) {
|
|
1076
1461
|
this.z = z;
|
|
1077
1462
|
c.detach();
|
|
1078
1463
|
this.el = r.nativeElement;
|
|
1079
|
-
proxyOutputs(this, this.el, ['six-search-field-change']);
|
|
1080
1464
|
}
|
|
1081
|
-
static
|
|
1082
|
-
static
|
|
1465
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSearchField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1466
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixSearchField, isStandalone: false, selector: "six-search-field", inputs: { clearable: "clearable", debounce: "debounce", disabled: "disabled", placeholder: "placeholder", value: "value" }, outputs: { sixSearchFieldChange: "sixSearchFieldChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1083
1467
|
};
|
|
1084
1468
|
SixSearchField = __decorate([
|
|
1085
1469
|
ProxyCmp({
|
|
1086
1470
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value']
|
|
1087
1471
|
})
|
|
1088
1472
|
], SixSearchField);
|
|
1089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSearchField, decorators: [{
|
|
1090
1474
|
type: Component,
|
|
1091
1475
|
args: [{
|
|
1092
1476
|
selector: 'six-search-field',
|
|
@@ -1094,17 +1478,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1094
1478
|
template: '<ng-content></ng-content>',
|
|
1095
1479
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1096
1480
|
inputs: ['clearable', 'debounce', 'disabled', 'placeholder', 'value'],
|
|
1481
|
+
outputs: ['sixSearchFieldChange:six-search-field-change'],
|
|
1482
|
+
standalone: false
|
|
1097
1483
|
}]
|
|
1098
|
-
}], ctorParameters:
|
|
1484
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixSearchFieldChange: [{
|
|
1485
|
+
type: Output
|
|
1486
|
+
}] } });
|
|
1099
1487
|
let SixSelect = class SixSelect {
|
|
1488
|
+
z;
|
|
1489
|
+
el;
|
|
1490
|
+
sixSelectChange = new EventEmitter();
|
|
1491
|
+
sixSelectFocus = new EventEmitter();
|
|
1492
|
+
sixSelectBlur = new EventEmitter();
|
|
1100
1493
|
constructor(c, r, z) {
|
|
1101
1494
|
this.z = z;
|
|
1102
1495
|
c.detach();
|
|
1103
1496
|
this.el = r.nativeElement;
|
|
1104
|
-
proxyOutputs(this, this.el, ['six-select-change', 'six-select-focus', 'six-select-blur']);
|
|
1105
1497
|
}
|
|
1106
|
-
static
|
|
1107
|
-
static
|
|
1498
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1499
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixSelectChange: "sixSelectChange", sixSelectFocus: "sixSelectFocus", sixSelectBlur: "sixSelectBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1108
1500
|
};
|
|
1109
1501
|
SixSelect = __decorate([
|
|
1110
1502
|
ProxyCmp({
|
|
@@ -1112,7 +1504,7 @@ SixSelect = __decorate([
|
|
|
1112
1504
|
methods: ['setFocus']
|
|
1113
1505
|
})
|
|
1114
1506
|
], SixSelect);
|
|
1115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1507
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSelect, decorators: [{
|
|
1116
1508
|
type: Component,
|
|
1117
1509
|
args: [{
|
|
1118
1510
|
selector: 'six-select',
|
|
@@ -1120,17 +1512,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1120
1512
|
template: '<ng-content></ng-content>',
|
|
1121
1513
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1122
1514
|
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'],
|
|
1515
|
+
outputs: ['sixSelectChange:six-select-change', 'sixSelectFocus:six-select-focus', 'sixSelectBlur:six-select-blur'],
|
|
1516
|
+
standalone: false
|
|
1123
1517
|
}]
|
|
1124
|
-
}], ctorParameters:
|
|
1518
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixSelectChange: [{
|
|
1519
|
+
type: Output
|
|
1520
|
+
}], sixSelectFocus: [{
|
|
1521
|
+
type: Output
|
|
1522
|
+
}], sixSelectBlur: [{
|
|
1523
|
+
type: Output
|
|
1524
|
+
}] } });
|
|
1125
1525
|
let SixSidebar = class SixSidebar {
|
|
1526
|
+
z;
|
|
1527
|
+
el;
|
|
1528
|
+
sixSidebarShow = new EventEmitter();
|
|
1529
|
+
sixSidebarAfterShow = new EventEmitter();
|
|
1530
|
+
sixSidebarHide = new EventEmitter();
|
|
1531
|
+
sixSidebarAfterHide = new EventEmitter();
|
|
1532
|
+
sixSidebarInitialFocus = new EventEmitter();
|
|
1126
1533
|
constructor(c, r, z) {
|
|
1127
1534
|
this.z = z;
|
|
1128
1535
|
c.detach();
|
|
1129
1536
|
this.el = r.nativeElement;
|
|
1130
|
-
proxyOutputs(this, this.el, ['six-sidebar-show', 'six-sidebar-after-show', 'six-sidebar-hide', 'six-sidebar-after-hide', 'six-sidebar-initial-focus']);
|
|
1131
1537
|
}
|
|
1132
|
-
static
|
|
1133
|
-
static
|
|
1538
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1539
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixSidebar, isStandalone: false, selector: "six-sidebar", inputs: { open: "open", position: "position", toggled: "toggled", width: "width" }, outputs: { sixSidebarShow: "sixSidebarShow", sixSidebarAfterShow: "sixSidebarAfterShow", sixSidebarHide: "sixSidebarHide", sixSidebarAfterHide: "sixSidebarAfterHide", sixSidebarInitialFocus: "sixSidebarInitialFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1134
1540
|
};
|
|
1135
1541
|
SixSidebar = __decorate([
|
|
1136
1542
|
ProxyCmp({
|
|
@@ -1138,7 +1544,7 @@ SixSidebar = __decorate([
|
|
|
1138
1544
|
methods: ['toggle', 'show', 'hide', 'selectItemByIndex', 'selectItemByName']
|
|
1139
1545
|
})
|
|
1140
1546
|
], SixSidebar);
|
|
1141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSidebar, decorators: [{
|
|
1142
1548
|
type: Component,
|
|
1143
1549
|
args: [{
|
|
1144
1550
|
selector: 'six-sidebar',
|
|
@@ -1146,23 +1552,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1146
1552
|
template: '<ng-content></ng-content>',
|
|
1147
1553
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1148
1554
|
inputs: ['open', 'position', 'toggled', 'width'],
|
|
1555
|
+
outputs: ['sixSidebarShow:six-sidebar-show', 'sixSidebarAfterShow:six-sidebar-after-show', 'sixSidebarHide:six-sidebar-hide', 'sixSidebarAfterHide:six-sidebar-after-hide', 'sixSidebarInitialFocus:six-sidebar-initial-focus'],
|
|
1556
|
+
standalone: false
|
|
1149
1557
|
}]
|
|
1150
|
-
}], ctorParameters:
|
|
1558
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixSidebarShow: [{
|
|
1559
|
+
type: Output
|
|
1560
|
+
}], sixSidebarAfterShow: [{
|
|
1561
|
+
type: Output
|
|
1562
|
+
}], sixSidebarHide: [{
|
|
1563
|
+
type: Output
|
|
1564
|
+
}], sixSidebarAfterHide: [{
|
|
1565
|
+
type: Output
|
|
1566
|
+
}], sixSidebarInitialFocus: [{
|
|
1567
|
+
type: Output
|
|
1568
|
+
}] } });
|
|
1151
1569
|
let SixSidebarItem = class SixSidebarItem {
|
|
1570
|
+
z;
|
|
1571
|
+
el;
|
|
1152
1572
|
constructor(c, r, z) {
|
|
1153
1573
|
this.z = z;
|
|
1154
1574
|
c.detach();
|
|
1155
1575
|
this.el = r.nativeElement;
|
|
1156
1576
|
}
|
|
1157
|
-
static
|
|
1158
|
-
static
|
|
1577
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSidebarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1578
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixSidebarItem, isStandalone: false, selector: "six-sidebar-item", inputs: { disabled: "disabled", href: "href", icon: "icon", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1159
1579
|
};
|
|
1160
1580
|
SixSidebarItem = __decorate([
|
|
1161
1581
|
ProxyCmp({
|
|
1162
1582
|
inputs: ['disabled', 'href', 'icon', 'selected', 'value']
|
|
1163
1583
|
})
|
|
1164
1584
|
], SixSidebarItem);
|
|
1165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSidebarItem, decorators: [{
|
|
1166
1586
|
type: Component,
|
|
1167
1587
|
args: [{
|
|
1168
1588
|
selector: 'six-sidebar-item',
|
|
@@ -1170,23 +1590,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1170
1590
|
template: '<ng-content></ng-content>',
|
|
1171
1591
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1172
1592
|
inputs: ['disabled', 'href', 'icon', 'selected', 'value'],
|
|
1593
|
+
standalone: false
|
|
1173
1594
|
}]
|
|
1174
|
-
}], ctorParameters:
|
|
1595
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1175
1596
|
let SixSidebarItemGroup = class SixSidebarItemGroup {
|
|
1597
|
+
z;
|
|
1598
|
+
el;
|
|
1176
1599
|
constructor(c, r, z) {
|
|
1177
1600
|
this.z = z;
|
|
1178
1601
|
c.detach();
|
|
1179
1602
|
this.el = r.nativeElement;
|
|
1180
1603
|
}
|
|
1181
|
-
static
|
|
1182
|
-
static
|
|
1604
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSidebarItemGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1605
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixSidebarItemGroup, isStandalone: false, selector: "six-sidebar-item-group", inputs: { href: "href", icon: "icon", name: "name", open: "open", summaryIcon: "summaryIcon", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1183
1606
|
};
|
|
1184
1607
|
SixSidebarItemGroup = __decorate([
|
|
1185
1608
|
ProxyCmp({
|
|
1186
1609
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value']
|
|
1187
1610
|
})
|
|
1188
1611
|
], SixSidebarItemGroup);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSidebarItemGroup, decorators: [{
|
|
1190
1613
|
type: Component,
|
|
1191
1614
|
args: [{
|
|
1192
1615
|
selector: 'six-sidebar-item-group',
|
|
@@ -1194,23 +1617,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1194
1617
|
template: '<ng-content></ng-content>',
|
|
1195
1618
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1196
1619
|
inputs: ['href', 'icon', 'name', 'open', 'summaryIcon', 'value'],
|
|
1620
|
+
standalone: false
|
|
1197
1621
|
}]
|
|
1198
|
-
}], ctorParameters:
|
|
1622
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1199
1623
|
let SixSpinner = class SixSpinner {
|
|
1624
|
+
z;
|
|
1625
|
+
el;
|
|
1200
1626
|
constructor(c, r, z) {
|
|
1201
1627
|
this.z = z;
|
|
1202
1628
|
c.detach();
|
|
1203
1629
|
this.el = r.nativeElement;
|
|
1204
1630
|
}
|
|
1205
|
-
static
|
|
1206
|
-
static
|
|
1631
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSpinner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1632
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixSpinner, isStandalone: false, selector: "six-spinner", inputs: { logo: "logo", six: "six" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1207
1633
|
};
|
|
1208
1634
|
SixSpinner = __decorate([
|
|
1209
1635
|
ProxyCmp({
|
|
1210
1636
|
inputs: ['logo', 'six']
|
|
1211
1637
|
})
|
|
1212
1638
|
], SixSpinner);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSpinner, decorators: [{
|
|
1214
1640
|
type: Component,
|
|
1215
1641
|
args: [{
|
|
1216
1642
|
selector: 'six-spinner',
|
|
@@ -1218,23 +1644,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1218
1644
|
template: '<ng-content></ng-content>',
|
|
1219
1645
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1220
1646
|
inputs: ['logo', 'six'],
|
|
1647
|
+
standalone: false
|
|
1221
1648
|
}]
|
|
1222
|
-
}], ctorParameters:
|
|
1649
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1223
1650
|
let SixStageIndicator = class SixStageIndicator {
|
|
1651
|
+
z;
|
|
1652
|
+
el;
|
|
1224
1653
|
constructor(c, r, z) {
|
|
1225
1654
|
this.z = z;
|
|
1226
1655
|
c.detach();
|
|
1227
1656
|
this.el = r.nativeElement;
|
|
1228
1657
|
}
|
|
1229
|
-
static
|
|
1230
|
-
static
|
|
1658
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixStageIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1659
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixStageIndicator, isStandalone: false, selector: "six-stage-indicator", inputs: { stage: "stage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1231
1660
|
};
|
|
1232
1661
|
SixStageIndicator = __decorate([
|
|
1233
1662
|
ProxyCmp({
|
|
1234
1663
|
inputs: ['stage']
|
|
1235
1664
|
})
|
|
1236
1665
|
], SixStageIndicator);
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixStageIndicator, decorators: [{
|
|
1238
1667
|
type: Component,
|
|
1239
1668
|
args: [{
|
|
1240
1669
|
selector: 'six-stage-indicator',
|
|
@@ -1242,17 +1671,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1242
1671
|
template: '<ng-content></ng-content>',
|
|
1243
1672
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1244
1673
|
inputs: ['stage'],
|
|
1674
|
+
standalone: false
|
|
1245
1675
|
}]
|
|
1246
|
-
}], ctorParameters:
|
|
1676
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1247
1677
|
let SixSwitch = class SixSwitch {
|
|
1678
|
+
z;
|
|
1679
|
+
el;
|
|
1680
|
+
sixSwitchBlur = new EventEmitter();
|
|
1681
|
+
sixSwitchChange = new EventEmitter();
|
|
1682
|
+
sixSwitchFocus = new EventEmitter();
|
|
1248
1683
|
constructor(c, r, z) {
|
|
1249
1684
|
this.z = z;
|
|
1250
1685
|
c.detach();
|
|
1251
1686
|
this.el = r.nativeElement;
|
|
1252
|
-
proxyOutputs(this, this.el, ['six-switch-blur', 'six-switch-change', 'six-switch-focus']);
|
|
1253
1687
|
}
|
|
1254
|
-
static
|
|
1255
|
-
static
|
|
1688
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1689
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixSwitchBlur: "sixSwitchBlur", sixSwitchChange: "sixSwitchChange", sixSwitchFocus: "sixSwitchFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1256
1690
|
};
|
|
1257
1691
|
SixSwitch = __decorate([
|
|
1258
1692
|
ProxyCmp({
|
|
@@ -1260,7 +1694,7 @@ SixSwitch = __decorate([
|
|
|
1260
1694
|
methods: ['setFocus', 'removeFocus']
|
|
1261
1695
|
})
|
|
1262
1696
|
], SixSwitch);
|
|
1263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixSwitch, decorators: [{
|
|
1264
1698
|
type: Component,
|
|
1265
1699
|
args: [{
|
|
1266
1700
|
selector: 'six-switch',
|
|
@@ -1268,43 +1702,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1268
1702
|
template: '<ng-content></ng-content>',
|
|
1269
1703
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1270
1704
|
inputs: ['checked', 'disabled', 'errorText', 'errorTextCount', 'invalid', 'label', 'name', 'required', 'value'],
|
|
1705
|
+
outputs: ['sixSwitchBlur:six-switch-blur', 'sixSwitchChange:six-switch-change', 'sixSwitchFocus:six-switch-focus'],
|
|
1706
|
+
standalone: false
|
|
1271
1707
|
}]
|
|
1272
|
-
}], ctorParameters:
|
|
1708
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixSwitchBlur: [{
|
|
1709
|
+
type: Output
|
|
1710
|
+
}], sixSwitchChange: [{
|
|
1711
|
+
type: Output
|
|
1712
|
+
}], sixSwitchFocus: [{
|
|
1713
|
+
type: Output
|
|
1714
|
+
}] } });
|
|
1273
1715
|
let SixTab = class SixTab {
|
|
1716
|
+
z;
|
|
1717
|
+
el;
|
|
1718
|
+
sixTabClose = new EventEmitter();
|
|
1274
1719
|
constructor(c, r, z) {
|
|
1275
1720
|
this.z = z;
|
|
1276
1721
|
c.detach();
|
|
1277
1722
|
this.el = r.nativeElement;
|
|
1278
|
-
proxyOutputs(this, this.el, ['six-tab-close']);
|
|
1279
1723
|
}
|
|
1280
|
-
static
|
|
1281
|
-
static
|
|
1724
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1725
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixTab, isStandalone: false, selector: "six-tab", inputs: { active: "active", closable: "closable", disabled: "disabled", hoverContent: "hoverContent", panel: "panel" }, outputs: { sixTabClose: "sixTabClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1282
1726
|
};
|
|
1283
1727
|
SixTab = __decorate([
|
|
1284
1728
|
ProxyCmp({
|
|
1285
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1729
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1286
1730
|
methods: ['setFocus', 'removeFocus']
|
|
1287
1731
|
})
|
|
1288
1732
|
], SixTab);
|
|
1289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTab, decorators: [{
|
|
1290
1734
|
type: Component,
|
|
1291
1735
|
args: [{
|
|
1292
1736
|
selector: 'six-tab',
|
|
1293
1737
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1294
1738
|
template: '<ng-content></ng-content>',
|
|
1295
1739
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1296
|
-
inputs: ['active', 'closable', 'disabled', 'panel'],
|
|
1740
|
+
inputs: ['active', 'closable', 'disabled', 'hoverContent', 'panel'],
|
|
1741
|
+
outputs: ['sixTabClose:six-tab-close'],
|
|
1742
|
+
standalone: false
|
|
1297
1743
|
}]
|
|
1298
|
-
}], ctorParameters:
|
|
1744
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixTabClose: [{
|
|
1745
|
+
type: Output
|
|
1746
|
+
}] } });
|
|
1299
1747
|
let SixTabGroup = class SixTabGroup {
|
|
1748
|
+
z;
|
|
1749
|
+
el;
|
|
1750
|
+
sixTabShow = new EventEmitter();
|
|
1751
|
+
sixTabHide = new EventEmitter();
|
|
1300
1752
|
constructor(c, r, z) {
|
|
1301
1753
|
this.z = z;
|
|
1302
1754
|
c.detach();
|
|
1303
1755
|
this.el = r.nativeElement;
|
|
1304
|
-
proxyOutputs(this, this.el, ['six-tab-show', 'six-tab-hide']);
|
|
1305
1756
|
}
|
|
1306
|
-
static
|
|
1307
|
-
static
|
|
1757
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1758
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixTabGroup, isStandalone: false, selector: "six-tab-group", inputs: { noScrollControls: "noScrollControls", placement: "placement" }, outputs: { sixTabShow: "sixTabShow", sixTabHide: "sixTabHide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1308
1759
|
};
|
|
1309
1760
|
SixTabGroup = __decorate([
|
|
1310
1761
|
ProxyCmp({
|
|
@@ -1312,7 +1763,7 @@ SixTabGroup = __decorate([
|
|
|
1312
1763
|
methods: ['show']
|
|
1313
1764
|
})
|
|
1314
1765
|
], SixTabGroup);
|
|
1315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTabGroup, decorators: [{
|
|
1316
1767
|
type: Component,
|
|
1317
1768
|
args: [{
|
|
1318
1769
|
selector: 'six-tab-group',
|
|
@@ -1320,23 +1771,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1320
1771
|
template: '<ng-content></ng-content>',
|
|
1321
1772
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1322
1773
|
inputs: ['noScrollControls', 'placement'],
|
|
1774
|
+
outputs: ['sixTabShow:six-tab-show', 'sixTabHide:six-tab-hide'],
|
|
1775
|
+
standalone: false
|
|
1323
1776
|
}]
|
|
1324
|
-
}], ctorParameters:
|
|
1777
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixTabShow: [{
|
|
1778
|
+
type: Output
|
|
1779
|
+
}], sixTabHide: [{
|
|
1780
|
+
type: Output
|
|
1781
|
+
}] } });
|
|
1325
1782
|
let SixTabPanel = class SixTabPanel {
|
|
1783
|
+
z;
|
|
1784
|
+
el;
|
|
1326
1785
|
constructor(c, r, z) {
|
|
1327
1786
|
this.z = z;
|
|
1328
1787
|
c.detach();
|
|
1329
1788
|
this.el = r.nativeElement;
|
|
1330
1789
|
}
|
|
1331
|
-
static
|
|
1332
|
-
static
|
|
1790
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTabPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1791
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixTabPanel, isStandalone: false, selector: "six-tab-panel", inputs: { active: "active", name: "name" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1333
1792
|
};
|
|
1334
1793
|
SixTabPanel = __decorate([
|
|
1335
1794
|
ProxyCmp({
|
|
1336
1795
|
inputs: ['active', 'name']
|
|
1337
1796
|
})
|
|
1338
1797
|
], SixTabPanel);
|
|
1339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTabPanel, decorators: [{
|
|
1340
1799
|
type: Component,
|
|
1341
1800
|
args: [{
|
|
1342
1801
|
selector: 'six-tab-panel',
|
|
@@ -1344,24 +1803,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1344
1803
|
template: '<ng-content></ng-content>',
|
|
1345
1804
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1346
1805
|
inputs: ['active', 'name'],
|
|
1806
|
+
standalone: false
|
|
1347
1807
|
}]
|
|
1348
|
-
}], ctorParameters:
|
|
1808
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1349
1809
|
let SixTag = class SixTag {
|
|
1810
|
+
z;
|
|
1811
|
+
el;
|
|
1812
|
+
sixTagClear = new EventEmitter();
|
|
1350
1813
|
constructor(c, r, z) {
|
|
1351
1814
|
this.z = z;
|
|
1352
1815
|
c.detach();
|
|
1353
1816
|
this.el = r.nativeElement;
|
|
1354
|
-
proxyOutputs(this, this.el, ['six-tag-clear']);
|
|
1355
1817
|
}
|
|
1356
|
-
static
|
|
1357
|
-
static
|
|
1818
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1819
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixTag, isStandalone: false, selector: "six-tag", inputs: { clearable: "clearable", pill: "pill", size: "size", type: "type" }, outputs: { sixTagClear: "sixTagClear" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1358
1820
|
};
|
|
1359
1821
|
SixTag = __decorate([
|
|
1360
1822
|
ProxyCmp({
|
|
1361
1823
|
inputs: ['clearable', 'pill', 'size', 'type']
|
|
1362
1824
|
})
|
|
1363
1825
|
], SixTag);
|
|
1364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTag, decorators: [{
|
|
1365
1827
|
type: Component,
|
|
1366
1828
|
args: [{
|
|
1367
1829
|
selector: 'six-tag',
|
|
@@ -1369,17 +1831,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1369
1831
|
template: '<ng-content></ng-content>',
|
|
1370
1832
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1371
1833
|
inputs: ['clearable', 'pill', 'size', 'type'],
|
|
1834
|
+
outputs: ['sixTagClear:six-tag-clear'],
|
|
1835
|
+
standalone: false
|
|
1372
1836
|
}]
|
|
1373
|
-
}], ctorParameters:
|
|
1837
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixTagClear: [{
|
|
1838
|
+
type: Output
|
|
1839
|
+
}] } });
|
|
1374
1840
|
let SixTextarea = class SixTextarea {
|
|
1841
|
+
z;
|
|
1842
|
+
el;
|
|
1843
|
+
sixTextareaChange = new EventEmitter();
|
|
1844
|
+
sixTextareaInput = new EventEmitter();
|
|
1845
|
+
sixTextareaFocus = new EventEmitter();
|
|
1846
|
+
sixTextareaBlur = new EventEmitter();
|
|
1375
1847
|
constructor(c, r, z) {
|
|
1376
1848
|
this.z = z;
|
|
1377
1849
|
c.detach();
|
|
1378
1850
|
this.el = r.nativeElement;
|
|
1379
|
-
proxyOutputs(this, this.el, ['six-textarea-change', 'six-textarea-input', 'six-textarea-focus', 'six-textarea-blur']);
|
|
1380
1851
|
}
|
|
1381
|
-
static
|
|
1382
|
-
static
|
|
1852
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1853
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixTextareaChange: "sixTextareaChange", sixTextareaInput: "sixTextareaInput", sixTextareaFocus: "sixTextareaFocus", sixTextareaBlur: "sixTextareaBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1383
1854
|
};
|
|
1384
1855
|
SixTextarea = __decorate([
|
|
1385
1856
|
ProxyCmp({
|
|
@@ -1387,7 +1858,7 @@ SixTextarea = __decorate([
|
|
|
1387
1858
|
methods: ['setFocus', 'removeFocus', 'select', 'setSelectionRange', 'setRangeText']
|
|
1388
1859
|
})
|
|
1389
1860
|
], SixTextarea);
|
|
1390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTextarea, decorators: [{
|
|
1391
1862
|
type: Component,
|
|
1392
1863
|
args: [{
|
|
1393
1864
|
selector: 'six-textarea',
|
|
@@ -1395,17 +1866,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1395
1866
|
template: '<ng-content></ng-content>',
|
|
1396
1867
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1397
1868
|
inputs: ['autocapitalize', 'autocomplete', 'autocorrect', 'autofocus', 'disabled', 'errorText', 'errorTextCount', 'helpText', 'inputmode', 'invalid', 'label', 'maxlength', 'minlength', 'name', 'placeholder', 'readonly', 'required', 'resize', 'rows', 'size', 'spellcheck', 'value'],
|
|
1869
|
+
outputs: ['sixTextareaChange:six-textarea-change', 'sixTextareaInput:six-textarea-input', 'sixTextareaFocus:six-textarea-focus', 'sixTextareaBlur:six-textarea-blur'],
|
|
1870
|
+
standalone: false
|
|
1398
1871
|
}]
|
|
1399
|
-
}], ctorParameters:
|
|
1872
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixTextareaChange: [{
|
|
1873
|
+
type: Output
|
|
1874
|
+
}], sixTextareaInput: [{
|
|
1875
|
+
type: Output
|
|
1876
|
+
}], sixTextareaFocus: [{
|
|
1877
|
+
type: Output
|
|
1878
|
+
}], sixTextareaBlur: [{
|
|
1879
|
+
type: Output
|
|
1880
|
+
}] } });
|
|
1400
1881
|
let SixTile = class SixTile {
|
|
1882
|
+
z;
|
|
1883
|
+
el;
|
|
1884
|
+
sixTileClosed = new EventEmitter();
|
|
1885
|
+
sixTileSelected = new EventEmitter();
|
|
1401
1886
|
constructor(c, r, z) {
|
|
1402
1887
|
this.z = z;
|
|
1403
1888
|
c.detach();
|
|
1404
1889
|
this.el = r.nativeElement;
|
|
1405
|
-
proxyOutputs(this, this.el, ['six-tile-closed', 'six-tile-selected']);
|
|
1406
1890
|
}
|
|
1407
|
-
static
|
|
1408
|
-
static
|
|
1891
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1892
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixTile, isStandalone: false, selector: "six-tile", inputs: { closeable: "closeable", disableTooltip: "disableTooltip", disabled: "disabled", elevated: "elevated", iconName: "iconName", label: "label", size: "size" }, outputs: { sixTileClosed: "sixTileClosed", sixTileSelected: "sixTileSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1409
1893
|
};
|
|
1410
1894
|
SixTile = __decorate([
|
|
1411
1895
|
ProxyCmp({
|
|
@@ -1413,7 +1897,7 @@ SixTile = __decorate([
|
|
|
1413
1897
|
methods: ['hide', 'show']
|
|
1414
1898
|
})
|
|
1415
1899
|
], SixTile);
|
|
1416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTile, decorators: [{
|
|
1417
1901
|
type: Component,
|
|
1418
1902
|
args: [{
|
|
1419
1903
|
selector: 'six-tile',
|
|
@@ -1421,17 +1905,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1421
1905
|
template: '<ng-content></ng-content>',
|
|
1422
1906
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1423
1907
|
inputs: ['closeable', 'disableTooltip', 'disabled', 'elevated', 'iconName', 'label', 'size'],
|
|
1908
|
+
outputs: ['sixTileClosed:six-tile-closed', 'sixTileSelected:six-tile-selected'],
|
|
1909
|
+
standalone: false
|
|
1424
1910
|
}]
|
|
1425
|
-
}], ctorParameters:
|
|
1911
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixTileClosed: [{
|
|
1912
|
+
type: Output
|
|
1913
|
+
}], sixTileSelected: [{
|
|
1914
|
+
type: Output
|
|
1915
|
+
}] } });
|
|
1426
1916
|
let SixTimepicker = class SixTimepicker {
|
|
1917
|
+
z;
|
|
1918
|
+
el;
|
|
1919
|
+
sixTimepickerChange = new EventEmitter();
|
|
1920
|
+
sixTimepickerChangeDebounced = new EventEmitter();
|
|
1921
|
+
sixTimepickerClear = new EventEmitter();
|
|
1427
1922
|
constructor(c, r, z) {
|
|
1428
1923
|
this.z = z;
|
|
1429
1924
|
c.detach();
|
|
1430
1925
|
this.el = r.nativeElement;
|
|
1431
|
-
proxyOutputs(this, this.el, ['six-timepicker-change', 'six-timepicker-change-debounced', 'six-timepicker-clear']);
|
|
1432
1926
|
}
|
|
1433
|
-
static
|
|
1434
|
-
static
|
|
1927
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTimepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1928
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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" }, outputs: { sixTimepickerChange: "sixTimepickerChange", sixTimepickerChangeDebounced: "sixTimepickerChangeDebounced", sixTimepickerClear: "sixTimepickerClear" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1435
1929
|
};
|
|
1436
1930
|
SixTimepicker = __decorate([
|
|
1437
1931
|
ProxyCmp({
|
|
@@ -1439,7 +1933,7 @@ SixTimepicker = __decorate([
|
|
|
1439
1933
|
methods: ['setFocus']
|
|
1440
1934
|
})
|
|
1441
1935
|
], SixTimepicker);
|
|
1442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTimepicker, decorators: [{
|
|
1443
1937
|
type: Component,
|
|
1444
1938
|
args: [{
|
|
1445
1939
|
selector: 'six-timepicker',
|
|
@@ -1447,17 +1941,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1447
1941
|
template: '<ng-content></ng-content>',
|
|
1448
1942
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1449
1943
|
inputs: ['clearable', 'debounce', 'defaultTime', 'disabled', 'errorText', 'errorTextCount', 'format', 'hoist', 'iconPosition', 'inline', 'interval', 'invalid', 'label', 'name', 'open', 'placeholder', 'placement', 'readonly', 'required', 'separator', 'size', 'timeout', 'value'],
|
|
1944
|
+
outputs: ['sixTimepickerChange:six-timepicker-change', 'sixTimepickerChangeDebounced:six-timepicker-change-debounced', 'sixTimepickerClear:six-timepicker-clear'],
|
|
1945
|
+
standalone: false
|
|
1450
1946
|
}]
|
|
1451
|
-
}], ctorParameters:
|
|
1947
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixTimepickerChange: [{
|
|
1948
|
+
type: Output
|
|
1949
|
+
}], sixTimepickerChangeDebounced: [{
|
|
1950
|
+
type: Output
|
|
1951
|
+
}], sixTimepickerClear: [{
|
|
1952
|
+
type: Output
|
|
1953
|
+
}] } });
|
|
1452
1954
|
let SixTooltip = class SixTooltip {
|
|
1955
|
+
z;
|
|
1956
|
+
el;
|
|
1957
|
+
sixTooltipShow = new EventEmitter();
|
|
1958
|
+
sixTooltipAfterShow = new EventEmitter();
|
|
1959
|
+
sixTooltipHide = new EventEmitter();
|
|
1960
|
+
sixTooltipAfterHide = new EventEmitter();
|
|
1453
1961
|
constructor(c, r, z) {
|
|
1454
1962
|
this.z = z;
|
|
1455
1963
|
c.detach();
|
|
1456
1964
|
this.el = r.nativeElement;
|
|
1457
|
-
proxyOutputs(this, this.el, ['six-tooltip-show', 'six-tooltip-after-show', 'six-tooltip-hide', 'six-tooltip-after-hide']);
|
|
1458
1965
|
}
|
|
1459
|
-
static
|
|
1460
|
-
static
|
|
1966
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1967
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: SixTooltip, isStandalone: false, selector: "six-tooltip", inputs: { content: "content", disabled: "disabled", distance: "distance", open: "open", placement: "placement", skidding: "skidding", trigger: "trigger" }, outputs: { sixTooltipShow: "sixTooltipShow", sixTooltipAfterShow: "sixTooltipAfterShow", sixTooltipHide: "sixTooltipHide", sixTooltipAfterHide: "sixTooltipAfterHide" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1461
1968
|
};
|
|
1462
1969
|
SixTooltip = __decorate([
|
|
1463
1970
|
ProxyCmp({
|
|
@@ -1465,7 +1972,7 @@ SixTooltip = __decorate([
|
|
|
1465
1972
|
methods: ['show', 'hide']
|
|
1466
1973
|
})
|
|
1467
1974
|
], SixTooltip);
|
|
1468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixTooltip, decorators: [{
|
|
1469
1976
|
type: Component,
|
|
1470
1977
|
args: [{
|
|
1471
1978
|
selector: 'six-tooltip',
|
|
@@ -1473,13 +1980,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1473
1980
|
template: '<ng-content></ng-content>',
|
|
1474
1981
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1475
1982
|
inputs: ['content', 'disabled', 'distance', 'open', 'placement', 'skidding', 'trigger'],
|
|
1983
|
+
outputs: ['sixTooltipShow:six-tooltip-show', 'sixTooltipAfterShow:six-tooltip-after-show', 'sixTooltipHide:six-tooltip-hide', 'sixTooltipAfterHide:six-tooltip-after-hide'],
|
|
1984
|
+
standalone: false
|
|
1476
1985
|
}]
|
|
1477
|
-
}], ctorParameters:
|
|
1986
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sixTooltipShow: [{
|
|
1987
|
+
type: Output
|
|
1988
|
+
}], sixTooltipAfterShow: [{
|
|
1989
|
+
type: Output
|
|
1990
|
+
}], sixTooltipHide: [{
|
|
1991
|
+
type: Output
|
|
1992
|
+
}], sixTooltipAfterHide: [{
|
|
1993
|
+
type: Output
|
|
1994
|
+
}] } });
|
|
1478
1995
|
|
|
1479
1996
|
const DIRECTIVES = [
|
|
1480
1997
|
SixAlert,
|
|
1481
1998
|
SixAvatar,
|
|
1482
1999
|
SixBadge,
|
|
2000
|
+
SixBreadcrumbs,
|
|
2001
|
+
SixBreadcrumbsItem,
|
|
1483
2002
|
SixButton,
|
|
1484
2003
|
SixCard,
|
|
1485
2004
|
SixCheckbox,
|
|
@@ -1517,6 +2036,7 @@ const DIRECTIVES = [
|
|
|
1517
2036
|
SixProgressRing,
|
|
1518
2037
|
SixRadio,
|
|
1519
2038
|
SixRange,
|
|
2039
|
+
SixRating,
|
|
1520
2040
|
SixRoot,
|
|
1521
2041
|
SixSearchField,
|
|
1522
2042
|
SixSelect,
|
|
@@ -1540,22 +2060,34 @@ class ValidationMessagesService {
|
|
|
1540
2060
|
getErrorMessage(language, error) {
|
|
1541
2061
|
return getErrorMessage(language, error);
|
|
1542
2062
|
}
|
|
1543
|
-
static
|
|
1544
|
-
static
|
|
2063
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ValidationMessagesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2064
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ValidationMessagesService, providedIn: 'root' });
|
|
1545
2065
|
}
|
|
1546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ValidationMessagesService, decorators: [{
|
|
1547
2067
|
type: Injectable,
|
|
1548
2068
|
args: [{ providedIn: 'root' }]
|
|
1549
2069
|
}] });
|
|
1550
2070
|
|
|
2071
|
+
const DEFAULT_UI_LIBRARY_CONFIG = {
|
|
2072
|
+
showAsteriskOnRequiredValidator: false,
|
|
2073
|
+
disableValidationService: false,
|
|
2074
|
+
};
|
|
2075
|
+
const UI_LIBRARY_CONFIG = new InjectionToken('UiLibraryConfig');
|
|
2076
|
+
|
|
1551
2077
|
class ValueAccessor {
|
|
2078
|
+
injector;
|
|
2079
|
+
el;
|
|
2080
|
+
statusChanges;
|
|
2081
|
+
ngControl;
|
|
2082
|
+
initialErrorText;
|
|
2083
|
+
validationMessagesService = inject(ValidationMessagesService);
|
|
2084
|
+
config = inject(UI_LIBRARY_CONFIG);
|
|
1552
2085
|
constructor(injector, el) {
|
|
1553
2086
|
this.injector = injector;
|
|
1554
2087
|
this.el = el;
|
|
1555
|
-
this.validationMessagesService = inject(ValidationMessagesService);
|
|
1556
|
-
this.onChange = () => { };
|
|
1557
|
-
this.onTouched = () => { };
|
|
1558
2088
|
}
|
|
2089
|
+
onChange = () => { };
|
|
2090
|
+
onTouched = () => { };
|
|
1559
2091
|
registerOnChange(fn) {
|
|
1560
2092
|
this.onChange = fn;
|
|
1561
2093
|
}
|
|
@@ -1598,12 +2130,16 @@ class ValueAccessor {
|
|
|
1598
2130
|
const element = this.el.nativeElement;
|
|
1599
2131
|
const control = this.ngControl?.control;
|
|
1600
2132
|
const invalid = control.status === 'INVALID' && control.dirty && control.touched;
|
|
1601
|
-
let errorTexts;
|
|
1602
|
-
if (invalid) {
|
|
1603
|
-
errorTexts = this.initialErrorText || this.getErrorTexts(control);
|
|
1604
|
-
}
|
|
1605
2133
|
element.invalid = invalid;
|
|
1606
|
-
|
|
2134
|
+
// If the module is configured to do so, display error messages for invalid controls
|
|
2135
|
+
if (!this.config.disableValidationService) {
|
|
2136
|
+
const errorTexts = invalid ? this.initialErrorText || this.getErrorTexts(control) : undefined;
|
|
2137
|
+
element.errorText = errorTexts ?? '';
|
|
2138
|
+
}
|
|
2139
|
+
// When the module is configured to do so, display an asterisk next to any form control that has a required validator
|
|
2140
|
+
if (this.config.showAsteriskOnRequiredValidator && this.ngControl.control.hasValidator(Validators.required)) {
|
|
2141
|
+
element.required = true;
|
|
2142
|
+
}
|
|
1607
2143
|
});
|
|
1608
2144
|
}
|
|
1609
2145
|
setDisabledState(isDisabled) {
|
|
@@ -1662,12 +2198,12 @@ class ValueAccessor {
|
|
|
1662
2198
|
return (this.validationMessagesService.getErrorMessage(getLanguage(), { key: key, ...value }) ?? key);
|
|
1663
2199
|
});
|
|
1664
2200
|
}
|
|
1665
|
-
static
|
|
1666
|
-
static
|
|
2201
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2202
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ValueAccessor, isStandalone: true, host: { listeners: { "blur": "_handleBlurEvent($event.target)" } }, ngImport: i0 });
|
|
1667
2203
|
}
|
|
1668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
1669
2205
|
type: Directive
|
|
1670
|
-
}], ctorParameters:
|
|
2206
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
1671
2207
|
type: HostListener,
|
|
1672
2208
|
args: ['blur', ['$event.target']]
|
|
1673
2209
|
}] } });
|
|
@@ -1686,18 +2222,20 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1686
2222
|
super(injector, el);
|
|
1687
2223
|
}
|
|
1688
2224
|
handleInputEvent(el) {
|
|
1689
|
-
|
|
2225
|
+
if (el) {
|
|
2226
|
+
this.handleValueChange(el, el.value);
|
|
2227
|
+
}
|
|
1690
2228
|
}
|
|
1691
|
-
static
|
|
1692
|
-
static
|
|
2229
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2230
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: TextValueAccessor, isStandalone: false, selector: "six-input:not([type=number]),six-textarea", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
1693
2231
|
{
|
|
1694
2232
|
provide: NG_VALUE_ACCESSOR,
|
|
1695
2233
|
useExisting: TextValueAccessor,
|
|
1696
2234
|
multi: true,
|
|
1697
2235
|
},
|
|
1698
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2236
|
+
], usesInheritance: true, ngImport: i0 });
|
|
1699
2237
|
}
|
|
1700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
1701
2239
|
type: Directive,
|
|
1702
2240
|
args: [{
|
|
1703
2241
|
selector: 'six-input:not([type=number]),six-textarea',
|
|
@@ -1708,8 +2246,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1708
2246
|
multi: true,
|
|
1709
2247
|
},
|
|
1710
2248
|
],
|
|
2249
|
+
standalone: false,
|
|
1711
2250
|
}]
|
|
1712
|
-
}], ctorParameters:
|
|
2251
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1713
2252
|
type: HostListener,
|
|
1714
2253
|
args: ['input', ['$event.target']]
|
|
1715
2254
|
}] } });
|
|
@@ -1719,23 +2258,25 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1719
2258
|
super(injector, el);
|
|
1720
2259
|
}
|
|
1721
2260
|
handleInputEvent(el) {
|
|
1722
|
-
|
|
2261
|
+
if (el) {
|
|
2262
|
+
this.handleValueChange(el, el.value);
|
|
2263
|
+
}
|
|
1723
2264
|
}
|
|
1724
2265
|
registerOnChange(fn) {
|
|
1725
2266
|
super.registerOnChange((value) => {
|
|
1726
2267
|
fn(value === '' ? null : parseFloat(value));
|
|
1727
2268
|
});
|
|
1728
2269
|
}
|
|
1729
|
-
static
|
|
1730
|
-
static
|
|
2270
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2271
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: NumericValueAccessor, isStandalone: false, selector: "six-input[type=number]", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
1731
2272
|
{
|
|
1732
2273
|
provide: NG_VALUE_ACCESSOR,
|
|
1733
2274
|
useExisting: NumericValueAccessor,
|
|
1734
2275
|
multi: true,
|
|
1735
2276
|
},
|
|
1736
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2277
|
+
], usesInheritance: true, ngImport: i0 });
|
|
1737
2278
|
}
|
|
1738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
1739
2280
|
type: Directive,
|
|
1740
2281
|
args: [{
|
|
1741
2282
|
selector: 'six-input[type=number]',
|
|
@@ -1746,8 +2287,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1746
2287
|
multi: true,
|
|
1747
2288
|
},
|
|
1748
2289
|
],
|
|
2290
|
+
standalone: false,
|
|
1749
2291
|
}]
|
|
1750
|
-
}], ctorParameters:
|
|
2292
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
1751
2293
|
type: HostListener,
|
|
1752
2294
|
args: ['input', ['$event.target']]
|
|
1753
2295
|
}] } });
|
|
@@ -1756,8 +2298,13 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1756
2298
|
constructor(injector, el) {
|
|
1757
2299
|
super(injector, el);
|
|
1758
2300
|
}
|
|
2301
|
+
value;
|
|
2302
|
+
formControlName;
|
|
2303
|
+
name;
|
|
1759
2304
|
handleChangeEvent(el) {
|
|
1760
|
-
|
|
2305
|
+
if (el) {
|
|
2306
|
+
this.handleValueChange(el, this.value);
|
|
2307
|
+
}
|
|
1761
2308
|
}
|
|
1762
2309
|
ngOnInit() {
|
|
1763
2310
|
this.checkName();
|
|
@@ -1778,16 +2325,16 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1778
2325
|
this.el.nativeElement.name = this.formControlName;
|
|
1779
2326
|
}
|
|
1780
2327
|
}
|
|
1781
|
-
static
|
|
1782
|
-
static
|
|
2328
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2329
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: RadioValueAccessor, isStandalone: false, selector: "six-radio", inputs: { value: "value", formControlName: "formControlName", name: "name" }, host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
1783
2330
|
{
|
|
1784
2331
|
provide: NG_VALUE_ACCESSOR,
|
|
1785
2332
|
useExisting: RadioValueAccessor,
|
|
1786
2333
|
multi: true,
|
|
1787
2334
|
},
|
|
1788
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2335
|
+
], usesInheritance: true, ngImport: i0 });
|
|
1789
2336
|
}
|
|
1790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
1791
2338
|
type: Directive,
|
|
1792
2339
|
args: [{
|
|
1793
2340
|
selector: 'six-radio',
|
|
@@ -1798,8 +2345,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1798
2345
|
multi: true,
|
|
1799
2346
|
},
|
|
1800
2347
|
],
|
|
2348
|
+
standalone: false,
|
|
1801
2349
|
}]
|
|
1802
|
-
}], ctorParameters:
|
|
2350
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { value: [{
|
|
1803
2351
|
type: Input
|
|
1804
2352
|
}], formControlName: [{
|
|
1805
2353
|
type: Input
|
|
@@ -1815,18 +2363,20 @@ class DatepickerValueAccessor extends ValueAccessor {
|
|
|
1815
2363
|
super(injector, el);
|
|
1816
2364
|
}
|
|
1817
2365
|
handleChangeEvent(el) {
|
|
1818
|
-
|
|
2366
|
+
if (el) {
|
|
2367
|
+
this.handleValueChange(el, el.value);
|
|
2368
|
+
}
|
|
1819
2369
|
}
|
|
1820
|
-
static
|
|
1821
|
-
static
|
|
2370
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DatepickerValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2371
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: DatepickerValueAccessor, isStandalone: false, selector: "six-datepicker", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
1822
2372
|
{
|
|
1823
2373
|
provide: NG_VALUE_ACCESSOR,
|
|
1824
2374
|
useExisting: DatepickerValueAccessor,
|
|
1825
2375
|
multi: true,
|
|
1826
2376
|
},
|
|
1827
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2377
|
+
], usesInheritance: true, ngImport: i0 });
|
|
1828
2378
|
}
|
|
1829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DatepickerValueAccessor, decorators: [{
|
|
1830
2380
|
type: Directive,
|
|
1831
2381
|
args: [{
|
|
1832
2382
|
selector: 'six-datepicker',
|
|
@@ -1837,8 +2387,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1837
2387
|
multi: true,
|
|
1838
2388
|
},
|
|
1839
2389
|
],
|
|
2390
|
+
standalone: false,
|
|
1840
2391
|
}]
|
|
1841
|
-
}], ctorParameters:
|
|
2392
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
1842
2393
|
type: HostListener,
|
|
1843
2394
|
args: ['change', ['$event.target']]
|
|
1844
2395
|
}] } });
|
|
@@ -1863,6 +2414,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1863
2414
|
* an alternative is to use the SixFormUtilDirective.
|
|
1864
2415
|
*/
|
|
1865
2416
|
class SixFormDirective {
|
|
2417
|
+
elementRef;
|
|
2418
|
+
formGroupDirective;
|
|
2419
|
+
/**
|
|
2420
|
+
* Emits an event when the form is valid and the form submission has been triggered.
|
|
2421
|
+
*/
|
|
2422
|
+
sixSubmit = new EventEmitter();
|
|
1866
2423
|
onNgSubmit(event) {
|
|
1867
2424
|
if (this.formGroupDirective.invalid) {
|
|
1868
2425
|
focusInvalidField(this.formGroupDirective, this.elementRef);
|
|
@@ -1874,20 +2431,17 @@ class SixFormDirective {
|
|
|
1874
2431
|
constructor(elementRef, formGroupDirective) {
|
|
1875
2432
|
this.elementRef = elementRef;
|
|
1876
2433
|
this.formGroupDirective = formGroupDirective;
|
|
1877
|
-
/**
|
|
1878
|
-
* Emits an event when the form is valid and the form submission has been triggered.
|
|
1879
|
-
*/
|
|
1880
|
-
this.sixSubmit = new EventEmitter();
|
|
1881
2434
|
}
|
|
1882
|
-
static
|
|
1883
|
-
static
|
|
2435
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFormDirective, deps: [{ token: i0.ElementRef }, { token: i1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2436
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: SixFormDirective, isStandalone: false, selector: "form[sixForm]", outputs: { sixSubmit: "sixSubmit" }, host: { listeners: { "ngSubmit": "onNgSubmit($event)" } }, ngImport: i0 });
|
|
1884
2437
|
}
|
|
1885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFormDirective, decorators: [{
|
|
1886
2439
|
type: Directive,
|
|
1887
2440
|
args: [{
|
|
1888
2441
|
selector: 'form[sixForm]',
|
|
2442
|
+
standalone: false,
|
|
1889
2443
|
}]
|
|
1890
|
-
}], ctorParameters:
|
|
2444
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }], propDecorators: { sixSubmit: [{
|
|
1891
2445
|
type: Output
|
|
1892
2446
|
}], onNgSubmit: [{
|
|
1893
2447
|
type: HostListener,
|
|
@@ -1919,6 +2473,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1919
2473
|
* ```
|
|
1920
2474
|
*/
|
|
1921
2475
|
class SixFormUtilDirective {
|
|
2476
|
+
elementRef;
|
|
2477
|
+
formGroupDirective;
|
|
1922
2478
|
constructor(elementRef, formGroupDirective) {
|
|
1923
2479
|
this.elementRef = elementRef;
|
|
1924
2480
|
this.formGroupDirective = formGroupDirective;
|
|
@@ -1930,15 +2486,16 @@ class SixFormUtilDirective {
|
|
|
1930
2486
|
focusInvalidField() {
|
|
1931
2487
|
focusInvalidField(this.formGroupDirective, this.elementRef);
|
|
1932
2488
|
}
|
|
1933
|
-
static
|
|
1934
|
-
static
|
|
2489
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFormUtilDirective, deps: [{ token: i0.ElementRef }, { token: i1.FormGroupDirective }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2490
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: SixFormUtilDirective, isStandalone: false, selector: "[sixFormUtil]", ngImport: i0 });
|
|
1935
2491
|
}
|
|
1936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixFormUtilDirective, decorators: [{
|
|
1937
2493
|
type: Directive,
|
|
1938
2494
|
args: [{
|
|
1939
2495
|
selector: '[sixFormUtil]',
|
|
2496
|
+
standalone: false,
|
|
1940
2497
|
}]
|
|
1941
|
-
}], ctorParameters:
|
|
2498
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.FormGroupDirective }] });
|
|
1942
2499
|
function focusInvalidField(formGroupDirective, formElement) {
|
|
1943
2500
|
formGroupDirective.form.markAllAsTouched();
|
|
1944
2501
|
markAllAsDirty([formGroupDirective.form]);
|
|
@@ -2024,147 +2581,157 @@ class SixUiLibraryValidators {
|
|
|
2024
2581
|
}
|
|
2025
2582
|
}
|
|
2026
2583
|
class MinDateValidator {
|
|
2584
|
+
min;
|
|
2027
2585
|
validate(control) {
|
|
2028
2586
|
if (this.min != null) {
|
|
2029
2587
|
return SixUiLibraryValidators.minDate(this.min)(control);
|
|
2030
2588
|
}
|
|
2031
2589
|
return null;
|
|
2032
2590
|
}
|
|
2033
|
-
static
|
|
2034
|
-
static
|
|
2591
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MinDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2592
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: MinDateValidator, isStandalone: false, selector: "six-datepicker[min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }], ngImport: i0 });
|
|
2035
2593
|
}
|
|
2036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MinDateValidator, decorators: [{
|
|
2037
2595
|
type: Directive,
|
|
2038
2596
|
args: [{
|
|
2039
2597
|
selector: 'six-datepicker[min]',
|
|
2040
2598
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidator, multi: true }],
|
|
2599
|
+
standalone: false,
|
|
2041
2600
|
}]
|
|
2042
2601
|
}], propDecorators: { min: [{
|
|
2043
2602
|
type: Input
|
|
2044
2603
|
}] } });
|
|
2045
2604
|
class MaxDateValidator {
|
|
2605
|
+
max;
|
|
2046
2606
|
validate(control) {
|
|
2047
2607
|
if (this.max != null) {
|
|
2048
2608
|
return SixUiLibraryValidators.maxDate(this.max)(control);
|
|
2049
2609
|
}
|
|
2050
2610
|
return null;
|
|
2051
2611
|
}
|
|
2052
|
-
static
|
|
2053
|
-
static
|
|
2612
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MaxDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2613
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: MaxDateValidator, isStandalone: false, selector: "six-datepicker[max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }], ngImport: i0 });
|
|
2054
2614
|
}
|
|
2055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MaxDateValidator, decorators: [{
|
|
2056
2616
|
type: Directive,
|
|
2057
2617
|
args: [{
|
|
2058
2618
|
selector: 'six-datepicker[max]',
|
|
2059
2619
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidator, multi: true }],
|
|
2620
|
+
standalone: false,
|
|
2060
2621
|
}]
|
|
2061
2622
|
}], propDecorators: { max: [{
|
|
2062
2623
|
type: Input
|
|
2063
2624
|
}] } });
|
|
2064
2625
|
class AllowedDatesValidator {
|
|
2065
|
-
|
|
2066
|
-
this.allowedDates = () => true;
|
|
2067
|
-
}
|
|
2626
|
+
allowedDates = () => true;
|
|
2068
2627
|
validate(control) {
|
|
2069
2628
|
return SixUiLibraryValidators.allowedDates(this.allowedDates)(control);
|
|
2070
2629
|
}
|
|
2071
|
-
static
|
|
2072
|
-
static
|
|
2630
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AllowedDatesValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2631
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: AllowedDatesValidator, isStandalone: false, selector: "six-datepicker[allowedDates]", inputs: { allowedDates: "allowedDates" }, providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }], ngImport: i0 });
|
|
2073
2632
|
}
|
|
2074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AllowedDatesValidator, decorators: [{
|
|
2075
2634
|
type: Directive,
|
|
2076
2635
|
args: [{
|
|
2077
2636
|
selector: 'six-datepicker[allowedDates]',
|
|
2078
2637
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidator, multi: true }],
|
|
2638
|
+
standalone: false,
|
|
2079
2639
|
}]
|
|
2080
2640
|
}], propDecorators: { allowedDates: [{
|
|
2081
2641
|
type: Input
|
|
2082
2642
|
}] } });
|
|
2083
2643
|
class MinDateValidatorIso {
|
|
2644
|
+
min;
|
|
2084
2645
|
validate(control) {
|
|
2085
2646
|
if (this.min != null) {
|
|
2086
2647
|
return SixUiLibraryValidators.minDateIso(this.min)(control);
|
|
2087
2648
|
}
|
|
2088
2649
|
return null;
|
|
2089
2650
|
}
|
|
2090
|
-
static
|
|
2091
|
-
static
|
|
2651
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MinDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2652
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: MinDateValidatorIso, isStandalone: false, selector: "six-date[min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }], ngImport: i0 });
|
|
2092
2653
|
}
|
|
2093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MinDateValidatorIso, decorators: [{
|
|
2094
2655
|
type: Directive,
|
|
2095
2656
|
args: [{
|
|
2096
2657
|
selector: 'six-date[min]',
|
|
2097
2658
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinDateValidatorIso, multi: true }],
|
|
2659
|
+
standalone: false,
|
|
2098
2660
|
}]
|
|
2099
2661
|
}], propDecorators: { min: [{
|
|
2100
2662
|
type: Input
|
|
2101
2663
|
}] } });
|
|
2102
2664
|
class MaxDateValidatorIso {
|
|
2665
|
+
max;
|
|
2103
2666
|
validate(control) {
|
|
2104
2667
|
if (this.max != null) {
|
|
2105
2668
|
return SixUiLibraryValidators.maxDateIso(this.max)(control);
|
|
2106
2669
|
}
|
|
2107
2670
|
return null;
|
|
2108
2671
|
}
|
|
2109
|
-
static
|
|
2110
|
-
static
|
|
2672
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MaxDateValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2673
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: MaxDateValidatorIso, isStandalone: false, selector: "six-date[max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }], ngImport: i0 });
|
|
2111
2674
|
}
|
|
2112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MaxDateValidatorIso, decorators: [{
|
|
2113
2676
|
type: Directive,
|
|
2114
2677
|
args: [{
|
|
2115
2678
|
selector: 'six-date[max]',
|
|
2116
2679
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxDateValidatorIso, multi: true }],
|
|
2680
|
+
standalone: false,
|
|
2117
2681
|
}]
|
|
2118
2682
|
}], propDecorators: { max: [{
|
|
2119
2683
|
type: Input
|
|
2120
2684
|
}] } });
|
|
2121
2685
|
class AllowedDatesValidatorIso {
|
|
2122
|
-
|
|
2123
|
-
this.allowedDates = () => true;
|
|
2124
|
-
}
|
|
2686
|
+
allowedDates = () => true;
|
|
2125
2687
|
validate(control) {
|
|
2126
2688
|
return SixUiLibraryValidators.allowedDatesIso(this.allowedDates)(control);
|
|
2127
2689
|
}
|
|
2128
|
-
static
|
|
2129
|
-
static
|
|
2690
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AllowedDatesValidatorIso, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2691
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: AllowedDatesValidatorIso, isStandalone: false, selector: "six-date[allowedDates]", inputs: { allowedDates: "allowedDates" }, providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }], ngImport: i0 });
|
|
2130
2692
|
}
|
|
2131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AllowedDatesValidatorIso, decorators: [{
|
|
2132
2694
|
type: Directive,
|
|
2133
2695
|
args: [{
|
|
2134
2696
|
selector: 'six-date[allowedDates]',
|
|
2135
2697
|
providers: [{ provide: NG_VALIDATORS, useExisting: AllowedDatesValidatorIso, multi: true }],
|
|
2698
|
+
standalone: false,
|
|
2136
2699
|
}]
|
|
2137
2700
|
}], propDecorators: { allowedDates: [{
|
|
2138
2701
|
type: Input
|
|
2139
2702
|
}] } });
|
|
2140
2703
|
class MinValidator {
|
|
2704
|
+
min;
|
|
2141
2705
|
validate(control) {
|
|
2142
2706
|
return Validators.min(toFloat(this.min))(control);
|
|
2143
2707
|
}
|
|
2144
|
-
static
|
|
2145
|
-
static
|
|
2708
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2709
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: MinValidator, isStandalone: false, selector: "six-input[type=number][min]", inputs: { min: "min" }, providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }], ngImport: i0 });
|
|
2146
2710
|
}
|
|
2147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MinValidator, decorators: [{
|
|
2148
2712
|
type: Directive,
|
|
2149
2713
|
args: [{
|
|
2150
2714
|
selector: 'six-input[type=number][min]',
|
|
2151
2715
|
providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }],
|
|
2716
|
+
standalone: false,
|
|
2152
2717
|
}]
|
|
2153
2718
|
}], propDecorators: { min: [{
|
|
2154
2719
|
type: Input
|
|
2155
2720
|
}] } });
|
|
2156
2721
|
class MaxValidator {
|
|
2722
|
+
max;
|
|
2157
2723
|
validate(control) {
|
|
2158
2724
|
return Validators.max(toFloat(this.max))(control);
|
|
2159
2725
|
}
|
|
2160
|
-
static
|
|
2161
|
-
static
|
|
2726
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2727
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: MaxValidator, isStandalone: false, selector: "six-input[type=number][max]", inputs: { max: "max" }, providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }], ngImport: i0 });
|
|
2162
2728
|
}
|
|
2163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MaxValidator, decorators: [{
|
|
2164
2730
|
type: Directive,
|
|
2165
2731
|
args: [{
|
|
2166
2732
|
selector: 'six-input[type=number][max]',
|
|
2167
2733
|
providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }],
|
|
2734
|
+
standalone: false,
|
|
2168
2735
|
}]
|
|
2169
2736
|
}], propDecorators: { max: [{
|
|
2170
2737
|
type: Input
|
|
@@ -2178,18 +2745,20 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
2178
2745
|
super(injector, el);
|
|
2179
2746
|
}
|
|
2180
2747
|
handleChangeEvent(el) {
|
|
2181
|
-
|
|
2748
|
+
if (el) {
|
|
2749
|
+
this.handleValueChange(el, el.value);
|
|
2750
|
+
}
|
|
2182
2751
|
}
|
|
2183
|
-
static
|
|
2184
|
-
static
|
|
2752
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2753
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: SelectValueAccessor, isStandalone: false, selector: "six-select", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2185
2754
|
{
|
|
2186
2755
|
provide: NG_VALUE_ACCESSOR,
|
|
2187
2756
|
useExisting: SelectValueAccessor,
|
|
2188
2757
|
multi: true,
|
|
2189
2758
|
},
|
|
2190
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2759
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2191
2760
|
}
|
|
2192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
2193
2762
|
type: Directive,
|
|
2194
2763
|
args: [{
|
|
2195
2764
|
selector: 'six-select',
|
|
@@ -2200,8 +2769,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2200
2769
|
multi: true,
|
|
2201
2770
|
},
|
|
2202
2771
|
],
|
|
2772
|
+
standalone: false,
|
|
2203
2773
|
}]
|
|
2204
|
-
}], ctorParameters:
|
|
2774
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2205
2775
|
type: HostListener,
|
|
2206
2776
|
args: ['change', ['$event.target']]
|
|
2207
2777
|
}] } });
|
|
@@ -2211,25 +2781,27 @@ class CheckboxValueAccessor extends ValueAccessor {
|
|
|
2211
2781
|
super(injector, el);
|
|
2212
2782
|
}
|
|
2213
2783
|
handleChangeEvent(el) {
|
|
2214
|
-
|
|
2784
|
+
if (el) {
|
|
2785
|
+
this.handleValueChange(el, el.checked);
|
|
2786
|
+
}
|
|
2215
2787
|
}
|
|
2216
2788
|
writeValue(value) {
|
|
2217
2789
|
this.el.nativeElement.checked = value === true;
|
|
2218
2790
|
this.updateValidation();
|
|
2219
2791
|
}
|
|
2220
|
-
static
|
|
2221
|
-
static
|
|
2792
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CheckboxValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2793
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: CheckboxValueAccessor, isStandalone: false, selector: "six-checkbox:not([six-checkbox-group])", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2222
2794
|
{
|
|
2223
2795
|
provide: NG_VALUE_ACCESSOR,
|
|
2224
2796
|
useExisting: CheckboxValueAccessor,
|
|
2225
2797
|
multi: true,
|
|
2226
2798
|
},
|
|
2227
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2799
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2228
2800
|
}
|
|
2229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CheckboxValueAccessor, decorators: [{
|
|
2230
2802
|
type: Directive,
|
|
2231
2803
|
args: [{
|
|
2232
|
-
selector: 'six-checkbox',
|
|
2804
|
+
selector: 'six-checkbox:not([six-checkbox-group])',
|
|
2233
2805
|
providers: [
|
|
2234
2806
|
{
|
|
2235
2807
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -2237,8 +2809,77 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2237
2809
|
multi: true,
|
|
2238
2810
|
},
|
|
2239
2811
|
],
|
|
2812
|
+
standalone: false,
|
|
2813
|
+
}]
|
|
2814
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2815
|
+
type: HostListener,
|
|
2816
|
+
args: ['change', ['$event.target']]
|
|
2817
|
+
}] } });
|
|
2818
|
+
|
|
2819
|
+
class SixCheckboxGroupDirective {
|
|
2820
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixCheckboxGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2821
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: SixCheckboxGroupDirective, isStandalone: false, selector: "[six-checkbox-group]", ngImport: i0 });
|
|
2822
|
+
}
|
|
2823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixCheckboxGroupDirective, decorators: [{
|
|
2824
|
+
type: Directive,
|
|
2825
|
+
args: [{
|
|
2826
|
+
selector: '[six-checkbox-group]',
|
|
2827
|
+
standalone: false,
|
|
2828
|
+
}]
|
|
2829
|
+
}] });
|
|
2830
|
+
// Accessor applies only when the SixCheckboxGroupDirective attribute is present
|
|
2831
|
+
class CheckboxMultiSelectValueAccessor extends ValueAccessor {
|
|
2832
|
+
value;
|
|
2833
|
+
constructor(injector, el) {
|
|
2834
|
+
super(injector, el);
|
|
2835
|
+
}
|
|
2836
|
+
onHostChange(el) {
|
|
2837
|
+
if (!el)
|
|
2838
|
+
return;
|
|
2839
|
+
const checkbox = el;
|
|
2840
|
+
const checked = checkbox.checked;
|
|
2841
|
+
const current = this.ngControl?.value;
|
|
2842
|
+
if (!current)
|
|
2843
|
+
return;
|
|
2844
|
+
const set = new Set(current);
|
|
2845
|
+
checked ? set.add(this.value) : set.delete(this.value);
|
|
2846
|
+
this.handleValueChange(el, Array.from(set));
|
|
2847
|
+
}
|
|
2848
|
+
writeValue(values) {
|
|
2849
|
+
const arr = Array.isArray(values) ? values : [];
|
|
2850
|
+
const checkbox = this.el.nativeElement;
|
|
2851
|
+
checkbox.checked = arr.includes(this.value);
|
|
2852
|
+
this.updateValidation();
|
|
2853
|
+
}
|
|
2854
|
+
setDisabledState(isDisabled) {
|
|
2855
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
2856
|
+
}
|
|
2857
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CheckboxMultiSelectValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2858
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: CheckboxMultiSelectValueAccessor, isStandalone: false, selector: "six-checkbox[six-checkbox-group]", inputs: { value: "value" }, host: { listeners: { "change": "onHostChange($event.target)" } }, providers: [
|
|
2859
|
+
{
|
|
2860
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2861
|
+
useExisting: CheckboxMultiSelectValueAccessor,
|
|
2862
|
+
multi: true,
|
|
2863
|
+
},
|
|
2864
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2865
|
+
}
|
|
2866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CheckboxMultiSelectValueAccessor, decorators: [{
|
|
2867
|
+
type: Directive,
|
|
2868
|
+
args: [{
|
|
2869
|
+
selector: 'six-checkbox[six-checkbox-group]',
|
|
2870
|
+
providers: [
|
|
2871
|
+
{
|
|
2872
|
+
provide: NG_VALUE_ACCESSOR,
|
|
2873
|
+
useExisting: CheckboxMultiSelectValueAccessor,
|
|
2874
|
+
multi: true,
|
|
2875
|
+
},
|
|
2876
|
+
],
|
|
2877
|
+
standalone: false,
|
|
2240
2878
|
}]
|
|
2241
|
-
}], ctorParameters:
|
|
2879
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { value: [{
|
|
2880
|
+
type: Input,
|
|
2881
|
+
args: [{ required: true }]
|
|
2882
|
+
}], onHostChange: [{
|
|
2242
2883
|
type: HostListener,
|
|
2243
2884
|
args: ['change', ['$event.target']]
|
|
2244
2885
|
}] } });
|
|
@@ -2248,23 +2889,25 @@ class RangeValueAccessor extends ValueAccessor {
|
|
|
2248
2889
|
super(injector, el);
|
|
2249
2890
|
}
|
|
2250
2891
|
handleInputEvent(el) {
|
|
2251
|
-
|
|
2892
|
+
if (el) {
|
|
2893
|
+
this.handleValueChange(el, el.value);
|
|
2894
|
+
}
|
|
2252
2895
|
}
|
|
2253
2896
|
registerOnChange(fn) {
|
|
2254
2897
|
super.registerOnChange((value) => {
|
|
2255
2898
|
fn(value === '' ? null : parseFloat(value));
|
|
2256
2899
|
});
|
|
2257
2900
|
}
|
|
2258
|
-
static
|
|
2259
|
-
static
|
|
2901
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: RangeValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2902
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: RangeValueAccessor, isStandalone: false, selector: "six-range", host: { listeners: { "input": "handleInputEvent($event.target)" } }, providers: [
|
|
2260
2903
|
{
|
|
2261
2904
|
provide: NG_VALUE_ACCESSOR,
|
|
2262
2905
|
useExisting: RangeValueAccessor,
|
|
2263
2906
|
multi: true,
|
|
2264
2907
|
},
|
|
2265
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2908
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2266
2909
|
}
|
|
2267
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: RangeValueAccessor, decorators: [{
|
|
2268
2911
|
type: Directive,
|
|
2269
2912
|
args: [{
|
|
2270
2913
|
selector: 'six-range',
|
|
@@ -2275,8 +2918,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2275
2918
|
multi: true,
|
|
2276
2919
|
},
|
|
2277
2920
|
],
|
|
2921
|
+
standalone: false,
|
|
2278
2922
|
}]
|
|
2279
|
-
}], ctorParameters:
|
|
2923
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2280
2924
|
type: HostListener,
|
|
2281
2925
|
args: ['input', ['$event.target']]
|
|
2282
2926
|
}] } });
|
|
@@ -2286,22 +2930,24 @@ class SwitchValueAccessor extends ValueAccessor {
|
|
|
2286
2930
|
super(injector, el);
|
|
2287
2931
|
}
|
|
2288
2932
|
handleChangeEvent(el) {
|
|
2289
|
-
|
|
2933
|
+
if (el) {
|
|
2934
|
+
this.handleValueChange(el, el.checked);
|
|
2935
|
+
}
|
|
2290
2936
|
}
|
|
2291
2937
|
writeValue(value) {
|
|
2292
2938
|
this.el.nativeElement.checked = value === true;
|
|
2293
2939
|
this.updateValidation();
|
|
2294
2940
|
}
|
|
2295
|
-
static
|
|
2296
|
-
static
|
|
2941
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SwitchValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2942
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: SwitchValueAccessor, isStandalone: false, selector: "six-switch", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2297
2943
|
{
|
|
2298
2944
|
provide: NG_VALUE_ACCESSOR,
|
|
2299
2945
|
useExisting: SwitchValueAccessor,
|
|
2300
2946
|
multi: true,
|
|
2301
2947
|
},
|
|
2302
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2948
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2303
2949
|
}
|
|
2304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SwitchValueAccessor, decorators: [{
|
|
2305
2951
|
type: Directive,
|
|
2306
2952
|
args: [{
|
|
2307
2953
|
selector: 'six-switch',
|
|
@@ -2312,8 +2958,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2312
2958
|
multi: true,
|
|
2313
2959
|
},
|
|
2314
2960
|
],
|
|
2961
|
+
standalone: false,
|
|
2315
2962
|
}]
|
|
2316
|
-
}], ctorParameters:
|
|
2963
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2317
2964
|
type: HostListener,
|
|
2318
2965
|
args: ['change', ['$event.target']]
|
|
2319
2966
|
}] } });
|
|
@@ -2323,18 +2970,20 @@ class TimepickerValueAccessor extends ValueAccessor {
|
|
|
2323
2970
|
super(injector, el);
|
|
2324
2971
|
}
|
|
2325
2972
|
handleChangeEvent(el) {
|
|
2326
|
-
|
|
2973
|
+
if (el) {
|
|
2974
|
+
this.handleValueChange(el, el.value);
|
|
2975
|
+
}
|
|
2327
2976
|
}
|
|
2328
|
-
static
|
|
2329
|
-
static
|
|
2977
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TimepickerValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2978
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: TimepickerValueAccessor, isStandalone: false, selector: "six-timepicker", host: { listeners: { "change": "handleChangeEvent($event.target)" } }, providers: [
|
|
2330
2979
|
{
|
|
2331
2980
|
provide: NG_VALUE_ACCESSOR,
|
|
2332
2981
|
useExisting: TimepickerValueAccessor,
|
|
2333
2982
|
multi: true,
|
|
2334
2983
|
},
|
|
2335
|
-
], usesInheritance: true, ngImport: i0 });
|
|
2984
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2336
2985
|
}
|
|
2337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: TimepickerValueAccessor, decorators: [{
|
|
2338
2987
|
type: Directive,
|
|
2339
2988
|
args: [{
|
|
2340
2989
|
selector: 'six-timepicker',
|
|
@@ -2345,8 +2994,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2345
2994
|
multi: true,
|
|
2346
2995
|
},
|
|
2347
2996
|
],
|
|
2997
|
+
standalone: false,
|
|
2348
2998
|
}]
|
|
2349
|
-
}], ctorParameters:
|
|
2999
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleChangeEvent: [{
|
|
2350
3000
|
type: HostListener,
|
|
2351
3001
|
args: ['change', ['$event.target']]
|
|
2352
3002
|
}] } });
|
|
@@ -2355,6 +3005,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2355
3005
|
* Forked from https://github.com/ionic-team/ionic-framework/blob/main/packages/angular/common/src/directives/navigation/router-link-delegate.ts.
|
|
2356
3006
|
*/
|
|
2357
3007
|
class SixRouterLinkDirective {
|
|
3008
|
+
locationStrategy;
|
|
3009
|
+
elementRef;
|
|
3010
|
+
router;
|
|
3011
|
+
renderer;
|
|
3012
|
+
routerLinkDirective;
|
|
2358
3013
|
constructor(locationStrategy, elementRef, router, renderer, routerLinkDirective) {
|
|
2359
3014
|
this.locationStrategy = locationStrategy;
|
|
2360
3015
|
this.elementRef = elementRef;
|
|
@@ -2366,6 +3021,11 @@ class SixRouterLinkDirective {
|
|
|
2366
3021
|
// Prevents the browser from performing a page reload when pressing a SIX-component with routerLink.
|
|
2367
3022
|
event.preventDefault();
|
|
2368
3023
|
}
|
|
3024
|
+
routerLink;
|
|
3025
|
+
queryParams;
|
|
3026
|
+
fragment;
|
|
3027
|
+
queryParamsHandling;
|
|
3028
|
+
relativeTo;
|
|
2369
3029
|
ngOnInit() {
|
|
2370
3030
|
this.updateTargetUrlAndHref();
|
|
2371
3031
|
}
|
|
@@ -2383,17 +3043,18 @@ class SixRouterLinkDirective {
|
|
|
2383
3043
|
this.renderer.removeAttribute(this.elementRef.nativeElement, 'tabindex');
|
|
2384
3044
|
}
|
|
2385
3045
|
}
|
|
2386
|
-
static
|
|
2387
|
-
static
|
|
3046
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", 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 });
|
|
3047
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", 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 });
|
|
2388
3048
|
}
|
|
2389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3049
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: SixRouterLinkDirective, decorators: [{
|
|
2390
3050
|
type: Directive,
|
|
2391
3051
|
args: [{
|
|
2392
3052
|
selector: 'six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]',
|
|
3053
|
+
standalone: false,
|
|
2393
3054
|
}]
|
|
2394
|
-
}], ctorParameters:
|
|
3055
|
+
}], ctorParameters: () => [{ type: i1$1.LocationStrategy }, { type: i0.ElementRef }, { type: i2.Router }, { type: i0.Renderer2 }, { type: i2.RouterLink, decorators: [{
|
|
2395
3056
|
type: Optional
|
|
2396
|
-
}] }]
|
|
3057
|
+
}] }], propDecorators: { onClick: [{
|
|
2397
3058
|
type: HostListener,
|
|
2398
3059
|
args: ['click', ['$event']]
|
|
2399
3060
|
}], routerLink: [{
|
|
@@ -2427,13 +3088,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2427
3088
|
* ```
|
|
2428
3089
|
*/
|
|
2429
3090
|
class ActiveSidebarDirective {
|
|
2430
|
-
static
|
|
2431
|
-
static
|
|
3091
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ActiveSidebarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3092
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ActiveSidebarDirective, isStandalone: false, selector: "six-sidebar[sixRouterLinkActive]", ngImport: i0 });
|
|
2432
3093
|
}
|
|
2433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ActiveSidebarDirective, decorators: [{
|
|
2434
3095
|
type: Directive,
|
|
2435
3096
|
args: [{
|
|
2436
3097
|
selector: 'six-sidebar[sixRouterLinkActive]',
|
|
3098
|
+
standalone: false,
|
|
2437
3099
|
}]
|
|
2438
3100
|
}] });
|
|
2439
3101
|
/**
|
|
@@ -2446,11 +3108,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2446
3108
|
* @optional ActiveSidebarDirective - If present, enables route-based selection
|
|
2447
3109
|
*/
|
|
2448
3110
|
class ActiveSidebarItemDirective {
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
this.activeSidebarDirective = inject(ActiveSidebarDirective, { optional: true });
|
|
2453
|
-
}
|
|
3111
|
+
routerLinkActive = inject(RouterLinkActive);
|
|
3112
|
+
sidebarItem = inject(SixSidebarItem);
|
|
3113
|
+
activeSidebarDirective = inject(ActiveSidebarDirective, { optional: true });
|
|
2454
3114
|
get selected() {
|
|
2455
3115
|
if (this.activeSidebarDirective == null) {
|
|
2456
3116
|
return this.sidebarItem.selected;
|
|
@@ -2459,14 +3119,15 @@ class ActiveSidebarItemDirective {
|
|
|
2459
3119
|
return this.routerLinkActive.isActive;
|
|
2460
3120
|
}
|
|
2461
3121
|
}
|
|
2462
|
-
static
|
|
2463
|
-
static
|
|
3122
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ActiveSidebarItemDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3123
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: ActiveSidebarItemDirective, isStandalone: false, selector: "six-sidebar-item", host: { properties: { "selected": "this.selected" } }, hostDirectives: [{ directive: i2.RouterLinkActive }], ngImport: i0 });
|
|
2464
3124
|
}
|
|
2465
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ActiveSidebarItemDirective, decorators: [{
|
|
2466
3126
|
type: Directive,
|
|
2467
3127
|
args: [{
|
|
2468
3128
|
selector: 'six-sidebar-item',
|
|
2469
3129
|
hostDirectives: [RouterLinkActive],
|
|
3130
|
+
standalone: false,
|
|
2470
3131
|
}]
|
|
2471
3132
|
}], propDecorators: { selected: [{
|
|
2472
3133
|
type: HostBinding,
|
|
@@ -2482,11 +3143,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2482
3143
|
* @optional ActiveSidebarDirective - If present, enables route-based expansion
|
|
2483
3144
|
*/
|
|
2484
3145
|
class ActiveSidebarItemGroupDirective {
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
}
|
|
3146
|
+
routerLinkActive = inject(RouterLinkActive);
|
|
3147
|
+
sidebarItemGroup = inject(SixSidebarItemGroup);
|
|
3148
|
+
activeSidebarDirective = inject(ActiveSidebarDirective, { optional: true });
|
|
3149
|
+
sidebarItems;
|
|
2490
3150
|
get open() {
|
|
2491
3151
|
if (this.activeSidebarDirective == null) {
|
|
2492
3152
|
return this.sidebarItemGroup.open;
|
|
@@ -2496,14 +3156,15 @@ class ActiveSidebarItemGroupDirective {
|
|
|
2496
3156
|
}
|
|
2497
3157
|
return this.routerLinkActive.isActive;
|
|
2498
3158
|
}
|
|
2499
|
-
static
|
|
2500
|
-
static
|
|
3159
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ActiveSidebarItemGroupDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3160
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", 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 });
|
|
2501
3161
|
}
|
|
2502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ActiveSidebarItemGroupDirective, decorators: [{
|
|
2503
3163
|
type: Directive,
|
|
2504
3164
|
args: [{
|
|
2505
3165
|
selector: 'six-sidebar-item-group',
|
|
2506
3166
|
hostDirectives: [RouterLinkActive],
|
|
3167
|
+
standalone: false,
|
|
2507
3168
|
}]
|
|
2508
3169
|
}], propDecorators: { sidebarItems: [{
|
|
2509
3170
|
type: ContentChildren,
|
|
@@ -2518,22 +3179,24 @@ class DateValueAccessor extends ValueAccessor {
|
|
|
2518
3179
|
super(injector, el);
|
|
2519
3180
|
}
|
|
2520
3181
|
handleInputEvent(el) {
|
|
2521
|
-
|
|
3182
|
+
if (el) {
|
|
3183
|
+
this.handleValueChange(el, el.value);
|
|
3184
|
+
}
|
|
2522
3185
|
}
|
|
2523
3186
|
writeValue(value) {
|
|
2524
3187
|
this.el.nativeElement.value = value == null ? '' : value;
|
|
2525
3188
|
this.updateValidation();
|
|
2526
3189
|
}
|
|
2527
|
-
static
|
|
2528
|
-
static
|
|
3190
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DateValueAccessor, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3191
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.1", type: DateValueAccessor, isStandalone: false, selector: "six-date", host: { listeners: { "change": "handleInputEvent($event.target)" } }, providers: [
|
|
2529
3192
|
{
|
|
2530
3193
|
provide: NG_VALUE_ACCESSOR,
|
|
2531
3194
|
useExisting: DateValueAccessor,
|
|
2532
3195
|
multi: true,
|
|
2533
3196
|
},
|
|
2534
|
-
], usesInheritance: true, ngImport: i0 });
|
|
3197
|
+
], usesInheritance: true, ngImport: i0 });
|
|
2535
3198
|
}
|
|
2536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: DateValueAccessor, decorators: [{
|
|
2537
3200
|
type: Directive,
|
|
2538
3201
|
args: [{
|
|
2539
3202
|
selector: 'six-date',
|
|
@@ -2544,14 +3207,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2544
3207
|
multi: true,
|
|
2545
3208
|
},
|
|
2546
3209
|
],
|
|
3210
|
+
standalone: false,
|
|
2547
3211
|
}]
|
|
2548
|
-
}], ctorParameters:
|
|
3212
|
+
}], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }], propDecorators: { handleInputEvent: [{
|
|
2549
3213
|
type: HostListener,
|
|
2550
3214
|
args: ['change', ['$event.target']]
|
|
2551
3215
|
}] } });
|
|
2552
3216
|
|
|
2553
3217
|
class UiLibraryAngularModule {
|
|
2554
|
-
static forRoot(customValidationMessagesService) {
|
|
3218
|
+
static forRoot(customValidationMessagesService, config) {
|
|
3219
|
+
const mergedConfig = {
|
|
3220
|
+
...DEFAULT_UI_LIBRARY_CONFIG,
|
|
3221
|
+
...config,
|
|
3222
|
+
};
|
|
2555
3223
|
return {
|
|
2556
3224
|
ngModule: UiLibraryAngularModule,
|
|
2557
3225
|
providers: [
|
|
@@ -2561,11 +3229,12 @@ class UiLibraryAngularModule {
|
|
|
2561
3229
|
multi: true,
|
|
2562
3230
|
},
|
|
2563
3231
|
{ provide: ValidationMessagesService, useClass: customValidationMessagesService ?? ValidationMessagesService },
|
|
3232
|
+
{ provide: UI_LIBRARY_CONFIG, useValue: mergedConfig },
|
|
2564
3233
|
],
|
|
2565
3234
|
};
|
|
2566
3235
|
}
|
|
2567
|
-
static
|
|
2568
|
-
static
|
|
3236
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: UiLibraryAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3237
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: UiLibraryAngularModule, declarations: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2569
3238
|
// value accessors
|
|
2570
3239
|
TextValueAccessor,
|
|
2571
3240
|
NumericValueAccessor,
|
|
@@ -2575,6 +3244,8 @@ class UiLibraryAngularModule {
|
|
|
2575
3244
|
TimepickerValueAccessor,
|
|
2576
3245
|
SelectValueAccessor,
|
|
2577
3246
|
CheckboxValueAccessor,
|
|
3247
|
+
CheckboxMultiSelectValueAccessor,
|
|
3248
|
+
SixCheckboxGroupDirective,
|
|
2578
3249
|
SwitchValueAccessor,
|
|
2579
3250
|
RangeValueAccessor,
|
|
2580
3251
|
// validators
|
|
@@ -2594,7 +3265,7 @@ class UiLibraryAngularModule {
|
|
|
2594
3265
|
// sidebar helpers
|
|
2595
3266
|
ActiveSidebarItemDirective,
|
|
2596
3267
|
ActiveSidebarItemGroupDirective,
|
|
2597
|
-
ActiveSidebarDirective], exports: [SixAlert, SixAvatar, SixBadge, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
3268
|
+
ActiveSidebarDirective], exports: [SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRating, SixRoot, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip,
|
|
2598
3269
|
// value accessors
|
|
2599
3270
|
TextValueAccessor,
|
|
2600
3271
|
NumericValueAccessor,
|
|
@@ -2604,6 +3275,8 @@ class UiLibraryAngularModule {
|
|
|
2604
3275
|
TimepickerValueAccessor,
|
|
2605
3276
|
SelectValueAccessor,
|
|
2606
3277
|
CheckboxValueAccessor,
|
|
3278
|
+
CheckboxMultiSelectValueAccessor,
|
|
3279
|
+
SixCheckboxGroupDirective,
|
|
2607
3280
|
SwitchValueAccessor,
|
|
2608
3281
|
RangeValueAccessor,
|
|
2609
3282
|
// validators
|
|
@@ -2623,10 +3296,10 @@ class UiLibraryAngularModule {
|
|
|
2623
3296
|
// sidebar helpers
|
|
2624
3297
|
ActiveSidebarItemDirective,
|
|
2625
3298
|
ActiveSidebarItemGroupDirective,
|
|
2626
|
-
ActiveSidebarDirective] });
|
|
2627
|
-
static
|
|
3299
|
+
ActiveSidebarDirective] });
|
|
3300
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: UiLibraryAngularModule });
|
|
2628
3301
|
}
|
|
2629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: UiLibraryAngularModule, decorators: [{
|
|
2630
3303
|
type: NgModule,
|
|
2631
3304
|
args: [{
|
|
2632
3305
|
declarations: [
|
|
@@ -2641,6 +3314,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2641
3314
|
TimepickerValueAccessor,
|
|
2642
3315
|
SelectValueAccessor,
|
|
2643
3316
|
CheckboxValueAccessor,
|
|
3317
|
+
CheckboxMultiSelectValueAccessor,
|
|
3318
|
+
SixCheckboxGroupDirective,
|
|
2644
3319
|
SwitchValueAccessor,
|
|
2645
3320
|
RangeValueAccessor,
|
|
2646
3321
|
// validators
|
|
@@ -2675,6 +3350,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2675
3350
|
TimepickerValueAccessor,
|
|
2676
3351
|
SelectValueAccessor,
|
|
2677
3352
|
CheckboxValueAccessor,
|
|
3353
|
+
CheckboxMultiSelectValueAccessor,
|
|
3354
|
+
SixCheckboxGroupDirective,
|
|
2678
3355
|
SwitchValueAccessor,
|
|
2679
3356
|
RangeValueAccessor,
|
|
2680
3357
|
// validators
|
|
@@ -2700,19 +3377,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2700
3377
|
}] });
|
|
2701
3378
|
|
|
2702
3379
|
class AlertService {
|
|
2703
|
-
|
|
2704
|
-
this.ngZone = inject(NgZone);
|
|
2705
|
-
}
|
|
3380
|
+
ngZone = inject(NgZone);
|
|
2706
3381
|
/**
|
|
2707
3382
|
* Displays an alert as a toast notification.
|
|
2708
3383
|
*/
|
|
2709
3384
|
showAlert(message, alertType, duration, iconName) {
|
|
2710
3385
|
this.ngZone.runOutsideAngular(() => showAlert(message, alertType, duration, iconName));
|
|
2711
3386
|
}
|
|
2712
|
-
static
|
|
2713
|
-
static
|
|
3387
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AlertService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3388
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AlertService, providedIn: 'root' });
|
|
2714
3389
|
}
|
|
2715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: AlertService, decorators: [{
|
|
2716
3391
|
type: Injectable,
|
|
2717
3392
|
args: [{ providedIn: 'root' }]
|
|
2718
3393
|
}] });
|
|
@@ -2725,5 +3400,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2725
3400
|
* Generated bundle index. Do not edit.
|
|
2726
3401
|
*/
|
|
2727
3402
|
|
|
2728
|
-
export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixButton, SixCard, SixCheckbox, SixDate, SixDatepicker, SixDetails, SixDialog, SixDrawer, SixDropdown, SixError, SixErrorPage, SixFileList, SixFileListItem, SixFileUpload, SixFooter, SixFormDirective, SixFormUtilDirective, SixGroupLabel, SixHeader, SixHeaderDropdownItem, SixHeaderItem, SixHeaderMenuButton, SixIcon, SixIconButton, SixInput, SixItemPicker, SixLanguageSwitcher, SixLayoutGrid, SixLogo, SixMainContainer, SixMenu, SixMenuDivider, SixMenuItem, SixMenuLabel, SixPicto, SixProgressBar, SixProgressRing, SixRadio, SixRange, SixRoot, SixRouterLinkDirective, SixSearchField, SixSelect, SixSidebar, SixSidebarItem, SixSidebarItemGroup, SixSpinner, SixStageIndicator, SixSwitch, SixTab, SixTabGroup, SixTabPanel, SixTag, SixTextarea, SixTile, SixTimepicker, SixTooltip, SixUiLibraryValidators, SwitchValueAccessor, TextValueAccessor, TimepickerValueAccessor, UiLibraryAngularModule, ValidationMessagesService, ValueAccessor };
|
|
3403
|
+
export { ActiveSidebarDirective, ActiveSidebarItemDirective, ActiveSidebarItemGroupDirective, AlertService, AllowedDatesValidator, AllowedDatesValidatorIso, CheckboxMultiSelectValueAccessor, CheckboxValueAccessor, DIRECTIVES, DateValueAccessor, DatepickerValueAccessor, MaxDateValidator, MaxDateValidatorIso, MaxValidator, MinDateValidator, MinDateValidatorIso, MinValidator, NumericValueAccessor, RadioValueAccessor, RangeValueAccessor, SelectValueAccessor, SixAlert, SixAvatar, SixBadge, SixBreadcrumbs, SixBreadcrumbsItem, SixButton, SixCard, SixCheckbox, SixCheckboxGroupDirective, 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 };
|
|
2729
3404
|
//# sourceMappingURL=six-group-ui-library-angular.mjs.map
|