@prismiq/react 0.1.0 → 0.1.1
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/{CustomSQLEditor-BXB4rf1q.d.cts → CustomSQLEditor-CYlOtecq.d.ts} +10 -3
- package/dist/{CustomSQLEditor-DYeId0Gp.d.ts → CustomSQLEditor-d84v_Cgp.d.cts} +10 -3
- package/dist/{DashboardDialog-LHmrtNQU.d.cts → DashboardDialog-CZD8I-6z.d.cts} +4 -4
- package/dist/{DashboardDialog-B3vYC5Gs.d.ts → DashboardDialog-DBNTVVSp.d.ts} +4 -4
- package/dist/{accessibility-2yy5yqRR.d.cts → accessibility-Bu2mNtaB.d.cts} +1 -1
- package/dist/{accessibility-2yy5yqRR.d.ts → accessibility-Bu2mNtaB.d.ts} +1 -1
- package/dist/charts/index.cjs +27 -27
- package/dist/charts/index.d.cts +2 -2
- package/dist/charts/index.d.ts +2 -2
- package/dist/charts/index.js +2 -2
- package/dist/{chunk-MOAEEF5P.js → chunk-3LDRRDJ6.js} +185 -91
- package/dist/chunk-3LDRRDJ6.js.map +1 -0
- package/dist/{chunk-NK7HKX2J.cjs → chunk-73TPDGXB.cjs} +7 -7
- package/dist/{chunk-NK7HKX2J.cjs.map → chunk-73TPDGXB.cjs.map} +1 -1
- package/dist/{chunk-UPYINBZU.js → chunk-ET7GCREP.js} +502 -46
- package/dist/chunk-ET7GCREP.js.map +1 -0
- package/dist/{chunk-2H5WTH4K.js → chunk-FQ23KG6G.js} +3 -3
- package/dist/{chunk-2H5WTH4K.js.map → chunk-FQ23KG6G.js.map} +1 -1
- package/dist/{chunk-4AVL6GQK.cjs → chunk-KXB2IZI2.cjs} +36 -9
- package/dist/chunk-KXB2IZI2.cjs.map +1 -0
- package/dist/{chunk-EX74SI67.js → chunk-LBE6GIBC.js} +36 -9
- package/dist/chunk-LBE6GIBC.js.map +1 -0
- package/dist/{chunk-NY6TZLST.cjs → chunk-URJH4H6G.cjs} +505 -49
- package/dist/chunk-URJH4H6G.cjs.map +1 -0
- package/dist/{chunk-FEABEF3J.cjs → chunk-VQDFS6VS.cjs} +374 -280
- package/dist/chunk-VQDFS6VS.cjs.map +1 -0
- package/dist/components/index.cjs +55 -55
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +2 -2
- package/dist/dashboard/index.cjs +36 -36
- package/dist/dashboard/index.d.cts +3 -3
- package/dist/dashboard/index.d.ts +3 -3
- package/dist/dashboard/index.js +4 -4
- package/dist/export/index.d.cts +1 -1
- package/dist/export/index.d.ts +1 -1
- package/dist/{index-C-Qcuu4Y.d.cts → index-CvKj3SWO.d.cts} +2 -2
- package/dist/{index-rPc7ijt8.d.ts → index-DXGLs1yY.d.ts} +2 -2
- package/dist/index.cjs +127 -127
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +30 -9
- package/dist/index.d.ts +30 -9
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{types-WrCbOeAV.d.cts → types-j0kPJ9Hz.d.cts} +16 -1
- package/dist/{types-WrCbOeAV.d.ts → types-j0kPJ9Hz.d.ts} +16 -1
- package/dist/utils/index.cjs +15 -15
- package/dist/utils/index.d.cts +5 -21
- package/dist/utils/index.d.ts +5 -21
- package/dist/utils/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-4AVL6GQK.cjs.map +0 -1
- package/dist/chunk-EX74SI67.js.map +0 -1
- package/dist/chunk-FEABEF3J.cjs.map +0 -1
- package/dist/chunk-MOAEEF5P.js.map +0 -1
- package/dist/chunk-NY6TZLST.cjs.map +0 -1
- package/dist/chunk-UPYINBZU.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
3
|
+
var chunkVQDFS6VS_cjs = require('./chunk-VQDFS6VS.cjs');
|
|
4
|
+
var chunk73TPDGXB_cjs = require('./chunk-73TPDGXB.cjs');
|
|
5
|
+
var chunkURJH4H6G_cjs = require('./chunk-URJH4H6G.cjs');
|
|
6
6
|
var chunkLMTG3LRC_cjs = require('./chunk-LMTG3LRC.cjs');
|
|
7
7
|
var chunkMDXGGZSW_cjs = require('./chunk-MDXGGZSW.cjs');
|
|
8
8
|
var chunkTRW7DKLP_cjs = require('./chunk-TRW7DKLP.cjs');
|
|
9
|
-
var
|
|
9
|
+
var chunkKXB2IZI2_cjs = require('./chunk-KXB2IZI2.cjs');
|
|
10
10
|
var react = require('react');
|
|
11
11
|
var jsxRuntime = require('react/jsx-runtime');
|
|
12
12
|
|
|
@@ -87,10 +87,10 @@ function PinButton({
|
|
|
87
87
|
className,
|
|
88
88
|
style
|
|
89
89
|
}) {
|
|
90
|
-
const { isPinned: checkIsPinned, isLoading: statusLoading, refetch } =
|
|
90
|
+
const { isPinned: checkIsPinned, isLoading: statusLoading, refetch } = chunkURJH4H6G_cjs.useDashboardPinStatus({
|
|
91
91
|
dashboardId
|
|
92
92
|
});
|
|
93
|
-
const { pin, unpin, state: mutationState } =
|
|
93
|
+
const { pin, unpin, state: mutationState } = chunkURJH4H6G_cjs.usePinMutations();
|
|
94
94
|
const [actionError, setActionError] = react.useState(null);
|
|
95
95
|
const isPinned = checkIsPinned(context);
|
|
96
96
|
const isLoading = statusLoading || mutationState.isLoading;
|
|
@@ -296,10 +296,10 @@ function PinMenu({
|
|
|
296
296
|
const [isOpen, setIsOpen] = react.useState(false);
|
|
297
297
|
const [toggleError, setToggleError] = react.useState(null);
|
|
298
298
|
const containerRef = react.useRef(null);
|
|
299
|
-
const { isPinned, refetch, isLoading: statusLoading } =
|
|
299
|
+
const { isPinned, refetch, isLoading: statusLoading } = chunkURJH4H6G_cjs.useDashboardPinStatus({
|
|
300
300
|
dashboardId
|
|
301
301
|
});
|
|
302
|
-
const { pin, unpin, state: mutationState } =
|
|
302
|
+
const { pin, unpin, state: mutationState } = chunkURJH4H6G_cjs.usePinMutations();
|
|
303
303
|
const isLoading = statusLoading || mutationState.isLoading;
|
|
304
304
|
react.useEffect(() => {
|
|
305
305
|
if (!isOpen) {
|
|
@@ -549,8 +549,8 @@ function PinnedDashboardList({
|
|
|
549
549
|
className,
|
|
550
550
|
style
|
|
551
551
|
}) {
|
|
552
|
-
const { dashboards, isLoading, error, refetch } =
|
|
553
|
-
const { unpin, state: mutationState } =
|
|
552
|
+
const { dashboards, isLoading, error, refetch } = chunkURJH4H6G_cjs.usePinnedDashboards({ context });
|
|
553
|
+
const { unpin, state: mutationState } = chunkURJH4H6G_cjs.usePinMutations();
|
|
554
554
|
const [unpinError, setUnpinError] = react.useState(null);
|
|
555
555
|
const handleUnpin = react.useCallback(
|
|
556
556
|
(dashboardId) => {
|
|
@@ -835,7 +835,7 @@ function PinnedDashboardView({
|
|
|
835
835
|
className,
|
|
836
836
|
style
|
|
837
837
|
}) {
|
|
838
|
-
const { unpin, state: mutationState } =
|
|
838
|
+
const { unpin, state: mutationState } = chunkURJH4H6G_cjs.usePinMutations();
|
|
839
839
|
const [unpinError, setUnpinError] = react.useState(null);
|
|
840
840
|
const handleUnpin = async () => {
|
|
841
841
|
if (!selectedDashboard) return;
|
|
@@ -914,7 +914,7 @@ function PinnedDashboardView({
|
|
|
914
914
|
}
|
|
915
915
|
)
|
|
916
916
|
] }),
|
|
917
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { style: contentStyles2, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
917
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { style: contentStyles2, children: /* @__PURE__ */ jsxRuntime.jsx(chunkVQDFS6VS_cjs.Dashboard, { id: selectedDashboard.id }) })
|
|
918
918
|
] });
|
|
919
919
|
}
|
|
920
920
|
|
|
@@ -923,431 +923,431 @@ var VERSION = "0.1.0";
|
|
|
923
923
|
|
|
924
924
|
Object.defineProperty(exports, "Dashboard", {
|
|
925
925
|
enumerable: true,
|
|
926
|
-
get: function () { return
|
|
926
|
+
get: function () { return chunkVQDFS6VS_cjs.Dashboard; }
|
|
927
927
|
});
|
|
928
928
|
Object.defineProperty(exports, "DashboardCard", {
|
|
929
929
|
enumerable: true,
|
|
930
|
-
get: function () { return
|
|
930
|
+
get: function () { return chunkVQDFS6VS_cjs.DashboardCard; }
|
|
931
931
|
});
|
|
932
932
|
Object.defineProperty(exports, "DashboardContext", {
|
|
933
933
|
enumerable: true,
|
|
934
|
-
get: function () { return
|
|
934
|
+
get: function () { return chunkVQDFS6VS_cjs.DashboardContext; }
|
|
935
935
|
});
|
|
936
936
|
Object.defineProperty(exports, "DashboardDialog", {
|
|
937
937
|
enumerable: true,
|
|
938
|
-
get: function () { return
|
|
938
|
+
get: function () { return chunkVQDFS6VS_cjs.DashboardDialog; }
|
|
939
939
|
});
|
|
940
940
|
Object.defineProperty(exports, "DashboardEditor", {
|
|
941
941
|
enumerable: true,
|
|
942
|
-
get: function () { return
|
|
942
|
+
get: function () { return chunkVQDFS6VS_cjs.DashboardEditor; }
|
|
943
943
|
});
|
|
944
944
|
Object.defineProperty(exports, "DashboardLayoutComponent", {
|
|
945
945
|
enumerable: true,
|
|
946
|
-
get: function () { return
|
|
946
|
+
get: function () { return chunkVQDFS6VS_cjs.DashboardLayout; }
|
|
947
947
|
});
|
|
948
948
|
Object.defineProperty(exports, "DashboardList", {
|
|
949
949
|
enumerable: true,
|
|
950
|
-
get: function () { return
|
|
950
|
+
get: function () { return chunkVQDFS6VS_cjs.DashboardList; }
|
|
951
951
|
});
|
|
952
952
|
Object.defineProperty(exports, "DashboardProvider", {
|
|
953
953
|
enumerable: true,
|
|
954
|
-
get: function () { return
|
|
954
|
+
get: function () { return chunkVQDFS6VS_cjs.DashboardProvider; }
|
|
955
955
|
});
|
|
956
956
|
Object.defineProperty(exports, "DateRangeFilter", {
|
|
957
957
|
enumerable: true,
|
|
958
|
-
get: function () { return
|
|
958
|
+
get: function () { return chunkVQDFS6VS_cjs.DateRangeFilter; }
|
|
959
959
|
});
|
|
960
960
|
Object.defineProperty(exports, "EditorToolbar", {
|
|
961
961
|
enumerable: true,
|
|
962
|
-
get: function () { return
|
|
962
|
+
get: function () { return chunkVQDFS6VS_cjs.EditorToolbar; }
|
|
963
963
|
});
|
|
964
964
|
Object.defineProperty(exports, "FilterBar", {
|
|
965
965
|
enumerable: true,
|
|
966
|
-
get: function () { return
|
|
966
|
+
get: function () { return chunkVQDFS6VS_cjs.FilterBar; }
|
|
967
967
|
});
|
|
968
968
|
Object.defineProperty(exports, "MultiSelectFilter", {
|
|
969
969
|
enumerable: true,
|
|
970
|
-
get: function () { return
|
|
970
|
+
get: function () { return chunkVQDFS6VS_cjs.MultiSelectFilter; }
|
|
971
971
|
});
|
|
972
972
|
Object.defineProperty(exports, "SelectFilter", {
|
|
973
973
|
enumerable: true,
|
|
974
|
-
get: function () { return
|
|
974
|
+
get: function () { return chunkVQDFS6VS_cjs.SelectFilter; }
|
|
975
975
|
});
|
|
976
976
|
Object.defineProperty(exports, "TextFilter", {
|
|
977
977
|
enumerable: true,
|
|
978
|
-
get: function () { return
|
|
978
|
+
get: function () { return chunkVQDFS6VS_cjs.TextFilter; }
|
|
979
979
|
});
|
|
980
980
|
Object.defineProperty(exports, "Widget", {
|
|
981
981
|
enumerable: true,
|
|
982
|
-
get: function () { return
|
|
982
|
+
get: function () { return chunkVQDFS6VS_cjs.Widget; }
|
|
983
983
|
});
|
|
984
984
|
Object.defineProperty(exports, "WidgetContent", {
|
|
985
985
|
enumerable: true,
|
|
986
|
-
get: function () { return
|
|
986
|
+
get: function () { return chunkVQDFS6VS_cjs.WidgetContent; }
|
|
987
987
|
});
|
|
988
988
|
Object.defineProperty(exports, "WidgetEditor", {
|
|
989
989
|
enumerable: true,
|
|
990
|
-
get: function () { return
|
|
990
|
+
get: function () { return chunkVQDFS6VS_cjs.WidgetEditor; }
|
|
991
991
|
});
|
|
992
992
|
Object.defineProperty(exports, "WidgetHeader", {
|
|
993
993
|
enumerable: true,
|
|
994
|
-
get: function () { return
|
|
994
|
+
get: function () { return chunkVQDFS6VS_cjs.WidgetHeader; }
|
|
995
995
|
});
|
|
996
996
|
Object.defineProperty(exports, "WidgetPalette", {
|
|
997
997
|
enumerable: true,
|
|
998
|
-
get: function () { return
|
|
998
|
+
get: function () { return chunkVQDFS6VS_cjs.WidgetPalette; }
|
|
999
999
|
});
|
|
1000
1000
|
Object.defineProperty(exports, "useAutoRefresh", {
|
|
1001
1001
|
enumerable: true,
|
|
1002
|
-
get: function () { return
|
|
1002
|
+
get: function () { return chunkVQDFS6VS_cjs.useAutoRefresh; }
|
|
1003
1003
|
});
|
|
1004
1004
|
Object.defineProperty(exports, "useDashboard", {
|
|
1005
1005
|
enumerable: true,
|
|
1006
|
-
get: function () { return
|
|
1006
|
+
get: function () { return chunkVQDFS6VS_cjs.useDashboard; }
|
|
1007
1007
|
});
|
|
1008
1008
|
Object.defineProperty(exports, "useDashboardFilters", {
|
|
1009
1009
|
enumerable: true,
|
|
1010
|
-
get: function () { return
|
|
1010
|
+
get: function () { return chunkVQDFS6VS_cjs.useDashboardFilters; }
|
|
1011
1011
|
});
|
|
1012
1012
|
Object.defineProperty(exports, "useFullscreen", {
|
|
1013
1013
|
enumerable: true,
|
|
1014
|
-
get: function () { return
|
|
1014
|
+
get: function () { return chunkVQDFS6VS_cjs.useFullscreen; }
|
|
1015
1015
|
});
|
|
1016
1016
|
Object.defineProperty(exports, "useWidget", {
|
|
1017
1017
|
enumerable: true,
|
|
1018
|
-
get: function () { return
|
|
1018
|
+
get: function () { return chunkVQDFS6VS_cjs.useWidget; }
|
|
1019
1019
|
});
|
|
1020
1020
|
Object.defineProperty(exports, "AreaChart", {
|
|
1021
1021
|
enumerable: true,
|
|
1022
|
-
get: function () { return
|
|
1022
|
+
get: function () { return chunk73TPDGXB_cjs.AreaChart; }
|
|
1023
1023
|
});
|
|
1024
1024
|
Object.defineProperty(exports, "BarChart", {
|
|
1025
1025
|
enumerable: true,
|
|
1026
|
-
get: function () { return
|
|
1026
|
+
get: function () { return chunk73TPDGXB_cjs.BarChart; }
|
|
1027
1027
|
});
|
|
1028
1028
|
Object.defineProperty(exports, "EChartWrapper", {
|
|
1029
1029
|
enumerable: true,
|
|
1030
|
-
get: function () { return
|
|
1030
|
+
get: function () { return chunk73TPDGXB_cjs.EChartWrapper; }
|
|
1031
1031
|
});
|
|
1032
1032
|
Object.defineProperty(exports, "LineChart", {
|
|
1033
1033
|
enumerable: true,
|
|
1034
|
-
get: function () { return
|
|
1034
|
+
get: function () { return chunk73TPDGXB_cjs.LineChart; }
|
|
1035
1035
|
});
|
|
1036
1036
|
Object.defineProperty(exports, "MetricCard", {
|
|
1037
1037
|
enumerable: true,
|
|
1038
|
-
get: function () { return
|
|
1038
|
+
get: function () { return chunk73TPDGXB_cjs.MetricCard; }
|
|
1039
1039
|
});
|
|
1040
1040
|
Object.defineProperty(exports, "PieChart", {
|
|
1041
1041
|
enumerable: true,
|
|
1042
|
-
get: function () { return
|
|
1042
|
+
get: function () { return chunk73TPDGXB_cjs.PieChart; }
|
|
1043
1043
|
});
|
|
1044
1044
|
Object.defineProperty(exports, "ScatterChart", {
|
|
1045
1045
|
enumerable: true,
|
|
1046
|
-
get: function () { return
|
|
1046
|
+
get: function () { return chunk73TPDGXB_cjs.ScatterChart; }
|
|
1047
1047
|
});
|
|
1048
1048
|
Object.defineProperty(exports, "Sparkline", {
|
|
1049
1049
|
enumerable: true,
|
|
1050
|
-
get: function () { return
|
|
1050
|
+
get: function () { return chunk73TPDGXB_cjs.Sparkline; }
|
|
1051
1051
|
});
|
|
1052
1052
|
Object.defineProperty(exports, "TrendIndicator", {
|
|
1053
1053
|
enumerable: true,
|
|
1054
|
-
get: function () { return
|
|
1054
|
+
get: function () { return chunk73TPDGXB_cjs.TrendIndicator; }
|
|
1055
1055
|
});
|
|
1056
1056
|
Object.defineProperty(exports, "applyThemeToOption", {
|
|
1057
1057
|
enumerable: true,
|
|
1058
|
-
get: function () { return
|
|
1058
|
+
get: function () { return chunk73TPDGXB_cjs.applyThemeToOption; }
|
|
1059
1059
|
});
|
|
1060
1060
|
Object.defineProperty(exports, "createChartTheme", {
|
|
1061
1061
|
enumerable: true,
|
|
1062
|
-
get: function () { return
|
|
1062
|
+
get: function () { return chunk73TPDGXB_cjs.createChartTheme; }
|
|
1063
1063
|
});
|
|
1064
1064
|
Object.defineProperty(exports, "createGradientColor", {
|
|
1065
1065
|
enumerable: true,
|
|
1066
|
-
get: function () { return
|
|
1066
|
+
get: function () { return chunk73TPDGXB_cjs.createGradientColor; }
|
|
1067
1067
|
});
|
|
1068
1068
|
Object.defineProperty(exports, "dataPointsToChartData", {
|
|
1069
1069
|
enumerable: true,
|
|
1070
|
-
get: function () { return
|
|
1070
|
+
get: function () { return chunk73TPDGXB_cjs.dataPointsToChartData; }
|
|
1071
1071
|
});
|
|
1072
1072
|
Object.defineProperty(exports, "formatAxisLabel", {
|
|
1073
1073
|
enumerable: true,
|
|
1074
|
-
get: function () { return
|
|
1074
|
+
get: function () { return chunk73TPDGXB_cjs.formatAxisLabel; }
|
|
1075
1075
|
});
|
|
1076
1076
|
Object.defineProperty(exports, "formatCompact", {
|
|
1077
1077
|
enumerable: true,
|
|
1078
|
-
get: function () { return
|
|
1078
|
+
get: function () { return chunk73TPDGXB_cjs.formatCompact; }
|
|
1079
1079
|
});
|
|
1080
1080
|
Object.defineProperty(exports, "formatMetricValue", {
|
|
1081
1081
|
enumerable: true,
|
|
1082
|
-
get: function () { return
|
|
1082
|
+
get: function () { return chunk73TPDGXB_cjs.formatMetricValue; }
|
|
1083
1083
|
});
|
|
1084
1084
|
Object.defineProperty(exports, "getChartColors", {
|
|
1085
1085
|
enumerable: true,
|
|
1086
|
-
get: function () { return
|
|
1086
|
+
get: function () { return chunk73TPDGXB_cjs.getChartColors; }
|
|
1087
1087
|
});
|
|
1088
1088
|
Object.defineProperty(exports, "isChartDataEmpty", {
|
|
1089
1089
|
enumerable: true,
|
|
1090
|
-
get: function () { return
|
|
1090
|
+
get: function () { return chunk73TPDGXB_cjs.isChartDataEmpty; }
|
|
1091
1091
|
});
|
|
1092
1092
|
Object.defineProperty(exports, "queryResultToChartData", {
|
|
1093
1093
|
enumerable: true,
|
|
1094
|
-
get: function () { return
|
|
1094
|
+
get: function () { return chunk73TPDGXB_cjs.queryResultToChartData; }
|
|
1095
1095
|
});
|
|
1096
1096
|
Object.defineProperty(exports, "suggestChartType", {
|
|
1097
1097
|
enumerable: true,
|
|
1098
|
-
get: function () { return
|
|
1098
|
+
get: function () { return chunk73TPDGXB_cjs.suggestChartType; }
|
|
1099
1099
|
});
|
|
1100
1100
|
Object.defineProperty(exports, "toChartData", {
|
|
1101
1101
|
enumerable: true,
|
|
1102
|
-
get: function () { return
|
|
1102
|
+
get: function () { return chunk73TPDGXB_cjs.toChartData; }
|
|
1103
1103
|
});
|
|
1104
1104
|
Object.defineProperty(exports, "AggregationPicker", {
|
|
1105
1105
|
enumerable: true,
|
|
1106
|
-
get: function () { return
|
|
1106
|
+
get: function () { return chunkURJH4H6G_cjs.AggregationPicker; }
|
|
1107
1107
|
});
|
|
1108
1108
|
Object.defineProperty(exports, "AnalyticsProvider", {
|
|
1109
1109
|
enumerable: true,
|
|
1110
|
-
get: function () { return
|
|
1110
|
+
get: function () { return chunkURJH4H6G_cjs.AnalyticsProvider; }
|
|
1111
1111
|
});
|
|
1112
1112
|
Object.defineProperty(exports, "Badge", {
|
|
1113
1113
|
enumerable: true,
|
|
1114
|
-
get: function () { return
|
|
1114
|
+
get: function () { return chunkURJH4H6G_cjs.Badge; }
|
|
1115
1115
|
});
|
|
1116
1116
|
Object.defineProperty(exports, "Button", {
|
|
1117
1117
|
enumerable: true,
|
|
1118
|
-
get: function () { return
|
|
1118
|
+
get: function () { return chunkURJH4H6G_cjs.Button; }
|
|
1119
1119
|
});
|
|
1120
1120
|
Object.defineProperty(exports, "Checkbox", {
|
|
1121
1121
|
enumerable: true,
|
|
1122
|
-
get: function () { return
|
|
1122
|
+
get: function () { return chunkURJH4H6G_cjs.Checkbox; }
|
|
1123
1123
|
});
|
|
1124
1124
|
Object.defineProperty(exports, "ColumnNode", {
|
|
1125
1125
|
enumerable: true,
|
|
1126
|
-
get: function () { return
|
|
1126
|
+
get: function () { return chunkURJH4H6G_cjs.ColumnNode; }
|
|
1127
1127
|
});
|
|
1128
1128
|
Object.defineProperty(exports, "ColumnSelector", {
|
|
1129
1129
|
enumerable: true,
|
|
1130
|
-
get: function () { return
|
|
1130
|
+
get: function () { return chunkURJH4H6G_cjs.ColumnSelector; }
|
|
1131
1131
|
});
|
|
1132
1132
|
Object.defineProperty(exports, "CustomSQLEditor", {
|
|
1133
1133
|
enumerable: true,
|
|
1134
|
-
get: function () { return
|
|
1134
|
+
get: function () { return chunkURJH4H6G_cjs.CustomSQLEditor; }
|
|
1135
1135
|
});
|
|
1136
1136
|
Object.defineProperty(exports, "Dialog", {
|
|
1137
1137
|
enumerable: true,
|
|
1138
|
-
get: function () { return
|
|
1138
|
+
get: function () { return chunkURJH4H6G_cjs.Dialog; }
|
|
1139
1139
|
});
|
|
1140
1140
|
Object.defineProperty(exports, "DialogFooter", {
|
|
1141
1141
|
enumerable: true,
|
|
1142
|
-
get: function () { return
|
|
1142
|
+
get: function () { return chunkURJH4H6G_cjs.DialogFooter; }
|
|
1143
1143
|
});
|
|
1144
1144
|
Object.defineProperty(exports, "DialogHeader", {
|
|
1145
1145
|
enumerable: true,
|
|
1146
|
-
get: function () { return
|
|
1146
|
+
get: function () { return chunkURJH4H6G_cjs.DialogHeader; }
|
|
1147
1147
|
});
|
|
1148
1148
|
Object.defineProperty(exports, "Dropdown", {
|
|
1149
1149
|
enumerable: true,
|
|
1150
|
-
get: function () { return
|
|
1150
|
+
get: function () { return chunkURJH4H6G_cjs.Dropdown; }
|
|
1151
1151
|
});
|
|
1152
1152
|
Object.defineProperty(exports, "DropdownItem", {
|
|
1153
1153
|
enumerable: true,
|
|
1154
|
-
get: function () { return
|
|
1154
|
+
get: function () { return chunkURJH4H6G_cjs.DropdownItem; }
|
|
1155
1155
|
});
|
|
1156
1156
|
Object.defineProperty(exports, "DropdownSeparator", {
|
|
1157
1157
|
enumerable: true,
|
|
1158
|
-
get: function () { return
|
|
1158
|
+
get: function () { return chunkURJH4H6G_cjs.DropdownSeparator; }
|
|
1159
1159
|
});
|
|
1160
1160
|
Object.defineProperty(exports, "EmptyDashboard", {
|
|
1161
1161
|
enumerable: true,
|
|
1162
|
-
get: function () { return
|
|
1162
|
+
get: function () { return chunkURJH4H6G_cjs.EmptyDashboard; }
|
|
1163
1163
|
});
|
|
1164
1164
|
Object.defineProperty(exports, "EmptyState", {
|
|
1165
1165
|
enumerable: true,
|
|
1166
|
-
get: function () { return
|
|
1166
|
+
get: function () { return chunkURJH4H6G_cjs.EmptyState; }
|
|
1167
1167
|
});
|
|
1168
1168
|
Object.defineProperty(exports, "ErrorBoundary", {
|
|
1169
1169
|
enumerable: true,
|
|
1170
|
-
get: function () { return
|
|
1170
|
+
get: function () { return chunkURJH4H6G_cjs.ErrorBoundary; }
|
|
1171
1171
|
});
|
|
1172
1172
|
Object.defineProperty(exports, "ErrorFallback", {
|
|
1173
1173
|
enumerable: true,
|
|
1174
|
-
get: function () { return
|
|
1174
|
+
get: function () { return chunkURJH4H6G_cjs.ErrorFallback; }
|
|
1175
1175
|
});
|
|
1176
1176
|
Object.defineProperty(exports, "FilterBuilder", {
|
|
1177
1177
|
enumerable: true,
|
|
1178
|
-
get: function () { return
|
|
1178
|
+
get: function () { return chunkURJH4H6G_cjs.FilterBuilder; }
|
|
1179
1179
|
});
|
|
1180
1180
|
Object.defineProperty(exports, "FilterRow", {
|
|
1181
1181
|
enumerable: true,
|
|
1182
|
-
get: function () { return
|
|
1182
|
+
get: function () { return chunkURJH4H6G_cjs.FilterRow; }
|
|
1183
1183
|
});
|
|
1184
1184
|
Object.defineProperty(exports, "FilterValueInput", {
|
|
1185
1185
|
enumerable: true,
|
|
1186
|
-
get: function () { return
|
|
1186
|
+
get: function () { return chunkURJH4H6G_cjs.FilterValueInput; }
|
|
1187
1187
|
});
|
|
1188
1188
|
Object.defineProperty(exports, "Icon", {
|
|
1189
1189
|
enumerable: true,
|
|
1190
|
-
get: function () { return
|
|
1190
|
+
get: function () { return chunkURJH4H6G_cjs.Icon; }
|
|
1191
1191
|
});
|
|
1192
1192
|
Object.defineProperty(exports, "Input", {
|
|
1193
1193
|
enumerable: true,
|
|
1194
|
-
get: function () { return
|
|
1194
|
+
get: function () { return chunkURJH4H6G_cjs.Input; }
|
|
1195
1195
|
});
|
|
1196
1196
|
Object.defineProperty(exports, "NoData", {
|
|
1197
1197
|
enumerable: true,
|
|
1198
|
-
get: function () { return
|
|
1198
|
+
get: function () { return chunkURJH4H6G_cjs.NoData; }
|
|
1199
1199
|
});
|
|
1200
1200
|
Object.defineProperty(exports, "NoResults", {
|
|
1201
1201
|
enumerable: true,
|
|
1202
|
-
get: function () { return
|
|
1202
|
+
get: function () { return chunkURJH4H6G_cjs.NoResults; }
|
|
1203
1203
|
});
|
|
1204
1204
|
Object.defineProperty(exports, "Pagination", {
|
|
1205
1205
|
enumerable: true,
|
|
1206
|
-
get: function () { return
|
|
1206
|
+
get: function () { return chunkURJH4H6G_cjs.Pagination; }
|
|
1207
1207
|
});
|
|
1208
1208
|
Object.defineProperty(exports, "PrismiqClient", {
|
|
1209
1209
|
enumerable: true,
|
|
1210
|
-
get: function () { return
|
|
1210
|
+
get: function () { return chunkURJH4H6G_cjs.PrismiqClient; }
|
|
1211
1211
|
});
|
|
1212
1212
|
Object.defineProperty(exports, "PrismiqError", {
|
|
1213
1213
|
enumerable: true,
|
|
1214
|
-
get: function () { return
|
|
1214
|
+
get: function () { return chunkURJH4H6G_cjs.PrismiqError; }
|
|
1215
1215
|
});
|
|
1216
1216
|
Object.defineProperty(exports, "QueryBuilder", {
|
|
1217
1217
|
enumerable: true,
|
|
1218
|
-
get: function () { return
|
|
1218
|
+
get: function () { return chunkURJH4H6G_cjs.QueryBuilder; }
|
|
1219
1219
|
});
|
|
1220
1220
|
Object.defineProperty(exports, "QueryBuilderToolbar", {
|
|
1221
1221
|
enumerable: true,
|
|
1222
|
-
get: function () { return
|
|
1222
|
+
get: function () { return chunkURJH4H6G_cjs.QueryBuilderToolbar; }
|
|
1223
1223
|
});
|
|
1224
1224
|
Object.defineProperty(exports, "QueryPreview", {
|
|
1225
1225
|
enumerable: true,
|
|
1226
|
-
get: function () { return
|
|
1226
|
+
get: function () { return chunkURJH4H6G_cjs.QueryPreview; }
|
|
1227
1227
|
});
|
|
1228
1228
|
Object.defineProperty(exports, "ResultsTable", {
|
|
1229
1229
|
enumerable: true,
|
|
1230
|
-
get: function () { return
|
|
1230
|
+
get: function () { return chunkURJH4H6G_cjs.ResultsTable; }
|
|
1231
1231
|
});
|
|
1232
1232
|
Object.defineProperty(exports, "SavedQueryPicker", {
|
|
1233
1233
|
enumerable: true,
|
|
1234
|
-
get: function () { return
|
|
1234
|
+
get: function () { return chunkURJH4H6G_cjs.SavedQueryPicker; }
|
|
1235
1235
|
});
|
|
1236
1236
|
Object.defineProperty(exports, "SchemaExplorer", {
|
|
1237
1237
|
enumerable: true,
|
|
1238
|
-
get: function () { return
|
|
1238
|
+
get: function () { return chunkURJH4H6G_cjs.SchemaExplorer; }
|
|
1239
1239
|
});
|
|
1240
1240
|
Object.defineProperty(exports, "Select", {
|
|
1241
1241
|
enumerable: true,
|
|
1242
|
-
get: function () { return
|
|
1242
|
+
get: function () { return chunkURJH4H6G_cjs.Select; }
|
|
1243
1243
|
});
|
|
1244
1244
|
Object.defineProperty(exports, "SelectedColumn", {
|
|
1245
1245
|
enumerable: true,
|
|
1246
|
-
get: function () { return
|
|
1246
|
+
get: function () { return chunkURJH4H6G_cjs.SelectedColumn; }
|
|
1247
1247
|
});
|
|
1248
1248
|
Object.defineProperty(exports, "Skeleton", {
|
|
1249
1249
|
enumerable: true,
|
|
1250
|
-
get: function () { return
|
|
1250
|
+
get: function () { return chunkURJH4H6G_cjs.Skeleton; }
|
|
1251
1251
|
});
|
|
1252
1252
|
Object.defineProperty(exports, "SkeletonChart", {
|
|
1253
1253
|
enumerable: true,
|
|
1254
|
-
get: function () { return
|
|
1254
|
+
get: function () { return chunkURJH4H6G_cjs.SkeletonChart; }
|
|
1255
1255
|
});
|
|
1256
1256
|
Object.defineProperty(exports, "SkeletonMetricCard", {
|
|
1257
1257
|
enumerable: true,
|
|
1258
|
-
get: function () { return
|
|
1258
|
+
get: function () { return chunkURJH4H6G_cjs.SkeletonMetricCard; }
|
|
1259
1259
|
});
|
|
1260
1260
|
Object.defineProperty(exports, "SkeletonTable", {
|
|
1261
1261
|
enumerable: true,
|
|
1262
|
-
get: function () { return
|
|
1262
|
+
get: function () { return chunkURJH4H6G_cjs.SkeletonTable; }
|
|
1263
1263
|
});
|
|
1264
1264
|
Object.defineProperty(exports, "SkeletonText", {
|
|
1265
1265
|
enumerable: true,
|
|
1266
|
-
get: function () { return
|
|
1266
|
+
get: function () { return chunkURJH4H6G_cjs.SkeletonText; }
|
|
1267
1267
|
});
|
|
1268
1268
|
Object.defineProperty(exports, "SortBuilder", {
|
|
1269
1269
|
enumerable: true,
|
|
1270
|
-
get: function () { return
|
|
1270
|
+
get: function () { return chunkURJH4H6G_cjs.SortBuilder; }
|
|
1271
1271
|
});
|
|
1272
1272
|
Object.defineProperty(exports, "SortRow", {
|
|
1273
1273
|
enumerable: true,
|
|
1274
|
-
get: function () { return
|
|
1274
|
+
get: function () { return chunkURJH4H6G_cjs.SortRow; }
|
|
1275
1275
|
});
|
|
1276
1276
|
Object.defineProperty(exports, "TableCell", {
|
|
1277
1277
|
enumerable: true,
|
|
1278
|
-
get: function () { return
|
|
1278
|
+
get: function () { return chunkURJH4H6G_cjs.TableCell; }
|
|
1279
1279
|
});
|
|
1280
1280
|
Object.defineProperty(exports, "TableHeader", {
|
|
1281
1281
|
enumerable: true,
|
|
1282
|
-
get: function () { return
|
|
1282
|
+
get: function () { return chunkURJH4H6G_cjs.TableHeader; }
|
|
1283
1283
|
});
|
|
1284
1284
|
Object.defineProperty(exports, "TableNode", {
|
|
1285
1285
|
enumerable: true,
|
|
1286
|
-
get: function () { return
|
|
1286
|
+
get: function () { return chunkURJH4H6G_cjs.TableNode; }
|
|
1287
1287
|
});
|
|
1288
1288
|
Object.defineProperty(exports, "TableRow", {
|
|
1289
1289
|
enumerable: true,
|
|
1290
|
-
get: function () { return
|
|
1290
|
+
get: function () { return chunkURJH4H6G_cjs.TableRow; }
|
|
1291
1291
|
});
|
|
1292
1292
|
Object.defineProperty(exports, "Tooltip", {
|
|
1293
1293
|
enumerable: true,
|
|
1294
|
-
get: function () { return
|
|
1294
|
+
get: function () { return chunkURJH4H6G_cjs.Tooltip; }
|
|
1295
1295
|
});
|
|
1296
1296
|
Object.defineProperty(exports, "WidgetErrorBoundary", {
|
|
1297
1297
|
enumerable: true,
|
|
1298
|
-
get: function () { return
|
|
1298
|
+
get: function () { return chunkURJH4H6G_cjs.WidgetErrorBoundary; }
|
|
1299
1299
|
});
|
|
1300
1300
|
Object.defineProperty(exports, "useAnalytics", {
|
|
1301
1301
|
enumerable: true,
|
|
1302
|
-
get: function () { return
|
|
1302
|
+
get: function () { return chunkURJH4H6G_cjs.useAnalytics; }
|
|
1303
1303
|
});
|
|
1304
1304
|
Object.defineProperty(exports, "useAnalyticsCallbacks", {
|
|
1305
1305
|
enumerable: true,
|
|
1306
|
-
get: function () { return
|
|
1306
|
+
get: function () { return chunkURJH4H6G_cjs.useAnalyticsCallbacks; }
|
|
1307
1307
|
});
|
|
1308
1308
|
Object.defineProperty(exports, "useChartData", {
|
|
1309
1309
|
enumerable: true,
|
|
1310
|
-
get: function () { return
|
|
1310
|
+
get: function () { return chunkURJH4H6G_cjs.useChartData; }
|
|
1311
1311
|
});
|
|
1312
1312
|
Object.defineProperty(exports, "useCustomSQL", {
|
|
1313
1313
|
enumerable: true,
|
|
1314
|
-
get: function () { return
|
|
1314
|
+
get: function () { return chunkURJH4H6G_cjs.useCustomSQL; }
|
|
1315
1315
|
});
|
|
1316
1316
|
Object.defineProperty(exports, "useDashboardData", {
|
|
1317
1317
|
enumerable: true,
|
|
1318
|
-
get: function () { return
|
|
1318
|
+
get: function () { return chunkURJH4H6G_cjs.useDashboard; }
|
|
1319
1319
|
});
|
|
1320
1320
|
Object.defineProperty(exports, "useDashboardMutations", {
|
|
1321
1321
|
enumerable: true,
|
|
1322
|
-
get: function () { return
|
|
1322
|
+
get: function () { return chunkURJH4H6G_cjs.useDashboardMutations; }
|
|
1323
1323
|
});
|
|
1324
1324
|
Object.defineProperty(exports, "useDashboardPinStatus", {
|
|
1325
1325
|
enumerable: true,
|
|
1326
|
-
get: function () { return
|
|
1326
|
+
get: function () { return chunkURJH4H6G_cjs.useDashboardPinStatus; }
|
|
1327
1327
|
});
|
|
1328
1328
|
Object.defineProperty(exports, "useDashboards", {
|
|
1329
1329
|
enumerable: true,
|
|
1330
|
-
get: function () { return
|
|
1330
|
+
get: function () { return chunkURJH4H6G_cjs.useDashboards; }
|
|
1331
1331
|
});
|
|
1332
1332
|
Object.defineProperty(exports, "usePinMutations", {
|
|
1333
1333
|
enumerable: true,
|
|
1334
|
-
get: function () { return
|
|
1334
|
+
get: function () { return chunkURJH4H6G_cjs.usePinMutations; }
|
|
1335
1335
|
});
|
|
1336
1336
|
Object.defineProperty(exports, "usePinnedDashboards", {
|
|
1337
1337
|
enumerable: true,
|
|
1338
|
-
get: function () { return
|
|
1338
|
+
get: function () { return chunkURJH4H6G_cjs.usePinnedDashboards; }
|
|
1339
1339
|
});
|
|
1340
1340
|
Object.defineProperty(exports, "useQuery", {
|
|
1341
1341
|
enumerable: true,
|
|
1342
|
-
get: function () { return
|
|
1342
|
+
get: function () { return chunkURJH4H6G_cjs.useQuery; }
|
|
1343
1343
|
});
|
|
1344
1344
|
Object.defineProperty(exports, "useSavedQueries", {
|
|
1345
1345
|
enumerable: true,
|
|
1346
|
-
get: function () { return
|
|
1346
|
+
get: function () { return chunkURJH4H6G_cjs.useSavedQueries; }
|
|
1347
1347
|
});
|
|
1348
1348
|
Object.defineProperty(exports, "useSchema", {
|
|
1349
1349
|
enumerable: true,
|
|
1350
|
-
get: function () { return
|
|
1350
|
+
get: function () { return chunkURJH4H6G_cjs.useSchema; }
|
|
1351
1351
|
});
|
|
1352
1352
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
1353
1353
|
enumerable: true,
|
|
@@ -1447,35 +1447,35 @@ Object.defineProperty(exports, "useWindowSize", {
|
|
|
1447
1447
|
});
|
|
1448
1448
|
Object.defineProperty(exports, "announceToScreenReader", {
|
|
1449
1449
|
enumerable: true,
|
|
1450
|
-
get: function () { return
|
|
1450
|
+
get: function () { return chunkKXB2IZI2_cjs.announceToScreenReader; }
|
|
1451
1451
|
});
|
|
1452
1452
|
Object.defineProperty(exports, "focusVisibleStyles", {
|
|
1453
1453
|
enumerable: true,
|
|
1454
|
-
get: function () { return
|
|
1454
|
+
get: function () { return chunkKXB2IZI2_cjs.focusVisibleStyles; }
|
|
1455
1455
|
});
|
|
1456
1456
|
Object.defineProperty(exports, "skipLinkFocusStyles", {
|
|
1457
1457
|
enumerable: true,
|
|
1458
|
-
get: function () { return
|
|
1458
|
+
get: function () { return chunkKXB2IZI2_cjs.skipLinkFocusStyles; }
|
|
1459
1459
|
});
|
|
1460
1460
|
Object.defineProperty(exports, "skipLinkStyles", {
|
|
1461
1461
|
enumerable: true,
|
|
1462
|
-
get: function () { return
|
|
1462
|
+
get: function () { return chunkKXB2IZI2_cjs.skipLinkStyles; }
|
|
1463
1463
|
});
|
|
1464
1464
|
Object.defineProperty(exports, "useArrowNavigation", {
|
|
1465
1465
|
enumerable: true,
|
|
1466
|
-
get: function () { return
|
|
1466
|
+
get: function () { return chunkKXB2IZI2_cjs.useArrowNavigation; }
|
|
1467
1467
|
});
|
|
1468
1468
|
Object.defineProperty(exports, "useFocusTrap", {
|
|
1469
1469
|
enumerable: true,
|
|
1470
|
-
get: function () { return
|
|
1470
|
+
get: function () { return chunkKXB2IZI2_cjs.useFocusTrap; }
|
|
1471
1471
|
});
|
|
1472
1472
|
Object.defineProperty(exports, "useFocusVisible", {
|
|
1473
1473
|
enumerable: true,
|
|
1474
|
-
get: function () { return
|
|
1474
|
+
get: function () { return chunkKXB2IZI2_cjs.useFocusVisible; }
|
|
1475
1475
|
});
|
|
1476
1476
|
Object.defineProperty(exports, "useRovingTabIndex", {
|
|
1477
1477
|
enumerable: true,
|
|
1478
|
-
get: function () { return
|
|
1478
|
+
get: function () { return chunkKXB2IZI2_cjs.useRovingTabIndex; }
|
|
1479
1479
|
});
|
|
1480
1480
|
exports.PinButton = PinButton;
|
|
1481
1481
|
exports.PinMenu = PinMenu;
|