@nxtedition/types 23.0.40 → 23.0.42
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/app.d.ts +0 -33
- package/dist/app.js +1 -655
- package/dist/common/block.d.ts +6 -13
- package/dist/common/block.js +597 -1607
- package/dist/common/clone.d.ts +0 -19
- package/dist/common/clone.js +1 -602
- package/dist/common/date.d.ts +0 -7
- package/dist/common/date.js +1 -59
- package/dist/common/error.d.ts +0 -7
- package/dist/common/error.js +1 -404
- package/dist/common/file.d.ts +1 -21
- package/dist/common/file.js +782 -2521
- package/dist/common/index.d.ts +20 -26
- package/dist/common/index.js +20 -134
- package/dist/common/location.d.ts +0 -6
- package/dist/common/location.js +73 -238
- package/dist/common/lock.d.ts +1 -8
- package/dist/common/lock.js +1 -211
- package/dist/common/media.d.ts +0 -7
- package/dist/common/media.js +1 -83
- package/dist/common/nxtpression.d.ts +2 -9
- package/dist/common/nxtpression.js +1 -277
- package/dist/common/pipeline.d.ts +0 -7
- package/dist/common/pipeline.js +1 -97
- package/dist/common/promoted-tag.d.ts +0 -7
- package/dist/common/promoted-tag.js +1 -147
- package/dist/common/render-preset.d.ts +4 -17
- package/dist/common/render-preset.js +1 -1202
- package/dist/common/render-profile.d.ts +3 -19
- package/dist/common/render-profile.js +1 -1052
- package/dist/common/render-query.d.ts +2 -9
- package/dist/common/render-query.js +1 -1843
- package/dist/common/render-scene.d.ts +3 -16
- package/dist/common/render-scene.js +1 -2408
- package/dist/common/rule.d.ts +1 -7
- package/dist/common/rule.js +84 -254
- package/dist/common/search.d.ts +0 -25
- package/dist/common/search.js +1 -1591
- package/dist/common/settings.d.ts +113 -125
- package/dist/common/settings.js +1 -7504
- package/dist/common/subtitle-style.d.ts +25 -0
- package/dist/common/user-notification.d.ts +0 -7
- package/dist/common/user-notification.js +1 -85
- package/dist/index.d.ts +5 -108
- package/dist/index.js +5 -469
- package/dist/nxtpression.d.ts +538 -337
- package/dist/nxtpression.js +1 -323
- package/dist/records/domains/asset.d.ts +106 -0
- package/dist/records/domains/bundle.d.ts +12 -0
- package/dist/records/domains/bundle.js +1 -0
- package/dist/records/domains/clone.d.ts +7 -0
- package/dist/records/domains/clone.js +1 -0
- package/dist/records/domains/comment-reaction.d.ts +8 -0
- package/dist/records/domains/comment-reaction.js +1 -0
- package/dist/records/domains/comment-read-mark.d.ts +8 -0
- package/dist/records/domains/comment-read-mark.js +1 -0
- package/dist/records/domains/comment.d.ts +81 -0
- package/dist/records/domains/comment.js +19 -0
- package/dist/records/domains/connection.d.ts +77 -0
- package/dist/records/domains/connection.js +1 -0
- package/dist/records/domains/contact.d.ts +9 -0
- package/dist/records/domains/contact.js +1 -0
- package/dist/records/domains/deepstream.d.ts +8 -0
- package/dist/records/domains/deepstream.js +1 -0
- package/dist/records/domains/design.d.ts +11 -0
- package/dist/records/domains/design.js +1 -0
- package/dist/records/domains/edit.d.ts +10 -0
- package/dist/records/domains/edit.js +1 -0
- package/dist/records/domains/event.d.ts +66 -0
- package/dist/records/domains/event.js +1 -0
- package/dist/records/domains/file.d.ts +26 -0
- package/dist/records/domains/file.js +1 -0
- package/dist/records/domains/general.d.ts +41 -0
- package/dist/records/domains/general.js +1 -0
- package/dist/records/domains/index.d.ts +77 -0
- package/dist/records/domains/index.js +38 -0
- package/dist/records/domains/media.d.ts +64 -0
- package/dist/records/domains/media.js +1 -0
- package/dist/records/domains/monitor.d.ts +116 -0
- package/dist/records/domains/monitor.js +1 -0
- package/dist/records/domains/panel.d.ts +55 -0
- package/dist/records/domains/panel.js +1 -0
- package/dist/records/domains/permission.d.ts +25 -0
- package/dist/records/domains/permission.js +2 -0
- package/dist/records/domains/pipeline-preset.d.ts +10 -0
- package/dist/records/domains/pipeline-preset.js +1 -0
- package/dist/records/domains/pipeline.d.ts +17 -0
- package/dist/records/domains/pipeline.js +1 -0
- package/dist/records/domains/planning.d.ts +14 -0
- package/dist/records/domains/planning.js +1 -0
- package/dist/records/domains/prompter.d.ts +18 -0
- package/dist/records/domains/prompter.js +1 -0
- package/dist/records/domains/publish.d.ts +149 -0
- package/dist/records/domains/publish.js +1 -0
- package/dist/records/domains/published.d.ts +12 -0
- package/dist/records/domains/published.js +1 -0
- package/dist/records/domains/render-preset.d.ts +5 -0
- package/dist/records/domains/render-preset.js +1 -0
- package/dist/records/domains/render.d.ts +115 -0
- package/dist/records/domains/render.js +1 -0
- package/dist/records/domains/revs.d.ts +6 -0
- package/dist/records/domains/revs.js +1 -0
- package/dist/records/domains/role.d.ts +6 -0
- package/dist/records/domains/role.js +1 -0
- package/dist/records/domains/script.d.ts +101 -0
- package/dist/records/domains/script.js +1 -0
- package/dist/records/domains/search.d.ts +23 -0
- package/dist/records/domains/search.js +1 -0
- package/dist/records/domains/settings.d.ts +5 -0
- package/dist/records/domains/settings.js +1 -0
- package/dist/records/domains/storyboard.d.ts +10 -0
- package/dist/records/domains/storyboard.js +1 -0
- package/dist/records/domains/subtitle-style.d.ts +13 -0
- package/dist/records/domains/subtitle-style.js +1 -0
- package/dist/records/domains/subtitle.d.ts +12 -0
- package/dist/records/domains/subtitle.js +1 -0
- package/dist/records/domains/template.d.ts +11 -0
- package/dist/records/domains/template.js +1 -0
- package/dist/records/domains/user-notification-status.d.ts +30 -0
- package/dist/records/domains/user-notification-status.js +1 -0
- package/dist/records/domains/user-notification.d.ts +69 -0
- package/dist/records/domains/user-notification.js +1 -0
- package/dist/records/domains/user.d.ts +23 -0
- package/dist/records/domains/user.js +1 -0
- package/dist/records/exact/asset.d.ts +83 -0
- package/dist/records/exact/asset.js +1 -0
- package/dist/records/exact/index.d.ts +36 -0
- package/dist/records/exact/index.js +4 -0
- package/dist/records/exact/media.d.ts +52 -0
- package/dist/records/exact/media.js +1 -0
- package/dist/records/exact/monitor.d.ts +46 -0
- package/dist/records/exact/monitor.js +1 -0
- package/dist/records/exact/storage.d.ts +32 -0
- package/dist/records/exact/storage.js +1 -0
- package/dist/records/index.d.ts +10 -0
- package/dist/records/index.js +2 -0
- package/dist/records/utils.d.ts +7 -0
- package/dist/records/utils.js +1 -0
- package/dist/records/utils.tds.d.ts +1 -0
- package/dist/records/utils.tds.js +7 -0
- package/dist/records/validate/assert-guard.d.ts +4 -0
- package/dist/records/validate/assert-guard.js +16068 -0
- package/dist/records/validate/assert.d.ts +4 -0
- package/dist/records/validate/assert.js +16198 -0
- package/dist/records/validate/is.d.ts +4 -0
- package/dist/records/validate/is.js +1027 -0
- package/dist/records/validate/schemas.d.ts +9 -0
- package/dist/records/validate/schemas.js +12862 -0
- package/dist/records/validate/stringify.d.ts +4 -0
- package/dist/records/validate/stringify.js +1915 -0
- package/dist/records/validate/utils.d.ts +15 -0
- package/dist/records/validate/utils.js +26 -0
- package/dist/records/validate/validate-equals.d.ts +5 -0
- package/dist/records/validate/validate-equals.js +24363 -0
- package/dist/records/validate/validate.d.ts +5 -0
- package/dist/records/validate/validate.js +15127 -0
- package/dist/rpc.d.ts +5 -15
- package/dist/rpc.js +126 -511
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +25 -15
- package/dist/asset.d.ts +0 -72
- package/dist/domains/asset.d.ts +0 -227
- package/dist/domains/asset.js +0 -2672
- package/dist/domains/bundle.d.ts +0 -25
- package/dist/domains/bundle.js +0 -512
- package/dist/domains/clone.d.ts +0 -14
- package/dist/domains/clone.js +0 -192
- package/dist/domains/comment-reaction.d.ts +0 -15
- package/dist/domains/comment-reaction.js +0 -115
- package/dist/domains/comment-read-mark.d.ts +0 -15
- package/dist/domains/comment-read-mark.js +0 -115
- package/dist/domains/comment.d.ts +0 -153
- package/dist/domains/comment.js +0 -5906
- package/dist/domains/connection.d.ts +0 -141
- package/dist/domains/connection.js +0 -5860
- package/dist/domains/contact.d.ts +0 -16
- package/dist/domains/contact.js +0 -149
- package/dist/domains/deepstream.d.ts +0 -14
- package/dist/domains/deepstream.js +0 -139
- package/dist/domains/design.d.ts +0 -24
- package/dist/domains/design.js +0 -303
- package/dist/domains/edit.d.ts +0 -17
- package/dist/domains/edit.js +0 -224
- package/dist/domains/event.d.ts +0 -170
- package/dist/domains/event.js +0 -2779
- package/dist/domains/file.d.ts +0 -51
- package/dist/domains/file.js +0 -2506
- package/dist/domains/general.d.ts +0 -84
- package/dist/domains/general.js +0 -906
- package/dist/domains/index.d.ts +0 -75
- package/dist/domains/index.js +0 -37
- package/dist/domains/media.d.ts +0 -113
- package/dist/domains/media.js +0 -4642
- package/dist/domains/monitor.d.ts +0 -416
- package/dist/domains/monitor.js +0 -6382
- package/dist/domains/panel.d.ts +0 -371
- package/dist/domains/panel.js +0 -3198
- package/dist/domains/permission.d.ts +0 -61
- package/dist/domains/permission.js +0 -1926
- package/dist/domains/pipeline-preset.d.ts +0 -17
- package/dist/domains/pipeline-preset.js +0 -236
- package/dist/domains/pipeline.d.ts +0 -30
- package/dist/domains/pipeline.js +0 -460
- package/dist/domains/planning.d.ts +0 -33
- package/dist/domains/planning.js +0 -324
- package/dist/domains/publish.d.ts +0 -1452
- package/dist/domains/publish.js +0 -35415
- package/dist/domains/published.d.ts +0 -19
- package/dist/domains/published.js +0 -204
- package/dist/domains/render-preset.d.ts +0 -4
- package/dist/domains/render.d.ts +0 -158
- package/dist/domains/render.js +0 -4452
- package/dist/domains/revs.d.ts +0 -13
- package/dist/domains/revs.js +0 -125
- package/dist/domains/role.d.ts +0 -13
- package/dist/domains/role.js +0 -119
- package/dist/domains/script.d.ts +0 -263
- package/dist/domains/script.js +0 -6777
- package/dist/domains/search.d.ts +0 -16
- package/dist/domains/search.js +0 -168
- package/dist/domains/settings.d.ts +0 -12
- package/dist/domains/settings.js +0 -7180
- package/dist/domains/storyboard.d.ts +0 -14
- package/dist/domains/storyboard.js +0 -125
- package/dist/domains/subtitle-style.d.ts +0 -42
- package/dist/domains/subtitle-style.js +0 -574
- package/dist/domains/subtitle.d.ts +0 -19
- package/dist/domains/subtitle.js +0 -212
- package/dist/domains/template.d.ts +0 -23
- package/dist/domains/template.js +0 -372
- package/dist/domains/user-notification-status.d.ts +0 -55
- package/dist/domains/user-notification-status.js +0 -715
- package/dist/domains/user-notification.d.ts +0 -118
- package/dist/domains/user-notification.js +0 -3040
- package/dist/domains/user.d.ts +0 -48
- package/dist/domains/user.js +0 -481
- package/dist/monitor.d.ts +0 -71
- package/dist/monitor.js +0 -1942
- package/dist/schema.json +0 -9836
- package/dist/storage.d.ts +0 -51
- package/dist/storage.js +0 -1036
- /package/dist/{asset.js → common/subtitle-style.js} +0 -0
- /package/dist/{domains/render-preset.js → records/domains/asset.js} +0 -0
package/dist/domains/panel.d.ts
DELETED
|
@@ -1,371 +0,0 @@
|
|
|
1
|
-
import { type AssertionGuard as __AssertionGuard } from "typia";
|
|
2
|
-
import { Nxtpression } from '../common/nxtpression.js';
|
|
3
|
-
export interface PanelDomainRecords {
|
|
4
|
-
":panel": PanelDomainPanelRecord;
|
|
5
|
-
}
|
|
6
|
-
export interface PanelDomainPanelRecord {
|
|
7
|
-
title?: string;
|
|
8
|
-
supports?: string[] | string;
|
|
9
|
-
priority?: number;
|
|
10
|
-
editorPriority?: number;
|
|
11
|
-
properties?: {
|
|
12
|
-
[key: string]: PanelProperty;
|
|
13
|
-
};
|
|
14
|
-
layout?: {
|
|
15
|
-
panel?: PanelLayout;
|
|
16
|
-
editor?: PanelLayout;
|
|
17
|
-
};
|
|
18
|
-
filter?: Nxtpression;
|
|
19
|
-
expand?: Nxtpression;
|
|
20
|
-
}
|
|
21
|
-
export declare const isPanelDomainPanelRecord: (input: unknown) => input is PanelDomainPanelRecord;
|
|
22
|
-
export declare const assertPanelDomainPanelRecord: (input: unknown) => PanelDomainPanelRecord;
|
|
23
|
-
export declare const randomPanelDomainPanelRecord: () => {
|
|
24
|
-
title?: string | undefined;
|
|
25
|
-
supports?: string | string[] | undefined;
|
|
26
|
-
priority?: number | undefined;
|
|
27
|
-
editorPriority?: number | undefined;
|
|
28
|
-
properties?: {
|
|
29
|
-
[x: string]: {
|
|
30
|
-
type: "array" | "asset" | "boolean" | "datetime" | "number" | "string" | "object" | "rpc";
|
|
31
|
-
title?: string | undefined;
|
|
32
|
-
description?: string | undefined;
|
|
33
|
-
domain?: string | undefined;
|
|
34
|
-
path?: string | undefined;
|
|
35
|
-
computed?: Nxtpression<unknown>;
|
|
36
|
-
index?: {
|
|
37
|
-
label: string;
|
|
38
|
-
path: string;
|
|
39
|
-
} | undefined;
|
|
40
|
-
required?: boolean | undefined;
|
|
41
|
-
oneOf?: unknown[] | undefined;
|
|
42
|
-
};
|
|
43
|
-
} | undefined;
|
|
44
|
-
layout?: {
|
|
45
|
-
panel?: string | {
|
|
46
|
-
type: "divider";
|
|
47
|
-
title?: string | undefined;
|
|
48
|
-
} | {
|
|
49
|
-
property: string;
|
|
50
|
-
width?: (string | number) | undefined;
|
|
51
|
-
widget?: WidgetType | {
|
|
52
|
-
type: WidgetType;
|
|
53
|
-
readOnly?: boolean | undefined;
|
|
54
|
-
} | undefined;
|
|
55
|
-
} | (string | {
|
|
56
|
-
type: "divider";
|
|
57
|
-
title?: string | undefined;
|
|
58
|
-
} | {
|
|
59
|
-
property: string;
|
|
60
|
-
width?: (string | number) | undefined;
|
|
61
|
-
widget?: WidgetType | {
|
|
62
|
-
type: WidgetType;
|
|
63
|
-
readOnly?: boolean | undefined;
|
|
64
|
-
} | undefined;
|
|
65
|
-
} | (string | {
|
|
66
|
-
type: "divider";
|
|
67
|
-
title?: string | undefined;
|
|
68
|
-
} | {
|
|
69
|
-
property: string;
|
|
70
|
-
width?: (string | number) | undefined;
|
|
71
|
-
widget?: WidgetType | {
|
|
72
|
-
type: WidgetType;
|
|
73
|
-
readOnly?: boolean | undefined;
|
|
74
|
-
} | undefined;
|
|
75
|
-
} | (string | {
|
|
76
|
-
type: "divider";
|
|
77
|
-
title?: string | undefined;
|
|
78
|
-
} | {
|
|
79
|
-
property: string;
|
|
80
|
-
width?: (string | number) | undefined;
|
|
81
|
-
widget?: WidgetType | {
|
|
82
|
-
type: WidgetType;
|
|
83
|
-
readOnly?: boolean | undefined;
|
|
84
|
-
} | undefined;
|
|
85
|
-
} | (string | {
|
|
86
|
-
type: "divider";
|
|
87
|
-
title?: string | undefined;
|
|
88
|
-
} | {
|
|
89
|
-
property: string;
|
|
90
|
-
width?: (string | number) | undefined;
|
|
91
|
-
widget?: WidgetType | {
|
|
92
|
-
type: WidgetType;
|
|
93
|
-
readOnly?: boolean | undefined;
|
|
94
|
-
} | undefined;
|
|
95
|
-
} | (string | {
|
|
96
|
-
type: "divider";
|
|
97
|
-
title?: string | undefined;
|
|
98
|
-
} | {
|
|
99
|
-
property: string;
|
|
100
|
-
width?: (string | number) | undefined;
|
|
101
|
-
widget?: WidgetType | {
|
|
102
|
-
type: WidgetType;
|
|
103
|
-
readOnly?: boolean | undefined;
|
|
104
|
-
} | undefined;
|
|
105
|
-
} | (string | {
|
|
106
|
-
type: "divider";
|
|
107
|
-
title?: string | undefined;
|
|
108
|
-
} | {
|
|
109
|
-
property: string;
|
|
110
|
-
width?: (string | number) | undefined;
|
|
111
|
-
widget?: WidgetType | {
|
|
112
|
-
type: WidgetType;
|
|
113
|
-
readOnly?: boolean | undefined;
|
|
114
|
-
} | undefined;
|
|
115
|
-
} | (string | {
|
|
116
|
-
type: "divider";
|
|
117
|
-
title?: string | undefined;
|
|
118
|
-
} | {
|
|
119
|
-
property: string;
|
|
120
|
-
width?: (string | number) | undefined;
|
|
121
|
-
widget?: WidgetType | {
|
|
122
|
-
type: WidgetType;
|
|
123
|
-
readOnly?: boolean | undefined;
|
|
124
|
-
} | undefined;
|
|
125
|
-
} | (string | {
|
|
126
|
-
type: "divider";
|
|
127
|
-
title?: string | undefined;
|
|
128
|
-
} | {
|
|
129
|
-
property: string;
|
|
130
|
-
width?: (string | number) | undefined;
|
|
131
|
-
widget?: WidgetType | {
|
|
132
|
-
type: WidgetType;
|
|
133
|
-
readOnly?: boolean | undefined;
|
|
134
|
-
} | undefined;
|
|
135
|
-
} | (string | {
|
|
136
|
-
type: "divider";
|
|
137
|
-
title?: string | undefined;
|
|
138
|
-
} | {
|
|
139
|
-
property: string;
|
|
140
|
-
width?: (string | number) | undefined;
|
|
141
|
-
widget?: WidgetType | {
|
|
142
|
-
type: WidgetType;
|
|
143
|
-
readOnly?: boolean | undefined;
|
|
144
|
-
} | undefined;
|
|
145
|
-
} | (string | {
|
|
146
|
-
type: "divider";
|
|
147
|
-
title?: string | undefined;
|
|
148
|
-
} | {
|
|
149
|
-
property: string;
|
|
150
|
-
width?: (string | number) | undefined;
|
|
151
|
-
widget?: WidgetType | {
|
|
152
|
-
type: WidgetType;
|
|
153
|
-
readOnly?: boolean | undefined;
|
|
154
|
-
} | undefined;
|
|
155
|
-
} | (string | {
|
|
156
|
-
type: "divider";
|
|
157
|
-
title?: string | undefined;
|
|
158
|
-
} | {
|
|
159
|
-
property: string;
|
|
160
|
-
width?: (string | number) | undefined;
|
|
161
|
-
widget?: WidgetType | {
|
|
162
|
-
type: WidgetType;
|
|
163
|
-
readOnly?: boolean | undefined;
|
|
164
|
-
} | undefined;
|
|
165
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[] | undefined;
|
|
166
|
-
editor?: string | {
|
|
167
|
-
type: "divider";
|
|
168
|
-
title?: string | undefined;
|
|
169
|
-
} | {
|
|
170
|
-
property: string;
|
|
171
|
-
width?: (string | number) | undefined;
|
|
172
|
-
widget?: WidgetType | {
|
|
173
|
-
type: WidgetType;
|
|
174
|
-
readOnly?: boolean | undefined;
|
|
175
|
-
} | undefined;
|
|
176
|
-
} | (string | {
|
|
177
|
-
type: "divider";
|
|
178
|
-
title?: string | undefined;
|
|
179
|
-
} | {
|
|
180
|
-
property: string;
|
|
181
|
-
width?: (string | number) | undefined;
|
|
182
|
-
widget?: WidgetType | {
|
|
183
|
-
type: WidgetType;
|
|
184
|
-
readOnly?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
|
-
} | (string | {
|
|
187
|
-
type: "divider";
|
|
188
|
-
title?: string | undefined;
|
|
189
|
-
} | {
|
|
190
|
-
property: string;
|
|
191
|
-
width?: (string | number) | undefined;
|
|
192
|
-
widget?: WidgetType | {
|
|
193
|
-
type: WidgetType;
|
|
194
|
-
readOnly?: boolean | undefined;
|
|
195
|
-
} | undefined;
|
|
196
|
-
} | (string | {
|
|
197
|
-
type: "divider";
|
|
198
|
-
title?: string | undefined;
|
|
199
|
-
} | {
|
|
200
|
-
property: string;
|
|
201
|
-
width?: (string | number) | undefined;
|
|
202
|
-
widget?: WidgetType | {
|
|
203
|
-
type: WidgetType;
|
|
204
|
-
readOnly?: boolean | undefined;
|
|
205
|
-
} | undefined;
|
|
206
|
-
} | (string | {
|
|
207
|
-
type: "divider";
|
|
208
|
-
title?: string | undefined;
|
|
209
|
-
} | {
|
|
210
|
-
property: string;
|
|
211
|
-
width?: (string | number) | undefined;
|
|
212
|
-
widget?: WidgetType | {
|
|
213
|
-
type: WidgetType;
|
|
214
|
-
readOnly?: boolean | undefined;
|
|
215
|
-
} | undefined;
|
|
216
|
-
} | (string | {
|
|
217
|
-
type: "divider";
|
|
218
|
-
title?: string | undefined;
|
|
219
|
-
} | {
|
|
220
|
-
property: string;
|
|
221
|
-
width?: (string | number) | undefined;
|
|
222
|
-
widget?: WidgetType | {
|
|
223
|
-
type: WidgetType;
|
|
224
|
-
readOnly?: boolean | undefined;
|
|
225
|
-
} | undefined;
|
|
226
|
-
} | (string | {
|
|
227
|
-
type: "divider";
|
|
228
|
-
title?: string | undefined;
|
|
229
|
-
} | {
|
|
230
|
-
property: string;
|
|
231
|
-
width?: (string | number) | undefined;
|
|
232
|
-
widget?: WidgetType | {
|
|
233
|
-
type: WidgetType;
|
|
234
|
-
readOnly?: boolean | undefined;
|
|
235
|
-
} | undefined;
|
|
236
|
-
} | (string | {
|
|
237
|
-
type: "divider";
|
|
238
|
-
title?: string | undefined;
|
|
239
|
-
} | {
|
|
240
|
-
property: string;
|
|
241
|
-
width?: (string | number) | undefined;
|
|
242
|
-
widget?: WidgetType | {
|
|
243
|
-
type: WidgetType;
|
|
244
|
-
readOnly?: boolean | undefined;
|
|
245
|
-
} | undefined;
|
|
246
|
-
} | (string | {
|
|
247
|
-
type: "divider";
|
|
248
|
-
title?: string | undefined;
|
|
249
|
-
} | {
|
|
250
|
-
property: string;
|
|
251
|
-
width?: (string | number) | undefined;
|
|
252
|
-
widget?: WidgetType | {
|
|
253
|
-
type: WidgetType;
|
|
254
|
-
readOnly?: boolean | undefined;
|
|
255
|
-
} | undefined;
|
|
256
|
-
} | (string | {
|
|
257
|
-
type: "divider";
|
|
258
|
-
title?: string | undefined;
|
|
259
|
-
} | {
|
|
260
|
-
property: string;
|
|
261
|
-
width?: (string | number) | undefined;
|
|
262
|
-
widget?: WidgetType | {
|
|
263
|
-
type: WidgetType;
|
|
264
|
-
readOnly?: boolean | undefined;
|
|
265
|
-
} | undefined;
|
|
266
|
-
} | (string | {
|
|
267
|
-
type: "divider";
|
|
268
|
-
title?: string | undefined;
|
|
269
|
-
} | {
|
|
270
|
-
property: string;
|
|
271
|
-
width?: (string | number) | undefined;
|
|
272
|
-
widget?: WidgetType | {
|
|
273
|
-
type: WidgetType;
|
|
274
|
-
readOnly?: boolean | undefined;
|
|
275
|
-
} | undefined;
|
|
276
|
-
} | (string | {
|
|
277
|
-
type: "divider";
|
|
278
|
-
title?: string | undefined;
|
|
279
|
-
} | {
|
|
280
|
-
property: string;
|
|
281
|
-
width?: (string | number) | undefined;
|
|
282
|
-
widget?: WidgetType | {
|
|
283
|
-
type: WidgetType;
|
|
284
|
-
readOnly?: boolean | undefined;
|
|
285
|
-
} | undefined;
|
|
286
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[] | undefined;
|
|
287
|
-
} | undefined;
|
|
288
|
-
filter?: string | undefined;
|
|
289
|
-
expand?: string | undefined;
|
|
290
|
-
};
|
|
291
|
-
export declare const assertGuardPanelDomainPanelRecord: __AssertionGuard<PanelDomainPanelRecord>;
|
|
292
|
-
export declare const stringifyPanelDomainPanelRecord: (input: PanelDomainPanelRecord) => string;
|
|
293
|
-
export declare const assertStringifyPanelDomainPanelRecord: (input: unknown) => string;
|
|
294
|
-
export interface PanelProperty {
|
|
295
|
-
/** Specifying what type of data will be entered into the field. */
|
|
296
|
-
type: "array" | "asset" | "boolean" | "datetime" | "number" | "string" | "object" | "rpc";
|
|
297
|
-
/** User-friendly title of the property. This will be used as the field's label in the UI. */
|
|
298
|
-
title?: string;
|
|
299
|
-
description?: string;
|
|
300
|
-
domain?: string;
|
|
301
|
-
path?: string;
|
|
302
|
-
computed?: Nxtpression<unknown>;
|
|
303
|
-
/** An object specifying where to index the data. Adding this will effectively make the data searchable. */
|
|
304
|
-
index?: {
|
|
305
|
-
/** A string specifying the user-friendly title of the search property. This is what users will see when creating search filters and bookmarks. */
|
|
306
|
-
label: string;
|
|
307
|
-
/** A string specifying where to store the data in the search index. Note that this should be a globally unique value in the system. Typically you'd use `{domain}.{path}` and you should prefer English in camel case */
|
|
308
|
-
path: string;
|
|
309
|
-
};
|
|
310
|
-
/** If present, indicates that the user must specify a value for the asset to be treated as valid. */
|
|
311
|
-
required?: boolean;
|
|
312
|
-
oneOf?: unknown[];
|
|
313
|
-
}
|
|
314
|
-
export declare const isPanelProperty: (input: unknown) => input is PanelProperty;
|
|
315
|
-
export declare const assertPanelProperty: (input: unknown) => PanelProperty;
|
|
316
|
-
export declare const randomPanelProperty: () => PanelProperty;
|
|
317
|
-
export declare const assertGuardPanelProperty: __AssertionGuard<PanelProperty>;
|
|
318
|
-
export declare const stringifyPanelProperty: (input: PanelProperty) => string;
|
|
319
|
-
export declare const assertStringifyPanelProperty: (input: unknown) => string;
|
|
320
|
-
export type PanelLayout = string | PanelLayoutDivider | PanelLayoutItem | PanelLayout[];
|
|
321
|
-
export declare const isPanelLayout: (input: unknown) => input is PanelLayout;
|
|
322
|
-
export declare const assertPanelLayout: (input: unknown) => PanelLayout;
|
|
323
|
-
export declare const randomPanelLayout: () => PanelLayout;
|
|
324
|
-
export declare const assertGuardPanelLayout: __AssertionGuard<PanelLayout>;
|
|
325
|
-
export declare const stringifyPanelLayout: (input: PanelLayout) => string;
|
|
326
|
-
export declare const assertStringifyPanelLayout: (input: unknown) => string;
|
|
327
|
-
export interface PanelLayoutItem {
|
|
328
|
-
property: string;
|
|
329
|
-
width?: string | number;
|
|
330
|
-
widget?: LayoutWidget;
|
|
331
|
-
}
|
|
332
|
-
export declare const isPanelLayoutItem: (input: unknown) => input is PanelLayoutItem;
|
|
333
|
-
export declare const assertPanelLayoutItem: (input: unknown) => PanelLayoutItem;
|
|
334
|
-
export declare const randomPanelLayoutItem: () => PanelLayoutItem;
|
|
335
|
-
export declare const assertGuardPanelLayoutItem: __AssertionGuard<PanelLayoutItem>;
|
|
336
|
-
export declare const stringifyPanelLayoutItem: (input: PanelLayoutItem) => string;
|
|
337
|
-
export declare const assertStringifyPanelLayoutItem: (input: unknown) => string;
|
|
338
|
-
export interface PanelLayoutDivider {
|
|
339
|
-
type: "divider";
|
|
340
|
-
title?: string;
|
|
341
|
-
}
|
|
342
|
-
export declare const isPanelLayoutDivider: (input: unknown) => input is PanelLayoutDivider;
|
|
343
|
-
export declare const assertPanelLayoutDivider: (input: unknown) => PanelLayoutDivider;
|
|
344
|
-
export declare const randomPanelLayoutDivider: () => PanelLayoutDivider;
|
|
345
|
-
export declare const assertGuardPanelLayoutDivider: __AssertionGuard<PanelLayoutDivider>;
|
|
346
|
-
export declare const stringifyPanelLayoutDivider: (input: PanelLayoutDivider) => string;
|
|
347
|
-
export declare const assertStringifyPanelLayoutDivider: (input: unknown) => string;
|
|
348
|
-
export type LayoutWidget = WidgetType | WidgetItem;
|
|
349
|
-
export declare const isLayoutWidget: (input: unknown) => input is LayoutWidget;
|
|
350
|
-
export declare const assertLayoutWidget: (input: unknown) => LayoutWidget;
|
|
351
|
-
export declare const randomLayoutWidget: () => LayoutWidget;
|
|
352
|
-
export declare const assertGuardLayoutWidget: __AssertionGuard<LayoutWidget>;
|
|
353
|
-
export declare const stringifyLayoutWidget: (input: LayoutWidget) => string;
|
|
354
|
-
export declare const assertStringifyLayoutWidget: (input: unknown) => string;
|
|
355
|
-
export type WidgetType = "default" | "assetTypes" | "assetTags" | "geopoint" | "poster" | "textarea" | "tags";
|
|
356
|
-
export declare const isWidgetType: (input: unknown) => input is WidgetType;
|
|
357
|
-
export declare const assertWidgetType: (input: unknown) => WidgetType;
|
|
358
|
-
export declare const randomWidgetType: () => WidgetType;
|
|
359
|
-
export declare const assertGuardWidgetType: __AssertionGuard<WidgetType>;
|
|
360
|
-
export declare const stringifyWidgetType: (input: WidgetType) => string;
|
|
361
|
-
export declare const assertStringifyWidgetType: (input: unknown) => string;
|
|
362
|
-
export interface WidgetItem {
|
|
363
|
-
type: WidgetType;
|
|
364
|
-
readOnly?: boolean;
|
|
365
|
-
}
|
|
366
|
-
export declare const isWidgetItem: (input: unknown) => input is WidgetItem;
|
|
367
|
-
export declare const assertWidgetItem: (input: unknown) => WidgetItem;
|
|
368
|
-
export declare const randomWidgetItem: () => WidgetItem;
|
|
369
|
-
export declare const assertGuardWidgetItem: __AssertionGuard<WidgetItem>;
|
|
370
|
-
export declare const stringifyWidgetItem: (input: WidgetItem) => string;
|
|
371
|
-
export declare const assertStringifyWidgetItem: (input: unknown) => string;
|