@steedos/standard-ui 2.3.0-beta.35 → 2.3.0-beta.37
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/main/default/applications/admin.app.yml +139 -0
- package/main/default/tabs/action_field_updates.tab.yml +9 -0
- package/main/default/tabs/api_keys.tab.yml +9 -0
- package/main/default/tabs/apps.tab.yml +9 -0
- package/main/default/tabs/audit_records.tab.yml +9 -0
- package/main/default/tabs/autonumber.tab.yml +9 -0
- package/main/default/tabs/business_hours.tab.yml +9 -0
- package/main/default/tabs/categories.tab.yml +9 -0
- package/main/default/tabs/charts.tab.yml +9 -0
- package/main/default/tabs/company.tab.yml +9 -0
- package/main/default/tabs/dashboard.tab.yml +9 -0
- package/main/default/tabs/datasources.tab.yml +9 -0
- package/main/default/tabs/flow_roles.tab.yml +9 -0
- package/main/default/tabs/flows.tab.yml +9 -0
- package/main/default/tabs/holidays.tab.yml +9 -0
- package/main/default/tabs/instance_number_rules.tab.yml +9 -0
- package/main/default/tabs/instances_statistic.tab.yml +9 -0
- package/main/default/tabs/license.tab.yml +9 -0
- package/main/default/tabs/object_validation_rules.tab.yml +9 -0
- package/main/default/tabs/object_webhooks.tab.yml +9 -0
- package/main/default/tabs/object_workflows.tab.yml +9 -0
- package/main/default/tabs/objects.tab.yml +9 -0
- package/main/default/tabs/organizations.tab.yml +9 -0
- package/main/default/tabs/pages.tab.yml +9 -0
- package/main/default/tabs/permission_set.tab.yml +9 -0
- package/main/default/tabs/process_definition.tab.yml +9 -0
- package/main/default/tabs/process_delegation_rules.tab.yml +9 -0
- package/main/default/tabs/profile.tab.yml +9 -0
- package/main/default/tabs/queries.tab.yml +9 -0
- package/main/default/tabs/queue_import.tab.yml +9 -0
- package/main/default/tabs/roles.tab.yml +9 -0
- package/main/default/tabs/sessions.tab.yml +9 -0
- package/main/default/tabs/space_user_signs.tab.yml +9 -0
- package/main/default/tabs/space_users.tab.yml +9 -0
- package/main/default/tabs/spaces.tab.yml +9 -0
- package/main/default/tabs/steedos_packages.tab.yml +9 -0
- package/main/default/tabs/stimulsoft_reports.tab.yml +9 -0
- package/main/default/tabs/tabs.tab.yml +9 -0
- package/main/default/tabs/users.tab.yml +9 -0
- package/main/default/tabs/web_forms.tab.yml +9 -0
- package/main/default/tabs/webhooks.tab.yml +9 -0
- package/main/default/tabs/workflow_notifications.tab.yml +9 -0
- package/main/default/tabs/workflow_rule.tab.yml +9 -0
- package/package.json +2 -2
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
name: Setup
|
|
2
|
+
code: admin
|
|
3
|
+
description: 管理员设置公司、人员、权限等。
|
|
4
|
+
icon: ion-ios-people-outline
|
|
5
|
+
icon_slds: settings
|
|
6
|
+
is_creator: true
|
|
7
|
+
mobile: true
|
|
8
|
+
tab_items:
|
|
9
|
+
space_users:
|
|
10
|
+
index: 1
|
|
11
|
+
process_delegation_rules:
|
|
12
|
+
index: 2
|
|
13
|
+
spaces:
|
|
14
|
+
index: 3
|
|
15
|
+
organizations:
|
|
16
|
+
index: 4
|
|
17
|
+
company:
|
|
18
|
+
index: 5
|
|
19
|
+
users:
|
|
20
|
+
index: 6
|
|
21
|
+
permission_set:
|
|
22
|
+
index: 7
|
|
23
|
+
profile:
|
|
24
|
+
index: 8
|
|
25
|
+
license:
|
|
26
|
+
index: 9
|
|
27
|
+
apps:
|
|
28
|
+
index: 10
|
|
29
|
+
steedos_packages:
|
|
30
|
+
index: 11
|
|
31
|
+
objects:
|
|
32
|
+
index: 12
|
|
33
|
+
datasources:
|
|
34
|
+
index: 13
|
|
35
|
+
queue_import:
|
|
36
|
+
index: 14
|
|
37
|
+
pages:
|
|
38
|
+
index: 15
|
|
39
|
+
tabs:
|
|
40
|
+
index: 16
|
|
41
|
+
queries:
|
|
42
|
+
index: 17
|
|
43
|
+
charts:
|
|
44
|
+
index: 18
|
|
45
|
+
stimulsoft_reports:
|
|
46
|
+
index: 19
|
|
47
|
+
process_definition:
|
|
48
|
+
index: 20
|
|
49
|
+
workflow_rule:
|
|
50
|
+
index: 21
|
|
51
|
+
object_validation_rules:
|
|
52
|
+
index: 22
|
|
53
|
+
action_field_updates:
|
|
54
|
+
index: 23
|
|
55
|
+
workflow_notifications:
|
|
56
|
+
index: 24
|
|
57
|
+
roles:
|
|
58
|
+
index: 25
|
|
59
|
+
flow_roles:
|
|
60
|
+
index: 26
|
|
61
|
+
flows:
|
|
62
|
+
index: 27
|
|
63
|
+
categories:
|
|
64
|
+
index: 28
|
|
65
|
+
instance_number_rules:
|
|
66
|
+
index: 29
|
|
67
|
+
space_user_signs:
|
|
68
|
+
index: 30
|
|
69
|
+
instances_statistic:
|
|
70
|
+
index: 31
|
|
71
|
+
webhooks:
|
|
72
|
+
index: 32
|
|
73
|
+
object_workflows:
|
|
74
|
+
index: 33
|
|
75
|
+
sessions:
|
|
76
|
+
index: 34
|
|
77
|
+
dashboard:
|
|
78
|
+
index: 35
|
|
79
|
+
audit_records:
|
|
80
|
+
index: 36
|
|
81
|
+
autonumber:
|
|
82
|
+
index: 37
|
|
83
|
+
web_forms:
|
|
84
|
+
index: 38
|
|
85
|
+
holidays:
|
|
86
|
+
index: 39
|
|
87
|
+
business_hours:
|
|
88
|
+
index: 40
|
|
89
|
+
object_webhooks:
|
|
90
|
+
index: 41
|
|
91
|
+
api_keys:
|
|
92
|
+
index: 42
|
|
93
|
+
tabs:
|
|
94
|
+
- space_users
|
|
95
|
+
- process_delegation_rules
|
|
96
|
+
- spaces
|
|
97
|
+
- organizations
|
|
98
|
+
- company
|
|
99
|
+
- users
|
|
100
|
+
- permission_set
|
|
101
|
+
- profile
|
|
102
|
+
- license
|
|
103
|
+
- apps
|
|
104
|
+
- steedos_packages
|
|
105
|
+
- objects
|
|
106
|
+
- datasources
|
|
107
|
+
- queue_import
|
|
108
|
+
- pages
|
|
109
|
+
- tabs
|
|
110
|
+
- queries
|
|
111
|
+
- charts
|
|
112
|
+
- stimulsoft_reports
|
|
113
|
+
- process_definition
|
|
114
|
+
- workflow_rule
|
|
115
|
+
- object_validation_rules
|
|
116
|
+
- action_field_updates
|
|
117
|
+
- workflow_notifications
|
|
118
|
+
- roles
|
|
119
|
+
- flow_roles
|
|
120
|
+
- flows
|
|
121
|
+
- categories
|
|
122
|
+
- instance_number_rules
|
|
123
|
+
- space_user_signs
|
|
124
|
+
- instances_statistic
|
|
125
|
+
- webhooks
|
|
126
|
+
- object_workflows
|
|
127
|
+
- sessions
|
|
128
|
+
- dashboard
|
|
129
|
+
- audit_records
|
|
130
|
+
- autonumber
|
|
131
|
+
- web_forms
|
|
132
|
+
- holidays
|
|
133
|
+
- business_hours
|
|
134
|
+
- object_webhooks
|
|
135
|
+
- api_keys
|
|
136
|
+
objects: []
|
|
137
|
+
sort: 9100
|
|
138
|
+
#url: /app/admin
|
|
139
|
+
visible: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-ui",
|
|
3
|
-
"version": "2.3.0-beta.
|
|
3
|
+
"version": "2.3.0-beta.37",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"repository": {},
|
|
14
14
|
"license": "MIT",
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "5e1dc58290142d1d7deb0fbe2e171d79c5029cdd"
|
|
16
16
|
}
|