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,26 +1,31 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
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
+ }>, {
2
22
  range: boolean;
3
- weekDayNames: unknown[];
4
- monthNames: unknown[];
23
+ weekDayNames: string[];
24
+ monthNames: string[];
5
25
  withTime: boolean;
6
- buttons?: Record<string, any> | undefined;
7
- valueFormat?: string | undefined;
8
- inputFormat?: string | undefined;
9
- min?: string | undefined;
10
- max?: string | undefined;
11
- numberOfMonths?: number | undefined;
12
- $props: {
13
- readonly range?: boolean | undefined;
14
- readonly weekDayNames?: unknown[] | undefined;
15
- readonly monthNames?: unknown[] | undefined;
16
- readonly withTime?: boolean | undefined;
17
- readonly buttons?: Record<string, any> | undefined;
18
- readonly valueFormat?: string | undefined;
19
- readonly inputFormat?: string | undefined;
20
- readonly min?: string | undefined;
21
- readonly max?: string | undefined;
22
- readonly numberOfMonths?: number | undefined;
23
- };
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
27
+ input: HTMLDivElement;
28
+ calendar: HTMLDivElement;
29
+ }, HTMLDivElement>;
25
30
  export default _default;
26
31
  //# sourceMappingURL=SDatePicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDatePicker.vue"],"names":[],"mappings":""}
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"}
@@ -1,20 +1,42 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
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"]>;
2
36
  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;
37
+ type __VLS_WithTemplateSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
15
40
  };
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
41
  };
20
42
  //# sourceMappingURL=SDialog.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDialog.vue"],"names":[],"mappings":"wBA6TqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;2OAQG"}
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"}
@@ -1,23 +1,39 @@
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<{}, {
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<{}>, {
7
26
  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;
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;
16
37
  };
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
38
  };
23
39
  //# sourceMappingURL=SDropdownMenu.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDropdownMenu.vue"],"names":[],"mappings":"wBAgUqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;2OAOG"}
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"}
@@ -1,10 +1,7 @@
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>;
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>;
9
6
  export default _default;
10
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"}
@@ -1,19 +1,43 @@
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<{}, {
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
+ }>, {
7
32
  bindToQuery: boolean;
8
- ignoreQueryNames: unknown[];
9
- ignoreQueryValues: unknown[];
10
- $props: {
11
- readonly bindToQuery?: boolean | undefined;
12
- readonly ignoreQueryNames?: unknown[] | undefined;
13
- readonly ignoreQueryValues?: unknown[] | undefined;
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;
14
41
  };
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
42
  };
19
43
  //# sourceMappingURL=SFilterGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"wBA4OqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
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"}
@@ -1,10 +1,18 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
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"]>;
2
12
  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;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
9
17
  };
10
18
  //# sourceMappingURL=SFooter.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFooter.vue"],"names":[],"mappings":"wBAqIqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
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"}
@@ -1,26 +1,44 @@
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;
1
+ export interface SFormProps {
2
+ method?: string;
3
+ action?: string;
4
+ titlesAtLeft?: boolean;
5
+ loading?: boolean;
6
+ titlesWidth?: number | string;
7
+ errors?: Record<string, any>;
8
+ }
9
+ type __VLS_Props = SFormProps;
10
+ type __VLS_PublicProps = {
11
+ modelValue?: Record<string, any>;
12
+ } & __VLS_Props;
13
+ declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
15
+ slots: {
16
+ default?(_: {}): any;
17
+ };
18
+ refs: {};
19
+ rootEl: HTMLFormElement;
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: Record<string, any>) => any;
24
+ } & {
25
+ submit: (event: Event) => any;
26
+ "update:modelValue": (value: any) => any;
27
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
+ onSubmit?: ((event: Event) => any) | undefined;
29
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
30
+ }>, {
9
31
  method: string;
10
32
  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;
33
+ loading: boolean;
34
+ titlesWidth: number | string;
35
+ errors: Record<string, any>;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFormElement>;
37
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
38
+ export default _default;
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
21
42
  };
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
43
  };
26
44
  //# sourceMappingURL=SForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SForm.vue"],"names":[],"mappings":"wBAwPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"SForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SForm.vue"],"names":[],"mappings":"AAMA;AAmIA,MAAM,WAAW,UAAU;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAChC;AAED,KAAK,WAAW,GAAG,UAAU,CAAC;AA6E9B,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAChC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA4BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;YA1IR,MAAM;kBAEA,OAAO;aACZ,OAAO;iBACH,MAAM,GAAG,MAAM;YACpB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;yFA8I9B,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,29 +1,34 @@
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<{}, {
1
+ export interface SFormRowProps {
2
+ class?: string;
3
+ name?: string;
4
+ title?: string;
5
+ hint?: string;
6
+ errorKey?: string | string[];
7
+ }
8
+ declare function focus(): void;
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ title?(_: {}): any;
13
+ default?(_: {}): any;
14
+ hint?(_: {}): any;
15
+ };
16
+ refs: {
17
+ input: HTMLDivElement;
18
+ };
19
+ rootEl: HTMLDivElement;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<SFormRowProps, {
7
23
  focus: typeof focus;
8
- title?: string | undefined;
9
- class?: string | undefined;
10
- name?: string | undefined;
11
- hint?: string | undefined;
12
- errorKey?: string | unknown[] | undefined;
13
- $props: {
14
- readonly title?: string | undefined;
15
- readonly class?: string | undefined;
16
- readonly name?: string | undefined;
17
- readonly hint?: string | undefined;
18
- readonly errorKey?: string | unknown[] | undefined;
24
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SFormRowProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
+ input: HTMLDivElement;
26
+ }, HTMLDivElement>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
+ export default _default;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
19
32
  };
20
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
- type __VLS_Slots = {
22
- title?: ((props: {}) => any) | undefined;
23
- } & {
24
- default?: ((props: {}) => any) | undefined;
25
- } & {
26
- hint?: ((props: {}) => any) | undefined;
27
33
  };
28
- declare function focus(): void;
29
34
  //# sourceMappingURL=SFormRow.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SFormRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFormRow.vue"],"names":[],"mappings":"wBA4ZqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;2OAQG;;;;;;;;AAjIH,+BAKC"}
1
+ {"version":3,"file":"SFormRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFormRow.vue"],"names":[],"mappings":"AAwBA;AA6MA,MAAM,WAAW,aAAa;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAChC;AA6ED,iBAAS,KAAK,SAMb;AAOD,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;uBAbvB,GAAG;yBACD,GAAG;sBACN,GAAG;;;;;;EAgB5B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kBASnB,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,8 +1,16 @@
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>;
1
+ export interface SHorizontalMenuLink {
2
+ label: string;
3
+ url?: string;
4
+ active?: boolean;
5
+ stat?: string | number;
6
+ className?: string;
7
+ children?: SHorizontalMenuLink[];
8
+ }
9
+ export interface SHorizontalMenuProps {
10
+ links?: SHorizontalMenuLink[];
11
+ }
12
+ declare const _default: import('vue').DefineComponent<SHorizontalMenuProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SHorizontalMenuProps> & Readonly<{}>, {
13
+ links: SHorizontalMenuLink[];
14
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
7
15
  export default _default;
8
16
  //# sourceMappingURL=SHorizontalMenu.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SHorizontalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHorizontalMenu.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"SHorizontalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHorizontalMenu.vue"],"names":[],"mappings":"AAgBA;AAgGA,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACpC;AAED,MAAM,WAAW,oBAAoB;IAEjC,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjC;;WADW,mBAAmB,EAAE;;AA+FjC,wBAQG"}
@@ -1,11 +1,18 @@
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>;
1
+ export interface SHtmlEditorProps {
2
+ uploadUrl?: string;
3
+ placeholder?: string;
4
+ }
5
+ type __VLS_Props = SHtmlEditorProps;
6
+ type __VLS_PublicProps = {
7
+ modelValue?: string;
8
+ } & __VLS_Props;
9
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ "update:modelValue": (value: string) => any;
11
+ } & {
12
+ changeContent: () => any;
13
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
+ onChangeContent?: (() => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
17
  export default _default;
11
18
  //# sourceMappingURL=SHtmlEditor.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SHtmlEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHtmlEditor.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"SHtmlEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHtmlEditor.vue"],"names":[],"mappings":"AAKA;AAmWA,OAAO,qCAAqC,CAAA;AAC5C,OAAO,wCAAwC,CAAA;AAG/C,MAAM,WAAW,gBAAgB;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAmUpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;AAkEhB,wBAQG"}
@@ -1,19 +1,27 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SImagePreviewProps {
2
+ src?: string;
3
+ preview?: string;
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ preview?(_: {}): any;
9
+ icon?(_: {}): any;
10
+ };
11
+ refs: {
12
+ $window: HTMLDivElement;
13
+ };
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<SImagePreviewProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SImagePreviewProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
18
+ $window: HTMLDivElement;
19
+ }, HTMLDivElement>;
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
- src?: string | undefined;
8
- preview?: string | undefined;
9
- $props: {
10
- readonly src?: string | undefined;
11
- readonly preview?: string | undefined;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
12
25
  };
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
26
  };
19
27
  //# sourceMappingURL=SImagePreview.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SImagePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SImagePreview.vue"],"names":[],"mappings":"wBAkTqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SImagePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SImagePreview.vue"],"names":[],"mappings":"AAqBA;AAkJA,MAAM,WAAW,kBAAkB;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAgDD,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;yBAZrB,GAAG;sBACN,GAAG;;;;;;EAgB5B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;kBAQnB,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"}