@devtable/dashboard 13.36.7 → 13.36.9
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/dashboard-editor/model/filters/index.d.ts +1 -1
- package/dist/dashboard-editor/model/views/index.d.ts +1 -0
- package/dist/dashboard.es.js +3458 -3456
- package/dist/dashboard.umd.js +75 -75
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +4 -4
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/views/views.d.ts +1 -0
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -997,7 +997,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
997
997
|
getSelectOption(id: string): any;
|
|
998
998
|
} & {
|
|
999
999
|
setValues(values: Record<string, any>): void;
|
|
1000
|
-
patchValues(values:
|
|
1000
|
+
patchValues(values: import('../../../model').FilterValuesType): void;
|
|
1001
1001
|
setValueByKey(key: string, value: any): void;
|
|
1002
1002
|
applyValuesPatch(values: Record<string, any>): void;
|
|
1003
1003
|
getValueByKey(key: string): any;
|
|
@@ -7340,6 +7340,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
7340
7340
|
id: string;
|
|
7341
7341
|
name: string;
|
|
7342
7342
|
} | null;
|
|
7343
|
+
readonly firstVisibleTabsViewActiveTabStr: string;
|
|
7343
7344
|
} & {
|
|
7344
7345
|
appendToVisibles(viewID: string): void;
|
|
7345
7346
|
rmVisibleViewID(id: string): void;
|