awing-library 2.1.2-dev.66 → 2.1.2-dev.68

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/dist/esm/index.js CHANGED
@@ -25030,8 +25030,8 @@ var WorkspaceSharing$4 = {
25030
25030
  Create: "Add",
25031
25031
  AddALL: "Add all"
25032
25032
  },
25033
- AliasDestination: "Alias Destination",
25034
- SourceDirectoryId: "Source Directory ID"
25033
+ SharingKey: "Sharing Key",
25034
+ SourceDirectory: "Source Directory"
25035
25035
  };
25036
25036
  var Language$4 = {
25037
25037
  TranslateBy: "(Translate By {{author})",
@@ -26596,8 +26596,8 @@ var WorkspaceSharing$3 = {
26596
26596
  Create: "Thêm",
26597
26597
  AddALL: "Thêm tất cả"
26598
26598
  },
26599
- AliasDestination: "Mã chia sẻ",
26600
- SourceDirectoryId: "Thư mục nguồn"
26599
+ SharingKey: "Mã chia sẻ",
26600
+ SourceDirectory: "Thư mục nguồn"
26601
26601
  };
26602
26602
  var Language$3 = {
26603
26603
  TranslateBy: "(Dịch bởi {{author}})",
@@ -28126,8 +28126,8 @@ var WorkspaceSharing$2 = {
28126
28126
  Create: "Tambah",
28127
28127
  AddALL: "Tambah Semua"
28128
28128
  },
28129
- AliasDestination: "Alias tujuan",
28130
- SourceDirectoryId: "ID Direktori Sumber"
28129
+ SharingKey: "Kunci Berbagi",
28130
+ SourceDirectory: "Direktori Sumber"
28131
28131
  };
28132
28132
  var Language$2 = {
28133
28133
  TranslateBy: "(Diterjemahkan oleh {{author})",
@@ -29648,8 +29648,8 @@ var WorkspaceSharing$1 = {
29648
29648
  Create: "เพิ่ม",
29649
29649
  AddALL: "เพิ่มทั้งหมด"
29650
29650
  },
29651
- AliasDestination: "ชื่อปลายทาง",
29652
- SourceDirectoryId: "ID ของไดเรกทอรีต้นทาง"
29651
+ SharingKey: "คีย์การแชร์",
29652
+ SourceDirectory: "ไดเรกทอรีต้นทาง"
29653
29653
  };
29654
29654
  var Language$1 = {
29655
29655
  TranslateBy: "(แปลโดย {{author})",
@@ -31170,8 +31170,8 @@ var WorkspaceSharing = {
31170
31170
  Create: "追加",
31171
31171
  AddALL: "すべて追加"
31172
31172
  },
31173
- AliasDestination: "エイリアス宛先",
31174
- SourceDirectoryId: "ソースディレクトリID"
31173
+ SharingKey: "共有キー",
31174
+ SourceDirectory: "ソースディレクトリ"
31175
31175
  };
31176
31176
  var Language = {
31177
31177
  TranslateBy: "(翻訳者 {{author})",
@@ -189187,7 +189187,7 @@ function WorkspaceSharingInfomation(props) {
189187
189187
  disabled: formData.objectTypeCode === '' || formData.objectTypeCode === undefined
189188
189188
  }, {
189189
189189
  fieldName: 'key',
189190
- label: t('WorkspaceSharing.AliasDestination'),
189190
+ label: t('WorkspaceSharing.SharingKey'),
189191
189191
  type: FIELD_TYPE.AUTOCOMPLETE,
189192
189192
  multiple: false,
189193
189193
  required: true,
@@ -189233,7 +189233,7 @@ function WorkspaceSharingInfomation(props) {
189233
189233
  })
189234
189234
  }, {
189235
189235
  fieldName: 'folderSourceDirectoryId',
189236
- label: t('WorkspaceSharing.SourceDirectoryId'),
189236
+ label: t('WorkspaceSharing.SourceDirectory'),
189237
189237
  type: FIELD_TYPE.AUTOCOMPLETE,
189238
189238
  isDirectory: true,
189239
189239
  multiple: false,
@@ -189420,9 +189420,6 @@ function Create() {
189420
189420
  }
189421
189421
  }, []);
189422
189422
  const checkValidSubmit = useMemo(() => {
189423
- if (id && Number(id) < 100) {
189424
- return false;
189425
- }
189426
189423
  const getChangeField = (oldValue, newValue) => oldValue !== newValue ? true : false;
189427
189424
  let checkV = false;
189428
189425
  if (isCreate) {
@@ -1163,8 +1163,8 @@
1163
1163
  "Create": "Add",
1164
1164
  "AddALL": "Add all"
1165
1165
  },
1166
- "AliasDestination": "Alias Destination",
1167
- "SourceDirectoryId": "Source Directory ID"
1166
+ "SharingKey": "Sharing Key",
1167
+ "SourceDirectory": "Source Directory"
1168
1168
  },
1169
1169
  "Language": {
1170
1170
  "TranslateBy": "(Translate By {{author})",
@@ -1130,8 +1130,8 @@
1130
1130
  "Create": "Tambah",
1131
1131
  "AddALL": "Tambah Semua"
1132
1132
  },
1133
- "AliasDestination": "Alias tujuan",
1134
- "SourceDirectoryId": "ID Direktori Sumber"
1133
+ "SharingKey": "Kunci Berbagi",
1134
+ "SourceDirectory": "Direktori Sumber"
1135
1135
  },
1136
1136
  "Language": {
1137
1137
  "TranslateBy": "(Diterjemahkan oleh {{author})",
@@ -1130,8 +1130,8 @@
1130
1130
  "Create": "追加",
1131
1131
  "AddALL": "すべて追加"
1132
1132
  },
1133
- "AliasDestination": "エイリアス宛先",
1134
- "SourceDirectoryId": "ソースディレクトリID"
1133
+ "SharingKey": "共有キー",
1134
+ "SourceDirectory": "ソースディレクトリ"
1135
1135
  },
1136
1136
  "Language": {
1137
1137
  "TranslateBy": "(翻訳者 {{author})",
@@ -1130,8 +1130,8 @@
1130
1130
  "Create": "เพิ่ม",
1131
1131
  "AddALL": "เพิ่มทั้งหมด"
1132
1132
  },
1133
- "AliasDestination": "ชื่อปลายทาง",
1134
- "SourceDirectoryId": "ID ของไดเรกทอรีต้นทาง"
1133
+ "SharingKey": "คีย์การแชร์",
1134
+ "SourceDirectory": "ไดเรกทอรีต้นทาง"
1135
1135
  },
1136
1136
  "Language": {
1137
1137
  "TranslateBy": "(แปลโดย {{author})",
@@ -1166,8 +1166,8 @@
1166
1166
  "Create": "Thêm",
1167
1167
  "AddALL": "Thêm tất cả"
1168
1168
  },
1169
- "AliasDestination": "Mã chia sẻ",
1170
- "SourceDirectoryId": "Thư mục nguồn"
1169
+ "SharingKey": "Mã chia sẻ",
1170
+ "SourceDirectory": "Thư mục nguồn"
1171
1171
  },
1172
1172
  "Language": {
1173
1173
  "TranslateBy": "(Dịch bởi {{author}})",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.66",
3
+ "version": "2.1.2-dev.68",
4
4
  "main": "dist/esm/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",