lt-business-component 1.0.3 → 1.0.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.
- package/lib/lt-business-component.common.js +35 -35
- package/lib/lt-business-component.common.js.map +1 -1
- package/lib/lt-business-component.umd.js +35 -35
- package/lib/lt-business-component.umd.js.map +1 -1
- package/lib/lt-business-component.umd.min.js +2 -2
- package/lib/lt-business-component.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/packages/locales/lang/en-US/component.ts +2 -2
- package/packages/locales/lang/en_US.ts +2 -2
- package/packages/locales/lang/zh-CN/component.ts +9 -7
- package/packages/locales/lang/zh_CN.ts +2 -2
|
@@ -17060,7 +17060,7 @@ return jQuery;
|
|
|
17060
17060
|
|
|
17061
17061
|
/***/ }),
|
|
17062
17062
|
|
|
17063
|
-
/***/
|
|
17063
|
+
/***/ 1602:
|
|
17064
17064
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17065
17065
|
|
|
17066
17066
|
"use strict";
|
|
@@ -17074,23 +17074,23 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
17074
17074
|
|
|
17075
17075
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
17076
17076
|
var objectSpread2 = __webpack_require__(9379);
|
|
17077
|
-
;// CONCATENATED MODULE: ./packages/locales/lang/
|
|
17078
|
-
|
|
17077
|
+
;// CONCATENATED MODULE: ./packages/locales/lang/en-US/component.ts
|
|
17078
|
+
var component = {
|
|
17079
17079
|
commonList: {
|
|
17080
|
-
New: "
|
|
17081
|
-
Edit: "
|
|
17082
|
-
Delete: "
|
|
17083
|
-
warning: "
|
|
17084
|
-
Cancel: "
|
|
17085
|
-
confirm: "
|
|
17086
|
-
Operate: "
|
|
17087
|
-
DelWarning: "
|
|
17088
|
-
save: "
|
|
17089
|
-
SaveSuccess: "
|
|
17090
|
-
DelSuccess: "
|
|
17091
|
-
Reset: "
|
|
17080
|
+
New: "New",
|
|
17081
|
+
Edit: "Edit",
|
|
17082
|
+
Delete: "Delete",
|
|
17083
|
+
warning: "warning",
|
|
17084
|
+
Cancel: "Cancel",
|
|
17085
|
+
confirm: "confirm",
|
|
17086
|
+
Operate: "Operate",
|
|
17087
|
+
DelWarning: "he current operation will delete the selected data?",
|
|
17088
|
+
save: "save",
|
|
17089
|
+
SaveSuccess: "Save Success",
|
|
17090
|
+
DelSuccess: "Delete Success",
|
|
17091
|
+
Reset: "Reset"
|
|
17092
17092
|
}
|
|
17093
|
-
}
|
|
17093
|
+
};
|
|
17094
17094
|
;// CONCATENATED MODULE: ./packages/locales/lang/en_US.ts
|
|
17095
17095
|
|
|
17096
17096
|
|
|
@@ -17102,7 +17102,7 @@ var objectSpread2 = __webpack_require__(9379);
|
|
|
17102
17102
|
|
|
17103
17103
|
/***/ }),
|
|
17104
17104
|
|
|
17105
|
-
/***/
|
|
17105
|
+
/***/ 9978:
|
|
17106
17106
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17107
17107
|
|
|
17108
17108
|
"use strict";
|
|
@@ -17114,28 +17114,28 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
17114
17114
|
"default": function() { return /* binding */ zh_CN; }
|
|
17115
17115
|
});
|
|
17116
17116
|
|
|
17117
|
-
;// CONCATENATED MODULE: ./packages/locales/lang/
|
|
17118
|
-
|
|
17117
|
+
;// CONCATENATED MODULE: ./packages/locales/lang/zh-CN/component.ts
|
|
17118
|
+
var component = {
|
|
17119
17119
|
commonList: {
|
|
17120
|
-
New: "
|
|
17121
|
-
Edit: "
|
|
17122
|
-
Delete: "
|
|
17123
|
-
warning: "
|
|
17124
|
-
Cancel: "
|
|
17125
|
-
confirm: "
|
|
17126
|
-
Operate: "
|
|
17127
|
-
DelWarning: "
|
|
17128
|
-
save: "
|
|
17129
|
-
SaveSuccess: "
|
|
17130
|
-
DelSuccess: "
|
|
17131
|
-
Reset: "
|
|
17120
|
+
New: "新建",
|
|
17121
|
+
Edit: "编辑",
|
|
17122
|
+
Delete: "删除",
|
|
17123
|
+
warning: "警告",
|
|
17124
|
+
Cancel: "取消",
|
|
17125
|
+
confirm: "确定",
|
|
17126
|
+
Operate: "操作",
|
|
17127
|
+
DelWarning: "当前操作将删除选中数据,是否继续?",
|
|
17128
|
+
save: "保存",
|
|
17129
|
+
SaveSuccess: "保存成功",
|
|
17130
|
+
DelSuccess: "删除成功",
|
|
17131
|
+
Reset: "重置"
|
|
17132
17132
|
}
|
|
17133
|
-
}
|
|
17133
|
+
};
|
|
17134
17134
|
;// CONCATENATED MODULE: ./packages/locales/lang/zh_CN.ts
|
|
17135
17135
|
|
|
17136
17136
|
/* harmony default export */ var zh_CN = ({
|
|
17137
17137
|
message: {
|
|
17138
|
-
|
|
17138
|
+
component: component
|
|
17139
17139
|
}
|
|
17140
17140
|
});
|
|
17141
17141
|
|
|
@@ -31685,8 +31685,8 @@ function useLocaleStoreWithOut() {
|
|
|
31685
31685
|
|
|
31686
31686
|
|
|
31687
31687
|
|
|
31688
|
-
var enUS = __webpack_require__(
|
|
31689
|
-
var zhCN = __webpack_require__(
|
|
31688
|
+
var enUS = __webpack_require__(1602);
|
|
31689
|
+
var zhCN = __webpack_require__(9978);
|
|
31690
31690
|
function createI18nOptions() {
|
|
31691
31691
|
var _defaultLocal$default, _defaultLocal$default2;
|
|
31692
31692
|
var localeStore = useLocaleStoreWithOut();
|