startup-ui 0.5.2 → 0.5.4
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 +17 -17
- package/dist/startup-ui.cjs.js.map +1 -1
- package/dist/startup-ui.es.js +2121 -2097
- package/dist/startup-ui.es.js.map +1 -1
- package/dist/types/components/SCopyText.vue.d.ts.map +1 -1
- package/dist/types/components/SFilterGroup.vue.d.ts +6 -1
- package/dist/types/components/SFilterGroup.vue.d.ts.map +1 -1
- package/dist/types/components/SImagePreview.vue.d.ts.map +1 -1
- package/dist/types/components/SInput.vue.d.ts.map +1 -1
- package/dist/types/components/SSelect.vue.d.ts.map +1 -1
- package/dist/types/components/STable.vue.d.ts +2 -0
- package/dist/types/components/STable.vue.d.ts.map +1 -1
- package/dist/types/components/STooltip.vue.d.ts.map +1 -1
- package/dist/types/components/SUpload.vue.d.ts.map +1 -1
- package/dist/types/components/SVerticalMenu.vue.d.ts +4 -0
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCopyText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCopyText.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SCopyText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SCopyText.vue"],"names":[],"mappings":"wBAgPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;2OAOG"}
|
|
@@ -3,7 +3,12 @@ export default _default;
|
|
|
3
3
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
4
|
$slots: S;
|
|
5
5
|
});
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
bindToGet: boolean;
|
|
8
|
+
$props: {
|
|
9
|
+
readonly bindToGet?: boolean | undefined;
|
|
10
|
+
};
|
|
11
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
12
|
type __VLS_Slots = {
|
|
8
13
|
default?: ((props: {}) => any) | undefined;
|
|
9
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"wBAsMqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;2OAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SImagePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SImagePreview.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SImagePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SImagePreview.vue"],"names":[],"mappings":"wBAkTqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SInput.vue"],"names":[],"mappings":"wBAyPqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;2OAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSelect.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSelect.vue"],"names":[],"mappings":"wBAo2BqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;;;2OAQG"}
|
|
@@ -7,12 +7,14 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
7
7
|
scroll: string | null;
|
|
8
8
|
hoverable: boolean;
|
|
9
9
|
striped: boolean;
|
|
10
|
+
bordered: boolean;
|
|
10
11
|
nodata: string;
|
|
11
12
|
data?: Record<string, any> | unknown[] | undefined;
|
|
12
13
|
$props: {
|
|
13
14
|
readonly scroll?: string | null | undefined;
|
|
14
15
|
readonly hoverable?: boolean | undefined;
|
|
15
16
|
readonly striped?: boolean | undefined;
|
|
17
|
+
readonly bordered?: boolean | undefined;
|
|
16
18
|
readonly nodata?: string | undefined;
|
|
17
19
|
readonly data?: Record<string, any> | unknown[] | undefined;
|
|
18
20
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"STable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"STable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STable.vue"],"names":[],"mappings":"wBA6SqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;2OAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"STooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STooltip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"STooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STooltip.vue"],"names":[],"mappings":"wBAgdqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SUpload.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SUpload.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SUpload.vue"],"names":[],"mappings":"wBAiaqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAZzB;;;;;;;;;;;;;;2OASG;;;;;;;;;;;;;;;AAnLH,+BAGC;AAlBD;;;;GAIG;AACH,0CAQC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
expandedKeys: unknown[];
|
|
2
3
|
links?: Record<string, any> | undefined;
|
|
4
|
+
storeExpandedKeysTo?: string | undefined;
|
|
3
5
|
$props: {
|
|
6
|
+
readonly expandedKeys?: unknown[] | undefined;
|
|
4
7
|
readonly links?: Record<string, any> | undefined;
|
|
8
|
+
readonly storeExpandedKeysTo?: string | undefined;
|
|
5
9
|
};
|
|
6
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
11
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "startup-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Vue3 UI components for IT startups. Best served with Laravel + InertiaJS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/startup-ui.cjs.js",
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
"**/*.scss"
|
|
23
23
|
],
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"
|
|
25
|
+
"@inertiajs/vue3": "^1.2.0",
|
|
26
26
|
"@vueuse/core": "^11.2.0",
|
|
27
|
-
"
|
|
27
|
+
"vue": "^3.5.24"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"vue": "^3.5.24",
|
|
31
|
-
"@vueuse/core": "^11.2.0",
|
|
32
30
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
33
|
-
"@inertiajs/vue3": "^1.
|
|
31
|
+
"@inertiajs/vue3": "^1.3.0",
|
|
34
32
|
"@types/node": "^22.0.0",
|
|
35
33
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
34
|
+
"@vueuse/core": "^11.2.0",
|
|
35
|
+
"dayjs": "^1.11.13",
|
|
36
36
|
"sass-embedded": "^1.93.3",
|
|
37
37
|
"typescript": "^5.6.3",
|
|
38
38
|
"vite": "^5.4.0",
|
|
39
39
|
"vite-plugin-dts": "^4.3.0",
|
|
40
|
-
"vue
|
|
41
|
-
"
|
|
40
|
+
"vue": "^3.5.24",
|
|
41
|
+
"vue-tsc": "^2.0.29"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "vite build && vue-tsc --emitDeclarationOnly --declaration --declarationMap --outDir dist/types",
|