@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.
Files changed (53) hide show
  1. package/es/IconSvg/index.js +1 -0
  2. package/es/rootConfig/mobile/BusiComp.d.ts +0 -17
  3. package/es/rootConfig/mobile/BusiComp.js +20 -26
  4. package/es/rootConfig/mobile/MobileModal.js +3 -3
  5. package/es/rootConfig/mobile/MobilePopover.js +3 -3
  6. package/es/rootConfig/mobile/index.d.ts +4 -4
  7. package/es/rootConfig/mobile/index.js +4 -4
  8. package/es/rootConfig/mobile/page.js +3 -3
  9. package/es/rootConfig/pc/BusiComp.d.ts +0 -17
  10. package/es/rootConfig/pc/BusiComp.js +20 -26
  11. package/es/rootConfig/pc/Drawer.js +3 -3
  12. package/es/rootConfig/pc/Modal.js +3 -3
  13. package/es/rootConfig/pc/Popover.js +3 -3
  14. package/es/rootConfig/pc/index.d.ts +5 -5
  15. package/es/rootConfig/pc/index.js +5 -5
  16. package/es/rootConfig/pc/page.js +3 -3
  17. package/es/rootConfig/todoActionList.d.ts +1 -3797
  18. package/es/rootConfig/todoActionList.js +127 -38
  19. package/es/security/const.js +0 -1
  20. package/es/security/encipher/sign.d.ts +1 -0
  21. package/es/security/encipher/sign.js +4 -2
  22. package/es/security/fetch.d.ts +1 -1
  23. package/es/security/fetch.js +79 -74
  24. package/es/security/index.d.ts +1 -1
  25. package/es/security/index.js +3 -3
  26. package/es/utils/url.d.ts +1 -1
  27. package/es/utils/url.js +3 -2
  28. package/lib/IconSvg/index.js +1 -0
  29. package/lib/rootConfig/mobile/BusiComp.d.ts +0 -17
  30. package/lib/rootConfig/mobile/BusiComp.js +20 -26
  31. package/lib/rootConfig/mobile/MobileModal.js +3 -3
  32. package/lib/rootConfig/mobile/MobilePopover.js +3 -3
  33. package/lib/rootConfig/mobile/index.d.ts +4 -4
  34. package/lib/rootConfig/mobile/page.js +3 -3
  35. package/lib/rootConfig/pc/BusiComp.d.ts +0 -17
  36. package/lib/rootConfig/pc/BusiComp.js +20 -26
  37. package/lib/rootConfig/pc/Drawer.js +3 -3
  38. package/lib/rootConfig/pc/Modal.js +3 -3
  39. package/lib/rootConfig/pc/Popover.js +3 -3
  40. package/lib/rootConfig/pc/index.d.ts +5 -5
  41. package/lib/rootConfig/pc/page.js +3 -3
  42. package/lib/rootConfig/todoActionList.d.ts +1 -3797
  43. package/lib/rootConfig/todoActionList.js +127 -38
  44. package/lib/security/const.js +0 -1
  45. package/lib/security/encipher/sign.d.ts +1 -0
  46. package/lib/security/encipher/sign.js +4 -2
  47. package/lib/security/fetch.d.ts +1 -1
  48. package/lib/security/fetch.js +79 -74
  49. package/lib/security/index.d.ts +1 -1
  50. package/lib/security/index.js +3 -3
  51. package/lib/utils/url.d.ts +1 -1
  52. package/lib/utils/url.js +3 -2
  53. package/package.json +1 -1
@@ -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
- label: '组件类型',
71
- type: 'Select',
72
- groupsName: '基础',
73
- props: {
74
- required: true,
75
- options: [{
76
- value: 'manager',
77
- title: '平台'
78
- }, {
79
- value: 'tenant',
80
- title: '团队'
81
- }, {
82
- value: 'project',
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: "app-page",
100
- catalogItemType: "APPPAGE",
101
- visibleControlCode: "app-page-add-group"
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: "app-page",
97
- catalogItemType: "APPPAGE",
98
- visibleControlCode: "app-page-add-group"
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 "./BusiComp";
2
- export { default as MobileModal } from "./MobileModal";
3
- export { default as MobilePopover } from "./MobilePopover";
4
- export { default as Page } from "./page";
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 "./BusiComp";
2
- export { default as MobileModal } from "./MobileModal";
3
- export { default as MobilePopover } from "./MobilePopover";
4
- export { default as Page } from "./page";
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: "app-page",
149
- catalogItemType: "APPPAGE",
150
- visibleControlCode: "app-page-add-group"
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
- label: '组件类型',
103
- type: 'Select',
104
- groupsName: '基础',
105
- props: {
106
- required: true,
107
- options: [{
108
- value: 'manager',
109
- title: '平台'
110
- }, {
111
- value: 'tenant',
112
- title: '团队'
113
- }, {
114
- value: 'project',
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: "page",
143
- catalogItemType: "PAGE",
144
- visibleControlCode: "page-add-group"
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: "page",
144
- catalogItemType: "PAGE",
145
- visibleControlCode: "page-add-group"
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: "page",
137
- catalogItemType: "PAGE",
138
- visibleControlCode: "page-add-group"
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 "./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
+ 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 "./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
+ 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';
@@ -153,9 +153,9 @@ export default {
153
153
  props: {
154
154
  required: true,
155
155
  options: [],
156
- mold: "page",
157
- catalogItemType: "PAGE",
158
- visibleControlCode: "page-add-group"
156
+ mold: 'page',
157
+ catalogItemType: 'PAGE',
158
+ visibleControlCode: 'page-add-group'
159
159
  }
160
160
  },
161
161
  scenarioList: {