@lingxiteam/assets 3.4.1-alpha.2 → 3.5.1-alpha.1
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/es/IconSvg/index.js +1 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -17
- package/es/rootConfig/mobile/BusiComp.js +20 -26
- package/es/rootConfig/mobile/MobileModal.js +3 -3
- package/es/rootConfig/mobile/MobilePopover.js +3 -3
- package/es/rootConfig/mobile/index.d.ts +4 -4
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.js +3 -3
- package/es/rootConfig/pc/BusiComp.d.ts +0 -17
- package/es/rootConfig/pc/BusiComp.js +20 -26
- package/es/rootConfig/pc/Drawer.js +3 -3
- package/es/rootConfig/pc/Modal.js +3 -3
- package/es/rootConfig/pc/Popover.js +3 -3
- package/es/rootConfig/pc/index.d.ts +5 -5
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.js +3 -3
- package/es/rootConfig/todoActionList.d.ts +1 -3797
- package/es/rootConfig/todoActionList.js +127 -38
- package/es/security/const.js +0 -1
- package/es/security/encipher/sign.d.ts +1 -0
- package/es/security/encipher/sign.js +4 -2
- package/es/security/fetch.d.ts +1 -1
- package/es/security/fetch.js +79 -74
- package/es/security/index.d.ts +1 -1
- package/es/security/index.js +3 -3
- package/es/utils/url.d.ts +1 -1
- package/es/utils/url.js +3 -2
- package/lib/IconSvg/index.js +1 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -17
- package/lib/rootConfig/mobile/BusiComp.js +20 -26
- package/lib/rootConfig/mobile/MobileModal.js +3 -3
- package/lib/rootConfig/mobile/MobilePopover.js +3 -3
- package/lib/rootConfig/mobile/index.d.ts +4 -4
- package/lib/rootConfig/mobile/page.js +3 -3
- package/lib/rootConfig/pc/BusiComp.d.ts +0 -17
- package/lib/rootConfig/pc/BusiComp.js +20 -26
- package/lib/rootConfig/pc/Drawer.js +3 -3
- package/lib/rootConfig/pc/Modal.js +3 -3
- package/lib/rootConfig/pc/Popover.js +3 -3
- package/lib/rootConfig/pc/index.d.ts +5 -5
- package/lib/rootConfig/pc/page.js +3 -3
- package/lib/rootConfig/todoActionList.d.ts +1 -3797
- package/lib/rootConfig/todoActionList.js +127 -38
- package/lib/security/const.js +0 -1
- package/lib/security/encipher/sign.d.ts +1 -0
- package/lib/security/encipher/sign.js +4 -2
- package/lib/security/fetch.d.ts +1 -1
- package/lib/security/fetch.js +79 -74
- package/lib/security/index.d.ts +1 -1
- package/lib/security/index.js +3 -3
- package/lib/utils/url.d.ts +1 -1
- package/lib/utils/url.js +3 -2
- package/package.json +1 -1
package/es/IconSvg/index.js
CHANGED
|
@@ -10,6 +10,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
import { getSvgImageBase64 } from '../utils/img';
|
|
12
12
|
var IconSvg = function IconSvg(props) {
|
|
13
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
13
14
|
var _props$style = props.style,
|
|
14
15
|
style = _props$style === void 0 ? {} : _props$style,
|
|
15
16
|
src = props.src,
|
|
@@ -34,18 +34,6 @@ declare const _default: {
|
|
|
34
34
|
required: boolean;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
-
objType: {
|
|
38
|
-
label: string;
|
|
39
|
-
type: string;
|
|
40
|
-
groupsName: string;
|
|
41
|
-
props: {
|
|
42
|
-
required: boolean;
|
|
43
|
-
options: {
|
|
44
|
-
value: string;
|
|
45
|
-
title: string;
|
|
46
|
-
}[];
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
37
|
catalogItemId: {
|
|
50
38
|
label: string;
|
|
51
39
|
type: string;
|
|
@@ -60,11 +48,6 @@ declare const _default: {
|
|
|
60
48
|
type: string;
|
|
61
49
|
groupsName: string;
|
|
62
50
|
};
|
|
63
|
-
busiCompAttrList: {
|
|
64
|
-
label: string;
|
|
65
|
-
type: string;
|
|
66
|
-
groupsName: string;
|
|
67
|
-
};
|
|
68
51
|
};
|
|
69
52
|
todoStyles: {};
|
|
70
53
|
};
|
|
@@ -66,27 +66,20 @@ export default {
|
|
|
66
66
|
required: true
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
objType: {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
title: '项目'
|
|
84
|
-
}, {
|
|
85
|
-
value: 'app',
|
|
86
|
-
title: '应用'
|
|
87
|
-
}]
|
|
88
|
-
}
|
|
89
|
-
},
|
|
69
|
+
// objType: {
|
|
70
|
+
// label: '组件类型',
|
|
71
|
+
// type: 'Select',
|
|
72
|
+
// groupsName: '基础',
|
|
73
|
+
// props: {
|
|
74
|
+
// required: true,
|
|
75
|
+
// options: [
|
|
76
|
+
// { value: 'manager', title: '平台' },
|
|
77
|
+
// { value: 'tenant', title: '团队' },
|
|
78
|
+
// { value: 'project', title: '项目' },
|
|
79
|
+
// { value: 'app', title: '应用' },
|
|
80
|
+
// ],
|
|
81
|
+
// },
|
|
82
|
+
// },
|
|
90
83
|
catalogItemId: {
|
|
91
84
|
label: '分组',
|
|
92
85
|
type: 'CatalogTreeSelect',
|
|
@@ -100,12 +93,13 @@ export default {
|
|
|
100
93
|
label: '组件状态',
|
|
101
94
|
type: 'ParamsDefine',
|
|
102
95
|
groupsName: '组件状态'
|
|
103
|
-
},
|
|
104
|
-
busiCompAttrList: {
|
|
105
|
-
label: '扩展属性',
|
|
106
|
-
type: 'SetExtendAttr',
|
|
107
|
-
groupsName: '基础'
|
|
108
96
|
}
|
|
97
|
+
// busiCompAttrList: {
|
|
98
|
+
// label: '扩展属性',
|
|
99
|
+
// type: 'SetExtendAttr',
|
|
100
|
+
// groupsName: '基础',
|
|
101
|
+
// },
|
|
109
102
|
},
|
|
103
|
+
|
|
110
104
|
todoStyles: {}
|
|
111
105
|
};
|
|
@@ -96,9 +96,9 @@ export default {
|
|
|
96
96
|
props: {
|
|
97
97
|
required: true,
|
|
98
98
|
options: [],
|
|
99
|
-
mold:
|
|
100
|
-
catalogItemType:
|
|
101
|
-
visibleControlCode:
|
|
99
|
+
mold: 'app-page',
|
|
100
|
+
catalogItemType: 'APPPAGE',
|
|
101
|
+
visibleControlCode: 'app-page-add-group'
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
scenarioList: {
|
|
@@ -93,9 +93,9 @@ export default {
|
|
|
93
93
|
props: {
|
|
94
94
|
required: true,
|
|
95
95
|
options: [],
|
|
96
|
-
mold:
|
|
97
|
-
catalogItemType:
|
|
98
|
-
visibleControlCode:
|
|
96
|
+
mold: 'app-page',
|
|
97
|
+
catalogItemType: 'APPPAGE',
|
|
98
|
+
visibleControlCode: 'app-page-add-group'
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
remark: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as BusiComp } from
|
|
2
|
-
export { default as MobileModal } from
|
|
3
|
-
export { default as MobilePopover } from
|
|
4
|
-
export { default as Page } from
|
|
1
|
+
export { default as BusiComp } from './BusiComp';
|
|
2
|
+
export { default as MobileModal } from './MobileModal';
|
|
3
|
+
export { default as MobilePopover } from './MobilePopover';
|
|
4
|
+
export { default as Page } from './page';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as BusiComp } from
|
|
2
|
-
export { default as MobileModal } from
|
|
3
|
-
export { default as MobilePopover } from
|
|
4
|
-
export { default as Page } from
|
|
1
|
+
export { default as BusiComp } from './BusiComp';
|
|
2
|
+
export { default as MobileModal } from './MobileModal';
|
|
3
|
+
export { default as MobilePopover } from './MobilePopover';
|
|
4
|
+
export { default as Page } from './page';
|
|
@@ -145,9 +145,9 @@ export default {
|
|
|
145
145
|
props: {
|
|
146
146
|
required: true,
|
|
147
147
|
options: [],
|
|
148
|
-
mold:
|
|
149
|
-
catalogItemType:
|
|
150
|
-
visibleControlCode:
|
|
148
|
+
mold: 'app-page',
|
|
149
|
+
catalogItemType: 'APPPAGE',
|
|
150
|
+
visibleControlCode: 'app-page-add-group'
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
scenarioList: {
|
|
@@ -33,18 +33,6 @@ declare const _default: {
|
|
|
33
33
|
required: boolean;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
|
-
objType: {
|
|
37
|
-
label: string;
|
|
38
|
-
type: string;
|
|
39
|
-
groupsName: string;
|
|
40
|
-
props: {
|
|
41
|
-
required: boolean;
|
|
42
|
-
options: {
|
|
43
|
-
value: string;
|
|
44
|
-
title: string;
|
|
45
|
-
}[];
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
36
|
catalogItemId: {
|
|
49
37
|
label: string;
|
|
50
38
|
type: string;
|
|
@@ -59,11 +47,6 @@ declare const _default: {
|
|
|
59
47
|
type: string;
|
|
60
48
|
groupsName: string;
|
|
61
49
|
};
|
|
62
|
-
busiCompAttrList: {
|
|
63
|
-
label: string;
|
|
64
|
-
type: string;
|
|
65
|
-
groupsName: string;
|
|
66
|
-
};
|
|
67
50
|
};
|
|
68
51
|
todoStyles: {};
|
|
69
52
|
};
|
|
@@ -98,27 +98,20 @@ export default {
|
|
|
98
98
|
required: true
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
objType: {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
title: '项目'
|
|
116
|
-
}, {
|
|
117
|
-
value: 'app',
|
|
118
|
-
title: '应用'
|
|
119
|
-
}]
|
|
120
|
-
}
|
|
121
|
-
},
|
|
101
|
+
// objType: {
|
|
102
|
+
// label: '组件类型',
|
|
103
|
+
// type: 'Select',
|
|
104
|
+
// groupsName: '基础',
|
|
105
|
+
// props: {
|
|
106
|
+
// required: true,
|
|
107
|
+
// options: [
|
|
108
|
+
// { value: 'manager', title: '平台' },
|
|
109
|
+
// { value: 'tenant', title: '团队' },
|
|
110
|
+
// { value: 'project', title: '项目' },
|
|
111
|
+
// { value: 'app', title: '应用' },
|
|
112
|
+
// ],
|
|
113
|
+
// },
|
|
114
|
+
// },
|
|
122
115
|
catalogItemId: {
|
|
123
116
|
label: '分组',
|
|
124
117
|
type: 'CatalogTreeSelect',
|
|
@@ -132,12 +125,13 @@ export default {
|
|
|
132
125
|
label: '组件状态',
|
|
133
126
|
type: 'ParamsDefine',
|
|
134
127
|
groupsName: '组件状态'
|
|
135
|
-
},
|
|
136
|
-
busiCompAttrList: {
|
|
137
|
-
label: '扩展属性',
|
|
138
|
-
type: 'SetExtendAttr',
|
|
139
|
-
groupsName: '基础'
|
|
140
128
|
}
|
|
129
|
+
// busiCompAttrList: {
|
|
130
|
+
// label: '扩展属性',
|
|
131
|
+
// type: 'SetExtendAttr',
|
|
132
|
+
// groupsName: '基础',
|
|
133
|
+
// },
|
|
141
134
|
},
|
|
135
|
+
|
|
142
136
|
todoStyles: {}
|
|
143
137
|
};
|
|
@@ -139,9 +139,9 @@ export default {
|
|
|
139
139
|
props: {
|
|
140
140
|
required: true,
|
|
141
141
|
options: [],
|
|
142
|
-
mold:
|
|
143
|
-
catalogItemType:
|
|
144
|
-
visibleControlCode:
|
|
142
|
+
mold: 'page',
|
|
143
|
+
catalogItemType: 'PAGE',
|
|
144
|
+
visibleControlCode: 'page-add-group'
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
drawerTitle: {
|
|
@@ -140,9 +140,9 @@ export default {
|
|
|
140
140
|
props: {
|
|
141
141
|
required: true,
|
|
142
142
|
options: [],
|
|
143
|
-
mold:
|
|
144
|
-
catalogItemType:
|
|
145
|
-
visibleControlCode:
|
|
143
|
+
mold: 'page',
|
|
144
|
+
catalogItemType: 'PAGE',
|
|
145
|
+
visibleControlCode: 'page-add-group'
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
modalTitle: {
|
|
@@ -133,9 +133,9 @@ export default {
|
|
|
133
133
|
props: {
|
|
134
134
|
required: true,
|
|
135
135
|
options: [],
|
|
136
|
-
mold:
|
|
137
|
-
catalogItemType:
|
|
138
|
-
visibleControlCode:
|
|
136
|
+
mold: 'page',
|
|
137
|
+
catalogItemType: 'PAGE',
|
|
138
|
+
visibleControlCode: 'page-add-group'
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
scenarioList: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as BusiComp } from
|
|
2
|
-
export { default as Drawer } from
|
|
3
|
-
export { default as Popover } from
|
|
4
|
-
export { default as Page } from
|
|
5
|
-
export { default as Modal } from
|
|
1
|
+
export { default as BusiComp } from './BusiComp';
|
|
2
|
+
export { default as Drawer } from './Drawer';
|
|
3
|
+
export { default as Popover } from './Popover';
|
|
4
|
+
export { default as Page } from './page';
|
|
5
|
+
export { default as Modal } from './Modal';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as BusiComp } from
|
|
2
|
-
export { default as Drawer } from
|
|
3
|
-
export { default as Popover } from
|
|
4
|
-
export { default as Page } from
|
|
5
|
-
export { default as Modal } from
|
|
1
|
+
export { default as BusiComp } from './BusiComp';
|
|
2
|
+
export { default as Drawer } from './Drawer';
|
|
3
|
+
export { default as Popover } from './Popover';
|
|
4
|
+
export { default as Page } from './page';
|
|
5
|
+
export { default as Modal } from './Modal';
|
package/es/rootConfig/pc/page.js
CHANGED
|
@@ -153,9 +153,9 @@ export default {
|
|
|
153
153
|
props: {
|
|
154
154
|
required: true,
|
|
155
155
|
options: [],
|
|
156
|
-
mold:
|
|
157
|
-
catalogItemType:
|
|
158
|
-
visibleControlCode:
|
|
156
|
+
mold: 'page',
|
|
157
|
+
catalogItemType: 'PAGE',
|
|
158
|
+
visibleControlCode: 'page-add-group'
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
scenarioList: {
|