@tedi-design-system/angular 6.3.0-rc.4 → 6.3.0-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tedi-design-system/angular",
3
- "version": "6.3.0-rc.4",
3
+ "version": "6.3.0-rc.6",
4
4
  "type": "module",
5
5
  "main": "community.mjs",
6
6
  "module": "fesm2022/tedi-design-system-angular.mjs",
@@ -37,7 +37,7 @@ export declare class AccordionItemComponent implements OnInit {
37
37
  /**
38
38
  * Position of the expand action relative to the header content.
39
39
  */
40
- expandActionPosition: import("@angular/core").InputSignal<"start" | "end">;
40
+ expandActionPosition: import("@angular/core").InputSignal<"end" | "start">;
41
41
  /**
42
42
  * Whether the accordion item is expanded initially.
43
43
  * Does not control the expanded state after initialization.
@@ -48,7 +48,7 @@ export declare class AccordionItemComponent implements OnInit {
48
48
  /**
49
49
  * Position of the description relative to the title.
50
50
  */
51
- descriptionPosition: import("@angular/core").InputSignal<"start" | "end" | "both">;
51
+ descriptionPosition: import("@angular/core").InputSignal<"end" | "start" | "both">;
52
52
  /**
53
53
  * Enables the icon-card layout variant.
54
54
  */
@@ -0,0 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ export type CheckboxCardVariant = "primary" | "secondary";
3
+ export declare class CheckboxCardComponent {
4
+ /**
5
+ * Visual variant of the card.
6
+ * @default primary
7
+ */
8
+ readonly variant: import("@angular/core").InputSignal<CheckboxCardVariant>;
9
+ /**
10
+ * Whether to show the checkbox indicator.
11
+ * When false, the checkbox is visually hidden but remains functional.
12
+ * @default true
13
+ */
14
+ readonly showIndicator: import("@angular/core").InputSignal<boolean>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxCardComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxCardComponent, "label[tedi-checkbox-card]", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "showIndicator": { "alias": "showIndicator"; "required": false; "isSignal": true; }; }, {}, never, ["*", "tedi-feedback-text"], true, never>;
17
+ }
18
+ //# sourceMappingURL=checkbox-card.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-card.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/checkbox-card/checkbox-card.component.ts"],"names":[],"mappings":";AAOA,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1D,qBAca,qBAAqB;IAChC;;;OAGG;IACH,QAAQ,CAAC,OAAO,2DAAyC;IAEzD;;;;OAIG;IACH,QAAQ,CAAC,aAAa,+CAAwB;yCAZnC,qBAAqB;2CAArB,qBAAqB;CAajC"}
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class CheckboxCardGroupComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxCardGroupComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxCardGroupComponent, "tedi-checkbox-card-group", never, {}, {}, never, ["*"], true, never>;
5
+ }
6
+ //# sourceMappingURL=checkbox-card-group.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-card-group.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/checkbox-card-group/checkbox-card-group.component.ts"],"names":[],"mappings":";AAMA,qBAWa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAG"}
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ export type CheckboxGroupDirection = "horizontal" | "vertical";
3
+ export declare class CheckboxGroupComponent {
4
+ /**
5
+ * Label text displayed above the checkbox group.
6
+ */
7
+ readonly label: import("@angular/core").InputSignal<string | undefined>;
8
+ /**
9
+ * Layout direction of the checkboxes.
10
+ * @default horizontal
11
+ */
12
+ readonly direction: import("@angular/core").InputSignal<CheckboxGroupDirection>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxGroupComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxGroupComponent, "tedi-checkbox-group", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; }, {}, never, ["*", "tedi-feedback-text"], true, never>;
15
+ }
16
+ //# sourceMappingURL=checkbox-group.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox-group.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/checkbox-group/checkbox-group.component.ts"],"names":[],"mappings":";AAQA,MAAM,MAAM,sBAAsB,GAAG,YAAY,GAAG,UAAU,CAAC;AAE/D,qBAYa,sBAAsB;IACjC;;OAEG;IACH,QAAQ,CAAC,KAAK,0DAAmB;IACjC;;;OAGG;IACH,QAAQ,CAAC,SAAS,8DAA+C;yCATtD,sBAAsB;2CAAtB,sBAAsB;CAUlC"}
@@ -12,11 +12,10 @@ export interface FormFieldControl<T = unknown> {
12
12
  * Whether the control is disabled.
13
13
  */
14
14
  disabled: Signal<boolean>;
15
- /**
16
- * Whether the control is currently in an invalid state.
17
- * Usually derived from Angular form validation state.
18
- */
15
+ /** Reactive invalid state (driven by FormField) */
19
16
  invalid: Signal<boolean>;
17
+ /** Called by FormField to update invalid state */
18
+ setInvalidState(isInvalid: boolean): void;
20
19
  /**
21
20
  * Optional method used by the form field clear button.
22
21
  * If implemented, the form field can trigger clearing the value.
@@ -1 +1 @@
1
- {"version":3,"file":"form-field-control.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/form-field/form-field-control.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvD;;;GAGG;AACH,MAAM,WAAW,gBAAgB,CAAC,CAAC,GAAG,OAAO;IAC3C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IAC1B;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IAEzB;;;OAGG;IACH,UAAU,CAAC,IAAI,IAAI,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,uBAAuB,2CAEnC,CAAC"}
1
+ {"version":3,"file":"form-field-control.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/form-field/form-field-control.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEvD;;;GAGG;AACH,MAAM,WAAW,gBAAgB,CAAC,CAAC,GAAG,OAAO;IAC3C;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IAC1B,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IAEzB,kDAAkD;IAClD,eAAe,CAAC,SAAS,EAAE,OAAO,GAAG,IAAI,CAAC;IAC1C;;;OAGG;IACH,UAAU,CAAC,IAAI,IAAI,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,uBAAuB,2CAEnC,CAAC"}
@@ -1,6 +1,8 @@
1
+ import { AfterContentInit } from "@angular/core";
1
2
  import { FormFieldControl } from "./form-field-control";
2
3
  import { IconColor, IconSize, IconType, IconVariant } from "../../../components/base/icon/icon.component";
3
4
  import { FeedbackTextComponent } from "../feedback-text/feedback-text.component";
5
+ import { NgControl } from "@angular/forms";
4
6
  import * as i0 from "@angular/core";
5
7
  export type InputSize = "small" | "large" | "default";
6
8
  export type InputState = "valid" | "error" | "default";
@@ -12,7 +14,7 @@ export interface FormFieldIcon {
12
14
  type?: IconType;
13
15
  variant?: IconVariant;
14
16
  }
15
- export declare class FormFieldComponent {
17
+ export declare class FormFieldComponent implements AfterContentInit {
16
18
  /**
17
19
  * The size of the form field.
18
20
  * @default "default"
@@ -32,7 +34,11 @@ export declare class FormFieldComponent {
32
34
  */
33
35
  inputClass: import("@angular/core").InputSignal<string | null>;
34
36
  control?: FormFieldControl;
37
+ ngControl?: NgControl;
35
38
  feedback?: FeedbackTextComponent;
39
+ private readonly destroyRef;
40
+ ngAfterContentInit(): void;
41
+ private updateValidationState;
36
42
  readonly resolvedIcon: import("@angular/core").Signal<FormFieldIcon | undefined>;
37
43
  readonly validationState: import("@angular/core").Signal<ValidationState>;
38
44
  showClearButton: import("@angular/core").Signal<boolean>;
@@ -51,7 +57,7 @@ export declare class FormFieldComponent {
51
57
  }>;
52
58
  clear(): void;
53
59
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "tedi-form-field", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "inputClass": { "alias": "inputClass"; "required": false; "isSignal": true; }; }, {}, ["control", "feedback"], ["label[tedi-label]", "input[tedi-text-field]", "tedi-feedback-text"], true, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "tedi-form-field", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "inputClass": { "alias": "inputClass"; "required": false; "isSignal": true; }; }, {}, ["control", "ngControl", "feedback"], ["label[tedi-label]", "input[tedi-text-field]", "tedi-feedback-text"], true, never>;
55
61
  }
56
62
  export {};
57
63
  //# sourceMappingURL=form-field.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-field.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/form-field/form-field.component.ts"],"names":[],"mappings":"AASA,OAAO,EACL,gBAAgB,EAEjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,SAAS,EAET,QAAQ,EACR,QAAQ,EACR,WAAW,EACZ,MAAM,8CAA8C,CAAC;AAItD,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;;AAEjF,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AACtD,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AACvD,KAAK,eAAe,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAEvD,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,qBAkBa,kBAAkB;IAC7B;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;OAEG;IACH,IAAI,0EAA+C;IACnD;;;OAGG;IACH,SAAS,+CAAyB;IAClC;;OAEG;IACH,UAAU,qDAA8B;IAGxC,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAG3B,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IAEjC,QAAQ,CAAC,YAAY,4DAKlB;IAEH,QAAQ,CAAC,eAAe,kDAQrB;IAEH,eAAe,0CAGZ;IAEH,QAAQ,CAAC,UAAU,0CAAqD;IAExE,QAAQ,CAAC,WAAW;;;;;;;;OAUjB;IAEH,QAAQ,CAAC,YAAY;;OAOlB;IAEH,KAAK;yCAvEM,kBAAkB;2CAAlB,kBAAkB;CA0E9B"}
1
+ {"version":3,"file":"form-field.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/form-field/form-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,gBAAgB,EAGjB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,gBAAgB,EAEjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,SAAS,EAET,QAAQ,EACR,QAAQ,EACR,WAAW,EACZ,MAAM,8CAA8C,CAAC;AAItD,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AACjF,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAG3C,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AACtD,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AACvD,KAAK,eAAe,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAEvD,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,qBAkBa,kBAAmB,YAAW,gBAAgB;IACzD;;;OAGG;IACH,IAAI,iDAA+B;IACnC;;OAEG;IACH,IAAI,0EAA+C;IACnD;;;OAGG;IACH,SAAS,+CAAyB;IAClC;;OAEG;IACH,UAAU,qDAA8B;IAGxC,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAG3B,SAAS,CAAC,EAAE,SAAS,CAAC;IAGtB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IAEjC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAsB;IAEjD,kBAAkB;IAQlB,OAAO,CAAC,qBAAqB;IAS7B,QAAQ,CAAC,YAAY,4DAKlB;IAEH,QAAQ,CAAC,eAAe,kDAQrB;IAEH,eAAe,0CAGZ;IAEH,QAAQ,CAAC,UAAU,0CAAqD;IAExE,QAAQ,CAAC,WAAW;;;;;;;;OAUjB;IAEH,QAAQ,CAAC,YAAY;;OAOlB;IAEH,KAAK;yCA7FM,kBAAkB;2CAAlB,kBAAkB;CAgG9B"}
@@ -1,4 +1,8 @@
1
1
  export * from "./checkbox/checkbox.component";
2
+ export * from "./checkbox-card/checkbox-card.component";
3
+ export * from "./checkbox-group/checkbox-group.component";
4
+ export * from "./checkbox-card-group/checkbox-card-group.component";
5
+ export * from "./date-picker/date-picker.component";
2
6
  export * from "./feedback-text/feedback-text.component";
3
7
  export * from "./label/label.component";
4
8
  export * from "./number-field/number-field.component";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/form/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,uCAAuC,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tedi/components/form/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qDAAqD,CAAC;AACpE,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,uCAAuC,CAAC;AACtD,cAAc,UAAU,CAAC;AACzB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC"}
@@ -1,10 +1,9 @@
1
1
  import { ElementRef } from "@angular/core";
2
- import { ControlValueAccessor, NgControl } from "@angular/forms";
2
+ import { ControlValueAccessor } from "@angular/forms";
3
3
  import { FormFieldControl } from "../form-field/form-field-control";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TextFieldComponent implements ControlValueAccessor, FormFieldControl {
6
6
  private el;
7
- private ngControl;
8
7
  /**
9
8
  * Value of the input field. Supports two-way binding, use with form controls.
10
9
  */
@@ -18,9 +17,10 @@ export declare class TextFieldComponent implements ControlValueAccessor, FormFie
18
17
  * Callback triggered when the clear button is clicked.
19
18
  */
20
19
  readonly clear: import("@angular/core").OutputEmitterRef<void>;
21
- constructor(el: ElementRef<HTMLInputElement>, ngControl: NgControl | null);
20
+ constructor(el: ElementRef<HTMLInputElement>);
22
21
  readonly disabled: import("@angular/core").Signal<boolean>;
23
- readonly invalid: import("@angular/core").Signal<boolean>;
22
+ readonly invalid: import("@angular/core").WritableSignal<boolean>;
23
+ setInvalidState(isInvalid: boolean): void;
24
24
  private formDisabled;
25
25
  private onChange;
26
26
  private onTouched;
@@ -32,7 +32,7 @@ export declare class TextFieldComponent implements ControlValueAccessor, FormFie
32
32
  handleInputChange(event: Event): void;
33
33
  handleBlur(): void;
34
34
  clearField(): void;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, [null, { optional: true; self: true; }]>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
36
36
  static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "input[tedi-text-field]", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "arrowsHidden": { "alias": "arrowsHidden"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "clear": "clear"; }, never, never, true, never>;
37
37
  }
38
38
  //# sourceMappingURL=text-field.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-field.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/text-field/text-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAUL,UAAU,EAGX,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,oBAAoB,EAEpB,SAAS,EACV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,gBAAgB,EAEjB,MAAM,kCAAkC,CAAC;;AAE1C,qBA0Ba,kBACX,YAAW,oBAAoB,EAAE,gBAAgB;IAiB/C,OAAO,CAAC,EAAE;IACU,OAAO,CAAC,SAAS;IAhBvC;;OAEG;IACH,KAAK,8CAAqB;IAC1B;;;OAGG;IACH,YAAY,+CAAwB;IACpC;;OAEG;IACH,QAAQ,CAAC,KAAK,iDAAkB;gBAGtB,EAAE,EAAE,UAAU,CAAC,gBAAgB,CAAC,EACZ,SAAS,EAAE,SAAS,GAAG,IAAI;IAOzD,QAAQ,CAAC,QAAQ,0CAEf;IACF,QAAQ,CAAC,OAAO,0CAGb;IAEH,OAAO,CAAC,YAAY,CAAiB;IACrC,OAAO,CAAC,QAAQ,CAAqC;IACrD,OAAO,CAAC,SAAS,CAAwB;IAEzC,OAAO,CAAC,QAAQ;IAKhB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAItC,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAInD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,iBAAiB,CAAC,KAAK,EAAE,KAAK;IAQ9B,UAAU;IAIV,UAAU;yCAxEC,kBAAkB;2CAAlB,kBAAkB;CAgF9B"}
1
+ {"version":3,"file":"text-field.component.d.ts","sourceRoot":"","sources":["../../../../../tedi/components/form/text-field/text-field.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAUL,UAAU,EACX,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EACL,gBAAgB,EAEjB,MAAM,kCAAkC,CAAC;;AAE1C,qBA0Ba,kBACX,YAAW,oBAAoB,EAAE,gBAAgB;IAgBrC,OAAO,CAAC,EAAE;IAdtB;;OAEG;IACH,KAAK,8CAAqB;IAC1B;;;OAGG;IACH,YAAY,+CAAwB;IACpC;;OAEG;IACH,QAAQ,CAAC,KAAK,iDAAkB;gBAEZ,EAAE,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAEpD,QAAQ,CAAC,QAAQ,0CAEf;IAEF,QAAQ,CAAC,OAAO,kDAAiB;IAEjC,eAAe,CAAC,SAAS,EAAE,OAAO;IAIlC,OAAO,CAAC,YAAY,CAAiB;IACrC,OAAO,CAAC,QAAQ,CAAqC;IACrD,OAAO,CAAC,SAAS,CAAwB;IAEzC,OAAO,CAAC,QAAQ;IAKhB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAItC,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAInD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,iBAAiB,CAAC,KAAK,EAAE,KAAK;IAQ9B,UAAU;IAIV,UAAU;yCAnEC,kBAAkB;2CAAlB,kBAAkB;CA2E9B"}