@steedos-labs/content-compliance 0.2.27 → 0.2.28
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/index.js +1 -1
- package/main/default/objects/space_users/fields/avatar.field.yml +9 -0
- package/main/default/objects/space_users/fields/comment.field.yml +14 -0
- package/main/default/objects/space_users/fields/company_id.field.yml +15 -0
- package/main/default/objects/space_users/fields/company_ids.field.yml +17 -0
- package/main/default/objects/space_users/fields/created.field.yml +12 -0
- package/main/default/objects/space_users/fields/created_by.field.yml +12 -0
- package/main/default/objects/space_users/fields/email.field.yml +14 -0
- package/main/default/objects/space_users/fields/email_notification.field.yml +10 -0
- package/main/default/objects/space_users/fields/email_verified.field.yml +13 -0
- package/main/default/objects/space_users/fields/hr.field.yml +12 -0
- package/main/default/objects/space_users/fields/instance_state.field.yml +24 -0
- package/main/default/objects/space_users/fields/invite_state.field.yml +21 -0
- package/main/default/objects/space_users/fields/is_customer.field.yml +12 -0
- package/main/default/objects/space_users/fields/is_supplier.field.yml +12 -0
- package/main/default/objects/space_users/fields/last_logon.field.yml +11 -0
- package/main/default/objects/space_users/fields/locale.field.yml +23 -0
- package/main/default/objects/space_users/fields/locked.field.yml +11 -0
- package/main/default/objects/space_users/fields/login_expired.field.yml +15 -0
- package/main/default/objects/space_users/fields/manager.field.yml +13 -0
- package/main/default/objects/space_users/fields/mobile.field.yml +17 -0
- package/main/default/objects/space_users/fields/mobile_verified.field.yml +13 -0
- package/main/default/objects/space_users/fields/modified.field.yml +12 -0
- package/main/default/objects/space_users/fields/modified_by.field.yml +12 -0
- package/main/default/objects/space_users/fields/name.field.yml +16 -0
- package/main/default/objects/space_users/fields/organization.field.yml +13 -0
- package/main/default/objects/space_users/fields/organizations.field.yml +19 -0
- package/main/default/objects/space_users/fields/organizations_parents.field.yml +15 -0
- package/main/default/objects/space_users/fields/owner.field.yml +11 -0
- package/main/default/objects/space_users/fields/password.field.yml +11 -0
- package/main/default/objects/space_users/fields/password_expired.field.yml +14 -0
- package/main/default/objects/space_users/fields/position.field.yml +14 -0
- package/main/default/objects/space_users/fields/profile.field.yml +18 -0
- package/main/default/objects/space_users/fields/sms_notification.field.yml +11 -0
- package/main/default/objects/space_users/fields/sort_no.field.yml +14 -0
- package/main/default/objects/space_users/fields/user.field.yml +14 -0
- package/main/default/objects/space_users/fields/user_accepted.field.yml +12 -0
- package/main/default/objects/space_users/fields/username.field.yml +14 -0
- package/main/default/objects/space_users/fields/work_phone.field.yml +16 -0
- package/main/default/objects/space_users/fields/zoom.field.yml +23 -0
- package/main/default/objects/space_users/listviews/all_users.listview.yml +18 -0
- package/main/default/objects/space_users/permissions/admin.permission.yml +17 -0
- package/main/default/objects/space_users/space_users.object.yml +26 -0
- package/package.json +1 -1
- package/lib/methods/o365.d.ts +0 -5
- package/lib/methods/o365.js +0 -35
- package/lib/methods/o365.js.map +0 -1
- package/lib/methods/oneDrive.d.ts +0 -5
- package/lib/methods/oneDrive.js +0 -39
- package/lib/methods/oneDrive.js.map +0 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
name: invite_state
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:255df58d5dc0'
|
|
4
|
+
description: ''
|
|
5
|
+
enable_thousands: true
|
|
6
|
+
group: 个人信息
|
|
7
|
+
inlineHelpText: ''
|
|
8
|
+
label: 邀请状态
|
|
9
|
+
options:
|
|
10
|
+
- label: 待接受
|
|
11
|
+
value: pending
|
|
12
|
+
color: d3d3d3
|
|
13
|
+
- label: 已接受
|
|
14
|
+
value: accepted
|
|
15
|
+
color: 008000
|
|
16
|
+
- label: 已拒绝
|
|
17
|
+
value: refused
|
|
18
|
+
color: ff0000
|
|
19
|
+
sort_no: 1200
|
|
20
|
+
type: select
|
|
21
|
+
visible_on: '{{false}}'
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: locale
|
|
2
|
+
allowedValues:
|
|
3
|
+
- en-us
|
|
4
|
+
- zh-cn
|
|
5
|
+
- ja
|
|
6
|
+
amis:
|
|
7
|
+
id: 'u:103542976c72'
|
|
8
|
+
description: ''
|
|
9
|
+
enable_thousands: true
|
|
10
|
+
group: 个人信息
|
|
11
|
+
inlineHelpText: ''
|
|
12
|
+
label: 语言
|
|
13
|
+
options:
|
|
14
|
+
- label: 简体中文
|
|
15
|
+
value: zh-cn
|
|
16
|
+
- label: English
|
|
17
|
+
value: en-us
|
|
18
|
+
- label: 日本語
|
|
19
|
+
value: ja
|
|
20
|
+
required: true
|
|
21
|
+
sort_no: 950
|
|
22
|
+
type: select
|
|
23
|
+
visible_on: 'false'
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: login_expired
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:88d27e2037c5'
|
|
4
|
+
defaultValue: false
|
|
5
|
+
description: ''
|
|
6
|
+
enable_thousands: true
|
|
7
|
+
group: 系统设置
|
|
8
|
+
hidden: false
|
|
9
|
+
inlineHelpText: ''
|
|
10
|
+
label: 超90天未登录
|
|
11
|
+
omit: false
|
|
12
|
+
sort_no: 1151
|
|
13
|
+
type: boolean
|
|
14
|
+
visible_on: '{{global.user.is_space_admin}}'
|
|
15
|
+
static: true
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: mobile
|
|
2
|
+
amis:
|
|
3
|
+
tpl: >-
|
|
4
|
+
${IF(pageType == 'record' && formFactor != 'LARGE' && isLookup != true, "<a
|
|
5
|
+
href='tel: " + mobile + "' >" + (mobile ? mobile : '') + "</a>", (mobile ?
|
|
6
|
+
mobile : ''))}
|
|
7
|
+
id: 'u:40d770c4376c'
|
|
8
|
+
description: ''
|
|
9
|
+
enable_thousands: true
|
|
10
|
+
filterable: true
|
|
11
|
+
group: 个人信息
|
|
12
|
+
index: true
|
|
13
|
+
inlineHelpText: ''
|
|
14
|
+
label: 手机
|
|
15
|
+
searchable: true
|
|
16
|
+
sort_no: 200
|
|
17
|
+
type: text
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: name
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:ddcd0faf3481'
|
|
4
|
+
defaultValue: ''
|
|
5
|
+
description: ''
|
|
6
|
+
enable_thousands: true
|
|
7
|
+
filterable: true
|
|
8
|
+
group: 个人信息
|
|
9
|
+
index: true
|
|
10
|
+
inlineHelpText: ''
|
|
11
|
+
label: 姓名
|
|
12
|
+
required: true
|
|
13
|
+
searchable: true
|
|
14
|
+
sort_no: 50
|
|
15
|
+
sortable: true
|
|
16
|
+
type: text
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: organizations
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:3c4f99fe1a77'
|
|
4
|
+
description: ''
|
|
5
|
+
enable_thousands: true
|
|
6
|
+
filterable: true
|
|
7
|
+
group: 个人信息
|
|
8
|
+
index: true
|
|
9
|
+
inlineHelpText: ''
|
|
10
|
+
label: 部门(多选)
|
|
11
|
+
multiple: true
|
|
12
|
+
reference_to: organizations
|
|
13
|
+
required: true
|
|
14
|
+
searchable: true
|
|
15
|
+
sort_no: 400
|
|
16
|
+
type: lookup
|
|
17
|
+
visible_on: >-
|
|
18
|
+
{{global.mode ==='read' ? true : (global.user.is_space_admin ||
|
|
19
|
+
global.user.roles.includes('organization_admin'))}}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: organizations_parents
|
|
2
|
+
amis: {}
|
|
3
|
+
description: ''
|
|
4
|
+
enable_thousands: true
|
|
5
|
+
filterable: false
|
|
6
|
+
group: 个人信息
|
|
7
|
+
hidden: false
|
|
8
|
+
inlineHelpText: ''
|
|
9
|
+
label: 部门(含上级)
|
|
10
|
+
multiple: true
|
|
11
|
+
readonly: true
|
|
12
|
+
reference_to: organizations
|
|
13
|
+
sort_no: 450
|
|
14
|
+
type: lookup
|
|
15
|
+
visible_on: '{{false}}'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: password_expired
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:88d27e7097c5'
|
|
4
|
+
defaultValue: false
|
|
5
|
+
description: ''
|
|
6
|
+
enable_thousands: true
|
|
7
|
+
group: 系统设置
|
|
8
|
+
hidden: false
|
|
9
|
+
inlineHelpText: ''
|
|
10
|
+
label: 密码已过期
|
|
11
|
+
omit: false
|
|
12
|
+
sort_no: 1150
|
|
13
|
+
type: boolean
|
|
14
|
+
visible_on: '{{global.user.is_space_admin}}'
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: profile
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:1974cc29e8e4'
|
|
4
|
+
create: false
|
|
5
|
+
defaultValue: user
|
|
6
|
+
description: ''
|
|
7
|
+
enable_thousands: true
|
|
8
|
+
filterable: true
|
|
9
|
+
group: 个人信息
|
|
10
|
+
inlineHelpText: ''
|
|
11
|
+
label: 简档
|
|
12
|
+
reference_to: permission_set
|
|
13
|
+
reference_to_field: name
|
|
14
|
+
required: true
|
|
15
|
+
showIcon: false
|
|
16
|
+
sort_no: 380
|
|
17
|
+
type: lookup
|
|
18
|
+
visible_on: '{{global.user.is_space_admin}}'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: sort_no
|
|
2
|
+
amis:
|
|
3
|
+
id: 'u:37f4c6ed8d9b'
|
|
4
|
+
description: ''
|
|
5
|
+
enable_thousands: true
|
|
6
|
+
group: 个人信息
|
|
7
|
+
inlineHelpText: ''
|
|
8
|
+
label: 排序号
|
|
9
|
+
precision: 18
|
|
10
|
+
scale: 2
|
|
11
|
+
sort_no: 1350
|
|
12
|
+
sortable: true
|
|
13
|
+
type: number
|
|
14
|
+
visible_on: '{{global.user.is_space_admin}}'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: user
|
|
2
|
+
amis: {}
|
|
3
|
+
description: ''
|
|
4
|
+
enable_thousands: true
|
|
5
|
+
filterable: false
|
|
6
|
+
group: 个人信息
|
|
7
|
+
index: true
|
|
8
|
+
inlineHelpText: ''
|
|
9
|
+
label: 用户
|
|
10
|
+
readonly: true
|
|
11
|
+
reference_to: users
|
|
12
|
+
sort_no: 1250
|
|
13
|
+
type: master_detail
|
|
14
|
+
visible_on: '{{false}}'
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
name: work_phone
|
|
2
|
+
amis:
|
|
3
|
+
tpl: >-
|
|
4
|
+
${IF(pageType == 'record' && formFactor != 'LARGE' && isLookup != true, "<a
|
|
5
|
+
href='tel: " + work_phone + "' >" + (work_phone ? work_phone : '') +
|
|
6
|
+
"</a>",(work_phone ? work_phone : ''))}
|
|
7
|
+
id: 'u:0c13a007bde6'
|
|
8
|
+
description: ''
|
|
9
|
+
enable_thousands: true
|
|
10
|
+
group: 个人信息
|
|
11
|
+
inlineHelpText: ''
|
|
12
|
+
label: 工作电话
|
|
13
|
+
searchable: true
|
|
14
|
+
sort_no: 900
|
|
15
|
+
type: text
|
|
16
|
+
visible_on: 'false'
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: zoom
|
|
2
|
+
allowedValues:
|
|
3
|
+
- normal
|
|
4
|
+
- large
|
|
5
|
+
- extra-large
|
|
6
|
+
amis:
|
|
7
|
+
id: 'u:752e844ba766'
|
|
8
|
+
defaultValue: normal
|
|
9
|
+
description: ''
|
|
10
|
+
enable_thousands: true
|
|
11
|
+
group: 个人信息
|
|
12
|
+
inlineHelpText: ''
|
|
13
|
+
label: 字体大小
|
|
14
|
+
options:
|
|
15
|
+
- label: 标准
|
|
16
|
+
value: normal
|
|
17
|
+
- label: 大字体
|
|
18
|
+
value: large
|
|
19
|
+
- label: 超大字体
|
|
20
|
+
value: extra-large
|
|
21
|
+
sort_no: 1000
|
|
22
|
+
type: select
|
|
23
|
+
visible_on: 'false'
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: all_users
|
|
2
|
+
columns:
|
|
3
|
+
- field: name
|
|
4
|
+
- field: email
|
|
5
|
+
- field: profile
|
|
6
|
+
- field: user_accepted
|
|
7
|
+
- field: login_expired
|
|
8
|
+
- field: last_logon
|
|
9
|
+
- field: created
|
|
10
|
+
- field: remark
|
|
11
|
+
width: '500'
|
|
12
|
+
wrap: true
|
|
13
|
+
crud_mode: table
|
|
14
|
+
filter_scope: space
|
|
15
|
+
filters: []
|
|
16
|
+
is_enable: true
|
|
17
|
+
label: 所有用户
|
|
18
|
+
shared_to: space
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: space_users.admin
|
|
2
|
+
allowCreate: true
|
|
3
|
+
allowCreateFiles: true
|
|
4
|
+
allowCreateListViews: true
|
|
5
|
+
allowDelete: true
|
|
6
|
+
allowDeleteFiles: true
|
|
7
|
+
allowEdit: true
|
|
8
|
+
allowEditFiles: true
|
|
9
|
+
allowExport: true
|
|
10
|
+
allowRead: true
|
|
11
|
+
allowReadFiles: true
|
|
12
|
+
modifyAllFiles: true
|
|
13
|
+
modifyAllRecords: true
|
|
14
|
+
permission_set_id: admin
|
|
15
|
+
viewAllFiles: true
|
|
16
|
+
viewAllRecords: true
|
|
17
|
+
field_permissions: []
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name: space_users
|
|
2
|
+
compactLayouts:
|
|
3
|
+
- email
|
|
4
|
+
- mobile
|
|
5
|
+
- organization
|
|
6
|
+
- company_id
|
|
7
|
+
- position
|
|
8
|
+
custom: true
|
|
9
|
+
enable_enhanced_lookup: true
|
|
10
|
+
enable_inline_edit: false
|
|
11
|
+
enable_search: true
|
|
12
|
+
extend: space_users
|
|
13
|
+
field_groups:
|
|
14
|
+
- group_name: 通用
|
|
15
|
+
- group_name: ''
|
|
16
|
+
- group_name: 系统信息
|
|
17
|
+
icon: user
|
|
18
|
+
is_enable: true
|
|
19
|
+
is_system: true
|
|
20
|
+
label: 人员
|
|
21
|
+
sidebar:
|
|
22
|
+
template_name: creator_grid_sidebar_organizations
|
|
23
|
+
hidden: true
|
|
24
|
+
enable_hide: true
|
|
25
|
+
clear_selection_while_hidden: true
|
|
26
|
+
version: 2
|
package/package.json
CHANGED
package/lib/methods/o365.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const uploadDoc: () => Promise<void>;
|
|
2
|
-
export declare const downloadDoc: () => Promise<void>;
|
|
3
|
-
export declare const createViewLink: () => Promise<void>;
|
|
4
|
-
export declare const createEditLink: () => Promise<void>;
|
|
5
|
-
export declare const removeLink: (linkId: string) => Promise<void>;
|
package/lib/methods/o365.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.removeLink = exports.createEditLink = exports.createViewLink = exports.downloadDoc = exports.uploadDoc = void 0;
|
|
4
|
-
var tslib_1 = require("tslib");
|
|
5
|
-
var uploadDoc = function () { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
6
|
-
return tslib_1.__generator(this, function (_a) {
|
|
7
|
-
return [2];
|
|
8
|
-
});
|
|
9
|
-
}); };
|
|
10
|
-
exports.uploadDoc = uploadDoc;
|
|
11
|
-
var downloadDoc = function () { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
12
|
-
return tslib_1.__generator(this, function (_a) {
|
|
13
|
-
return [2];
|
|
14
|
-
});
|
|
15
|
-
}); };
|
|
16
|
-
exports.downloadDoc = downloadDoc;
|
|
17
|
-
var createViewLink = function () { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
18
|
-
return tslib_1.__generator(this, function (_a) {
|
|
19
|
-
return [2];
|
|
20
|
-
});
|
|
21
|
-
}); };
|
|
22
|
-
exports.createViewLink = createViewLink;
|
|
23
|
-
var createEditLink = function () { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
24
|
-
return tslib_1.__generator(this, function (_a) {
|
|
25
|
-
return [2];
|
|
26
|
-
});
|
|
27
|
-
}); };
|
|
28
|
-
exports.createEditLink = createEditLink;
|
|
29
|
-
var removeLink = function (linkId) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
30
|
-
return tslib_1.__generator(this, function (_a) {
|
|
31
|
-
return [2];
|
|
32
|
-
});
|
|
33
|
-
}); };
|
|
34
|
-
exports.removeLink = removeLink;
|
|
35
|
-
//# sourceMappingURL=o365.js.map
|
package/lib/methods/o365.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"o365.js","sourceRoot":"","sources":["../../src/methods/o365.ts"],"names":[],"mappings":";;;;AACO,IAAM,SAAS,GAAG;;;;KAExB,CAAA;AAFY,QAAA,SAAS,aAErB;AAEM,IAAM,WAAW,GAAG;;;;KAE1B,CAAA;AAFY,QAAA,WAAW,eAEvB;AAEM,IAAM,cAAc,GAAG;;;;KAE7B,CAAA;AAFY,QAAA,cAAc,kBAE1B;AAEM,IAAM,cAAc,GAAG;;;;KAE7B,CAAA;AAFY,QAAA,cAAc,kBAE1B;AAEM,IAAM,UAAU,GAAG,UAAO,MAAc;;;;KAE9C,CAAA;AAFY,QAAA,UAAU,cAEtB"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const uploadDoc: (fileName: any, file: any) => Promise<void>;
|
|
2
|
-
export declare const downloadDoc: (fileId: any) => Promise<void>;
|
|
3
|
-
export declare const createViewLink: (fileId: any, options: any) => Promise<void>;
|
|
4
|
-
export declare const createEditLink: (fileId: any, options: any) => Promise<void>;
|
|
5
|
-
export declare const removeLink: (fileId: any, linkId: string) => Promise<void>;
|
package/lib/methods/oneDrive.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.removeLink = exports.createEditLink = exports.createViewLink = exports.downloadDoc = exports.uploadDoc = void 0;
|
|
4
|
-
var tslib_1 = require("tslib");
|
|
5
|
-
var siteId = process.env.STEEDOS_MICROSOFT_GRAPH_ONEDRIVE_SITE_ID;
|
|
6
|
-
var userId = process.env.STEEDOS_MICROSOFT_GRAPH_ONEDRIVE_USER_ID;
|
|
7
|
-
var apiType = process.env.STEEDOS_MICROSOFT_GRAPH_ONEDRIVE_API_TYPE;
|
|
8
|
-
var oneDriveAPIPath = apiType === 'user' ? "/users/".concat(userId) : "/sites/".concat(siteId);
|
|
9
|
-
var uploadDoc = function (fileName, file) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
10
|
-
return tslib_1.__generator(this, function (_a) {
|
|
11
|
-
return [2];
|
|
12
|
-
});
|
|
13
|
-
}); };
|
|
14
|
-
exports.uploadDoc = uploadDoc;
|
|
15
|
-
var downloadDoc = function (fileId) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
16
|
-
return tslib_1.__generator(this, function (_a) {
|
|
17
|
-
return [2];
|
|
18
|
-
});
|
|
19
|
-
}); };
|
|
20
|
-
exports.downloadDoc = downloadDoc;
|
|
21
|
-
var createViewLink = function (fileId, options) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
22
|
-
return tslib_1.__generator(this, function (_a) {
|
|
23
|
-
return [2];
|
|
24
|
-
});
|
|
25
|
-
}); };
|
|
26
|
-
exports.createViewLink = createViewLink;
|
|
27
|
-
var createEditLink = function (fileId, options) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
28
|
-
return tslib_1.__generator(this, function (_a) {
|
|
29
|
-
return [2];
|
|
30
|
-
});
|
|
31
|
-
}); };
|
|
32
|
-
exports.createEditLink = createEditLink;
|
|
33
|
-
var removeLink = function (fileId, linkId) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {
|
|
34
|
-
return tslib_1.__generator(this, function (_a) {
|
|
35
|
-
return [2];
|
|
36
|
-
});
|
|
37
|
-
}); };
|
|
38
|
-
exports.removeLink = removeLink;
|
|
39
|
-
//# sourceMappingURL=oneDrive.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"oneDrive.js","sourceRoot":"","sources":["../../src/methods/oneDrive.ts"],"names":[],"mappings":";;;;AAmCA,IAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,wCAAwC,CAAA;AACnE,IAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,wCAAwC,CAAA;AACnE,IAAM,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,yCAAyC,CAAA;AAErE,IAAM,eAAe,GAAG,OAAO,KAAK,MAAM,CAAC,CAAC,CAAC,iBAAU,MAAM,CAAE,CAAC,CAAC,CAAC,iBAAU,MAAM,CAAE,CAAA;AAa7E,IAAM,SAAS,GAAG,UAAO,QAAQ,EAAE,IAAI;;;;KAI7C,CAAA;AAJY,QAAA,SAAS,aAIrB;AAEM,IAAM,WAAW,GAAG,UAAO,MAAM;;;;KAIvC,CAAA;AAJY,QAAA,WAAW,eAIvB;AAEM,IAAM,cAAc,GAAG,UAAO,MAAM,EAAE,OAAO;;;;KAUnD,CAAA;AAVY,QAAA,cAAc,kBAU1B;AAEM,IAAM,cAAc,GAAG,UAAO,MAAM,EAAE,OAAO;;;;KAWnD,CAAA;AAXY,QAAA,cAAc,kBAW1B;AAEM,IAAM,UAAU,GAAG,UAAO,MAAM,EAAE,MAAc;;;;KAGtD,CAAA;AAHY,QAAA,UAAU,cAGtB"}
|