@djvlc/contracts-types 1.8.2 → 1.8.3
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.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1524,14 +1524,14 @@ interface RuntimeSpec {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
/**
|
|
1527
|
-
* PageSchema
|
|
1527
|
+
* PageSchema V1 核心类型
|
|
1528
1528
|
*/
|
|
1529
1529
|
|
|
1530
1530
|
/**
|
|
1531
1531
|
* 当前 Schema 版本
|
|
1532
1532
|
* 每次 Schema 结构变更都需要升级版本并提供迁移脚本
|
|
1533
1533
|
*/
|
|
1534
|
-
declare const CURRENT_SCHEMA_VERSION = "
|
|
1534
|
+
declare const CURRENT_SCHEMA_VERSION = "1.0.0";
|
|
1535
1535
|
/**
|
|
1536
1536
|
* Schema 版本类型
|
|
1537
1537
|
*/
|
|
@@ -3058,7 +3058,7 @@ interface MethodParam {
|
|
|
3058
3058
|
type MethodCategory = 'lifecycle' | 'data' | 'display' | 'scroll' | 'custom';
|
|
3059
3059
|
|
|
3060
3060
|
/**
|
|
3061
|
-
* 组件元数据(ComponentMeta)
|
|
3061
|
+
* 组件元数据(ComponentMeta)V1
|
|
3062
3062
|
*/
|
|
3063
3063
|
|
|
3064
3064
|
/**
|
|
@@ -3675,7 +3675,7 @@ interface RetryPolicy {
|
|
|
3675
3675
|
}
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
|
-
* 动作规格(ActionSpec)
|
|
3678
|
+
* 动作规格(ActionSpec)V1
|
|
3679
3679
|
*/
|
|
3680
3680
|
|
|
3681
3681
|
/**
|
|
@@ -4200,7 +4200,7 @@ interface FallbackCondition {
|
|
|
4200
4200
|
}
|
|
4201
4201
|
|
|
4202
4202
|
/**
|
|
4203
|
-
* 数据查询规格(DataQuerySpec)
|
|
4203
|
+
* 数据查询规格(DataQuerySpec)V1
|
|
4204
4204
|
*/
|
|
4205
4205
|
|
|
4206
4206
|
/**
|
|
@@ -5006,10 +5006,10 @@ interface VersionDiff {
|
|
|
5006
5006
|
/**
|
|
5007
5007
|
* 包版本号
|
|
5008
5008
|
*/
|
|
5009
|
-
declare const VERSION = "
|
|
5009
|
+
declare const VERSION = "1.0.0";
|
|
5010
5010
|
/**
|
|
5011
5011
|
* 协议版本号
|
|
5012
5012
|
*/
|
|
5013
|
-
declare const PROTOCOL_VERSION = "
|
|
5013
|
+
declare const PROTOCOL_VERSION = "1.0.0";
|
|
5014
5014
|
|
|
5015
5015
|
export { type ABTestRolloutConfig, ALLOWED_FUNCTION_NAMES, ALL_BUILTIN_FUNCTIONS, ARRAY_FUNCTIONS, type ActionClientContext, type ActionDefinition, type ActionDefinitionVersion, type ActionExecuteRequest, type ActionExecuteResponse, type ActionExecutor, type ActionPolicy, type ActionRef, type ActionResult, type ActionSheetItem, type ActionSheetOptions, type ActionSheetResult, type ActionSpec, ActionType, type Activity, type ActivityPrecondition, type ActivityRule, type ActivityStatus, type ActivityType, type AggregationDataSourceConfig, type AggregationQueryItem, type AnyValueOrExpression, type ApiErrorDetail, type ApiErrorResponse, type ApiResponse, type ApiSuccessResponse, type AppContext, AuditAction, type AuditConfig, type AuditLogEntry, type BackgroundConfig, type BaseActivityRule, type BlacklistRolloutConfig, type BlockedComponentInfo, type BlockedComponentItem, type BootstrapConfig, type BrowserCompat, type BuiltinActionType, CURRENT_ACTION_SPEC_VERSION, CURRENT_COMPONENT_META_VERSION, CURRENT_DATA_QUERY_SPEC_VERSION, CURRENT_SCHEMA_VERSION, type CacheConfig, type CacheLevel, type CanaryHealthCheck, type CanaryRolloutConfig, type CanaryStage, type CanvasType, type CapabilityDeclaration, type CapabilityName, type ChangeLog, type ChangeLogItem, type ClaimActivityRule, type ClaimPrize, type ClaimRecord, type ClaimState, type ClipboardApi, type CompatInfo, type Component, type ComponentCategory, type ComponentContext, type ComponentDependency, type ComponentIntegrity, type ComponentMeta, type ComponentNode, type ComponentQueryParams, type ComponentRegisterRequest, type ComponentStatus, type ComponentStatusChangeRequest, type ComponentVersion, type ConfirmOptions, type ConsecutiveReward, type CreateManifestRequest, type CreatePreviewTokenRequest, type CumulativeReward, DATE_FUNCTIONS, DEFAULT_EXPRESSION_VALIDATION_CONFIG, DEPENDENCY_PREFIX, type DataBinding, type DataBindingErrorConfig, type DataLoadStrategy, type DataQueryDefinition, type DataQueryDefinitionVersion, type DataQueryRequest, type DataQueryResponse, type DataQuerySpec, type DataSourceConfig, type DataSourceType, type DatabaseDataSourceConfig, type DeepReadonly, type DefinitionVersionDigest, type DefinitionsDigest, type DependencyPrefix, type DialogOptions, type DialogResult, type DjvlcError, type EditorComponent, type Environment, ErrorCategory, ErrorCode, ErrorCodeToHttpStatus, type ErrorMapping, ErrorMessages, type EventDeclaration, type EventHandler, type ExecutorContext, type ExecutorResult, type Expression, type ExpressionContext, type ExpressionContextTyped, type ExpressionDependency, type ExpressionEventContext, type ExpressionFunctionCategory, type ExpressionFunctionDefinition, type ExpressionLocal, type ExpressionMeta, type ExpressionType, type ExpressionValidationConfig, type ExpressionValidationError, type ExpressionValidationResult, type ExpressionValidationWarning, FORMAT_FUNCTIONS, type FallbackCondition, type FallbackConfig, type FeatureCondition, type FeatureRolloutConfig, type FieldPermission, type FieldPolicy, type FieldTransform, type FileIntegrity, type FunctionParamDefinition, type GraphQLDataSourceConfig, type HostApi, type HttpDataSourceConfig, type HttpRetryConfig, type I18nDetectionStrategy, type ISODateTime, type IdempotencyKeyStrategy, type IdempotencyRule, type IntegrityHash, type InternalDataSourceConfig, type InventoryConfig, type JsonObject, type JsonValue, type KillSwitchItem, LOGIC_FUNCTIONS, type LayoutConfig, type LayoutValues, type LoopConfig, type LotteryActivityRule, type LotteryCost, type LotteryPrize, type LotteryState, type Manifest, type ManifestEntry, type ManifestItem, type ManifestValidationError, type ManifestValidationResult, type ManifestValidationWarning, type MaskingConfig, type MaskingRule, type MaskingType, type MethodCategory, type MethodDeclaration, type MethodParam, NUMBER_FUNCTIONS, type NavigateOptions, type NodeStyleConfig, type OperatorInfo, type OpsConfig, type OrderByItem, PROTOCOL_VERSION, type PageAssetsJson, type PageBehaviorConfig, type PageConfig, type PageDraft, type PageI18nConfig, type PageIntegrityJson, type PageLayoutConfig, type PageLifecycle, type PageManifest, type PageMeta, type PageResolveRequest, type PageResolveResponse, type PageResolveWithSnapshotResponse, type PageSEO, type PageSchema, type PageSnapshotJson, type PageSnapshotManifest, type PageSnapshotMeta, type PageSnapshotPage, type PageState, PageStatus, type PageStatusType, type PageStylesConfig, type PageVersion, type PaginatedResponse, type PaginationMeta, type PaginationParams, type ParamPermission, type ParticipationLimit, type PercentageRolloutConfig, type PityConfig, type Precondition, type PreconditionType, type PreviewImageOptions, type PreviewToken, type PreviewTokenValidationResult, type ProbabilityConfig, type PropDefinition, type PropFormat, type PropGroup, type PropType, type PropsSchema, type PublishCdnConfig, PublishChannel, type PublishConfig, type PublishEnvironment, type PublishNotificationConfig, type PublishRecord, type PublishRolloutConfig, PublishStatus, type QueryPermissions, type RateLimitDimension, type RateLimitItem, type RateLimitRule, type RequestContext, type ResolvedManifest, type ResponsiveBreakpoints, type RetryPolicy, type RiskControlConfig, type RolloutConfig, type RolloutMatchRequest, type RolloutMatchResult, type RolloutStrategy, type RolloutStrategyConfig, type RolloutStrategyType, type RuntimeContext, type RuntimeSpec, type SHAIntegrity, STRING_FUNCTIONS, type ScanCodeResult, type SchemaVersion, type SemVer, type ShareOptions, type ShareResult, type SigninActivityRule, type SigninRecord, type SigninRewardRecord, type SigninState, type SlotCategory, type SlotDeclaration, type SnapshotComponentEntry, type StateFieldDefinition, type StorageApi, type StorageOptions, type StyleConfig, type StyleIsolation, TemplateParseError, type TemplateParseMode, type ThemeConfig, type TimeWindowRolloutConfig, type ToastOptions, type TrackEvent, type URLString, UTILITY_FUNCTIONS, type UniqueId, type UpsertRolloutRequest, type UserActivityState, type UserContext, VERSION, type ValidationRule, type VersionDiff, type VersionInfo, VersionStatus, type VersionStatusType, type ViewportConfig, type WhitelistRolloutConfig, bindingRef, createDjvlcError, createExpressionContext, createLoopLocal, dep, isDjvlcError, localRef, stateRef, template };
|
package/dist/index.d.ts
CHANGED
|
@@ -1524,14 +1524,14 @@ interface RuntimeSpec {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
/**
|
|
1527
|
-
* PageSchema
|
|
1527
|
+
* PageSchema V1 核心类型
|
|
1528
1528
|
*/
|
|
1529
1529
|
|
|
1530
1530
|
/**
|
|
1531
1531
|
* 当前 Schema 版本
|
|
1532
1532
|
* 每次 Schema 结构变更都需要升级版本并提供迁移脚本
|
|
1533
1533
|
*/
|
|
1534
|
-
declare const CURRENT_SCHEMA_VERSION = "
|
|
1534
|
+
declare const CURRENT_SCHEMA_VERSION = "1.0.0";
|
|
1535
1535
|
/**
|
|
1536
1536
|
* Schema 版本类型
|
|
1537
1537
|
*/
|
|
@@ -3058,7 +3058,7 @@ interface MethodParam {
|
|
|
3058
3058
|
type MethodCategory = 'lifecycle' | 'data' | 'display' | 'scroll' | 'custom';
|
|
3059
3059
|
|
|
3060
3060
|
/**
|
|
3061
|
-
* 组件元数据(ComponentMeta)
|
|
3061
|
+
* 组件元数据(ComponentMeta)V1
|
|
3062
3062
|
*/
|
|
3063
3063
|
|
|
3064
3064
|
/**
|
|
@@ -3675,7 +3675,7 @@ interface RetryPolicy {
|
|
|
3675
3675
|
}
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
|
-
* 动作规格(ActionSpec)
|
|
3678
|
+
* 动作规格(ActionSpec)V1
|
|
3679
3679
|
*/
|
|
3680
3680
|
|
|
3681
3681
|
/**
|
|
@@ -4200,7 +4200,7 @@ interface FallbackCondition {
|
|
|
4200
4200
|
}
|
|
4201
4201
|
|
|
4202
4202
|
/**
|
|
4203
|
-
* 数据查询规格(DataQuerySpec)
|
|
4203
|
+
* 数据查询规格(DataQuerySpec)V1
|
|
4204
4204
|
*/
|
|
4205
4205
|
|
|
4206
4206
|
/**
|
|
@@ -5006,10 +5006,10 @@ interface VersionDiff {
|
|
|
5006
5006
|
/**
|
|
5007
5007
|
* 包版本号
|
|
5008
5008
|
*/
|
|
5009
|
-
declare const VERSION = "
|
|
5009
|
+
declare const VERSION = "1.0.0";
|
|
5010
5010
|
/**
|
|
5011
5011
|
* 协议版本号
|
|
5012
5012
|
*/
|
|
5013
|
-
declare const PROTOCOL_VERSION = "
|
|
5013
|
+
declare const PROTOCOL_VERSION = "1.0.0";
|
|
5014
5014
|
|
|
5015
5015
|
export { type ABTestRolloutConfig, ALLOWED_FUNCTION_NAMES, ALL_BUILTIN_FUNCTIONS, ARRAY_FUNCTIONS, type ActionClientContext, type ActionDefinition, type ActionDefinitionVersion, type ActionExecuteRequest, type ActionExecuteResponse, type ActionExecutor, type ActionPolicy, type ActionRef, type ActionResult, type ActionSheetItem, type ActionSheetOptions, type ActionSheetResult, type ActionSpec, ActionType, type Activity, type ActivityPrecondition, type ActivityRule, type ActivityStatus, type ActivityType, type AggregationDataSourceConfig, type AggregationQueryItem, type AnyValueOrExpression, type ApiErrorDetail, type ApiErrorResponse, type ApiResponse, type ApiSuccessResponse, type AppContext, AuditAction, type AuditConfig, type AuditLogEntry, type BackgroundConfig, type BaseActivityRule, type BlacklistRolloutConfig, type BlockedComponentInfo, type BlockedComponentItem, type BootstrapConfig, type BrowserCompat, type BuiltinActionType, CURRENT_ACTION_SPEC_VERSION, CURRENT_COMPONENT_META_VERSION, CURRENT_DATA_QUERY_SPEC_VERSION, CURRENT_SCHEMA_VERSION, type CacheConfig, type CacheLevel, type CanaryHealthCheck, type CanaryRolloutConfig, type CanaryStage, type CanvasType, type CapabilityDeclaration, type CapabilityName, type ChangeLog, type ChangeLogItem, type ClaimActivityRule, type ClaimPrize, type ClaimRecord, type ClaimState, type ClipboardApi, type CompatInfo, type Component, type ComponentCategory, type ComponentContext, type ComponentDependency, type ComponentIntegrity, type ComponentMeta, type ComponentNode, type ComponentQueryParams, type ComponentRegisterRequest, type ComponentStatus, type ComponentStatusChangeRequest, type ComponentVersion, type ConfirmOptions, type ConsecutiveReward, type CreateManifestRequest, type CreatePreviewTokenRequest, type CumulativeReward, DATE_FUNCTIONS, DEFAULT_EXPRESSION_VALIDATION_CONFIG, DEPENDENCY_PREFIX, type DataBinding, type DataBindingErrorConfig, type DataLoadStrategy, type DataQueryDefinition, type DataQueryDefinitionVersion, type DataQueryRequest, type DataQueryResponse, type DataQuerySpec, type DataSourceConfig, type DataSourceType, type DatabaseDataSourceConfig, type DeepReadonly, type DefinitionVersionDigest, type DefinitionsDigest, type DependencyPrefix, type DialogOptions, type DialogResult, type DjvlcError, type EditorComponent, type Environment, ErrorCategory, ErrorCode, ErrorCodeToHttpStatus, type ErrorMapping, ErrorMessages, type EventDeclaration, type EventHandler, type ExecutorContext, type ExecutorResult, type Expression, type ExpressionContext, type ExpressionContextTyped, type ExpressionDependency, type ExpressionEventContext, type ExpressionFunctionCategory, type ExpressionFunctionDefinition, type ExpressionLocal, type ExpressionMeta, type ExpressionType, type ExpressionValidationConfig, type ExpressionValidationError, type ExpressionValidationResult, type ExpressionValidationWarning, FORMAT_FUNCTIONS, type FallbackCondition, type FallbackConfig, type FeatureCondition, type FeatureRolloutConfig, type FieldPermission, type FieldPolicy, type FieldTransform, type FileIntegrity, type FunctionParamDefinition, type GraphQLDataSourceConfig, type HostApi, type HttpDataSourceConfig, type HttpRetryConfig, type I18nDetectionStrategy, type ISODateTime, type IdempotencyKeyStrategy, type IdempotencyRule, type IntegrityHash, type InternalDataSourceConfig, type InventoryConfig, type JsonObject, type JsonValue, type KillSwitchItem, LOGIC_FUNCTIONS, type LayoutConfig, type LayoutValues, type LoopConfig, type LotteryActivityRule, type LotteryCost, type LotteryPrize, type LotteryState, type Manifest, type ManifestEntry, type ManifestItem, type ManifestValidationError, type ManifestValidationResult, type ManifestValidationWarning, type MaskingConfig, type MaskingRule, type MaskingType, type MethodCategory, type MethodDeclaration, type MethodParam, NUMBER_FUNCTIONS, type NavigateOptions, type NodeStyleConfig, type OperatorInfo, type OpsConfig, type OrderByItem, PROTOCOL_VERSION, type PageAssetsJson, type PageBehaviorConfig, type PageConfig, type PageDraft, type PageI18nConfig, type PageIntegrityJson, type PageLayoutConfig, type PageLifecycle, type PageManifest, type PageMeta, type PageResolveRequest, type PageResolveResponse, type PageResolveWithSnapshotResponse, type PageSEO, type PageSchema, type PageSnapshotJson, type PageSnapshotManifest, type PageSnapshotMeta, type PageSnapshotPage, type PageState, PageStatus, type PageStatusType, type PageStylesConfig, type PageVersion, type PaginatedResponse, type PaginationMeta, type PaginationParams, type ParamPermission, type ParticipationLimit, type PercentageRolloutConfig, type PityConfig, type Precondition, type PreconditionType, type PreviewImageOptions, type PreviewToken, type PreviewTokenValidationResult, type ProbabilityConfig, type PropDefinition, type PropFormat, type PropGroup, type PropType, type PropsSchema, type PublishCdnConfig, PublishChannel, type PublishConfig, type PublishEnvironment, type PublishNotificationConfig, type PublishRecord, type PublishRolloutConfig, PublishStatus, type QueryPermissions, type RateLimitDimension, type RateLimitItem, type RateLimitRule, type RequestContext, type ResolvedManifest, type ResponsiveBreakpoints, type RetryPolicy, type RiskControlConfig, type RolloutConfig, type RolloutMatchRequest, type RolloutMatchResult, type RolloutStrategy, type RolloutStrategyConfig, type RolloutStrategyType, type RuntimeContext, type RuntimeSpec, type SHAIntegrity, STRING_FUNCTIONS, type ScanCodeResult, type SchemaVersion, type SemVer, type ShareOptions, type ShareResult, type SigninActivityRule, type SigninRecord, type SigninRewardRecord, type SigninState, type SlotCategory, type SlotDeclaration, type SnapshotComponentEntry, type StateFieldDefinition, type StorageApi, type StorageOptions, type StyleConfig, type StyleIsolation, TemplateParseError, type TemplateParseMode, type ThemeConfig, type TimeWindowRolloutConfig, type ToastOptions, type TrackEvent, type URLString, UTILITY_FUNCTIONS, type UniqueId, type UpsertRolloutRequest, type UserActivityState, type UserContext, VERSION, type ValidationRule, type VersionDiff, type VersionInfo, VersionStatus, type VersionStatusType, type ViewportConfig, type WhitelistRolloutConfig, bindingRef, createDjvlcError, createExpressionContext, createLoopLocal, dep, isDjvlcError, localRef, stateRef, template };
|
package/dist/index.js
CHANGED
|
@@ -227,7 +227,7 @@ var AuditAction = /* @__PURE__ */ ((AuditAction2) => {
|
|
|
227
227
|
})(AuditAction || {});
|
|
228
228
|
|
|
229
229
|
// src/page/schema.ts
|
|
230
|
-
var CURRENT_SCHEMA_VERSION = "
|
|
230
|
+
var CURRENT_SCHEMA_VERSION = "1.0.0";
|
|
231
231
|
|
|
232
232
|
// src/expression/functions.ts
|
|
233
233
|
var STRING_FUNCTIONS = [
|
|
@@ -1152,7 +1152,7 @@ function template(templateString, fallback) {
|
|
|
1152
1152
|
}
|
|
1153
1153
|
|
|
1154
1154
|
// src/component/meta.ts
|
|
1155
|
-
var CURRENT_COMPONENT_META_VERSION = "
|
|
1155
|
+
var CURRENT_COMPONENT_META_VERSION = "1.0.0";
|
|
1156
1156
|
|
|
1157
1157
|
// src/action/types.ts
|
|
1158
1158
|
var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
@@ -1170,14 +1170,14 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
1170
1170
|
})(ActionType || {});
|
|
1171
1171
|
|
|
1172
1172
|
// src/action/spec.ts
|
|
1173
|
-
var CURRENT_ACTION_SPEC_VERSION = "
|
|
1173
|
+
var CURRENT_ACTION_SPEC_VERSION = "1.0.0";
|
|
1174
1174
|
|
|
1175
1175
|
// src/data-query/spec.ts
|
|
1176
|
-
var CURRENT_DATA_QUERY_SPEC_VERSION = "
|
|
1176
|
+
var CURRENT_DATA_QUERY_SPEC_VERSION = "1.0.0";
|
|
1177
1177
|
|
|
1178
1178
|
// src/index.ts
|
|
1179
|
-
var VERSION = "
|
|
1180
|
-
var PROTOCOL_VERSION = "
|
|
1179
|
+
var VERSION = "1.0.0";
|
|
1180
|
+
var PROTOCOL_VERSION = "1.0.0";
|
|
1181
1181
|
|
|
1182
1182
|
exports.ALLOWED_FUNCTION_NAMES = ALLOWED_FUNCTION_NAMES;
|
|
1183
1183
|
exports.ALL_BUILTIN_FUNCTIONS = ALL_BUILTIN_FUNCTIONS;
|
package/dist/index.mjs
CHANGED
|
@@ -225,7 +225,7 @@ var AuditAction = /* @__PURE__ */ ((AuditAction2) => {
|
|
|
225
225
|
})(AuditAction || {});
|
|
226
226
|
|
|
227
227
|
// src/page/schema.ts
|
|
228
|
-
var CURRENT_SCHEMA_VERSION = "
|
|
228
|
+
var CURRENT_SCHEMA_VERSION = "1.0.0";
|
|
229
229
|
|
|
230
230
|
// src/expression/functions.ts
|
|
231
231
|
var STRING_FUNCTIONS = [
|
|
@@ -1150,7 +1150,7 @@ function template(templateString, fallback) {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
|
|
1152
1152
|
// src/component/meta.ts
|
|
1153
|
-
var CURRENT_COMPONENT_META_VERSION = "
|
|
1153
|
+
var CURRENT_COMPONENT_META_VERSION = "1.0.0";
|
|
1154
1154
|
|
|
1155
1155
|
// src/action/types.ts
|
|
1156
1156
|
var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
@@ -1168,13 +1168,13 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
1168
1168
|
})(ActionType || {});
|
|
1169
1169
|
|
|
1170
1170
|
// src/action/spec.ts
|
|
1171
|
-
var CURRENT_ACTION_SPEC_VERSION = "
|
|
1171
|
+
var CURRENT_ACTION_SPEC_VERSION = "1.0.0";
|
|
1172
1172
|
|
|
1173
1173
|
// src/data-query/spec.ts
|
|
1174
|
-
var CURRENT_DATA_QUERY_SPEC_VERSION = "
|
|
1174
|
+
var CURRENT_DATA_QUERY_SPEC_VERSION = "1.0.0";
|
|
1175
1175
|
|
|
1176
1176
|
// src/index.ts
|
|
1177
|
-
var VERSION = "
|
|
1178
|
-
var PROTOCOL_VERSION = "
|
|
1177
|
+
var VERSION = "1.0.0";
|
|
1178
|
+
var PROTOCOL_VERSION = "1.0.0";
|
|
1179
1179
|
|
|
1180
1180
|
export { ALLOWED_FUNCTION_NAMES, ALL_BUILTIN_FUNCTIONS, ARRAY_FUNCTIONS, ActionType, AuditAction, CURRENT_ACTION_SPEC_VERSION, CURRENT_COMPONENT_META_VERSION, CURRENT_DATA_QUERY_SPEC_VERSION, CURRENT_SCHEMA_VERSION, DATE_FUNCTIONS, DEFAULT_EXPRESSION_VALIDATION_CONFIG, DEPENDENCY_PREFIX, ErrorCategory, ErrorCode, ErrorCodeToHttpStatus, ErrorMessages, FORMAT_FUNCTIONS, LOGIC_FUNCTIONS, NUMBER_FUNCTIONS, PROTOCOL_VERSION, PageStatus, PublishChannel, PublishStatus, STRING_FUNCTIONS, TemplateParseError, UTILITY_FUNCTIONS, VERSION, VersionStatus, bindingRef, createDjvlcError, createExpressionContext, createLoopLocal, dep, isDjvlcError, localRef, stateRef, template };
|