@maxax/ui 1.1.40 → 1.1.41
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/app-common/button-icon.vue.d.ts +2 -2
- package/dist/components/app-common/button-icon.vue.d.ts.map +1 -1
- package/dist/components/app-common/icon-tooltip.vue.d.ts +1 -1
- package/dist/components/app-common/icon-tooltip.vue.d.ts.map +1 -1
- package/dist/components/basic-button-action/BasicButtonExportDrop.vue.d.ts +1 -1
- package/dist/components/basic-button-export-max/BasicButtonExportMax.vue.d.ts +1 -1
- package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts +14 -14
- package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts.map +1 -1
- package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts +14 -14
- package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts.map +1 -1
- package/dist/components/basic-checkbox/BasicCheckbox.d.ts +2 -2
- package/dist/components/basic-checkbox/interface.d.ts +1 -1
- package/dist/components/basic-checkbox-group/BasicCheckboxGroup.d.ts +1 -1
- package/dist/components/basic-col/BasicCol.d.ts +12 -12
- package/dist/components/basic-col/interface.d.ts +6 -6
- package/dist/components/basic-count-to/BasicCountTo.vue.d.ts +1 -1
- package/dist/components/basic-count-to/BasicCountTo.vue.d.ts.map +1 -1
- package/dist/components/basic-date-picker/BasicDatePicker.vue.d.ts +3 -3
- package/dist/components/basic-drag-verify/BasicDragVerify.vue.d.ts +4 -4
- package/dist/components/basic-json-viewer/BasicJsonViewer.d.ts +2 -2
- package/dist/components/basic-json-viewer/components/TreeNode.d.ts +1 -1
- package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts +5 -5
- package/dist/components/basic-notification/BasicNotification.vue.d.ts +4 -4
- package/dist/components/basic-overlay/BasicOverlay.d.ts +2 -2
- package/dist/components/basic-radio/BasicRadio.d.ts +1 -1
- package/dist/components/basic-radio-group/BasicRadioGroup.d.ts +1 -1
- package/dist/components/basic-region/BasicRegion.d.ts +3 -3
- package/dist/components/basic-region-select/BasicRegionSelect.d.ts +6 -6
- 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-table/helper.d.ts +1 -2
- package/dist/components/basic-table/helper.d.ts.map +1 -1
- package/dist/components/basic-table/index.d.ts +2 -2
- package/dist/components/basic-table/index.d.ts.map +1 -1
- package/dist/components/basic-tree/BasicTree.vue.d.ts +8 -8
- package/dist/components/basic-upload/BasicUpload.d.ts +2 -2
- package/dist/components/basic-upload/interface.d.ts +1 -1
- package/dist/components/basic-upload-dragger/BasicUploadDragger.d.ts +2 -2
- package/dist/components/basic-upload-dragger/interface.d.ts +1 -1
- package/dist/components/basic-upload-list/BasicUploadList.d.ts +1 -1
- package/dist/components/basic-upload-list/BasicUploadList.d.ts.map +1 -1
- package/dist/components/basic-upload-list-item/BasicUploadListItem.d.ts.map +1 -1
- package/dist/components/config-provider/ConfigProvider.d.ts +2 -2
- package/dist/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/dist/components/tree-drop/TreeDrop.vue.d.ts +13 -13
- package/dist/components/tree-search/TreeSearch.vue.d.ts +2 -2
- package/dist/composable/use-locale.d.ts +2 -3
- package/dist/composable/use-locale.d.ts.map +1 -1
- package/dist/composable/use-lockscreen.d.ts.map +1 -1
- package/dist/defaults.d.ts +6 -0
- package/dist/defaults.d.ts.map +1 -1
- package/dist/expose/config.d.ts +13 -0
- package/dist/expose/config.d.ts.map +1 -0
- package/dist/expose/index.d.ts +2 -1
- package/dist/expose/index.d.ts.map +1 -1
- package/dist/index.cjs +8100 -2663
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +5713 -276
- package/dist/index.mjs.map +1 -1
- package/dist/locale/index.d.ts +0 -2
- package/dist/locale/index.d.ts.map +1 -1
- package/dist/locale/lang/en.d.ts +2 -123
- package/dist/locale/lang/en.d.ts.map +1 -1
- package/dist/locale/lang/zh-cn.d.ts +2 -124
- package/dist/locale/lang/zh-cn.d.ts.map +1 -1
- package/dist/locales.cjs +141 -24
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.d.ts +0 -1
- package/dist/locales.d.ts.map +1 -1
- package/dist/locales.mjs +140 -23
- package/dist/locales.mjs.map +1 -1
- package/dist/store/global-store.d.ts +6 -0
- package/dist/store/global-store.d.ts.map +1 -0
- package/dist/store/global.d.ts +10 -0
- package/dist/store/global.d.ts.map +1 -0
- package/dist/store/i18n-store.d.ts +12 -0
- package/dist/store/i18n-store.d.ts.map +1 -0
- package/dist/store/i18n.d.ts +58 -0
- package/dist/store/i18n.d.ts.map +1 -0
- package/dist/store/index.d.ts +3 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/types/core.d.ts +44 -0
- package/dist/types/core.d.ts.map +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/locale.d.ts +12 -0
- package/dist/types/locale.d.ts.map +1 -0
- package/dist/types/theme.d.ts +2 -0
- package/dist/types/theme.d.ts.map +1 -0
- package/dist/{expose/basic.d.ts → utils/formatter.d.ts} +1 -1
- package/dist/utils/formatter.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/props.d.ts +10 -0
- package/dist/utils/props.d.ts.map +1 -1
- package/dist/zh-cn-C7lMkB1L.cjs +126 -0
- package/dist/zh-cn-C7lMkB1L.cjs.map +1 -0
- package/dist/zh-cn-DUJD5NdW.js +127 -0
- package/dist/zh-cn-DUJD5NdW.js.map +1 -0
- package/package.json +3 -3
- package/dist/composable/use-config.d.ts +0 -1
- package/dist/composable/use-config.d.ts.map +0 -1
- package/dist/expose/basic.d.ts.map +0 -1
- package/dist/i18n-BHQQsljL.js +0 -5683
- package/dist/i18n-BHQQsljL.js.map +0 -1
- package/dist/i18n-DoDiVMyu.cjs +0 -5698
- package/dist/i18n-DoDiVMyu.cjs.map +0 -1
- package/dist/locale/i18n.d.ts +0 -249
- package/dist/locale/i18n.d.ts.map +0 -1
- package/dist/locale/types.d.ts +0 -17
- package/dist/locale/types.d.ts.map +0 -1
- package/dist/locale/utils.d.ts +0 -23
- package/dist/locale/utils.d.ts.map +0 -1
- package/dist/utils/basic.d.ts +0 -6
- package/dist/utils/basic.d.ts.map +0 -1
- package/dist/utils/collapse-motion.d.ts +0 -9
- package/dist/utils/collapse-motion.d.ts.map +0 -1
|
@@ -20,11 +20,11 @@ declare function __VLS_template(): {
|
|
|
20
20
|
};
|
|
21
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
22
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
23
|
-
zIndex: number;
|
|
24
|
-
icon: string;
|
|
25
23
|
class: string;
|
|
24
|
+
icon: string;
|
|
26
25
|
tooltipContent: string;
|
|
27
26
|
tooltipPlacement: PopoverPlacement;
|
|
27
|
+
zIndex: number;
|
|
28
28
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
29
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
30
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/app-common/button-icon.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAKhD,UAAU,KAAK;IACb,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,wBAAwB;IACxB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,sBAAsB;IACtB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,wBAAwB;IACxB,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;IACnC,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AA8BD,iBAAS,cAAc;WAmET,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;
|
|
1
|
+
{"version":3,"file":"button-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/app-common/button-icon.vue"],"names":[],"mappings":"AAuDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAKhD,UAAU,KAAK;IACb,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,wBAAwB;IACxB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,sBAAsB;IACtB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,wBAAwB;IACxB,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;IACnC,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AA8BD,iBAAS,cAAc;WAmET,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA7HX,MAAM;UAEP,MAAM;oBAEI,MAAM;sBAEJ,gBAAgB;YAC1B,MAAM;6EA6Hf,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"}
|
|
@@ -16,8 +16,8 @@ declare function __VLS_template(): {
|
|
|
16
16
|
};
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
18
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
19
|
-
icon: string;
|
|
20
19
|
desc: string;
|
|
20
|
+
icon: string;
|
|
21
21
|
localIcon: string;
|
|
22
22
|
placement: PopoverPlacement;
|
|
23
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-tooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/app-common/icon-tooltip.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAKhD,UAAU,KAAK;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,gBAAgB,CAAA;CAC7B;AA2BD,iBAAS,cAAc;WA0DT,OAAO,IAA6B;;yBAXrB,GAAG;yBACF,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;
|
|
1
|
+
{"version":3,"file":"icon-tooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/app-common/icon-tooltip.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAKhD,UAAU,KAAK;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,gBAAgB,CAAA;CAC7B;AA2BD,iBAAS,cAAc;WA0DT,OAAO,IAA6B;;yBAXrB,GAAG;yBACF,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAzGZ,MAAM;UAFN,MAAM;eACD,MAAM;eAEN,gBAAgB;6EAgH5B,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"}
|
|
@@ -7,8 +7,8 @@ declare const _default: import('vue').DefineComponent<BasicButtonDropProps, {},
|
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<BasicButtonDropProps> & Readonly<{
|
|
8
8
|
onClick?: ((_key: string | number | undefined) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
|
-
icon: string;
|
|
11
10
|
options: import('naive-ui').DropdownOption[];
|
|
11
|
+
icon: string;
|
|
12
12
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
14
14
|
//# sourceMappingURL=BasicButtonExportDrop.vue.d.ts.map
|
|
@@ -15,8 +15,8 @@ declare const __VLS_component: import('vue').DefineComponent<BasicButtonExportMa
|
|
|
15
15
|
onClick?: ((_key: string | number | undefined) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
drop: boolean;
|
|
18
|
-
icon: string;
|
|
19
18
|
options: import('./interface').BasicButtonExportMaxOptions[];
|
|
19
|
+
icon: string;
|
|
20
20
|
showProgress: boolean;
|
|
21
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -387,13 +387,13 @@ declare function __VLS_template(): {
|
|
|
387
387
|
"selection-change": (params: import('..').SelectionChangeEventParams) => any;
|
|
388
388
|
"page-change": (params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any;
|
|
389
389
|
}, string, {
|
|
390
|
-
|
|
390
|
+
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
391
391
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
392
|
-
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
393
392
|
padding: import("vxe-table").VxeTablePropTypes.Padding;
|
|
394
|
-
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
395
393
|
api: (...arg: any) => Promise<any>;
|
|
396
394
|
fetchSetting: Partial<import('..').FetchSetting>;
|
|
395
|
+
minHeight: import("vxe-table").VxeTablePropTypes.MinHeight;
|
|
396
|
+
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
397
397
|
toolbarConfig: import("vxe-table").VxeGridPropTypes.ToolbarConfig;
|
|
398
398
|
showHeader: import("vxe-table").VxeTablePropTypes.ShowHeader;
|
|
399
399
|
showOverflow: import("vxe-table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -434,13 +434,13 @@ declare function __VLS_template(): {
|
|
|
434
434
|
$nextTick: typeof import('vue').nextTick;
|
|
435
435
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
436
436
|
} & Readonly<{
|
|
437
|
-
|
|
437
|
+
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
438
438
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
439
|
-
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
440
439
|
padding: import("vxe-table").VxeTablePropTypes.Padding;
|
|
441
|
-
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
442
440
|
api: (...arg: any) => Promise<any>;
|
|
443
441
|
fetchSetting: Partial<import('..').FetchSetting>;
|
|
442
|
+
minHeight: import("vxe-table").VxeTablePropTypes.MinHeight;
|
|
443
|
+
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
444
444
|
toolbarConfig: import("vxe-table").VxeGridPropTypes.ToolbarConfig;
|
|
445
445
|
showHeader: import("vxe-table").VxeTablePropTypes.ShowHeader;
|
|
446
446
|
showOverflow: import("vxe-table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -465,7 +465,7 @@ declare function __VLS_template(): {
|
|
|
465
465
|
"onFetch-error"?: (() => any) | undefined;
|
|
466
466
|
"onSelection-change"?: ((params: import('..').SelectionChangeEventParams) => any) | undefined;
|
|
467
467
|
"onPage-change"?: ((params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any) | undefined;
|
|
468
|
-
}>, "
|
|
468
|
+
}>, "instance" | "emit" | "reload" | "getSearchInfo" | "getColumns" | "getTableData" | "setPagination" | "setSelection" | "setLoading" | "setProps" | "getTableProps" | "getPaginationRef" | "setShowPagination" | "getShowPagination" | "setTableData" | "getDataSource" | "getRawDataSource" | "updateTableDataRecord" | "deleteTableDataRecord" | "insertTableDataRecord" | "findTableDataRecord" | "updateTableData" | "getTableRowKey" | "mergeTableDataRecord" | "setColumns" | "getCacheColumns" | "setCacheColumnsByField" | "setCacheColumns" | "setSelectedRowKeys" | "getRowSelection" | "setSelectedRows" | "getSelectRows" | "clearSelectedRowKeys" | "getSelectRowKeys" | "deleteSelectRowByKey" | "handleSearchInfoChange" | "handleSearchInfoReload" | ("size" | "border" | "padding" | "api" | "fetchSetting" | "minHeight" | "columns" | "toolbarConfig" | "showHeader" | "showOverflow" | "showHeaderOverflow" | "showFooterOverflow" | "autoResize" | "columnConfig" | "rowConfig" | "customConfig" | "resizeConfig" | "sortConfig" | "radioConfig" | "checkboxConfig" | "tooltipConfig" | "validConfig" | "fit" | "delayHover" | "showIndexColumn" | "autoCreateKey")> & import('vue').ShallowUnwrapRef<{
|
|
469
469
|
emit?: import('..').BasicTableEmitType;
|
|
470
470
|
reload: (opt?: import('..').FetchParams) => Promise<Array<Recordable<any>> | undefined>;
|
|
471
471
|
setLoading: (loading: boolean) => void;
|
|
@@ -1002,13 +1002,13 @@ declare const __VLS_component: import('vue').DefineComponent<BasicButtonImportMa
|
|
|
1002
1002
|
"selection-change": (params: import('..').SelectionChangeEventParams) => any;
|
|
1003
1003
|
"page-change": (params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any;
|
|
1004
1004
|
}, string, {
|
|
1005
|
-
|
|
1005
|
+
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
1006
1006
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
1007
|
-
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
1008
1007
|
padding: import("vxe-table").VxeTablePropTypes.Padding;
|
|
1009
|
-
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
1010
1008
|
api: (...arg: any) => Promise<any>;
|
|
1011
1009
|
fetchSetting: Partial<import('..').FetchSetting>;
|
|
1010
|
+
minHeight: import("vxe-table").VxeTablePropTypes.MinHeight;
|
|
1011
|
+
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
1012
1012
|
toolbarConfig: import("vxe-table").VxeGridPropTypes.ToolbarConfig;
|
|
1013
1013
|
showHeader: import("vxe-table").VxeTablePropTypes.ShowHeader;
|
|
1014
1014
|
showOverflow: import("vxe-table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -1049,13 +1049,13 @@ declare const __VLS_component: import('vue').DefineComponent<BasicButtonImportMa
|
|
|
1049
1049
|
$nextTick: typeof import('vue').nextTick;
|
|
1050
1050
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1051
1051
|
} & Readonly<{
|
|
1052
|
-
|
|
1052
|
+
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
1053
1053
|
border: import("vxe-table").VxeTablePropTypes.Border;
|
|
1054
|
-
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
1055
1054
|
padding: import("vxe-table").VxeTablePropTypes.Padding;
|
|
1056
|
-
size: import("vxe-table").VxeTablePropTypes.Size;
|
|
1057
1055
|
api: (...arg: any) => Promise<any>;
|
|
1058
1056
|
fetchSetting: Partial<import('..').FetchSetting>;
|
|
1057
|
+
minHeight: import("vxe-table").VxeTablePropTypes.MinHeight;
|
|
1058
|
+
columns: import("vxe-table").VxeGridPropTypes.Columns<any> & import('..').BasicColumn[];
|
|
1059
1059
|
toolbarConfig: import("vxe-table").VxeGridPropTypes.ToolbarConfig;
|
|
1060
1060
|
showHeader: import("vxe-table").VxeTablePropTypes.ShowHeader;
|
|
1061
1061
|
showOverflow: import("vxe-table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -1080,7 +1080,7 @@ declare const __VLS_component: import('vue').DefineComponent<BasicButtonImportMa
|
|
|
1080
1080
|
"onFetch-error"?: (() => any) | undefined;
|
|
1081
1081
|
"onSelection-change"?: ((params: import('..').SelectionChangeEventParams) => any) | undefined;
|
|
1082
1082
|
"onPage-change"?: ((params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any) | undefined;
|
|
1083
|
-
}>, "
|
|
1083
|
+
}>, "instance" | "emit" | "reload" | "getSearchInfo" | "getColumns" | "getTableData" | "setPagination" | "setSelection" | "setLoading" | "setProps" | "getTableProps" | "getPaginationRef" | "setShowPagination" | "getShowPagination" | "setTableData" | "getDataSource" | "getRawDataSource" | "updateTableDataRecord" | "deleteTableDataRecord" | "insertTableDataRecord" | "findTableDataRecord" | "updateTableData" | "getTableRowKey" | "mergeTableDataRecord" | "setColumns" | "getCacheColumns" | "setCacheColumnsByField" | "setCacheColumns" | "setSelectedRowKeys" | "getRowSelection" | "setSelectedRows" | "getSelectRows" | "clearSelectedRowKeys" | "getSelectRowKeys" | "deleteSelectRowByKey" | "handleSearchInfoChange" | "handleSearchInfoReload" | ("size" | "border" | "padding" | "api" | "fetchSetting" | "minHeight" | "columns" | "toolbarConfig" | "showHeader" | "showOverflow" | "showHeaderOverflow" | "showFooterOverflow" | "autoResize" | "columnConfig" | "rowConfig" | "customConfig" | "resizeConfig" | "sortConfig" | "radioConfig" | "checkboxConfig" | "tooltipConfig" | "validConfig" | "fit" | "delayHover" | "showIndexColumn" | "autoCreateKey")> & import('vue').ShallowUnwrapRef<{
|
|
1084
1084
|
emit?: import('..').BasicTableEmitType;
|
|
1085
1085
|
reload: (opt?: import('..').FetchParams) => Promise<Array<Recordable<any>> | undefined>;
|
|
1086
1086
|
setLoading: (loading: boolean) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicButtonImportMax.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-import-max/BasicButtonImportMax.vue"],"names":[],"mappings":"AAuLA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAO9C,OAAO,KAAK,EAA6B,yBAAyB,EAA8B,MAAM,aAAa,CAAA;AA8JnH,iBAAS,cAAc;WAuIT,OAAO,IAA6B;;yBAdrB,GAAG;;;;YACa,GAAG;;;;YACJ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAjS/C,GAzG6B;sDAyG7B,CAxG8B,kBAwG9B,GAvGkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuGlB,CAtCgB;;;;;;;;;;;;;;;wFAsChB,CAZyB;;;;;wCAYzB,CAX+E;;;;;;;;;;;;qDAevB,CAAC;qDAErD,CAAC
|
|
1
|
+
{"version":3,"file":"BasicButtonImportMax.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-import-max/BasicButtonImportMax.vue"],"names":[],"mappings":"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"}
|
|
@@ -327,13 +327,13 @@ declare function __VLS_template(): {
|
|
|
327
327
|
"selection-change": (params: import('../basic-table').SelectionChangeEventParams) => any;
|
|
328
328
|
"page-change": (params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any;
|
|
329
329
|
}, string, {
|
|
330
|
-
|
|
330
|
+
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
331
331
|
border: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Border;
|
|
332
|
-
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
333
332
|
padding: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Padding;
|
|
334
|
-
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
335
333
|
api: (...arg: any) => Promise<any>;
|
|
336
334
|
fetchSetting: Partial<import('../basic-table').FetchSetting>;
|
|
335
|
+
minHeight: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.MinHeight;
|
|
336
|
+
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
337
337
|
toolbarConfig: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.ToolbarConfig;
|
|
338
338
|
showHeader: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowHeader;
|
|
339
339
|
showOverflow: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -374,13 +374,13 @@ declare function __VLS_template(): {
|
|
|
374
374
|
$nextTick: typeof nextTick;
|
|
375
375
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
376
376
|
} & Readonly<{
|
|
377
|
-
|
|
377
|
+
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
378
378
|
border: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Border;
|
|
379
|
-
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
380
379
|
padding: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Padding;
|
|
381
|
-
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
382
380
|
api: (...arg: any) => Promise<any>;
|
|
383
381
|
fetchSetting: Partial<import('../basic-table').FetchSetting>;
|
|
382
|
+
minHeight: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.MinHeight;
|
|
383
|
+
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
384
384
|
toolbarConfig: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.ToolbarConfig;
|
|
385
385
|
showHeader: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowHeader;
|
|
386
386
|
showOverflow: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -405,7 +405,7 @@ declare function __VLS_template(): {
|
|
|
405
405
|
"onFetch-error"?: (() => any) | undefined;
|
|
406
406
|
"onSelection-change"?: ((params: import('../basic-table').SelectionChangeEventParams) => any) | undefined;
|
|
407
407
|
"onPage-change"?: ((params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any) | undefined;
|
|
408
|
-
}>, "
|
|
408
|
+
}>, "instance" | "emit" | "reload" | "getSearchInfo" | "getColumns" | "getTableData" | "setPagination" | "setSelection" | "setLoading" | "setProps" | "getTableProps" | "getPaginationRef" | "setShowPagination" | "getShowPagination" | "setTableData" | "getDataSource" | "getRawDataSource" | "updateTableDataRecord" | "deleteTableDataRecord" | "insertTableDataRecord" | "findTableDataRecord" | "updateTableData" | "getTableRowKey" | "mergeTableDataRecord" | "setColumns" | "getCacheColumns" | "setCacheColumnsByField" | "setCacheColumns" | "setSelectedRowKeys" | "getRowSelection" | "setSelectedRows" | "getSelectRows" | "clearSelectedRowKeys" | "getSelectRowKeys" | "deleteSelectRowByKey" | "handleSearchInfoChange" | "handleSearchInfoReload" | ("size" | "border" | "padding" | "api" | "fetchSetting" | "minHeight" | "columns" | "toolbarConfig" | "showHeader" | "showOverflow" | "showHeaderOverflow" | "showFooterOverflow" | "autoResize" | "columnConfig" | "rowConfig" | "customConfig" | "resizeConfig" | "sortConfig" | "radioConfig" | "checkboxConfig" | "tooltipConfig" | "validConfig" | "fit" | "delayHover" | "showIndexColumn" | "autoCreateKey")> & import('vue').ShallowUnwrapRef<{
|
|
409
409
|
emit?: import('../basic-table').BasicTableEmitType;
|
|
410
410
|
reload: (opt?: import('../basic-table').FetchParams) => Promise<Array<import('@maxax/types').Recordable<any>> | undefined>;
|
|
411
411
|
setLoading: (loading: boolean) => void;
|
|
@@ -783,13 +783,13 @@ declare const __VLS_component: import('vue').DefineComponent<ImportPreviewModalP
|
|
|
783
783
|
"selection-change": (params: import('../basic-table').SelectionChangeEventParams) => any;
|
|
784
784
|
"page-change": (params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any;
|
|
785
785
|
}, string, {
|
|
786
|
-
|
|
786
|
+
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
787
787
|
border: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Border;
|
|
788
|
-
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
789
788
|
padding: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Padding;
|
|
790
|
-
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
791
789
|
api: (...arg: any) => Promise<any>;
|
|
792
790
|
fetchSetting: Partial<import('../basic-table').FetchSetting>;
|
|
791
|
+
minHeight: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.MinHeight;
|
|
792
|
+
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
793
793
|
toolbarConfig: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.ToolbarConfig;
|
|
794
794
|
showHeader: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowHeader;
|
|
795
795
|
showOverflow: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -830,13 +830,13 @@ declare const __VLS_component: import('vue').DefineComponent<ImportPreviewModalP
|
|
|
830
830
|
$nextTick: typeof nextTick;
|
|
831
831
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
832
832
|
} & Readonly<{
|
|
833
|
-
|
|
833
|
+
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
834
834
|
border: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Border;
|
|
835
|
-
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
836
835
|
padding: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Padding;
|
|
837
|
-
size: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.Size;
|
|
838
836
|
api: (...arg: any) => Promise<any>;
|
|
839
837
|
fetchSetting: Partial<import('../basic-table').FetchSetting>;
|
|
838
|
+
minHeight: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.MinHeight;
|
|
839
|
+
columns: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.Columns<any> & import('../basic-table').BasicColumn[];
|
|
840
840
|
toolbarConfig: import("vxe-pc-ui/types/components/grid").VxeGridPropTypes.ToolbarConfig;
|
|
841
841
|
showHeader: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowHeader;
|
|
842
842
|
showOverflow: import("vxe-pc-ui/types/components/table").VxeTablePropTypes.ShowOverflow;
|
|
@@ -861,7 +861,7 @@ declare const __VLS_component: import('vue').DefineComponent<ImportPreviewModalP
|
|
|
861
861
|
"onFetch-error"?: (() => any) | undefined;
|
|
862
862
|
"onSelection-change"?: ((params: import('../basic-table').SelectionChangeEventParams) => any) | undefined;
|
|
863
863
|
"onPage-change"?: ((params: import("vxe-pc-ui").VxePagerDefines.PageChangeEventParams) => any) | undefined;
|
|
864
|
-
}>, "
|
|
864
|
+
}>, "instance" | "emit" | "reload" | "getSearchInfo" | "getColumns" | "getTableData" | "setPagination" | "setSelection" | "setLoading" | "setProps" | "getTableProps" | "getPaginationRef" | "setShowPagination" | "getShowPagination" | "setTableData" | "getDataSource" | "getRawDataSource" | "updateTableDataRecord" | "deleteTableDataRecord" | "insertTableDataRecord" | "findTableDataRecord" | "updateTableData" | "getTableRowKey" | "mergeTableDataRecord" | "setColumns" | "getCacheColumns" | "setCacheColumnsByField" | "setCacheColumns" | "setSelectedRowKeys" | "getRowSelection" | "setSelectedRows" | "getSelectRows" | "clearSelectedRowKeys" | "getSelectRowKeys" | "deleteSelectRowByKey" | "handleSearchInfoChange" | "handleSearchInfoReload" | ("size" | "border" | "padding" | "api" | "fetchSetting" | "minHeight" | "columns" | "toolbarConfig" | "showHeader" | "showOverflow" | "showHeaderOverflow" | "showFooterOverflow" | "autoResize" | "columnConfig" | "rowConfig" | "customConfig" | "resizeConfig" | "sortConfig" | "radioConfig" | "checkboxConfig" | "tooltipConfig" | "validConfig" | "fit" | "delayHover" | "showIndexColumn" | "autoCreateKey")> & import('vue').ShallowUnwrapRef<{
|
|
865
865
|
emit?: import('../basic-table').BasicTableEmitType;
|
|
866
866
|
reload: (opt?: import('../basic-table').FetchParams) => Promise<Array<import('@maxax/types').Recordable<any>> | undefined>;
|
|
867
867
|
setLoading: (loading: boolean) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviewModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-import-max/PreviewModal.vue"],"names":[],"mappings":"AAgGA,OAAO,EAAY,QAAQ,EAAuB,MAAM,KAAK,CAAA;AAI7D,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,gBAAgB,CAAA;AAEtE,OAAO,KAAK,EAA2B,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAmEnF,iBAAS,cAAc;WA+IT,OAAO,IAA6B;;;;;YAZN,GAAG;;;;YACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA7M/C,GAhBe;8CAgBf,CAdA,yCAcA,GAdqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAmDpB,CAAC;;;;;;;;;;;;;;;8HAiCO,CAAC;;;;;gCAMC,CAAC;;;;;;;;;;;;6CAaU,CAAC;6CAEC,CAAC
|
|
1
|
+
{"version":3,"file":"PreviewModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-button-import-max/PreviewModal.vue"],"names":[],"mappings":"AAgGA,OAAO,EAAY,QAAQ,EAAuB,MAAM,KAAK,CAAA;AAI7D,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,gBAAgB,CAAA;AAEtE,OAAO,KAAK,EAA2B,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAmEnF,iBAAS,cAAc;WA+IT,OAAO,IAA6B;;;;;YAZN,GAAG;;;;YACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA7M/C,GAhBe;8CAgBf,CAdA,yCAcA,GAdqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAmDpB,CAAC;;;;;;;;;;;;;;;8HAiCO,CAAC;;;;;gCAMC,CAAC;;;;;;;;;;;;6CAaU,CAAC;6CAEC,CAAC;;;;;;;;;;;;sBA3FzB,GAhBe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsS2jZ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;kBAtRhsZ,GAhBe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAqDd,CAAC;;;;;;;;;;;;;;;0HAiCO,CAAC;;;;;4BAMC,CAAC;;;;;;;;;;;;yCAaU,CAAC;yCAEC,CAAC;;;;;;;;EAkIxB;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAtPrB,GAhBe;0CAgBf,CAdA,yCAcA,GAdqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAmDpB,CAAC;;;;;;;;;;;;;;;0HAiCO,CAAC;;;;;4BAMC,CAAC;;;;;;;;;;;;yCAaU,CAAC;yCAEC,CAAC;;;;;;;;;;;;kBA3FzB,GAhBe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAsS2jZ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;cAtRhsZ,GAhBe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAqDd,CAAC;;;;;;;;;;;;;;;sHAiCO,CAAC;;;;;wBAMC,CAAC;;;;;;;;;;;;qCAaU,CAAC;qCAEC,CAAC;;;;;;OAsKvB,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"}
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
10
|
value: {
|
|
11
|
-
type: (
|
|
11
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
12
12
|
};
|
|
13
13
|
disabled: {
|
|
14
14
|
type: BooleanConstructor;
|
|
@@ -41,7 +41,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
43
|
value: {
|
|
44
|
-
type: (
|
|
44
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
45
45
|
};
|
|
46
46
|
disabled: {
|
|
47
47
|
type: BooleanConstructor;
|
|
@@ -45,7 +45,7 @@ export declare const basicCheckboxProps: {
|
|
|
45
45
|
* @en The `value` of the option
|
|
46
46
|
*/
|
|
47
47
|
value: {
|
|
48
|
-
type: (
|
|
48
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
49
49
|
};
|
|
50
50
|
/**
|
|
51
51
|
* @zh 是否禁用
|
|
@@ -179,8 +179,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
179
|
}>> & Readonly<{
|
|
180
180
|
"onUpdate:value"?: ((_value: (string | number | boolean)[]) => any) | undefined;
|
|
181
181
|
}>, {
|
|
182
|
-
value: import('./interface').BasicCheckboxGroupValue;
|
|
183
182
|
defaultValue: (string | number | boolean)[];
|
|
183
|
+
value: import('./interface').BasicCheckboxGroupValue;
|
|
184
184
|
onChange: import('./interface').BasicCheckboxGroupOnUpdateValue;
|
|
185
185
|
disabled: boolean;
|
|
186
186
|
'onUpdate:value': import('./interface').BasicCheckboxGroupOnUpdateValue;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ColSize } from './interface';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
-
span: (
|
|
4
|
-
order: (
|
|
5
|
-
offset: (
|
|
6
|
-
push: (
|
|
7
|
-
pull: (
|
|
3
|
+
span: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
order: (StringConstructor | NumberConstructor)[];
|
|
5
|
+
offset: (StringConstructor | NumberConstructor)[];
|
|
6
|
+
push: (StringConstructor | NumberConstructor)[];
|
|
7
|
+
pull: (StringConstructor | NumberConstructor)[];
|
|
8
8
|
xs: {
|
|
9
9
|
type: import('vue').PropType<string | number | ColSize>;
|
|
10
10
|
default: string | number | ColSize | undefined;
|
|
@@ -30,13 +30,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
30
|
default: string | number | ColSize | undefined;
|
|
31
31
|
};
|
|
32
32
|
prefixCls: StringConstructor;
|
|
33
|
-
flex: (
|
|
33
|
+
flex: (StringConstructor | NumberConstructor)[];
|
|
34
34
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
-
span: (
|
|
36
|
-
order: (
|
|
37
|
-
offset: (
|
|
38
|
-
push: (
|
|
39
|
-
pull: (
|
|
35
|
+
span: (StringConstructor | NumberConstructor)[];
|
|
36
|
+
order: (StringConstructor | NumberConstructor)[];
|
|
37
|
+
offset: (StringConstructor | NumberConstructor)[];
|
|
38
|
+
push: (StringConstructor | NumberConstructor)[];
|
|
39
|
+
pull: (StringConstructor | NumberConstructor)[];
|
|
40
40
|
xs: {
|
|
41
41
|
type: import('vue').PropType<string | number | ColSize>;
|
|
42
42
|
default: string | number | ColSize | undefined;
|
|
@@ -62,7 +62,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
default: string | number | ColSize | undefined;
|
|
63
63
|
};
|
|
64
64
|
prefixCls: StringConstructor;
|
|
65
|
-
flex: (
|
|
65
|
+
flex: (StringConstructor | NumberConstructor)[];
|
|
66
66
|
}>> & Readonly<{}>, {
|
|
67
67
|
xxl: string | number | ColSize;
|
|
68
68
|
xl: string | number | ColSize;
|
|
@@ -9,11 +9,11 @@ export interface ColSize {
|
|
|
9
9
|
pull?: ColSpanType;
|
|
10
10
|
}
|
|
11
11
|
export declare const basicColProps: {
|
|
12
|
-
span: (
|
|
13
|
-
order: (
|
|
14
|
-
offset: (
|
|
15
|
-
push: (
|
|
16
|
-
pull: (
|
|
12
|
+
span: (StringConstructor | NumberConstructor)[];
|
|
13
|
+
order: (StringConstructor | NumberConstructor)[];
|
|
14
|
+
offset: (StringConstructor | NumberConstructor)[];
|
|
15
|
+
push: (StringConstructor | NumberConstructor)[];
|
|
16
|
+
pull: (StringConstructor | NumberConstructor)[];
|
|
17
17
|
xs: {
|
|
18
18
|
type: PropType<string | number | ColSize>;
|
|
19
19
|
default: string | number | ColSize | undefined;
|
|
@@ -39,7 +39,7 @@ export declare const basicColProps: {
|
|
|
39
39
|
default: string | number | ColSize | undefined;
|
|
40
40
|
};
|
|
41
41
|
prefixCls: StringConstructor;
|
|
42
|
-
flex: (
|
|
42
|
+
flex: (StringConstructor | NumberConstructor)[];
|
|
43
43
|
};
|
|
44
44
|
export type BasicColProps = ExtractPropTypes<typeof basicColProps>;
|
|
45
45
|
export interface BasicColContext {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { TransitionPresets } from '@vueuse/core';
|
|
2
2
|
import { BasicCountToProps } from './interface';
|
|
3
3
|
declare const _default: import('vue').DefineComponent<BasicCountToProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BasicCountToProps> & Readonly<{}>, {
|
|
4
|
-
transition: keyof typeof TransitionPresets;
|
|
5
4
|
duration: number;
|
|
5
|
+
transition: keyof typeof TransitionPresets;
|
|
6
6
|
separator: string;
|
|
7
7
|
prefix: string;
|
|
8
8
|
suffix: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BasicCountTo.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-count-to/BasicCountTo.vue"],"names":[],"mappings":"AA2EA,OAAO,EAAE,iBAAiB,EAAiB,MAAM,cAAc,CAAA;AAE/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA
|
|
1
|
+
{"version":3,"file":"BasicCountTo.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-count-to/BasicCountTo.vue"],"names":[],"mappings":"AA2EA,OAAO,EAAE,iBAAiB,EAAiB,MAAM,cAAc,CAAA;AAE/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;;;sBAHpD,wBAlEc;;;;;;;;;;;AA2Ld,wBAQG"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { BasicDatePickerProps } from './interface';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<BasicDatePickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
|
-
input: (_value: string | [string, string] | null) => any;
|
|
4
3
|
change: (_value: string | [string, string] | null) => any;
|
|
4
|
+
input: (_value: string | [string, string] | null) => any;
|
|
5
5
|
"update:value": (_value: string | [string, string] | null) => any;
|
|
6
6
|
}, string, import('vue').PublicProps, Readonly<BasicDatePickerProps> & Readonly<{
|
|
7
|
-
onInput?: ((_value: string | [string, string] | null) => any) | undefined;
|
|
8
7
|
onChange?: ((_value: string | [string, string] | null) => any) | undefined;
|
|
8
|
+
onInput?: ((_value: string | [string, string] | null) => any) | undefined;
|
|
9
9
|
"onUpdate:value"?: ((_value: string | [string, string] | null) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
|
-
value: string | [string, string] | null;
|
|
12
11
|
defaultValue: string | [string, string] | null;
|
|
12
|
+
value: string | [string, string] | null;
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
valueFormat: string;
|
|
15
15
|
pickerProps: Omit<import('naive-ui').DatePickerProps, "valueFormat">;
|
|
@@ -96,15 +96,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
96
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
97
97
|
onMove?: ((...args: any[]) => any) | undefined;
|
|
98
98
|
}>, {
|
|
99
|
-
height: number;
|
|
100
|
-
width: number;
|
|
101
99
|
value: boolean;
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
width: number;
|
|
101
|
+
height: number;
|
|
104
102
|
circle: boolean;
|
|
103
|
+
text: string;
|
|
105
104
|
contentStyle: any;
|
|
106
105
|
actionStyle: any;
|
|
107
106
|
isSlot: boolean;
|
|
107
|
+
successText: string;
|
|
108
108
|
wrapStyle: any;
|
|
109
109
|
barStyle: any;
|
|
110
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -293,10 +293,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
293
293
|
"onUpdate:data"?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:selectedValue"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
}>, {
|
|
296
|
-
height: number;
|
|
297
296
|
data: import('./interface').JSONDataType;
|
|
298
297
|
style: CSSProperties;
|
|
299
|
-
|
|
298
|
+
height: number;
|
|
299
|
+
theme: "light" | "dark";
|
|
300
300
|
showIcon: boolean;
|
|
301
301
|
deep: number;
|
|
302
302
|
itemHeight: number;
|
|
@@ -333,7 +333,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
333
333
|
}>, {
|
|
334
334
|
readonly data: JSONDataType;
|
|
335
335
|
readonly style: import('vue').CSSProperties;
|
|
336
|
-
readonly theme: "
|
|
336
|
+
readonly theme: "light" | "dark";
|
|
337
337
|
readonly collapsed: boolean;
|
|
338
338
|
readonly showIcon: boolean;
|
|
339
339
|
readonly checked: boolean;
|
|
@@ -57,7 +57,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
57
|
cssVarName: (name: string) => string;
|
|
58
58
|
cssVarBlockName: (name: string) => string;
|
|
59
59
|
};
|
|
60
|
-
t:
|
|
60
|
+
t: (key: string, args?: any) => string;
|
|
61
61
|
overlayEvent: {
|
|
62
62
|
onClick: (e: MouseEvent) => void;
|
|
63
63
|
onMousedown: (e: MouseEvent) => void;
|
|
@@ -161,8 +161,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
161
161
|
onVanish?: ((...args: any[]) => any) | undefined;
|
|
162
162
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
163
163
|
}>, {
|
|
164
|
-
container: string;
|
|
165
|
-
overflow: boolean;
|
|
166
164
|
modal: boolean;
|
|
167
165
|
lockScroll: boolean;
|
|
168
166
|
showClose: boolean;
|
|
@@ -171,7 +169,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
171
169
|
closeOnHashChange: boolean;
|
|
172
170
|
center: boolean;
|
|
173
171
|
draggable: boolean;
|
|
172
|
+
overflow: boolean;
|
|
174
173
|
roundButton: boolean;
|
|
174
|
+
container: string;
|
|
175
175
|
boxType: import('./interface').MessageBoxType;
|
|
176
176
|
}, {}, {
|
|
177
177
|
NButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2476,7 +2476,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2476
2476
|
type: import('vue').PropType<string | string[] | Record<string, boolean>>;
|
|
2477
2477
|
};
|
|
2478
2478
|
zIndex: {
|
|
2479
|
-
type: import('vue').PropType<(
|
|
2479
|
+
type: import('vue').PropType<(number & {}) | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto">;
|
|
2480
2480
|
};
|
|
2481
2481
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2482
2482
|
mask: {
|
|
@@ -2488,7 +2488,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2488
2488
|
type: import('vue').PropType<string | string[] | Record<string, boolean>>;
|
|
2489
2489
|
};
|
|
2490
2490
|
zIndex: {
|
|
2491
|
-
type: import('vue').PropType<(
|
|
2491
|
+
type: import('vue').PropType<(number & {}) | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto">;
|
|
2492
2492
|
};
|
|
2493
2493
|
}>> & Readonly<{
|
|
2494
2494
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -18,15 +18,15 @@ declare const __VLS_component: import('vue').DefineComponent<BasicNotificationPr
|
|
|
18
18
|
}, string, import('vue').PublicProps, Readonly<BasicNotificationProps> & Readonly<{
|
|
19
19
|
onDestroy?: (() => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
|
-
position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
|
|
22
|
-
offset: number;
|
|
23
21
|
title: string;
|
|
24
|
-
type: NotificationType | "";
|
|
25
|
-
duration: number;
|
|
26
22
|
onClick: () => void;
|
|
27
23
|
id: string;
|
|
24
|
+
type: NotificationType | "";
|
|
25
|
+
duration: number;
|
|
26
|
+
position: "top-right" | "top-left" | "bottom-right" | "bottom-left";
|
|
28
27
|
showClose: boolean;
|
|
29
28
|
customClass: string;
|
|
29
|
+
offset: number;
|
|
30
30
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
32
|
export default _default;
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
type: import('vue').PropType<string | string[] | Record<string, boolean>>;
|
|
9
9
|
};
|
|
10
10
|
zIndex: {
|
|
11
|
-
type: import('vue').PropType<(
|
|
11
|
+
type: import('vue').PropType<(number & {}) | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto">;
|
|
12
12
|
};
|
|
13
13
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
14
|
mask: {
|
|
@@ -20,7 +20,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
type: import('vue').PropType<string | string[] | Record<string, boolean>>;
|
|
21
21
|
};
|
|
22
22
|
zIndex: {
|
|
23
|
-
type: import('vue').PropType<(
|
|
23
|
+
type: import('vue').PropType<(number & {}) | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto">;
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{
|
|
26
26
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -61,8 +61,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
61
|
onChange?: ((_value: string | number | boolean, _ev: Event) => any) | undefined;
|
|
62
62
|
"onUpdate:modelValue"?: ((_value: string | number | boolean) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
|
-
value: string | number | boolean;
|
|
65
64
|
size: import('../../types').Size;
|
|
65
|
+
value: string | number | boolean;
|
|
66
66
|
disabled: boolean;
|
|
67
67
|
modelValue: string | number | boolean;
|
|
68
68
|
defaultChecked: boolean;
|
|
@@ -151,9 +151,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
151
151
|
default: undefined;
|
|
152
152
|
};
|
|
153
153
|
}>> & Readonly<{}>, {
|
|
154
|
-
value: string | number | boolean;
|
|
155
154
|
size: import('../../types').Size;
|
|
156
155
|
defaultValue: string | number | boolean;
|
|
156
|
+
value: string | number | boolean;
|
|
157
157
|
onChange: import('./interface').OnUpdateValue;
|
|
158
158
|
options: (string | number | BasicRadioOption)[];
|
|
159
159
|
disabled: boolean;
|