@tntd/reference 1.0.0 → 1.0.2

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 (63) hide show
  1. package/.octopus/en-US/common.d.ts +5 -0
  2. package/.octopus/en-US/common.d.ts.map +1 -0
  3. package/.octopus/en-US/common.js +3 -0
  4. package/.octopus/en-US/index.d.ts +16 -0
  5. package/.octopus/en-US/index.d.ts.map +1 -0
  6. package/.octopus/en-US/index.js +15 -0
  7. package/.octopus/en-US/referencebatchcheck.d.ts +15 -0
  8. package/.octopus/en-US/referencebatchcheck.d.ts.map +1 -0
  9. package/.octopus/en-US/referencebatchcheck.js +16 -0
  10. package/.octopus/en-US/referencebatchdrawer.d.ts +9 -0
  11. package/.octopus/en-US/referencebatchdrawer.d.ts.map +1 -0
  12. package/.octopus/en-US/referencebatchdrawer.js +7 -0
  13. package/.octopus/en-US/referencecheck.d.ts +13 -0
  14. package/.octopus/en-US/referencecheck.d.ts.map +1 -0
  15. package/.octopus/en-US/referencecheck.js +14 -0
  16. package/.octopus/en-US/referencedrawer.d.ts +8 -0
  17. package/.octopus/en-US/referencedrawer.d.ts.map +1 -0
  18. package/.octopus/en-US/referencedrawer.js +6 -0
  19. package/.octopus/en-US/referenceinfo.d.ts +9 -0
  20. package/.octopus/en-US/referenceinfo.d.ts.map +1 -0
  21. package/.octopus/en-US/referenceinfo.js +7 -0
  22. package/.octopus/en-US/translate_en-US.xls +0 -0
  23. package/.octopus/zh-CN/common.d.ts +5 -0
  24. package/.octopus/zh-CN/common.d.ts.map +1 -0
  25. package/.octopus/zh-CN/common.js +3 -0
  26. package/.octopus/zh-CN/index.d.ts +16 -0
  27. package/.octopus/zh-CN/index.d.ts.map +1 -0
  28. package/.octopus/zh-CN/index.js +15 -0
  29. package/.octopus/zh-CN/referencebatchcheck.d.ts +15 -0
  30. package/.octopus/zh-CN/referencebatchcheck.d.ts.map +1 -0
  31. package/.octopus/zh-CN/referencebatchcheck.js +15 -0
  32. package/.octopus/zh-CN/referencebatchdrawer.d.ts +9 -0
  33. package/.octopus/zh-CN/referencebatchdrawer.d.ts.map +1 -0
  34. package/.octopus/zh-CN/referencebatchdrawer.js +7 -0
  35. package/.octopus/zh-CN/referencecheck.d.ts +13 -0
  36. package/.octopus/zh-CN/referencecheck.d.ts.map +1 -0
  37. package/.octopus/zh-CN/referencecheck.js +13 -0
  38. package/.octopus/zh-CN/referencedrawer.d.ts +8 -0
  39. package/.octopus/zh-CN/referencedrawer.d.ts.map +1 -0
  40. package/.octopus/zh-CN/referencedrawer.js +6 -0
  41. package/.octopus/zh-CN/referenceinfo.d.ts +9 -0
  42. package/.octopus/zh-CN/referenceinfo.d.ts.map +1 -0
  43. package/.octopus/zh-CN/referenceinfo.js +7 -0
  44. package/es/AHref/index.js +46 -58
  45. package/es/I18N.js +12 -19
  46. package/es/ReferenceBatchCheck/index.js +87 -161
  47. package/es/ReferenceBatchDrawer/index.js +51 -113
  48. package/es/ReferenceCheck/index.js +63 -125
  49. package/es/ReferenceDrawer/index.js +39 -80
  50. package/es/ReferenceInfo/index.js +83 -157
  51. package/es/index.js +7 -20
  52. package/es/index.js.map +1 -1
  53. package/lib/AHref/index.js +47 -55
  54. package/lib/I18N.js +17 -21
  55. package/lib/ReferenceBatchCheck/index.js +90 -167
  56. package/lib/ReferenceBatchDrawer/index.js +76 -152
  57. package/lib/ReferenceCheck/index.js +66 -129
  58. package/lib/ReferenceDrawer/index.js +64 -119
  59. package/lib/ReferenceInfo/index.js +86 -166
  60. package/lib/index.d.ts +1 -9
  61. package/lib/index.js +17 -23
  62. package/lib/index.js.map +1 -1
  63. package/package.json +6 -3
@@ -0,0 +1,5 @@
1
+ declare namespace _default {
2
+ const test: string
3
+ }
4
+ export default _default
5
+ //# sourceMappingURL=common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["common.js"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export default {
2
+ test: '测试',
3
+ };
@@ -0,0 +1,16 @@
1
+ declare namespace _default {
2
+ export { common }
3
+ export { referencebatchcheck }
4
+ export { referencebatchdrawer }
5
+ export { referencecheck }
6
+ export { referencedrawer }
7
+ export { referenceinfo }
8
+ }
9
+ export default _default
10
+ import common from './common'
11
+ import referencebatchcheck from './referencebatchcheck'
12
+ import referencebatchdrawer from './referencebatchdrawer'
13
+ import referencecheck from './referencecheck'
14
+ import referencedrawer from './referencedrawer'
15
+ import referenceinfo from './referenceinfo'
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import common from './common';
2
+ import referenceinfo from './referenceinfo';
3
+ import referencedrawer from './referencedrawer';
4
+ import referencecheck from './referencecheck';
5
+ import referencebatchdrawer from './referencebatchdrawer';
6
+ import referencebatchcheck from './referencebatchcheck';
7
+
8
+ export default Object.assign({}, {
9
+ common,
10
+ referencebatchcheck,
11
+ referencebatchdrawer,
12
+ referencecheck,
13
+ referencedrawer,
14
+ referenceinfo,
15
+ });
@@ -0,0 +1,15 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const qingTiGongYiGe: string
4
+ const chaXunGuanLianGuan: string
5
+ const qiangYinYong: string
6
+ const cunZai: string
7
+ const cunZaiQiangYinYong: string
8
+ const cunZaiRuoYinYong: string
9
+ const xiaYiBu: string
10
+ const quXiao: string
11
+ const shangXianJiaoYanShi: string
12
+ }
13
+ }
14
+ export default _default
15
+ //# sourceMappingURL=referencebatchcheck.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencebatchcheck.d.ts","sourceRoot":"","sources":["referencebatchcheck.js"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ export default {
2
+ index: {
3
+ qingTiGongYiGe: 'Please provide a reliable query request',
4
+ chaXunGuanLianGuan:
5
+ 'Description Failed to query the association relationship',
6
+ qiangYinYong: 'Strong',
7
+ cunZai: 'Exist',
8
+ cunZaiQiangYinYong:
9
+ 'A strong reference relationship exists (referenced by status components such as online, enabled, online and offline approval, and indicator initialization). Therefore, no operation is allowed',
10
+ cunZaiRuoYinYong:
11
+ 'Caution When performing this operation, weak references exist for status components, such as offline, disabled, to be submitted/online, Import to be submitted/online, temporary, and save',
12
+ xiaYiBu: 'Next',
13
+ quXiao: 'Cancel',
14
+ shangXianJiaoYanShi: 'On-line verification failure',
15
+ },
16
+ };
@@ -0,0 +1,9 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const zanWuShuJu: string
4
+ const chaXunZhong: string
5
+ const chaXunYinYongGuan: string
6
+ }
7
+ }
8
+ export default _default
9
+ //# sourceMappingURL=referencebatchdrawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencebatchdrawer.d.ts","sourceRoot":"","sources":["referencebatchdrawer.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ index: {
3
+ zanWuShuJu: 'No data',
4
+ chaXunZhong: 'In query...',
5
+ chaXunYinYongGuan: 'Description Failed to query the reference relationship',
6
+ },
7
+ };
@@ -0,0 +1,13 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const qingTiGongYiGe: string
4
+ const chaXunGuanLianGuan: string
5
+ const cunZaiQiangYinYong: string
6
+ const cunZaiRuoYinYong: string
7
+ const xiaYiBu: string
8
+ const quXiao: string
9
+ const yinYongGuanXiCha: string
10
+ }
11
+ }
12
+ export default _default
13
+ //# sourceMappingURL=referencecheck.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencecheck.d.ts","sourceRoot":"","sources":["referencecheck.js"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ export default {
2
+ index: {
3
+ qingTiGongYiGe: 'Please provide a reliable query request',
4
+ chaXunGuanLianGuan:
5
+ 'Description Failed to query the association relationship',
6
+ cunZaiQiangYinYong:
7
+ 'A strong reference relationship exists (referenced by status components such as online, enabled, online and offline approval, and indicator initialization). Therefore, no operation is allowed',
8
+ cunZaiRuoYinYong:
9
+ 'Caution When performing this operation, weak references exist for status components, such as offline, disabled, to be submitted/online, Import to be submitted/online, temporary, and save',
10
+ xiaYiBu: 'Next',
11
+ quXiao: 'Cancel',
12
+ yinYongGuanXiCha: 'Reference relationship viewing',
13
+ },
14
+ };
@@ -0,0 +1,8 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const chaXunZhong: string
4
+ const chaXunYinYongGuan: string
5
+ }
6
+ }
7
+ export default _default
8
+ //# sourceMappingURL=referencedrawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencedrawer.d.ts","sourceRoot":"","sources":["referencedrawer.js"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export default {
2
+ index: {
3
+ chaXunZhong: 'In query...',
4
+ chaXunYinYongGuan: 'Description Failed to query the reference relationship',
5
+ },
6
+ };
@@ -0,0 +1,9 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const ruoYinYong: string
4
+ const qiangYinYong: string
5
+ const zanWuShuJu: string
6
+ }
7
+ }
8
+ export default _default
9
+ //# sourceMappingURL=referenceinfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referenceinfo.d.ts","sourceRoot":"","sources":["referenceinfo.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ index: {
3
+ ruoYinYong: 'Weak',
4
+ qiangYinYong: 'Strong',
5
+ zanWuShuJu: 'No data',
6
+ },
7
+ };
@@ -0,0 +1,5 @@
1
+ declare namespace _default {
2
+ const test: string
3
+ }
4
+ export default _default
5
+ //# sourceMappingURL=common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["common.js"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export default {
2
+ test: '测试',
3
+ };
@@ -0,0 +1,16 @@
1
+ declare namespace _default {
2
+ export { common }
3
+ export { referencebatchcheck }
4
+ export { referencebatchdrawer }
5
+ export { referencecheck }
6
+ export { referencedrawer }
7
+ export { referenceinfo }
8
+ }
9
+ export default _default
10
+ import common from './common'
11
+ import referencebatchcheck from './referencebatchcheck'
12
+ import referencebatchdrawer from './referencebatchdrawer'
13
+ import referencecheck from './referencecheck'
14
+ import referencedrawer from './referencedrawer'
15
+ import referenceinfo from './referenceinfo'
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import common from './common';
2
+ import referenceinfo from './referenceinfo';
3
+ import referencedrawer from './referencedrawer';
4
+ import referencecheck from './referencecheck';
5
+ import referencebatchdrawer from './referencebatchdrawer';
6
+ import referencebatchcheck from './referencebatchcheck';
7
+
8
+ export default Object.assign({}, {
9
+ common,
10
+ referencebatchcheck,
11
+ referencebatchdrawer,
12
+ referencecheck,
13
+ referencedrawer,
14
+ referenceinfo,
15
+ });
@@ -0,0 +1,15 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const qingTiGongYiGe: string
4
+ const chaXunGuanLianGuan: string
5
+ const qiangYinYong: string
6
+ const cunZai: string
7
+ const cunZaiQiangYinYong: string
8
+ const cunZaiRuoYinYong: string
9
+ const xiaYiBu: string
10
+ const quXiao: string
11
+ const shangXianJiaoYanShi: string
12
+ }
13
+ }
14
+ export default _default
15
+ //# sourceMappingURL=referencebatchcheck.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencebatchcheck.d.ts","sourceRoot":"","sources":["referencebatchcheck.js"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ export default {
2
+ index: {
3
+ qingTiGongYiGe: '请提供一个可靠的查询请求',
4
+ chaXunGuanLianGuan: '查询关联关系失败',
5
+ qiangYinYong: '强引用',
6
+ cunZai: '存在',
7
+ cunZaiQiangYinYong:
8
+ '存在强引用(被上线、启用、上下线审批中和指标初始化等相关状态组件引用)关系,禁止操作',
9
+ cunZaiRuoYinYong:
10
+ '存在弱引用(被下线、禁用、待提交/上线、导入待提交/上线、暂存、保存等相关状态组件引用)关系,谨慎操作',
11
+ xiaYiBu: '下一步',
12
+ quXiao: '取消',
13
+ shangXianJiaoYanShi: '上线校验失败',
14
+ },
15
+ };
@@ -0,0 +1,9 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const zanWuShuJu: string
4
+ const chaXunZhong: string
5
+ const chaXunYinYongGuan: string
6
+ }
7
+ }
8
+ export default _default
9
+ //# sourceMappingURL=referencebatchdrawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencebatchdrawer.d.ts","sourceRoot":"","sources":["referencebatchdrawer.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ index: {
3
+ zanWuShuJu: '暂无数据',
4
+ chaXunZhong: '查询中...',
5
+ chaXunYinYongGuan: '查询引用关系失败',
6
+ },
7
+ };
@@ -0,0 +1,13 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const qingTiGongYiGe: string
4
+ const chaXunGuanLianGuan: string
5
+ const cunZaiQiangYinYong: string
6
+ const cunZaiRuoYinYong: string
7
+ const xiaYiBu: string
8
+ const quXiao: string
9
+ const yinYongGuanXiCha: string
10
+ }
11
+ }
12
+ export default _default
13
+ //# sourceMappingURL=referencecheck.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencecheck.d.ts","sourceRoot":"","sources":["referencecheck.js"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ export default {
2
+ index: {
3
+ qingTiGongYiGe: '请提供一个可靠的查询请求',
4
+ chaXunGuanLianGuan: '查询关联关系失败',
5
+ cunZaiQiangYinYong:
6
+ '存在强引用(被上线、启用、上下线审批中和指标初始化等相关状态组件引用)关系,禁止操作',
7
+ cunZaiRuoYinYong:
8
+ '存在弱引用(被下线、禁用、待提交/上线、导入待提交/上线、暂存、保存等相关状态组件引用)关系,谨慎操作',
9
+ xiaYiBu: '下一步',
10
+ quXiao: '取消',
11
+ yinYongGuanXiCha: '引用关系查看',
12
+ },
13
+ };
@@ -0,0 +1,8 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const chaXunZhong: string
4
+ const chaXunYinYongGuan: string
5
+ }
6
+ }
7
+ export default _default
8
+ //# sourceMappingURL=referencedrawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referencedrawer.d.ts","sourceRoot":"","sources":["referencedrawer.js"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export default {
2
+ index: {
3
+ chaXunZhong: '查询中...',
4
+ chaXunYinYongGuan: '查询引用关系失败',
5
+ },
6
+ };
@@ -0,0 +1,9 @@
1
+ declare namespace _default {
2
+ namespace index {
3
+ const ruoYinYong: string
4
+ const qiangYinYong: string
5
+ const zanWuShuJu: string
6
+ }
7
+ }
8
+ export default _default
9
+ //# sourceMappingURL=referenceinfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referenceinfo.d.ts","sourceRoot":"","sources":["referenceinfo.js"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ index: {
3
+ ruoYinYong: '弱引用',
4
+ qiangYinYong: '强引用',
5
+ zanWuShuJu: '暂无数据',
6
+ },
7
+ };
package/es/AHref/index.js CHANGED
@@ -1,60 +1,48 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var __rest = void 0 && (void 0).__rest || function (s, e) {
8
- var t = {};
9
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
11
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
- }
13
- return t;
14
- };
15
- var _default = props => {
16
- const {
17
- children,
18
- href,
19
- unmountHandle,
20
- jumpFun,
21
- iframeJump
22
- } = props,
23
- rest = __rest(props, ["children", "href", "unmountHandle", "jumpFun", "iframeJump"]);
24
- if (window.__isMultiTab__) {
25
- return React.createElement("a", {
26
- onClick: evt => {
27
- evt.preventDefault();
28
- if (unmountHandle && typeof unmountHandle === 'function') {
29
- unmountHandle();
30
- }
31
- let pathName = href;
32
- if (href && href.includes('?')) {
33
- pathName = href === null || href === void 0 ? void 0 : href.split('?')[0];
34
- }
35
- if (jumpFun && typeof jumpFun === 'function') {
36
- jumpFun(href);
37
- return;
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
38
9
  }
39
- const isInIframe = (window === null || window === void 0 ? void 0 : window.self) !== (window === null || window === void 0 ? void 0 : window.top);
40
- if (iframeJump && isInIframe) {
41
- if (pathName === window.location.pathname) {
42
- window.parent.location.href = href;
43
- } else {
44
- window.parent.open(href);
45
- }
46
- return;
47
- }
48
- if (pathName === window.location.pathname) {
49
- window.location.href = href;
50
- } else {
51
- window.push(href);
52
- }
53
- }
54
- }, children);
55
- }
56
- return React.createElement("a", Object.assign({
57
- href: href
58
- }, rest), children);
10
+ return t;
11
+ };
12
+ export default (props) => {
13
+ const { children, href, unmountHandle, jumpFun, iframeJump } = props, rest = __rest(props, ["children", "href", "unmountHandle", "jumpFun", "iframeJump"]);
14
+ if (window.__isMultiTab__) {
15
+ return (React.createElement("a", { onClick: (evt) => {
16
+ evt.preventDefault();
17
+ if (unmountHandle && typeof unmountHandle === 'function') {
18
+ unmountHandle();
19
+ }
20
+ let pathName = href;
21
+ if (href && href.includes('?')) {
22
+ pathName = href === null || href === void 0 ? void 0 : href.split('?')[0];
23
+ }
24
+ if (jumpFun && typeof jumpFun === 'function') {
25
+ jumpFun(href);
26
+ return;
27
+ }
28
+ const isInIframe = (window === null || window === void 0 ? void 0 : window.self) !== (window === null || window === void 0 ? void 0 : window.top);
29
+ if (iframeJump && isInIframe) {
30
+ if (pathName === window.location.pathname) {
31
+ window.parent.location.href = href;
32
+ }
33
+ else {
34
+ window.parent.open(href);
35
+ }
36
+ return;
37
+ }
38
+ if (pathName === window.location.pathname) {
39
+ window.location.href = href;
40
+ }
41
+ else {
42
+ window.push(href);
43
+ }
44
+ } }, children));
45
+ }
46
+ return (React.createElement("a", Object.assign({ href: href }, rest), children));
59
47
  };
60
- exports.default = _default;
48
+ //# sourceMappingURL=index.js.map
package/es/I18N.js CHANGED
@@ -1,21 +1,14 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.getLang = exports.default = void 0;
7
- var _otpIntl = _interopRequireDefault(require("otp-intl"));
8
- var _universalCookie = _interopRequireDefault(require("universal-cookie"));
9
- var _zhCN = _interopRequireDefault(require("../.octopus/zh-CN"));
10
- var _enUS = _interopRequireDefault(require("../.octopus/en-US"));
11
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
- const cookies = new _universalCookie.default();
13
- const getLang = () => {
14
- return cookies.get('lang') || 'cn';
1
+ import KiwiIntl from 'otp-intl';
2
+ import Cookies from 'universal-cookie';
3
+ import zhCN from '../.octopus/zh-CN';
4
+ import enUS from '../.octopus/en-US';
5
+ const cookies = new Cookies();
6
+ export const getLang = () => {
7
+ return cookies.get('lang') || 'cn';
15
8
  };
16
- exports.getLang = getLang;
17
- const kiwiIntl = _otpIntl.default.init(getLang(), {
18
- cn: _zhCN.default,
19
- en: _enUS.default
9
+ const kiwiIntl = KiwiIntl.init(getLang(), {
10
+ cn: zhCN,
11
+ en: enUS
20
12
  });
21
- var _default = exports.default = kiwiIntl;
13
+ export default kiwiIntl;
14
+ //# sourceMappingURL=I18N.js.map