@maxax/ui 1.0.0 → 1.0.2
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-checkbox-group/BasicCheckboxGroup.d.ts +2 -0
- package/dist/components/basic-checkbox-group/BasicCheckboxGroup.d.ts.map +1 -1
- package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts +2 -1
- package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts.map +1 -1
- package/dist/components/basic-table/BasicTable.vue.d.ts +214 -194
- package/dist/components/basic-table/BasicTable.vue.d.ts.map +1 -1
- package/dist/components/basic-table/helper.d.ts +1 -3
- package/dist/components/basic-table/helper.d.ts.map +1 -1
- package/dist/components/basic-table/hooks/use-table-config.d.ts +5 -0
- package/dist/components/basic-table/hooks/use-table-config.d.ts.map +1 -1
- package/dist/components/basic-table/index.d.ts +3 -3
- package/dist/components/basic-table/index.d.ts.map +1 -1
- package/dist/components/basic-table/setting.d.ts +0 -3
- package/dist/components/basic-table/setting.d.ts.map +1 -1
- package/dist/components/basic-table/vxe-table.d.ts +3 -3
- package/dist/components/basic-table/vxe-table.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/AjaxUploader.d.ts.map +1 -1
- package/dist/components/basic-upload-core/BasicUploadCore.d.ts +1 -1
- package/dist/components/config-provider/ConfigProvider.d.ts +8 -2
- package/dist/components/config-provider/ConfigProvider.d.ts.map +1 -1
- package/dist/components/config-provider/hooks/use-global-config.d.ts +1 -0
- package/dist/components/config-provider/hooks/use-global-config.d.ts.map +1 -1
- package/dist/components/config-provider/interface.d.ts +5 -2
- package/dist/components/config-provider/interface.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/use-table-config.d.ts +2 -1
- package/dist/composable/use-table-config.d.ts.map +1 -1
- package/dist/composable/use-theme-overrides.d.ts +5 -0
- package/dist/composable/use-theme-overrides.d.ts.map +1 -0
- package/dist/constants/context.d.ts +3 -0
- package/dist/constants/context.d.ts.map +1 -1
- package/dist/index.cjs +548 -290
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +544 -292
- package/dist/index.mjs.map +1 -1
- package/dist/locales.cjs +528 -112
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.mjs +528 -112
- package/dist/locales.mjs.map +1 -1
- package/dist/style.css +4 -0
- package/package.json +6 -6
|
@@ -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"}
|
|
@@ -31,6 +31,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
};
|
|
32
32
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
33
|
'update:value': (_value: Array<string | number | boolean>) => true;
|
|
34
|
+
'all-change': (_value: Array<string | number | boolean>, _ev: Event) => true;
|
|
34
35
|
/**
|
|
35
36
|
* @zh 值改变时触发
|
|
36
37
|
* @en Trigger when the value changes
|
|
@@ -70,6 +71,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
71
|
}>> & Readonly<{
|
|
71
72
|
onChange?: ((_value: (string | number | boolean)[], _ev: Event) => any) | undefined;
|
|
72
73
|
"onUpdate:value"?: ((_value: (string | number | boolean)[]) => any) | undefined;
|
|
74
|
+
"onAll-change"?: ((_value: (string | number | boolean)[], _ev: Event) => any) | undefined;
|
|
73
75
|
}>, {
|
|
74
76
|
value: (string | number | boolean)[];
|
|
75
77
|
defaultValue: (string | number | boolean)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicCheckboxGroup.d.ts","sourceRoot":"","sources":["../../../src/components/basic-checkbox-group/BasicCheckboxGroup.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAQzC,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"BasicCheckboxGroup.d.ts","sourceRoot":"","sources":["../../../src/components/basic-checkbox-group/BasicCheckboxGroup.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAQzC,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;2BAClC,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,OAAO,KAAK;IACnE;;;;;OAKG;qBACc,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,OAAO,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAZjE,wBAyHE"}
|
|
@@ -73,6 +73,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
73
73
|
inputId: string;
|
|
74
74
|
iconComponent: import('vue').ComputedRef<string>;
|
|
75
75
|
confirmButtonClasses: import('vue').ComputedRef<string>;
|
|
76
|
+
themeOverridesRef: import('vue').ComputedRef<import('naive-ui').GlobalThemeOverrides | undefined>;
|
|
76
77
|
rootRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
77
78
|
focusStartRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
78
79
|
headerRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
@@ -399,13 +400,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
400
|
}>, {
|
|
400
401
|
container: string;
|
|
401
402
|
overflow: boolean;
|
|
402
|
-
center: boolean;
|
|
403
403
|
modal: boolean;
|
|
404
404
|
lockScroll: boolean;
|
|
405
405
|
showClose: boolean;
|
|
406
406
|
closeOnClickModal: boolean;
|
|
407
407
|
closeOnPressEscape: boolean;
|
|
408
408
|
closeOnHashChange: boolean;
|
|
409
|
+
center: boolean;
|
|
409
410
|
draggable: boolean;
|
|
410
411
|
roundButton: boolean;
|
|
411
412
|
boxType: import('./interface').MessageBoxType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicMessageBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-message-box/BasicMessageBox.vue"],"names":[],"mappings":"AACA;AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAA;AAQlD,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA
|
|
1
|
+
{"version":3,"file":"BasicMessageBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-message-box/BasicMessageBox.vue"],"names":[],"mappings":"AACA;AAEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,KAAK,CAAA;AAQlD,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA4NxB,aAAa,GAAG,KAAK;2BApGrB,MAAM;;;;;;;;;;;;;;;;;;;;uFA2hBkyqC,CAAC;;;;;;;;;;;;;;;;;;gCAAnw+B,GAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAA8v+B,CAAC;;;;;;;;;;;;;;;;;;gCAAnw+B,GAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA5U33L,CAAC;uBAA6B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAsLhP,CAAC,cAAc,CAAC;;;;;;;;sCAUN,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoCI,CAAC;yBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAsCgX,CAAC;uBAA6B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAkEu1L,CAAC;mBAAyB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhpB3yM,wBA8PE"}
|