@databrainhq/plugin 0.15.90-uat → 0.15.90-uat1
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/dist/webcomponents.es.js
CHANGED
|
@@ -225038,7 +225038,8 @@ const Lf2 = {
|
|
|
225038
225038
|
longDescriptionConfig: "json",
|
|
225039
225039
|
chartColumns: "json",
|
|
225040
225040
|
language: "string",
|
|
225041
|
-
translationDictionary: "json"
|
|
225041
|
+
translationDictionary: "json",
|
|
225042
|
+
calendarType: "string"
|
|
225042
225043
|
},
|
|
225043
225044
|
shadow: "open"
|
|
225044
225045
|
});
|
|
@@ -225080,7 +225081,8 @@ const yy0 = Qt2(y30, {
|
|
|
225080
225081
|
chartColumns: "json",
|
|
225081
225082
|
language: "string",
|
|
225082
225083
|
translationDictionary: "json",
|
|
225083
|
-
globalFilterOptions: "json"
|
|
225084
|
+
globalFilterOptions: "json",
|
|
225085
|
+
calendarType: "string"
|
|
225084
225086
|
},
|
|
225085
225087
|
shadow: "open"
|
|
225086
225088
|
});
|