@stndrds/schema 1.0.0-alpha.79 → 1.0.0-alpha.81
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-5SZ5OISG.mjs → chunk-7VNLLASJ.mjs} +0 -2
- package/dist/{chunk-3WTK7ESH.js → chunk-HUT6HYXJ.js} +0 -2
- package/dist/{chunk-K5MARJCD.mjs → chunk-OR44EVWO.mjs} +1229 -1957
- package/dist/{chunk-Y4FDI32G.js → chunk-WHDJLJRK.js} +1476 -2204
- package/dist/index.d.mts +215 -94
- package/dist/index.d.ts +215 -94
- package/dist/index.js +6 -16
- package/dist/index.mjs +34 -44
- package/dist/{runtime-CjZp8UsJ.d.ts → runtime-B6Dt5_Gc.d.ts} +544 -1321
- package/dist/{runtime-BU3qnMH0.d.mts → runtime-Ttkdn9W7.d.mts} +544 -1321
- package/dist/runtime.d.mts +2 -2
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +3 -19
- package/dist/runtime.mjs +4 -20
- package/dist/validation/validators.d.mts +1 -1
- package/dist/validation/validators.d.ts +1 -1
- package/dist/validation/validators.js +2 -2
- package/dist/validation/validators.mjs +1 -1
- package/dist/{validators-DVfMzWfY.d.mts → validators-BeBrdQCB.d.mts} +1 -14
- package/dist/{validators-5RPbTlXa.d.ts → validators-UuAMCPc6.d.ts} +1 -14
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -334,12 +334,7 @@
|
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
var _chunkY4FDI32Gjs = require('./chunk-Y4FDI32G.js');
|
|
337
|
+
var _chunkWHDJLJRKjs = require('./chunk-WHDJLJRK.js');
|
|
343
338
|
|
|
344
339
|
|
|
345
340
|
|
|
@@ -412,7 +407,7 @@ var _chunkNEVERCM3js = require('./chunk-NEVERCM3.js');
|
|
|
412
407
|
|
|
413
408
|
|
|
414
409
|
|
|
415
|
-
var
|
|
410
|
+
var _chunkHUT6HYXJjs = require('./chunk-HUT6HYXJ.js');
|
|
416
411
|
|
|
417
412
|
|
|
418
413
|
|
|
@@ -601,14 +596,14 @@ function applyRelationProps(label, props, propertyDefs) {
|
|
|
601
596
|
if (value == null) continue;
|
|
602
597
|
const def = defMap.get(key);
|
|
603
598
|
if (def) {
|
|
604
|
-
const formatted =
|
|
605
|
-
formattedProps[key] = formatted ===
|
|
599
|
+
const formatted = _chunkWHDJLJRKjs.formatAttributeValue.call(void 0, value, def);
|
|
600
|
+
formattedProps[key] = formatted === _chunkWHDJLJRKjs.EMPTY_VALUE_PLACEHOLDER ? "" : formatted;
|
|
606
601
|
} else {
|
|
607
602
|
formattedProps[key] = value;
|
|
608
603
|
}
|
|
609
604
|
}
|
|
610
605
|
}
|
|
611
|
-
const result =
|
|
606
|
+
const result = _chunkWHDJLJRKjs.renderLabelExpression.call(void 0, label, { props: formattedProps }, "");
|
|
612
607
|
return result.replace(/\(\s*\)/g, "").replace(/\[\s*\]/g, "").replace(/\s*[-\u2014|:]\s*$/g, "").replace(/\s{2,}/g, " ").trim();
|
|
613
608
|
}
|
|
614
609
|
|
|
@@ -2057,9 +2052,4 @@ function isViewCustomized(view2, object2) {
|
|
|
2057
2052
|
|
|
2058
2053
|
|
|
2059
2054
|
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
exports.ALL_ACTIONS = ALL_ACTIONS; exports.ALL_SYSTEM_RESOURCES = _chunk7WT53FJ4js.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkY4FDI32Gjs.ActivityTabConfig; exports.AttributeInUseError = _chunkY4FDI32Gjs.AttributeInUseError; exports.AttributeNotFoundError = _chunkY4FDI32Gjs.AttributeNotFoundError; exports.AuditService = _chunkY4FDI32Gjs.AuditService; exports.AuthMethodSchema = _chunkY4FDI32Gjs.AuthMethodSchema; exports.BEHAVIOR_PROPERTIES = _chunkY4FDI32Gjs.BEHAVIOR_PROPERTIES; exports.BaseRepository = _chunkY4FDI32Gjs.BaseRepository; exports.BaseService = _chunkY4FDI32Gjs.BaseService; exports.ConcurrentModificationError = _chunkY4FDI32Gjs.ConcurrentModificationError; exports.ConditionExecutor = _chunkY4FDI32Gjs.ConditionExecutor; exports.ConditionGroupSchema = _chunkY4FDI32Gjs.ConditionGroupSchema; exports.ConditionNodeSchema = _chunkY4FDI32Gjs.ConditionNodeSchema; exports.ConditionOperatorSchema = _chunkY4FDI32Gjs.ConditionOperatorSchema; exports.ConditionRuleSchema = _chunkY4FDI32Gjs.ConditionRuleSchema; exports.CreateShareInputSchema = _chunkY4FDI32Gjs.CreateShareInputSchema; exports.CustomTabConfig = _chunkY4FDI32Gjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkY4FDI32Gjs.DEFAULT_LABEL_FALLBACK; exports.DEFAULT_ROLES = _chunk7WT53FJ4js.DEFAULT_ROLES; exports.DEFAULT_ROLE_DESCRIPTIONS = _chunk7WT53FJ4js.DEFAULT_ROLE_DESCRIPTIONS; exports.DEFAULT_ROLE_FOR_NEW_USERS = _chunk7WT53FJ4js.DEFAULT_ROLE_FOR_NEW_USERS; exports.DEFAULT_ROLE_LABELS = _chunk7WT53FJ4js.DEFAULT_ROLE_LABELS; exports.DEFAULT_ROLE_PERMISSIONS = _chunk7WT53FJ4js.DEFAULT_ROLE_PERMISSIONS; exports.DEFAULT_THEME = _chunkY4FDI32Gjs.DEFAULT_THEME; exports.DEFAULT_VALIDATION_MESSAGES = _chunk3WTK7ESHjs.DEFAULT_VALIDATION_MESSAGES; exports.DRIVING_LICENSE = _chunkY4FDI32Gjs.DRIVING_LICENSE; exports.DetailViewBuilder = _chunkY4FDI32Gjs.DetailViewBuilder; exports.DocumentExecutor = _chunkY4FDI32Gjs.DocumentExecutor; exports.DocumentGenerationNotConfiguredError = _chunkY4FDI32Gjs.DocumentGenerationNotConfiguredError; exports.DocumentGenerationService = _chunkY4FDI32Gjs.DocumentGenerationService; exports.DocumentGenerationTemplateNotFoundError = _chunkY4FDI32Gjs.DocumentGenerationTemplateNotFoundError; exports.DocumentNodeSchema = _chunkY4FDI32Gjs.DocumentNodeSchema; exports.DocumentProcessingHook = _chunkY4FDI32Gjs.DocumentProcessingHook; exports.DocumentProcessingService = _chunkY4FDI32Gjs.DocumentProcessingService; exports.DocumentRenderError = _chunkY4FDI32Gjs.DocumentRenderError; exports.DocumentRendererService = _chunkY4FDI32Gjs.DocumentRendererService; exports.DocumentService = _chunkY4FDI32Gjs.DocumentService; exports.DocumentTemplateService = _chunkY4FDI32Gjs.DocumentTemplateService; exports.DocumentsTabConfig = _chunkY4FDI32Gjs.DocumentsTabConfig; exports.DuplicateError = _chunkY4FDI32Gjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkY4FDI32Gjs.EMPTY_VALUE_PLACEHOLDER; exports.EndExecutor = _chunkY4FDI32Gjs.EndExecutor; exports.EndNodeSchema = _chunkY4FDI32Gjs.EndNodeSchema; exports.ExecutorRegistry = _chunkY4FDI32Gjs.ExecutorRegistry; exports.FORBIDDEN_PROPERTY_TYPES = _chunkY4FDI32Gjs.FORBIDDEN_PROPERTY_TYPES; exports.FRENCH_ID_CARD = _chunkY4FDI32Gjs.FRENCH_ID_CARD; exports.FeatureFlagsContextError = _chunkY4FDI32Gjs.FeatureFlagsContextError; exports.FileNotFoundError = _chunkY4FDI32Gjs.FileNotFoundError; exports.FileService = _chunkY4FDI32Gjs.FileService; exports.FlagRegistry = FlagRegistry; exports.FlagService = FlagService; exports.FlowRowFieldSchema = _chunkY4FDI32Gjs.FlowRowFieldSchema; exports.FlowRowSchema = _chunkY4FDI32Gjs.FlowRowSchema; exports.FlowsTabConfig = _chunkY4FDI32Gjs.FlowsTabConfig; exports.ForbiddenError = _chunkY4FDI32Gjs.ForbiddenError; exports.FormExecutor = _chunkY4FDI32Gjs.FormExecutor; exports.FormFieldRefSchema = _chunkY4FDI32Gjs.FormFieldRefSchema; exports.FormNodeSchema = _chunkY4FDI32Gjs.FormNodeSchema; exports.FormulaResolverService = _chunkY4FDI32Gjs.FormulaResolverService; exports.GENERIC_DOCUMENT = _chunkY4FDI32Gjs.GENERIC_DOCUMENT; exports.GeocodingService = _chunkY4FDI32Gjs.GeocodingService; exports.GlobalSearchService = _chunkY4FDI32Gjs.GlobalSearchService; exports.GrantExpiredError = _chunkY4FDI32Gjs.GrantExpiredError; exports.GrantNotFoundError = _chunkY4FDI32Gjs.GrantNotFoundError; exports.GrantRevokedError = _chunkY4FDI32Gjs.GrantRevokedError; exports.GroupBuilder = _chunkY4FDI32Gjs.GroupBuilder; exports.IDENTITY_PROPERTIES = _chunkY4FDI32Gjs.IDENTITY_PROPERTIES; exports.InvalidPathError = _chunkY4FDI32Gjs.InvalidPathError; exports.InvitationAlreadyAcceptedError = _chunkY4FDI32Gjs.InvitationAlreadyAcceptedError; exports.InvitationExpiredError = _chunkY4FDI32Gjs.InvitationExpiredError; exports.InvitationNotFoundError = _chunkY4FDI32Gjs.InvitationNotFoundError; exports.InvitationRevokedError = _chunkY4FDI32Gjs.InvitationRevokedError; exports.ListViewBuilder = _chunkY4FDI32Gjs.ListViewBuilder; exports.ListViewTabConfigBuilder = _chunkY4FDI32Gjs.ListViewTabConfigBuilder; exports.MaxDepthExceededError = _chunkY4FDI32Gjs.MaxDepthExceededError; exports.NON_SORTABLE_TYPES = _chunkY4FDI32Gjs.NON_SORTABLE_TYPES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NodePositionSchema = _chunkY4FDI32Gjs.NodePositionSchema; exports.NoopCacheAdapter = _chunkY4FDI32Gjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkY4FDI32Gjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkY4FDI32Gjs.NoopHookRegistry; exports.NotFoundError = _chunkY4FDI32Gjs.NotFoundError; exports.NotSystemObjectError = _chunkY4FDI32Gjs.NotSystemObjectError; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkY4FDI32Gjs.ObjectBuilder; exports.ObjectNotFoundError = _chunkY4FDI32Gjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunkY4FDI32Gjs.ObjectReferencedError; exports.ObjectSchemaService = _chunkY4FDI32Gjs.ObjectSchemaService; exports.PASSPORT = _chunkY4FDI32Gjs.PASSPORT; exports.PRESENTATION_PROPERTIES = _chunkY4FDI32Gjs.PRESENTATION_PROPERTIES; exports.PROOF_OF_ADDRESS = _chunkY4FDI32Gjs.PROOF_OF_ADDRESS; exports.PermissionService = _chunkY4FDI32Gjs.PermissionService; exports.PolicyRegistry = _chunkY4FDI32Gjs.PolicyRegistry; exports.PolicyViolationError = _chunkY4FDI32Gjs.PolicyViolationError; exports.ProtectedResourceError = _chunkY4FDI32Gjs.ProtectedResourceError; exports.ProtectedRoleError = _chunkY4FDI32Gjs.ProtectedRoleError; exports.QueryBuilder = _chunkY4FDI32Gjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkY4FDI32Gjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkY4FDI32Gjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkY4FDI32Gjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkY4FDI32Gjs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunkY4FDI32Gjs.RecordNotFoundError; exports.RecordQueryService = _chunkY4FDI32Gjs.RecordQueryService; exports.RecordReferencedError = _chunkY4FDI32Gjs.RecordReferencedError; exports.RecordResolverService = _chunkY4FDI32Gjs.RecordResolverService; exports.RecordService = _chunkY4FDI32Gjs.RecordService; exports.RelationGroupBuilder = _chunkY4FDI32Gjs.RelationGroupBuilder; exports.RelationPropertiesService = _chunkY4FDI32Gjs.RelationPropertiesService; exports.RelationService = _chunkY4FDI32Gjs.RelationService; exports.RichtextTabConfig = _chunkY4FDI32Gjs.RichtextTabConfig; exports.RoleNotFoundError = _chunkY4FDI32Gjs.RoleNotFoundError; exports.RollupScheduler = _chunkY4FDI32Gjs.RollupScheduler; exports.RollupService = _chunkY4FDI32Gjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkY4FDI32Gjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SIGNABLE_CONTRACT = _chunkY4FDI32Gjs.SIGNABLE_CONTRACT; exports.SORTABLE_ATTRIBUTE_TYPES = _chunkY4FDI32Gjs.SORTABLE_ATTRIBUTE_TYPES; exports.SYSTEM_ATTRIBUTES = _chunkY4FDI32Gjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkY4FDI32Gjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk7WT53FJ4js.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk7WT53FJ4js.SYSTEM_RESOURCE_LABELS; exports.SYSTEM_TEMPLATES = _chunkY4FDI32Gjs.SYSTEM_TEMPLATES; exports.SYSTEM_TEMPLATE_IDS = _chunkY4FDI32Gjs.SYSTEM_TEMPLATE_IDS; exports.SchemaContextAwareRepository = _chunkY4FDI32Gjs.SchemaContextAwareRepository; exports.SchemaError = _chunkY4FDI32Gjs.SchemaError; exports.SchemaErrorCode = _chunkY4FDI32Gjs.SchemaErrorCode; exports.ShareStatusSchema = _chunkY4FDI32Gjs.ShareStatusSchema; exports.SlotModeSchema = _chunkY4FDI32Gjs.SlotModeSchema; exports.StartExecutor = _chunkY4FDI32Gjs.StartExecutor; exports.StartNodeSchema = _chunkY4FDI32Gjs.StartNodeSchema; exports.StorageDownloadNotSupportedError = _chunkY4FDI32Gjs.StorageDownloadNotSupportedError; exports.SyncError = _chunkY4FDI32Gjs.SyncError; exports.TabBuilder = _chunkY4FDI32Gjs.TabBuilder; exports.TableTabConfig = _chunkY4FDI32Gjs.TableTabConfig; exports.TenantContextError = _chunkY4FDI32Gjs.TenantContextError; exports.ThemeColorsSchema = _chunkY4FDI32Gjs.ThemeColorsSchema; exports.ThemeLogoSchema = _chunkY4FDI32Gjs.ThemeLogoSchema; exports.TokenRevokedError = _chunkY4FDI32Gjs.TokenRevokedError; exports.USER_STATUSES = USER_STATUSES; exports.UserProfileNotFoundError = _chunkY4FDI32Gjs.UserProfileNotFoundError; exports.UserProfileService = _chunkY4FDI32Gjs.UserProfileService; exports.UserService = _chunkY4FDI32Gjs.UserService; exports.ValidationError = _chunkY4FDI32Gjs.ValidationError; exports.ViewBuilder = _chunkY4FDI32Gjs.ViewBuilder; exports.ViewService = _chunkY4FDI32Gjs.ViewService; exports.ViewportSchema = _chunkY4FDI32Gjs.ViewportSchema; exports.WorkflowAccessGrantService = _chunkY4FDI32Gjs.WorkflowAccessGrantService; exports.WorkflowBuilder = _chunkY4FDI32Gjs.WorkflowBuilder; exports.WorkflowConditionBuilder = _chunkY4FDI32Gjs.WorkflowConditionBuilder; exports.WorkflowConfigSchema = _chunkY4FDI32Gjs.WorkflowConfigSchema; exports.WorkflowDefinitionSchema = _chunkY4FDI32Gjs.WorkflowDefinitionSchema; exports.WorkflowEndBuilder = _chunkY4FDI32Gjs.WorkflowEndBuilder; exports.WorkflowFormBuilder = _chunkY4FDI32Gjs.WorkflowFormBuilder; exports.WorkflowFormRowBuilder = _chunkY4FDI32Gjs.WorkflowFormRowBuilder; exports.WorkflowInstanceService = _chunkY4FDI32Gjs.WorkflowInstanceService; exports.WorkflowInvitationService = _chunkY4FDI32Gjs.WorkflowInvitationService; exports.WorkflowJwtService = _chunkY4FDI32Gjs.WorkflowJwtService; exports.WorkflowLayoutSchema = _chunkY4FDI32Gjs.WorkflowLayoutSchema; exports.WorkflowNodeSchema = _chunkY4FDI32Gjs.WorkflowNodeSchema; exports.WorkflowRelationService = _chunkY4FDI32Gjs.WorkflowRelationService; exports.WorkflowService = _chunkY4FDI32Gjs.WorkflowService; exports.WorkflowShareSchema = _chunkY4FDI32Gjs.WorkflowShareSchema; exports.WorkflowSimpleFormBuilder = _chunkY4FDI32Gjs.WorkflowSimpleFormBuilder; exports.WorkflowSlotSchema = _chunkY4FDI32Gjs.WorkflowSlotSchema; exports.WorkflowStartBuilder = _chunkY4FDI32Gjs.WorkflowStartBuilder; exports.WorkflowStatusSchema = _chunkY4FDI32Gjs.WorkflowStatusSchema; exports.WorkflowThemeSchema = _chunkY4FDI32Gjs.WorkflowThemeSchema; exports.accessLevelToActions = accessLevelToActions; exports.actionsToAccessLevel = actionsToAccessLevel; exports.addSchemaToContext = _chunkY4FDI32Gjs.addSchemaToContext; exports.and = _chunkY4FDI32Gjs.and; exports.applyDefaultValues = _chunkY4FDI32Gjs.applyDefaultValues; exports.applyRelationProps = applyRelationProps; exports.asTenantId = _chunkNEVERCM3js.asTenantId; exports.asUserId = _chunkNEVERCM3js.asUserId; exports.attributeConfigSchemas = _chunk3WTK7ESHjs.attributeConfigSchemas; exports.booleanFlag = booleanFlag; exports.buildAuditChanges = _chunkY4FDI32Gjs.buildAuditChanges; exports.buildPolicyContext = _chunkY4FDI32Gjs.buildPolicyContext; exports.cacheKeys = _chunkY4FDI32Gjs.cacheKeys; exports.cacheTtl = _chunkY4FDI32Gjs.cacheTtl; exports.canAccessNode = _chunkY4FDI32Gjs.canAccessNode; exports.canResumeInstance = _chunkY4FDI32Gjs.canResumeInstance; exports.checkPermission = _chunkY4FDI32Gjs.checkPermission; exports.checkRecordAccess = _chunkY4FDI32Gjs.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunkY4FDI32Gjs.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunkY4FDI32Gjs.checkRecordModifyOrThrow; exports.checkSharedObjectWriteAccess = _chunkY4FDI32Gjs.checkSharedObjectWriteAccess; exports.checkbox = _chunkY4FDI32Gjs.checkbox; exports.checkboxConfigSchema = _chunk3WTK7ESHjs.checkboxConfigSchema; exports.complete = _chunkY4FDI32Gjs.complete; exports.computeLabel = _chunkY4FDI32Gjs.computeLabel; exports.computeLabelWithRelations = _chunkY4FDI32Gjs.computeLabelWithRelations; exports.computeRecordStatus = _chunk3WTK7ESHjs.computeRecordStatus; exports.createAttributeValidator = _chunk3WTK7ESHjs.createAttributeValidator; exports.createCheckboxValidator = _chunk3WTK7ESHjs.createCheckboxValidator; exports.createContextForCreate = _chunkY4FDI32Gjs.createContextForCreate; exports.createContextForDelete = _chunkY4FDI32Gjs.createContextForDelete; exports.createContextForRestore = _chunkY4FDI32Gjs.createContextForRestore; exports.createContextForUpdate = _chunkY4FDI32Gjs.createContextForUpdate; exports.createCurrencyValidator = _chunk3WTK7ESHjs.createCurrencyValidator; exports.createDateValidator = _chunk3WTK7ESHjs.createDateValidator; exports.createDefaultExecutorRegistry = _chunkY4FDI32Gjs.createDefaultExecutorRegistry; exports.createDefaultState = _chunkY4FDI32Gjs.createDefaultState; exports.createDraftValidator = _chunk3WTK7ESHjs.createDraftValidator; exports.createEmptyContext = _chunkY4FDI32Gjs.createEmptyContext; exports.createFileValidator = _chunk3WTK7ESHjs.createFileValidator; exports.createFlagRegistry = createFlagRegistry; exports.createFlagService = createFlagService; exports.createFormAttributeValidator = _chunk3WTK7ESHjs.createFormAttributeValidator; exports.createFormulaValidator = _chunk3WTK7ESHjs.createFormulaValidator; exports.createLocationValidator = _chunk3WTK7ESHjs.createLocationValidator; exports.createMockAdapter = _chunkY4FDI32Gjs.createMockAdapter; exports.createMultiRelationValidator = _chunk3WTK7ESHjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunk3WTK7ESHjs.createMultiselectValidator; exports.createNumberValidator = _chunk3WTK7ESHjs.createNumberValidator; exports.createObjectValidator = _chunk3WTK7ESHjs.createObjectValidator; exports.createPhoneValidator = _chunk3WTK7ESHjs.createPhoneValidator; exports.createQueryBuilder = _chunkY4FDI32Gjs.createQueryBuilder; exports.createRatingValidator = _chunk3WTK7ESHjs.createRatingValidator; exports.createRelationValidator = _chunk3WTK7ESHjs.createRelationValidator; exports.createRichtextValidator = _chunk3WTK7ESHjs.createRichtextValidator; exports.createRollupValidator = _chunk3WTK7ESHjs.createRollupValidator; exports.createSelectValidator = _chunk3WTK7ESHjs.createSelectValidator; exports.createSingleRelationValidator = _chunk3WTK7ESHjs.createSingleRelationValidator; exports.createStartTransition = _chunkY4FDI32Gjs.createStartTransition; exports.createStatusValidator = _chunk3WTK7ESHjs.createStatusValidator; exports.createTextAreaValidator = _chunk3WTK7ESHjs.createTextAreaValidator; exports.createTextValidator = _chunk3WTK7ESHjs.createTextValidator; exports.createUserValidator = _chunk3WTK7ESHjs.createUserValidator; exports.currency = _chunkY4FDI32Gjs.currency; exports.currencyConfigSchema = _chunk3WTK7ESHjs.currencyConfigSchema; exports.date = _chunkY4FDI32Gjs.date; exports.dateConfigSchema = _chunk3WTK7ESHjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunkY4FDI32Gjs.defaultPolicyRegistry; exports.defaultTtl = _chunkY4FDI32Gjs.defaultTtl; exports.detailView = _chunkY4FDI32Gjs.detailView; exports.document = _chunkY4FDI32Gjs.document; exports.documentConfigSchema = _chunk3WTK7ESHjs.documentConfigSchema; exports.enrichRecordsWithFormulas = _chunkY4FDI32Gjs.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunkY4FDI32Gjs.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunkY4FDI32Gjs.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunkY4FDI32Gjs.enrichWithFormulas; exports.eq = _chunkY4FDI32Gjs.eq; exports.error = _chunkY4FDI32Gjs.error; exports.evaluate = _chunkY4FDI32Gjs.evaluate; exports.evaluateCondition = _chunkY4FDI32Gjs.evaluateCondition; exports.evaluateFormula = _chunkY4FDI32Gjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkY4FDI32Gjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkY4FDI32Gjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkY4FDI32Gjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkY4FDI32Gjs.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkY4FDI32Gjs.evaluateWithTrace; exports.extractAttributeNames = _chunkY4FDI32Gjs.extractAttributeNames; exports.extractFormulaVariables = _chunkY4FDI32Gjs.extractFormulaVariables; exports.extractRelationIds = _chunkY4FDI32Gjs.extractRelationIds; exports.extractRelationNames = _chunkY4FDI32Gjs.extractRelationNames; exports.extractRelationReferences = _chunkY4FDI32Gjs.extractRelationReferences; exports.file = _chunkY4FDI32Gjs.file; exports.fileConfigSchema = _chunk3WTK7ESHjs.fileConfigSchema; exports.flagRegistry = flagRegistry; exports.flattenRelationsForEval = _chunkY4FDI32Gjs.flattenRelationsForEval; exports.formatAttributeValue = _chunkY4FDI32Gjs.formatAttributeValue; exports.formatFormulaResult = _chunkY4FDI32Gjs.formatFormulaResult; exports.formatPhoneForDisplay = _chunk3WTK7ESHjs.formatPhoneForDisplay; exports.formatRecord = _chunkY4FDI32Gjs.formatRecord; exports.formatRecords = _chunkY4FDI32Gjs.formatRecords; exports.formatZodErrors = _chunk3WTK7ESHjs.formatZodErrors; exports.formula = _chunkY4FDI32Gjs.formula; exports.formulaConfigSchema = _chunk3WTK7ESHjs.formulaConfigSchema; exports.generateCssVariables = _chunkY4FDI32Gjs.generateCssVariables; exports.generateDefaultDetailView = generateDefaultDetailView; exports.generateDefaultListView = generateDefaultListView; exports.generateFallbackView = generateFallbackView; exports.generateId = _chunkNEVERCM3js.generateId; exports.generatePrefixedId = _chunkNEVERCM3js.generatePrefixedId; exports.generateTemplateName = _chunkNEVERCM3js.generateTemplateName; exports.getActiveTab = getActiveTab; exports.getAttributeConfigSchema = _chunk3WTK7ESHjs.getAttributeConfigSchema; exports.getContext = _chunkY4FDI32Gjs.getContext; exports.getContextValue = _chunkY4FDI32Gjs.getContextValue; exports.getDefaultExecutorRegistry = _chunkY4FDI32Gjs.getDefaultExecutorRegistry; exports.getErrorMessage = _chunkY4FDI32Gjs.getErrorMessage; exports.getFeatureFlags = _chunkY4FDI32Gjs.getFeatureFlags; exports.getFeatureValue = _chunkY4FDI32Gjs.getFeatureValue; exports.getMissingRequiredAttributes = _chunk3WTK7ESHjs.getMissingRequiredAttributes; exports.getNodeOutputs = _chunkY4FDI32Gjs.getNodeOutputs; exports.getPathDepth = _chunkY4FDI32Gjs.getPathDepth; exports.getPolicy = _chunkY4FDI32Gjs.getPolicy; exports.getRelationPath = _chunkY4FDI32Gjs.getRelationPath; exports.getRollupFilterOperators = getRollupFilterOperators; exports.getSchemaByNameFromContext = _chunkY4FDI32Gjs.getSchemaByNameFromContext; exports.getSchemaContext = _chunkY4FDI32Gjs.getSchemaContext; exports.getSchemaFromContext = _chunkY4FDI32Gjs.getSchemaFromContext; exports.getSyncPreview = _chunkY4FDI32Gjs.getSyncPreview; exports.getSystemAttributeList = _chunkY4FDI32Gjs.getSystemAttributeList; exports.getSystemTemplate = _chunkY4FDI32Gjs.getSystemTemplate; exports.getTargetAttributeName = _chunkY4FDI32Gjs.getTargetAttributeName; exports.getTenantId = _chunkY4FDI32Gjs.getTenantId; exports.getUserId = _chunkY4FDI32Gjs.getUserId; exports.getViewSeedPreview = _chunkY4FDI32Gjs.getViewSeedPreview; exports.getViewSyncPreview = _chunkY4FDI32Gjs.getViewSyncPreview; exports.group = _chunkY4FDI32Gjs.group; exports.hasContext = _chunkY4FDI32Gjs.hasContext; exports.hasFeatureFlagsContext = _chunkY4FDI32Gjs.hasFeatureFlagsContext; exports.hasProperties = _chunkY4FDI32Gjs.hasProperties; exports.hasRelationReferences = _chunkY4FDI32Gjs.hasRelationReferences; exports.hasSchemaContext = _chunkY4FDI32Gjs.hasSchemaContext; exports.hashOptions = _chunkY4FDI32Gjs.hashOptions; exports.inValues = _chunkY4FDI32Gjs.inValues; exports.indexBy = _chunkNEVERCM3js.indexBy; exports.inferInverseCardinality = _chunkY4FDI32Gjs.inferInverseCardinality; exports.isActivityTab = isActivityTab; exports.isAdvancedFormNode = _chunkY4FDI32Gjs.isAdvancedFormNode; exports.isAttributeSortable = _chunkY4FDI32Gjs.isAttributeSortable; exports.isBehaviorProperty = _chunkY4FDI32Gjs.isBehaviorProperty; exports.isBilateralRelation = _chunkY4FDI32Gjs.isBilateralRelation; exports.isCalendarView = isCalendarView; exports.isConditionGroup = _chunkY4FDI32Gjs.isConditionGroup; exports.isConditionNode = _chunkY4FDI32Gjs.isConditionNode; exports.isConditionRule = _chunkY4FDI32Gjs.isConditionRule; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk7WT53FJ4js.isDefaultRole; exports.isDetailView = isDetailView; exports.isDocumentNode = _chunkY4FDI32Gjs.isDocumentNode; exports.isDocumentsTab = isDocumentsTab; exports.isEmpty = _chunkY4FDI32Gjs.isEmpty; exports.isEndNode = _chunkY4FDI32Gjs.isEndNode; exports.isFeatureEnabled = _chunkY4FDI32Gjs.isFeatureEnabled; exports.isFieldGroup = isFieldGroup; exports.isFlowDefinition = _chunkY4FDI32Gjs.isFlowDefinition; exports.isFlowFieldsRow = _chunkY4FDI32Gjs.isFlowFieldsRow; exports.isFlowPublished = _chunkY4FDI32Gjs.isFlowPublished; exports.isFlowsTab = isFlowsTab; exports.isForbiddenError = _chunkY4FDI32Gjs.isForbiddenError; exports.isFormFieldsRow = _chunkY4FDI32Gjs.isFormFieldsRow; exports.isFormNode = _chunkY4FDI32Gjs.isFormNode; exports.isFormTab = isFormTab; exports.isGalleryView = isGalleryView; exports.isGrantExpired = _chunkY4FDI32Gjs.isGrantExpired; exports.isGrantRevoked = _chunkY4FDI32Gjs.isGrantRevoked; exports.isGrantValid = _chunkY4FDI32Gjs.isGrantValid; exports.isIdentityProperty = _chunkY4FDI32Gjs.isIdentityProperty; exports.isInstanceEvent = _chunkY4FDI32Gjs.isInstanceEvent; exports.isInstanceTerminal = _chunkY4FDI32Gjs.isInstanceTerminal; exports.isInstanceWaiting = _chunkY4FDI32Gjs.isInstanceWaiting; exports.isInverseSourceTab = isInverseSourceTab; exports.isInvitationAccepted = _chunkY4FDI32Gjs.isInvitationAccepted; exports.isInvitationExpired = _chunkY4FDI32Gjs.isInvitationExpired; exports.isInvitationOrGrantEvent = _chunkY4FDI32Gjs.isInvitationOrGrantEvent; exports.isInvitationValid = _chunkY4FDI32Gjs.isInvitationValid; exports.isLabelExpression = _chunkY4FDI32Gjs.isLabelExpression; exports.isLayoutRow = _chunkY4FDI32Gjs.isLayoutRow; exports.isListView = isListView; exports.isNoValueOperator = isNoValueOperator; exports.isNodeEvent = _chunkY4FDI32Gjs.isNodeEvent; exports.isNotEmpty = _chunkY4FDI32Gjs.isNotEmpty; exports.isNotFoundError = _chunkY4FDI32Gjs.isNotFoundError; exports.isPresentationProperty = _chunkY4FDI32Gjs.isPresentationProperty; exports.isProtectedResourceError = _chunkY4FDI32Gjs.isProtectedResourceError; exports.isRecordComplete = _chunk3WTK7ESHjs.isRecordComplete; exports.isRelationGroup = isRelationGroup; exports.isRelationSourceTab = isRelationSourceTab; exports.isRichtextTab = isRichtextTab; exports.isSchemaError = _chunkY4FDI32Gjs.isSchemaError; exports.isSimpleFormNode = _chunkY4FDI32Gjs.isSimpleFormNode; exports.isStartNode = _chunkY4FDI32Gjs.isStartNode; exports.isSystemAttribute = _chunkY4FDI32Gjs.isSystemAttribute; exports.isSystemAttributeObject = _chunkY4FDI32Gjs.isSystemAttributeObject; exports.isSystemFlow = _chunkY4FDI32Gjs.isSystemFlow; exports.isSystemTemplate = _chunkY4FDI32Gjs.isSystemTemplate; exports.isSystemWorkflow = _chunkY4FDI32Gjs.isSystemWorkflow; exports.isTableTab = isTableTab; exports.isTimelineView = isTimelineView; exports.isTokenRevoked = _chunkY4FDI32Gjs.isTokenRevoked; exports.isUniversalRelation = _chunkY4FDI32Gjs.isUniversalRelation; exports.isValidationError = _chunkY4FDI32Gjs.isValidationError; exports.isViewCustomized = isViewCustomized; exports.isWorkflowDefinition = _chunkY4FDI32Gjs.isWorkflowDefinition; exports.isWorkflowPublished = _chunkY4FDI32Gjs.isWorkflowPublished; exports.jsonFlag = jsonFlag; exports.listView = _chunkY4FDI32Gjs.listView; exports.location = _chunkY4FDI32Gjs.location; exports.locationConfigSchema = _chunk3WTK7ESHjs.locationConfigSchema; exports.mergeWithDefaults = _chunkY4FDI32Gjs.mergeWithDefaults; exports.multiselect = _chunkY4FDI32Gjs.multiselect; exports.multiselectConfigSchema = _chunk3WTK7ESHjs.multiselectConfigSchema; exports.neq = _chunkY4FDI32Gjs.neq; exports.normalizePhoneNumber = _chunk3WTK7ESHjs.normalizePhoneNumber; exports.number = _chunkY4FDI32Gjs.number; exports.numberConfigSchema = _chunk3WTK7ESHjs.numberConfigSchema; exports.numberFlag = numberFlag; exports.object = _chunkY4FDI32Gjs.object; exports.or = _chunkY4FDI32Gjs.or; exports.parseAttributeConfig = _chunk3WTK7ESHjs.parseAttributeConfig; exports.parsePath = _chunkY4FDI32Gjs.parsePath; exports.parseRawPhoneInput = _chunk3WTK7ESHjs.parseRawPhoneInput; exports.pathHasManyCardinality = _chunkY4FDI32Gjs.pathHasManyCardinality; exports.phone = _chunkY4FDI32Gjs.phone; exports.phoneConfigSchema = _chunk3WTK7ESHjs.phoneConfigSchema; exports.rating = _chunkY4FDI32Gjs.rating; exports.ratingConfigSchema = _chunk3WTK7ESHjs.ratingConfigSchema; exports.recalculateParentRollups = _chunkY4FDI32Gjs.recalculateParentRollups; exports.registry = _chunkY4FDI32Gjs.registry; exports.relation = _chunkY4FDI32Gjs.relation; exports.relationConfigSchema = _chunk3WTK7ESHjs.relationConfigSchema; exports.relationGroup = _chunkY4FDI32Gjs.relationGroup; exports.renderLabelExpression = _chunkY4FDI32Gjs.renderLabelExpression; exports.resetViewToDefault = resetViewToDefault; exports.resolveMultiplePaths = _chunkY4FDI32Gjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkY4FDI32Gjs.resolveSingleValue; exports.richtext = _chunkY4FDI32Gjs.richtext; exports.richtextConfigSchema = _chunk3WTK7ESHjs.richtextConfigSchema; exports.rollup = _chunkY4FDI32Gjs.rollup; exports.rollupConfigSchema = _chunk3WTK7ESHjs.rollupConfigSchema; exports.runWithContext = _chunkY4FDI32Gjs.runWithContext; exports.runWithFeatureFlags = _chunkY4FDI32Gjs.runWithFeatureFlags; exports.runWithMergedSchemaContext = _chunkY4FDI32Gjs.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunkY4FDI32Gjs.runWithSchemaContext; exports.safeParseAttributeConfig = _chunk3WTK7ESHjs.safeParseAttributeConfig; exports.seedRegistryViews = _chunkY4FDI32Gjs.seedRegistryViews; exports.select = _chunkY4FDI32Gjs.select; exports.selectConfigSchema = _chunk3WTK7ESHjs.selectConfigSchema; exports.setContextValue = _chunkY4FDI32Gjs.setContextValue; exports.slugify = _chunkNEVERCM3js.slugify; exports.status = _chunkY4FDI32Gjs.status; exports.statusConfigSchema = _chunk3WTK7ESHjs.statusConfigSchema; exports.stringFlag = stringFlag; exports.success = _chunkY4FDI32Gjs.success; exports.syncAll = _chunkY4FDI32Gjs.syncAll; exports.syncNativeObjects = _chunkY4FDI32Gjs.syncNativeObjects; exports.syncNativeViews = _chunkY4FDI32Gjs.syncNativeViews; exports.text = _chunkY4FDI32Gjs.text; exports.textConfigSchema = _chunk3WTK7ESHjs.textConfigSchema; exports.textarea = _chunkY4FDI32Gjs.textarea; exports.textareaConfigSchema = _chunk3WTK7ESHjs.textareaConfigSchema; exports.toUndefinedIfEmpty = _chunkY4FDI32Gjs.toUndefinedIfEmpty; exports.traversePath = _chunkY4FDI32Gjs.traversePath; exports.tryGetFeatureValue = _chunkY4FDI32Gjs.tryGetFeatureValue; exports.user = _chunkY4FDI32Gjs.user; exports.userConfigSchema = _chunk3WTK7ESHjs.userConfigSchema; exports.validateAttribute = _chunk3WTK7ESHjs.validateAttribute; exports.validateAttributeConfig = _chunk3WTK7ESHjs.validateAttributeConfig; exports.validateDraft = _chunk3WTK7ESHjs.validateDraft; exports.validateDraftOrThrow = _chunk3WTK7ESHjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunkY4FDI32Gjs.validateFormulaExpression; exports.validateObject = _chunk3WTK7ESHjs.validateObject; exports.validateObjectOrThrow = _chunk3WTK7ESHjs.validateObjectOrThrow; exports.validatePath = _chunkY4FDI32Gjs.validatePath; exports.validatePhoneNumber = _chunk3WTK7ESHjs.validatePhoneNumber; exports.verifyNativeObjectsSync = _chunkY4FDI32Gjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkY4FDI32Gjs.verifyNativeViewsSync; exports.verifyRegistryViewsSeeded = _chunkY4FDI32Gjs.verifyRegistryViewsSeeded; exports.view = _chunkY4FDI32Gjs.view; exports.viewRegistry = viewRegistry; exports.wait = _chunkY4FDI32Gjs.wait; exports.withFeatureFlags = _chunkY4FDI32Gjs.withFeatureFlags; exports.withTenantContext = _chunkY4FDI32Gjs.withTenantContext; exports.workflow = _chunkY4FDI32Gjs.workflow;
|
|
2055
|
+
exports.ALL_ACTIONS = ALL_ACTIONS; exports.ALL_SYSTEM_RESOURCES = _chunk7WT53FJ4js.ALL_SYSTEM_RESOURCES; exports.ActivityTabConfig = _chunkWHDJLJRKjs.ActivityTabConfig; exports.AssignExecutor = _chunkWHDJLJRKjs.AssignExecutor; exports.AssignNodeSchema = _chunkWHDJLJRKjs.AssignNodeSchema; exports.AssignmentMappingSchema = _chunkWHDJLJRKjs.AssignmentMappingSchema; exports.AssignmentSourceSchema = _chunkWHDJLJRKjs.AssignmentSourceSchema; exports.AttributeInUseError = _chunkWHDJLJRKjs.AttributeInUseError; exports.AttributeNotFoundError = _chunkWHDJLJRKjs.AttributeNotFoundError; exports.AuditService = _chunkWHDJLJRKjs.AuditService; exports.AuthMethodSchema = _chunkWHDJLJRKjs.AuthMethodSchema; exports.BEHAVIOR_PROPERTIES = _chunkWHDJLJRKjs.BEHAVIOR_PROPERTIES; exports.BaseRepository = _chunkWHDJLJRKjs.BaseRepository; exports.BaseService = _chunkWHDJLJRKjs.BaseService; exports.ConcurrentModificationError = _chunkWHDJLJRKjs.ConcurrentModificationError; exports.ConditionExecutor = _chunkWHDJLJRKjs.ConditionExecutor; exports.ConditionGroupSchema = _chunkWHDJLJRKjs.ConditionGroupSchema; exports.ConditionNodeSchema = _chunkWHDJLJRKjs.ConditionNodeSchema; exports.ConditionOperatorSchema = _chunkWHDJLJRKjs.ConditionOperatorSchema; exports.ConditionRuleSchema = _chunkWHDJLJRKjs.ConditionRuleSchema; exports.CreateShareInputSchema = _chunkWHDJLJRKjs.CreateShareInputSchema; exports.CustomTabConfig = _chunkWHDJLJRKjs.CustomTabConfig; exports.DEFAULT_LABEL_FALLBACK = _chunkWHDJLJRKjs.DEFAULT_LABEL_FALLBACK; exports.DEFAULT_ROLES = _chunk7WT53FJ4js.DEFAULT_ROLES; exports.DEFAULT_ROLE_DESCRIPTIONS = _chunk7WT53FJ4js.DEFAULT_ROLE_DESCRIPTIONS; exports.DEFAULT_ROLE_FOR_NEW_USERS = _chunk7WT53FJ4js.DEFAULT_ROLE_FOR_NEW_USERS; exports.DEFAULT_ROLE_LABELS = _chunk7WT53FJ4js.DEFAULT_ROLE_LABELS; exports.DEFAULT_ROLE_PERMISSIONS = _chunk7WT53FJ4js.DEFAULT_ROLE_PERMISSIONS; exports.DEFAULT_THEME = _chunkWHDJLJRKjs.DEFAULT_THEME; exports.DEFAULT_VALIDATION_MESSAGES = _chunkHUT6HYXJjs.DEFAULT_VALIDATION_MESSAGES; exports.DetailViewBuilder = _chunkWHDJLJRKjs.DetailViewBuilder; exports.DocumentProcessingService = _chunkWHDJLJRKjs.DocumentProcessingService; exports.DocumentService = _chunkWHDJLJRKjs.DocumentService; exports.DocumentsTabConfig = _chunkWHDJLJRKjs.DocumentsTabConfig; exports.DuplicateError = _chunkWHDJLJRKjs.DuplicateError; exports.EMPTY_VALUE_PLACEHOLDER = _chunkWHDJLJRKjs.EMPTY_VALUE_PLACEHOLDER; exports.EndExecutor = _chunkWHDJLJRKjs.EndExecutor; exports.EndNodeSchema = _chunkWHDJLJRKjs.EndNodeSchema; exports.ExecutorRegistry = _chunkWHDJLJRKjs.ExecutorRegistry; exports.FORBIDDEN_PROPERTY_TYPES = _chunkWHDJLJRKjs.FORBIDDEN_PROPERTY_TYPES; exports.FeatureFlagsContextError = _chunkWHDJLJRKjs.FeatureFlagsContextError; exports.FileNotFoundError = _chunkWHDJLJRKjs.FileNotFoundError; exports.FileService = _chunkWHDJLJRKjs.FileService; exports.FlagRegistry = FlagRegistry; exports.FlagService = FlagService; exports.FlowRowFieldSchema = _chunkWHDJLJRKjs.FlowRowFieldSchema; exports.FlowRowSchema = _chunkWHDJLJRKjs.FlowRowSchema; exports.FlowsTabConfig = _chunkWHDJLJRKjs.FlowsTabConfig; exports.ForbiddenError = _chunkWHDJLJRKjs.ForbiddenError; exports.FormExecutor = _chunkWHDJLJRKjs.FormExecutor; exports.FormFieldRefSchema = _chunkWHDJLJRKjs.FormFieldRefSchema; exports.FormNodeSchema = _chunkWHDJLJRKjs.FormNodeSchema; exports.FormulaResolverService = _chunkWHDJLJRKjs.FormulaResolverService; exports.GeocodingService = _chunkWHDJLJRKjs.GeocodingService; exports.GlobalSearchService = _chunkWHDJLJRKjs.GlobalSearchService; exports.GrantExpiredError = _chunkWHDJLJRKjs.GrantExpiredError; exports.GrantNotFoundError = _chunkWHDJLJRKjs.GrantNotFoundError; exports.GrantRevokedError = _chunkWHDJLJRKjs.GrantRevokedError; exports.GroupBuilder = _chunkWHDJLJRKjs.GroupBuilder; exports.IDENTITY_PROPERTIES = _chunkWHDJLJRKjs.IDENTITY_PROPERTIES; exports.InvalidPathError = _chunkWHDJLJRKjs.InvalidPathError; exports.InvitationAlreadyAcceptedError = _chunkWHDJLJRKjs.InvitationAlreadyAcceptedError; exports.InvitationExpiredError = _chunkWHDJLJRKjs.InvitationExpiredError; exports.InvitationNotFoundError = _chunkWHDJLJRKjs.InvitationNotFoundError; exports.InvitationRevokedError = _chunkWHDJLJRKjs.InvitationRevokedError; exports.ListViewBuilder = _chunkWHDJLJRKjs.ListViewBuilder; exports.ListViewTabConfigBuilder = _chunkWHDJLJRKjs.ListViewTabConfigBuilder; exports.MaxDepthExceededError = _chunkWHDJLJRKjs.MaxDepthExceededError; exports.NON_SORTABLE_TYPES = _chunkWHDJLJRKjs.NON_SORTABLE_TYPES; exports.NO_VALUE_OPERATORS = NO_VALUE_OPERATORS; exports.NodePositionSchema = _chunkWHDJLJRKjs.NodePositionSchema; exports.NoopCacheAdapter = _chunkWHDJLJRKjs.NoopCacheAdapter; exports.NoopGeocodingAdapter = _chunkWHDJLJRKjs.NoopGeocodingAdapter; exports.NoopHookRegistry = _chunkWHDJLJRKjs.NoopHookRegistry; exports.NotFoundError = _chunkWHDJLJRKjs.NotFoundError; exports.NotSystemObjectError = _chunkWHDJLJRKjs.NotSystemObjectError; exports.OPERATORS_BY_TYPE = OPERATORS_BY_TYPE; exports.ObjectBuilder = _chunkWHDJLJRKjs.ObjectBuilder; exports.ObjectNotFoundError = _chunkWHDJLJRKjs.ObjectNotFoundError; exports.ObjectReferencedError = _chunkWHDJLJRKjs.ObjectReferencedError; exports.ObjectSchemaService = _chunkWHDJLJRKjs.ObjectSchemaService; exports.PRESENTATION_PROPERTIES = _chunkWHDJLJRKjs.PRESENTATION_PROPERTIES; exports.PermissionService = _chunkWHDJLJRKjs.PermissionService; exports.PolicyRegistry = _chunkWHDJLJRKjs.PolicyRegistry; exports.PolicyViolationError = _chunkWHDJLJRKjs.PolicyViolationError; exports.ProtectedResourceError = _chunkWHDJLJRKjs.ProtectedResourceError; exports.ProtectedRoleError = _chunkWHDJLJRKjs.ProtectedRoleError; exports.QueryBuilder = _chunkWHDJLJRKjs.QueryBuilder; exports.QueryMultipleResultsError = _chunkWHDJLJRKjs.QueryMultipleResultsError; exports.QueryNoResultError = _chunkWHDJLJRKjs.QueryNoResultError; exports.RELATION_TARGET_ANY = _chunkWHDJLJRKjs.RELATION_TARGET_ANY; exports.RESERVED_ATTRIBUTE_NAMES = _chunkWHDJLJRKjs.RESERVED_ATTRIBUTE_NAMES; exports.RecordNotFoundError = _chunkWHDJLJRKjs.RecordNotFoundError; exports.RecordQueryService = _chunkWHDJLJRKjs.RecordQueryService; exports.RecordReferencedError = _chunkWHDJLJRKjs.RecordReferencedError; exports.RecordResolverService = _chunkWHDJLJRKjs.RecordResolverService; exports.RecordService = _chunkWHDJLJRKjs.RecordService; exports.RelationGroupBuilder = _chunkWHDJLJRKjs.RelationGroupBuilder; exports.RelationPropertiesService = _chunkWHDJLJRKjs.RelationPropertiesService; exports.RelationService = _chunkWHDJLJRKjs.RelationService; exports.RichtextTabConfig = _chunkWHDJLJRKjs.RichtextTabConfig; exports.RoleNotFoundError = _chunkWHDJLJRKjs.RoleNotFoundError; exports.RollupScheduler = _chunkWHDJLJRKjs.RollupScheduler; exports.RollupService = _chunkWHDJLJRKjs.RollupService; exports.SHORTCUT_TO_FILTER_OPERATOR = _chunkWHDJLJRKjs.SHORTCUT_TO_FILTER_OPERATOR; exports.SORTABLE_ATTRIBUTE_TYPES = _chunkWHDJLJRKjs.SORTABLE_ATTRIBUTE_TYPES; exports.SYSTEM_ATTRIBUTES = _chunkWHDJLJRKjs.SYSTEM_ATTRIBUTES; exports.SYSTEM_FIELD_NAMES = _chunkWHDJLJRKjs.SYSTEM_FIELD_NAMES; exports.SYSTEM_RESOURCES = _chunk7WT53FJ4js.SYSTEM_RESOURCES; exports.SYSTEM_RESOURCE_LABELS = _chunk7WT53FJ4js.SYSTEM_RESOURCE_LABELS; exports.SchemaContextAwareRepository = _chunkWHDJLJRKjs.SchemaContextAwareRepository; exports.SchemaError = _chunkWHDJLJRKjs.SchemaError; exports.SchemaErrorCode = _chunkWHDJLJRKjs.SchemaErrorCode; exports.ShareStatusSchema = _chunkWHDJLJRKjs.ShareStatusSchema; exports.SlotModeSchema = _chunkWHDJLJRKjs.SlotModeSchema; exports.StartExecutor = _chunkWHDJLJRKjs.StartExecutor; exports.StartNodeSchema = _chunkWHDJLJRKjs.StartNodeSchema; exports.SyncError = _chunkWHDJLJRKjs.SyncError; exports.TabBuilder = _chunkWHDJLJRKjs.TabBuilder; exports.TableTabConfig = _chunkWHDJLJRKjs.TableTabConfig; exports.TenantContextError = _chunkWHDJLJRKjs.TenantContextError; exports.ThemeColorsSchema = _chunkWHDJLJRKjs.ThemeColorsSchema; exports.ThemeLogoSchema = _chunkWHDJLJRKjs.ThemeLogoSchema; exports.TokenRevokedError = _chunkWHDJLJRKjs.TokenRevokedError; exports.USER_STATUSES = USER_STATUSES; exports.UserProfileNotFoundError = _chunkWHDJLJRKjs.UserProfileNotFoundError; exports.UserProfileService = _chunkWHDJLJRKjs.UserProfileService; exports.UserService = _chunkWHDJLJRKjs.UserService; exports.ValidationError = _chunkWHDJLJRKjs.ValidationError; exports.ViewBuilder = _chunkWHDJLJRKjs.ViewBuilder; exports.ViewService = _chunkWHDJLJRKjs.ViewService; exports.ViewportSchema = _chunkWHDJLJRKjs.ViewportSchema; exports.WorkflowAccessGrantService = _chunkWHDJLJRKjs.WorkflowAccessGrantService; exports.WorkflowAssignBuilder = _chunkWHDJLJRKjs.WorkflowAssignBuilder; exports.WorkflowBuilder = _chunkWHDJLJRKjs.WorkflowBuilder; exports.WorkflowConditionBuilder = _chunkWHDJLJRKjs.WorkflowConditionBuilder; exports.WorkflowConfigSchema = _chunkWHDJLJRKjs.WorkflowConfigSchema; exports.WorkflowDefinitionSchema = _chunkWHDJLJRKjs.WorkflowDefinitionSchema; exports.WorkflowEndBuilder = _chunkWHDJLJRKjs.WorkflowEndBuilder; exports.WorkflowFormBuilder = _chunkWHDJLJRKjs.WorkflowFormBuilder; exports.WorkflowFormRowBuilder = _chunkWHDJLJRKjs.WorkflowFormRowBuilder; exports.WorkflowInstanceService = _chunkWHDJLJRKjs.WorkflowInstanceService; exports.WorkflowInvitationService = _chunkWHDJLJRKjs.WorkflowInvitationService; exports.WorkflowJwtService = _chunkWHDJLJRKjs.WorkflowJwtService; exports.WorkflowLayoutSchema = _chunkWHDJLJRKjs.WorkflowLayoutSchema; exports.WorkflowNodeSchema = _chunkWHDJLJRKjs.WorkflowNodeSchema; exports.WorkflowRelationService = _chunkWHDJLJRKjs.WorkflowRelationService; exports.WorkflowService = _chunkWHDJLJRKjs.WorkflowService; exports.WorkflowShareSchema = _chunkWHDJLJRKjs.WorkflowShareSchema; exports.WorkflowSimpleFormBuilder = _chunkWHDJLJRKjs.WorkflowSimpleFormBuilder; exports.WorkflowSlotSchema = _chunkWHDJLJRKjs.WorkflowSlotSchema; exports.WorkflowStartBuilder = _chunkWHDJLJRKjs.WorkflowStartBuilder; exports.WorkflowStatusSchema = _chunkWHDJLJRKjs.WorkflowStatusSchema; exports.WorkflowThemeSchema = _chunkWHDJLJRKjs.WorkflowThemeSchema; exports.ZONE_CONFIG = _chunkWHDJLJRKjs.ZONE_CONFIG; exports.ZONE_ORDER = _chunkWHDJLJRKjs.ZONE_ORDER; exports.accessLevelToActions = accessLevelToActions; exports.actionsToAccessLevel = actionsToAccessLevel; exports.addSchemaToContext = _chunkWHDJLJRKjs.addSchemaToContext; exports.and = _chunkWHDJLJRKjs.and; exports.applyDefaultValues = _chunkWHDJLJRKjs.applyDefaultValues; exports.applyRelationProps = applyRelationProps; exports.asTenantId = _chunkNEVERCM3js.asTenantId; exports.asUserId = _chunkNEVERCM3js.asUserId; exports.assignNodeZones = _chunkWHDJLJRKjs.assignNodeZones; exports.attributeConfigSchemas = _chunkHUT6HYXJjs.attributeConfigSchemas; exports.booleanFlag = booleanFlag; exports.buildAuditChanges = _chunkWHDJLJRKjs.buildAuditChanges; exports.buildPolicyContext = _chunkWHDJLJRKjs.buildPolicyContext; exports.cacheKeys = _chunkWHDJLJRKjs.cacheKeys; exports.cacheTtl = _chunkWHDJLJRKjs.cacheTtl; exports.canAccessNode = _chunkWHDJLJRKjs.canAccessNode; exports.canResumeInstance = _chunkWHDJLJRKjs.canResumeInstance; exports.checkPermission = _chunkWHDJLJRKjs.checkPermission; exports.checkRecordAccess = _chunkWHDJLJRKjs.checkRecordAccess; exports.checkRecordDeleteOrThrow = _chunkWHDJLJRKjs.checkRecordDeleteOrThrow; exports.checkRecordModifyOrThrow = _chunkWHDJLJRKjs.checkRecordModifyOrThrow; exports.checkSharedObjectWriteAccess = _chunkWHDJLJRKjs.checkSharedObjectWriteAccess; exports.checkbox = _chunkWHDJLJRKjs.checkbox; exports.checkboxConfigSchema = _chunkHUT6HYXJjs.checkboxConfigSchema; exports.complete = _chunkWHDJLJRKjs.complete; exports.computeLabel = _chunkWHDJLJRKjs.computeLabel; exports.computeLabelWithRelations = _chunkWHDJLJRKjs.computeLabelWithRelations; exports.computeRecordStatus = _chunkHUT6HYXJjs.computeRecordStatus; exports.createAttributeValidator = _chunkHUT6HYXJjs.createAttributeValidator; exports.createCheckboxValidator = _chunkHUT6HYXJjs.createCheckboxValidator; exports.createContextForCreate = _chunkWHDJLJRKjs.createContextForCreate; exports.createContextForDelete = _chunkWHDJLJRKjs.createContextForDelete; exports.createContextForRestore = _chunkWHDJLJRKjs.createContextForRestore; exports.createContextForUpdate = _chunkWHDJLJRKjs.createContextForUpdate; exports.createCurrencyValidator = _chunkHUT6HYXJjs.createCurrencyValidator; exports.createDateValidator = _chunkHUT6HYXJjs.createDateValidator; exports.createDefaultExecutorRegistry = _chunkWHDJLJRKjs.createDefaultExecutorRegistry; exports.createDefaultState = _chunkWHDJLJRKjs.createDefaultState; exports.createDraftValidator = _chunkHUT6HYXJjs.createDraftValidator; exports.createEmptyContext = _chunkWHDJLJRKjs.createEmptyContext; exports.createFileValidator = _chunkHUT6HYXJjs.createFileValidator; exports.createFlagRegistry = createFlagRegistry; exports.createFlagService = createFlagService; exports.createFormAttributeValidator = _chunkHUT6HYXJjs.createFormAttributeValidator; exports.createFormulaValidator = _chunkHUT6HYXJjs.createFormulaValidator; exports.createLocationValidator = _chunkHUT6HYXJjs.createLocationValidator; exports.createMockAdapter = _chunkWHDJLJRKjs.createMockAdapter; exports.createMultiRelationValidator = _chunkHUT6HYXJjs.createMultiRelationValidator; exports.createMultiselectValidator = _chunkHUT6HYXJjs.createMultiselectValidator; exports.createNumberValidator = _chunkHUT6HYXJjs.createNumberValidator; exports.createObjectValidator = _chunkHUT6HYXJjs.createObjectValidator; exports.createPhoneValidator = _chunkHUT6HYXJjs.createPhoneValidator; exports.createQueryBuilder = _chunkWHDJLJRKjs.createQueryBuilder; exports.createRatingValidator = _chunkHUT6HYXJjs.createRatingValidator; exports.createRelationValidator = _chunkHUT6HYXJjs.createRelationValidator; exports.createRichtextValidator = _chunkHUT6HYXJjs.createRichtextValidator; exports.createRollupValidator = _chunkHUT6HYXJjs.createRollupValidator; exports.createSelectValidator = _chunkHUT6HYXJjs.createSelectValidator; exports.createSingleRelationValidator = _chunkHUT6HYXJjs.createSingleRelationValidator; exports.createStartTransition = _chunkWHDJLJRKjs.createStartTransition; exports.createStatusValidator = _chunkHUT6HYXJjs.createStatusValidator; exports.createTextAreaValidator = _chunkHUT6HYXJjs.createTextAreaValidator; exports.createTextValidator = _chunkHUT6HYXJjs.createTextValidator; exports.createUserValidator = _chunkHUT6HYXJjs.createUserValidator; exports.currency = _chunkWHDJLJRKjs.currency; exports.currencyConfigSchema = _chunkHUT6HYXJjs.currencyConfigSchema; exports.date = _chunkWHDJLJRKjs.date; exports.dateConfigSchema = _chunkHUT6HYXJjs.dateConfigSchema; exports.defaultPolicyRegistry = _chunkWHDJLJRKjs.defaultPolicyRegistry; exports.defaultTtl = _chunkWHDJLJRKjs.defaultTtl; exports.detailView = _chunkWHDJLJRKjs.detailView; exports.document = _chunkWHDJLJRKjs.document; exports.documentConfigSchema = _chunkHUT6HYXJjs.documentConfigSchema; exports.enrichRecordsWithFormulas = _chunkWHDJLJRKjs.enrichRecordsWithFormulas; exports.enrichValuesForDisplay = _chunkWHDJLJRKjs.enrichValuesForDisplay; exports.enrichValuesWithSelectLabels = _chunkWHDJLJRKjs.enrichValuesWithSelectLabels; exports.enrichWithFormulas = _chunkWHDJLJRKjs.enrichWithFormulas; exports.eq = _chunkWHDJLJRKjs.eq; exports.error = _chunkWHDJLJRKjs.error; exports.evaluate = _chunkWHDJLJRKjs.evaluate; exports.evaluateCondition = _chunkWHDJLJRKjs.evaluateCondition; exports.evaluateFormula = _chunkWHDJLJRKjs.evaluateFormula; exports.evaluateFormulaAttribute = _chunkWHDJLJRKjs.evaluateFormulaAttribute; exports.evaluateFormulaAttributeWithRelations = _chunkWHDJLJRKjs.evaluateFormulaAttributeWithRelations; exports.evaluateFormulaWithRelations = _chunkWHDJLJRKjs.evaluateFormulaWithRelations; exports.evaluateFormulaWithResult = _chunkWHDJLJRKjs.evaluateFormulaWithResult; exports.evaluateWithTrace = _chunkWHDJLJRKjs.evaluateWithTrace; exports.extractAttributeNames = _chunkWHDJLJRKjs.extractAttributeNames; exports.extractFormulaVariables = _chunkWHDJLJRKjs.extractFormulaVariables; exports.extractRelationIds = _chunkWHDJLJRKjs.extractRelationIds; exports.extractRelationNames = _chunkWHDJLJRKjs.extractRelationNames; exports.extractRelationReferences = _chunkWHDJLJRKjs.extractRelationReferences; exports.file = _chunkWHDJLJRKjs.file; exports.fileConfigSchema = _chunkHUT6HYXJjs.fileConfigSchema; exports.flagRegistry = flagRegistry; exports.flattenRelationsForEval = _chunkWHDJLJRKjs.flattenRelationsForEval; exports.formatAttributeValue = _chunkWHDJLJRKjs.formatAttributeValue; exports.formatFormulaResult = _chunkWHDJLJRKjs.formatFormulaResult; exports.formatPhoneForDisplay = _chunkHUT6HYXJjs.formatPhoneForDisplay; exports.formatRecord = _chunkWHDJLJRKjs.formatRecord; exports.formatRecords = _chunkWHDJLJRKjs.formatRecords; exports.formatZodErrors = _chunkHUT6HYXJjs.formatZodErrors; exports.formula = _chunkWHDJLJRKjs.formula; exports.formulaConfigSchema = _chunkHUT6HYXJjs.formulaConfigSchema; exports.generateCssVariables = _chunkWHDJLJRKjs.generateCssVariables; exports.generateDefaultDetailView = generateDefaultDetailView; exports.generateDefaultListView = generateDefaultListView; exports.generateFallbackView = generateFallbackView; exports.generateId = _chunkNEVERCM3js.generateId; exports.generatePrefixedId = _chunkNEVERCM3js.generatePrefixedId; exports.generateTemplateName = _chunkNEVERCM3js.generateTemplateName; exports.getActiveTab = getActiveTab; exports.getAttributeConfigSchema = _chunkHUT6HYXJjs.getAttributeConfigSchema; exports.getContext = _chunkWHDJLJRKjs.getContext; exports.getContextValue = _chunkWHDJLJRKjs.getContextValue; exports.getDefaultExecutorRegistry = _chunkWHDJLJRKjs.getDefaultExecutorRegistry; exports.getErrorMessage = _chunkWHDJLJRKjs.getErrorMessage; exports.getFeatureFlags = _chunkWHDJLJRKjs.getFeatureFlags; exports.getFeatureValue = _chunkWHDJLJRKjs.getFeatureValue; exports.getFormFieldRefs = _chunkWHDJLJRKjs.getFormFieldRefs; exports.getMissingRequiredAttributes = _chunkHUT6HYXJjs.getMissingRequiredAttributes; exports.getNodeOutputs = _chunkWHDJLJRKjs.getNodeOutputs; exports.getNodeSlotIds = _chunkWHDJLJRKjs.getNodeSlotIds; exports.getPathDepth = _chunkWHDJLJRKjs.getPathDepth; exports.getPolicy = _chunkWHDJLJRKjs.getPolicy; exports.getRelationPath = _chunkWHDJLJRKjs.getRelationPath; exports.getRollupFilterOperators = getRollupFilterOperators; exports.getSchemaByNameFromContext = _chunkWHDJLJRKjs.getSchemaByNameFromContext; exports.getSchemaContext = _chunkWHDJLJRKjs.getSchemaContext; exports.getSchemaFromContext = _chunkWHDJLJRKjs.getSchemaFromContext; exports.getSyncPreview = _chunkWHDJLJRKjs.getSyncPreview; exports.getSystemAttributeList = _chunkWHDJLJRKjs.getSystemAttributeList; exports.getTargetAttributeName = _chunkWHDJLJRKjs.getTargetAttributeName; exports.getTenantId = _chunkWHDJLJRKjs.getTenantId; exports.getUserId = _chunkWHDJLJRKjs.getUserId; exports.getViewSeedPreview = _chunkWHDJLJRKjs.getViewSeedPreview; exports.getViewSyncPreview = _chunkWHDJLJRKjs.getViewSyncPreview; exports.getZoneAllowedTypes = _chunkWHDJLJRKjs.getZoneAllowedTypes; exports.group = _chunkWHDJLJRKjs.group; exports.groupNodesByZone = _chunkWHDJLJRKjs.groupNodesByZone; exports.hasContext = _chunkWHDJLJRKjs.hasContext; exports.hasFeatureFlagsContext = _chunkWHDJLJRKjs.hasFeatureFlagsContext; exports.hasProperties = _chunkWHDJLJRKjs.hasProperties; exports.hasRelationReferences = _chunkWHDJLJRKjs.hasRelationReferences; exports.hasSchemaContext = _chunkWHDJLJRKjs.hasSchemaContext; exports.hashOptions = _chunkWHDJLJRKjs.hashOptions; exports.inValues = _chunkWHDJLJRKjs.inValues; exports.indexBy = _chunkNEVERCM3js.indexBy; exports.inferInverseCardinality = _chunkWHDJLJRKjs.inferInverseCardinality; exports.isActivityTab = isActivityTab; exports.isAdvancedFormNode = _chunkWHDJLJRKjs.isAdvancedFormNode; exports.isAssignNode = _chunkWHDJLJRKjs.isAssignNode; exports.isAttributeSortable = _chunkWHDJLJRKjs.isAttributeSortable; exports.isBehaviorProperty = _chunkWHDJLJRKjs.isBehaviorProperty; exports.isBilateralRelation = _chunkWHDJLJRKjs.isBilateralRelation; exports.isCalendarView = isCalendarView; exports.isConditionGroup = _chunkWHDJLJRKjs.isConditionGroup; exports.isConditionNode = _chunkWHDJLJRKjs.isConditionNode; exports.isConditionRule = _chunkWHDJLJRKjs.isConditionRule; exports.isCustomTab = isCustomTab; exports.isDefaultRole = _chunk7WT53FJ4js.isDefaultRole; exports.isDetailView = isDetailView; exports.isDocumentsTab = isDocumentsTab; exports.isEmpty = _chunkWHDJLJRKjs.isEmpty; exports.isEndNode = _chunkWHDJLJRKjs.isEndNode; exports.isFeatureEnabled = _chunkWHDJLJRKjs.isFeatureEnabled; exports.isFieldGroup = isFieldGroup; exports.isFlowDefinition = _chunkWHDJLJRKjs.isFlowDefinition; exports.isFlowFieldsRow = _chunkWHDJLJRKjs.isFlowFieldsRow; exports.isFlowPublished = _chunkWHDJLJRKjs.isFlowPublished; exports.isFlowsTab = isFlowsTab; exports.isForbiddenError = _chunkWHDJLJRKjs.isForbiddenError; exports.isFormFieldsRow = _chunkWHDJLJRKjs.isFormFieldsRow; exports.isFormNode = _chunkWHDJLJRKjs.isFormNode; exports.isFormTab = isFormTab; exports.isGalleryView = isGalleryView; exports.isGrantExpired = _chunkWHDJLJRKjs.isGrantExpired; exports.isGrantRevoked = _chunkWHDJLJRKjs.isGrantRevoked; exports.isGrantValid = _chunkWHDJLJRKjs.isGrantValid; exports.isIdentityProperty = _chunkWHDJLJRKjs.isIdentityProperty; exports.isInstanceEvent = _chunkWHDJLJRKjs.isInstanceEvent; exports.isInstanceTerminal = _chunkWHDJLJRKjs.isInstanceTerminal; exports.isInstanceWaiting = _chunkWHDJLJRKjs.isInstanceWaiting; exports.isInverseSourceTab = isInverseSourceTab; exports.isInvitationAccepted = _chunkWHDJLJRKjs.isInvitationAccepted; exports.isInvitationExpired = _chunkWHDJLJRKjs.isInvitationExpired; exports.isInvitationOrGrantEvent = _chunkWHDJLJRKjs.isInvitationOrGrantEvent; exports.isInvitationValid = _chunkWHDJLJRKjs.isInvitationValid; exports.isLabelExpression = _chunkWHDJLJRKjs.isLabelExpression; exports.isLayoutRow = _chunkWHDJLJRKjs.isLayoutRow; exports.isListView = isListView; exports.isNoValueOperator = isNoValueOperator; exports.isNodeEvent = _chunkWHDJLJRKjs.isNodeEvent; exports.isNotEmpty = _chunkWHDJLJRKjs.isNotEmpty; exports.isNotFoundError = _chunkWHDJLJRKjs.isNotFoundError; exports.isPresentationProperty = _chunkWHDJLJRKjs.isPresentationProperty; exports.isProtectedResourceError = _chunkWHDJLJRKjs.isProtectedResourceError; exports.isRecordComplete = _chunkHUT6HYXJjs.isRecordComplete; exports.isRelationGroup = isRelationGroup; exports.isRelationSourceTab = isRelationSourceTab; exports.isRichtextTab = isRichtextTab; exports.isSchemaError = _chunkWHDJLJRKjs.isSchemaError; exports.isSimpleFormNode = _chunkWHDJLJRKjs.isSimpleFormNode; exports.isStartNode = _chunkWHDJLJRKjs.isStartNode; exports.isSystemAttribute = _chunkWHDJLJRKjs.isSystemAttribute; exports.isSystemAttributeObject = _chunkWHDJLJRKjs.isSystemAttributeObject; exports.isSystemFlow = _chunkWHDJLJRKjs.isSystemFlow; exports.isSystemWorkflow = _chunkWHDJLJRKjs.isSystemWorkflow; exports.isTableTab = isTableTab; exports.isTimelineView = isTimelineView; exports.isTokenRevoked = _chunkWHDJLJRKjs.isTokenRevoked; exports.isUniversalRelation = _chunkWHDJLJRKjs.isUniversalRelation; exports.isValidationError = _chunkWHDJLJRKjs.isValidationError; exports.isViewCustomized = isViewCustomized; exports.isWorkflowDefinition = _chunkWHDJLJRKjs.isWorkflowDefinition; exports.isWorkflowPublished = _chunkWHDJLJRKjs.isWorkflowPublished; exports.jsonFlag = jsonFlag; exports.listView = _chunkWHDJLJRKjs.listView; exports.location = _chunkWHDJLJRKjs.location; exports.locationConfigSchema = _chunkHUT6HYXJjs.locationConfigSchema; exports.mergeWithDefaults = _chunkWHDJLJRKjs.mergeWithDefaults; exports.multiselect = _chunkWHDJLJRKjs.multiselect; exports.multiselectConfigSchema = _chunkHUT6HYXJjs.multiselectConfigSchema; exports.neq = _chunkWHDJLJRKjs.neq; exports.nodeTypeRegistry = _chunkWHDJLJRKjs.nodeTypeRegistry; exports.normalizePhoneNumber = _chunkHUT6HYXJjs.normalizePhoneNumber; exports.number = _chunkWHDJLJRKjs.number; exports.numberConfigSchema = _chunkHUT6HYXJjs.numberConfigSchema; exports.numberFlag = numberFlag; exports.object = _chunkWHDJLJRKjs.object; exports.or = _chunkWHDJLJRKjs.or; exports.parseAttributeConfig = _chunkHUT6HYXJjs.parseAttributeConfig; exports.parsePath = _chunkWHDJLJRKjs.parsePath; exports.parseRawPhoneInput = _chunkHUT6HYXJjs.parseRawPhoneInput; exports.pathHasManyCardinality = _chunkWHDJLJRKjs.pathHasManyCardinality; exports.phone = _chunkWHDJLJRKjs.phone; exports.phoneConfigSchema = _chunkHUT6HYXJjs.phoneConfigSchema; exports.rating = _chunkWHDJLJRKjs.rating; exports.ratingConfigSchema = _chunkHUT6HYXJjs.ratingConfigSchema; exports.recalculateParentRollups = _chunkWHDJLJRKjs.recalculateParentRollups; exports.registry = _chunkWHDJLJRKjs.registry; exports.relation = _chunkWHDJLJRKjs.relation; exports.relationConfigSchema = _chunkHUT6HYXJjs.relationConfigSchema; exports.relationGroup = _chunkWHDJLJRKjs.relationGroup; exports.renderLabelExpression = _chunkWHDJLJRKjs.renderLabelExpression; exports.resetViewToDefault = resetViewToDefault; exports.resolveMultiplePaths = _chunkWHDJLJRKjs.resolveMultiplePaths; exports.resolveSingleValue = _chunkWHDJLJRKjs.resolveSingleValue; exports.richtext = _chunkWHDJLJRKjs.richtext; exports.richtextConfigSchema = _chunkHUT6HYXJjs.richtextConfigSchema; exports.rollup = _chunkWHDJLJRKjs.rollup; exports.rollupConfigSchema = _chunkHUT6HYXJjs.rollupConfigSchema; exports.runWithContext = _chunkWHDJLJRKjs.runWithContext; exports.runWithFeatureFlags = _chunkWHDJLJRKjs.runWithFeatureFlags; exports.runWithMergedSchemaContext = _chunkWHDJLJRKjs.runWithMergedSchemaContext; exports.runWithSchemaContext = _chunkWHDJLJRKjs.runWithSchemaContext; exports.safeParseAttributeConfig = _chunkHUT6HYXJjs.safeParseAttributeConfig; exports.seedRegistryViews = _chunkWHDJLJRKjs.seedRegistryViews; exports.select = _chunkWHDJLJRKjs.select; exports.selectConfigSchema = _chunkHUT6HYXJjs.selectConfigSchema; exports.setContextValue = _chunkWHDJLJRKjs.setContextValue; exports.setNodeNext = _chunkWHDJLJRKjs.setNodeNext; exports.slugify = _chunkNEVERCM3js.slugify; exports.status = _chunkWHDJLJRKjs.status; exports.statusConfigSchema = _chunkHUT6HYXJjs.statusConfigSchema; exports.stringFlag = stringFlag; exports.success = _chunkWHDJLJRKjs.success; exports.syncAll = _chunkWHDJLJRKjs.syncAll; exports.syncNativeObjects = _chunkWHDJLJRKjs.syncNativeObjects; exports.syncNativeViews = _chunkWHDJLJRKjs.syncNativeViews; exports.text = _chunkWHDJLJRKjs.text; exports.textConfigSchema = _chunkHUT6HYXJjs.textConfigSchema; exports.textarea = _chunkWHDJLJRKjs.textarea; exports.textareaConfigSchema = _chunkHUT6HYXJjs.textareaConfigSchema; exports.toUndefinedIfEmpty = _chunkWHDJLJRKjs.toUndefinedIfEmpty; exports.traversePath = _chunkWHDJLJRKjs.traversePath; exports.tryGetFeatureValue = _chunkWHDJLJRKjs.tryGetFeatureValue; exports.user = _chunkWHDJLJRKjs.user; exports.userConfigSchema = _chunkHUT6HYXJjs.userConfigSchema; exports.validateAttribute = _chunkHUT6HYXJjs.validateAttribute; exports.validateAttributeConfig = _chunkHUT6HYXJjs.validateAttributeConfig; exports.validateDraft = _chunkHUT6HYXJjs.validateDraft; exports.validateDraftOrThrow = _chunkHUT6HYXJjs.validateDraftOrThrow; exports.validateFormulaExpression = _chunkWHDJLJRKjs.validateFormulaExpression; exports.validateNode = _chunkWHDJLJRKjs.validateNode; exports.validateObject = _chunkHUT6HYXJjs.validateObject; exports.validateObjectOrThrow = _chunkHUT6HYXJjs.validateObjectOrThrow; exports.validatePath = _chunkWHDJLJRKjs.validatePath; exports.validatePhoneNumber = _chunkHUT6HYXJjs.validatePhoneNumber; exports.verifyNativeObjectsSync = _chunkWHDJLJRKjs.verifyNativeObjectsSync; exports.verifyNativeViewsSync = _chunkWHDJLJRKjs.verifyNativeViewsSync; exports.verifyRegistryViewsSeeded = _chunkWHDJLJRKjs.verifyRegistryViewsSeeded; exports.view = _chunkWHDJLJRKjs.view; exports.viewRegistry = viewRegistry; exports.wait = _chunkWHDJLJRKjs.wait; exports.withFeatureFlags = _chunkWHDJLJRKjs.withFeatureFlags; exports.withTenantContext = _chunkWHDJLJRKjs.withTenantContext; exports.workflow = _chunkWHDJLJRKjs.workflow;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActivityTabConfig,
|
|
3
|
+
AssignExecutor,
|
|
4
|
+
AssignNodeSchema,
|
|
5
|
+
AssignmentMappingSchema,
|
|
6
|
+
AssignmentSourceSchema,
|
|
3
7
|
AttributeInUseError,
|
|
4
8
|
AttributeNotFoundError,
|
|
5
9
|
AuditService,
|
|
@@ -17,19 +21,9 @@ import {
|
|
|
17
21
|
CustomTabConfig,
|
|
18
22
|
DEFAULT_LABEL_FALLBACK,
|
|
19
23
|
DEFAULT_THEME,
|
|
20
|
-
DRIVING_LICENSE,
|
|
21
24
|
DetailViewBuilder,
|
|
22
|
-
DocumentExecutor,
|
|
23
|
-
DocumentGenerationNotConfiguredError,
|
|
24
|
-
DocumentGenerationService,
|
|
25
|
-
DocumentGenerationTemplateNotFoundError,
|
|
26
|
-
DocumentNodeSchema,
|
|
27
|
-
DocumentProcessingHook,
|
|
28
25
|
DocumentProcessingService,
|
|
29
|
-
DocumentRenderError,
|
|
30
|
-
DocumentRendererService,
|
|
31
26
|
DocumentService,
|
|
32
|
-
DocumentTemplateService,
|
|
33
27
|
DocumentsTabConfig,
|
|
34
28
|
DuplicateError,
|
|
35
29
|
EMPTY_VALUE_PLACEHOLDER,
|
|
@@ -37,7 +31,6 @@ import {
|
|
|
37
31
|
EndNodeSchema,
|
|
38
32
|
ExecutorRegistry,
|
|
39
33
|
FORBIDDEN_PROPERTY_TYPES,
|
|
40
|
-
FRENCH_ID_CARD,
|
|
41
34
|
FeatureFlagsContextError,
|
|
42
35
|
FileNotFoundError,
|
|
43
36
|
FileService,
|
|
@@ -49,7 +42,6 @@ import {
|
|
|
49
42
|
FormFieldRefSchema,
|
|
50
43
|
FormNodeSchema,
|
|
51
44
|
FormulaResolverService,
|
|
52
|
-
GENERIC_DOCUMENT,
|
|
53
45
|
GeocodingService,
|
|
54
46
|
GlobalSearchService,
|
|
55
47
|
GrantExpiredError,
|
|
@@ -76,9 +68,7 @@ import {
|
|
|
76
68
|
ObjectNotFoundError,
|
|
77
69
|
ObjectReferencedError,
|
|
78
70
|
ObjectSchemaService,
|
|
79
|
-
PASSPORT,
|
|
80
71
|
PRESENTATION_PROPERTIES,
|
|
81
|
-
PROOF_OF_ADDRESS,
|
|
82
72
|
PermissionService,
|
|
83
73
|
PolicyRegistry,
|
|
84
74
|
PolicyViolationError,
|
|
@@ -102,12 +92,9 @@ import {
|
|
|
102
92
|
RollupScheduler,
|
|
103
93
|
RollupService,
|
|
104
94
|
SHORTCUT_TO_FILTER_OPERATOR,
|
|
105
|
-
SIGNABLE_CONTRACT,
|
|
106
95
|
SORTABLE_ATTRIBUTE_TYPES,
|
|
107
96
|
SYSTEM_ATTRIBUTES,
|
|
108
97
|
SYSTEM_FIELD_NAMES,
|
|
109
|
-
SYSTEM_TEMPLATES,
|
|
110
|
-
SYSTEM_TEMPLATE_IDS,
|
|
111
98
|
SchemaContextAwareRepository,
|
|
112
99
|
SchemaError,
|
|
113
100
|
SchemaErrorCode,
|
|
@@ -115,7 +102,6 @@ import {
|
|
|
115
102
|
SlotModeSchema,
|
|
116
103
|
StartExecutor,
|
|
117
104
|
StartNodeSchema,
|
|
118
|
-
StorageDownloadNotSupportedError,
|
|
119
105
|
SyncError,
|
|
120
106
|
TabBuilder,
|
|
121
107
|
TableTabConfig,
|
|
@@ -131,6 +117,7 @@ import {
|
|
|
131
117
|
ViewService,
|
|
132
118
|
ViewportSchema,
|
|
133
119
|
WorkflowAccessGrantService,
|
|
120
|
+
WorkflowAssignBuilder,
|
|
134
121
|
WorkflowBuilder,
|
|
135
122
|
WorkflowConditionBuilder,
|
|
136
123
|
WorkflowConfigSchema,
|
|
@@ -151,9 +138,12 @@ import {
|
|
|
151
138
|
WorkflowStartBuilder,
|
|
152
139
|
WorkflowStatusSchema,
|
|
153
140
|
WorkflowThemeSchema,
|
|
141
|
+
ZONE_CONFIG,
|
|
142
|
+
ZONE_ORDER,
|
|
154
143
|
addSchemaToContext,
|
|
155
144
|
and,
|
|
156
145
|
applyDefaultValues,
|
|
146
|
+
assignNodeZones,
|
|
157
147
|
buildAuditChanges,
|
|
158
148
|
buildPolicyContext,
|
|
159
149
|
cacheKeys,
|
|
@@ -218,7 +208,9 @@ import {
|
|
|
218
208
|
getErrorMessage,
|
|
219
209
|
getFeatureFlags,
|
|
220
210
|
getFeatureValue,
|
|
211
|
+
getFormFieldRefs,
|
|
221
212
|
getNodeOutputs,
|
|
213
|
+
getNodeSlotIds,
|
|
222
214
|
getPathDepth,
|
|
223
215
|
getPolicy,
|
|
224
216
|
getRelationPath,
|
|
@@ -227,13 +219,14 @@ import {
|
|
|
227
219
|
getSchemaFromContext,
|
|
228
220
|
getSyncPreview,
|
|
229
221
|
getSystemAttributeList,
|
|
230
|
-
getSystemTemplate,
|
|
231
222
|
getTargetAttributeName,
|
|
232
223
|
getTenantId,
|
|
233
224
|
getUserId,
|
|
234
225
|
getViewSeedPreview,
|
|
235
226
|
getViewSyncPreview,
|
|
227
|
+
getZoneAllowedTypes,
|
|
236
228
|
group,
|
|
229
|
+
groupNodesByZone,
|
|
237
230
|
hasContext,
|
|
238
231
|
hasFeatureFlagsContext,
|
|
239
232
|
hasProperties,
|
|
@@ -243,13 +236,13 @@ import {
|
|
|
243
236
|
inValues,
|
|
244
237
|
inferInverseCardinality,
|
|
245
238
|
isAdvancedFormNode,
|
|
239
|
+
isAssignNode,
|
|
246
240
|
isAttributeSortable,
|
|
247
241
|
isBehaviorProperty,
|
|
248
242
|
isBilateralRelation,
|
|
249
243
|
isConditionGroup,
|
|
250
244
|
isConditionNode,
|
|
251
245
|
isConditionRule,
|
|
252
|
-
isDocumentNode,
|
|
253
246
|
isEmpty,
|
|
254
247
|
isEndNode,
|
|
255
248
|
isFeatureEnabled,
|
|
@@ -283,7 +276,6 @@ import {
|
|
|
283
276
|
isSystemAttribute,
|
|
284
277
|
isSystemAttributeObject,
|
|
285
278
|
isSystemFlow,
|
|
286
|
-
isSystemTemplate,
|
|
287
279
|
isSystemWorkflow,
|
|
288
280
|
isTokenRevoked,
|
|
289
281
|
isUniversalRelation,
|
|
@@ -295,6 +287,7 @@ import {
|
|
|
295
287
|
mergeWithDefaults,
|
|
296
288
|
multiselect,
|
|
297
289
|
neq,
|
|
290
|
+
nodeTypeRegistry,
|
|
298
291
|
number,
|
|
299
292
|
object,
|
|
300
293
|
or,
|
|
@@ -318,6 +311,7 @@ import {
|
|
|
318
311
|
seedRegistryViews,
|
|
319
312
|
select,
|
|
320
313
|
setContextValue,
|
|
314
|
+
setNodeNext,
|
|
321
315
|
status,
|
|
322
316
|
success,
|
|
323
317
|
syncAll,
|
|
@@ -330,6 +324,7 @@ import {
|
|
|
330
324
|
tryGetFeatureValue,
|
|
331
325
|
user,
|
|
332
326
|
validateFormulaExpression,
|
|
327
|
+
validateNode,
|
|
333
328
|
validatePath,
|
|
334
329
|
verifyNativeObjectsSync,
|
|
335
330
|
verifyNativeViewsSync,
|
|
@@ -339,7 +334,7 @@ import {
|
|
|
339
334
|
withFeatureFlags,
|
|
340
335
|
withTenantContext,
|
|
341
336
|
workflow
|
|
342
|
-
} from "./chunk-
|
|
337
|
+
} from "./chunk-OR44EVWO.mjs";
|
|
343
338
|
import {
|
|
344
339
|
asTenantId,
|
|
345
340
|
asUserId,
|
|
@@ -412,7 +407,7 @@ import {
|
|
|
412
407
|
validateObject,
|
|
413
408
|
validateObjectOrThrow,
|
|
414
409
|
validatePhoneNumber
|
|
415
|
-
} from "./chunk-
|
|
410
|
+
} from "./chunk-7VNLLASJ.mjs";
|
|
416
411
|
import {
|
|
417
412
|
ALL_SYSTEM_RESOURCES,
|
|
418
413
|
DEFAULT_ROLES,
|
|
@@ -1606,6 +1601,10 @@ export {
|
|
|
1606
1601
|
ALL_ACTIONS,
|
|
1607
1602
|
ALL_SYSTEM_RESOURCES,
|
|
1608
1603
|
ActivityTabConfig,
|
|
1604
|
+
AssignExecutor,
|
|
1605
|
+
AssignNodeSchema,
|
|
1606
|
+
AssignmentMappingSchema,
|
|
1607
|
+
AssignmentSourceSchema,
|
|
1609
1608
|
AttributeInUseError,
|
|
1610
1609
|
AttributeNotFoundError,
|
|
1611
1610
|
AuditService,
|
|
@@ -1629,19 +1628,9 @@ export {
|
|
|
1629
1628
|
DEFAULT_ROLE_PERMISSIONS,
|
|
1630
1629
|
DEFAULT_THEME,
|
|
1631
1630
|
DEFAULT_VALIDATION_MESSAGES,
|
|
1632
|
-
DRIVING_LICENSE,
|
|
1633
1631
|
DetailViewBuilder,
|
|
1634
|
-
DocumentExecutor,
|
|
1635
|
-
DocumentGenerationNotConfiguredError,
|
|
1636
|
-
DocumentGenerationService,
|
|
1637
|
-
DocumentGenerationTemplateNotFoundError,
|
|
1638
|
-
DocumentNodeSchema,
|
|
1639
|
-
DocumentProcessingHook,
|
|
1640
1632
|
DocumentProcessingService,
|
|
1641
|
-
DocumentRenderError,
|
|
1642
|
-
DocumentRendererService,
|
|
1643
1633
|
DocumentService,
|
|
1644
|
-
DocumentTemplateService,
|
|
1645
1634
|
DocumentsTabConfig,
|
|
1646
1635
|
DuplicateError,
|
|
1647
1636
|
EMPTY_VALUE_PLACEHOLDER,
|
|
@@ -1649,7 +1638,6 @@ export {
|
|
|
1649
1638
|
EndNodeSchema,
|
|
1650
1639
|
ExecutorRegistry,
|
|
1651
1640
|
FORBIDDEN_PROPERTY_TYPES,
|
|
1652
|
-
FRENCH_ID_CARD,
|
|
1653
1641
|
FeatureFlagsContextError,
|
|
1654
1642
|
FileNotFoundError,
|
|
1655
1643
|
FileService,
|
|
@@ -1663,7 +1651,6 @@ export {
|
|
|
1663
1651
|
FormFieldRefSchema,
|
|
1664
1652
|
FormNodeSchema,
|
|
1665
1653
|
FormulaResolverService,
|
|
1666
|
-
GENERIC_DOCUMENT,
|
|
1667
1654
|
GeocodingService,
|
|
1668
1655
|
GlobalSearchService,
|
|
1669
1656
|
GrantExpiredError,
|
|
@@ -1692,9 +1679,7 @@ export {
|
|
|
1692
1679
|
ObjectNotFoundError,
|
|
1693
1680
|
ObjectReferencedError,
|
|
1694
1681
|
ObjectSchemaService,
|
|
1695
|
-
PASSPORT,
|
|
1696
1682
|
PRESENTATION_PROPERTIES,
|
|
1697
|
-
PROOF_OF_ADDRESS,
|
|
1698
1683
|
PermissionService,
|
|
1699
1684
|
PolicyRegistry,
|
|
1700
1685
|
PolicyViolationError,
|
|
@@ -1718,14 +1703,11 @@ export {
|
|
|
1718
1703
|
RollupScheduler,
|
|
1719
1704
|
RollupService,
|
|
1720
1705
|
SHORTCUT_TO_FILTER_OPERATOR,
|
|
1721
|
-
SIGNABLE_CONTRACT,
|
|
1722
1706
|
SORTABLE_ATTRIBUTE_TYPES,
|
|
1723
1707
|
SYSTEM_ATTRIBUTES,
|
|
1724
1708
|
SYSTEM_FIELD_NAMES,
|
|
1725
1709
|
SYSTEM_RESOURCES,
|
|
1726
1710
|
SYSTEM_RESOURCE_LABELS,
|
|
1727
|
-
SYSTEM_TEMPLATES,
|
|
1728
|
-
SYSTEM_TEMPLATE_IDS,
|
|
1729
1711
|
SchemaContextAwareRepository,
|
|
1730
1712
|
SchemaError,
|
|
1731
1713
|
SchemaErrorCode,
|
|
@@ -1733,7 +1715,6 @@ export {
|
|
|
1733
1715
|
SlotModeSchema,
|
|
1734
1716
|
StartExecutor,
|
|
1735
1717
|
StartNodeSchema,
|
|
1736
|
-
StorageDownloadNotSupportedError,
|
|
1737
1718
|
SyncError,
|
|
1738
1719
|
TabBuilder,
|
|
1739
1720
|
TableTabConfig,
|
|
@@ -1750,6 +1731,7 @@ export {
|
|
|
1750
1731
|
ViewService,
|
|
1751
1732
|
ViewportSchema,
|
|
1752
1733
|
WorkflowAccessGrantService,
|
|
1734
|
+
WorkflowAssignBuilder,
|
|
1753
1735
|
WorkflowBuilder,
|
|
1754
1736
|
WorkflowConditionBuilder,
|
|
1755
1737
|
WorkflowConfigSchema,
|
|
@@ -1770,6 +1752,8 @@ export {
|
|
|
1770
1752
|
WorkflowStartBuilder,
|
|
1771
1753
|
WorkflowStatusSchema,
|
|
1772
1754
|
WorkflowThemeSchema,
|
|
1755
|
+
ZONE_CONFIG,
|
|
1756
|
+
ZONE_ORDER,
|
|
1773
1757
|
accessLevelToActions,
|
|
1774
1758
|
actionsToAccessLevel,
|
|
1775
1759
|
addSchemaToContext,
|
|
@@ -1778,6 +1762,7 @@ export {
|
|
|
1778
1762
|
applyRelationProps,
|
|
1779
1763
|
asTenantId,
|
|
1780
1764
|
asUserId,
|
|
1765
|
+
assignNodeZones,
|
|
1781
1766
|
attributeConfigSchemas,
|
|
1782
1767
|
booleanFlag,
|
|
1783
1768
|
buildAuditChanges,
|
|
@@ -1888,8 +1873,10 @@ export {
|
|
|
1888
1873
|
getErrorMessage,
|
|
1889
1874
|
getFeatureFlags,
|
|
1890
1875
|
getFeatureValue,
|
|
1876
|
+
getFormFieldRefs,
|
|
1891
1877
|
getMissingRequiredAttributes,
|
|
1892
1878
|
getNodeOutputs,
|
|
1879
|
+
getNodeSlotIds,
|
|
1893
1880
|
getPathDepth,
|
|
1894
1881
|
getPolicy,
|
|
1895
1882
|
getRelationPath,
|
|
@@ -1899,13 +1886,14 @@ export {
|
|
|
1899
1886
|
getSchemaFromContext,
|
|
1900
1887
|
getSyncPreview,
|
|
1901
1888
|
getSystemAttributeList,
|
|
1902
|
-
getSystemTemplate,
|
|
1903
1889
|
getTargetAttributeName,
|
|
1904
1890
|
getTenantId,
|
|
1905
1891
|
getUserId,
|
|
1906
1892
|
getViewSeedPreview,
|
|
1907
1893
|
getViewSyncPreview,
|
|
1894
|
+
getZoneAllowedTypes,
|
|
1908
1895
|
group,
|
|
1896
|
+
groupNodesByZone,
|
|
1909
1897
|
hasContext,
|
|
1910
1898
|
hasFeatureFlagsContext,
|
|
1911
1899
|
hasProperties,
|
|
@@ -1917,6 +1905,7 @@ export {
|
|
|
1917
1905
|
inferInverseCardinality,
|
|
1918
1906
|
isActivityTab,
|
|
1919
1907
|
isAdvancedFormNode,
|
|
1908
|
+
isAssignNode,
|
|
1920
1909
|
isAttributeSortable,
|
|
1921
1910
|
isBehaviorProperty,
|
|
1922
1911
|
isBilateralRelation,
|
|
@@ -1927,7 +1916,6 @@ export {
|
|
|
1927
1916
|
isCustomTab,
|
|
1928
1917
|
isDefaultRole,
|
|
1929
1918
|
isDetailView,
|
|
1930
|
-
isDocumentNode,
|
|
1931
1919
|
isDocumentsTab,
|
|
1932
1920
|
isEmpty,
|
|
1933
1921
|
isEndNode,
|
|
@@ -1973,7 +1961,6 @@ export {
|
|
|
1973
1961
|
isSystemAttribute,
|
|
1974
1962
|
isSystemAttributeObject,
|
|
1975
1963
|
isSystemFlow,
|
|
1976
|
-
isSystemTemplate,
|
|
1977
1964
|
isSystemWorkflow,
|
|
1978
1965
|
isTableTab,
|
|
1979
1966
|
isTimelineView,
|
|
@@ -1991,6 +1978,7 @@ export {
|
|
|
1991
1978
|
multiselect,
|
|
1992
1979
|
multiselectConfigSchema,
|
|
1993
1980
|
neq,
|
|
1981
|
+
nodeTypeRegistry,
|
|
1994
1982
|
normalizePhoneNumber,
|
|
1995
1983
|
number,
|
|
1996
1984
|
numberConfigSchema,
|
|
@@ -2027,6 +2015,7 @@ export {
|
|
|
2027
2015
|
select,
|
|
2028
2016
|
selectConfigSchema,
|
|
2029
2017
|
setContextValue,
|
|
2018
|
+
setNodeNext,
|
|
2030
2019
|
slugify,
|
|
2031
2020
|
status,
|
|
2032
2021
|
statusConfigSchema,
|
|
@@ -2049,6 +2038,7 @@ export {
|
|
|
2049
2038
|
validateDraft,
|
|
2050
2039
|
validateDraftOrThrow,
|
|
2051
2040
|
validateFormulaExpression,
|
|
2041
|
+
validateNode,
|
|
2052
2042
|
validateObject,
|
|
2053
2043
|
validateObjectOrThrow,
|
|
2054
2044
|
validatePath,
|