@proteos/sdk 0.51.1 → 0.52.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/{chunk-IRFFXJMB.js → chunk-VKS2VX24.js} +289 -16
- package/dist/chunk-VKS2VX24.js.map +1 -0
- package/dist/{chunk-RKFXHDVU.cjs → chunk-WEEC4REL.cjs} +301 -15
- package/dist/chunk-WEEC4REL.cjs.map +1 -0
- package/dist/index.cjs +162 -102
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +107 -8
- package/dist/index.d.ts +107 -8
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +111 -59
- package/dist/meta/index.d.cts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/dist/meta/index.js +1 -1
- package/dist/{types-C9flkAj-.d.cts → types-DHhuGDpV.d.cts} +1200 -75
- package/dist/{types-C9flkAj-.d.ts → types-DHhuGDpV.d.ts} +1200 -75
- package/package.json +1 -1
- package/src/conversation/index.ts +39 -0
- package/src/conversation/types.ts +72 -1
- package/src/index.ts +41 -0
- package/src/meta/entity-extensions.ts +98 -0
- package/src/meta/index.ts +76 -0
- package/src/meta/layout/common-props.ts +8 -0
- package/src/meta/layout/elements.ts +15 -10
- package/src/meta/layout/index.ts +1 -0
- package/src/meta/list-extensions.ts +98 -0
- package/src/meta/menu-configuration-extensions.ts +132 -0
- package/src/meta/page-extensions.ts +98 -0
- package/src/meta/types.ts +398 -0
- package/dist/chunk-IRFFXJMB.js.map +0 -1
- package/dist/chunk-RKFXHDVU.cjs.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,240 +1,292 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkWEEC4REL_cjs = require('../chunk-WEEC4REL.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "AppConfigurationSchema", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkWEEC4REL_cjs.AppConfigurationSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AppHomeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkWEEC4REL_cjs.AppHomeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "AppSchema", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkWEEC4REL_cjs.AppSchema; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkWEEC4REL_cjs.AttributeSchema; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkWEEC4REL_cjs.BUILT_IN_CONTROLS; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CURRENT_USER_DEFAULT", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkWEEC4REL_cjs.CURRENT_USER_DEFAULT; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkWEEC4REL_cjs.ColumnSchema; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkWEEC4REL_cjs.ComponentSchema; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkWEEC4REL_cjs.CurrencyAttributeMetaSchema; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkWEEC4REL_cjs.DesignReferenceSchema; }
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(exports, "EntityExtensionSchema", {
|
|
48
|
+
enumerable: true,
|
|
49
|
+
get: function () { return chunkWEEC4REL_cjs.EntityExtensionSchema; }
|
|
46
50
|
});
|
|
47
51
|
Object.defineProperty(exports, "EntitySchema", {
|
|
48
52
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkWEEC4REL_cjs.EntitySchema; }
|
|
50
54
|
});
|
|
51
55
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
52
56
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkWEEC4REL_cjs.EntityWithSchemaSchema; }
|
|
58
|
+
});
|
|
59
|
+
Object.defineProperty(exports, "ExtensionPositionSchema", {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function () { return chunkWEEC4REL_cjs.ExtensionPositionSchema; }
|
|
54
62
|
});
|
|
55
63
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
56
64
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkWEEC4REL_cjs.FileAttributeMetaSchema; }
|
|
58
66
|
});
|
|
59
67
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
60
68
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkWEEC4REL_cjs.FilterElementSchema; }
|
|
62
70
|
});
|
|
63
71
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
64
72
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkWEEC4REL_cjs.FilterGroupSchema; }
|
|
66
74
|
});
|
|
67
75
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
68
76
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkWEEC4REL_cjs.LayoutElementSchema; }
|
|
70
78
|
});
|
|
71
79
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
72
80
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkWEEC4REL_cjs.LayoutElementType; }
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(exports, "LayoutTabSchema", {
|
|
84
|
+
enumerable: true,
|
|
85
|
+
get: function () { return chunkWEEC4REL_cjs.LayoutTabSchema; }
|
|
86
|
+
});
|
|
87
|
+
Object.defineProperty(exports, "ListExtensionColumnPlacementSchema", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return chunkWEEC4REL_cjs.ListExtensionColumnPlacementSchema; }
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(exports, "ListExtensionSchema", {
|
|
92
|
+
enumerable: true,
|
|
93
|
+
get: function () { return chunkWEEC4REL_cjs.ListExtensionSchema; }
|
|
74
94
|
});
|
|
75
95
|
Object.defineProperty(exports, "ListSchema", {
|
|
76
96
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkWEEC4REL_cjs.ListSchema; }
|
|
78
98
|
});
|
|
79
99
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
80
100
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkWEEC4REL_cjs.ListViewSchema; }
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () { return chunkWEEC4REL_cjs.MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS; }
|
|
106
|
+
});
|
|
107
|
+
Object.defineProperty(exports, "MenuConfigurationExtensionPlacementSchema", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function () { return chunkWEEC4REL_cjs.MenuConfigurationExtensionPlacementSchema; }
|
|
110
|
+
});
|
|
111
|
+
Object.defineProperty(exports, "MenuConfigurationExtensionPositionSchema", {
|
|
112
|
+
enumerable: true,
|
|
113
|
+
get: function () { return chunkWEEC4REL_cjs.MenuConfigurationExtensionPositionSchema; }
|
|
114
|
+
});
|
|
115
|
+
Object.defineProperty(exports, "MenuConfigurationExtensionSchema", {
|
|
116
|
+
enumerable: true,
|
|
117
|
+
get: function () { return chunkWEEC4REL_cjs.MenuConfigurationExtensionSchema; }
|
|
82
118
|
});
|
|
83
119
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
84
120
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkWEEC4REL_cjs.MenuConfigurationSchema; }
|
|
86
122
|
});
|
|
87
123
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
88
124
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkWEEC4REL_cjs.MenuItemSchema; }
|
|
90
126
|
});
|
|
91
127
|
Object.defineProperty(exports, "MenuItemType", {
|
|
92
128
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkWEEC4REL_cjs.MenuItemType; }
|
|
94
130
|
});
|
|
95
131
|
Object.defineProperty(exports, "MetaClient", {
|
|
96
132
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkWEEC4REL_cjs.MetaClient; }
|
|
98
134
|
});
|
|
99
135
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
100
136
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkWEEC4REL_cjs.ModuleSchema; }
|
|
102
138
|
});
|
|
103
139
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
104
140
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkWEEC4REL_cjs.OnDeleteActionSchema; }
|
|
106
142
|
});
|
|
107
143
|
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
108
144
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkWEEC4REL_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
146
|
+
});
|
|
147
|
+
Object.defineProperty(exports, "PAGE_EXTENSION_ANCHOR_MAIN", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () { return chunkWEEC4REL_cjs.PAGE_EXTENSION_ANCHOR_MAIN; }
|
|
150
|
+
});
|
|
151
|
+
Object.defineProperty(exports, "PAGE_EXTENSION_ANCHOR_SIDE_PANEL", {
|
|
152
|
+
enumerable: true,
|
|
153
|
+
get: function () { return chunkWEEC4REL_cjs.PAGE_EXTENSION_ANCHOR_SIDE_PANEL; }
|
|
110
154
|
});
|
|
111
155
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
112
156
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkWEEC4REL_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
114
158
|
});
|
|
115
159
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
116
160
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkWEEC4REL_cjs.PageActionSchema; }
|
|
162
|
+
});
|
|
163
|
+
Object.defineProperty(exports, "PageExtensionPlacementSchema", {
|
|
164
|
+
enumerable: true,
|
|
165
|
+
get: function () { return chunkWEEC4REL_cjs.PageExtensionPlacementSchema; }
|
|
166
|
+
});
|
|
167
|
+
Object.defineProperty(exports, "PageExtensionSchema", {
|
|
168
|
+
enumerable: true,
|
|
169
|
+
get: function () { return chunkWEEC4REL_cjs.PageExtensionSchema; }
|
|
118
170
|
});
|
|
119
171
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
120
172
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkWEEC4REL_cjs.PageLayoutSchema; }
|
|
122
174
|
});
|
|
123
175
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
124
176
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkWEEC4REL_cjs.PageLayoutSidePanelSchema; }
|
|
126
178
|
});
|
|
127
179
|
Object.defineProperty(exports, "PageSchema", {
|
|
128
180
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkWEEC4REL_cjs.PageSchema; }
|
|
130
182
|
});
|
|
131
183
|
Object.defineProperty(exports, "PageStyleSchema", {
|
|
132
184
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkWEEC4REL_cjs.PageStyleSchema; }
|
|
134
186
|
});
|
|
135
187
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
136
188
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkWEEC4REL_cjs.RelationAttributeMetaSchema; }
|
|
138
190
|
});
|
|
139
191
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
140
192
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkWEEC4REL_cjs.SizeValueSchema; }
|
|
142
194
|
});
|
|
143
195
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
144
196
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkWEEC4REL_cjs.SortConfigSchema; }
|
|
146
198
|
});
|
|
147
199
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
148
200
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkWEEC4REL_cjs.UserAttributeMetaSchema; }
|
|
150
202
|
});
|
|
151
203
|
Object.defineProperty(exports, "VariableSchema", {
|
|
152
204
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkWEEC4REL_cjs.VariableSchema; }
|
|
154
206
|
});
|
|
155
207
|
Object.defineProperty(exports, "acceptsCurrentUserDefault", {
|
|
156
208
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkWEEC4REL_cjs.acceptsCurrentUserDefault; }
|
|
158
210
|
});
|
|
159
211
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
160
212
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkWEEC4REL_cjs.allCurrencyCodes; }
|
|
162
214
|
});
|
|
163
215
|
Object.defineProperty(exports, "currencyLabel", {
|
|
164
216
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkWEEC4REL_cjs.currencyLabel; }
|
|
166
218
|
});
|
|
167
219
|
Object.defineProperty(exports, "currencySymbol", {
|
|
168
220
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkWEEC4REL_cjs.currencySymbol; }
|
|
170
222
|
});
|
|
171
223
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
172
224
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkWEEC4REL_cjs.currencySymbolSide; }
|
|
174
226
|
});
|
|
175
227
|
Object.defineProperty(exports, "formatAmount", {
|
|
176
228
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkWEEC4REL_cjs.formatAmount; }
|
|
178
230
|
});
|
|
179
231
|
Object.defineProperty(exports, "formatMoney", {
|
|
180
232
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkWEEC4REL_cjs.formatMoney; }
|
|
182
234
|
});
|
|
183
235
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
184
236
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkWEEC4REL_cjs.isBuiltInControl; }
|
|
186
238
|
});
|
|
187
239
|
Object.defineProperty(exports, "isCurrentUserDefault", {
|
|
188
240
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkWEEC4REL_cjs.isCurrentUserDefault; }
|
|
190
242
|
});
|
|
191
243
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
192
244
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkWEEC4REL_cjs.isPlatformAttributeName; }
|
|
194
246
|
});
|
|
195
247
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
196
248
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkWEEC4REL_cjs.localeNumberSeparators; }
|
|
198
250
|
});
|
|
199
251
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
200
252
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkWEEC4REL_cjs.lookupCompatibleControls; }
|
|
202
254
|
});
|
|
203
255
|
Object.defineProperty(exports, "lookupControls", {
|
|
204
256
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkWEEC4REL_cjs.lookupControls; }
|
|
206
258
|
});
|
|
207
259
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
208
260
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkWEEC4REL_cjs.lookupPrimaryControl; }
|
|
210
262
|
});
|
|
211
263
|
Object.defineProperty(exports, "parseAmount", {
|
|
212
264
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkWEEC4REL_cjs.parseAmount; }
|
|
214
266
|
});
|
|
215
267
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
216
268
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkWEEC4REL_cjs.parseCurrencyMeta; }
|
|
218
270
|
});
|
|
219
271
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
220
272
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkWEEC4REL_cjs.parseFileMeta; }
|
|
222
274
|
});
|
|
223
275
|
Object.defineProperty(exports, "parsePrincipalMeta", {
|
|
224
276
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkWEEC4REL_cjs.parsePrincipalMeta; }
|
|
226
278
|
});
|
|
227
279
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
228
280
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkWEEC4REL_cjs.parseRelationMeta; }
|
|
230
282
|
});
|
|
231
283
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
232
284
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkWEEC4REL_cjs.parseUserMeta; }
|
|
234
286
|
});
|
|
235
287
|
Object.defineProperty(exports, "platformAttributes", {
|
|
236
288
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkWEEC4REL_cjs.platformAttributes; }
|
|
238
290
|
});
|
|
239
291
|
//# sourceMappingURL=index.cjs.map
|
|
240
292
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule,
|
|
1
|
+
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule, cf as AttributeForLookup, cg as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, ch as BUILT_IN_CONTROLS, ci as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, cj as CardElement, v as Column, ck as ColumnElement, w as ColumnSchema, cl as CommonProps, x as ComparisonOperator, y as Component, cm as ComponentElement, z as ComponentSchema, B as ComponentService, cn as ControlBucket, D as CreateAppConfigurationRequest, E as CreateAppRequest, G as CreateComponentRequest, H as CreateDesignReferenceRequest, I as CreateEntityExtensionRequest, J as CreateEntityRequest, K as CreateListExtensionRequest, M as CreateListRequest, N as CreateListViewRequest, O as CreateMenuConfigurationExtensionRequest, Q as CreateMenuConfigurationRequest, R as CreatePageExtensionRequest, S as CreatePageRequest, T as CreateVariableRequest, V as CurrencyAttributeMeta, W as CurrencyAttributeMetaSchema, X as CurrencySymbolSide, Y as CurrencyValue, Z as CurrentUserDefault, co as DatetimeAttributeMeta, cp as DatetimeFormat, a1 as DeployModuleRequest, a2 as DesignReference, a3 as DesignReferenceContent, a4 as DesignReferenceSchema, a5 as DesignReferenceService, cq as DividerElement, a7 as Entity, a8 as EntityExtension, a9 as EntityExtensionSchema, aa as EntityExtensionService, ab as EntitySchema, ac as EntityService, ad as EntityWithSchema, ae as EntityWithSchemaSchema, af as EnumAttributeMeta, ag as EnumValue, ah as ExtensionPosition, ai as ExtensionPositionSchema, cr as FieldElement, aj as FileAttributeMeta, cs as FileAttributeMetaSchema, al as FilterElement, am as FilterElementSchema, an as FilterGroup, ao as FilterGroupSchema, ct as LayoutAlign, cu as LayoutElement, cv as LayoutElementSchema, cw as LayoutElementType, cx as LayoutGap, cy as LayoutJustify, cz as LayoutTab, cA as LayoutTabSchema, ap as List, aq as ListAppConfigurationsOptions, ar as ListAppsOptions, as as ListComponentsOptions, at as ListDesignReferencesOptions, cB as ListElement, au as ListEntitiesOptions, av as ListEntityExtensionsOptions, aw as ListExtension, ax as ListExtensionColumnPlacement, ay as ListExtensionColumnPlacementSchema, az as ListExtensionSchema, aA as ListExtensionService, aC as ListListExtensionsOptions, aD as ListListViewsOptions, aE as ListListsOptions, aF as ListMenuConfigurationExtensionsOptions, aG as ListMenuConfigurationsOptions, aH as ListModulesOptions, aI as ListPageExtensionsOptions, aJ as ListPagesOptions, aK as ListSchema, aL as ListService, aM as ListVariablesOptions, aN as ListView, aO as ListViewSchema, aP as ListViewService, aQ as LogicalOperator, aR as MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, aS as MenuConfiguration, aT as MenuConfigurationExtension, aU as MenuConfigurationExtensionPlacement, aV as MenuConfigurationExtensionPlacementSchema, aW as MenuConfigurationExtensionPosition, aX as MenuConfigurationExtensionPositionSchema, aY as MenuConfigurationExtensionSchema, aZ as MenuConfigurationExtensionService, a_ as MenuConfigurationSchema, a$ as MenuConfigurationService, b0 as MenuItem, b1 as MenuItemSchema, b2 as MenuItemType, b3 as MetaClient, b4 as MetaListOptions, b5 as Module, b6 as ModuleSchema, b7 as ModuleService, b8 as ModuleStatus, cC as NumberAttributeMeta, cD as ObjectAttributeMeta, b9 as OnDeleteAction, ba as OnDeleteActionSchema, cE as PAGE_BACKGROUND_TOKENS, bb as PAGE_EXTENSION_ANCHOR_MAIN, bc as PAGE_EXTENSION_ANCHOR_SIDE_PANEL, bd as PLATFORM_ATTRIBUTE_NAMES, bf as Page, bg as PageAction, bh as PageActionKind, bi as PageActionSchema, cF as PageBackgroundToken, bj as PageExtension, bk as PageExtensionPlacement, bl as PageExtensionPlacementSchema, bm as PageExtensionSchema, bn as PageExtensionService, bo as PageLayout, bp as PageLayoutSchema, cG as PageLayoutSidePanel, cH as PageLayoutSidePanelSchema, bq as PageSchema, br as PageService, cI as PageStyle, cJ as PageStyleSchema, bs as PageType, cK as PrincipalAttributeMeta, d as PrincipalRef, cL as PrincipalType, e as PublicAccessOperation, bt as PublicPageComponent, bu as PublicPageResponse, cM as RecordFilterElement, cN as RelatedListElement, cO as RelatedRecordElement, bv as RelationAttributeMeta, bw as RelationAttributeMetaSchema, cP as ResponsiveSizing, cQ as RowElement, cR as SectionElement, cS as SizeValue, cT as SizeValueSchema, cU as SizingProps, bB as SortConfig, bC as SortConfigSchema, bD as SortDirection, cV as StringAttributeMeta, cW as StringFormat, cX as TabsElement, cY as TextElement, cZ as TextVariant, bG as UpdateAppConfigurationRequest, bH as UpdateAppRequest, bI as UpdateComponentRequest, bJ as UpdateDesignReferenceRequest, bK as UpdateEntityExtensionRequest, bL as UpdateEntityRequest, bM as UpdateListExtensionRequest, bN as UpdateListRequest, bO as UpdateListViewRequest, bP as UpdateMenuConfigurationExtensionRequest, bQ as UpdateMenuConfigurationRequest, bR as UpdatePageExtensionRequest, bS as UpdatePageRequest, bT as UpdateVariableRequest, c_ as UserAttributeMeta, c$ as UserAttributeMetaSchema, bW as Variable, bX as VariableSchema, bY as VariableService, d0 as WorkflowTriggerElement, bZ as acceptsCurrentUserDefault, b_ as allCurrencyCodes, c1 as currencyLabel, c2 as currencySymbol, c3 as currencySymbolSide, c4 as formatAmount, c5 as formatMoney, d1 as isBuiltInControl, c6 as isCurrentUserDefault, c7 as isPlatformAttributeName, c8 as localeNumberSeparators, d2 as lookupCompatibleControls, d3 as lookupControls, d4 as lookupPrimaryControl, c9 as parseAmount, ca as parseCurrencyMeta, cb as parseFileMeta, d5 as parsePrincipalMeta, cc as parseRelationMeta, d6 as parseUserMeta, cd as platformAttributes } from '../types-DHhuGDpV.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule,
|
|
1
|
+
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule, cf as AttributeForLookup, cg as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, ch as BUILT_IN_CONTROLS, ci as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, cj as CardElement, v as Column, ck as ColumnElement, w as ColumnSchema, cl as CommonProps, x as ComparisonOperator, y as Component, cm as ComponentElement, z as ComponentSchema, B as ComponentService, cn as ControlBucket, D as CreateAppConfigurationRequest, E as CreateAppRequest, G as CreateComponentRequest, H as CreateDesignReferenceRequest, I as CreateEntityExtensionRequest, J as CreateEntityRequest, K as CreateListExtensionRequest, M as CreateListRequest, N as CreateListViewRequest, O as CreateMenuConfigurationExtensionRequest, Q as CreateMenuConfigurationRequest, R as CreatePageExtensionRequest, S as CreatePageRequest, T as CreateVariableRequest, V as CurrencyAttributeMeta, W as CurrencyAttributeMetaSchema, X as CurrencySymbolSide, Y as CurrencyValue, Z as CurrentUserDefault, co as DatetimeAttributeMeta, cp as DatetimeFormat, a1 as DeployModuleRequest, a2 as DesignReference, a3 as DesignReferenceContent, a4 as DesignReferenceSchema, a5 as DesignReferenceService, cq as DividerElement, a7 as Entity, a8 as EntityExtension, a9 as EntityExtensionSchema, aa as EntityExtensionService, ab as EntitySchema, ac as EntityService, ad as EntityWithSchema, ae as EntityWithSchemaSchema, af as EnumAttributeMeta, ag as EnumValue, ah as ExtensionPosition, ai as ExtensionPositionSchema, cr as FieldElement, aj as FileAttributeMeta, cs as FileAttributeMetaSchema, al as FilterElement, am as FilterElementSchema, an as FilterGroup, ao as FilterGroupSchema, ct as LayoutAlign, cu as LayoutElement, cv as LayoutElementSchema, cw as LayoutElementType, cx as LayoutGap, cy as LayoutJustify, cz as LayoutTab, cA as LayoutTabSchema, ap as List, aq as ListAppConfigurationsOptions, ar as ListAppsOptions, as as ListComponentsOptions, at as ListDesignReferencesOptions, cB as ListElement, au as ListEntitiesOptions, av as ListEntityExtensionsOptions, aw as ListExtension, ax as ListExtensionColumnPlacement, ay as ListExtensionColumnPlacementSchema, az as ListExtensionSchema, aA as ListExtensionService, aC as ListListExtensionsOptions, aD as ListListViewsOptions, aE as ListListsOptions, aF as ListMenuConfigurationExtensionsOptions, aG as ListMenuConfigurationsOptions, aH as ListModulesOptions, aI as ListPageExtensionsOptions, aJ as ListPagesOptions, aK as ListSchema, aL as ListService, aM as ListVariablesOptions, aN as ListView, aO as ListViewSchema, aP as ListViewService, aQ as LogicalOperator, aR as MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, aS as MenuConfiguration, aT as MenuConfigurationExtension, aU as MenuConfigurationExtensionPlacement, aV as MenuConfigurationExtensionPlacementSchema, aW as MenuConfigurationExtensionPosition, aX as MenuConfigurationExtensionPositionSchema, aY as MenuConfigurationExtensionSchema, aZ as MenuConfigurationExtensionService, a_ as MenuConfigurationSchema, a$ as MenuConfigurationService, b0 as MenuItem, b1 as MenuItemSchema, b2 as MenuItemType, b3 as MetaClient, b4 as MetaListOptions, b5 as Module, b6 as ModuleSchema, b7 as ModuleService, b8 as ModuleStatus, cC as NumberAttributeMeta, cD as ObjectAttributeMeta, b9 as OnDeleteAction, ba as OnDeleteActionSchema, cE as PAGE_BACKGROUND_TOKENS, bb as PAGE_EXTENSION_ANCHOR_MAIN, bc as PAGE_EXTENSION_ANCHOR_SIDE_PANEL, bd as PLATFORM_ATTRIBUTE_NAMES, bf as Page, bg as PageAction, bh as PageActionKind, bi as PageActionSchema, cF as PageBackgroundToken, bj as PageExtension, bk as PageExtensionPlacement, bl as PageExtensionPlacementSchema, bm as PageExtensionSchema, bn as PageExtensionService, bo as PageLayout, bp as PageLayoutSchema, cG as PageLayoutSidePanel, cH as PageLayoutSidePanelSchema, bq as PageSchema, br as PageService, cI as PageStyle, cJ as PageStyleSchema, bs as PageType, cK as PrincipalAttributeMeta, d as PrincipalRef, cL as PrincipalType, e as PublicAccessOperation, bt as PublicPageComponent, bu as PublicPageResponse, cM as RecordFilterElement, cN as RelatedListElement, cO as RelatedRecordElement, bv as RelationAttributeMeta, bw as RelationAttributeMetaSchema, cP as ResponsiveSizing, cQ as RowElement, cR as SectionElement, cS as SizeValue, cT as SizeValueSchema, cU as SizingProps, bB as SortConfig, bC as SortConfigSchema, bD as SortDirection, cV as StringAttributeMeta, cW as StringFormat, cX as TabsElement, cY as TextElement, cZ as TextVariant, bG as UpdateAppConfigurationRequest, bH as UpdateAppRequest, bI as UpdateComponentRequest, bJ as UpdateDesignReferenceRequest, bK as UpdateEntityExtensionRequest, bL as UpdateEntityRequest, bM as UpdateListExtensionRequest, bN as UpdateListRequest, bO as UpdateListViewRequest, bP as UpdateMenuConfigurationExtensionRequest, bQ as UpdateMenuConfigurationRequest, bR as UpdatePageExtensionRequest, bS as UpdatePageRequest, bT as UpdateVariableRequest, c_ as UserAttributeMeta, c$ as UserAttributeMetaSchema, bW as Variable, bX as VariableSchema, bY as VariableService, d0 as WorkflowTriggerElement, bZ as acceptsCurrentUserDefault, b_ as allCurrencyCodes, c1 as currencyLabel, c2 as currencySymbol, c3 as currencySymbolSide, c4 as formatAmount, c5 as formatMoney, d1 as isBuiltInControl, c6 as isCurrentUserDefault, c7 as isPlatformAttributeName, c8 as localeNumberSeparators, d2 as lookupCompatibleControls, d3 as lookupControls, d4 as lookupPrimaryControl, c9 as parseAmount, ca as parseCurrencyMeta, cb as parseFileMeta, d5 as parsePrincipalMeta, cc as parseRelationMeta, d6 as parseUserMeta, cd as platformAttributes } from '../types-DHhuGDpV.js';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AppConfigurationSchema, AppHomeSchema, AppSchema, AttributeSchema, BUILT_IN_CONTROLS, CURRENT_USER_DEFAULT, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntitySchema, EntityWithSchemaSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PAGE_BACKGROUND_TOKENS, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, acceptsCurrentUserDefault, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isCurrentUserDefault, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parsePrincipalMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-
|
|
1
|
+
export { AppConfigurationSchema, AppHomeSchema, AppSchema, AttributeSchema, BUILT_IN_CONTROLS, CURRENT_USER_DEFAULT, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntityExtensionSchema, EntitySchema, EntityWithSchemaSchema, ExtensionPositionSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, LayoutTabSchema, ListExtensionColumnPlacementSchema, ListExtensionSchema, ListSchema, ListViewSchema, MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, MenuConfigurationExtensionPlacementSchema, MenuConfigurationExtensionPositionSchema, MenuConfigurationExtensionSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PAGE_BACKGROUND_TOKENS, PAGE_EXTENSION_ANCHOR_MAIN, PAGE_EXTENSION_ANCHOR_SIDE_PANEL, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageExtensionPlacementSchema, PageExtensionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, acceptsCurrentUserDefault, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isCurrentUserDefault, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parsePrincipalMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-VKS2VX24.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|