@oceanbase/ui 1.0.0-alpha.3 → 1.0.0-alpha.4

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 (93) hide show
  1. package/dist/ui.min.css +1 -1
  2. package/dist/ui.min.js +1 -1
  3. package/es/Action/Group.js +121 -15
  4. package/es/Action/style/index.js +8 -4
  5. package/es/BasicLayout/locale/ja-JP.d.ts +13 -0
  6. package/es/BasicLayout/locale/ja-JP.js +12 -0
  7. package/es/BasicLayout/style/index.js +5 -5
  8. package/es/BatchOperationBar/index.less +1 -1
  9. package/es/BatchOperationBar/locale/ja-JP.d.ts +7 -0
  10. package/es/BatchOperationBar/locale/ja-JP.js +6 -0
  11. package/es/Boundary/locale/ja-JP.d.ts +11 -0
  12. package/es/Boundary/locale/ja-JP.js +10 -0
  13. package/es/DateRanger/locale/ja-JP.d.ts +56 -0
  14. package/es/DateRanger/locale/ja-JP.js +20 -0
  15. package/es/Dialog/locale/ja-JP.d.ts +5 -0
  16. package/es/Dialog/locale/ja-JP.js +4 -0
  17. package/es/DocDialog/locale/ja-JP.d.ts +2 -0
  18. package/es/DocDialog/locale/ja-JP.js +1 -0
  19. package/es/FooterToolbar/style/index.js +7 -1
  20. package/es/FullscreenBox/index.less +3 -1
  21. package/es/FullscreenBox/locale/ja-JP.d.ts +2 -0
  22. package/es/FullscreenBox/locale/ja-JP.js +1 -0
  23. package/es/GraphToolbar/locale/ja-JP.d.ts +9 -0
  24. package/es/GraphToolbar/locale/ja-JP.js +8 -0
  25. package/es/Highlight/index.less +2 -2
  26. package/es/Highlight/locale/ja-JP.d.ts +4 -0
  27. package/es/Highlight/locale/ja-JP.js +3 -0
  28. package/es/LocaleDropdown/index.js +4 -2
  29. package/es/Login/index.less +2 -2
  30. package/es/Login/locale/ja-JP.d.ts +28 -0
  31. package/es/Login/locale/ja-JP.js +27 -0
  32. package/es/PageContainer/locale/ja-JP.d.ts +4 -0
  33. package/es/PageContainer/locale/ja-JP.js +3 -0
  34. package/es/PageContainer/style/index.js +5 -5
  35. package/es/Password/locale/ja-JP.d.ts +13 -0
  36. package/es/Password/locale/ja-JP.js +12 -0
  37. package/es/Ranger/locale/ja-JP.d.ts +28 -0
  38. package/es/Ranger/locale/ja-JP.js +29 -0
  39. package/es/SideTip/locale/ja-JP.d.ts +2 -0
  40. package/es/SideTip/locale/ja-JP.js +1 -0
  41. package/es/TaskGraph/index.less +1 -1
  42. package/es/TaskGraph/locale/ja-JP.d.ts +13 -0
  43. package/es/TaskGraph/locale/ja-JP.js +12 -0
  44. package/es/Welcome/locale/ja-JP.d.ts +5 -0
  45. package/es/Welcome/locale/ja-JP.js +4 -0
  46. package/es/locale/ja-JP.d.ts +3 -0
  47. package/es/locale/ja-JP.js +42 -0
  48. package/lib/Action/Group.js +85 -20
  49. package/lib/Action/style/index.js +16 -1
  50. package/lib/BasicLayout/locale/ja-JP.d.ts +13 -0
  51. package/lib/BasicLayout/locale/ja-JP.js +36 -0
  52. package/lib/BasicLayout/style/index.js +5 -5
  53. package/lib/BatchOperationBar/index.less +1 -1
  54. package/lib/BatchOperationBar/locale/ja-JP.d.ts +7 -0
  55. package/lib/BatchOperationBar/locale/ja-JP.js +30 -0
  56. package/lib/Boundary/locale/ja-JP.d.ts +11 -0
  57. package/lib/Boundary/locale/ja-JP.js +34 -0
  58. package/lib/DateRanger/locale/ja-JP.d.ts +56 -0
  59. package/lib/DateRanger/locale/ja-JP.js +49 -0
  60. package/lib/Dialog/locale/ja-JP.d.ts +5 -0
  61. package/lib/Dialog/locale/ja-JP.js +28 -0
  62. package/lib/DocDialog/locale/ja-JP.d.ts +2 -0
  63. package/lib/DocDialog/locale/ja-JP.js +25 -0
  64. package/lib/FooterToolbar/style/index.js +7 -1
  65. package/lib/FullscreenBox/index.less +3 -1
  66. package/lib/FullscreenBox/locale/ja-JP.d.ts +2 -0
  67. package/lib/FullscreenBox/locale/ja-JP.js +25 -0
  68. package/lib/GraphToolbar/locale/ja-JP.d.ts +9 -0
  69. package/lib/GraphToolbar/locale/ja-JP.js +32 -0
  70. package/lib/Highlight/index.less +2 -2
  71. package/lib/Highlight/locale/ja-JP.d.ts +4 -0
  72. package/lib/Highlight/locale/ja-JP.js +27 -0
  73. package/lib/LocaleDropdown/index.js +2 -1
  74. package/lib/Login/index.less +2 -2
  75. package/lib/Login/locale/ja-JP.d.ts +28 -0
  76. package/lib/Login/locale/ja-JP.js +51 -0
  77. package/lib/PageContainer/locale/ja-JP.d.ts +4 -0
  78. package/lib/PageContainer/locale/ja-JP.js +27 -0
  79. package/lib/PageContainer/style/index.js +5 -5
  80. package/lib/Password/locale/ja-JP.d.ts +13 -0
  81. package/lib/Password/locale/ja-JP.js +36 -0
  82. package/lib/Ranger/locale/ja-JP.d.ts +28 -0
  83. package/lib/Ranger/locale/ja-JP.js +53 -0
  84. package/lib/SideTip/locale/ja-JP.d.ts +2 -0
  85. package/lib/SideTip/locale/ja-JP.js +25 -0
  86. package/lib/TaskGraph/index.less +1 -1
  87. package/lib/TaskGraph/locale/ja-JP.d.ts +13 -0
  88. package/lib/TaskGraph/locale/ja-JP.js +36 -0
  89. package/lib/Welcome/locale/ja-JP.d.ts +5 -0
  90. package/lib/Welcome/locale/ja-JP.js +28 -0
  91. package/lib/locale/ja-JP.d.ts +3 -0
  92. package/lib/locale/ja-JP.js +71 -0
  93. package/package.json +5 -5
@@ -0,0 +1,28 @@
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
+
19
+ // src/Dialog/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ helpDocument: "ヘルプドキュメント",
27
+ openHelpCenter: "ドキュメントセンターを開く"
28
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,25 @@
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
+
19
+ // src/DocDialog/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {};
@@ -28,9 +28,15 @@ var genFooterToolbarStyle = (token) => {
28
28
  const { componentCls, colorBgBase, borderRadius, boxShadowSecondary, controlHeightLG } = token;
29
29
  return {
30
30
  [`${componentCls}`]: {
31
+ flexDirection: "row-reverse",
32
+ lineHeight: "initial",
33
+ alignItems: "center",
34
+ justifyContent: "flex-end",
35
+ gap: token.padding,
36
+ paddingBlock: token.padding,
37
+ paddingInline: token.paddingXL,
31
38
  width: "100%",
32
39
  backgroundColor: colorBgBase,
33
- borderRadius,
34
40
  boxShadow: boxShadowSecondary,
35
41
  borderBlockStart: "none"
36
42
  }
@@ -1,3 +1,5 @@
1
+ @import '../variable.less';
2
+
1
3
  @prefix: ob-fullscreen;
2
4
  .@{prefix}-box {
3
5
  box-sizing: border-box;
@@ -29,7 +31,7 @@
29
31
  cursor: pointer;
30
32
  }
31
33
  .@{prefix}-box-header-title {
32
- font-weight: 500;
34
+ font-weight: @fontWeightStrong;
33
35
  font-size: 16px;
34
36
  line-height: 24px;
35
37
  margin-inline-start: 24px;
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,25 @@
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
+
19
+ // src/FullscreenBox/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {};
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ fullscreen: string;
3
+ shrink: string;
4
+ enlarge: string;
5
+ reset: string;
6
+ fitView: string;
7
+ refresh: string;
8
+ };
9
+ export default _default;
@@ -0,0 +1,32 @@
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
+
19
+ // src/GraphToolbar/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ fullscreen: "フルスクリーン",
27
+ shrink: "縮小",
28
+ enlarge: "拡大",
29
+ reset: "元の比率を表示",
30
+ fitView: "キャンバスに合わせる",
31
+ refresh: "更新"
32
+ };
@@ -127,7 +127,7 @@
127
127
  }
128
128
 
129
129
  .hljs-strong {
130
- font-weight: bold;
130
+ font-weight: @fontWeightStrong;
131
131
  }
132
132
 
133
133
  .hljs-link {
@@ -258,7 +258,7 @@
258
258
  }
259
259
 
260
260
  .hljs-strong {
261
- font-weight: bold;
261
+ font-weight: @fontWeightStrong;
262
262
  }
263
263
  }
264
264
 
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ copied: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,27 @@
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
+
19
+ // src/Highlight/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ copied: "コピー成功"
27
+ };
@@ -34,6 +34,7 @@ var LocaleDropdown = ({
34
34
  className,
35
35
  ...restProps
36
36
  }) => {
37
+ const { token } = import_design.theme.useToken();
37
38
  const localeMenu = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
38
39
  import_design.Menu,
39
40
  {
@@ -51,7 +52,7 @@ var LocaleDropdown = ({
51
52
  width: 28,
52
53
  height: 28,
53
54
  fontSize: 12,
54
- fontWeight: 500,
55
+ fontWeight: token.fontWeightStrong,
55
56
  lineHeight: "28px",
56
57
  textAlign: "center",
57
58
  border: "0.88px solid #ced4e1",
@@ -20,14 +20,14 @@
20
20
  .@{prefix}-info {
21
21
  margin: 185px 48px 0 48px;
22
22
  color: #fff;
23
- font-weight: 600;
23
+ font-weight: @fontWeightStrong;
24
24
  font-size: 56px;
25
25
  font-family: PingFangSC;
26
26
 
27
27
  .@{prefix}-start {
28
28
  margin-top: 22px;
29
29
  color: #f4f4f4;
30
- font-weight: 500;
30
+ font-weight: @fontWeightStrong;
31
31
  font-size: 32px;
32
32
  letter-spacing: 0;
33
33
  }
@@ -0,0 +1,28 @@
1
+ declare const _default: {
2
+ usernamePlaceholder: string;
3
+ usernameMessage: string;
4
+ passwordPlaceholder: string;
5
+ passwordMessage: string;
6
+ loginText: string;
7
+ otherLoginText: string;
8
+ isLoadingWarn: string;
9
+ usernameLabel: string;
10
+ switchLoginLabel: string;
11
+ switchRegisterLabel: string;
12
+ userExistMessage: string;
13
+ usernameFormatMessage: string;
14
+ samePasswordMessage: string;
15
+ usernameHelp: string;
16
+ usernameLengthMessage: string;
17
+ passwordLabel: string;
18
+ passwordHelp: string;
19
+ confirmPwdLabel: string;
20
+ confirmPwdMessage: string;
21
+ registerBtn: string;
22
+ registerTitle: string;
23
+ activeTitle: string;
24
+ activeTitleDescrition: string;
25
+ activeSubmitBtn: string;
26
+ activeBackBtn: string;
27
+ };
28
+ export default _default;
@@ -0,0 +1,51 @@
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
+
19
+ // src/Login/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ usernamePlaceholder: "アカウントを入力してください",
27
+ usernameMessage: "アカウントを入力してください",
28
+ passwordPlaceholder: "パスワードを入力してください",
29
+ passwordMessage: "パスワードを入力してください",
30
+ loginText: "ログイン",
31
+ otherLoginText: "サードパーティログイン",
32
+ isLoadingWarn: "実行中",
33
+ usernameLabel: "ユーザー名",
34
+ switchLoginLabel: "既存アカウントでログイン",
35
+ switchRegisterLabel: "アカウント登録",
36
+ userExistMessage: "ユーザー名は既に存在します",
37
+ usernameFormatMessage: "ユーザー名の形式が要件を満たしていません",
38
+ samePasswordMessage: "確認パスワードが一致しません",
39
+ usernameHelp: "英字、数字、アンダースコア、特殊文字 (._+@#$%) をサポート、長さ 4~48 文字",
40
+ usernameLengthMessage: "ユーザー名の長さは 4~48 文字",
41
+ passwordLabel: "パスワード",
42
+ passwordHelp: "少なくとも 2 桁の数字、2 文字の大文字、2 文字の小文字、2 文字の特殊文字 (._+@#$%) を含み、長さ 8~32 文字",
43
+ confirmPwdLabel: "パスワード確認",
44
+ confirmPwdMessage: "パスワードを再度入力してください",
45
+ registerBtn: "今すぐ登録",
46
+ registerTitle: "アカウント登録",
47
+ activeTitle: "パスワードを設定してアカウントを有効化",
48
+ activeTitleDescrition: "アカウントのセキュリティのため、パスワードを設定してアカウントを有効化する必要があります",
49
+ activeSubmitBtn: "有効化",
50
+ activeBackBtn: "前のステップに戻る"
51
+ };
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ reload: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,27 @@
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
+
19
+ // src/PageContainer/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ reload: "更新"
27
+ };
@@ -45,9 +45,9 @@ var genPageContainerStyle = (token) => {
45
45
  },
46
46
  [`${componentCls}-warp-page-header,${componentCls}-wrap-page-header`]: {
47
47
  // 减小内容区左右两侧间距
48
- paddingInlineStart: `${paddingLG}px !important`,
49
- paddingInlineEnd: `${paddingLG}px !important`,
50
- paddingBlockStart: `${padding}px !important`,
48
+ paddingInlineStart: `${token.paddingXL}px !important`,
49
+ paddingInlineEnd: `${token.paddingXL}px !important`,
50
+ paddingBlockStart: `${paddingLG}px !important`,
51
51
  paddingBlockEnd: `${padding}px !important`,
52
52
  [`${antCls}-page-header-breadcrumb`]: {
53
53
  // overwritten pro-components style
@@ -77,9 +77,9 @@ var genPageContainerStyle = (token) => {
77
77
  }
78
78
  },
79
79
  [`${componentCls}-children-container`]: {
80
- paddingInline: paddingLG,
80
+ paddingInline: token.paddingXL,
81
81
  paddingBlockStart: 0,
82
- paddingBlockEnd: paddingLG,
82
+ paddingBlockEnd: padding,
83
83
  // set top tabs style when it is PageContainer's first child
84
84
  [`& > ${antCls}-tabs-top:not(${antCls}-tabs-card):first-child`]: {
85
85
  // equal to page header paddingBlockEnd
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ lengthRuleMessage: string;
3
+ charRuleMessage: string;
4
+ strengthRuleMessage: string;
5
+ placeholder: string;
6
+ generatePlaceholder: string;
7
+ randomlyGenerate: string;
8
+ pleaseRememberYourPassword: string;
9
+ copySuccessfully: string;
10
+ copyPassword: string;
11
+ andKeepItProperly: string;
12
+ };
13
+ export default _default;
@@ -0,0 +1,36 @@
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
+
19
+ // src/Password/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ lengthRuleMessage: "長さは 8~32 文字",
27
+ charRuleMessage: '英字、数字、特殊文字(~!@#%^&*_-+=|(){}[]:;,.?/`$"<>\\)のみを含むことができます',
28
+ strengthRuleMessage: "大文字、小文字、数字、特殊文字をそれぞれ少なくとも 2 文字含む必要があります",
29
+ placeholder: "パスワードを入力してください",
30
+ generatePlaceholder: "入力するかランダム生成",
31
+ randomlyGenerate: "ランダム生成",
32
+ pleaseRememberYourPassword: "パスワードを覚えて適切に保存してください",
33
+ copySuccessfully: "コピー成功",
34
+ copyPassword: "パスワードをコピー",
35
+ andKeepItProperly: "適切に保存"
36
+ };
@@ -0,0 +1,28 @@
1
+ declare const _default: {
2
+ customize: string;
3
+ '\u8FD1 1 \u5206\u949F': string;
4
+ '\u8FD1 5 \u5206\u949F': string;
5
+ '\u8FD1 10 \u5206\u949F': string;
6
+ '\u8FD1 20 \u5206\u949F': string;
7
+ '\u8FD1 30 \u5206\u949F': string;
8
+ '\u8FD1 1 \u5C0F\u65F6': string;
9
+ '\u8FD1 2 \u5C0F\u65F6': string;
10
+ '\u8FD1 3 \u5C0F\u65F6': string;
11
+ '\u8FD1 6 \u5C0F\u65F6': string;
12
+ 今天: string;
13
+ 昨天: string;
14
+ 明天: string;
15
+ 本周: string;
16
+ 上周: string;
17
+ 下周: string;
18
+ 本月: string;
19
+ 上月: string;
20
+ 下月: string;
21
+ 本季度: string;
22
+ 上季度: string;
23
+ 下季度: string;
24
+ 今年: string;
25
+ 去年: string;
26
+ 明年: string;
27
+ };
28
+ export default _default;
@@ -0,0 +1,53 @@
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
+
19
+ // src/Ranger/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ customize: "カスタム時間",
27
+ // 为保证和之前的逻辑兼容,仍然使用中文作为 key
28
+ // TODO: 后续需要替换为英文 key
29
+ "近 1 分钟": "過去 1 分",
30
+ "近 5 分钟": "過去 5 分",
31
+ "近 10 分钟": "過去 10 分",
32
+ "近 20 分钟": "過去 20 分",
33
+ "近 30 分钟": "過去 30 分",
34
+ "近 1 小时": "過去 1 時間",
35
+ "近 2 小时": "過去 2 時間",
36
+ "近 3 小时": "過去 3 時間",
37
+ "近 6 小时": "過去 6 時間",
38
+ 今天: "今日",
39
+ 昨天: "昨日",
40
+ 明天: "明日",
41
+ 本周: "今週",
42
+ 上周: "先週",
43
+ 下周: "来週",
44
+ 本月: "今月",
45
+ 上月: "先月",
46
+ 下月: "来月",
47
+ 本季度: "今四半期",
48
+ 上季度: "前四半期",
49
+ 下季度: "次四半期",
50
+ 今年: "今年",
51
+ 去年: "去年",
52
+ 明年: "来年"
53
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: {};
2
+ export default _default;
@@ -0,0 +1,25 @@
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
+
19
+ // src/SideTip/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {};
@@ -79,7 +79,7 @@
79
79
 
80
80
  .@{prefixCls}-tabs-tab-active {
81
81
  color: @colorText;
82
- font-weight: normal;
82
+ font-weight: @fontWeight;
83
83
  background-color: #f7f8fc;
84
84
  border-bottom: none;
85
85
  border-left: none;
@@ -0,0 +1,13 @@
1
+ declare const _default: {
2
+ successful: string;
3
+ running: string;
4
+ failed: string;
5
+ pending: string;
6
+ taskId: string;
7
+ log: string;
8
+ parameter: string;
9
+ stop: string;
10
+ retry: string;
11
+ skip: string;
12
+ };
13
+ export default _default;
@@ -0,0 +1,36 @@
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
+
19
+ // src/TaskGraph/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ successful: "完了",
27
+ running: "タスク実行中",
28
+ failed: "タスク失敗",
29
+ pending: "未開始",
30
+ taskId: "タスク ID",
31
+ log: "ログを表示",
32
+ parameter: "パラメータを表示",
33
+ stop: "実行を停止",
34
+ retry: "再実行",
35
+ skip: "成功に設定"
36
+ };
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ helpTitle: string;
3
+ defaultOperation: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,28 @@
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
+
19
+ // src/Welcome/locale/ja-JP.ts
20
+ var ja_JP_exports = {};
21
+ __export(ja_JP_exports, {
22
+ default: () => ja_JP_default
23
+ });
24
+ module.exports = __toCommonJS(ja_JP_exports);
25
+ var ja_JP_default = {
26
+ helpTitle: "クイックスタート",
27
+ defaultOperation: "デフォルト操作"
28
+ };
@@ -0,0 +1,3 @@
1
+ import type { Locale } from './index';
2
+ declare const _default: Locale;
3
+ export default _default;