@devtable/dashboard 14.27.0 → 14.29.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.
- package/dist/dashboard-editor/model/views/index.d.ts +9 -0
- package/dist/dashboard.es.js +4824 -4667
- package/dist/dashboard.umd.js +65 -65
- package/dist/i18n/en.d.ts +9 -0
- package/dist/i18n/zh.d.ts +9 -0
- package/dist/interactions/operation/operations/scroll-to-panel.d.ts +5 -0
- package/dist/interactions/operation/operations/switch-tab.d.ts +6 -0
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
package/dist/i18n/en.d.ts
CHANGED
|
@@ -216,6 +216,15 @@ export declare const en: {
|
|
|
216
216
|
label: string;
|
|
217
217
|
view: string;
|
|
218
218
|
};
|
|
219
|
+
switch_tab: {
|
|
220
|
+
label: string;
|
|
221
|
+
view: string;
|
|
222
|
+
tab: string;
|
|
223
|
+
};
|
|
224
|
+
scroll_to_panel: {
|
|
225
|
+
label: string;
|
|
226
|
+
panel: string;
|
|
227
|
+
};
|
|
219
228
|
set_filter_values: {
|
|
220
229
|
label: string;
|
|
221
230
|
set_filter: string;
|
package/dist/i18n/zh.d.ts
CHANGED
|
@@ -216,6 +216,15 @@ export declare const zh: {
|
|
|
216
216
|
label: string;
|
|
217
217
|
view: string;
|
|
218
218
|
};
|
|
219
|
+
switch_tab: {
|
|
220
|
+
label: string;
|
|
221
|
+
view: string;
|
|
222
|
+
tab: string;
|
|
223
|
+
};
|
|
224
|
+
scroll_to_panel: {
|
|
225
|
+
label: string;
|
|
226
|
+
panel: string;
|
|
227
|
+
};
|
|
219
228
|
set_filter_values: {
|
|
220
229
|
label: string;
|
|
221
230
|
set_filter: string;
|