startup-ui 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -0
- package/dist/startup-ui.cjs.js +680 -0
- package/dist/startup-ui.cjs.js.map +1 -0
- package/dist/startup-ui.es.js +11349 -0
- package/dist/startup-ui.es.js.map +1 -0
- package/dist/types/components/SActionBar.vue.d.ts +10 -0
- package/dist/types/components/SActionBar.vue.d.ts.map +1 -0
- package/dist/types/components/SActionIcon.vue.d.ts +17 -0
- package/dist/types/components/SActionIcon.vue.d.ts.map +1 -0
- package/dist/types/components/SAlert/SAlert.vue.d.ts +8 -0
- package/dist/types/components/SAlert/SAlert.vue.d.ts.map +1 -0
- package/dist/types/components/SAlert/index.d.ts +7 -0
- package/dist/types/components/SAlert/index.d.ts.map +1 -0
- package/dist/types/components/SButton.vue.d.ts +29 -0
- package/dist/types/components/SButton.vue.d.ts.map +1 -0
- package/dist/types/components/SCanvas.vue.d.ts +27 -0
- package/dist/types/components/SCanvas.vue.d.ts.map +1 -0
- package/dist/types/components/SCheckbox.vue.d.ts +18 -0
- package/dist/types/components/SCheckbox.vue.d.ts.map +1 -0
- package/dist/types/components/SCheckboxGroup.vue.d.ts +19 -0
- package/dist/types/components/SCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/types/components/SConfirm/SConfirm.vue.d.ts +6 -0
- package/dist/types/components/SConfirm/SConfirm.vue.d.ts.map +1 -0
- package/dist/types/components/SConfirm/index.d.ts +5 -0
- package/dist/types/components/SConfirm/index.d.ts.map +1 -0
- package/dist/types/components/SCopyText.vue.d.ts +23 -0
- package/dist/types/components/SCopyText.vue.d.ts.map +1 -0
- package/dist/types/components/SDashboard.vue.d.ts +10 -0
- package/dist/types/components/SDashboard.vue.d.ts.map +1 -0
- package/dist/types/components/SDashboardItem.vue.d.ts +27 -0
- package/dist/types/components/SDashboardItem.vue.d.ts.map +1 -0
- package/dist/types/components/SDatePicker.vue.d.ts +25 -0
- package/dist/types/components/SDatePicker.vue.d.ts.map +1 -0
- package/dist/types/components/SDialog.vue.d.ts +20 -0
- package/dist/types/components/SDialog.vue.d.ts.map +1 -0
- package/dist/types/components/SDropdownMenu.vue.d.ts +23 -0
- package/dist/types/components/SDropdownMenu.vue.d.ts.map +1 -0
- package/dist/types/components/SFilter.vue.d.ts +10 -0
- package/dist/types/components/SFilter.vue.d.ts.map +1 -0
- package/dist/types/components/SFilterGroup.vue.d.ts +10 -0
- package/dist/types/components/SFilterGroup.vue.d.ts.map +1 -0
- package/dist/types/components/SFooter.vue.d.ts +10 -0
- package/dist/types/components/SFooter.vue.d.ts.map +1 -0
- package/dist/types/components/SForm.vue.d.ts +26 -0
- package/dist/types/components/SForm.vue.d.ts.map +1 -0
- package/dist/types/components/SFormRow.vue.d.ts +27 -0
- package/dist/types/components/SFormRow.vue.d.ts.map +1 -0
- package/dist/types/components/SHorizontalMenu.vue.d.ts +8 -0
- package/dist/types/components/SHorizontalMenu.vue.d.ts.map +1 -0
- package/dist/types/components/SHtmlEditor.vue.d.ts +11 -0
- package/dist/types/components/SHtmlEditor.vue.d.ts.map +1 -0
- package/dist/types/components/SImagePreview.vue.d.ts +19 -0
- package/dist/types/components/SImagePreview.vue.d.ts.map +1 -0
- package/dist/types/components/SInput.vue.d.ts +32 -0
- package/dist/types/components/SInput.vue.d.ts.map +1 -0
- package/dist/types/components/SNote.vue.d.ts +25 -0
- package/dist/types/components/SNote.vue.d.ts.map +1 -0
- package/dist/types/components/SPagination.vue.d.ts +24 -0
- package/dist/types/components/SPagination.vue.d.ts.map +1 -0
- package/dist/types/components/SProgressbar.vue.d.ts +17 -0
- package/dist/types/components/SProgressbar.vue.d.ts.map +1 -0
- package/dist/types/components/SRadio.vue.d.ts +20 -0
- package/dist/types/components/SRadio.vue.d.ts.map +1 -0
- package/dist/types/components/SRadioGroup.vue.d.ts +22 -0
- package/dist/types/components/SRadioGroup.vue.d.ts.map +1 -0
- package/dist/types/components/SSelect.vue.d.ts +45 -0
- package/dist/types/components/SSelect.vue.d.ts.map +1 -0
- package/dist/types/components/SStat.vue.d.ts +25 -0
- package/dist/types/components/SStat.vue.d.ts.map +1 -0
- package/dist/types/components/SStatus.vue.d.ts +18 -0
- package/dist/types/components/SStatus.vue.d.ts.map +1 -0
- package/dist/types/components/SSwitch.vue.d.ts +19 -0
- package/dist/types/components/SSwitch.vue.d.ts.map +1 -0
- package/dist/types/components/STable.vue.d.ts +38 -0
- package/dist/types/components/STable.vue.d.ts.map +1 -0
- package/dist/types/components/STag.vue.d.ts +17 -0
- package/dist/types/components/STag.vue.d.ts.map +1 -0
- package/dist/types/components/STimeline.vue.d.ts +20 -0
- package/dist/types/components/STimeline.vue.d.ts.map +1 -0
- package/dist/types/components/SToggle.vue.d.ts +39 -0
- package/dist/types/components/SToggle.vue.d.ts.map +1 -0
- package/dist/types/components/SToggleGroup.vue.d.ts +15 -0
- package/dist/types/components/SToggleGroup.vue.d.ts.map +1 -0
- package/dist/types/components/STooltip.vue.d.ts +19 -0
- package/dist/types/components/STooltip.vue.d.ts.map +1 -0
- package/dist/types/components/STree.vue.d.ts +28 -0
- package/dist/types/components/STree.vue.d.ts.map +1 -0
- package/dist/types/components/SUpload.vue.d.ts +42 -0
- package/dist/types/components/SUpload.vue.d.ts.map +1 -0
- package/dist/types/components/SVerticalMenu.vue.d.ts +8 -0
- package/dist/types/components/SVerticalMenu.vue.d.ts.map +1 -0
- package/dist/types/index.d.ts +56 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/plugin.d.ts +7 -0
- package/dist/types/plugin.d.ts.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
label?: string | undefined;
|
|
8
|
+
percentage?: number | undefined;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly label?: string | undefined;
|
|
11
|
+
readonly percentage?: number | undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
type __VLS_Slots = {
|
|
15
|
+
default?: ((props: {}) => any) | undefined;
|
|
16
|
+
};
|
|
17
|
+
//# 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":"wBAqJqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "change", ...args: any[]) => void;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
value: string | number | boolean;
|
|
10
|
+
labelClass?: string | undefined;
|
|
11
|
+
$props: {
|
|
12
|
+
readonly disabled?: boolean | undefined;
|
|
13
|
+
readonly value?: string | number | boolean | undefined;
|
|
14
|
+
readonly labelClass?: string | undefined;
|
|
15
|
+
};
|
|
16
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
type __VLS_Slots = {
|
|
18
|
+
default?: ((props: {}) => any) | undefined;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=SRadio.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SRadio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SRadio.vue"],"names":[],"mappings":"wBA2JqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;2OAQG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "change", ...args: any[]) => void;
|
|
8
|
+
vertical: boolean;
|
|
9
|
+
buttons: boolean;
|
|
10
|
+
placeholder?: string | undefined;
|
|
11
|
+
options?: Record<string, any> | undefined;
|
|
12
|
+
$props: {
|
|
13
|
+
readonly vertical?: boolean | undefined;
|
|
14
|
+
readonly buttons?: boolean | undefined;
|
|
15
|
+
readonly placeholder?: string | undefined;
|
|
16
|
+
readonly options?: Record<string, any> | undefined;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
type __VLS_Slots = {
|
|
20
|
+
default?: ((props: {}) => any) | undefined;
|
|
21
|
+
};
|
|
22
|
+
//# 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":"wBA+RqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;2OAQG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "filter" | "change", ...args: any[]) => void;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
options: Record<string, any> | unknown[];
|
|
10
|
+
inline: boolean;
|
|
11
|
+
filterable: boolean;
|
|
12
|
+
clearable: boolean;
|
|
13
|
+
virtual: boolean;
|
|
14
|
+
virtualScrollSize: number;
|
|
15
|
+
useTeleport: boolean;
|
|
16
|
+
placeholder?: string | undefined;
|
|
17
|
+
$props: {
|
|
18
|
+
readonly disabled?: boolean | undefined;
|
|
19
|
+
readonly options?: Record<string, any> | unknown[] | undefined;
|
|
20
|
+
readonly inline?: boolean | undefined;
|
|
21
|
+
readonly filterable?: boolean | undefined;
|
|
22
|
+
readonly clearable?: boolean | undefined;
|
|
23
|
+
readonly virtual?: boolean | undefined;
|
|
24
|
+
readonly virtualScrollSize?: number | undefined;
|
|
25
|
+
readonly useTeleport?: boolean | undefined;
|
|
26
|
+
readonly placeholder?: string | undefined;
|
|
27
|
+
};
|
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
type __VLS_Slots = {
|
|
30
|
+
value?: ((props: {
|
|
31
|
+
value: any;
|
|
32
|
+
}) => any) | undefined;
|
|
33
|
+
} & {
|
|
34
|
+
option?: ((props: {
|
|
35
|
+
option: {
|
|
36
|
+
label: any;
|
|
37
|
+
value: any;
|
|
38
|
+
};
|
|
39
|
+
}) => any) | undefined;
|
|
40
|
+
} & {
|
|
41
|
+
option?: ((props: {
|
|
42
|
+
option: any;
|
|
43
|
+
}) => any) | undefined;
|
|
44
|
+
};
|
|
45
|
+
//# 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":"wBA81BqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;;;2OAQG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
nowrap: boolean;
|
|
8
|
+
large: boolean;
|
|
9
|
+
wide: boolean;
|
|
10
|
+
title?: string | undefined;
|
|
11
|
+
value?: string | number | undefined;
|
|
12
|
+
$props: {
|
|
13
|
+
readonly nowrap?: boolean | undefined;
|
|
14
|
+
readonly large?: boolean | undefined;
|
|
15
|
+
readonly wide?: boolean | undefined;
|
|
16
|
+
readonly title?: string | undefined;
|
|
17
|
+
readonly value?: string | number | undefined;
|
|
18
|
+
};
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
type __VLS_Slots = {
|
|
21
|
+
title?: ((props: {}) => any) | undefined;
|
|
22
|
+
} & {
|
|
23
|
+
default?: ((props: {}) => any) | undefined;
|
|
24
|
+
};
|
|
25
|
+
//# 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":"wBA4IqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;2OAOG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
type Color = 'gray' | 'primary' | 'primary-dark' | 'primary-darkest' | 'primary-light' | 'primary-lightest' | 'red' | 'red-dark' | 'red-light' | 'red-lightest' | 'yellow' | 'yellow-dark' | 'yellow-light' | 'yellow-lightest' | 'green' | 'green-dark' | 'green-light' | 'green-lightest';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
color?: Color;
|
|
4
|
+
icon: String;
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_5: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_5) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
//# 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":"AAsFA,KAAK,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,kBAAkB,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,cAAc,GAAG,QAAQ,GAAG,aAAa,GAAG,cAAc,GAAG,iBAAiB,GAAG,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,gBAAgB,CAAC;AAC5R,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAmCF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
trueValue: string | number | boolean;
|
|
9
|
+
falseValue: string | number | boolean;
|
|
10
|
+
$props: {
|
|
11
|
+
readonly disabled?: boolean | undefined;
|
|
12
|
+
readonly trueValue?: string | number | boolean | undefined;
|
|
13
|
+
readonly falseValue?: string | number | boolean | undefined;
|
|
14
|
+
};
|
|
15
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
type __VLS_Slots = {
|
|
17
|
+
default?: ((props: {}) => any) | undefined;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SSwitch.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SSwitch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSwitch.vue"],"names":[],"mappings":"wBA0MqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
scroll: string | null;
|
|
8
|
+
hoverable: boolean;
|
|
9
|
+
striped: boolean;
|
|
10
|
+
nodata: string;
|
|
11
|
+
data?: Record<string, any> | unknown[] | undefined;
|
|
12
|
+
$props: {
|
|
13
|
+
readonly scroll?: string | null | undefined;
|
|
14
|
+
readonly hoverable?: boolean | undefined;
|
|
15
|
+
readonly striped?: boolean | undefined;
|
|
16
|
+
readonly nodata?: string | undefined;
|
|
17
|
+
readonly data?: Record<string, any> | unknown[] | undefined;
|
|
18
|
+
};
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
type __VLS_Slots = {
|
|
21
|
+
header?: ((props: {}) => any) | undefined;
|
|
22
|
+
} & {
|
|
23
|
+
headers?: ((props: {}) => any) | undefined;
|
|
24
|
+
} & {
|
|
25
|
+
nodata?: ((props: {}) => any) | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
row?: ((props: {
|
|
28
|
+
row: any;
|
|
29
|
+
index: "forEach" | "entries" | "keys" | "values" | "length" | "pop" | "push" | "concat" | "join" | "reverse" | "shift" | "slice" | "sort" | "splice" | "unshift" | "indexOf" | "lastIndexOf" | "every" | "some" | "map" | "filter" | "reduce" | "reduceRight" | "find" | "findIndex" | "fill" | "copyWithin" | "includes" | "flatMap" | "flat" | "toString" | "toLocaleString" | "at";
|
|
30
|
+
}) => any) | undefined;
|
|
31
|
+
} & {
|
|
32
|
+
default?: ((props: {}) => any) | undefined;
|
|
33
|
+
} & {
|
|
34
|
+
footer?: ((props: {}) => any) | undefined;
|
|
35
|
+
} & {
|
|
36
|
+
footers?: ((props: {}) => any) | undefined;
|
|
37
|
+
};
|
|
38
|
+
//# 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":"wBA0SqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;2OAOG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type Color = 'gray' | 'primary' | 'primary-dark' | 'primary-darkest' | 'primary-light' | 'primary-lightest' | 'red' | 'red-dark' | 'red-light' | 'red-lightest' | 'yellow' | 'yellow-dark' | 'yellow-light' | 'yellow-lightest' | 'green' | 'green-dark' | 'green-light' | 'green-lightest';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
color?: Color;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=STag.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"STag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STag.vue"],"names":[],"mappings":"AAgGA,KAAK,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,kBAAkB,GAAG,KAAK,GAAG,UAAU,GAAG,WAAW,GAAG,cAAc,GAAG,QAAQ,GAAG,aAAa,GAAG,cAAc,GAAG,iBAAiB,GAAG,OAAO,GAAG,YAAY,GAAG,aAAa,GAAG,gBAAgB,CAAC;AAC5R,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,KAAK,CAAA;CAChB,CAAC;AAqBF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAmB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
keyBy: string | Function;
|
|
8
|
+
items?: unknown[] | undefined;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly keyBy?: string | Function | undefined;
|
|
11
|
+
readonly items?: unknown[] | undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
type __VLS_Slots = {
|
|
15
|
+
item?: ((props: {
|
|
16
|
+
item: unknown;
|
|
17
|
+
index: number;
|
|
18
|
+
}) => any) | undefined;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=STimeline.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"STimeline.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STimeline.vue"],"names":[],"mappings":"wBA8JqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare var __VLS_1: {}, __VLS_7: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
title?: (props: typeof __VLS_1) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_7) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
|
+
title: StringConstructor;
|
|
10
|
+
opened: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
color: {
|
|
15
|
+
type: PropType<"primary" | "red" | "green">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
title: StringConstructor;
|
|
20
|
+
opened: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
color: {
|
|
25
|
+
type: PropType<"primary" | "red" | "green">;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
29
|
+
opened: boolean;
|
|
30
|
+
color: "primary" | "red" | "green";
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=SToggle.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SToggle.vue"],"names":[],"mappings":"AAmHA,OAAO,EAAqD,QAAQ,EAAQ,MAAM,KAAK,CAAA;AAuFvF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAgC/C,QAAA,MAAM,eAAe;;;;;;;cAYG,QAAQ,CAAC,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;;;;;;;;;;cAArC,QAAQ,CAAC,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;;;;;;4EAI3D,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
multiple: boolean;
|
|
8
|
+
$props: {
|
|
9
|
+
readonly multiple?: boolean | undefined;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
type __VLS_Slots = {
|
|
13
|
+
default?: ((props: {}) => any) | undefined;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SToggleGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SToggleGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SToggleGroup.vue"],"names":[],"mappings":"wBAwFqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;2OAOG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
at: string;
|
|
8
|
+
icon: string | unknown[];
|
|
9
|
+
$props: {
|
|
10
|
+
readonly at?: string | undefined;
|
|
11
|
+
readonly icon?: string | unknown[] | undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
type __VLS_Slots = {
|
|
15
|
+
icon?: ((props: {}) => any) | undefined;
|
|
16
|
+
} & {
|
|
17
|
+
default?: ((props: {}) => any) | undefined;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=STooltip.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"STooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STooltip.vue"],"names":[],"mappings":"wBA8cqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "change" | "dragstart" | "drop", ...args: any[]) => void;
|
|
8
|
+
data: unknown[];
|
|
9
|
+
expandedKeys: unknown[];
|
|
10
|
+
draggable: boolean;
|
|
11
|
+
selectable: boolean;
|
|
12
|
+
storeExpandedKeysTo?: string | undefined;
|
|
13
|
+
$props: {
|
|
14
|
+
readonly data?: unknown[] | undefined;
|
|
15
|
+
readonly expandedKeys?: unknown[] | undefined;
|
|
16
|
+
readonly draggable?: boolean | undefined;
|
|
17
|
+
readonly selectable?: boolean | undefined;
|
|
18
|
+
readonly storeExpandedKeysTo?: string | undefined;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
type __VLS_Slots = {
|
|
22
|
+
node?: ((props: {
|
|
23
|
+
node: unknown;
|
|
24
|
+
}) => any) | undefined;
|
|
25
|
+
} & {
|
|
26
|
+
node?: ((props: any) => any) | undefined;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=STree.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"STree.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STree.vue"],"names":[],"mappings":"wBAonBqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;2OAQG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
clear: typeof clear;
|
|
8
|
+
remove: typeof remove;
|
|
9
|
+
$emit: (event: "clear" | "select", ...args: any[]) => void;
|
|
10
|
+
multiple: boolean;
|
|
11
|
+
url?: string | undefined;
|
|
12
|
+
accept?: string | undefined;
|
|
13
|
+
maxFileSize?: number | undefined;
|
|
14
|
+
$props: {
|
|
15
|
+
readonly multiple?: boolean | undefined;
|
|
16
|
+
readonly url?: string | undefined;
|
|
17
|
+
readonly accept?: string | undefined;
|
|
18
|
+
readonly maxFileSize?: number | undefined;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
type __VLS_Slots = {
|
|
22
|
+
header?: ((props: {
|
|
23
|
+
choose: () => void;
|
|
24
|
+
clear: typeof clear;
|
|
25
|
+
files: any;
|
|
26
|
+
}) => any) | undefined;
|
|
27
|
+
} & {
|
|
28
|
+
preview?: ((props: {
|
|
29
|
+
files: any[];
|
|
30
|
+
remove: typeof remove;
|
|
31
|
+
}) => any) | undefined;
|
|
32
|
+
} & {
|
|
33
|
+
default?: ((props: {}) => any) | undefined;
|
|
34
|
+
};
|
|
35
|
+
declare function clear(): void;
|
|
36
|
+
/**
|
|
37
|
+
* Удаление файла по имени (т.к. могут храниться и строки, и файлы)
|
|
38
|
+
*
|
|
39
|
+
* @param title
|
|
40
|
+
*/
|
|
41
|
+
declare function remove(title: any): void;
|
|
42
|
+
//# sourceMappingURL=SUpload.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SUpload.vue"],"names":[],"mappings":"wBA4ZqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAZzB;;;;;;;;;;;;;;2OASG;;;;;;;;;;;;;;;AAnLH,+BAGC;AAhBD;;;;GAIG;AACH,0CAMC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
links?: Record<string, any> | undefined;
|
|
3
|
+
$props: {
|
|
4
|
+
readonly links?: Record<string, any> | undefined;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=SVerticalMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SVerticalMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SVerticalMenu.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import plugin from './plugin';
|
|
2
|
+
import './style.scss';
|
|
3
|
+
export * from './components/SAlert';
|
|
4
|
+
export * from './components/SConfirm';
|
|
5
|
+
export default plugin;
|
|
6
|
+
/**
|
|
7
|
+
* Forms
|
|
8
|
+
*/
|
|
9
|
+
export { default as SForm } from './components/SForm.vue';
|
|
10
|
+
export { default as SFormRow } from './components/SFormRow.vue';
|
|
11
|
+
export { default as SInput } from './components/SInput.vue';
|
|
12
|
+
export { default as SSelect } from './components/SSelect.vue';
|
|
13
|
+
export { default as SCheckbox } from './components/SCheckbox.vue';
|
|
14
|
+
export { default as SRadio } from './components/SRadio.vue';
|
|
15
|
+
export { default as SSwitch } from './components/SSwitch.vue';
|
|
16
|
+
export { default as SDatePicker } from './components/SDatePicker.vue';
|
|
17
|
+
export { default as SHtmlEditor } from './components/SHtmlEditor.vue';
|
|
18
|
+
export { default as SUpload } from './components/SUpload.vue';
|
|
19
|
+
/**
|
|
20
|
+
* Data
|
|
21
|
+
*/
|
|
22
|
+
export { default as SFilter } from './components/SFilter.vue';
|
|
23
|
+
export { default as STable } from './components/STable.vue';
|
|
24
|
+
export { default as SPagination } from './components/SPagination.vue';
|
|
25
|
+
export { default as STree } from './components/STree.vue';
|
|
26
|
+
/**
|
|
27
|
+
* UI
|
|
28
|
+
*/
|
|
29
|
+
export { default as SButton } from './components/SButton.vue';
|
|
30
|
+
export { default as SActionIcon } from './components/SActionIcon.vue';
|
|
31
|
+
export { default as STooltip } from './components/STooltip.vue';
|
|
32
|
+
export { default as SNote } from './components/SNote.vue';
|
|
33
|
+
export { default as SToggle } from './components/SToggle.vue';
|
|
34
|
+
export { default as SToggleGroup } from './components/SToggleGroup.vue';
|
|
35
|
+
export { SConfirm } from './components/SConfirm/index.js';
|
|
36
|
+
export { default as SDialog } from './components/SDialog.vue';
|
|
37
|
+
export { default as SImagePreview } from './components/SImagePreview.vue';
|
|
38
|
+
export { SAlert } from './components/SAlert/index.js';
|
|
39
|
+
export { default as STag } from './components/STag.vue';
|
|
40
|
+
export { default as SStatus } from './components/SStatus.vue';
|
|
41
|
+
export { default as SActionBar } from './components/SActionBar.vue';
|
|
42
|
+
export { default as SProgressBar } from './components/SProgressbar.vue';
|
|
43
|
+
export { default as SCopyText } from './components/SCopyText.vue';
|
|
44
|
+
export { default as STimeline } from './components/STimeline.vue';
|
|
45
|
+
export { default as SDashboard } from './components/SDashboard.vue';
|
|
46
|
+
export { default as SDashboardItem } from './components/SDashboardItem.vue';
|
|
47
|
+
export { default as SStat } from './components/SStat.vue';
|
|
48
|
+
/**
|
|
49
|
+
* Layout
|
|
50
|
+
*/
|
|
51
|
+
export { default as SCanvas } from './components/SCanvas.vue';
|
|
52
|
+
export { default as SFooter } from './components/SFooter.vue';
|
|
53
|
+
export { default as SDropdownMenu } from './components/SDropdownMenu.vue';
|
|
54
|
+
export { default as SHorizontalMenu } from './components/SHorizontalMenu.vue';
|
|
55
|
+
export { default as SVerticalMenu } from './components/SVerticalMenu.vue';
|
|
56
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAa,MAAM,KAAK,CAAC;AAoG1C,OAAO,cAAc,CAAC;;iBAGL,GAAG;;AADpB,wBAOC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "startup-ui",
|
|
3
|
+
"version": "0.5.0",
|
|
4
|
+
"description": "Vue3 UI components for IT startups. Best served with Laravel + InertiaJS",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/startup-ui.cjs.js",
|
|
7
|
+
"module": "dist/startup-ui.es.js",
|
|
8
|
+
"types": "dist/types/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/startup-ui.es.js",
|
|
12
|
+
"require": "./dist/startup-ui.cjs.js",
|
|
13
|
+
"types": "./dist/types/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./dist/index.css": "./dist/index.css"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"sideEffects": [
|
|
21
|
+
"**/*.css",
|
|
22
|
+
"**/*.scss"
|
|
23
|
+
],
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"vue": "^3.5.24",
|
|
26
|
+
"@vueuse/core": "^11.2.0"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"vue": "^3.5.24",
|
|
30
|
+
"@vueuse/core": "^11.2.0",
|
|
31
|
+
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
32
|
+
"@inertiajs/vue3": "^1.2.0",
|
|
33
|
+
"@types/node": "^22.0.0",
|
|
34
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
35
|
+
"sass-embedded": "^1.93.3",
|
|
36
|
+
"typescript": "^5.6.3",
|
|
37
|
+
"vite": "^5.4.0",
|
|
38
|
+
"vite-plugin-dts": "^4.3.0",
|
|
39
|
+
"vue-tsc": "^2.0.29",
|
|
40
|
+
"dayjs": "^1.11.13"
|
|
41
|
+
},
|
|
42
|
+
"scripts": {
|
|
43
|
+
"build": "vite build && vue-tsc --emitDeclarationOnly --declaration --declarationMap --outDir dist/types",
|
|
44
|
+
"typecheck": "vue-tsc --noEmit",
|
|
45
|
+
"dev": "vite"
|
|
46
|
+
},
|
|
47
|
+
"license": "MIT"
|
|
48
|
+
}
|