@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.
Files changed (51) hide show
  1. package/README.md +2 -1
  2. package/fesm2022/six-group-ui-library-angular.mjs +1097 -422
  3. package/fesm2022/six-group-ui-library-angular.mjs.map +1 -1
  4. package/package.json +17 -13
  5. package/types/six-group-ui-library-angular.d.ts +1385 -0
  6. package/esm2022/lib/control-value-accessors/checkbox-value-accessor.mjs +0 -41
  7. package/esm2022/lib/control-value-accessors/date-value-accessor.mjs +0 -41
  8. package/esm2022/lib/control-value-accessors/datepicker-value-accessor.mjs +0 -37
  9. package/esm2022/lib/control-value-accessors/numeric-value-accessor.mjs +0 -42
  10. package/esm2022/lib/control-value-accessors/radio-value-accessor.mjs +0 -62
  11. package/esm2022/lib/control-value-accessors/range-value-accessor.mjs +0 -42
  12. package/esm2022/lib/control-value-accessors/select-value-accessor.mjs +0 -37
  13. package/esm2022/lib/control-value-accessors/switch-value-accessor.mjs +0 -41
  14. package/esm2022/lib/control-value-accessors/text-value-accessor.mjs +0 -37
  15. package/esm2022/lib/control-value-accessors/timepicker-value-accessor.mjs +0 -37
  16. package/esm2022/lib/control-value-accessors/value-accessor.mjs +0 -138
  17. package/esm2022/lib/form/six-form.directive.mjs +0 -134
  18. package/esm2022/lib/link/six-router-link.directive.mjs +0 -61
  19. package/esm2022/lib/services/alert.service.mjs +0 -21
  20. package/esm2022/lib/services/validation-messages.service.mjs +0 -15
  21. package/esm2022/lib/sidebar/active-sidebar.directive.mjs +0 -110
  22. package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
  23. package/esm2022/lib/stencil-generated/components.mjs +0 -1414
  24. package/esm2022/lib/stencil-generated/index.mjs +0 -61
  25. package/esm2022/lib/ui-library-angular.module.mjs +0 -169
  26. package/esm2022/lib/validators/six-ui-library-validators.mjs +0 -203
  27. package/esm2022/public-api.mjs +0 -31
  28. package/esm2022/six-group-ui-library-angular.mjs +0 -5
  29. package/index.d.ts +0 -5
  30. package/lib/control-value-accessors/checkbox-value-accessor.d.ts +0 -10
  31. package/lib/control-value-accessors/date-value-accessor.d.ts +0 -10
  32. package/lib/control-value-accessors/datepicker-value-accessor.d.ts +0 -9
  33. package/lib/control-value-accessors/numeric-value-accessor.d.ts +0 -10
  34. package/lib/control-value-accessors/radio-value-accessor.d.ts +0 -15
  35. package/lib/control-value-accessors/range-value-accessor.d.ts +0 -10
  36. package/lib/control-value-accessors/select-value-accessor.d.ts +0 -9
  37. package/lib/control-value-accessors/switch-value-accessor.d.ts +0 -10
  38. package/lib/control-value-accessors/text-value-accessor.d.ts +0 -9
  39. package/lib/control-value-accessors/timepicker-value-accessor.d.ts +0 -9
  40. package/lib/control-value-accessors/value-accessor.d.ts +0 -39
  41. package/lib/form/six-form.directive.d.ts +0 -71
  42. package/lib/link/six-router-link.directive.d.ts +0 -26
  43. package/lib/services/alert.service.d.ts +0 -11
  44. package/lib/services/validation-messages.service.d.ts +0 -7
  45. package/lib/sidebar/active-sidebar.directive.d.ts +0 -59
  46. package/lib/stencil-generated/angular-component-lib/utils.d.ts +0 -9
  47. package/lib/stencil-generated/components.d.ts +0 -896
  48. package/lib/stencil-generated/index.d.ts +0 -2
  49. package/lib/ui-library-angular.module.d.ts +0 -24
  50. package/lib/validators/six-ui-library-validators.d.ts +0 -75
  51. package/public-api.d.ts +0 -20
@@ -0,0 +1,1385 @@
1
+ import * as i0 from '@angular/core';
2
+ import { NgZone, EventEmitter, ChangeDetectorRef, ElementRef, AfterViewInit, OnDestroy, Injector, OnInit, OnChanges, Renderer2, Type, ModuleWithProviders } from '@angular/core';
3
+ import { Language, ValidationError, Components, EmptyPayload, SixDatepickerSelectPayload, SixDialogRequestClose, SixDrawerRequestClose, SixDropdownAutoFilterPayload, SixDropdownAsyncFilterPayload, SixDropdownScrollPayload, SixFileListDownloadPayload, SixFileListRemovePayload, SixFileUploadSuccessPayload, SixFileUploadFailurePayload, SixItemPickerChangePayload, SixLanguageSwitcherChangePayload, SixMenuItemSelectedPayload, SixSearchFieldChangePayload, SixSelectChangePayload, SixTabShowPayload, SixTabHidePayload, SixTimepickerChange, AlertType } from '@six-group/ui-library';
4
+ import { ControlValueAccessor, NgControl, AbstractControl, Validator, ValidatorFn, FormGroupDirective } from '@angular/forms';
5
+ import * as i1 from '@angular/router';
6
+ import { Router, RouterLink } from '@angular/router';
7
+ import { LocationStrategy } from '@angular/common';
8
+
9
+ declare class ValidationMessagesService {
10
+ getErrorMessage(language: Language, error: ValidationError): string | undefined;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValidationMessagesService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<ValidationMessagesService>;
13
+ }
14
+
15
+ interface UiLibraryConfig {
16
+ showAsteriskOnRequiredValidator?: boolean;
17
+ disableValidationService?: boolean;
18
+ }
19
+
20
+ declare class SixAlert {
21
+ protected z: NgZone;
22
+ protected el: HTMLSixAlertElement;
23
+ sixAlertShow: EventEmitter<CustomEvent<undefined>>;
24
+ sixAlertAfterShow: EventEmitter<CustomEvent<undefined>>;
25
+ sixAlertHide: EventEmitter<CustomEvent<undefined>>;
26
+ sixAlertAfterHide: EventEmitter<CustomEvent<undefined>>;
27
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixAlert, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixAlert, "six-alert", never, { "closable": { "alias": "closable"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "open": { "alias": "open"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "sixAlertShow": "sixAlertShow"; "sixAlertAfterShow": "sixAlertAfterShow"; "sixAlertHide": "sixAlertHide"; "sixAlertAfterHide": "sixAlertAfterHide"; }, never, ["*"], false, never>;
30
+ }
31
+ declare interface SixAlert extends Components.SixAlert {
32
+ /**
33
+ * Emitted when the alert opens. Calling `event.preventDefault()` will prevent it from being opened.
34
+ */
35
+ 'six-alert-show': EventEmitter<CustomEvent<EmptyPayload>>;
36
+ /**
37
+ * Emitted after the alert opens and all transitions are complete.
38
+ */
39
+ 'six-alert-after-show': EventEmitter<CustomEvent<EmptyPayload>>;
40
+ /**
41
+ * Emitted when the alert closes. Calling `event.preventDefault()` will prevent it from being closed.
42
+ */
43
+ 'six-alert-hide': EventEmitter<CustomEvent<EmptyPayload>>;
44
+ /**
45
+ * Emitted after the alert closes and all transitions are complete.
46
+ */
47
+ 'six-alert-after-hide': EventEmitter<CustomEvent<EmptyPayload>>;
48
+ }
49
+ declare class SixAvatar {
50
+ protected z: NgZone;
51
+ protected el: HTMLSixAvatarElement;
52
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixAvatar, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixAvatar, "six-avatar", never, { "alt": { "alias": "alt"; "required": false; }; "image": { "alias": "image"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; }, {}, never, ["*"], false, never>;
55
+ }
56
+ declare interface SixAvatar extends Components.SixAvatar {
57
+ }
58
+ declare class SixBadge {
59
+ protected z: NgZone;
60
+ protected el: HTMLSixBadgeElement;
61
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
62
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixBadge, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixBadge, "six-badge", never, { "pill": { "alias": "pill"; "required": false; }; "pulse": { "alias": "pulse"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
64
+ }
65
+ declare interface SixBadge extends Components.SixBadge {
66
+ }
67
+ declare class SixBreadcrumbs {
68
+ protected z: NgZone;
69
+ protected el: HTMLSixBreadcrumbsElement;
70
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixBreadcrumbs, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixBreadcrumbs, "six-breadcrumbs", never, { "separatorIcon": { "alias": "separatorIcon"; "required": false; }; }, {}, never, ["*"], false, never>;
73
+ }
74
+ declare interface SixBreadcrumbs extends Components.SixBreadcrumbs {
75
+ }
76
+ declare class SixBreadcrumbsItem {
77
+ protected z: NgZone;
78
+ protected el: HTMLSixBreadcrumbsItemElement;
79
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
80
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixBreadcrumbsItem, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixBreadcrumbsItem, "six-breadcrumbs-item", never, { "href": { "alias": "href"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
82
+ }
83
+ declare interface SixBreadcrumbsItem extends Components.SixBreadcrumbsItem {
84
+ }
85
+ declare class SixButton {
86
+ protected z: NgZone;
87
+ protected el: HTMLSixButtonElement;
88
+ sixButtonBlur: EventEmitter<CustomEvent<undefined>>;
89
+ sixButtonFocus: EventEmitter<CustomEvent<undefined>>;
90
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
91
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixButton, never>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixButton, "six-button", never, { "caret": { "alias": "caret"; "required": false; }; "circle": { "alias": "circle"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; "size": { "alias": "size"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixButtonBlur": "sixButtonBlur"; "sixButtonFocus": "sixButtonFocus"; }, never, ["*"], false, never>;
93
+ }
94
+ declare interface SixButton extends Components.SixButton {
95
+ /**
96
+ * Emitted when the button loses focus.
97
+ */
98
+ 'six-button-blur': EventEmitter<CustomEvent<EmptyPayload>>;
99
+ /**
100
+ * Emitted when the button gains focus.
101
+ */
102
+ 'six-button-focus': EventEmitter<CustomEvent<EmptyPayload>>;
103
+ }
104
+ declare class SixCard {
105
+ protected z: NgZone;
106
+ protected el: HTMLSixCardElement;
107
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
108
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixCard, never>;
109
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixCard, "six-card", never, {}, {}, never, ["*"], false, never>;
110
+ }
111
+ declare interface SixCard extends Components.SixCard {
112
+ }
113
+ declare class SixCheckbox {
114
+ protected z: NgZone;
115
+ protected el: HTMLSixCheckboxElement;
116
+ sixCheckboxBlur: EventEmitter<CustomEvent<undefined>>;
117
+ sixCheckboxChange: EventEmitter<CustomEvent<undefined>>;
118
+ sixCheckboxFocus: EventEmitter<CustomEvent<undefined>>;
119
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
120
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixCheckbox, never>;
121
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixCheckbox, "six-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixCheckboxBlur": "sixCheckboxBlur"; "sixCheckboxChange": "sixCheckboxChange"; "sixCheckboxFocus": "sixCheckboxFocus"; }, never, ["*"], false, never>;
122
+ }
123
+ declare interface SixCheckbox extends Components.SixCheckbox {
124
+ /**
125
+ * Emitted when the control loses focus.
126
+ */
127
+ 'six-checkbox-blur': EventEmitter<CustomEvent<EmptyPayload>>;
128
+ /**
129
+ * Emitted when the control's checked state changes.
130
+ */
131
+ 'six-checkbox-change': EventEmitter<CustomEvent<EmptyPayload>>;
132
+ /**
133
+ * Emitted when the control gains focus.
134
+ */
135
+ 'six-checkbox-focus': EventEmitter<CustomEvent<EmptyPayload>>;
136
+ }
137
+ declare class SixDate {
138
+ protected z: NgZone;
139
+ protected el: HTMLSixDateElement;
140
+ sixChange: EventEmitter<CustomEvent<string>>;
141
+ sixBlur: EventEmitter<CustomEvent<any>>;
142
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
143
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixDate, never>;
144
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixDate, "six-date", never, { "allowedDates": { "alias": "allowedDates"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "language": { "alias": "language"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixChange": "sixChange"; "sixBlur": "sixBlur"; }, never, ["*"], false, never>;
145
+ }
146
+ declare interface SixDate extends Components.SixDate {
147
+ /**
148
+ * Emitted when the control's value changes.
149
+ Event detail contains the new date value in ISO format (yyyy-MM-dd) or an empty string if cleared.
150
+ */
151
+ 'six-change': EventEmitter<CustomEvent<string | ''>>;
152
+ /**
153
+ * Emitted when the control loses focus or the date picker popup is closed.
154
+ Does not contain event details.
155
+ */
156
+ 'six-blur': EventEmitter<CustomEvent<any>>;
157
+ }
158
+ declare class SixDatepicker {
159
+ protected z: NgZone;
160
+ protected el: HTMLSixDatepickerElement;
161
+ sixDatepickerSelect: EventEmitter<CustomEvent<SixDatepickerSelectPayload>>;
162
+ sixDatepickerClear: EventEmitter<CustomEvent<undefined>>;
163
+ sixDatepickerBlur: EventEmitter<CustomEvent<SixDatepickerSelectPayload>>;
164
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
165
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixDatepicker, never>;
166
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixDatepicker, "six-datepicker", never, { "allowedDates": { "alias": "allowedDates"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "containingElement": { "alias": "containingElement"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "hoist": { "alias": "hoist"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "open": { "alias": "open"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixDatepickerSelect": "sixDatepickerSelect"; "sixDatepickerClear": "sixDatepickerClear"; "sixDatepickerBlur": "sixDatepickerBlur"; }, never, ["*"], false, never>;
167
+ }
168
+ declare interface SixDatepicker extends Components.SixDatepicker {
169
+ /**
170
+ * Emitted when a option got selected.
171
+ */
172
+ 'six-datepicker-select': EventEmitter<CustomEvent<SixDatepickerSelectPayload>>;
173
+ /**
174
+ * Emitted when the clear button is activated.
175
+ */
176
+ 'six-datepicker-clear': EventEmitter<CustomEvent<EmptyPayload>>;
177
+ /**
178
+ * Emitted when a option got selected.
179
+ */
180
+ 'six-datepicker-blur': EventEmitter<CustomEvent<SixDatepickerSelectPayload>>;
181
+ }
182
+ declare class SixDetails {
183
+ protected z: NgZone;
184
+ protected el: HTMLSixDetailsElement;
185
+ sixDetailsShow: EventEmitter<CustomEvent<undefined>>;
186
+ sixDetailsAfterShow: EventEmitter<CustomEvent<undefined>>;
187
+ sixDetailsHide: EventEmitter<CustomEvent<undefined>>;
188
+ sixDetailsAfterHide: EventEmitter<CustomEvent<undefined>>;
189
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
190
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixDetails, never>;
191
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixDetails, "six-details", never, { "disabled": { "alias": "disabled"; "required": false; }; "hasContent": { "alias": "hasContent"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "open": { "alias": "open"; "required": false; }; "selectableEmpty": { "alias": "selectableEmpty"; "required": false; }; "summary": { "alias": "summary"; "required": false; }; "summaryIcon": { "alias": "summaryIcon"; "required": false; }; "summaryIconSize": { "alias": "summaryIconSize"; "required": false; }; }, { "sixDetailsShow": "sixDetailsShow"; "sixDetailsAfterShow": "sixDetailsAfterShow"; "sixDetailsHide": "sixDetailsHide"; "sixDetailsAfterHide": "sixDetailsAfterHide"; }, never, ["*"], false, never>;
192
+ }
193
+ declare interface SixDetails extends Components.SixDetails {
194
+ /**
195
+ * Emitted when the details opens. Calling `event.preventDefault()` will prevent it from being opened.
196
+ */
197
+ 'six-details-show': EventEmitter<CustomEvent<EmptyPayload>>;
198
+ /**
199
+ * Emitted after the details opens and all transitions are complete.
200
+ */
201
+ 'six-details-after-show': EventEmitter<CustomEvent<EmptyPayload>>;
202
+ /**
203
+ * Emitted when the details closes. Calling `event.preventDefault()` will prevent it from being closed.
204
+ */
205
+ 'six-details-hide': EventEmitter<CustomEvent<EmptyPayload>>;
206
+ /**
207
+ * Emitted after the details closes and all transitions are complete.
208
+ */
209
+ 'six-details-after-hide': EventEmitter<CustomEvent<EmptyPayload>>;
210
+ }
211
+ declare class SixDialog {
212
+ protected z: NgZone;
213
+ protected el: HTMLSixDialogElement;
214
+ sixDialogShow: EventEmitter<CustomEvent<undefined>>;
215
+ sixDialogAfterShow: EventEmitter<CustomEvent<undefined>>;
216
+ sixDialogHide: EventEmitter<CustomEvent<undefined>>;
217
+ sixDialogAfterHide: EventEmitter<CustomEvent<undefined>>;
218
+ sixDialogInitialFocus: EventEmitter<CustomEvent<undefined>>;
219
+ sixDialogRequestClose: EventEmitter<CustomEvent<SixDialogRequestClose>>;
220
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
221
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixDialog, never>;
222
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixDialog, "six-dialog", never, { "label": { "alias": "label"; "required": false; }; "noHeader": { "alias": "noHeader"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "sixDialogShow": "sixDialogShow"; "sixDialogAfterShow": "sixDialogAfterShow"; "sixDialogHide": "sixDialogHide"; "sixDialogAfterHide": "sixDialogAfterHide"; "sixDialogInitialFocus": "sixDialogInitialFocus"; "sixDialogRequestClose": "sixDialogRequestClose"; }, never, ["*"], false, never>;
223
+ }
224
+ declare interface SixDialog extends Components.SixDialog {
225
+ /**
226
+ * Emitted when the dialog opens. Calling `event.preventDefault()` will prevent it from being opened.
227
+ */
228
+ 'six-dialog-show': EventEmitter<CustomEvent<EmptyPayload>>;
229
+ /**
230
+ * Emitted after the dialog opens and all transitions are complete.
231
+ */
232
+ 'six-dialog-after-show': EventEmitter<CustomEvent<EmptyPayload>>;
233
+ /**
234
+ * Emitted when the dialog closes. Calling `event.preventDefault()` will prevent it from being closed.
235
+ */
236
+ 'six-dialog-hide': EventEmitter<CustomEvent<EmptyPayload>>;
237
+ /**
238
+ * Emitted after the dialog closes and all transitions are complete.
239
+ */
240
+ 'six-dialog-after-hide': EventEmitter<CustomEvent<EmptyPayload>>;
241
+ /**
242
+ * Emitted when the dialog opens and the panel gains focus. Calling `event.preventDefault()` will prevent focus and
243
+ allow you to set it on a different element in the dialog, such as an input or button.
244
+ */
245
+ 'six-dialog-initial-focus': EventEmitter<CustomEvent<EmptyPayload>>;
246
+ /**
247
+ * Emitted when the user attempts to close the drawer by clicking the close button, clicking the overlay, or
248
+ pressing escape. Calling `event.preventDefault()` will keep the drawer open. Avoid using this unless closing
249
+ the drawer will result in destructive behavior such as data loss.
250
+ */
251
+ 'six-dialog-request-close': EventEmitter<CustomEvent<SixDialogRequestClose>>;
252
+ }
253
+ declare class SixDrawer {
254
+ protected z: NgZone;
255
+ protected el: HTMLSixDrawerElement;
256
+ sixDrawerShow: EventEmitter<CustomEvent<undefined>>;
257
+ sixDrawerAfterShow: EventEmitter<CustomEvent<undefined>>;
258
+ sixDrawerHide: EventEmitter<CustomEvent<undefined>>;
259
+ sixDrawerAfterHide: EventEmitter<CustomEvent<undefined>>;
260
+ sixDrawerInitialFocus: EventEmitter<CustomEvent<undefined>>;
261
+ sixDrawerRequestClose: EventEmitter<CustomEvent<SixDrawerRequestClose>>;
262
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
263
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixDrawer, never>;
264
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixDrawer, "six-drawer", never, { "contained": { "alias": "contained"; "required": false; }; "label": { "alias": "label"; "required": false; }; "noHeader": { "alias": "noHeader"; "required": false; }; "open": { "alias": "open"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, { "sixDrawerShow": "sixDrawerShow"; "sixDrawerAfterShow": "sixDrawerAfterShow"; "sixDrawerHide": "sixDrawerHide"; "sixDrawerAfterHide": "sixDrawerAfterHide"; "sixDrawerInitialFocus": "sixDrawerInitialFocus"; "sixDrawerRequestClose": "sixDrawerRequestClose"; }, never, ["*"], false, never>;
265
+ }
266
+ declare interface SixDrawer extends Components.SixDrawer {
267
+ /**
268
+ * Emitted when the drawer opens. Calling `event.preventDefault()` will prevent it from being opened.
269
+ */
270
+ 'six-drawer-show': EventEmitter<CustomEvent<EmptyPayload>>;
271
+ /**
272
+ * Emitted after the drawer opens and all transitions are complete.
273
+ */
274
+ 'six-drawer-after-show': EventEmitter<CustomEvent<EmptyPayload>>;
275
+ /**
276
+ * Emitted when the drawer closes. Calling `event.preventDefault()` will prevent it from being closed.
277
+ */
278
+ 'six-drawer-hide': EventEmitter<CustomEvent<EmptyPayload>>;
279
+ /**
280
+ * Emitted after the drawer closes and all transitions are complete.
281
+ */
282
+ 'six-drawer-after-hide': EventEmitter<CustomEvent<EmptyPayload>>;
283
+ /**
284
+ * Emitted when the drawer opens and the panel gains focus. Calling `event.preventDefault()` will prevent focus and
285
+ allow you to set it on a different element in the drawer, such as an input or button.
286
+ */
287
+ 'six-drawer-initial-focus': EventEmitter<CustomEvent<EmptyPayload>>;
288
+ /**
289
+ * Emitted when the user attempts to close the drawer by clicking the close button, clicking the overlay, or
290
+ pressing escape. Calling `event.preventDefault()` will keep the drawer open. Avoid using this unless closing
291
+ the drawer will result in destructive behavior such as data loss.
292
+ */
293
+ 'six-drawer-request-close': EventEmitter<CustomEvent<SixDrawerRequestClose>>;
294
+ }
295
+ declare class SixDropdown {
296
+ protected z: NgZone;
297
+ protected el: HTMLSixDropdownElement;
298
+ sixDropdownShow: EventEmitter<CustomEvent<undefined>>;
299
+ sixDropdownAfterShow: EventEmitter<CustomEvent<undefined>>;
300
+ sixDropdownHide: EventEmitter<CustomEvent<undefined>>;
301
+ sixDropdownAfterHide: EventEmitter<CustomEvent<undefined>>;
302
+ sixDropdownAutoFilterFired: EventEmitter<CustomEvent<SixDropdownAutoFilterPayload>>;
303
+ sixAsyncFilterFired: EventEmitter<CustomEvent<SixDropdownAsyncFilterPayload>>;
304
+ sixDropdownScroll: EventEmitter<CustomEvent<SixDropdownScrollPayload>>;
305
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
306
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixDropdown, never>;
307
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixDropdown, "six-dropdown", never, { "asyncFilter": { "alias": "asyncFilter"; "required": false; }; "autofocusFilter": { "alias": "autofocusFilter"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "containingElement": { "alias": "containingElement"; "required": false; }; "disableHideOnEnterAndSpace": { "alias": "disableHideOnEnterAndSpace"; "required": false; }; "disableTypeToSelect": { "alias": "disableTypeToSelect"; "required": false; }; "distance": { "alias": "distance"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterDebounce": { "alias": "filterDebounce"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "hoist": { "alias": "hoist"; "required": false; }; "matchTriggerWidth": { "alias": "matchTriggerWidth"; "required": false; }; "noScroll": { "alias": "noScroll"; "required": false; }; "open": { "alias": "open"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "skidding": { "alias": "skidding"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; }, { "sixDropdownShow": "sixDropdownShow"; "sixDropdownAfterShow": "sixDropdownAfterShow"; "sixDropdownHide": "sixDropdownHide"; "sixDropdownAfterHide": "sixDropdownAfterHide"; "sixDropdownAutoFilterFired": "sixDropdownAutoFilterFired"; "sixAsyncFilterFired": "sixAsyncFilterFired"; "sixDropdownScroll": "sixDropdownScroll"; }, never, ["*"], false, never>;
308
+ }
309
+ declare interface SixDropdown extends Components.SixDropdown {
310
+ /**
311
+ * Emitted when the dropdown opens. Calling `event.preventDefault()` will prevent it from being opened.
312
+ */
313
+ 'six-dropdown-show': EventEmitter<CustomEvent<EmptyPayload>>;
314
+ /**
315
+ * Emitted after the dropdown opens and all transitions are complete.
316
+ */
317
+ 'six-dropdown-after-show': EventEmitter<CustomEvent<EmptyPayload>>;
318
+ /**
319
+ * Emitted when the dropdown closes. Calling `event.preventDefault()` will prevent it from being closed.
320
+ */
321
+ 'six-dropdown-hide': EventEmitter<CustomEvent<EmptyPayload>>;
322
+ /**
323
+ * Emitted after the dropdown closes and all transitions are complete.
324
+ */
325
+ 'six-dropdown-after-hide': EventEmitter<CustomEvent<EmptyPayload>>;
326
+ /**
327
+ * Emitted when the auto filter is triggered
328
+ */
329
+ 'six-dropdown-auto-filter-fired': EventEmitter<CustomEvent<SixDropdownAutoFilterPayload>>;
330
+ /**
331
+ * Emitted when the async filter is triggered
332
+ */
333
+ 'six-async-filter-fired': EventEmitter<CustomEvent<SixDropdownAsyncFilterPayload>>;
334
+ /**
335
+ * Emitted when the user scrolls inside dropdown panel.
336
+ */
337
+ 'six-dropdown-scroll': EventEmitter<CustomEvent<SixDropdownScrollPayload>>;
338
+ }
339
+ declare class SixError {
340
+ protected z: NgZone;
341
+ protected el: HTMLSixErrorElement;
342
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
343
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixError, never>;
344
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixError, "six-error", never, {}, {}, never, ["*"], false, never>;
345
+ }
346
+ declare interface SixError extends Components.SixError {
347
+ }
348
+ declare class SixErrorPage {
349
+ protected z: NgZone;
350
+ protected el: HTMLSixErrorPageElement;
351
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
352
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixErrorPage, never>;
353
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixErrorPage, "six-error-page", never, { "customDescription": { "alias": "customDescription"; "required": false; }; "customIcon": { "alias": "customIcon"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; "errorCode": { "alias": "errorCode"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, {}, never, ["*"], false, never>;
354
+ }
355
+ declare interface SixErrorPage extends Components.SixErrorPage {
356
+ }
357
+ declare class SixFileList {
358
+ protected z: NgZone;
359
+ protected el: HTMLSixFileListElement;
360
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
361
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixFileList, never>;
362
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixFileList, "six-file-list", never, {}, {}, never, ["*"], false, never>;
363
+ }
364
+ declare interface SixFileList extends Components.SixFileList {
365
+ }
366
+ declare class SixFileListItem {
367
+ protected z: NgZone;
368
+ protected el: HTMLSixFileListItemElement;
369
+ sixFileListItemDownload: EventEmitter<CustomEvent<SixFileListDownloadPayload>>;
370
+ sixFileListItemRemove: EventEmitter<CustomEvent<SixFileListRemovePayload>>;
371
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
372
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixFileListItem, never>;
373
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixFileListItem, "six-file-list-item", never, { "date": { "alias": "date"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "name": { "alias": "name"; "required": false; }; "nodelete": { "alias": "nodelete"; "required": false; }; "nodownload": { "alias": "nodownload"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "sixFileListItemDownload": "sixFileListItemDownload"; "sixFileListItemRemove": "sixFileListItemRemove"; }, never, ["*"], false, never>;
374
+ }
375
+ declare interface SixFileListItem extends Components.SixFileListItem {
376
+ /**
377
+ * Triggered on file download.
378
+ */
379
+ 'six-file-list-item-download': EventEmitter<CustomEvent<SixFileListDownloadPayload>>;
380
+ /**
381
+ * Triggered on file remove.
382
+ */
383
+ 'six-file-list-item-remove': EventEmitter<CustomEvent<SixFileListRemovePayload>>;
384
+ }
385
+ declare class SixFileUpload {
386
+ protected z: NgZone;
387
+ protected el: HTMLSixFileUploadElement;
388
+ sixFileUploadSuccess: EventEmitter<CustomEvent<SixFileUploadSuccessPayload>>;
389
+ sixFileUploadFailure: EventEmitter<CustomEvent<SixFileUploadFailurePayload>>;
390
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
391
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixFileUpload, never>;
392
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixFileUpload, "six-file-upload", never, { "accept": { "alias": "accept"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "uploading": { "alias": "uploading"; "required": false; }; }, { "sixFileUploadSuccess": "sixFileUploadSuccess"; "sixFileUploadFailure": "sixFileUploadFailure"; }, never, ["*"], false, never>;
393
+ }
394
+ declare interface SixFileUpload extends Components.SixFileUpload {
395
+ /**
396
+ * Triggers when a file is added.
397
+ */
398
+ 'six-file-upload-success': EventEmitter<CustomEvent<SixFileUploadSuccessPayload>>;
399
+ /**
400
+ * Triggers when an uploaded file doesn't match MIME type or max file size.
401
+ */
402
+ 'six-file-upload-failure': EventEmitter<CustomEvent<SixFileUploadFailurePayload>>;
403
+ }
404
+ declare class SixFooter {
405
+ protected z: NgZone;
406
+ protected el: HTMLSixFooterElement;
407
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
408
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixFooter, never>;
409
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixFooter, "six-footer", never, {}, {}, never, ["*"], false, never>;
410
+ }
411
+ declare interface SixFooter extends Components.SixFooter {
412
+ }
413
+ declare class SixGroupLabel {
414
+ protected z: NgZone;
415
+ protected el: HTMLSixGroupLabelElement;
416
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
417
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixGroupLabel, never>;
418
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixGroupLabel, "six-group-label", never, { "disabled": { "alias": "disabled"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
419
+ }
420
+ declare interface SixGroupLabel extends Components.SixGroupLabel {
421
+ }
422
+ declare class SixHeader {
423
+ protected z: NgZone;
424
+ protected el: HTMLSixHeaderElement;
425
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
426
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixHeader, never>;
427
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixHeader, "six-header", never, { "openSearch": { "alias": "openSearch"; "required": false; }; "shiftContent": { "alias": "shiftContent"; "required": false; }; }, {}, never, ["*"], false, never>;
428
+ }
429
+ declare interface SixHeader extends Components.SixHeader {
430
+ }
431
+ declare class SixHeaderDropdownItem {
432
+ protected z: NgZone;
433
+ protected el: HTMLSixHeaderDropdownItemElement;
434
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
435
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixHeaderDropdownItem, never>;
436
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixHeaderDropdownItem, "six-header-dropdown-item", never, { "filter": { "alias": "filter"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; }, {}, never, ["*"], false, never>;
437
+ }
438
+ declare interface SixHeaderDropdownItem extends Components.SixHeaderDropdownItem {
439
+ }
440
+ declare class SixHeaderItem {
441
+ protected z: NgZone;
442
+ protected el: HTMLSixHeaderItemElement;
443
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
444
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixHeaderItem, never>;
445
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixHeaderItem, "six-header-item", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
446
+ }
447
+ declare interface SixHeaderItem extends Components.SixHeaderItem {
448
+ }
449
+ declare class SixHeaderMenuButton {
450
+ protected z: NgZone;
451
+ protected el: HTMLSixHeaderMenuButtonElement;
452
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
453
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixHeaderMenuButton, never>;
454
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixHeaderMenuButton, "six-header-menu-button", never, { "caret": { "alias": "caret"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "reset": { "alias": "reset"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; }, {}, never, ["*"], false, never>;
455
+ }
456
+ declare interface SixHeaderMenuButton extends Components.SixHeaderMenuButton {
457
+ }
458
+ declare class SixIcon {
459
+ protected z: NgZone;
460
+ protected el: HTMLSixIconElement;
461
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
462
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixIcon, never>;
463
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixIcon, "six-icon", never, { "filled": { "alias": "filled"; "required": false; }; "library": { "alias": "library"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
464
+ }
465
+ declare interface SixIcon extends Components.SixIcon {
466
+ }
467
+ declare class SixIconButton {
468
+ protected z: NgZone;
469
+ protected el: HTMLSixIconButtonElement;
470
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
471
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixIconButton, never>;
472
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixIconButton, "six-icon-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "download": { "alias": "download"; "required": false; }; "href": { "alias": "href"; "required": false; }; "html": { "alias": "html"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], false, never>;
473
+ }
474
+ declare interface SixIconButton extends Components.SixIconButton {
475
+ }
476
+ declare class SixInput {
477
+ protected z: NgZone;
478
+ protected el: HTMLSixInputElement;
479
+ sixInputChange: EventEmitter<CustomEvent<undefined>>;
480
+ sixInputClear: EventEmitter<CustomEvent<undefined>>;
481
+ sixInputInput: EventEmitter<CustomEvent<undefined>>;
482
+ sixInputFocus: EventEmitter<CustomEvent<undefined>>;
483
+ sixInputBlur: EventEmitter<CustomEvent<undefined>>;
484
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
485
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixInput, never>;
486
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixInput, "six-input", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dropdownSearch": { "alias": "dropdownSearch"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "line": { "alias": "line"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "step": { "alias": "step"; "required": false; }; "togglePassword": { "alias": "togglePassword"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixInputChange": "sixInputChange"; "sixInputClear": "sixInputClear"; "sixInputInput": "sixInputInput"; "sixInputFocus": "sixInputFocus"; "sixInputBlur": "sixInputBlur"; }, never, ["*"], false, never>;
487
+ }
488
+ declare interface SixInput extends Components.SixInput {
489
+ /**
490
+ * Emitted when the control's value changes. Access the new value via event.target.value.
491
+ */
492
+ 'six-input-change': EventEmitter<CustomEvent<EmptyPayload>>;
493
+ /**
494
+ * Emitted when the clear button is activated.
495
+ */
496
+ 'six-input-clear': EventEmitter<CustomEvent<EmptyPayload>>;
497
+ /**
498
+ * Emitted when the control receives input. Access the new value via event.target.value.
499
+ */
500
+ 'six-input-input': EventEmitter<CustomEvent<EmptyPayload>>;
501
+ /**
502
+ * Emitted when the control gains focus.
503
+ */
504
+ 'six-input-focus': EventEmitter<CustomEvent<EmptyPayload>>;
505
+ /**
506
+ * Emitted when the control loses focus. Access the new value via event.target.value.
507
+ */
508
+ 'six-input-blur': EventEmitter<CustomEvent<EmptyPayload>>;
509
+ }
510
+ declare class SixItemPicker {
511
+ protected z: NgZone;
512
+ protected el: HTMLSixItemPickerElement;
513
+ sixItemPickerChange: EventEmitter<CustomEvent<SixItemPickerChangePayload>>;
514
+ sixItemPickerChangeDebounced: EventEmitter<CustomEvent<SixItemPickerChangePayload>>;
515
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
516
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixItemPicker, never>;
517
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixItemPicker, "six-item-picker", never, { "debounce": { "alias": "debounce"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "items": { "alias": "items"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "paddingChar": { "alias": "paddingChar"; "required": false; }; "paddingDirection": { "alias": "paddingDirection"; "required": false; }; "paddingLength": { "alias": "paddingLength"; "required": false; }; "roundtrip": { "alias": "roundtrip"; "required": false; }; "step": { "alias": "step"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixItemPickerChange": "sixItemPickerChange"; "sixItemPickerChangeDebounced": "sixItemPickerChangeDebounced"; }, never, ["*"], false, never>;
518
+ }
519
+ declare interface SixItemPicker extends Components.SixItemPicker {
520
+ /**
521
+ * Emitted when the item picker's value changes
522
+ */
523
+ 'six-item-picker-change': EventEmitter<CustomEvent<SixItemPickerChangePayload>>;
524
+ /**
525
+ * Emitted when the item picker's value changes, but debounced
526
+ */
527
+ 'six-item-picker-change-debounced': EventEmitter<CustomEvent<SixItemPickerChangePayload>>;
528
+ }
529
+ declare class SixLanguageSwitcher {
530
+ protected z: NgZone;
531
+ protected el: HTMLSixLanguageSwitcherElement;
532
+ sixLanguageSwitcherChange: EventEmitter<CustomEvent<string>>;
533
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
534
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixLanguageSwitcher, never>;
535
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixLanguageSwitcher, "six-language-switcher", never, { "languages": { "alias": "languages"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "sixLanguageSwitcherChange": "sixLanguageSwitcherChange"; }, never, ["*"], false, never>;
536
+ }
537
+ declare interface SixLanguageSwitcher extends Components.SixLanguageSwitcher {
538
+ /**
539
+ * Emitted when the language switchers value changes
540
+ */
541
+ 'six-language-switcher-change': EventEmitter<CustomEvent<SixLanguageSwitcherChangePayload>>;
542
+ }
543
+ declare class SixLayoutGrid {
544
+ protected z: NgZone;
545
+ protected el: HTMLSixLayoutGridElement;
546
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
547
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixLayoutGrid, never>;
548
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixLayoutGrid, "six-layout-grid", never, { "columns": { "alias": "columns"; "required": false; }; }, {}, never, ["*"], false, never>;
549
+ }
550
+ declare interface SixLayoutGrid extends Components.SixLayoutGrid {
551
+ }
552
+ declare class SixLogo {
553
+ protected z: NgZone;
554
+ protected el: HTMLSixLogoElement;
555
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
556
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixLogo, never>;
557
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixLogo, "six-logo", never, { "brand": { "alias": "brand"; "required": false; }; }, {}, never, ["*"], false, never>;
558
+ }
559
+ declare interface SixLogo extends Components.SixLogo {
560
+ }
561
+ declare class SixMainContainer {
562
+ protected z: NgZone;
563
+ protected el: HTMLSixMainContainerElement;
564
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
565
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixMainContainer, never>;
566
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMainContainer, "six-main-container", never, { "padded": { "alias": "padded"; "required": false; }; }, {}, never, ["*"], false, never>;
567
+ }
568
+ declare interface SixMainContainer extends Components.SixMainContainer {
569
+ }
570
+ declare class SixMenu {
571
+ protected z: NgZone;
572
+ protected el: HTMLSixMenuElement;
573
+ sixMenuItemSelected: EventEmitter<CustomEvent<SixMenuItemSelectedPayload>>;
574
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
575
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixMenu, never>;
576
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMenu, "six-menu", never, { "disableKeyboardHandling": { "alias": "disableKeyboardHandling"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "items": { "alias": "items"; "required": false; }; "itemsShown": { "alias": "itemsShown"; "required": false; }; "removeBoxShadow": { "alias": "removeBoxShadow"; "required": false; }; "scrollingDebounce": { "alias": "scrollingDebounce"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; }, { "sixMenuItemSelected": "sixMenuItemSelected"; }, never, ["*"], false, never>;
577
+ }
578
+ declare interface SixMenu extends Components.SixMenu {
579
+ /**
580
+ * Emitted when a menu item is selected.
581
+ */
582
+ 'six-menu-item-selected': EventEmitter<CustomEvent<SixMenuItemSelectedPayload>>;
583
+ }
584
+ declare class SixMenuDivider {
585
+ protected z: NgZone;
586
+ protected el: HTMLSixMenuDividerElement;
587
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
588
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixMenuDivider, never>;
589
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMenuDivider, "six-menu-divider", never, {}, {}, never, ["*"], false, never>;
590
+ }
591
+ declare interface SixMenuDivider extends Components.SixMenuDivider {
592
+ }
593
+ declare class SixMenuItem {
594
+ protected z: NgZone;
595
+ protected el: HTMLSixMenuItemElement;
596
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
597
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixMenuItem, never>;
598
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMenuItem, "six-menu-item", never, { "checkType": { "alias": "checkType"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
599
+ }
600
+ declare interface SixMenuItem extends Components.SixMenuItem {
601
+ }
602
+ declare class SixMenuLabel {
603
+ protected z: NgZone;
604
+ protected el: HTMLSixMenuLabelElement;
605
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
606
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixMenuLabel, never>;
607
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMenuLabel, "six-menu-label", never, {}, {}, never, ["*"], false, never>;
608
+ }
609
+ declare interface SixMenuLabel extends Components.SixMenuLabel {
610
+ }
611
+ declare class SixPicto {
612
+ protected z: NgZone;
613
+ protected el: HTMLSixPictoElement;
614
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
615
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixPicto, never>;
616
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixPicto, "six-picto", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
617
+ }
618
+ declare interface SixPicto extends Components.SixPicto {
619
+ }
620
+ declare class SixProgressBar {
621
+ protected z: NgZone;
622
+ protected el: HTMLSixProgressBarElement;
623
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
624
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixProgressBar, never>;
625
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixProgressBar, "six-progress-bar", never, { "indeterminate": { "alias": "indeterminate"; "required": false; }; "percentage": { "alias": "percentage"; "required": false; }; }, {}, never, ["*"], false, never>;
626
+ }
627
+ declare interface SixProgressBar extends Components.SixProgressBar {
628
+ }
629
+ declare class SixProgressRing {
630
+ protected z: NgZone;
631
+ protected el: HTMLSixProgressRingElement;
632
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
633
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixProgressRing, never>;
634
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixProgressRing, "six-progress-ring", never, { "percentage": { "alias": "percentage"; "required": false; }; "size": { "alias": "size"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, ["*"], false, never>;
635
+ }
636
+ declare interface SixProgressRing extends Components.SixProgressRing {
637
+ }
638
+ declare class SixRadio {
639
+ protected z: NgZone;
640
+ protected el: HTMLSixRadioElement;
641
+ sixRadioBlur: EventEmitter<CustomEvent<undefined>>;
642
+ sixRadioChange: EventEmitter<CustomEvent<undefined>>;
643
+ sixRadioFocus: EventEmitter<CustomEvent<undefined>>;
644
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
645
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixRadio, never>;
646
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixRadio, "six-radio", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixRadioBlur": "sixRadioBlur"; "sixRadioChange": "sixRadioChange"; "sixRadioFocus": "sixRadioFocus"; }, never, ["*"], false, never>;
647
+ }
648
+ declare interface SixRadio extends Components.SixRadio {
649
+ /**
650
+ * Emitted when the control loses focus.
651
+ */
652
+ 'six-radio-blur': EventEmitter<CustomEvent<EmptyPayload>>;
653
+ /**
654
+ * Emitted when the control's checked state changes.
655
+ */
656
+ 'six-radio-change': EventEmitter<CustomEvent<EmptyPayload>>;
657
+ /**
658
+ * Emitted when the control gains focus.
659
+ */
660
+ 'six-radio-focus': EventEmitter<CustomEvent<EmptyPayload>>;
661
+ }
662
+ declare class SixRange {
663
+ protected z: NgZone;
664
+ protected el: HTMLSixRangeElement;
665
+ sixRangeChange: EventEmitter<CustomEvent<undefined>>;
666
+ sixRangeBlur: EventEmitter<CustomEvent<undefined>>;
667
+ sixRangeFocus: EventEmitter<CustomEvent<undefined>>;
668
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
669
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixRange, never>;
670
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixRange, "six-range", never, { "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "step": { "alias": "step"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipFormatter": { "alias": "tooltipFormatter"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixRangeChange": "sixRangeChange"; "sixRangeBlur": "sixRangeBlur"; "sixRangeFocus": "sixRangeFocus"; }, never, ["*"], false, never>;
671
+ }
672
+ declare interface SixRange extends Components.SixRange {
673
+ /**
674
+ * Emitted when the control's value changes.
675
+ */
676
+ 'six-range-change': EventEmitter<CustomEvent<EmptyPayload>>;
677
+ /**
678
+ * Emitted when the control loses focus.
679
+ */
680
+ 'six-range-blur': EventEmitter<CustomEvent<EmptyPayload>>;
681
+ /**
682
+ * Emitted when the control gains focus.
683
+ */
684
+ 'six-range-focus': EventEmitter<CustomEvent<EmptyPayload>>;
685
+ }
686
+ declare class SixRating {
687
+ protected z: NgZone;
688
+ protected el: HTMLSixRatingElement;
689
+ sixRatingBlur: EventEmitter<CustomEvent<number>>;
690
+ sixRatingChange: EventEmitter<CustomEvent<number>>;
691
+ sixRatingFocus: EventEmitter<CustomEvent<undefined>>;
692
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
693
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixRating, never>;
694
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixRating, "six-rating", never, { "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "max": { "alias": "max"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixRatingBlur": "sixRatingBlur"; "sixRatingChange": "sixRatingChange"; "sixRatingFocus": "sixRatingFocus"; }, never, ["*"], false, never>;
695
+ }
696
+ declare interface SixRating extends Components.SixRating {
697
+ /**
698
+ * Emitted when the control loses focus.
699
+ */
700
+ 'six-rating-blur': EventEmitter<CustomEvent<number>>;
701
+ /**
702
+ * Emitted when the control's checked state changes.
703
+ */
704
+ 'six-rating-change': EventEmitter<CustomEvent<number>>;
705
+ /**
706
+ * Emitted when the control gains focus.
707
+ */
708
+ 'six-rating-focus': EventEmitter<CustomEvent<EmptyPayload>>;
709
+ }
710
+ declare class SixRoot {
711
+ protected z: NgZone;
712
+ protected el: HTMLSixRootElement;
713
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
714
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixRoot, never>;
715
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixRoot, "six-root", never, { "padded": { "alias": "padded"; "required": false; }; "stage": { "alias": "stage"; "required": false; }; "version": { "alias": "version"; "required": false; }; }, {}, never, ["*"], false, never>;
716
+ }
717
+ declare interface SixRoot extends Components.SixRoot {
718
+ }
719
+ declare class SixSearchField {
720
+ protected z: NgZone;
721
+ protected el: HTMLSixSearchFieldElement;
722
+ sixSearchFieldChange: EventEmitter<CustomEvent<SixSearchFieldChangePayload>>;
723
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
724
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixSearchField, never>;
725
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSearchField, "six-search-field", never, { "clearable": { "alias": "clearable"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixSearchFieldChange": "sixSearchFieldChange"; }, never, ["*"], false, never>;
726
+ }
727
+ declare interface SixSearchField extends Components.SixSearchField {
728
+ /**
729
+ * Emitted when a search is triggered
730
+ */
731
+ 'six-search-field-change': EventEmitter<CustomEvent<SixSearchFieldChangePayload>>;
732
+ }
733
+ declare class SixSelect {
734
+ protected z: NgZone;
735
+ protected el: HTMLSixSelectElement;
736
+ sixSelectChange: EventEmitter<CustomEvent<SixSelectChangePayload>>;
737
+ sixSelectFocus: EventEmitter<CustomEvent<undefined>>;
738
+ sixSelectBlur: EventEmitter<CustomEvent<undefined>>;
739
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
740
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixSelect, never>;
741
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSelect, "six-select", never, { "asyncFilter": { "alias": "asyncFilter"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "filterDebounce": { "alias": "filterDebounce"; "required": false; }; "filterPlaceholder": { "alias": "filterPlaceholder"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "hoist": { "alias": "hoist"; "required": false; }; "inputDebounce": { "alias": "inputDebounce"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "line": { "alias": "line"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "options": { "alias": "options"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selectAllButton": { "alias": "selectAllButton"; "required": false; }; "selectAllText": { "alias": "selectAllText"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; }, { "sixSelectChange": "sixSelectChange"; "sixSelectFocus": "sixSelectFocus"; "sixSelectBlur": "sixSelectBlur"; }, never, ["*"], false, never>;
742
+ }
743
+ declare interface SixSelect extends Components.SixSelect {
744
+ /**
745
+ * Emitted when the control's value changes.
746
+ */
747
+ 'six-select-change': EventEmitter<CustomEvent<SixSelectChangePayload>>;
748
+ /**
749
+ * Emitted when the control gains focus.
750
+ */
751
+ 'six-select-focus': EventEmitter<CustomEvent<EmptyPayload>>;
752
+ /**
753
+ * Emitted when the control loses focus.
754
+ */
755
+ 'six-select-blur': EventEmitter<CustomEvent<EmptyPayload>>;
756
+ }
757
+ declare class SixSidebar {
758
+ protected z: NgZone;
759
+ protected el: HTMLSixSidebarElement;
760
+ sixSidebarShow: EventEmitter<CustomEvent<undefined>>;
761
+ sixSidebarAfterShow: EventEmitter<CustomEvent<undefined>>;
762
+ sixSidebarHide: EventEmitter<CustomEvent<undefined>>;
763
+ sixSidebarAfterHide: EventEmitter<CustomEvent<undefined>>;
764
+ sixSidebarInitialFocus: EventEmitter<CustomEvent<undefined>>;
765
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
766
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixSidebar, never>;
767
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSidebar, "six-sidebar", never, { "open": { "alias": "open"; "required": false; }; "position": { "alias": "position"; "required": false; }; "toggled": { "alias": "toggled"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "sixSidebarShow": "sixSidebarShow"; "sixSidebarAfterShow": "sixSidebarAfterShow"; "sixSidebarHide": "sixSidebarHide"; "sixSidebarAfterHide": "sixSidebarAfterHide"; "sixSidebarInitialFocus": "sixSidebarInitialFocus"; }, never, ["*"], false, never>;
768
+ }
769
+ declare interface SixSidebar extends Components.SixSidebar {
770
+ /**
771
+ * Emitted when the sidebar opens. Calling `event.preventDefault()` will prevent it from being opened.
772
+ */
773
+ 'six-sidebar-show': EventEmitter<CustomEvent<EmptyPayload>>;
774
+ /**
775
+ * Emitted after the sidebar opens and all transitions are complete.
776
+ */
777
+ 'six-sidebar-after-show': EventEmitter<CustomEvent<EmptyPayload>>;
778
+ /**
779
+ * Emitted when the sidebar closes. Calling `event.preventDefault()` will prevent it from being closed.
780
+ */
781
+ 'six-sidebar-hide': EventEmitter<CustomEvent<EmptyPayload>>;
782
+ /**
783
+ * Emitted after the sidebar closes and all transitions are complete.
784
+ */
785
+ 'six-sidebar-after-hide': EventEmitter<CustomEvent<EmptyPayload>>;
786
+ /**
787
+ * Emitted when the sidebar opens and the panel gains focus. Calling `event.preventDefault()` will prevent focus and
788
+ allow you to set it on a different element in the sidebar, such as an input or button.
789
+ */
790
+ 'six-sidebar-initial-focus': EventEmitter<CustomEvent<EmptyPayload>>;
791
+ }
792
+ declare class SixSidebarItem {
793
+ protected z: NgZone;
794
+ protected el: HTMLSixSidebarItemElement;
795
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
796
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixSidebarItem, never>;
797
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSidebarItem, "six-sidebar-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
798
+ }
799
+ declare interface SixSidebarItem extends Components.SixSidebarItem {
800
+ }
801
+ declare class SixSidebarItemGroup {
802
+ protected z: NgZone;
803
+ protected el: HTMLSixSidebarItemGroupElement;
804
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
805
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixSidebarItemGroup, never>;
806
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSidebarItemGroup, "six-sidebar-item-group", never, { "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "name": { "alias": "name"; "required": false; }; "open": { "alias": "open"; "required": false; }; "summaryIcon": { "alias": "summaryIcon"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
807
+ }
808
+ declare interface SixSidebarItemGroup extends Components.SixSidebarItemGroup {
809
+ }
810
+ declare class SixSpinner {
811
+ protected z: NgZone;
812
+ protected el: HTMLSixSpinnerElement;
813
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
814
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixSpinner, never>;
815
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSpinner, "six-spinner", never, { "logo": { "alias": "logo"; "required": false; }; "six": { "alias": "six"; "required": false; }; }, {}, never, ["*"], false, never>;
816
+ }
817
+ declare interface SixSpinner extends Components.SixSpinner {
818
+ }
819
+ declare class SixStageIndicator {
820
+ protected z: NgZone;
821
+ protected el: HTMLSixStageIndicatorElement;
822
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
823
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixStageIndicator, never>;
824
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixStageIndicator, "six-stage-indicator", never, { "stage": { "alias": "stage"; "required": false; }; }, {}, never, ["*"], false, never>;
825
+ }
826
+ declare interface SixStageIndicator extends Components.SixStageIndicator {
827
+ }
828
+ declare class SixSwitch {
829
+ protected z: NgZone;
830
+ protected el: HTMLSixSwitchElement;
831
+ sixSwitchBlur: EventEmitter<CustomEvent<boolean>>;
832
+ sixSwitchChange: EventEmitter<CustomEvent<boolean>>;
833
+ sixSwitchFocus: EventEmitter<CustomEvent<undefined>>;
834
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
835
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixSwitch, never>;
836
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSwitch, "six-switch", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixSwitchBlur": "sixSwitchBlur"; "sixSwitchChange": "sixSwitchChange"; "sixSwitchFocus": "sixSwitchFocus"; }, never, ["*"], false, never>;
837
+ }
838
+ declare interface SixSwitch extends Components.SixSwitch {
839
+ /**
840
+ * Emitted when the control loses focus.
841
+ */
842
+ 'six-switch-blur': EventEmitter<CustomEvent<boolean>>;
843
+ /**
844
+ * Emitted when the control's checked state changes.
845
+ */
846
+ 'six-switch-change': EventEmitter<CustomEvent<boolean>>;
847
+ /**
848
+ * Emitted when the control gains focus.
849
+ */
850
+ 'six-switch-focus': EventEmitter<CustomEvent<EmptyPayload>>;
851
+ }
852
+ declare class SixTab {
853
+ protected z: NgZone;
854
+ protected el: HTMLSixTabElement;
855
+ sixTabClose: EventEmitter<CustomEvent<undefined>>;
856
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
857
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTab, never>;
858
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTab, "six-tab", never, { "active": { "alias": "active"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hoverContent": { "alias": "hoverContent"; "required": false; }; "panel": { "alias": "panel"; "required": false; }; }, { "sixTabClose": "sixTabClose"; }, never, ["*"], false, never>;
859
+ }
860
+ declare interface SixTab extends Components.SixTab {
861
+ /**
862
+ * Emitted when the tab is closable and the close button is activated.
863
+ */
864
+ 'six-tab-close': EventEmitter<CustomEvent<EmptyPayload>>;
865
+ }
866
+ declare class SixTabGroup {
867
+ protected z: NgZone;
868
+ protected el: HTMLSixTabGroupElement;
869
+ sixTabShow: EventEmitter<CustomEvent<SixTabShowPayload>>;
870
+ sixTabHide: EventEmitter<CustomEvent<SixTabHidePayload>>;
871
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
872
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTabGroup, never>;
873
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTabGroup, "six-tab-group", never, { "noScrollControls": { "alias": "noScrollControls"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, { "sixTabShow": "sixTabShow"; "sixTabHide": "sixTabHide"; }, never, ["*"], false, never>;
874
+ }
875
+ declare interface SixTabGroup extends Components.SixTabGroup {
876
+ /**
877
+ * Emitted when a tab is shown.
878
+ */
879
+ 'six-tab-show': EventEmitter<CustomEvent<SixTabShowPayload>>;
880
+ /**
881
+ * Emitted when a tab is hidden.
882
+ */
883
+ 'six-tab-hide': EventEmitter<CustomEvent<SixTabHidePayload>>;
884
+ }
885
+ declare class SixTabPanel {
886
+ protected z: NgZone;
887
+ protected el: HTMLSixTabPanelElement;
888
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
889
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTabPanel, never>;
890
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTabPanel, "six-tab-panel", never, { "active": { "alias": "active"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
891
+ }
892
+ declare interface SixTabPanel extends Components.SixTabPanel {
893
+ }
894
+ declare class SixTag {
895
+ protected z: NgZone;
896
+ protected el: HTMLSixTagElement;
897
+ sixTagClear: EventEmitter<CustomEvent<undefined>>;
898
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
899
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTag, never>;
900
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTag, "six-tag", never, { "clearable": { "alias": "clearable"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "sixTagClear": "sixTagClear"; }, never, ["*"], false, never>;
901
+ }
902
+ declare interface SixTag extends Components.SixTag {
903
+ /**
904
+ * Emitted when the clear button is activated.
905
+ */
906
+ 'six-tag-clear': EventEmitter<CustomEvent<EmptyPayload>>;
907
+ }
908
+ declare class SixTextarea {
909
+ protected z: NgZone;
910
+ protected el: HTMLSixTextareaElement;
911
+ sixTextareaChange: EventEmitter<CustomEvent<undefined>>;
912
+ sixTextareaInput: EventEmitter<CustomEvent<undefined>>;
913
+ sixTextareaFocus: EventEmitter<CustomEvent<undefined>>;
914
+ sixTextareaBlur: EventEmitter<CustomEvent<undefined>>;
915
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
916
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTextarea, never>;
917
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTextarea, "six-textarea", never, { "autocapitalize": { "alias": "autocapitalize"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "helpText": { "alias": "helpText"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "resize": { "alias": "resize"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "size": { "alias": "size"; "required": false; }; "spellcheck": { "alias": "spellcheck"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixTextareaChange": "sixTextareaChange"; "sixTextareaInput": "sixTextareaInput"; "sixTextareaFocus": "sixTextareaFocus"; "sixTextareaBlur": "sixTextareaBlur"; }, never, ["*"], false, never>;
918
+ }
919
+ declare interface SixTextarea extends Components.SixTextarea {
920
+ /**
921
+ * Emitted when the control's value changes. Access the new value via event.target.value.
922
+ */
923
+ 'six-textarea-change': EventEmitter<CustomEvent<EmptyPayload>>;
924
+ /**
925
+ * Emitted when the control receives input. Access the new value via event.target.value.
926
+ */
927
+ 'six-textarea-input': EventEmitter<CustomEvent<EmptyPayload>>;
928
+ /**
929
+ * Emitted when the control gains focus.
930
+ */
931
+ 'six-textarea-focus': EventEmitter<CustomEvent<EmptyPayload>>;
932
+ /**
933
+ * Emitted when the control loses focus. Access the new value via event.target.value.
934
+ */
935
+ 'six-textarea-blur': EventEmitter<CustomEvent<EmptyPayload>>;
936
+ }
937
+ declare class SixTile {
938
+ protected z: NgZone;
939
+ protected el: HTMLSixTileElement;
940
+ sixTileClosed: EventEmitter<CustomEvent<undefined>>;
941
+ sixTileSelected: EventEmitter<CustomEvent<undefined>>;
942
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
943
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTile, never>;
944
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTile, "six-tile", never, { "closeable": { "alias": "closeable"; "required": false; }; "disableTooltip": { "alias": "disableTooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "sixTileClosed": "sixTileClosed"; "sixTileSelected": "sixTileSelected"; }, never, ["*"], false, never>;
945
+ }
946
+ declare interface SixTile extends Components.SixTile {
947
+ /**
948
+ * Emitted when the tile was closed.
949
+ */
950
+ 'six-tile-closed': EventEmitter<CustomEvent<EmptyPayload>>;
951
+ /**
952
+ * Emitted when the tile is selected.
953
+ */
954
+ 'six-tile-selected': EventEmitter<CustomEvent<EmptyPayload>>;
955
+ }
956
+ declare class SixTimepicker {
957
+ protected z: NgZone;
958
+ protected el: HTMLSixTimepickerElement;
959
+ sixTimepickerChange: EventEmitter<CustomEvent<SixTimepickerChange>>;
960
+ sixTimepickerChangeDebounced: EventEmitter<CustomEvent<SixTimepickerChange>>;
961
+ sixTimepickerClear: EventEmitter<CustomEvent<undefined>>;
962
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
963
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTimepicker, never>;
964
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTimepicker, "six-timepicker", never, { "clearable": { "alias": "clearable"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "defaultTime": { "alias": "defaultTime"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorText": { "alias": "errorText"; "required": false; }; "errorTextCount": { "alias": "errorTextCount"; "required": false; }; "format": { "alias": "format"; "required": false; }; "hoist": { "alias": "hoist"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "open": { "alias": "open"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "size": { "alias": "size"; "required": false; }; "timeout": { "alias": "timeout"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "sixTimepickerChange": "sixTimepickerChange"; "sixTimepickerChangeDebounced": "sixTimepickerChangeDebounced"; "sixTimepickerClear": "sixTimepickerClear"; }, never, ["*"], false, never>;
965
+ }
966
+ declare interface SixTimepicker extends Components.SixTimepicker {
967
+ /**
968
+ * Emitted when the timepicker's value changes
969
+ */
970
+ 'six-timepicker-change': EventEmitter<CustomEvent<SixTimepickerChange>>;
971
+ /**
972
+ * Emitted when the timepicker's value changes, but debounced
973
+ */
974
+ 'six-timepicker-change-debounced': EventEmitter<CustomEvent<SixTimepickerChange>>;
975
+ /**
976
+ * Emitted when the clear button is activated.
977
+ */
978
+ 'six-timepicker-clear': EventEmitter<CustomEvent<EmptyPayload>>;
979
+ }
980
+ declare class SixTooltip {
981
+ protected z: NgZone;
982
+ protected el: HTMLSixTooltipElement;
983
+ sixTooltipShow: EventEmitter<CustomEvent<undefined>>;
984
+ sixTooltipAfterShow: EventEmitter<CustomEvent<undefined>>;
985
+ sixTooltipHide: EventEmitter<CustomEvent<undefined>>;
986
+ sixTooltipAfterHide: EventEmitter<CustomEvent<undefined>>;
987
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
988
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixTooltip, never>;
989
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTooltip, "six-tooltip", never, { "content": { "alias": "content"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "distance": { "alias": "distance"; "required": false; }; "open": { "alias": "open"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "skidding": { "alias": "skidding"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, { "sixTooltipShow": "sixTooltipShow"; "sixTooltipAfterShow": "sixTooltipAfterShow"; "sixTooltipHide": "sixTooltipHide"; "sixTooltipAfterHide": "sixTooltipAfterHide"; }, never, ["*"], false, never>;
990
+ }
991
+ declare interface SixTooltip extends Components.SixTooltip {
992
+ /**
993
+ * Emitted when the tooltip begins to show. Calling `event.preventDefault()` will prevent it from being shown.
994
+ */
995
+ 'six-tooltip-show': EventEmitter<CustomEvent<EmptyPayload>>;
996
+ /**
997
+ * Emitted after the tooltip has shown and all transitions are complete.
998
+ */
999
+ 'six-tooltip-after-show': EventEmitter<CustomEvent<EmptyPayload>>;
1000
+ /**
1001
+ * Emitted when the tooltip begins to hide. Calling `event.preventDefault()` will prevent it from being hidden.
1002
+ */
1003
+ 'six-tooltip-hide': EventEmitter<CustomEvent<EmptyPayload>>;
1004
+ /**
1005
+ * Emitted after the tooltip has hidden and all transitions are complete.
1006
+ */
1007
+ 'six-tooltip-after-hide': EventEmitter<CustomEvent<EmptyPayload>>;
1008
+ }
1009
+
1010
+ declare class ValueAccessor implements ControlValueAccessor, AfterViewInit, OnDestroy {
1011
+ protected injector: Injector;
1012
+ protected el: ElementRef;
1013
+ private statusChanges?;
1014
+ ngControl?: NgControl;
1015
+ private initialErrorText?;
1016
+ private validationMessagesService;
1017
+ protected config: UiLibraryConfig;
1018
+ constructor(injector: Injector, el: ElementRef);
1019
+ private onChange;
1020
+ private onTouched;
1021
+ registerOnChange(fn: (value: any) => void): void;
1022
+ registerOnTouched(fn: () => void): void;
1023
+ writeValue(value: any): void;
1024
+ /**
1025
+ * Notifies the ControlValueAccessor of a change in the value of the control.
1026
+ *
1027
+ * This is called by each of the ValueAccessor directives when we want to update
1028
+ * the status and validity of the form control. For example with text components this
1029
+ * is called when the input event is fired. For select components this is called
1030
+ * when the change event is fired.
1031
+ *
1032
+ * This also updates the form status on the element by setting the 'invalid' property to true/false.
1033
+ *
1034
+ * @param el The component element.
1035
+ * @param value The new value of the control.
1036
+ */
1037
+ handleValueChange(el: HTMLElement, value: any): void;
1038
+ _handleBlurEvent(el: any): void;
1039
+ updateValidation(): void;
1040
+ setDisabledState(isDisabled: boolean): void;
1041
+ ngOnDestroy(): void;
1042
+ ngAfterViewInit(): void;
1043
+ getErrorTexts(control: AbstractControl): string[];
1044
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValueAccessor, never>;
1045
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ValueAccessor, never, never, {}, {}, never, never, true, never>;
1046
+ }
1047
+
1048
+ declare class TextValueAccessor extends ValueAccessor {
1049
+ constructor(injector: Injector, el: ElementRef);
1050
+ handleInputEvent(el: EventTarget | null): void;
1051
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextValueAccessor, never>;
1052
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextValueAccessor, "six-input:not([type=number]),six-textarea", never, {}, {}, never, never, false, never>;
1053
+ }
1054
+
1055
+ declare class NumericValueAccessor extends ValueAccessor {
1056
+ constructor(injector: Injector, el: ElementRef);
1057
+ handleInputEvent(el: EventTarget | null): void;
1058
+ registerOnChange(fn: (_: number | null) => void): void;
1059
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumericValueAccessor, never>;
1060
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NumericValueAccessor, "six-input[type=number]", never, {}, {}, never, never, false, never>;
1061
+ }
1062
+
1063
+ declare class RadioValueAccessor extends ValueAccessor implements OnInit {
1064
+ constructor(injector: Injector, el: ElementRef);
1065
+ value: any;
1066
+ formControlName?: string;
1067
+ name?: string;
1068
+ handleChangeEvent(el: EventTarget | null): void;
1069
+ ngOnInit(): void;
1070
+ writeValue(value: any): void;
1071
+ private checkName;
1072
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadioValueAccessor, never>;
1073
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RadioValueAccessor, "six-radio", never, { "value": { "alias": "value"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
1074
+ }
1075
+
1076
+ declare class DatepickerValueAccessor extends ValueAccessor {
1077
+ constructor(injector: Injector, el: ElementRef);
1078
+ handleChangeEvent(el: EventTarget | null): void;
1079
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerValueAccessor, never>;
1080
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DatepickerValueAccessor, "six-datepicker", never, {}, {}, never, never, false, never>;
1081
+ }
1082
+
1083
+ declare class DateValueAccessor extends ValueAccessor {
1084
+ constructor(injector: Injector, el: ElementRef);
1085
+ handleInputEvent(el: EventTarget | null): void;
1086
+ writeValue(value: any): void;
1087
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateValueAccessor, never>;
1088
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DateValueAccessor, "six-date", never, {}, {}, never, never, false, never>;
1089
+ }
1090
+
1091
+ declare class TimepickerValueAccessor extends ValueAccessor {
1092
+ constructor(injector: Injector, el: ElementRef);
1093
+ handleChangeEvent(el: EventTarget | null): void;
1094
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimepickerValueAccessor, never>;
1095
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TimepickerValueAccessor, "six-timepicker", never, {}, {}, never, never, false, never>;
1096
+ }
1097
+
1098
+ declare class SelectValueAccessor extends ValueAccessor {
1099
+ constructor(injector: Injector, el: ElementRef);
1100
+ handleChangeEvent(el: EventTarget | null): void;
1101
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueAccessor, never>;
1102
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessor, "six-select", never, {}, {}, never, never, false, never>;
1103
+ }
1104
+
1105
+ declare class CheckboxValueAccessor extends ValueAccessor {
1106
+ constructor(injector: Injector, el: ElementRef);
1107
+ handleChangeEvent(el: EventTarget | null): void;
1108
+ writeValue(value: any): void;
1109
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxValueAccessor, never>;
1110
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxValueAccessor, "six-checkbox:not([six-checkbox-group])", never, {}, {}, never, never, false, never>;
1111
+ }
1112
+
1113
+ declare class SixCheckboxGroupDirective {
1114
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixCheckboxGroupDirective, never>;
1115
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SixCheckboxGroupDirective, "[six-checkbox-group]", never, {}, {}, never, never, false, never>;
1116
+ }
1117
+ declare class CheckboxMultiSelectValueAccessor<T extends string = string> extends ValueAccessor {
1118
+ value: T;
1119
+ constructor(injector: Injector, el: ElementRef);
1120
+ onHostChange(el: EventTarget | null): void;
1121
+ writeValue(values: T[]): void;
1122
+ setDisabledState(isDisabled: boolean): void;
1123
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxMultiSelectValueAccessor<any>, never>;
1124
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxMultiSelectValueAccessor<any>, "six-checkbox[six-checkbox-group]", never, { "value": { "alias": "value"; "required": true; }; }, {}, never, never, false, never>;
1125
+ }
1126
+
1127
+ declare class SwitchValueAccessor extends ValueAccessor {
1128
+ constructor(injector: Injector, el: ElementRef);
1129
+ handleChangeEvent(el: EventTarget | null): void;
1130
+ writeValue(value: any): void;
1131
+ static ɵfac: i0.ɵɵFactoryDeclaration<SwitchValueAccessor, never>;
1132
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SwitchValueAccessor, "six-switch", never, {}, {}, never, never, false, never>;
1133
+ }
1134
+
1135
+ declare class RangeValueAccessor extends ValueAccessor {
1136
+ constructor(injector: Injector, el: ElementRef);
1137
+ handleInputEvent(el: EventTarget | null): void;
1138
+ registerOnChange(fn: (_: number | null) => void): void;
1139
+ static ɵfac: i0.ɵɵFactoryDeclaration<RangeValueAccessor, never>;
1140
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RangeValueAccessor, "six-range", never, {}, {}, never, never, false, never>;
1141
+ }
1142
+
1143
+ declare class SixUiLibraryValidators {
1144
+ static minDate(mindate: Date): ValidatorFn;
1145
+ static maxDate(maxdate: Date): ValidatorFn;
1146
+ static allowedDates(allowedDates?: (date: Date) => boolean): ValidatorFn;
1147
+ static minDateIso(mindate: string): ValidatorFn;
1148
+ static maxDateIso(maxdate: string): ValidatorFn;
1149
+ static allowedDatesIso(allowedDates?: (date: string) => boolean): ValidatorFn;
1150
+ }
1151
+ declare class MinDateValidator implements Validator {
1152
+ min?: Date | null;
1153
+ validate(control: AbstractControl): {
1154
+ [key: string]: any;
1155
+ } | null;
1156
+ static ɵfac: i0.ɵɵFactoryDeclaration<MinDateValidator, never>;
1157
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MinDateValidator, "six-datepicker[min]", never, { "min": { "alias": "min"; "required": false; }; }, {}, never, never, false, never>;
1158
+ }
1159
+ declare class MaxDateValidator implements Validator {
1160
+ max?: Date | null;
1161
+ validate(control: AbstractControl): {
1162
+ [key: string]: any;
1163
+ } | null;
1164
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaxDateValidator, never>;
1165
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MaxDateValidator, "six-datepicker[max]", never, { "max": { "alias": "max"; "required": false; }; }, {}, never, never, false, never>;
1166
+ }
1167
+ declare class AllowedDatesValidator implements Validator {
1168
+ allowedDates: (date: Date) => boolean;
1169
+ validate(control: AbstractControl): {
1170
+ [key: string]: any;
1171
+ } | null;
1172
+ static ɵfac: i0.ɵɵFactoryDeclaration<AllowedDatesValidator, never>;
1173
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AllowedDatesValidator, "six-datepicker[allowedDates]", never, { "allowedDates": { "alias": "allowedDates"; "required": false; }; }, {}, never, never, false, never>;
1174
+ }
1175
+ declare class MinDateValidatorIso implements Validator {
1176
+ min?: string | null;
1177
+ validate(control: AbstractControl): {
1178
+ [key: string]: any;
1179
+ } | null;
1180
+ static ɵfac: i0.ɵɵFactoryDeclaration<MinDateValidatorIso, never>;
1181
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MinDateValidatorIso, "six-date[min]", never, { "min": { "alias": "min"; "required": false; }; }, {}, never, never, false, never>;
1182
+ }
1183
+ declare class MaxDateValidatorIso implements Validator {
1184
+ max?: string | null;
1185
+ validate(control: AbstractControl): {
1186
+ [key: string]: any;
1187
+ } | null;
1188
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaxDateValidatorIso, never>;
1189
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MaxDateValidatorIso, "six-date[max]", never, { "max": { "alias": "max"; "required": false; }; }, {}, never, never, false, never>;
1190
+ }
1191
+ declare class AllowedDatesValidatorIso implements Validator {
1192
+ allowedDates: (date: string) => boolean;
1193
+ validate(control: AbstractControl): {
1194
+ [key: string]: any;
1195
+ } | null;
1196
+ static ɵfac: i0.ɵɵFactoryDeclaration<AllowedDatesValidatorIso, never>;
1197
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AllowedDatesValidatorIso, "six-date[allowedDates]", never, { "allowedDates": { "alias": "allowedDates"; "required": false; }; }, {}, never, never, false, never>;
1198
+ }
1199
+ declare class MinValidator implements Validator {
1200
+ min: number | string;
1201
+ validate(control: AbstractControl): {
1202
+ [key: string]: any;
1203
+ } | null;
1204
+ static ɵfac: i0.ɵɵFactoryDeclaration<MinValidator, never>;
1205
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MinValidator, "six-input[type=number][min]", never, { "min": { "alias": "min"; "required": false; }; }, {}, never, never, false, never>;
1206
+ }
1207
+ declare class MaxValidator implements Validator {
1208
+ max: number | string;
1209
+ validate(control: AbstractControl): {
1210
+ [key: string]: any;
1211
+ } | null;
1212
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaxValidator, never>;
1213
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MaxValidator, "six-input[type=number][max]", never, { "max": { "alias": "max"; "required": false; }; }, {}, never, never, false, never>;
1214
+ }
1215
+
1216
+ /**
1217
+ * This directive intercepts the ngSubmit event of an Angular form and introduces
1218
+ * a supplementary event named sixSubmit. The sixSubmit event is triggered exclusively
1219
+ * when the form is valid. In cases where the form is considered invalid, this directive
1220
+ * takes proactive actions by marking all form controls as touched and dirty. Additionally,
1221
+ * it shifts the focus to the initial invalid form element, facilitating quick error
1222
+ * resolution.
1223
+ *
1224
+ * To utilize this directive, apply it to an Angular form.
1225
+ * ```html
1226
+ * <form [formGroup]="form" sixForm (sixSubmit)="onSubmit($event)">
1227
+ * <!-- form content -->
1228
+ * </form>
1229
+ * ```
1230
+ *
1231
+ * For users needing greater flexibility in determining when error messages are displayed,
1232
+ * or for those who prefer not to rely solely on the form submission event,
1233
+ * an alternative is to use the SixFormUtilDirective.
1234
+ */
1235
+ declare class SixFormDirective {
1236
+ private elementRef;
1237
+ private formGroupDirective;
1238
+ /**
1239
+ * Emits an event when the form is valid and the form submission has been triggered.
1240
+ */
1241
+ sixSubmit: EventEmitter<Event>;
1242
+ onNgSubmit(event: Event): void;
1243
+ constructor(elementRef: ElementRef<HTMLElement>, formGroupDirective: FormGroupDirective);
1244
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixFormDirective, never>;
1245
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SixFormDirective, "form[sixForm]", never, {}, { "sixSubmit": "sixSubmit"; }, never, never, false, never>;
1246
+ }
1247
+ /**
1248
+ * This directive provides a utility method, that marks all form controls
1249
+ * as touched and dirty, and focuses the first invalid form element.
1250
+ *
1251
+ * To utilize this directive, apply it to an Angular form.
1252
+ * ```html
1253
+ * <form [formGroup]="form" sixFormUtil (ngSubmit)="onSubmit($event)">
1254
+ * <!-- form content -->
1255
+ * </form>
1256
+ * ```
1257
+ *
1258
+ * Then, get a reference to the directive and invoke `focusInvalidField()` if the
1259
+ * form is invalid:
1260
+ * ```ts
1261
+ * @ViewChild(SixFormUtilDirective) sixFormUtil!: SixFormUtilDirective;
1262
+ * // ...
1263
+ * onSubmit() {
1264
+ * if (this.form.invalid) {
1265
+ * this.sixFormUtil.focusInvalidField();
1266
+ * } else {
1267
+ * // ...
1268
+ * }
1269
+ * }
1270
+ * ```
1271
+ */
1272
+ declare class SixFormUtilDirective {
1273
+ private elementRef;
1274
+ private formGroupDirective;
1275
+ constructor(elementRef: ElementRef<HTMLElement>, formGroupDirective: FormGroupDirective);
1276
+ /** markAllControlsAsDirty(Object.values(formGroup.controls));
1277
+ * Marks all form controls as touched and dirty, and focuses the first
1278
+ * invalid form element.
1279
+ */
1280
+ focusInvalidField(): void;
1281
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixFormUtilDirective, never>;
1282
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SixFormUtilDirective, "[sixFormUtil]", never, {}, {}, never, never, false, never>;
1283
+ }
1284
+
1285
+ /**
1286
+ * Forked from https://github.com/ionic-team/ionic-framework/blob/main/packages/angular/common/src/directives/navigation/router-link-delegate.ts.
1287
+ */
1288
+ declare class SixRouterLinkDirective implements OnInit, OnChanges {
1289
+ private locationStrategy;
1290
+ private elementRef;
1291
+ private router;
1292
+ private renderer;
1293
+ private routerLinkDirective?;
1294
+ constructor(locationStrategy: LocationStrategy, elementRef: ElementRef, router: Router, renderer: Renderer2, routerLinkDirective?: RouterLink | undefined);
1295
+ onClick(event: UIEvent): void;
1296
+ routerLink?: any;
1297
+ queryParams?: any;
1298
+ fragment?: any;
1299
+ queryParamsHandling?: any;
1300
+ relativeTo?: any;
1301
+ ngOnInit(): void;
1302
+ ngOnChanges(): void;
1303
+ private updateTargetUrlAndHref;
1304
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixRouterLinkDirective, [null, null, null, null, { optional: true; }]>;
1305
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SixRouterLinkDirective, "six-sidebar-item[routerLink],six-sidebar-item-group[routerLink],six-button[routerLink],six-icon-button[routerLink]", never, { "routerLink": { "alias": "routerLink"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; "fragment": { "alias": "fragment"; "required": false; }; "queryParamsHandling": { "alias": "queryParamsHandling"; "required": false; }; "relativeTo": { "alias": "relativeTo"; "required": false; }; }, {}, never, never, false, never>;
1306
+ }
1307
+
1308
+ /**
1309
+ * Enables Angular router integration for the six-sidebar component.
1310
+ *
1311
+ * When this directive is added to a six-sidebar component using the 'sixRouterLinkActive' attribute,
1312
+ * it activates automatic route-based selection for sidebar items and groups.
1313
+ *
1314
+ * @recommended Add this directive to enable automatic route-based navigation in sidebars.
1315
+ *
1316
+ * @example
1317
+ * ```html
1318
+ * <six-sidebar sixRouterLinkActive>
1319
+ * <six-sidebar-item routerLink="/home">Home</six-sidebar-item>
1320
+ * <six-sidebar-item-group>
1321
+ * <six-sidebar-item routerLink="/settings/profile">Profile</six-sidebar-item>
1322
+ * </six-sidebar-item-group>
1323
+ * </six-sidebar>
1324
+ * ```
1325
+ */
1326
+ declare class ActiveSidebarDirective {
1327
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActiveSidebarDirective, never>;
1328
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveSidebarDirective, "six-sidebar[sixRouterLinkActive]", never, {}, {}, never, never, false, never>;
1329
+ }
1330
+ /**
1331
+ * Enhances six-sidebar-item with Angular router integration.
1332
+ *
1333
+ * This directive automatically manages the 'selected' state of sidebar items based on the current route.
1334
+ * When used with ActiveSidebarDirective, it switches from manual selection to route-based selection.
1335
+ *
1336
+ * @requires RouterLinkActive
1337
+ * @optional ActiveSidebarDirective - If present, enables route-based selection
1338
+ */
1339
+ declare class ActiveSidebarItemDirective {
1340
+ private routerLinkActive;
1341
+ private sidebarItem;
1342
+ private activeSidebarDirective;
1343
+ get selected(): boolean;
1344
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActiveSidebarItemDirective, never>;
1345
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveSidebarItemDirective, "six-sidebar-item", never, {}, {}, never, never, false, [{ directive: typeof i1.RouterLinkActive; inputs: {}; outputs: {}; }]>;
1346
+ }
1347
+ /**
1348
+ * Enhances six-sidebar-item-group with Angular router integration.
1349
+ *
1350
+ * This directive automatically manages the 'open' state of sidebar groups based on the active route.
1351
+ * When a child route is active, the group automatically expands to show the active item.
1352
+ *
1353
+ * @requires RouterLinkActive
1354
+ * @optional ActiveSidebarDirective - If present, enables route-based expansion
1355
+ */
1356
+ declare class ActiveSidebarItemGroupDirective {
1357
+ private routerLinkActive;
1358
+ private sidebarItemGroup;
1359
+ private activeSidebarDirective;
1360
+ private sidebarItems;
1361
+ get open(): boolean;
1362
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActiveSidebarItemGroupDirective, never>;
1363
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActiveSidebarItemGroupDirective, "six-sidebar-item-group", never, {}, {}, ["sidebarItems"], never, false, [{ directive: typeof i1.RouterLinkActive; inputs: {}; outputs: {}; }]>;
1364
+ }
1365
+
1366
+ declare class UiLibraryAngularModule {
1367
+ static forRoot<T extends ValidationMessagesService>(customValidationMessagesService?: Type<T>, config?: UiLibraryConfig): ModuleWithProviders<UiLibraryAngularModule>;
1368
+ static ɵfac: i0.ɵɵFactoryDeclaration<UiLibraryAngularModule, never>;
1369
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiLibraryAngularModule, [typeof SixAlert, typeof SixAvatar, typeof SixBadge, typeof SixBreadcrumbs, typeof SixBreadcrumbsItem, typeof SixButton, typeof SixCard, typeof SixCheckbox, typeof SixDate, typeof SixDatepicker, typeof SixDetails, typeof SixDialog, typeof SixDrawer, typeof SixDropdown, typeof SixError, typeof SixErrorPage, typeof SixFileList, typeof SixFileListItem, typeof SixFileUpload, typeof SixFooter, typeof SixGroupLabel, typeof SixHeader, typeof SixHeaderDropdownItem, typeof SixHeaderItem, typeof SixHeaderMenuButton, typeof SixIcon, typeof SixIconButton, typeof SixInput, typeof SixItemPicker, typeof SixLanguageSwitcher, typeof SixLayoutGrid, typeof SixLogo, typeof SixMainContainer, typeof SixMenu, typeof SixMenuDivider, typeof SixMenuItem, typeof SixMenuLabel, typeof SixPicto, typeof SixProgressBar, typeof SixProgressRing, typeof SixRadio, typeof SixRange, typeof SixRating, typeof SixRoot, typeof SixSearchField, typeof SixSelect, typeof SixSidebar, typeof SixSidebarItem, typeof SixSidebarItemGroup, typeof SixSpinner, typeof SixStageIndicator, typeof SixSwitch, typeof SixTab, typeof SixTabGroup, typeof SixTabPanel, typeof SixTag, typeof SixTextarea, typeof SixTile, typeof SixTimepicker, typeof SixTooltip, typeof TextValueAccessor, typeof NumericValueAccessor, typeof RadioValueAccessor, typeof DatepickerValueAccessor, typeof DateValueAccessor, typeof TimepickerValueAccessor, typeof SelectValueAccessor, typeof CheckboxValueAccessor, typeof CheckboxMultiSelectValueAccessor, typeof SixCheckboxGroupDirective, typeof SwitchValueAccessor, typeof RangeValueAccessor, typeof MinValidator, typeof MaxValidator, typeof MinDateValidator, typeof MaxDateValidator, typeof AllowedDatesValidator, typeof MinDateValidatorIso, typeof MaxDateValidatorIso, typeof AllowedDatesValidatorIso, typeof SixFormDirective, typeof SixFormUtilDirective, typeof SixRouterLinkDirective, typeof ActiveSidebarItemDirective, typeof ActiveSidebarItemGroupDirective, typeof ActiveSidebarDirective], never, [typeof SixAlert, typeof SixAvatar, typeof SixBadge, typeof SixBreadcrumbs, typeof SixBreadcrumbsItem, typeof SixButton, typeof SixCard, typeof SixCheckbox, typeof SixDate, typeof SixDatepicker, typeof SixDetails, typeof SixDialog, typeof SixDrawer, typeof SixDropdown, typeof SixError, typeof SixErrorPage, typeof SixFileList, typeof SixFileListItem, typeof SixFileUpload, typeof SixFooter, typeof SixGroupLabel, typeof SixHeader, typeof SixHeaderDropdownItem, typeof SixHeaderItem, typeof SixHeaderMenuButton, typeof SixIcon, typeof SixIconButton, typeof SixInput, typeof SixItemPicker, typeof SixLanguageSwitcher, typeof SixLayoutGrid, typeof SixLogo, typeof SixMainContainer, typeof SixMenu, typeof SixMenuDivider, typeof SixMenuItem, typeof SixMenuLabel, typeof SixPicto, typeof SixProgressBar, typeof SixProgressRing, typeof SixRadio, typeof SixRange, typeof SixRating, typeof SixRoot, typeof SixSearchField, typeof SixSelect, typeof SixSidebar, typeof SixSidebarItem, typeof SixSidebarItemGroup, typeof SixSpinner, typeof SixStageIndicator, typeof SixSwitch, typeof SixTab, typeof SixTabGroup, typeof SixTabPanel, typeof SixTag, typeof SixTextarea, typeof SixTile, typeof SixTimepicker, typeof SixTooltip, typeof TextValueAccessor, typeof NumericValueAccessor, typeof RadioValueAccessor, typeof DatepickerValueAccessor, typeof DateValueAccessor, typeof TimepickerValueAccessor, typeof SelectValueAccessor, typeof CheckboxValueAccessor, typeof CheckboxMultiSelectValueAccessor, typeof SixCheckboxGroupDirective, typeof SwitchValueAccessor, typeof RangeValueAccessor, typeof MinValidator, typeof MaxValidator, typeof MinDateValidator, typeof MaxDateValidator, typeof AllowedDatesValidator, typeof MinDateValidatorIso, typeof MaxDateValidatorIso, typeof AllowedDatesValidatorIso, typeof SixFormDirective, typeof SixFormUtilDirective, typeof SixRouterLinkDirective, typeof ActiveSidebarItemDirective, typeof ActiveSidebarItemGroupDirective, typeof ActiveSidebarDirective]>;
1370
+ static ɵinj: i0.ɵɵInjectorDeclaration<UiLibraryAngularModule>;
1371
+ }
1372
+
1373
+ declare const DIRECTIVES: (typeof SixAlert | typeof SixAvatar | typeof SixBadge | typeof SixBreadcrumbs | typeof SixBreadcrumbsItem | typeof SixButton | typeof SixCard | typeof SixCheckbox | typeof SixDate | typeof SixDatepicker | typeof SixDetails | typeof SixDialog | typeof SixDrawer | typeof SixDropdown | typeof SixError | typeof SixErrorPage | typeof SixFileList | typeof SixFileListItem | typeof SixFileUpload | typeof SixFooter | typeof SixGroupLabel | typeof SixHeader | typeof SixHeaderDropdownItem | typeof SixHeaderItem | typeof SixHeaderMenuButton | typeof SixIcon | typeof SixIconButton | typeof SixInput | typeof SixItemPicker | typeof SixLanguageSwitcher | typeof SixLayoutGrid | typeof SixLogo | typeof SixMainContainer | typeof SixMenu | typeof SixMenuDivider | typeof SixMenuItem | typeof SixMenuLabel | typeof SixPicto | typeof SixProgressBar | typeof SixProgressRing | typeof SixRadio | typeof SixRange | typeof SixRating | typeof SixRoot | typeof SixSearchField | typeof SixSelect | typeof SixSidebar | typeof SixSidebarItem | typeof SixSidebarItemGroup | typeof SixSpinner | typeof SixStageIndicator | typeof SixSwitch | typeof SixTab | typeof SixTabGroup | typeof SixTabPanel | typeof SixTag | typeof SixTextarea | typeof SixTile | typeof SixTimepicker | typeof SixTooltip)[];
1374
+
1375
+ declare class AlertService {
1376
+ private ngZone;
1377
+ /**
1378
+ * Displays an alert as a toast notification.
1379
+ */
1380
+ showAlert(message: string, alertType?: AlertType, duration?: number, iconName?: string): void;
1381
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
1382
+ static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
1383
+ }
1384
+
1385
+ 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 };