@griddo/core 1.75.241 → 1.75.243
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.
|
@@ -55,7 +55,7 @@ export type Image = {
|
|
|
55
55
|
/** Cloudinary `public-id`
|
|
56
56
|
* @deprecated
|
|
57
57
|
* Cloudinary will be deprecated in the future
|
|
58
|
-
|
|
58
|
+
*/
|
|
59
59
|
publicId?: string;
|
|
60
60
|
/** Griddo DAM image id
|
|
61
61
|
* @deprecated
|
|
@@ -163,11 +163,11 @@ export type Url = {
|
|
|
163
163
|
};
|
|
164
164
|
export type VisualUniqueSelection<Values> = Values;
|
|
165
165
|
export type Wysiwyg = string;
|
|
166
|
-
type MenuItemsKind = {
|
|
166
|
+
export type MenuItemsKind = {
|
|
167
167
|
link: any;
|
|
168
168
|
group: any;
|
|
169
169
|
};
|
|
170
|
-
interface BaseLink<T extends MenuItemsKind, Type extends "link" | "group", URL extends Url | undefined> {
|
|
170
|
+
export interface BaseLink<T extends MenuItemsKind, Type extends "link" | "group", URL extends Url | undefined> {
|
|
171
171
|
/** Label */
|
|
172
172
|
label?: string;
|
|
173
173
|
/** Config */
|
|
@@ -31,5 +31,5 @@ export type UniqueCheck = BaseUniqueCheck & Common;
|
|
|
31
31
|
export type UrlField = BaseUrlField & WithValidators & Common & WithPlaceHolder;
|
|
32
32
|
export type VisualUniqueSelection = BaseVisualUniqueSelection & Common;
|
|
33
33
|
export type Wysiwyg = BaseWysiwyg & WithIsMockup & WithValidators & Common & WithPlaceHolder;
|
|
34
|
-
export type SimpleContentTypeFields<WhiteListElements = unknown> = ArrayFieldGroup | AsyncCheckGroup | AsyncSelect | CheckGroup | ColorPicker | ConditionalField | DateField | FieldGroup | FieldsDivider | FileField | HeadingField | ImageField | LinkField<WhiteListElements> | MultiCheckSelect | MultiCheckSelectGroup | NoteField | NumberField | RadioGroup | ReferenceField | RichText | Select | SliderField | TextArea | TextField | ToggleField | UniqueCheck | UrlField | VisualUniqueSelection | Wysiwyg;
|
|
34
|
+
export type SimpleContentTypeFields<WhiteListElements = unknown> = ArrayFieldGroup | AsyncCheckGroup | AsyncSelect | CheckGroup | ColorPicker | ConditionalField | DateField | FieldGroup | FieldsDivider | FileField | HeadingField | ImageField | LinkField<WhiteListElements> | MultiCheckSelect | MultiCheckSelectGroup | NoteField | NumberField | RadioGroup | ReferenceField | RichText | Select | SliderField | TextArea | TextField | TimeField | ToggleField | UniqueCheck | UrlField | VisualUniqueSelection | Wysiwyg;
|
|
35
35
|
export {};
|
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.243",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"resolutions": {
|
|
79
79
|
"colors": "1.4.0"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "31f15f3aa0a3e21011c2b16c225005ae8ec52eb4"
|
|
82
82
|
}
|