@objectstack/platform-objects 6.9.0 → 7.1.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 +30 -1
- package/dist/apps/index.d.ts +30 -1
- package/dist/apps/index.js +987 -37
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +987 -38
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +240 -64
- package/dist/audit/index.d.ts +240 -64
- package/dist/identity/index.d.mts +900 -82
- package/dist/identity/index.d.ts +900 -82
- package/dist/identity/index.js +384 -8
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +384 -8
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +6823 -99
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6818 -100
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +15 -4
- package/dist/integration/index.d.ts +15 -4
- package/dist/metadata/index.d.mts +30 -8
- package/dist/metadata/index.d.ts +30 -8
- package/dist/metadata-translations/index.d.mts +20 -0
- package/dist/metadata-translations/index.d.ts +20 -0
- package/dist/metadata-translations/index.js +4777 -0
- package/dist/metadata-translations/index.js.map +1 -0
- package/dist/metadata-translations/index.mjs +4775 -0
- package/dist/metadata-translations/index.mjs.map +1 -0
- package/dist/pages/index.d.mts +73 -0
- package/dist/pages/index.d.ts +73 -0
- package/dist/pages/index.js +371 -0
- package/dist/pages/index.js.map +1 -0
- package/dist/pages/index.mjs +368 -0
- package/dist/pages/index.mjs.map +1 -0
- package/dist/plugin.d.mts +35 -0
- package/dist/plugin.d.ts +35 -0
- package/dist/plugin.js +17562 -0
- package/dist/plugin.js.map +1 -0
- package/dist/plugin.mjs +17559 -0
- package/dist/plugin.mjs.map +1 -0
- package/dist/security/index.d.mts +806 -204
- package/dist/security/index.d.ts +806 -204
- package/dist/security/index.js +208 -1
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +208 -1
- package/dist/security/index.mjs.map +1 -1
- package/dist/system/index.d.mts +45 -12
- package/dist/system/index.d.ts +45 -12
- package/package.json +17 -2
|
@@ -32,7 +32,7 @@ declare const SysWebhook: Omit<{
|
|
|
32
32
|
abstract: boolean;
|
|
33
33
|
datasource: string;
|
|
34
34
|
fields: Record<string, {
|
|
35
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
35
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
36
36
|
required: boolean;
|
|
37
37
|
searchable: boolean;
|
|
38
38
|
multiple: boolean;
|
|
@@ -171,7 +171,7 @@ declare const SysWebhook: Omit<{
|
|
|
171
171
|
autoRotate: boolean;
|
|
172
172
|
} | undefined;
|
|
173
173
|
};
|
|
174
|
-
scope: "
|
|
174
|
+
scope: "record" | "field" | "table" | "database";
|
|
175
175
|
deterministicEncryption: boolean;
|
|
176
176
|
searchableEncryption: boolean;
|
|
177
177
|
} | undefined;
|
|
@@ -634,7 +634,7 @@ declare const SysWebhook: Omit<{
|
|
|
634
634
|
refreshAfter: boolean;
|
|
635
635
|
objectName?: string | undefined;
|
|
636
636
|
icon?: string | undefined;
|
|
637
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
637
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
638
638
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
639
639
|
target?: string | undefined;
|
|
640
640
|
body?: {
|
|
@@ -654,7 +654,7 @@ declare const SysWebhook: Omit<{
|
|
|
654
654
|
field?: string | undefined;
|
|
655
655
|
objectOverride?: string | undefined;
|
|
656
656
|
label?: string | undefined;
|
|
657
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
657
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
658
658
|
options?: {
|
|
659
659
|
label: string;
|
|
660
660
|
value: string;
|
|
@@ -667,6 +667,17 @@ declare const SysWebhook: Omit<{
|
|
|
667
667
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
668
668
|
confirmText?: string | undefined;
|
|
669
669
|
successMessage?: string | undefined;
|
|
670
|
+
resultDialog?: {
|
|
671
|
+
title?: string | undefined;
|
|
672
|
+
description?: string | undefined;
|
|
673
|
+
acknowledge?: string | undefined;
|
|
674
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
675
|
+
fields?: {
|
|
676
|
+
path: string;
|
|
677
|
+
label?: string | undefined;
|
|
678
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
679
|
+
}[] | undefined;
|
|
680
|
+
} | undefined;
|
|
670
681
|
visible?: {
|
|
671
682
|
dialect: "cel" | "js" | "cron" | "template";
|
|
672
683
|
source?: string | undefined;
|
|
@@ -32,7 +32,7 @@ declare const SysWebhook: Omit<{
|
|
|
32
32
|
abstract: boolean;
|
|
33
33
|
datasource: string;
|
|
34
34
|
fields: Record<string, {
|
|
35
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
35
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
36
36
|
required: boolean;
|
|
37
37
|
searchable: boolean;
|
|
38
38
|
multiple: boolean;
|
|
@@ -171,7 +171,7 @@ declare const SysWebhook: Omit<{
|
|
|
171
171
|
autoRotate: boolean;
|
|
172
172
|
} | undefined;
|
|
173
173
|
};
|
|
174
|
-
scope: "
|
|
174
|
+
scope: "record" | "field" | "table" | "database";
|
|
175
175
|
deterministicEncryption: boolean;
|
|
176
176
|
searchableEncryption: boolean;
|
|
177
177
|
} | undefined;
|
|
@@ -634,7 +634,7 @@ declare const SysWebhook: Omit<{
|
|
|
634
634
|
refreshAfter: boolean;
|
|
635
635
|
objectName?: string | undefined;
|
|
636
636
|
icon?: string | undefined;
|
|
637
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
637
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
638
638
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
639
639
|
target?: string | undefined;
|
|
640
640
|
body?: {
|
|
@@ -654,7 +654,7 @@ declare const SysWebhook: Omit<{
|
|
|
654
654
|
field?: string | undefined;
|
|
655
655
|
objectOverride?: string | undefined;
|
|
656
656
|
label?: string | undefined;
|
|
657
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
657
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
658
658
|
options?: {
|
|
659
659
|
label: string;
|
|
660
660
|
value: string;
|
|
@@ -667,6 +667,17 @@ declare const SysWebhook: Omit<{
|
|
|
667
667
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
668
668
|
confirmText?: string | undefined;
|
|
669
669
|
successMessage?: string | undefined;
|
|
670
|
+
resultDialog?: {
|
|
671
|
+
title?: string | undefined;
|
|
672
|
+
description?: string | undefined;
|
|
673
|
+
acknowledge?: string | undefined;
|
|
674
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
675
|
+
fields?: {
|
|
676
|
+
path: string;
|
|
677
|
+
label?: string | undefined;
|
|
678
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
679
|
+
}[] | undefined;
|
|
680
|
+
} | undefined;
|
|
670
681
|
visible?: {
|
|
671
682
|
dialect: "cel" | "js" | "cron" | "template";
|
|
672
683
|
source?: string | undefined;
|
|
@@ -21,7 +21,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
21
21
|
abstract: boolean;
|
|
22
22
|
datasource: string;
|
|
23
23
|
fields: Record<string, {
|
|
24
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
24
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
25
25
|
required: boolean;
|
|
26
26
|
searchable: boolean;
|
|
27
27
|
multiple: boolean;
|
|
@@ -160,7 +160,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
160
160
|
autoRotate: boolean;
|
|
161
161
|
} | undefined;
|
|
162
162
|
};
|
|
163
|
-
scope: "
|
|
163
|
+
scope: "record" | "field" | "table" | "database";
|
|
164
164
|
deterministicEncryption: boolean;
|
|
165
165
|
searchableEncryption: boolean;
|
|
166
166
|
} | undefined;
|
|
@@ -623,7 +623,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
623
623
|
refreshAfter: boolean;
|
|
624
624
|
objectName?: string | undefined;
|
|
625
625
|
icon?: string | undefined;
|
|
626
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
626
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
627
627
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
628
628
|
target?: string | undefined;
|
|
629
629
|
body?: {
|
|
@@ -643,7 +643,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
643
643
|
field?: string | undefined;
|
|
644
644
|
objectOverride?: string | undefined;
|
|
645
645
|
label?: string | undefined;
|
|
646
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
646
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
647
647
|
options?: {
|
|
648
648
|
label: string;
|
|
649
649
|
value: string;
|
|
@@ -656,6 +656,17 @@ declare const SysMetadataObject: Omit<{
|
|
|
656
656
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
657
657
|
confirmText?: string | undefined;
|
|
658
658
|
successMessage?: string | undefined;
|
|
659
|
+
resultDialog?: {
|
|
660
|
+
title?: string | undefined;
|
|
661
|
+
description?: string | undefined;
|
|
662
|
+
acknowledge?: string | undefined;
|
|
663
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
664
|
+
fields?: {
|
|
665
|
+
path: string;
|
|
666
|
+
label?: string | undefined;
|
|
667
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
668
|
+
}[] | undefined;
|
|
669
|
+
} | undefined;
|
|
659
670
|
visible?: {
|
|
660
671
|
dialect: "cel" | "js" | "cron" | "template";
|
|
661
672
|
source?: string | undefined;
|
|
@@ -4889,7 +4900,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
4889
4900
|
abstract: boolean;
|
|
4890
4901
|
datasource: string;
|
|
4891
4902
|
fields: Record<string, {
|
|
4892
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4903
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4893
4904
|
required: boolean;
|
|
4894
4905
|
searchable: boolean;
|
|
4895
4906
|
multiple: boolean;
|
|
@@ -5028,7 +5039,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5028
5039
|
autoRotate: boolean;
|
|
5029
5040
|
} | undefined;
|
|
5030
5041
|
};
|
|
5031
|
-
scope: "
|
|
5042
|
+
scope: "record" | "field" | "table" | "database";
|
|
5032
5043
|
deterministicEncryption: boolean;
|
|
5033
5044
|
searchableEncryption: boolean;
|
|
5034
5045
|
} | undefined;
|
|
@@ -5491,7 +5502,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5491
5502
|
refreshAfter: boolean;
|
|
5492
5503
|
objectName?: string | undefined;
|
|
5493
5504
|
icon?: string | undefined;
|
|
5494
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
5505
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
5495
5506
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
5496
5507
|
target?: string | undefined;
|
|
5497
5508
|
body?: {
|
|
@@ -5511,7 +5522,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5511
5522
|
field?: string | undefined;
|
|
5512
5523
|
objectOverride?: string | undefined;
|
|
5513
5524
|
label?: string | undefined;
|
|
5514
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
5525
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
5515
5526
|
options?: {
|
|
5516
5527
|
label: string;
|
|
5517
5528
|
value: string;
|
|
@@ -5524,6 +5535,17 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5524
5535
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
5525
5536
|
confirmText?: string | undefined;
|
|
5526
5537
|
successMessage?: string | undefined;
|
|
5538
|
+
resultDialog?: {
|
|
5539
|
+
title?: string | undefined;
|
|
5540
|
+
description?: string | undefined;
|
|
5541
|
+
acknowledge?: string | undefined;
|
|
5542
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
5543
|
+
fields?: {
|
|
5544
|
+
path: string;
|
|
5545
|
+
label?: string | undefined;
|
|
5546
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
5547
|
+
}[] | undefined;
|
|
5548
|
+
} | undefined;
|
|
5527
5549
|
visible?: {
|
|
5528
5550
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5529
5551
|
source?: string | undefined;
|
package/dist/metadata/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
21
21
|
abstract: boolean;
|
|
22
22
|
datasource: string;
|
|
23
23
|
fields: Record<string, {
|
|
24
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
24
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
25
25
|
required: boolean;
|
|
26
26
|
searchable: boolean;
|
|
27
27
|
multiple: boolean;
|
|
@@ -160,7 +160,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
160
160
|
autoRotate: boolean;
|
|
161
161
|
} | undefined;
|
|
162
162
|
};
|
|
163
|
-
scope: "
|
|
163
|
+
scope: "record" | "field" | "table" | "database";
|
|
164
164
|
deterministicEncryption: boolean;
|
|
165
165
|
searchableEncryption: boolean;
|
|
166
166
|
} | undefined;
|
|
@@ -623,7 +623,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
623
623
|
refreshAfter: boolean;
|
|
624
624
|
objectName?: string | undefined;
|
|
625
625
|
icon?: string | undefined;
|
|
626
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
626
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
627
627
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
628
628
|
target?: string | undefined;
|
|
629
629
|
body?: {
|
|
@@ -643,7 +643,7 @@ declare const SysMetadataObject: Omit<{
|
|
|
643
643
|
field?: string | undefined;
|
|
644
644
|
objectOverride?: string | undefined;
|
|
645
645
|
label?: string | undefined;
|
|
646
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
646
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
647
647
|
options?: {
|
|
648
648
|
label: string;
|
|
649
649
|
value: string;
|
|
@@ -656,6 +656,17 @@ declare const SysMetadataObject: Omit<{
|
|
|
656
656
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
657
657
|
confirmText?: string | undefined;
|
|
658
658
|
successMessage?: string | undefined;
|
|
659
|
+
resultDialog?: {
|
|
660
|
+
title?: string | undefined;
|
|
661
|
+
description?: string | undefined;
|
|
662
|
+
acknowledge?: string | undefined;
|
|
663
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
664
|
+
fields?: {
|
|
665
|
+
path: string;
|
|
666
|
+
label?: string | undefined;
|
|
667
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
668
|
+
}[] | undefined;
|
|
669
|
+
} | undefined;
|
|
659
670
|
visible?: {
|
|
660
671
|
dialect: "cel" | "js" | "cron" | "template";
|
|
661
672
|
source?: string | undefined;
|
|
@@ -4889,7 +4900,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
4889
4900
|
abstract: boolean;
|
|
4890
4901
|
datasource: string;
|
|
4891
4902
|
fields: Record<string, {
|
|
4892
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4903
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
4893
4904
|
required: boolean;
|
|
4894
4905
|
searchable: boolean;
|
|
4895
4906
|
multiple: boolean;
|
|
@@ -5028,7 +5039,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5028
5039
|
autoRotate: boolean;
|
|
5029
5040
|
} | undefined;
|
|
5030
5041
|
};
|
|
5031
|
-
scope: "
|
|
5042
|
+
scope: "record" | "field" | "table" | "database";
|
|
5032
5043
|
deterministicEncryption: boolean;
|
|
5033
5044
|
searchableEncryption: boolean;
|
|
5034
5045
|
} | undefined;
|
|
@@ -5491,7 +5502,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5491
5502
|
refreshAfter: boolean;
|
|
5492
5503
|
objectName?: string | undefined;
|
|
5493
5504
|
icon?: string | undefined;
|
|
5494
|
-
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "global_nav")[] | undefined;
|
|
5505
|
+
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
5495
5506
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
5496
5507
|
target?: string | undefined;
|
|
5497
5508
|
body?: {
|
|
@@ -5511,7 +5522,7 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5511
5522
|
field?: string | undefined;
|
|
5512
5523
|
objectOverride?: string | undefined;
|
|
5513
5524
|
label?: string | undefined;
|
|
5514
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
5525
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
5515
5526
|
options?: {
|
|
5516
5527
|
label: string;
|
|
5517
5528
|
value: string;
|
|
@@ -5524,6 +5535,17 @@ declare const SysMetadataHistoryObject: Omit<{
|
|
|
5524
5535
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
5525
5536
|
confirmText?: string | undefined;
|
|
5526
5537
|
successMessage?: string | undefined;
|
|
5538
|
+
resultDialog?: {
|
|
5539
|
+
title?: string | undefined;
|
|
5540
|
+
description?: string | undefined;
|
|
5541
|
+
acknowledge?: string | undefined;
|
|
5542
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
5543
|
+
fields?: {
|
|
5544
|
+
path: string;
|
|
5545
|
+
label?: string | undefined;
|
|
5546
|
+
format?: "secret" | "text" | "json" | "qrcode" | "code-list" | undefined;
|
|
5547
|
+
}[] | undefined;
|
|
5548
|
+
} | undefined;
|
|
5527
5549
|
visible?: {
|
|
5528
5550
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5529
5551
|
source?: string | undefined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TranslationBundle } from '@objectstack/spec/system';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `MetadataFormsTranslations`
|
|
5
|
+
*
|
|
6
|
+
* Platform-default i18n bundle for the metadata-type configuration forms
|
|
7
|
+
* (object / field / agent / flow / view / …) shipped from `@objectstack/spec`.
|
|
8
|
+
*
|
|
9
|
+
* Single source of truth: the `*.metadata-forms.generated.ts` files in
|
|
10
|
+
* `apps/translations/`. Edit the generated files directly — they are
|
|
11
|
+
* hand-editable. Re-running
|
|
12
|
+
*
|
|
13
|
+
* pnpm --filter @objectstack/platform-objects i18n:extract
|
|
14
|
+
*
|
|
15
|
+
* preserves existing translations (via `--merge`) and only fills newly
|
|
16
|
+
* added schema keys per `--fill=default`.
|
|
17
|
+
*/
|
|
18
|
+
declare const MetadataFormsTranslations: TranslationBundle;
|
|
19
|
+
|
|
20
|
+
export { MetadataFormsTranslations };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TranslationBundle } from '@objectstack/spec/system';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `MetadataFormsTranslations`
|
|
5
|
+
*
|
|
6
|
+
* Platform-default i18n bundle for the metadata-type configuration forms
|
|
7
|
+
* (object / field / agent / flow / view / …) shipped from `@objectstack/spec`.
|
|
8
|
+
*
|
|
9
|
+
* Single source of truth: the `*.metadata-forms.generated.ts` files in
|
|
10
|
+
* `apps/translations/`. Edit the generated files directly — they are
|
|
11
|
+
* hand-editable. Re-running
|
|
12
|
+
*
|
|
13
|
+
* pnpm --filter @objectstack/platform-objects i18n:extract
|
|
14
|
+
*
|
|
15
|
+
* preserves existing translations (via `--merge`) and only fills newly
|
|
16
|
+
* added schema keys per `--fill=default`.
|
|
17
|
+
*/
|
|
18
|
+
declare const MetadataFormsTranslations: TranslationBundle;
|
|
19
|
+
|
|
20
|
+
export { MetadataFormsTranslations };
|