@lingxiteam/assets 4.3.2-alpha.3 → 4.3.2-alpha.5

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.
@@ -9,6 +9,90 @@ export var pcEnUS = {
9
9
  'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
10
10
  'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Unstated Custom Event',
11
11
  'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable cache (e.g.: Page A jumps to Page B, Page B needs to call the custom event of Page A, then Page A needs to enable cache);',
12
+ 'pc.busiComp.todoEvents.onLoaded.label': 'Component Loaded',
13
+ 'pc.busiComp.todoEvents.useEffect.label': 'On business component state change',
14
+ 'pc.page.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
15
+ 'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
16
+ 'pc.page.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
17
+ 'pc.page.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
18
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
19
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
20
+ 'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
21
+ 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
22
+ 'pc.page.todoEvents.useEffect.label': 'Page Loaded',
23
+ 'pc.page.todoEvents.stateChange.label': 'On component state change',
24
+ 'pc.page.todoEvents.onPageCacheRefresh.label': 'Page Cache Refresh',
25
+ 'pc.page.todoEvents.onPageCacheRefresh.params.0.title': 'Return Page Data Information',
26
+ 'pc.page.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
27
+ 'pc.page.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
28
+ 'pc.page.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
29
+ 'pc.page.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
30
+ 'pc.page.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
31
+ 'pc.page.todoProps.pageDynamicFlag.props.description': 'When enabled, the page will be kept alive (reopening the page will not remount and the page data will not be destroyed). Can be used with custom page cache clear events to destroy the page.',
32
+ 'pc.page.todoProps.isMenu.props.description': 'When enabled, the preview will display this menu; during sync the page will be synchronized as a menu to the base portal',
33
+ 'pc.page.todoProps.searchParams.label': 'URL Parameters',
34
+ 'pc.page.todoProps.searchParams.groupsName': 'URL Parameters',
35
+ 'pc.modal.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
36
+ 'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
37
+ 'pc.modal.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
38
+ 'pc.modal.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
39
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
40
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
41
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
42
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
43
+ 'pc.modal.todoEvents.stateChange.label': 'On component state change',
44
+ 'pc.modal.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
45
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
46
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
47
+ 'pc.modal.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
48
+ 'pc.modal.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
49
+ 'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
50
+ 'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
51
+ 'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
52
+ 'pc.modal.todoProps.width.props.options.3.title': 'xl(1200*auto)',
53
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': 'Click overlay to close modal',
54
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.1.title': 'Click overlay does not close modal',
55
+ 'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
56
+ 'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
57
+ 'pc.drawer.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
58
+ 'pc.drawer.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
59
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
60
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
61
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
62
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
63
+ 'pc.drawer.todoEvents.useEffect.label': 'After drawer opens',
64
+ 'pc.drawer.todoEvents.stateChange.label': 'On component state change',
65
+ 'pc.drawer.todoEvents.willUnmount.label': 'Before drawer closes',
66
+ 'pc.drawer.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
67
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
68
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
69
+ 'pc.drawer.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
70
+ 'pc.drawer.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
71
+ 'pc.drawer.todoProps.width.props.options.0.title': 's',
72
+ 'pc.drawer.todoProps.width.props.options.1.title': 'm',
73
+ 'pc.drawer.todoProps.width.props.options.2.title': 'l',
74
+ 'pc.drawer.todoProps.width.props.options.3.title': 'xl',
75
+ 'pc.drawer.todoProps.height.props.options.0.title': 's',
76
+ 'pc.drawer.todoProps.height.props.options.1.title': 'm',
77
+ 'pc.drawer.todoProps.height.props.options.2.title': 'l',
78
+ 'pc.drawer.todoProps.height.props.options.3.title': 'xl',
79
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': 'Click overlay to close drawer',
80
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.1.title': 'Click overlay does not close drawer',
81
+ 'pc.popover.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
82
+ 'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
83
+ 'pc.popover.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
84
+ 'pc.popover.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
85
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
86
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
87
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
88
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
89
+ 'pc.popover.todoEvents.useEffect.label': 'Popover Loaded',
90
+ 'pc.popover.todoEvents.stateChange.label': 'On component state change',
91
+ 'pc.popover.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
92
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
93
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
94
+ 'pc.popover.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
95
+ 'pc.popover.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
12
96
  业务组件: 'Business Component',
13
97
  业务主键: 'Business Primary Key',
14
98
  业务场景: 'Business Scenario',
@@ -37,6 +121,54 @@ export var pcEnUS = {
37
121
  事件: 'Event',
38
122
  刷新: 'Refresh',
39
123
  事件入参: 'Event Params',
40
- 数据通信: 'Data Communication'
124
+ 数据通信: 'Data Communication',
125
+ 组件卸载: 'Component Unmount',
126
+ 名称: 'Name',
127
+ 基础: 'Basic',
128
+ 分组: 'Group',
129
+ 组件状态: 'Component Status',
130
+ 方法: 'Method',
131
+ 方法编码: 'Method Code',
132
+ 方法名称: 'Method Name',
133
+ 页面: 'Page',
134
+ 页面退出: 'Page Exit',
135
+ 场景描述: 'Scenario Description',
136
+ 适用场景: 'Applicable Scenarios',
137
+ 路径: 'Path',
138
+ 描述: 'Description',
139
+ 功能组件: 'Functional Component',
140
+ 免登录: 'No Login Required',
141
+ 页面缓存: 'Page Cache',
142
+ 设置为菜单: 'Set as Menu',
143
+ 标签: 'Label',
144
+ 路由数据: 'Route Data',
145
+ 弹窗: 'Modal',
146
+ 弹窗打开后: 'After modal opens',
147
+ 弹窗关闭前: 'Before modal closes',
148
+ 点击确认: 'Click Confirm',
149
+ 点击取消: 'Click Cancel',
150
+ 弹窗标题: 'Modal Title',
151
+ 弹窗大小: 'Modal Size',
152
+ 自定义: 'Custom',
153
+ 宽度: 'Width',
154
+ 高度: 'Height',
155
+ 底部内容: 'Footer Content',
156
+ 显示: 'Show',
157
+ 隐藏: 'Hide',
158
+ 主按钮文本: 'Primary Button Text',
159
+ 次按钮文本: 'Secondary Button Text',
160
+ 关闭方式: 'Close Method',
161
+ 抽屉: 'Drawer',
162
+ 推拉门标题: 'Drawer Title',
163
+ 抽屉方向: 'Drawer Direction',
164
+ 上: 'Top',
165
+ 右: 'Right',
166
+ 下: 'Bottom',
167
+ 左: 'Left',
168
+ 推拉门宽度: 'Drawer Width',
169
+ 推拉门高度: 'Drawer Height',
170
+ 气泡卡片: 'Popover Card',
171
+ 浮窗关闭: 'Floating Window Closed',
172
+ 显示标题: 'Show Title'
41
173
  };
42
174
  export default pcEnUS;
@@ -15,6 +15,90 @@ var pcEnUS = exports.pcEnUS = {
15
15
  'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
16
16
  'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Unstated Custom Event',
17
17
  'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable cache (e.g.: Page A jumps to Page B, Page B needs to call the custom event of Page A, then Page A needs to enable cache);',
18
+ 'pc.busiComp.todoEvents.onLoaded.label': 'Component Loaded',
19
+ 'pc.busiComp.todoEvents.useEffect.label': 'On business component state change',
20
+ 'pc.page.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
21
+ 'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
22
+ 'pc.page.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
23
+ 'pc.page.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
24
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
25
+ 'pc.page.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
26
+ 'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
27
+ 'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
28
+ 'pc.page.todoEvents.useEffect.label': 'Page Loaded',
29
+ 'pc.page.todoEvents.stateChange.label': 'On component state change',
30
+ 'pc.page.todoEvents.onPageCacheRefresh.label': 'Page Cache Refresh',
31
+ 'pc.page.todoEvents.onPageCacheRefresh.params.0.title': 'Return Page Data Information',
32
+ 'pc.page.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
33
+ 'pc.page.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
34
+ 'pc.page.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
35
+ 'pc.page.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
36
+ 'pc.page.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
37
+ 'pc.page.todoProps.pageDynamicFlag.props.description': 'When enabled, the page will be kept alive (reopening the page will not remount and the page data will not be destroyed). Can be used with custom page cache clear events to destroy the page.',
38
+ 'pc.page.todoProps.isMenu.props.description': 'When enabled, the preview will display this menu; during sync the page will be synchronized as a menu to the base portal',
39
+ 'pc.page.todoProps.searchParams.label': 'URL Parameters',
40
+ 'pc.page.todoProps.searchParams.groupsName': 'URL Parameters',
41
+ 'pc.modal.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
42
+ 'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
43
+ 'pc.modal.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
44
+ 'pc.modal.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
45
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
46
+ 'pc.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
47
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
48
+ 'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
49
+ 'pc.modal.todoEvents.stateChange.label': 'On component state change',
50
+ 'pc.modal.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
51
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
52
+ 'pc.modal.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
53
+ 'pc.modal.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
54
+ 'pc.modal.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
55
+ 'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
56
+ 'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
57
+ 'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
58
+ 'pc.modal.todoProps.width.props.options.3.title': 'xl(1200*auto)',
59
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': 'Click overlay to close modal',
60
+ 'pc.modal.todoProps.closeOnClickOverlay.props.options.1.title': 'Click overlay does not close modal',
61
+ 'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
62
+ 'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
63
+ 'pc.drawer.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
64
+ 'pc.drawer.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
65
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
66
+ 'pc.drawer.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
67
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
68
+ 'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
69
+ 'pc.drawer.todoEvents.useEffect.label': 'After drawer opens',
70
+ 'pc.drawer.todoEvents.stateChange.label': 'On component state change',
71
+ 'pc.drawer.todoEvents.willUnmount.label': 'Before drawer closes',
72
+ 'pc.drawer.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
73
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
74
+ 'pc.drawer.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
75
+ 'pc.drawer.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
76
+ 'pc.drawer.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
77
+ 'pc.drawer.todoProps.width.props.options.0.title': 's',
78
+ 'pc.drawer.todoProps.width.props.options.1.title': 'm',
79
+ 'pc.drawer.todoProps.width.props.options.2.title': 'l',
80
+ 'pc.drawer.todoProps.width.props.options.3.title': 'xl',
81
+ 'pc.drawer.todoProps.height.props.options.0.title': 's',
82
+ 'pc.drawer.todoProps.height.props.options.1.title': 'm',
83
+ 'pc.drawer.todoProps.height.props.options.2.title': 'l',
84
+ 'pc.drawer.todoProps.height.props.options.3.title': 'xl',
85
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': 'Click overlay to close drawer',
86
+ 'pc.drawer.todoProps.closeOnClickOverlay.props.options.1.title': 'Click overlay does not close drawer',
87
+ 'pc.popover.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
88
+ 'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
89
+ 'pc.popover.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
90
+ 'pc.popover.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time',
91
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
92
+ 'pc.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
93
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
94
+ 'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen',
95
+ 'pc.popover.todoEvents.useEffect.label': 'Popover Loaded',
96
+ 'pc.popover.todoEvents.stateChange.label': 'On component state change',
97
+ 'pc.popover.todoEvents.usePageEndRequest.label': 'Page Load Request Finished',
98
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': 'In the page loaded event, the callback runs after all events finish executing (including asynchronous requests in the page loaded event; note: timer-related actions are not counted for callback time).',
99
+ 'pc.popover.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can set page loading in the page loaded event and cancel loading in the page load request end event to ensure data is filled back correctly during asynchronous requests and prevent users from submitting incorrect data.',
100
+ 'pc.popover.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
101
+ 'pc.popover.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
18
102
  业务组件: 'Business Component',
19
103
  业务主键: 'Business Primary Key',
20
104
  业务场景: 'Business Scenario',
@@ -43,6 +127,54 @@ var pcEnUS = exports.pcEnUS = {
43
127
  事件: 'Event',
44
128
  刷新: 'Refresh',
45
129
  事件入参: 'Event Params',
46
- 数据通信: 'Data Communication'
130
+ 数据通信: 'Data Communication',
131
+ 组件卸载: 'Component Unmount',
132
+ 名称: 'Name',
133
+ 基础: 'Basic',
134
+ 分组: 'Group',
135
+ 组件状态: 'Component Status',
136
+ 方法: 'Method',
137
+ 方法编码: 'Method Code',
138
+ 方法名称: 'Method Name',
139
+ 页面: 'Page',
140
+ 页面退出: 'Page Exit',
141
+ 场景描述: 'Scenario Description',
142
+ 适用场景: 'Applicable Scenarios',
143
+ 路径: 'Path',
144
+ 描述: 'Description',
145
+ 功能组件: 'Functional Component',
146
+ 免登录: 'No Login Required',
147
+ 页面缓存: 'Page Cache',
148
+ 设置为菜单: 'Set as Menu',
149
+ 标签: 'Label',
150
+ 路由数据: 'Route Data',
151
+ 弹窗: 'Modal',
152
+ 弹窗打开后: 'After modal opens',
153
+ 弹窗关闭前: 'Before modal closes',
154
+ 点击确认: 'Click Confirm',
155
+ 点击取消: 'Click Cancel',
156
+ 弹窗标题: 'Modal Title',
157
+ 弹窗大小: 'Modal Size',
158
+ 自定义: 'Custom',
159
+ 宽度: 'Width',
160
+ 高度: 'Height',
161
+ 底部内容: 'Footer Content',
162
+ 显示: 'Show',
163
+ 隐藏: 'Hide',
164
+ 主按钮文本: 'Primary Button Text',
165
+ 次按钮文本: 'Secondary Button Text',
166
+ 关闭方式: 'Close Method',
167
+ 抽屉: 'Drawer',
168
+ 推拉门标题: 'Drawer Title',
169
+ 抽屉方向: 'Drawer Direction',
170
+ 上: 'Top',
171
+ 右: 'Right',
172
+ 下: 'Bottom',
173
+ 左: 'Left',
174
+ 推拉门宽度: 'Drawer Width',
175
+ 推拉门高度: 'Drawer Height',
176
+ 气泡卡片: 'Popover Card',
177
+ 浮窗关闭: 'Floating Window Closed',
178
+ 显示标题: 'Show Title'
47
179
  };
48
180
  var _default = exports.default = pcEnUS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/assets",
3
- "version": "4.3.2-alpha.3",
3
+ "version": "4.3.2-alpha.5",
4
4
  "description": "灵犀低代码平台移动端 - 工具类",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",