@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,54 @@
1
+
2
+ export type DropdownItem = {
3
+ title: string;
4
+ action?: () => void;
5
+ };
6
+ export type DropdownProps = {
7
+ items?: DropdownItem[];
8
+ disabled?: boolean;
9
+ };
10
+ declare function selectItem(item: DropdownItem): void;
11
+ declare function __VLS_template(): {
12
+ trigger?(_: {
13
+ toggle: () => void;
14
+ }): any;
15
+ default?(_: {
16
+ items: DropdownItem[];
17
+ select: typeof selectItem;
18
+ }): any;
19
+ };
20
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DropdownProps>, {
21
+ items: () => never[];
22
+ disabled: boolean;
23
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DropdownProps>, {
24
+ items: () => never[];
25
+ disabled: boolean;
26
+ }>>> & Readonly<{}>, {
27
+ disabled: boolean;
28
+ items: DropdownItem[];
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
+ export default _default;
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: import('vue').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
+ new (): {
51
+ $slots: S;
52
+ };
53
+ };
54
+ //# sourceMappingURL=DropDown.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropDown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/DropDown.vue"],"names":[],"mappings":"AAEA,OAAO,0BAA0B,CAAA;AAIjC,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,YAAY,EAAE,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAwBD,iBAAS,UAAU,CAAC,IAAI,EAAE,YAAY,QAGrC;AAYD,iBAAS,cAAc;;;QA4GM,GAAG;;;;QACF,GAAG;EAGhC;AAcD,QAAA,MAAM,eAAe;;;;;;;cAtKR,OAAO;WADV,YAAY,EAAE;4EA6KtB,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,52 @@
1
+ import { Aspect } from '../../types';
2
+
3
+ export type GalleryProps = {
4
+ imageUrls?: Array<string>;
5
+ thumbUrls?: Array<string>;
6
+ delay?: number;
7
+ showThumbs?: boolean;
8
+ aspect?: Aspect;
9
+ autoplay?: boolean;
10
+ maxVisibleThumbs?: number;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GalleryProps>, {
13
+ imageUrls: () => Array<string>;
14
+ showThumbs: boolean;
15
+ delay: number;
16
+ aspect: string;
17
+ autoplay: boolean;
18
+ maxVisibleThumbs: number;
19
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GalleryProps>, {
20
+ imageUrls: () => Array<string>;
21
+ showThumbs: boolean;
22
+ delay: number;
23
+ aspect: string;
24
+ autoplay: boolean;
25
+ maxVisibleThumbs: number;
26
+ }>>> & Readonly<{}>, {
27
+ autoplay: boolean;
28
+ delay: number;
29
+ imageUrls: Array<string>;
30
+ showThumbs: boolean;
31
+ aspect: Aspect;
32
+ maxVisibleThumbs: number;
33
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
34
+ export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('vue').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
52
+ //# sourceMappingURL=Gallery.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Gallery.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Gallery.vue"],"names":[],"mappings":"AAiCA;AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAEhC,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACzB,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CAC1B,CAAA;;qBAsDwB,KAAK,CAAC,MAAM,CAAC;;;;;;;qBAAb,KAAK,CAAC,MAAM,CAAC;;;;;;;cAxDzB,OAAO;WAHV,MAAM;eAFF,KAAK,CAAC,MAAM,CAAC;gBAGZ,OAAO;YACX,MAAM;sBAEI,MAAM;;AAgN3B,wBAMG;AACH,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"}
@@ -0,0 +1,51 @@
1
+
2
+ export type ModalProps = {
3
+ title?: string;
4
+ visible: boolean;
5
+ };
6
+ declare function __VLS_template(): {
7
+ header?(_: {}): any;
8
+ headerLeftItem?(_: {}): any;
9
+ headerRightItem?(_: {}): any;
10
+ body?(_: {}): any;
11
+ footer?(_: {}): any;
12
+ };
13
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ModalProps>, {
14
+ title: string;
15
+ visible: boolean;
16
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ onChangeVisible: (...args: any[]) => void;
18
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ModalProps>, {
19
+ title: string;
20
+ visible: boolean;
21
+ }>>> & Readonly<{
22
+ onOnChangeVisible?: ((...args: any[]) => any) | undefined;
23
+ }>, {
24
+ title: string;
25
+ visible: boolean;
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=Modal.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Modal.vue"],"names":[],"mappings":"AAMA,OAAO,0BAA0B,CAAC;AAClC,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AA+CF,iBAAS,cAAc;oBAyMM,GAAG;4BACK,GAAG;6BACF,GAAG;kBACd,GAAG;oBACD,GAAG;EAG/B;AAiBD,QAAA,MAAM,eAAe;;;;;;;;;;;WAlRX,MAAM;aACL,OAAO;4EAwRhB,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
+ import { AppNotification } from '../../composable/useAppNotifications';
2
+
3
+ export type NotificationProps = {
4
+ size?: "sm" | "md";
5
+ notifications?: Array<AppNotification>;
6
+ position?: "top" | "bottom";
7
+ offset?: number | null;
8
+ width?: "hug" | "fill";
9
+ };
10
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<NotificationProps>, {
11
+ notifications: () => Array<AppNotification>;
12
+ position: string;
13
+ size: string;
14
+ offset: null;
15
+ width: string;
16
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ "remove-notification": (...args: any[]) => void;
18
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<NotificationProps>, {
19
+ notifications: () => Array<AppNotification>;
20
+ position: string;
21
+ size: string;
22
+ offset: null;
23
+ width: string;
24
+ }>>> & Readonly<{
25
+ "onRemove-notification"?: ((...args: any[]) => any) | undefined;
26
+ }>, {
27
+ width: "hug" | "fill";
28
+ size: "sm" | "md";
29
+ offset: number | null;
30
+ position: "top" | "bottom";
31
+ notifications: Array<AppNotification>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
33
+ export default _default;
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToRuntimeProps<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
43
+ type __VLS_WithDefaults<P, D> = {
44
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
45
+ default: D[K];
46
+ }> : P[K];
47
+ };
48
+ type __VLS_Prettify<T> = {
49
+ [K in keyof T]: T[K];
50
+ } & {};
51
+ //# sourceMappingURL=Notification.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Notification.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Notification.vue"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAGnE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IACvC,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;CACxB,CAAC;;yBAoC2B,KAAK,CAAC,eAAe,CAAC;;;;;;;;yBAAtB,KAAK,CAAC,eAAe,CAAC;;;;;;;;WArCzC,KAAK,GAAG,MAAM;UAJf,IAAI,GAAG,IAAI;YAGT,MAAM,GAAG,IAAI;cADX,KAAK,GAAG,QAAQ;mBADX,KAAK,CAAC,eAAe,CAAC;;AAmIxC,wBAOG;AACH,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"}
@@ -0,0 +1,38 @@
1
+ export type TabProps = {
2
+ active?: boolean;
3
+ };
4
+ declare function __VLS_template(): {
5
+ default?(_: {}): any;
6
+ };
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabProps>, {
8
+ active: boolean;
9
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabProps>, {
10
+ active: boolean;
11
+ }>>> & Readonly<{}>, {
12
+ active: boolean;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ export default _default;
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToRuntimeProps<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
25
+ type __VLS_WithDefaults<P, D> = {
26
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
+ default: D[K];
28
+ }> : P[K];
29
+ };
30
+ type __VLS_Prettify<T> = {
31
+ [K in keyof T]: T[K];
32
+ } & {};
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
38
+ //# sourceMappingURL=Tab.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Tab.vue"],"names":[],"mappings":"AAQA;AAGA,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAiBF,iBAAS,cAAc;qBAqCM,GAAG;EAK/B;AAUD,QAAA,MAAM,eAAe;;;;;YAtEV,OAAO;4EA4EhB,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,13 @@
1
+ export type TabPanelProps = {};
2
+ declare function __VLS_template(): {
3
+ default?(_: {}): any;
4
+ };
5
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
+ export default _default;
8
+ type __VLS_WithTemplateSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
13
+ //# sourceMappingURL=TabPanel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/TabPanel.vue"],"names":[],"mappings":"AAKA;AAGA,MAAM,MAAM,aAAa,GAAG,EAAE,CAAC;AAa/B,iBAAS,cAAc;qBAqCM,GAAG;EAK/B;AAUD,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAUxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -0,0 +1,48 @@
1
+ export type TabPanelsProps = {
2
+ modelValue?: number;
3
+ };
4
+ declare function __VLS_template(): {
5
+ default?(_: {
6
+ currentIndex: number;
7
+ }): any;
8
+ };
9
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabPanelsProps>, {
10
+ modelValue: number;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ onTransitionEnd: (...args: any[]) => void;
13
+ onChangeIndex: (...args: any[]) => void;
14
+ onSlide: (...args: any[]) => void;
15
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabPanelsProps>, {
16
+ modelValue: number;
17
+ }>>> & Readonly<{
18
+ onOnTransitionEnd?: ((...args: any[]) => any) | undefined;
19
+ onOnChangeIndex?: ((...args: any[]) => any) | undefined;
20
+ onOnSlide?: ((...args: any[]) => any) | undefined;
21
+ }>, {
22
+ modelValue: number;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('vue').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
48
+ //# sourceMappingURL=TabPanels.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabPanels.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/TabPanels.vue"],"names":[],"mappings":"AAKA;AAIA,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAyCF,iBAAS,cAAc;;;QAwCM,GAAG;EAK/B;AAaD,QAAA,MAAM,eAAe;;;;;;;;;;;;;gBApGN,MAAM;4EA2GnB,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,44 @@
1
+ export type TabsProps = {
2
+ modelValue?: number;
3
+ isScrollable?: boolean;
4
+ };
5
+ declare function __VLS_template(): {
6
+ default?(_: {
7
+ currentIndex: number;
8
+ }): any;
9
+ };
10
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabsProps>, {
11
+ modelValue: number;
12
+ isScrollable: boolean;
13
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TabsProps>, {
14
+ modelValue: number;
15
+ isScrollable: boolean;
16
+ }>>> & Readonly<{}>, {
17
+ modelValue: number;
18
+ isScrollable: boolean;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ export default _default;
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
44
+ //# sourceMappingURL=Tabs.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/interactive/Tabs.vue"],"names":[],"mappings":"AAKA;AAMA,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AA8CF,iBAAS,cAAc;;;QAwCM,GAAG;EAK/B;AAYD,QAAA,MAAM,eAAe;;;;;;;gBAzGN,MAAM;kBACJ,OAAO;4EA8GtB,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,50 @@
1
+ import { Color } from '../../types';
2
+
3
+ export type CardProps = {
4
+ title?: string;
5
+ elevation: boolean;
6
+ dense?: boolean;
7
+ color?: Color;
8
+ valiant?: "outlined" | "tonal";
9
+ disabled?: boolean;
10
+ };
11
+ declare function __VLS_template(): {
12
+ header?(_: {}): any;
13
+ headerAction?(_: {}): any;
14
+ default?(_: {}): any;
15
+ };
16
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardProps>, {
17
+ elevation: boolean;
18
+ valiant: string;
19
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CardProps>, {
20
+ elevation: boolean;
21
+ valiant: string;
22
+ }>>> & Readonly<{}>, {
23
+ elevation: boolean;
24
+ valiant: "outlined" | "tonal";
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
27
+ export default _default;
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToRuntimeProps<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('vue').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
42
+ type __VLS_Prettify<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
45
+ type __VLS_WithTemplateSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
50
+ //# sourceMappingURL=Card.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Card.vue"],"names":[],"mappings":"AAIA,OAAO,0BAA0B,CAAC;AAClC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA+CF,iBAAS,cAAc;oBA2HM,GAAG;0BACG,GAAG;qBACR,GAAG;EAGhC;AAYD,QAAA,MAAM,eAAe;;;;;;;eAhMR,OAAO;aAGR,UAAU,GAAG,OAAO;4EAmM9B,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,46 @@
1
+ export interface GridProps {
2
+ column?: 2 | 3 | 4;
3
+ pcColumn?: 2 | 3 | 4;
4
+ spColumn?: 1 | 2;
5
+ }
6
+ declare function __VLS_template(): {
7
+ default?(_: {}): any;
8
+ };
9
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GridProps>, {
10
+ column: number;
11
+ pcColumn: undefined;
12
+ spColumn: undefined;
13
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<GridProps>, {
14
+ column: number;
15
+ pcColumn: undefined;
16
+ spColumn: undefined;
17
+ }>>> & Readonly<{}>, {
18
+ column: 2 | 3 | 4;
19
+ pcColumn: 2 | 3 | 4;
20
+ spColumn: 1 | 2;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
41
+ type __VLS_WithTemplateSlots<T, S> = T & {
42
+ new (): {
43
+ $slots: S;
44
+ };
45
+ };
46
+ //# sourceMappingURL=Grid.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Grid.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/Grid.vue"],"names":[],"mappings":"AAIA,MAAM,WAAW,SAAS;IACxB,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;CAClB;AAgDD,iBAAS,cAAc;qBAgDO,GAAG;EAKhC;AASD,QAAA,MAAM,eAAe;;;;;;;;;YAjHV,CAAC,GAAG,CAAC,GAAG,CAAC;cACP,CAAC,GAAG,CAAC,GAAG,CAAC;cACT,CAAC,GAAG,CAAC;4EAqHhB,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,72 @@
1
+ export type ListItem = {
2
+ name: string;
3
+ [key: string]: any;
4
+ };
5
+ export type ListProps = {
6
+ items: ListItem[];
7
+ withDivider?: boolean;
8
+ dense?: boolean;
9
+ gap?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
10
+ contentInset?: {
11
+ top?: number;
12
+ bottom?: number;
13
+ left?: number;
14
+ right?: number;
15
+ };
16
+ emptyText?: string;
17
+ loading?: boolean;
18
+ };
19
+ declare function __VLS_template(): {
20
+ default?(_: {
21
+ item: ListItem;
22
+ index: number;
23
+ }): any;
24
+ "empty-state"?(_: {}): any;
25
+ };
26
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ListProps>, {
27
+ withDivider: boolean;
28
+ dense: boolean;
29
+ gap: string;
30
+ emptyText: string;
31
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
+ onChangeDirection: (...args: any[]) => void;
33
+ onScrollReachEnd: (...args: any[]) => void;
34
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ListProps>, {
35
+ withDivider: boolean;
36
+ dense: boolean;
37
+ gap: string;
38
+ emptyText: string;
39
+ }>>> & Readonly<{
40
+ onOnChangeDirection?: ((...args: any[]) => any) | undefined;
41
+ onOnScrollReachEnd?: ((...args: any[]) => any) | undefined;
42
+ }>, {
43
+ dense: boolean;
44
+ gap: "xs" | "sm" | "md" | "lg" | "xl";
45
+ withDivider: boolean;
46
+ emptyText: string;
47
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
48
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
49
+ export default _default;
50
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
+ type __VLS_TypePropsToRuntimeProps<T> = {
52
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
53
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
54
+ } : {
55
+ type: import('vue').PropType<T[K]>;
56
+ required: true;
57
+ };
58
+ };
59
+ type __VLS_WithDefaults<P, D> = {
60
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
+ default: D[K];
62
+ }> : P[K];
63
+ };
64
+ type __VLS_Prettify<T> = {
65
+ [K in keyof T]: T[K];
66
+ } & {};
67
+ type __VLS_WithTemplateSlots<T, S> = T & {
68
+ new (): {
69
+ $slots: S;
70
+ };
71
+ };
72
+ //# sourceMappingURL=List.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"List.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layouts/List.vue"],"names":[],"mappings":"AASA,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,QAAQ,EAAE,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACtC,YAAY,CAAC,EAAE;QACb,GAAG,CAAC,EAAE,MAAM,CAAA;QACZ,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,KAAK,CAAC,EAAE,MAAM,CAAA;KACf,CAAA;IACD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAuED,iBAAS,cAAc;;;;QAwIO,GAAG;2BACG,GAAG;EAGtC;AAeD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;WA5OX,OAAO;SACT,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;iBAFxB,OAAO;eAST,MAAM;4EA2OlB,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"}