awing-library 2.1.2-dev.55 → 2.1.2-dev.57
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/Features/NOTIFICATION/ObjectFilter/context.d.ts +0 -2
- package/dist/esm/Features/NOTIFICATION/ObjectFilter/index.d.ts +0 -1
- package/dist/esm/Features/NOTIFICATION/ObjectFilter/utils.d.ts +1 -1
- package/dist/esm/Features/SYSTEM/Sharing/Types.d.ts +1 -2
- package/dist/esm/index.js +54 -59
- package/dist/esm/translate/resources/en/translation.json +7 -5
- package/dist/esm/translate/resources/id/translation.json +7 -5
- package/dist/esm/translate/resources/ja/translation.json +7 -5
- package/dist/esm/translate/resources/th/translation.json +7 -5
- package/dist/esm/translate/resources/vi/translation.json +8 -6
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
|
@@ -5,12 +5,10 @@ import { LogicExpressionsStructure } from './types';
|
|
|
5
5
|
export declare const ObjectFilterContext: import("react").Context<{
|
|
6
6
|
services?: ObjectFilterServices;
|
|
7
7
|
objectTyeCodes?: EnumTypeConvert[];
|
|
8
|
-
objectConfigTypes?: EnumTypeConvert[];
|
|
9
8
|
logicExpressionsStructure?: LogicExpressionsStructure;
|
|
10
9
|
}>;
|
|
11
10
|
export declare const useGetContext: () => {
|
|
12
11
|
services?: ObjectFilterServices;
|
|
13
12
|
objectTyeCodes?: EnumTypeConvert[];
|
|
14
|
-
objectConfigTypes?: EnumTypeConvert[];
|
|
15
13
|
logicExpressionsStructure?: LogicExpressionsStructure;
|
|
16
14
|
};
|
|
@@ -3,7 +3,6 @@ import { EnumTypeConvert } from 'Features/types';
|
|
|
3
3
|
import { LogicExpressionsStructure } from './types';
|
|
4
4
|
declare const NotificationFilter: (props: ObjectFilterServices & {
|
|
5
5
|
objectTyeCodes: EnumTypeConvert[];
|
|
6
|
-
objectConfigTypes: EnumTypeConvert[];
|
|
7
6
|
logicExpressionsStructure: LogicExpressionsStructure;
|
|
8
7
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
8
|
export * from './types';
|
|
@@ -4,5 +4,5 @@ interface ObjectFilterInput {
|
|
|
4
4
|
[key: string]: string | number | undefined;
|
|
5
5
|
}
|
|
6
6
|
export declare const checkValid: (currentObjectFilterInput: ObjectFilter) => boolean;
|
|
7
|
-
export declare const getDifferentFieldsValue: (oldObjectFilter: ObjectFilter, newObjectFilter: ObjectFilterInput, objectTyeCodes: EnumTypeConvert[]
|
|
7
|
+
export declare const getDifferentFieldsValue: (oldObjectFilter: ObjectFilter, newObjectFilter: ObjectFilterInput, objectTyeCodes: EnumTypeConvert[]) => ObjectFilterInput;
|
|
8
8
|
export {};
|
|
@@ -20,8 +20,7 @@ export type Sharing = {
|
|
|
20
20
|
objectFilterId: number;
|
|
21
21
|
schema?: Schema;
|
|
22
22
|
schemaId?: number;
|
|
23
|
-
sharingWorkspaces
|
|
24
|
-
totalTargetWorkspace: number;
|
|
23
|
+
sharingWorkspaces?: Array<SharingWorkspace>;
|
|
25
24
|
workspaceId: number;
|
|
26
25
|
folderSourceDirectoryId?: number;
|
|
27
26
|
key?: string;
|
package/dist/esm/index.js
CHANGED
|
@@ -25004,12 +25004,12 @@ var WorkspaceSharing$4 = {
|
|
|
25004
25004
|
TargetWorkspaceTitle: "Target Workspaces",
|
|
25005
25005
|
Title: "Workspace Sharing",
|
|
25006
25006
|
Tab: {
|
|
25007
|
-
|
|
25008
|
-
|
|
25007
|
+
SharedConfiguration: "Shared Configuration",
|
|
25008
|
+
Workspace: "Workspace"
|
|
25009
25009
|
},
|
|
25010
25010
|
Label: {
|
|
25011
|
-
Create: "Create
|
|
25012
|
-
Edit: "Edit
|
|
25011
|
+
Create: "Create Sharing",
|
|
25012
|
+
Edit: "Edit Sharing",
|
|
25013
25013
|
Name: "Sharing name",
|
|
25014
25014
|
ObjectType: "Object Type",
|
|
25015
25015
|
Schema: "Schema",
|
|
@@ -25028,7 +25028,9 @@ var WorkspaceSharing$4 = {
|
|
|
25028
25028
|
Workspace: {
|
|
25029
25029
|
Create: "Add",
|
|
25030
25030
|
AddALL: "Add all"
|
|
25031
|
-
}
|
|
25031
|
+
},
|
|
25032
|
+
AliasDestination: "Alias Destination",
|
|
25033
|
+
SourceDirectoryId: "Source Directory ID"
|
|
25032
25034
|
};
|
|
25033
25035
|
var Language$4 = {
|
|
25034
25036
|
TranslateBy: "(Translate By {{author})",
|
|
@@ -26565,14 +26567,14 @@ var Workflow$3 = {
|
|
|
26565
26567
|
};
|
|
26566
26568
|
var WorkspaceSharing$3 = {
|
|
26567
26569
|
TargetWorkspaceTitle: "Workspaces nhận chia sẻ",
|
|
26568
|
-
Title: "
|
|
26570
|
+
Title: "Chia sẻ",
|
|
26569
26571
|
Tab: {
|
|
26570
|
-
|
|
26571
|
-
|
|
26572
|
+
SharedConfiguration: "Cấu hình chia sẻ",
|
|
26573
|
+
Workspace: "Workspace"
|
|
26572
26574
|
},
|
|
26573
26575
|
Label: {
|
|
26574
|
-
Create: "Tạo
|
|
26575
|
-
Edit: "Sửa
|
|
26576
|
+
Create: "Tạo chia sẻ",
|
|
26577
|
+
Edit: "Sửa chia sẻ",
|
|
26576
26578
|
Name: "Tên",
|
|
26577
26579
|
ObjectType: "Loại đối tượng",
|
|
26578
26580
|
Schema: "Schema",
|
|
@@ -26591,7 +26593,9 @@ var WorkspaceSharing$3 = {
|
|
|
26591
26593
|
Workspace: {
|
|
26592
26594
|
Create: "Thêm",
|
|
26593
26595
|
AddALL: "Thêm tất cả"
|
|
26594
|
-
}
|
|
26596
|
+
},
|
|
26597
|
+
AliasDestination: "Alias Destination",
|
|
26598
|
+
SourceDirectoryId: "Source Directory ID"
|
|
26595
26599
|
};
|
|
26596
26600
|
var Language$3 = {
|
|
26597
26601
|
TranslateBy: "(Dịch bởi {{author}})",
|
|
@@ -28094,12 +28098,12 @@ var WorkspaceSharing$2 = {
|
|
|
28094
28098
|
TargetWorkspaceTitle: "Workspace Target",
|
|
28095
28099
|
Title: "Berbagi Workspace",
|
|
28096
28100
|
Tab: {
|
|
28097
|
-
|
|
28098
|
-
|
|
28101
|
+
SharedConfiguration: "Konfigurasi Berbagi",
|
|
28102
|
+
Workspace: "Workspace"
|
|
28099
28103
|
},
|
|
28100
28104
|
Label: {
|
|
28101
|
-
Create: "Buat Berbagi
|
|
28102
|
-
Edit: "Edit Berbagi
|
|
28105
|
+
Create: "Buat Berbagi",
|
|
28106
|
+
Edit: "Edit Berbagi",
|
|
28103
28107
|
Name: "Nama Berbagi",
|
|
28104
28108
|
ObjectType: "Tipe Objek",
|
|
28105
28109
|
Schema: "Skema",
|
|
@@ -28118,7 +28122,9 @@ var WorkspaceSharing$2 = {
|
|
|
28118
28122
|
Workspace: {
|
|
28119
28123
|
Create: "Tambah",
|
|
28120
28124
|
AddALL: "Tambah Semua"
|
|
28121
|
-
}
|
|
28125
|
+
},
|
|
28126
|
+
AliasDestination: "Alias tujuan",
|
|
28127
|
+
SourceDirectoryId: "ID Direktori Sumber"
|
|
28122
28128
|
};
|
|
28123
28129
|
var Language$2 = {
|
|
28124
28130
|
TranslateBy: "(Diterjemahkan oleh {{author})",
|
|
@@ -29613,12 +29619,12 @@ var WorkspaceSharing$1 = {
|
|
|
29613
29619
|
TargetWorkspaceTitle: "พื้นที่ทำงานเป้าหมาย",
|
|
29614
29620
|
Title: "การแชร์พื้นที่ทำงาน",
|
|
29615
29621
|
Tab: {
|
|
29616
|
-
|
|
29617
|
-
|
|
29622
|
+
SharedConfiguration: "การตั้งค่าแชร์",
|
|
29623
|
+
Workspace: "พื้นที่ทำงาน"
|
|
29618
29624
|
},
|
|
29619
29625
|
Label: {
|
|
29620
|
-
Create: "
|
|
29621
|
-
Edit: "
|
|
29626
|
+
Create: "สร้างการแชร์",
|
|
29627
|
+
Edit: "แก้ไขการแชร์",
|
|
29622
29628
|
Name: "ชื่อการแชร์",
|
|
29623
29629
|
ObjectType: "ประเภทออบเจ็กต์",
|
|
29624
29630
|
Schema: "สคีมา",
|
|
@@ -29637,7 +29643,9 @@ var WorkspaceSharing$1 = {
|
|
|
29637
29643
|
Workspace: {
|
|
29638
29644
|
Create: "เพิ่ม",
|
|
29639
29645
|
AddALL: "เพิ่มทั้งหมด"
|
|
29640
|
-
}
|
|
29646
|
+
},
|
|
29647
|
+
AliasDestination: "ชื่อปลายทาง",
|
|
29648
|
+
SourceDirectoryId: "ID ของไดเรกทอรีต้นทาง"
|
|
29641
29649
|
};
|
|
29642
29650
|
var Language$1 = {
|
|
29643
29651
|
TranslateBy: "(แปลโดย {{author})",
|
|
@@ -31132,12 +31140,12 @@ var WorkspaceSharing = {
|
|
|
31132
31140
|
TargetWorkspaceTitle: "ターゲットワークスペース",
|
|
31133
31141
|
Title: "ワークスペース共有",
|
|
31134
31142
|
Tab: {
|
|
31135
|
-
|
|
31136
|
-
|
|
31143
|
+
SharedConfiguration: "共有設定",
|
|
31144
|
+
Workspace: "ワークスペース"
|
|
31137
31145
|
},
|
|
31138
31146
|
Label: {
|
|
31139
|
-
Create: "
|
|
31140
|
-
Edit: "
|
|
31147
|
+
Create: "共有を作成",
|
|
31148
|
+
Edit: "共有を編集",
|
|
31141
31149
|
Name: "共有名",
|
|
31142
31150
|
ObjectType: "オブジェクトタイプ",
|
|
31143
31151
|
Schema: "スキーマ",
|
|
@@ -31156,7 +31164,9 @@ var WorkspaceSharing = {
|
|
|
31156
31164
|
Workspace: {
|
|
31157
31165
|
Create: "追加",
|
|
31158
31166
|
AddALL: "すべて追加"
|
|
31159
|
-
}
|
|
31167
|
+
},
|
|
31168
|
+
AliasDestination: "エイリアス宛先",
|
|
31169
|
+
SourceDirectoryId: "ソースディレクトリID"
|
|
31160
31170
|
};
|
|
31161
31171
|
var Language = {
|
|
31162
31172
|
TranslateBy: "(翻訳者 {{author})",
|
|
@@ -182205,7 +182215,7 @@ const ObjectFilterContainer = () => {
|
|
|
182205
182215
|
const checkValid$2 = currentObjectFilterInput => {
|
|
182206
182216
|
return Object.values(currentObjectFilterInput).every(value => value !== undefined && "".concat(value).trim() !== '');
|
|
182207
182217
|
};
|
|
182208
|
-
const getDifferentFieldsValue = (oldObjectFilter, newObjectFilter, objectTyeCodes
|
|
182218
|
+
const getDifferentFieldsValue = (oldObjectFilter, newObjectFilter, objectTyeCodes) => {
|
|
182209
182219
|
const differentField = {};
|
|
182210
182220
|
Object.entries(newObjectFilter).forEach(_ref => {
|
|
182211
182221
|
let [key, value] = _ref;
|
|
@@ -182214,9 +182224,6 @@ const getDifferentFieldsValue = (oldObjectFilter, newObjectFilter, objectTyeCode
|
|
|
182214
182224
|
if (key === 'objectTypeCode') {
|
|
182215
182225
|
const ob = objectTyeCodes.find(i => i.value === value);
|
|
182216
182226
|
differentField[key] = ob === null || ob === void 0 ? void 0 : ob.value;
|
|
182217
|
-
} else if (key === 'configType') {
|
|
182218
|
-
const ob = objectConfigTypes.find(i => i.value === value);
|
|
182219
|
-
differentField[key] = ob === null || ob === void 0 ? void 0 : ob.value;
|
|
182220
182227
|
} else differentField[key] = value;
|
|
182221
182228
|
}
|
|
182222
182229
|
});
|
|
@@ -182224,7 +182231,7 @@ const getDifferentFieldsValue = (oldObjectFilter, newObjectFilter, objectTyeCode
|
|
|
182224
182231
|
};
|
|
182225
182232
|
|
|
182226
182233
|
const CreateOrEdit$6 = () => {
|
|
182227
|
-
var _a
|
|
182234
|
+
var _a;
|
|
182228
182235
|
const {
|
|
182229
182236
|
id
|
|
182230
182237
|
} = useParams();
|
|
@@ -182235,7 +182242,6 @@ const CreateOrEdit$6 = () => {
|
|
|
182235
182242
|
const {
|
|
182236
182243
|
services,
|
|
182237
182244
|
objectTyeCodes = [],
|
|
182238
|
-
objectConfigTypes = [],
|
|
182239
182245
|
logicExpressionsStructure
|
|
182240
182246
|
} = useGetContext$5();
|
|
182241
182247
|
// State để kiểm tra việc disabled cho nút thử nghiệm
|
|
@@ -182311,7 +182317,7 @@ const CreateOrEdit$6 = () => {
|
|
|
182311
182317
|
if (objectFilterId) {
|
|
182312
182318
|
return await (services === null || services === void 0 ? void 0 : services.updateObjectFilter({
|
|
182313
182319
|
id: objectFilterId,
|
|
182314
|
-
input: getDifferentFieldsValue(convertToObjectFilterInput(originalObjectFilter !== null && originalObjectFilter !== void 0 ? originalObjectFilter : {}), convertToObjectFilterInput(objectFilter), objectTyeCodes
|
|
182320
|
+
input: getDifferentFieldsValue(convertToObjectFilterInput(originalObjectFilter !== null && originalObjectFilter !== void 0 ? originalObjectFilter : {}), convertToObjectFilterInput(objectFilter), objectTyeCodes),
|
|
182315
182321
|
versionId: objectFilter.versionId
|
|
182316
182322
|
}).then(() => {
|
|
182317
182323
|
snackbar('success');
|
|
@@ -182361,16 +182367,15 @@ const CreateOrEdit$6 = () => {
|
|
|
182361
182367
|
}
|
|
182362
182368
|
}, [testingDataInput.objectFilter]);
|
|
182363
182369
|
useEffect(() => {
|
|
182364
|
-
if (!objectFilterId && (objectTyeCodes === null || objectTyeCodes === void 0 ? void 0 : objectTyeCodes.length) > 0
|
|
182370
|
+
if (!objectFilterId && (objectTyeCodes === null || objectTyeCodes === void 0 ? void 0 : objectTyeCodes.length) > 0) {
|
|
182365
182371
|
setObjectFilter(prev => {
|
|
182366
|
-
var _a, _b
|
|
182372
|
+
var _a, _b;
|
|
182367
182373
|
return Object.assign(Object.assign({}, prev), {
|
|
182368
|
-
objectTypeCode: (_b = String((_a = objectTyeCodes[0]) === null || _a === void 0 ? void 0 : _a.value)) !== null && _b !== void 0 ? _b : ''
|
|
182369
|
-
configType: (_d = String((_c = objectConfigTypes[0]) === null || _c === void 0 ? void 0 : _c.value)) !== null && _d !== void 0 ? _d : ''
|
|
182374
|
+
objectTypeCode: (_b = String((_a = objectTyeCodes[0]) === null || _a === void 0 ? void 0 : _a.value)) !== null && _b !== void 0 ? _b : ''
|
|
182370
182375
|
});
|
|
182371
182376
|
});
|
|
182372
182377
|
}
|
|
182373
|
-
}, [objectTyeCodes
|
|
182378
|
+
}, [objectTyeCodes]);
|
|
182374
182379
|
const objectStructuresByObjectTypeCode = useMemo(() => {
|
|
182375
182380
|
if (objectFilter.objectTypeCode && (logicExpressionsStructure === null || logicExpressionsStructure === void 0 ? void 0 : logicExpressionsStructure.objectStructures)) {
|
|
182376
182381
|
return logicExpressionsStructure === null || logicExpressionsStructure === void 0 ? void 0 : logicExpressionsStructure.objectStructures[objectFilter.objectTypeCode];
|
|
@@ -182415,18 +182420,6 @@ const CreateOrEdit$6 = () => {
|
|
|
182415
182420
|
inputProps: {
|
|
182416
182421
|
readOnly: !!objectFilterId
|
|
182417
182422
|
}
|
|
182418
|
-
}, {
|
|
182419
|
-
fieldName: 'configType',
|
|
182420
|
-
type: FIELD_TYPE.SELECT,
|
|
182421
|
-
label: t('Filter.ConfigType'),
|
|
182422
|
-
required: true,
|
|
182423
|
-
options: (_a = objectConfigTypes !== null && objectConfigTypes !== void 0 ? objectConfigTypes : []) === null || _a === void 0 ? void 0 : _a.map(item => ({
|
|
182424
|
-
value: item.value.toString(),
|
|
182425
|
-
text: item.key
|
|
182426
|
-
})),
|
|
182427
|
-
inputProps: {
|
|
182428
|
-
readOnly: !!objectFilterId && !fieldEditPermission.configType
|
|
182429
|
-
}
|
|
182430
182423
|
}, {
|
|
182431
182424
|
fieldName: 'name',
|
|
182432
182425
|
type: FIELD_TYPE.TEXT,
|
|
@@ -182441,7 +182434,7 @@ const CreateOrEdit$6 = () => {
|
|
|
182441
182434
|
type: FIELD_TYPE.LOGIC_EXPRESSION,
|
|
182442
182435
|
required: true,
|
|
182443
182436
|
label: t('Filter.LogicExpression'),
|
|
182444
|
-
functionStructures: (
|
|
182437
|
+
functionStructures: (_a = logicExpressionsStructure === null || logicExpressionsStructure === void 0 ? void 0 : logicExpressionsStructure.functionStructures) !== null && _a !== void 0 ? _a : [],
|
|
182445
182438
|
objectStructures: objectStructuresByObjectTypeCode !== null && objectStructuresByObjectTypeCode !== void 0 ? objectStructuresByObjectTypeCode : [],
|
|
182446
182439
|
defaultValue: objectFilter.logicalExpression,
|
|
182447
182440
|
disabled: !!objectFilterId && !fieldEditPermission.logicalExpression
|
|
@@ -182471,10 +182464,9 @@ const CreateOrEdit$6 = () => {
|
|
|
182471
182464
|
const NotificationFilter = props => {
|
|
182472
182465
|
const {
|
|
182473
182466
|
objectTyeCodes,
|
|
182474
|
-
logicExpressionsStructure
|
|
182475
|
-
objectConfigTypes
|
|
182467
|
+
logicExpressionsStructure
|
|
182476
182468
|
} = props,
|
|
182477
|
-
services = __rest$1(props, ["objectTyeCodes", "logicExpressionsStructure"
|
|
182469
|
+
services = __rest$1(props, ["objectTyeCodes", "logicExpressionsStructure"]);
|
|
182478
182470
|
const paths = [{
|
|
182479
182471
|
param: Constants$3.CREATE_PATH,
|
|
182480
182472
|
element: jsxRuntimeExports.jsx(CreateOrEdit$6, {})
|
|
@@ -182487,7 +182479,6 @@ const NotificationFilter = props => {
|
|
|
182487
182479
|
value: {
|
|
182488
182480
|
services: services,
|
|
182489
182481
|
objectTyeCodes,
|
|
182490
|
-
objectConfigTypes,
|
|
182491
182482
|
logicExpressionsStructure
|
|
182492
182483
|
},
|
|
182493
182484
|
children: [jsxRuntimeExports.jsx(ObjectFilterContainer, {}), jsxRuntimeExports.jsx(Routes, {
|
|
@@ -189190,7 +189181,7 @@ function WorkspaceSharingInfomation(props) {
|
|
|
189190
189181
|
disabled: formData.objectTypeCode === '' || formData.objectTypeCode === undefined
|
|
189191
189182
|
}, {
|
|
189192
189183
|
fieldName: 'key',
|
|
189193
|
-
label: '
|
|
189184
|
+
label: t('WorkspaceSharing.AliasDestination'),
|
|
189194
189185
|
type: FIELD_TYPE.AUTOCOMPLETE,
|
|
189195
189186
|
multiple: false,
|
|
189196
189187
|
required: true,
|
|
@@ -189236,7 +189227,7 @@ function WorkspaceSharingInfomation(props) {
|
|
|
189236
189227
|
})
|
|
189237
189228
|
}, {
|
|
189238
189229
|
fieldName: 'folderSourceDirectoryId',
|
|
189239
|
-
label: '
|
|
189230
|
+
label: t('WorkspaceSharing.SourceDirectoryId'),
|
|
189240
189231
|
type: FIELD_TYPE.AUTOCOMPLETE,
|
|
189241
189232
|
isDirectory: true,
|
|
189242
189233
|
multiple: false,
|
|
@@ -189483,13 +189474,13 @@ function Create() {
|
|
|
189483
189474
|
"aria-label": "scrollable tabs",
|
|
189484
189475
|
children: [jsxRuntimeExports.jsx(Tab, {
|
|
189485
189476
|
value: "1",
|
|
189486
|
-
label: t('WorkspaceSharing.Tab.
|
|
189477
|
+
label: t('WorkspaceSharing.Tab.SharedConfiguration'),
|
|
189487
189478
|
style: {
|
|
189488
189479
|
fontWeight: 'bold'
|
|
189489
189480
|
}
|
|
189490
189481
|
}), jsxRuntimeExports.jsx(Tab, {
|
|
189491
189482
|
value: "2",
|
|
189492
|
-
label: "".concat(t('WorkspaceSharing.Tab.
|
|
189483
|
+
label: "".concat(t('WorkspaceSharing.Tab.Workspace')).concat(countConfigEmpty === 0 ? '' : ' (' + countConfigEmpty + '*)'),
|
|
189493
189484
|
style: {
|
|
189494
189485
|
fontWeight: 'bold'
|
|
189495
189486
|
},
|
|
@@ -189670,6 +189661,10 @@ function SharingContainer() {
|
|
|
189670
189661
|
}, {
|
|
189671
189662
|
field: 'totalTargetWorkspace',
|
|
189672
189663
|
headerName: t('WorkspaceSharing.Label.Workspace'),
|
|
189664
|
+
valueGetter: row => {
|
|
189665
|
+
var _a;
|
|
189666
|
+
return ((_a = row === null || row === void 0 ? void 0 : row.sharingWorkspaces) === null || _a === void 0 ? void 0 : _a.length) || '';
|
|
189667
|
+
},
|
|
189673
189668
|
TableCellProps: {
|
|
189674
189669
|
sx: {
|
|
189675
189670
|
wordBreak: 'break-word'
|
|
@@ -1137,12 +1137,12 @@
|
|
|
1137
1137
|
"TargetWorkspaceTitle": "Target Workspaces",
|
|
1138
1138
|
"Title": "Workspace Sharing",
|
|
1139
1139
|
"Tab": {
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1140
|
+
"SharedConfiguration": "Shared Configuration",
|
|
1141
|
+
"Workspace": "Workspace"
|
|
1142
1142
|
},
|
|
1143
1143
|
"Label": {
|
|
1144
|
-
"Create": "Create
|
|
1145
|
-
"Edit": "Edit
|
|
1144
|
+
"Create": "Create Sharing",
|
|
1145
|
+
"Edit": "Edit Sharing",
|
|
1146
1146
|
"Name": "Sharing name",
|
|
1147
1147
|
"ObjectType": "Object Type",
|
|
1148
1148
|
"Schema": "Schema",
|
|
@@ -1161,7 +1161,9 @@
|
|
|
1161
1161
|
"Workspace": {
|
|
1162
1162
|
"Create": "Add",
|
|
1163
1163
|
"AddALL": "Add all"
|
|
1164
|
-
}
|
|
1164
|
+
},
|
|
1165
|
+
"AliasDestination": "Alias Destination",
|
|
1166
|
+
"SourceDirectoryId": "Source Directory ID"
|
|
1165
1167
|
},
|
|
1166
1168
|
"Language": {
|
|
1167
1169
|
"TranslateBy": "(Translate By {{author})",
|
|
@@ -1104,12 +1104,12 @@
|
|
|
1104
1104
|
"TargetWorkspaceTitle": "Workspace Target",
|
|
1105
1105
|
"Title": "Berbagi Workspace",
|
|
1106
1106
|
"Tab": {
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1107
|
+
"SharedConfiguration": "Konfigurasi Berbagi",
|
|
1108
|
+
"Workspace": "Workspace"
|
|
1109
1109
|
},
|
|
1110
1110
|
"Label": {
|
|
1111
|
-
"Create": "Buat Berbagi
|
|
1112
|
-
"Edit": "Edit Berbagi
|
|
1111
|
+
"Create": "Buat Berbagi",
|
|
1112
|
+
"Edit": "Edit Berbagi",
|
|
1113
1113
|
"Name": "Nama Berbagi",
|
|
1114
1114
|
"ObjectType": "Tipe Objek",
|
|
1115
1115
|
"Schema": "Skema",
|
|
@@ -1128,7 +1128,9 @@
|
|
|
1128
1128
|
"Workspace": {
|
|
1129
1129
|
"Create": "Tambah",
|
|
1130
1130
|
"AddALL": "Tambah Semua"
|
|
1131
|
-
}
|
|
1131
|
+
},
|
|
1132
|
+
"AliasDestination": "Alias tujuan",
|
|
1133
|
+
"SourceDirectoryId": "ID Direktori Sumber"
|
|
1132
1134
|
},
|
|
1133
1135
|
"Language": {
|
|
1134
1136
|
"TranslateBy": "(Diterjemahkan oleh {{author})",
|
|
@@ -1104,12 +1104,12 @@
|
|
|
1104
1104
|
"TargetWorkspaceTitle": "ターゲットワークスペース",
|
|
1105
1105
|
"Title": "ワークスペース共有",
|
|
1106
1106
|
"Tab": {
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1107
|
+
"SharedConfiguration": "共有設定",
|
|
1108
|
+
"Workspace": "ワークスペース"
|
|
1109
1109
|
},
|
|
1110
1110
|
"Label": {
|
|
1111
|
-
"Create": "
|
|
1112
|
-
"Edit": "
|
|
1111
|
+
"Create": "共有を作成",
|
|
1112
|
+
"Edit": "共有を編集",
|
|
1113
1113
|
"Name": "共有名",
|
|
1114
1114
|
"ObjectType": "オブジェクトタイプ",
|
|
1115
1115
|
"Schema": "スキーマ",
|
|
@@ -1128,7 +1128,9 @@
|
|
|
1128
1128
|
"Workspace": {
|
|
1129
1129
|
"Create": "追加",
|
|
1130
1130
|
"AddALL": "すべて追加"
|
|
1131
|
-
}
|
|
1131
|
+
},
|
|
1132
|
+
"AliasDestination": "エイリアス宛先",
|
|
1133
|
+
"SourceDirectoryId": "ソースディレクトリID"
|
|
1132
1134
|
},
|
|
1133
1135
|
"Language": {
|
|
1134
1136
|
"TranslateBy": "(翻訳者 {{author})",
|
|
@@ -1104,12 +1104,12 @@
|
|
|
1104
1104
|
"TargetWorkspaceTitle": "พื้นที่ทำงานเป้าหมาย",
|
|
1105
1105
|
"Title": "การแชร์พื้นที่ทำงาน",
|
|
1106
1106
|
"Tab": {
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1107
|
+
"SharedConfiguration": "การตั้งค่าแชร์",
|
|
1108
|
+
"Workspace": "พื้นที่ทำงาน"
|
|
1109
1109
|
},
|
|
1110
1110
|
"Label": {
|
|
1111
|
-
"Create": "
|
|
1112
|
-
"Edit": "
|
|
1111
|
+
"Create": "สร้างการแชร์",
|
|
1112
|
+
"Edit": "แก้ไขการแชร์",
|
|
1113
1113
|
"Name": "ชื่อการแชร์",
|
|
1114
1114
|
"ObjectType": "ประเภทออบเจ็กต์",
|
|
1115
1115
|
"Schema": "สคีมา",
|
|
@@ -1128,7 +1128,9 @@
|
|
|
1128
1128
|
"Workspace": {
|
|
1129
1129
|
"Create": "เพิ่ม",
|
|
1130
1130
|
"AddALL": "เพิ่มทั้งหมด"
|
|
1131
|
-
}
|
|
1131
|
+
},
|
|
1132
|
+
"AliasDestination": "ชื่อปลายทาง",
|
|
1133
|
+
"SourceDirectoryId": "ID ของไดเรกทอรีต้นทาง"
|
|
1132
1134
|
},
|
|
1133
1135
|
"Language": {
|
|
1134
1136
|
"TranslateBy": "(แปลโดย {{author})",
|
|
@@ -1138,14 +1138,14 @@
|
|
|
1138
1138
|
},
|
|
1139
1139
|
"WorkspaceSharing": {
|
|
1140
1140
|
"TargetWorkspaceTitle": "Workspaces nhận chia sẻ",
|
|
1141
|
-
"Title": "
|
|
1141
|
+
"Title": "Chia sẻ",
|
|
1142
1142
|
"Tab": {
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1143
|
+
"SharedConfiguration": "Cấu hình chia sẻ",
|
|
1144
|
+
"Workspace": "Workspace"
|
|
1145
1145
|
},
|
|
1146
1146
|
"Label": {
|
|
1147
|
-
"Create": "Tạo
|
|
1148
|
-
"Edit": "Sửa
|
|
1147
|
+
"Create": "Tạo chia sẻ",
|
|
1148
|
+
"Edit": "Sửa chia sẻ",
|
|
1149
1149
|
"Name": "Tên",
|
|
1150
1150
|
"ObjectType": "Loại đối tượng",
|
|
1151
1151
|
"Schema": "Schema",
|
|
@@ -1164,7 +1164,9 @@
|
|
|
1164
1164
|
"Workspace": {
|
|
1165
1165
|
"Create": "Thêm",
|
|
1166
1166
|
"AddALL": "Thêm tất cả"
|
|
1167
|
-
}
|
|
1167
|
+
},
|
|
1168
|
+
"AliasDestination": "Alias Destination",
|
|
1169
|
+
"SourceDirectoryId": "Source Directory ID"
|
|
1168
1170
|
},
|
|
1169
1171
|
"Language": {
|
|
1170
1172
|
"TranslateBy": "(Dịch bởi {{author}})",
|
package/dist/index.d.ts
CHANGED
|
@@ -2460,7 +2460,6 @@ type ObjectFilterServices = {
|
|
|
2460
2460
|
|
|
2461
2461
|
declare const NotificationFilter$1: (props: ObjectFilterServices & {
|
|
2462
2462
|
objectTyeCodes: EnumTypeConvert[];
|
|
2463
|
-
objectConfigTypes: EnumTypeConvert[];
|
|
2464
2463
|
logicExpressionsStructure: LogicExpressionsStructure$1;
|
|
2465
2464
|
}) => react_jsx_runtime.JSX.Element;
|
|
2466
2465
|
|
|
@@ -2766,8 +2765,7 @@ type Sharing$1 = {
|
|
|
2766
2765
|
objectFilterId: number;
|
|
2767
2766
|
schema?: Schema;
|
|
2768
2767
|
schemaId?: number;
|
|
2769
|
-
sharingWorkspaces
|
|
2770
|
-
totalTargetWorkspace: number;
|
|
2768
|
+
sharingWorkspaces?: Array<SharingWorkspace>;
|
|
2771
2769
|
workspaceId: number;
|
|
2772
2770
|
folderSourceDirectoryId?: number;
|
|
2773
2771
|
key?: string;
|