startup-ui 0.9.18 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/startup-ui.cjs.js +18 -18
- package/dist/startup-ui.cjs.js.map +1 -1
- package/dist/startup-ui.es.js +2796 -2906
- package/dist/startup-ui.es.js.map +1 -1
- package/dist/types/components/SActionBar.d.ts +18 -0
- package/dist/types/components/SActionBar.d.ts.map +1 -0
- package/dist/types/components/SActionIcon.d.ts +18 -0
- package/dist/types/components/SActionIcon.d.ts.map +1 -0
- package/dist/types/components/SAlert/SAlert.d.ts +12 -0
- package/dist/types/components/SAlert/SAlert.d.ts.map +1 -0
- package/dist/types/components/SButton.d.ts +36 -0
- package/dist/types/components/SButton.d.ts.map +1 -0
- package/dist/types/components/SCanvas.d.ts +30 -0
- package/dist/types/components/SCanvas.d.ts.map +1 -0
- package/dist/types/components/SCheckbox.d.ts +33 -0
- package/dist/types/components/SCheckbox.d.ts.map +1 -0
- package/dist/types/components/SCheckboxGroup.d.ts +31 -0
- package/dist/types/components/SCheckboxGroup.d.ts.map +1 -0
- package/dist/types/components/SColumnSettings.d.ts +60 -0
- package/dist/types/components/SColumnSettings.d.ts.map +1 -0
- package/dist/types/components/SConfirm/SConfirm.d.ts +16 -0
- package/dist/types/components/SConfirm/SConfirm.d.ts.map +1 -0
- package/dist/types/components/SCopyText.d.ts +28 -0
- package/dist/types/components/SCopyText.d.ts.map +1 -0
- package/dist/types/components/SDashboard.d.ts +18 -0
- package/dist/types/components/SDashboard.d.ts.map +1 -0
- package/dist/types/components/SDashboardItem.d.ts +27 -0
- package/dist/types/components/SDashboardItem.d.ts.map +1 -0
- package/dist/types/components/SDatePicker.d.ts +31 -0
- package/dist/types/components/SDatePicker.d.ts.map +1 -0
- package/dist/types/components/SDialog.d.ts +42 -0
- package/dist/types/components/SDialog.d.ts.map +1 -0
- package/dist/types/components/SDropdownMenu.d.ts +39 -0
- package/dist/types/components/SDropdownMenu.d.ts.map +1 -0
- package/dist/types/components/SFilter.d.ts +7 -0
- package/dist/types/components/{SFilter.vue.d.ts.map → SFilter.d.ts.map} +1 -1
- package/dist/types/components/SFilterGroup.d.ts +43 -0
- package/dist/types/components/SFilterGroup.d.ts.map +1 -0
- package/dist/types/components/SFooter.d.ts +18 -0
- package/dist/types/components/SFooter.d.ts.map +1 -0
- package/dist/types/components/SForm.d.ts +44 -0
- package/dist/types/components/SForm.d.ts.map +1 -0
- package/dist/types/components/SFormRow.d.ts +34 -0
- package/dist/types/components/SFormRow.d.ts.map +1 -0
- package/dist/types/components/SHorizontalMenu.d.ts +31 -0
- package/dist/types/components/SHorizontalMenu.d.ts.map +1 -0
- package/dist/types/components/SHtmlEditor.d.ts +18 -0
- package/dist/types/components/SHtmlEditor.d.ts.map +1 -0
- package/dist/types/components/SImagePreview.d.ts +27 -0
- package/dist/types/components/SImagePreview.d.ts.map +1 -0
- package/dist/types/components/SInput.d.ts +45 -0
- package/dist/types/components/SInput.d.ts.map +1 -0
- package/dist/types/components/SNote.d.ts +26 -0
- package/dist/types/components/SNote.d.ts.map +1 -0
- package/dist/types/components/SPagination.d.ts +25 -0
- package/dist/types/components/SPagination.d.ts.map +1 -0
- package/dist/types/components/SProgressbar.d.ts +22 -0
- package/dist/types/components/SProgressbar.d.ts.map +1 -0
- package/dist/types/components/SRadio.d.ts +27 -0
- package/dist/types/components/SRadio.d.ts.map +1 -0
- package/dist/types/components/SRadioGroup.d.ts +35 -0
- package/dist/types/components/SRadioGroup.d.ts.map +1 -0
- package/dist/types/components/SSelect.d.ts +66 -0
- package/dist/types/components/SSelect.d.ts.map +1 -0
- package/dist/types/components/SStat.d.ts +26 -0
- package/dist/types/components/SStat.d.ts.map +1 -0
- package/dist/types/components/SStatus.d.ts +23 -0
- package/dist/types/components/SStatus.d.ts.map +1 -0
- package/dist/types/components/SSwitch.d.ts +34 -0
- package/dist/types/components/SSwitch.d.ts.map +1 -0
- package/dist/types/components/STable.d.ts +66 -0
- package/dist/types/components/STable.d.ts.map +1 -0
- package/dist/types/components/STag.d.ts +22 -0
- package/dist/types/components/STag.d.ts.map +1 -0
- package/dist/types/components/STimeline.d.ts +22 -0
- package/dist/types/components/STimeline.d.ts.map +1 -0
- package/dist/types/components/SToggle.d.ts +27 -0
- package/dist/types/components/SToggle.d.ts.map +1 -0
- package/dist/types/components/SToggleGroup.d.ts +21 -0
- package/dist/types/components/SToggleGroup.d.ts.map +1 -0
- package/dist/types/components/STooltip.d.ts +32 -0
- package/dist/types/components/STooltip.d.ts.map +1 -0
- package/dist/types/components/STree.d.ts +71 -0
- package/dist/types/components/STree.d.ts.map +1 -0
- package/dist/types/components/SUpload.d.ts +62 -0
- package/dist/types/components/SUpload.d.ts.map +1 -0
- package/dist/types/components/SVerticalMenu.d.ts +21 -0
- package/dist/types/components/SVerticalMenu.d.ts.map +1 -0
- package/dist/types/global-components.d.ts +126 -0
- package/dist/types/global-components.d.ts.map +1 -0
- package/dist/types/index.d.ts +44 -43
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/plugin.d.ts +1 -2
- package/dist/types/plugin.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/types/components/SActionBar.vue.d.ts +0 -10
- package/dist/types/components/SActionBar.vue.d.ts.map +0 -1
- package/dist/types/components/SActionIcon.vue.d.ts +0 -17
- package/dist/types/components/SActionIcon.vue.d.ts.map +0 -1
- package/dist/types/components/SAlert/SAlert.vue.d.ts +0 -8
- package/dist/types/components/SAlert/SAlert.vue.d.ts.map +0 -1
- package/dist/types/components/SButton.vue.d.ts +0 -29
- package/dist/types/components/SButton.vue.d.ts.map +0 -1
- package/dist/types/components/SCanvas.vue.d.ts +0 -27
- package/dist/types/components/SCanvas.vue.d.ts.map +0 -1
- package/dist/types/components/SCheckbox.vue.d.ts +0 -18
- package/dist/types/components/SCheckbox.vue.d.ts.map +0 -1
- package/dist/types/components/SCheckboxGroup.vue.d.ts +0 -19
- package/dist/types/components/SCheckboxGroup.vue.d.ts.map +0 -1
- package/dist/types/components/SColumnSettings.vue.d.ts +0 -26
- package/dist/types/components/SColumnSettings.vue.d.ts.map +0 -1
- package/dist/types/components/SConfirm/SConfirm.vue.d.ts +0 -6
- package/dist/types/components/SConfirm/SConfirm.vue.d.ts.map +0 -1
- package/dist/types/components/SCopyText.vue.d.ts +0 -23
- package/dist/types/components/SCopyText.vue.d.ts.map +0 -1
- package/dist/types/components/SDashboard.vue.d.ts +0 -10
- package/dist/types/components/SDashboard.vue.d.ts.map +0 -1
- package/dist/types/components/SDashboardItem.vue.d.ts +0 -27
- package/dist/types/components/SDashboardItem.vue.d.ts.map +0 -1
- package/dist/types/components/SDatePicker.vue.d.ts +0 -26
- package/dist/types/components/SDatePicker.vue.d.ts.map +0 -1
- package/dist/types/components/SDialog.vue.d.ts +0 -20
- package/dist/types/components/SDialog.vue.d.ts.map +0 -1
- package/dist/types/components/SDropdownMenu.vue.d.ts +0 -23
- package/dist/types/components/SDropdownMenu.vue.d.ts.map +0 -1
- package/dist/types/components/SFilter.vue.d.ts +0 -10
- package/dist/types/components/SFilterGroup.vue.d.ts +0 -19
- package/dist/types/components/SFilterGroup.vue.d.ts.map +0 -1
- package/dist/types/components/SFooter.vue.d.ts +0 -10
- package/dist/types/components/SFooter.vue.d.ts.map +0 -1
- package/dist/types/components/SForm.vue.d.ts +0 -26
- package/dist/types/components/SForm.vue.d.ts.map +0 -1
- package/dist/types/components/SFormRow.vue.d.ts +0 -29
- package/dist/types/components/SFormRow.vue.d.ts.map +0 -1
- package/dist/types/components/SHorizontalMenu.vue.d.ts +0 -8
- package/dist/types/components/SHorizontalMenu.vue.d.ts.map +0 -1
- package/dist/types/components/SHtmlEditor.vue.d.ts +0 -11
- package/dist/types/components/SHtmlEditor.vue.d.ts.map +0 -1
- package/dist/types/components/SImagePreview.vue.d.ts +0 -19
- package/dist/types/components/SImagePreview.vue.d.ts.map +0 -1
- package/dist/types/components/SInput.vue.d.ts +0 -32
- package/dist/types/components/SInput.vue.d.ts.map +0 -1
- package/dist/types/components/SNote.vue.d.ts +0 -25
- package/dist/types/components/SNote.vue.d.ts.map +0 -1
- package/dist/types/components/SPagination.vue.d.ts +0 -24
- package/dist/types/components/SPagination.vue.d.ts.map +0 -1
- package/dist/types/components/SProgressbar.vue.d.ts +0 -17
- package/dist/types/components/SProgressbar.vue.d.ts.map +0 -1
- package/dist/types/components/SRadio.vue.d.ts +0 -20
- package/dist/types/components/SRadio.vue.d.ts.map +0 -1
- package/dist/types/components/SRadioGroup.vue.d.ts +0 -22
- package/dist/types/components/SRadioGroup.vue.d.ts.map +0 -1
- package/dist/types/components/SSelect.vue.d.ts +0 -43
- package/dist/types/components/SSelect.vue.d.ts.map +0 -1
- package/dist/types/components/SStat.vue.d.ts +0 -25
- package/dist/types/components/SStat.vue.d.ts.map +0 -1
- package/dist/types/components/SStatus.vue.d.ts +0 -18
- package/dist/types/components/SStatus.vue.d.ts.map +0 -1
- package/dist/types/components/SSwitch.vue.d.ts +0 -19
- package/dist/types/components/SSwitch.vue.d.ts.map +0 -1
- package/dist/types/components/STable.vue.d.ts +0 -44
- package/dist/types/components/STable.vue.d.ts.map +0 -1
- package/dist/types/components/STag.vue.d.ts +0 -17
- package/dist/types/components/STag.vue.d.ts.map +0 -1
- package/dist/types/components/STimeline.vue.d.ts +0 -20
- package/dist/types/components/STimeline.vue.d.ts.map +0 -1
- package/dist/types/components/SToggle.vue.d.ts +0 -39
- package/dist/types/components/SToggle.vue.d.ts.map +0 -1
- package/dist/types/components/SToggleGroup.vue.d.ts +0 -15
- package/dist/types/components/SToggleGroup.vue.d.ts.map +0 -1
- package/dist/types/components/STooltip.vue.d.ts +0 -19
- package/dist/types/components/STooltip.vue.d.ts.map +0 -1
- package/dist/types/components/STree.vue.d.ts +0 -34
- package/dist/types/components/STree.vue.d.ts.map +0 -1
- package/dist/types/components/SUpload.vue.d.ts +0 -45
- package/dist/types/components/SUpload.vue.d.ts.map +0 -1
- package/dist/types/components/SVerticalMenu.vue.d.ts +0 -12
- package/dist/types/components/SVerticalMenu.vue.d.ts.map +0 -1
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
}>, {
|
|
31
|
+
method: string;
|
|
32
|
+
titlesAtLeft: boolean;
|
|
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;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=SForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SForm.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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, {
|
|
23
|
+
focus: typeof focus;
|
|
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;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=SFormRow.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SFormRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFormRow.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: Partial<Record<string, (_: {
|
|
15
|
+
link: SHorizontalMenuLink;
|
|
16
|
+
}) => any>>;
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<SHorizontalMenuProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SHorizontalMenuProps> & Readonly<{}>, {
|
|
22
|
+
links: SHorizontalMenuLink[];
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=SHorizontalMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SHorizontalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHorizontalMenu.vue"],"names":[],"mappings":"AAeA;AAmGA,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;AAgBD,iBAAS,cAAc;WA2ET,OAAO,IAA6B;;;UAXmC,GAAG;;;EAgBvF;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA7GT,mBAAmB,EAAE;wFAqH/B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
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>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=SHtmlEditor.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SHtmlEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SHtmlEditor.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=SImagePreview.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SImagePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SImagePreview.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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";
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
rows: number;
|
|
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;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=SInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SInput.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=SNote.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SNote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SNote.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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<{}>, {
|
|
19
|
+
preserveScroll: boolean;
|
|
20
|
+
preserveState: boolean;
|
|
21
|
+
url: string;
|
|
22
|
+
links: PaginationLink[];
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=SPagination.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SPagination.vue"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=SProgressbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=SRadio.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=SRadioGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
}>, {
|
|
52
|
+
virtual: boolean;
|
|
53
|
+
virtualScrollSize: number;
|
|
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;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
//# sourceMappingURL=SSelect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=SStat.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
type __VLS_Props = {
|
|
3
|
+
color?: Color;
|
|
4
|
+
icon?: string | string[];
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
13
|
+
};
|
|
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"]>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=SStatus.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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"]>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=SSwitch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & {
|
|
3
|
+
data?: T[] | Record<string | number, T>;
|
|
4
|
+
hoverable?: boolean;
|
|
5
|
+
striped?: boolean;
|
|
6
|
+
bordered?: boolean;
|
|
7
|
+
nodata?: string;
|
|
8
|
+
fixedHeader?: boolean;
|
|
9
|
+
height?: string;
|
|
10
|
+
topScroll?: boolean;
|
|
11
|
+
} & Partial<{}>> & import('vue').PublicProps;
|
|
12
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
13
|
+
attrs: any;
|
|
14
|
+
slots: {
|
|
15
|
+
header?(_: {}): any;
|
|
16
|
+
headers?(_: {}): any;
|
|
17
|
+
nodata?(_: {}): any;
|
|
18
|
+
row?(_: {
|
|
19
|
+
row: number | (() => string) | (() => string) | T | {
|
|
20
|
+
(...items: ConcatArray<T>[]): T[];
|
|
21
|
+
(...items: (T | ConcatArray<T>)[]): T[];
|
|
22
|
+
} | ((searchElement: T, fromIndex?: number) => number) | ((searchElement: T, fromIndex?: number) => number) | ((start?: number, end?: number) => T[]) | ((searchElement: T, fromIndex?: number) => boolean) | ((index: number) => T | undefined) | {
|
|
23
|
+
(): string;
|
|
24
|
+
(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
|
25
|
+
} | (() => T | undefined) | ((...items: T[]) => number) | ((separator?: string) => string) | (() => T[]) | (() => T | undefined) | ((compareFn?: ((a: T, b: T) => number) | undefined) => T[]) | {
|
|
26
|
+
(start: number, deleteCount?: number): T[];
|
|
27
|
+
(start: number, deleteCount: number, ...items: T[]): T[];
|
|
28
|
+
} | ((...items: T[]) => number) | {
|
|
29
|
+
<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any): this is S[];
|
|
30
|
+
(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean;
|
|
31
|
+
} | ((predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any) => boolean) | ((callbackfn: (value: T, index: number, array: T[]) => void, thisArg?: any) => void) | (<U>(callbackfn: (value: T, index: number, array: T[]) => U, thisArg?: any) => U[]) | {
|
|
32
|
+
<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any): S[];
|
|
33
|
+
(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): T[];
|
|
34
|
+
} | {
|
|
35
|
+
(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T;
|
|
36
|
+
(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, initialValue: T): T;
|
|
37
|
+
<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, initialValue: U): U;
|
|
38
|
+
} | {
|
|
39
|
+
(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T): T;
|
|
40
|
+
(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, initialValue: T): T;
|
|
41
|
+
<U>(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, initialValue: U): U;
|
|
42
|
+
} | {
|
|
43
|
+
<S extends T>(predicate: (value: T, index: number, obj: T[]) => value is S, thisArg?: any): S | undefined;
|
|
44
|
+
(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): T | undefined;
|
|
45
|
+
} | ((predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any) => number) | ((value: T, start?: number, end?: number) => T[]) | ((target: number, start: number, end?: number) => T[]) | (() => ArrayIterator<[number, T]>) | (() => ArrayIterator<number>) | (() => ArrayIterator<T>) | (<U, This = undefined>(callback: (this: This, value: T, index: number, array: T[]) => U | readonly U[], thisArg?: This | undefined) => U[]) | (<A, D extends number = 1>(this: A, depth?: D | undefined) => FlatArray<A, D>[]) | {
|
|
46
|
+
<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any): S | undefined;
|
|
47
|
+
(predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any): T | undefined;
|
|
48
|
+
} | ((predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any) => number) | (() => T[]) | ((compareFn?: ((a: T, b: T) => number) | undefined) => T[]) | {
|
|
49
|
+
(start: number, deleteCount: number, ...items: T[]): T[];
|
|
50
|
+
(start: number, deleteCount?: number): T[];
|
|
51
|
+
} | ((index: number, value: T) => T[]) | (() => string);
|
|
52
|
+
index: number | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "pop" | "push" | "join" | "reverse" | "shift" | "sort" | "splice" | "unshift" | "every" | "some" | "forEach" | "map" | "filter" | "reduce" | "reduceRight" | "find" | "findIndex" | "fill" | "copyWithin" | "entries" | "keys" | "values" | "flatMap" | "flat" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | "toString";
|
|
53
|
+
}): any;
|
|
54
|
+
default?(_: {}): any;
|
|
55
|
+
footer?(_: {}): any;
|
|
56
|
+
footers?(_: {}): any;
|
|
57
|
+
};
|
|
58
|
+
emit: {};
|
|
59
|
+
}>) => import('vue').VNode & {
|
|
60
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
61
|
+
};
|
|
62
|
+
export default _default;
|
|
63
|
+
type __VLS_PrettifyLocal<T> = {
|
|
64
|
+
[K in keyof T]: T[K];
|
|
65
|
+
} & {};
|
|
66
|
+
//# sourceMappingURL=STable.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"STable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STable.vue"],"names":[],"mappings":"AA+BA;yBA8LiB,CAAC,EACjB,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAwJO,mBAAmB,CAAC;eAtJjB,CAAC,EAAE,GAAG,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC;oBAC3B,OAAO;kBACT,OAAO;mBACN,OAAO;iBACT,MAAM;sBACD,OAAO;iBACZ,MAAM;oBACH,OAAO;mBA+IuE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;wBArCiB,GAAG;yBACF,GAAG;wBACJ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YACN,GAAG;yBACC,GAAG;wBACJ,GAAG;yBACF,GAAG;;UAiCzB,EAAE;EAEL,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAnKzE,wBAmK4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|