startup-ui 0.5.0

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 (96) hide show
  1. package/dist/index.css +1 -0
  2. package/dist/startup-ui.cjs.js +680 -0
  3. package/dist/startup-ui.cjs.js.map +1 -0
  4. package/dist/startup-ui.es.js +11349 -0
  5. package/dist/startup-ui.es.js.map +1 -0
  6. package/dist/types/components/SActionBar.vue.d.ts +10 -0
  7. package/dist/types/components/SActionBar.vue.d.ts.map +1 -0
  8. package/dist/types/components/SActionIcon.vue.d.ts +17 -0
  9. package/dist/types/components/SActionIcon.vue.d.ts.map +1 -0
  10. package/dist/types/components/SAlert/SAlert.vue.d.ts +8 -0
  11. package/dist/types/components/SAlert/SAlert.vue.d.ts.map +1 -0
  12. package/dist/types/components/SAlert/index.d.ts +7 -0
  13. package/dist/types/components/SAlert/index.d.ts.map +1 -0
  14. package/dist/types/components/SButton.vue.d.ts +29 -0
  15. package/dist/types/components/SButton.vue.d.ts.map +1 -0
  16. package/dist/types/components/SCanvas.vue.d.ts +27 -0
  17. package/dist/types/components/SCanvas.vue.d.ts.map +1 -0
  18. package/dist/types/components/SCheckbox.vue.d.ts +18 -0
  19. package/dist/types/components/SCheckbox.vue.d.ts.map +1 -0
  20. package/dist/types/components/SCheckboxGroup.vue.d.ts +19 -0
  21. package/dist/types/components/SCheckboxGroup.vue.d.ts.map +1 -0
  22. package/dist/types/components/SConfirm/SConfirm.vue.d.ts +6 -0
  23. package/dist/types/components/SConfirm/SConfirm.vue.d.ts.map +1 -0
  24. package/dist/types/components/SConfirm/index.d.ts +5 -0
  25. package/dist/types/components/SConfirm/index.d.ts.map +1 -0
  26. package/dist/types/components/SCopyText.vue.d.ts +23 -0
  27. package/dist/types/components/SCopyText.vue.d.ts.map +1 -0
  28. package/dist/types/components/SDashboard.vue.d.ts +10 -0
  29. package/dist/types/components/SDashboard.vue.d.ts.map +1 -0
  30. package/dist/types/components/SDashboardItem.vue.d.ts +27 -0
  31. package/dist/types/components/SDashboardItem.vue.d.ts.map +1 -0
  32. package/dist/types/components/SDatePicker.vue.d.ts +25 -0
  33. package/dist/types/components/SDatePicker.vue.d.ts.map +1 -0
  34. package/dist/types/components/SDialog.vue.d.ts +20 -0
  35. package/dist/types/components/SDialog.vue.d.ts.map +1 -0
  36. package/dist/types/components/SDropdownMenu.vue.d.ts +23 -0
  37. package/dist/types/components/SDropdownMenu.vue.d.ts.map +1 -0
  38. package/dist/types/components/SFilter.vue.d.ts +10 -0
  39. package/dist/types/components/SFilter.vue.d.ts.map +1 -0
  40. package/dist/types/components/SFilterGroup.vue.d.ts +10 -0
  41. package/dist/types/components/SFilterGroup.vue.d.ts.map +1 -0
  42. package/dist/types/components/SFooter.vue.d.ts +10 -0
  43. package/dist/types/components/SFooter.vue.d.ts.map +1 -0
  44. package/dist/types/components/SForm.vue.d.ts +26 -0
  45. package/dist/types/components/SForm.vue.d.ts.map +1 -0
  46. package/dist/types/components/SFormRow.vue.d.ts +27 -0
  47. package/dist/types/components/SFormRow.vue.d.ts.map +1 -0
  48. package/dist/types/components/SHorizontalMenu.vue.d.ts +8 -0
  49. package/dist/types/components/SHorizontalMenu.vue.d.ts.map +1 -0
  50. package/dist/types/components/SHtmlEditor.vue.d.ts +11 -0
  51. package/dist/types/components/SHtmlEditor.vue.d.ts.map +1 -0
  52. package/dist/types/components/SImagePreview.vue.d.ts +19 -0
  53. package/dist/types/components/SImagePreview.vue.d.ts.map +1 -0
  54. package/dist/types/components/SInput.vue.d.ts +32 -0
  55. package/dist/types/components/SInput.vue.d.ts.map +1 -0
  56. package/dist/types/components/SNote.vue.d.ts +25 -0
  57. package/dist/types/components/SNote.vue.d.ts.map +1 -0
  58. package/dist/types/components/SPagination.vue.d.ts +24 -0
  59. package/dist/types/components/SPagination.vue.d.ts.map +1 -0
  60. package/dist/types/components/SProgressbar.vue.d.ts +17 -0
  61. package/dist/types/components/SProgressbar.vue.d.ts.map +1 -0
  62. package/dist/types/components/SRadio.vue.d.ts +20 -0
  63. package/dist/types/components/SRadio.vue.d.ts.map +1 -0
  64. package/dist/types/components/SRadioGroup.vue.d.ts +22 -0
  65. package/dist/types/components/SRadioGroup.vue.d.ts.map +1 -0
  66. package/dist/types/components/SSelect.vue.d.ts +45 -0
  67. package/dist/types/components/SSelect.vue.d.ts.map +1 -0
  68. package/dist/types/components/SStat.vue.d.ts +25 -0
  69. package/dist/types/components/SStat.vue.d.ts.map +1 -0
  70. package/dist/types/components/SStatus.vue.d.ts +18 -0
  71. package/dist/types/components/SStatus.vue.d.ts.map +1 -0
  72. package/dist/types/components/SSwitch.vue.d.ts +19 -0
  73. package/dist/types/components/SSwitch.vue.d.ts.map +1 -0
  74. package/dist/types/components/STable.vue.d.ts +38 -0
  75. package/dist/types/components/STable.vue.d.ts.map +1 -0
  76. package/dist/types/components/STag.vue.d.ts +17 -0
  77. package/dist/types/components/STag.vue.d.ts.map +1 -0
  78. package/dist/types/components/STimeline.vue.d.ts +20 -0
  79. package/dist/types/components/STimeline.vue.d.ts.map +1 -0
  80. package/dist/types/components/SToggle.vue.d.ts +39 -0
  81. package/dist/types/components/SToggle.vue.d.ts.map +1 -0
  82. package/dist/types/components/SToggleGroup.vue.d.ts +15 -0
  83. package/dist/types/components/SToggleGroup.vue.d.ts.map +1 -0
  84. package/dist/types/components/STooltip.vue.d.ts +19 -0
  85. package/dist/types/components/STooltip.vue.d.ts.map +1 -0
  86. package/dist/types/components/STree.vue.d.ts +28 -0
  87. package/dist/types/components/STree.vue.d.ts.map +1 -0
  88. package/dist/types/components/SUpload.vue.d.ts +42 -0
  89. package/dist/types/components/SUpload.vue.d.ts.map +1 -0
  90. package/dist/types/components/SVerticalMenu.vue.d.ts +8 -0
  91. package/dist/types/components/SVerticalMenu.vue.d.ts.map +1 -0
  92. package/dist/types/index.d.ts +56 -0
  93. package/dist/types/index.d.ts.map +1 -0
  94. package/dist/types/plugin.d.ts +7 -0
  95. package/dist/types/plugin.d.ts.map +1 -0
  96. package/package.json +48 -0
@@ -0,0 +1,10 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ type __VLS_Slots = {
8
+ default?: ((props: {}) => any) | undefined;
9
+ };
10
+ //# sourceMappingURL=SActionBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SActionBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionBar.vue"],"names":[],"mappings":"wBA4FqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "click", ...args: any[]) => void;
3
+ icon: string | unknown[];
4
+ danger: boolean;
5
+ confirmTitle: string;
6
+ confirm?: string | undefined;
7
+ is?: string | Function | Record<string, any> | undefined;
8
+ $props: {
9
+ readonly icon?: string | unknown[] | undefined;
10
+ readonly danger?: boolean | undefined;
11
+ readonly confirmTitle?: string | undefined;
12
+ readonly confirm?: string | undefined;
13
+ readonly is?: string | Function | Record<string, any> | undefined;
14
+ };
15
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ export default _default;
17
+ //# sourceMappingURL=SActionIcon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SActionIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionIcon.vue"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ success: (text: any, options: any) => void;
3
+ info: (text: any, options: any) => void;
4
+ error: (text: any, options: any) => void;
5
+ open: (text: any, options?: {}) => void;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
8
+ //# sourceMappingURL=SAlert.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SAlert/SAlert.vue"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export declare const SAlert: {
2
+ success(message: string, options?: Record<string, any>): Promise<any>;
3
+ error(message: string, options?: {}): Promise<any>;
4
+ info(message: string, options?: {}): Promise<any>;
5
+ };
6
+ export default SAlert;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SAlert/index.ts"],"names":[],"mappings":"AA8BA,eAAO,MAAM,MAAM;qBACE,MAAM,YAAW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;mBAItC,MAAM;kBAIP,MAAM;CAIvB,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,29 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ small: boolean;
8
+ disabled: boolean;
9
+ outlined: boolean;
10
+ transparent: boolean;
11
+ fullwidth: boolean;
12
+ loading: boolean;
13
+ color?: string | undefined;
14
+ is?: string | Function | Record<string, any> | undefined;
15
+ $props: {
16
+ readonly small?: boolean | undefined;
17
+ readonly disabled?: boolean | undefined;
18
+ readonly outlined?: boolean | undefined;
19
+ readonly transparent?: boolean | undefined;
20
+ readonly fullwidth?: boolean | undefined;
21
+ readonly loading?: boolean | undefined;
22
+ readonly color?: string | undefined;
23
+ readonly is?: string | Function | Record<string, any> | undefined;
24
+ };
25
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ type __VLS_Slots = {
27
+ default?: ((props: {}) => any) | undefined;
28
+ };
29
+ //# sourceMappingURL=SButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SButton.vue"],"names":[],"mappings":"wBA0NqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;;;;;2OAOG"}
@@ -0,0 +1,27 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ hasStickySidebar: boolean;
8
+ sidebarMobileTitle: string;
9
+ $props: {
10
+ readonly hasStickySidebar?: boolean | undefined;
11
+ readonly sidebarMobileTitle?: string | undefined;
12
+ };
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ type __VLS_Slots = {
15
+ header?: ((props: {}) => any) | undefined;
16
+ } & {
17
+ subheader?: ((props: {}) => any) | undefined;
18
+ } & {
19
+ default?: ((props: {}) => any) | undefined;
20
+ } & {
21
+ sidebar?: ((props: {}) => any) | undefined;
22
+ } & {
23
+ sidebar?: ((props: {}) => any) | undefined;
24
+ } & {
25
+ content?: ((props: {}) => any) | undefined;
26
+ };
27
+ //# sourceMappingURL=SCanvas.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCanvas.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCanvas.vue"],"names":[],"mappings":"wBAmYqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -0,0 +1,18 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $emit: (event: "change", ...args: any[]) => void;
8
+ disabled: boolean;
9
+ value?: string | number | undefined;
10
+ $props: {
11
+ readonly disabled?: boolean | undefined;
12
+ readonly value?: string | number | undefined;
13
+ };
14
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
+ type __VLS_Slots = {
16
+ default?: ((props: {}) => any) | undefined;
17
+ };
18
+ //# sourceMappingURL=SCheckbox.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckbox.vue"],"names":[],"mappings":"wBA6QqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;2OAQG"}
@@ -0,0 +1,19 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ vertical: boolean;
8
+ modelValue?: Record<string, any> | undefined;
9
+ options?: Record<string, any> | undefined;
10
+ $props: {
11
+ readonly vertical?: boolean | undefined;
12
+ readonly modelValue?: Record<string, any> | undefined;
13
+ readonly options?: Record<string, any> | undefined;
14
+ };
15
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ type __VLS_Slots = {
17
+ default?: ((props: {}) => any) | undefined;
18
+ };
19
+ //# sourceMappingURL=SCheckboxGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckboxGroup.vue"],"names":[],"mappings":"wBA4HqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ open: typeof open;
3
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4
+ export default _default;
5
+ declare function open(msg: any, templateData: any): void;
6
+ //# sourceMappingURL=SConfirm.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SConfirm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SConfirm/SConfirm.vue"],"names":[],"mappings":";;;;AAsKA,yDAWC"}
@@ -0,0 +1,5 @@
1
+ export declare const SConfirm: {
2
+ open(message: string, options?: Record<string, any>): Promise<any>;
3
+ };
4
+ export default SConfirm;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SConfirm/index.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,QAAQ;kBACH,MAAM,YAAW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;CAIrD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,23 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ size: string;
8
+ layout: string;
9
+ href?: string | undefined;
10
+ copytext?: string | undefined;
11
+ $props: {
12
+ readonly size?: string | undefined;
13
+ readonly layout?: string | undefined;
14
+ readonly href?: string | undefined;
15
+ readonly copytext?: string | undefined;
16
+ };
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ type __VLS_Slots = {
19
+ default?: ((props: {}) => any) | undefined;
20
+ } & {
21
+ default?: ((props: {}) => any) | undefined;
22
+ };
23
+ //# sourceMappingURL=SCopyText.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCopyText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCopyText.vue"],"names":[],"mappings":"wBA+OqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;2OAOG"}
@@ -0,0 +1,10 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ type __VLS_Slots = {
8
+ default?: ((props: {}) => any) | undefined;
9
+ };
10
+ //# sourceMappingURL=SDashboard.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDashboard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboard.vue"],"names":[],"mappings":"wBAiFqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
@@ -0,0 +1,27 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ red: boolean;
8
+ green: boolean;
9
+ gray: boolean;
10
+ title?: string | undefined;
11
+ maxContentHeight?: string | number | undefined;
12
+ $props: {
13
+ readonly red?: boolean | undefined;
14
+ readonly green?: boolean | undefined;
15
+ readonly gray?: boolean | undefined;
16
+ readonly title?: string | undefined;
17
+ readonly maxContentHeight?: string | number | undefined;
18
+ };
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
+ type __VLS_Slots = {
21
+ title?: ((props: {}) => any) | undefined;
22
+ } & {
23
+ extra?: ((props: {}) => any) | undefined;
24
+ } & {
25
+ default?: ((props: {}) => any) | undefined;
26
+ };
27
+ //# sourceMappingURL=SDashboardItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDashboardItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboardItem.vue"],"names":[],"mappings":"wBA4KqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;2OAOG"}
@@ -0,0 +1,25 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "update:modelValue" | "selectedInterval", ...args: any[]) => void;
3
+ range: boolean;
4
+ valueFormat: string;
5
+ inputFormat: string;
6
+ weekDayNames: unknown[];
7
+ monthNames: unknown[];
8
+ min?: string | undefined;
9
+ max?: string | undefined;
10
+ numberOfMonths?: number | undefined;
11
+ buttons?: Record<string, any> | undefined;
12
+ $props: {
13
+ readonly range?: boolean | undefined;
14
+ readonly valueFormat?: string | undefined;
15
+ readonly inputFormat?: string | undefined;
16
+ readonly weekDayNames?: unknown[] | undefined;
17
+ readonly monthNames?: unknown[] | undefined;
18
+ readonly min?: string | undefined;
19
+ readonly max?: string | undefined;
20
+ readonly numberOfMonths?: number | undefined;
21
+ readonly buttons?: Record<string, any> | undefined;
22
+ };
23
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
+ export default _default;
25
+ //# 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":""}
@@ -0,0 +1,20 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $emit: (event: "overlay-click" | "hide", ...args: any[]) => void;
8
+ notModal: boolean;
9
+ title?: string | undefined;
10
+ width?: string | undefined;
11
+ $props: {
12
+ readonly notModal?: boolean | undefined;
13
+ readonly title?: string | undefined;
14
+ readonly width?: string | undefined;
15
+ };
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
+ type __VLS_Slots = {
18
+ default?: ((props: {}) => any) | undefined;
19
+ };
20
+ //# sourceMappingURL=SDialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDialog.vue"],"names":[],"mappings":"wBAuTqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;2OAQG"}
@@ -0,0 +1,23 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ placeholder: string;
8
+ links: unknown[];
9
+ label?: string | undefined;
10
+ labelLink?: string | undefined;
11
+ $props: {
12
+ readonly placeholder?: string | undefined;
13
+ readonly links?: unknown[] | undefined;
14
+ readonly label?: string | undefined;
15
+ readonly labelLink?: string | undefined;
16
+ };
17
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ type __VLS_Slots = {
19
+ label?: ((props: {}) => any) | undefined;
20
+ } & {
21
+ default?: ((props: {}) => any) | undefined;
22
+ };
23
+ //# sourceMappingURL=SDropdownMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDropdownMenu.vue"],"names":[],"mappings":"wBA+TqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;2OAOG"}
@@ -0,0 +1,10 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ name?: string | undefined;
3
+ debounce?: number | undefined;
4
+ $props: {
5
+ readonly name?: string | undefined;
6
+ readonly debounce?: number | undefined;
7
+ };
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ export default _default;
10
+ //# sourceMappingURL=SFilter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SFilter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilter.vue"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ type __VLS_Slots = {
8
+ default?: ((props: {}) => any) | undefined;
9
+ };
10
+ //# sourceMappingURL=SFilterGroup.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"wBA6IqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
@@ -0,0 +1,10 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ type __VLS_Slots = {
8
+ default?: ((props: {}) => any) | undefined;
9
+ };
10
+ //# sourceMappingURL=SFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFooter.vue"],"names":[],"mappings":"wBAoIqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
@@ -0,0 +1,26 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $emit: (event: "submit" | "update:modelValue", ...args: any[]) => void;
8
+ loading: boolean;
9
+ method: string;
10
+ titlesAtLeft: boolean;
11
+ titlesWidth: string | number;
12
+ errors?: Record<string, any> | undefined;
13
+ action?: string | undefined;
14
+ $props: {
15
+ readonly loading?: boolean | undefined;
16
+ readonly method?: string | undefined;
17
+ readonly titlesAtLeft?: boolean | undefined;
18
+ readonly titlesWidth?: string | number | undefined;
19
+ readonly errors?: Record<string, any> | undefined;
20
+ readonly action?: string | undefined;
21
+ };
22
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
+ type __VLS_Slots = {
24
+ default?: ((props: {}) => any) | undefined;
25
+ };
26
+ //# sourceMappingURL=SForm.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SForm.vue"],"names":[],"mappings":"wBAqPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;2OAQG"}
@@ -0,0 +1,27 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ focus: typeof focus;
8
+ title?: string | undefined;
9
+ class?: string | undefined;
10
+ name?: string | undefined;
11
+ hint?: string | undefined;
12
+ $props: {
13
+ readonly title?: string | undefined;
14
+ readonly class?: string | undefined;
15
+ readonly name?: string | undefined;
16
+ readonly hint?: string | 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
+ title?: ((props: {}) => any) | undefined;
21
+ } & {
22
+ default?: ((props: {}) => any) | undefined;
23
+ } & {
24
+ hint?: ((props: {}) => any) | undefined;
25
+ };
26
+ declare function focus(): void;
27
+ //# sourceMappingURL=SFormRow.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SFormRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFormRow.vue"],"names":[],"mappings":"wBAkVqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;2OAQG;;;;;;;;AAjIH,+BAKC"}
@@ -0,0 +1,8 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ links?: Record<string, any> | undefined;
3
+ $props: {
4
+ readonly links?: Record<string, any> | undefined;
5
+ };
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ export default _default;
8
+ //# sourceMappingURL=SHorizontalMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SHorizontalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHorizontalMenu.vue"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ $emit: (event: "changeContent", ...args: any[]) => void;
3
+ placeholder?: string | undefined;
4
+ uploadUrl?: string | undefined;
5
+ $props: {
6
+ readonly placeholder?: string | undefined;
7
+ readonly uploadUrl?: string | undefined;
8
+ };
9
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ export default _default;
11
+ //# sourceMappingURL=SHtmlEditor.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SHtmlEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHtmlEditor.vue"],"names":[],"mappings":""}
@@ -0,0 +1,19 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ src?: string | undefined;
8
+ preview?: string | undefined;
9
+ $props: {
10
+ readonly src?: string | undefined;
11
+ readonly preview?: string | undefined;
12
+ };
13
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
+ type __VLS_Slots = {
15
+ preview?: ((props: {}) => any) | undefined;
16
+ } & {
17
+ icon?: ((props: {}) => any) | undefined;
18
+ };
19
+ //# sourceMappingURL=SImagePreview.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SImagePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SImagePreview.vue"],"names":[],"mappings":"wBA6SqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -0,0 +1,32 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ $emit: (event: "change", ...args: any[]) => void;
8
+ type: string;
9
+ disabled: boolean;
10
+ rows: number;
11
+ placeholder?: string | undefined;
12
+ modelValue?: string | number | undefined;
13
+ suffix?: string | undefined;
14
+ prefix?: string | undefined;
15
+ inputStyle?: string | Record<string, any> | unknown[] | undefined;
16
+ $props: {
17
+ readonly type?: string | undefined;
18
+ readonly disabled?: boolean | undefined;
19
+ readonly rows?: number | undefined;
20
+ readonly placeholder?: string | undefined;
21
+ readonly modelValue?: string | number | undefined;
22
+ readonly suffix?: string | undefined;
23
+ readonly prefix?: string | undefined;
24
+ readonly inputStyle?: string | Record<string, any> | unknown[] | undefined;
25
+ };
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ type __VLS_Slots = {
28
+ prefix?: ((props: {}) => any) | undefined;
29
+ } & {
30
+ suffix?: ((props: {}) => any) | undefined;
31
+ };
32
+ //# sourceMappingURL=SInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SInput.vue"],"names":[],"mappings":"wBAsPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;2OAQG"}
@@ -0,0 +1,25 @@
1
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
+ export default _default;
3
+ type __VLS_WithSlots<T, S> = T & (new () => {
4
+ $slots: S;
5
+ });
6
+ declare const __VLS_component: import("vue").DefineComponent<{}, {
7
+ success: boolean;
8
+ error: boolean;
9
+ gray: boolean;
10
+ attention: boolean;
11
+ title?: string | undefined;
12
+ icon?: string | undefined;
13
+ $props: {
14
+ readonly success?: boolean | undefined;
15
+ readonly error?: boolean | undefined;
16
+ readonly gray?: boolean | undefined;
17
+ readonly attention?: boolean | undefined;
18
+ readonly title?: string | undefined;
19
+ readonly icon?: string | undefined;
20
+ };
21
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ type __VLS_Slots = {
23
+ default?: ((props: {}) => any) | undefined;
24
+ };
25
+ //# sourceMappingURL=SNote.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SNote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SNote.vue"],"names":[],"mappings":"wBA6JqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;2OAOG"}
@@ -0,0 +1,24 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SPagination.vue"],"names":[],"mappings":""}