meixioacomponent 2.0.45 → 2.0.47

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.
Files changed (101) hide show
  1. package/lib/components/base/baseGuide/GuideControl.d.ts +44 -44
  2. package/lib/components/base/baseGuide/GuideControl.js +238 -238
  3. package/lib/components/dynamicmount/DynamicMountClass.d.ts +15 -15
  4. package/lib/components/dynamicmount/DynamicMountClass.js +65 -65
  5. package/lib/components/dynamicmount/index.d.ts +4 -4
  6. package/lib/components/dynamicmount/index.js +71 -71
  7. package/lib/components/index.d.ts +110 -110
  8. package/lib/components/index.d.ts.map +1 -1
  9. package/lib/components/index.js +242 -242
  10. package/lib/config/LinkViewClass.d.ts +56 -56
  11. package/lib/config/LinkViewClass.js +154 -154
  12. package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.d.ts +12 -12
  13. package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +68 -68
  14. package/lib/config/componentConfig.d.ts +3 -3
  15. package/lib/config/componentConfig.js +71 -71
  16. package/lib/config/uploadRequest.d.ts +2 -2
  17. package/lib/config/uploadRequest.js +87 -87
  18. package/lib/config/use/UseGuide.d.ts +8 -8
  19. package/lib/config/use/UseGuide.js +33 -33
  20. package/lib/config/use/UseImg.d.ts +9 -9
  21. package/lib/config/use/UseImg.js +44 -44
  22. package/lib/config/use/UseUpload.d.ts +12 -12
  23. package/lib/config/use/UseUpload.js +79 -79
  24. package/lib/config/use/UseViewVideo.d.ts +11 -11
  25. package/lib/config/use/UseViewVideo.js +41 -41
  26. package/lib/config/use/UseWait.d.ts +4 -4
  27. package/lib/config/use/UseWait.js +21 -21
  28. package/lib/config/use/WaitPlugin.d.ts +25 -25
  29. package/lib/config/use/WaitPlugin.js +106 -106
  30. package/lib/config/use/useConfirm/UseConfirm.d.ts +6 -6
  31. package/lib/config/use/useConfirm/UseConfirm.js +33 -33
  32. package/lib/config/use/useConfirm/UseNotify.d.ts +6 -6
  33. package/lib/config/use/useConfirm/UseNotify.js +18 -18
  34. package/lib/config/use/useConfirm/executeConfirm.d.ts +2 -2
  35. package/lib/config/use/useConfirm/executeConfirm.js +11 -11
  36. package/lib/config/use/useConfirm/registerConfirm.d.ts +4 -4
  37. package/lib/config/use/useConfirm/registerConfirm.js +8 -8
  38. package/lib/meixioacomponent.common.js +23005 -22961
  39. package/lib/meixioacomponent.umd.js +23123 -23079
  40. package/lib/meixioacomponent.umd.min.js +3 -3
  41. package/lib/style/tableStyle.less +5 -5
  42. package/lib/style/tdesignStyle.less +21 -21
  43. package/lib/typings/type.d.ts +405 -405
  44. package/lib/typings/type.js +2 -2
  45. package/lib/useType/useType.d.ts +27 -27
  46. package/lib/useType/useType.js +89 -89
  47. package/package.json +1 -1
  48. package/packages/components/base/baseAnchor/baseAnchor.vue +168 -168
  49. package/packages/components/base/baseAnchor/baseAnchorV2.vue +165 -165
  50. package/packages/components/base/baseArea/api.js +6 -6
  51. package/packages/components/base/baseArea/area.js +14979 -14979
  52. package/packages/components/base/baseArea/areaConfig.js +7 -7
  53. package/packages/components/base/baseArea/baseArea.vue +590 -590
  54. package/packages/components/base/baseArea/baseAreaV2.vue +144 -144
  55. package/packages/components/base/baseArea/baseAreaV21.vue +156 -156
  56. package/packages/components/base/baseArea/index.js +6 -6
  57. package/packages/components/base/baseAreaByMultiple/baseAreaByMultiple.vue +70 -70
  58. package/packages/components/base/baseAreaByMultiple/index.js +7 -7
  59. package/packages/components/base/baseButton/baseButton.vue +85 -85
  60. package/packages/components/base/baseButton/index.js +6 -6
  61. package/packages/components/base/baseInput/baseInput.vue +98 -98
  62. package/packages/components/base/baseSelect/baseSelect.vue +102 -102
  63. package/packages/components/base/baseSelect/index.js +6 -6
  64. package/packages/components/base/baseText/index.vue +4 -4
  65. package/packages/components/base/baseTimeRangePicker/baseTimeRangePicker.vue +59 -59
  66. package/packages/components/base/baseTimeRangePicker/index.js +7 -7
  67. package/packages/components/base/baseToggle/toggle.vue +59 -13
  68. package/packages/components/base/tDateRangePicker/index.js +5 -5
  69. package/packages/components/base/tDateRangePicker/tDateRangePicker.vue +95 -95
  70. package/packages/components/dynamicmount/DynamicMountClass.js +64 -64
  71. package/packages/components/dynamicmount/index.js +69 -69
  72. package/packages/components/hooks/useHookByBaseArea.js +49 -49
  73. package/packages/components/hooks/useHookByGuide.js +46 -46
  74. package/packages/components/hooks/useHookByUpload.js +130 -130
  75. package/packages/components/index.js +239 -239
  76. package/packages/components/index.ts +0 -2
  77. package/packages/components/mixins/mixinsByBaseArea.js +53 -53
  78. package/packages/components/proPageTable/oa_pro_table.vue +13 -13
  79. package/packages/components/searchHeader/searchHeader.vue +2 -2
  80. package/packages/components/style/tableStyle.less +5 -5
  81. package/packages/components/style/tdesignStyle.less +21 -21
  82. package/packages/config/LinkViewClass.js +152 -152
  83. package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +75 -75
  84. package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.ts +99 -99
  85. package/packages/config/componentConfig.js +68 -68
  86. package/packages/config/use/UseGuide.js +43 -43
  87. package/packages/config/use/UseImg.js +44 -44
  88. package/packages/config/use/UseUpload.js +79 -79
  89. package/packages/config/use/UseViewVideo.js +40 -40
  90. package/packages/config/use/UseWait.js +18 -18
  91. package/packages/config/use/WaitPlugin.js +106 -106
  92. package/packages/config/use/useConfirm/UseConfirm.js +31 -31
  93. package/packages/config/use/useConfirm/UseConfirm.ts +34 -34
  94. package/packages/config/use/useConfirm/UseNotify.js +16 -16
  95. package/packages/config/use/useConfirm/UseNotify.ts +18 -18
  96. package/packages/config/use/useConfirm/executeConfirm.js +8 -8
  97. package/packages/config/use/useConfirm/executeConfirm.ts +6 -6
  98. package/packages/config/use/useConfirm/registerConfirm.js +8 -8
  99. package/packages/config/use/useConfirm/registerConfirm.ts +7 -7
  100. package/packages/typings/type.js +2 -2
  101. package/packages/useType/useType.js +90 -90
@@ -1,65 +1,65 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const componentConfig_1 = __importDefault(require("../../config/componentConfig"));
7
- class DynamicMountClass {
8
- constructor(dynamicMount) {
9
- this.params = dynamicMount;
10
- this.domComponent = null;
11
- this.refComponent = null;
12
- this.mountdCb = null;
13
- this.destroyCb = null;
14
- }
15
- init() {
16
- this.domComponent = componentConfig_1.default.Vue.prototype.$dynmaicMount({
17
- mountedDom: this.params.mountedDom,
18
- vueComponent: this.params.vueComponent,
19
- componentProps: this.params.componentProps,
20
- customClassName: this.params.customClassName,
21
- zIndex: this.params.zIndex ? this.params.zIndex : '9999',
22
- });
23
- this.refComponent = this.domComponent.componentMounted;
24
- this.refComponent.$on('hook:destroyed', () => {
25
- this.destroy();
26
- });
27
- this.refComponent.$on('hook:mounted', () => {
28
- this.mounted();
29
- });
30
- }
31
- getComponent() {
32
- return this.refComponent;
33
- }
34
- on(type, cb) {
35
- switch (type) {
36
- case 'mounted':
37
- this.mountdCb = cb;
38
- break;
39
- case 'destroyed':
40
- this.destroyCb = cb;
41
- break;
42
- default:
43
- break;
44
- }
45
- }
46
- mounted() {
47
- if (this.mountdCb) {
48
- this.mountdCb(this.refComponent);
49
- }
50
- }
51
- destroy() {
52
- if (this.destroyCb) {
53
- this.destroyCb(this.refComponent);
54
- }
55
- componentConfig_1.default.Vue.component(`${this.domComponent.$options.name}`, null);
56
- delete componentConfig_1.default.Vue.options.components[`${this.domComponent.$options.name}`];
57
- // @ts-ignore
58
- this.params = null;
59
- this.domComponent = null;
60
- this.refComponent = null;
61
- this.mountdCb = null;
62
- this.destroyCb = null;
63
- }
64
- }
65
- exports.default = DynamicMountClass;
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const componentConfig_1 = __importDefault(require("../../config/componentConfig"));
7
+ class DynamicMountClass {
8
+ constructor(dynamicMount) {
9
+ this.params = dynamicMount;
10
+ this.domComponent = null;
11
+ this.refComponent = null;
12
+ this.mountdCb = null;
13
+ this.destroyCb = null;
14
+ }
15
+ init() {
16
+ this.domComponent = componentConfig_1.default.Vue.prototype.$dynmaicMount({
17
+ mountedDom: this.params.mountedDom,
18
+ vueComponent: this.params.vueComponent,
19
+ componentProps: this.params.componentProps,
20
+ customClassName: this.params.customClassName,
21
+ zIndex: this.params.zIndex ? this.params.zIndex : '9999',
22
+ });
23
+ this.refComponent = this.domComponent.componentMounted;
24
+ this.refComponent.$on('hook:destroyed', () => {
25
+ this.destroy();
26
+ });
27
+ this.refComponent.$on('hook:mounted', () => {
28
+ this.mounted();
29
+ });
30
+ }
31
+ getComponent() {
32
+ return this.refComponent;
33
+ }
34
+ on(type, cb) {
35
+ switch (type) {
36
+ case 'mounted':
37
+ this.mountdCb = cb;
38
+ break;
39
+ case 'destroyed':
40
+ this.destroyCb = cb;
41
+ break;
42
+ default:
43
+ break;
44
+ }
45
+ }
46
+ mounted() {
47
+ if (this.mountdCb) {
48
+ this.mountdCb(this.refComponent);
49
+ }
50
+ }
51
+ destroy() {
52
+ if (this.destroyCb) {
53
+ this.destroyCb(this.refComponent);
54
+ }
55
+ componentConfig_1.default.Vue.component(`${this.domComponent.$options.name}`, null);
56
+ delete componentConfig_1.default.Vue.options.components[`${this.domComponent.$options.name}`];
57
+ // @ts-ignore
58
+ this.params = null;
59
+ this.domComponent = null;
60
+ this.refComponent = null;
61
+ this.mountdCb = null;
62
+ this.destroyCb = null;
63
+ }
64
+ }
65
+ exports.default = DynamicMountClass;
@@ -1,5 +1,5 @@
1
- declare const _default: {
2
- install(Vue: any, options?: {}): void;
3
- };
4
- export default _default;
1
+ declare const _default: {
2
+ install(Vue: any, options?: {}): void;
3
+ };
4
+ export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,71 +1,71 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- // @ts-ignore
7
- const dynamicMount_vue_1 = __importDefault(require("./dynamicMount.vue"));
8
- const componentConfig_1 = __importDefault(require("../../config/componentConfig"));
9
- //使用方法
10
- // this.$dynmaicMount({
11
- // mountedDom: "",
12
- // vueComponent: "",
13
- // componentProps: "",
14
- // customClassName:"",
15
- // });
16
- const Insert = (options) => {
17
- const ComponentInsertConstructor = componentConfig_1.default.Vue.extend(dynamicMount_vue_1.default);
18
- componentConfig_1.default.setDynamicId();
19
- let id = componentConfig_1.default.dynamicId;
20
- const componentInsertConstructor = new ComponentInsertConstructor();
21
- // @ts-ignore
22
- componentInsertConstructor.vm = componentInsertConstructor.$mount();
23
- // @ts-ignore
24
- componentInsertConstructor.dom = componentInsertConstructor.vm.$el;
25
- // @ts-ignore
26
- componentInsertConstructor.mountedDom = options.mountedDom;
27
- // @ts-ignore
28
- componentInsertConstructor.vm.id = id;
29
- // @ts-ignore
30
- componentInsertConstructor.vm.vueComponent = options.vueComponent;
31
- // @ts-ignore
32
- componentInsertConstructor.componentProps = options.componentProps;
33
- // @ts-ignore
34
- componentInsertConstructor.vm.init();
35
- let ele = document.createElement('div');
36
- ele.setAttribute('id', `dynamic-${id}`);
37
- let className;
38
- if (options.customClassName != null) {
39
- className = `dynamic ${options.customClassName}`;
40
- }
41
- else {
42
- className = 'dynamic';
43
- }
44
- ele.setAttribute('class', className);
45
- if (options.mountedDom) {
46
- ele.style.height = '100%';
47
- // @ts-ignore
48
- componentInsertConstructor.vm.$el.style.height = '100%';
49
- }
50
- else {
51
- ele.style.position = `fixed`;
52
- ele.style.zIndex = options.zIndex || '9999';
53
- ele.style.top = `0px`;
54
- ele.style.left = `0px`;
55
- }
56
- // @ts-ignore
57
- ele.appendChild(componentInsertConstructor.dom);
58
- if (options.mountedDom) {
59
- options.mountedDom.appendChild(ele);
60
- }
61
- else {
62
- document.body.appendChild(ele);
63
- }
64
- // @ts-ignore
65
- return componentInsertConstructor.vm;
66
- };
67
- exports.default = {
68
- install(Vue, options = {}) {
69
- Vue.prototype.$dynmaicMount = Insert;
70
- },
71
- };
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ // @ts-ignore
7
+ const dynamicMount_vue_1 = __importDefault(require("./dynamicMount.vue"));
8
+ const componentConfig_1 = __importDefault(require("../../config/componentConfig"));
9
+ //使用方法
10
+ // this.$dynmaicMount({
11
+ // mountedDom: "",
12
+ // vueComponent: "",
13
+ // componentProps: "",
14
+ // customClassName:"",
15
+ // });
16
+ const Insert = (options) => {
17
+ const ComponentInsertConstructor = componentConfig_1.default.Vue.extend(dynamicMount_vue_1.default);
18
+ componentConfig_1.default.setDynamicId();
19
+ let id = componentConfig_1.default.dynamicId;
20
+ const componentInsertConstructor = new ComponentInsertConstructor();
21
+ // @ts-ignore
22
+ componentInsertConstructor.vm = componentInsertConstructor.$mount();
23
+ // @ts-ignore
24
+ componentInsertConstructor.dom = componentInsertConstructor.vm.$el;
25
+ // @ts-ignore
26
+ componentInsertConstructor.mountedDom = options.mountedDom;
27
+ // @ts-ignore
28
+ componentInsertConstructor.vm.id = id;
29
+ // @ts-ignore
30
+ componentInsertConstructor.vm.vueComponent = options.vueComponent;
31
+ // @ts-ignore
32
+ componentInsertConstructor.componentProps = options.componentProps;
33
+ // @ts-ignore
34
+ componentInsertConstructor.vm.init();
35
+ let ele = document.createElement('div');
36
+ ele.setAttribute('id', `dynamic-${id}`);
37
+ let className;
38
+ if (options.customClassName != null) {
39
+ className = `dynamic ${options.customClassName}`;
40
+ }
41
+ else {
42
+ className = 'dynamic';
43
+ }
44
+ ele.setAttribute('class', className);
45
+ if (options.mountedDom) {
46
+ ele.style.height = '100%';
47
+ // @ts-ignore
48
+ componentInsertConstructor.vm.$el.style.height = '100%';
49
+ }
50
+ else {
51
+ ele.style.position = `fixed`;
52
+ ele.style.zIndex = options.zIndex || '9999';
53
+ ele.style.top = `0px`;
54
+ ele.style.left = `0px`;
55
+ }
56
+ // @ts-ignore
57
+ ele.appendChild(componentInsertConstructor.dom);
58
+ if (options.mountedDom) {
59
+ options.mountedDom.appendChild(ele);
60
+ }
61
+ else {
62
+ document.body.appendChild(ele);
63
+ }
64
+ // @ts-ignore
65
+ return componentInsertConstructor.vm;
66
+ };
67
+ exports.default = {
68
+ install(Vue, options = {}) {
69
+ Vue.prototype.$dynmaicMount = Insert;
70
+ },
71
+ };
@@ -1,111 +1,111 @@
1
- import DynamicMountClass from "./dynamicmount/DynamicMountClass";
2
- import useWait from "../config/use/UseWait";
3
- import LinkViewClass from "../config/LinkViewClass";
4
- import 'tdesign-vue/es/style/index.css';
5
- import { TypeByConfirmOptions, TypeByNotifyOptions, TypeByTheme } from "../typings/type";
6
- declare const meixioacomponent: {
7
- install: (Vue: any) => void;
8
- componentConfig: import("../typings/type").componentConfigType;
9
- meixicomponents: any[];
10
- baseAnchor: any;
11
- baseAppendix: any;
12
- baseArea: any;
13
- baseAvatar: any;
14
- baseButtonHandle: any;
15
- baseDefaultSvg: any;
16
- baseDialog: any;
17
- baseDialogTable: any;
18
- baseDrawer: any;
19
- baseEdito: any;
20
- baseFixedHeader: any;
21
- Icon: any;
22
- baseImageViewer: any;
23
- baseImg: any;
24
- baseInforWrap: any;
25
- baseLineInfoGroup: any;
26
- baseLineInfoItem: any;
27
- basePageHeader: any;
28
- basePagination: any;
29
- basePlainTable: any;
30
- baseSection: any;
31
- baseAreaByMultiple: any;
32
- baseSkeleton: any;
33
- baseSvg: any;
34
- baseTimeTypeSelect: any;
35
- baseToggle: any;
36
- baseUploadItem: any;
37
- baseUpload: any;
38
- tDateRangePicker: any;
39
- upload: any;
40
- baseDialogForm: any;
41
- baseForm: any;
42
- baseFormWrap: any;
43
- baseProTable: any;
44
- baseMoverVerifiBar: any;
45
- baseTimeLine: any;
46
- baseUploadImgAndName: any;
47
- basePopoverButton: any;
48
- baseTreeSelect: any;
49
- baseUploadTemplate: any;
50
- baseNumberInput: any;
51
- baseStoreSelect: any;
52
- baseFormItem: any;
53
- baseSingleImgUpload: any;
54
- baseGuide: any;
55
- baseText: any;
56
- baseTag: any;
57
- oaProTableSearch: any;
58
- baseWait: any;
59
- Theme: any;
60
- SelectStore: any;
61
- useImg: {
62
- dynamicMount: import("../typings/type").DynamicMountInterface | null;
63
- toView(list: any[]): void;
64
- destroy: () => void;
65
- };
66
- UseDrag: any;
67
- UseResize: any;
68
- useUpload: {
69
- cbList: any[];
70
- dynamicMount: import("../typings/type").DynamicMountInterface | null;
71
- lock: Boolean;
72
- toUpload(uploadList: any, cb: any, isOss: any): boolean;
73
- uploadEd(evt?: null): void;
74
- appendUploadItem(list: any): void;
75
- };
76
- useFixedHeader: any;
77
- useCropper: any;
78
- useViewVideo: {
79
- component: import("../typings/type").DynamicMountInterface | null;
80
- playVideo(resource: string): void;
81
- switchVideoResource(): void;
82
- createVideoComponent(resource: any): void;
83
- unMountedVideo(): void;
84
- };
85
- useGuide: {
86
- guideComponent: import("../typings/type").DynamicMountInterface | null;
87
- startGuide(params: import("../typings/type").UseGuideParamsType): void;
88
- };
89
- DynamicMountClass: typeof DynamicMountClass;
90
- baseTimeRangePicker: any;
91
- useWait: typeof useWait;
92
- LinkViewClass: typeof LinkViewClass;
93
- useTableColumnParamsType: () => {
94
- useTypeByProTableParams: (paramsList: import("../typings/type").ProTableParamsType[]) => import("../typings/type").ProTableParamsType[];
95
- useTypeByPlainTableParams: (paramsList: import("../typings/type").PlainTableParamsType[]) => import("../typings/type").PlainTableParamsType[];
96
- };
97
- useFormItemParamsType: () => {
98
- useTypeByInputFormItem: (params: import("../typings/type").FormItemInputParam) => import("../typings/type").FormItemInputParam;
99
- useTypeTextareaFormItem: (params: import("../typings/type").FormItemTextareaParam) => import("../typings/type").FormItemTextareaParam;
100
- useTypeNumberFormItem: (params: import("../typings/type").FormItemNumberParam) => import("../typings/type").FormItemNumberParam;
101
- useTypeSelectFormItem: (params: import("../typings/type").FormItemSelectParam) => import("../typings/type").FormItemSelectParam;
102
- useTypeTimeFormItem: (params: import("../typings/type").FormItemTimeParam) => import("../typings/type").FormItemTimeParam;
103
- useTypeRadioFormItem: (params: import("../typings/type").FormItemRadioParam) => import("../typings/type").FormItemRadioParam;
104
- useTypeSingleUploadFormItem: (params: import("../typings/type").FormItemSingleUploadParam) => import("../typings/type").FormItemSingleUploadParam;
105
- };
106
- useProScreenParamsItem: (proScreenItem: import("../typings/type").TableProScreenInterFace, auth?: boolean) => import("../typings/type").TableProScreenInterFace | null;
107
- useConfirm: (body: string, title: string, options: TypeByConfirmOptions) => Promise<unknown>;
108
- useNotify: (type: TypeByTheme, options: TypeByNotifyOptions) => void;
109
- };
110
- export default meixioacomponent;
1
+ import DynamicMountClass from "./dynamicmount/DynamicMountClass";
2
+ import useWait from "../config/use/UseWait";
3
+ import LinkViewClass from "../config/LinkViewClass";
4
+ import 'tdesign-vue/es/style/index.css';
5
+ import { TypeByConfirmOptions, TypeByNotifyOptions, TypeByTheme } from "../typings/type";
6
+ declare const meixioacomponent: {
7
+ install: (Vue: any) => void;
8
+ componentConfig: import("../typings/type").componentConfigType;
9
+ meixicomponents: any[];
10
+ baseAnchor: any;
11
+ baseAppendix: any;
12
+ baseArea: any;
13
+ baseAvatar: any;
14
+ baseButtonHandle: any;
15
+ baseDefaultSvg: any;
16
+ baseDialog: any;
17
+ baseDialogTable: any;
18
+ baseDrawer: any;
19
+ baseEdito: any;
20
+ baseFixedHeader: any;
21
+ Icon: any;
22
+ baseImageViewer: any;
23
+ baseImg: any;
24
+ baseInforWrap: any;
25
+ baseLineInfoGroup: any;
26
+ baseLineInfoItem: any;
27
+ basePageHeader: any;
28
+ basePagination: any;
29
+ basePlainTable: any;
30
+ baseSection: any;
31
+ baseAreaByMultiple: any;
32
+ baseSkeleton: any;
33
+ baseSvg: any;
34
+ baseTimeTypeSelect: any;
35
+ baseToggle: any;
36
+ baseUploadItem: any;
37
+ baseUpload: any;
38
+ tDateRangePicker: any;
39
+ upload: any;
40
+ baseDialogForm: any;
41
+ baseForm: any;
42
+ baseFormWrap: any;
43
+ baseProTable: any;
44
+ baseMoverVerifiBar: any;
45
+ baseTimeLine: any;
46
+ baseUploadImgAndName: any;
47
+ basePopoverButton: any;
48
+ baseTreeSelect: any;
49
+ baseUploadTemplate: any;
50
+ baseNumberInput: any;
51
+ baseStoreSelect: any;
52
+ baseFormItem: any;
53
+ baseSingleImgUpload: any;
54
+ baseGuide: any;
55
+ baseText: any;
56
+ baseTag: any;
57
+ oaProTableSearch: any;
58
+ baseWait: any;
59
+ Theme: any;
60
+ SelectStore: any;
61
+ useImg: {
62
+ dynamicMount: import("../typings/type").DynamicMountInterface | null;
63
+ toView(list: any[]): void;
64
+ destroy: () => void;
65
+ };
66
+ UseDrag: any;
67
+ UseResize: any;
68
+ useUpload: {
69
+ cbList: any[];
70
+ dynamicMount: import("../typings/type").DynamicMountInterface | null;
71
+ lock: Boolean;
72
+ toUpload(uploadList: any, cb: any, isOss: any): boolean;
73
+ uploadEd(evt?: null): void;
74
+ appendUploadItem(list: any): void;
75
+ };
76
+ useFixedHeader: any;
77
+ useCropper: any;
78
+ useViewVideo: {
79
+ component: import("../typings/type").DynamicMountInterface | null;
80
+ playVideo(resource: string): void;
81
+ switchVideoResource(): void;
82
+ createVideoComponent(resource: any): void;
83
+ unMountedVideo(): void;
84
+ };
85
+ useGuide: {
86
+ guideComponent: import("../typings/type").DynamicMountInterface | null;
87
+ startGuide(params: import("../typings/type").UseGuideParamsType): void;
88
+ };
89
+ DynamicMountClass: typeof DynamicMountClass;
90
+ baseTimeRangePicker: any;
91
+ useWait: typeof useWait;
92
+ LinkViewClass: typeof LinkViewClass;
93
+ useTableColumnParamsType: () => {
94
+ useTypeByProTableParams: (paramsList: import("../typings/type").ProTableParamsType[]) => import("../typings/type").ProTableParamsType[];
95
+ useTypeByPlainTableParams: (paramsList: import("../typings/type").PlainTableParamsType[]) => import("../typings/type").PlainTableParamsType[];
96
+ };
97
+ useFormItemParamsType: () => {
98
+ useTypeByInputFormItem: (params: import("../typings/type").FormItemInputParam) => import("../typings/type").FormItemInputParam;
99
+ useTypeTextareaFormItem: (params: import("../typings/type").FormItemTextareaParam) => import("../typings/type").FormItemTextareaParam;
100
+ useTypeNumberFormItem: (params: import("../typings/type").FormItemNumberParam) => import("../typings/type").FormItemNumberParam;
101
+ useTypeSelectFormItem: (params: import("../typings/type").FormItemSelectParam) => import("../typings/type").FormItemSelectParam;
102
+ useTypeTimeFormItem: (params: import("../typings/type").FormItemTimeParam) => import("../typings/type").FormItemTimeParam;
103
+ useTypeRadioFormItem: (params: import("../typings/type").FormItemRadioParam) => import("../typings/type").FormItemRadioParam;
104
+ useTypeSingleUploadFormItem: (params: import("../typings/type").FormItemSingleUploadParam) => import("../typings/type").FormItemSingleUploadParam;
105
+ };
106
+ useProScreenParamsItem: (proScreenItem: import("../typings/type").TableProScreenInterFace, auth?: boolean) => import("../typings/type").TableProScreenInterFace | null;
107
+ useConfirm: (body: string, title: string, options: TypeByConfirmOptions) => Promise<unknown>;
108
+ useNotify: (type: TypeByTheme, options: TypeByNotifyOptions) => void;
109
+ };
110
+ export default meixioacomponent;
111
111
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"AA2DA,OAAO,iBAAiB,MAAM,kCAAkC,CAAC;AAGjE,OAAO,OAAO,MAAM,uBAAuB,CAAC;AAS5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,gCAAgC,CAAC;AAKxC,OAAO,EAAC,oBAAoB,EAAE,mBAAmB,EAAE,WAAW,EAAC,MAAM,iBAAiB,CAAC;AA0FvF,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuEC,MAAM,SAAS,MAAM,WAAW,oBAAoB;sBAGrD,WAAW,WAAW,mBAAmB;CAG9D,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"AA2DA,OAAO,iBAAiB,MAAM,kCAAkC,CAAC;AAGjE,OAAO,OAAO,MAAM,uBAAuB,CAAC;AAS5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AACpD,OAAO,gCAAgC,CAAC;AAKxC,OAAO,EAAC,oBAAoB,EAAE,mBAAmB,EAAE,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAwFvF,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuEC,MAAM,SAAS,MAAM,WAAW,oBAAoB;sBAGrD,WAAW,WAAW,mBAAmB;CAG9D,CAAC;AAIF,eAAe,gBAAgB,CAAC"}