@wix/auto_sdk_data-extension-schema_schemas 1.0.97 → 1.0.99
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +39 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +116 -12
- package/build/cjs/index.typings.js +39 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +116 -12
- package/build/cjs/meta.js +39 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +35 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +116 -12
- package/build/es/index.typings.mjs +35 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +116 -12
- package/build/es/meta.mjs +35 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +39 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +116 -12
- package/build/internal/cjs/index.typings.js +39 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +116 -12
- package/build/internal/cjs/meta.js +39 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +35 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +116 -12
- package/build/internal/es/index.typings.mjs +35 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +116 -12
- package/build/internal/es/meta.mjs +35 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -1157,6 +1157,35 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1157
1157
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1158
1158
|
return NullValue2;
|
|
1159
1159
|
})(NullValue || {});
|
|
1160
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1161
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1162
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1163
|
+
Scaling2["COVER"] = "COVER";
|
|
1164
|
+
return Scaling2;
|
|
1165
|
+
})(Scaling || {});
|
|
1166
|
+
var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
|
|
1167
|
+
LayoutDataImagePosition2["CENTER"] = "CENTER";
|
|
1168
|
+
LayoutDataImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1169
|
+
LayoutDataImagePosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1170
|
+
LayoutDataImagePosition2["TOP"] = "TOP";
|
|
1171
|
+
LayoutDataImagePosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1172
|
+
LayoutDataImagePosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1173
|
+
LayoutDataImagePosition2["BOTTOM"] = "BOTTOM";
|
|
1174
|
+
LayoutDataImagePosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1175
|
+
LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1176
|
+
return LayoutDataImagePosition2;
|
|
1177
|
+
})(LayoutDataImagePosition || {});
|
|
1178
|
+
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1179
|
+
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1180
|
+
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
1181
|
+
VerticalAlignmentAlignment2["BOTTOM"] = "BOTTOM";
|
|
1182
|
+
return VerticalAlignmentAlignment2;
|
|
1183
|
+
})(VerticalAlignmentAlignment || {});
|
|
1184
|
+
var ResponsivenessBehaviour = /* @__PURE__ */ ((ResponsivenessBehaviour2) => {
|
|
1185
|
+
ResponsivenessBehaviour2["STACK"] = "STACK";
|
|
1186
|
+
ResponsivenessBehaviour2["WRAP"] = "WRAP";
|
|
1187
|
+
return ResponsivenessBehaviour2;
|
|
1188
|
+
})(ResponsivenessBehaviour || {});
|
|
1160
1189
|
var CalendarType = /* @__PURE__ */ ((CalendarType2) => {
|
|
1161
1190
|
CalendarType2["UNDEFINED"] = "UNDEFINED";
|
|
1162
1191
|
CalendarType2["GOOGLE"] = "GOOGLE";
|
|
@@ -2596,6 +2625,8 @@ var TimeConstraintType = /* @__PURE__ */ ((TimeConstraintType2) => {
|
|
|
2596
2625
|
TimeConstraintType2["BETWEEN"] = "BETWEEN";
|
|
2597
2626
|
TimeConstraintType2["TODAY"] = "TODAY";
|
|
2598
2627
|
TimeConstraintType2["THIS_MONTH"] = "THIS_MONTH";
|
|
2628
|
+
TimeConstraintType2["AFTER"] = "AFTER";
|
|
2629
|
+
TimeConstraintType2["BEFORE"] = "BEFORE";
|
|
2599
2630
|
return TimeConstraintType2;
|
|
2600
2631
|
})(TimeConstraintType || {});
|
|
2601
2632
|
var ValueConstraintType = /* @__PURE__ */ ((ValueConstraintType2) => {
|
|
@@ -2839,6 +2870,7 @@ export {
|
|
|
2839
2870
|
Intent as IntentOriginal,
|
|
2840
2871
|
InterfaceConfigurationType as InterfaceConfigurationTypeOriginal,
|
|
2841
2872
|
ItemType as ItemTypeOriginal,
|
|
2873
|
+
LayoutDataImagePosition as LayoutDataImagePositionOriginal,
|
|
2842
2874
|
LayoutMode as LayoutModeOriginal,
|
|
2843
2875
|
Layout as LayoutOriginal,
|
|
2844
2876
|
LayoutType as LayoutTypeOriginal,
|
|
@@ -2905,9 +2937,11 @@ export {
|
|
|
2905
2937
|
RequiredIndicatorPlacement as RequiredIndicatorPlacementOriginal,
|
|
2906
2938
|
ResizeDirection as ResizeDirectionOriginal,
|
|
2907
2939
|
Resizing as ResizingOriginal,
|
|
2940
|
+
ResponsivenessBehaviour as ResponsivenessBehaviourOriginal,
|
|
2908
2941
|
RestrictedOperation as RestrictedOperationOriginal,
|
|
2909
2942
|
RestrictionLevel as RestrictionLevelOriginal,
|
|
2910
2943
|
RichTextAbilities as RichTextAbilitiesOriginal,
|
|
2944
|
+
Scaling as ScalingOriginal,
|
|
2911
2945
|
SchedulingComponentType as SchedulingComponentTypeOriginal,
|
|
2912
2946
|
SchemaFieldExposure as SchemaFieldExposureOriginal,
|
|
2913
2947
|
SchemaFieldFieldType as SchemaFieldFieldTypeOriginal,
|
|
@@ -2950,6 +2984,7 @@ export {
|
|
|
2950
2984
|
UserNotificationDataType as UserNotificationDataTypeOriginal,
|
|
2951
2985
|
ValueConstraintType as ValueConstraintTypeOriginal,
|
|
2952
2986
|
VectorArtCategoryTypes as VectorArtCategoryTypesOriginal,
|
|
2987
|
+
VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal,
|
|
2953
2988
|
VerticalAlignment as VerticalAlignmentOriginal,
|
|
2954
2989
|
VerticalDocking as VerticalDockingOriginal,
|
|
2955
2990
|
VibeActionType as VibeActionTypeOriginal,
|