@stndrds/schema 0.1.0-alpha.38 → 0.1.0-alpha.39

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/index.js CHANGED
@@ -206,7 +206,100 @@
206
206
 
207
207
 
208
208
 
209
- var _chunk5NXIMZNYjs = require('./chunk-5NXIMZNY.js');
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+ var _chunkOGBGOFRXjs = require('./chunk-OGBGOFRX.js');
210
303
 
211
304
 
212
305
 
@@ -325,11 +418,11 @@ function isNoValueOperator(operator) {
325
418
  function isFlowDefinition(obj) {
326
419
  return typeof obj === "object" && obj !== null && "slots" in obj && "pages" in obj && "relations" in obj && "status" in obj;
327
420
  }
328
- function isFlowPublished(flow2) {
329
- return flow2.status === "published";
421
+ function isFlowPublished(flow) {
422
+ return flow.status === "published";
330
423
  }
331
- function isSystemFlow(flow2) {
332
- return flow2.system === true;
424
+ function isSystemFlow(flow) {
425
+ return flow.system === true;
333
426
  }
334
427
 
335
428
  // src/types/views.ts
@@ -354,15 +447,18 @@ function isActivityTab(tab) {
354
447
  function isNotesTab(tab) {
355
448
  return tab.type === "notes";
356
449
  }
450
+ function isFlowsTab(tab) {
451
+ return tab.type === "flows";
452
+ }
357
453
 
358
454
  // src/native/notes.ts
359
- var NOTES = _chunk5NXIMZNYjs.object.call(void 0, { name: "notes", label: "Note" }).pluralLabel("Notes").icon("file-text").description("Notes that can be linked to any record or used globally").system().labelExpression("{{ title }}").attribute(_chunk5NXIMZNYjs.text.call(void 0, { name: "title", label: "Title" }).placeholder("Untitled").required()).attribute(_chunk5NXIMZNYjs.richtext.call(void 0, { name: "content", label: "Content" }).required()).attribute(
360
- _chunk5NXIMZNYjs.select.call(void 0, { name: "visibility", label: "Visibility" }).options([
455
+ var NOTES = _chunkOGBGOFRXjs.object.call(void 0, { name: "notes", label: "Note" }).pluralLabel("Notes").icon("file-text").description("Notes that can be linked to any record or used globally").system().labelExpression("{{ title }}").attribute(_chunkOGBGOFRXjs.text.call(void 0, { name: "title", label: "Title" }).placeholder("Untitled").required()).attribute(_chunkOGBGOFRXjs.richtext.call(void 0, { name: "content", label: "Content" }).required()).attribute(
456
+ _chunkOGBGOFRXjs.select.call(void 0, { name: "visibility", label: "Visibility" }).options([
361
457
  { id: "private", label: "Private", value: "private", icon: "lock" },
362
458
  { id: "shared", label: "Shared", value: "shared", icon: "users" }
363
459
  ]).defaultValue("private").required()
364
- ).attribute(_chunk5NXIMZNYjs.relation.call(void 0, { name: "linkedTo", label: "Linked To" }).toAny().hidden());
365
- _chunk5NXIMZNYjs.registry.register(NOTES);
460
+ ).attribute(_chunkOGBGOFRXjs.relation.call(void 0, { name: "linkedTo", label: "Linked To" }).toAny().hidden());
461
+ _chunkOGBGOFRXjs.registry.register(NOTES);
366
462
 
367
463
  // src/views/registry.ts
368
464
  var ViewRegistry = class {
@@ -735,4 +831,98 @@ var viewRegistry = new ViewRegistry();
735
831
 
736
832
 
737
833
 
738
- exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunk5NXIMZNYjs.ActivityTabConfig; exports.AttributeInUseError = _chunk5NXIMZNYjs.AttributeInUseError; exports.AttributeNotFoundError = _chunk5NXIMZNYjs.AttributeNotFoundError; exports.AuditService = _chunk5NXIMZNYjs.AuditService; exports.CustomTabConfig = _chunk5NXIMZNYjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunk5NXIMZNYjs.DEFAULT_LABEL_FALLBACK; exports.DEFAULT_ROLES = _chunk36UBIXJNjs.DEFAULT_ROLES; exports.DEFAULT_ROLE_DESCRIPTIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_DESCRIPTIONS; exports.DEFAULT_ROLE_LABELS = _chunk36UBIXJNjs.DEFAULT_ROLE_LABELS; exports.DEFAULT_ROLE_PERMISSIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_PERMISSIONS; exports.DEFAULT_VALIDATION_MESSAGES = _chunk5NXIMZNYjs.DEFAULT_VALIDATION_MESSAGES; exports.DirectTableTabConfig = _chunk5NXIMZNYjs.DirectTableTabConfig; exports.DuplicateError = _chunk5NXIMZNYjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunk5NXIMZNYjs.EMPTY_VALUE_PLACEHOLDER; exports.FileNotFoundError = _chunk5NXIMZNYjs.FileNotFoundError; exports.FileService = _chunk5NXIMZNYjs.FileService; exports.FlowBuilder = _chunk5NXIMZNYjs.FlowBuilder; exports.FlowPageBuilder = _chunk5NXIMZNYjs.FlowPageBuilder; exports.FlowRowBuilder = _chunk5NXIMZNYjs.FlowRowBuilder; exports.FlowService = _chunk5NXIMZNYjs.FlowService; exports.ForbiddenError = _chunk5NXIMZNYjs.ForbiddenError; exports.GeocodingService = _chunk5NXIMZNYjs.GeocodingService; exports.GlobalSearchService = _chunk5NXIMZNYjs.GlobalSearchService; exports.GroupBuilder = _chunk5NXIMZNYjs.GroupBuilder; exports.InvalidPathError = _chunk5NXIMZNYjs.InvalidPathError; exports.InverseTableTabConfig = _chunk5NXIMZNYjs.InverseTableTabConfig; exports.MaxDepthExceededError = _chunk5NXIMZNYjs.MaxDepthExceededError; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NoopCacheAdapter = _chunk5NXIMZNYjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunk5NXIMZNYjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunk5NXIMZNYjs.NoopHookRegistry; exports.NotFoundError = _chunk5NXIMZNYjs.NotFoundError; exports.NotSystemObjectError = _chunk5NXIMZNYjs.NotSystemObjectError; exports.NotesTabConfig = _chunk5NXIMZNYjs.NotesTabConfig; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunk5NXIMZNYjs.ObjectBuilder; exports.ObjectNotFoundError = _chunk5NXIMZNYjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunk5NXIMZNYjs.ObjectReferencedError; exports.ObjectSchemaService = _chunk5NXIMZNYjs.ObjectSchemaService; exports.PermissionService = _chunk5NXIMZNYjs.PermissionService; exports.PolicyRegistry = _chunk5NXIMZNYjs.PolicyRegistry; exports.PolicyViolationError = _chunk5NXIMZNYjs.PolicyViolationError; exports.ProtectedResourceError = _chunk5NXIMZNYjs.ProtectedResourceError; exports.ProtectedRoleError = _chunk5NXIMZNYjs.ProtectedRoleError; exports.QueryBuilder = _chunk5NXIMZNYjs.QueryBuilder; exports.QueryMultipleResultsError = _chunk5NXIMZNYjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunk5NXIMZNYjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunk5NXIMZNYjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunk5NXIMZNYjs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunk5NXIMZNYjs.RecordNotFoundError; exports.RecordReferencedError = _chunk5NXIMZNYjs.RecordReferencedError; exports.RecordService = _chunk5NXIMZNYjs.RecordService; exports.RelationResolverService = _chunk5NXIMZNYjs.RelationResolverService; exports.RelationService = _chunk5NXIMZNYjs.RelationService; exports.RoleNotFoundError = _chunk5NXIMZNYjs.RoleNotFoundError; exports.RollupScheduler = _chunk5NXIMZNYjs.RollupScheduler; exports.RollupService = _chunk5NXIMZNYjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunk5NXIMZNYjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SYSTEM_ATTRIBUTES = _chunk5NXIMZNYjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunk5NXIMZNYjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SchemaError = _chunk5NXIMZNYjs.SchemaError; exports.SchemaErrorCode = _chunk5NXIMZNYjs.SchemaErrorCode; exports.SyncError = _chunk5NXIMZNYjs.SyncError; exports.TabBuilder = _chunk5NXIMZNYjs.TabBuilder; exports.TenantAwareRepository = _chunk5NXIMZNYjs.TenantAwareRepository; exports.TenantAwareService = _chunk5NXIMZNYjs.TenantAwareService; exports.TenantContextError = _chunk5NXIMZNYjs.TenantContextError; exports.UserProfileNotFoundError = _chunk5NXIMZNYjs.UserProfileNotFoundError; exports.UserProfileService = _chunk5NXIMZNYjs.UserProfileService; exports.UserService = _chunk5NXIMZNYjs.UserService; exports.ValidationError = _chunk5NXIMZNYjs.ValidationError; exports.ViewBuilder = _chunk5NXIMZNYjs.ViewBuilder; exports.ViewService = _chunk5NXIMZNYjs.ViewService; exports.asTenantId = _chunk5NXIMZNYjs.asTenantId; exports.asUserId = _chunk5NXIMZNYjs.asUserId; exports.attributeConfigSchemas = _chunk5NXIMZNYjs.attributeConfigSchemas; exports.buildAuditChanges = _chunk5NXIMZNYjs.buildAuditChanges; exports.cacheKeys = _chunk5NXIMZNYjs.cacheKeys; exports.cacheTtl = _chunk5NXIMZNYjs.cacheTtl; exports.checkbox = _chunk5NXIMZNYjs.checkbox; exports.checkboxConfigSchema = _chunk5NXIMZNYjs.checkboxConfigSchema; exports.computeRecordStatus = _chunk5NXIMZNYjs.computeRecordStatus; exports.createAttributeValidator = _chunk5NXIMZNYjs.createAttributeValidator; exports.createCheckboxValidator = _chunk5NXIMZNYjs.createCheckboxValidator; exports.createCurrencyValidator = _chunk5NXIMZNYjs.createCurrencyValidator; exports.createDateValidator = _chunk5NXIMZNYjs.createDateValidator; exports.createDefaultState = _chunk5NXIMZNYjs.createDefaultState; exports.createDraftValidator = _chunk5NXIMZNYjs.createDraftValidator; exports.createFileValidator = _chunk5NXIMZNYjs.createFileValidator; exports.createFormAttributeValidator = _chunk5NXIMZNYjs.createFormAttributeValidator; exports.createFormulaValidator = _chunk5NXIMZNYjs.createFormulaValidator; exports.createLocationValidator = _chunk5NXIMZNYjs.createLocationValidator; exports.createMockAdapter = _chunk5NXIMZNYjs.createMockAdapter; exports.createMultiRelationValidator = _chunk5NXIMZNYjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunk5NXIMZNYjs.createMultiselectValidator; exports.createNumberValidator = _chunk5NXIMZNYjs.createNumberValidator; exports.createObjectValidator = _chunk5NXIMZNYjs.createObjectValidator; exports.createPhoneValidator = _chunk5NXIMZNYjs.createPhoneValidator; exports.createQueryBuilder = _chunk5NXIMZNYjs.createQueryBuilder; exports.createRatingValidator = _chunk5NXIMZNYjs.createRatingValidator; exports.createRelationValidator = _chunk5NXIMZNYjs.createRelationValidator; exports.createRichtextValidator = _chunk5NXIMZNYjs.createRichtextValidator; exports.createRollupValidator = _chunk5NXIMZNYjs.createRollupValidator; exports.createSelectValidator = _chunk5NXIMZNYjs.createSelectValidator; exports.createSingleRelationValidator = _chunk5NXIMZNYjs.createSingleRelationValidator; exports.createStatusValidator = _chunk5NXIMZNYjs.createStatusValidator; exports.createTextAreaValidator = _chunk5NXIMZNYjs.createTextAreaValidator; exports.createTextValidator = _chunk5NXIMZNYjs.createTextValidator; exports.createUserValidator = _chunk5NXIMZNYjs.createUserValidator; exports.currency = _chunk5NXIMZNYjs.currency; exports.currencyConfigSchema = _chunk5NXIMZNYjs.currencyConfigSchema; exports.date = _chunk5NXIMZNYjs.date; exports.dateConfigSchema = _chunk5NXIMZNYjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunk5NXIMZNYjs.defaultPolicyRegistry; exports.enrichValuesWithSelectLabels = _chunk5NXIMZNYjs.enrichValuesWithSelectLabels; exports.evaluateFormula = _chunk5NXIMZNYjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunk5NXIMZNYjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunk5NXIMZNYjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunk5NXIMZNYjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunk5NXIMZNYjs.evaluateFormulaWithResult; exports.extractAttributeNames = _chunk5NXIMZNYjs.extractAttributeNames; exports.extractFormulaVariables = _chunk5NXIMZNYjs.extractFormulaVariables; exports.extractRelationNames = _chunk5NXIMZNYjs.extractRelationNames; exports.extractRelationReferences = _chunk5NXIMZNYjs.extractRelationReferences; exports.file = _chunk5NXIMZNYjs.file; exports.fileConfigSchema = _chunk5NXIMZNYjs.fileConfigSchema; exports.flattenRelationsForEval = _chunk5NXIMZNYjs.flattenRelationsForEval; exports.flow = _chunk5NXIMZNYjs.flow; exports.formatAttributeValue = _chunk5NXIMZNYjs.formatAttributeValue; exports.formatFormulaResult = _chunk5NXIMZNYjs.formatFormulaResult; exports.formatRecord = _chunk5NXIMZNYjs.formatRecord; exports.formatRecords = _chunk5NXIMZNYjs.formatRecords; exports.formula = _chunk5NXIMZNYjs.formula; exports.formulaConfigSchema = _chunk5NXIMZNYjs.formulaConfigSchema; exports.generateId = _chunk5NXIMZNYjs.generateId; exports.generatePrefixedId = _chunk5NXIMZNYjs.generatePrefixedId; exports.getAttributeConfigSchema = _chunk5NXIMZNYjs.getAttributeConfigSchema; exports.getContext = _chunk5NXIMZNYjs.getContext; exports.getMissingRequiredAttributes = _chunk5NXIMZNYjs.getMissingRequiredAttributes; exports.getPathDepth = _chunk5NXIMZNYjs.getPathDepth; exports.getRelationPath = _chunk5NXIMZNYjs.getRelationPath; exports.getSyncPreview = _chunk5NXIMZNYjs.getSyncPreview; exports.getSystemAttributeList = _chunk5NXIMZNYjs.getSystemAttributeList; exports.getTargetAttributeName = _chunk5NXIMZNYjs.getTargetAttributeName; exports.getTenantId = _chunk5NXIMZNYjs.getTenantId; exports.getUserId = _chunk5NXIMZNYjs.getUserId; exports.getViewSyncPreview = _chunk5NXIMZNYjs.getViewSyncPreview; exports.group = _chunk5NXIMZNYjs.group; exports.hasContext = _chunk5NXIMZNYjs.hasContext; exports.hasRelationReferences = _chunk5NXIMZNYjs.hasRelationReferences; exports.isActivityTab = isActivityTab; exports.isAdvancedFilterState = isAdvancedFilterState; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isDirectTableTab = isDirectTableTab; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isForbiddenError = _chunk5NXIMZNYjs.isForbiddenError; exports.isFormTab = isFormTab; exports.isInverseTableTab = isInverseTableTab; exports.isLabelExpression = _chunk5NXIMZNYjs.isLabelExpression; exports.isNoValueOperator = isNoValueOperator; exports.isNotFoundError = _chunk5NXIMZNYjs.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isProtectedResourceError = _chunk5NXIMZNYjs.isProtectedResourceError; exports.isRecordComplete = _chunk5NXIMZNYjs.isRecordComplete; exports.isSchemaError = _chunk5NXIMZNYjs.isSchemaError; exports.isSystemAttribute = _chunk5NXIMZNYjs.isSystemAttribute; exports.isSystemAttributeObject = _chunk5NXIMZNYjs.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isTableTab = isTableTab; exports.isUniversalRelation = _chunk5NXIMZNYjs.isUniversalRelation; exports.isValidationError = _chunk5NXIMZNYjs.isValidationError; exports.location = _chunk5NXIMZNYjs.location; exports.locationConfigSchema = _chunk5NXIMZNYjs.locationConfigSchema; exports.multiselect = _chunk5NXIMZNYjs.multiselect; exports.multiselectConfigSchema = _chunk5NXIMZNYjs.multiselectConfigSchema; exports.notesPolicy = _chunk5NXIMZNYjs.notesPolicy; exports.number = _chunk5NXIMZNYjs.number; exports.numberConfigSchema = _chunk5NXIMZNYjs.numberConfigSchema; exports.object = _chunk5NXIMZNYjs.object; exports.parseAttributeConfig = _chunk5NXIMZNYjs.parseAttributeConfig; exports.parsePath = _chunk5NXIMZNYjs.parsePath; exports.pathHasManyCardinality = _chunk5NXIMZNYjs.pathHasManyCardinality; exports.phone = _chunk5NXIMZNYjs.phone; exports.phoneConfigSchema = _chunk5NXIMZNYjs.phoneConfigSchema; exports.rating = _chunk5NXIMZNYjs.rating; exports.ratingConfigSchema = _chunk5NXIMZNYjs.ratingConfigSchema; exports.registry = _chunk5NXIMZNYjs.registry; exports.relation = _chunk5NXIMZNYjs.relation; exports.relationConfigSchema = _chunk5NXIMZNYjs.relationConfigSchema; exports.renderLabelExpression = _chunk5NXIMZNYjs.renderLabelExpression; exports.resolveMultiplePaths = _chunk5NXIMZNYjs.resolveMultiplePaths; exports.resolveSingleValue = _chunk5NXIMZNYjs.resolveSingleValue; exports.richtext = _chunk5NXIMZNYjs.richtext; exports.richtextConfigSchema = _chunk5NXIMZNYjs.richtextConfigSchema; exports.rollup = _chunk5NXIMZNYjs.rollup; exports.rollupConfigSchema = _chunk5NXIMZNYjs.rollupConfigSchema; exports.runWithContext = _chunk5NXIMZNYjs.runWithContext; exports.safeParseAttributeConfig = _chunk5NXIMZNYjs.safeParseAttributeConfig; exports.select = _chunk5NXIMZNYjs.select; exports.selectConfigSchema = _chunk5NXIMZNYjs.selectConfigSchema; exports.status = _chunk5NXIMZNYjs.status; exports.statusConfigSchema = _chunk5NXIMZNYjs.statusConfigSchema; exports.syncAll = _chunk5NXIMZNYjs.syncAll; exports.syncNativeObjects = _chunk5NXIMZNYjs.syncNativeObjects; exports.syncNativeViews = _chunk5NXIMZNYjs.syncNativeViews; exports.text = _chunk5NXIMZNYjs.text; exports.textConfigSchema = _chunk5NXIMZNYjs.textConfigSchema; exports.textarea = _chunk5NXIMZNYjs.textarea; exports.textareaConfigSchema = _chunk5NXIMZNYjs.textareaConfigSchema; exports.toAdvancedFilterState = toAdvancedFilterState; exports.toSimpleFilterState = toSimpleFilterState; exports.traversePath = _chunk5NXIMZNYjs.traversePath; exports.user = _chunk5NXIMZNYjs.user; exports.userConfigSchema = _chunk5NXIMZNYjs.userConfigSchema; exports.validateAttribute = _chunk5NXIMZNYjs.validateAttribute; exports.validateAttributeConfig = _chunk5NXIMZNYjs.validateAttributeConfig; exports.validateDraft = _chunk5NXIMZNYjs.validateDraft; exports.validateDraftOrThrow = _chunk5NXIMZNYjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunk5NXIMZNYjs.validateFormulaExpression; exports.validateObject = _chunk5NXIMZNYjs.validateObject; exports.validateObjectOrThrow = _chunk5NXIMZNYjs.validateObjectOrThrow; exports.validatePath = _chunk5NXIMZNYjs.validatePath; exports.verifyNativeObjectsSync = _chunk5NXIMZNYjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunk5NXIMZNYjs.verifyNativeViewsSync; exports.view = _chunk5NXIMZNYjs.view; exports.viewRegistry = viewRegistry; exports.withTenantContext = _chunk5NXIMZNYjs.withTenantContext;
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+
865
+
866
+
867
+
868
+
869
+
870
+
871
+
872
+
873
+
874
+
875
+
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+
913
+
914
+
915
+
916
+
917
+
918
+
919
+
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+ exports.ALL_SYSTEM_RESOURCES = _chunk36UBIXJNjs.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkOGBGOFRXjs.ActivityTabConfig; exports.AttributeInUseError = _chunkOGBGOFRXjs.AttributeInUseError; exports.AttributeNotFoundError = _chunkOGBGOFRXjs.AttributeNotFoundError; exports.AuditService = _chunkOGBGOFRXjs.AuditService; exports.ConditionExecutor = _chunkOGBGOFRXjs.ConditionExecutor; exports.ConditionGroupSchema = _chunkOGBGOFRXjs.ConditionGroupSchema; exports.ConditionNodeSchema = _chunkOGBGOFRXjs.ConditionNodeSchema; exports.ConditionOperatorSchema = _chunkOGBGOFRXjs.ConditionOperatorSchema; exports.ConditionRuleSchema = _chunkOGBGOFRXjs.ConditionRuleSchema; exports.CustomTabConfig = _chunkOGBGOFRXjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkOGBGOFRXjs.DEFAULT_LABEL_FALLBACK; exports.DEFAULT_ROLES = _chunk36UBIXJNjs.DEFAULT_ROLES; exports.DEFAULT_ROLE_DESCRIPTIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_DESCRIPTIONS; exports.DEFAULT_ROLE_LABELS = _chunk36UBIXJNjs.DEFAULT_ROLE_LABELS; exports.DEFAULT_ROLE_PERMISSIONS = _chunk36UBIXJNjs.DEFAULT_ROLE_PERMISSIONS; exports.DEFAULT_THEME = _chunkOGBGOFRXjs.DEFAULT_THEME; exports.DEFAULT_VALIDATION_MESSAGES = _chunkOGBGOFRXjs.DEFAULT_VALIDATION_MESSAGES; exports.DirectTableTabConfig = _chunkOGBGOFRXjs.DirectTableTabConfig; exports.DuplicateError = _chunkOGBGOFRXjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkOGBGOFRXjs.EMPTY_VALUE_PLACEHOLDER; exports.EndExecutor = _chunkOGBGOFRXjs.EndExecutor; exports.EndNodeSchema = _chunkOGBGOFRXjs.EndNodeSchema; exports.ExecutorRegistry = _chunkOGBGOFRXjs.ExecutorRegistry; exports.FileNotFoundError = _chunkOGBGOFRXjs.FileNotFoundError; exports.FileService = _chunkOGBGOFRXjs.FileService; exports.FlowRowFieldSchema = _chunkOGBGOFRXjs.FlowRowFieldSchema; exports.FlowRowSchema = _chunkOGBGOFRXjs.FlowRowSchema; exports.FlowsTabConfig = _chunkOGBGOFRXjs.FlowsTabConfig; exports.ForbiddenError = _chunkOGBGOFRXjs.ForbiddenError; exports.FormExecutor = _chunkOGBGOFRXjs.FormExecutor; exports.FormFieldRefSchema = _chunkOGBGOFRXjs.FormFieldRefSchema; exports.FormNodeSchema = _chunkOGBGOFRXjs.FormNodeSchema; exports.GeocodingService = _chunkOGBGOFRXjs.GeocodingService; exports.GlobalSearchService = _chunkOGBGOFRXjs.GlobalSearchService; exports.GroupBuilder = _chunkOGBGOFRXjs.GroupBuilder; exports.InvalidPathError = _chunkOGBGOFRXjs.InvalidPathError; exports.InverseTableTabConfig = _chunkOGBGOFRXjs.InverseTableTabConfig; exports.MaxDepthExceededError = _chunkOGBGOFRXjs.MaxDepthExceededError; exports.NOTES = NOTES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NodePositionSchema = _chunkOGBGOFRXjs.NodePositionSchema; exports.NoopCacheAdapter = _chunkOGBGOFRXjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkOGBGOFRXjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkOGBGOFRXjs.NoopHookRegistry; exports.NotFoundError = _chunkOGBGOFRXjs.NotFoundError; exports.NotSystemObjectError = _chunkOGBGOFRXjs.NotSystemObjectError; exports.NotesTabConfig = _chunkOGBGOFRXjs.NotesTabConfig; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkOGBGOFRXjs.ObjectBuilder; exports.ObjectNotFoundError = _chunkOGBGOFRXjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunkOGBGOFRXjs.ObjectReferencedError; exports.ObjectSchemaService = _chunkOGBGOFRXjs.ObjectSchemaService; exports.ParticipantAuthConfigSchema = _chunkOGBGOFRXjs.ParticipantAuthConfigSchema; exports.ParticipantTemplateSchema = _chunkOGBGOFRXjs.ParticipantTemplateSchema; exports.ParticipationTokenService = _chunkOGBGOFRXjs.ParticipationTokenService; exports.PermissionService = _chunkOGBGOFRXjs.PermissionService; exports.PinCodeService = _chunkOGBGOFRXjs.PinCodeService; exports.PolicyRegistry = _chunkOGBGOFRXjs.PolicyRegistry; exports.PolicyViolationError = _chunkOGBGOFRXjs.PolicyViolationError; exports.ProtectedResourceError = _chunkOGBGOFRXjs.ProtectedResourceError; exports.ProtectedRoleError = _chunkOGBGOFRXjs.ProtectedRoleError; exports.QueryBuilder = _chunkOGBGOFRXjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkOGBGOFRXjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkOGBGOFRXjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkOGBGOFRXjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkOGBGOFRXjs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunkOGBGOFRXjs.RecordNotFoundError; exports.RecordReferencedError = _chunkOGBGOFRXjs.RecordReferencedError; exports.RecordService = _chunkOGBGOFRXjs.RecordService; exports.RelationResolverService = _chunkOGBGOFRXjs.RelationResolverService; exports.RelationService = _chunkOGBGOFRXjs.RelationService; exports.RoleNotFoundError = _chunkOGBGOFRXjs.RoleNotFoundError; exports.RollupScheduler = _chunkOGBGOFRXjs.RollupScheduler; exports.RollupService = _chunkOGBGOFRXjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkOGBGOFRXjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SYSTEM_ATTRIBUTES = _chunkOGBGOFRXjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkOGBGOFRXjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk36UBIXJNjs.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk36UBIXJNjs.SYSTEM_RESOURCE_LABELS; exports.SchemaError = _chunkOGBGOFRXjs.SchemaError; exports.SchemaErrorCode = _chunkOGBGOFRXjs.SchemaErrorCode; exports.SlotModeSchema = _chunkOGBGOFRXjs.SlotModeSchema; exports.StartExecutor = _chunkOGBGOFRXjs.StartExecutor; exports.StartNodeSchema = _chunkOGBGOFRXjs.StartNodeSchema; exports.SyncError = _chunkOGBGOFRXjs.SyncError; exports.TabBuilder = _chunkOGBGOFRXjs.TabBuilder; exports.TenantAwareRepository = _chunkOGBGOFRXjs.TenantAwareRepository; exports.TenantAwareService = _chunkOGBGOFRXjs.TenantAwareService; exports.TenantContextError = _chunkOGBGOFRXjs.TenantContextError; exports.ThemeColorsSchema = _chunkOGBGOFRXjs.ThemeColorsSchema; exports.ThemeLogoSchema = _chunkOGBGOFRXjs.ThemeLogoSchema; exports.UserProfileNotFoundError = _chunkOGBGOFRXjs.UserProfileNotFoundError; exports.UserProfileService = _chunkOGBGOFRXjs.UserProfileService; exports.UserService = _chunkOGBGOFRXjs.UserService; exports.ValidationError = _chunkOGBGOFRXjs.ValidationError; exports.ViewBuilder = _chunkOGBGOFRXjs.ViewBuilder; exports.ViewService = _chunkOGBGOFRXjs.ViewService; exports.ViewportSchema = _chunkOGBGOFRXjs.ViewportSchema; exports.WorkflowBuilder = _chunkOGBGOFRXjs.WorkflowBuilder; exports.WorkflowConditionBuilder = _chunkOGBGOFRXjs.WorkflowConditionBuilder; exports.WorkflowConfigSchema = _chunkOGBGOFRXjs.WorkflowConfigSchema; exports.WorkflowDefinitionSchema = _chunkOGBGOFRXjs.WorkflowDefinitionSchema; exports.WorkflowEndBuilder = _chunkOGBGOFRXjs.WorkflowEndBuilder; exports.WorkflowFormBuilder = _chunkOGBGOFRXjs.WorkflowFormBuilder; exports.WorkflowFormRowBuilder = _chunkOGBGOFRXjs.WorkflowFormRowBuilder; exports.WorkflowInstanceService = _chunkOGBGOFRXjs.WorkflowInstanceService; exports.WorkflowLayoutSchema = _chunkOGBGOFRXjs.WorkflowLayoutSchema; exports.WorkflowNodeSchema = _chunkOGBGOFRXjs.WorkflowNodeSchema; exports.WorkflowParticipantBuilder = _chunkOGBGOFRXjs.WorkflowParticipantBuilder; exports.WorkflowParticipationService = _chunkOGBGOFRXjs.WorkflowParticipationService; exports.WorkflowRelationService = _chunkOGBGOFRXjs.WorkflowRelationService; exports.WorkflowService = _chunkOGBGOFRXjs.WorkflowService; exports.WorkflowSimpleFormBuilder = _chunkOGBGOFRXjs.WorkflowSimpleFormBuilder; exports.WorkflowSlotSchema = _chunkOGBGOFRXjs.WorkflowSlotSchema; exports.WorkflowStartBuilder = _chunkOGBGOFRXjs.WorkflowStartBuilder; exports.WorkflowStatusSchema = _chunkOGBGOFRXjs.WorkflowStatusSchema; exports.WorkflowThemeSchema = _chunkOGBGOFRXjs.WorkflowThemeSchema; exports.and = _chunkOGBGOFRXjs.and; exports.asTenantId = _chunkOGBGOFRXjs.asTenantId; exports.asUserId = _chunkOGBGOFRXjs.asUserId; exports.attributeConfigSchemas = _chunkOGBGOFRXjs.attributeConfigSchemas; exports.buildAuditChanges = _chunkOGBGOFRXjs.buildAuditChanges; exports.cacheKeys = _chunkOGBGOFRXjs.cacheKeys; exports.cacheTtl = _chunkOGBGOFRXjs.cacheTtl; exports.canAuthenticate = _chunkOGBGOFRXjs.canAuthenticate; exports.canExecuteNode = _chunkOGBGOFRXjs.canExecuteNode; exports.canParticipate = _chunkOGBGOFRXjs.canParticipate; exports.canResumeInstance = _chunkOGBGOFRXjs.canResumeInstance; exports.checkbox = _chunkOGBGOFRXjs.checkbox; exports.checkboxConfigSchema = _chunkOGBGOFRXjs.checkboxConfigSchema; exports.complete = _chunkOGBGOFRXjs.complete; exports.computeLabelWithRelations = _chunkOGBGOFRXjs.computeLabelWithRelations; exports.computeRecordStatus = _chunkOGBGOFRXjs.computeRecordStatus; exports.createAttributeValidator = _chunkOGBGOFRXjs.createAttributeValidator; exports.createCheckboxValidator = _chunkOGBGOFRXjs.createCheckboxValidator; exports.createCurrencyValidator = _chunkOGBGOFRXjs.createCurrencyValidator; exports.createDateValidator = _chunkOGBGOFRXjs.createDateValidator; exports.createDefaultExecutorRegistry = _chunkOGBGOFRXjs.createDefaultExecutorRegistry; exports.createDefaultState = _chunkOGBGOFRXjs.createDefaultState; exports.createDraftValidator = _chunkOGBGOFRXjs.createDraftValidator; exports.createEmptyContext = _chunkOGBGOFRXjs.createEmptyContext; exports.createFileValidator = _chunkOGBGOFRXjs.createFileValidator; exports.createFormAttributeValidator = _chunkOGBGOFRXjs.createFormAttributeValidator; exports.createFormulaValidator = _chunkOGBGOFRXjs.createFormulaValidator; exports.createLocationValidator = _chunkOGBGOFRXjs.createLocationValidator; exports.createMockAdapter = _chunkOGBGOFRXjs.createMockAdapter; exports.createMultiRelationValidator = _chunkOGBGOFRXjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunkOGBGOFRXjs.createMultiselectValidator; exports.createNumberValidator = _chunkOGBGOFRXjs.createNumberValidator; exports.createObjectValidator = _chunkOGBGOFRXjs.createObjectValidator; exports.createPhoneValidator = _chunkOGBGOFRXjs.createPhoneValidator; exports.createQueryBuilder = _chunkOGBGOFRXjs.createQueryBuilder; exports.createRatingValidator = _chunkOGBGOFRXjs.createRatingValidator; exports.createRelationValidator = _chunkOGBGOFRXjs.createRelationValidator; exports.createRichtextValidator = _chunkOGBGOFRXjs.createRichtextValidator; exports.createRollupValidator = _chunkOGBGOFRXjs.createRollupValidator; exports.createSelectValidator = _chunkOGBGOFRXjs.createSelectValidator; exports.createSingleRelationValidator = _chunkOGBGOFRXjs.createSingleRelationValidator; exports.createStartTransition = _chunkOGBGOFRXjs.createStartTransition; exports.createStatusValidator = _chunkOGBGOFRXjs.createStatusValidator; exports.createTextAreaValidator = _chunkOGBGOFRXjs.createTextAreaValidator; exports.createTextValidator = _chunkOGBGOFRXjs.createTextValidator; exports.createUserValidator = _chunkOGBGOFRXjs.createUserValidator; exports.currency = _chunkOGBGOFRXjs.currency; exports.currencyConfigSchema = _chunkOGBGOFRXjs.currencyConfigSchema; exports.date = _chunkOGBGOFRXjs.date; exports.dateConfigSchema = _chunkOGBGOFRXjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunkOGBGOFRXjs.defaultPolicyRegistry; exports.enrichValuesWithSelectLabels = _chunkOGBGOFRXjs.enrichValuesWithSelectLabels; exports.eq = _chunkOGBGOFRXjs.eq; exports.error = _chunkOGBGOFRXjs.error; exports.evaluate = _chunkOGBGOFRXjs.evaluate; exports.evaluateCondition = _chunkOGBGOFRXjs.evaluateCondition; exports.evaluateFormula = _chunkOGBGOFRXjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkOGBGOFRXjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkOGBGOFRXjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkOGBGOFRXjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkOGBGOFRXjs.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkOGBGOFRXjs.evaluateWithTrace; exports.extractAttributeNames = _chunkOGBGOFRXjs.extractAttributeNames; exports.extractFormulaVariables = _chunkOGBGOFRXjs.extractFormulaVariables; exports.extractRelationIds = _chunkOGBGOFRXjs.extractRelationIds; exports.extractRelationNames = _chunkOGBGOFRXjs.extractRelationNames; exports.extractRelationReferences = _chunkOGBGOFRXjs.extractRelationReferences; exports.file = _chunkOGBGOFRXjs.file; exports.fileConfigSchema = _chunkOGBGOFRXjs.fileConfigSchema; exports.flattenRelationsForEval = _chunkOGBGOFRXjs.flattenRelationsForEval; exports.formatAttributeValue = _chunkOGBGOFRXjs.formatAttributeValue; exports.formatFormulaResult = _chunkOGBGOFRXjs.formatFormulaResult; exports.formatRecord = _chunkOGBGOFRXjs.formatRecord; exports.formatRecords = _chunkOGBGOFRXjs.formatRecords; exports.formula = _chunkOGBGOFRXjs.formula; exports.formulaConfigSchema = _chunkOGBGOFRXjs.formulaConfigSchema; exports.generateCssVariables = _chunkOGBGOFRXjs.generateCssVariables; exports.generateId = _chunkOGBGOFRXjs.generateId; exports.generatePrefixedId = _chunkOGBGOFRXjs.generatePrefixedId; exports.getAttributeConfigSchema = _chunkOGBGOFRXjs.getAttributeConfigSchema; exports.getContext = _chunkOGBGOFRXjs.getContext; exports.getContextValue = _chunkOGBGOFRXjs.getContextValue; exports.getDefaultExecutorRegistry = _chunkOGBGOFRXjs.getDefaultExecutorRegistry; exports.getDefaultPinCodeService = _chunkOGBGOFRXjs.getDefaultPinCodeService; exports.getDefaultTokenService = _chunkOGBGOFRXjs.getDefaultTokenService; exports.getMissingRequiredAttributes = _chunkOGBGOFRXjs.getMissingRequiredAttributes; exports.getNodeOutputs = _chunkOGBGOFRXjs.getNodeOutputs; exports.getPathDepth = _chunkOGBGOFRXjs.getPathDepth; exports.getRelationPath = _chunkOGBGOFRXjs.getRelationPath; exports.getSyncPreview = _chunkOGBGOFRXjs.getSyncPreview; exports.getSystemAttributeList = _chunkOGBGOFRXjs.getSystemAttributeList; exports.getTargetAttributeName = _chunkOGBGOFRXjs.getTargetAttributeName; exports.getTenantId = _chunkOGBGOFRXjs.getTenantId; exports.getUserId = _chunkOGBGOFRXjs.getUserId; exports.getViewSyncPreview = _chunkOGBGOFRXjs.getViewSyncPreview; exports.group = _chunkOGBGOFRXjs.group; exports.hasContext = _chunkOGBGOFRXjs.hasContext; exports.hasRelationReferences = _chunkOGBGOFRXjs.hasRelationReferences; exports.inValues = _chunkOGBGOFRXjs.inValues; exports.initializePinCodeService = _chunkOGBGOFRXjs.initializePinCodeService; exports.initializeTokenService = _chunkOGBGOFRXjs.initializeTokenService; exports.isActivityTab = isActivityTab; exports.isAdvancedFilterState = isAdvancedFilterState; exports.isAdvancedFormNode = _chunkOGBGOFRXjs.isAdvancedFormNode; exports.isConditionGroup = _chunkOGBGOFRXjs.isConditionGroup; exports.isConditionNode = _chunkOGBGOFRXjs.isConditionNode; exports.isConditionRule = _chunkOGBGOFRXjs.isConditionRule; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk36UBIXJNjs.isDefaultRole; exports.isDirectTableTab = isDirectTableTab; exports.isEmpty = _chunkOGBGOFRXjs.isEmpty; exports.isEndNode = _chunkOGBGOFRXjs.isEndNode; exports.isFlowDefinition = isFlowDefinition; exports.isFlowPublished = isFlowPublished; exports.isFlowsTab = isFlowsTab; exports.isForbiddenError = _chunkOGBGOFRXjs.isForbiddenError; exports.isFormNode = _chunkOGBGOFRXjs.isFormNode; exports.isFormTab = isFormTab; exports.isInstanceEvent = _chunkOGBGOFRXjs.isInstanceEvent; exports.isInstanceTerminal = _chunkOGBGOFRXjs.isInstanceTerminal; exports.isInstanceWaiting = _chunkOGBGOFRXjs.isInstanceWaiting; exports.isInverseTableTab = isInverseTableTab; exports.isLabelExpression = _chunkOGBGOFRXjs.isLabelExpression; exports.isNoValueOperator = isNoValueOperator; exports.isNodeEvent = _chunkOGBGOFRXjs.isNodeEvent; exports.isNotEmpty = _chunkOGBGOFRXjs.isNotEmpty; exports.isNotFoundError = _chunkOGBGOFRXjs.isNotFoundError; exports.isNotesTab = isNotesTab; exports.isParticipationEvent = _chunkOGBGOFRXjs.isParticipationEvent; exports.isPinCodeAuth = _chunkOGBGOFRXjs.isPinCodeAuth; exports.isProtectedResourceError = _chunkOGBGOFRXjs.isProtectedResourceError; exports.isRecordComplete = _chunkOGBGOFRXjs.isRecordComplete; exports.isSchemaError = _chunkOGBGOFRXjs.isSchemaError; exports.isSignedLinkAuth = _chunkOGBGOFRXjs.isSignedLinkAuth; exports.isSimpleFormNode = _chunkOGBGOFRXjs.isSimpleFormNode; exports.isStartNode = _chunkOGBGOFRXjs.isStartNode; exports.isSystemAttribute = _chunkOGBGOFRXjs.isSystemAttribute; exports.isSystemAttributeObject = _chunkOGBGOFRXjs.isSystemAttributeObject; exports.isSystemFlow = isSystemFlow; exports.isSystemWorkflow = _chunkOGBGOFRXjs.isSystemWorkflow; exports.isTableTab = isTableTab; exports.isUniversalRelation = _chunkOGBGOFRXjs.isUniversalRelation; exports.isValidationError = _chunkOGBGOFRXjs.isValidationError; exports.isWorkflowDefinition = _chunkOGBGOFRXjs.isWorkflowDefinition; exports.isWorkflowPublished = _chunkOGBGOFRXjs.isWorkflowPublished; exports.location = _chunkOGBGOFRXjs.location; exports.locationConfigSchema = _chunkOGBGOFRXjs.locationConfigSchema; exports.mergeFormToSlot = _chunkOGBGOFRXjs.mergeFormToSlot; exports.mergeWithDefaults = _chunkOGBGOFRXjs.mergeWithDefaults; exports.multiselect = _chunkOGBGOFRXjs.multiselect; exports.multiselectConfigSchema = _chunkOGBGOFRXjs.multiselectConfigSchema; exports.neq = _chunkOGBGOFRXjs.neq; exports.notesPolicy = _chunkOGBGOFRXjs.notesPolicy; exports.number = _chunkOGBGOFRXjs.number; exports.numberConfigSchema = _chunkOGBGOFRXjs.numberConfigSchema; exports.object = _chunkOGBGOFRXjs.object; exports.or = _chunkOGBGOFRXjs.or; exports.parseAttributeConfig = _chunkOGBGOFRXjs.parseAttributeConfig; exports.parsePath = _chunkOGBGOFRXjs.parsePath; exports.pathHasManyCardinality = _chunkOGBGOFRXjs.pathHasManyCardinality; exports.phone = _chunkOGBGOFRXjs.phone; exports.phoneConfigSchema = _chunkOGBGOFRXjs.phoneConfigSchema; exports.rating = _chunkOGBGOFRXjs.rating; exports.ratingConfigSchema = _chunkOGBGOFRXjs.ratingConfigSchema; exports.registry = _chunkOGBGOFRXjs.registry; exports.relation = _chunkOGBGOFRXjs.relation; exports.relationConfigSchema = _chunkOGBGOFRXjs.relationConfigSchema; exports.renderLabelExpression = _chunkOGBGOFRXjs.renderLabelExpression; exports.resolveMultiplePaths = _chunkOGBGOFRXjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkOGBGOFRXjs.resolveSingleValue; exports.richtext = _chunkOGBGOFRXjs.richtext; exports.richtextConfigSchema = _chunkOGBGOFRXjs.richtextConfigSchema; exports.rollup = _chunkOGBGOFRXjs.rollup; exports.rollupConfigSchema = _chunkOGBGOFRXjs.rollupConfigSchema; exports.runWithContext = _chunkOGBGOFRXjs.runWithContext; exports.safeParseAttributeConfig = _chunkOGBGOFRXjs.safeParseAttributeConfig; exports.select = _chunkOGBGOFRXjs.select; exports.selectConfigSchema = _chunkOGBGOFRXjs.selectConfigSchema; exports.setContextValue = _chunkOGBGOFRXjs.setContextValue; exports.status = _chunkOGBGOFRXjs.status; exports.statusConfigSchema = _chunkOGBGOFRXjs.statusConfigSchema; exports.success = _chunkOGBGOFRXjs.success; exports.syncAll = _chunkOGBGOFRXjs.syncAll; exports.syncNativeObjects = _chunkOGBGOFRXjs.syncNativeObjects; exports.syncNativeViews = _chunkOGBGOFRXjs.syncNativeViews; exports.text = _chunkOGBGOFRXjs.text; exports.textConfigSchema = _chunkOGBGOFRXjs.textConfigSchema; exports.textarea = _chunkOGBGOFRXjs.textarea; exports.textareaConfigSchema = _chunkOGBGOFRXjs.textareaConfigSchema; exports.toAdvancedFilterState = toAdvancedFilterState; exports.toSimpleFilterState = toSimpleFilterState; exports.traversePath = _chunkOGBGOFRXjs.traversePath; exports.user = _chunkOGBGOFRXjs.user; exports.userConfigSchema = _chunkOGBGOFRXjs.userConfigSchema; exports.validateAttribute = _chunkOGBGOFRXjs.validateAttribute; exports.validateAttributeConfig = _chunkOGBGOFRXjs.validateAttributeConfig; exports.validateDraft = _chunkOGBGOFRXjs.validateDraft; exports.validateDraftOrThrow = _chunkOGBGOFRXjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunkOGBGOFRXjs.validateFormulaExpression; exports.validateObject = _chunkOGBGOFRXjs.validateObject; exports.validateObjectOrThrow = _chunkOGBGOFRXjs.validateObjectOrThrow; exports.validatePath = _chunkOGBGOFRXjs.validatePath; exports.verifyNativeObjectsSync = _chunkOGBGOFRXjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkOGBGOFRXjs.verifyNativeViewsSync; exports.view = _chunkOGBGOFRXjs.view; exports.viewRegistry = viewRegistry; exports.wait = _chunkOGBGOFRXjs.wait; exports.withTenantContext = _chunkOGBGOFRXjs.withTenantContext; exports.workflow = _chunkOGBGOFRXjs.workflow;