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,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: any;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ 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>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=SActionBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SActionBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionBar.vue"],"names":[],"mappings":"AAOA;AAyCA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { Component } from 'vue';
2
+ export interface SActionIconProps {
3
+ icon: string | string[];
4
+ danger?: boolean;
5
+ confirm?: string;
6
+ confirmTitle?: string;
7
+ is?: string | Component;
8
+ }
9
+ declare const _default: import('vue').DefineComponent<SActionIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
+ click: () => any;
11
+ }, string, import('vue').PublicProps, Readonly<SActionIconProps> & Readonly<{
12
+ onClick?: (() => any) | undefined;
13
+ }>, {
14
+ danger: boolean;
15
+ confirmTitle: string;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
18
+ //# sourceMappingURL=SActionIcon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SActionIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionIcon.vue"],"names":[],"mappings":"AAKA;AA+EA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B;;;;;;YAJY,OAAO;kBAED,MAAM;;AA6GzB,wBASG"}
@@ -0,0 +1,12 @@
1
+ interface AlertOptions {
2
+ type?: 'success' | 'info' | 'error';
3
+ closeAfter?: number;
4
+ }
5
+ declare const _default: import('vue').DefineComponent<{}, {
6
+ success: (text: string, options?: Omit<AlertOptions, "type">) => void;
7
+ info: (text: string, options?: Omit<AlertOptions, "type">) => void;
8
+ error: (text: string, options?: Omit<AlertOptions, "type">) => void;
9
+ open: (text: string, options?: AlertOptions) => void;
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=SAlert.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SAlert/SAlert.vue"],"names":[],"mappings":"AAOA;AAuFA,UAAU,YAAY;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;;oBAqBsB,MAAM,YAAY,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC;iBAC/C,MAAM,YAAY,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC;kBAC3C,MAAM,YAAY,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC;iBAf7C,MAAM,YAAW,YAAY;;AA4FjD,wBAOG"}
@@ -0,0 +1,36 @@
1
+ import { Component } from 'vue';
2
+ export interface SButtonProps {
3
+ outlined?: boolean;
4
+ transparent?: boolean;
5
+ fullwidth?: boolean;
6
+ small?: boolean;
7
+ disabled?: boolean;
8
+ loading?: boolean;
9
+ color?: "red" | "green" | "yellow" | string;
10
+ is?: string | Component;
11
+ }
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: any;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<SButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SButtonProps> & Readonly<{}>, {
22
+ loading: boolean;
23
+ small: boolean;
24
+ disabled: boolean;
25
+ outlined: boolean;
26
+ transparent: boolean;
27
+ fullwidth: boolean;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
+ export default _default;
31
+ type __VLS_WithTemplateSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
36
+ //# sourceMappingURL=SButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SButton.vue"],"names":[],"mappings":"AAKA;AA4IA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,MAAM,WAAW,YAAY;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC5C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B;AA8CD,iBAAS,cAAc;WAiCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAnGP,OAAO;WAFT,OAAO;cACJ,OAAO;cAJP,OAAO;iBACJ,OAAO;eACT,OAAO;6EA8GrB,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,30 @@
1
+ export interface SCanvasProps {
2
+ hasStickySidebar?: boolean;
3
+ sidebarMobileTitle?: string;
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ header?(_: {}): any;
9
+ subheader?(_: {}): any;
10
+ default?(_: {}): any;
11
+ sidebar?(_: {}): any;
12
+ sidebar?(_: {}): any;
13
+ content?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<SCanvasProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SCanvasProps> & Readonly<{}>, {
20
+ hasStickySidebar: boolean;
21
+ sidebarMobileTitle: string;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
30
+ //# sourceMappingURL=SCanvas.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCanvas.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCanvas.vue"],"names":[],"mappings":"AAgCA;AAgPA,MAAM,WAAW,YAAY;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAiBD,iBAAS,cAAc;WAoGT,OAAO,IAA6B;;wBAftB,GAAG;2BACA,GAAG;yBACL,GAAG;yBACH,GAAG;yBACF,GAAG;yBACH,GAAG;;;;EAehC;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;sBAxIE,OAAO;wBACL,MAAM;wFA+I7B,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,33 @@
1
+ export interface SCheckboxProps {
2
+ value?: string | number | boolean;
3
+ disabled?: boolean;
4
+ }
5
+ type __VLS_Props = SCheckboxProps;
6
+ type __VLS_PublicProps = {
7
+ modelValue?: any;
8
+ } & __VLS_Props;
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: HTMLDivElement;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ "update:modelValue": (value: any) => any;
20
+ } & {
21
+ change: (value: any) => any;
22
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
24
+ onChange?: ((value: any) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
33
+ //# sourceMappingURL=SCheckbox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckbox.vue"],"names":[],"mappings":"AAWA;AA6JA,MAAM,WAAW,cAAc;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,KAAK,WAAW,GAAG,cAAc,CAAC;AA+ClC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;6FAQnB,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,31 @@
1
+ export interface SCheckboxGroupProps {
2
+ modelValue?: any[];
3
+ options?: Record<string | number, any> | any[];
4
+ vertical?: boolean;
5
+ }
6
+ type __VLS_Props = SCheckboxGroupProps;
7
+ type __VLS_PublicProps = {
8
+ modelValue?: any[];
9
+ } & __VLS_Props;
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ "update:modelValue": (value: any[]) => any;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
31
+ //# sourceMappingURL=SCheckboxGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckboxGroup.vue"],"names":[],"mappings":"AAQA;AA8CA,MAAM,WAAW,mBAAmB;IAChC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;IAEnB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAYvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,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,60 @@
1
+ export interface SColumnSettingsPreset {
2
+ title: string;
3
+ columns: string[];
4
+ }
5
+ export interface SColumnSettingsProps {
6
+ /**
7
+ * Набор показанных колонок в формате: ['id1', 'id2', ...]
8
+ */
9
+ modelValue?: string[];
10
+ /**
11
+ * Набор доступных колонок: {id1: 'Название колонки 1', ...}
12
+ */
13
+ options?: Record<string, string>;
14
+ /**
15
+ * Значение по умолчанию для сброса
16
+ */
17
+ columnPresets?: SColumnSettingsPreset[];
18
+ /**
19
+ * Эти колонки нельзя отключить
20
+ */
21
+ permanentColumns?: string[];
22
+ }
23
+ declare function __VLS_template(): {
24
+ attrs: Partial<{}>;
25
+ slots: {
26
+ label?(_: {}): any;
27
+ setpreset?(_: {
28
+ preset: SColumnSettingsPreset;
29
+ }): any;
30
+ };
31
+ refs: {
32
+ dropdown: HTMLDivElement;
33
+ portal: HTMLDivElement;
34
+ $list: HTMLUListElement;
35
+ };
36
+ rootEl: HTMLDivElement;
37
+ };
38
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
39
+ declare const __VLS_component: import('vue').DefineComponent<SColumnSettingsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
40
+ "update:modelValue": (value: string[]) => any;
41
+ }, string, import('vue').PublicProps, Readonly<SColumnSettingsProps> & Readonly<{
42
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
43
+ }>, {
44
+ modelValue: string[];
45
+ options: Record<string, string>;
46
+ columnPresets: SColumnSettingsPreset[];
47
+ permanentColumns: string[];
48
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
49
+ dropdown: HTMLDivElement;
50
+ portal: HTMLDivElement;
51
+ $list: HTMLUListElement;
52
+ }, HTMLDivElement>;
53
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
+ export default _default;
55
+ type __VLS_WithTemplateSlots<T, S> = T & {
56
+ new (): {
57
+ $slots: S;
58
+ };
59
+ };
60
+ //# sourceMappingURL=SColumnSettings.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SColumnSettings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SColumnSettings.vue"],"names":[],"mappings":"AAwCA;AAsYA,MAAM,WAAW,qBAAqB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC;;OAEG;IACH,aAAa,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACxC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC/B;AA4HD,iBAAS,cAAc;WA6JT,OAAO,IAA6B;;uBAdvB,GAAG;;;YACE,GAAG;;;;;;;;EAkBlC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;gBA9TJ,MAAM,EAAE;aAIX,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;mBAIhB,qBAAqB,EAAE;sBAIpB,MAAM,EAAE;;;;;kBA4T7B,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,16 @@
1
+ interface TemplateData {
2
+ title?: string;
3
+ cancelLabel?: string;
4
+ acceptLabel?: string;
5
+ onAccept?: () => void;
6
+ onCancel?: () => void;
7
+ }
8
+ declare function open(msg: string, templateData?: TemplateData): void;
9
+ declare const _default: import('vue').DefineComponent<{}, {
10
+ open: typeof open;
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
12
+ $dialog: HTMLDivElement;
13
+ $header: HTMLDivElement;
14
+ }, any>;
15
+ export default _default;
16
+ //# sourceMappingURL=SConfirm.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SConfirm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SConfirm/SConfirm.vue"],"names":[],"mappings":"AAoBA;AA6JA,UAAU,YAAY;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAoBD,iBAAS,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,YAAY,GAAE,YAAiB,QAWzD;;;;;;;AAwKD,wBAQG"}
@@ -0,0 +1,28 @@
1
+ type __VLS_Props = {
2
+ href?: string;
3
+ size?: 'small' | 'normal' | 'large';
4
+ layout?: 'input' | 'inline';
5
+ copytext?: string;
6
+ };
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ size: "small" | "normal" | "large";
19
+ layout: "input" | "inline";
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
28
+ //# sourceMappingURL=SCopyText.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCopyText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCopyText.vue"],"names":[],"mappings":"AAgBA;AA0GA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAE5B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAsBF,iBAAS,cAAc;WAsFT,OAAO,IAA6B;;yBAXrB,GAAG;yBACH,GAAG;;;;EAe/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UApIV,OAAO,GAAG,QAAQ,GAAG,OAAO;YAC1B,OAAO,GAAG,QAAQ;6EA0I7B,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,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=SDashboard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDashboard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboard.vue"],"names":[],"mappings":"AAKA;AAyCA,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,27 @@
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ maxContentHeight?: string | number;
4
+ gray?: boolean;
5
+ green?: boolean;
6
+ red?: boolean;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ title?(_: {}): any;
12
+ extra?(_: {}): any;
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ 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>;
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=SDashboardItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDashboardItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboardItem.vue"],"names":[],"mappings":"AAeA;AAqFA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AASF,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;uBAZvB,GAAG;uBACH,GAAG;yBACD,GAAG;;;;EAe/B;AASD,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,31 @@
1
+ export interface SDatePickerProps {
2
+ range?: boolean;
3
+ valueFormat?: string;
4
+ inputFormat?: string;
5
+ min?: string;
6
+ max?: string;
7
+ numberOfMonths?: number;
8
+ weekDayNames?: string[];
9
+ monthNames?: string[];
10
+ buttons?: Record<string, string>;
11
+ withTime?: boolean;
12
+ }
13
+ type __VLS_Props = SDatePickerProps;
14
+ type __VLS_PublicProps = {
15
+ modelValue?: string | string[] | null;
16
+ } & __VLS_Props;
17
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:modelValue": (value: string | string[] | null) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
21
+ }>, {
22
+ range: boolean;
23
+ weekDayNames: string[];
24
+ monthNames: string[];
25
+ withTime: boolean;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
27
+ input: HTMLDivElement;
28
+ calendar: HTMLDivElement;
29
+ }, HTMLDivElement>;
30
+ export default _default;
31
+ //# sourceMappingURL=SDatePicker.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDatePicker.vue"],"names":[],"mappings":"AAsEA;AAwmBA,MAAM,WAAW,gBAAgB;IAC7B,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IAExB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAsUpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAC;CACrC,GAAG,WAAW,CAAC;;;;;;WAxVJ,OAAO;kBASA,MAAM,EAAE;gBAEV,MAAM,EAAE;cAEV,OAAO;;;;;AAmpBtB,wBAUG"}
@@ -0,0 +1,42 @@
1
+ export interface SDialogProps {
2
+ title?: string;
3
+ width?: string;
4
+ notModal?: boolean;
5
+ }
6
+ type __VLS_Props = SDialogProps;
7
+ type __VLS_PublicProps = {
8
+ modelValue?: boolean;
9
+ } & __VLS_Props;
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {
16
+ $window: HTMLDivElement;
17
+ $header: HTMLDivElement;
18
+ };
19
+ rootEl: HTMLTemplateElement;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ "update:modelValue": (value: boolean) => any;
24
+ } & {
25
+ "overlay-click": () => any;
26
+ hide: () => any;
27
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
29
+ "onOverlay-click"?: (() => any) | undefined;
30
+ onHide?: (() => any) | undefined;
31
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
+ $window: HTMLDivElement;
33
+ $header: HTMLDivElement;
34
+ }, HTMLTemplateElement>;
35
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
+ export default _default;
37
+ type __VLS_WithTemplateSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
40
+ };
41
+ };
42
+ //# sourceMappingURL=SDialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDialog.vue"],"names":[],"mappings":"AAkBA;AAsJA,MAAM,WAAW,YAAY;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,KAAK,WAAW,GAAG,YAAY,CAAC;AAuDhC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqFT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;EAiBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;uBASnB,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,39 @@
1
+ export interface SDropdownMenuLink {
2
+ label: string;
3
+ url?: string;
4
+ active?: boolean;
5
+ }
6
+ export interface SDropdownMenuProps {
7
+ links?: SDropdownMenuLink[];
8
+ placeholder?: string;
9
+ label?: string;
10
+ labelLink?: string;
11
+ }
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ label?(_: {}): any;
16
+ default?(_: {}): any;
17
+ };
18
+ refs: {
19
+ $container: HTMLDivElement;
20
+ $list: HTMLDivElement;
21
+ };
22
+ rootEl: HTMLDivElement;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: import('vue').DefineComponent<SDropdownMenuProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SDropdownMenuProps> & Readonly<{}>, {
26
+ placeholder: string;
27
+ links: SDropdownMenuLink[];
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
29
+ $container: HTMLDivElement;
30
+ $list: HTMLDivElement;
31
+ }, HTMLDivElement>;
32
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
+ export default _default;
34
+ type __VLS_WithTemplateSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
39
+ //# sourceMappingURL=SDropdownMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDropdownMenu.vue"],"names":[],"mappings":"AAeA;AAoKA,MAAM,WAAW,iBAAiB;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,kBAAkB;IAE/B,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAE5B,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AA2CD,iBAAS,cAAc;WA0FT,OAAO,IAA6B;;uBAbvB,GAAG;yBACA,GAAG;;;;;;;EAiBhC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;iBAjKH,MAAM;WAFZ,iBAAiB,EAAE;;;;kBA4K7B,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,7 @@
1
+ type __VLS_Props = {
2
+ name?: string;
3
+ debounce?: number;
4
+ };
5
+ declare const _default: 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>;
6
+ export default _default;
7
+ //# sourceMappingURL=SFilter.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SFilter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilter.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"SFilter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilter.vue"],"names":[],"mappings":"AAOA;AA0EA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;;AA+FF,wBAOG"}
@@ -0,0 +1,43 @@
1
+ type __VLS_Props = {
2
+ /**
3
+ * Если установлено, то получает значение модели из query-параметров при загрузке и изменяет их при изменении значений фильтров
4
+ */
5
+ bindToQuery?: boolean;
6
+ /**
7
+ * Query-параметры, которые не учитываем в модели
8
+ */
9
+ ignoreQueryNames?: string[];
10
+ /**
11
+ * Значения модели, которые не проставляем в query-параметры (пропускаем такие параметры)
12
+ */
13
+ ignoreQueryValues?: any[];
14
+ };
15
+ type __VLS_PublicProps = {
16
+ modelValue?: Record<string, any>;
17
+ } & __VLS_Props;
18
+ declare function __VLS_template(): {
19
+ attrs: Partial<{}>;
20
+ slots: {
21
+ default?(_: {}): any;
22
+ };
23
+ refs: {};
24
+ rootEl: HTMLDivElement;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
28
+ "update:modelValue": (value: Record<string, any>) => any;
29
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
30
+ "onUpdate:modelValue"?: ((value: Record<string, any>) => any) | undefined;
31
+ }>, {
32
+ bindToQuery: boolean;
33
+ ignoreQueryNames: string[];
34
+ ignoreQueryValues: any[];
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
+ export default _default;
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ //# sourceMappingURL=SFilterGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"AAKA;AAqGA,KAAK,WAAW,GAAG;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B;;OAEG;IACH,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC;CAC7B,CAAC;AAsEF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAChC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;iBAhIH,OAAO;sBAIF,MAAM,EAAE;uBAIP,GAAG,EAAE;wFAiI3B,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,18 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=SFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFooter.vue"],"names":[],"mappings":"AAKA;AA4FA,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}