@six-group/ui-library-angular 0.0.0-insider.fa8b667 → 0.0.0-insider.faf050a

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 (49) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +6 -22
  3. package/esm2022/lib/control-value-accessors/checkbox-value-accessor.mjs +41 -0
  4. package/esm2022/lib/control-value-accessors/datepicker-value-accessor.mjs +37 -0
  5. package/esm2022/lib/control-value-accessors/numeric-value-accessor.mjs +42 -0
  6. package/{esm2020 → esm2022}/lib/control-value-accessors/radio-value-accessor.mjs +10 -10
  7. package/{esm2020 → esm2022}/lib/control-value-accessors/range-value-accessor.mjs +10 -10
  8. package/esm2022/lib/control-value-accessors/select-value-accessor.mjs +37 -0
  9. package/esm2022/lib/control-value-accessors/switch-value-accessor.mjs +41 -0
  10. package/esm2022/lib/control-value-accessors/text-value-accessor.mjs +37 -0
  11. package/esm2022/lib/control-value-accessors/timepicker-value-accessor.mjs +37 -0
  12. package/esm2022/lib/control-value-accessors/value-accessor.mjs +145 -0
  13. package/{esm2020 → esm2022}/lib/form/six-form.directive.mjs +7 -7
  14. package/esm2022/lib/link/six-router-link.directive.mjs +47 -0
  15. package/{esm2020 → esm2022}/lib/services/validation-messages.service.mjs +4 -4
  16. package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +59 -0
  17. package/esm2022/lib/stencil-generated/components.mjs +1319 -0
  18. package/esm2022/lib/stencil-generated/index.mjs +57 -0
  19. package/esm2022/lib/ui-library-angular.module.mjs +135 -0
  20. package/esm2022/lib/validators/six-ui-library-validators.mjs +122 -0
  21. package/{esm2020 → esm2022}/public-api.mjs +3 -1
  22. package/{fesm2020 → fesm2022}/six-group-ui-library-angular.mjs +437 -347
  23. package/fesm2022/six-group-ui-library-angular.mjs.map +1 -0
  24. package/lib/control-value-accessors/radio-value-accessor.d.ts +1 -1
  25. package/lib/control-value-accessors/value-accessor.d.ts +1 -1
  26. package/lib/link/six-router-link.directive.d.ts +24 -0
  27. package/lib/stencil-generated/components.d.ts +56 -47
  28. package/lib/stencil-generated/index.d.ts +1 -1
  29. package/lib/ui-library-angular.module.d.ts +2 -1
  30. package/lib/validators/six-ui-library-validators.d.ts +7 -7
  31. package/package.json +11 -11
  32. package/public-api.d.ts +1 -0
  33. package/esm2020/lib/control-value-accessors/checkbox-value-accessor.mjs +0 -41
  34. package/esm2020/lib/control-value-accessors/datepicker-value-accessor.mjs +0 -37
  35. package/esm2020/lib/control-value-accessors/numeric-value-accessor.mjs +0 -42
  36. package/esm2020/lib/control-value-accessors/select-value-accessor.mjs +0 -37
  37. package/esm2020/lib/control-value-accessors/switch-value-accessor.mjs +0 -41
  38. package/esm2020/lib/control-value-accessors/text-value-accessor.mjs +0 -37
  39. package/esm2020/lib/control-value-accessors/timepicker-value-accessor.mjs +0 -37
  40. package/esm2020/lib/control-value-accessors/value-accessor.mjs +0 -143
  41. package/esm2020/lib/stencil-generated/angular-component-lib/utils.mjs +0 -51
  42. package/esm2020/lib/stencil-generated/components.mjs +0 -1349
  43. package/esm2020/lib/stencil-generated/index.mjs +0 -56
  44. package/esm2020/lib/ui-library-angular.module.mjs +0 -127
  45. package/esm2020/lib/validators/six-ui-library-validators.mjs +0 -116
  46. package/fesm2015/six-group-ui-library-angular.mjs +0 -2262
  47. package/fesm2015/six-group-ui-library-angular.mjs.map +0 -1
  48. package/fesm2020/six-group-ui-library-angular.mjs.map +0 -1
  49. /package/{esm2020 → esm2022}/six-group-ui-library-angular.mjs +0 -0
@@ -47,7 +47,7 @@ export declare class SetAttributes {
47
47
  protected el: HTMLElement;
48
48
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<SetAttributes, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<SetAttributes, "set-attributes", never, { "value": "value"; }, {}, never, ["*"], false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<SetAttributes, "set-attributes", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
51
51
  }
52
52
  export declare interface SetAttributes extends Components.SetAttributes {
53
53
  }
@@ -56,7 +56,7 @@ export declare class SixAlert {
56
56
  protected el: HTMLElement;
57
57
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<SixAlert, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<SixAlert, "six-alert", never, { "closable": "closable"; "duration": "duration"; "open": "open"; "type": "type"; }, {}, never, ["*"], false, never>;
59
+ 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; }; }, {}, never, ["*"], false, never>;
60
60
  }
61
61
  export declare interface SixAlert extends Components.SixAlert {
62
62
  /**
@@ -81,7 +81,7 @@ export declare class SixAvatar {
81
81
  protected el: HTMLElement;
82
82
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<SixAvatar, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<SixAvatar, "six-avatar", never, { "alt": "alt"; "image": "image"; "initials": "initials"; "shape": "shape"; }, {}, never, ["*"], false, never>;
84
+ 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>;
85
85
  }
86
86
  export declare interface SixAvatar extends Components.SixAvatar {
87
87
  }
@@ -90,7 +90,7 @@ export declare class SixBadge {
90
90
  protected el: HTMLElement;
91
91
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<SixBadge, never>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<SixBadge, "six-badge", never, { "pill": "pill"; "pulse": "pulse"; "type": "type"; }, {}, never, ["*"], false, never>;
93
+ 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>;
94
94
  }
95
95
  export declare interface SixBadge extends Components.SixBadge {
96
96
  }
@@ -99,7 +99,7 @@ export declare class SixButton {
99
99
  protected el: HTMLElement;
100
100
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
101
101
  static ɵfac: i0.ɵɵFactoryDeclaration<SixButton, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<SixButton, "six-button", never, { "caret": "caret"; "circle": "circle"; "disabled": "disabled"; "download": "download"; "href": "href"; "loading": "loading"; "name": "name"; "pill": "pill"; "reset": "reset"; "size": "size"; "submit": "submit"; "target": "target"; "type": "type"; "value": "value"; }, {}, never, ["*"], false, never>;
102
+ 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; }; }, {}, never, ["*"], false, never>;
103
103
  }
104
104
  export declare interface SixButton extends Components.SixButton {
105
105
  /**
@@ -125,7 +125,7 @@ export declare class SixCheckbox {
125
125
  protected el: HTMLElement;
126
126
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
127
127
  static ɵfac: i0.ɵɵFactoryDeclaration<SixCheckbox, never>;
128
- static ɵcmp: i0.ɵɵComponentDeclaration<SixCheckbox, "six-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "errorText": "errorText"; "indeterminate": "indeterminate"; "invalid": "invalid"; "label": "label"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false, never>;
128
+ 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; }; }, {}, never, ["*"], false, never>;
129
129
  }
130
130
  export declare interface SixCheckbox extends Components.SixCheckbox {
131
131
  /**
@@ -146,7 +146,7 @@ export declare class SixDatepicker {
146
146
  protected el: HTMLElement;
147
147
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
148
148
  static ɵfac: i0.ɵɵFactoryDeclaration<SixDatepicker, never>;
149
- static ɵcmp: i0.ɵɵComponentDeclaration<SixDatepicker, "six-datepicker", never, { "allowedDates": "allowedDates"; "clearable": "clearable"; "closeOnSelect": "closeOnSelect"; "containingElement": "containingElement"; "dateFormat": "dateFormat"; "debounce": "debounce"; "defaultDate": "defaultDate"; "disabled": "disabled"; "errorText": "errorText"; "hoist": "hoist"; "iconPosition": "iconPosition"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "locale": "locale"; "max": "max"; "min": "min"; "name": "name"; "open": "open"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "size": "size"; "type": "type"; "value": "value"; }, {}, never, ["*"], false, never>;
149
+ 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; }; }, {}, never, ["*"], false, never>;
150
150
  }
151
151
  export declare interface SixDatepicker extends Components.SixDatepicker {
152
152
  /**
@@ -167,7 +167,7 @@ export declare class SixDetails {
167
167
  protected el: HTMLElement;
168
168
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
169
169
  static ɵfac: i0.ɵɵFactoryDeclaration<SixDetails, never>;
170
- static ɵcmp: i0.ɵɵComponentDeclaration<SixDetails, "six-details", never, { "disabled": "disabled"; "hasContent": "hasContent"; "inline": "inline"; "open": "open"; "selectableEmpty": "selectableEmpty"; "summary": "summary"; "summaryIcon": "summaryIcon"; "summaryIconSize": "summaryIconSize"; }, {}, never, ["*"], false, never>;
170
+ 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; }; }, {}, never, ["*"], false, never>;
171
171
  }
172
172
  export declare interface SixDetails extends Components.SixDetails {
173
173
  /**
@@ -192,7 +192,7 @@ export declare class SixDialog {
192
192
  protected el: HTMLElement;
193
193
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
194
194
  static ɵfac: i0.ɵɵFactoryDeclaration<SixDialog, never>;
195
- static ɵcmp: i0.ɵɵComponentDeclaration<SixDialog, "six-dialog", never, { "label": "label"; "noHeader": "noHeader"; "open": "open"; }, {}, never, ["*"], false, never>;
195
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixDialog, "six-dialog", never, { "label": { "alias": "label"; "required": false; }; "noHeader": { "alias": "noHeader"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, never, ["*"], false, never>;
196
196
  }
197
197
  export declare interface SixDialog extends Components.SixDialog {
198
198
  /**
@@ -226,7 +226,7 @@ export declare class SixDrawer {
226
226
  protected el: HTMLElement;
227
227
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
228
228
  static ɵfac: i0.ɵɵFactoryDeclaration<SixDrawer, never>;
229
- static ɵcmp: i0.ɵɵComponentDeclaration<SixDrawer, "six-drawer", never, { "contained": "contained"; "label": "label"; "noHeader": "noHeader"; "open": "open"; "placement": "placement"; }, {}, never, ["*"], false, never>;
229
+ 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; }; }, {}, never, ["*"], false, never>;
230
230
  }
231
231
  export declare interface SixDrawer extends Components.SixDrawer {
232
232
  /**
@@ -260,7 +260,7 @@ export declare class SixDropdown {
260
260
  protected el: HTMLElement;
261
261
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
262
262
  static ɵfac: i0.ɵɵFactoryDeclaration<SixDropdown, never>;
263
- static ɵcmp: i0.ɵɵComponentDeclaration<SixDropdown, "six-dropdown", never, { "asyncFilter": "asyncFilter"; "autofocusFilter": "autofocusFilter"; "closeOnSelect": "closeOnSelect"; "containingElement": "containingElement"; "disableHideOnEnterAndSpace": "disableHideOnEnterAndSpace"; "distance": "distance"; "filter": "filter"; "filterDebounce": "filterDebounce"; "filterPlaceholder": "filterPlaceholder"; "hoist": "hoist"; "open": "open"; "options": "options"; "placement": "placement"; "skidding": "skidding"; "virtualScroll": "virtualScroll"; }, {}, never, ["*"], false, never>;
263
+ 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; }; "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; }; "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; }; }, {}, never, ["*"], false, never>;
264
264
  }
265
265
  export declare interface SixDropdown extends Components.SixDropdown {
266
266
  /**
@@ -292,12 +292,21 @@ export declare interface SixDropdown extends Components.SixDropdown {
292
292
  */
293
293
  'six-dropdown-scroll': EventEmitter<CustomEvent<ISixDropdownSixDropdownScrollPayload>>;
294
294
  }
295
+ export declare class SixError {
296
+ protected z: NgZone;
297
+ protected el: HTMLElement;
298
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
299
+ static ɵfac: i0.ɵɵFactoryDeclaration<SixError, never>;
300
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixError, "six-error", never, {}, {}, never, ["*"], false, never>;
301
+ }
302
+ export declare interface SixError extends Components.SixError {
303
+ }
295
304
  export declare class SixErrorPage {
296
305
  protected z: NgZone;
297
306
  protected el: HTMLElement;
298
307
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
299
308
  static ɵfac: i0.ɵɵFactoryDeclaration<SixErrorPage, never>;
300
- static ɵcmp: i0.ɵɵComponentDeclaration<SixErrorPage, "six-error-page", never, { "customDescription": "customDescription"; "customIcon": "customIcon"; "customTitle": "customTitle"; "errorCode": "errorCode"; "language": "language"; }, {}, never, ["*"], false, never>;
309
+ 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>;
301
310
  }
302
311
  export declare interface SixErrorPage extends Components.SixErrorPage {
303
312
  }
@@ -315,7 +324,7 @@ export declare class SixFileListItem {
315
324
  protected el: HTMLElement;
316
325
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
317
326
  static ɵfac: i0.ɵɵFactoryDeclaration<SixFileListItem, never>;
318
- static ɵcmp: i0.ɵɵComponentDeclaration<SixFileListItem, "six-file-list-item", never, { "date": "date"; "identifier": "identifier"; "name": "name"; "nodelete": "nodelete"; "nodownload": "nodownload"; "size": "size"; }, {}, never, ["*"], false, never>;
327
+ 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; }; }, {}, never, ["*"], false, never>;
319
328
  }
320
329
  export declare interface SixFileListItem extends Components.SixFileListItem {
321
330
  /**
@@ -332,7 +341,7 @@ export declare class SixFileUpload {
332
341
  protected el: HTMLElement;
333
342
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
334
343
  static ɵfac: i0.ɵɵFactoryDeclaration<SixFileUpload, never>;
335
- static ɵcmp: i0.ɵɵComponentDeclaration<SixFileUpload, "six-file-upload", never, { "accept": "accept"; "compact": "compact"; "disabled": "disabled"; "label": "label"; "maxFileSize": "maxFileSize"; "multiple": "multiple"; }, {}, never, ["*"], false, never>;
344
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixFileUpload, "six-file-upload", never, { "accept": { "alias": "accept"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; }, {}, never, ["*"], false, never>;
336
345
  }
337
346
  export declare interface SixFileUpload extends Components.SixFileUpload {
338
347
  /**
@@ -358,7 +367,7 @@ export declare class SixGroupLabel {
358
367
  protected el: HTMLElement;
359
368
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
360
369
  static ɵfac: i0.ɵɵFactoryDeclaration<SixGroupLabel, never>;
361
- static ɵcmp: i0.ɵɵComponentDeclaration<SixGroupLabel, "six-group-label", never, { "disabled": "disabled"; "helpText": "helpText"; "label": "label"; "required": "required"; "size": "size"; }, {}, never, ["*"], false, never>;
370
+ 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>;
362
371
  }
363
372
  export declare interface SixGroupLabel extends Components.SixGroupLabel {
364
373
  }
@@ -367,7 +376,7 @@ export declare class SixHeader {
367
376
  protected el: HTMLElement;
368
377
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
369
378
  static ɵfac: i0.ɵɵFactoryDeclaration<SixHeader, never>;
370
- static ɵcmp: i0.ɵɵComponentDeclaration<SixHeader, "six-header", never, { "clickableLogo": "clickableLogo"; "openHamburgerMenu": "openHamburgerMenu"; "openSearch": "openSearch"; "shiftContent": "shiftContent"; }, {}, never, ["*"], false, never>;
379
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixHeader, "six-header", never, { "clickableLogo": { "alias": "clickableLogo"; "required": false; }; "openHamburgerMenu": { "alias": "openHamburgerMenu"; "required": false; }; "openSearch": { "alias": "openSearch"; "required": false; }; "shiftContent": { "alias": "shiftContent"; "required": false; }; }, {}, never, ["*"], false, never>;
371
380
  }
372
381
  export declare interface SixHeader extends Components.SixHeader {
373
382
  /**
@@ -400,7 +409,7 @@ export declare class SixIcon {
400
409
  protected el: HTMLElement;
401
410
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
402
411
  static ɵfac: i0.ɵɵFactoryDeclaration<SixIcon, never>;
403
- static ɵcmp: i0.ɵɵComponentDeclaration<SixIcon, "six-icon", never, { "filled": "filled"; "size": "size"; }, {}, never, ["*"], false, never>;
412
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixIcon, "six-icon", never, { "filled": { "alias": "filled"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
404
413
  }
405
414
  export declare interface SixIcon extends Components.SixIcon {
406
415
  }
@@ -409,7 +418,7 @@ export declare class SixIconButton {
409
418
  protected el: HTMLElement;
410
419
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
411
420
  static ɵfac: i0.ɵɵFactoryDeclaration<SixIconButton, never>;
412
- static ɵcmp: i0.ɵɵComponentDeclaration<SixIconButton, "six-icon-button", never, { "disabled": "disabled"; "html": "html"; "label": "label"; "name": "name"; "size": "size"; }, {}, never, ["*"], false, never>;
421
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixIconButton, "six-icon-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "html": { "alias": "html"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
413
422
  }
414
423
  export declare interface SixIconButton extends Components.SixIconButton {
415
424
  }
@@ -418,7 +427,7 @@ export declare class SixInput {
418
427
  protected el: HTMLElement;
419
428
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
420
429
  static ɵfac: i0.ɵɵFactoryDeclaration<SixInput, never>;
421
- static ɵcmp: i0.ɵɵComponentDeclaration<SixInput, "six-input", never, { "autocapitalize": "autocapitalize"; "autocomplete": "autocomplete"; "autocorrect": "autocorrect"; "autofocus": "autofocus"; "clearable": "clearable"; "disabled": "disabled"; "errorText": "errorText"; "helpText": "helpText"; "inputmode": "inputmode"; "invalid": "invalid"; "label": "label"; "line": "line"; "max": "max"; "maxlength": "maxlength"; "min": "min"; "minlength": "minlength"; "name": "name"; "pattern": "pattern"; "pill": "pill"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "size": "size"; "spellcheck": "spellcheck"; "step": "step"; "togglePassword": "togglePassword"; "type": "type"; "value": "value"; }, {}, never, ["*"], false, never>;
430
+ 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; }; "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; }; }, {}, never, ["*"], false, never>;
422
431
  }
423
432
  export declare interface SixInput extends Components.SixInput {
424
433
  /**
@@ -447,7 +456,7 @@ export declare class SixItemPicker {
447
456
  protected el: HTMLElement;
448
457
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
449
458
  static ɵfac: i0.ɵɵFactoryDeclaration<SixItemPicker, never>;
450
- static ɵcmp: i0.ɵɵComponentDeclaration<SixItemPicker, "six-item-picker", never, { "debounce": "debounce"; "interval": "interval"; "items": "items"; "max": "max"; "min": "min"; "padded": "padded"; "paddingChar": "paddingChar"; "paddingDirection": "paddingDirection"; "paddingLength": "paddingLength"; "roundtrip": "roundtrip"; "step": "step"; "timeout": "timeout"; "type": "type"; "value": "value"; }, {}, never, ["*"], false, never>;
459
+ 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; }; }, {}, never, ["*"], false, never>;
451
460
  }
452
461
  export declare interface SixItemPicker extends Components.SixItemPicker {
453
462
  /**
@@ -464,7 +473,7 @@ export declare class SixLanguageSwitcher {
464
473
  protected el: HTMLElement;
465
474
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
466
475
  static ɵfac: i0.ɵɵFactoryDeclaration<SixLanguageSwitcher, never>;
467
- static ɵcmp: i0.ɵɵComponentDeclaration<SixLanguageSwitcher, "six-language-switcher", never, { "languages": "languages"; "selected": "selected"; }, {}, never, ["*"], false, never>;
476
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixLanguageSwitcher, "six-language-switcher", never, { "languages": { "alias": "languages"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], false, never>;
468
477
  }
469
478
  export declare interface SixLanguageSwitcher extends Components.SixLanguageSwitcher {
470
479
  /**
@@ -477,7 +486,7 @@ export declare class SixLayoutGrid {
477
486
  protected el: HTMLElement;
478
487
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
479
488
  static ɵfac: i0.ɵɵFactoryDeclaration<SixLayoutGrid, never>;
480
- static ɵcmp: i0.ɵɵComponentDeclaration<SixLayoutGrid, "six-layout-grid", never, { "columns": "columns"; }, {}, never, ["*"], false, never>;
489
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixLayoutGrid, "six-layout-grid", never, { "columns": { "alias": "columns"; "required": false; }; }, {}, never, ["*"], false, never>;
481
490
  }
482
491
  export declare interface SixLayoutGrid extends Components.SixLayoutGrid {
483
492
  }
@@ -486,7 +495,7 @@ export declare class SixMainContainer {
486
495
  protected el: HTMLElement;
487
496
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
488
497
  static ɵfac: i0.ɵɵFactoryDeclaration<SixMainContainer, never>;
489
- static ɵcmp: i0.ɵɵComponentDeclaration<SixMainContainer, "six-main-container", never, { "padded": "padded"; }, {}, never, ["*"], false, never>;
498
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMainContainer, "six-main-container", never, { "padded": { "alias": "padded"; "required": false; }; }, {}, never, ["*"], false, never>;
490
499
  }
491
500
  export declare interface SixMainContainer extends Components.SixMainContainer {
492
501
  }
@@ -495,7 +504,7 @@ export declare class SixMenu {
495
504
  protected el: HTMLElement;
496
505
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
497
506
  static ɵfac: i0.ɵɵFactoryDeclaration<SixMenu, never>;
498
- static ɵcmp: i0.ɵɵComponentDeclaration<SixMenu, "six-menu", never, { "itemSize": "itemSize"; "items": "items"; "itemsShown": "itemsShown"; "removeBoxShadow": "removeBoxShadow"; "scrollingDebounce": "scrollingDebounce"; "virtualScroll": "virtualScroll"; }, {}, never, ["*"], false, never>;
507
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMenu, "six-menu", never, { "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; }; }, {}, never, ["*"], false, never>;
499
508
  }
500
509
  export declare interface SixMenu extends Components.SixMenu {
501
510
  /**
@@ -517,7 +526,7 @@ export declare class SixMenuItem {
517
526
  protected el: HTMLElement;
518
527
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
519
528
  static ɵfac: i0.ɵɵFactoryDeclaration<SixMenuItem, never>;
520
- static ɵcmp: i0.ɵɵComponentDeclaration<SixMenuItem, "six-menu-item", never, { "checked": "checked"; "disabled": "disabled"; "value": "value"; }, {}, never, ["*"], false, never>;
529
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixMenuItem, "six-menu-item", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
521
530
  }
522
531
  export declare interface SixMenuItem extends Components.SixMenuItem {
523
532
  }
@@ -535,7 +544,7 @@ export declare class SixPicto {
535
544
  protected el: HTMLElement;
536
545
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
537
546
  static ɵfac: i0.ɵɵFactoryDeclaration<SixPicto, never>;
538
- static ɵcmp: i0.ɵɵComponentDeclaration<SixPicto, "six-picto", never, { "size": "size"; }, {}, never, ["*"], false, never>;
547
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixPicto, "six-picto", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
539
548
  }
540
549
  export declare interface SixPicto extends Components.SixPicto {
541
550
  }
@@ -544,7 +553,7 @@ export declare class SixProgressBar {
544
553
  protected el: HTMLElement;
545
554
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
546
555
  static ɵfac: i0.ɵɵFactoryDeclaration<SixProgressBar, never>;
547
- static ɵcmp: i0.ɵɵComponentDeclaration<SixProgressBar, "six-progress-bar", never, { "indeterminate": "indeterminate"; "percentage": "percentage"; }, {}, never, ["*"], false, never>;
556
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixProgressBar, "six-progress-bar", never, { "indeterminate": { "alias": "indeterminate"; "required": false; }; "percentage": { "alias": "percentage"; "required": false; }; }, {}, never, ["*"], false, never>;
548
557
  }
549
558
  export declare interface SixProgressBar extends Components.SixProgressBar {
550
559
  }
@@ -553,7 +562,7 @@ export declare class SixProgressRing {
553
562
  protected el: HTMLElement;
554
563
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
555
564
  static ɵfac: i0.ɵɵFactoryDeclaration<SixProgressRing, never>;
556
- static ɵcmp: i0.ɵɵComponentDeclaration<SixProgressRing, "six-progress-ring", never, { "percentage": "percentage"; "size": "size"; "strokeWidth": "strokeWidth"; }, {}, never, ["*"], false, never>;
565
+ 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>;
557
566
  }
558
567
  export declare interface SixProgressRing extends Components.SixProgressRing {
559
568
  }
@@ -562,7 +571,7 @@ export declare class SixRadio {
562
571
  protected el: HTMLElement;
563
572
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
564
573
  static ɵfac: i0.ɵɵFactoryDeclaration<SixRadio, never>;
565
- static ɵcmp: i0.ɵɵComponentDeclaration<SixRadio, "six-radio", never, { "checked": "checked"; "disabled": "disabled"; "invalid": "invalid"; "name": "name"; "value": "value"; }, {}, never, ["*"], false, never>;
574
+ 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; }; }, {}, never, ["*"], false, never>;
566
575
  }
567
576
  export declare interface SixRadio extends Components.SixRadio {
568
577
  /**
@@ -583,7 +592,7 @@ export declare class SixRange {
583
592
  protected el: HTMLElement;
584
593
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
585
594
  static ɵfac: i0.ɵɵFactoryDeclaration<SixRange, never>;
586
- static ɵcmp: i0.ɵɵComponentDeclaration<SixRange, "six-range", never, { "disabled": "disabled"; "errorText": "errorText"; "helpText": "helpText"; "invalid": "invalid"; "label": "label"; "max": "max"; "min": "min"; "name": "name"; "required": "required"; "step": "step"; "tooltip": "tooltip"; "tooltipFormatter": "tooltipFormatter"; "value": "value"; }, {}, never, ["*"], false, never>;
595
+ 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; }; }, {}, never, ["*"], false, never>;
587
596
  }
588
597
  export declare interface SixRange extends Components.SixRange {
589
598
  /**
@@ -604,7 +613,7 @@ export declare class SixRoot {
604
613
  protected el: HTMLElement;
605
614
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
606
615
  static ɵfac: i0.ɵɵFactoryDeclaration<SixRoot, never>;
607
- static ɵcmp: i0.ɵɵComponentDeclaration<SixRoot, "six-root", never, { "breakpoint": "breakpoint"; "padded": "padded"; "stage": "stage"; "version": "version"; }, {}, never, ["*"], false, never>;
616
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixRoot, "six-root", never, { "breakpoint": { "alias": "breakpoint"; "required": false; }; "padded": { "alias": "padded"; "required": false; }; "stage": { "alias": "stage"; "required": false; }; "version": { "alias": "version"; "required": false; }; }, {}, never, ["*"], false, never>;
608
617
  }
609
618
  export declare interface SixRoot extends Components.SixRoot {
610
619
  /**
@@ -617,7 +626,7 @@ export declare class SixSearchField {
617
626
  protected el: HTMLElement;
618
627
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
619
628
  static ɵfac: i0.ɵɵFactoryDeclaration<SixSearchField, never>;
620
- static ɵcmp: i0.ɵɵComponentDeclaration<SixSearchField, "six-search-field", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "placeholder": "placeholder"; "value": "value"; }, {}, never, ["*"], false, never>;
629
+ 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; }; }, {}, never, ["*"], false, never>;
621
630
  }
622
631
  export declare interface SixSearchField extends Components.SixSearchField {
623
632
  /**
@@ -630,7 +639,7 @@ export declare class SixSelect {
630
639
  protected el: HTMLElement;
631
640
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
632
641
  static ɵfac: i0.ɵɵFactoryDeclaration<SixSelect, never>;
633
- static ɵcmp: i0.ɵɵComponentDeclaration<SixSelect, "six-select", never, { "asyncFilter": "asyncFilter"; "autocomplete": "autocomplete"; "clearable": "clearable"; "disabled": "disabled"; "errorText": "errorText"; "filter": "filter"; "filterDebounce": "filterDebounce"; "filterPlaceholder": "filterPlaceholder"; "helpText": "helpText"; "hoist": "hoist"; "inputDebounce": "inputDebounce"; "invalid": "invalid"; "label": "label"; "line": "line"; "maxTagsVisible": "maxTagsVisible"; "multiple": "multiple"; "name": "name"; "options": "options"; "pill": "pill"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "value": "value"; "virtualScroll": "virtualScroll"; }, {}, never, ["*"], false, never>;
642
+ 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; }; "maxTagsVisible": { "alias": "maxTagsVisible"; "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; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; }, {}, never, ["*"], false, never>;
634
643
  }
635
644
  export declare interface SixSelect extends Components.SixSelect {
636
645
  /**
@@ -651,7 +660,7 @@ export declare class SixSidebar {
651
660
  protected el: HTMLElement;
652
661
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
653
662
  static ɵfac: i0.ɵɵFactoryDeclaration<SixSidebar, never>;
654
- static ɵcmp: i0.ɵɵComponentDeclaration<SixSidebar, "six-sidebar", never, { "open": "open"; "position": "position"; "toggled": "toggled"; "width": "width"; }, {}, never, ["*"], false, never>;
663
+ 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; }; }, {}, never, ["*"], false, never>;
655
664
  }
656
665
  export declare interface SixSidebar extends Components.SixSidebar {
657
666
  /**
@@ -681,7 +690,7 @@ export declare class SixSidebarItem {
681
690
  protected el: HTMLElement;
682
691
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
683
692
  static ɵfac: i0.ɵɵFactoryDeclaration<SixSidebarItem, never>;
684
- static ɵcmp: i0.ɵɵComponentDeclaration<SixSidebarItem, "six-sidebar-item", never, { "disabled": "disabled"; "selected": "selected"; "value": "value"; }, {}, never, ["*"], false, never>;
693
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSidebarItem, "six-sidebar-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "href": { "alias": "href"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
685
694
  }
686
695
  export declare interface SixSidebarItem extends Components.SixSidebarItem {
687
696
  }
@@ -690,7 +699,7 @@ export declare class SixSidebarItemGroup {
690
699
  protected el: HTMLElement;
691
700
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
692
701
  static ɵfac: i0.ɵɵFactoryDeclaration<SixSidebarItemGroup, never>;
693
- static ɵcmp: i0.ɵɵComponentDeclaration<SixSidebarItemGroup, "six-sidebar-item-group", never, { "icon": "icon"; "name": "name"; "open": "open"; "summaryIcon": "summaryIcon"; "value": "value"; }, {}, never, ["*"], false, never>;
702
+ 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>;
694
703
  }
695
704
  export declare interface SixSidebarItemGroup extends Components.SixSidebarItemGroup {
696
705
  }
@@ -699,7 +708,7 @@ export declare class SixSpinner {
699
708
  protected el: HTMLElement;
700
709
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
701
710
  static ɵfac: i0.ɵɵFactoryDeclaration<SixSpinner, never>;
702
- static ɵcmp: i0.ɵɵComponentDeclaration<SixSpinner, "six-spinner", never, { "six": "six"; }, {}, never, ["*"], false, never>;
711
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixSpinner, "six-spinner", never, { "six": { "alias": "six"; "required": false; }; }, {}, never, ["*"], false, never>;
703
712
  }
704
713
  export declare interface SixSpinner extends Components.SixSpinner {
705
714
  }
@@ -708,7 +717,7 @@ export declare class SixStageIndicator {
708
717
  protected el: HTMLElement;
709
718
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
710
719
  static ɵfac: i0.ɵɵFactoryDeclaration<SixStageIndicator, never>;
711
- static ɵcmp: i0.ɵɵComponentDeclaration<SixStageIndicator, "six-stage-indicator", never, { "stage": "stage"; }, {}, never, ["*"], false, never>;
720
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixStageIndicator, "six-stage-indicator", never, { "stage": { "alias": "stage"; "required": false; }; }, {}, never, ["*"], false, never>;
712
721
  }
713
722
  export declare interface SixStageIndicator extends Components.SixStageIndicator {
714
723
  }
@@ -717,7 +726,7 @@ export declare class SixSwitch {
717
726
  protected el: HTMLElement;
718
727
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
719
728
  static ɵfac: i0.ɵɵFactoryDeclaration<SixSwitch, never>;
720
- static ɵcmp: i0.ɵɵComponentDeclaration<SixSwitch, "six-switch", never, { "checked": "checked"; "disabled": "disabled"; "errorText": "errorText"; "invalid": "invalid"; "label": "label"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false, never>;
729
+ 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; }; }, {}, never, ["*"], false, never>;
721
730
  }
722
731
  export declare interface SixSwitch extends Components.SixSwitch {
723
732
  /**
@@ -738,7 +747,7 @@ export declare class SixTab {
738
747
  protected el: HTMLElement;
739
748
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
740
749
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTab, never>;
741
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTab, "six-tab", never, { "active": "active"; "closable": "closable"; "disabled": "disabled"; "panel": "panel"; }, {}, never, ["*"], false, never>;
750
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTab, "six-tab", never, { "active": { "alias": "active"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "panel": { "alias": "panel"; "required": false; }; }, {}, never, ["*"], false, never>;
742
751
  }
743
752
  export declare interface SixTab extends Components.SixTab {
744
753
  /**
@@ -751,7 +760,7 @@ export declare class SixTabGroup {
751
760
  protected el: HTMLElement;
752
761
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
753
762
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTabGroup, never>;
754
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTabGroup, "six-tab-group", never, { "noScrollControls": "noScrollControls"; "placement": "placement"; }, {}, never, ["*"], false, never>;
763
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTabGroup, "six-tab-group", never, { "noScrollControls": { "alias": "noScrollControls"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, ["*"], false, never>;
755
764
  }
756
765
  export declare interface SixTabGroup extends Components.SixTabGroup {
757
766
  /**
@@ -768,7 +777,7 @@ export declare class SixTabPanel {
768
777
  protected el: HTMLElement;
769
778
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
770
779
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTabPanel, never>;
771
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTabPanel, "six-tab-panel", never, { "active": "active"; "name": "name"; }, {}, never, ["*"], false, never>;
780
+ static ɵcmp: i0.ɵɵComponentDeclaration<SixTabPanel, "six-tab-panel", never, { "active": { "alias": "active"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["*"], false, never>;
772
781
  }
773
782
  export declare interface SixTabPanel extends Components.SixTabPanel {
774
783
  }
@@ -777,7 +786,7 @@ export declare class SixTag {
777
786
  protected el: HTMLElement;
778
787
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
779
788
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTag, never>;
780
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTag, "six-tag", never, { "clearable": "clearable"; "pill": "pill"; "size": "size"; "type": "type"; }, {}, never, ["*"], false, never>;
789
+ 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; }; }, {}, never, ["*"], false, never>;
781
790
  }
782
791
  export declare interface SixTag extends Components.SixTag {
783
792
  /**
@@ -790,7 +799,7 @@ export declare class SixTextarea {
790
799
  protected el: HTMLElement;
791
800
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
792
801
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTextarea, never>;
793
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTextarea, "six-textarea", never, { "autocapitalize": "autocapitalize"; "autocomplete": "autocomplete"; "autocorrect": "autocorrect"; "autofocus": "autofocus"; "disabled": "disabled"; "errorText": "errorText"; "helpText": "helpText"; "inputmode": "inputmode"; "invalid": "invalid"; "label": "label"; "maxlength": "maxlength"; "minlength": "minlength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "resize": "resize"; "rows": "rows"; "size": "size"; "spellcheck": "spellcheck"; "value": "value"; }, {}, never, ["*"], false, never>;
802
+ 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; }; }, {}, never, ["*"], false, never>;
794
803
  }
795
804
  export declare interface SixTextarea extends Components.SixTextarea {
796
805
  /**
@@ -815,7 +824,7 @@ export declare class SixTile {
815
824
  protected el: HTMLElement;
816
825
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
817
826
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTile, never>;
818
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTile, "six-tile", never, { "closeable": "closeable"; "disableTooltip": "disableTooltip"; "disabled": "disabled"; "elevated": "elevated"; "iconName": "iconName"; "label": "label"; "size": "size"; }, {}, never, ["*"], false, never>;
827
+ 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; }; }, {}, never, ["*"], false, never>;
819
828
  }
820
829
  export declare interface SixTile extends Components.SixTile {
821
830
  /**
@@ -832,7 +841,7 @@ export declare class SixTimepicker {
832
841
  protected el: HTMLElement;
833
842
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
834
843
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTimepicker, never>;
835
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTimepicker, "six-timepicker", never, { "clearable": "clearable"; "debounce": "debounce"; "defaultTime": "defaultTime"; "disabled": "disabled"; "errorText": "errorText"; "format": "format"; "hoist": "hoist"; "iconPosition": "iconPosition"; "inline": "inline"; "interval": "interval"; "invalid": "invalid"; "label": "label"; "name": "name"; "open": "open"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "separator": "separator"; "size": "size"; "timeout": "timeout"; "value": "value"; }, {}, never, ["*"], false, never>;
844
+ 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; }; }, {}, never, ["*"], false, never>;
836
845
  }
837
846
  export declare interface SixTimepicker extends Components.SixTimepicker {
838
847
  /**
@@ -853,7 +862,7 @@ export declare class SixTooltip {
853
862
  protected el: HTMLElement;
854
863
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
855
864
  static ɵfac: i0.ɵɵFactoryDeclaration<SixTooltip, never>;
856
- static ɵcmp: i0.ɵɵComponentDeclaration<SixTooltip, "six-tooltip", never, { "content": "content"; "disabled": "disabled"; "distance": "distance"; "open": "open"; "placement": "placement"; "skidding": "skidding"; "trigger": "trigger"; }, {}, never, ["*"], false, never>;
865
+ 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; }; }, {}, never, ["*"], false, never>;
857
866
  }
858
867
  export declare interface SixTooltip extends Components.SixTooltip {
859
868
  /**
@@ -1,2 +1,2 @@
1
1
  import * as d from './components';
2
- export declare const DIRECTIVES: (typeof d.SetAttributes | typeof d.SixAlert | typeof d.SixAvatar | typeof d.SixBadge | typeof d.SixButton | typeof d.SixCard | typeof d.SixCheckbox | typeof d.SixDatepicker | typeof d.SixDetails | typeof d.SixDialog | typeof d.SixDrawer | typeof d.SixDropdown | typeof d.SixErrorPage | typeof d.SixFileList | typeof d.SixFileListItem | typeof d.SixFileUpload | typeof d.SixFooter | typeof d.SixGroupLabel | typeof d.SixHeader | typeof d.SixIcon | typeof d.SixIconButton | typeof d.SixInput | typeof d.SixItemPicker | typeof d.SixLanguageSwitcher | typeof d.SixLayoutGrid | typeof d.SixMainContainer | typeof d.SixMenu | typeof d.SixMenuDivider | typeof d.SixMenuItem | typeof d.SixMenuLabel | typeof d.SixPicto | typeof d.SixProgressBar | typeof d.SixProgressRing | typeof d.SixRadio | typeof d.SixRange | typeof d.SixRoot | typeof d.SixSearchField | typeof d.SixSelect | typeof d.SixSidebar | typeof d.SixSidebarItem | typeof d.SixSidebarItemGroup | typeof d.SixSpinner | typeof d.SixStageIndicator | typeof d.SixSwitch | typeof d.SixTab | typeof d.SixTabGroup | typeof d.SixTabPanel | typeof d.SixTag | typeof d.SixTextarea | typeof d.SixTile | typeof d.SixTimepicker | typeof d.SixTooltip)[];
2
+ export declare const DIRECTIVES: (typeof d.SetAttributes | typeof d.SixAlert | typeof d.SixAvatar | typeof d.SixBadge | typeof d.SixButton | typeof d.SixCard | typeof d.SixCheckbox | typeof d.SixDatepicker | typeof d.SixDetails | typeof d.SixDialog | typeof d.SixDrawer | typeof d.SixDropdown | typeof d.SixError | typeof d.SixErrorPage | typeof d.SixFileList | typeof d.SixFileListItem | typeof d.SixFileUpload | typeof d.SixFooter | typeof d.SixGroupLabel | typeof d.SixHeader | typeof d.SixIcon | typeof d.SixIconButton | typeof d.SixInput | typeof d.SixItemPicker | typeof d.SixLanguageSwitcher | typeof d.SixLayoutGrid | typeof d.SixMainContainer | typeof d.SixMenu | typeof d.SixMenuDivider | typeof d.SixMenuItem | typeof d.SixMenuLabel | typeof d.SixPicto | typeof d.SixProgressBar | typeof d.SixProgressRing | typeof d.SixRadio | typeof d.SixRange | typeof d.SixRoot | typeof d.SixSearchField | typeof d.SixSelect | typeof d.SixSidebar | typeof d.SixSidebarItem | typeof d.SixSidebarItemGroup | typeof d.SixSpinner | typeof d.SixStageIndicator | typeof d.SixSwitch | typeof d.SixTab | typeof d.SixTabGroup | typeof d.SixTabPanel | typeof d.SixTag | typeof d.SixTextarea | typeof d.SixTile | typeof d.SixTimepicker | typeof d.SixTooltip)[];
@@ -13,9 +13,10 @@ import * as i9 from "./control-value-accessors/switch-value-accessor";
13
13
  import * as i10 from "./control-value-accessors/range-value-accessor";
14
14
  import * as i11 from "./validators/six-ui-library-validators";
15
15
  import * as i12 from "./form/six-form.directive";
16
+ import * as i13 from "./link/six-router-link.directive";
16
17
  export declare class UiLibraryAngularModule {
17
18
  static forRoot<T extends ValidationMessagesService>(customValidationMessagesService?: Type<T>): ModuleWithProviders<UiLibraryAngularModule>;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<UiLibraryAngularModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiLibraryAngularModule, [typeof i1.SetAttributes, typeof i1.SixAlert, typeof i1.SixAvatar, typeof i1.SixBadge, typeof i1.SixButton, typeof i1.SixCard, typeof i1.SixCheckbox, typeof i1.SixDatepicker, typeof i1.SixDetails, typeof i1.SixDialog, typeof i1.SixDrawer, typeof i1.SixDropdown, typeof i1.SixErrorPage, typeof i1.SixFileList, typeof i1.SixFileListItem, typeof i1.SixFileUpload, typeof i1.SixFooter, typeof i1.SixGroupLabel, typeof i1.SixHeader, typeof i1.SixIcon, typeof i1.SixIconButton, typeof i1.SixInput, typeof i1.SixItemPicker, typeof i1.SixLanguageSwitcher, typeof i1.SixLayoutGrid, typeof i1.SixMainContainer, typeof i1.SixMenu, typeof i1.SixMenuDivider, typeof i1.SixMenuItem, typeof i1.SixMenuLabel, typeof i1.SixPicto, typeof i1.SixProgressBar, typeof i1.SixProgressRing, typeof i1.SixRadio, typeof i1.SixRange, typeof i1.SixRoot, typeof i1.SixSearchField, typeof i1.SixSelect, typeof i1.SixSidebar, typeof i1.SixSidebarItem, typeof i1.SixSidebarItemGroup, typeof i1.SixSpinner, typeof i1.SixStageIndicator, typeof i1.SixSwitch, typeof i1.SixTab, typeof i1.SixTabGroup, typeof i1.SixTabPanel, typeof i1.SixTag, typeof i1.SixTextarea, typeof i1.SixTile, typeof i1.SixTimepicker, typeof i1.SixTooltip, typeof i2.TextValueAccessor, typeof i3.NumericValueAccessor, typeof i4.RadioValueAccessor, typeof i5.DatepickerValueAccessor, typeof i6.TimepickerValueAccessor, typeof i7.SelectValueAccessor, typeof i8.CheckboxValueAccessor, typeof i9.SwitchValueAccessor, typeof i10.RangeValueAccessor, typeof i11.MinValidator, typeof i11.MaxValidator, typeof i11.MinDateValidator, typeof i11.MaxDateValidator, typeof i11.AllowedDatesValidator, typeof i12.SixFormDirective, typeof i12.SixFormUtilDirective], never, [typeof i1.SetAttributes, typeof i1.SixAlert, typeof i1.SixAvatar, typeof i1.SixBadge, typeof i1.SixButton, typeof i1.SixCard, typeof i1.SixCheckbox, typeof i1.SixDatepicker, typeof i1.SixDetails, typeof i1.SixDialog, typeof i1.SixDrawer, typeof i1.SixDropdown, typeof i1.SixErrorPage, typeof i1.SixFileList, typeof i1.SixFileListItem, typeof i1.SixFileUpload, typeof i1.SixFooter, typeof i1.SixGroupLabel, typeof i1.SixHeader, typeof i1.SixIcon, typeof i1.SixIconButton, typeof i1.SixInput, typeof i1.SixItemPicker, typeof i1.SixLanguageSwitcher, typeof i1.SixLayoutGrid, typeof i1.SixMainContainer, typeof i1.SixMenu, typeof i1.SixMenuDivider, typeof i1.SixMenuItem, typeof i1.SixMenuLabel, typeof i1.SixPicto, typeof i1.SixProgressBar, typeof i1.SixProgressRing, typeof i1.SixRadio, typeof i1.SixRange, typeof i1.SixRoot, typeof i1.SixSearchField, typeof i1.SixSelect, typeof i1.SixSidebar, typeof i1.SixSidebarItem, typeof i1.SixSidebarItemGroup, typeof i1.SixSpinner, typeof i1.SixStageIndicator, typeof i1.SixSwitch, typeof i1.SixTab, typeof i1.SixTabGroup, typeof i1.SixTabPanel, typeof i1.SixTag, typeof i1.SixTextarea, typeof i1.SixTile, typeof i1.SixTimepicker, typeof i1.SixTooltip, typeof i2.TextValueAccessor, typeof i3.NumericValueAccessor, typeof i4.RadioValueAccessor, typeof i5.DatepickerValueAccessor, typeof i6.TimepickerValueAccessor, typeof i7.SelectValueAccessor, typeof i8.CheckboxValueAccessor, typeof i9.SwitchValueAccessor, typeof i10.RangeValueAccessor, typeof i11.MinValidator, typeof i11.MaxValidator, typeof i11.MinDateValidator, typeof i11.MaxDateValidator, typeof i11.AllowedDatesValidator, typeof i12.SixFormDirective, typeof i12.SixFormUtilDirective]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiLibraryAngularModule, [typeof i1.SetAttributes, typeof i1.SixAlert, typeof i1.SixAvatar, typeof i1.SixBadge, typeof i1.SixButton, typeof i1.SixCard, typeof i1.SixCheckbox, typeof i1.SixDatepicker, typeof i1.SixDetails, typeof i1.SixDialog, typeof i1.SixDrawer, typeof i1.SixDropdown, typeof i1.SixError, typeof i1.SixErrorPage, typeof i1.SixFileList, typeof i1.SixFileListItem, typeof i1.SixFileUpload, typeof i1.SixFooter, typeof i1.SixGroupLabel, typeof i1.SixHeader, typeof i1.SixIcon, typeof i1.SixIconButton, typeof i1.SixInput, typeof i1.SixItemPicker, typeof i1.SixLanguageSwitcher, typeof i1.SixLayoutGrid, typeof i1.SixMainContainer, typeof i1.SixMenu, typeof i1.SixMenuDivider, typeof i1.SixMenuItem, typeof i1.SixMenuLabel, typeof i1.SixPicto, typeof i1.SixProgressBar, typeof i1.SixProgressRing, typeof i1.SixRadio, typeof i1.SixRange, typeof i1.SixRoot, typeof i1.SixSearchField, typeof i1.SixSelect, typeof i1.SixSidebar, typeof i1.SixSidebarItem, typeof i1.SixSidebarItemGroup, typeof i1.SixSpinner, typeof i1.SixStageIndicator, typeof i1.SixSwitch, typeof i1.SixTab, typeof i1.SixTabGroup, typeof i1.SixTabPanel, typeof i1.SixTag, typeof i1.SixTextarea, typeof i1.SixTile, typeof i1.SixTimepicker, typeof i1.SixTooltip, typeof i2.TextValueAccessor, typeof i3.NumericValueAccessor, typeof i4.RadioValueAccessor, typeof i5.DatepickerValueAccessor, typeof i6.TimepickerValueAccessor, typeof i7.SelectValueAccessor, typeof i8.CheckboxValueAccessor, typeof i9.SwitchValueAccessor, typeof i10.RangeValueAccessor, typeof i11.MinValidator, typeof i11.MaxValidator, typeof i11.MinDateValidator, typeof i11.MaxDateValidator, typeof i11.AllowedDatesValidator, typeof i12.SixFormDirective, typeof i12.SixFormUtilDirective, typeof i13.SixRouterLinkDirective], never, [typeof i1.SetAttributes, typeof i1.SixAlert, typeof i1.SixAvatar, typeof i1.SixBadge, typeof i1.SixButton, typeof i1.SixCard, typeof i1.SixCheckbox, typeof i1.SixDatepicker, typeof i1.SixDetails, typeof i1.SixDialog, typeof i1.SixDrawer, typeof i1.SixDropdown, typeof i1.SixError, typeof i1.SixErrorPage, typeof i1.SixFileList, typeof i1.SixFileListItem, typeof i1.SixFileUpload, typeof i1.SixFooter, typeof i1.SixGroupLabel, typeof i1.SixHeader, typeof i1.SixIcon, typeof i1.SixIconButton, typeof i1.SixInput, typeof i1.SixItemPicker, typeof i1.SixLanguageSwitcher, typeof i1.SixLayoutGrid, typeof i1.SixMainContainer, typeof i1.SixMenu, typeof i1.SixMenuDivider, typeof i1.SixMenuItem, typeof i1.SixMenuLabel, typeof i1.SixPicto, typeof i1.SixProgressBar, typeof i1.SixProgressRing, typeof i1.SixRadio, typeof i1.SixRange, typeof i1.SixRoot, typeof i1.SixSearchField, typeof i1.SixSelect, typeof i1.SixSidebar, typeof i1.SixSidebarItem, typeof i1.SixSidebarItemGroup, typeof i1.SixSpinner, typeof i1.SixStageIndicator, typeof i1.SixSwitch, typeof i1.SixTab, typeof i1.SixTabGroup, typeof i1.SixTabPanel, typeof i1.SixTag, typeof i1.SixTextarea, typeof i1.SixTile, typeof i1.SixTimepicker, typeof i1.SixTooltip, typeof i2.TextValueAccessor, typeof i3.NumericValueAccessor, typeof i4.RadioValueAccessor, typeof i5.DatepickerValueAccessor, typeof i6.TimepickerValueAccessor, typeof i7.SelectValueAccessor, typeof i8.CheckboxValueAccessor, typeof i9.SwitchValueAccessor, typeof i10.RangeValueAccessor, typeof i11.MinValidator, typeof i11.MaxValidator, typeof i11.MinDateValidator, typeof i11.MaxDateValidator, typeof i11.AllowedDatesValidator, typeof i12.SixFormDirective, typeof i12.SixFormUtilDirective, typeof i13.SixRouterLinkDirective]>;
20
21
  static ɵinj: i0.ɵɵInjectorDeclaration<UiLibraryAngularModule>;
21
22
  }