@wlydfe/pro-ui 0.2.20 → 0.2.23
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/README.md +1 -0
- package/es/components/page/index.d.ts +48 -3
- package/es/components/page/src/index.vue.d.ts +16 -1
- package/es/components/search/index.d.ts +19 -0
- package/es/components/search/src/index.vue.d.ts +3 -0
- package/es/components/search/src/index.vue2.mjs +83 -57
- package/es/components/search/src/type.d.ts +6 -0
- package/es/components/table/src/table-action-bar.vue.d.ts +46 -2
- package/es/components/table/src/table-action-bar.vue2.mjs +7 -6
- package/es/components/table/src/type.d.ts +8 -2
- package/es/index.css +9 -9
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/index.js +91 -64
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +91 -64
- package/lib/components/page/index.d.ts +48 -3
- package/lib/components/page/src/index.vue.d.ts +16 -1
- package/lib/components/search/index.d.ts +19 -0
- package/lib/components/search/src/index.vue.d.ts +3 -0
- package/lib/components/search/src/index.vue2.js +82 -56
- package/lib/components/search/src/type.d.ts +6 -0
- package/lib/components/table/src/table-action-bar.vue.d.ts +46 -2
- package/lib/components/table/src/table-action-bar.vue2.js +7 -6
- package/lib/components/table/src/type.d.ts +8 -2
- package/lib/{page.css → display-item.css} +14 -14
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
package/locale/zh-tw.min.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! @wlydfe/pro-ui v0.2.
|
|
1
|
+
/*! @wlydfe/pro-ui v0.2.23 */var u={name:"zh-tw",plus:{dialog:{confirmText:"\u78BA\u5B9A",cancelText:"\u53D6\u6D88",title:"\u5F48\u7A97"},datepicker:{startPlaceholder:"\u8ACB\u9078\u64C7\u958B\u59CB\u6642\u9593",endPlaceholder:"\u8ACB\u9078\u64C7\u7D50\u675F\u6642\u9593"},dialogForm:{title:"\u5F48\u7A97\u8868\u55AE"},drawerForm:{title:"\u62BD\u5C5C\u8868\u55AE",confirmText:"\u78BA\u5B9A",cancelText:"\u53D6\u6D88"},form:{submitText:"\u63D0\u4EA4",resetText:"\u91CD\u7F6E",errorTip:"\u8ACB\u5B8C\u6574\u586B\u5BEB\u8868\u55AE\u7136\u5F8C\u518D\u6B21\u63D0\u4EA4\uFF01"},field:{pleaseEnter:"\u8ACB\u8F38\u5165",pleaseSelect:"\u8ACB\u9078\u64C7"},popover:{confirmText:"\u78BA\u5B9A",cancelText:"\u53D6\u6D88"},search:{searchText:"\u641C\u5C0B",resetText:"\u91CD\u7F6E",expand:"\u5C55\u958B",retract:"\u6536\u8D77"},table:{title:"\u8868\u683C",density:"\u5BC6\u5EA6",refresh:"\u5237\u65B0",columnSettings:"\u5217\u8A2D\u5B9A",selectAll:"\u5168\u9078",default:"\u9810\u8A2D",loose:"\u5BEC\u9B06",compact:"\u7DCA\u6E4A",action:"\u64CD\u4F5C",more:"\u66F4\u591A",confirmToPerformThisOperation:"\u78BA\u5B9A\u57F7\u884C\u672C\u6B21\u64CD\u4F5C?",prompt:"\u63D0\u793A",sort:"\u6392\u5E8F",resetText:"\u91CD\u7F6E"},stepsForm:{nextText:"\u4E0B\u4E00\u6B65",preText:"\u4E0A\u4E00\u6B65",submitText:"\u63D0\u4EA4"},inputTag:{placeholder:"\u8ACB\u8F38\u5165\u95DC\u9375\u5B57\u5F8C\u6309\u56DE\u8ECA/\u7A7A\u767D\u9375"},header:{logout:"\u767B\u51FA"}}};export{u as default};
|
package/locale/zh-tw.mjs
CHANGED