@griddo/core 1.75.202 → 1.75.204
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.
|
@@ -100,6 +100,8 @@ export type BaseColorPicker = DynamicColorPicker | FixedColorPicker;
|
|
|
100
100
|
export interface BaseComponentArray extends GenericComponentField {
|
|
101
101
|
/** Campo para añadir múltiples componentes a un módulo. */
|
|
102
102
|
type: "ComponentArray";
|
|
103
|
+
/** Indica si el field contiene modulos o componentes */
|
|
104
|
+
contentType: "modules" | "components";
|
|
103
105
|
}
|
|
104
106
|
export interface BaseComponentContainer extends GenericComponentField {
|
|
105
107
|
/** Field to add a single component to a module. */
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@griddo/core",
|
|
3
3
|
"description": "Reload version of Griddo Core",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
|
-
"version": "1.75.
|
|
5
|
+
"version": "1.75.204",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"resolutions": {
|
|
78
78
|
"colors": "1.4.0"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "ded46934a0e3bd01368f4804c1bdabbfd58a1f2d"
|
|
81
81
|
}
|