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
@@ -0,0 +1,22 @@
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 function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ 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, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=STag.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"STag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STag.vue"],"names":[],"mappings":"AAKA;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;AAKF,iBAAS,cAAc;WA2BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & {
3
+ items?: T[];
4
+ keyBy?: string | ((item: T, index: number) => string | number);
5
+ } & Partial<{}>> & import('vue').PublicProps;
6
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
7
+ attrs: any;
8
+ slots: {
9
+ item?(_: {
10
+ item: T;
11
+ index: number;
12
+ }): any;
13
+ };
14
+ emit: {};
15
+ }>) => import('vue').VNode & {
16
+ __ctx?: Awaited<typeof __VLS_setup>;
17
+ };
18
+ export default _default;
19
+ type __VLS_PrettifyLocal<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
22
+ //# sourceMappingURL=STimeline.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"STimeline.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STimeline.vue"],"names":[],"mappings":"AAaA;yBA6EiB,CAAC,EACjB,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0FO,mBAAmB,CAAC;gBAxFhB,CAAC,EAAE;gBACH,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,CAAC;mBAuF4B,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;YA7Be,GAAG;;UA+BtB,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArGzE,wBAqG4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -0,0 +1,27 @@
1
+ export interface SToggleProps {
2
+ title?: string;
3
+ opened?: boolean;
4
+ color?: "bg" | "primary" | "red" | "green";
5
+ }
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ title?(_: {}): any;
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLDivElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: import('vue').DefineComponent<SToggleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SToggleProps> & Readonly<{}>, {
17
+ color: "bg" | "primary" | "red" | "green";
18
+ opened: boolean;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
27
+ //# sourceMappingURL=SToggle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SToggle.vue"],"names":[],"mappings":"AAYA;AAwHA,MAAM,WAAW,YAAY;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;CAC9C;AA+CD,iBAAS,cAAc;WA+CT,OAAO,IAA6B;;uBAXvB,GAAG;yBACD,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAjHT,IAAI,GAAG,SAAS,GAAG,KAAK,GAAG,OAAO;YADjC,OAAO;wFA0HlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,21 @@
1
+ export interface SToggleGroupProps {
2
+ multiple?: boolean;
3
+ }
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLDivElement;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<SToggleGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SToggleGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ export default _default;
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //# sourceMappingURL=SToggleGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SToggleGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SToggleGroup.vue"],"names":[],"mappings":"AAKA;AAsCA,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAaD,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,yTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,32 @@
1
+ export interface STooltipProps {
2
+ at?: 'top' | 'bottom' | 'right' | 'left' | null;
3
+ icon?: string | string[];
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ icon?(_: {}): any;
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {
12
+ $icon: HTMLDivElement;
13
+ $tooltip: HTMLDivElement;
14
+ };
15
+ rootEl: HTMLDivElement;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<STooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<STooltipProps> & Readonly<{}>, {
19
+ at: "top" | "bottom" | "right" | "left" | null;
20
+ icon: string | string[];
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
22
+ $icon: HTMLDivElement;
23
+ $tooltip: HTMLDivElement;
24
+ }, HTMLDivElement>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
+ export default _default;
27
+ type __VLS_WithTemplateSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
32
+ //# sourceMappingURL=STooltip.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"STooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STooltip.vue"],"names":[],"mappings":"AAiBA;AA4QA,MAAM,WAAW,aAAa;IAC1B,EAAE,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;IAChD,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC5B;AAgGD,iBAAS,cAAc;WA4ET,OAAO,IAA6B;;sBAbxB,GAAG;yBACC,GAAG;;;;;;;EAiBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QApMZ,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI;UACxC,MAAM,GAAG,MAAM,EAAE;;;;kBA4M1B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,71 @@
1
+ export interface STreeNode {
2
+ id: string | number;
3
+ label?: string;
4
+ children?: STreeNode[];
5
+ [key: string]: any;
6
+ }
7
+ type __VLS_Props = {
8
+ /**
9
+ * Массив вида [{id, label, children: [...]}, ...]
10
+ */
11
+ data: STreeNode[];
12
+ expandedKeys?: (string | number)[];
13
+ draggable?: boolean;
14
+ selectable?: boolean;
15
+ /**
16
+ * Включить чекбоксы
17
+ */
18
+ checkboxes?: boolean;
19
+ /**
20
+ * При нажатии на чекбокс в родительском узле, состояние чекбоксов в потомках не меняется
21
+ */
22
+ selectWithChildren?: boolean;
23
+ /**
24
+ * Ключ, по которому раскрыте узлы хранятся в localStorage
25
+ */
26
+ storeExpandedKeysTo?: string;
27
+ /**
28
+ * Границы
29
+ */
30
+ bordered?: boolean;
31
+ };
32
+ type __VLS_PublicProps = {
33
+ modelValue?: any;
34
+ } & __VLS_Props;
35
+ declare function __VLS_template(): {
36
+ attrs: Partial<{}>;
37
+ slots: Readonly<{
38
+ node?(props: {
39
+ node: STreeNode;
40
+ }): any;
41
+ }> & {
42
+ node?(props: {
43
+ node: STreeNode;
44
+ }): any;
45
+ };
46
+ refs: {};
47
+ rootEl: HTMLDivElement;
48
+ };
49
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
50
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
51
+ "update:modelValue": (value: any) => any;
52
+ } & {
53
+ change: (node: STreeNode) => any;
54
+ dragstart: (node: STreeNode, event: DragEvent) => any;
55
+ drop: (targetNode: STreeNode, event: DragEvent, dropType: string | undefined) => any;
56
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
57
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
58
+ onChange?: ((node: STreeNode) => any) | undefined;
59
+ onDragstart?: ((node: STreeNode, event: DragEvent) => any) | undefined;
60
+ onDrop?: ((targetNode: STreeNode, event: DragEvent, dropType: string | undefined) => any) | undefined;
61
+ }>, {
62
+ expandedKeys: (string | number)[];
63
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
64
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
+ export default _default;
66
+ type __VLS_WithTemplateSlots<T, S> = T & {
67
+ new (): {
68
+ $slots: S;
69
+ };
70
+ };
71
+ //# sourceMappingURL=STree.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"STree.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STree.vue"],"names":[],"mappings":"AAuCA;AAsYA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAED,KAAK,WAAW,GAAG;IACf;;OAEG;IACH,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,YAAY,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AA2PF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA6JT,OAAO,IAA6B;;qBAlZjC;YAAE,IAAI,EAAE,SAAS,CAAA;SAAE,GAAG,GAAG;;qBAAzB;YAAE,IAAI,EAAE,SAAS,CAAA;SAAE,GAAG,GAAG;;;;EAuZzC;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;kBAjdF,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE;wFA0dpC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,62 @@
1
+ export interface SUploadProps {
2
+ url?: string;
3
+ accept?: string;
4
+ maxFileSize?: number;
5
+ multiple?: boolean;
6
+ uploadButtonTitle?: string;
7
+ }
8
+ type __VLS_Props = SUploadProps;
9
+ /**
10
+ * Удаление файла по имени (т.к. могут храниться и строки, и файлы)
11
+ *
12
+ * @param title
13
+ */
14
+ declare function remove(title: string): void;
15
+ declare function clear(): void;
16
+ type __VLS_PublicProps = {
17
+ modelValue?: any | any[];
18
+ } & __VLS_Props;
19
+ declare function __VLS_template(): {
20
+ attrs: Partial<{}>;
21
+ slots: {
22
+ header?(_: {
23
+ choose: () => void;
24
+ clear: typeof clear;
25
+ files: any;
26
+ isDragging: boolean;
27
+ }): any;
28
+ preview?(_: {
29
+ files: any[];
30
+ remove: typeof remove;
31
+ }): any;
32
+ default?(_: {}): any;
33
+ };
34
+ refs: {
35
+ fileInput: HTMLInputElement;
36
+ };
37
+ rootEl: HTMLDivElement;
38
+ };
39
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
40
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
41
+ clear: typeof clear;
42
+ remove: typeof remove;
43
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
+ "update:modelValue": (value: any) => any;
45
+ } & {
46
+ select: (value: any) => any;
47
+ clear: () => any;
48
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
49
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
50
+ onSelect?: ((value: any) => any) | undefined;
51
+ onClear?: (() => any) | undefined;
52
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
53
+ fileInput: HTMLInputElement;
54
+ }, HTMLDivElement>;
55
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
56
+ export default _default;
57
+ type __VLS_WithTemplateSlots<T, S> = T & {
58
+ new (): {
59
+ $slots: S;
60
+ };
61
+ };
62
+ //# sourceMappingURL=SUpload.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SUpload.vue"],"names":[],"mappings":"AAyBA;AA2NA,MAAM,WAAW,YAAY;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,KAAK,WAAW,GAAG,YAAY,CAAC;AA+DhC;;;;GAIG;AACH,iBAAS,MAAM,CAAC,KAAK,EAAE,MAAM,QAU5B;AAED,iBAAS,KAAK,SAGb;AA6BD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,CAAC;CACxB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;;;;;;YAbtB,GAAG;;;;YACD,GAAG;yBACH,GAAG;;;;;;EAgBhC;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,21 @@
1
+ export interface SVerticalMenuLink {
2
+ id: string | number;
3
+ label: string;
4
+ url?: string;
5
+ active?: boolean;
6
+ className?: string;
7
+ type?: string;
8
+ isPublished?: boolean;
9
+ children?: SVerticalMenuLink[];
10
+ }
11
+ export interface SVerticalMenuProps {
12
+ links?: SVerticalMenuLink[];
13
+ expandedKeys?: (string | number)[];
14
+ storeExpandedKeysTo?: string;
15
+ }
16
+ declare const _default: import('vue').DefineComponent<SVerticalMenuProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SVerticalMenuProps> & Readonly<{}>, {
17
+ links: SVerticalMenuLink[];
18
+ expandedKeys: (string | number)[];
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ export default _default;
21
+ //# sourceMappingURL=SVerticalMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SVerticalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SVerticalMenu.vue"],"names":[],"mappings":"AAmCA;AAwLA,MAAM,WAAW,iBAAiB;IAC9B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,kBAAkB;IAE/B,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAE5B,YAAY,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAEnC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC;;WALW,iBAAiB,EAAE;kBAEZ,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE;;AAwMtC,wBAQG"}
@@ -0,0 +1,126 @@
1
+ import { default as SForm } from './components/SForm';
2
+ import { default as SFormRow } from './components/SFormRow';
3
+ import { default as SInput } from './components/SInput';
4
+ import { default as SSelect } from './components/SSelect';
5
+ import { default as SCheckbox } from './components/SCheckbox';
6
+ import { default as SCheckboxGroup } from './components/SCheckboxGroup';
7
+ import { default as SRadio } from './components/SRadio';
8
+ import { default as SRadioGroup } from './components/SRadioGroup';
9
+ import { default as SSwitch } from './components/SSwitch';
10
+ import { default as SDatePicker } from './components/SDatePicker';
11
+ import { default as SHtmlEditor } from './components/SHtmlEditor';
12
+ import { default as SUpload } from './components/SUpload';
13
+ import { default as SFilter } from './components/SFilter';
14
+ import { default as SFilterGroup } from './components/SFilterGroup';
15
+ import { default as STable } from './components/STable';
16
+ import { default as SPagination } from './components/SPagination';
17
+ import { default as STree } from './components/STree';
18
+ import { default as SColumnSettings } from './components/SColumnSettings';
19
+ import { default as SButton } from './components/SButton';
20
+ import { default as SActionIcon } from './components/SActionIcon';
21
+ import { default as STooltip } from './components/STooltip';
22
+ import { default as SNote } from './components/SNote';
23
+ import { default as SToggle } from './components/SToggle';
24
+ import { default as SToggleGroup } from './components/SToggleGroup';
25
+ import { default as SDialog } from './components/SDialog';
26
+ import { default as SImagePreview } from './components/SImagePreview';
27
+ import { default as STag } from './components/STag';
28
+ import { default as SStatus } from './components/SStatus';
29
+ import { default as SActionBar } from './components/SActionBar';
30
+ import { default as SProgressBar } from './components/SProgressbar';
31
+ import { default as SCopyText } from './components/SCopyText';
32
+ import { default as STimeline } from './components/STimeline';
33
+ import { default as SDashboard } from './components/SDashboard';
34
+ import { default as SDashboardItem } from './components/SDashboardItem';
35
+ import { default as SStat } from './components/SStat';
36
+ import { default as SCanvas } from './components/SCanvas';
37
+ import { default as SFooter } from './components/SFooter';
38
+ import { default as SDropdownMenu } from './components/SDropdownMenu';
39
+ import { default as SHorizontalMenu } from './components/SHorizontalMenu';
40
+ import { default as SVerticalMenu } from './components/SVerticalMenu';
41
+ declare module '@vue/runtime-core' {
42
+ interface GlobalComponents {
43
+ SForm: typeof SForm;
44
+ 's-form': typeof SForm;
45
+ SFormRow: typeof SFormRow;
46
+ 's-form-row': typeof SFormRow;
47
+ SInput: typeof SInput;
48
+ 's-input': typeof SInput;
49
+ SSelect: typeof SSelect;
50
+ 's-select': typeof SSelect;
51
+ SCheckbox: typeof SCheckbox;
52
+ 's-checkbox': typeof SCheckbox;
53
+ SCheckboxGroup: typeof SCheckboxGroup;
54
+ 's-checkbox-group': typeof SCheckboxGroup;
55
+ SRadio: typeof SRadio;
56
+ 's-radio': typeof SRadio;
57
+ SRadioGroup: typeof SRadioGroup;
58
+ 's-radio-group': typeof SRadioGroup;
59
+ SSwitch: typeof SSwitch;
60
+ 's-switch': typeof SSwitch;
61
+ SDatePicker: typeof SDatePicker;
62
+ 's-date-picker': typeof SDatePicker;
63
+ SHtmlEditor: typeof SHtmlEditor;
64
+ 's-html-editor': typeof SHtmlEditor;
65
+ SUpload: typeof SUpload;
66
+ 's-upload': typeof SUpload;
67
+ SFilter: typeof SFilter;
68
+ 's-filter': typeof SFilter;
69
+ SFilterGroup: typeof SFilterGroup;
70
+ 's-filter-group': typeof SFilterGroup;
71
+ STable: typeof STable;
72
+ 's-table': typeof STable;
73
+ SPagination: typeof SPagination;
74
+ 's-pagination': typeof SPagination;
75
+ STree: typeof STree;
76
+ 's-tree': typeof STree;
77
+ SColumnSettings: typeof SColumnSettings;
78
+ 's-column-settings': typeof SColumnSettings;
79
+ SButton: typeof SButton;
80
+ 's-button': typeof SButton;
81
+ SActionIcon: typeof SActionIcon;
82
+ 's-action-icon': typeof SActionIcon;
83
+ STooltip: typeof STooltip;
84
+ 's-tooltip': typeof STooltip;
85
+ SNote: typeof SNote;
86
+ 's-note': typeof SNote;
87
+ SToggle: typeof SToggle;
88
+ 's-toggle': typeof SToggle;
89
+ SToggleGroup: typeof SToggleGroup;
90
+ 's-toggle-group': typeof SToggleGroup;
91
+ SDialog: typeof SDialog;
92
+ 's-dialog': typeof SDialog;
93
+ SImagePreview: typeof SImagePreview;
94
+ 's-image-preview': typeof SImagePreview;
95
+ STag: typeof STag;
96
+ 's-tag': typeof STag;
97
+ SStatus: typeof SStatus;
98
+ 's-status': typeof SStatus;
99
+ SActionBar: typeof SActionBar;
100
+ 's-action-bar': typeof SActionBar;
101
+ SProgressBar: typeof SProgressBar;
102
+ 's-progress-bar': typeof SProgressBar;
103
+ SCopyText: typeof SCopyText;
104
+ 's-copy-text': typeof SCopyText;
105
+ STimeline: typeof STimeline;
106
+ 's-timeline': typeof STimeline;
107
+ SDashboard: typeof SDashboard;
108
+ 's-dashboard': typeof SDashboard;
109
+ SDashboardItem: typeof SDashboardItem;
110
+ 's-dashboard-item': typeof SDashboardItem;
111
+ SStat: typeof SStat;
112
+ 's-stat': typeof SStat;
113
+ SCanvas: typeof SCanvas;
114
+ 's-canvas': typeof SCanvas;
115
+ SFooter: typeof SFooter;
116
+ 's-footer': typeof SFooter;
117
+ SDropdownMenu: typeof SDropdownMenu;
118
+ 's-dropdown-menu': typeof SDropdownMenu;
119
+ SHorizontalMenu: typeof SHorizontalMenu;
120
+ 's-horizontal-menu': typeof SHorizontalMenu;
121
+ SVerticalMenu: typeof SVerticalMenu;
122
+ 's-vertical-menu': typeof SVerticalMenu;
123
+ }
124
+ }
125
+ export {};
126
+ //# sourceMappingURL=global-components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global-components.d.ts","sourceRoot":"","sources":["../../src/global-components.ts"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AAC3B,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,MAAM,MAAM,yBAAyB,CAAC;AAClD,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC;AACxD,OAAO,KAAK,cAAc,MAAM,iCAAiC,CAAC;AAClE,OAAO,KAAK,MAAM,MAAM,yBAAyB,CAAC;AAClD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,MAAM,MAAM,yBAAyB,CAAC;AAClD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAChD,OAAO,KAAK,eAAe,MAAM,kCAAkC,CAAC;AACpE,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAChD,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC;AACxD,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC;AACxD,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,cAAc,MAAM,iCAAiC,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAChD,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAC;AACpD,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,eAAe,MAAM,kCAAkC,CAAC;AACpE,OAAO,KAAK,aAAa,MAAM,gCAAgC,CAAC;AAEhE,OAAO,QAAQ,mBAAmB,CAAC;IAC/B,UAAiB,gBAAgB;QAC7B,KAAK,EAAE,OAAO,KAAK,CAAC;QACpB,QAAQ,EAAE,OAAO,KAAK,CAAC;QACvB,QAAQ,EAAE,OAAO,QAAQ,CAAC;QAC1B,YAAY,EAAE,OAAO,QAAQ,CAAC;QAC9B,MAAM,EAAE,OAAO,MAAM,CAAC;QACtB,SAAS,EAAE,OAAO,MAAM,CAAC;QACzB,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,SAAS,EAAE,OAAO,SAAS,CAAC;QAC5B,YAAY,EAAE,OAAO,SAAS,CAAC;QAC/B,cAAc,EAAE,OAAO,cAAc,CAAC;QACtC,kBAAkB,EAAE,OAAO,cAAc,CAAC;QAC1C,MAAM,EAAE,OAAO,MAAM,CAAC;QACtB,SAAS,EAAE,OAAO,MAAM,CAAC;QACzB,WAAW,EAAE,OAAO,WAAW,CAAC;QAChC,eAAe,EAAE,OAAO,WAAW,CAAC;QACpC,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,WAAW,EAAE,OAAO,WAAW,CAAC;QAChC,eAAe,EAAE,OAAO,WAAW,CAAC;QACpC,WAAW,EAAE,OAAO,WAAW,CAAC;QAChC,eAAe,EAAE,OAAO,WAAW,CAAC;QACpC,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,YAAY,EAAE,OAAO,YAAY,CAAC;QAClC,gBAAgB,EAAE,OAAO,YAAY,CAAC;QACtC,MAAM,EAAE,OAAO,MAAM,CAAC;QACtB,SAAS,EAAE,OAAO,MAAM,CAAC;QACzB,WAAW,EAAE,OAAO,WAAW,CAAC;QAChC,cAAc,EAAE,OAAO,WAAW,CAAC;QACnC,KAAK,EAAE,OAAO,KAAK,CAAC;QACpB,QAAQ,EAAE,OAAO,KAAK,CAAC;QACvB,eAAe,EAAE,OAAO,eAAe,CAAC;QACxC,mBAAmB,EAAE,OAAO,eAAe,CAAC;QAC5C,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,WAAW,EAAE,OAAO,WAAW,CAAC;QAChC,eAAe,EAAE,OAAO,WAAW,CAAC;QACpC,QAAQ,EAAE,OAAO,QAAQ,CAAC;QAC1B,WAAW,EAAE,OAAO,QAAQ,CAAC;QAC7B,KAAK,EAAE,OAAO,KAAK,CAAC;QACpB,QAAQ,EAAE,OAAO,KAAK,CAAC;QACvB,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,YAAY,EAAE,OAAO,YAAY,CAAC;QAClC,gBAAgB,EAAE,OAAO,YAAY,CAAC;QACtC,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,aAAa,EAAE,OAAO,aAAa,CAAC;QACpC,iBAAiB,EAAE,OAAO,aAAa,CAAC;QACxC,IAAI,EAAE,OAAO,IAAI,CAAC;QAClB,OAAO,EAAE,OAAO,IAAI,CAAC;QACrB,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,UAAU,EAAE,OAAO,UAAU,CAAC;QAC9B,cAAc,EAAE,OAAO,UAAU,CAAC;QAClC,YAAY,EAAE,OAAO,YAAY,CAAC;QAClC,gBAAgB,EAAE,OAAO,YAAY,CAAC;QACtC,SAAS,EAAE,OAAO,SAAS,CAAC;QAC5B,aAAa,EAAE,OAAO,SAAS,CAAC;QAChC,SAAS,EAAE,OAAO,SAAS,CAAC;QAC5B,YAAY,EAAE,OAAO,SAAS,CAAC;QAC/B,UAAU,EAAE,OAAO,UAAU,CAAC;QAC9B,aAAa,EAAE,OAAO,UAAU,CAAC;QACjC,cAAc,EAAE,OAAO,cAAc,CAAC;QACtC,kBAAkB,EAAE,OAAO,cAAc,CAAC;QAC1C,KAAK,EAAE,OAAO,KAAK,CAAC;QACpB,QAAQ,EAAE,OAAO,KAAK,CAAC;QACvB,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,OAAO,EAAE,OAAO,OAAO,CAAC;QACxB,UAAU,EAAE,OAAO,OAAO,CAAC;QAC3B,aAAa,EAAE,OAAO,aAAa,CAAC;QACpC,iBAAiB,EAAE,OAAO,aAAa,CAAC;QACxC,eAAe,EAAE,OAAO,eAAe,CAAC;QACxC,mBAAmB,EAAE,OAAO,eAAe,CAAC;QAC5C,aAAa,EAAE,OAAO,aAAa,CAAC;QACpC,iBAAiB,EAAE,OAAO,aAAa,CAAC;KAC3C;CACJ;AACD,OAAO,EAAG,CAAC"}
@@ -1,59 +1,60 @@
1
- import plugin from './plugin';
2
- import './style.scss';
1
+ import { default as plugin } from './plugin';
2
+ export * from './global-components';
3
3
  export * from './components/SAlert';
4
4
  export * from './components/SConfirm';
5
5
  export default plugin;
6
6
  /**
7
7
  * Forms
8
8
  */
9
- export { default as SForm } from './components/SForm.vue';
10
- export { default as SFormRow } from './components/SFormRow.vue';
11
- export { default as SInput } from './components/SInput.vue';
12
- export { default as SSelect } from './components/SSelect.vue';
13
- export { default as SCheckbox } from './components/SCheckbox.vue';
14
- export { default as SRadioGroup } from './components/SRadioGroup.vue';
15
- export { default as SRadio } from './components/SRadio.vue';
16
- export { default as SSwitch } from './components/SSwitch.vue';
17
- export { default as SDatePicker } from './components/SDatePicker.vue';
18
- export { default as SHtmlEditor } from './components/SHtmlEditor.vue';
19
- export { default as SUpload } from './components/SUpload.vue';
9
+ export { default as SForm } from './components/SForm';
10
+ export { default as SFormRow } from './components/SFormRow';
11
+ export { default as SInput } from './components/SInput';
12
+ export { default as SSelect } from './components/SSelect';
13
+ export { default as SCheckbox } from './components/SCheckbox';
14
+ export { default as SCheckboxGroup } from './components/SCheckboxGroup';
15
+ export { default as SRadioGroup } from './components/SRadioGroup';
16
+ export { default as SRadio } from './components/SRadio';
17
+ export { default as SSwitch } from './components/SSwitch';
18
+ export { default as SDatePicker } from './components/SDatePicker';
19
+ export { default as SHtmlEditor } from './components/SHtmlEditor';
20
+ export { default as SUpload } from './components/SUpload';
20
21
  /**
21
22
  * Data
22
23
  */
23
- export { default as SFilter } from './components/SFilter.vue';
24
- export { default as SFilterGroup } from './components/SFilterGroup.vue';
25
- export { default as STable } from './components/STable.vue';
26
- export { default as SPagination } from './components/SPagination.vue';
27
- export { default as STree } from './components/STree.vue';
28
- export { default as SColumnSettings } from './components/SColumnSettings.vue';
24
+ export { default as SFilter } from './components/SFilter';
25
+ export { default as SFilterGroup } from './components/SFilterGroup';
26
+ export { default as STable } from './components/STable';
27
+ export { default as SPagination } from './components/SPagination';
28
+ export { default as STree } from './components/STree';
29
+ export { default as SColumnSettings } from './components/SColumnSettings';
29
30
  /**
30
31
  * UI
31
32
  */
32
- export { default as SButton } from './components/SButton.vue';
33
- export { default as SActionIcon } from './components/SActionIcon.vue';
34
- export { default as STooltip } from './components/STooltip.vue';
35
- export { default as SNote } from './components/SNote.vue';
36
- export { default as SToggle } from './components/SToggle.vue';
37
- export { default as SToggleGroup } from './components/SToggleGroup.vue';
38
- export { SConfirm } from './components/SConfirm/index.js';
39
- export { default as SDialog } from './components/SDialog.vue';
40
- export { default as SImagePreview } from './components/SImagePreview.vue';
41
- export { SAlert } from './components/SAlert/index.js';
42
- export { default as STag } from './components/STag.vue';
43
- export { default as SStatus } from './components/SStatus.vue';
44
- export { default as SActionBar } from './components/SActionBar.vue';
45
- export { default as SProgressBar } from './components/SProgressbar.vue';
46
- export { default as SCopyText } from './components/SCopyText.vue';
47
- export { default as STimeline } from './components/STimeline.vue';
48
- export { default as SDashboard } from './components/SDashboard.vue';
49
- export { default as SDashboardItem } from './components/SDashboardItem.vue';
50
- export { default as SStat } from './components/SStat.vue';
33
+ export { default as SButton } from './components/SButton';
34
+ export { default as SActionIcon } from './components/SActionIcon';
35
+ export { default as STooltip } from './components/STooltip';
36
+ export { default as SNote } from './components/SNote';
37
+ export { default as SToggle } from './components/SToggle';
38
+ export { default as SToggleGroup } from './components/SToggleGroup';
39
+ export { SConfirm } from './components/SConfirm';
40
+ export { default as SDialog } from './components/SDialog';
41
+ export { default as SImagePreview } from './components/SImagePreview';
42
+ export { SAlert } from './components/SAlert';
43
+ export { default as STag } from './components/STag';
44
+ export { default as SStatus } from './components/SStatus';
45
+ export { default as SActionBar } from './components/SActionBar';
46
+ export { default as SProgressBar } from './components/SProgressbar';
47
+ export { default as SCopyText } from './components/SCopyText';
48
+ export { default as STimeline } from './components/STimeline';
49
+ export { default as SDashboard } from './components/SDashboard';
50
+ export { default as SDashboardItem } from './components/SDashboardItem';
51
+ export { default as SStat } from './components/SStat';
51
52
  /**
52
53
  * Layout
53
54
  */
54
- export { default as SCanvas } from './components/SCanvas.vue';
55
- export { default as SFooter } from './components/SFooter.vue';
56
- export { default as SDropdownMenu } from './components/SDropdownMenu.vue';
57
- export { default as SHorizontalMenu } from './components/SHorizontalMenu.vue';
58
- export { default as SVerticalMenu } from './components/SVerticalMenu.vue';
55
+ export { default as SCanvas } from './components/SCanvas';
56
+ export { default as SFooter } from './components/SFooter';
57
+ export { default as SDropdownMenu } from './components/SDropdownMenu';
58
+ export { default as SHorizontalMenu } from './components/SHorizontalMenu';
59
+ export { default as SVerticalMenu } from './components/SVerticalMenu';
59
60
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
- import type { App } from 'vue';
2
- import './style.scss';
1
+ import { App } from 'vue';
3
2
  declare const _default: {
4
3
  install(app: App): void;
5
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAsG1C,OAAO,cAAc,CAAC;;iBAGL,GAAG;;AADpB,wBAOC"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAwG1C,OAAO,cAAc,CAAC;;iBAGL,GAAG;;AADpB,wBAOC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "startup-ui",
3
- "version": "0.9.18",
3
+ "version": "0.10.1",
4
4
  "description": "Vue3 UI components for IT startups. Best served with Laravel + InertiaJS",
5
5
  "type": "module",
6
6
  "main": "dist/startup-ui.cjs.js",
@@ -8,9 +8,9 @@
8
8
  "types": "dist/types/index.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
+ "types": "./dist/types/index.d.ts",
11
12
  "import": "./dist/startup-ui.es.js",
12
- "require": "./dist/startup-ui.cjs.js",
13
- "types": "./dist/types/index.d.ts"
13
+ "require": "./dist/startup-ui.cjs.js"
14
14
  },
15
15
  "./dist/index.css": "./dist/index.css"
16
16
  },
@@ -38,10 +38,10 @@
38
38
  "vite": "^5.4.0",
39
39
  "vite-plugin-dts": "^4.3.0",
40
40
  "vue": "^3.5.24",
41
- "vue-tsc": "^2.0.29"
41
+ "vue-tsc": "^3.2.0"
42
42
  },
43
43
  "scripts": {
44
- "build": "vite build && vue-tsc --emitDeclarationOnly --declaration --declarationMap --outDir dist/types",
44
+ "build": "vite build",
45
45
  "typecheck": "vue-tsc --noEmit",
46
46
  "dev": "vite"
47
47
  },