@vuecs/navigation 2.4.1 → 3.0.0

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 (62) hide show
  1. package/LICENSE +201 -21
  2. package/README.md +10 -167
  3. package/dist/components/index.d.ts +2 -0
  4. package/dist/components/index.d.ts.map +1 -1
  5. package/dist/components/item/module.d.ts +48 -4
  6. package/dist/components/item/module.d.ts.map +1 -1
  7. package/dist/components/items/index.d.ts +1 -0
  8. package/dist/components/items/index.d.ts.map +1 -1
  9. package/dist/components/items/module.d.ts +45 -2
  10. package/dist/components/items/module.d.ts.map +1 -1
  11. package/dist/components/items/theme.d.ts +10 -0
  12. package/dist/components/items/theme.d.ts.map +1 -0
  13. package/dist/components/stepper/Stepper.vue.d.ts +129 -0
  14. package/dist/components/stepper/Stepper.vue.d.ts.map +1 -0
  15. package/dist/components/stepper/StepperDescription.vue.d.ts +79 -0
  16. package/dist/components/stepper/StepperDescription.vue.d.ts.map +1 -0
  17. package/dist/components/stepper/StepperIndicator.vue.d.ts +79 -0
  18. package/dist/components/stepper/StepperIndicator.vue.d.ts.map +1 -0
  19. package/dist/components/stepper/StepperItem.vue.d.ts +99 -0
  20. package/dist/components/stepper/StepperItem.vue.d.ts.map +1 -0
  21. package/dist/components/stepper/StepperSeparator.vue.d.ts +79 -0
  22. package/dist/components/stepper/StepperSeparator.vue.d.ts.map +1 -0
  23. package/dist/components/stepper/StepperTitle.vue.d.ts +79 -0
  24. package/dist/components/stepper/StepperTitle.vue.d.ts.map +1 -0
  25. package/dist/components/stepper/StepperTrigger.vue.d.ts +79 -0
  26. package/dist/components/stepper/StepperTrigger.vue.d.ts.map +1 -0
  27. package/dist/components/stepper/context.d.ts +19 -0
  28. package/dist/components/stepper/context.d.ts.map +1 -0
  29. package/dist/components/stepper/index.d.ts +19 -0
  30. package/dist/components/stepper/index.d.ts.map +1 -0
  31. package/dist/components/stepper/theme.d.ts +4 -0
  32. package/dist/components/stepper/theme.d.ts.map +1 -0
  33. package/dist/components/stepper/types.d.ts +23 -0
  34. package/dist/components/stepper/types.d.ts.map +1 -0
  35. package/dist/components/type.d.ts +22 -0
  36. package/dist/components/type.d.ts.map +1 -0
  37. package/dist/helpers/component/index.d.ts +0 -1
  38. package/dist/helpers/component/index.d.ts.map +1 -1
  39. package/dist/helpers/component/types.d.ts +15 -15
  40. package/dist/helpers/component/types.d.ts.map +1 -1
  41. package/dist/helpers/match.d.ts.map +1 -1
  42. package/dist/helpers/reset.d.ts.map +1 -1
  43. package/dist/index.d.ts +1 -1
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/index.mjs +818 -566
  46. package/dist/index.mjs.map +1 -1
  47. package/dist/manager/module.d.ts.map +1 -1
  48. package/dist/style.css +100 -0
  49. package/dist/types.d.ts +8 -4
  50. package/dist/types.d.ts.map +1 -1
  51. package/dist/vue.d.ts +8 -1
  52. package/dist/vue.d.ts.map +1 -1
  53. package/package.json +24 -27
  54. package/core/index.cjs +0 -1
  55. package/core/index.d.ts +0 -2
  56. package/core/index.mjs +0 -1
  57. package/core/package.json +0 -5
  58. package/dist/helpers/component/build.d.ts +0 -3
  59. package/dist/helpers/component/build.d.ts.map +0 -1
  60. package/dist/index.cjs +0 -617
  61. package/dist/index.cjs.map +0 -1
  62. package/dist/index.css +0 -82
@@ -0,0 +1,19 @@
1
+ import type { ThemeClassesOverride, VariantValues } from '@vuecs/core';
2
+ import type { StepperThemeClasses } from './types';
3
+ /**
4
+ * Context shared from `<VCStepper>` to its descendant parts so that
5
+ * theme-class and theme-variant values applied to the root propagate
6
+ * automatically to indicator / title / description / separator / item /
7
+ * trigger without the consumer having to repeat the props on every
8
+ * child. Per-instance values on a child still win over inherited ones.
9
+ *
10
+ * Optional — children render bare (without inherited theme values) when
11
+ * mounted outside `<VCStepper>` for unit tests / Storybook.
12
+ */
13
+ export type StepperContext = {
14
+ themeClass: () => ThemeClassesOverride<StepperThemeClasses> | undefined;
15
+ themeVariant: () => VariantValues | undefined;
16
+ };
17
+ export declare function provideStepperContext(ctx: StepperContext): void;
18
+ export declare function useStepperContext(): StepperContext | null;
19
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/context.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD;;;;;;;;;GASG;AACH,MAAM,MAAM,cAAc,GAAG;IACzB,UAAU,EAAE,MAAM,oBAAoB,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC;IACxE,YAAY,EAAE,MAAM,aAAa,GAAG,SAAS,CAAC;CACjD,CAAC;AAIF,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI,CAE/D;AAED,wBAAgB,iBAAiB,IAAI,cAAc,GAAG,IAAI,CAEzD"}
@@ -0,0 +1,19 @@
1
+ export { default as VCStepper } from './Stepper.vue';
2
+ export { default as VCStepperItem } from './StepperItem.vue';
3
+ export { default as VCStepperTrigger } from './StepperTrigger.vue';
4
+ export { default as VCStepperIndicator } from './StepperIndicator.vue';
5
+ export { default as VCStepperTitle } from './StepperTitle.vue';
6
+ export { default as VCStepperDescription } from './StepperDescription.vue';
7
+ export { default as VCStepperSeparator } from './StepperSeparator.vue';
8
+ export { provideStepperContext, useStepperContext } from './context';
9
+ export type { StepperContext } from './context';
10
+ export type { StepperProps } from './Stepper.vue';
11
+ export type { StepperItemProps, StepperItemSlotProps } from './StepperItem.vue';
12
+ export type { StepperTriggerProps } from './StepperTrigger.vue';
13
+ export type { StepperIndicatorProps } from './StepperIndicator.vue';
14
+ export type { StepperTitleProps } from './StepperTitle.vue';
15
+ export type { StepperDescriptionProps } from './StepperDescription.vue';
16
+ export type { StepperSeparatorProps } from './StepperSeparator.vue';
17
+ export * from './theme';
18
+ export * from './types';
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAEvE,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACrE,YAAY,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAEhD,YAAY,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAClD,YAAY,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAChF,YAAY,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,YAAY,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,YAAY,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,YAAY,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACxE,YAAY,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAEpE,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ComponentThemeDefinition } from '@vuecs/core';
2
+ import type { StepperThemeClasses } from './types';
3
+ export declare const stepperThemeDefaults: ComponentThemeDefinition<StepperThemeClasses>;
4
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,eAAO,MAAM,oBAAoB,EAAE,wBAAwB,CAAC,mBAAmB,CAU9E,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { ThemeElementDefinition } from '@vuecs/core';
2
+ export type StepperThemeClasses = {
3
+ /** The root list of steps. */
4
+ root: string;
5
+ /** Per-step wrapper. Carries `data-state` (`active|completed|inactive`). */
6
+ item: string;
7
+ /** Clickable trigger inside each step. */
8
+ trigger: string;
9
+ /** Circular indicator (shows the step number, check, or icon). */
10
+ indicator: string;
11
+ /** Step title text. */
12
+ title: string;
13
+ /** Step description text. */
14
+ description: string;
15
+ /** Separator line between consecutive steps. */
16
+ separator: string;
17
+ };
18
+ declare module '@vuecs/core' {
19
+ interface ThemeElements {
20
+ stepper?: ThemeElementDefinition<StepperThemeClasses>;
21
+ }
22
+ }
23
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/stepper/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,MAAM,mBAAmB,GAAG;IAC9B,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC;IACb,0CAA0C;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,kEAAkE;IAClE,SAAS,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,gDAAgD;IAChD,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,OAAO,QAAQ,aAAa,CAAC;IACzB,UAAU,aAAa;QACnB,OAAO,CAAC,EAAE,sBAAsB,CAAC,mBAAmB,CAAC,CAAC;KACzD;CACJ"}
@@ -0,0 +1,22 @@
1
+ import type { NavigationItemNormalized } from '../types';
2
+ export type NavItemSelectFn<META = any> = (value: NavigationItemNormalized<META>) => Promise<void>;
3
+ export type NavItemToggleFn<META = any> = (value: NavigationItemNormalized<META>) => Promise<void>;
4
+ export type NavItemSeparatorSlotProps<META = any> = {
5
+ data: NavigationItemNormalized<META>;
6
+ };
7
+ export type NavItemLinkSlotProps<META = any> = {
8
+ data: NavigationItemNormalized<META>;
9
+ select: NavItemSelectFn<META>;
10
+ isActive?: boolean;
11
+ };
12
+ export type NavItemSubSlotProps<META = any> = {
13
+ data: NavigationItemNormalized<META>;
14
+ select: NavItemSelectFn<META>;
15
+ toggle: NavItemToggleFn<META>;
16
+ };
17
+ export type NavItemSubTitleSlotProps<META = any> = NavItemSubSlotProps<META>;
18
+ export type NavItemSubItemsSlotProps<META = any> = NavItemSubSlotProps<META>;
19
+ export type NavItemsItemSlotProps<META = any> = {
20
+ data: NavigationItemNormalized<META>;
21
+ };
22
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../src/components/type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAEzD,MAAM,MAAM,eAAe,CAAC,IAAI,GAAG,GAAG,IAAI,CACtC,KAAK,EAAE,wBAAwB,CAAC,IAAI,CAAC,KACpC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,MAAM,MAAM,eAAe,CAAC,IAAI,GAAG,GAAG,IAAI,CACtC,KAAK,EAAE,wBAAwB,CAAC,IAAI,CAAC,KACpC,OAAO,CAAC,IAAI,CAAC,CAAC;AAEnB,MAAM,MAAM,yBAAyB,CAAC,IAAI,GAAG,GAAG,IAAI;IAChD,IAAI,EAAE,wBAAwB,CAAC,IAAI,CAAC,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,oBAAoB,CAAC,IAAI,GAAG,GAAG,IAAI;IAC3C,IAAI,EAAE,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACrC,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,IAAI,GAAG,GAAG,IAAI;IAC1C,IAAI,EAAE,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACrC,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC;IAC9B,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,wBAAwB,CAAC,IAAI,GAAG,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;AAE7E,MAAM,MAAM,wBAAwB,CAAC,IAAI,GAAG,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;AAE7E,MAAM,MAAM,qBAAqB,CAAC,IAAI,GAAG,GAAG,IAAI;IAC5C,IAAI,EAAE,wBAAwB,CAAC,IAAI,CAAC,CAAC;CACxC,CAAC"}
@@ -1,3 +1,2 @@
1
- export * from './build';
2
1
  export * from './types';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/helpers/component/index.ts"],"names":[],"mappings":"AAOA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/helpers/component/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -1,17 +1,17 @@
1
- import type { VNodeClass } from '@vuecs/core';
2
- export type ComponentOptions = {
3
- groupClass: VNodeClass;
4
- groupTag: VNodeClass;
5
- itemClass: VNodeClass;
6
- itemNestedClass: VNodeClass;
7
- itemTag: string;
8
- separatorTag: string;
9
- separatorClass: VNodeClass;
10
- linkIconTag: string;
11
- linkIconClass: VNodeClass;
12
- linkClass: VNodeClass;
13
- linkRootClass?: VNodeClass;
14
- linkTextTag: string;
15
- linkTextClass: VNodeClass;
1
+ import type { ThemeElementDefinition } from '@vuecs/core';
2
+ export type NavigationThemeClasses = {
3
+ group: string;
4
+ item: string;
5
+ itemNested: string;
6
+ separator: string;
7
+ link: string;
8
+ linkRoot: string;
9
+ linkIcon: string;
10
+ linkText: string;
16
11
  };
12
+ declare module '@vuecs/core' {
13
+ interface ThemeElements {
14
+ navigation?: ThemeElementDefinition<NavigationThemeClasses>;
15
+ }
16
+ }
17
17
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/helpers/component/types.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,MAAM,gBAAgB,GAAG;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,UAAU,CAAC;IAErB,SAAS,EAAE,UAAU,CAAC;IACtB,eAAe,EAAE,UAAU,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC;IAEhB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,UAAU,CAAC;IAE3B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,UAAU,CAAA;IAEzB,SAAS,EAAE,UAAU,CAAC;IACtB,aAAa,CAAC,EAAE,UAAU,CAAC;IAE3B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,UAAU,CAAC;CAC7B,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/helpers/component/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,MAAM,sBAAsB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,OAAO,QAAQ,aAAa,CAAC;IACzB,UAAU,aAAa;QACnB,UAAU,CAAC,EAAE,sBAAsB,CAAC,sBAAsB,CAAC,CAAC;KAC/D;CACJ"}
@@ -1 +1 @@
1
- {"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../src/helpers/match.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAMzD,KAAK,sBAAsB,GAAG;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AAkEF,wBAAgB,mBAAmB,CAC/B,KAAK,EAAE,wBAAwB,EAAE,EACjC,OAAO,GAAE,sBAA2B,GACpC,wBAAwB,EAAE,CAU7B"}
1
+ {"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../src/helpers/match.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAMzD,KAAK,sBAAsB,GAAG;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB,CAAC;AA8DF,wBAAgB,mBAAmB,CAC/B,KAAK,EAAE,wBAAwB,EAAE,EACjC,OAAO,GAAE,sBAA2B,GACpC,wBAAwB,EAAE,CAU7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"reset.d.ts","sourceRoot":"","sources":["../../src/helpers/reset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AA0BzD,wBAAgB,iBAAiB,CAC7B,KAAK,EAAE,wBAAwB,EAAE,EACjC,KAAK,EAAE,MAAM,EAAE,8BAGlB"}
1
+ {"version":3,"file":"reset.d.ts","sourceRoot":"","sources":["../../src/helpers/reset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAwBzD,wBAAgB,iBAAiB,CAC7B,KAAK,EAAE,wBAAwB,EAAE,EACjC,KAAK,EAAE,MAAM,EAAE,8BAGlB"}
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ import type { Options } from './types';
5
5
  export * from './components';
6
6
  export * from './manager';
7
7
  export * from './types';
8
- export declare function install(instance: App, options: Options): void;
8
+ export declare function install(instance: App, options?: Options): void;
9
9
  declare const _default: {
10
10
  install: typeof install;
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,GAAG,EAAU,MAAM,KAAK,CAAC;AAEvC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,OAAO,CAAC;AAOf,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AAExB,wBAAgB,OAAO,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,GAAI,IAAI,CAkB9D;;;;AAED,wBAE4B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAU,MAAM,KAAK,CAAC;AAEvC,OAAO,qBAAqB,CAAC;AAC7B,OAAO,OAAO,CAAC;AAcf,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AAExB,wBAAgB,OAAO,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,GAAE,OAAY,GAAG,IAAI,CAoBlE;;;;AAED,wBAAwD"}