@griddo/core 11.2.10-rc.0 → 11.2.11-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.
|
@@ -101,7 +101,7 @@ interface TemplateBase extends BaseUI {
|
|
|
101
101
|
/** Internal unique value. In detail type templates this value corresponds to the ContentType name */
|
|
102
102
|
value: string;
|
|
103
103
|
/** Template mode. */
|
|
104
|
-
mode?: "list" | "detail" | "paginated-data";
|
|
104
|
+
mode?: "list" | "detail" | "paginated-data" | "virtual-list";
|
|
105
105
|
/** Special template. */
|
|
106
106
|
special?: "404" | "sitemap";
|
|
107
107
|
};
|
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.2.
|
|
5
|
+
"version": "11.2.11-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": "8fc22a5dee0da406239dd5d3f7e6755fe8fe140b"
|
|
132
132
|
}
|