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,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: any;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
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=SActionBar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SActionBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionBar.vue"],"names":[],"mappings":"wBA6FqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
1
+ {"version":3,"file":"SActionBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionBar.vue"],"names":[],"mappings":"AAOA;AAyCA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,17 +1,18 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "click", ...args: any[]) => void;
3
- icon: string | unknown[];
1
+ import { Component } from 'vue';
2
+ export interface SActionIconProps {
3
+ icon: string | string[];
4
+ danger?: boolean;
5
+ confirm?: string;
6
+ confirmTitle?: string;
7
+ is?: string | Component;
8
+ }
9
+ declare const _default: import('vue').DefineComponent<SActionIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
+ click: () => any;
11
+ }, string, import('vue').PublicProps, Readonly<SActionIconProps> & Readonly<{
12
+ onClick?: (() => any) | undefined;
13
+ }>, {
4
14
  danger: boolean;
5
15
  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
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
17
  export default _default;
17
18
  //# sourceMappingURL=SActionIcon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SActionIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionIcon.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"SActionIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SActionIcon.vue"],"names":[],"mappings":"AAKA;AA+EA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B;;;;;;YAJY,OAAO;kBAED,MAAM;;AA6GzB,wBASG"}
@@ -1,8 +1,12 @@
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>;
1
+ interface AlertOptions {
2
+ type?: 'success' | 'info' | 'error';
3
+ closeAfter?: number;
4
+ }
5
+ declare const _default: import('vue').DefineComponent<{}, {
6
+ success: (text: string, options?: Omit<AlertOptions, "type">) => void;
7
+ info: (text: string, options?: Omit<AlertOptions, "type">) => void;
8
+ error: (text: string, options?: Omit<AlertOptions, "type">) => void;
9
+ open: (text: string, options?: AlertOptions) => void;
10
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
11
  export default _default;
8
12
  //# sourceMappingURL=SAlert.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SAlert/SAlert.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"SAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SAlert/SAlert.vue"],"names":[],"mappings":"AAOA;AAuFA,UAAU,YAAY;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;;oBAqBsB,MAAM,YAAY,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC;iBAC/C,MAAM,YAAY,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC;kBAC3C,MAAM,YAAY,IAAI,CAAC,YAAY,EAAE,MAAM,CAAC;iBAf7C,MAAM,YAAW,YAAY;;AA4FjD,wBAOG"}
@@ -1,29 +1,36 @@
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
+ import { Component } from 'vue';
2
+ export interface SButtonProps {
3
+ outlined?: boolean;
4
+ transparent?: boolean;
5
+ fullwidth?: boolean;
6
+ small?: boolean;
7
+ disabled?: boolean;
8
+ loading?: boolean;
9
+ color?: "red" | "green" | "yellow" | string;
10
+ is?: string | Component;
11
+ }
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ rootEl: any;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<SButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SButtonProps> & Readonly<{}>, {
22
+ loading: boolean;
7
23
  small: boolean;
8
24
  disabled: boolean;
9
25
  outlined: boolean;
10
26
  transparent: boolean;
11
27
  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;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
+ export default _default;
31
+ type __VLS_WithTemplateSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
24
34
  };
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
35
  };
29
36
  //# sourceMappingURL=SButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SButton.vue"],"names":[],"mappings":"wBAiOqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SButton.vue"],"names":[],"mappings":"AAKA;AA4IA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,MAAM,WAAW,YAAY;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC5C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B;AA8CD,iBAAS,cAAc;WAiCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;aAnGP,OAAO;WAFT,OAAO;cACJ,OAAO;cAJP,OAAO;iBACJ,OAAO;eACT,OAAO;6EA8GrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,27 +1,30 @@
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 SCanvasProps {
2
+ hasStickySidebar?: boolean;
3
+ sidebarMobileTitle?: string;
4
+ }
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ header?(_: {}): any;
9
+ subheader?(_: {}): any;
10
+ default?(_: {}): any;
11
+ sidebar?(_: {}): any;
12
+ sidebar?(_: {}): any;
13
+ content?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<SCanvasProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SCanvasProps> & Readonly<{}>, {
7
20
  hasStickySidebar: boolean;
8
21
  sidebarMobileTitle: string;
9
- $props: {
10
- readonly hasStickySidebar?: boolean | undefined;
11
- readonly sidebarMobileTitle?: string | undefined;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
12
28
  };
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
29
  };
27
30
  //# sourceMappingURL=SCanvas.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SCanvas.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCanvas.vue"],"names":[],"mappings":"wBAoYqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SCanvas.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCanvas.vue"],"names":[],"mappings":"AAgCA;AAgPA,MAAM,WAAW,YAAY;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAiBD,iBAAS,cAAc;WAoGT,OAAO,IAA6B;;wBAftB,GAAG;2BACA,GAAG;yBACL,GAAG;yBACH,GAAG;yBACF,GAAG;yBACH,GAAG;;;;EAehC;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;sBAxIE,OAAO;wBACL,MAAM;wFA+I7B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,18 +1,33 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SCheckboxProps {
2
+ value?: string | number | boolean;
3
+ disabled?: boolean;
4
+ }
5
+ type __VLS_Props = SCheckboxProps;
6
+ type __VLS_PublicProps = {
7
+ modelValue?: any;
8
+ } & __VLS_Props;
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: HTMLDivElement;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ "update:modelValue": (value: any) => any;
20
+ } & {
21
+ change: (value: any) => any;
22
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
24
+ onChange?: ((value: any) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
27
  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;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
13
31
  };
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
32
  };
18
33
  //# sourceMappingURL=SCheckbox.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckbox.vue"],"names":[],"mappings":"wBA8QqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"SCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckbox.vue"],"names":[],"mappings":"AAWA;AA6JA,MAAM,WAAW,cAAc;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,KAAK,WAAW,GAAG,cAAc,CAAC;AA+ClC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,CAAC;CAChB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,19 +1,31 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SCheckboxGroupProps {
2
+ modelValue?: any[];
3
+ options?: Record<string | number, any> | any[];
4
+ vertical?: boolean;
5
+ }
6
+ type __VLS_Props = SCheckboxGroupProps;
7
+ type __VLS_PublicProps = {
8
+ modelValue?: any[];
9
+ } & __VLS_Props;
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ "update:modelValue": (value: any[]) => any;
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
25
  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;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
14
29
  };
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
30
  };
19
31
  //# sourceMappingURL=SCheckboxGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckboxGroup.vue"],"names":[],"mappings":"wBA6HqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCheckboxGroup.vue"],"names":[],"mappings":"AAQA;AA8CA,MAAM,WAAW,mBAAmB;IAChC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;IAEnB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,CAAC;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAYvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;CAClB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WA2CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,26 +1,60 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ export interface SColumnSettingsPreset {
2
+ title: string;
3
+ columns: string[];
4
+ }
5
+ export interface SColumnSettingsProps {
6
+ /**
7
+ * Набор показанных колонок в формате: ['id1', 'id2', ...]
8
+ */
9
+ modelValue?: string[];
10
+ /**
11
+ * Набор доступных колонок: {id1: 'Название колонки 1', ...}
12
+ */
13
+ options?: Record<string, string>;
14
+ /**
15
+ * Значение по умолчанию для сброса
16
+ */
17
+ columnPresets?: SColumnSettingsPreset[];
18
+ /**
19
+ * Эти колонки нельзя отключить
20
+ */
21
+ permanentColumns?: string[];
22
+ }
23
+ declare function __VLS_template(): {
24
+ attrs: Partial<{}>;
25
+ slots: {
26
+ label?(_: {}): any;
27
+ setpreset?(_: {
28
+ preset: SColumnSettingsPreset;
29
+ }): any;
30
+ };
31
+ refs: {
32
+ dropdown: HTMLDivElement;
33
+ portal: HTMLDivElement;
34
+ $list: HTMLUListElement;
35
+ };
36
+ rootEl: HTMLDivElement;
37
+ };
38
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
39
+ declare const __VLS_component: import('vue').DefineComponent<SColumnSettingsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
40
+ "update:modelValue": (value: string[]) => any;
41
+ }, string, import('vue').PublicProps, Readonly<SColumnSettingsProps> & Readonly<{
42
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
43
+ }>, {
44
+ modelValue: string[];
45
+ options: Record<string, string>;
46
+ columnPresets: SColumnSettingsPreset[];
47
+ permanentColumns: string[];
48
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
49
+ dropdown: HTMLDivElement;
50
+ portal: HTMLDivElement;
51
+ $list: HTMLUListElement;
52
+ }, HTMLDivElement>;
53
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
54
  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: "update:modelValue", ...args: any[]) => void;
8
- columnPresets: unknown[];
9
- permanentColumns: unknown[];
10
- modelValue?: unknown[] | undefined;
11
- options?: Record<string, any> | undefined;
12
- $props: {
13
- readonly columnPresets?: unknown[] | undefined;
14
- readonly permanentColumns?: unknown[] | undefined;
15
- readonly modelValue?: unknown[] | undefined;
16
- readonly options?: Record<string, any> | undefined;
55
+ type __VLS_WithTemplateSlots<T, S> = T & {
56
+ new (): {
57
+ $slots: S;
17
58
  };
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
- type __VLS_Slots = {
20
- label?: ((props: {}) => any) | undefined;
21
- } & {
22
- setpreset?: ((props: {
23
- preset: unknown;
24
- }) => any) | undefined;
25
59
  };
26
60
  //# sourceMappingURL=SColumnSettings.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SColumnSettings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SColumnSettings.vue"],"names":[],"mappings":"wBA0qBqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;2OAQG"}
1
+ {"version":3,"file":"SColumnSettings.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SColumnSettings.vue"],"names":[],"mappings":"AAwCA;AAsYA,MAAM,WAAW,qBAAqB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC;;OAEG;IACH,aAAa,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACxC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC/B;AA4HD,iBAAS,cAAc;WA6JT,OAAO,IAA6B;;uBAdvB,GAAG;;;YACE,GAAG;;;;;;;;EAkBlC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;gBA9TJ,MAAM,EAAE;aAIX,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;mBAIhB,qBAAqB,EAAE;sBAIpB,MAAM,EAAE;;;;;kBA4T7B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,16 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ interface TemplateData {
2
+ title?: string;
3
+ cancelLabel?: string;
4
+ acceptLabel?: string;
5
+ onAccept?: () => void;
6
+ onCancel?: () => void;
7
+ }
8
+ declare function open(msg: string, templateData?: TemplateData): void;
9
+ declare const _default: import('vue').DefineComponent<{}, {
2
10
  open: typeof open;
3
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
12
+ $dialog: HTMLDivElement;
13
+ $header: HTMLDivElement;
14
+ }, any>;
4
15
  export default _default;
5
- declare function open(msg: any, templateData: any): void;
6
16
  //# sourceMappingURL=SConfirm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SConfirm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SConfirm/SConfirm.vue"],"names":[],"mappings":";;;;AAuKA,yDAWC"}
1
+ {"version":3,"file":"SConfirm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/SConfirm/SConfirm.vue"],"names":[],"mappings":"AAoBA;AA6JA,UAAU,YAAY;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAoBD,iBAAS,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,YAAY,GAAE,YAAiB,QAWzD;;;;;;;AAwKD,wBAQG"}
@@ -1,23 +1,28 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ type __VLS_Props = {
2
+ href?: string;
3
+ size?: 'small' | 'normal' | 'large';
4
+ layout?: 'input' | 'inline';
5
+ copytext?: string;
6
+ };
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ size: "small" | "normal" | "large";
19
+ layout: "input" | "inline";
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2
22
  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;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
16
26
  };
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
27
  };
23
28
  //# sourceMappingURL=SCopyText.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SCopyText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCopyText.vue"],"names":[],"mappings":"wBAiPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SCopyText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCopyText.vue"],"names":[],"mappings":"AAgBA;AA0GA,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAE5B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAsBF,iBAAS,cAAc;WAsFT,OAAO,IAA6B;;yBAXrB,GAAG;yBACH,GAAG;;;;EAe/B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UApIV,OAAO,GAAG,QAAQ,GAAG,OAAO;YAC1B,OAAO,GAAG,QAAQ;6EA0I7B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -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=SDashboard.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SDashboard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboard.vue"],"names":[],"mappings":"wBAkFqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AARzB,6SAKG"}
1
+ {"version":3,"file":"SDashboard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboard.vue"],"names":[],"mappings":"AAKA;AAyCA,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,27 +1,27 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ type __VLS_Props = {
2
+ title?: string;
3
+ maxContentHeight?: string | number;
4
+ gray?: boolean;
5
+ green?: boolean;
6
+ red?: boolean;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ title?(_: {}): any;
12
+ extra?(_: {}): any;
13
+ default?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
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
- 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;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
18
25
  };
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
26
  };
27
27
  //# sourceMappingURL=SDashboardItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SDashboardItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboardItem.vue"],"names":[],"mappings":"wBA6KqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SDashboardItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDashboardItem.vue"],"names":[],"mappings":"AAeA;AAqFA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AASF,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;uBAZvB,GAAG;uBACH,GAAG;yBACD,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}