@nocobase/plugin-client 0.13.0-alpha.3 → 0.13.0-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.
Files changed (156) hide show
  1. package/dist/client/index.js +1 -11
  2. package/dist/index.js +37 -16
  3. package/dist/locale/cron/zh_CN.js +97 -42
  4. package/dist/locale/en_US.js +43 -28
  5. package/dist/locale/es_ES.js +328 -313
  6. package/dist/locale/fr_FR.js +329 -314
  7. package/dist/locale/index.js +160 -273
  8. package/dist/locale/ja_JP.js +635 -620
  9. package/dist/locale/pt_BR.js +365 -350
  10. package/dist/locale/ru_RU.js +519 -504
  11. package/dist/locale/tr_TR.js +388 -373
  12. package/dist/locale/uk_UA.js +720 -705
  13. package/dist/locale/zh_CN.js +793 -778
  14. package/dist/node_modules/cronstrue/LICENSE +21 -0
  15. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  16. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
  17. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  18. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
  19. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  20. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  21. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  22. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  23. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  24. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
  25. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  26. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  27. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  28. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  29. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  30. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  31. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  32. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  33. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  34. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  35. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  36. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  37. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  38. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  39. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  40. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  41. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  42. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  43. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  44. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  45. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  46. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  47. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  48. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  49. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  50. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  51. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  52. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  53. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  54. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  55. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  56. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  57. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  58. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  59. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  60. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  61. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  62. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  63. package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
  64. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  65. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  66. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  67. package/dist/node_modules/cronstrue/i18n.js +5 -0
  68. package/dist/node_modules/cronstrue/locales/af.js +287 -0
  69. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  70. package/dist/node_modules/cronstrue/locales/ar.js +287 -0
  71. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  72. package/dist/node_modules/cronstrue/locales/be.js +284 -0
  73. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  74. package/dist/node_modules/cronstrue/locales/ca.js +284 -0
  75. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  76. package/dist/node_modules/cronstrue/locales/cs.js +284 -0
  77. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  78. package/dist/node_modules/cronstrue/locales/da.js +284 -0
  79. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  80. package/dist/node_modules/cronstrue/locales/de.js +284 -0
  81. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  82. package/dist/node_modules/cronstrue/locales/en.js +287 -0
  83. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  84. package/dist/node_modules/cronstrue/locales/es.js +284 -0
  85. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  86. package/dist/node_modules/cronstrue/locales/fa.js +277 -0
  87. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  88. package/dist/node_modules/cronstrue/locales/fi.js +293 -0
  89. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  90. package/dist/node_modules/cronstrue/locales/fr.js +287 -0
  91. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  92. package/dist/node_modules/cronstrue/locales/he.js +271 -0
  93. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  94. package/dist/node_modules/cronstrue/locales/hu.js +287 -0
  95. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  96. package/dist/node_modules/cronstrue/locales/id.js +287 -0
  97. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  98. package/dist/node_modules/cronstrue/locales/it.js +284 -0
  99. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  100. package/dist/node_modules/cronstrue/locales/ja.js +286 -0
  101. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  102. package/dist/node_modules/cronstrue/locales/ko.js +286 -0
  103. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  104. package/dist/node_modules/cronstrue/locales/nb.js +284 -0
  105. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  106. package/dist/node_modules/cronstrue/locales/nl.js +284 -0
  107. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  108. package/dist/node_modules/cronstrue/locales/pl.js +284 -0
  109. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  110. package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
  111. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  112. package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
  113. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  114. package/dist/node_modules/cronstrue/locales/ro.js +284 -0
  115. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  116. package/dist/node_modules/cronstrue/locales/ru.js +327 -0
  117. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  118. package/dist/node_modules/cronstrue/locales/sk.js +284 -0
  119. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  120. package/dist/node_modules/cronstrue/locales/sl.js +284 -0
  121. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  122. package/dist/node_modules/cronstrue/locales/sv.js +284 -0
  123. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  124. package/dist/node_modules/cronstrue/locales/sw.js +284 -0
  125. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  126. package/dist/node_modules/cronstrue/locales/th.js +287 -0
  127. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  128. package/dist/node_modules/cronstrue/locales/tr.js +284 -0
  129. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  130. package/dist/node_modules/cronstrue/locales/uk.js +284 -0
  131. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  132. package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
  133. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  134. package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
  135. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  136. package/dist/node_modules/cronstrue/package.json +1 -0
  137. package/dist/server/antd.js +30 -9
  138. package/dist/server/cron.js +30 -9
  139. package/dist/server/cronstrue.js +26 -4
  140. package/dist/server/index.js +33 -11
  141. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
  142. package/dist/server/server.js +74 -48
  143. package/dist/swagger/index.json +7 -0
  144. package/package.json +2 -2
  145. package/dist/locale/cron/zh_CN.d.ts +0 -34
  146. package/dist/locale/en_US.d.ts +0 -726
  147. package/dist/locale/es_ES.d.ts +0 -694
  148. package/dist/locale/fr_FR.d.ts +0 -712
  149. package/dist/locale/index.d.ts +0 -272
  150. package/dist/locale/ja_JP.d.ts +0 -628
  151. package/dist/locale/pt_BR.d.ts +0 -672
  152. package/dist/locale/ru_RU.d.ts +0 -508
  153. package/dist/locale/tr_TR.d.ts +0 -506
  154. package/dist/locale/uk_UA.d.ts +0 -714
  155. package/dist/locale/zh_CN.d.ts +0 -779
  156. package/dist/swagger/index.js +0 -19
@@ -1,11 +1 @@
1
- (function(global, factory) {
2
- typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("@nocobase/client")) : typeof define === "function" && define.amd ? define(["exports", "@nocobase/client"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@nocobase/plugin-client"] = {}, global["@nocobase/client"]));
3
- })(this, function(exports2, client) {
4
- "use strict";
5
- class ClientPlugin extends client.Plugin {
6
- async load() {
7
- }
8
- }
9
- exports2.default = ClientPlugin;
10
- Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
11
- });
1
+ (function(e,n){typeof exports=="object"&&typeof module!="undefined"?n(exports,require("@nocobase/client")):typeof define=="function"&&define.amd?define(["exports","@nocobase/client"],n):(e=typeof globalThis!="undefined"?globalThis:e||self,n(e["@nocobase/plugin-client"]={},e["@nocobase/client"]))})(this,function(e,n){"use strict";var d=(e,n,t)=>new Promise((u,l)=>{var c=i=>{try{o(t.next(i))}catch(s){l(s)}},f=i=>{try{o(t.throw(i))}catch(s){l(s)}},o=i=>i.done?u(i.value):Promise.resolve(i.value).then(c,f);o((t=t.apply(e,n)).next())});class t extends n.Plugin{load(){return d(this,null,function*(){})}}e.default=t,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
package/dist/index.js CHANGED
@@ -1,18 +1,39 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var server = require('./server');
6
-
7
-
8
-
9
- Object.defineProperty(exports, 'default', {
10
- enumerable: true,
11
- get: function () { return server__namespace.default; }
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var src_exports = {};
30
+ __export(src_exports, {
31
+ default: () => import_server.default
12
32
  });
13
- Object.keys(server).forEach(function (k) {
14
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
15
- enumerable: true,
16
- get: function () { return server[k]; }
17
- });
33
+ module.exports = __toCommonJS(src_exports);
34
+ __reExport(src_exports, require("./server"), module.exports);
35
+ var import_server = __toESM(require("./server"));
36
+ // Annotate the CommonJS export names for ESM import in node:
37
+ 0 && (module.exports = {
38
+ ...require("./server")
18
39
  });
@@ -1,48 +1,103 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var zh_CN_exports = {};
19
+ __export(zh_CN_exports, {
20
+ default: () => zh_CN_default
5
21
  });
6
- exports.default = void 0;
7
- var _default = {
8
- everyText: '每',
9
- emptyMonths: '每月',
10
- emptyMonthDays: '每日()',
11
- emptyMonthDaysShort: '每日',
12
- emptyWeekDays: '每天()',
13
- emptyWeekDaysShort: '每天()',
14
- emptyHours: '每小时',
15
- emptyMinutes: '每分钟',
16
- emptyMinutesForHourPeriod: '每',
17
- yearOption: '年',
18
- monthOption: '月',
19
- weekOption: '周',
20
- dayOption: '天',
21
- hourOption: '小时',
22
- minuteOption: '分钟',
23
- rebootOption: '重启',
24
- prefixPeriod: '每',
25
- prefixMonths: '的',
26
- prefixMonthDays: '的',
27
- prefixWeekDays: '的',
28
- prefixWeekDaysForMonthAndYearPeriod: '并且',
29
- prefixHours: '的',
30
- prefixMinutes: ':',
31
- prefixMinutesForHourPeriod: '的',
32
- suffixMinutesForHourPeriod: '分钟',
33
- errorInvalidCron: '不符合 cron 规则的表达式',
34
- clearButtonText: '清空',
22
+ module.exports = __toCommonJS(zh_CN_exports);
23
+ var zh_CN_default = {
24
+ everyText: "\u6BCF",
25
+ emptyMonths: "\u6BCF\u6708",
26
+ emptyMonthDays: "\u6BCF\u65E5(\u6708)",
27
+ emptyMonthDaysShort: "\u6BCF\u65E5",
28
+ emptyWeekDays: "\u6BCF\u5929(\u5468)",
29
+ emptyWeekDaysShort: "\u6BCF\u5929(\u5468)",
30
+ emptyHours: "\u6BCF\u5C0F\u65F6",
31
+ emptyMinutes: "\u6BCF\u5206\u949F",
32
+ emptyMinutesForHourPeriod: "\u6BCF",
33
+ yearOption: "\u5E74",
34
+ monthOption: "\u6708",
35
+ weekOption: "\u5468",
36
+ dayOption: "\u5929",
37
+ hourOption: "\u5C0F\u65F6",
38
+ minuteOption: "\u5206\u949F",
39
+ rebootOption: "\u91CD\u542F",
40
+ prefixPeriod: "\u6BCF",
41
+ prefixMonths: "\u7684",
42
+ prefixMonthDays: "\u7684",
43
+ prefixWeekDays: "\u7684",
44
+ prefixWeekDaysForMonthAndYearPeriod: "\u5E76\u4E14",
45
+ prefixHours: "\u7684",
46
+ prefixMinutes: ":",
47
+ prefixMinutesForHourPeriod: "\u7684",
48
+ suffixMinutesForHourPeriod: "\u5206\u949F",
49
+ errorInvalidCron: "\u4E0D\u7B26\u5408 cron \u89C4\u5219\u7684\u8868\u8FBE\u5F0F",
50
+ clearButtonText: "\u6E05\u7A7A",
35
51
  weekDays: [
36
- // Order is important, the index will be used as value
37
- '周日', '周一', '周二', '周三', '周四', '周五', '周六'],
52
+ // Order is important, the index will be used as value
53
+ "\u5468\u65E5",
54
+ // Sunday must always be first, it's "0"
55
+ "\u5468\u4E00",
56
+ "\u5468\u4E8C",
57
+ "\u5468\u4E09",
58
+ "\u5468\u56DB",
59
+ "\u5468\u4E94",
60
+ "\u5468\u516D"
61
+ ],
38
62
  months: [
39
- // Order is important, the index will be used as value
40
- '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
63
+ // Order is important, the index will be used as value
64
+ "\u4E00\u6708",
65
+ "\u4E8C\u6708",
66
+ "\u4E09\u6708",
67
+ "\u56DB\u6708",
68
+ "\u4E94\u6708",
69
+ "\u516D\u6708",
70
+ "\u4E03\u6708",
71
+ "\u516B\u6708",
72
+ "\u4E5D\u6708",
73
+ "\u5341\u6708",
74
+ "\u5341\u4E00\u6708",
75
+ "\u5341\u4E8C\u6708"
76
+ ],
41
77
  altWeekDays: [
42
- // Order is important, the index will be used as value
43
- '周日', '周一', '周二', '周三', '周四', '周五', '周六'],
78
+ // Order is important, the index will be used as value
79
+ "\u5468\u65E5",
80
+ // Sunday must always be first, it's "0"
81
+ "\u5468\u4E00",
82
+ "\u5468\u4E8C",
83
+ "\u5468\u4E09",
84
+ "\u5468\u56DB",
85
+ "\u5468\u4E94",
86
+ "\u5468\u516D"
87
+ ],
44
88
  altMonths: [
45
- // Order is important, the index will be used as value
46
- '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月']
89
+ // Order is important, the index will be used as value
90
+ "\u4E00\u6708",
91
+ "\u4E8C\u6708",
92
+ "\u4E09\u6708",
93
+ "\u56DB\u6708",
94
+ "\u4E94\u6708",
95
+ "\u516D\u6708",
96
+ "\u4E03\u6708",
97
+ "\u516B\u6708",
98
+ "\u4E5D\u6708",
99
+ "\u5341\u6708",
100
+ "\u5341\u4E00\u6708",
101
+ "\u5341\u4E8C\u6708"
102
+ ]
47
103
  };
48
- exports.default = _default;
@@ -1,10 +1,26 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+ var en_US_exports = {};
19
+ __export(en_US_exports, {
20
+ default: () => en_US_default
5
21
  });
6
- exports.default = void 0;
7
- var _default = {
22
+ module.exports = __toCommonJS(en_US_exports);
23
+ var en_US_default = {
8
24
  "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page",
9
25
  "Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Meet <1><0>All</0><1>Any</1></1> conditions in the group",
10
26
  "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>",
@@ -80,8 +96,8 @@ var _default = {
80
96
  "Value": "Value",
81
97
  "Disabled": "Disabled",
82
98
  "Enabled": "Enabled",
83
- 'On': 'On',
84
- 'Off': 'Off',
99
+ "On": "On",
100
+ "Off": "Off",
85
101
  "Empty": "Empty",
86
102
  "Linkage rule": "Linkage rule",
87
103
  "Linkage rules": "Linkage rules",
@@ -115,12 +131,12 @@ var _default = {
115
131
  "pixels": "pixels",
116
132
  "Screen size": "Screen size",
117
133
  "Display title": "Display title",
118
- 'Set the count of columns displayed in a row': "Set the count of columns displayed in a row",
119
- 'Column': 'Column',
120
- 'Phone device': 'Phone device',
121
- 'Tablet device': 'Tablet device',
122
- 'Desktop device': 'Desktop device',
123
- 'Large screen device': 'Large screen device',
134
+ "Set the count of columns displayed in a row": "Set the count of columns displayed in a row",
135
+ "Column": "Column",
136
+ "Phone device": "Phone device",
137
+ "Tablet device": "Tablet device",
138
+ "Desktop device": "Desktop device",
139
+ "Large screen device": "Large screen device",
124
140
  "Collapse": "Collapse",
125
141
  "Select data source": "Select data source",
126
142
  "Calendar": "Calendar",
@@ -164,11 +180,11 @@ var _default = {
164
180
  "Add block": "Add block",
165
181
  "Add new": "Add new",
166
182
  "Add record": "Add record",
167
- 'Add child': 'Add child',
168
- 'Collapse all': 'Collapse all',
169
- 'Expand all': 'Expand all',
170
- 'Expand/Collapse': 'Expand/Collapse',
171
- 'Default collapse': 'Default collapse',
183
+ "Add child": "Add child",
184
+ "Collapse all": "Collapse all",
185
+ "Expand all": "Expand all",
186
+ "Expand/Collapse": "Expand/Collapse",
187
+ "Default collapse": "Default collapse",
172
188
  "Tree table": "Tree table",
173
189
  "Custom field display name": "Custom field display name",
174
190
  "Display fields": "Display collection fields",
@@ -401,9 +417,9 @@ var _default = {
401
417
  "Target position": "Target position",
402
418
  "After": "After",
403
419
  "Before": "Before",
404
- "Add {{type}} before \"{{title}}\"": "Add {{type}} before \"{{title}}\"",
405
- "Add {{type}} after \"{{title}}\"": "Add {{type}} after \"{{title}}\"",
406
- "Add {{type}} in \"{{title}}\"": "Add {{type}} in \"{{title}}\"",
420
+ 'Add {{type}} before "{{title}}"': 'Add {{type}} before "{{title}}"',
421
+ 'Add {{type}} after "{{title}}"': 'Add {{type}} after "{{title}}"',
422
+ 'Add {{type}} in "{{title}}"': 'Add {{type}} in "{{title}}"',
407
423
  "Original name": "Original name",
408
424
  "Custom name": "Custom name",
409
425
  "Custom Title": "Custom Title",
@@ -517,13 +533,13 @@ var _default = {
517
533
  "Dialog": "Dialog",
518
534
  "Delete action": "Delete action",
519
535
  "Custom column title": "Custom column title",
520
- 'Column title': 'column title',
536
+ "Column title": "column title",
521
537
  "Original title: ": "Original title: ",
522
538
  "Delete table column": "Delete table column",
523
539
  "Skip required validation": "Skip required validation",
524
540
  "Form values": "Form values",
525
541
  "Fields values": "Fields values",
526
- 'The field has been deleted': 'The field has been deleted',
542
+ "The field has been deleted": "The field has been deleted",
527
543
  "When submitting the following fields, the saved values are": "When submitting the following fields, the saved values are",
528
544
  "After successful submission": "After successful submission",
529
545
  "Then": "Then",
@@ -536,11 +552,11 @@ var _default = {
536
552
  "exists": "exists",
537
553
  "not exists": "not exists",
538
554
  "=": "=",
539
- "": "",
555
+ "\u2260": "\u2260",
540
556
  ">": ">",
541
- "": "",
557
+ "\u2265": "\u2265",
542
558
  "<": "<",
543
- "": "",
559
+ "\u2264": "\u2264",
544
560
  "Role UID": "Role UID",
545
561
  "Precision": "Precision",
546
562
  "Formula mode": "Formula mode",
@@ -729,4 +745,3 @@ var _default = {
729
745
  "Restart": "Restart",
730
746
  "Restart application": "Restart application"
731
747
  };
732
- exports.default = _default;