@devtable/dashboard 14.5.1 → 14.6.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/components/plugins/common-echarts-fields/series-order/index.d.ts +2 -0
- package/dist/components/plugins/common-echarts-fields/series-order/series-order-selector.d.ts +10 -0
- package/dist/components/plugins/common-echarts-fields/series-order/types.d.ts +5 -0
- package/dist/components/plugins/viz-components/pie-chart/migrators/index.d.ts +1 -0
- package/dist/components/plugins/viz-components/pie-chart/type.d.ts +2 -0
- package/dist/dashboard.es.js +4809 -4702
- package/dist/dashboard.umd.js +79 -79
- package/dist/i18n/en.d.ts +8 -0
- package/dist/i18n/zh.d.ts +8 -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
|
@@ -619,6 +619,14 @@ export declare const en: {
|
|
|
619
619
|
echarts_based_charts: string;
|
|
620
620
|
others: string;
|
|
621
621
|
};
|
|
622
|
+
series_order: {
|
|
623
|
+
label: string;
|
|
624
|
+
name: string;
|
|
625
|
+
value: string;
|
|
626
|
+
raw: string;
|
|
627
|
+
asc: string;
|
|
628
|
+
desc: string;
|
|
629
|
+
};
|
|
622
630
|
label: {
|
|
623
631
|
label: string;
|
|
624
632
|
label_full: string;
|
package/dist/i18n/zh.d.ts
CHANGED
|
@@ -619,6 +619,14 @@ export declare const zh: {
|
|
|
619
619
|
echarts_based_charts: string;
|
|
620
620
|
others: string;
|
|
621
621
|
};
|
|
622
|
+
series_order: {
|
|
623
|
+
label: string;
|
|
624
|
+
name: string;
|
|
625
|
+
value: string;
|
|
626
|
+
raw: string;
|
|
627
|
+
asc: string;
|
|
628
|
+
desc: string;
|
|
629
|
+
};
|
|
622
630
|
label: {
|
|
623
631
|
label: string;
|
|
624
632
|
label_full: string;
|