@proteos/sdk 0.46.0 → 0.47.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-Y4CEHIRX.js → chunk-5KEJKXO5.js} +38 -15
- package/dist/chunk-5KEJKXO5.js.map +1 -0
- package/dist/{chunk-F5DHWOGW.cjs → chunk-Z7LC3GGU.cjs} +38 -15
- package/dist/chunk-Z7LC3GGU.cjs.map +1 -0
- package/dist/index.cjs +105 -97
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +18 -9
- package/dist/index.d.ts +18 -9
- package/dist/index.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +57 -57
- 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-D1PRIsSO.d.cts → types-oECz4xTQ.d.cts} +210 -56
- package/dist/{types-D1PRIsSO.d.ts → types-oECz4xTQ.d.ts} +210 -56
- package/package.json +1 -1
- package/src/functions/actions.ts +29 -0
- package/src/functions/types.ts +6 -4
- package/src/meta/layout/control-registry.json +4 -2
- package/src/meta/layout/elements.ts +86 -0
- package/src/meta/layout/index.ts +2 -0
- package/src/meta/types.ts +85 -39
- package/dist/chunk-F5DHWOGW.cjs.map +0 -1
- package/dist/chunk-Y4CEHIRX.js.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,232 +1,232 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZ7LC3GGU_cjs = require('../chunk-Z7LC3GGU.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "AppSchema", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkZ7LC3GGU_cjs.AppSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkZ7LC3GGU_cjs.AttributeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkZ7LC3GGU_cjs.BUILT_IN_CONTROLS; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "CURRENT_USER_DEFAULT", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkZ7LC3GGU_cjs.CURRENT_USER_DEFAULT; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkZ7LC3GGU_cjs.ColumnSchema; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkZ7LC3GGU_cjs.ComponentSchema; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkZ7LC3GGU_cjs.CurrencyAttributeMetaSchema; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkZ7LC3GGU_cjs.DesignReferenceSchema; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "EntitySchema", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkZ7LC3GGU_cjs.EntitySchema; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkZ7LC3GGU_cjs.EntityWithSchemaSchema; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkZ7LC3GGU_cjs.FileAttributeMetaSchema; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkZ7LC3GGU_cjs.FilterElementSchema; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkZ7LC3GGU_cjs.FilterGroupSchema; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkZ7LC3GGU_cjs.LayoutElementSchema; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkZ7LC3GGU_cjs.LayoutElementType; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ListSchema", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkZ7LC3GGU_cjs.ListSchema; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkZ7LC3GGU_cjs.ListViewSchema; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkZ7LC3GGU_cjs.MenuConfigurationSchema; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkZ7LC3GGU_cjs.MenuItemSchema; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "MenuItemType", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkZ7LC3GGU_cjs.MenuItemType; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "MetaClient", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkZ7LC3GGU_cjs.MetaClient; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkZ7LC3GGU_cjs.ModuleSchema; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkZ7LC3GGU_cjs.OnDeleteActionSchema; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkZ7LC3GGU_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkZ7LC3GGU_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkZ7LC3GGU_cjs.PageActionSchema; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkZ7LC3GGU_cjs.PageLayoutSchema; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkZ7LC3GGU_cjs.PageLayoutSidePanelSchema; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "PageSchema", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkZ7LC3GGU_cjs.PageSchema; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "PageStyleSchema", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkZ7LC3GGU_cjs.PageStyleSchema; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkZ7LC3GGU_cjs.RelationAttributeMetaSchema; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkZ7LC3GGU_cjs.SizeValueSchema; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkZ7LC3GGU_cjs.SortConfigSchema; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkZ7LC3GGU_cjs.UserAttributeMetaSchema; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "VariableSchema", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkZ7LC3GGU_cjs.VariableSchema; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "acceptsCurrentUserDefault", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkZ7LC3GGU_cjs.acceptsCurrentUserDefault; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkZ7LC3GGU_cjs.allCurrencyCodes; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "currencyLabel", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkZ7LC3GGU_cjs.currencyLabel; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "currencySymbol", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkZ7LC3GGU_cjs.currencySymbol; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkZ7LC3GGU_cjs.currencySymbolSide; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "formatAmount", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkZ7LC3GGU_cjs.formatAmount; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "formatMoney", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkZ7LC3GGU_cjs.formatMoney; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkZ7LC3GGU_cjs.isBuiltInControl; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "isCurrentUserDefault", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkZ7LC3GGU_cjs.isCurrentUserDefault; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkZ7LC3GGU_cjs.isPlatformAttributeName; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkZ7LC3GGU_cjs.localeNumberSeparators; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkZ7LC3GGU_cjs.lookupCompatibleControls; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "lookupControls", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkZ7LC3GGU_cjs.lookupControls; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkZ7LC3GGU_cjs.lookupPrimaryControl; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "parseAmount", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkZ7LC3GGU_cjs.parseAmount; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
208
208
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkZ7LC3GGU_cjs.parseCurrencyMeta; }
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
212
212
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkZ7LC3GGU_cjs.parseFileMeta; }
|
|
214
214
|
});
|
|
215
215
|
Object.defineProperty(exports, "parsePrincipalMeta", {
|
|
216
216
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkZ7LC3GGU_cjs.parsePrincipalMeta; }
|
|
218
218
|
});
|
|
219
219
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
220
220
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkZ7LC3GGU_cjs.parseRelationMeta; }
|
|
222
222
|
});
|
|
223
223
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
224
224
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkZ7LC3GGU_cjs.parseUserMeta; }
|
|
226
226
|
});
|
|
227
227
|
Object.defineProperty(exports, "platformAttributes", {
|
|
228
228
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkZ7LC3GGU_cjs.platformAttributes; }
|
|
230
230
|
});
|
|
231
231
|
//# sourceMappingURL=index.cjs.map
|
|
232
232
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, 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 MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus,
|
|
1
|
+
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, bS as ListElement, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, 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 MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus, bT as NumberAttributeMeta, bU as ObjectAttributeMeta, aD as OnDeleteAction, aE as OnDeleteActionSchema, bV as PAGE_BACKGROUND_TOKENS, aF as PLATFORM_ATTRIBUTE_NAMES, aH as Page, aI as PageAction, aJ as PageActionKind, aK as PageActionSchema, bW as PageBackgroundToken, aL as PageLayout, aM as PageLayoutSchema, bX as PageLayoutSidePanel, bY as PageLayoutSidePanelSchema, aN as PageSchema, aO as PageService, bZ as PageStyle, b_ as PageStyleSchema, aP as PageType, b$ as PrincipalAttributeMeta, d as PrincipalRef, c0 as PrincipalType, e as PublicAccessOperation, aQ as PublicPageComponent, aR as PublicPageResponse, c1 as RecordFilterElement, c2 as RelatedListElement, c3 as RelatedRecordElement, aS as RelationAttributeMeta, aT as RelationAttributeMetaSchema, c4 as ResponsiveSizing, c5 as RowElement, c6 as SectionElement, c7 as SizeValue, c8 as SizeValueSchema, c9 as SizingProps, aY as SortConfig, aZ as SortConfigSchema, a_ as SortDirection, ca as StringAttributeMeta, cb as StringFormat, cc as TabsElement, cd as TextElement, ce as TextVariant, b1 as UpdateAppRequest, b2 as UpdateComponentRequest, b3 as UpdateDesignReferenceRequest, b4 as UpdateEntityRequest, b5 as UpdateListRequest, b6 as UpdateListViewRequest, b7 as UpdateMenuConfigurationRequest, b8 as UpdatePageRequest, b9 as UpdateVariableRequest, cf as UserAttributeMeta, cg as UserAttributeMetaSchema, bc as Variable, bd as VariableSchema, be as VariableService, bf as acceptsCurrentUserDefault, bg as allCurrencyCodes, bj as currencyLabel, bk as currencySymbol, bl as currencySymbolSide, bm as formatAmount, bn as formatMoney, ch as isBuiltInControl, bo as isCurrentUserDefault, bp as isPlatformAttributeName, bq as localeNumberSeparators, ci as lookupCompatibleControls, cj as lookupControls, ck as lookupPrimaryControl, br as parseAmount, bs as parseCurrencyMeta, bt as parseFileMeta, cl as parsePrincipalMeta, bu as parseRelationMeta, cm as parseUserMeta, bv as platformAttributes } from '../types-oECz4xTQ.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, 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 MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus,
|
|
1
|
+
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, bS as ListElement, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, 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 MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus, bT as NumberAttributeMeta, bU as ObjectAttributeMeta, aD as OnDeleteAction, aE as OnDeleteActionSchema, bV as PAGE_BACKGROUND_TOKENS, aF as PLATFORM_ATTRIBUTE_NAMES, aH as Page, aI as PageAction, aJ as PageActionKind, aK as PageActionSchema, bW as PageBackgroundToken, aL as PageLayout, aM as PageLayoutSchema, bX as PageLayoutSidePanel, bY as PageLayoutSidePanelSchema, aN as PageSchema, aO as PageService, bZ as PageStyle, b_ as PageStyleSchema, aP as PageType, b$ as PrincipalAttributeMeta, d as PrincipalRef, c0 as PrincipalType, e as PublicAccessOperation, aQ as PublicPageComponent, aR as PublicPageResponse, c1 as RecordFilterElement, c2 as RelatedListElement, c3 as RelatedRecordElement, aS as RelationAttributeMeta, aT as RelationAttributeMetaSchema, c4 as ResponsiveSizing, c5 as RowElement, c6 as SectionElement, c7 as SizeValue, c8 as SizeValueSchema, c9 as SizingProps, aY as SortConfig, aZ as SortConfigSchema, a_ as SortDirection, ca as StringAttributeMeta, cb as StringFormat, cc as TabsElement, cd as TextElement, ce as TextVariant, b1 as UpdateAppRequest, b2 as UpdateComponentRequest, b3 as UpdateDesignReferenceRequest, b4 as UpdateEntityRequest, b5 as UpdateListRequest, b6 as UpdateListViewRequest, b7 as UpdateMenuConfigurationRequest, b8 as UpdatePageRequest, b9 as UpdateVariableRequest, cf as UserAttributeMeta, cg as UserAttributeMetaSchema, bc as Variable, bd as VariableSchema, be as VariableService, bf as acceptsCurrentUserDefault, bg as allCurrencyCodes, bj as currencyLabel, bk as currencySymbol, bl as currencySymbolSide, bm as formatAmount, bn as formatMoney, ch as isBuiltInControl, bo as isCurrentUserDefault, bp as isPlatformAttributeName, bq as localeNumberSeparators, ci as lookupCompatibleControls, cj as lookupControls, ck as lookupPrimaryControl, br as parseAmount, bs as parseCurrencyMeta, bt as parseFileMeta, cl as parsePrincipalMeta, bu as parseRelationMeta, cm as parseUserMeta, bv as platformAttributes } from '../types-oECz4xTQ.js';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { 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 { 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-5KEJKXO5.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|