@objectstack/platform-objects 13.0.0 → 14.3.0
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/apps/index.d.mts +1 -1
- package/dist/apps/index.d.ts +1 -1
- package/dist/apps/index.js +7 -6
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +7 -6
- package/dist/apps/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +668 -39
- package/dist/identity/index.d.ts +668 -39
- package/dist/identity/index.js +120 -3
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +120 -3
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +258 -265
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +258 -266
- package/dist/index.mjs.map +1 -1
- package/dist/metadata-translations/index.js +20 -256
- package/dist/metadata-translations/index.js.map +1 -1
- package/dist/metadata-translations/index.mjs +20 -256
- package/dist/metadata-translations/index.mjs.map +1 -1
- package/dist/pages/index.d.mts +34 -3
- package/dist/pages/index.d.ts +34 -3
- package/dist/pages/index.js +111 -0
- package/dist/pages/index.js.map +1 -1
- package/dist/pages/index.mjs +111 -1
- package/dist/pages/index.mjs.map +1 -1
- package/dist/plugin.js +25 -260
- package/dist/plugin.js.map +1 -1
- package/dist/plugin.mjs +25 -260
- package/dist/plugin.mjs.map +1 -1
- package/package.json +3 -3
package/dist/apps/index.mjs
CHANGED
|
@@ -146,12 +146,12 @@ var SETUP_NAV_CONTRIBUTIONS = [
|
|
|
146
146
|
{
|
|
147
147
|
app: "setup",
|
|
148
148
|
group: "group_access_control",
|
|
149
|
-
// Priority 300 keeps API Keys after plugin-security's
|
|
149
|
+
// Priority 300 keeps API Keys after plugin-security's Positions / Permission
|
|
150
150
|
// Sets (100) and plugin-sharing's Sharing Rules / Record Shares (200),
|
|
151
151
|
// preserving the original menu order.
|
|
152
152
|
priority: 300,
|
|
153
153
|
items: [
|
|
154
|
-
//
|
|
154
|
+
// Positions / Permission Sets are contributed by @objectstack/plugin-security
|
|
155
155
|
// and Sharing Rules / Record Shares by @objectstack/plugin-sharing
|
|
156
156
|
// (ADR-0029 K2). Only API Keys (sys_api_key, an identity object owned by
|
|
157
157
|
// plugin-auth) remains a platform-objects base entry here.
|
|
@@ -3504,7 +3504,7 @@ var en = {
|
|
|
3504
3504
|
nav_organizations: { label: "Organizations" },
|
|
3505
3505
|
nav_invitations: { label: "Invitations" },
|
|
3506
3506
|
// Access Control
|
|
3507
|
-
|
|
3507
|
+
nav_positions: { label: "Positions" },
|
|
3508
3508
|
nav_permission_sets: { label: "Permission Sets" },
|
|
3509
3509
|
nav_sharing_rules: { label: "Sharing Rules" },
|
|
3510
3510
|
nav_record_shares: { label: "Record Shares" },
|
|
@@ -6247,12 +6247,13 @@ var zhCN = {
|
|
|
6247
6247
|
nav_teams: { label: "\u56E2\u961F" },
|
|
6248
6248
|
nav_organizations: { label: "\u7EC4\u7EC7" },
|
|
6249
6249
|
nav_invitations: { label: "\u9080\u8BF7" },
|
|
6250
|
-
|
|
6250
|
+
nav_positions: { label: "\u5C97\u4F4D" },
|
|
6251
6251
|
nav_capabilities: { label: "\u80FD\u529B" },
|
|
6252
6252
|
nav_permission_sets: { label: "\u6743\u9650\u96C6" },
|
|
6253
6253
|
nav_sharing_rules: { label: "\u5171\u4EAB\u89C4\u5219" },
|
|
6254
6254
|
nav_record_shares: { label: "\u8BB0\u5F55\u5171\u4EAB" },
|
|
6255
6255
|
nav_api_keys: { label: "API \u5BC6\u94A5" },
|
|
6256
|
+
nav_connect_agent: { label: "\u8FDE\u63A5\u667A\u80FD\u4F53" },
|
|
6256
6257
|
nav_approval_processes: { label: "\u5BA1\u6279\u6D41\u7A0B" },
|
|
6257
6258
|
nav_approval_requests: { label: "\u5BA1\u6279\u7533\u8BF7" },
|
|
6258
6259
|
nav_approval_actions: { label: "\u5BA1\u6279\u5386\u53F2" },
|
|
@@ -8956,7 +8957,7 @@ var jaJP = {
|
|
|
8956
8957
|
nav_teams: { label: "\u30C1\u30FC\u30E0" },
|
|
8957
8958
|
nav_organizations: { label: "\u7D44\u7E54" },
|
|
8958
8959
|
nav_invitations: { label: "\u62DB\u5F85" },
|
|
8959
|
-
|
|
8960
|
+
nav_positions: { label: "\u30DD\u30B8\u30B7\u30E7\u30F3" },
|
|
8960
8961
|
nav_permission_sets: { label: "\u6A29\u9650\u30BB\u30C3\u30C8" },
|
|
8961
8962
|
nav_sharing_rules: { label: "\u5171\u6709\u30EB\u30FC\u30EB" },
|
|
8962
8963
|
nav_record_shares: { label: "\u30EC\u30B3\u30FC\u30C9\u5171\u6709" },
|
|
@@ -11663,7 +11664,7 @@ var esES = {
|
|
|
11663
11664
|
nav_teams: { label: "Equipos" },
|
|
11664
11665
|
nav_organizations: { label: "Organizaciones" },
|
|
11665
11666
|
nav_invitations: { label: "Invitaciones" },
|
|
11666
|
-
|
|
11667
|
+
nav_positions: { label: "Posiciones" },
|
|
11667
11668
|
nav_permission_sets: { label: "Conjuntos de Permisos" },
|
|
11668
11669
|
nav_sharing_rules: { label: "Reglas de Compartici\xF3n" },
|
|
11669
11670
|
nav_record_shares: { label: "Registros Compartidos" },
|