startup-ui 0.9.18 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/startup-ui.cjs.js +18 -18
  3. package/dist/startup-ui.cjs.js.map +1 -1
  4. package/dist/startup-ui.es.js +2796 -2906
  5. package/dist/startup-ui.es.js.map +1 -1
  6. package/dist/types/components/SActionBar.d.ts +18 -0
  7. package/dist/types/components/SActionBar.d.ts.map +1 -0
  8. package/dist/types/components/SActionIcon.d.ts +18 -0
  9. package/dist/types/components/SActionIcon.d.ts.map +1 -0
  10. package/dist/types/components/SAlert/SAlert.d.ts +12 -0
  11. package/dist/types/components/SAlert/SAlert.d.ts.map +1 -0
  12. package/dist/types/components/SButton.d.ts +36 -0
  13. package/dist/types/components/SButton.d.ts.map +1 -0
  14. package/dist/types/components/SCanvas.d.ts +30 -0
  15. package/dist/types/components/SCanvas.d.ts.map +1 -0
  16. package/dist/types/components/SCheckbox.d.ts +33 -0
  17. package/dist/types/components/SCheckbox.d.ts.map +1 -0
  18. package/dist/types/components/SCheckboxGroup.d.ts +31 -0
  19. package/dist/types/components/SCheckboxGroup.d.ts.map +1 -0
  20. package/dist/types/components/SColumnSettings.d.ts +60 -0
  21. package/dist/types/components/SColumnSettings.d.ts.map +1 -0
  22. package/dist/types/components/SConfirm/SConfirm.d.ts +16 -0
  23. package/dist/types/components/SConfirm/SConfirm.d.ts.map +1 -0
  24. package/dist/types/components/SCopyText.d.ts +28 -0
  25. package/dist/types/components/SCopyText.d.ts.map +1 -0
  26. package/dist/types/components/SDashboard.d.ts +18 -0
  27. package/dist/types/components/SDashboard.d.ts.map +1 -0
  28. package/dist/types/components/SDashboardItem.d.ts +27 -0
  29. package/dist/types/components/SDashboardItem.d.ts.map +1 -0
  30. package/dist/types/components/SDatePicker.d.ts +31 -0
  31. package/dist/types/components/SDatePicker.d.ts.map +1 -0
  32. package/dist/types/components/SDialog.d.ts +42 -0
  33. package/dist/types/components/SDialog.d.ts.map +1 -0
  34. package/dist/types/components/SDropdownMenu.d.ts +39 -0
  35. package/dist/types/components/SDropdownMenu.d.ts.map +1 -0
  36. package/dist/types/components/SFilter.d.ts +7 -0
  37. package/dist/types/components/{SFilter.vue.d.ts.map → SFilter.d.ts.map} +1 -1
  38. package/dist/types/components/SFilterGroup.d.ts +43 -0
  39. package/dist/types/components/SFilterGroup.d.ts.map +1 -0
  40. package/dist/types/components/SFooter.d.ts +18 -0
  41. package/dist/types/components/SFooter.d.ts.map +1 -0
  42. package/dist/types/components/SForm.d.ts +44 -0
  43. package/dist/types/components/SForm.d.ts.map +1 -0
  44. package/dist/types/components/SFormRow.d.ts +34 -0
  45. package/dist/types/components/SFormRow.d.ts.map +1 -0
  46. package/dist/types/components/SHorizontalMenu.d.ts +31 -0
  47. package/dist/types/components/SHorizontalMenu.d.ts.map +1 -0
  48. package/dist/types/components/SHtmlEditor.d.ts +18 -0
  49. package/dist/types/components/SHtmlEditor.d.ts.map +1 -0
  50. package/dist/types/components/SImagePreview.d.ts +27 -0
  51. package/dist/types/components/SImagePreview.d.ts.map +1 -0
  52. package/dist/types/components/SInput.d.ts +45 -0
  53. package/dist/types/components/SInput.d.ts.map +1 -0
  54. package/dist/types/components/SNote.d.ts +26 -0
  55. package/dist/types/components/SNote.d.ts.map +1 -0
  56. package/dist/types/components/SPagination.d.ts +25 -0
  57. package/dist/types/components/SPagination.d.ts.map +1 -0
  58. package/dist/types/components/SProgressbar.d.ts +22 -0
  59. package/dist/types/components/SProgressbar.d.ts.map +1 -0
  60. package/dist/types/components/SRadio.d.ts +27 -0
  61. package/dist/types/components/SRadio.d.ts.map +1 -0
  62. package/dist/types/components/SRadioGroup.d.ts +35 -0
  63. package/dist/types/components/SRadioGroup.d.ts.map +1 -0
  64. package/dist/types/components/SSelect.d.ts +66 -0
  65. package/dist/types/components/SSelect.d.ts.map +1 -0
  66. package/dist/types/components/SStat.d.ts +26 -0
  67. package/dist/types/components/SStat.d.ts.map +1 -0
  68. package/dist/types/components/SStatus.d.ts +23 -0
  69. package/dist/types/components/SStatus.d.ts.map +1 -0
  70. package/dist/types/components/SSwitch.d.ts +34 -0
  71. package/dist/types/components/SSwitch.d.ts.map +1 -0
  72. package/dist/types/components/STable.d.ts +66 -0
  73. package/dist/types/components/STable.d.ts.map +1 -0
  74. package/dist/types/components/STag.d.ts +22 -0
  75. package/dist/types/components/STag.d.ts.map +1 -0
  76. package/dist/types/components/STimeline.d.ts +22 -0
  77. package/dist/types/components/STimeline.d.ts.map +1 -0
  78. package/dist/types/components/SToggle.d.ts +27 -0
  79. package/dist/types/components/SToggle.d.ts.map +1 -0
  80. package/dist/types/components/SToggleGroup.d.ts +21 -0
  81. package/dist/types/components/SToggleGroup.d.ts.map +1 -0
  82. package/dist/types/components/STooltip.d.ts +32 -0
  83. package/dist/types/components/STooltip.d.ts.map +1 -0
  84. package/dist/types/components/STree.d.ts +71 -0
  85. package/dist/types/components/STree.d.ts.map +1 -0
  86. package/dist/types/components/SUpload.d.ts +62 -0
  87. package/dist/types/components/SUpload.d.ts.map +1 -0
  88. package/dist/types/components/SVerticalMenu.d.ts +21 -0
  89. package/dist/types/components/SVerticalMenu.d.ts.map +1 -0
  90. package/dist/types/global-components.d.ts +126 -0
  91. package/dist/types/global-components.d.ts.map +1 -0
  92. package/dist/types/index.d.ts +44 -43
  93. package/dist/types/index.d.ts.map +1 -1
  94. package/dist/types/plugin.d.ts +1 -2
  95. package/dist/types/plugin.d.ts.map +1 -1
  96. package/package.json +5 -5
  97. package/dist/types/components/SActionBar.vue.d.ts +0 -10
  98. package/dist/types/components/SActionBar.vue.d.ts.map +0 -1
  99. package/dist/types/components/SActionIcon.vue.d.ts +0 -17
  100. package/dist/types/components/SActionIcon.vue.d.ts.map +0 -1
  101. package/dist/types/components/SAlert/SAlert.vue.d.ts +0 -8
  102. package/dist/types/components/SAlert/SAlert.vue.d.ts.map +0 -1
  103. package/dist/types/components/SButton.vue.d.ts +0 -29
  104. package/dist/types/components/SButton.vue.d.ts.map +0 -1
  105. package/dist/types/components/SCanvas.vue.d.ts +0 -27
  106. package/dist/types/components/SCanvas.vue.d.ts.map +0 -1
  107. package/dist/types/components/SCheckbox.vue.d.ts +0 -18
  108. package/dist/types/components/SCheckbox.vue.d.ts.map +0 -1
  109. package/dist/types/components/SCheckboxGroup.vue.d.ts +0 -19
  110. package/dist/types/components/SCheckboxGroup.vue.d.ts.map +0 -1
  111. package/dist/types/components/SColumnSettings.vue.d.ts +0 -26
  112. package/dist/types/components/SColumnSettings.vue.d.ts.map +0 -1
  113. package/dist/types/components/SConfirm/SConfirm.vue.d.ts +0 -6
  114. package/dist/types/components/SConfirm/SConfirm.vue.d.ts.map +0 -1
  115. package/dist/types/components/SCopyText.vue.d.ts +0 -23
  116. package/dist/types/components/SCopyText.vue.d.ts.map +0 -1
  117. package/dist/types/components/SDashboard.vue.d.ts +0 -10
  118. package/dist/types/components/SDashboard.vue.d.ts.map +0 -1
  119. package/dist/types/components/SDashboardItem.vue.d.ts +0 -27
  120. package/dist/types/components/SDashboardItem.vue.d.ts.map +0 -1
  121. package/dist/types/components/SDatePicker.vue.d.ts +0 -26
  122. package/dist/types/components/SDatePicker.vue.d.ts.map +0 -1
  123. package/dist/types/components/SDialog.vue.d.ts +0 -20
  124. package/dist/types/components/SDialog.vue.d.ts.map +0 -1
  125. package/dist/types/components/SDropdownMenu.vue.d.ts +0 -23
  126. package/dist/types/components/SDropdownMenu.vue.d.ts.map +0 -1
  127. package/dist/types/components/SFilter.vue.d.ts +0 -10
  128. package/dist/types/components/SFilterGroup.vue.d.ts +0 -19
  129. package/dist/types/components/SFilterGroup.vue.d.ts.map +0 -1
  130. package/dist/types/components/SFooter.vue.d.ts +0 -10
  131. package/dist/types/components/SFooter.vue.d.ts.map +0 -1
  132. package/dist/types/components/SForm.vue.d.ts +0 -26
  133. package/dist/types/components/SForm.vue.d.ts.map +0 -1
  134. package/dist/types/components/SFormRow.vue.d.ts +0 -29
  135. package/dist/types/components/SFormRow.vue.d.ts.map +0 -1
  136. package/dist/types/components/SHorizontalMenu.vue.d.ts +0 -8
  137. package/dist/types/components/SHorizontalMenu.vue.d.ts.map +0 -1
  138. package/dist/types/components/SHtmlEditor.vue.d.ts +0 -11
  139. package/dist/types/components/SHtmlEditor.vue.d.ts.map +0 -1
  140. package/dist/types/components/SImagePreview.vue.d.ts +0 -19
  141. package/dist/types/components/SImagePreview.vue.d.ts.map +0 -1
  142. package/dist/types/components/SInput.vue.d.ts +0 -32
  143. package/dist/types/components/SInput.vue.d.ts.map +0 -1
  144. package/dist/types/components/SNote.vue.d.ts +0 -25
  145. package/dist/types/components/SNote.vue.d.ts.map +0 -1
  146. package/dist/types/components/SPagination.vue.d.ts +0 -24
  147. package/dist/types/components/SPagination.vue.d.ts.map +0 -1
  148. package/dist/types/components/SProgressbar.vue.d.ts +0 -17
  149. package/dist/types/components/SProgressbar.vue.d.ts.map +0 -1
  150. package/dist/types/components/SRadio.vue.d.ts +0 -20
  151. package/dist/types/components/SRadio.vue.d.ts.map +0 -1
  152. package/dist/types/components/SRadioGroup.vue.d.ts +0 -22
  153. package/dist/types/components/SRadioGroup.vue.d.ts.map +0 -1
  154. package/dist/types/components/SSelect.vue.d.ts +0 -43
  155. package/dist/types/components/SSelect.vue.d.ts.map +0 -1
  156. package/dist/types/components/SStat.vue.d.ts +0 -25
  157. package/dist/types/components/SStat.vue.d.ts.map +0 -1
  158. package/dist/types/components/SStatus.vue.d.ts +0 -18
  159. package/dist/types/components/SStatus.vue.d.ts.map +0 -1
  160. package/dist/types/components/SSwitch.vue.d.ts +0 -19
  161. package/dist/types/components/SSwitch.vue.d.ts.map +0 -1
  162. package/dist/types/components/STable.vue.d.ts +0 -44
  163. package/dist/types/components/STable.vue.d.ts.map +0 -1
  164. package/dist/types/components/STag.vue.d.ts +0 -17
  165. package/dist/types/components/STag.vue.d.ts.map +0 -1
  166. package/dist/types/components/STimeline.vue.d.ts +0 -20
  167. package/dist/types/components/STimeline.vue.d.ts.map +0 -1
  168. package/dist/types/components/SToggle.vue.d.ts +0 -39
  169. package/dist/types/components/SToggle.vue.d.ts.map +0 -1
  170. package/dist/types/components/SToggleGroup.vue.d.ts +0 -15
  171. package/dist/types/components/SToggleGroup.vue.d.ts.map +0 -1
  172. package/dist/types/components/STooltip.vue.d.ts +0 -19
  173. package/dist/types/components/STooltip.vue.d.ts.map +0 -1
  174. package/dist/types/components/STree.vue.d.ts +0 -34
  175. package/dist/types/components/STree.vue.d.ts.map +0 -1
  176. package/dist/types/components/SUpload.vue.d.ts +0 -45
  177. package/dist/types/components/SUpload.vue.d.ts.map +0 -1
  178. package/dist/types/components/SVerticalMenu.vue.d.ts +0 -12
  179. package/dist/types/components/SVerticalMenu.vue.d.ts.map +0 -1
@@ -1,10 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- 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>;
7
- type __VLS_Slots = {
8
- default?: ((props: {}) => any) | undefined;
9
- };
10
- //# sourceMappingURL=SActionBar.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SActionBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionBar.vue"],"names":[],"mappings":"wBA6FqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
@@ -1,17 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "click", ...args: any[]) => void;
3
- icon: string | unknown[];
4
- danger: boolean;
5
- confirmTitle: string;
6
- confirm?: string | undefined;
7
- is?: string | Function | Record<string, any> | undefined;
8
- $props: {
9
- readonly icon?: string | unknown[] | undefined;
10
- readonly danger?: boolean | undefined;
11
- readonly confirmTitle?: string | undefined;
12
- readonly confirm?: string | undefined;
13
- readonly is?: string | Function | Record<string, any> | undefined;
14
- };
15
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
- export default _default;
17
- //# sourceMappingURL=SActionIcon.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SActionIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionIcon.vue"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- success: (text: any, options: any) => void;
3
- info: (text: any, options: any) => void;
4
- error: (text: any, options: any) => void;
5
- open: (text: any, options?: {}) => void;
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- export default _default;
8
- //# sourceMappingURL=SAlert.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SAlert/SAlert.vue"],"names":[],"mappings":""}
@@ -1,29 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- small: boolean;
8
- disabled: boolean;
9
- outlined: boolean;
10
- transparent: boolean;
11
- fullwidth: boolean;
12
- loading: boolean;
13
- color?: string | undefined;
14
- is?: string | Function | Record<string, any> | undefined;
15
- $props: {
16
- readonly small?: boolean | undefined;
17
- readonly disabled?: boolean | undefined;
18
- readonly outlined?: boolean | undefined;
19
- readonly transparent?: boolean | undefined;
20
- readonly fullwidth?: boolean | undefined;
21
- readonly loading?: boolean | undefined;
22
- readonly color?: string | undefined;
23
- readonly is?: string | Function | Record<string, any> | undefined;
24
- };
25
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- type __VLS_Slots = {
27
- default?: ((props: {}) => any) | undefined;
28
- };
29
- //# sourceMappingURL=SButton.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SButton.vue"],"names":[],"mappings":"wBAiOqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;;;;;2OAOG"}
@@ -1,27 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- hasStickySidebar: boolean;
8
- sidebarMobileTitle: string;
9
- $props: {
10
- readonly hasStickySidebar?: boolean | undefined;
11
- readonly sidebarMobileTitle?: string | undefined;
12
- };
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
- type __VLS_Slots = {
15
- header?: ((props: {}) => any) | undefined;
16
- } & {
17
- subheader?: ((props: {}) => any) | undefined;
18
- } & {
19
- default?: ((props: {}) => any) | undefined;
20
- } & {
21
- sidebar?: ((props: {}) => any) | undefined;
22
- } & {
23
- sidebar?: ((props: {}) => any) | undefined;
24
- } & {
25
- content?: ((props: {}) => any) | undefined;
26
- };
27
- //# sourceMappingURL=SCanvas.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SCanvas.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCanvas.vue"],"names":[],"mappings":"wBAoYqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -1,18 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "change", ...args: any[]) => void;
8
- disabled: boolean;
9
- value?: string | number | undefined;
10
- $props: {
11
- readonly disabled?: boolean | undefined;
12
- readonly value?: string | number | undefined;
13
- };
14
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
- type __VLS_Slots = {
16
- default?: ((props: {}) => any) | undefined;
17
- };
18
- //# sourceMappingURL=SCheckbox.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckbox.vue"],"names":[],"mappings":"wBA8QqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;2OAQG"}
@@ -1,19 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- vertical: boolean;
8
- modelValue?: Record<string, any> | undefined;
9
- options?: Record<string, any> | undefined;
10
- $props: {
11
- readonly vertical?: boolean | undefined;
12
- readonly modelValue?: Record<string, any> | undefined;
13
- readonly options?: Record<string, any> | undefined;
14
- };
15
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
- type __VLS_Slots = {
17
- default?: ((props: {}) => any) | undefined;
18
- };
19
- //# sourceMappingURL=SCheckboxGroup.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckboxGroup.vue"],"names":[],"mappings":"wBA6HqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
@@ -1,26 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "update:modelValue", ...args: any[]) => void;
8
- columnPresets: unknown[];
9
- permanentColumns: unknown[];
10
- modelValue?: unknown[] | undefined;
11
- options?: Record<string, any> | undefined;
12
- $props: {
13
- readonly columnPresets?: unknown[] | undefined;
14
- readonly permanentColumns?: unknown[] | undefined;
15
- readonly modelValue?: unknown[] | undefined;
16
- readonly options?: Record<string, any> | undefined;
17
- };
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
- type __VLS_Slots = {
20
- label?: ((props: {}) => any) | undefined;
21
- } & {
22
- setpreset?: ((props: {
23
- preset: unknown;
24
- }) => any) | undefined;
25
- };
26
- //# sourceMappingURL=SColumnSettings.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SColumnSettings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SColumnSettings.vue"],"names":[],"mappings":"wBA0qBqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;2OAQG"}
@@ -1,6 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- open: typeof open;
3
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
- export default _default;
5
- declare function open(msg: any, templateData: any): void;
6
- //# sourceMappingURL=SConfirm.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SConfirm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SConfirm/SConfirm.vue"],"names":[],"mappings":";;;;AAuKA,yDAWC"}
@@ -1,23 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- size: string;
8
- layout: string;
9
- href?: string | undefined;
10
- copytext?: string | undefined;
11
- $props: {
12
- readonly size?: string | undefined;
13
- readonly layout?: string | undefined;
14
- readonly href?: string | undefined;
15
- readonly copytext?: string | undefined;
16
- };
17
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- type __VLS_Slots = {
19
- default?: ((props: {}) => any) | undefined;
20
- } & {
21
- default?: ((props: {}) => any) | undefined;
22
- };
23
- //# sourceMappingURL=SCopyText.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SCopyText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCopyText.vue"],"names":[],"mappings":"wBAiPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;2OAOG"}
@@ -1,10 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- 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>;
7
- type __VLS_Slots = {
8
- default?: ((props: {}) => any) | undefined;
9
- };
10
- //# sourceMappingURL=SDashboard.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SDashboard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboard.vue"],"names":[],"mappings":"wBAkFqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
@@ -1,27 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- red: boolean;
8
- green: boolean;
9
- gray: boolean;
10
- title?: string | undefined;
11
- maxContentHeight?: string | number | undefined;
12
- $props: {
13
- readonly red?: boolean | undefined;
14
- readonly green?: boolean | undefined;
15
- readonly gray?: boolean | undefined;
16
- readonly title?: string | undefined;
17
- readonly maxContentHeight?: string | number | undefined;
18
- };
19
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- type __VLS_Slots = {
21
- title?: ((props: {}) => any) | undefined;
22
- } & {
23
- extra?: ((props: {}) => any) | undefined;
24
- } & {
25
- default?: ((props: {}) => any) | undefined;
26
- };
27
- //# sourceMappingURL=SDashboardItem.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SDashboardItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboardItem.vue"],"names":[],"mappings":"wBA6KqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;2OAOG"}
@@ -1,26 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- range: boolean;
3
- weekDayNames: unknown[];
4
- monthNames: unknown[];
5
- withTime: boolean;
6
- buttons?: Record<string, any> | undefined;
7
- valueFormat?: string | undefined;
8
- inputFormat?: string | undefined;
9
- min?: string | undefined;
10
- max?: string | undefined;
11
- numberOfMonths?: number | undefined;
12
- $props: {
13
- readonly range?: boolean | undefined;
14
- readonly weekDayNames?: unknown[] | undefined;
15
- readonly monthNames?: unknown[] | undefined;
16
- readonly withTime?: boolean | undefined;
17
- readonly buttons?: Record<string, any> | undefined;
18
- readonly valueFormat?: string | undefined;
19
- readonly inputFormat?: string | undefined;
20
- readonly min?: string | undefined;
21
- readonly max?: string | undefined;
22
- readonly numberOfMonths?: number | undefined;
23
- };
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
- export default _default;
26
- //# sourceMappingURL=SDatePicker.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDatePicker.vue"],"names":[],"mappings":""}
@@ -1,20 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "overlay-click" | "hide", ...args: any[]) => void;
8
- notModal: boolean;
9
- title?: string | undefined;
10
- width?: string | undefined;
11
- $props: {
12
- readonly notModal?: boolean | undefined;
13
- readonly title?: string | undefined;
14
- readonly width?: string | undefined;
15
- };
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
- type __VLS_Slots = {
18
- default?: ((props: {}) => any) | undefined;
19
- };
20
- //# sourceMappingURL=SDialog.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDialog.vue"],"names":[],"mappings":"wBA6TqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;2OAQG"}
@@ -1,23 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- placeholder: string;
8
- links: unknown[];
9
- label?: string | undefined;
10
- labelLink?: string | undefined;
11
- $props: {
12
- readonly placeholder?: string | undefined;
13
- readonly links?: unknown[] | undefined;
14
- readonly label?: string | undefined;
15
- readonly labelLink?: string | undefined;
16
- };
17
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- type __VLS_Slots = {
19
- label?: ((props: {}) => any) | undefined;
20
- } & {
21
- default?: ((props: {}) => any) | undefined;
22
- };
23
- //# sourceMappingURL=SDropdownMenu.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDropdownMenu.vue"],"names":[],"mappings":"wBAgUqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;2OAOG"}
@@ -1,10 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- name?: string | undefined;
3
- debounce?: number | undefined;
4
- $props: {
5
- readonly name?: string | undefined;
6
- readonly debounce?: number | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
- //# sourceMappingURL=SFilter.vue.d.ts.map
@@ -1,19 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- bindToQuery: boolean;
8
- ignoreQueryNames: unknown[];
9
- ignoreQueryValues: unknown[];
10
- $props: {
11
- readonly bindToQuery?: boolean | undefined;
12
- readonly ignoreQueryNames?: unknown[] | undefined;
13
- readonly ignoreQueryValues?: unknown[] | undefined;
14
- };
15
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
- type __VLS_Slots = {
17
- default?: ((props: {}) => any) | undefined;
18
- };
19
- //# sourceMappingURL=SFilterGroup.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"wBA4OqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
@@ -1,10 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- 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>;
7
- type __VLS_Slots = {
8
- default?: ((props: {}) => any) | undefined;
9
- };
10
- //# sourceMappingURL=SFooter.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFooter.vue"],"names":[],"mappings":"wBAqIqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
@@ -1,26 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "submit" | "update:modelValue", ...args: any[]) => void;
8
- loading: boolean;
9
- method: string;
10
- titlesAtLeft: boolean;
11
- titlesWidth: string | number;
12
- errors?: Record<string, any> | undefined;
13
- action?: string | undefined;
14
- $props: {
15
- readonly loading?: boolean | undefined;
16
- readonly method?: string | undefined;
17
- readonly titlesAtLeft?: boolean | undefined;
18
- readonly titlesWidth?: string | number | undefined;
19
- readonly errors?: Record<string, any> | undefined;
20
- readonly action?: string | undefined;
21
- };
22
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
- type __VLS_Slots = {
24
- default?: ((props: {}) => any) | undefined;
25
- };
26
- //# sourceMappingURL=SForm.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SForm.vue"],"names":[],"mappings":"wBAwPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;2OAQG"}
@@ -1,29 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- focus: typeof focus;
8
- title?: string | undefined;
9
- class?: string | undefined;
10
- name?: string | undefined;
11
- hint?: string | undefined;
12
- errorKey?: string | unknown[] | undefined;
13
- $props: {
14
- readonly title?: string | undefined;
15
- readonly class?: string | undefined;
16
- readonly name?: string | undefined;
17
- readonly hint?: string | undefined;
18
- readonly errorKey?: string | unknown[] | undefined;
19
- };
20
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
- type __VLS_Slots = {
22
- title?: ((props: {}) => any) | undefined;
23
- } & {
24
- default?: ((props: {}) => any) | undefined;
25
- } & {
26
- hint?: ((props: {}) => any) | undefined;
27
- };
28
- declare function focus(): void;
29
- //# sourceMappingURL=SFormRow.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SFormRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFormRow.vue"],"names":[],"mappings":"wBA4ZqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;2OAQG;;;;;;;;AAjIH,+BAKC"}
@@ -1,8 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- links?: Record<string, any> | undefined;
3
- $props: {
4
- readonly links?: Record<string, any> | undefined;
5
- };
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- export default _default;
8
- //# sourceMappingURL=SHorizontalMenu.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SHorizontalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHorizontalMenu.vue"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "changeContent", ...args: any[]) => void;
3
- placeholder?: string | undefined;
4
- uploadUrl?: string | undefined;
5
- $props: {
6
- readonly placeholder?: string | undefined;
7
- readonly uploadUrl?: string | undefined;
8
- };
9
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
- export default _default;
11
- //# sourceMappingURL=SHtmlEditor.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SHtmlEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHtmlEditor.vue"],"names":[],"mappings":""}
@@ -1,19 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- src?: string | undefined;
8
- preview?: string | undefined;
9
- $props: {
10
- readonly src?: string | undefined;
11
- readonly preview?: string | undefined;
12
- };
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
- type __VLS_Slots = {
15
- preview?: ((props: {}) => any) | undefined;
16
- } & {
17
- icon?: ((props: {}) => any) | undefined;
18
- };
19
- //# sourceMappingURL=SImagePreview.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SImagePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SImagePreview.vue"],"names":[],"mappings":"wBAkTqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -1,32 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "change", ...args: any[]) => void;
8
- type: string;
9
- disabled: boolean;
10
- rows: number;
11
- placeholder?: string | undefined;
12
- modelValue?: string | number | undefined;
13
- suffix?: string | undefined;
14
- prefix?: string | undefined;
15
- inputStyle?: string | Record<string, any> | unknown[] | undefined;
16
- $props: {
17
- readonly type?: string | undefined;
18
- readonly disabled?: boolean | undefined;
19
- readonly rows?: number | undefined;
20
- readonly placeholder?: string | undefined;
21
- readonly modelValue?: string | number | undefined;
22
- readonly suffix?: string | undefined;
23
- readonly prefix?: string | undefined;
24
- readonly inputStyle?: string | Record<string, any> | unknown[] | undefined;
25
- };
26
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- type __VLS_Slots = {
28
- prefix?: ((props: {}) => any) | undefined;
29
- } & {
30
- suffix?: ((props: {}) => any) | undefined;
31
- };
32
- //# sourceMappingURL=SInput.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SInput.vue"],"names":[],"mappings":"wBAyPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;2OAQG"}
@@ -1,25 +0,0 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- success: boolean;
8
- error: boolean;
9
- gray: boolean;
10
- attention: boolean;
11
- title?: string | undefined;
12
- icon?: string | undefined;
13
- $props: {
14
- readonly success?: boolean | undefined;
15
- readonly error?: boolean | undefined;
16
- readonly gray?: boolean | undefined;
17
- readonly attention?: boolean | undefined;
18
- readonly title?: string | undefined;
19
- readonly icon?: string | undefined;
20
- };
21
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
- type __VLS_Slots = {
23
- default?: ((props: {}) => any) | undefined;
24
- };
25
- //# sourceMappingURL=SNote.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SNote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SNote.vue"],"names":[],"mappings":"wBAsKqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;2OAOG"}