@devtable/dashboard 13.38.0 → 13.40.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/viz-components/pie-chart/editors/index.d.ts +1 -0
- package/dist/components/plugins/viz-components/pie-chart/editors/radius-slider.d.ts +9 -0
- package/dist/components/plugins/viz-components/pie-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/type.d.ts +1 -0
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
- package/dist/components/widgets/color-picker-popover/color-input.d.ts +10 -0
- package/dist/components/widgets/color-picker-popover/color-picker-popover-for-viz.d.ts +8 -0
- package/dist/components/widgets/color-picker-popover/color-picker-popover.d.ts +13 -0
- package/dist/components/widgets/color-picker-popover/index.d.ts +4 -0
- package/dist/components/widgets/color-picker-popover/utils.d.ts +3 -0
- package/dist/components/widgets/index.d.ts +1 -0
- package/dist/components/widgets/rich-text-editor/color-picker-control/index.d.ts +1 -0
- package/dist/dashboard.es.js +6631 -6592
- package/dist/dashboard.umd.js +74 -74
- package/dist/i18n/en.d.ts +1 -3
- package/dist/i18n/zh.d.ts +1 -3
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
- package/dist/components/panel/settings/common/mantine-color.d.ts +0 -7
- /package/dist/components/widgets/rich-text-editor/{color-picker-control.d.ts → color-picker-control/color-picker-control.d.ts} +0 -0
package/dist/i18n/en.d.ts
CHANGED
|
@@ -897,13 +897,11 @@ export declare const en: {
|
|
|
897
897
|
};
|
|
898
898
|
color: {
|
|
899
899
|
label: string;
|
|
900
|
-
or: string;
|
|
901
|
-
set_any_color: string;
|
|
902
|
-
pick_a_theme_color: string;
|
|
903
900
|
background_color: string;
|
|
904
901
|
text_color: string;
|
|
905
902
|
click_to_add_a_color: string;
|
|
906
903
|
color_gradient: string;
|
|
904
|
+
not_set: string;
|
|
907
905
|
};
|
|
908
906
|
behavior: {
|
|
909
907
|
label: string;
|
package/dist/i18n/zh.d.ts
CHANGED
|
@@ -897,13 +897,11 @@ export declare const zh: {
|
|
|
897
897
|
};
|
|
898
898
|
color: {
|
|
899
899
|
label: string;
|
|
900
|
-
or: string;
|
|
901
|
-
set_any_color: string;
|
|
902
|
-
pick_a_theme_color: string;
|
|
903
900
|
background_color: string;
|
|
904
901
|
text_color: string;
|
|
905
902
|
click_to_add_a_color: string;
|
|
906
903
|
color_gradient: string;
|
|
904
|
+
not_set: string;
|
|
907
905
|
};
|
|
908
906
|
behavior: {
|
|
909
907
|
label: string;
|