keli-ui 0.2.3 → 0.2.5
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/README.md +5 -5
- package/dist/keli-ui.css +1 -1
- package/dist/keli-ui.js +669 -383
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormDatePicker/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormDateTimePicker/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormRender/FormRenderProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormRender/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormSelect/FormSelectProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormSelect/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/hook/selectAsync.hook.d.ts +1 -4
- package/dist/types/packages/QueryComponents/QueryBar/QueryBarProxy.vue.d.ts +12 -0
- package/dist/types/packages/QueryComponents/QueryBar/index.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableCardRender/TableCardRenderProxy.vue.d.ts +12 -0
- package/dist/types/packages/TableComponents/TableCardRender/index.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableRender/TableRenderProxy.vue.d.ts +12 -0
- package/dist/types/packages/TableComponents/TableRender/index.d.ts +1 -1
- package/dist/types/packages/ToolBar/ToolBarProxy.vue.d.ts +11 -1
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeFormDatePicker from './FormDatePickerProxy.vue';
|
|
2
2
|
export default KeFormDatePicker;
|
package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerProxy.vue.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeFormDateTimePicker from './FormDateTimePickerProxy.vue';
|
|
2
2
|
export default KeFormDateTimePicker;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeFormRender from './FormRenderProxy.vue';
|
|
2
2
|
export default KeFormRender;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeFormSelect from './FormSelectProxy.vue';
|
|
2
2
|
export default KeFormSelect;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeFormSelectAsync from './FormSelectAsyncProxy.vue';
|
|
2
2
|
export default KeFormSelectAsync;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Ref } from 'vue';
|
|
2
|
-
import type { KeFormSelectAsync } from '../../types
|
|
2
|
+
import type { KeFormSelectAsync } from '../../types';
|
|
3
3
|
interface Props {
|
|
4
4
|
detail: KeFormSelectAsync;
|
|
5
5
|
fieldTitle: string;
|
|
@@ -14,9 +14,6 @@ export declare const useSelectAsync: <EE extends (...args: any) => void>(params:
|
|
|
14
14
|
getOptions: () => Promise<void>;
|
|
15
15
|
optionsData: any;
|
|
16
16
|
loading: any;
|
|
17
|
-
handleChange: () => Promise<void>;
|
|
18
17
|
init: () => Promise<void>;
|
|
19
|
-
registerMitt: () => void;
|
|
20
|
-
offMitt: () => void;
|
|
21
18
|
};
|
|
22
19
|
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeliQueryBar from './QueryBarProxy.vue';
|
|
2
2
|
export default KeliQueryBar;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeTableCardRender from './TableCardRenderProxy.vue';
|
|
2
2
|
export default KeTableCardRender;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import KeTableRender from './TableRenderProxy.vue';
|
|
2
2
|
export default KeTableRender;
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare var __VLS_6: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_6) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: any;
|
|
6
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
7
|
export default _default;
|
|
8
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
9
|
+
new (): {
|
|
10
|
+
$slots: S;
|
|
11
|
+
};
|
|
12
|
+
};
|