startup-ui 0.9.18 → 0.10.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 -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 +3256 -3377
  5. package/dist/startup-ui.es.js.map +1 -1
  6. package/dist/types/components/SActionBar.vue.d.ts +15 -7
  7. package/dist/types/components/SActionBar.vue.d.ts.map +1 -1
  8. package/dist/types/components/SActionIcon.vue.d.ts +14 -13
  9. package/dist/types/components/SActionIcon.vue.d.ts.map +1 -1
  10. package/dist/types/components/SAlert/SAlert.vue.d.ts +10 -6
  11. package/dist/types/components/SAlert/SAlert.vue.d.ts.map +1 -1
  12. package/dist/types/components/SButton.vue.d.ts +28 -21
  13. package/dist/types/components/SButton.vue.d.ts.map +1 -1
  14. package/dist/types/components/SCanvas.vue.d.ts +25 -22
  15. package/dist/types/components/SCanvas.vue.d.ts.map +1 -1
  16. package/dist/types/components/SCheckbox.vue.d.ts +29 -14
  17. package/dist/types/components/SCheckbox.vue.d.ts.map +1 -1
  18. package/dist/types/components/SCheckboxGroup.vue.d.ts +27 -15
  19. package/dist/types/components/SCheckboxGroup.vue.d.ts.map +1 -1
  20. package/dist/types/components/SColumnSettings.vue.d.ts +56 -22
  21. package/dist/types/components/SColumnSettings.vue.d.ts.map +1 -1
  22. package/dist/types/components/SConfirm/SConfirm.vue.d.ts +13 -3
  23. package/dist/types/components/SConfirm/SConfirm.vue.d.ts.map +1 -1
  24. package/dist/types/components/SCopyText.vue.d.ts +24 -19
  25. package/dist/types/components/SCopyText.vue.d.ts.map +1 -1
  26. package/dist/types/components/SDashboard.vue.d.ts +15 -7
  27. package/dist/types/components/SDashboard.vue.d.ts.map +1 -1
  28. package/dist/types/components/SDashboardItem.vue.d.ts +23 -23
  29. package/dist/types/components/SDashboardItem.vue.d.ts.map +1 -1
  30. package/dist/types/components/SDatePicker.vue.d.ts +27 -22
  31. package/dist/types/components/SDatePicker.vue.d.ts.map +1 -1
  32. package/dist/types/components/SDialog.vue.d.ts +38 -16
  33. package/dist/types/components/SDialog.vue.d.ts.map +1 -1
  34. package/dist/types/components/SDropdownMenu.vue.d.ts +35 -19
  35. package/dist/types/components/SDropdownMenu.vue.d.ts.map +1 -1
  36. package/dist/types/components/SFilter.vue.d.ts +5 -8
  37. package/dist/types/components/SFilter.vue.d.ts.map +1 -1
  38. package/dist/types/components/SFilterGroup.vue.d.ts +39 -15
  39. package/dist/types/components/SFilterGroup.vue.d.ts.map +1 -1
  40. package/dist/types/components/SFooter.vue.d.ts +15 -7
  41. package/dist/types/components/SFooter.vue.d.ts.map +1 -1
  42. package/dist/types/components/SForm.vue.d.ts +39 -21
  43. package/dist/types/components/SForm.vue.d.ts.map +1 -1
  44. package/dist/types/components/SFormRow.vue.d.ts +30 -25
  45. package/dist/types/components/SFormRow.vue.d.ts.map +1 -1
  46. package/dist/types/components/SHorizontalMenu.vue.d.ts +14 -6
  47. package/dist/types/components/SHorizontalMenu.vue.d.ts.map +1 -1
  48. package/dist/types/components/SHtmlEditor.vue.d.ts +16 -9
  49. package/dist/types/components/SHtmlEditor.vue.d.ts.map +1 -1
  50. package/dist/types/components/SImagePreview.vue.d.ts +23 -15
  51. package/dist/types/components/SImagePreview.vue.d.ts.map +1 -1
  52. package/dist/types/components/SInput.vue.d.ts +40 -27
  53. package/dist/types/components/SInput.vue.d.ts.map +1 -1
  54. package/dist/types/components/SNote.vue.d.ts +22 -21
  55. package/dist/types/components/SNote.vue.d.ts.map +1 -1
  56. package/dist/types/components/SPagination.vue.d.ts +21 -20
  57. package/dist/types/components/SPagination.vue.d.ts.map +1 -1
  58. package/dist/types/components/SProgressbar.vue.d.ts +18 -13
  59. package/dist/types/components/SProgressbar.vue.d.ts.map +1 -1
  60. package/dist/types/components/SRadio.vue.d.ts +23 -16
  61. package/dist/types/components/SRadio.vue.d.ts.map +1 -1
  62. package/dist/types/components/SRadioGroup.vue.d.ts +31 -18
  63. package/dist/types/components/SRadioGroup.vue.d.ts.map +1 -1
  64. package/dist/types/components/SSelect.vue.d.ts +61 -38
  65. package/dist/types/components/SSelect.vue.d.ts.map +1 -1
  66. package/dist/types/components/SStat.vue.d.ts +22 -21
  67. package/dist/types/components/SStat.vue.d.ts.map +1 -1
  68. package/dist/types/components/SStatus.vue.d.ts +13 -8
  69. package/dist/types/components/SStatus.vue.d.ts.map +1 -1
  70. package/dist/types/components/SSwitch.vue.d.ts +30 -15
  71. package/dist/types/components/SSwitch.vue.d.ts.map +1 -1
  72. package/dist/types/components/STable.vue.d.ts +63 -41
  73. package/dist/types/components/STable.vue.d.ts.map +1 -1
  74. package/dist/types/components/STag.vue.d.ts +11 -6
  75. package/dist/types/components/STag.vue.d.ts.map +1 -1
  76. package/dist/types/components/STimeline.vue.d.ts +19 -17
  77. package/dist/types/components/STimeline.vue.d.ts.map +1 -1
  78. package/dist/types/components/SToggle.vue.d.ts +19 -31
  79. package/dist/types/components/SToggle.vue.d.ts.map +1 -1
  80. package/dist/types/components/SToggleGroup.vue.d.ts +17 -11
  81. package/dist/types/components/SToggleGroup.vue.d.ts.map +1 -1
  82. package/dist/types/components/STooltip.vue.d.ts +28 -15
  83. package/dist/types/components/STooltip.vue.d.ts.map +1 -1
  84. package/dist/types/components/STree.vue.d.ts +67 -30
  85. package/dist/types/components/STree.vue.d.ts.map +1 -1
  86. package/dist/types/components/SUpload.vue.d.ts +56 -39
  87. package/dist/types/components/SUpload.vue.d.ts.map +1 -1
  88. package/dist/types/components/SVerticalMenu.vue.d.ts +19 -10
  89. package/dist/types/components/SVerticalMenu.vue.d.ts.map +1 -1
  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 +4 -4
  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 +2 -2
@@ -1,32 +1,45 @@
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;
1
+ import { StyleValue } from 'vue';
2
+ export interface SInputProps {
3
+ modelValue?: number | string | null;
4
+ type?: 'text' | 'string' | 'number' | 'email' | 'password' | 'textarea' | 'search';
5
+ placeholder?: string;
6
+ prefix?: string;
7
+ suffix?: string;
8
+ disabled?: boolean;
9
+ rows?: number;
10
+ inputStyle?: StyleValue;
11
+ }
12
+ type __VLS_Props = SInputProps;
13
+ type __VLS_PublicProps = {
14
+ modelValue?: number | string | null;
15
+ } & __VLS_Props;
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: {
19
+ prefix?(_: {}): any;
20
+ suffix?(_: {}): any;
21
+ };
22
+ refs: {};
23
+ rootEl: HTMLDivElement;
24
+ };
25
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ "update:modelValue": (value: string | number | null) => any;
28
+ } & {
29
+ change: (value: string) => any;
30
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
31
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
32
+ onChange?: ((value: string) => any) | undefined;
33
+ }>, {
34
+ type: "text" | "string" | "number" | "email" | "password" | "textarea" | "search";
9
35
  disabled: boolean;
10
36
  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;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
38
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
+ export default _default;
40
+ type __VLS_WithTemplateSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
25
43
  };
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
44
  };
32
45
  //# sourceMappingURL=SInput.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SInput.vue"],"names":[],"mappings":"wBAyPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"SInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SInput.vue"],"names":[],"mappings":"AAgBA;AAqGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAEtC,MAAM,WAAW,WAAW;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;IACnF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,UAAU,CAAC;CAC3B;AAED,KAAK,WAAW,GAAG,WAAW,CAAC;AAyB/B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;CACnC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAwET,OAAO,IAA6B;;wBAXtB,GAAG;wBACH,GAAG;;;;EAe9B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;UApIV,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ;cAIvE,OAAO;UACX,MAAM;wFAwIf,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"}
@@ -1,25 +1,26 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SNoteProps {
2
+ icon?: string | string[];
3
+ title?: string;
4
+ gray?: boolean;
5
+ attention?: boolean;
6
+ success?: boolean;
7
+ error?: boolean;
8
+ }
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<SNoteProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SNoteProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
20
  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;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
20
24
  };
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
  };
25
26
  //# sourceMappingURL=SNote.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SNote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SNote.vue"],"names":[],"mappings":"wBAsKqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SNote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SNote.vue"],"names":[],"mappings":"AAWA;AAwFA,MAAM,WAAW,UAAU;IACvB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAOD,iBAAS,cAAc;WA+CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,2SAOnB,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"}
@@ -1,24 +1,25 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- url: string;
1
+ interface PaginationLink {
2
+ url: string | null;
3
+ label: string;
4
+ active: boolean;
5
+ [key: string]: any;
6
+ }
7
+ type __VLS_Props = {
8
+ url?: string;
9
+ links?: PaginationLink[];
10
+ total?: number;
11
+ preserveScroll?: boolean;
12
+ preserveState?: boolean;
13
+ perPageOptions?: number[] | string[] | Record<string, number | string>;
14
+ per_page?: number;
15
+ from?: number;
16
+ to?: number;
17
+ };
18
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
3
19
  preserveScroll: boolean;
4
20
  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>;
21
+ url: string;
22
+ links: PaginationLink[];
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
24
  export default _default;
24
25
  //# sourceMappingURL=SPagination.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SPagination.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"SPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SPagination.vue"],"names":[],"mappings":"AAqBA;AAyJA,UAAU,cAAc;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAED,KAAK,WAAW,GAAG;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;IACvE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;oBANmB,OAAO;mBACR,OAAO;SAJjB,MAAM;WACJ,cAAc,EAAE;;AA8J5B,wBAQG"}
@@ -1,17 +1,22 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ type __VLS_Props = {
2
+ label?: string;
3
+ percentage: number;
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"]>;
2
16
  export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- label?: string | undefined;
8
- percentage?: number | undefined;
9
- $props: {
10
- readonly label?: string | undefined;
11
- readonly percentage?: number | undefined;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
12
20
  };
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
- type __VLS_Slots = {
15
- default?: ((props: {}) => any) | undefined;
16
21
  };
17
22
  //# sourceMappingURL=SProgressbar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SProgressbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SProgressbar.vue"],"names":[],"mappings":"wBAuJqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SProgressbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SProgressbar.vue"],"names":[],"mappings":"AAYA;AAgFA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC;AAMF,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBAVrB,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"}
@@ -1,20 +1,27 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SRadioProps {
2
+ value: number | string | boolean;
3
+ disabled?: boolean;
4
+ labelClass?: string;
5
+ }
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLLabelElement;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<SRadioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
16
+ change: (value: any) => any;
17
+ }, string, import('vue').PublicProps, Readonly<SRadioProps> & Readonly<{
18
+ onChange?: ((value: any) => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLabelElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
21
  export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "change", ...args: any[]) => void;
8
- disabled: boolean;
9
- value: string | number | boolean;
10
- labelClass?: string | undefined;
11
- $props: {
12
- readonly disabled?: boolean | undefined;
13
- readonly value?: string | number | boolean | undefined;
14
- readonly labelClass?: string | undefined;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
15
25
  };
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
26
  };
20
27
  //# sourceMappingURL=SRadio.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SRadio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SRadio.vue"],"names":[],"mappings":"wBA4JqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"SRadio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SRadio.vue"],"names":[],"mappings":"AAMA;AA0EA,MAAM,WAAW,WAAW;IACxB,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAkCD,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;+FAQnB,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"}
@@ -1,22 +1,35 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SRadioGroupProps {
2
+ options?: Record<string | number, any> | any[];
3
+ buttons?: boolean;
4
+ vertical?: boolean;
5
+ placeholder?: string;
6
+ }
7
+ type __VLS_Props = SRadioGroupProps;
8
+ type __VLS_PublicProps = {
9
+ modelValue?: any;
10
+ } & __VLS_Props;
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ default?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: HTMLDivElement;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
+ "update:modelValue": (value: any) => any;
22
+ } & {
23
+ change: (value: any) => any;
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
25
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
26
+ onChange?: ((value: any) => any) | undefined;
27
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
29
  export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "change", ...args: any[]) => void;
8
- vertical: boolean;
9
- buttons: boolean;
10
- placeholder?: string | undefined;
11
- options?: Record<string, any> | unknown[] | undefined;
12
- $props: {
13
- readonly vertical?: boolean | undefined;
14
- readonly buttons?: boolean | undefined;
15
- readonly placeholder?: string | undefined;
16
- readonly options?: Record<string, any> | unknown[] | undefined;
30
+ type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
17
33
  };
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
- type __VLS_Slots = {
20
- default?: ((props: {}) => any) | undefined;
21
34
  };
22
35
  //# sourceMappingURL=SRadioGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SRadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SRadioGroup.vue"],"names":[],"mappings":"wBA8RqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"SRadioGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SRadioGroup.vue"],"names":[],"mappings":"AAaA;AAiKA,MAAM,WAAW,gBAAgB;IAE7B,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAwCpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAgET,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"}
@@ -1,43 +1,66 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "filter" | "change", ...args: any[]) => void;
8
- disabled: boolean;
9
- options: Record<string, any> | unknown[];
10
- inline: boolean;
11
- filterable: boolean;
12
- clearable: boolean;
1
+ export interface SSelectProps {
2
+ options: Record<string | number, any> | any[];
3
+ placeholder?: string;
4
+ filterable?: boolean;
5
+ disabled?: boolean;
6
+ clearable?: boolean;
7
+ inline?: boolean;
8
+ virtual?: boolean;
9
+ virtualScrollSize?: number;
10
+ }
11
+ type __VLS_Props = SSelectProps;
12
+ type __VLS_PublicProps = {
13
+ modelValue?: any;
14
+ } & __VLS_Props;
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ value?(_: {
19
+ value: any;
20
+ }): any;
21
+ option?(_: {
22
+ option: {
23
+ label: any;
24
+ value: any;
25
+ };
26
+ }): any;
27
+ option?(_: {
28
+ option: {
29
+ label: any;
30
+ value: any;
31
+ };
32
+ }): any;
33
+ };
34
+ refs: {
35
+ selectRef: HTMLDivElement;
36
+ dropdownRef: HTMLDivElement;
37
+ scrollContainer: HTMLDivElement;
38
+ };
39
+ rootEl: HTMLDivElement;
40
+ };
41
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
42
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
43
+ "update:modelValue": (value: any) => any;
44
+ } & {
45
+ filter: (value: string) => any;
46
+ change: (value: any) => any;
47
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
48
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
49
+ onFilter?: ((value: string) => any) | undefined;
50
+ onChange?: ((value: any) => any) | undefined;
51
+ }>, {
13
52
  virtual: boolean;
14
53
  virtualScrollSize: number;
15
- placeholder?: string | undefined;
16
- $props: {
17
- readonly disabled?: boolean | undefined;
18
- readonly options?: Record<string, any> | unknown[] | undefined;
19
- readonly inline?: boolean | undefined;
20
- readonly filterable?: boolean | undefined;
21
- readonly clearable?: boolean | undefined;
22
- readonly virtual?: boolean | undefined;
23
- readonly virtualScrollSize?: number | undefined;
24
- readonly placeholder?: string | undefined;
54
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
55
+ selectRef: HTMLDivElement;
56
+ dropdownRef: HTMLDivElement;
57
+ scrollContainer: HTMLDivElement;
58
+ }, HTMLDivElement>;
59
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
60
+ export default _default;
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
+ new (): {
63
+ $slots: S;
25
64
  };
26
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- type __VLS_Slots = {
28
- value?: ((props: {
29
- value: any;
30
- }) => any) | undefined;
31
- } & {
32
- option?: ((props: {
33
- option: {
34
- label: any;
35
- value: any;
36
- };
37
- }) => any) | undefined;
38
- } & {
39
- option?: ((props: {
40
- option: any;
41
- }) => any) | undefined;
42
65
  };
43
66
  //# sourceMappingURL=SSelect.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSelect.vue"],"names":[],"mappings":"wBAw5BqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"SSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSelect.vue"],"names":[],"mappings":"AA2DA;AAodA,MAAM,WAAW,YAAY;IAEzB,OAAO,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,KAAK,WAAW,GAAG,YAAY,CAAC;AAmMhC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAoMT,OAAO,IAA6B;;;;YAfvB,GAAG;;;;;;YACD,GAAG;;;;;;YACH,GAAG;;;;;;;;EAkB/B;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;aAnbP,OAAO;uBACG,MAAM;;;;;kBA4b5B,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"}
@@ -1,25 +1,26 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ value?: string | number;
4
+ nowrap?: boolean;
5
+ large?: boolean;
6
+ wide?: boolean;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ title?(_: {}): any;
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_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
20
  export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- nowrap: boolean;
8
- large: boolean;
9
- wide: boolean;
10
- title?: string | undefined;
11
- value?: string | number | undefined;
12
- $props: {
13
- readonly nowrap?: boolean | undefined;
14
- readonly large?: boolean | undefined;
15
- readonly wide?: boolean | undefined;
16
- readonly title?: string | undefined;
17
- readonly value?: string | number | undefined;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
18
24
  };
19
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- type __VLS_Slots = {
21
- title?: ((props: {}) => any) | undefined;
22
- } & {
23
- default?: ((props: {}) => any) | undefined;
24
25
  };
25
26
  //# sourceMappingURL=SStat.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SStat.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SStat.vue"],"names":[],"mappings":"wBA6IqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SStat.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SStat.vue"],"names":[],"mappings":"AAUA;AAwEA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAKF,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;uBAXvB,GAAG;yBACD,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"}
@@ -1,16 +1,21 @@
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';
1
+ type Color = 'text-light' | '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
2
  type __VLS_Props = {
3
3
  color?: Color;
4
- icon: String;
4
+ icon?: string | string[];
5
5
  };
6
- declare var __VLS_5: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_5) => any;
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
9
13
  };
10
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ 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>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
17
  export default _default;
13
- type __VLS_WithSlots<T, S> = T & {
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
19
  new (): {
15
20
  $slots: S;
16
21
  };
@@ -1 +1 @@
1
- {"version":3,"file":"SStatus.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SStatus.vue"],"names":[],"mappings":"AAuFA,KAAK,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,kBAAkB,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,cAAc,GAAG,QAAQ,GAAG,aAAa,GAAG,cAAc,GAAG,iBAAiB,GAAG,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,gBAAgB,CAAC;AAC5R,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAgCF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"SStatus.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SStatus.vue"],"names":[],"mappings":"AAMA;AAuFA,KAAK,KAAK,GAAG,YAAY,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;AAC3S,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC5B,CAAC;AAKF,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,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"}
@@ -1,19 +1,34 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SSwitchProps {
2
+ disabled?: boolean;
3
+ trueValue?: boolean | string | number;
4
+ falseValue?: boolean | string | number;
5
+ }
6
+ type __VLS_Props = SSwitchProps;
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
+ }>, {
24
+ trueValue: boolean | string | number;
25
+ falseValue: boolean | string | number;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
28
  export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- disabled: boolean;
8
- trueValue: string | number | boolean;
9
- falseValue: string | number | boolean;
10
- $props: {
11
- readonly disabled?: boolean | undefined;
12
- readonly trueValue?: string | number | boolean | undefined;
13
- readonly falseValue?: string | number | boolean | undefined;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
14
32
  };
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
33
  };
19
34
  //# sourceMappingURL=SSwitch.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SSwitch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSwitch.vue"],"names":[],"mappings":"wBA2MqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SSwitch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSwitch.vue"],"names":[],"mappings":"AAaA;AAuGA,MAAM,WAAW,YAAY;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IACtC,UAAU,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;CAC1C;AAED,KAAK,WAAW,GAAG,YAAY,CAAC;AAwBhC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;eAlGL,OAAO,GAAG,MAAM,GAAG,MAAM;gBACxB,OAAO,GAAG,MAAM,GAAG,MAAM;wFA0GxC,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"}