startup-ui 0.5.7 → 0.5.9
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 +16 -16
- package/dist/startup-ui.cjs.js.map +1 -1
- package/dist/startup-ui.es.js +1573 -1576
- package/dist/startup-ui.es.js.map +1 -1
- package/dist/types/components/SFilterGroup.vue.d.ts +6 -11
- package/dist/types/components/SFilterGroup.vue.d.ts.map +1 -1
- package/dist/types/components/SForm.vue.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$slots: S;
|
|
5
|
-
});
|
|
6
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
-
bindToGet: boolean;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
name?: string | undefined;
|
|
3
|
+
debounce?: number | undefined;
|
|
8
4
|
$props: {
|
|
9
|
-
readonly
|
|
5
|
+
readonly name?: string | undefined;
|
|
6
|
+
readonly debounce?: number | undefined;
|
|
10
7
|
};
|
|
11
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
|
|
13
|
-
default?: ((props: {}) => any) | undefined;
|
|
14
|
-
};
|
|
9
|
+
export default _default;
|
|
15
10
|
//# sourceMappingURL=SFilterGroup.vue.d.ts.map
|
|
@@ -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":""}
|
|
@@ -9,15 +9,15 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
method: string;
|
|
10
10
|
titlesAtLeft: boolean;
|
|
11
11
|
titlesWidth: string | number;
|
|
12
|
-
errors?: Record<string, any> | undefined;
|
|
13
12
|
action?: string | undefined;
|
|
13
|
+
errors?: Record<string, any> | undefined;
|
|
14
14
|
$props: {
|
|
15
15
|
readonly loading?: boolean | undefined;
|
|
16
16
|
readonly method?: string | undefined;
|
|
17
17
|
readonly titlesAtLeft?: boolean | undefined;
|
|
18
18
|
readonly titlesWidth?: string | number | undefined;
|
|
19
|
-
readonly errors?: Record<string, any> | undefined;
|
|
20
19
|
readonly action?: string | undefined;
|
|
20
|
+
readonly errors?: Record<string, any> | undefined;
|
|
21
21
|
};
|
|
22
22
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
type __VLS_Slots = {
|