@maxax/ui 1.0.1 → 1.0.3
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/components/basic-button-action/BasicButtonCreate.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonCreate.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonDelete.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonDelete.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonEdit.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonEdit.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonExport.vue.d.ts +23 -0
- package/dist/components/basic-button-action/BasicButtonExport.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonImport.vue.d.ts +71 -0
- package/dist/components/basic-button-action/BasicButtonImport.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/BasicButtonPrint.vue.d.ts +16 -0
- package/dist/components/basic-button-action/BasicButtonPrint.vue.d.ts.map +1 -0
- package/dist/components/basic-button-action/index.d.ts +16 -0
- package/dist/components/basic-button-action/index.d.ts.map +1 -0
- package/dist/components/basic-button-action/interface.d.ts +19 -0
- package/dist/components/basic-button-action/interface.d.ts.map +1 -0
- package/dist/components/basic-drawer-footer/BasicDrawerFooter.vue.d.ts +51 -0
- package/dist/components/basic-drawer-footer/BasicDrawerFooter.vue.d.ts.map +1 -0
- package/dist/components/basic-drawer-footer/index.d.ts +8 -0
- package/dist/components/basic-drawer-footer/index.d.ts.map +1 -0
- package/dist/components/basic-drawer-footer/interface.d.ts +14 -0
- package/dist/components/basic-drawer-footer/interface.d.ts.map +1 -0
- package/dist/components/basic-master-trigger/BasicMasterTrigger.vue.d.ts +14 -0
- package/dist/components/basic-master-trigger/BasicMasterTrigger.vue.d.ts.map +1 -0
- package/dist/components/basic-master-trigger/index.d.ts +8 -0
- package/dist/components/basic-master-trigger/index.d.ts.map +1 -0
- package/dist/components/basic-master-trigger/interface.d.ts +11 -0
- package/dist/components/basic-master-trigger/interface.d.ts.map +1 -0
- package/dist/components/basic-panel-page/BasicPanelPage.vue.d.ts +39 -0
- package/dist/components/basic-panel-page/BasicPanelPage.vue.d.ts.map +1 -0
- package/dist/components/basic-panel-page/index.d.ts +8 -0
- package/dist/components/basic-panel-page/index.d.ts.map +1 -0
- package/dist/components/basic-panel-page/interface.d.ts +4 -0
- package/dist/components/basic-panel-page/interface.d.ts.map +1 -0
- package/dist/components/basic-table/BasicTable.vue.d.ts +3 -3
- package/dist/components/basic-table/BasicTable.vue.d.ts.map +1 -1
- package/dist/components/basic-upload/BasicUpload.d.ts +2 -2
- package/dist/components/basic-upload-core/AjaxUploader.d.ts +1 -1
- package/dist/components/basic-upload-core/BasicUploadCore.d.ts +1 -1
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.cjs +576 -108
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +578 -110
- package/dist/index.mjs.map +1 -1
- package/dist/locale/lang/en.d.ts.map +1 -1
- package/dist/locale/lang/zh-cn.d.ts.map +1 -1
- package/dist/locales.cjs +4 -1
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.mjs +4 -1
- package/dist/locales.mjs.map +1 -1
- package/dist/style.css +4 -0
- package/dist/{utils-CCNONbDL.js → utils-Cz4cXLO4.js} +4 -1
- package/dist/utils-Cz4cXLO4.js.map +1 -0
- package/dist/{utils-pcMeUjXb.cjs → utils-fuChD8nl.cjs} +4 -1
- package/dist/utils-fuChD8nl.cjs.map +1 -0
- package/package.json +3 -3
- package/dist/utils-CCNONbDL.js.map +0 -1
- package/dist/utils-pcMeUjXb.cjs.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
click: () => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
+
onClick?: (() => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=BasicButtonCreate.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicButtonCreate.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/BasicButtonCreate.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;qBA4CM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;;;;iFAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
click: () => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
+
onClick?: (() => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=BasicButtonDelete.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicButtonDelete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/BasicButtonDelete.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;qBA4CM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;;;;iFAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
click: () => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
+
onClick?: (() => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=BasicButtonEdit.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicButtonEdit.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/BasicButtonEdit.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;qBA4CM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;;;;iFAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { BasicButtonExportProps } from './interface';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BasicButtonExportProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BasicButtonExportProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=BasicButtonExport.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicButtonExport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/BasicButtonExport.vue"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAA;AAmCzD,iBAAS,cAAc;qBA4CM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe,qbAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { BasicButtonImportProps, BeforeUploadFileType } from './interface';
|
|
2
|
+
|
|
3
|
+
export interface Emits {
|
|
4
|
+
(_e: 'change', _data: {
|
|
5
|
+
file: File;
|
|
6
|
+
files: {
|
|
7
|
+
origin: File;
|
|
8
|
+
}[];
|
|
9
|
+
param: FormData;
|
|
10
|
+
}): void;
|
|
11
|
+
}
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BasicButtonImportProps>, {
|
|
16
|
+
name: string;
|
|
17
|
+
accept: string;
|
|
18
|
+
multiple: boolean;
|
|
19
|
+
beforeUpload: undefined;
|
|
20
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
change: (_data: {
|
|
22
|
+
file: File;
|
|
23
|
+
files: {
|
|
24
|
+
origin: File;
|
|
25
|
+
}[];
|
|
26
|
+
param: FormData;
|
|
27
|
+
}) => void;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BasicButtonImportProps>, {
|
|
29
|
+
name: string;
|
|
30
|
+
accept: string;
|
|
31
|
+
multiple: boolean;
|
|
32
|
+
beforeUpload: undefined;
|
|
33
|
+
}>>> & Readonly<{
|
|
34
|
+
onChange?: ((_data: {
|
|
35
|
+
file: File;
|
|
36
|
+
files: {
|
|
37
|
+
origin: File;
|
|
38
|
+
}[];
|
|
39
|
+
param: FormData;
|
|
40
|
+
}) => any) | undefined;
|
|
41
|
+
}>, {
|
|
42
|
+
name: string;
|
|
43
|
+
accept: string;
|
|
44
|
+
multiple: boolean;
|
|
45
|
+
beforeUpload: (_file: File, _fileList: File[]) => BeforeUploadFileType | Promise<unknown | BeforeUploadFileType>;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
48
|
+
export default _default;
|
|
49
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
50
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
51
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
52
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
53
|
+
} : {
|
|
54
|
+
type: import('vue').PropType<T[K]>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
type __VLS_WithDefaults<P, D> = {
|
|
59
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
60
|
+
default: D[K];
|
|
61
|
+
}> : P[K];
|
|
62
|
+
};
|
|
63
|
+
type __VLS_Prettify<T> = {
|
|
64
|
+
[K in keyof T]: T[K];
|
|
65
|
+
} & {};
|
|
66
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
67
|
+
new (): {
|
|
68
|
+
$slots: S;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=BasicButtonImport.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicButtonImport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/BasicButtonImport.vue"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAE/E,MAAM,WAAW,KAAK;IACpB,CAAC,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,KAAK,EAAE;YAAE,MAAM,EAAE,IAAI,CAAA;SAAE,EAAE,CAAC;QAAC,KAAK,EAAE,QAAQ,CAAA;KAAE,GAAG,IAAI,CAAA;CACxF;AAsFD,iBAAS,cAAc;qBA0DO,GAAG;EAKhC;AAeD,QAAA,MAAM,eAAe;;;;;;;cArKW,IAAI;eAAS;YAAE,MAAM,EAAE,IAAI,CAAA;SAAE,EAAE;eAAS,QAAQ;;;;;;;;;cAAhD,IAAI;eAAS;YAAE,MAAM,EAAE,IAAI,CAAA;SAAE,EAAE;eAAS,QAAQ;;;;;;;4EA4K9E,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
click: () => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
7
|
+
onClick?: (() => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=BasicButtonPrint.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicButtonPrint.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/BasicButtonPrint.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;qBA4CM,GAAG;EAK/B;AAWD,QAAA,MAAM,eAAe;;;;iFAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SFCWithInstall } from '@maxax/utils';
|
|
2
|
+
import { default as BasicButtonCreate } from './BasicButtonCreate.vue';
|
|
3
|
+
import { default as BasicButtonDelete } from './BasicButtonDelete.vue';
|
|
4
|
+
import { default as BasicButtonEdit } from './BasicButtonEdit.vue';
|
|
5
|
+
import { default as BasicButtonExport } from './BasicButtonExport.vue';
|
|
6
|
+
import { default as BasicButtonImport } from './BasicButtonImport.vue';
|
|
7
|
+
import { default as BasicButtonPrint } from './BasicButtonPrint.vue';
|
|
8
|
+
|
|
9
|
+
export declare const XBasicButtonCreate: SFCWithInstall<typeof BasicButtonCreate>;
|
|
10
|
+
export declare const XBasicButtonEdit: SFCWithInstall<typeof BasicButtonEdit>;
|
|
11
|
+
export declare const XBasicButtonDelete: SFCWithInstall<typeof BasicButtonDelete>;
|
|
12
|
+
export declare const XBasicButtonExport: SFCWithInstall<typeof BasicButtonExport>;
|
|
13
|
+
export declare const XBasicButtonImport: SFCWithInstall<typeof BasicButtonImport>;
|
|
14
|
+
export declare const XBasicButtonPrint: SFCWithInstall<typeof BasicButtonPrint>;
|
|
15
|
+
export * from './interface';
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAElD,OAAO,iBAAiB,MAAM,yBAAyB,CAAA;AACvD,OAAO,iBAAiB,MAAM,yBAAyB,CAAA;AACvD,OAAO,eAAe,MAAM,uBAAuB,CAAA;AACnD,OAAO,iBAAiB,MAAM,yBAAyB,CAAA;AACvD,OAAO,iBAAiB,MAAM,yBAAyB,CAAA;AACvD,OAAO,gBAAgB,MAAM,wBAAwB,CAAA;AAErD,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,OAAO,iBAAiB,CAAkC,CAAA;AAC1G,eAAO,MAAM,gBAAgB,EAAE,cAAc,CAAC,OAAO,eAAe,CAAgC,CAAA;AACpG,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,OAAO,iBAAiB,CAAkC,CAAA;AAC1G,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,OAAO,iBAAiB,CAAkC,CAAA;AAC1G,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,OAAO,iBAAiB,CAAkC,CAAA;AAC1G,eAAO,MAAM,iBAAiB,EAAE,cAAc,CAAC,OAAO,gBAAgB,CAAiC,CAAA;AAEvG,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Fn } from '@maxax/types';
|
|
2
|
+
|
|
3
|
+
export interface BasicButtonExportProps {
|
|
4
|
+
href?: string;
|
|
5
|
+
exportApi?: Fn;
|
|
6
|
+
beforeFetch?: Fn;
|
|
7
|
+
afterFetch?: Fn;
|
|
8
|
+
download?: string;
|
|
9
|
+
origin?: boolean;
|
|
10
|
+
onClick?: Fn;
|
|
11
|
+
}
|
|
12
|
+
export type BeforeUploadFileType = File | Blob | boolean | string;
|
|
13
|
+
export interface BasicButtonImportProps {
|
|
14
|
+
name?: string;
|
|
15
|
+
accept?: string;
|
|
16
|
+
multiple?: boolean;
|
|
17
|
+
beforeUpload?: (_file: File, _fileList: File[]) => BeforeUploadFileType | Promise<unknown | BeforeUploadFileType>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-action/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,cAAc,CAAA;AAEtC,MAAM,WAAW,sBAAsB;IAErC,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb,SAAS,CAAC,EAAE,EAAE,CAAA;IAEd,WAAW,CAAC,EAAE,EAAE,CAAA;IAEhB,UAAU,CAAC,EAAE,EAAE,CAAA;IAEf,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,OAAO,CAAC,EAAE,EAAE,CAAA;CACb;AAED,MAAM,MAAM,oBAAoB,GAAG,IAAI,GAAG,IAAI,GAAG,OAAO,GAAG,MAAM,CAAA;AAEjE,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,KAAK,oBAAoB,GAAG,OAAO,CAAC,OAAO,GAAG,oBAAoB,CAAC,CAAA;CAClH"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { BasicDrawerFooterProps } from './interface';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BasicDrawerFooterProps>, {
|
|
4
|
+
showDeleteButton: boolean;
|
|
5
|
+
showCancelButton: boolean;
|
|
6
|
+
showConfirmButton: boolean;
|
|
7
|
+
confirmText: string;
|
|
8
|
+
cancelText: string;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
delete: () => void;
|
|
12
|
+
cancel: () => void;
|
|
13
|
+
confirm: () => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BasicDrawerFooterProps>, {
|
|
15
|
+
showDeleteButton: boolean;
|
|
16
|
+
showCancelButton: boolean;
|
|
17
|
+
showConfirmButton: boolean;
|
|
18
|
+
confirmText: string;
|
|
19
|
+
cancelText: string;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
}>>> & Readonly<{
|
|
22
|
+
onCancel?: (() => any) | undefined;
|
|
23
|
+
onDelete?: (() => any) | undefined;
|
|
24
|
+
onConfirm?: (() => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
loading: boolean;
|
|
27
|
+
showConfirmButton: boolean;
|
|
28
|
+
showCancelButton: boolean;
|
|
29
|
+
showDeleteButton: boolean;
|
|
30
|
+
confirmText: string;
|
|
31
|
+
cancelText: string;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
36
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
+
} : {
|
|
39
|
+
type: import('vue').PropType<T[K]>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
type __VLS_WithDefaults<P, D> = {
|
|
44
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
45
|
+
default: D[K];
|
|
46
|
+
}> : P[K];
|
|
47
|
+
};
|
|
48
|
+
type __VLS_Prettify<T> = {
|
|
49
|
+
[K in keyof T]: T[K];
|
|
50
|
+
} & {};
|
|
51
|
+
//# sourceMappingURL=BasicDrawerFooter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicDrawerFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-drawer-footer/BasicDrawerFooter.vue"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAA0B,sBAAsB,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqKjF,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SFCWithInstall } from '@maxax/utils';
|
|
2
|
+
import { default as BasicDrawerFooter } from './BasicDrawerFooter.vue';
|
|
3
|
+
|
|
4
|
+
export declare const XBasicDrawerFooter: SFCWithInstall<typeof BasicDrawerFooter>;
|
|
5
|
+
export type BasicDrawerFooterInstance = InstanceType<typeof BasicDrawerFooter>;
|
|
6
|
+
export default XBasicDrawerFooter;
|
|
7
|
+
export * from './interface';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/basic-drawer-footer/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAElD,OAAO,iBAAiB,MAAM,yBAAyB,CAAA;AAEvD,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,OAAO,iBAAiB,CAAkC,CAAA;AAC1G,MAAM,MAAM,yBAAyB,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAE9E,eAAe,kBAAkB,CAAA;AAEjC,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface BasicDrawerFooterProps {
|
|
2
|
+
showDeleteButton?: boolean;
|
|
3
|
+
showCancelButton?: boolean;
|
|
4
|
+
showConfirmButton?: boolean;
|
|
5
|
+
confirmText?: string;
|
|
6
|
+
cancelText?: string;
|
|
7
|
+
loading?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface BasicDrawerFooterEmits {
|
|
10
|
+
(_e: 'delete'): void;
|
|
11
|
+
(_e: 'cancel'): void;
|
|
12
|
+
(_e: 'confirm'): void;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../src/components/basic-drawer-footer/interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,sBAAsB;IACrC,CAAC,EAAE,EAAE,QAAQ,GAAG,IAAI,CAAA;IACpB,CAAC,EAAE,EAAE,QAAQ,GAAG,IAAI,CAAA;IACpB,CAAC,EAAE,EAAE,SAAS,GAAG,IAAI,CAAA;CACtB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BasicMasterTriggerProps } from './interface';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BasicMasterTriggerProps>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BasicMasterTriggerProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
6
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
7
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
8
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
9
|
+
} : {
|
|
10
|
+
type: import('vue').PropType<T[K]>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=BasicMasterTrigger.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicMasterTrigger.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-master-trigger/BasicMasterTrigger.vue"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,uBAAuB,EAAkC,MAAM,aAAa,CAAA;;AAqH1F,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SFCWithInstall } from '@maxax/utils';
|
|
2
|
+
import { default as BasicMasterTrigger } from './BasicMasterTrigger.vue';
|
|
3
|
+
|
|
4
|
+
export declare const XBasicMasterTrigger: SFCWithInstall<typeof BasicMasterTrigger>;
|
|
5
|
+
export type BasicMasterTriggerInstance = InstanceType<typeof BasicMasterTrigger>;
|
|
6
|
+
export default XBasicMasterTrigger;
|
|
7
|
+
export * from './interface';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/basic-master-trigger/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAElD,OAAO,kBAAkB,MAAM,0BAA0B,CAAA;AAEzD,eAAO,MAAM,mBAAmB,EAAE,cAAc,CAAC,OAAO,kBAAkB,CAAmC,CAAA;AAC7G,MAAM,MAAM,0BAA0B,GAAG,YAAY,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAEhF,eAAe,mBAAmB,CAAA;AAElC,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type MasterTriggerOnUpdateValue = (_value: string) => void;
|
|
2
|
+
export type MasterTriggerOnUpdateValueImpl = (_value: string | number | boolean) => void;
|
|
3
|
+
export interface BasicMasterTriggerProps {
|
|
4
|
+
value: any;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
defaultValue?: any;
|
|
7
|
+
onUpdateValue?: MasterTriggerOnUpdateValue;
|
|
8
|
+
onChange?: MasterTriggerOnUpdateValue;
|
|
9
|
+
onSelect?: () => void;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../src/components/basic-master-trigger/interface.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0BAA0B,GAAG,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;AACjE,MAAM,MAAM,8BAA8B,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,KAAK,IAAI,CAAA;AAExF,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,GAAG,CAAA;IACV,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,GAAG,CAAA;IAClB,aAAa,CAAC,EAAE,0BAA0B,CAAA;IAC1C,QAAQ,CAAC,EAAE,0BAA0B,CAAA;IACrC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { BasicPanelPageProps } from './interface';
|
|
2
|
+
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
header?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
footer?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BasicPanelPageProps>, {
|
|
9
|
+
autoContentHeight: boolean;
|
|
10
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BasicPanelPageProps>, {
|
|
11
|
+
autoContentHeight: boolean;
|
|
12
|
+
}>>> & Readonly<{}>, {
|
|
13
|
+
autoContentHeight: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Prettify<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=BasicPanelPage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicPanelPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-panel-page/BasicPanelPage.vue"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAuDtD,iBAAS,cAAc;oBA2FM,GAAG;qBACF,GAAG;oBACJ,GAAG;EAG/B;AAaD,QAAA,MAAM,eAAe;;;;;;4EAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SFCWithInstall } from '@maxax/utils';
|
|
2
|
+
import { default as BasicPanelPage } from './BasicPanelPage.vue';
|
|
3
|
+
|
|
4
|
+
export declare const XBasicPanelPage: SFCWithInstall<typeof BasicPanelPage>;
|
|
5
|
+
export type BasicPanelPageInstance = InstanceType<typeof BasicPanelPage>;
|
|
6
|
+
export default XBasicPanelPage;
|
|
7
|
+
export * from './interface';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/basic-panel-page/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAA;AAElD,OAAO,cAAc,MAAM,sBAAsB,CAAA;AAEjD,eAAO,MAAM,eAAe,EAAE,cAAc,CAAC,OAAO,cAAc,CAA+B,CAAA;AACjG,MAAM,MAAM,sBAAsB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAA;AAExE,eAAe,eAAe,CAAA;AAE9B,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../src/components/basic-panel-page/interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B"}
|
|
@@ -96,12 +96,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
96
96
|
onScroll: import("vxe-pc-ui/types/components/grid").VxeGridEvents.Scroll<any>;
|
|
97
97
|
id: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ID<any>;
|
|
98
98
|
round: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Round;
|
|
99
|
+
beforeFetch: import('@maxax/types').Fn;
|
|
100
|
+
afterFetch: import('@maxax/types').Fn;
|
|
101
|
+
uid: string;
|
|
99
102
|
resizable: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Resizable;
|
|
100
103
|
immediate: boolean;
|
|
101
104
|
api: (...arg: any) => Promise<any>;
|
|
102
105
|
dynamicApi: (params?: import('@maxax/types').Recordable) => (...arg: any) => Promise<any>;
|
|
103
|
-
beforeFetch: import('@maxax/types').Fn;
|
|
104
|
-
afterFetch: import('@maxax/types').Fn;
|
|
105
106
|
handleSearchInfoFn: import('@maxax/types').Fn;
|
|
106
107
|
searchInfo: import('@maxax/types').Recordable;
|
|
107
108
|
fetchSetting: Partial<import('./interface').FetchSetting>;
|
|
@@ -113,7 +114,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
113
114
|
pagination: import('./interface').BasicPagerProps | boolean;
|
|
114
115
|
layouts: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Layouts;
|
|
115
116
|
align: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Align;
|
|
116
|
-
uid: string;
|
|
117
117
|
relationForm: () => import('..').FormActionType | null;
|
|
118
118
|
onPageChange: import("vxe-pc-ui/types/components/grid").VxeGridEvents.PageChange<any>;
|
|
119
119
|
onSelection: (params: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-table/BasicTable.vue"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAmB,eAAe,EAAE,MAAM,aAAa,CAAA;AA8HxG,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuS+D,GAAG;wCAExC,GAAG;uCACH,GAAG;EAGnD;AAuBD,QAAA,MAAM,eAAe;;gBAhU0B,CAAA;;;;;;;;;;;;;;kHAUG,CAAC;;;;;oBAIgC,CAAC;;;;;;;;;;;;iCAK9E,CAAC;iCACJ,CAAC
|
|
1
|
+
{"version":3,"file":"BasicTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-table/BasicTable.vue"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAmB,eAAe,EAAE,MAAM,aAAa,CAAA;AA8HxG,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAuS+D,GAAG;wCAExC,GAAG;uCACH,GAAG;EAGnD;AAuBD,QAAA,MAAM,eAAe;;gBAhU0B,CAAA;;;;;;;;;;;;;;kHAUG,CAAC;;;;;oBAIgC,CAAC;;;;;;;;;;;;iCAK9E,CAAC;iCACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UArGmE,GAAG;uBAK1E,CAAC,yCAEe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAkZjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -167,9 +167,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
167
167
|
data: Record<string, unknown> | ((file: UploadFile<any>) => Record<string, unknown> | Promise<Record<string, unknown>>);
|
|
168
168
|
type: import('./interface').UploadType;
|
|
169
169
|
disabled: boolean;
|
|
170
|
-
action: string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>);
|
|
171
|
-
multiple: boolean;
|
|
172
170
|
accept: string | string[];
|
|
171
|
+
multiple: boolean;
|
|
172
|
+
action: string | ((file: FileType) => string) | ((file: FileType) => PromiseLike<string>);
|
|
173
173
|
directory: boolean;
|
|
174
174
|
method: "POST" | "post" | "PUT" | "PATCH" | "put" | "patch";
|
|
175
175
|
withCredentials: boolean;
|
|
@@ -207,6 +207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
207
|
disabled: boolean;
|
|
208
208
|
onError: (error: Error, ret: Record<string, unknown>, file: RcFile) => void;
|
|
209
209
|
multiple: boolean;
|
|
210
|
+
beforeUpload: (file: RcFile, FileList: RcFile[]) => BeforeUploadFileType | Promise<unknown | BeforeUploadFileType>;
|
|
210
211
|
prefixCls: string;
|
|
211
212
|
onSuccess: (response: Record<string, unknown>, file: RcFile, xhr: XMLHttpRequest) => void;
|
|
212
213
|
onStart: (file: RcFile) => void;
|
|
@@ -216,7 +217,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
217
|
withCredentials: boolean;
|
|
217
218
|
multipart: boolean;
|
|
218
219
|
componentTag: any;
|
|
219
|
-
beforeUpload: (file: RcFile, FileList: RcFile[]) => BeforeUploadFileType | Promise<unknown | BeforeUploadFileType>;
|
|
220
220
|
openFileDialogOnClick: boolean;
|
|
221
221
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
222
222
|
export default _default;
|
|
@@ -202,6 +202,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
202
202
|
disabled: boolean;
|
|
203
203
|
onError: (error: Error, ret: Record<string, unknown>, file: RcFile) => void;
|
|
204
204
|
multiple: boolean;
|
|
205
|
+
beforeUpload: (file: RcFile, FileList: RcFile[]) => import('./interface').BeforeUploadFileType | Promise<unknown | import('./interface').BeforeUploadFileType>;
|
|
205
206
|
prefixCls: string;
|
|
206
207
|
onSuccess: (response: Record<string, unknown>, file: RcFile, xhr: XMLHttpRequest) => void;
|
|
207
208
|
onStart: (file: RcFile) => void;
|
|
@@ -211,7 +212,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
212
|
withCredentials: boolean;
|
|
212
213
|
multipart: boolean;
|
|
213
214
|
componentTag: any;
|
|
214
|
-
beforeUpload: (file: RcFile, FileList: RcFile[]) => import('./interface').BeforeUploadFileType | Promise<unknown | import('./interface').BeforeUploadFileType>;
|
|
215
215
|
openFileDialogOnClick: boolean;
|
|
216
216
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
217
217
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './basic-arrow';
|
|
2
2
|
export * from './basic-button';
|
|
3
|
+
export * from './basic-button-action';
|
|
3
4
|
export * from './basic-button-group';
|
|
4
5
|
export * from './basic-card';
|
|
5
6
|
export * from './basic-cascader';
|
|
@@ -10,6 +11,7 @@ export * from './basic-count-to';
|
|
|
10
11
|
export * from './basic-date-picker';
|
|
11
12
|
export * from './basic-drag-verify';
|
|
12
13
|
export * from './basic-drawer';
|
|
14
|
+
export * from './basic-drawer-footer';
|
|
13
15
|
export * from './basic-edit-batch';
|
|
14
16
|
export * from './basic-font-icon';
|
|
15
17
|
export * from './basic-form';
|
|
@@ -20,11 +22,13 @@ export * from './basic-icon-online';
|
|
|
20
22
|
export * from './basic-icon-picker';
|
|
21
23
|
export * from './basic-list-page';
|
|
22
24
|
export * from './basic-loading';
|
|
25
|
+
export * from './basic-master-trigger';
|
|
23
26
|
export * from './basic-message-box';
|
|
24
27
|
export * from './basic-modal';
|
|
25
28
|
export * from './basic-notification';
|
|
26
29
|
export * from './basic-page';
|
|
27
30
|
export * from './basic-panel';
|
|
31
|
+
export * from './basic-panel-page';
|
|
28
32
|
export * from './basic-radio';
|
|
29
33
|
export * from './basic-radio-group';
|
|
30
34
|
export * from './basic-row';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,wBAAwB,CAAA;AACtC,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,aAAa,CAAA;AAC3B,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,eAAe,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,wBAAwB,CAAA;AACtC,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,qBAAqB,CAAA;AACnC,cAAc,mBAAmB,CAAA;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,qBAAqB,CAAA;AACnC,cAAc,aAAa,CAAA;AAC3B,cAAc,qBAAqB,CAAA;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA;AACjC,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,eAAe,CAAA"}
|