@tedi-design-system/angular 3.0.0-rc.5 → 3.1.0-tmp-main.1

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 (29) hide show
  1. package/community/components/form/file-dropzone/index.d.ts +0 -3
  2. package/community/components/form/file-dropzone/index.d.ts.map +1 -1
  3. package/community/components/form/select/multiselect.component.d.ts +2 -9
  4. package/community/components/form/select/multiselect.component.d.ts.map +1 -1
  5. package/community/components/form/select/select.component.d.ts +2 -9
  6. package/community/components/form/select/select.component.d.ts.map +1 -1
  7. package/fesm2022/tedi-design-system-angular-community.mjs +16 -42
  8. package/fesm2022/tedi-design-system-angular-community.mjs.map +1 -1
  9. package/fesm2022/tedi-design-system-angular-tedi.mjs +237 -163
  10. package/fesm2022/tedi-design-system-angular-tedi.mjs.map +1 -1
  11. package/package.json +8 -8
  12. package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts +2 -2
  13. package/tedi/components/layout/sidenav/sidenav-dropdown-item/sidenav-dropdown-item.component.d.ts.map +1 -1
  14. package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts +2 -2
  15. package/tedi/components/layout/sidenav/sidenav-item/sidenav-item.component.d.ts.map +1 -1
  16. package/tedi/components/overlay/popover/popover.component.d.ts +3 -4
  17. package/tedi/components/overlay/popover/popover.component.d.ts.map +1 -1
  18. package/tedi/components/overlay/tooltip/index.d.ts +2 -2
  19. package/tedi/components/overlay/tooltip/index.d.ts.map +1 -1
  20. package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts +21 -0
  21. package/tedi/components/overlay/tooltip/tooltip-content.component.d.ts.map +1 -0
  22. package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts +11 -0
  23. package/tedi/components/overlay/tooltip/tooltip-trigger.component.d.ts.map +1 -0
  24. package/tedi/components/overlay/tooltip/tooltip.component.d.ts +41 -34
  25. package/tedi/components/overlay/tooltip/tooltip.component.d.ts.map +1 -1
  26. package/tedi/components/overlay/tooltip/tooltip-content/tooltip-content.component.d.ts +0 -16
  27. package/tedi/components/overlay/tooltip/tooltip-content/tooltip-content.component.d.ts.map +0 -1
  28. package/tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.d.ts +0 -16
  29. package/tedi/components/overlay/tooltip/tooltip-trigger/tooltip-trigger.component.d.ts.map +0 -1
@@ -1,5 +1,2 @@
1
1
  export * from "./file-dropzone.component";
2
- export * from "./constants";
3
- export * from "./types";
4
- export * from "./utils";
5
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/file-dropzone/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/file-dropzone/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
@@ -64,13 +64,6 @@ export declare class MultiselectComponent implements AfterContentChecked, Contro
64
64
  * @default true
65
65
  */
66
66
  clearable: import("@angular/core").InputSignal<boolean>;
67
- /**
68
- * Optional element reference to calculate dropdown width from.
69
- * If provided but null, dropdown will use auto width.
70
- * If not provided, defaults to the host element width.
71
- * @default undefined
72
- */
73
- dropdownWidthRef: import("@angular/core").InputSignal<ElementRef<any> | null | undefined>;
74
67
  feedbackText: import("@angular/core").InputSignal<ComponentInputs<FeedbackTextComponent> | undefined>;
75
68
  readonly specialOptionControls: typeof specialOptionControls;
76
69
  isOpen: import("@angular/core").WritableSignal<boolean>;
@@ -79,7 +72,7 @@ export declare class MultiselectComponent implements AfterContentChecked, Contro
79
72
  triggerRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
80
73
  hostRef: ElementRef<any>;
81
74
  options: import("@angular/core").Signal<readonly SelectOptionComponent[]>;
82
- dropdownWidth: import("@angular/core").WritableSignal<number | null>;
75
+ dropdownWidth: import("@angular/core").WritableSignal<number>;
83
76
  disabled: import("@angular/core").WritableSignal<boolean>;
84
77
  optionGroups: import("@angular/core").Signal<{
85
78
  label: string;
@@ -110,6 +103,6 @@ export declare class MultiselectComponent implements AfterContentChecked, Contro
110
103
  setDisabledState(isDisabled: boolean): void;
111
104
  ngAfterContentChecked(): void;
112
105
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectComponent, never>;
113
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent, "tedi-multiselect", never, { "inputId": { "alias": "inputId"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "multiRow": { "alias": "multiRow"; "required": false; "isSignal": true; }; "clearableTags": { "alias": "clearableTags"; "required": false; "isSignal": true; }; "selectAll": { "alias": "selectAll"; "required": false; "isSignal": true; }; "selectableGroups": { "alias": "selectableGroups"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "dropdownWidthRef": { "alias": "dropdownWidthRef"; "required": false; "isSignal": true; }; "feedbackText": { "alias": "feedbackText"; "required": false; "isSignal": true; }; }, {}, ["options"], never, true, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectComponent, "tedi-multiselect", never, { "inputId": { "alias": "inputId"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "multiRow": { "alias": "multiRow"; "required": false; "isSignal": true; }; "clearableTags": { "alias": "clearableTags"; "required": false; "isSignal": true; }; "selectAll": { "alias": "selectAll"; "required": false; "isSignal": true; }; "selectableGroups": { "alias": "selectableGroups"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "feedbackText": { "alias": "feedbackText"; "required": false; "isSignal": true; }; }, {}, ["options"], never, true, never>;
114
107
  }
115
108
  //# sourceMappingURL=multiselect.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"multiselect.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/select/multiselect.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EAKnB,UAAU,EASX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAEL,SAAS,EACT,UAAU,EACX,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAEL,eAAe,EACf,qBAAqB,EAKtB,MAAM,kCAAkC,CAAC;;AAK1C,oBAAY,qBAAqB;IAC/B,UAAU,eAAe;IACzB,WAAW,iBAAiB;CAC7B;AAED,qBAmCa,oBACX,YAAW,mBAAmB,EAAE,oBAAoB;IAEpD;;;OAGG;IACH,OAAO,8CAA4B;IACnC;;;OAGG;IACH,KAAK,0DAAmB;IACxB;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,WAAW,8CAAqB;IAChC;;;OAGG;IACH,KAAK,kDAAgC;IACrC;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,aAAa,+CAAyB;IACtC;;;OAGG;IACH,SAAS,+CAAyB;IAClC;;;OAGG;IACH,gBAAgB,+CAAyB;IACzC;;;OAGG;IACH,SAAS,+CAAwB;IACjC;;;;;OAKG;IACH,gBAAgB,0EAA8B;IAC9C,YAAY,0FAAmD;IAE/D,QAAQ,CAAC,qBAAqB,+BAAyB;IAEvD,MAAM,kDAAiB;IACvB,eAAe,4DAAiC;IAChD,UAAU,8DAA+C;IACzD,UAAU,8DAAqD;IAC/D,OAAO,kBAAsB;IAC7B,OAAO,mEAA0C;IACjD,aAAa,wDAA4B;IACzC,QAAQ,kDAAiB;IAEzB,YAAY;eACa,MAAM;iBAAW,qBAAqB,EAAE;SAU9D;IAGH,cAAc;IAId,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;IAWnC,iBAAiB,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,SAAS,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI;IAqB5D,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQzB,uBAAuB,oCAEpB;IAEH,YAAY,IAAI,IAAI;IAIpB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIzC,OAAO,CAAC,gBAAgB;IAYxB,UAAU,2CAIP;IAEH,kBAAkB,0CAEf;IAEH,eAAe,IAAI,IAAI;IAOvB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAK3C,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAgB5C,oBAAoB,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IA0B9C,QAAQ,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAe3C,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,KAAK,IAAI,CAAY;IACxD,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,UAAU,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,GAAG,IAAI;IAI1C,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,KAAK,IAAI,GAAG,IAAI;IAI9D,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,qBAAqB,IAAI,IAAI;yCAlQlB,oBAAoB;2CAApB,oBAAoB;CAqQhC"}
1
+ {"version":3,"file":"multiselect.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/select/multiselect.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EAKnB,UAAU,EASX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAEL,SAAS,EACT,UAAU,EACX,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGlE,OAAO,EAEL,eAAe,EACf,qBAAqB,EAKtB,MAAM,kCAAkC,CAAC;;AAK1C,oBAAY,qBAAqB;IAC/B,UAAU,eAAe;IACzB,WAAW,iBAAiB;CAC7B;AAED,qBAmCa,oBACX,YAAW,mBAAmB,EAAE,oBAAoB;IAEpD;;;OAGG;IACH,OAAO,8CAA4B;IACnC;;;OAGG;IACH,KAAK,0DAAmB;IACxB;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,WAAW,8CAAqB;IAChC;;;OAGG;IACH,KAAK,kDAAgC;IACrC;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,aAAa,+CAAyB;IACtC;;;OAGG;IACH,SAAS,+CAAyB;IAClC;;;OAGG;IACH,gBAAgB,+CAAyB;IACzC;;;OAGG;IACH,SAAS,+CAAwB;IACjC,YAAY,0FAAmD;IAE/D,QAAQ,CAAC,qBAAqB,+BAAyB;IAEvD,MAAM,kDAAiB;IACvB,eAAe,4DAAiC;IAChD,UAAU,8DAA+C;IACzD,UAAU,8DAAqD;IAC/D,OAAO,kBAAsB;IAC7B,OAAO,mEAA0C;IACjD,aAAa,iDAAa;IAC1B,QAAQ,kDAAiB;IAEzB,YAAY;eACa,MAAM;iBAAW,qBAAqB,EAAE;SAU9D;IAGH,cAAc;IAId,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;IAWnC,iBAAiB,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,SAAS,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI;IAqB5D,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQzB,uBAAuB,oCAEpB;IAEH,YAAY,IAAI,IAAI;IAIpB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIzC,OAAO,CAAC,gBAAgB;IAMxB,UAAU,2CAIP;IAEH,kBAAkB,0CAEf;IAEH,eAAe,IAAI,IAAI;IAOvB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAK3C,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAgB5C,oBAAoB,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IA0B9C,QAAQ,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAe3C,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,KAAK,IAAI,CAAY;IACxD,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,UAAU,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,GAAG,IAAI;IAI1C,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,KAAK,IAAI,GAAG,IAAI;IAI9D,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,qBAAqB,IAAI,IAAI;yCArPlB,oBAAoB;2CAApB,oBAAoB;CAwPhC"}
@@ -40,13 +40,6 @@ export declare class SelectComponent implements AfterContentChecked, ControlValu
40
40
  * @default false
41
41
  */
42
42
  clearable: import("@angular/core").InputSignal<boolean>;
43
- /**
44
- * Optional element reference to calculate dropdown width from.
45
- * If provided but null, dropdown will use auto width.
46
- * If not provided, defaults to the host element width.
47
- * @default undefined
48
- */
49
- dropdownWidthRef: import("@angular/core").InputSignal<ElementRef<any> | null | undefined>;
50
43
  feedbackText: import("@angular/core").InputSignal<ComponentInputs<FeedbackTextComponent> | undefined>;
51
44
  isOpen: import("@angular/core").WritableSignal<boolean>;
52
45
  selectedOptions: import("@angular/core").WritableSignal<readonly string[]>;
@@ -54,7 +47,7 @@ export declare class SelectComponent implements AfterContentChecked, ControlValu
54
47
  triggerRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
55
48
  hostRef: ElementRef<any>;
56
49
  options: import("@angular/core").Signal<readonly SelectOptionComponent[]>;
57
- dropdownWidth: import("@angular/core").WritableSignal<number | null>;
50
+ dropdownWidth: import("@angular/core").WritableSignal<number>;
58
51
  disabled: import("@angular/core").WritableSignal<boolean>;
59
52
  optionGroups: import("@angular/core").Signal<{
60
53
  label: string;
@@ -79,6 +72,6 @@ export declare class SelectComponent implements AfterContentChecked, ControlValu
79
72
  registerOnTouched(fn: () => void): void;
80
73
  setDisabledState(isDisabled: boolean): void;
81
74
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
82
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "tedi-select", never, { "inputId": { "alias": "inputId"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "dropdownWidthRef": { "alias": "dropdownWidthRef"; "required": false; "isSignal": true; }; "feedbackText": { "alias": "feedbackText"; "required": false; "isSignal": true; }; }, {}, ["options"], never, true, never>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "tedi-select", never, { "inputId": { "alias": "inputId"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "state": { "alias": "state"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "feedbackText": { "alias": "feedbackText"; "required": false; "isSignal": true; }; }, {}, ["options"], never, true, never>;
83
76
  }
84
77
  //# sourceMappingURL=select.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/select/select.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EAKnB,UAAU,EASX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAEL,SAAS,EACT,UAAU,EACX,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAEL,eAAe,EACf,qBAAqB,EAKtB,MAAM,kCAAkC,CAAC;;AAG1C,qBAiCa,eACX,YAAW,mBAAmB,EAAE,oBAAoB;IAEpD;;;OAGG;IACH,OAAO,8CAA4B;IACnC;;;OAGG;IACH,KAAK,0DAAmB;IACxB;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,WAAW,8CAAqB;IAChC;;;OAGG;IACH,KAAK,kDAAgC;IACrC;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;;OAGG;IACH,SAAS,+CAAwB;IACjC;;;;;OAKG;IACH,gBAAgB,0EAA8B;IAC9C,YAAY,0FAAmD;IAE/D,MAAM,kDAAiB;IACvB,eAAe,4DAAiC;IAChD,UAAU,8DAA+C;IACzD,UAAU,8DAAqD;IAC/D,OAAO,kBAAsB;IAC7B,OAAO,mEAA0C;IACjD,aAAa,wDAA+B;IAC5C,QAAQ,kDAAiB;IAEzB,YAAY;eACa,MAAM;iBAAW,qBAAqB,EAAE;SAU9D;IAEH,qBAAqB,IAAI,IAAI;IAK7B,cAAc;IAId,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;IAWnC,iBAAiB,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,SAAS,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI;IAQ5D,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQzB,uBAAuB,oCAEpB;IAEH,YAAY,IAAI,IAAI;IAIpB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIzC,cAAc,2CAIX;IAEH,OAAO,CAAC,gBAAgB;IAaxB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAY;IACpD,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,GAAG,IAAI;IAI1D,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCAvJhC,eAAe;2CAAf,eAAe;CA0J3B"}
1
+ {"version":3,"file":"select.component.d.ts","sourceRoot":"","sources":["../../../../../community/components/form/select/select.component.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EAKnB,UAAU,EASX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAEL,SAAS,EACT,UAAU,EACX,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAEL,eAAe,EACf,qBAAqB,EAKtB,MAAM,kCAAkC,CAAC;;AAG1C,qBAiCa,eACX,YAAW,mBAAmB,EAAE,oBAAoB;IAEpD;;;OAGG;IACH,OAAO,8CAA4B;IACnC;;;OAGG;IACH,KAAK,0DAAmB;IACxB;;;OAGG;IACH,QAAQ,+CAAyB;IACjC;;;OAGG;IACH,WAAW,8CAAqB;IAChC;;;OAGG;IACH,KAAK,kDAAgC;IACrC;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;;OAGG;IACH,SAAS,+CAAwB;IACjC,YAAY,0FAAmD;IAE/D,MAAM,kDAAiB;IACvB,eAAe,4DAAiC;IAChD,UAAU,8DAA+C;IACzD,UAAU,8DAAqD;IAC/D,OAAO,kBAAsB;IAC7B,OAAO,mEAA0C;IACjD,aAAa,iDAAa;IAC1B,QAAQ,kDAAiB;IAEzB,YAAY;eACa,MAAM;iBAAW,qBAAqB,EAAE;SAU9D;IAEH,qBAAqB,IAAI,IAAI;IAK7B,cAAc;IAId,YAAY,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,IAAI;IAWnC,iBAAiB,CAAC,KAAK,EAAE;QAAE,KAAK,EAAE,SAAS,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI;IAQ5D,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQzB,uBAAuB,oCAEpB;IAEH,YAAY,IAAI,IAAI;IAIpB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAIzC,cAAc,2CAIX;IAEH,OAAO,CAAC,gBAAgB;IAOxB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAY;IACpD,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,GAAG,IAAI;IAI1D,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;yCA1IhC,eAAe;2CAAf,eAAe;CA6I3B"}