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,24 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- url: string;
3
- preserveScroll: boolean;
4
- preserveState: boolean;
5
- to?: number | undefined;
6
- from?: number | undefined;
7
- links?: Record<string, any> | undefined;
8
- total?: number | undefined;
9
- perPageOptions?: unknown[] | undefined;
10
- per_page?: number | undefined;
11
- $props: {
12
- readonly url?: string | undefined;
13
- readonly preserveScroll?: boolean | undefined;
14
- readonly preserveState?: boolean | undefined;
15
- readonly to?: number | undefined;
16
- readonly from?: number | undefined;
17
- readonly links?: Record<string, any> | undefined;
18
- readonly total?: number | undefined;
19
- readonly perPageOptions?: unknown[] | undefined;
20
- readonly per_page?: number | undefined;
21
- };
22
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
- export default _default;
24
- //# sourceMappingURL=SPagination.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SPagination.vue"],"names":[],"mappings":""}
@@ -1,17 +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
- label?: string | undefined;
8
- percentage?: number | undefined;
9
- $props: {
10
- readonly label?: string | undefined;
11
- readonly percentage?: number | 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
- default?: ((props: {}) => any) | undefined;
16
- };
17
- //# sourceMappingURL=SProgressbar.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SProgressbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SProgressbar.vue"],"names":[],"mappings":"wBAuJqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -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: "change", ...args: any[]) => void;
8
- disabled: boolean;
9
- value: string | number | boolean;
10
- labelClass?: string | undefined;
11
- $props: {
12
- readonly disabled?: boolean | undefined;
13
- readonly value?: string | number | boolean | undefined;
14
- readonly labelClass?: 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=SRadio.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SRadio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SRadio.vue"],"names":[],"mappings":"wBA4JqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;2OAQG"}
@@ -1,22 +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
- vertical: boolean;
9
- buttons: boolean;
10
- placeholder?: string | undefined;
11
- options?: Record<string, any> | unknown[] | undefined;
12
- $props: {
13
- readonly vertical?: boolean | undefined;
14
- readonly buttons?: boolean | undefined;
15
- readonly placeholder?: string | undefined;
16
- readonly options?: Record<string, any> | unknown[] | 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
- default?: ((props: {}) => any) | undefined;
21
- };
22
- //# sourceMappingURL=SRadioGroup.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SRadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SRadioGroup.vue"],"names":[],"mappings":"wBA8RqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;2OAQG"}
@@ -1,43 +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: "filter" | "change", ...args: any[]) => void;
8
- disabled: boolean;
9
- options: Record<string, any> | unknown[];
10
- inline: boolean;
11
- filterable: boolean;
12
- clearable: boolean;
13
- virtual: boolean;
14
- virtualScrollSize: number;
15
- placeholder?: string | undefined;
16
- $props: {
17
- readonly disabled?: boolean | undefined;
18
- readonly options?: Record<string, any> | unknown[] | undefined;
19
- readonly inline?: boolean | undefined;
20
- readonly filterable?: boolean | undefined;
21
- readonly clearable?: boolean | undefined;
22
- readonly virtual?: boolean | undefined;
23
- readonly virtualScrollSize?: number | undefined;
24
- readonly placeholder?: string | 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
- value?: ((props: {
29
- value: any;
30
- }) => any) | undefined;
31
- } & {
32
- option?: ((props: {
33
- option: {
34
- label: any;
35
- value: any;
36
- };
37
- }) => any) | undefined;
38
- } & {
39
- option?: ((props: {
40
- option: any;
41
- }) => any) | undefined;
42
- };
43
- //# sourceMappingURL=SSelect.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSelect.vue"],"names":[],"mappings":"wBAw5BqB,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
- nowrap: boolean;
8
- large: boolean;
9
- wide: boolean;
10
- title?: string | undefined;
11
- value?: string | number | undefined;
12
- $props: {
13
- readonly nowrap?: boolean | undefined;
14
- readonly large?: boolean | undefined;
15
- readonly wide?: boolean | undefined;
16
- readonly title?: string | undefined;
17
- readonly value?: 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
- default?: ((props: {}) => any) | undefined;
24
- };
25
- //# sourceMappingURL=SStat.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SStat.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SStat.vue"],"names":[],"mappings":"wBA6IqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;2OAOG"}
@@ -1,18 +0,0 @@
1
- type Color = 'gray' | 'primary' | 'primary-dark' | 'primary-darkest' | 'primary-light' | 'primary-lightest' | 'red' | 'red-dark' | 'red-light' | 'red-lightest' | 'yellow' | 'yellow-dark' | 'yellow-light' | 'yellow-lightest' | 'green' | 'green-dark' | 'green-light' | 'green-lightest';
2
- type __VLS_Props = {
3
- color?: Color;
4
- icon: String;
5
- };
6
- declare var __VLS_5: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_5) => any;
9
- };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
- export default _default;
13
- type __VLS_WithSlots<T, S> = T & {
14
- new (): {
15
- $slots: S;
16
- };
17
- };
18
- //# sourceMappingURL=SStatus.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SStatus.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SStatus.vue"],"names":[],"mappings":"AAuFA,KAAK,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,kBAAkB,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,cAAc,GAAG,QAAQ,GAAG,aAAa,GAAG,cAAc,GAAG,iBAAiB,GAAG,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,gBAAgB,CAAC;AAC5R,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAgCF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -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
- disabled: boolean;
8
- trueValue: string | number | boolean;
9
- falseValue: string | number | boolean;
10
- $props: {
11
- readonly disabled?: boolean | undefined;
12
- readonly trueValue?: string | number | boolean | undefined;
13
- readonly falseValue?: string | number | boolean | 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=SSwitch.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SSwitch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSwitch.vue"],"names":[],"mappings":"wBA2MqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
@@ -1,44 +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
- hoverable: boolean;
8
- striped: boolean;
9
- bordered: boolean;
10
- nodata: string;
11
- fixedHeader: boolean;
12
- topScroll: boolean;
13
- data?: Record<string, any> | unknown[] | undefined;
14
- height?: string | undefined;
15
- $props: {
16
- readonly hoverable?: boolean | undefined;
17
- readonly striped?: boolean | undefined;
18
- readonly bordered?: boolean | undefined;
19
- readonly nodata?: string | undefined;
20
- readonly fixedHeader?: boolean | undefined;
21
- readonly topScroll?: boolean | undefined;
22
- readonly data?: Record<string, any> | unknown[] | undefined;
23
- readonly height?: string | 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
- header?: ((props: {}) => any) | undefined;
28
- } & {
29
- headers?: ((props: {}) => any) | undefined;
30
- } & {
31
- nodata?: ((props: {}) => any) | undefined;
32
- } & {
33
- row?: ((props: {
34
- row: any;
35
- index: "forEach" | "entries" | "keys" | "values" | "length" | "pop" | "push" | "concat" | "join" | "reverse" | "shift" | "slice" | "sort" | "splice" | "unshift" | "indexOf" | "lastIndexOf" | "every" | "some" | "map" | "filter" | "reduce" | "reduceRight" | "find" | "findIndex" | "fill" | "copyWithin" | "includes" | "flatMap" | "flat" | "toString" | "toLocaleString" | "at";
36
- }) => any) | undefined;
37
- } & {
38
- default?: ((props: {}) => any) | undefined;
39
- } & {
40
- footer?: ((props: {}) => any) | undefined;
41
- } & {
42
- footers?: ((props: {}) => any) | undefined;
43
- };
44
- //# sourceMappingURL=STable.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"STable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STable.vue"],"names":[],"mappings":"wBAkVqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;;;;;2OAOG"}
@@ -1,17 +0,0 @@
1
- type Color = 'gray' | 'primary' | 'primary-dark' | 'primary-darkest' | 'primary-light' | 'primary-lightest' | 'red' | 'red-dark' | 'red-light' | 'red-lightest' | 'yellow' | 'yellow-dark' | 'yellow-light' | 'yellow-lightest' | 'green' | 'green-dark' | 'green-light' | 'green-lightest';
2
- type __VLS_Props = {
3
- color?: Color;
4
- };
5
- declare var __VLS_1: {};
6
- type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_1) => any;
8
- };
9
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
- export default _default;
12
- type __VLS_WithSlots<T, S> = T & {
13
- new (): {
14
- $slots: S;
15
- };
16
- };
17
- //# sourceMappingURL=STag.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"STag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STag.vue"],"names":[],"mappings":"AAiGA,KAAK,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,kBAAkB,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,cAAc,GAAG,QAAQ,GAAG,aAAa,GAAG,cAAc,GAAG,iBAAiB,GAAG,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,gBAAgB,CAAC;AAC5R,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,KAAK,CAAA;CAChB,CAAC;AAqBF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAmB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -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
- keyBy: string | Function;
8
- items?: unknown[] | undefined;
9
- $props: {
10
- readonly keyBy?: string | Function | undefined;
11
- readonly items?: unknown[] | 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
- item?: ((props: {
16
- item: unknown;
17
- index: number;
18
- }) => any) | undefined;
19
- };
20
- //# sourceMappingURL=STimeline.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"STimeline.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STimeline.vue"],"names":[],"mappings":"wBAoKqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -1,39 +0,0 @@
1
- import { PropType } from 'vue';
2
- declare var __VLS_1: {}, __VLS_7: {};
3
- type __VLS_Slots = {} & {
4
- title?: (props: typeof __VLS_1) => any;
5
- } & {
6
- default?: (props: typeof __VLS_7) => any;
7
- };
8
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
- title: StringConstructor;
10
- opened: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- color: {
15
- type: PropType<"primary" | "red" | "green">;
16
- default: string;
17
- };
18
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
- title: StringConstructor;
20
- opened: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- color: {
25
- type: PropType<"primary" | "red" | "green">;
26
- default: string;
27
- };
28
- }>> & Readonly<{}>, {
29
- opened: boolean;
30
- color: "primary" | "red" | "green";
31
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
32
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
33
- export default _default;
34
- type __VLS_WithSlots<T, S> = T & {
35
- new (): {
36
- $slots: S;
37
- };
38
- };
39
- //# sourceMappingURL=SToggle.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SToggle.vue"],"names":[],"mappings":"AAoHA,OAAO,EAAqD,QAAQ,EAAQ,MAAM,KAAK,CAAA;AAuFvF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAgC/C,QAAA,MAAM,eAAe;;;;;;;cAYG,QAAQ,CAAC,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;;;;;;;;;;cAArC,QAAQ,CAAC,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;;;;;;4EAI3D,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,15 +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
- multiple: boolean;
8
- $props: {
9
- readonly multiple?: boolean | undefined;
10
- };
11
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
- type __VLS_Slots = {
13
- default?: ((props: {}) => any) | undefined;
14
- };
15
- //# sourceMappingURL=SToggleGroup.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SToggleGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SToggleGroup.vue"],"names":[],"mappings":"wBAyFqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;2OAOG"}
@@ -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
- at: string;
8
- icon: string | unknown[];
9
- $props: {
10
- readonly at?: string | undefined;
11
- readonly icon?: string | unknown[] | 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
- icon?: ((props: {}) => any) | undefined;
16
- } & {
17
- default?: ((props: {}) => any) | undefined;
18
- };
19
- //# sourceMappingURL=STooltip.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"STooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STooltip.vue"],"names":[],"mappings":"wBAkdqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -1,34 +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" | "dragstart" | "drop", ...args: any[]) => void;
8
- data: unknown[];
9
- bordered: boolean;
10
- expandedKeys: unknown[];
11
- draggable: boolean;
12
- selectable: boolean;
13
- checkboxes: boolean;
14
- selectWithChildren: boolean;
15
- storeExpandedKeysTo?: string | undefined;
16
- $props: {
17
- readonly data?: unknown[] | undefined;
18
- readonly bordered?: boolean | undefined;
19
- readonly expandedKeys?: unknown[] | undefined;
20
- readonly draggable?: boolean | undefined;
21
- readonly selectable?: boolean | undefined;
22
- readonly checkboxes?: boolean | undefined;
23
- readonly selectWithChildren?: boolean | undefined;
24
- readonly storeExpandedKeysTo?: string | 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
- node?: ((props: {
29
- node: unknown;
30
- }) => any) | undefined;
31
- } & {
32
- node?: ((props: any) => any) | undefined;
33
- };
34
- //# sourceMappingURL=STree.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"STree.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STree.vue"],"names":[],"mappings":"wBAyzBqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;2OAQG"}
@@ -1,45 +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
- clear: typeof clear;
8
- remove: typeof remove;
9
- $emit: (event: "clear" | "select", ...args: any[]) => void;
10
- multiple: boolean;
11
- url?: string | undefined;
12
- accept?: string | undefined;
13
- maxFileSize?: number | undefined;
14
- uploadButtonTitle?: string | undefined;
15
- $props: {
16
- readonly multiple?: boolean | undefined;
17
- readonly url?: string | undefined;
18
- readonly accept?: string | undefined;
19
- readonly maxFileSize?: number | undefined;
20
- readonly uploadButtonTitle?: 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
- header?: ((props: {
25
- choose: () => void;
26
- clear: typeof clear;
27
- files: any;
28
- isDragging: boolean;
29
- }) => any) | undefined;
30
- } & {
31
- preview?: ((props: {
32
- files: any[];
33
- remove: typeof remove;
34
- }) => any) | undefined;
35
- } & {
36
- default?: ((props: {}) => any) | undefined;
37
- };
38
- declare function clear(): void;
39
- /**
40
- * Удаление файла по имени (т.к. могут храниться и строки, и файлы)
41
- *
42
- * @param title
43
- */
44
- declare function remove(title: any): void;
45
- //# sourceMappingURL=SUpload.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SUpload.vue"],"names":[],"mappings":"wBA8eqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAZzB;;;;;;;;;;;;;;;;2OASG;;;;;;;;;;;;;;;;AAtNH,+BAGC;AAlBD;;;;GAIG;AACH,0CAQC"}
@@ -1,12 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- expandedKeys: unknown[];
3
- links?: Record<string, any> | undefined;
4
- storeExpandedKeysTo?: string | undefined;
5
- $props: {
6
- readonly expandedKeys?: unknown[] | undefined;
7
- readonly links?: Record<string, any> | undefined;
8
- readonly storeExpandedKeysTo?: string | undefined;
9
- };
10
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
- export default _default;
12
- //# sourceMappingURL=SVerticalMenu.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SVerticalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SVerticalMenu.vue"],"names":[],"mappings":""}