@sunny-base-web/ui 0.0.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/basic/icon/icon.d.ts +8 -0
- package/dist/basic/icon/icon.d.ts.map +1 -0
- package/dist/basic/icon/index.d.ts +2 -0
- package/dist/basic/icon/index.d.ts.map +1 -0
- package/dist/basic/scrollbar/components/ScrollArea.d.ts +28 -0
- package/dist/basic/scrollbar/components/ScrollArea.d.ts.map +1 -0
- package/dist/basic/scrollbar/components/ScrollBar.d.ts +9 -0
- package/dist/basic/scrollbar/components/ScrollBar.d.ts.map +1 -0
- package/dist/basic/scrollbar/components/index.d.ts +3 -0
- package/dist/basic/scrollbar/components/index.d.ts.map +1 -0
- package/dist/basic/scrollbar/index.d.ts +2 -0
- package/dist/basic/scrollbar/index.d.ts.map +1 -0
- package/dist/basic/scrollbar/scrollbar.d.ts +53 -0
- package/dist/basic/scrollbar/scrollbar.d.ts.map +1 -0
- package/dist/data/edit-grid/api.d.ts +21 -0
- package/dist/data/edit-grid/api.d.ts.map +1 -0
- package/dist/data/edit-grid/index.d.ts +2 -0
- package/dist/data/edit-grid/index.d.ts.map +1 -0
- package/dist/data/edit-grid/use-vxe-grid.d.ts +29 -0
- package/dist/data/edit-grid/use-vxe-grid.d.ts.map +1 -0
- package/dist/data/query-grid/api.d.ts +21 -0
- package/dist/data/query-grid/api.d.ts.map +1 -0
- package/dist/data/query-grid/index.d.ts +2 -0
- package/dist/data/query-grid/index.d.ts.map +1 -0
- package/dist/data/query-grid/renderer/FilterComplex.d.ts +11 -0
- package/dist/data/query-grid/renderer/FilterComplex.d.ts.map +1 -0
- package/dist/data/query-grid/renderer/index.d.ts +2 -0
- package/dist/data/query-grid/renderer/index.d.ts.map +1 -0
- package/dist/data/query-grid/sticky.d.ts +4 -0
- package/dist/data/query-grid/sticky.d.ts.map +1 -0
- package/dist/data/query-grid/use-query-grid.d.ts +29 -0
- package/dist/data/query-grid/use-query-grid.d.ts.map +1 -0
- package/dist/data/upload/index.d.ts +48 -0
- package/dist/data/upload/index.d.ts.map +1 -0
- package/dist/entry/form/SunnyForm.d.ts +30 -0
- package/dist/entry/form/SunnyForm.d.ts.map +1 -0
- package/dist/entry/form/SunnyUseForm.d.ts +29 -0
- package/dist/entry/form/SunnyUseForm.d.ts.map +1 -0
- package/dist/entry/form/components/form-actions.d.ts +55 -0
- package/dist/entry/form/components/form-actions.d.ts.map +1 -0
- package/dist/entry/form/config.d.ts +13 -0
- package/dist/entry/form/config.d.ts.map +1 -0
- package/dist/entry/form/form-api.d.ts +191 -0
- package/dist/entry/form/form-api.d.ts.map +1 -0
- package/dist/entry/form/form-render/Form.d.ts +20 -0
- package/dist/entry/form/form-render/Form.d.ts.map +1 -0
- package/dist/entry/form/form-render/FormField.d.ts +7 -0
- package/dist/entry/form/form-render/FormField.d.ts.map +1 -0
- package/dist/entry/form/form-render/context.d.ts +41 -0
- package/dist/entry/form/form-render/context.d.ts.map +1 -0
- package/dist/entry/form/form-render/dependencies.d.ts +19 -0
- package/dist/entry/form/form-render/dependencies.d.ts.map +1 -0
- package/dist/entry/form/form-render/expandable.d.ts +11 -0
- package/dist/entry/form/form-render/expandable.d.ts.map +1 -0
- package/dist/entry/form/form-render/helper.d.ts +33 -0
- package/dist/entry/form/form-render/helper.d.ts.map +1 -0
- package/dist/entry/form/index.d.ts +7 -0
- package/dist/entry/form/index.d.ts.map +1 -0
- package/dist/entry/form/store.d.ts +46 -0
- package/dist/entry/form/store.d.ts.map +1 -0
- package/dist/entry/form/types.d.ts +337 -0
- package/dist/entry/form/types.d.ts.map +1 -0
- package/dist/entry/form/use-form-context.d.ts +29 -0
- package/dist/entry/form/use-form-context.d.ts.map +1 -0
- package/dist/entry/form/use-sunny-form.d.ts +6 -0
- package/dist/entry/form/use-sunny-form.d.ts.map +1 -0
- package/dist/entry/index.d.ts +4 -0
- package/dist/entry/index.d.ts.map +1 -0
- package/dist/entry/search-input-tag/SearchInputTag.d.ts +32 -0
- package/dist/entry/search-input-tag/SearchInputTag.d.ts.map +1 -0
- package/dist/entry/search-input-tag/index.d.ts +5 -0
- package/dist/entry/search-input-tag/index.d.ts.map +1 -0
- package/dist/entry/search-input-tag/types.d.ts +12 -0
- package/dist/entry/search-input-tag/types.d.ts.map +1 -0
- package/dist/entry/select/BatchSelect.d.ts +28 -0
- package/dist/entry/select/BatchSelect.d.ts.map +1 -0
- package/dist/entry/select/Select.d.ts +37 -0
- package/dist/entry/select/Select.d.ts.map +1 -0
- package/dist/entry/select/index.d.ts +6 -0
- package/dist/entry/select/index.d.ts.map +1 -0
- package/dist/entry/select/types.d.ts +66 -0
- package/dist/entry/select/types.d.ts.map +1 -0
- package/dist/feedback/modal/Modal.d.ts +40 -0
- package/dist/feedback/modal/Modal.d.ts.map +1 -0
- package/dist/feedback/modal/index.d.ts +7 -0
- package/dist/feedback/modal/index.d.ts.map +1 -0
- package/dist/feedback/modal/modal-api.d.ts +9 -0
- package/dist/feedback/modal/modal-api.d.ts.map +1 -0
- package/dist/feedback/modal/types.d.ts +60 -0
- package/dist/feedback/modal/types.d.ts.map +1 -0
- package/dist/feedback/modal/use-sunny-modal.d.ts +3 -0
- package/dist/feedback/modal/use-sunny-modal.d.ts.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +3133 -0
- package/dist/navigation/nprogress/index.d.ts +12 -0
- package/dist/navigation/nprogress/index.d.ts.map +1 -0
- package/dist/ui.css +1 -0
- package/package.json +55 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
fallback?: boolean;
|
|
4
|
+
icon?: Component | Function | string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: 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>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=icon.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../src/basic/icon/icon.vue"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAYrC,KAAK,WAAW,GAAG;IAEjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CACtC,CAAC;;AAmFF,wBAMG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/basic/icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ScrollAreaRootProps } from 'reka-ui';
|
|
2
|
+
type __VLS_Props = ScrollAreaRootProps & {
|
|
3
|
+
class?: any;
|
|
4
|
+
onScroll?: (event: Event) => void;
|
|
5
|
+
viewportProps?: {
|
|
6
|
+
onScroll: (event: Event) => void;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
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<{}>, {
|
|
19
|
+
onScroll: (event: Event) => void;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=ScrollArea.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollArea.vue.d.ts","sourceRoot":"","sources":["../../../../src/basic/scrollbar/components/ScrollArea.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAUnD,KAAK,WAAW,GAAG,mBAAmB,GAAG;IACnC,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,aAAa,CAAC,EAAE;QAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;KAAE,CAAC;CACtD,CAAC;AAoBN,iBAAS,cAAc;WAqET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAhHJ,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI;6EAwHrC,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,9 @@
|
|
|
1
|
+
import { ScrollAreaScrollbarProps } from 'reka-ui';
|
|
2
|
+
type __VLS_Props = ScrollAreaScrollbarProps & {
|
|
3
|
+
class?: any;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
6
|
+
orientation: "vertical" | "horizontal";
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=ScrollBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/basic/scrollbar/components/ScrollBar.vue"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAQxD,KAAK,WAAW,GAAG,wBAAwB,GAAG;IAAE,KAAK,CAAC,EAAE,GAAG,CAAA;CAAE,CAAC;;;;AAiG9D,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/basic/scrollbar/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/basic/scrollbar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
type ClassType = string | string[] | Record<string, boolean>;
|
|
2
|
+
interface Props {
|
|
3
|
+
class?: ClassType;
|
|
4
|
+
horizontal?: boolean;
|
|
5
|
+
scrollBarClass?: ClassType;
|
|
6
|
+
shadow?: boolean;
|
|
7
|
+
shadowBorder?: boolean;
|
|
8
|
+
shadowBottom?: boolean;
|
|
9
|
+
shadowLeft?: boolean;
|
|
10
|
+
shadowRight?: boolean;
|
|
11
|
+
shadowTop?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: any;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
+
scrollAt: (args_0: {
|
|
24
|
+
bottom: boolean;
|
|
25
|
+
left: boolean;
|
|
26
|
+
right: boolean;
|
|
27
|
+
top: boolean;
|
|
28
|
+
}) => any;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
30
|
+
onScrollAt?: ((args_0: {
|
|
31
|
+
bottom: boolean;
|
|
32
|
+
left: boolean;
|
|
33
|
+
right: boolean;
|
|
34
|
+
top: boolean;
|
|
35
|
+
}) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
class: ClassType;
|
|
38
|
+
horizontal: boolean;
|
|
39
|
+
shadow: boolean;
|
|
40
|
+
shadowBorder: boolean;
|
|
41
|
+
shadowBottom: boolean;
|
|
42
|
+
shadowLeft: boolean;
|
|
43
|
+
shadowRight: boolean;
|
|
44
|
+
shadowTop: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=scrollbar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scrollbar.vue.d.ts","sourceRoot":"","sources":["../../../src/basic/scrollbar/scrollbar.vue"],"names":[],"mappings":"AAwKA,KAAK,SAAS,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAQ7D,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAuFD,iBAAS,cAAc;WA6ET,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA9KE,OAAO;cAAQ,OAAO;eAAS,OAAO;aAAO,OAAO;;;;gBAApD,OAAO;cAAQ,OAAO;eAAS,OAAO;aAAO,OAAO;;;WAxBjE,SAAS;gBACJ,OAAO;YAEX,OAAO;kBACD,OAAO;kBACP,OAAO;gBACT,OAAO;iBACN,OAAO;eACT,OAAO;6EAuMnB,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,21 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
export declare class VxeGridApi {
|
|
3
|
+
private gridRef;
|
|
4
|
+
private options;
|
|
5
|
+
constructor(gridRef: Ref<any>, options: any);
|
|
6
|
+
private get grid();
|
|
7
|
+
/**
|
|
8
|
+
* 新增数据
|
|
9
|
+
* @param params
|
|
10
|
+
* @returns
|
|
11
|
+
*/
|
|
12
|
+
addEvent(params?: {
|
|
13
|
+
record?: any;
|
|
14
|
+
index?: number;
|
|
15
|
+
}): Promise<void>;
|
|
16
|
+
/**
|
|
17
|
+
* 删除选中行
|
|
18
|
+
*/
|
|
19
|
+
deleteSelection(): Promise<void>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/data/edit-grid/api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAGzC,qBAAa,UAAU;IACrB,OAAO,CAAC,OAAO,CAAW;IAC1B,OAAO,CAAC,OAAO,CAAM;gBAET,OAAO,EAAE,GAAG,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,GAAG;IAK3C,OAAO,KAAK,IAAI,GAEf;IAED;;;;OAIG;IACG,QAAQ,CAAC,MAAM,GAAE;QAErB,MAAM,CAAC,EAAE,GAAG,CAAC;QAEb,KAAK,CAAC,EAAE,MAAM,CAAA;KACV;IAYN;;OAEG;IACG,eAAe;CAStB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/edit-grid/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { VxeGridInstance } from 'vxe-table';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: any;
|
|
5
|
+
refs: {
|
|
6
|
+
gridRef: (import('vxe-table').VxeGridMethods<any> & {
|
|
7
|
+
$props: import('vxe-table').VxeGridProps<any> & import('vxe-table').VxeGridEventProps<any>;
|
|
8
|
+
$slots: import('vxe-table').VxeGridSlots<any>;
|
|
9
|
+
}) | null;
|
|
10
|
+
};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
15
|
+
getGrid: () => VxeGridInstance | undefined;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
17
|
+
gridRef: (import('vxe-table').VxeGridMethods<any> & {
|
|
18
|
+
$props: import('vxe-table').VxeGridProps<any> & import('vxe-table').VxeGridEventProps<any>;
|
|
19
|
+
$slots: import('vxe-table').VxeGridSlots<any>;
|
|
20
|
+
}) | null;
|
|
21
|
+
}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=use-vxe-grid.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-vxe-grid.vue.d.ts","sourceRoot":"","sources":["../../../src/data/edit-grid/use-vxe-grid.vue"],"names":[],"mappings":"AAOA;AAsBA,OAAO,EAAW,KAAK,eAAe,EAAE,MAAM,WAAW,CAAA;AACzD,OAAO,yBAAyB,CAAA;AAahC,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;;;;;;;;EAKjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;OAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
export declare class VxeGridApi {
|
|
3
|
+
private gridRef;
|
|
4
|
+
private options;
|
|
5
|
+
constructor(gridRef: Ref<any>, options: any);
|
|
6
|
+
private get grid();
|
|
7
|
+
/**
|
|
8
|
+
* 新增数据
|
|
9
|
+
* @param params
|
|
10
|
+
* @returns
|
|
11
|
+
*/
|
|
12
|
+
addEvent(params?: {
|
|
13
|
+
record?: any;
|
|
14
|
+
index?: number;
|
|
15
|
+
}): Promise<void>;
|
|
16
|
+
/**
|
|
17
|
+
* 删除选中行
|
|
18
|
+
*/
|
|
19
|
+
deleteSelection(): Promise<void>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/data/query-grid/api.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAGzC,qBAAa,UAAU;IACrB,OAAO,CAAC,OAAO,CAAW;IAC1B,OAAO,CAAC,OAAO,CAAM;gBAET,OAAO,EAAE,GAAG,CAAC,GAAG,CAAC,EAAE,OAAO,EAAE,GAAG;IAK3C,OAAO,KAAK,IAAI,GAEf;IAED;;;;OAIG;IACG,QAAQ,CAAC,MAAM,GAAE;QAErB,MAAM,CAAC,EAAE,GAAG,CAAC;QAEb,KAAK,CAAC,EAAE,MAAM,CAAA;KACV;IAYN;;OAEG;IACG,eAAe;CAStB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/query-grid/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { VxeGlobalRendererHandles } from 'vxe-table';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
renderOpts: PropType<VxeGlobalRendererHandles.RenderTableFilterOptions>;
|
|
5
|
+
renderParams: PropType<VxeGlobalRendererHandles.RenderTableFilterParams>;
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
+
renderOpts: PropType<VxeGlobalRendererHandles.RenderTableFilterOptions>;
|
|
8
|
+
renderParams: PropType<VxeGlobalRendererHandles.RenderTableFilterParams>;
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=FilterComplex.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterComplex.vue.d.ts","sourceRoot":"","sources":["../../../../src/data/query-grid/renderer/FilterComplex.vue"],"names":[],"mappings":"AAwBA;AAAA,OA6IO,EAAE,QAAQ,EAAwB,MAAM,KAAK,CAAA;AACpD,OAAO,EAAmB,wBAAwB,EAAE,MAAM,WAAW,CAAA;;gBA2P7C,QAAQ,CAAC,wBAAwB,CAAC,wBAAwB,CAAC;kBACzD,QAAQ,CAAC,wBAAwB,CAAC,uBAAuB,CAAC;;gBAD5D,QAAQ,CAAC,wBAAwB,CAAC,wBAAwB,CAAC;kBACzD,QAAQ,CAAC,wBAAwB,CAAC,uBAAuB,CAAC;;AAPpF,wBAUG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/query-grid/renderer/index.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sticky.d.ts","sourceRoot":"","sources":["../../../src/data/query-grid/sticky.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,GAAG,EAAmB,MAAM,KAAK,CAAC;AAC5E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAEjD,wBAAgB,SAAS,CAAC,OAAO,EAAE,GAAG,CAAC,eAAe,GAAG,SAAS,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAgP9F"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { VxeGridInstance } from 'vxe-table';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: any;
|
|
5
|
+
refs: {
|
|
6
|
+
gridRef: (import('vxe-table').VxeGridMethods<any> & {
|
|
7
|
+
$props: import('vxe-table').VxeGridProps<any> & import('vxe-table').VxeGridEventProps<any>;
|
|
8
|
+
$slots: import('vxe-table').VxeGridSlots<any>;
|
|
9
|
+
}) | null;
|
|
10
|
+
};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
15
|
+
getGrid: () => VxeGridInstance | undefined;
|
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
17
|
+
gridRef: (import('vxe-table').VxeGridMethods<any> & {
|
|
18
|
+
$props: import('vxe-table').VxeGridProps<any> & import('vxe-table').VxeGridEventProps<any>;
|
|
19
|
+
$slots: import('vxe-table').VxeGridSlots<any>;
|
|
20
|
+
}) | null;
|
|
21
|
+
}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=use-query-grid.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-query-grid.vue.d.ts","sourceRoot":"","sources":["../../../src/data/query-grid/use-query-grid.vue"],"names":[],"mappings":"AAOA;AA2CA,OAAO,EAAW,KAAK,eAAe,EAAE,MAAM,WAAW,CAAA;AAEzD,OAAO,yBAAyB,CAAA;AAChC,OAAO,yBAAyB,CAAA;AAEhC,OAAO,YAAY,CAAA;AAuBnB,iBAAS,cAAc;WA+CT,OAAO,IAA6B;;;;;;;;;EAKjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;OAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export interface UploadProps {
|
|
2
|
+
/** 初始文件列表 JSON 字符串 */
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
/** 上传接口地址 */
|
|
5
|
+
action?: string;
|
|
6
|
+
/** 删除接口地址 */
|
|
7
|
+
delAction?: string;
|
|
8
|
+
/** 接受的文件类型 */
|
|
9
|
+
accept?: string;
|
|
10
|
+
/** 最大文件数量 */
|
|
11
|
+
limit?: number;
|
|
12
|
+
/** 最大文件大小 (MB) */
|
|
13
|
+
maxSize?: number;
|
|
14
|
+
/** 存储类型 (例如 'amazon') */
|
|
15
|
+
storeType?: string;
|
|
16
|
+
/** S3 目录路径 */
|
|
17
|
+
s3FileDir?: string;
|
|
18
|
+
/** 预签名 URL 标识 */
|
|
19
|
+
preSigned?: string;
|
|
20
|
+
/** 预签名 URL 过期时间 */
|
|
21
|
+
preSignedExpire?: string;
|
|
22
|
+
/** 只读模式 */
|
|
23
|
+
readonly?: boolean;
|
|
24
|
+
/** 显示加密选项 */
|
|
25
|
+
showEncrypt?: boolean;
|
|
26
|
+
}
|
|
27
|
+
declare const _default: import('vue').DefineComponent<UploadProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
28
|
+
"update:modelValue": (value: string) => any;
|
|
29
|
+
change: (value: string) => any;
|
|
30
|
+
}, string, import('vue').PublicProps, Readonly<UploadProps> & Readonly<{
|
|
31
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
32
|
+
onChange?: ((value: string) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
modelValue: string;
|
|
35
|
+
action: string;
|
|
36
|
+
delAction: string;
|
|
37
|
+
accept: string;
|
|
38
|
+
limit: number;
|
|
39
|
+
maxSize: number;
|
|
40
|
+
storeType: string;
|
|
41
|
+
s3FileDir: string;
|
|
42
|
+
preSigned: string;
|
|
43
|
+
preSignedExpire: string;
|
|
44
|
+
readonly: boolean;
|
|
45
|
+
showEncrypt: boolean;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
47
|
+
export default _default;
|
|
48
|
+
//# sourceMappingURL=index.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/data/upload/index.vue"],"names":[],"mappings":"AA4cA,MAAM,WAAW,WAAW;IAC1B,sBAAsB;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,yBAAyB;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;;;;;;;;gBAvBc,MAAM;YAEV,MAAM;eAEH,MAAM;YAET,MAAM;WAEP,MAAM;aAEJ,MAAM;eAEJ,MAAM;eAEN,MAAM;eAEN,MAAM;qBAEA,MAAM;cAEb,OAAO;iBAEJ,OAAO;;AAqjBvB,wBASG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SunnyFormProps } from './types';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
'reset-before'?(_: {}): any;
|
|
6
|
+
'submit-before'?(_: {}): any;
|
|
7
|
+
'expand-before'?(_: {}): any;
|
|
8
|
+
'expand-after'?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<SunnyFormProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
15
|
+
reset: (values: any) => any;
|
|
16
|
+
submit: (values: any) => any;
|
|
17
|
+
"update:collapsed": (value: boolean) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<SunnyFormProps> & Readonly<{
|
|
19
|
+
onReset?: ((values: any) => any) | undefined;
|
|
20
|
+
onSubmit?: ((values: any) => any) | undefined;
|
|
21
|
+
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
22
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=SunnyForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SunnyForm.vue.d.ts","sourceRoot":"","sources":["../../../src/entry/form/SunnyForm.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAkC9C,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;gCAbb,GAAG;iCACF,GAAG;iCACH,GAAG;gCACJ,GAAG;;;;EAevC;AAaD,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,29 @@
|
|
|
1
|
+
import { FormApi } from './form-api';
|
|
2
|
+
import { SunnyFormProps } from './types';
|
|
3
|
+
type __VLS_Props = SunnyFormProps & {
|
|
4
|
+
formApi: FormApi;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: Partial<Record<string, (_: any) => any>>;
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
|
+
collapsed: boolean;
|
|
15
|
+
showDefaultActions: boolean;
|
|
16
|
+
submitOnEnter: boolean;
|
|
17
|
+
submitOnChange: boolean;
|
|
18
|
+
showCollapseButton: boolean;
|
|
19
|
+
collapseTriggerResize: boolean;
|
|
20
|
+
compact: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=SunnyUseForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SunnyUseForm.vue.d.ts","sourceRoot":"","sources":["../../../src/entry/form/SunnyUseForm.vue"],"names":[],"mappings":"AA+MA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAM9C,KAAK,WAAW,GAAG,cAAc,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC;AA8JzD,iBAAS,cAAc;WA4DT,OAAO,IAA6B;8CAXmC,GAAG;;;EAgBvF;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;wFAQnB,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,55 @@
|
|
|
1
|
+
import { FormApi } from '../form-api';
|
|
2
|
+
/**
|
|
3
|
+
* 组件 Props 定义
|
|
4
|
+
*/
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
/**
|
|
7
|
+
* 折叠状态 (双向绑定)
|
|
8
|
+
* True 表示收起,False 表示展开
|
|
9
|
+
*/
|
|
10
|
+
modelValue?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* 表单 API 实例
|
|
13
|
+
* 用于调用表单方法 (验证、重置、获取值等)
|
|
14
|
+
*/
|
|
15
|
+
formApi?: FormApi;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* 处理提交事件
|
|
19
|
+
* @param e 事件对象
|
|
20
|
+
*/
|
|
21
|
+
declare function handleSubmit(e: Event): Promise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* 处理重置事件
|
|
24
|
+
* @param e 事件对象
|
|
25
|
+
*/
|
|
26
|
+
declare function handleReset(e: Event): Promise<void>;
|
|
27
|
+
declare function __VLS_template(): {
|
|
28
|
+
attrs: Partial<{}>;
|
|
29
|
+
slots: {
|
|
30
|
+
'submit-before'?(_: {}): any;
|
|
31
|
+
'submit-before'?(_: {}): any;
|
|
32
|
+
'reset-before'?(_: {}): any;
|
|
33
|
+
'expand-before'?(_: {}): any;
|
|
34
|
+
'expand-after'?(_: {}): any;
|
|
35
|
+
};
|
|
36
|
+
refs: {};
|
|
37
|
+
rootEl: HTMLDivElement;
|
|
38
|
+
};
|
|
39
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
40
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
41
|
+
handleReset: typeof handleReset;
|
|
42
|
+
handleSubmit: typeof handleSubmit;
|
|
43
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
+
"update:modelValue": (...args: any[]) => void;
|
|
45
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
46
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
48
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
|
+
new (): {
|
|
52
|
+
$slots: S;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=form-actions.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-actions.vue.d.ts","sourceRoot":"","sources":["../../../../src/entry/form/components/form-actions.vue"],"names":[],"mappings":"AAgQA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C;;GAEG;AACH,KAAK,WAAW,GAAG;IACjB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAmDF;;;GAGG;AACH,iBAAe,YAAY,CAAC,CAAC,EAAE,KAAK,iBAoBnC;AAED;;;GAGG;AACH,iBAAe,WAAW,CAAC,CAAC,EAAE,KAAK,iBAyBlC;AAgED,iBAAS,cAAc;WA6HT,OAAO,IAA6B;;iCAdb,GAAG;iCAEF,GAAG;gCADL,GAAG;iCAED,GAAG;gCACJ,GAAG;;;;EAevC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;6FASnB,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,13 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
import { BaseFormComponentType, FormCommonConfig, SunnyFormAdapterOptions } from './types';
|
|
3
|
+
export declare const COMPONENT_MAP: Record<string, Component>;
|
|
4
|
+
export declare const COMPONENT_BIND_EVENT_MAP: Record<string, string>;
|
|
5
|
+
export declare const DEFAULT_FORM_COMMON_CONFIG: FormCommonConfig;
|
|
6
|
+
/**
|
|
7
|
+
* 初始化 表单配置
|
|
8
|
+
* Setup form configuration
|
|
9
|
+
*
|
|
10
|
+
* @param options 适配器选项
|
|
11
|
+
*/
|
|
12
|
+
export declare function setupSunnyForm<T extends BaseFormComponentType = BaseFormComponentType>(options: SunnyFormAdapterOptions<T>): void;
|
|
13
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/entry/form/config.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,KAAK,EACV,qBAAqB,EACrB,gBAAgB,EAChB,uBAAuB,EACxB,MAAM,SAAS,CAAC;AASjB,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CA6BnD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAI3D,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,gBAAqB,CAAC;AAE/D;;;;;GAKG;AACH,wBAAgB,cAAc,CAC5B,CAAC,SAAS,qBAAqB,GAAG,qBAAqB,EACvD,OAAO,EAAE,uBAAuB,CAAC,CAAC,CAAC,QAqCpC"}
|