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.
- package/lib/components/base/baseGuide/GuideControl.d.ts +44 -44
- package/lib/components/base/baseGuide/GuideControl.js +238 -238
- package/lib/components/dynamicmount/DynamicMountClass.d.ts +15 -15
- package/lib/components/dynamicmount/DynamicMountClass.js +65 -65
- package/lib/components/dynamicmount/index.d.ts +4 -4
- package/lib/components/dynamicmount/index.js +71 -71
- package/lib/components/index.d.ts +110 -110
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +242 -242
- package/lib/config/LinkViewClass.d.ts +56 -56
- package/lib/config/LinkViewClass.js +154 -154
- package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.d.ts +12 -12
- package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +68 -68
- package/lib/config/componentConfig.d.ts +3 -3
- package/lib/config/componentConfig.js +71 -71
- package/lib/config/uploadRequest.d.ts +2 -2
- package/lib/config/uploadRequest.js +87 -87
- package/lib/config/use/UseGuide.d.ts +8 -8
- package/lib/config/use/UseGuide.js +33 -33
- package/lib/config/use/UseImg.d.ts +9 -9
- package/lib/config/use/UseImg.js +44 -44
- package/lib/config/use/UseUpload.d.ts +12 -12
- package/lib/config/use/UseUpload.js +79 -79
- package/lib/config/use/UseViewVideo.d.ts +11 -11
- package/lib/config/use/UseViewVideo.js +41 -41
- package/lib/config/use/UseWait.d.ts +4 -4
- package/lib/config/use/UseWait.js +21 -21
- package/lib/config/use/WaitPlugin.d.ts +25 -25
- package/lib/config/use/WaitPlugin.js +106 -106
- package/lib/config/use/useConfirm/UseConfirm.d.ts +6 -6
- package/lib/config/use/useConfirm/UseConfirm.js +33 -33
- package/lib/config/use/useConfirm/UseNotify.d.ts +6 -6
- package/lib/config/use/useConfirm/UseNotify.js +18 -18
- package/lib/config/use/useConfirm/executeConfirm.d.ts +2 -2
- package/lib/config/use/useConfirm/executeConfirm.js +11 -11
- package/lib/config/use/useConfirm/registerConfirm.d.ts +4 -4
- package/lib/config/use/useConfirm/registerConfirm.js +8 -8
- package/lib/meixioacomponent.common.js +23005 -22961
- package/lib/meixioacomponent.umd.js +23123 -23079
- package/lib/meixioacomponent.umd.min.js +3 -3
- package/lib/style/tableStyle.less +5 -5
- package/lib/style/tdesignStyle.less +21 -21
- package/lib/typings/type.d.ts +405 -405
- package/lib/typings/type.js +2 -2
- package/lib/useType/useType.d.ts +27 -27
- package/lib/useType/useType.js +89 -89
- package/package.json +1 -1
- package/packages/components/base/baseAnchor/baseAnchor.vue +168 -168
- package/packages/components/base/baseAnchor/baseAnchorV2.vue +165 -165
- package/packages/components/base/baseArea/api.js +6 -6
- package/packages/components/base/baseArea/area.js +14979 -14979
- package/packages/components/base/baseArea/areaConfig.js +7 -7
- package/packages/components/base/baseArea/baseArea.vue +590 -590
- package/packages/components/base/baseArea/baseAreaV2.vue +144 -144
- package/packages/components/base/baseArea/baseAreaV21.vue +156 -156
- package/packages/components/base/baseArea/index.js +6 -6
- package/packages/components/base/baseAreaByMultiple/baseAreaByMultiple.vue +70 -70
- package/packages/components/base/baseAreaByMultiple/index.js +7 -7
- package/packages/components/base/baseButton/baseButton.vue +85 -85
- package/packages/components/base/baseButton/index.js +6 -6
- package/packages/components/base/baseInput/baseInput.vue +98 -98
- package/packages/components/base/baseSelect/baseSelect.vue +102 -102
- package/packages/components/base/baseSelect/index.js +6 -6
- package/packages/components/base/baseText/index.vue +4 -4
- package/packages/components/base/baseTimeRangePicker/baseTimeRangePicker.vue +59 -59
- package/packages/components/base/baseTimeRangePicker/index.js +7 -7
- package/packages/components/base/baseToggle/toggle.vue +59 -13
- package/packages/components/base/tDateRangePicker/index.js +5 -5
- package/packages/components/base/tDateRangePicker/tDateRangePicker.vue +95 -95
- package/packages/components/dynamicmount/DynamicMountClass.js +64 -64
- package/packages/components/dynamicmount/index.js +69 -69
- package/packages/components/hooks/useHookByBaseArea.js +49 -49
- package/packages/components/hooks/useHookByGuide.js +46 -46
- package/packages/components/hooks/useHookByUpload.js +130 -130
- package/packages/components/index.js +239 -239
- package/packages/components/index.ts +0 -2
- package/packages/components/mixins/mixinsByBaseArea.js +53 -53
- package/packages/components/proPageTable/oa_pro_table.vue +13 -13
- package/packages/components/searchHeader/searchHeader.vue +2 -2
- package/packages/components/style/tableStyle.less +5 -5
- package/packages/components/style/tdesignStyle.less +21 -21
- package/packages/config/LinkViewClass.js +152 -152
- package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +75 -75
- package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.ts +99 -99
- package/packages/config/componentConfig.js +68 -68
- package/packages/config/use/UseGuide.js +43 -43
- package/packages/config/use/UseImg.js +44 -44
- package/packages/config/use/UseUpload.js +79 -79
- package/packages/config/use/UseViewVideo.js +40 -40
- package/packages/config/use/UseWait.js +18 -18
- package/packages/config/use/WaitPlugin.js +106 -106
- package/packages/config/use/useConfirm/UseConfirm.js +31 -31
- package/packages/config/use/useConfirm/UseConfirm.ts +34 -34
- package/packages/config/use/useConfirm/UseNotify.js +16 -16
- package/packages/config/use/useConfirm/UseNotify.ts +18 -18
- package/packages/config/use/useConfirm/executeConfirm.js +8 -8
- package/packages/config/use/useConfirm/executeConfirm.ts +6 -6
- package/packages/config/use/useConfirm/registerConfirm.js +8 -8
- package/packages/config/use/useConfirm/registerConfirm.ts +7 -7
- package/packages/typings/type.js +2 -2
- package/packages/useType/useType.js +90 -90
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
exports.__esModule = true;
|
|
3
|
-
exports.useProScreenParamsItem = exports.useFormItemParamsType = exports.useTableColumnParamsType = void 0;
|
|
4
|
-
/**
|
|
5
|
-
*
|
|
6
|
-
* @param paramsList
|
|
7
|
-
*
|
|
8
|
-
*/
|
|
9
|
-
var useTypeByProTableParams = function (paramsList) {
|
|
10
|
-
return paramsList;
|
|
11
|
-
};
|
|
12
|
-
//普通表格的单列的配置
|
|
13
|
-
var useTypeByPlainTableParams = function (paramsList) {
|
|
14
|
-
return paramsList;
|
|
15
|
-
};
|
|
16
|
-
// form表单的配置类型
|
|
17
|
-
//input 类型
|
|
18
|
-
var useTypeByInputFormItem = function (params) {
|
|
19
|
-
return params;
|
|
20
|
-
};
|
|
21
|
-
// textarea 类型
|
|
22
|
-
var useTypeTextareaFormItem = function (params) {
|
|
23
|
-
return params;
|
|
24
|
-
};
|
|
25
|
-
// number 类型
|
|
26
|
-
var useTypeNumberFormItem = function (params) {
|
|
27
|
-
return params;
|
|
28
|
-
};
|
|
29
|
-
// select 类型
|
|
30
|
-
var useTypeSelectFormItem = function (params) {
|
|
31
|
-
return params;
|
|
32
|
-
};
|
|
33
|
-
// 时间类型 类型
|
|
34
|
-
var useTypeTimeFormItem = function (params) {
|
|
35
|
-
return params;
|
|
36
|
-
};
|
|
37
|
-
// radio单选框 类型
|
|
38
|
-
var useTypeRadioFormItem = function (params) {
|
|
39
|
-
return params;
|
|
40
|
-
};
|
|
41
|
-
// 单文件上传 类型
|
|
42
|
-
var useTypeSingleUploadFormItem = function (params) {
|
|
43
|
-
return params;
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* pro/plain表格的表头配置
|
|
47
|
-
*/
|
|
48
|
-
var useTableColumnParamsType = function () {
|
|
49
|
-
return {
|
|
50
|
-
/**
|
|
51
|
-
* 页面表格的头部配置
|
|
52
|
-
*/
|
|
53
|
-
useTypeByProTableParams: useTypeByProTableParams,
|
|
54
|
-
/**
|
|
55
|
-
* plain表格的头部配置
|
|
56
|
-
*/
|
|
57
|
-
useTypeByPlainTableParams: useTypeByPlainTableParams
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
exports.useTableColumnParamsType = useTableColumnParamsType;
|
|
61
|
-
/**
|
|
62
|
-
* form表单的各个类型的配置
|
|
63
|
-
*/
|
|
64
|
-
var useFormItemParamsType = function () {
|
|
65
|
-
return {
|
|
66
|
-
//表单类型为input类型
|
|
67
|
-
useTypeByInputFormItem: useTypeByInputFormItem,
|
|
68
|
-
//表单类型为文本域
|
|
69
|
-
useTypeTextareaFormItem: useTypeTextareaFormItem,
|
|
70
|
-
// 数字类型
|
|
71
|
-
useTypeNumberFormItem: useTypeNumberFormItem,
|
|
72
|
-
// 下拉菜单
|
|
73
|
-
useTypeSelectFormItem: useTypeSelectFormItem,
|
|
74
|
-
// 时间类型
|
|
75
|
-
useTypeTimeFormItem: useTypeTimeFormItem,
|
|
76
|
-
// 单选框
|
|
77
|
-
useTypeRadioFormItem: useTypeRadioFormItem,
|
|
78
|
-
// 单文件上传
|
|
79
|
-
useTypeSingleUploadFormItem: useTypeSingleUploadFormItem
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
exports.useFormItemParamsType = useFormItemParamsType;
|
|
83
|
-
var useProScreenParamsItem = function (proScreenItem, auth) {
|
|
84
|
-
if (auth === void 0) { auth = true; }
|
|
85
|
-
if (auth) {
|
|
86
|
-
return proScreenItem;
|
|
87
|
-
}
|
|
88
|
-
return null;
|
|
89
|
-
};
|
|
90
|
-
exports.useProScreenParamsItem = useProScreenParamsItem;
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.useProScreenParamsItem = exports.useFormItemParamsType = exports.useTableColumnParamsType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @param paramsList
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
var useTypeByProTableParams = function (paramsList) {
|
|
10
|
+
return paramsList;
|
|
11
|
+
};
|
|
12
|
+
//普通表格的单列的配置
|
|
13
|
+
var useTypeByPlainTableParams = function (paramsList) {
|
|
14
|
+
return paramsList;
|
|
15
|
+
};
|
|
16
|
+
// form表单的配置类型
|
|
17
|
+
//input 类型
|
|
18
|
+
var useTypeByInputFormItem = function (params) {
|
|
19
|
+
return params;
|
|
20
|
+
};
|
|
21
|
+
// textarea 类型
|
|
22
|
+
var useTypeTextareaFormItem = function (params) {
|
|
23
|
+
return params;
|
|
24
|
+
};
|
|
25
|
+
// number 类型
|
|
26
|
+
var useTypeNumberFormItem = function (params) {
|
|
27
|
+
return params;
|
|
28
|
+
};
|
|
29
|
+
// select 类型
|
|
30
|
+
var useTypeSelectFormItem = function (params) {
|
|
31
|
+
return params;
|
|
32
|
+
};
|
|
33
|
+
// 时间类型 类型
|
|
34
|
+
var useTypeTimeFormItem = function (params) {
|
|
35
|
+
return params;
|
|
36
|
+
};
|
|
37
|
+
// radio单选框 类型
|
|
38
|
+
var useTypeRadioFormItem = function (params) {
|
|
39
|
+
return params;
|
|
40
|
+
};
|
|
41
|
+
// 单文件上传 类型
|
|
42
|
+
var useTypeSingleUploadFormItem = function (params) {
|
|
43
|
+
return params;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* pro/plain表格的表头配置
|
|
47
|
+
*/
|
|
48
|
+
var useTableColumnParamsType = function () {
|
|
49
|
+
return {
|
|
50
|
+
/**
|
|
51
|
+
* 页面表格的头部配置
|
|
52
|
+
*/
|
|
53
|
+
useTypeByProTableParams: useTypeByProTableParams,
|
|
54
|
+
/**
|
|
55
|
+
* plain表格的头部配置
|
|
56
|
+
*/
|
|
57
|
+
useTypeByPlainTableParams: useTypeByPlainTableParams
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
exports.useTableColumnParamsType = useTableColumnParamsType;
|
|
61
|
+
/**
|
|
62
|
+
* form表单的各个类型的配置
|
|
63
|
+
*/
|
|
64
|
+
var useFormItemParamsType = function () {
|
|
65
|
+
return {
|
|
66
|
+
//表单类型为input类型
|
|
67
|
+
useTypeByInputFormItem: useTypeByInputFormItem,
|
|
68
|
+
//表单类型为文本域
|
|
69
|
+
useTypeTextareaFormItem: useTypeTextareaFormItem,
|
|
70
|
+
// 数字类型
|
|
71
|
+
useTypeNumberFormItem: useTypeNumberFormItem,
|
|
72
|
+
// 下拉菜单
|
|
73
|
+
useTypeSelectFormItem: useTypeSelectFormItem,
|
|
74
|
+
// 时间类型
|
|
75
|
+
useTypeTimeFormItem: useTypeTimeFormItem,
|
|
76
|
+
// 单选框
|
|
77
|
+
useTypeRadioFormItem: useTypeRadioFormItem,
|
|
78
|
+
// 单文件上传
|
|
79
|
+
useTypeSingleUploadFormItem: useTypeSingleUploadFormItem
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
exports.useFormItemParamsType = useFormItemParamsType;
|
|
83
|
+
var useProScreenParamsItem = function (proScreenItem, auth) {
|
|
84
|
+
if (auth === void 0) { auth = true; }
|
|
85
|
+
if (auth) {
|
|
86
|
+
return proScreenItem;
|
|
87
|
+
}
|
|
88
|
+
return null;
|
|
89
|
+
};
|
|
90
|
+
exports.useProScreenParamsItem = useProScreenParamsItem;
|