@lingxiteam/assets 4.3.2-alpha.4 → 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.
|
@@ -121,6 +121,54 @@ export var pcEnUS = {
|
|
|
121
121
|
事件: 'Event',
|
|
122
122
|
刷新: 'Refresh',
|
|
123
123
|
事件入参: 'Event Params',
|
|
124
|
-
数据通信: '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'
|
|
125
173
|
};
|
|
126
174
|
export default pcEnUS;
|
|
@@ -127,6 +127,54 @@ var pcEnUS = exports.pcEnUS = {
|
|
|
127
127
|
事件: 'Event',
|
|
128
128
|
刷新: 'Refresh',
|
|
129
129
|
事件入参: 'Event Params',
|
|
130
|
-
数据通信: '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'
|
|
131
179
|
};
|
|
132
180
|
var _default = exports.default = pcEnUS;
|