@proteos/sdk 0.22.0 → 0.23.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-OOAHNKPP.js → chunk-NYIHV7ET.js} +29 -4
- package/dist/chunk-NYIHV7ET.js.map +1 -0
- package/dist/{chunk-V5X4QWIO.cjs → chunk-V3U7U3IX.cjs} +30 -3
- package/dist/chunk-V3U7U3IX.cjs.map +1 -0
- package/dist/index.cjs +84 -84
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/meta/index.cjs +59 -51
- 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-DT29DVEj.d.cts → types-B0LqBATf.d.cts} +111 -1
- package/dist/{types-DT29DVEj.d.ts → types-B0LqBATf.d.ts} +111 -1
- package/package.json +1 -1
- package/src/meta/layout/index.ts +4 -0
- package/src/meta/layout/page-layout.ts +54 -0
- package/dist/chunk-OOAHNKPP.js.map +0 -1
- package/dist/chunk-V5X4QWIO.cjs.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,208 +1,216 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkV3U7U3IX_cjs = require('../chunk-V3U7U3IX.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 chunkV3U7U3IX_cjs.AppSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkV3U7U3IX_cjs.AttributeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkV3U7U3IX_cjs.BUILT_IN_CONTROLS; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkV3U7U3IX_cjs.ColumnSchema; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkV3U7U3IX_cjs.ComponentSchema; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkV3U7U3IX_cjs.CurrencyAttributeMetaSchema; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkV3U7U3IX_cjs.DesignReferenceSchema; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "EntitySchema", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkV3U7U3IX_cjs.EntitySchema; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkV3U7U3IX_cjs.EntityWithSchemaSchema; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkV3U7U3IX_cjs.FileAttributeMetaSchema; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkV3U7U3IX_cjs.FilterElementSchema; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkV3U7U3IX_cjs.FilterGroupSchema; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkV3U7U3IX_cjs.LayoutElementSchema; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkV3U7U3IX_cjs.LayoutElementType; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "ListSchema", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkV3U7U3IX_cjs.ListSchema; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkV3U7U3IX_cjs.ListViewSchema; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkV3U7U3IX_cjs.MenuConfigurationSchema; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkV3U7U3IX_cjs.MenuItemSchema; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "MenuItemType", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkV3U7U3IX_cjs.MenuItemType; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "MetaClient", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkV3U7U3IX_cjs.MetaClient; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkV3U7U3IX_cjs.ModuleSchema; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkV3U7U3IX_cjs.OnDeleteActionSchema; }
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return chunkV3U7U3IX_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
94
98
|
});
|
|
95
99
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
96
100
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkV3U7U3IX_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
98
102
|
});
|
|
99
103
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
100
104
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkV3U7U3IX_cjs.PageActionSchema; }
|
|
102
106
|
});
|
|
103
107
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
104
108
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkV3U7U3IX_cjs.PageLayoutSchema; }
|
|
106
110
|
});
|
|
107
111
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
108
112
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkV3U7U3IX_cjs.PageLayoutSidePanelSchema; }
|
|
110
114
|
});
|
|
111
115
|
Object.defineProperty(exports, "PageSchema", {
|
|
112
116
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkV3U7U3IX_cjs.PageSchema; }
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(exports, "PageStyleSchema", {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () { return chunkV3U7U3IX_cjs.PageStyleSchema; }
|
|
114
122
|
});
|
|
115
123
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
116
124
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkV3U7U3IX_cjs.RelationAttributeMetaSchema; }
|
|
118
126
|
});
|
|
119
127
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
120
128
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkV3U7U3IX_cjs.SizeValueSchema; }
|
|
122
130
|
});
|
|
123
131
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
124
132
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkV3U7U3IX_cjs.SortConfigSchema; }
|
|
126
134
|
});
|
|
127
135
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
128
136
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkV3U7U3IX_cjs.UserAttributeMetaSchema; }
|
|
130
138
|
});
|
|
131
139
|
Object.defineProperty(exports, "VariableSchema", {
|
|
132
140
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkV3U7U3IX_cjs.VariableSchema; }
|
|
134
142
|
});
|
|
135
143
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
136
144
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkV3U7U3IX_cjs.allCurrencyCodes; }
|
|
138
146
|
});
|
|
139
147
|
Object.defineProperty(exports, "currencyLabel", {
|
|
140
148
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkV3U7U3IX_cjs.currencyLabel; }
|
|
142
150
|
});
|
|
143
151
|
Object.defineProperty(exports, "currencySymbol", {
|
|
144
152
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkV3U7U3IX_cjs.currencySymbol; }
|
|
146
154
|
});
|
|
147
155
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
148
156
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkV3U7U3IX_cjs.currencySymbolSide; }
|
|
150
158
|
});
|
|
151
159
|
Object.defineProperty(exports, "formatAmount", {
|
|
152
160
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkV3U7U3IX_cjs.formatAmount; }
|
|
154
162
|
});
|
|
155
163
|
Object.defineProperty(exports, "formatMoney", {
|
|
156
164
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkV3U7U3IX_cjs.formatMoney; }
|
|
158
166
|
});
|
|
159
167
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
160
168
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkV3U7U3IX_cjs.isBuiltInControl; }
|
|
162
170
|
});
|
|
163
171
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
164
172
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkV3U7U3IX_cjs.isPlatformAttributeName; }
|
|
166
174
|
});
|
|
167
175
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
168
176
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkV3U7U3IX_cjs.localeNumberSeparators; }
|
|
170
178
|
});
|
|
171
179
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
172
180
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkV3U7U3IX_cjs.lookupCompatibleControls; }
|
|
174
182
|
});
|
|
175
183
|
Object.defineProperty(exports, "lookupControls", {
|
|
176
184
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkV3U7U3IX_cjs.lookupControls; }
|
|
178
186
|
});
|
|
179
187
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
180
188
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkV3U7U3IX_cjs.lookupPrimaryControl; }
|
|
182
190
|
});
|
|
183
191
|
Object.defineProperty(exports, "parseAmount", {
|
|
184
192
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkV3U7U3IX_cjs.parseAmount; }
|
|
186
194
|
});
|
|
187
195
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
188
196
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkV3U7U3IX_cjs.parseCurrencyMeta; }
|
|
190
198
|
});
|
|
191
199
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
192
200
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkV3U7U3IX_cjs.parseFileMeta; }
|
|
194
202
|
});
|
|
195
203
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
196
204
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkV3U7U3IX_cjs.parseRelationMeta; }
|
|
198
206
|
});
|
|
199
207
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
200
208
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkV3U7U3IX_cjs.parseUserMeta; }
|
|
202
210
|
});
|
|
203
211
|
Object.defineProperty(exports, "platformAttributes", {
|
|
204
212
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkV3U7U3IX_cjs.platformAttributes; }
|
|
206
214
|
});
|
|
207
215
|
//# sourceMappingURL=index.cjs.map
|
|
208
216
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { e as App, f as AppSchema, g as AppService, bm as ArrayAttributeMeta, a as Attribute, bn as AttributeForLookup, bo as AttributeMeta, h as AttributeSchema, i as AttributeType, bp as BUILT_IN_CONTROLS, bq as BuiltInControlSlug, k as Column, br as ColumnElement, l as ColumnSchema, bs as CommonProps, m as ComparisonOperator, n as Component, bt as ComponentElement, o as ComponentSchema, p as ComponentService, bu as ControlBucket, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, bv as DatetimeAttributeMeta, bw as DatetimeFormat, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, bx as DividerElement, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, by as EnumAttributeMeta, bz as EnumValue, bA as FieldElement, X as FileAttributeMeta, bB as FileAttributeMetaSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, bC as LayoutAlign, bD as LayoutElement, bE as LayoutElementSchema, bF as LayoutElementType, bG as LayoutGap, bH as LayoutJustify, bI as LayoutTab, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, bJ as NumberAttributeMeta, bK as ObjectAttributeMeta, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema,
|
|
1
|
+
export { e as App, f as AppSchema, g as AppService, bm as ArrayAttributeMeta, a as Attribute, bn as AttributeForLookup, bo as AttributeMeta, h as AttributeSchema, i as AttributeType, bp as BUILT_IN_CONTROLS, bq as BuiltInControlSlug, k as Column, br as ColumnElement, l as ColumnSchema, bs as CommonProps, m as ComparisonOperator, n as Component, bt as ComponentElement, o as ComponentSchema, p as ComponentService, bu as ControlBucket, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, bv as DatetimeAttributeMeta, bw as DatetimeFormat, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, bx as DividerElement, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, by as EnumAttributeMeta, bz as EnumValue, bA as FieldElement, X as FileAttributeMeta, bB as FileAttributeMetaSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, bC as LayoutAlign, bD as LayoutElement, bE as LayoutElementSchema, bF as LayoutElementType, bG as LayoutGap, bH as LayoutJustify, bI as LayoutTab, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, bJ as NumberAttributeMeta, bK as ObjectAttributeMeta, av as OnDeleteAction, aw as OnDeleteActionSchema, bL as PAGE_BACKGROUND_TOKENS, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, bM as PageBackgroundToken, aC as PageLayout, aD as PageLayoutSchema, bN as PageLayoutSidePanel, bO as PageLayoutSidePanelSchema, aE as PageSchema, aF as PageService, bP as PageStyle, bQ as PageStyleSchema, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, bR as RelatedListElement, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, bS as ResponsiveSizing, bT as RowElement, bU as SectionElement, bV as SizeValue, bW as SizeValueSchema, bX as SizingProps, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, bY as StringAttributeMeta, bZ as StringFormat, b_ as TabsElement, b$ as TextElement, c0 as TextVariant, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, c1 as UserAttributeMeta, c2 as UserAttributeMetaSchema, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, c3 as isBuiltInControl, be as isPlatformAttributeName, bf as localeNumberSeparators, c4 as lookupCompatibleControls, c5 as lookupControls, c6 as lookupPrimaryControl, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, c7 as parseUserMeta, bk as platformAttributes } from '../types-B0LqBATf.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { e as App, f as AppSchema, g as AppService, bm as ArrayAttributeMeta, a as Attribute, bn as AttributeForLookup, bo as AttributeMeta, h as AttributeSchema, i as AttributeType, bp as BUILT_IN_CONTROLS, bq as BuiltInControlSlug, k as Column, br as ColumnElement, l as ColumnSchema, bs as CommonProps, m as ComparisonOperator, n as Component, bt as ComponentElement, o as ComponentSchema, p as ComponentService, bu as ControlBucket, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, bv as DatetimeAttributeMeta, bw as DatetimeFormat, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, bx as DividerElement, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, by as EnumAttributeMeta, bz as EnumValue, bA as FieldElement, X as FileAttributeMeta, bB as FileAttributeMetaSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, bC as LayoutAlign, bD as LayoutElement, bE as LayoutElementSchema, bF as LayoutElementType, bG as LayoutGap, bH as LayoutJustify, bI as LayoutTab, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, bJ as NumberAttributeMeta, bK as ObjectAttributeMeta, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema,
|
|
1
|
+
export { e as App, f as AppSchema, g as AppService, bm as ArrayAttributeMeta, a as Attribute, bn as AttributeForLookup, bo as AttributeMeta, h as AttributeSchema, i as AttributeType, bp as BUILT_IN_CONTROLS, bq as BuiltInControlSlug, k as Column, br as ColumnElement, l as ColumnSchema, bs as CommonProps, m as ComparisonOperator, n as Component, bt as ComponentElement, o as ComponentSchema, p as ComponentService, bu as ControlBucket, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, bv as DatetimeAttributeMeta, bw as DatetimeFormat, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, bx as DividerElement, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, by as EnumAttributeMeta, bz as EnumValue, bA as FieldElement, X as FileAttributeMeta, bB as FileAttributeMetaSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, bC as LayoutAlign, bD as LayoutElement, bE as LayoutElementSchema, bF as LayoutElementType, bG as LayoutGap, bH as LayoutJustify, bI as LayoutTab, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, bJ as NumberAttributeMeta, bK as ObjectAttributeMeta, av as OnDeleteAction, aw as OnDeleteActionSchema, bL as PAGE_BACKGROUND_TOKENS, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, bM as PageBackgroundToken, aC as PageLayout, aD as PageLayoutSchema, bN as PageLayoutSidePanel, bO as PageLayoutSidePanelSchema, aE as PageSchema, aF as PageService, bP as PageStyle, bQ as PageStyleSchema, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, bR as RelatedListElement, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, bS as ResponsiveSizing, bT as RowElement, bU as SectionElement, bV as SizeValue, bW as SizeValueSchema, bX as SizingProps, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, bY as StringAttributeMeta, bZ as StringFormat, b_ as TabsElement, b$ as TextElement, c0 as TextVariant, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, c1 as UserAttributeMeta, c2 as UserAttributeMetaSchema, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, c3 as isBuiltInControl, be as isPlatformAttributeName, bf as localeNumberSeparators, c4 as lookupCompatibleControls, c5 as lookupControls, c6 as lookupPrimaryControl, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, c7 as parseUserMeta, bk as platformAttributes } from '../types-B0LqBATf.js';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AppSchema, AttributeSchema, BUILT_IN_CONTROLS, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntitySchema, EntityWithSchemaSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-
|
|
1
|
+
export { AppSchema, AttributeSchema, BUILT_IN_CONTROLS, 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, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-NYIHV7ET.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1523,6 +1523,47 @@ declare const PageLayoutSidePanelSchema: z.ZodObject<{
|
|
|
1523
1523
|
width?: SizeValue | undefined;
|
|
1524
1524
|
is_sticky?: boolean | undefined;
|
|
1525
1525
|
}>;
|
|
1526
|
+
/**
|
|
1527
|
+
* Design-token keys a page background may name instead of a raw CSS color. The
|
|
1528
|
+
* web resolver maps each to `var(--color-<key>)`. Keep in sync with
|
|
1529
|
+
* `pageBackgroundTokens` in the metadata-service layout validator.
|
|
1530
|
+
*/
|
|
1531
|
+
declare const PAGE_BACKGROUND_TOKENS: readonly ["bg", "bg-2", "bg-3", "ink", "ink-2", "ink-3", "ink-4", "rule", "rule-2", "accent", "accent-2", "accent-ink", "success", "warning", "danger", "info"];
|
|
1532
|
+
type PageBackgroundToken = (typeof PAGE_BACKGROUND_TOKENS)[number];
|
|
1533
|
+
/**
|
|
1534
|
+
* Per-page presentation of a standalone page shell: background color plus the
|
|
1535
|
+
* content container's max-width and side / top padding. Every field is
|
|
1536
|
+
* optional; an omitted field falls back to the renderer default (the historical
|
|
1537
|
+
* bg / 1200px / 24px-32px look). `max_width: "fill"` (or `"auto"`) with zero
|
|
1538
|
+
* padding lets a component fill the page edge-to-edge.
|
|
1539
|
+
*
|
|
1540
|
+
* Honored only on `public` and `kiosk` pages in v1 (enforced server-side).
|
|
1541
|
+
*/
|
|
1542
|
+
interface PageStyle {
|
|
1543
|
+
/** Design-token key (see PAGE_BACKGROUND_TOKENS) or a raw CSS color. */
|
|
1544
|
+
background?: string;
|
|
1545
|
+
/** Content max-width; `"fill"` / `"auto"` removes the cap. */
|
|
1546
|
+
max_width?: SizeValue;
|
|
1547
|
+
/** Horizontal / vertical padding of the content container (Tailwind px/py). */
|
|
1548
|
+
padding_x?: SizeValue;
|
|
1549
|
+
padding_y?: SizeValue;
|
|
1550
|
+
}
|
|
1551
|
+
declare const PageStyleSchema: z.ZodObject<{
|
|
1552
|
+
background: z.ZodOptional<z.ZodString>;
|
|
1553
|
+
max_width: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
1554
|
+
padding_x: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
1555
|
+
padding_y: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
1556
|
+
}, "strip", z.ZodTypeAny, {
|
|
1557
|
+
background?: string | undefined;
|
|
1558
|
+
max_width?: SizeValue | undefined;
|
|
1559
|
+
padding_x?: SizeValue | undefined;
|
|
1560
|
+
padding_y?: SizeValue | undefined;
|
|
1561
|
+
}, {
|
|
1562
|
+
background?: string | undefined;
|
|
1563
|
+
max_width?: SizeValue | undefined;
|
|
1564
|
+
padding_x?: SizeValue | undefined;
|
|
1565
|
+
padding_y?: SizeValue | undefined;
|
|
1566
|
+
}>;
|
|
1526
1567
|
/**
|
|
1527
1568
|
* Top-level page layout. Replaces the legacy `mainContent` / `side_panel`
|
|
1528
1569
|
* arrays of `PageSection`s with a single typed element tree.
|
|
@@ -1531,6 +1572,7 @@ interface PageLayout {
|
|
|
1531
1572
|
version: 1;
|
|
1532
1573
|
main: LayoutElement;
|
|
1533
1574
|
side_panel?: PageLayoutSidePanel;
|
|
1575
|
+
style?: PageStyle;
|
|
1534
1576
|
}
|
|
1535
1577
|
declare const PageLayoutSchema: z.ZodObject<{
|
|
1536
1578
|
version: z.ZodLiteral<1>;
|
|
@@ -1548,6 +1590,22 @@ declare const PageLayoutSchema: z.ZodObject<{
|
|
|
1548
1590
|
width?: SizeValue | undefined;
|
|
1549
1591
|
is_sticky?: boolean | undefined;
|
|
1550
1592
|
}>>;
|
|
1593
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
1594
|
+
background: z.ZodOptional<z.ZodString>;
|
|
1595
|
+
max_width: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
1596
|
+
padding_x: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
1597
|
+
padding_y: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
1598
|
+
}, "strip", z.ZodTypeAny, {
|
|
1599
|
+
background?: string | undefined;
|
|
1600
|
+
max_width?: SizeValue | undefined;
|
|
1601
|
+
padding_x?: SizeValue | undefined;
|
|
1602
|
+
padding_y?: SizeValue | undefined;
|
|
1603
|
+
}, {
|
|
1604
|
+
background?: string | undefined;
|
|
1605
|
+
max_width?: SizeValue | undefined;
|
|
1606
|
+
padding_x?: SizeValue | undefined;
|
|
1607
|
+
padding_y?: SizeValue | undefined;
|
|
1608
|
+
}>>;
|
|
1551
1609
|
}, "strip", z.ZodTypeAny, {
|
|
1552
1610
|
version: 1;
|
|
1553
1611
|
main: LayoutElement;
|
|
@@ -1556,6 +1614,12 @@ declare const PageLayoutSchema: z.ZodObject<{
|
|
|
1556
1614
|
width?: SizeValue | undefined;
|
|
1557
1615
|
is_sticky?: boolean | undefined;
|
|
1558
1616
|
} | undefined;
|
|
1617
|
+
style?: {
|
|
1618
|
+
background?: string | undefined;
|
|
1619
|
+
max_width?: SizeValue | undefined;
|
|
1620
|
+
padding_x?: SizeValue | undefined;
|
|
1621
|
+
padding_y?: SizeValue | undefined;
|
|
1622
|
+
} | undefined;
|
|
1559
1623
|
}, {
|
|
1560
1624
|
version: 1;
|
|
1561
1625
|
main: LayoutElement;
|
|
@@ -1564,6 +1628,12 @@ declare const PageLayoutSchema: z.ZodObject<{
|
|
|
1564
1628
|
width?: SizeValue | undefined;
|
|
1565
1629
|
is_sticky?: boolean | undefined;
|
|
1566
1630
|
} | undefined;
|
|
1631
|
+
style?: {
|
|
1632
|
+
background?: string | undefined;
|
|
1633
|
+
max_width?: SizeValue | undefined;
|
|
1634
|
+
padding_x?: SizeValue | undefined;
|
|
1635
|
+
padding_y?: SizeValue | undefined;
|
|
1636
|
+
} | undefined;
|
|
1567
1637
|
}>;
|
|
1568
1638
|
|
|
1569
1639
|
/**
|
|
@@ -3051,6 +3121,22 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3051
3121
|
width?: SizeValue | undefined;
|
|
3052
3122
|
is_sticky?: boolean | undefined;
|
|
3053
3123
|
}>>;
|
|
3124
|
+
style: z.ZodOptional<z.ZodObject<{
|
|
3125
|
+
background: z.ZodOptional<z.ZodString>;
|
|
3126
|
+
max_width: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
3127
|
+
padding_x: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
3128
|
+
padding_y: z.ZodOptional<z.ZodType<SizeValue, z.ZodTypeDef, SizeValue>>;
|
|
3129
|
+
}, "strip", z.ZodTypeAny, {
|
|
3130
|
+
background?: string | undefined;
|
|
3131
|
+
max_width?: SizeValue | undefined;
|
|
3132
|
+
padding_x?: SizeValue | undefined;
|
|
3133
|
+
padding_y?: SizeValue | undefined;
|
|
3134
|
+
}, {
|
|
3135
|
+
background?: string | undefined;
|
|
3136
|
+
max_width?: SizeValue | undefined;
|
|
3137
|
+
padding_x?: SizeValue | undefined;
|
|
3138
|
+
padding_y?: SizeValue | undefined;
|
|
3139
|
+
}>>;
|
|
3054
3140
|
}, "strip", z.ZodTypeAny, {
|
|
3055
3141
|
version: 1;
|
|
3056
3142
|
main: LayoutElement;
|
|
@@ -3059,6 +3145,12 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3059
3145
|
width?: SizeValue | undefined;
|
|
3060
3146
|
is_sticky?: boolean | undefined;
|
|
3061
3147
|
} | undefined;
|
|
3148
|
+
style?: {
|
|
3149
|
+
background?: string | undefined;
|
|
3150
|
+
max_width?: SizeValue | undefined;
|
|
3151
|
+
padding_x?: SizeValue | undefined;
|
|
3152
|
+
padding_y?: SizeValue | undefined;
|
|
3153
|
+
} | undefined;
|
|
3062
3154
|
}, {
|
|
3063
3155
|
version: 1;
|
|
3064
3156
|
main: LayoutElement;
|
|
@@ -3067,6 +3159,12 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3067
3159
|
width?: SizeValue | undefined;
|
|
3068
3160
|
is_sticky?: boolean | undefined;
|
|
3069
3161
|
} | undefined;
|
|
3162
|
+
style?: {
|
|
3163
|
+
background?: string | undefined;
|
|
3164
|
+
max_width?: SizeValue | undefined;
|
|
3165
|
+
padding_x?: SizeValue | undefined;
|
|
3166
|
+
padding_y?: SizeValue | undefined;
|
|
3167
|
+
} | undefined;
|
|
3070
3168
|
}>;
|
|
3071
3169
|
}, "strip", z.ZodTypeAny, {
|
|
3072
3170
|
type: "platform" | "record" | "kiosk" | "public";
|
|
@@ -3096,6 +3194,12 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3096
3194
|
width?: SizeValue | undefined;
|
|
3097
3195
|
is_sticky?: boolean | undefined;
|
|
3098
3196
|
} | undefined;
|
|
3197
|
+
style?: {
|
|
3198
|
+
background?: string | undefined;
|
|
3199
|
+
max_width?: SizeValue | undefined;
|
|
3200
|
+
padding_x?: SizeValue | undefined;
|
|
3201
|
+
padding_y?: SizeValue | undefined;
|
|
3202
|
+
} | undefined;
|
|
3099
3203
|
};
|
|
3100
3204
|
entity_slug?: string | undefined;
|
|
3101
3205
|
}, {
|
|
@@ -3126,6 +3230,12 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3126
3230
|
width?: SizeValue | undefined;
|
|
3127
3231
|
is_sticky?: boolean | undefined;
|
|
3128
3232
|
} | undefined;
|
|
3233
|
+
style?: {
|
|
3234
|
+
background?: string | undefined;
|
|
3235
|
+
max_width?: SizeValue | undefined;
|
|
3236
|
+
padding_x?: SizeValue | undefined;
|
|
3237
|
+
padding_y?: SizeValue | undefined;
|
|
3238
|
+
} | undefined;
|
|
3129
3239
|
};
|
|
3130
3240
|
entity_slug?: string | undefined;
|
|
3131
3241
|
}>;
|
|
@@ -3530,4 +3640,4 @@ interface DesignReferenceContent {
|
|
|
3530
3640
|
content: string;
|
|
3531
3641
|
}
|
|
3532
3642
|
|
|
3533
|
-
export { type FilterGroup as $, type AuditFields as A, CurrencyAttributeMetaSchema as B, type ClientOptions as C, type CurrencySymbolSide as D, type CurrencyValue as E, type FileRef as F, DEFAULT_OPTIONS as G, DEFAULT_PAGE_SIZE as H, DONE as I, type DeployModuleRequest as J, type DesignReference as K, type ListOptions as L, type DesignReferenceContent as M, DesignReferenceSchema as N, type DesignReferenceService as O, PageIterator as P, type Done as Q, type Entity as R, EntitySchema as S, type EntityService as T, type UserRef as U, type EntityWithSchema as V, EntityWithSchemaSchema as W, type FileAttributeMeta as X, FileRefSchema as Y, type FilterElement as Z, FilterElementSchema as _, type Attribute as a, type UpdatePageRequest as a$, FilterGroupSchema as a0, type List as a1, type ListAppsOptions as a2, type ListComponentsOptions as a3, type ListDesignReferencesOptions as a4, type ListEntitiesOptions as a5, type ListFn as a6, type ListListViewsOptions as a7, type ListListsOptions as a8, type ListMenuConfigurationsOptions as a9, type PageAction as aA, PageActionSchema as aB, type PageLayout as aC, PageLayoutSchema as aD, PageSchema as aE, type PageService as aF, type PageType as aG, type PublicPageComponent as aH, type PublicPageResponse as aI, type RelationAttributeMeta as aJ, RelationAttributeMetaSchema as aK, type RequestOptions as aL, type ResolvedClientOptions as aM, type ResponseMeta as aN, ResponseMetaSchema as aO, type SortConfig as aP, SortConfigSchema as aQ, type SortDirection as aR, type Timestamps as aS, type TokenProvider as aT, type UpdateAppRequest as aU, type UpdateComponentRequest as aV, type UpdateDesignReferenceRequest as aW, type UpdateEntityRequest as aX, type UpdateListRequest as aY, type UpdateListViewRequest as aZ, type UpdateMenuConfigurationRequest as a_, type ListModulesOptions as aa, type ListPagesOptions as ab, ListSchema as ac, type ListService as ad, type ListVariablesOptions as ae, type ListView as af, ListViewSchema as ag, type ListViewService as ah, type LogicalOperator as ai, type MenuConfiguration as aj, MenuConfigurationSchema as ak, type MenuConfigurationService as al, type MenuItem as am, MenuItemSchema as an, MenuItemType as ao, MetaClient as ap, type MetaListOptions as aq, type Module as ar, ModuleSchema as as, type ModuleService as at, type ModuleStatus as au, type OnDeleteAction as av, OnDeleteActionSchema as aw, PLATFORM_ATTRIBUTE_NAMES as ax, PLATFORM_USER_ID as ay, type Page as az, type ListResult as b,
|
|
3643
|
+
export { type FilterGroup as $, type AuditFields as A, CurrencyAttributeMetaSchema as B, type ClientOptions as C, type CurrencySymbolSide as D, type CurrencyValue as E, type FileRef as F, DEFAULT_OPTIONS as G, DEFAULT_PAGE_SIZE as H, DONE as I, type DeployModuleRequest as J, type DesignReference as K, type ListOptions as L, type DesignReferenceContent as M, DesignReferenceSchema as N, type DesignReferenceService as O, PageIterator as P, type Done as Q, type Entity as R, EntitySchema as S, type EntityService as T, type UserRef as U, type EntityWithSchema as V, EntityWithSchemaSchema as W, type FileAttributeMeta as X, FileRefSchema as Y, type FilterElement as Z, FilterElementSchema as _, type Attribute as a, type UpdatePageRequest as a$, FilterGroupSchema as a0, type List as a1, type ListAppsOptions as a2, type ListComponentsOptions as a3, type ListDesignReferencesOptions as a4, type ListEntitiesOptions as a5, type ListFn as a6, type ListListViewsOptions as a7, type ListListsOptions as a8, type ListMenuConfigurationsOptions as a9, type PageAction as aA, PageActionSchema as aB, type PageLayout as aC, PageLayoutSchema as aD, PageSchema as aE, type PageService as aF, type PageType as aG, type PublicPageComponent as aH, type PublicPageResponse as aI, type RelationAttributeMeta as aJ, RelationAttributeMetaSchema as aK, type RequestOptions as aL, type ResolvedClientOptions as aM, type ResponseMeta as aN, ResponseMetaSchema as aO, type SortConfig as aP, SortConfigSchema as aQ, type SortDirection as aR, type Timestamps as aS, type TokenProvider as aT, type UpdateAppRequest as aU, type UpdateComponentRequest as aV, type UpdateDesignReferenceRequest as aW, type UpdateEntityRequest as aX, type UpdateListRequest as aY, type UpdateListViewRequest as aZ, type UpdateMenuConfigurationRequest as a_, type ListModulesOptions as aa, type ListPagesOptions as ab, ListSchema as ac, type ListService as ad, type ListVariablesOptions as ae, type ListView as af, ListViewSchema as ag, type ListViewService as ah, type LogicalOperator as ai, type MenuConfiguration as aj, MenuConfigurationSchema as ak, type MenuConfigurationService as al, type MenuItem as am, MenuItemSchema as an, MenuItemType as ao, MetaClient as ap, type MetaListOptions as aq, type Module as ar, ModuleSchema as as, type ModuleService as at, type ModuleStatus as au, type OnDeleteAction as av, OnDeleteActionSchema as aw, PLATFORM_ATTRIBUTE_NAMES as ax, PLATFORM_USER_ID as ay, type Page as az, type ListResult as b, type TextElement as b$, type UpdateVariableRequest as b0, UserRefSchema as b1, type UserType as b2, type Variable as b3, VariableSchema as b4, type VariableService as b5, allCurrencyCodes as b6, createIterator as b7, createListResultSchema as b8, currencyLabel as b9, type FieldElement as bA, FileAttributeMetaSchema as bB, type LayoutAlign as bC, type LayoutElement as bD, LayoutElementSchema as bE, LayoutElementType as bF, type LayoutGap as bG, type LayoutJustify as bH, type LayoutTab as bI, type NumberAttributeMeta as bJ, type ObjectAttributeMeta as bK, PAGE_BACKGROUND_TOKENS as bL, type PageBackgroundToken as bM, type PageLayoutSidePanel as bN, PageLayoutSidePanelSchema as bO, type PageStyle as bP, PageStyleSchema as bQ, type RelatedListElement as bR, type ResponsiveSizing as bS, type RowElement as bT, type SectionElement as bU, type SizeValue as bV, SizeValueSchema as bW, type SizingProps as bX, type StringAttributeMeta as bY, type StringFormat as bZ, type TabsElement as b_, currencySymbol as ba, currencySymbolSide as bb, formatAmount as bc, formatMoney as bd, isPlatformAttributeName as be, localeNumberSeparators as bf, parseAmount as bg, parseCurrencyMeta as bh, parseFileMeta as bi, parseRelationMeta as bj, platformAttributes as bk, resolveOptions as bl, type ArrayAttributeMeta as bm, type AttributeForLookup as bn, type AttributeMeta as bo, BUILT_IN_CONTROLS as bp, type BuiltInControlSlug as bq, type ColumnElement as br, type CommonProps as bs, type ComponentElement as bt, type ControlBucket as bu, type DatetimeAttributeMeta as bv, type DatetimeFormat as bw, type DividerElement as bx, type EnumAttributeMeta as by, type EnumValue as bz, ProteosClient as c, type TextVariant as c0, type UserAttributeMeta as c1, UserAttributeMetaSchema as c2, isBuiltInControl as c3, lookupCompatibleControls as c4, lookupControls as c5, lookupPrimaryControl as c6, parseUserMeta as c7, type PublicAccessOperation as d, type App as e, AppSchema as f, type AppService as g, AttributeSchema as h, type AttributeType as i, AuditFieldsSchema as j, type Column as k, ColumnSchema as l, type ComparisonOperator as m, type Component as n, ComponentSchema as o, type ComponentService as p, type CreateAppRequest as q, type CreateComponentRequest as r, type CreateDesignReferenceRequest as s, type CreateEntityRequest as t, type CreateListRequest as u, type CreateListViewRequest as v, type CreateMenuConfigurationRequest as w, type CreatePageRequest as x, type CreateVariableRequest as y, type CurrencyAttributeMeta as z };
|