@griddo/core 11.6.7-rc.9 → 11.6.8-rc.0
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.
|
@@ -122,6 +122,8 @@ export type BaseComponentArray = GenericComponentField & {
|
|
|
122
122
|
export type BaseFormContainer = GenericComponentField & {
|
|
123
123
|
/** Campo para añadir múltiples componentes a un módulo. */
|
|
124
124
|
type: "FormContainer";
|
|
125
|
+
/** Indica si el modal de selección de formulario aparece prefiltrado por una categoría (code) */
|
|
126
|
+
formCategories?: string[];
|
|
125
127
|
};
|
|
126
128
|
export type BaseFormFieldArray = GenericComponentField & {
|
|
127
129
|
type: "FormFieldArray";
|
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": "11.6.
|
|
5
|
+
"version": "11.6.8-rc.0",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"publishConfig": {
|
|
129
129
|
"access": "public"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "5ea0f19fe563be2563c7c8ce9c4bc99bbc449fef"
|
|
132
132
|
}
|