@routevn/creator-model 1.2.3 → 1.2.4
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/package.json +1 -1
- package/src/model.js +6 -3
package/package.json
CHANGED
package/src/model.js
CHANGED
|
@@ -2933,7 +2933,8 @@ const validateLayoutElementData = ({
|
|
|
2933
2933
|
"clickTextStyleId",
|
|
2934
2934
|
"conditionalOverrides",
|
|
2935
2935
|
"direction",
|
|
2936
|
-
"
|
|
2936
|
+
"gapX",
|
|
2937
|
+
"gapY",
|
|
2937
2938
|
"containerType",
|
|
2938
2939
|
"scroll",
|
|
2939
2940
|
"hover",
|
|
@@ -2999,7 +3000,8 @@ const validateLayoutElementData = ({
|
|
|
2999
3000
|
"scaleY",
|
|
3000
3001
|
"rotation",
|
|
3001
3002
|
"displaySpeed",
|
|
3002
|
-
"
|
|
3003
|
+
"gapX",
|
|
3004
|
+
"gapY",
|
|
3003
3005
|
"min",
|
|
3004
3006
|
"max",
|
|
3005
3007
|
"step",
|
|
@@ -3470,7 +3472,8 @@ const validateLayoutElementItems = ({ items, path, errorFactory }) => {
|
|
|
3470
3472
|
"clickTextStyleId",
|
|
3471
3473
|
"conditionalOverrides",
|
|
3472
3474
|
"direction",
|
|
3473
|
-
"
|
|
3475
|
+
"gapX",
|
|
3476
|
+
"gapY",
|
|
3474
3477
|
"containerType",
|
|
3475
3478
|
"scroll",
|
|
3476
3479
|
"hover",
|