@reni-corp/reni-2c-ui 0.2.5

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 (149) hide show
  1. package/README.md +18 -0
  2. package/dist/components/elements/Alert.vue.d.ts +44 -0
  3. package/dist/components/elements/Alert.vue.d.ts.map +1 -0
  4. package/dist/components/elements/Button.vue.d.ts +63 -0
  5. package/dist/components/elements/Button.vue.d.ts.map +1 -0
  6. package/dist/components/elements/CheckBox.vue.d.ts +36 -0
  7. package/dist/components/elements/CheckBox.vue.d.ts.map +1 -0
  8. package/dist/components/elements/DescriptionList.vue.d.ts +44 -0
  9. package/dist/components/elements/DescriptionList.vue.d.ts.map +1 -0
  10. package/dist/components/elements/Divider.vue.d.ts +36 -0
  11. package/dist/components/elements/Divider.vue.d.ts.map +1 -0
  12. package/dist/components/elements/Icon.vue.d.ts +36 -0
  13. package/dist/components/elements/Icon.vue.d.ts.map +1 -0
  14. package/dist/components/elements/Label.vue.d.ts +44 -0
  15. package/dist/components/elements/Label.vue.d.ts.map +1 -0
  16. package/dist/components/elements/PasswordField.vue.d.ts +149 -0
  17. package/dist/components/elements/PasswordField.vue.d.ts.map +1 -0
  18. package/dist/components/elements/RadioButton.vue.d.ts +44 -0
  19. package/dist/components/elements/RadioButton.vue.d.ts.map +1 -0
  20. package/dist/components/elements/RadioButtonGroup.vue.d.ts +99 -0
  21. package/dist/components/elements/RadioButtonGroup.vue.d.ts.map +1 -0
  22. package/dist/components/elements/SelectBox.vue.d.ts +127 -0
  23. package/dist/components/elements/SelectBox.vue.d.ts.map +1 -0
  24. package/dist/components/elements/SpinButton.vue.d.ts +65 -0
  25. package/dist/components/elements/SpinButton.vue.d.ts.map +1 -0
  26. package/dist/components/elements/Spinner.vue.d.ts +35 -0
  27. package/dist/components/elements/Spinner.vue.d.ts.map +1 -0
  28. package/dist/components/elements/Text.vue.d.ts +55 -0
  29. package/dist/components/elements/Text.vue.d.ts.map +1 -0
  30. package/dist/components/elements/TextField.vue.d.ts +155 -0
  31. package/dist/components/elements/TextField.vue.d.ts.map +1 -0
  32. package/dist/components/elements/ToolChip.vue.d.ts +55 -0
  33. package/dist/components/elements/ToolChip.vue.d.ts.map +1 -0
  34. package/dist/components/features/AnnounceBar.vue.d.ts +55 -0
  35. package/dist/components/features/AnnounceBar.vue.d.ts.map +1 -0
  36. package/dist/components/features/AnnounceBarCollection.vue.d.ts +55 -0
  37. package/dist/components/features/AnnounceBarCollection.vue.d.ts.map +1 -0
  38. package/dist/components/features/BrandLogo.vue.d.ts +35 -0
  39. package/dist/components/features/BrandLogo.vue.d.ts.map +1 -0
  40. package/dist/components/features/CarouselBanner.vue.d.ts +36 -0
  41. package/dist/components/features/CarouselBanner.vue.d.ts.map +1 -0
  42. package/dist/components/features/CategoryBanner.vue.d.ts +39 -0
  43. package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -0
  44. package/dist/components/features/FloatingBanner.vue.d.ts +31 -0
  45. package/dist/components/features/FloatingBanner.vue.d.ts.map +1 -0
  46. package/dist/components/features/Hero.vue.d.ts +39 -0
  47. package/dist/components/features/Hero.vue.d.ts.map +1 -0
  48. package/dist/components/features/Marquee.vue.d.ts +93 -0
  49. package/dist/components/features/Marquee.vue.d.ts.map +1 -0
  50. package/dist/components/features/MediaContent.vue.d.ts +70 -0
  51. package/dist/components/features/MediaContent.vue.d.ts.map +1 -0
  52. package/dist/components/features/ProductLabels.vue.d.ts +25 -0
  53. package/dist/components/features/ProductLabels.vue.d.ts.map +1 -0
  54. package/dist/components/features/ProductList.vue.d.ts +84 -0
  55. package/dist/components/features/ProductList.vue.d.ts.map +1 -0
  56. package/dist/components/features/ProductListItem.vue.d.ts +47 -0
  57. package/dist/components/features/ProductListItem.vue.d.ts.map +1 -0
  58. package/dist/components/features/Schedule.vue.d.ts +55 -0
  59. package/dist/components/features/Schedule.vue.d.ts.map +1 -0
  60. package/dist/components/features/ScheduleDateItem.vue.d.ts +40 -0
  61. package/dist/components/features/ScheduleDateItem.vue.d.ts.map +1 -0
  62. package/dist/components/features/ScheduleDelivery.vue.d.ts +18 -0
  63. package/dist/components/features/ScheduleDelivery.vue.d.ts.map +1 -0
  64. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts +35 -0
  65. package/dist/components/features/ScheduleDeliveryItem.vue.d.ts.map +1 -0
  66. package/dist/components/features/SchedulePeriod.vue.d.ts +38 -0
  67. package/dist/components/features/SchedulePeriod.vue.d.ts.map +1 -0
  68. package/dist/components/features/SchedulePickup.vue.d.ts +9 -0
  69. package/dist/components/features/SchedulePickup.vue.d.ts.map +1 -0
  70. package/dist/components/features/SchedulePickupItem.vue.d.ts +36 -0
  71. package/dist/components/features/SchedulePickupItem.vue.d.ts.map +1 -0
  72. package/dist/components/features/SnsLink.vue.d.ts +42 -0
  73. package/dist/components/features/SnsLink.vue.d.ts.map +1 -0
  74. package/dist/components/features/VariationSelector.vue.d.ts +39 -0
  75. package/dist/components/features/VariationSelector.vue.d.ts.map +1 -0
  76. package/dist/components/foundation/AppBar.vue.d.ts +50 -0
  77. package/dist/components/foundation/AppBar.vue.d.ts.map +1 -0
  78. package/dist/components/foundation/AppBody.vue.d.ts +14 -0
  79. package/dist/components/foundation/AppBody.vue.d.ts.map +1 -0
  80. package/dist/components/foundation/AppFooter.vue.d.ts +17 -0
  81. package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -0
  82. package/dist/components/foundation/AppFrame.vue.d.ts +15 -0
  83. package/dist/components/foundation/AppFrame.vue.d.ts.map +1 -0
  84. package/dist/components/interactive/Dialog.vue.d.ts +64 -0
  85. package/dist/components/interactive/Dialog.vue.d.ts.map +1 -0
  86. package/dist/components/interactive/DropDown.vue.d.ts +54 -0
  87. package/dist/components/interactive/DropDown.vue.d.ts.map +1 -0
  88. package/dist/components/interactive/Gallery.vue.d.ts +52 -0
  89. package/dist/components/interactive/Gallery.vue.d.ts.map +1 -0
  90. package/dist/components/interactive/Modal.vue.d.ts +51 -0
  91. package/dist/components/interactive/Modal.vue.d.ts.map +1 -0
  92. package/dist/components/interactive/Notification.vue.d.ts +51 -0
  93. package/dist/components/interactive/Notification.vue.d.ts.map +1 -0
  94. package/dist/components/interactive/Tab.vue.d.ts +38 -0
  95. package/dist/components/interactive/Tab.vue.d.ts.map +1 -0
  96. package/dist/components/interactive/TabPanel.vue.d.ts +13 -0
  97. package/dist/components/interactive/TabPanel.vue.d.ts.map +1 -0
  98. package/dist/components/interactive/TabPanels.vue.d.ts +48 -0
  99. package/dist/components/interactive/TabPanels.vue.d.ts.map +1 -0
  100. package/dist/components/interactive/Tabs.vue.d.ts +44 -0
  101. package/dist/components/interactive/Tabs.vue.d.ts.map +1 -0
  102. package/dist/components/layouts/Card.vue.d.ts +50 -0
  103. package/dist/components/layouts/Card.vue.d.ts.map +1 -0
  104. package/dist/components/layouts/Grid.vue.d.ts +46 -0
  105. package/dist/components/layouts/Grid.vue.d.ts.map +1 -0
  106. package/dist/components/layouts/List.vue.d.ts +72 -0
  107. package/dist/components/layouts/List.vue.d.ts.map +1 -0
  108. package/dist/components/layouts/Page.vue.d.ts +88 -0
  109. package/dist/components/layouts/Page.vue.d.ts.map +1 -0
  110. package/dist/components/layouts/Section.vue.d.ts +63 -0
  111. package/dist/components/layouts/Section.vue.d.ts.map +1 -0
  112. package/dist/components/layouts/Stack.vue.d.ts +78 -0
  113. package/dist/components/layouts/Stack.vue.d.ts.map +1 -0
  114. package/dist/components/navigation/BottomBar.vue.d.ts +39 -0
  115. package/dist/components/navigation/BottomBar.vue.d.ts.map +1 -0
  116. package/dist/components/navigation/Drawer.vue.d.ts +49 -0
  117. package/dist/components/navigation/Drawer.vue.d.ts.map +1 -0
  118. package/dist/components/renderless/DataProvider.vue.d.ts +51 -0
  119. package/dist/components/renderless/DataProvider.vue.d.ts.map +1 -0
  120. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts +64 -0
  121. package/dist/components/renderless/OptionGroupSwitchController.vue.d.ts.map +1 -0
  122. package/dist/composable/useAppDialogGuidance.d.ts +14 -0
  123. package/dist/composable/useAppDialogGuidance.d.ts.map +1 -0
  124. package/dist/composable/useAppNotifications.d.ts +21 -0
  125. package/dist/composable/useAppNotifications.d.ts.map +1 -0
  126. package/dist/composable/useSyncedTabPanel.d.ts +5 -0
  127. package/dist/composable/useSyncedTabPanel.d.ts.map +1 -0
  128. package/dist/composable/useToolChip.d.ts +19 -0
  129. package/dist/composable/useToolChip.d.ts.map +1 -0
  130. package/dist/constants.d.ts +79 -0
  131. package/dist/constants.d.ts.map +1 -0
  132. package/dist/directives/auto-scale.d.ts +5 -0
  133. package/dist/directives/auto-scale.d.ts.map +1 -0
  134. package/dist/directives/glitch.d.ts +5 -0
  135. package/dist/directives/glitch.d.ts.map +1 -0
  136. package/dist/index.d.ts +135 -0
  137. package/dist/index.d.ts.map +1 -0
  138. package/dist/script.es.js +15595 -0
  139. package/dist/script.umd.js +602 -0
  140. package/dist/style.css +1 -0
  141. package/dist/types.d.ts +32 -0
  142. package/dist/types.d.ts.map +1 -0
  143. package/dist/utils.d.ts +14 -0
  144. package/dist/utils.d.ts.map +1 -0
  145. package/dist/valueObjects/CurrencyValue.d.ts +12 -0
  146. package/dist/valueObjects/CurrencyValue.d.ts.map +1 -0
  147. package/dist/valueObjects/ValueObject.d.ts +16 -0
  148. package/dist/valueObjects/ValueObject.d.ts.map +1 -0
  149. package/package.json +92 -0
@@ -0,0 +1,88 @@
1
+ interface PageProps {
2
+ title?: string;
3
+ fluid?: boolean;
4
+ pending?: boolean;
5
+ withBack?: boolean | string;
6
+ center?: boolean;
7
+ stickyMode?: '' | 'body' | 'aside';
8
+ responsive?: boolean;
9
+ mainRatio?: number;
10
+ customClass?: string;
11
+ }
12
+ declare function __VLS_template(): Readonly<{
13
+ header?: (props: {}) => any;
14
+ title?: (props: {}) => any;
15
+ action?: (props: {}) => any;
16
+ extra?: (props: {}) => any;
17
+ subject?: (props: {}) => any;
18
+ body?: (props: {}) => any;
19
+ aside?: (props: {}) => any;
20
+ bottom?: (props: {}) => any;
21
+ footer?: (props: {}) => any;
22
+ }> & {
23
+ header?: (props: {}) => any;
24
+ title?: (props: {}) => any;
25
+ action?: (props: {}) => any;
26
+ extra?: (props: {}) => any;
27
+ subject?: (props: {}) => any;
28
+ body?: (props: {}) => any;
29
+ aside?: (props: {}) => any;
30
+ bottom?: (props: {}) => any;
31
+ footer?: (props: {}) => any;
32
+ };
33
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PageProps>, {
34
+ title: string;
35
+ fluid: boolean;
36
+ pending: boolean;
37
+ withBack: boolean;
38
+ center: boolean;
39
+ stickyMode: string;
40
+ responsive: boolean;
41
+ mainRatio: number;
42
+ customClass: string;
43
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PageProps>, {
44
+ title: string;
45
+ fluid: boolean;
46
+ pending: boolean;
47
+ withBack: boolean;
48
+ center: boolean;
49
+ stickyMode: string;
50
+ responsive: boolean;
51
+ mainRatio: number;
52
+ customClass: string;
53
+ }>>> & Readonly<{}>, {
54
+ title: string;
55
+ center: boolean;
56
+ pending: boolean;
57
+ fluid: boolean;
58
+ withBack: boolean | string;
59
+ stickyMode: "" | "body" | "aside";
60
+ responsive: boolean;
61
+ mainRatio: number;
62
+ customClass: string;
63
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
64
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
65
+ export default _default;
66
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
67
+ type __VLS_TypePropsToRuntimeProps<T> = {
68
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
69
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
70
+ } : {
71
+ type: import('vue').PropType<T[K]>;
72
+ required: true;
73
+ };
74
+ };
75
+ type __VLS_WithDefaults<P, D> = {
76
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
77
+ default: D[K];
78
+ }> : P[K];
79
+ };
80
+ type __VLS_Prettify<T> = {
81
+ [K in keyof T]: T[K];
82
+ } & {};
83
+ type __VLS_WithTemplateSlots<T, S> = T & {
84
+ new (): {
85
+ $slots: S;
86
+ };
87
+ };
88
+ //# sourceMappingURL=Page.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Page.vue"],"names":[],"mappings":"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"}
@@ -0,0 +1,63 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type SectionProps = {
4
+ title?: string;
5
+ subTitle?: string;
6
+ pending: boolean;
7
+ informationText?: string;
8
+ backgroundColor?: Color | `#${string}`;
9
+ backgroundImage?: string;
10
+ fluid?: boolean;
11
+ textColor?: Color | `#${string}`;
12
+ overlayColor?: Color | `#${string}`;
13
+ overlayOpacity?: number;
14
+ textShadow?: boolean;
15
+ };
16
+ declare function __VLS_template(): {
17
+ header?(_: {}): any;
18
+ action?(_: {}): any;
19
+ extra?(_: {}): any;
20
+ body?(_: {}): any;
21
+ footer?(_: {}): any;
22
+ };
23
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SectionProps>, {
24
+ pending: boolean;
25
+ fluid: boolean;
26
+ overlayOpacity: number;
27
+ textShadow: boolean;
28
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SectionProps>, {
29
+ pending: boolean;
30
+ fluid: boolean;
31
+ overlayOpacity: number;
32
+ textShadow: boolean;
33
+ }>>> & Readonly<{}>, {
34
+ pending: boolean;
35
+ fluid: boolean;
36
+ overlayOpacity: number;
37
+ textShadow: boolean;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
40
+ export default _default;
41
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
+ type __VLS_TypePropsToRuntimeProps<T> = {
43
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
44
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
45
+ } : {
46
+ type: import('vue').PropType<T[K]>;
47
+ required: true;
48
+ };
49
+ };
50
+ type __VLS_WithDefaults<P, D> = {
51
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
52
+ default: D[K];
53
+ }> : P[K];
54
+ };
55
+ type __VLS_Prettify<T> = {
56
+ [K in keyof T]: T[K];
57
+ } & {};
58
+ type __VLS_WithTemplateSlots<T, S> = T & {
59
+ new (): {
60
+ $slots: S;
61
+ };
62
+ };
63
+ //# sourceMappingURL=Section.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Section.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Section.vue"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAG/B,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,OAAO,CAAA;IAChB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,eAAe,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAA;IACtC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAA;IAChC,YAAY,CAAC,EAAE,KAAK,GAAG,IAAI,MAAM,EAAE,CAAA;IACnC,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AA6FD,iBAAS,cAAc;oBA8SM,GAAG;oBACH,GAAG;mBACH,GAAG;kBACJ,GAAG;oBACD,GAAG;EAGhC;AAaD,QAAA,MAAM,eAAe;;;;;;;;;;;aAxaV,OAAO;WAIR,OAAO;oBAGE,MAAM;gBACV,OAAO;4EAsapB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,78 @@
1
+
2
+ type ResponsiveColumns = {
3
+ default: number;
4
+ sm?: number;
5
+ md?: number;
6
+ lg?: number;
7
+ xl?: number;
8
+ "2xl"?: number;
9
+ };
10
+ type StackProps = {
11
+ direction?: "horizontal" | "vertical";
12
+ horizontalReSize?: "hug" | "fill" | number;
13
+ verticalReSize?: "hug" | "fill" | number;
14
+ horizontalAlign?: "start" | "center" | "end" | "between";
15
+ verticalAlign?: "start" | "center" | "end" | "between";
16
+ gap?: "xs" | "sm" | "md" | "lg" | "xl" | "none";
17
+ columns?: number | ResponsiveColumns;
18
+ padding?: "xs" | "sm" | "md" | "lg" | "xl";
19
+ paddingX?: "xs" | "sm" | "md" | "lg" | "xl";
20
+ paddingY?: "xs" | "sm" | "md" | "lg" | "xl";
21
+ wrap?: "wrap" | "nowrap";
22
+ };
23
+ declare function __VLS_template(): {
24
+ default?(_: {}): any;
25
+ };
26
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StackProps>, {
27
+ direction: string;
28
+ horizontalReSize: string;
29
+ verticalReSize: string;
30
+ horizontalAlign: string;
31
+ verticalAlign: string;
32
+ gap: string;
33
+ columns: number;
34
+ wrap: string;
35
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StackProps>, {
36
+ direction: string;
37
+ horizontalReSize: string;
38
+ verticalReSize: string;
39
+ horizontalAlign: string;
40
+ verticalAlign: string;
41
+ gap: string;
42
+ columns: number;
43
+ wrap: string;
44
+ }>>> & Readonly<{}>, {
45
+ wrap: "wrap" | "nowrap";
46
+ direction: "horizontal" | "vertical";
47
+ columns: number | ResponsiveColumns;
48
+ horizontalReSize: "hug" | "fill" | number;
49
+ verticalReSize: "hug" | "fill" | number;
50
+ horizontalAlign: "start" | "center" | "end" | "between";
51
+ verticalAlign: "start" | "center" | "end" | "between";
52
+ gap: "xs" | "sm" | "md" | "lg" | "xl" | "none";
53
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
54
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
55
+ export default _default;
56
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
+ type __VLS_TypePropsToRuntimeProps<T> = {
58
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
59
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
60
+ } : {
61
+ type: import('vue').PropType<T[K]>;
62
+ required: true;
63
+ };
64
+ };
65
+ type __VLS_WithDefaults<P, D> = {
66
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
67
+ default: D[K];
68
+ }> : P[K];
69
+ };
70
+ type __VLS_Prettify<T> = {
71
+ [K in keyof T]: T[K];
72
+ } & {};
73
+ type __VLS_WithTemplateSlots<T, S> = T & {
74
+ new (): {
75
+ $slots: S;
76
+ };
77
+ };
78
+ //# sourceMappingURL=Stack.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stack.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Stack.vue"],"names":[],"mappings":"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"}
@@ -0,0 +1,39 @@
1
+
2
+ export type BottomBarProps = {
3
+ visible: boolean;
4
+ };
5
+ declare function __VLS_template(): {
6
+ default?(_: {}): any;
7
+ };
8
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BottomBarProps>, {
9
+ visible: boolean;
10
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BottomBarProps>, {
11
+ visible: boolean;
12
+ }>>> & Readonly<{}>, {
13
+ visible: boolean;
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
16
+ export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
34
+ type __VLS_WithTemplateSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
39
+ //# sourceMappingURL=BottomBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/BottomBar.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAC;AAClC,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAwBF,iBAAS,cAAc;qBAqCM,GAAG;EAK/B;AAUD,QAAA,MAAM,eAAe;;;;;aA7EV,OAAO;4EAmFhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,49 @@
1
+
2
+ export type DrawerProps = {
3
+ title?: string;
4
+ visible: boolean;
5
+ };
6
+ declare function __VLS_template(): {
7
+ header?(_: {}): any;
8
+ body?(_: {}): any;
9
+ footer?(_: {}): any;
10
+ };
11
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
12
+ title: string;
13
+ visible: boolean;
14
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update:visible": (visible: boolean) => void;
16
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
17
+ title: string;
18
+ visible: boolean;
19
+ }>>> & Readonly<{
20
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
21
+ }>, {
22
+ title: string;
23
+ visible: boolean;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('vue').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
44
+ type __VLS_WithTemplateSlots<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };
49
+ //# sourceMappingURL=Drawer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/navigation/Drawer.vue"],"names":[],"mappings":"AAMA,OAAO,0BAA0B,CAAA;AACjC,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,OAAO,CAAA;CACjB,CAAA;AAyCD,iBAAS,cAAc;oBAsKM,GAAG;kBACL,GAAG;oBACD,GAAG;EAG/B;AAeD,QAAA,MAAM,eAAe;;;;;;;;;;;WArOX,MAAM;aACL,OAAO;4EA2OhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,51 @@
1
+ interface Props {
2
+ url: string;
3
+ query?: string;
4
+ limit?: number;
5
+ }
6
+ declare function __VLS_template(): {
7
+ default?(_: {
8
+ data: any;
9
+ loading: boolean;
10
+ error: Error | null;
11
+ }): any;
12
+ };
13
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ query: string;
15
+ limit: undefined;
16
+ }>>, {
17
+ data: import('vue').Ref<any, any>;
18
+ loading: import('vue').Ref<boolean, boolean>;
19
+ error: import('vue').Ref<Error | null, Error | null>;
20
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
+ query: string;
22
+ limit: undefined;
23
+ }>>> & Readonly<{}>, {
24
+ query: string;
25
+ limit: number;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
28
+ export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ type __VLS_Prettify<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
46
+ type __VLS_WithTemplateSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
51
+ //# sourceMappingURL=DataProvider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataProvider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/DataProvider.vue"],"names":[],"mappings":"AAGA;AAMA,UAAU,KAAK;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AA8DD,iBAAS,cAAc;;;;;QA6BM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;;;;;;;;;;;WA7GX,MAAM;WACN,MAAM;4EAmHd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,64 @@
1
+ export type OptionGroupSwitchControllerProps = {
2
+ itemMapKey: string;
3
+ groupMapKey: string;
4
+ groups: any[];
5
+ items: any[];
6
+ defaultActiveValue: string;
7
+ };
8
+ declare function __VLS_template(): {
9
+ default?(_: {
10
+ optionGroups: any[];
11
+ optionGroupByContents: {
12
+ isActive: boolean;
13
+ mapKey: any;
14
+ group: any;
15
+ items: any[];
16
+ }[];
17
+ activeValue: string;
18
+ updateActiveValue: (value: string) => void;
19
+ }): any;
20
+ };
21
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OptionGroupSwitchControllerProps>, {
22
+ itemMapKey: string;
23
+ groupMapKey: string;
24
+ groups: () => never[];
25
+ items: () => never[];
26
+ defaultActiveValue: string;
27
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OptionGroupSwitchControllerProps>, {
28
+ itemMapKey: string;
29
+ groupMapKey: string;
30
+ groups: () => never[];
31
+ items: () => never[];
32
+ defaultActiveValue: string;
33
+ }>>> & Readonly<{}>, {
34
+ items: any[];
35
+ itemMapKey: string;
36
+ groupMapKey: string;
37
+ groups: any[];
38
+ defaultActiveValue: string;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
41
+ export default _default;
42
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
+ type __VLS_TypePropsToRuntimeProps<T> = {
44
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
45
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
+ } : {
47
+ type: import('vue').PropType<T[K]>;
48
+ required: true;
49
+ };
50
+ };
51
+ type __VLS_WithDefaults<P, D> = {
52
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
53
+ default: D[K];
54
+ }> : P[K];
55
+ };
56
+ type __VLS_Prettify<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
59
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
64
+ //# sourceMappingURL=OptionGroupSwitchController.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionGroupSwitchController.vue.d.ts","sourceRoot":"","sources":["../../../src/components/renderless/OptionGroupSwitchController.vue"],"names":[],"mappings":"AAQA;AAGA,MAAM,MAAM,gCAAgC,GAAG;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC;AA0DF,iBAAS,cAAc;;;;;;;;;;mCAxBW,MAAM;QAsDX,GAAG;EAK/B;AAYD,QAAA,MAAM,eAAe;;;;;;;;;;;;;WA3GZ,GAAG,EAAE;gBAHA,MAAM;iBACL,MAAM;YACX,GAAG,EAAE;wBAEO,MAAM;4EAgH1B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,14 @@
1
+ export default function useAppDialogGuidance(): {
2
+ visible: import('vue').Ref<boolean, boolean>;
3
+ title: import('vue').Ref<string, string>;
4
+ content: import('vue').Ref<string, string>;
5
+ confirmHandler: import('vue').Ref<() => void, () => void>;
6
+ show: ({ _title, _content, _confirmHandler }: {
7
+ _title?: string | undefined;
8
+ _content?: string | undefined;
9
+ _confirmHandler?: (() => void) | undefined;
10
+ }) => void;
11
+ hide: () => void;
12
+ confirm: () => void;
13
+ };
14
+ //# sourceMappingURL=useAppDialogGuidance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAppDialogGuidance.d.ts","sourceRoot":"","sources":["../../src/composable/useAppDialogGuidance.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,oBAAoB;;;;;;;;;;;;EAkC3C"}
@@ -0,0 +1,21 @@
1
+ import { StatusColor } from '../types';
2
+
3
+ export type AppNotification = {
4
+ id?: number;
5
+ type: StatusColor;
6
+ message: string;
7
+ };
8
+ export default function useAppNotifications(timeout?: number): {
9
+ notifications: import('vue').Ref<{
10
+ id?: number | undefined;
11
+ type: StatusColor;
12
+ message: string;
13
+ }[], AppNotification[] | {
14
+ id?: number | undefined;
15
+ type: StatusColor;
16
+ message: string;
17
+ }[]>;
18
+ addNotification: (notification: AppNotification) => void;
19
+ removeNotificationById: (id: number) => void;
20
+ };
21
+ //# sourceMappingURL=useAppNotifications.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAppNotifications.d.ts","sourceRoot":"","sources":["../../src/composable/useAppNotifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,OAAO,SAAO;;aAJnD,MAAM;cACL,WAAW;iBACR,MAAM;;aAFV,MAAM;cACL,WAAW;iBACR,MAAM;;oCAMwB,eAAe;iCAYlB,MAAM;EAc3C"}
@@ -0,0 +1,5 @@
1
+ export default function useSyncedTabPanel(): {
2
+ tabIndex: import('vue').Ref<number, number>;
3
+ updateTabIndex: (index: number) => void;
4
+ };
5
+ //# sourceMappingURL=useSyncedTabPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSyncedTabPanel.d.ts","sourceRoot":"","sources":["../../src/composable/useSyncedTabPanel.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,iBAAiB;;4BAER,MAAM;EAQtC"}
@@ -0,0 +1,19 @@
1
+ import { hideAllPoppers } from 'floating-vue';
2
+
3
+ type ToolChipPlacementType = "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
4
+ export default function useToolChip(): {
5
+ hideAllPoppers: typeof hideAllPoppers;
6
+ showPopper: ({ name, element, message, placement, hasDone, timeout, autoHideOnUserInteraction, displayOnce, strategy, }: {
7
+ name: string;
8
+ element: HTMLElement;
9
+ message: string;
10
+ placement?: ToolChipPlacementType;
11
+ hasDone?: boolean;
12
+ timeout?: number | null;
13
+ autoHideOnUserInteraction?: boolean;
14
+ displayOnce?: boolean;
15
+ strategy?: "absolute" | "fixed";
16
+ }) => void;
17
+ };
18
+ export {};
19
+ //# sourceMappingURL=useToolChip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useToolChip.d.ts","sourceRoot":"","sources":["../../src/composable/useToolChip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,cAAc,EAAE,MAAM,cAAc,CAAC;AAE7E,KAAK,qBAAqB,GACtB,MAAM,GACN,YAAY,GACZ,UAAU,GACV,KAAK,GACL,WAAW,GACX,SAAS,GACT,OAAO,GACP,aAAa,GACb,WAAW,GACX,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,CAAC;AACf,MAAM,CAAC,OAAO,UAAU,WAAW;;6HAiB9B;QACD,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,WAAW,CAAC;QACrB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,qBAAqB,CAAC;QAClC,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,yBAAyB,CAAC,EAAE,OAAO,CAAC;QACpC,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;KACjC;EAsEF"}
@@ -0,0 +1,79 @@
1
+ export declare const ColorOptions: {
2
+ readonly primary: "primary";
3
+ readonly secondary: "secondary";
4
+ readonly warning: "warning";
5
+ readonly danger: "danger";
6
+ readonly success: "success";
7
+ readonly info: "info";
8
+ readonly default: "default";
9
+ readonly subtle: "subtle";
10
+ readonly muted: "muted";
11
+ readonly light: "light";
12
+ };
13
+ export declare const StatusColorOptions: {
14
+ readonly warning: "warning";
15
+ readonly danger: "danger";
16
+ readonly success: "success";
17
+ readonly info: "info";
18
+ readonly default: "default";
19
+ };
20
+ export declare const SizeOptions: {
21
+ readonly xs: "xs";
22
+ readonly sm: "sm";
23
+ readonly md: "md";
24
+ readonly lg: "lg";
25
+ readonly xl: "xl";
26
+ };
27
+ export declare const LimitedSizeOptions: {
28
+ readonly sm: "sm";
29
+ readonly md: "md";
30
+ };
31
+ export declare const FontSizeOptions: {
32
+ readonly minimum: "minimum";
33
+ readonly caption: "caption";
34
+ readonly body: "body";
35
+ readonly subtitle: "subtitle";
36
+ readonly title: "title";
37
+ readonly headline: "headline";
38
+ };
39
+ export declare const FontWeightOptions: {
40
+ readonly bold: "bold";
41
+ readonly normal: "normal";
42
+ };
43
+ export declare const directionOptions: {
44
+ readonly vertical: "vertical";
45
+ readonly horizontal: "horizontal";
46
+ };
47
+ export declare const ResizeOptions: {
48
+ readonly hug: "hug";
49
+ readonly fill: "fill";
50
+ };
51
+ export declare const AlignOptions: {
52
+ readonly start: "start";
53
+ readonly center: "center";
54
+ readonly end: "end";
55
+ readonly between: "between";
56
+ };
57
+ export declare const WrapOptions: {
58
+ readonly wrap: "wrap";
59
+ readonly nowrap: "nowrap";
60
+ };
61
+ export declare const BorderWidthOptions: {
62
+ readonly thin: "thin";
63
+ readonly thick: "thick";
64
+ readonly normal: "normal";
65
+ };
66
+ export declare const AspectOptions: {
67
+ readonly square: "square";
68
+ readonly portrait: "portrait";
69
+ readonly landscape: "landscape";
70
+ readonly widescreen: "widescreen";
71
+ readonly "widescreen-reverse": "widescreen-reverse";
72
+ readonly panorama: "panorama";
73
+ readonly "panorama-reverse": "panorama-reverse";
74
+ readonly cinema: "cinema";
75
+ readonly "cinema-reverse": "cinema-reverse";
76
+ readonly golden: "golden";
77
+ readonly "golden-reverse": "golden-reverse";
78
+ };
79
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;CAWf,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;;;CAMrB,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;CAMd,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;CAOlB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC;AAEX,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AAEX,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AAEX,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,eAAO,MAAM,kBAAkB;;;;CAIrB,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;;;;;;;CAYhB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { Directive } from 'vue';
2
+
3
+ declare const autoScale: Directive;
4
+ export default autoScale;
5
+ //# sourceMappingURL=auto-scale.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-scale.d.ts","sourceRoot":"","sources":["../../src/directives/auto-scale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAGhC,QAAA,MAAM,SAAS,EAAE,SA8EhB,CAAC;AAEF,eAAe,SAAS,CAAC"}