@ibiz-template/mob-theme 4.11.0 → 4.12.0

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 (22) hide show
  1. package/dist/index.system.min.js +3 -3
  2. package/es/index.mjs +3 -0
  3. package/es/publish/app-login-view.mjs +6 -0
  4. package/es/publish/locale/en.mjs +146 -0
  5. package/es/publish/locale/index.mjs +4 -0
  6. package/es/publish/locale/zh-cn.mjs +22 -0
  7. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +12 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +12 -0
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +12 -0
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +12 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +12 -0
  12. package/lib/index.cjs +5 -0
  13. package/lib/publish/app-login-view.cjs +6 -0
  14. package/lib/publish/locale/en.cjs +150 -0
  15. package/lib/publish/locale/index.cjs +9 -0
  16. package/lib/publish/locale/zh-cn.cjs +26 -0
  17. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +12 -0
  18. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +12 -0
  19. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +12 -0
  20. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +12 -0
  21. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +12 -0
  22. package/package.json +1 -1
@@ -212,6 +212,12 @@ var DEMobWFDynaStartView = {
212
212
  "uiactionId": "view_cancelaction",
213
213
  "renderMode": "BUTTON",
214
214
  "tooltip": "\u53D6\u6D88",
215
+ "tooltipLanguageRes": {
216
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
217
+ },
218
+ "capLanguageRes": {
219
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
220
+ },
215
221
  "caption": "\u53D6\u6D88",
216
222
  "itemStyle": "DEFAULT",
217
223
  "itemType": "BUTTON",
@@ -229,6 +235,12 @@ var DEMobWFDynaStartView = {
229
235
  "uiactionId": "view_okaction",
230
236
  "renderMode": "BUTTON",
231
237
  "tooltip": "\u786E\u5B9A",
238
+ "tooltipLanguageRes": {
239
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
240
+ },
241
+ "capLanguageRes": {
242
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
243
+ },
232
244
  "caption": "\u786E\u5B9A",
233
245
  "itemStyle": "DEFAULT",
234
246
  "itemType": "BUTTON",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/mob-theme",
3
- "version": "4.11.0",
3
+ "version": "4.12.0",
4
4
  "description": "移动端主题样式集",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",