@databrainhq/plugin 0.7.21 → 0.7.23
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/ChartModal/ChartConfig.d.ts +2 -1
- package/dist/components/ChartModal/ChartModalOptions.d.ts +2 -1
- package/dist/components/MetricCreation/components/MetricOutput/MetricOutput.d.ts +1 -1
- package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/components/ChartSettings/index.d.ts +2 -1
- package/dist/components/MetricCreation/components/MetricOutput/components/ChartTab/index.d.ts +2 -1
- package/dist/components/MetricFilterDropDown/index.d.ts +8 -0
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/index.es.js +754 -714
- package/dist/index.umd.js +51 -51
- package/dist/style.css +1 -1
- package/dist/types/metricCreate.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2530,7 +2530,7 @@ const floatingFilterButtonIcon = "_floatingFilterButtonIcon_1ddns_367";
|
|
|
2530
2530
|
const floatingButton = "_floatingButton_1ddns_375";
|
|
2531
2531
|
const staticContainer = "_staticContainer_1ddns_383";
|
|
2532
2532
|
const floatingContainer = "_floatingContainer_1ddns_391";
|
|
2533
|
-
var styles$
|
|
2533
|
+
var styles$D = {
|
|
2534
2534
|
container: container$g,
|
|
2535
2535
|
"static": "_static_1ddns_383",
|
|
2536
2536
|
fixed,
|
|
@@ -2640,7 +2640,7 @@ var classnames$1 = { exports: {} };
|
|
|
2640
2640
|
})();
|
|
2641
2641
|
})(classnames$1);
|
|
2642
2642
|
var classnames = classnames$1.exports;
|
|
2643
|
-
var styles$
|
|
2643
|
+
var styles$C = {
|
|
2644
2644
|
"btn-primary": "_btn-primary_czbha_1",
|
|
2645
2645
|
"btn-secondary": "_btn-secondary_czbha_5",
|
|
2646
2646
|
"btn-reject": "_btn-reject_czbha_9",
|
|
@@ -2697,7 +2697,7 @@ const Button = ({
|
|
|
2697
2697
|
title: title2,
|
|
2698
2698
|
...props
|
|
2699
2699
|
}) => {
|
|
2700
|
-
const btnClasses = classnames(className, styles$
|
|
2700
|
+
const btnClasses = classnames(className, styles$C[`btn-${variant}`], `dbn-btn-${variant}`, size === "none" ? null : styles$C[`btn-${size}`]);
|
|
2701
2701
|
return /* @__PURE__ */ jsx("button", {
|
|
2702
2702
|
...props,
|
|
2703
2703
|
type: type3,
|
|
@@ -4139,6 +4139,44 @@ function useForm(props = {}) {
|
|
|
4139
4139
|
_formControl.current.formState = getProxyFormState(formState, control._proxyFormState);
|
|
4140
4140
|
return _formControl.current;
|
|
4141
4141
|
}
|
|
4142
|
+
const chartOptions = "_chartOptions_13jez_1";
|
|
4143
|
+
const chartOption = "_chartOption_13jez_1";
|
|
4144
|
+
const chartOptionBtn = "_chartOptionBtn_13jez_13";
|
|
4145
|
+
const chartOptionText = "_chartOptionText_13jez_19";
|
|
4146
|
+
const chartOptionBtnSelected = "_chartOptionBtnSelected_13jez_25";
|
|
4147
|
+
const container$f = "_container_13jez_31";
|
|
4148
|
+
const field$1 = "_field_13jez_37";
|
|
4149
|
+
const fieldText = "_fieldText_13jez_43";
|
|
4150
|
+
const selectFieldContainer = "_selectFieldContainer_13jez_49";
|
|
4151
|
+
const selectField = "_selectField_13jez_49";
|
|
4152
|
+
const doneBtn = "_doneBtn_13jez_61";
|
|
4153
|
+
const measureText = "_measureText_13jez_67";
|
|
4154
|
+
const singleValueMeasure = "_singleValueMeasure_13jez_73";
|
|
4155
|
+
const plus = "_plus_13jez_79";
|
|
4156
|
+
const plusIcon = "_plusIcon_13jez_85";
|
|
4157
|
+
const form$3 = "_form_13jez_91";
|
|
4158
|
+
const chartType = "_chartType_13jez_97";
|
|
4159
|
+
const selectedOption = "_selectedOption_13jez_105";
|
|
4160
|
+
var styles$B = {
|
|
4161
|
+
chartOptions,
|
|
4162
|
+
chartOption,
|
|
4163
|
+
chartOptionBtn,
|
|
4164
|
+
chartOptionText,
|
|
4165
|
+
chartOptionBtnSelected,
|
|
4166
|
+
container: container$f,
|
|
4167
|
+
field: field$1,
|
|
4168
|
+
fieldText,
|
|
4169
|
+
selectFieldContainer,
|
|
4170
|
+
selectField,
|
|
4171
|
+
doneBtn,
|
|
4172
|
+
measureText,
|
|
4173
|
+
singleValueMeasure,
|
|
4174
|
+
plus,
|
|
4175
|
+
plusIcon,
|
|
4176
|
+
form: form$3,
|
|
4177
|
+
chartType,
|
|
4178
|
+
selectedOption
|
|
4179
|
+
};
|
|
4142
4180
|
const e$3 = typeof window == "undefined" || typeof document == "undefined";
|
|
4143
4181
|
let s$5 = e$3 ? useEffect : useLayoutEffect;
|
|
4144
4182
|
function s$4(e2) {
|
|
@@ -4902,37 +4940,37 @@ let xe = "div", ne = S.RenderStrategy, re = C$2(function(e2, s2) {
|
|
|
4902
4940
|
let n2 = useContext(F) !== null, m2 = s() !== null;
|
|
4903
4941
|
return React__default.createElement(React__default.Fragment, null, !n2 && m2 ? React__default.createElement(q, { ref: s$12, ...e2 }) : React__default.createElement(re, { ref: s$12, ...e2 }));
|
|
4904
4942
|
}), We = Object.assign(q, { Child: Pe, Root: q });
|
|
4905
|
-
const listBoxButton = "
|
|
4906
|
-
const selectedOptionText = "
|
|
4907
|
-
const transitionDiv = "
|
|
4908
|
-
const listboxButtonWrapper = "
|
|
4909
|
-
const arrowicon = "
|
|
4910
|
-
const leave$1 = "
|
|
4911
|
-
const leaveFrom$1 = "
|
|
4912
|
-
const leaveTo$1 = "
|
|
4913
|
-
const notAvailable = "
|
|
4914
|
-
const option$1 = "
|
|
4915
|
-
const activeOption = "
|
|
4916
|
-
const optionSelected = "
|
|
4917
|
-
const inactiveOption = "
|
|
4918
|
-
const optionLabel = "
|
|
4919
|
-
const optionSubLabel = "
|
|
4920
|
-
const selectedLabel = "
|
|
4921
|
-
const nonselectedLabel = "
|
|
4922
|
-
const check = "
|
|
4923
|
-
const checkActive = "
|
|
4924
|
-
const checkInactive = "
|
|
4925
|
-
const checkIcon$1 = "
|
|
4926
|
-
const checkIconSelected = "
|
|
4927
|
-
const checkIconUnselected = "
|
|
4928
|
-
const loadMore$1 = "
|
|
4929
|
-
const selectedList = "
|
|
4930
|
-
const selectedListItem = "
|
|
4943
|
+
const listBoxButton = "_listBoxButton_1xd0l_5";
|
|
4944
|
+
const selectedOptionText = "_selectedOptionText_1xd0l_17";
|
|
4945
|
+
const transitionDiv = "_transitionDiv_1xd0l_21";
|
|
4946
|
+
const listboxButtonWrapper = "_listboxButtonWrapper_1xd0l_25";
|
|
4947
|
+
const arrowicon = "_arrowicon_1xd0l_28";
|
|
4948
|
+
const leave$1 = "_leave_1xd0l_31";
|
|
4949
|
+
const leaveFrom$1 = "_leaveFrom_1xd0l_34";
|
|
4950
|
+
const leaveTo$1 = "_leaveTo_1xd0l_37";
|
|
4951
|
+
const notAvailable = "_notAvailable_1xd0l_40";
|
|
4952
|
+
const option$1 = "_option_1xd0l_43";
|
|
4953
|
+
const activeOption = "_activeOption_1xd0l_46";
|
|
4954
|
+
const optionSelected = "_optionSelected_1xd0l_49";
|
|
4955
|
+
const inactiveOption = "_inactiveOption_1xd0l_52";
|
|
4956
|
+
const optionLabel = "_optionLabel_1xd0l_55";
|
|
4957
|
+
const optionSubLabel = "_optionSubLabel_1xd0l_58";
|
|
4958
|
+
const selectedLabel = "_selectedLabel_1xd0l_61";
|
|
4959
|
+
const nonselectedLabel = "_nonselectedLabel_1xd0l_64";
|
|
4960
|
+
const check = "_check_1xd0l_67";
|
|
4961
|
+
const checkActive = "_checkActive_1xd0l_70";
|
|
4962
|
+
const checkInactive = "_checkInactive_1xd0l_73";
|
|
4963
|
+
const checkIcon$1 = "_checkIcon_1xd0l_76";
|
|
4964
|
+
const checkIconSelected = "_checkIconSelected_1xd0l_79";
|
|
4965
|
+
const checkIconUnselected = "_checkIconUnselected_1xd0l_82";
|
|
4966
|
+
const loadMore$1 = "_loadMore_1xd0l_85";
|
|
4967
|
+
const selectedList = "_selectedList_1xd0l_88";
|
|
4968
|
+
const selectedListItem = "_selectedListItem_1xd0l_91";
|
|
4931
4969
|
var style$1 = {
|
|
4932
|
-
"listBox-label": "_listBox-
|
|
4933
|
-
"listBoxButton-container": "_listBoxButton-
|
|
4970
|
+
"listBox-label": "_listBox-label_1xd0l_1",
|
|
4971
|
+
"listBoxButton-container": "_listBoxButton-container_1xd0l_5",
|
|
4934
4972
|
listBoxButton,
|
|
4935
|
-
"listBox-option": "_listBox-
|
|
4973
|
+
"listBox-option": "_listBox-option_1xd0l_13",
|
|
4936
4974
|
selectedOptionText,
|
|
4937
4975
|
transitionDiv,
|
|
4938
4976
|
listboxButtonWrapper,
|
|
@@ -5095,7 +5133,7 @@ const Select = ({
|
|
|
5095
5133
|
}) => {
|
|
5096
5134
|
const [searchKeyword, setSearchKeyword] = useState("");
|
|
5097
5135
|
const [limit, setLimit] = useState(20);
|
|
5098
|
-
const
|
|
5136
|
+
const selectedOption2 = value || defaultValue2 ? options2 == null ? void 0 : options2.find((i) => i.value === value || i.value === defaultValue2) : {
|
|
5099
5137
|
label: placeHolder || "Select an option"
|
|
5100
5138
|
};
|
|
5101
5139
|
const fontStyle = {
|
|
@@ -5118,7 +5156,7 @@ const Select = ({
|
|
|
5118
5156
|
className: style$1["listBoxButton-container"],
|
|
5119
5157
|
children: [/* @__PURE__ */ jsx("span", {
|
|
5120
5158
|
className: style$1.selectedOptionText,
|
|
5121
|
-
children:
|
|
5159
|
+
children: selectedOption2 == null ? void 0 : selectedOption2.label
|
|
5122
5160
|
}), /* @__PURE__ */ jsx("span", {
|
|
5123
5161
|
className: style$1.listBoxButton,
|
|
5124
5162
|
children: /* @__PURE__ */ jsx(mdiChevronDown, {
|
|
@@ -5181,9 +5219,7 @@ const Select = ({
|
|
|
5181
5219
|
const HookSelect = ({
|
|
5182
5220
|
control,
|
|
5183
5221
|
name,
|
|
5184
|
-
|
|
5185
|
-
label: label2,
|
|
5186
|
-
defaultValue: defaultValue2
|
|
5222
|
+
...rest
|
|
5187
5223
|
}) => {
|
|
5188
5224
|
return /* @__PURE__ */ jsx(Controller, {
|
|
5189
5225
|
control,
|
|
@@ -5194,11 +5230,9 @@ const HookSelect = ({
|
|
|
5194
5230
|
value
|
|
5195
5231
|
}
|
|
5196
5232
|
}) => /* @__PURE__ */ jsx(Select, {
|
|
5233
|
+
...rest,
|
|
5197
5234
|
onChange,
|
|
5198
|
-
value
|
|
5199
|
-
label: label2,
|
|
5200
|
-
options: options2,
|
|
5201
|
-
defaultValue: defaultValue2
|
|
5235
|
+
value
|
|
5202
5236
|
})
|
|
5203
5237
|
});
|
|
5204
5238
|
};
|
|
@@ -5209,7 +5243,7 @@ const SelectWithSubValue = ({
|
|
|
5209
5243
|
value,
|
|
5210
5244
|
defaultValue: defaultValue2
|
|
5211
5245
|
}) => {
|
|
5212
|
-
const
|
|
5246
|
+
const selectedOption2 = value ? options2 == null ? void 0 : options2.find((i) => i.value.value === value) : {
|
|
5213
5247
|
label: defaultValue2
|
|
5214
5248
|
};
|
|
5215
5249
|
return /* @__PURE__ */ jsx(pt, {
|
|
@@ -5227,7 +5261,7 @@ const SelectWithSubValue = ({
|
|
|
5227
5261
|
className: style$1["listBoxButton-container"],
|
|
5228
5262
|
children: [/* @__PURE__ */ jsx("span", {
|
|
5229
5263
|
className: style$1.selectedOptionText,
|
|
5230
|
-
children:
|
|
5264
|
+
children: selectedOption2 == null ? void 0 : selectedOption2.label
|
|
5231
5265
|
}), /* @__PURE__ */ jsx("span", {
|
|
5232
5266
|
className: style$1.listBoxButton,
|
|
5233
5267
|
children: /* @__PURE__ */ jsx(mdiChevronDown, {
|
|
@@ -5333,7 +5367,7 @@ const MultiSelect = ({
|
|
|
5333
5367
|
onClick,
|
|
5334
5368
|
children: [/* @__PURE__ */ jsx("span", {
|
|
5335
5369
|
className: style$1.selectedOptionText,
|
|
5336
|
-
children: placeHolder || "Choose
|
|
5370
|
+
children: placeHolder || "Choose options from list"
|
|
5337
5371
|
}), /* @__PURE__ */ jsx("span", {
|
|
5338
5372
|
className: style$1.listBoxButton,
|
|
5339
5373
|
children: /* @__PURE__ */ jsx(mdiChevronDown, {
|
|
@@ -5358,15 +5392,12 @@ const MultiSelect = ({
|
|
|
5358
5392
|
className: ({
|
|
5359
5393
|
selected,
|
|
5360
5394
|
active
|
|
5361
|
-
}) =>
|
|
5395
|
+
}) => classnames(selected ? style$1.optionSelected : "", active ? style$1.activeOption : "", style$1.option),
|
|
5362
5396
|
value: option2.value,
|
|
5363
5397
|
children: ({
|
|
5364
5398
|
selected
|
|
5365
5399
|
}) => /* @__PURE__ */ jsxs(Fragment, {
|
|
5366
5400
|
children: [/* @__PURE__ */ jsx("span", {
|
|
5367
|
-
className: `${style$1.optionLabel}`,
|
|
5368
|
-
children: option2.label
|
|
5369
|
-
}), /* @__PURE__ */ jsx("span", {
|
|
5370
5401
|
className: style$1.check,
|
|
5371
5402
|
children: selected ? /* @__PURE__ */ jsx("div", {
|
|
5372
5403
|
className: style$1.checkIconSelected,
|
|
@@ -5376,6 +5407,9 @@ const MultiSelect = ({
|
|
|
5376
5407
|
}) : /* @__PURE__ */ jsx("div", {
|
|
5377
5408
|
className: style$1.checkIconUnselected
|
|
5378
5409
|
})
|
|
5410
|
+
}), /* @__PURE__ */ jsx("span", {
|
|
5411
|
+
className: `${style$1.optionLabel}`,
|
|
5412
|
+
children: option2.label
|
|
5379
5413
|
})]
|
|
5380
5414
|
})
|
|
5381
5415
|
}, option2.value)), limit <= options2.length && /* @__PURE__ */ jsx(Button, {
|
|
@@ -5428,50 +5462,6 @@ const HookMultiSelect = ({
|
|
|
5428
5462
|
})
|
|
5429
5463
|
});
|
|
5430
5464
|
};
|
|
5431
|
-
const SelectField = ({
|
|
5432
|
-
value,
|
|
5433
|
-
options: options2,
|
|
5434
|
-
control
|
|
5435
|
-
}) => {
|
|
5436
|
-
const [yAxisValue, setYAxisValue] = useState("");
|
|
5437
|
-
return /* @__PURE__ */ jsx(HookSelect, {
|
|
5438
|
-
control,
|
|
5439
|
-
label: "",
|
|
5440
|
-
options: options2,
|
|
5441
|
-
onChange: setYAxisValue,
|
|
5442
|
-
name: yAxisValue ? yAxisValue : value
|
|
5443
|
-
});
|
|
5444
|
-
};
|
|
5445
|
-
const chartOptions = "_chartOptions_yt3j5_1";
|
|
5446
|
-
const chartOption = "_chartOption_yt3j5_1";
|
|
5447
|
-
const chartOptionBtn = "_chartOptionBtn_yt3j5_13";
|
|
5448
|
-
const chartOptionText = "_chartOptionText_yt3j5_19";
|
|
5449
|
-
const container$f = "_container_yt3j5_25";
|
|
5450
|
-
const field$1 = "_field_yt3j5_31";
|
|
5451
|
-
const fieldText = "_fieldText_yt3j5_37";
|
|
5452
|
-
const doneBtn = "_doneBtn_yt3j5_43";
|
|
5453
|
-
const measureText = "_measureText_yt3j5_49";
|
|
5454
|
-
const singleValueMeasure = "_singleValueMeasure_yt3j5_55";
|
|
5455
|
-
const plus = "_plus_yt3j5_61";
|
|
5456
|
-
const plusIcon = "_plusIcon_yt3j5_67";
|
|
5457
|
-
const form$3 = "_form_yt3j5_73";
|
|
5458
|
-
const chartType = "_chartType_yt3j5_79";
|
|
5459
|
-
var styles$y = {
|
|
5460
|
-
chartOptions,
|
|
5461
|
-
chartOption,
|
|
5462
|
-
chartOptionBtn,
|
|
5463
|
-
chartOptionText,
|
|
5464
|
-
container: container$f,
|
|
5465
|
-
field: field$1,
|
|
5466
|
-
fieldText,
|
|
5467
|
-
doneBtn,
|
|
5468
|
-
measureText,
|
|
5469
|
-
singleValueMeasure,
|
|
5470
|
-
plus,
|
|
5471
|
-
plusIcon,
|
|
5472
|
-
form: form$3,
|
|
5473
|
-
chartType
|
|
5474
|
-
};
|
|
5475
5465
|
const SOMETHING_WENT_WRONG = "something went wrong, please try again";
|
|
5476
5466
|
const CHART_TYPES = {
|
|
5477
5467
|
line: "line",
|
|
@@ -5523,29 +5513,11 @@ const DESTINATIONS = {
|
|
|
5523
5513
|
BigQuery: "BigQuery",
|
|
5524
5514
|
Postges: "Postgres"
|
|
5525
5515
|
};
|
|
5526
|
-
const akarIconsCirclePlus = (props) => /* @__PURE__ */ jsx("svg", {
|
|
5527
|
-
viewBox: "0 0 24 24",
|
|
5528
|
-
width: "1.2em",
|
|
5529
|
-
height: "1.2em",
|
|
5530
|
-
...props,
|
|
5531
|
-
children: /* @__PURE__ */ jsxs("g", {
|
|
5532
|
-
fill: "none",
|
|
5533
|
-
stroke: "currentColor",
|
|
5534
|
-
strokeWidth: 2,
|
|
5535
|
-
children: [/* @__PURE__ */ jsx("path", {
|
|
5536
|
-
strokeLinecap: "round",
|
|
5537
|
-
d: "M12 8v4m0 0v4m0-4h4m-4 0H8"
|
|
5538
|
-
}), /* @__PURE__ */ jsx("circle", {
|
|
5539
|
-
cx: 12,
|
|
5540
|
-
cy: 12,
|
|
5541
|
-
r: 10
|
|
5542
|
-
})]
|
|
5543
|
-
})
|
|
5544
|
-
});
|
|
5545
5516
|
const ChartConfig = ({
|
|
5546
5517
|
data: data2,
|
|
5547
5518
|
setXAxis,
|
|
5548
5519
|
xAxis,
|
|
5520
|
+
yAxisList,
|
|
5549
5521
|
setYAxisList,
|
|
5550
5522
|
chartType: chartType2,
|
|
5551
5523
|
setStep,
|
|
@@ -5565,29 +5537,22 @@ const ChartConfig = ({
|
|
|
5565
5537
|
value: "NONE",
|
|
5566
5538
|
label: "NONE"
|
|
5567
5539
|
});
|
|
5568
|
-
const [selectField, setSelectField] = useState([options2 == null ? void 0 : options2[0]]);
|
|
5569
5540
|
const [source, setSource] = useState("");
|
|
5570
5541
|
const [target, setTarget] = useState("");
|
|
5571
5542
|
const [values, setValues] = useState("");
|
|
5572
|
-
const [count2, setCount] = useState(1);
|
|
5573
|
-
const [showAddButton, setShowAddButton] = useState("show");
|
|
5574
|
-
const addSelectField = () => {
|
|
5575
|
-
if (count2 < (options2 == null ? void 0 : options2.length)) {
|
|
5576
|
-
const val = [...selectField, options2[count2]];
|
|
5577
|
-
setSelectField(val);
|
|
5578
|
-
if (count2 === options2.length - 1) {
|
|
5579
|
-
setShowAddButton("hidden");
|
|
5580
|
-
}
|
|
5581
|
-
}
|
|
5582
|
-
setCount(count2 + 1);
|
|
5583
|
-
};
|
|
5584
5543
|
const {
|
|
5585
5544
|
handleSubmit,
|
|
5586
|
-
control
|
|
5545
|
+
control,
|
|
5546
|
+
setValue
|
|
5587
5547
|
} = useForm();
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5548
|
+
useEffect(() => {
|
|
5549
|
+
if (!yAxisList)
|
|
5550
|
+
return;
|
|
5551
|
+
setValue("yAxisList", yAxisList);
|
|
5552
|
+
}, []);
|
|
5553
|
+
const onSubmitOptions = (fieldValues) => {
|
|
5554
|
+
const list = fieldValues.yAxisList;
|
|
5555
|
+
setYAxisList(list.filter((item) => item && item !== "NONE"));
|
|
5591
5556
|
setSettingsShow(false);
|
|
5592
5557
|
};
|
|
5593
5558
|
const onSubmitSnakeyValues = () => {
|
|
@@ -5595,12 +5560,12 @@ const ChartConfig = ({
|
|
|
5595
5560
|
};
|
|
5596
5561
|
if (chartType2 === SANKEY) {
|
|
5597
5562
|
return /* @__PURE__ */ jsxs("div", {
|
|
5598
|
-
className: styles$
|
|
5563
|
+
className: styles$B.container,
|
|
5599
5564
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
5600
|
-
className: styles$
|
|
5565
|
+
className: styles$B.field,
|
|
5601
5566
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
5602
5567
|
styleClass: "font-14",
|
|
5603
|
-
className: styles$
|
|
5568
|
+
className: styles$B.fieldText,
|
|
5604
5569
|
variant: "h4",
|
|
5605
5570
|
children: "Source"
|
|
5606
5571
|
}), /* @__PURE__ */ jsx(Select, {
|
|
@@ -5610,10 +5575,10 @@ const ChartConfig = ({
|
|
|
5610
5575
|
value: source
|
|
5611
5576
|
})]
|
|
5612
5577
|
}), /* @__PURE__ */ jsxs("div", {
|
|
5613
|
-
className: styles$
|
|
5578
|
+
className: styles$B.field,
|
|
5614
5579
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
5615
5580
|
styleClass: "font-14",
|
|
5616
|
-
className: styles$
|
|
5581
|
+
className: styles$B.fieldText,
|
|
5617
5582
|
variant: "h4",
|
|
5618
5583
|
children: "Target"
|
|
5619
5584
|
}), /* @__PURE__ */ jsx(Select, {
|
|
@@ -5625,7 +5590,7 @@ const ChartConfig = ({
|
|
|
5625
5590
|
}), /* @__PURE__ */ jsxs("div", {
|
|
5626
5591
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
5627
5592
|
styleClass: "font-14",
|
|
5628
|
-
className: styles$
|
|
5593
|
+
className: styles$B.fieldText,
|
|
5629
5594
|
variant: "h4",
|
|
5630
5595
|
children: "Value"
|
|
5631
5596
|
}), /* @__PURE__ */ jsx(Select, {
|
|
@@ -5638,7 +5603,7 @@ const ChartConfig = ({
|
|
|
5638
5603
|
type: "submit",
|
|
5639
5604
|
variant: "primary",
|
|
5640
5605
|
size: "default",
|
|
5641
|
-
className: styles$
|
|
5606
|
+
className: styles$B.doneBtn,
|
|
5642
5607
|
onClick: () => {
|
|
5643
5608
|
onSubmitSnakeyValues();
|
|
5644
5609
|
setSettingsShow(false);
|
|
@@ -5650,10 +5615,10 @@ const ChartConfig = ({
|
|
|
5650
5615
|
if (chartType2 === DOUGHNUT) {
|
|
5651
5616
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
5652
5617
|
children: !!(chartType2 === DOUGHNUT || PIE) && /* @__PURE__ */ jsxs("div", {
|
|
5653
|
-
className: styles$
|
|
5618
|
+
className: styles$B.container,
|
|
5654
5619
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
5655
5620
|
styleClass: "font-14",
|
|
5656
|
-
className: styles$
|
|
5621
|
+
className: styles$B.field,
|
|
5657
5622
|
variant: "h4",
|
|
5658
5623
|
children: "Dimension"
|
|
5659
5624
|
}), /* @__PURE__ */ jsx(Select, {
|
|
@@ -5663,27 +5628,22 @@ const ChartConfig = ({
|
|
|
5663
5628
|
value: xAxis
|
|
5664
5629
|
}), /* @__PURE__ */ jsx(Text, {
|
|
5665
5630
|
styleClass: "font-14",
|
|
5666
|
-
className: styles$
|
|
5631
|
+
className: styles$B.measureText,
|
|
5667
5632
|
variant: "h4",
|
|
5668
5633
|
children: "Measure"
|
|
5669
|
-
}), /* @__PURE__ */ jsx("div", {
|
|
5670
|
-
className: styles$y.plus,
|
|
5671
|
-
children: /* @__PURE__ */ jsx(akarIconsCirclePlus, {
|
|
5672
|
-
className: `${styles$y.plusIcon} ${showAddButton}`,
|
|
5673
|
-
onClick: () => addSelectField()
|
|
5674
|
-
})
|
|
5675
5634
|
}), /* @__PURE__ */ jsxs("form", {
|
|
5676
5635
|
onSubmit: handleSubmit(onSubmitOptions),
|
|
5677
|
-
className: styles$
|
|
5678
|
-
children: [
|
|
5679
|
-
|
|
5636
|
+
className: styles$B.form,
|
|
5637
|
+
children: [/* @__PURE__ */ jsx(HookMultiSelect, {
|
|
5638
|
+
name: "yAxisList",
|
|
5680
5639
|
options: options2,
|
|
5640
|
+
defaultValue: options2.map((option2) => option2.value),
|
|
5681
5641
|
control
|
|
5682
|
-
}
|
|
5642
|
+
}), /* @__PURE__ */ jsx(Button, {
|
|
5683
5643
|
type: "submit",
|
|
5684
5644
|
variant: "primary",
|
|
5685
5645
|
size: "default",
|
|
5686
|
-
className: styles$
|
|
5646
|
+
className: styles$B.doneBtn,
|
|
5687
5647
|
children: "Done"
|
|
5688
5648
|
})]
|
|
5689
5649
|
})]
|
|
@@ -5691,12 +5651,12 @@ const ChartConfig = ({
|
|
|
5691
5651
|
});
|
|
5692
5652
|
}
|
|
5693
5653
|
if (chartType2 === PIE) {
|
|
5694
|
-
return /* @__PURE__ */
|
|
5695
|
-
children:
|
|
5696
|
-
className: styles$
|
|
5654
|
+
return /* @__PURE__ */ jsx(Fragment, {
|
|
5655
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
5656
|
+
className: styles$B.container,
|
|
5697
5657
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
5698
5658
|
styleClass: "font-14",
|
|
5699
|
-
className: styles$
|
|
5659
|
+
className: styles$B.field,
|
|
5700
5660
|
variant: "h4",
|
|
5701
5661
|
children: "Dimension"
|
|
5702
5662
|
}), /* @__PURE__ */ jsx(Select, {
|
|
@@ -5706,38 +5666,33 @@ const ChartConfig = ({
|
|
|
5706
5666
|
value: xAxis
|
|
5707
5667
|
}), /* @__PURE__ */ jsx(Text, {
|
|
5708
5668
|
styleClass: "font-14",
|
|
5709
|
-
className: styles$
|
|
5669
|
+
className: styles$B.measureText,
|
|
5710
5670
|
variant: "h4",
|
|
5711
5671
|
children: "Measure"
|
|
5712
|
-
}), /* @__PURE__ */ jsx("div", {
|
|
5713
|
-
className: styles$y.plus,
|
|
5714
|
-
children: /* @__PURE__ */ jsx(akarIconsCirclePlus, {
|
|
5715
|
-
className: `${styles$y.plusIcon} ${showAddButton}`,
|
|
5716
|
-
onClick: () => addSelectField()
|
|
5717
|
-
})
|
|
5718
5672
|
}), /* @__PURE__ */ jsxs("form", {
|
|
5719
5673
|
onSubmit: handleSubmit(onSubmitOptions),
|
|
5720
|
-
className: styles$
|
|
5721
|
-
children: [
|
|
5722
|
-
|
|
5674
|
+
className: styles$B.form,
|
|
5675
|
+
children: [/* @__PURE__ */ jsx(HookMultiSelect, {
|
|
5676
|
+
name: "yAxisList",
|
|
5723
5677
|
options: options2,
|
|
5678
|
+
defaultValue: options2.map((option2) => option2.value),
|
|
5724
5679
|
control
|
|
5725
|
-
}
|
|
5680
|
+
}), /* @__PURE__ */ jsx(Button, {
|
|
5726
5681
|
type: "submit",
|
|
5727
5682
|
variant: "primary",
|
|
5728
5683
|
size: "default",
|
|
5729
|
-
className: styles$
|
|
5684
|
+
className: styles$B.doneBtn,
|
|
5730
5685
|
children: "Done"
|
|
5731
5686
|
})]
|
|
5732
5687
|
})]
|
|
5733
|
-
})
|
|
5688
|
+
})
|
|
5734
5689
|
});
|
|
5735
5690
|
}
|
|
5736
5691
|
if (chartType2 === "single value") {
|
|
5737
5692
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
5738
5693
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
5739
5694
|
styleClass: "font-14",
|
|
5740
|
-
className: `${styles$
|
|
5695
|
+
className: `${styles$B.singleValueMeasure}`,
|
|
5741
5696
|
variant: "h4",
|
|
5742
5697
|
children: "Measure"
|
|
5743
5698
|
}), /* @__PURE__ */ jsx(Select, {
|
|
@@ -5749,7 +5704,7 @@ const ChartConfig = ({
|
|
|
5749
5704
|
type: "button",
|
|
5750
5705
|
variant: "primary",
|
|
5751
5706
|
size: "default",
|
|
5752
|
-
className: styles$
|
|
5707
|
+
className: styles$B.doneBtn,
|
|
5753
5708
|
onClick: () => setSettingsShow(false),
|
|
5754
5709
|
children: "Done"
|
|
5755
5710
|
})]
|
|
@@ -5757,11 +5712,11 @@ const ChartConfig = ({
|
|
|
5757
5712
|
}
|
|
5758
5713
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
5759
5714
|
children: /* @__PURE__ */ jsxs("div", {
|
|
5760
|
-
className: styles$
|
|
5715
|
+
className: styles$B.container,
|
|
5761
5716
|
children: [chartType2 !== "gauge" && chartType2 !== BOXPLOT && chartType2 !== "table" && /* @__PURE__ */ jsxs(Fragment, {
|
|
5762
5717
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
5763
5718
|
styleClass: "font-14",
|
|
5764
|
-
className: styles$
|
|
5719
|
+
className: styles$B.field,
|
|
5765
5720
|
variant: "h4",
|
|
5766
5721
|
children: [chartType2 !== "funnel" && chartType2 !== "row" && "X-axis", chartType2 === "funnel" && "Step", chartType2 === "row" && "Y-axis"]
|
|
5767
5722
|
}), chartType2 === "funnel" ? /* @__PURE__ */ jsx(Select, {
|
|
@@ -5775,35 +5730,33 @@ const ChartConfig = ({
|
|
|
5775
5730
|
onChange: setXAxis,
|
|
5776
5731
|
value: xAxis
|
|
5777
5732
|
})]
|
|
5778
|
-
}), /* @__PURE__ */
|
|
5779
|
-
className: `${styles$
|
|
5780
|
-
${chartType2 !== "gauge" ? styles$
|
|
5781
|
-
children:
|
|
5733
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
5734
|
+
className: `${styles$B.chartType}
|
|
5735
|
+
${chartType2 !== "gauge" ? styles$B.measureText : ""}`,
|
|
5736
|
+
children: /* @__PURE__ */ jsxs(Text, {
|
|
5782
5737
|
styleClass: "font-14",
|
|
5783
5738
|
variant: "h1",
|
|
5784
|
-
className: styles$
|
|
5739
|
+
className: styles$B.field,
|
|
5785
5740
|
children: [chartType2 !== "funnel" && chartType2 !== "gauge" && chartType2 !== "row" && chartType2 !== "boxplot" && chartType2 !== "table" && "Y-axis", (chartType2 === "funnel" || chartType2 === "gauge" || chartType2 === "boxplot" || chartType2 === "table") && "Measure", chartType2 === "row" && "X-axis"]
|
|
5786
|
-
})
|
|
5787
|
-
className: `${styles$y.plusIcon} ${showAddButton}`,
|
|
5788
|
-
onClick: () => addSelectField()
|
|
5789
|
-
})]
|
|
5741
|
+
})
|
|
5790
5742
|
}), /* @__PURE__ */ jsxs("form", {
|
|
5791
5743
|
onSubmit: handleSubmit(onSubmitOptions),
|
|
5792
|
-
className: styles$
|
|
5744
|
+
className: styles$B.form,
|
|
5793
5745
|
children: [chartType2 === "funnel" || chartType2 === "gauge" ? /* @__PURE__ */ jsx(Select, {
|
|
5794
5746
|
label: "",
|
|
5795
5747
|
options: options2,
|
|
5796
5748
|
onChange: setMeasure,
|
|
5797
5749
|
value: measure
|
|
5798
|
-
}) :
|
|
5799
|
-
|
|
5750
|
+
}) : /* @__PURE__ */ jsx(HookMultiSelect, {
|
|
5751
|
+
name: "yAxisList",
|
|
5800
5752
|
options: options2,
|
|
5753
|
+
defaultValue: options2.map((option2) => option2.value),
|
|
5801
5754
|
control
|
|
5802
|
-
}
|
|
5755
|
+
}), /* @__PURE__ */ jsx(Button, {
|
|
5803
5756
|
type: "submit",
|
|
5804
5757
|
variant: "primary",
|
|
5805
5758
|
size: "default",
|
|
5806
|
-
className: styles$
|
|
5759
|
+
className: styles$B.doneBtn,
|
|
5807
5760
|
children: "Done"
|
|
5808
5761
|
})]
|
|
5809
5762
|
})]
|
|
@@ -6033,6 +5986,7 @@ const materialSymbolsBackupTable = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
6033
5986
|
})
|
|
6034
5987
|
});
|
|
6035
5988
|
const ChartModalOptions = ({
|
|
5989
|
+
chartType: chartType2,
|
|
6036
5990
|
setChartType
|
|
6037
5991
|
}) => {
|
|
6038
5992
|
const chartOptions2 = [{
|
|
@@ -6094,13 +6048,13 @@ const ChartModalOptions = ({
|
|
|
6094
6048
|
icon: materialSymbolsBackupTable
|
|
6095
6049
|
}];
|
|
6096
6050
|
return /* @__PURE__ */ jsx("div", {
|
|
6097
|
-
className: styles$
|
|
6051
|
+
className: styles$B.chartOptions,
|
|
6098
6052
|
children: chartOptions2.map((option2) => /* @__PURE__ */ jsxs("div", {
|
|
6099
|
-
className: styles$
|
|
6053
|
+
className: styles$B.chartOption,
|
|
6100
6054
|
children: [/* @__PURE__ */ jsx(Button, {
|
|
6101
6055
|
type: "button",
|
|
6102
6056
|
variant: "custom",
|
|
6103
|
-
className: styles$
|
|
6057
|
+
className: chartType2 === option2.name.toLowerCase() ? styles$B.chartOptionBtnSelected : styles$B.chartOptionBtn,
|
|
6104
6058
|
onClick: () => {
|
|
6105
6059
|
setChartType(option2.name.toLowerCase());
|
|
6106
6060
|
},
|
|
@@ -6113,13 +6067,27 @@ const ChartModalOptions = ({
|
|
|
6113
6067
|
})
|
|
6114
6068
|
}, option2.name), /* @__PURE__ */ jsx(Text, {
|
|
6115
6069
|
variant: "p",
|
|
6116
|
-
styleClass: "
|
|
6117
|
-
className: styles$
|
|
6070
|
+
styleClass: "custom",
|
|
6071
|
+
className: styles$B.chartOptionText,
|
|
6118
6072
|
children: option2.name
|
|
6119
6073
|
})]
|
|
6120
6074
|
}, option2.name))
|
|
6121
6075
|
});
|
|
6122
6076
|
};
|
|
6077
|
+
const SelectField = ({
|
|
6078
|
+
value,
|
|
6079
|
+
options: options2,
|
|
6080
|
+
control
|
|
6081
|
+
}) => {
|
|
6082
|
+
const [yAxisValue, setYAxisValue] = useState("");
|
|
6083
|
+
return /* @__PURE__ */ jsx(HookSelect, {
|
|
6084
|
+
control,
|
|
6085
|
+
label: "",
|
|
6086
|
+
options: options2,
|
|
6087
|
+
onChange: setYAxisValue,
|
|
6088
|
+
name: yAxisValue ? yAxisValue : value
|
|
6089
|
+
});
|
|
6090
|
+
};
|
|
6123
6091
|
const operatorList = [
|
|
6124
6092
|
{
|
|
6125
6093
|
value: "=",
|
|
@@ -6233,7 +6201,7 @@ const ARRAY_TYPES = ["array", "text[]"];
|
|
|
6233
6201
|
const BOOLEAN_TYPES = ["boolean", "bool"];
|
|
6234
6202
|
var icons$1 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMCIgaGVpZ2h0PSIwIiBjbGFzcz0iaGlkZGVuIj4NCiAgPHN5bWJvbCBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9InNxbC1xdWVyeS1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTcgMTdMMjIgMTJMMTcgN003IDdMMiAxMkw3IDE3TTE0IDNMMTAgMjEiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0idmlzdWFsaXphdGlvbi1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTIgMTZWMjFNMTIgMTZMMTggMjFNMTIgMTZMNiAyMU0yMSAzVjExLjJDMjEgMTIuODgwMiAyMSAxMy43MjAyIDIwLjY3MyAxNC4zNjJDMjAuMzg1NCAxNC45MjY1IDE5LjkyNjUgMTUuMzg1NCAxOS4zNjIgMTUuNjczQzE4LjcyMDIgMTYgMTcuODgwMiAxNiAxNi4yIDE2SDcuOEM2LjExOTg0IDE2IDUuMjc5NzYgMTYgNC42MzgwMyAxNS42NzNDNC4wNzM1NCAxNS4zODU0IDMuNjE0NiAxNC45MjY1IDMuMzI2OTggMTQuMzYyQzMgMTMuNzIwMiAzIDEyLjg4MDIgMyAxMS4yVjNNOCA5VjEyTTEyIDdWMTJNMTYgMTFWMTJNMjIgM0gyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KICA8L3N5bWJvbD4NCiAgPHN5bWJvbCBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9ImFycm93LWJhY2staWNvbiI+DQogICAgPHBhdGggZD0iTTIwIDEySDRNNCAxMkwxMCAxOE00IDEyTDEwIDYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0ibG9nb3V0LWljb24iPg0KICAgIDxwYXRoIGQ9Ik0xNiAxN0wyMSAxMk0yMSAxMkwxNiA3TTIxIDEySDlNOSAzSDcuOEM2LjExOTg0IDMgNS4yNzk3NiAzIDQuNjM4MDMgMy4zMjY5OEM0LjA3MzU0IDMuNjE0NiAzLjYxNDYgNC4wNzM1NCAzLjMyNjk4IDQuNjM4MDNDMyA1LjI3OTc2IDMgNi4xMTk4NCAzIDcuOFYxNi4yQzMgMTcuODgwMiAzIDE4LjcyMDIgMy4zMjY5OCAxOS4zNjJDMy42MTQ2IDE5LjkyNjUgNC4wNzM1NCAyMC4zODU0IDQuNjM4MDMgMjAuNjczQzUuMjc5NzYgMjEgNi4xMTk4NCAyMSA3LjggMjFIOSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJtb3JlLWljb24iPg0KICAgIDxwYXRoIGQ9Ik0xMiAxM0MxMi41NTIzIDEzIDEzIDEyLjU1MjMgMTMgMTJDMTMgMTEuNDQ3NyAxMi41NTIzIDExIDEyIDExQzExLjQ0NzcgMTEgMTEgMTEuNDQ3NyAxMSAxMkMxMSAxMi41NTIzIDExLjQ0NzcgMTMgMTIgMTNaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KICAgIDxwYXRoIGQ9Ik0xMiA2QzEyLjU1MjMgNiAxMyA1LjU1MjI4IDEzIDVDMTMgNC40NDc3MiAxMi41NTIzIDQgMTIgNEMxMS40NDc3IDQgMTEgNC40NDc3MiAxMSA1QzExIDUuNTUyMjggMTEuNDQ3NyA2IDEyIDZaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KICAgIDxwYXRoIGQ9Ik0xMiAyMEMxMi41NTIzIDIwIDEzIDE5LjU1MjMgMTMgMTlDMTMgMTguNDQ3NyAxMi41NTIzIDE4IDEyIDE4QzExLjQ0NzcgMTggMTEgMTguNDQ3NyAxMSAxOUMxMSAxOS41NTIzIDExLjQ0NzcgMjAgMTIgMjBaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KICA8L3N5bWJvbD4NCiAgPHN5bWJvbCBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9InNhdmUtaWNvbiI+DQogICAgPHBhdGggZD0iTTcgM1Y2LjRDNyA2Ljk2MDA1IDcgNy4yNDAwOCA3LjEwODk5IDcuNDUzOTlDNy4yMDQ4NyA3LjY0MjE1IDcuMzU3ODUgNy43OTUxMyA3LjU0NjAxIDcuODkxMDFDNy43NTk5MiA4IDguMDM5OTUgOCA4LjYgOEgxNS40QzE1Ljk2MDEgOCAxNi4yNDAxIDggMTYuNDU0IDcuODkxMDFDMTYuNjQyMiA3Ljc5NTEzIDE2Ljc5NTEgNy42NDIxNSAxNi44OTEgNy40NTM5OUMxNyA3LjI0MDA4IDE3IDYuOTYwMDUgMTcgNi40VjRNMTcgMjFWMTQuNkMxNyAxNC4wMzk5IDE3IDEzLjc1OTkgMTYuODkxIDEzLjU0NkMxNi43OTUxIDEzLjM1NzggMTYuNjQyMiAxMy4yMDQ5IDE2LjQ1NCAxMy4xMDlDMTYuMjQwMSAxMyAxNS45NjAxIDEzIDE1LjQgMTNIOC42QzguMDM5OTUgMTMgNy43NTk5MiAxMyA3LjU0NjAxIDEzLjEwOUM3LjM1Nzg1IDEzLjIwNDkgNy4yMDQ4NyAxMy4zNTc4IDcuMTA4OTkgMTMuNTQ2QzcgMTMuNzU5OSA3IDE0LjAzOTkgNyAxNC42VjIxTTIxIDkuMzI1NDhWMTYuMkMyMSAxNy44ODAyIDIxIDE4LjcyMDIgMjAuNjczIDE5LjM2MkMyMC4zODU0IDE5LjkyNjUgMTkuOTI2NSAyMC4zODU0IDE5LjM2MiAyMC42NzNDMTguNzIwMiAyMSAxNy44ODAyIDIxIDE2LjIgMjFINy44QzYuMTE5ODQgMjEgNS4yNzk3NiAyMSA0LjYzODAzIDIwLjY3M0M0LjA3MzU0IDIwLjM4NTQgMy42MTQ2IDE5LjkyNjUgMy4zMjY5OCAxOS4zNjJDMyAxOC43MjAyIDMgMTcuODgwMiAzIDE2LjJWNy44QzMgNi4xMTk4NCAzIDUuMjc5NzYgMy4zMjY5OCA0LjYzODAzQzMuNjE0NiA0LjA3MzU0IDQuMDczNTQgMy42MTQ2IDQuNjM4MDMgMy4zMjY5OEM1LjI3OTc2IDMgNi4xMTk4NCAzIDcuOCAzSDE0LjY3NDVDMTUuMTYzNyAzIDE1LjQwODMgMyAxNS42Mzg1IDMuMDU1MjZDMTUuODQyNSAzLjEwNDI1IDE2LjAzNzYgMy4xODUwNiAxNi4yMTY2IDMuMjk0NzJDMTYuNDE4NCAzLjQxODQgMTYuNTkxNCAzLjU5MTM1IDE2LjkzNzMgMy45MzcyNkwyMC4wNjI3IDcuMDYyNzRDMjAuNDA4NiA3LjQwODY1IDIwLjU4MTYgNy41ODE2IDIwLjcwNTMgNy43ODM0M0MyMC44MTQ5IDcuOTYyMzcgMjAuODk1NyA4LjE1NzQ2IDIwLjk0NDcgOC4zNjE1NEMyMSA4LjU5MTcxIDIxIDguODM2MyAyMSA5LjMyNTQ4WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJjb3B5LWljb24iPg0KICAgIDxwYXRoIGQ9Ik0xMC41IDIuMDAyOEM5LjgyNDk1IDIuMDExOTQgOS40MTk3IDIuMDUxMDMgOS4wOTIwMiAyLjIxNzk5QzguNzE1NjkgMi40MDk3MyA4LjQwOTczIDIuNzE1NjkgOC4yMTc5OSAzLjA5MjAyQzguMDUxMDMgMy40MTk3IDguMDExOTQgMy44MjQ5NSA4LjAwMjggNC41TTE5LjUgMi4wMDI4QzIwLjE3NTEgMi4wMTE5NCAyMC41ODAzIDIuMDUxMDMgMjAuOTA4IDIuMjE3OTlDMjEuMjg0MyAyLjQwOTczIDIxLjU5MDMgMi43MTU2OSAyMS43ODIgMy4wOTIwMkMyMS45NDkgMy40MTk3IDIxLjk4ODEgMy44MjQ5NCAyMS45OTcyIDQuNDk5OTlNMjEuOTk3MiAxMy41QzIxLjk4ODEgMTQuMTc1IDIxLjk0OSAxNC41ODAzIDIxLjc4MiAxNC45MDhDMjEuNTkwMyAxNS4yODQzIDIxLjI4NDMgMTUuNTkwMyAyMC45MDggMTUuNzgyQzIwLjU4MDMgMTUuOTQ5IDIwLjE3NTEgMTUuOTg4MSAxOS41IDE1Ljk5NzJNMjIgNy45OTk5OVY5Ljk5OTk5TTE0LjAwMDEgMkgxNk01LjIgMjJIMTIuOEMxMy45MjAxIDIyIDE0LjQ4MDIgMjIgMTQuOTA4IDIxLjc4MkMxNS4yODQzIDIxLjU5MDMgMTUuNTkwMyAyMS4yODQzIDE1Ljc4MiAyMC45MDhDMTYgMjAuNDgwMiAxNiAxOS45MjAxIDE2IDE4LjhWMTEuMkMxNiAxMC4wNzk5IDE2IDkuNTE5ODQgMTUuNzgyIDkuMDkyMDJDMTUuNTkwMyA4LjcxNTY5IDE1LjI4NDMgOC40MDk3MyAxNC45MDggOC4yMTc5OUMxNC40ODAyIDggMTMuOTIwMSA4IDEyLjggOEg1LjJDNC4wNzk5IDggMy41MTk4NCA4IDMuMDkyMDIgOC4yMTc5OUMyLjcxNTY5IDguNDA5NzMgMi40MDk3MyA4LjcxNTY5IDIuMjE3OTkgOS4wOTIwMkMyIDkuNTE5ODQgMiAxMC4wNzk5IDIgMTEuMlYxOC44QzIgMTkuOTIwMSAyIDIwLjQ4MDIgMi4yMTc5OSAyMC45MDhDMi40MDk3MyAyMS4yODQzIDIuNzE1NjkgMjEuNTkwMyAzLjA5MjAyIDIxLjc4MkMzLjUxOTg0IDIyIDQuMDc5ODkgMjIgNS4yIDIyWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJkYXRhc2V0LWljb24iPg0KICAgIDxwYXRoIGQ9Ik0yMSA1QzIxIDYuNjU2ODUgMTYuOTcwNiA4IDEyIDhDNy4wMjk0NCA4IDMgNi42NTY4NSAzIDVNMjEgNUMyMSAzLjM0MzE1IDE2Ljk3MDYgMiAxMiAyQzcuMDI5NDQgMiAzIDMuMzQzMTUgMyA1TTIxIDVWMTlDMjEgMjAuNjYgMTcgMjIgMTIgMjJDNyAyMiAzIDIwLjY2IDMgMTlWNU0yMSAxMkMyMSAxMy42NiAxNyAxNSAxMiAxNUM3IDE1IDMgMTMuNjYgMyAxMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJmaWx0ZXItaWNvbiI+DQogICAgPHBhdGggZD0iTTIgNC42QzIgNC4wMzk5NSAyIDMuNzU5OTIgMi4xMDg5OSAzLjU0NjAxQzIuMjA0ODcgMy4zNTc4NSAyLjM1Nzg1IDMuMjA0ODcgMi41NDYwMSAzLjEwODk5QzIuNzU5OTIgMyAzLjAzOTk1IDMgMy42IDNIMjAuNEMyMC45NjAxIDMgMjEuMjQwMSAzIDIxLjQ1NCAzLjEwODk5QzIxLjY0MjIgMy4yMDQ4NyAyMS43OTUxIDMuMzU3ODUgMjEuODkxIDMuNTQ2MDFDMjIgMy43NTk5MiAyMiA0LjAzOTk1IDIyIDQuNlY1LjI2OTM5QzIyIDUuNTM4MTkgMjIgNS42NzI1OSAyMS45NjcyIDUuNzk3NTZDMjEuOTM4IDUuOTA4MzEgMjEuODkwMSA2LjAxMzIzIDIxLjgyNTUgNi4xMDc3NkMyMS43NTI2IDYuMjE0NDMgMjEuNjUxIDYuMzAyNDUgMjEuNDQ3OSA2LjQ3ODVMMTUuMDUyMSAxMi4wMjE1QzE0Ljg0OSAxMi4xOTc1IDE0Ljc0NzQgMTIuMjg1NiAxNC42NzQ1IDEyLjM5MjJDMTQuNjA5OSAxMi40ODY4IDE0LjU2MiAxMi41OTE3IDE0LjUzMjggMTIuNzAyNEMxNC41IDEyLjgyNzQgMTQuNSAxMi45NjE4IDE0LjUgMTMuMjMwNlYxOC40NTg0QzE0LjUgMTguNjUzOSAxNC41IDE4Ljc1MTcgMTQuNDY4NSAxOC44MzYzQzE0LjQ0MDYgMTguOTExIDE0LjM5NTMgMTguOTc3OSAxNC4zMzYzIDE5LjAzMTVDMTQuMjY5NSAxOS4wOTIyIDE0LjE3ODcgMTkuMTI4NSAxMy45OTcxIDE5LjIwMTJMMTAuNTk3MSAyMC41NjEyQzEwLjIyOTYgMjAuNzA4MiAxMC4wNDU4IDIwLjc4MTcgOS44OTgyNyAyMC43NTFDOS43NjkyNyAyMC43MjQyIDkuNjU2MDUgMjAuNjQ3NiA5LjU4MzI1IDIwLjUzNzdDOS41IDIwLjQxMjIgOS41IDIwLjIxNDIgOS41IDE5LjgxODRWMTMuMjMwNkM5LjUgMTIuOTYxOCA5LjUgMTIuODI3NCA5LjQ2NzE1IDEyLjcwMjRDOS40MzgwNSAxMi41OTE3IDkuMzkwMTQgMTIuNDg2OCA5LjMyNTUxIDEyLjM5MjJDOS4yNTI1OCAxMi4yODU2IDkuMTUxMDIgMTIuMTk3NSA4Ljk0Nzg5IDEyLjAyMTVMMi41NTIxMSA2LjQ3ODVDMi4zNDg5OCA2LjMwMjQ1IDIuMjQ3NDIgNi4yMTQ0MyAyLjE3NDQ5IDYuMTA3NzZDMi4xMDk4NiA2LjAxMzIzIDIuMDYxOTUgNS45MDgzMSAyLjAzMjg1IDUuNzk3NTZDMiA1LjY3MjU5IDIgNS41MzgxOSAyIDUuMjY5MzlWNC42WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJzZXR0aW5ncy1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTIgMTVDMTMuNjU2OSAxNSAxNSAxMy42NTY5IDE1IDEyQzE1IDEwLjM0MzEgMTMuNjU2OSA5IDEyIDlDMTAuMzQzMSA5IDkgMTAuMzQzMSA5IDEyQzkgMTMuNjU2OSAxMC4zNDMxIDE1IDEyIDE1WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMTguNzI3MyAxNC43MjczQzE4LjYwNjMgMTUuMDAxNSAxOC41NzAyIDE1LjMwNTYgMTguNjIzNiAxNS42MDA1QzE4LjY3NzEgMTUuODk1NCAxOC44MTc3IDE2LjE2NzYgMTkuMDI3MyAxNi4zODE4TDE5LjA4MTggMTYuNDM2NEMxOS4yNTA5IDE2LjYwNTIgMTkuMzg1IDE2LjgwNTcgMTkuNDc2NSAxNy4wMjY1QzE5LjU2OCAxNy4yNDcyIDE5LjYxNTEgMTcuNDgzOCAxOS42MTUxIDE3LjcyMjdDMTkuNjE1MSAxNy45NjE3IDE5LjU2OCAxOC4xOTgzIDE5LjQ3NjUgMTguNDE5QzE5LjM4NSAxOC42Mzk3IDE5LjI1MDkgMTguODQwMiAxOS4wODE4IDE5LjAwOTFDMTguOTEzIDE5LjE3ODEgMTguNzEyNCAxOS4zMTIyIDE4LjQ5MTcgMTkuNDAzN0MxOC4yNzEgMTkuNDk1MiAxOC4wMzQ0IDE5LjU0MjMgMTcuNzk1NSAxOS41NDIzQzE3LjU1NjUgMTkuNTQyMyAxNy4zMTk5IDE5LjQ5NTIgMTcuMDk5MiAxOS40MDM3QzE2Ljg3ODUgMTkuMzEyMiAxNi42NzggMTkuMTc4MSAxNi41MDkxIDE5LjAwOTFMMTYuNDU0NSAxOC45NTQ1QzE2LjI0MDMgMTguNzQ1IDE1Ljk2ODIgMTguNjA0NCAxNS42NzMzIDE4LjU1MDlDMTUuMzc4NCAxOC40OTc0IDE1LjA3NDIgMTguNTMzNSAxNC44IDE4LjY1NDVDMTQuNTMxMSAxOC43Njk4IDE0LjMwMTggMTguOTYxMSAxNC4xNDAzIDE5LjIwNUMxMy45Nzg4IDE5LjQ0ODkgMTMuODkyMSAxOS43MzQ3IDEzLjg5MDkgMjAuMDI3M1YyMC4xODE4QzEzLjg5MDkgMjAuNjY0IDEzLjY5OTQgMjEuMTI2NSAxMy4zNTg0IDIxLjQ2NzVDMTMuMDE3NCAyMS44MDg0IDEyLjU1NDkgMjIgMTIuMDcyNyAyMkMxMS41OTA1IDIyIDExLjEyODEgMjEuODA4NCAxMC43ODcxIDIxLjQ2NzVDMTAuNDQ2MSAyMS4xMjY1IDEwLjI1NDUgMjAuNjY0IDEwLjI1NDUgMjAuMTgxOFYyMC4xQzEwLjI0NzUgMTkuNzk5MSAxMC4xNTAxIDE5LjUwNzMgOS45NzUwMSAxOS4yNjI1QzkuNzk5OTEgMTkuMDE3NiA5LjU1NTIxIDE4LjgzMTIgOS4yNzI3MyAxOC43MjczQzguOTk4NTMgMTguNjA2MyA4LjY5NDM3IDE4LjU3MDIgOC4zOTk0NyAxOC42MjM2QzguMTA0NTYgMTguNjc3MSA3LjgzMjQ0IDE4LjgxNzcgNy42MTgxOCAxOS4wMjczTDcuNTYzNjQgMTkuMDgxOEM3LjM5NDc4IDE5LjI1MDkgNy4xOTQyNSAxOS4zODUgNi45NzM1MyAxOS40NzY1QzYuNzUyOCAxOS41NjggNi41MTYyMSAxOS42MTUxIDYuMjc3MjcgMTkuNjE1MUM2LjAzODM0IDE5LjYxNTEgNS44MDE3NCAxOS41NjggNS41ODEwMiAxOS40NzY1QzUuMzYwMjkgMTkuMzg1IDUuMTU5NzcgMTkuMjUwOSA0Ljk5MDkxIDE5LjA4MThDNC44MjE4NiAxOC45MTMgNC42ODc3NSAxOC43MTI0IDQuNTk2MjYgMTguNDkxN0M0LjUwNDc2IDE4LjI3MSA0LjQ1NzY2IDE4LjAzNDQgNC40NTc2NiAxNy43OTU1QzQuNDU3NjYgMTcuNTU2NSA0LjUwNDc2IDE3LjMxOTkgNC41OTYyNiAxNy4wOTkyQzQuNjg3NzUgMTYuODc4NSA0LjgyMTg2IDE2LjY3OCA0Ljk5MDkxIDE2LjUwOTFMNS4wNDU0NSAxNi40NTQ1QzUuMjU1MDMgMTYuMjQwMyA1LjM5NTYyIDE1Ljk2ODIgNS40NDkxIDE1LjY3MzNDNS41MDI1NyAxNS4zNzg0IDUuNDY2NDcgMTUuMDc0MiA1LjM0NTQ1IDE0LjhDNS4yMzAyMiAxNC41MzExIDUuMDM4ODcgMTQuMzAxOCA0Ljc5NDk3IDE0LjE0MDNDNC41NTEwNyAxMy45Nzg4IDQuMjY1MjYgMTMuODkyMSAzLjk3MjczIDEzLjg5MDlIMy44MTgxOEMzLjMzNTk3IDEzLjg5MDkgMi44NzM1MSAxMy42OTk0IDIuNTMyNTMgMTMuMzU4NEMyLjE5MTU2IDEzLjAxNzQgMiAxMi41NTQ5IDIgMTIuMDcyN0MyIDExLjU5MDUgMi4xOTE1NiAxMS4xMjgxIDIuNTMyNTMgMTAuNzg3MUMyLjg3MzUxIDEwLjQ0NjEgMy4zMzU5NyAxMC4yNTQ1IDMuODE4MTggMTAuMjU0NUgzLjlDNC4yMDA5IDEwLjI0NzUgNC40OTI3MyAxMC4xNTAxIDQuNzM3NTQgOS45NzUwMUM0Ljk4MjM2IDkuNzk5OTEgNS4xNjg4MyA5LjU1NTIxIDUuMjcyNzMgOS4yNzI3M0M1LjM5Mzc0IDguOTk4NTMgNS40Mjk4NCA4LjY5NDM3IDUuMzc2MzcgOC4zOTk0N0M1LjMyMjkgOC4xMDQ1NiA1LjE4MjMxIDcuODMyNDQgNC45NzI3MyA3LjYxODE4TDQuOTE4MTggNy41NjM2NEM0Ljc0OTEzIDcuMzk0NzggNC42MTUwMyA3LjE5NDI1IDQuNTIzNTMgNi45NzM1M0M0LjQzMjAzIDYuNzUyOCA0LjM4NDkzIDYuNTE2MjEgNC4zODQ5MyA2LjI3NzI3QzQuMzg0OTMgNi4wMzgzNCA0LjQzMjAzIDUuODAxNzQgNC41MjM1MyA1LjU4MTAyQzQuNjE1MDMgNS4zNjAyOSA0Ljc0OTEzIDUuMTU5NzcgNC45MTgxOCA0Ljk5MDkxQzUuMDg3MDQgNC44MjE4NiA1LjI4NzU3IDQuNjg3NzUgNS41MDgyOSA0LjU5NjI2QzUuNzI5MDEgNC41MDQ3NiA1Ljk2NTYxIDQuNDU3NjYgNi4yMDQ1NSA0LjQ1NzY2QzYuNDQzNDggNC40NTc2NiA2LjY4MDA4IDQuNTA0NzYgNi45MDA4IDQuNTk2MjZDNy4xMjE1MiA0LjY4Nzc1IDcuMzIyMDUgNC44MjE4NiA3LjQ5MDkxIDQuOTkwOTFMNy41NDU0NSA1LjA0NTQ1QzcuNzU5NzEgNS4yNTUwMyA4LjAzMTgzIDUuMzk1NjIgOC4zMjY3NCA1LjQ0OTFDOC42MjE2NCA1LjUwMjU3IDguOTI1OCA1LjQ2NjQ3IDkuMiA1LjM0NTQ1SDkuMjcyNzNDOS41NDE2MSA1LjIzMDIyIDkuNzcwOTMgNS4wMzg4NyA5LjkzMjQ1IDQuNzk0OTdDMTAuMDk0IDQuNTUxMDcgMTAuMTgwNyA0LjI2NTI2IDEwLjE4MTggMy45NzI3M1YzLjgxODE4QzEwLjE4MTggMy4zMzU5NyAxMC4zNzM0IDIuODczNTEgMTAuNzE0NCAyLjUzMjUzQzExLjA1NTMgMi4xOTE1NiAxMS41MTc4IDIgMTIgMkMxMi40ODIyIDIgMTIuOTQ0NyAyLjE5MTU2IDEzLjI4NTYgMi41MzI1M0MxMy42MjY2IDIuODczNTEgMTMuODE4MiAzLjMzNTk3IDEzLjgxODIgMy44MTgxOFYzLjlDMTMuODE5MyA0LjE5MjUzIDEzLjkwNiA0LjQ3ODM0IDE0LjA2NzYgNC43MjIyNEMxNC4yMjkxIDQuOTY2MTQgMTQuNDU4NCA1LjE1NzQ5IDE0LjcyNzMgNS4yNzI3M0MxNS4wMDE1IDUuMzkzNzQgMTUuMzA1NiA1LjQyOTg0IDE1LjYwMDUgNS4zNzYzN0MxNS44OTU0IDUuMzIyOSAxNi4xNjc2IDUuMTgyMzEgMTYuMzgxOCA0Ljk3MjczTDE2LjQzNjQgNC45MTgxOEMxNi42MDUyIDQuNzQ5MTMgMTYuODA1NyA0LjYxNTAzIDE3LjAyNjUgNC41MjM1M0MxNy4yNDcyIDQuNDMyMDMgMTcuNDgzOCA0LjM4NDkzIDE3LjcyMjcgNC4zODQ5M0MxNy45NjE3IDQuMzg0OTMgMTguMTk4MyA0LjQzMjAzIDE4LjQxOSA0LjUyMzUzQzE4LjYzOTcgNC42MTUwMyAxOC44NDAyIDQuNzQ5MTMgMTkuMDA5MSA0LjkxODE4QzE5LjE3ODEgNS4wODcwNCAxOS4zMTIyIDUuMjg3NTcgMTkuNDAzNyA1LjUwODI5QzE5LjQ5NTIgNS43MjkwMSAxOS41NDIzIDUuOTY1NjEgMTkuNTQyMyA2LjIwNDU1QzE5LjU0MjMgNi40NDM0OCAxOS40OTUyIDYuNjgwMDggMTkuNDAzNyA2LjkwMDhDMTkuMzEyMiA3LjEyMTUyIDE5LjE3ODEgNy4zMjIwNSAxOS4wMDkxIDcuNDkwOTFMMTguOTU0NSA3LjU0NTQ1QzE4Ljc0NSA3Ljc1OTcxIDE4LjYwNDQgOC4wMzE4MyAxOC41NTA5IDguMzI2NzRDMTguNDk3NCA4LjYyMTY0IDE4LjUzMzUgOC45MjU4IDE4LjY1NDUgOS4yVjkuMjcyNzNDMTguNzY5OCA5LjU0MTYxIDE4Ljk2MTEgOS43NzA5MyAxOS4yMDUgOS45MzI0NUMxOS40NDg5IDEwLjA5NCAxOS43MzQ3IDEwLjE4MDcgMjAuMDI3MyAxMC4xODE4SDIwLjE4MThDMjAuNjY0IDEwLjE4MTggMjEuMTI2NSAxMC4zNzM0IDIxLjQ2NzUgMTAuNzE0NEMyMS44MDg0IDExLjA1NTMgMjIgMTEuNTE3OCAyMiAxMkMyMiAxMi40ODIyIDIxLjgwODQgMTIuOTQ0NyAyMS40Njc1IDEzLjI4NTZDMjEuMTI2NSAxMy42MjY2IDIwLjY2NCAxMy44MTgyIDIwLjE4MTggMTMuODE4MkgyMC4xQzE5LjgwNzUgMTMuODE5MyAxOS41MjE3IDEzLjkwNiAxOS4yNzc4IDE0LjA2NzZDMTkuMDMzOSAxNC4yMjkxIDE4Ljg0MjUgMTQuNDU4NCAxOC43MjczIDE0LjcyNzNaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KICA8L3N5bWJvbD4NCiAgPHN5bWJvbCBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9ImluZm8taWNvbiI+DQogICAgPHBhdGggZD0iTTEyIDE2VjEyTTEyIDhIMTIuMDFNMjIgMTJDMjIgMTcuNTIyOCAxNy41MjI4IDIyIDEyIDIyQzYuNDc3MTUgMjIgMiAxNy41MjI4IDIgMTJDMiA2LjQ3NzE1IDYuNDc3MTUgMiAxMiAyQzE3LjUyMjggMiAyMiA2LjQ3NzE1IDIyIDEyWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJzY2hlbWEtaWNvbiI+DQogICAgPHBhdGggZD0iTTEyIDRWMTUuMkMxMiAxNi44ODAyIDEyIDE3LjcyMDIgMTIuMzI3IDE4LjM2MkMxMi42MTQ2IDE4LjkyNjUgMTMuMDczNSAxOS4zODU0IDEzLjYzOCAxOS42NzNDMTQuMjc5OCAyMCAxNS4xMTk4IDIwIDE2LjggMjBIMTdNMTcgMjBDMTcgMjEuMTA0NiAxNy44OTU0IDIyIDE5IDIyQzIwLjEwNDYgMjIgMjEgMjEuMTA0NiAyMSAyMEMyMSAxOC44OTU0IDIwLjEwNDYgMTggMTkgMThDMTcuODk1NCAxOCAxNyAxOC44OTU0IDE3IDIwWk03IDRMMTcgNE03IDRDNyA1LjEwNDU3IDYuMTA0NTcgNiA1IDZDMy44OTU0MyA2IDMgNS4xMDQ1NyAzIDRDMyAyLjg5NTQzIDMuODk1NDMgMiA1IDJDNi4xMDQ1NyAyIDcgMi44OTU0MyA3IDRaTTE3IDRDMTcgNS4xMDQ1NyAxNy44OTU0IDYgMTkgNkMyMC4xMDQ2IDYgMjEgNS4xMDQ1NyAyMSA0QzIxIDIuODk1NDMgMjAuMTA0NiAyIDE5IDJDMTcuODk1NCAyIDE3IDIuODk1NDMgMTcgNFpNMTIgMTJIMTdNMTcgMTJDMTcgMTMuMTA0NiAxNy44OTU0IDE0IDE5IDE0QzIwLjEwNDYgMTQgMjEgMTMuMTA0NiAyMSAxMkMyMSAxMC44OTU0IDIwLjEwNDYgMTAgMTkgMTBDMTcuODk1NCAxMCAxNyAxMC44OTU0IDE3IDEyWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJmdWxsc2NyZWVuLWljb24iPg0KICAgIDxwYXRoIGQ9Ik0xNCAxMEwyMSAzTTIxIDNIMTVNMjEgM1Y5TTEwIDE0TDMgMjFNMyAyMUg5TTMgMjFMMyAxNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJ0YWJsZS1pY29uIj4NCiAgICA8cGF0aCBkPSJNMyA5TDIxIDlNOSAzTDkgMjFNNy44IDNIMTYuMkMxNy44ODAyIDMgMTguNzIwMiAzIDE5LjM2MiAzLjMyNjk4QzE5LjkyNjUgMy42MTQ2IDIwLjM4NTQgNC4wNzM1NCAyMC42NzMgNC42MzgwM0MyMSA1LjI3OTc2IDIxIDYuMTE5ODQgMjEgNy44VjE2LjJDMjEgMTcuODgwMiAyMSAxOC43MjAyIDIwLjY3MyAxOS4zNjJDMjAuMzg1NCAxOS45MjY1IDE5LjkyNjUgMjAuMzg1NCAxOS4zNjIgMjAuNjczQzE4LjcyMDIgMjEgMTcuODgwMiAyMSAxNi4yIDIxSDcuOEM2LjExOTg0IDIxIDUuMjc5NzYgMjEgNC42MzgwMyAyMC42NzNDNC4wNzM1NCAyMC4zODU0IDMuNjE0NiAxOS45MjY1IDMuMzI2OTggMTkuMzYyQzMgMTguNzIwMiAzIDE3Ljg4MDIgMyAxNi4yVjcuOEMzIDYuMTE5ODQgMyA1LjI3OTc2IDMuMzI2OTggNC42MzgwM0MzLjYxNDYgNC4wNzM1NCA0LjA3MzU0IDMuNjE0NiA0LjYzODAzIDMuMzI2OThDNS4yNzk3NiAzIDYuMTE5ODQgMyA3LjggM1oiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0idGltZS10YWtlbi1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTIgMTJMNy43MjcxMSA4LjQzOTI2QzcuMDkyMjYgNy45MTAyMiA2Ljc3NDg0IDcuNjQ1NyA2LjU0NjY0IDcuMzIxNDRDNi4zNDQ0NCA3LjAzNDEzIDYuMTk0MjkgNi43MTM1NCA2LjEwMzAxIDYuMzc0MjhDNiA1Ljk5MTM5IDYgNS41NzgxOSA2IDQuNzUxOFYyTTEyIDEyTDE2LjI3MjkgOC40MzkyNkMxNi45MDc3IDcuOTEwMjIgMTcuMjI1MiA3LjY0NTcgMTcuNDUzNCA3LjMyMTQ0QzE3LjY1NTYgNy4wMzQxMyAxNy44MDU3IDYuNzEzNTQgMTcuODk3IDYuMzc0MjhDMTggNS45OTEzOSAxOCA1LjU3ODE5IDE4IDQuNzUxOFYyTTEyIDEyTDcuNzI3MTEgMTUuNTYwN0M3LjA5MjI2IDE2LjA4OTggNi43NzQ4NCAxNi4zNTQzIDYuNTQ2NjQgMTYuNjc4NkM2LjM0NDQ0IDE2Ljk2NTkgNi4xOTQyOSAxNy4yODY1IDYuMTAzMDEgMTcuNjI1N0M2IDE4LjAwODYgNiAxOC40MjE4IDYgMTkuMjQ4MlYyMk0xMiAxMkwxNi4yNzI5IDE1LjU2MDdDMTYuOTA3NyAxNi4wODk4IDE3LjIyNTIgMTYuMzU0MyAxNy40NTM0IDE2LjY3ODZDMTcuNjU1NiAxNi45NjU5IDE3LjgwNTcgMTcuMjg2NSAxNy44OTcgMTcuNjI1N0MxOCAxOC4wMDg2IDE4IDE4LjQyMTggMTggMTkuMjQ4MlYyMk00IDJIMjBNNCAyMkgyMCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJzZXR1cC1pY29uIj4NCiAgICA8cGF0aCBkPSJNNSAyMUw1IDE1TTUgMTVDNi4xMDQ1NyAxNSA3IDE0LjEwNDYgNyAxM0M3IDExLjg5NTQgNi4xMDQ1NyAxMSA1IDExQzMuODk1NDMgMTEgMyAxMS44OTU0IDMgMTNDMyAxNC4xMDQ2IDMuODk1NDMgMTUgNSAxNVpNNSA3VjNNMTIgMjFWMTVNMTIgN1YzTTEyIDdDMTAuODk1NCA3IDEwIDcuODk1NDMgMTAgOUMxMCAxMC4xMDQ2IDEwLjg5NTQgMTEgMTIgMTFDMTMuMTA0NiAxMSAxNCAxMC4xMDQ2IDE0IDlDMTQgNy44OTU0MyAxMy4xMDQ2IDcgMTIgN1pNMTkgMjFWMTdNMTkgMTdDMjAuMTA0NiAxNyAyMSAxNi4xMDQ2IDIxIDE1QzIxIDEzLjg5NTQgMjAuMTA0NiAxMyAxOSAxM0MxNy44OTU0IDEzIDE3IDEzLjg5NTQgMTcgMTVDMTcgMTYuMTA0NiAxNy44OTU0IDE3IDE5IDE3Wk0xOSA5VjMiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iZGF0YS1tb2RlbC1pY29uIj4NCiAgICA8cGF0aCBkPSJNNCAxOFYxNy44QzQgMTYuMTE5OCA0IDE1LjI3OTggNC4zMjY5OCAxNC42MzhDNC42MTQ2IDE0LjA3MzUgNS4wNzM1NCAxMy42MTQ2IDUuNjM4MDMgMTMuMzI3QzYuMjc5NzYgMTMgNy4xMTk4NCAxMyA4LjggMTNIMTUuMkMxNi44ODAyIDEzIDE3LjcyMDIgMTMgMTguMzYyIDEzLjMyN0MxOC45MjY1IDEzLjYxNDYgMTkuMzg1NCAxNC4wNzM1IDE5LjY3MyAxNC42MzhDMjAgMTUuMjc5OCAyMCAxNi4xMTk4IDIwIDE3LjhWMThNNCAxOEMyLjg5NTQzIDE4IDIgMTguODk1NCAyIDIwQzIgMjEuMTA0NiAyLjg5NTQzIDIyIDQgMjJDNS4xMDQ1NyAyMiA2IDIxLjEwNDYgNiAyMEM2IDE4Ljg5NTQgNS4xMDQ1NyAxOCA0IDE4Wk0yMCAxOEMxOC44OTU0IDE4IDE4IDE4Ljg5NTQgMTggMjBDMTggMjEuMTA0NiAxOC44OTU0IDIyIDIwIDIyQzIxLjEwNDYgMjIgMjIgMjEuMTA0NiAyMiAyMEMyMiAxOC44OTU0IDIxLjEwNDYgMTggMjAgMThaTTEyIDE4QzEwLjg5NTQgMTggMTAgMTguODk1NCAxMCAyMEMxMCAyMS4xMDQ2IDEwLjg5NTQgMjIgMTIgMjJDMTMuMTA0NiAyMiAxNCAyMS4xMDQ2IDE0IDIwQzE0IDE4Ljg5NTQgMTMuMTA0NiAxOCAxMiAxOFpNMTIgMThWOE02IDhIMThDMTguOTMxOSA4IDE5LjM5NzggOCAxOS43NjU0IDcuODQ3NzZDMjAuMjU1NCA3LjY0NDc3IDIwLjY0NDggNy4yNTU0MiAyMC44NDc4IDYuNzY1MzdDMjEgNi4zOTc4MiAyMSA1LjkzMTg4IDIxIDVDMjEgNC4wNjgxMiAyMSAzLjYwMjE4IDIwLjg0NzggMy4yMzQ2M0MyMC42NDQ4IDIuNzQ0NTggMjAuMjU1NCAyLjM1NTIzIDE5Ljc2NTQgMi4xNTIyNEMxOS4zOTc4IDIgMTguOTMxOSAyIDE4IDJINkM1LjA2ODEyIDIgNC42MDIxOCAyIDQuMjM0NjMgMi4xNTIyNEMzLjc0NDU4IDIuMzU1MjMgMy4zNTUyMyAyLjc0NDU4IDMuMTUyMjQgMy4yMzQ2M0MzIDMuNjAyMTggMyA0LjA2ODEyIDMgNUMzIDUuOTMxODggMyA2LjM5NzgyIDMuMTUyMjQgNi43NjUzN0MzLjM1NTIzIDcuMjU1NDIgMy43NDQ1OCA3LjY0NDc3IDQuMjM0NjMgNy44NDc3NkM0LjYwMjE4IDggNS4wNjgxMiA4IDYgOFoiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iaW50ZWdyYXRpb24taWNvbiI+DQogICAgPHBhdGggZD0iTTkgMTdIN0M0LjIzODU4IDE3IDIgMTQuNzYxNCAyIDEyQzIgOS4yMzg1OCA0LjIzODU4IDcgNyA3SDlNMTUgMTdIMTdDMTkuNzYxNCAxNyAyMiAxNC43NjE0IDIyIDEyQzIyIDkuMjM4NTggMTkuNzYxNCA3IDE3IDdIMTVNNyAxMkwxNyAxMiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJleHRlcm5hbC1kYXNoYm9hcmQtaWNvbiI+DQogICAgPHBhdGggZD0iTTEyIDNIMTYuMkMxNy44ODAyIDMgMTguNzIwMiAzIDE5LjM2MiAzLjMyNjk4QzE5LjkyNjUgMy42MTQ2IDIwLjM4NTQgNC4wNzM1NCAyMC42NzMgNC42MzgwM0MyMSA1LjI3OTc2IDIxIDYuMTE5ODQgMjEgNy44VjE2LjJDMjEgMTcuODgwMiAyMSAxOC43MjAyIDIwLjY3MyAxOS4zNjJDMjAuMzg1NCAxOS45MjY1IDE5LjkyNjUgMjAuMzg1NCAxOS4zNjIgMjAuNjczQzE4LjcyMDIgMjEgMTcuODgwMiAyMSAxNi4yIDIxSDcuOEM2LjExOTg0IDIxIDUuMjc5NzYgMjEgNC42MzgwMyAyMC42NzNDNC4wNzM1NCAyMC4zODU0IDMuNjE0NiAxOS45MjY1IDMuMzI2OTggMTkuMzYyQzMgMTguNzIwMiAzIDE3Ljg4MDIgMyAxNi4yVjEyTTggMTNWMTdNMTYgMTFWMTdNMTIgN1YxN001IDhWMk0yIDVIOCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJjc3YtaWNvbiI+DQogICAgPHBhdGggZD0iTTIwIDEyLjVWNi44QzIwIDUuMTE5ODQgMjAgNC4yNzk3NiAxOS42NzMgMy42MzgwM0MxOS4zODU0IDMuMDczNTQgMTguOTI2NSAyLjYxNDYgMTguMzYyIDIuMzI2OThDMTcuNzIwMiAyIDE2Ljg4MDIgMiAxNS4yIDJIOC44QzcuMTE5ODQgMiA2LjI3OTc2IDIgNS42MzgwMyAyLjMyNjk4QzUuMDczNTQgMi42MTQ2IDQuNjE0NiAzLjA3MzU0IDQuMzI2OTggMy42MzgwM0M0IDQuMjc5NzYgNCA1LjExOTg0IDQgNi44VjE3LjJDNCAxOC44ODAyIDQgMTkuNzIwMiA0LjMyNjk4IDIwLjM2MkM0LjYxNDYgMjAuOTI2NSA1LjA3MzU0IDIxLjM4NTQgNS42MzgwMyAyMS42NzNDNi4yNzk3NiAyMiA3LjExOTggMjIgOC43OTk4NiAyMkgxMi41TTE0IDExSDhNMTAgMTVIOE0xNiA3SDhNMTUgMTlMMTggMjJNMTggMjJMMjEgMTlNMTggMjJWMTYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iaWZyYW1lLWljb24iPg0KICAgIDxwYXRoIGQ9Ik0yMiA5SDJNMTQgMTcuNUwxNi41IDE1TDE0IDEyLjVNMTAgMTIuNUw3LjUgMTVMMTAgMTcuNU0yIDcuOEwyIDE2LjJDMiAxNy44ODAyIDIgMTguNzIwMiAyLjMyNjk4IDE5LjM2MkMyLjYxNDYgMTkuOTI2NSAzLjA3MzU0IDIwLjM4NTQgMy42MzgwMyAyMC42NzNDNC4yNzk3NiAyMSA1LjExOTg0IDIxIDYuOCAyMUgxNy4yQzE4Ljg4MDIgMjEgMTkuNzIwMiAyMSAyMC4zNjIgMjAuNjczQzIwLjkyNjUgMjAuMzg1NCAyMS4zODU0IDE5LjkyNjUgMjEuNjczIDE5LjM2MkMyMiAxOC43MjAyIDIyIDE3Ljg4MDIgMjIgMTYuMlY3LjhDMjIgNi4xMTk4NCAyMiA1LjI3OTc3IDIxLjY3MyA0LjYzODAzQzIxLjM4NTQgNC4wNzM1NCAyMC45MjY1IDMuNjE0NiAyMC4zNjIgMy4zMjY5OEMxOS43MjAyIDMgMTguODgwMiAzIDE3LjIgM0w2LjggM0M1LjExOTg0IDMgNC4yNzk3NiAzIDMuNjM4MDMgMy4zMjY5OEMzLjA3MzU0IDMuNjE0NiAyLjYxNDYgNC4wNzM1NCAyLjMyNjk4IDQuNjM4MDNDMiA1LjI3OTc2IDIgNi4xMTk4NCAyIDcuOFoiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iZGFzaGJvYXJkLWljb24iPg0KICAgIDxwYXRoIGQ9Ik04IDEzVjE3TTE2IDExVjE3TTEyIDdWMTdNNy44IDIxSDE2LjJDMTcuODgwMiAyMSAxOC43MjAyIDIxIDE5LjM2MiAyMC42NzNDMTkuOTI2NSAyMC4zODU0IDIwLjM4NTQgMTkuOTI2NSAyMC42NzMgMTkuMzYyQzIxIDE4LjcyMDIgMjEgMTcuODgwMiAyMSAxNi4yVjcuOEMyMSA2LjExOTg0IDIxIDUuMjc5NzYgMjAuNjczIDQuNjM4MDNDMjAuMzg1NCA0LjA3MzU0IDE5LjkyNjUgMy42MTQ2IDE5LjM2MiAzLjMyNjk4QzE4LjcyMDIgMyAxNy44ODAyIDMgMTYuMiAzSDcuOEM2LjExOTg0IDMgNS4yNzk3NiAzIDQuNjM4MDMgMy4zMjY5OEM0LjA3MzU0IDMuNjE0NiAzLjYxNDYgNC4wNzM1NCAzLjMyNjk4IDQuNjM4MDNDMyA1LjI3OTc2IDMgNi4xMTk4NCAzIDcuOFYxNi4yQzMgMTcuODgwMiAzIDE4LjcyMDIgMy4zMjY5OCAxOS4zNjJDMy42MTQ2IDE5LjkyNjUgNC4wNzM1NCAyMC4zODU0IDQuNjM4MDMgMjAuNjczQzUuMjc5NzYgMjEgNi4xMTk4NCAyMSA3LjggMjFaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KICA8L3N5bWJvbD4NCiAgPHN5bWJvbCB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaWQ9ImRhdGEtZXhwbG9yYXRpb24taWNvbiI+DQogICAgPHBhdGggZD0iTTIzLjQxMDEgNi44NzU0OUg1LjU5OTk5QzQuNTg5MDUgNi44NzU0OSAzLjc2OTUzIDcuNjk1MDEgMy43Njk1MyA4LjcwNTk0VjIwLjc5NjFDMy43Njk1MyAyMS44MDcgNC41ODkwNSAyMi42MjY2IDUuNTk5OTkgMjIuNjI2NkgyMy40MTAxQzI0LjQyMSAyMi42MjY2IDI1LjI0MDUgMjEuODA3IDI1LjI0MDUgMjAuNzk2MVY4LjcwNTk0QzI1LjI0MDUgNy42OTUwMSAyNC40MjEgNi44NzU0OSAyMy40MTAxIDYuODc1NDlaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik0xNC41IDQuNDcwN1Y2LjgzNjE3IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik0xNC40OTkgNC40MTk5QzE1LjQ0MzQgNC40MTk5IDE2LjIwOSAzLjY1NDMzIDE2LjIwOSAyLjcwOTk1QzE2LjIwOSAxLjc2NTU3IDE1LjQ0MzQgMSAxNC40OTkgMUMxMy41NTQ2IDEgMTIuNzg5MSAxLjc2NTU3IDEyLjc4OTEgMi43MDk5NUMxMi43ODkxIDMuNjU0MzMgMTMuNTU0NiA0LjQxOTkgMTQuNDk5IDQuNDE5OVoiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPHBhdGggZD0iTTI1LjI0NjEgMTEuMzc3OUgyNy4wNjgyQzI3LjU4NDUgMTEuMzc3OSAyOC4wMDMyIDExLjc5NjYgMjguMDAzMiAxMi4zMTI5VjE3LjE4OTNDMjguMDAzMiAxNy43MDU2IDI3LjU4NDUgMTguMTI0MiAyNy4wNjgyIDE4LjEyNDJIMjUuMjUyMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCiAgICA8cGF0aCBkPSJNMy43NTcxMSAxOC4xMjQySDEuOTM0OTdDMS40MTg2NiAxOC4xMjQyIDEgMTcuNzA1NiAxIDE3LjE4OTNWMTIuMzEyOUMxIDExLjc5NjYgMS40MTg2NiAxMS4zNzc5IDEuOTM0OTcgMTEuMzc3OUgzLjc1NzExIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik05LjM2MzI4IDEzLjg1NzJDOS4zNjMyOCAxMi45NDYxIDEwLjEwMTkgMTIuMjA4NSAxMS4wMTE5IDEyLjIwODVDMTEuOTIyIDEyLjIwODUgMTIuNjYwNiAxMi45NDcxIDEyLjY2MDYgMTMuODU3MkMxMi42NjA2IDEzLjkwMzkgMTIuNjU4NSAxMy45NDk2IDEyLjY1NDQgMTMuOTk1MyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCiAgICA8cGF0aCBkPSJNMTYuNTc4MSAxMy44NTcyQzE2LjU3ODEgMTIuOTQ2MSAxNy4zMTY3IDEyLjIwODUgMTguMjI2OCAxMi4yMDg1QzE5LjEzNjggMTIuMjA4NSAxOS44NzU0IDEyLjk0NzEgMTkuODc1NCAxMy44NTcyQzE5Ljg3NTQgMTMuOTAzOSAxOS44NzM0IDEzLjk0OTYgMTkuODY5MiAxMy45OTUzIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik0xOC4wMzA3IDE4LjQwMzhDMTcuMzg0NiAxOC44OTEgMTYuMDI3OCAxOS4yMjU1IDE0LjQ2MDIgMTkuMjI1NUMxMy4wNTc4IDE5LjIyNTUgMTEuODI0NiAxOC45NTc1IDExLjExNzIgMTguNTUyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0icGx1cy1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTIgOFYxNk04IDEySDE2TTcuOCAyMUgxNi4yQzE3Ljg4MDIgMjEgMTguNzIwMiAyMSAxOS4zNjIgMjAuNjczQzE5LjkyNjUgMjAuMzg1NCAyMC4zODU0IDE5LjkyNjUgMjAuNjczIDE5LjM2MkMyMSAxOC43MjAyIDIxIDE3Ljg4MDIgMjEgMTYuMlY3LjhDMjEgNi4xMTk4NCAyMSA1LjI3OTc2IDIwLjY3MyA0LjYzODAzQzIwLjM4NTQgNC4wNzM1NCAxOS45MjY1IDMuNjE0NiAxOS4zNjIgMy4zMjY5OEMxOC43MjAyIDMgMTcuODgwMiAzIDE2LjIgM0g3LjhDNi4xMTk4NCAzIDUuMjc5NzYgMyA0LjYzODAzIDMuMzI2OThDNC4wNzM1NCAzLjYxNDYgMy42MTQ2IDQuMDczNTQgMy4zMjY5OCA0LjYzODAzQzMgNS4yNzk3NiAzIDYuMTE5ODQgMyA3LjhWMTYuMkMzIDE3Ljg4MDIgMyAxOC43MjAyIDMuMzI2OTggMTkuMzYyQzMuNjE0NiAxOS45MjY1IDQuMDczNTQgMjAuMzg1NCA0LjYzODAzIDIwLjY3M0M1LjI3OTc2IDIxIDYuMTE5ODQgMjEgNy44IDIxWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgaWQ9InNxYXVyZS1pY29uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogICAgPHBhdGggZD0ibTcuOCwyMWg4LjRjMS42OCwwLDIuNTIsMCwzLjE2LS4zMy41Ni0uMjksMS4wMi0uNzUsMS4zMS0xLjMxLjMzLS42NC4zMy0xLjQ4LjMzLTMuMTZWNy44YzAtMS42OCwwLTIuNTItLjMzLTMuMTYtLjI5LS41Ni0uNzUtMS4wMi0xLjMxLTEuMzEtLjY0LS4zMy0xLjQ4LS4zMy0zLjE2LS4zM0g3LjhjLTEuNjgsMC0yLjUyLDAtMy4xNi4zMy0uNTYuMjktMS4wMi43NS0xLjMxLDEuMzEtLjMzLjY0LS4zMywxLjQ4LS4zMywzLjE2djguNGMwLDEuNjgsMCwyLjUyLjMzLDMuMTYuMjkuNTYuNzUsMS4wMiwxLjMxLDEuMzEuNjQuMzMsMS40OC4zMywzLjE2LjMzWiI+PC9wYXRoPg0KICA8L3N5bWJvbD4NCiAgPHN5bWJvbCBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9ImNsb25lLWljb24iPg0KICAgIDxwYXRoIGQ9Ik0xMC41IDIuMDAyOEM5LjgyNDk1IDIuMDExOTQgOS40MTk3IDIuMDUxMDMgOS4wOTIwMiAyLjIxNzk5QzguNzE1NjkgMi40MDk3MyA4LjQwOTczIDIuNzE1NjkgOC4yMTc5OSAzLjA5MjAyQzguMDUxMDMgMy40MTk3IDguMDExOTQgMy44MjQ5NSA4LjAwMjggNC41TTE5LjUgMi4wMDI4QzIwLjE3NTEgMi4wMTE5NCAyMC41ODAzIDIuMDUxMDMgMjAuOTA4IDIuMjE3OTlDMjEuMjg0MyAyLjQwOTczIDIxLjU5MDMgMi43MTU2OSAyMS43ODIgMy4wOTIwMkMyMS45NDkgMy40MTk3IDIxLjk4ODEgMy44MjQ5NCAyMS45OTcyIDQuNDk5OTlNMjEuOTk3MiAxMy41QzIxLjk4ODEgMTQuMTc1IDIxLjk0OSAxNC41ODAzIDIxLjc4MiAxNC45MDhDMjEuNTkwMyAxNS4yODQzIDIxLjI4NDMgMTUuNTkwMyAyMC45MDggMTUuNzgyQzIwLjU4MDMgMTUuOTQ5IDIwLjE3NTEgMTUuOTg4MSAxOS41IDE1Ljk5NzJNMjIgNy45OTk5OVY5Ljk5OTk5TTE0LjAwMDEgMkgxNk01LjIgMjJIMTIuOEMxMy45MjAxIDIyIDE0LjQ4MDIgMjIgMTQuOTA4IDIxLjc4MkMxNS4yODQzIDIxLjU5MDMgMTUuNTkwMyAyMS4yODQzIDE1Ljc4MiAyMC45MDhDMTYgMjAuNDgwMiAxNiAxOS45MjAxIDE2IDE4LjhWMTEuMkMxNiAxMC4wNzk5IDE2IDkuNTE5ODQgMTUuNzgyIDkuMDkyMDJDMTUuNTkwMyA4LjcxNTY5IDE1LjI4NDMgOC40MDk3MyAxNC45MDggOC4yMTc5OUMxNC40ODAyIDggMTMuOTIwMSA4IDEyLjggOEg1LjJDNC4wNzk5IDggMy41MTk4NCA4IDMuMDkyMDIgOC4yMTc5OUMyLjcxNTY5IDguNDA5NzMgMi40MDk3MyA4LjcxNTY5IDIuMjE3OTkgOS4wOTIwMkMyIDkuNTE5ODQgMiAxMC4wNzk5IDIgMTEuMlYxOC44QzIgMTkuOTIwMSAyIDIwLjQ4MDIgMi4yMTc5OSAyMC45MDhDMi40MDk3MyAyMS4yODQzIDIuNzE1NjkgMjEuNTkwMyAzLjA5MjAyIDIxLjc4MkMzLjUxOTg0IDIyIDQuMDc5ODkgMjIgNS4yIDIyWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJjbG9zZS1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTggNkw2IDE4TTYgNkwxOCAxOCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJkb3VibGUtYXJyb3ctbGVmdC1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTggMTdMMTMgMTJMMTggN00xMSAxN0w2IDEyTDExIDciIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iZG91YmxlLWFycm93LXJpZ2h0LWljb24iPg0KICAgIDxwYXRoIGQ9Ik02IDE3TDExIDEyTDYgN00xMyAxN0wxOCAxMkwxMyA3IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KICA8L3N5bWJvbD4NCiAgPHN5bWJvbCBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9Im1ldHJpYy1zdG9yZS1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTQgMTFIOE0xMCAxNUg4TTE2IDdIOE0yMCAxMC41VjYuOEMyMCA1LjExOTg0IDIwIDQuMjc5NzYgMTkuNjczIDMuNjM4MDNDMTkuMzg1NCAzLjA3MzU0IDE4LjkyNjUgMi42MTQ2IDE4LjM2MiAyLjMyNjk4QzE3LjcyMDIgMiAxNi44ODAyIDIgMTUuMiAySDguOEM3LjExOTg0IDIgNi4yNzk3NiAyIDUuNjM4MDMgMi4zMjY5OEM1LjA3MzU0IDIuNjE0NiA0LjYxNDYgMy4wNzM1NCA0LjMyNjk4IDMuNjM4MDNDNCA0LjI3OTc2IDQgNS4xMTk4NCA0IDYuOFYxNy4yQzQgMTguODgwMiA0IDE5LjcyMDIgNC4zMjY5OCAyMC4zNjJDNC42MTQ2IDIwLjkyNjUgNS4wNzM1NCAyMS4zODU0IDUuNjM4MDMgMjEuNjczQzYuMjc5NzYgMjIgNy4xMTk4NCAyMiA4LjggMjJIMTEuNU0yMiAyMkwyMC41IDIwLjVNMjEuNSAxOEMyMS41IDE5LjkzMyAxOS45MzMgMjEuNSAxOCAyMS41QzE2LjA2NyAyMS41IDE0LjUgMTkuOTMzIDE0LjUgMThDMTQuNSAxNi4wNjcgMTYuMDY3IDE0LjUgMTggMTQuNUMxOS45MzMgMTQuNSAyMS41IDE2LjA2NyAyMS41IDE4WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJyZXNldC1pY29uIj4NCiAgICA8cGF0aCBkPSJNMiAxMEMyIDEwIDIuMTIxMzIgOS4xNTA3NiA1LjYzNjA0IDUuNjM2MDRDOS4xNTA3NiAyLjEyMTMyIDE0Ljg0OTIgMi4xMjEzMiAxOC4zNjQgNS42MzYwNEMxOS42MDkyIDYuODgxMzEgMjAuNDEzMyA4LjQwMDcyIDIwLjc3NjIgMTBNMiAxMFY0TTIgMTBIOE0yMiAxNEMyMiAxNCAyMS44Nzg3IDE0Ljg0OTIgMTguMzY0IDE4LjM2NEMxNC44NDkyIDIxLjg3ODcgOS4xNTA3NiAyMS44Nzg3IDUuNjM2MDQgMTguMzY0QzQuMzkwNzYgMTcuMTE4NyAzLjU4NjY5IDE1LjU5OTMgMy4yMjM4MyAxNE0yMiAxNFYyME0yMiAxNEgxNiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgaWQ9InRhYmxlLXRhYi1pY29uIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTE3IDFIM0MxLjg5NTQzIDEgMSAxLjg5NTQzIDEgM1YxN0MxIDE4LjEwNDYgMS44OTU0MyAxOSAzIDE5SDE3QzE4LjEwNDYgMTkgMTkgMTguMTA0NiAxOSAxN1YzQzE5IDEuODk1NDMgMTguMTA0NiAxIDE3IDFaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik0xIDdIMTkiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPHBhdGggZD0iTTQgMTBINiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCiAgICA8cGF0aCBkPSJNNCAxM0g2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik00IDE2SDYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPHBhdGggZD0iTTkgMTBIMTEiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPHBhdGggZD0iTTkgMTNIMTEiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPHBhdGggZD0iTTkgMTZIMTEiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogICAgPHBhdGggZD0iTTE0IDEwSDE2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDxwYXRoIGQ9Ik0xNCAxM0gxNiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCiAgICA8cGF0aCBkPSJNMTQgMTZIMTYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0icGxheS1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTIgMjJDMTcuNTIyOCAyMiAyMiAxNy41MjI4IDIyIDEyQzIyIDYuNDc3MTUgMTcuNTIyOCAyIDEyIDJDNi40NzcxNSAyIDIgNi40NzcxNSAyIDEyQzIgMTcuNTIyOCA2LjQ3NzE1IDIyIDEyIDIyWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNOS41IDguOTY1MzNDOS41IDguNDg4MDUgOS41IDguMjQ5NDEgOS41OTk3NCA4LjExNjE4QzkuNjg2NjYgOC4wMDAwNyA5LjgxOTcxIDcuOTI3NDQgOS45NjQzOCA3LjkxNzFDMTAuMTMwNCA3LjkwNTI1IDEwLjMzMTEgOC4wMzQyOSAxMC43MzI2IDguMjkyMzlMMTUuNDUzMiAxMS4zMjcxQzE1LjgwMTYgMTEuNTUxIDE1Ljk3NTggMTEuNjYzIDE2LjAzNTkgMTEuODA1NEMxNi4wODg1IDExLjkyOTggMTYuMDg4NSAxMi4wNzAyIDE2LjAzNTkgMTIuMTk0NkMxNS45NzU4IDEyLjMzNyAxNS44MDE2IDEyLjQ0OSAxNS40NTMyIDEyLjY3MjlMMTAuNzMyNiAxNS43MDc2QzEwLjMzMTEgMTUuOTY1NyAxMC4xMzA0IDE2LjA5NDggOS45NjQzOCAxNi4wODI5QzkuODE5NzEgMTYuMDcyNiA5LjY4NjY2IDE1Ljk5OTkgOS41OTk3NCAxNS44ODM4QzkuNSAxNS43NTA2IDkuNSAxNS41MTIgOS41IDE1LjAzNDdWOC45NjUzM1oiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0idGljay1pY29uIj4NCiAgICA8cGF0aCBkPSJNMjAgNkw5IDE3TDQgMTIiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0idGV4dC1pY29uIj4NCiAgICA8cGF0aCBkPSJNNCA3QzQgNi4wNjgxMiA0IDUuNjAyMTggNC4xNTIyNCA1LjIzNDYzQzQuMzU1MjMgNC43NDQ1OCA0Ljc0NDU4IDQuMzU1MjMgNS4yMzQ2MyA0LjE1MjI0QzUuNjAyMTggNCA2LjA2ODEyIDQgNyA0SDE3QzE3LjkzMTkgNCAxOC4zOTc4IDQgMTguNzY1NCA0LjE1MjI0QzE5LjI1NTQgNC4zNTUyMyAxOS42NDQ4IDQuNzQ0NTggMTkuODQ3OCA1LjIzNDYzQzIwIDUuNjAyMTggMjAgNi4wNjgxMiAyMCA3TTkgMjBIMTVNMTIgNFYyMCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJ0aW1lLWljb24iPg0KICAgIDxwYXRoIGQ9Ik0xMiA2VjEyTDE2IDE0TTIyIDEyQzIyIDE3LjUyMjggMTcuNTIyOCAyMiAxMiAyMkM2LjQ3NzE1IDIyIDIgMTcuNTIyOCAyIDEyQzIgNi40NzcxNSA2LjQ3NzE1IDIgMTIgMkMxNy41MjI4IDIgMjIgNi40NzcxNSAyMiAxMloiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0idW5rbm93bi1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTAgOC4wMDIyNEMxMC4xNzYyIDcuNTAxMzYgMTAuNTI0IDcuMDc5MDEgMTAuOTgxNyA2LjgwOTk4QzExLjQzOTUgNi41NDA5NSAxMS45Nzc3IDYuNDQyNiAxMi41MDEgNi41MzIzN0MxMy4wMjQzIDYuNjIyMTMgMTMuNDk5IDYuODk0MjEgMTMuODQwOSA3LjMwMDQxQzE0LjE4MjkgNy43MDY2MSAxNC4zNyA4LjIyMDcyIDE0LjM2OTIgOC43NTE2OEMxNC4zNjkyIDEwLjI1MDYgMTIuMTIwOSAxMSAxMi4xMjA5IDExTTEyLjE0OTkgMTRIMTIuMTU5OU03IDE4VjIwLjMzNTVDNyAyMC44Njg0IDcgMjEuMTM0OCA3LjEwOTIzIDIxLjI3MTZDNy4yMDQyMiAyMS4zOTA2IDcuMzQ4MjcgMjEuNDU5OSA3LjUwMDU0IDIxLjQ1OTdDNy42NzU2MyAyMS40NTk1IDcuODgzNjcgMjEuMjkzMSA4LjI5OTc2IDIwLjk2MDJMMTAuNjg1MiAxOS4wNTE4QzExLjE3MjUgMTguNjYyIDExLjQxNjIgMTguNDY3MSAxMS42ODc1IDE4LjMyODVDMTEuOTI4MiAxOC4yMDU1IDEyLjE4NDQgMTguMTE1NiAxMi40NDkyIDE4LjA2MTNDMTIuNzQ3NyAxOCAxMy4wNTk3IDE4IDEzLjY4MzcgMThIMTYuMkMxNy44ODAyIDE4IDE4LjcyMDIgMTggMTkuMzYyIDE3LjY3M0MxOS45MjY1IDE3LjM4NTQgMjAuMzg1NCAxNi45MjY1IDIwLjY3MyAxNi4zNjJDMjEgMTUuNzIwMiAyMSAxNC44ODAyIDIxIDEzLjJWNy44QzIxIDYuMTE5ODQgMjEgNS4yNzk3NiAyMC42NzMgNC42MzgwM0MyMC4zODU0IDQuMDczNTQgMTkuOTI2NSAzLjYxNDYgMTkuMzYyIDMuMzI2OThDMTguNzIwMiAzIDE3Ljg4MDIgMyAxNi4yIDNINy44QzYuMTE5ODQgMyA1LjI3OTc2IDMgNC42MzgwMyAzLjMyNjk4QzQuMDczNTQgMy42MTQ2IDMuNjE0NiA0LjA3MzU0IDMuMzI2OTggNC42MzgwM0MzIDUuMjc5NzYgMyA2LjExOTg0IDMgNy44VjE0QzMgMTQuOTMgMyAxNS4zOTUgMy4xMDIyMiAxNS43NzY1QzMuMzc5NjIgMTYuODExNyA0LjE4ODI3IDE3LjYyMDQgNS4yMjM1NCAxNy44OTc4QzUuNjA1MDQgMTggNi4wNzAwMyAxOCA3IDE4WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJhcnJheS1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTIgNkMxMi41NTIzIDYgMTMgNS41NTIyOCAxMyA1QzEzIDQuNDQ3NzIgMTIuNTUyMyA0IDEyIDRDMTEuNDQ3NyA0IDExIDQuNDQ3NzIgMTEgNUMxMSA1LjU1MjI4IDExLjQ0NzcgNiAxMiA2WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMTIgMTNDMTIuNTUyMyAxMyAxMyAxMi41NTIzIDEzIDEyQzEzIDExLjQ0NzcgMTIuNTUyMyAxMSAxMiAxMUMxMS40NDc3IDExIDExIDExLjQ0NzcgMTEgMTJDMTEgMTIuNTUyMyAxMS40NDc3IDEzIDEyIDEzWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMTIgMjBDMTIuNTUyMyAyMCAxMyAxOS41NTIzIDEzIDE5QzEzIDE4LjQ0NzcgMTIuNTUyMyAxOCAxMiAxOEMxMS40NDc3IDE4IDExIDE4LjQ0NzcgMTEgMTlDMTEgMTkuNTUyMyAxMS40NDc3IDIwIDEyIDIwWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMTkgNkMxOS41NTIzIDYgMjAgNS41NTIyOCAyMCA1QzIwIDQuNDQ3NzIgMTkuNTUyMyA0IDE5IDRDMTguNDQ3NyA0IDE4IDQuNDQ3NzIgMTggNUMxOCA1LjU1MjI4IDE4LjQ0NzcgNiAxOSA2WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMTkgMTNDMTkuNTUyMyAxMyAyMCAxMi41NTIzIDIwIDEyQzIwIDExLjQ0NzcgMTkuNTUyMyAxMSAxOSAxMUMxOC40NDc3IDExIDE4IDExLjQ0NzcgMTggMTJDMTggMTIuNTUyMyAxOC40NDc3IDEzIDE5IDEzWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNMTkgMjBDMTkuNTUyMyAyMCAyMCAxOS41NTIzIDIwIDE5QzIwIDE4LjQ0NzcgMTkuNTUyMyAxOCAxOSAxOEMxOC40NDc3IDE4IDE4IDE4LjQ0NzcgMTggMTlDMTggMTkuNTUyMyAxOC40NDc3IDIwIDE5IDIwWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNNSA2QzUuNTUyMjggNiA2IDUuNTUyMjggNiA1QzYgNC40NDc3MiA1LjU1MjI4IDQgNSA0QzQuNDQ3NzIgNCA0IDQuNDQ3NzIgNCA1QzQgNS41NTIyOCA0LjQ0NzcyIDYgNSA2WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNNSAxM0M1LjU1MjI4IDEzIDYgMTIuNTUyMyA2IDEyQzYgMTEuNDQ3NyA1LjU1MjI4IDExIDUgMTFDNC40NDc3MiAxMSA0IDExLjQ0NzcgNCAxMkM0IDEyLjU1MjMgNC40NDc3MiAxMyA1IDEzWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgICA8cGF0aCBkPSJNNSAyMEM1LjU1MjI4IDIwIDYgMTkuNTUyMyA2IDE5QzYgMTguNDQ3NyA1LjU1MjI4IDE4IDUgMThDNC40NDc3MiAxOCA0IDE4LjQ0NzcgNCAxOUM0IDE5LjU1MjMgNC40NDc3MiAyMCA1IDIwWiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJkYXRlLWljb24iPg0KICAgIDxwYXRoIGQ9Ik0yMSAxMEgzTTE2IDJWNk04IDJWNk03LjggMjJIMTYuMkMxNy44ODAyIDIyIDE4LjcyMDIgMjIgMTkuMzYyIDIxLjY3M0MxOS45MjY1IDIxLjM4NTQgMjAuMzg1NCAyMC45MjY1IDIwLjY3MyAyMC4zNjJDMjEgMTkuNzIwMiAyMSAxOC44ODAyIDIxIDE3LjJWOC44QzIxIDcuMTE5ODQgMjEgNi4yNzk3NiAyMC42NzMgNS42MzgwM0MyMC4zODU0IDUuMDczNTQgMTkuOTI2NSA0LjYxNDYgMTkuMzYyIDQuMzI2OThDMTguNzIwMiA0IDE3Ljg4MDIgNCAxNi4yIDRINy44QzYuMTE5ODQgNCA1LjI3OTc2IDQgNC42MzgwMyA0LjMyNjk4QzQuMDczNTQgNC42MTQ2IDMuNjE0NiA1LjA3MzU0IDMuMzI2OTggNS42MzgwM0MzIDYuMjc5NzYgMyA3LjExOTg0IDMgOC44VjE3LjJDMyAxOC44ODAyIDMgMTkuNzIwMiAzLjMyNjk4IDIwLjM2MkMzLjYxNDYgMjAuOTI2NSA0LjA3MzU0IDIxLjM4NTQgNC42MzgwMyAyMS42NzNDNS4yNzk3NiAyMiA2LjExOTg0IDIyIDcuOCAyMloiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0iYm9vbGVhbi1pY29uIj4NCiAgICA8cGF0aCBkPSJNMTUuMDUwNSA5SDUuNUM0LjExOTI5IDkgMyA3Ljg4MDcxIDMgNi41QzMgNS4xMTkyOSA0LjExOTI5IDQgNS41IDRIMTUuMDUwNU04Ljk0OTQ5IDIwSDE4LjVDMTkuODgwNyAyMCAyMSAxOC44ODA3IDIxIDE3LjVDMjEgMTYuMTE5MyAxOS44ODA3IDE1IDE4LjUgMTVIOC45NDk0OU0zIDE3LjVDMyAxOS40MzMgNC41NjcgMjEgNi41IDIxQzguNDMzIDIxIDEwIDE5LjQzMyAxMCAxNy41QzEwIDE1LjU2NyA4LjQzMyAxNCA2LjUgMTRDNC41NjcgMTQgMyAxNS41NjcgMyAxNy41Wk0yMSA2LjVDMjEgOC40MzMgMTkuNDMzIDEwIDE3LjUgMTBDMTUuNTY3IDEwIDE0IDguNDMzIDE0IDYuNUMxNCA0LjU2NyAxNS41NjcgMyAxNy41IDNDMTkuNDMzIDMgMjEgNC41NjcgMjEgNi41WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJpZC1pY29uIj4NCiAgICA8cGF0aCBkPSJNOS40OTk5OSAzTDYuNDk5OTkgMjFNMTcuNSAzTDE0LjUgMjFNMjAuNSA4SDMuNU0xOS41IDE2SDIuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQogIDxzeW1ib2wgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGlkPSJudW1iZXItaWNvbiI+DQogICAgPHBhdGggZD0iTTE5LjkwNjEgMjFDMjEuMjQ2NCAxOC4yODg4IDIyIDE1LjIzMjkgMjIgMTJDMjIgOC43NjcxMSAyMS4yNDY0IDUuNzExMTYgMTkuOTA2MSAzTTQuMDkzOTMgM0MyLjc1MzYzIDUuNzExMTYgMiA4Ljc2NzExIDIgMTJDMiAxNS4yMzI5IDIuNzUzNjMgMTguMjg4OCA0LjA5MzkzIDIxTTE2LjU0ODYgOC42MjVIMTYuNDU5QzE1LjgwNTYgOC42MjUgMTUuMTg0OCA4LjkxMjAyIDE0Ljc1OTYgOS40MTA3Mkw5LjM4NDcxIDE1LjcxNDNDOC45NTk0OCAxNi4yMTMgOC4zMzg3MSAxNi41IDcuNjg1MyAxNi41SDcuNTk1NjNNOC43MTQ4MyA4LjYyNUgxMC4xMDg5QzEwLjYwODYgOC42MjUgMTEuMDQ3NyA4Ljk1Nzk3IDExLjE4NSA5LjQ0MDk0TDEyLjk1OTQgMTUuNjg0MUMxMy4wOTY3IDE2LjE2NyAxMy41MzU4IDE2LjUgMTQuMDM1NSAxNi41SDE1LjQyOTYiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+DQogIDwvc3ltYm9sPg0KICA8c3ltYm9sIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI0IDI0IiBpZD0ib2JqZWN0LWljb24iPg0KICAgIDxwYXRoIGQ9Ik0xNyAxN0wyMiAxMkwxNyA3TTcgN0wyIDEyTDcgMTdNMTQgM0wxMCAyMSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4NCiAgPC9zeW1ib2w+DQo8L3N2Zz4=";
|
|
6235
6203
|
const icons = "_icons_1u812_1";
|
|
6236
|
-
var styles$
|
|
6204
|
+
var styles$y = {
|
|
6237
6205
|
icons
|
|
6238
6206
|
};
|
|
6239
6207
|
const Icons = ({
|
|
@@ -6241,7 +6209,7 @@ const Icons = ({
|
|
|
6241
6209
|
className
|
|
6242
6210
|
}) => {
|
|
6243
6211
|
return /* @__PURE__ */ jsx("svg", {
|
|
6244
|
-
className: className != null ? className : styles$
|
|
6212
|
+
className: className != null ? className : styles$y.icons,
|
|
6245
6213
|
children: /* @__PURE__ */ jsx("use", {
|
|
6246
6214
|
href: `${icons$1}#${name}`
|
|
6247
6215
|
})
|
|
@@ -6286,7 +6254,7 @@ const DataType = ({
|
|
|
6286
6254
|
});
|
|
6287
6255
|
};
|
|
6288
6256
|
const error$3 = "_error_1csa7_1";
|
|
6289
|
-
var styles$
|
|
6257
|
+
var styles$x = {
|
|
6290
6258
|
error: error$3
|
|
6291
6259
|
};
|
|
6292
6260
|
const Error$1 = ({
|
|
@@ -6295,13 +6263,13 @@ const Error$1 = ({
|
|
|
6295
6263
|
return /* @__PURE__ */ jsx(Text, {
|
|
6296
6264
|
variant: "p",
|
|
6297
6265
|
styleClass: "custom",
|
|
6298
|
-
className: styles$
|
|
6266
|
+
className: styles$x.error,
|
|
6299
6267
|
children: message
|
|
6300
6268
|
});
|
|
6301
6269
|
};
|
|
6302
6270
|
const container$e = "_container_7vfcn_1";
|
|
6303
6271
|
const windowIcon = "_windowIcon_7vfcn_7";
|
|
6304
|
-
var styles$
|
|
6272
|
+
var styles$w = {
|
|
6305
6273
|
container: container$e,
|
|
6306
6274
|
windowIcon
|
|
6307
6275
|
};
|
|
@@ -6326,9 +6294,9 @@ const iconoirErrorWindow = (props) => /* @__PURE__ */ jsx("svg", {
|
|
|
6326
6294
|
const ErrorFallback = () => {
|
|
6327
6295
|
return /* @__PURE__ */ jsxs("div", {
|
|
6328
6296
|
role: "alert",
|
|
6329
|
-
className: styles$
|
|
6297
|
+
className: styles$w.container,
|
|
6330
6298
|
children: [/* @__PURE__ */ jsx(iconoirErrorWindow, {
|
|
6331
|
-
className: styles$
|
|
6299
|
+
className: styles$w.windowIcon
|
|
6332
6300
|
}), /* @__PURE__ */ jsx(Text, {
|
|
6333
6301
|
variant: "p",
|
|
6334
6302
|
styleClass: "font-20",
|
|
@@ -6349,7 +6317,7 @@ const fieldLabel = "_fieldLabel_qtwuf_19";
|
|
|
6349
6317
|
const save = "_save_qtwuf_25";
|
|
6350
6318
|
const cancel = "_cancel_qtwuf_31";
|
|
6351
6319
|
const error$2 = "_error_qtwuf_37";
|
|
6352
|
-
var styles$
|
|
6320
|
+
var styles$v = {
|
|
6353
6321
|
form: form$2,
|
|
6354
6322
|
container: container$d,
|
|
6355
6323
|
field,
|
|
@@ -6365,7 +6333,7 @@ const input$2 = "_input_wdxiv_13";
|
|
|
6365
6333
|
const floatingInput = "_floatingInput_wdxiv_31";
|
|
6366
6334
|
const checkboxField = "_checkboxField_wdxiv_37";
|
|
6367
6335
|
const inputWrapper$1 = "_inputWrapper_wdxiv_43";
|
|
6368
|
-
var styles$
|
|
6336
|
+
var styles$u = {
|
|
6369
6337
|
label: label$6,
|
|
6370
6338
|
floatingLabel: floatingLabel$1,
|
|
6371
6339
|
"inputField-container": "_inputField-container_wdxiv_13",
|
|
@@ -6390,7 +6358,7 @@ const InputField = ({
|
|
|
6390
6358
|
...rest
|
|
6391
6359
|
}) => {
|
|
6392
6360
|
return ["checkbox", "radio"].includes(type3) ? /* @__PURE__ */ jsxs("div", {
|
|
6393
|
-
className: `${styles$
|
|
6361
|
+
className: `${styles$u.checkboxField} ${className != null ? className : ""}`,
|
|
6394
6362
|
children: [/* @__PURE__ */ jsx("input", {
|
|
6395
6363
|
...rest,
|
|
6396
6364
|
type: type3,
|
|
@@ -6400,22 +6368,22 @@ const InputField = ({
|
|
|
6400
6368
|
disabled: isDisabled
|
|
6401
6369
|
}), label2 ? /* @__PURE__ */ jsxs("label", {
|
|
6402
6370
|
htmlFor: id2,
|
|
6403
|
-
className: `${styles$
|
|
6371
|
+
className: `${styles$u.checkboxLabel} ${labelClass}`,
|
|
6404
6372
|
children: [icon2, " ", label2]
|
|
6405
6373
|
}) : null]
|
|
6406
6374
|
}) : /* @__PURE__ */ jsxs("div", {
|
|
6407
|
-
className: `${styles$
|
|
6375
|
+
className: `${styles$u["inputField-container"]} ${className != null ? className : ""}`,
|
|
6408
6376
|
children: [label2 ? /* @__PURE__ */ jsx("label", {
|
|
6409
6377
|
htmlFor: id2,
|
|
6410
|
-
className: `${styles$
|
|
6378
|
+
className: `${styles$u.label} ${labelVariant === "floating" ? styles$u.floatingLabel : ""} ${labelClass}`,
|
|
6411
6379
|
children: label2
|
|
6412
6380
|
}) : null, /* @__PURE__ */ jsxs("div", {
|
|
6413
|
-
className: styles$
|
|
6381
|
+
className: styles$u.inputWrapper,
|
|
6414
6382
|
children: [/* @__PURE__ */ jsx("input", {
|
|
6415
6383
|
...rest,
|
|
6416
6384
|
id: id2,
|
|
6417
6385
|
type: type3,
|
|
6418
|
-
className: `${styles$
|
|
6386
|
+
className: `${styles$u.input} ${labelVariant === "floating" ? styles$u.floatingInput : ""} ${inputClass}`,
|
|
6419
6387
|
...register2,
|
|
6420
6388
|
disabled: isDisabled
|
|
6421
6389
|
}), icon2]
|
|
@@ -6427,7 +6395,7 @@ const InputField = ({
|
|
|
6427
6395
|
const label$5 = "_label_1vo1x_1";
|
|
6428
6396
|
const textarea = "_textarea_1vo1x_9";
|
|
6429
6397
|
const resizable = "_resizable_1vo1x_17";
|
|
6430
|
-
var styles$
|
|
6398
|
+
var styles$t = {
|
|
6431
6399
|
label: label$5,
|
|
6432
6400
|
textarea,
|
|
6433
6401
|
resizable
|
|
@@ -6451,7 +6419,7 @@ const TextAreaField = ({
|
|
|
6451
6419
|
className,
|
|
6452
6420
|
children: [/* @__PURE__ */ jsx("label", {
|
|
6453
6421
|
htmlFor: id2,
|
|
6454
|
-
className: styles$
|
|
6422
|
+
className: styles$t.label,
|
|
6455
6423
|
children: label2
|
|
6456
6424
|
}), /* @__PURE__ */ jsx("textarea", {
|
|
6457
6425
|
id: id2,
|
|
@@ -6459,7 +6427,7 @@ const TextAreaField = ({
|
|
|
6459
6427
|
rows,
|
|
6460
6428
|
cols,
|
|
6461
6429
|
placeholder,
|
|
6462
|
-
className: classnames(styles$
|
|
6430
|
+
className: classnames(styles$t.textarea, `${resizable2 ? null : styles$t.resizable}`),
|
|
6463
6431
|
defaultValue: defaultValue2,
|
|
6464
6432
|
...register2,
|
|
6465
6433
|
value,
|
|
@@ -6478,7 +6446,7 @@ const notenabled = "_notenabled_13otg_59";
|
|
|
6478
6446
|
const label$4 = "_label_13otg_75";
|
|
6479
6447
|
const labelActive = "_labelActive_13otg_83";
|
|
6480
6448
|
const labelInactive = "_labelInactive_13otg_91";
|
|
6481
|
-
var styles$
|
|
6449
|
+
var styles$s = {
|
|
6482
6450
|
group: group$1,
|
|
6483
6451
|
button: button$5,
|
|
6484
6452
|
checkbox,
|
|
@@ -6499,7 +6467,7 @@ const ToggleButton = ({
|
|
|
6499
6467
|
defaultEnabled
|
|
6500
6468
|
}) => {
|
|
6501
6469
|
return /* @__PURE__ */ jsxs("div", {
|
|
6502
|
-
className: `${styles$
|
|
6470
|
+
className: `${styles$s.group} ${className}`,
|
|
6503
6471
|
children: [label2 ? /* @__PURE__ */ jsx(Text, {
|
|
6504
6472
|
styleClass: "font-14",
|
|
6505
6473
|
variant: "p",
|
|
@@ -6512,16 +6480,16 @@ const ToggleButton = ({
|
|
|
6512
6480
|
onChange: ({
|
|
6513
6481
|
target
|
|
6514
6482
|
}) => onChange == null ? void 0 : onChange(target.checked),
|
|
6515
|
-
className: styles$
|
|
6483
|
+
className: styles$s.checkbox
|
|
6516
6484
|
}), /* @__PURE__ */ jsxs("label", {
|
|
6517
6485
|
htmlFor: "toggle",
|
|
6518
|
-
className: styles$
|
|
6486
|
+
className: styles$s.button,
|
|
6519
6487
|
children: [/* @__PURE__ */ jsx("span", {
|
|
6520
|
-
className: `${styles$
|
|
6488
|
+
className: `${styles$s.switch} ${enabled2 ? styles$s.enabled : styles$s.notenabled}`
|
|
6521
6489
|
}), placeholder ? /* @__PURE__ */ jsx("span", {
|
|
6522
6490
|
className: `
|
|
6523
|
-
${styles$
|
|
6524
|
-
${enabled2 ? styles$
|
|
6491
|
+
${styles$s.label}
|
|
6492
|
+
${enabled2 ? styles$s.labelActive : styles$s.labelInactive}
|
|
6525
6493
|
`,
|
|
6526
6494
|
children: placeholder
|
|
6527
6495
|
}) : null]
|
|
@@ -6534,7 +6502,7 @@ const header$4 = "_header_ul4ir_17";
|
|
|
6534
6502
|
const headerTitle = "_headerTitle_ul4ir_25";
|
|
6535
6503
|
const content = "_content_ul4ir_33";
|
|
6536
6504
|
const footer = "_footer_ul4ir_41";
|
|
6537
|
-
var styles$
|
|
6505
|
+
var styles$r = {
|
|
6538
6506
|
modal,
|
|
6539
6507
|
popup: popup$1,
|
|
6540
6508
|
header: header$4,
|
|
@@ -6560,18 +6528,18 @@ const Modal = ({
|
|
|
6560
6528
|
if (!isOpen)
|
|
6561
6529
|
return null;
|
|
6562
6530
|
return ReactDOM.createPortal(/* @__PURE__ */ jsx("div", {
|
|
6563
|
-
className: styles$
|
|
6531
|
+
className: styles$r.modal,
|
|
6564
6532
|
onClick: onClose,
|
|
6565
6533
|
children: /* @__PURE__ */ jsxs("div", {
|
|
6566
|
-
className: styles$
|
|
6534
|
+
className: styles$r.popup,
|
|
6567
6535
|
onClick: (e2) => {
|
|
6568
6536
|
e2.stopPropagation();
|
|
6569
6537
|
},
|
|
6570
6538
|
children: [/* @__PURE__ */ jsx("section", {
|
|
6571
|
-
className: styles$
|
|
6539
|
+
className: styles$r.header,
|
|
6572
6540
|
children: customHeader || /* @__PURE__ */ jsxs(Fragment, {
|
|
6573
6541
|
children: [/* @__PURE__ */ jsxs("span", {
|
|
6574
|
-
className: styles$
|
|
6542
|
+
className: styles$r.headerTitle,
|
|
6575
6543
|
children: [icon2, headerTitle2]
|
|
6576
6544
|
}), /* @__PURE__ */ jsx(Button, {
|
|
6577
6545
|
variant: "custom",
|
|
@@ -6583,7 +6551,7 @@ const Modal = ({
|
|
|
6583
6551
|
})]
|
|
6584
6552
|
})
|
|
6585
6553
|
}), /* @__PURE__ */ jsx("section", {
|
|
6586
|
-
className: styles$
|
|
6554
|
+
className: styles$r.content,
|
|
6587
6555
|
children: children2
|
|
6588
6556
|
})]
|
|
6589
6557
|
})
|
|
@@ -6594,7 +6562,7 @@ const ModalFooter = ({
|
|
|
6594
6562
|
className
|
|
6595
6563
|
}) => {
|
|
6596
6564
|
return /* @__PURE__ */ jsx("section", {
|
|
6597
|
-
className: `${styles$
|
|
6565
|
+
className: `${styles$r.footer} ${className}`,
|
|
6598
6566
|
children: children2
|
|
6599
6567
|
});
|
|
6600
6568
|
};
|
|
@@ -6901,12 +6869,12 @@ const ExternalMetricForm = ({
|
|
|
6901
6869
|
label: dash.name
|
|
6902
6870
|
}))) != null ? _c2 : [];
|
|
6903
6871
|
return /* @__PURE__ */ jsxs("form", {
|
|
6904
|
-
className: styles$
|
|
6872
|
+
className: styles$v.form,
|
|
6905
6873
|
onSubmit: submitMetric,
|
|
6906
6874
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
6907
|
-
className: styles$
|
|
6875
|
+
className: styles$v.container,
|
|
6908
6876
|
children: [/* @__PURE__ */ jsx("div", {
|
|
6909
|
-
className: styles$
|
|
6877
|
+
className: styles$v.field,
|
|
6910
6878
|
children: /* @__PURE__ */ jsx(MultiSelect, {
|
|
6911
6879
|
label: "Dashboards",
|
|
6912
6880
|
options: options2,
|
|
@@ -6934,7 +6902,7 @@ const ExternalMetricForm = ({
|
|
|
6934
6902
|
}),
|
|
6935
6903
|
defaultValue: defaultValues == null ? void 0 : defaultValues.metricId
|
|
6936
6904
|
}), /* @__PURE__ */ jsx(TextAreaField, {
|
|
6937
|
-
className: styles$
|
|
6905
|
+
className: styles$v.field,
|
|
6938
6906
|
id: "desc",
|
|
6939
6907
|
placeholder: "What is the name of metric?",
|
|
6940
6908
|
label: "Description",
|
|
@@ -6942,8 +6910,8 @@ const ExternalMetricForm = ({
|
|
|
6942
6910
|
register: register2("description"),
|
|
6943
6911
|
defaultValue: defaultValues == null ? void 0 : defaultValues.description
|
|
6944
6912
|
}), !isEmbedded && /* @__PURE__ */ jsx(ToggleButton, {
|
|
6945
|
-
className: styles$
|
|
6946
|
-
labelClassName: styles$
|
|
6913
|
+
className: styles$v.field,
|
|
6914
|
+
labelClassName: styles$v.fieldLabel,
|
|
6947
6915
|
enabled: isLiveMode,
|
|
6948
6916
|
onChange: setLiveMode,
|
|
6949
6917
|
label: "Publish Type",
|
|
@@ -6953,13 +6921,13 @@ const ExternalMetricForm = ({
|
|
|
6953
6921
|
}), !!error2 && /* @__PURE__ */ jsx(Text, {
|
|
6954
6922
|
variant: "p",
|
|
6955
6923
|
styleClass: "font-14",
|
|
6956
|
-
className: styles$
|
|
6924
|
+
className: styles$v.error,
|
|
6957
6925
|
children: error2
|
|
6958
6926
|
}), /* @__PURE__ */ jsxs(ModalFooter, {
|
|
6959
6927
|
children: [/* @__PURE__ */ jsx(Button, {
|
|
6960
6928
|
type: "reset",
|
|
6961
6929
|
variant: "secondary",
|
|
6962
|
-
className: styles$
|
|
6930
|
+
className: styles$v.cancel,
|
|
6963
6931
|
onClick: onCancel,
|
|
6964
6932
|
size: "default",
|
|
6965
6933
|
children: "Cancel"
|
|
@@ -6967,7 +6935,7 @@ const ExternalMetricForm = ({
|
|
|
6967
6935
|
type: "submit",
|
|
6968
6936
|
variant: "primary",
|
|
6969
6937
|
size: "small",
|
|
6970
|
-
className: styles$
|
|
6938
|
+
className: styles$v.save,
|
|
6971
6939
|
isDisabled: !options2.length || !dashboardIds.length,
|
|
6972
6940
|
children: "Save"
|
|
6973
6941
|
})]
|
|
@@ -6990,7 +6958,7 @@ const floatingText = "_floatingText_q0qrl_49";
|
|
|
6990
6958
|
const search = "_search_q0qrl_53";
|
|
6991
6959
|
const loadMore = "_loadMore_q0qrl_57";
|
|
6992
6960
|
const loadMoreIcon = "_loadMoreIcon_q0qrl_61";
|
|
6993
|
-
var styles$
|
|
6961
|
+
var styles$q = {
|
|
6994
6962
|
container: container$c,
|
|
6995
6963
|
wrapper: wrapper$3,
|
|
6996
6964
|
label: label$3,
|
|
@@ -7356,7 +7324,7 @@ const materialSymbolsCheckBoxOutlineBlank = (props) => /* @__PURE__ */ jsx("svg"
|
|
|
7356
7324
|
const FloatingDropDown = ({
|
|
7357
7325
|
label: label2,
|
|
7358
7326
|
labelVariant = "floating",
|
|
7359
|
-
selectedOption,
|
|
7327
|
+
selectedOption: selectedOption2,
|
|
7360
7328
|
onChange,
|
|
7361
7329
|
className,
|
|
7362
7330
|
options: options2,
|
|
@@ -7380,38 +7348,38 @@ const FloatingDropDown = ({
|
|
|
7380
7348
|
setIsShow(false);
|
|
7381
7349
|
}, [closeControl == null ? void 0 : closeControl.close]);
|
|
7382
7350
|
return /* @__PURE__ */ jsxs("div", {
|
|
7383
|
-
className: classnames(styles$
|
|
7351
|
+
className: classnames(styles$q.container, className),
|
|
7384
7352
|
ref: wrapperRef,
|
|
7385
7353
|
children: [label2 ? /* @__PURE__ */ jsx(Text, {
|
|
7386
7354
|
variant: "span",
|
|
7387
7355
|
styleClass: labelVariant === "floating" ? "custom" : "font-14",
|
|
7388
|
-
className: `${styles$
|
|
7356
|
+
className: `${styles$q.label} ${labelVariant === "floating" ? styles$q.floatingLabel : ""} ${label2 === "client" ? styles$q.clientText : styles$q.normalText} `,
|
|
7389
7357
|
children: label2
|
|
7390
7358
|
}) : null, /* @__PURE__ */ jsxs(Button, {
|
|
7391
7359
|
type: "button",
|
|
7392
7360
|
variant: "custom",
|
|
7393
7361
|
isDisabled,
|
|
7394
|
-
className: styles$
|
|
7362
|
+
className: styles$q.wrapper,
|
|
7395
7363
|
onClick: () => setIsShow(!isShow),
|
|
7396
7364
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
7397
7365
|
variant: "p",
|
|
7398
7366
|
styleClass: "font-14",
|
|
7399
|
-
className: `${styles$
|
|
7400
|
-
children: [icon2,
|
|
7367
|
+
className: `${styles$q.text} ${labelVariant === "floating" ? styles$q.floatingText : ""}`,
|
|
7368
|
+
children: [icon2, selectedOption2.label || "Select An Option"]
|
|
7401
7369
|
}), /* @__PURE__ */ jsx(materialSymbolsKeyboardArrowDown, {})]
|
|
7402
7370
|
}), isShow && !isDisabled && /* @__PURE__ */ jsxs("div", {
|
|
7403
|
-
className: styles$
|
|
7371
|
+
className: styles$q.dropdown,
|
|
7404
7372
|
children: [isSearchEnabled && /* @__PURE__ */ jsx(SearchTab, {
|
|
7405
|
-
className: styles$
|
|
7373
|
+
className: styles$q.search,
|
|
7406
7374
|
setSearchKeyword
|
|
7407
7375
|
}), /* @__PURE__ */ jsxs("div", {
|
|
7408
|
-
className: styles$
|
|
7376
|
+
className: styles$q.options,
|
|
7409
7377
|
children: [(searchKeyword ? options2.filter((opt) => opt.label.toLowerCase().includes(searchKeyword)) : options2.slice(0, limit)).map((option2) => {
|
|
7410
|
-
const isSelected = option2.value ===
|
|
7378
|
+
const isSelected = option2.value === selectedOption2.value;
|
|
7411
7379
|
return /* @__PURE__ */ jsx(Button, {
|
|
7412
7380
|
type: "button",
|
|
7413
7381
|
variant: "custom",
|
|
7414
|
-
className: isSelected ? styles$
|
|
7382
|
+
className: isSelected ? styles$q.checkedOption : styles$q.option,
|
|
7415
7383
|
onClick: () => {
|
|
7416
7384
|
onChange(option2);
|
|
7417
7385
|
setIsShow(false);
|
|
@@ -7422,10 +7390,10 @@ const FloatingDropDown = ({
|
|
|
7422
7390
|
variant: "secondary",
|
|
7423
7391
|
type: "button",
|
|
7424
7392
|
onClick: () => setLimit((prev) => prev + 20),
|
|
7425
|
-
className: styles$
|
|
7393
|
+
className: styles$q.loadMore,
|
|
7426
7394
|
children: ["Load More", " ", /* @__PURE__ */ jsx(Icons, {
|
|
7427
7395
|
name: "double-arrow-left-icon",
|
|
7428
|
-
className: styles$
|
|
7396
|
+
className: styles$q.loadMoreIcon
|
|
7429
7397
|
})]
|
|
7430
7398
|
})]
|
|
7431
7399
|
}), children2]
|
|
@@ -7452,18 +7420,18 @@ const MultiFloatingDropDown = React__default.memo(({
|
|
|
7452
7420
|
onOutsideClick: () => setIsShow(false)
|
|
7453
7421
|
});
|
|
7454
7422
|
return /* @__PURE__ */ jsxs("div", {
|
|
7455
|
-
className: classnames(styles$
|
|
7423
|
+
className: classnames(styles$q.container, className),
|
|
7456
7424
|
ref: wrapperRef,
|
|
7457
7425
|
children: [label2 ? /* @__PURE__ */ jsx(Text, {
|
|
7458
7426
|
variant: "span",
|
|
7459
7427
|
styleClass: labelVariant === "floating" ? "custom" : "font-14",
|
|
7460
|
-
className: `${styles$
|
|
7428
|
+
className: `${styles$q.label} ${labelVariant === "floating" ? "absolute left-2 top-1 text-xs" : ""}`,
|
|
7461
7429
|
children: label2
|
|
7462
7430
|
}) : null, /* @__PURE__ */ jsxs(Button, {
|
|
7463
7431
|
type: "button",
|
|
7464
7432
|
variant: "custom",
|
|
7465
7433
|
isDisabled,
|
|
7466
|
-
className: styles$
|
|
7434
|
+
className: styles$q.wrapper,
|
|
7467
7435
|
onClick: () => setIsShow(!isShow),
|
|
7468
7436
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
7469
7437
|
variant: "p",
|
|
@@ -7472,18 +7440,18 @@ const MultiFloatingDropDown = React__default.memo(({
|
|
|
7472
7440
|
children: "Select 1 or more option"
|
|
7473
7441
|
}), /* @__PURE__ */ jsx(materialSymbolsKeyboardArrowDown, {})]
|
|
7474
7442
|
}), isShow && !isDisabled && /* @__PURE__ */ jsxs("div", {
|
|
7475
|
-
className: styles$
|
|
7443
|
+
className: styles$q.dropdown,
|
|
7476
7444
|
children: [isSearchEnabled && /* @__PURE__ */ jsx(SearchTab, {
|
|
7477
7445
|
className: "p-2 mb-3",
|
|
7478
7446
|
setSearchKeyword
|
|
7479
7447
|
}), /* @__PURE__ */ jsxs("div", {
|
|
7480
|
-
className: styles$
|
|
7448
|
+
className: styles$q.options,
|
|
7481
7449
|
children: [(searchKeyword ? options2.filter((opt) => opt.label.toLowerCase().includes(searchKeyword)) : options2.slice(0, limit)).map((option2) => {
|
|
7482
7450
|
const isSelected = !!selectedOptions.find((opt) => opt.value === option2.value);
|
|
7483
7451
|
return /* @__PURE__ */ jsxs(Button, {
|
|
7484
7452
|
type: "button",
|
|
7485
7453
|
variant: "custom",
|
|
7486
|
-
className: isSelected ? styles$
|
|
7454
|
+
className: isSelected ? styles$q.checkedOption : styles$q.option,
|
|
7487
7455
|
onClick: () => {
|
|
7488
7456
|
const updatedOptions = isSelected ? selectedOptions.filter((opt) => opt.value !== option2.value) : [...selectedOptions, option2];
|
|
7489
7457
|
onChange(updatedOptions);
|
|
@@ -7505,7 +7473,7 @@ const FilterDropDown = ({
|
|
|
7505
7473
|
companyId,
|
|
7506
7474
|
filter: filter2,
|
|
7507
7475
|
onChange,
|
|
7508
|
-
selectedOption,
|
|
7476
|
+
selectedOption: selectedOption2,
|
|
7509
7477
|
autoSelected = true,
|
|
7510
7478
|
...rest
|
|
7511
7479
|
}) => {
|
|
@@ -7545,7 +7513,7 @@ const FilterDropDown = ({
|
|
|
7545
7513
|
selectedOption: filter2.defaultValue ? {
|
|
7546
7514
|
label: filter2.defaultValue,
|
|
7547
7515
|
value: filter2.defaultValue
|
|
7548
|
-
} :
|
|
7516
|
+
} : selectedOption2,
|
|
7549
7517
|
isDisabled: !!filter2.defaultValue,
|
|
7550
7518
|
options: data2,
|
|
7551
7519
|
label: filter2.columnName,
|
|
@@ -7603,13 +7571,13 @@ const MultiFilterDropdown = React__default.memo(({
|
|
|
7603
7571
|
...rest
|
|
7604
7572
|
});
|
|
7605
7573
|
});
|
|
7606
|
-
const fullscreen = "_fullscreen_1wo1t_1";
|
|
7607
|
-
var styles$
|
|
7608
|
-
fullscreen
|
|
7574
|
+
const fullscreen$1 = "_fullscreen_1wo1t_1";
|
|
7575
|
+
var styles$p = {
|
|
7576
|
+
fullscreen: fullscreen$1
|
|
7609
7577
|
};
|
|
7610
7578
|
const csvlink = "_csvlink_azd6y_1";
|
|
7611
7579
|
const noChart = "_noChart_azd6y_7";
|
|
7612
|
-
var styles$
|
|
7580
|
+
var styles$o = {
|
|
7613
7581
|
csvlink,
|
|
7614
7582
|
noChart
|
|
7615
7583
|
};
|
|
@@ -7617,29 +7585,40 @@ const applyTheme = (theme2) => {
|
|
|
7617
7585
|
const root = document.documentElement;
|
|
7618
7586
|
if (theme2.colors)
|
|
7619
7587
|
Object.entries(theme2.colors).forEach(([key, value]) => {
|
|
7620
|
-
|
|
7588
|
+
if (key && value)
|
|
7589
|
+
root.style.setProperty(`--databrainhq-plugin-color-${key}`, `${value}`);
|
|
7621
7590
|
});
|
|
7622
7591
|
if (theme2.border)
|
|
7623
7592
|
Object.entries(theme2.border).forEach(([key, value]) => {
|
|
7624
|
-
|
|
7593
|
+
if (key && value)
|
|
7594
|
+
root.style.setProperty(
|
|
7595
|
+
`--databrainhq-plugin-border-${key}`,
|
|
7596
|
+
`${value}`
|
|
7597
|
+
);
|
|
7625
7598
|
});
|
|
7626
7599
|
if (theme2.shadow)
|
|
7627
7600
|
Object.entries(theme2.shadow).forEach(([key, value]) => {
|
|
7628
|
-
|
|
7601
|
+
if (key && value)
|
|
7602
|
+
root.style.setProperty(
|
|
7603
|
+
`--databrainhq-plugin-shadow-${key}`,
|
|
7604
|
+
`${value}`
|
|
7605
|
+
);
|
|
7629
7606
|
});
|
|
7630
7607
|
if (theme2.typography)
|
|
7631
7608
|
Object.entries(theme2.typography).forEach(([key, value]) => {
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7609
|
+
if (key && value)
|
|
7610
|
+
root.style.setProperty(
|
|
7611
|
+
`--databrainhq-plugin-typography-${key}`,
|
|
7612
|
+
`${value}`
|
|
7613
|
+
);
|
|
7636
7614
|
});
|
|
7637
7615
|
if (theme2.breakpoint)
|
|
7638
7616
|
Object.entries(theme2.breakpoint).forEach(([key, value]) => {
|
|
7639
|
-
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7617
|
+
if (key && value)
|
|
7618
|
+
root.style.setProperty(
|
|
7619
|
+
`--databrainhq-plugin-breakpoint-${key}`,
|
|
7620
|
+
`${value}`
|
|
7621
|
+
);
|
|
7643
7622
|
});
|
|
7644
7623
|
};
|
|
7645
7624
|
const colors = [
|
|
@@ -7743,7 +7722,7 @@ const CsvDownloadButton = ({
|
|
|
7743
7722
|
return /* @__PURE__ */ jsxs("a", {
|
|
7744
7723
|
href: objectArrayToCsvString(data2),
|
|
7745
7724
|
download: `${fileName}.csv`,
|
|
7746
|
-
className: className != null ? className : styles$
|
|
7725
|
+
className: className != null ? className : styles$o.csvlink,
|
|
7747
7726
|
target: "_self",
|
|
7748
7727
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
7749
7728
|
name: "csv-icon",
|
|
@@ -81041,7 +81020,7 @@ const container$b = "_container_qiww4_1";
|
|
|
81041
81020
|
const borderLessContainer = "_borderLessContainer_qiww4_7";
|
|
81042
81021
|
const label$2 = "_label_qiww4_13";
|
|
81043
81022
|
const sync = "_sync_qiww4_19";
|
|
81044
|
-
var styles$
|
|
81023
|
+
var styles$n = {
|
|
81045
81024
|
container: container$b,
|
|
81046
81025
|
borderLessContainer,
|
|
81047
81026
|
label: label$2,
|
|
@@ -81295,7 +81274,7 @@ const SingleValueChart = ({
|
|
|
81295
81274
|
};
|
|
81296
81275
|
const value = ((_a2 = data2[0]) == null ? void 0 : _a2.value) && ((_b2 = data2[0]) == null ? void 0 : _b2.value.toString().length) > 16 ? dateFormatter((_c2 = data2[0]) == null ? void 0 : _c2.value, customSettings.dateFormatter) : formattedData((_d = data2[0]) == null ? void 0 : _d.value, customSettings.numberFormatter);
|
|
81297
81276
|
return /* @__PURE__ */ jsxs("div", {
|
|
81298
|
-
className: hideBorder ? styles$
|
|
81277
|
+
className: hideBorder ? styles$n.borderLessContainer : styles$n.container,
|
|
81299
81278
|
children: [/* @__PURE__ */ jsx("div", {
|
|
81300
81279
|
style: valueFont,
|
|
81301
81280
|
onClick: () => {
|
|
@@ -81582,7 +81561,7 @@ const MetricChart = ({
|
|
|
81582
81561
|
tableSettings,
|
|
81583
81562
|
chartRef
|
|
81584
81563
|
}) => {
|
|
81585
|
-
var _a2, _b2, _c2, _d;
|
|
81564
|
+
var _a2, _b2, _c2, _d, _e, _f;
|
|
81586
81565
|
if (chartType2 === CHART_TYPES.line) {
|
|
81587
81566
|
return /* @__PURE__ */ jsx(LineChart, {
|
|
81588
81567
|
data: data2,
|
|
@@ -81828,8 +81807,22 @@ const MetricChart = ({
|
|
|
81828
81807
|
});
|
|
81829
81808
|
}
|
|
81830
81809
|
if (chartType2 === CHART_TYPES.gauge) {
|
|
81810
|
+
let modifiedData;
|
|
81811
|
+
if ((_e = data2.datasets) == null ? void 0 : _e.length) {
|
|
81812
|
+
const values = (_f = data2.datasets[0]) == null ? void 0 : _f.data;
|
|
81813
|
+
const convertedData = [values == null ? void 0 : values[0]];
|
|
81814
|
+
if (values == null ? void 0 : values.length)
|
|
81815
|
+
for (let i = 1; i < values.length - 1; i++) {
|
|
81816
|
+
convertedData.push(convertedData[i - 1] - values[i]);
|
|
81817
|
+
}
|
|
81818
|
+
convertedData.push(values == null ? void 0 : values[values.length - 1]);
|
|
81819
|
+
modifiedData = {
|
|
81820
|
+
labels: data2.labels,
|
|
81821
|
+
datasets: [values, convertedData]
|
|
81822
|
+
};
|
|
81823
|
+
}
|
|
81831
81824
|
return /* @__PURE__ */ jsx(GaugeChart, {
|
|
81832
|
-
gaugeData:
|
|
81825
|
+
gaugeData: modifiedData,
|
|
81833
81826
|
margins,
|
|
81834
81827
|
legendSettings,
|
|
81835
81828
|
labelSettings,
|
|
@@ -81883,7 +81876,7 @@ const MetricChart = ({
|
|
|
81883
81876
|
});
|
|
81884
81877
|
}
|
|
81885
81878
|
return /* @__PURE__ */ jsx("div", {
|
|
81886
|
-
className: styles$
|
|
81879
|
+
className: styles$o.noChart,
|
|
81887
81880
|
children: "No chart selected"
|
|
81888
81881
|
});
|
|
81889
81882
|
};
|
|
@@ -81897,7 +81890,7 @@ const FullScreenChart = ({
|
|
|
81897
81890
|
onClose: onCancel,
|
|
81898
81891
|
headerTitle: "Chart Preview",
|
|
81899
81892
|
children: /* @__PURE__ */ jsx("div", {
|
|
81900
|
-
className: styles$
|
|
81893
|
+
className: styles$p.fullscreen,
|
|
81901
81894
|
children: chart && /* @__PURE__ */ jsx(MetricChart, {
|
|
81902
81895
|
labels: chart.labels,
|
|
81903
81896
|
data: chart.data,
|
|
@@ -81933,7 +81926,7 @@ const buttonText = "_buttonText_1ecv1_19";
|
|
|
81933
81926
|
const buttonIcon = "_buttonIcon_1ecv1_25";
|
|
81934
81927
|
const filterName = "_filterName_1ecv1_31";
|
|
81935
81928
|
const filterDropdown$1 = "_filterDropdown_1ecv1_37";
|
|
81936
|
-
var styles$
|
|
81929
|
+
var styles$m = {
|
|
81937
81930
|
button: button$4,
|
|
81938
81931
|
menu: menu$2,
|
|
81939
81932
|
menuContainer: menuContainer$1,
|
|
@@ -81958,7 +81951,7 @@ const top = "_top_1qflp_97";
|
|
|
81958
81951
|
const bottom$1 = "_bottom_1qflp_105";
|
|
81959
81952
|
const left = "_left_1qflp_113";
|
|
81960
81953
|
const right = "_right_1qflp_121";
|
|
81961
|
-
var styles$
|
|
81954
|
+
var styles$l = {
|
|
81962
81955
|
container: container$a,
|
|
81963
81956
|
popover,
|
|
81964
81957
|
button: button$3,
|
|
@@ -82006,26 +81999,26 @@ const PopoverMenu = ({
|
|
|
82006
81999
|
});
|
|
82007
82000
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
82008
82001
|
children: /* @__PURE__ */ jsxs("div", {
|
|
82009
|
-
className: `${styles$
|
|
82002
|
+
className: `${styles$l.container} ${className}`,
|
|
82010
82003
|
ref: wrapperRef,
|
|
82011
82004
|
children: [/* @__PURE__ */ jsx(Button, {
|
|
82012
|
-
className: `${buttonClass} ${isOpen ? styles$
|
|
82005
|
+
className: `${buttonClass} ${isOpen ? styles$l.buttonOpen : ""} ${styles$l.button}`,
|
|
82013
82006
|
type: "button",
|
|
82014
82007
|
variant: "custom",
|
|
82015
82008
|
onClick: () => !isDisabled && setOpen((prev) => !prev),
|
|
82016
82009
|
children: button2
|
|
82017
82010
|
}), !isDisabled ? /* @__PURE__ */ jsx("div", {
|
|
82018
|
-
className: `${styles$
|
|
82011
|
+
className: `${styles$l.popover} ${styles$l[position2]} ${menuContainerClass}`,
|
|
82019
82012
|
children: /* @__PURE__ */ jsx(We, {
|
|
82020
82013
|
as: "div",
|
|
82021
|
-
className: `${styles$
|
|
82014
|
+
className: `${styles$l.menu} ${menuClass}`,
|
|
82022
82015
|
show: isOpen,
|
|
82023
|
-
enter: styles$
|
|
82024
|
-
enterFrom: styles$
|
|
82025
|
-
enterTo: styles$
|
|
82026
|
-
leave: styles$
|
|
82027
|
-
leaveFrom: styles$
|
|
82028
|
-
leaveTo: styles$
|
|
82016
|
+
enter: styles$l.enter,
|
|
82017
|
+
enterFrom: styles$l.enterFrom,
|
|
82018
|
+
enterTo: styles$l.enterTo,
|
|
82019
|
+
leave: styles$l.leave,
|
|
82020
|
+
leaveFrom: styles$l.leaveFrom,
|
|
82021
|
+
leaveTo: styles$l.leaveTo,
|
|
82029
82022
|
children: children2
|
|
82030
82023
|
})
|
|
82031
82024
|
}) : null]
|
|
@@ -82079,25 +82072,25 @@ const FilterField = ({
|
|
|
82079
82072
|
}, [isResetted]);
|
|
82080
82073
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
82081
82074
|
children: /* @__PURE__ */ jsxs(PopoverMenu, {
|
|
82082
|
-
buttonClass: styles$
|
|
82083
|
-
menuClass: styles$
|
|
82075
|
+
buttonClass: styles$m.button,
|
|
82076
|
+
menuClass: styles$m.menu,
|
|
82084
82077
|
position: "bottom-left",
|
|
82085
|
-
menuContainerClass: styles$
|
|
82078
|
+
menuContainerClass: styles$m.menuContainer,
|
|
82086
82079
|
button: /* @__PURE__ */ jsxs(Fragment, {
|
|
82087
82080
|
children: [/* @__PURE__ */ jsxs("span", {
|
|
82088
|
-
className: styles$
|
|
82081
|
+
className: styles$m.buttonText,
|
|
82089
82082
|
children: [/* @__PURE__ */ jsx(DataType, {
|
|
82090
82083
|
datatype: filter2.as || type3
|
|
82091
82084
|
}), filter2.name]
|
|
82092
82085
|
}), /* @__PURE__ */ jsx("span", {
|
|
82093
|
-
className: styles$
|
|
82086
|
+
className: styles$m.buttonIcon,
|
|
82094
82087
|
children: /* @__PURE__ */ jsx(materialSymbolsKeyboardArrowDown, {})
|
|
82095
82088
|
})]
|
|
82096
82089
|
}),
|
|
82097
82090
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82098
82091
|
variant: "p",
|
|
82099
82092
|
styleClass: "font-14",
|
|
82100
|
-
className: styles$
|
|
82093
|
+
className: styles$m.filterName,
|
|
82101
82094
|
children: filter2.name
|
|
82102
82095
|
}), /* @__PURE__ */ jsx(FloatingDropDown, {
|
|
82103
82096
|
label: "Operator",
|
|
@@ -82118,7 +82111,7 @@ const FilterField = ({
|
|
|
82118
82111
|
onChange: setOption,
|
|
82119
82112
|
label: "Filter Value",
|
|
82120
82113
|
labelVariant: "static",
|
|
82121
|
-
className: styles$
|
|
82114
|
+
className: styles$m.filterDropdown
|
|
82122
82115
|
}) : /* @__PURE__ */ jsx(Fragment, {
|
|
82123
82116
|
children: isInFilterOperator(operator.value) ? /* @__PURE__ */ jsx(MultiFilterDropdown, {
|
|
82124
82117
|
selectedOptions: multiOptions,
|
|
@@ -82131,7 +82124,7 @@ const FilterField = ({
|
|
|
82131
82124
|
isSearchEnabled: true,
|
|
82132
82125
|
label: "Filter Value",
|
|
82133
82126
|
labelVariant: "static",
|
|
82134
|
-
className: styles$
|
|
82127
|
+
className: styles$m.filterDropdown,
|
|
82135
82128
|
autoSelected: false
|
|
82136
82129
|
}) : /* @__PURE__ */ jsx(FilterDropDown, {
|
|
82137
82130
|
selectedOption: option2,
|
|
@@ -82144,7 +82137,7 @@ const FilterField = ({
|
|
|
82144
82137
|
isSearchEnabled: true,
|
|
82145
82138
|
label: "Filter Value",
|
|
82146
82139
|
labelVariant: "static",
|
|
82147
|
-
className: styles$
|
|
82140
|
+
className: styles$m.filterDropdown,
|
|
82148
82141
|
autoSelected: false
|
|
82149
82142
|
})
|
|
82150
82143
|
})
|
|
@@ -82166,7 +82159,7 @@ const filters = "_filters_9vrf0_61";
|
|
|
82166
82159
|
const filterItem = "_filterItem_9vrf0_67";
|
|
82167
82160
|
const filterItemOperator = "_filterItemOperator_9vrf0_73";
|
|
82168
82161
|
const remove = "_remove_9vrf0_79";
|
|
82169
|
-
var styles$
|
|
82162
|
+
var styles$k = {
|
|
82170
82163
|
container: container$9,
|
|
82171
82164
|
form: form$1,
|
|
82172
82165
|
filterHeader,
|
|
@@ -82239,43 +82232,43 @@ const GlobalFilters = ({
|
|
|
82239
82232
|
};
|
|
82240
82233
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
82241
82234
|
children: /* @__PURE__ */ jsxs("div", {
|
|
82242
|
-
className: styles$
|
|
82235
|
+
className: styles$k.container,
|
|
82243
82236
|
children: [/* @__PURE__ */ jsxs("form", {
|
|
82244
|
-
className: styles$
|
|
82237
|
+
className: styles$k.form,
|
|
82245
82238
|
onSubmit: handleSubmit,
|
|
82246
82239
|
onReset: resetFilters,
|
|
82247
82240
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
82248
|
-
className: styles$
|
|
82241
|
+
className: styles$k.filterHeader,
|
|
82249
82242
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
82250
|
-
className: styles$
|
|
82243
|
+
className: styles$k.titleContent,
|
|
82251
82244
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82252
82245
|
variant: "p",
|
|
82253
82246
|
styleClass: "primary",
|
|
82254
|
-
className: styles$
|
|
82247
|
+
className: styles$k.title,
|
|
82255
82248
|
children: "Filters:"
|
|
82256
82249
|
}), renderAdditionalHeaderContent ? renderAdditionalHeaderContent() : null]
|
|
82257
82250
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82258
|
-
className: styles$
|
|
82251
|
+
className: styles$k.buttons,
|
|
82259
82252
|
children: [/* @__PURE__ */ jsxs(Button, {
|
|
82260
82253
|
type: "submit",
|
|
82261
82254
|
variant: "outlined",
|
|
82262
|
-
className: styles$
|
|
82255
|
+
className: styles$k.apply,
|
|
82263
82256
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
82264
82257
|
name: "filter-icon",
|
|
82265
|
-
className: styles$
|
|
82258
|
+
className: styles$k.applyIcon
|
|
82266
82259
|
}), " Apply"]
|
|
82267
82260
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
82268
82261
|
type: "reset",
|
|
82269
82262
|
variant: "secondary",
|
|
82270
|
-
className: styles$
|
|
82263
|
+
className: styles$k.reset,
|
|
82271
82264
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
82272
82265
|
name: "reset-icon",
|
|
82273
|
-
className: styles$
|
|
82266
|
+
className: styles$k.applyIcon
|
|
82274
82267
|
}), " Reset Filters"]
|
|
82275
82268
|
})]
|
|
82276
82269
|
})]
|
|
82277
82270
|
}), /* @__PURE__ */ jsx("div", {
|
|
82278
|
-
className: styles$
|
|
82271
|
+
className: styles$k.filterFields,
|
|
82279
82272
|
children: filters2[0].columns.map((col) => /* @__PURE__ */ jsx(FilterField, {
|
|
82280
82273
|
tableName: filters2[0].tableName,
|
|
82281
82274
|
filter: col,
|
|
@@ -82292,20 +82285,20 @@ const GlobalFilters = ({
|
|
|
82292
82285
|
}, col.name))
|
|
82293
82286
|
})]
|
|
82294
82287
|
}), appliedfilters.length ? /* @__PURE__ */ jsx("ul", {
|
|
82295
|
-
className: styles$
|
|
82288
|
+
className: styles$k.filters,
|
|
82296
82289
|
children: appliedfilters.map((filter2) => {
|
|
82297
82290
|
var _a2;
|
|
82298
82291
|
return /* @__PURE__ */ jsxs("li", {
|
|
82299
|
-
className: styles$
|
|
82292
|
+
className: styles$k.filterItem,
|
|
82300
82293
|
children: [filter2.column, /* @__PURE__ */ jsx("span", {
|
|
82301
|
-
className: styles$
|
|
82294
|
+
className: styles$k.filterItemOperator,
|
|
82302
82295
|
children: ((_a2 = operatorList.find((op) => op.value === filter2.operator)) == null ? void 0 : _a2.label) || ""
|
|
82303
82296
|
}), !isNullFilterOperator(filter2.operator) ? /* @__PURE__ */ jsx(Fragment, {
|
|
82304
82297
|
children: Array.isArray(filter2.value) ? `[${filter2.value.map((v4) => v4).join(",")}]` : filter2.value
|
|
82305
82298
|
}) : null, /* @__PURE__ */ jsx(Button, {
|
|
82306
82299
|
type: "button",
|
|
82307
82300
|
variant: "custom",
|
|
82308
|
-
className: styles$
|
|
82301
|
+
className: styles$k.remove,
|
|
82309
82302
|
onClick: () => setAppliedFilters((prev) => prev.filter((a2) => a2.column !== filter2.column)),
|
|
82310
82303
|
children: /* @__PURE__ */ jsx(Icons, {
|
|
82311
82304
|
name: "close-icon"
|
|
@@ -82319,7 +82312,7 @@ const GlobalFilters = ({
|
|
|
82319
82312
|
};
|
|
82320
82313
|
const container$8 = "_container_3e9wk_1";
|
|
82321
82314
|
const tooltip$1 = "_tooltip_3e9wk_7";
|
|
82322
|
-
var styles$
|
|
82315
|
+
var styles$j = {
|
|
82323
82316
|
container: container$8,
|
|
82324
82317
|
tooltip: tooltip$1
|
|
82325
82318
|
};
|
|
@@ -82329,9 +82322,9 @@ const Tooltip = ({
|
|
|
82329
82322
|
className = ""
|
|
82330
82323
|
}) => {
|
|
82331
82324
|
return /* @__PURE__ */ jsxs("span", {
|
|
82332
|
-
className: `${styles$
|
|
82325
|
+
className: `${styles$j.container} ${className}`,
|
|
82333
82326
|
children: [content2, /* @__PURE__ */ jsx("span", {
|
|
82334
|
-
className: styles$
|
|
82327
|
+
className: styles$j.tooltip,
|
|
82335
82328
|
children: children2
|
|
82336
82329
|
})]
|
|
82337
82330
|
});
|
|
@@ -82350,7 +82343,7 @@ const InfoTooltip = ({
|
|
|
82350
82343
|
children: children2
|
|
82351
82344
|
});
|
|
82352
82345
|
};
|
|
82353
|
-
var styles$
|
|
82346
|
+
var styles$i = {
|
|
82354
82347
|
"header-container": "_header-container_t2r6v_1",
|
|
82355
82348
|
"btn-container": "_btn-container_t2r6v_5",
|
|
82356
82349
|
"back-btn": "_back-btn_t2r6v_9",
|
|
@@ -82397,15 +82390,15 @@ const Header = ({
|
|
|
82397
82390
|
return style2;
|
|
82398
82391
|
}, [globalTheme]);
|
|
82399
82392
|
return /* @__PURE__ */ jsxs("div", {
|
|
82400
|
-
className: styles$
|
|
82393
|
+
className: styles$i["header-container"],
|
|
82401
82394
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
82402
|
-
className: styles$
|
|
82395
|
+
className: styles$i["btn-container"],
|
|
82403
82396
|
children: [/* @__PURE__ */ jsx(Button, {
|
|
82404
82397
|
type: "button",
|
|
82405
82398
|
variant: "custom",
|
|
82406
82399
|
size: "default",
|
|
82407
82400
|
onClick: () => setShowMetricCreateModal(false),
|
|
82408
|
-
className: styles$
|
|
82401
|
+
className: styles$i["back-btn"],
|
|
82409
82402
|
children: /* @__PURE__ */ jsx(Icons, {
|
|
82410
82403
|
name: "arrow-back-icon"
|
|
82411
82404
|
})
|
|
@@ -82415,11 +82408,11 @@ const Header = ({
|
|
|
82415
82408
|
children: Heading
|
|
82416
82409
|
})]
|
|
82417
82410
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82418
|
-
className: styles$
|
|
82411
|
+
className: styles$i["btn-container"],
|
|
82419
82412
|
children: [/* @__PURE__ */ jsxs(Button, {
|
|
82420
82413
|
type: "button",
|
|
82421
82414
|
variant: "custom",
|
|
82422
|
-
className: styles$
|
|
82415
|
+
className: styles$i["sql-btn"],
|
|
82423
82416
|
onClick: () => setShowSqlModal(true),
|
|
82424
82417
|
isDisabled: isDisableSqlBtn,
|
|
82425
82418
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
@@ -82428,13 +82421,13 @@ const Header = ({
|
|
|
82428
82421
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
82429
82422
|
type: "submit",
|
|
82430
82423
|
variant: "primary",
|
|
82431
|
-
className: styles$
|
|
82424
|
+
className: styles$i["save-btn"],
|
|
82432
82425
|
isDisabled: isDisableSaveBtn,
|
|
82433
82426
|
onClick: () => setShowSaveMetricModal(true),
|
|
82434
82427
|
style: saveDashboardStyle,
|
|
82435
82428
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
82436
82429
|
name: "save-icon",
|
|
82437
|
-
className: styles$
|
|
82430
|
+
className: styles$i["save-btn-icon"]
|
|
82438
82431
|
}), "Save to Dashboard"]
|
|
82439
82432
|
})]
|
|
82440
82433
|
})]
|
|
@@ -82442,7 +82435,7 @@ const Header = ({
|
|
|
82442
82435
|
};
|
|
82443
82436
|
const floatingCreateButton = "_floatingCreateButton_6ovk2_13";
|
|
82444
82437
|
const floatingCreateButtonIcon = "_floatingCreateButtonIcon_6ovk2_17";
|
|
82445
|
-
var styles$
|
|
82438
|
+
var styles$h = {
|
|
82446
82439
|
"create-btn": "_create-btn_6ovk2_1",
|
|
82447
82440
|
"modal-container": "_modal-container_6ovk2_5",
|
|
82448
82441
|
"query-modal": "_query-modal_6ovk2_9",
|
|
@@ -82454,7 +82447,7 @@ const header$3 = "_header_1q2ss_5";
|
|
|
82454
82447
|
const wrapper$2 = "_wrapper_1q2ss_9";
|
|
82455
82448
|
const column = "_column_1q2ss_17";
|
|
82456
82449
|
const columnText$1 = "_columnText_1q2ss_21";
|
|
82457
|
-
var styles$
|
|
82450
|
+
var styles$g = {
|
|
82458
82451
|
container: container$7,
|
|
82459
82452
|
header: header$3,
|
|
82460
82453
|
wrapper: wrapper$2,
|
|
@@ -82469,9 +82462,9 @@ const Dataset = ({
|
|
|
82469
82462
|
columnList
|
|
82470
82463
|
}) => {
|
|
82471
82464
|
return /* @__PURE__ */ jsxs("div", {
|
|
82472
|
-
className: styles$
|
|
82465
|
+
className: styles$g.container,
|
|
82473
82466
|
children: [/* @__PURE__ */ jsx("div", {
|
|
82474
|
-
className: styles$
|
|
82467
|
+
className: styles$g.header,
|
|
82475
82468
|
children: /* @__PURE__ */ jsx(FloatingDropDown, {
|
|
82476
82469
|
onChange: setselectTable,
|
|
82477
82470
|
selectedOption: selectTable,
|
|
@@ -82482,24 +82475,24 @@ const Dataset = ({
|
|
|
82482
82475
|
labelVariant: "static"
|
|
82483
82476
|
})
|
|
82484
82477
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82485
|
-
className: styles$
|
|
82478
|
+
className: styles$g.wrapper,
|
|
82486
82479
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82487
82480
|
variant: "h1",
|
|
82488
82481
|
styleClass: "primary",
|
|
82489
82482
|
children: "Columns"
|
|
82490
82483
|
}), /* @__PURE__ */ jsx("div", {
|
|
82491
|
-
className: styles$
|
|
82484
|
+
className: styles$g["col-container"],
|
|
82492
82485
|
children: columnList.map(({
|
|
82493
82486
|
as,
|
|
82494
82487
|
datatype
|
|
82495
82488
|
}) => /* @__PURE__ */ jsxs("div", {
|
|
82496
|
-
className: styles$
|
|
82489
|
+
className: styles$g.column,
|
|
82497
82490
|
children: [/* @__PURE__ */ jsx(DataType, {
|
|
82498
82491
|
datatype
|
|
82499
82492
|
}), /* @__PURE__ */ jsx(Text, {
|
|
82500
82493
|
variant: "p",
|
|
82501
82494
|
styleClass: "font-14",
|
|
82502
|
-
className: styles$
|
|
82495
|
+
className: styles$g.columnText,
|
|
82503
82496
|
children: as
|
|
82504
82497
|
})]
|
|
82505
82498
|
}, as))
|
|
@@ -82507,29 +82500,27 @@ const Dataset = ({
|
|
|
82507
82500
|
})]
|
|
82508
82501
|
});
|
|
82509
82502
|
};
|
|
82510
|
-
const container$6 = "
|
|
82511
|
-
const header$2 = "
|
|
82512
|
-
const
|
|
82513
|
-
const
|
|
82514
|
-
const
|
|
82515
|
-
const
|
|
82516
|
-
const
|
|
82517
|
-
const
|
|
82518
|
-
const
|
|
82519
|
-
const
|
|
82520
|
-
const
|
|
82521
|
-
const
|
|
82522
|
-
const
|
|
82523
|
-
const
|
|
82524
|
-
const
|
|
82525
|
-
const
|
|
82526
|
-
const
|
|
82527
|
-
const
|
|
82528
|
-
|
|
82529
|
-
var styles$e = {
|
|
82503
|
+
const container$6 = "_container_j5bye_1";
|
|
82504
|
+
const header$2 = "_header_j5bye_7";
|
|
82505
|
+
const tab$2 = "_tab_j5bye_13";
|
|
82506
|
+
const tabText$1 = "_tabText_j5bye_19";
|
|
82507
|
+
const tabHeading = "_tabHeading_j5bye_25";
|
|
82508
|
+
const form = "_form_j5bye_31";
|
|
82509
|
+
const inputWrapper = "_inputWrapper_j5bye_37";
|
|
82510
|
+
const input$1 = "_input_j5bye_37";
|
|
82511
|
+
const selectWrapper = "_selectWrapper_j5bye_49";
|
|
82512
|
+
const select = "_select_j5bye_49";
|
|
82513
|
+
const label$1 = "_label_j5bye_61";
|
|
82514
|
+
const series = "_series_j5bye_67";
|
|
82515
|
+
const legendWrapper = "_legendWrapper_j5bye_73";
|
|
82516
|
+
const seriesWrapper = "_seriesWrapper_j5bye_79";
|
|
82517
|
+
const valueLabelWrapper = "_valueLabelWrapper_j5bye_85";
|
|
82518
|
+
const singleCheckBox = "_singleCheckBox_j5bye_91";
|
|
82519
|
+
const seriesCheck = "_seriesCheck_j5bye_97";
|
|
82520
|
+
const seriesCheckContainer = "_seriesCheckContainer_j5bye_103";
|
|
82521
|
+
var styles$f = {
|
|
82530
82522
|
container: container$6,
|
|
82531
82523
|
header: header$2,
|
|
82532
|
-
headerText,
|
|
82533
82524
|
tab: tab$2,
|
|
82534
82525
|
tabText: tabText$1,
|
|
82535
82526
|
tabHeading,
|
|
@@ -82550,7 +82541,7 @@ var styles$e = {
|
|
|
82550
82541
|
const tab$1 = "_tab_1imil_1";
|
|
82551
82542
|
const button$2 = "_button_1imil_7";
|
|
82552
82543
|
const activeTab = "_activeTab_1imil_15";
|
|
82553
|
-
var styles$
|
|
82544
|
+
var styles$e = {
|
|
82554
82545
|
tab: tab$1,
|
|
82555
82546
|
button: button$2,
|
|
82556
82547
|
activeTab
|
|
@@ -82563,11 +82554,11 @@ const Tab = ({
|
|
|
82563
82554
|
tabText: tabText2 = ""
|
|
82564
82555
|
}) => {
|
|
82565
82556
|
return /* @__PURE__ */ jsx("div", {
|
|
82566
|
-
className: `${styles$
|
|
82557
|
+
className: `${styles$e.tab} ${className}`,
|
|
82567
82558
|
children: options2.map((option2) => /* @__PURE__ */ jsx(Button, {
|
|
82568
82559
|
variant: "custom",
|
|
82569
82560
|
type: "button",
|
|
82570
|
-
className: `${styles$
|
|
82561
|
+
className: `${styles$e.button} ${activeTab2 === option2 && styles$e.activeTab} ${tabText2}`,
|
|
82571
82562
|
onClick: () => setActiveTab(option2),
|
|
82572
82563
|
children: option2
|
|
82573
82564
|
}, option2))
|
|
@@ -82603,30 +82594,30 @@ const ChartConfigure = ({
|
|
|
82603
82594
|
}
|
|
82604
82595
|
}, [chartType2]);
|
|
82605
82596
|
return /* @__PURE__ */ jsxs("div", {
|
|
82606
|
-
className: styles$
|
|
82597
|
+
className: styles$f.container,
|
|
82607
82598
|
children: [chartType2 === "table" && /* @__PURE__ */ jsxs(Fragment, {
|
|
82608
82599
|
children: [/* @__PURE__ */ jsx("div", {
|
|
82609
|
-
className:
|
|
82600
|
+
className: styles$f.header,
|
|
82610
82601
|
children: /* @__PURE__ */ jsx(Tab, {
|
|
82611
82602
|
options: tableTabs,
|
|
82612
82603
|
activeTab: activeTab2,
|
|
82613
82604
|
setActiveTab,
|
|
82614
|
-
className: styles$
|
|
82615
|
-
tabText: styles$
|
|
82605
|
+
className: styles$f.tab,
|
|
82606
|
+
tabText: styles$f.tabText
|
|
82616
82607
|
})
|
|
82617
82608
|
}), /* @__PURE__ */ jsxs("form", {
|
|
82618
|
-
className: styles$
|
|
82609
|
+
className: styles$f.form,
|
|
82619
82610
|
children: [activeTab2 === "UI Style" && /* @__PURE__ */ jsxs("div", {
|
|
82620
|
-
className: styles$
|
|
82611
|
+
className: styles$f.inputWrapper,
|
|
82621
82612
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
82622
|
-
className: styles$
|
|
82613
|
+
className: styles$f.seriesWrapper,
|
|
82623
82614
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82624
82615
|
variant: "h1",
|
|
82625
82616
|
styleClass: "font-14",
|
|
82626
82617
|
className: "font-medium",
|
|
82627
82618
|
children: "Table content Alignment"
|
|
82628
82619
|
}), /* @__PURE__ */ jsx("div", {
|
|
82629
|
-
className: styles$
|
|
82620
|
+
className: styles$f.select,
|
|
82630
82621
|
children: /* @__PURE__ */ jsx(Select, {
|
|
82631
82622
|
value: tableSettings.contentAlignment,
|
|
82632
82623
|
options: [{
|
|
@@ -82646,14 +82637,14 @@ const ChartConfigure = ({
|
|
|
82646
82637
|
})
|
|
82647
82638
|
})]
|
|
82648
82639
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82649
|
-
className: styles$
|
|
82640
|
+
className: styles$f.seriesWrapper,
|
|
82650
82641
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82651
82642
|
variant: "h1",
|
|
82652
82643
|
styleClass: "font-14",
|
|
82653
82644
|
className: "font-medium",
|
|
82654
82645
|
children: "Table line gap"
|
|
82655
82646
|
}), /* @__PURE__ */ jsx("div", {
|
|
82656
|
-
className: styles$
|
|
82647
|
+
className: styles$f.select,
|
|
82657
82648
|
children: /* @__PURE__ */ jsx(Select, {
|
|
82658
82649
|
value: tableSettings.lineGap,
|
|
82659
82650
|
options: [{
|
|
@@ -82670,9 +82661,9 @@ const ChartConfigure = ({
|
|
|
82670
82661
|
})
|
|
82671
82662
|
})]
|
|
82672
82663
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82673
|
-
className: styles$
|
|
82664
|
+
className: styles$f.seriesCheckContainer,
|
|
82674
82665
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
82675
|
-
className: styles$
|
|
82666
|
+
className: styles$f.seriesCheck,
|
|
82676
82667
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82677
82668
|
type: "checkbox",
|
|
82678
82669
|
label: "Hide Vertical Divider",
|
|
@@ -82685,7 +82676,7 @@ const ChartConfigure = ({
|
|
|
82685
82676
|
children: "Hide Vertical Divider"
|
|
82686
82677
|
})]
|
|
82687
82678
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82688
|
-
className: styles$
|
|
82679
|
+
className: styles$f.seriesCheck,
|
|
82689
82680
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82690
82681
|
type: "checkbox",
|
|
82691
82682
|
label: "Enable Striped Rows",
|
|
@@ -82698,7 +82689,7 @@ const ChartConfigure = ({
|
|
|
82698
82689
|
children: "Enable Striped Rows"
|
|
82699
82690
|
})]
|
|
82700
82691
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82701
|
-
className: styles$
|
|
82692
|
+
className: styles$f.seriesCheck,
|
|
82702
82693
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82703
82694
|
type: "checkbox",
|
|
82704
82695
|
label: "Show Row Hover",
|
|
@@ -82713,14 +82704,14 @@ const ChartConfigure = ({
|
|
|
82713
82704
|
})]
|
|
82714
82705
|
})]
|
|
82715
82706
|
}), activeTab2 === "Features" && /* @__PURE__ */ jsxs("div", {
|
|
82716
|
-
className: styles$
|
|
82707
|
+
className: styles$f.seriesCheckContainer,
|
|
82717
82708
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82718
82709
|
styleClass: "font-14c",
|
|
82719
82710
|
variant: "p",
|
|
82720
|
-
className: styles$
|
|
82711
|
+
className: styles$f.tabHeading,
|
|
82721
82712
|
children: "Table feature preferences"
|
|
82722
82713
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82723
|
-
className: styles$
|
|
82714
|
+
className: styles$f.seriesCheck,
|
|
82724
82715
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82725
82716
|
type: "checkbox",
|
|
82726
82717
|
label: "Show Table Title",
|
|
@@ -82733,7 +82724,7 @@ const ChartConfigure = ({
|
|
|
82733
82724
|
children: "Show Table Title"
|
|
82734
82725
|
})]
|
|
82735
82726
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82736
|
-
className: styles$
|
|
82727
|
+
className: styles$f.seriesCheck,
|
|
82737
82728
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82738
82729
|
type: "checkbox",
|
|
82739
82730
|
label: "Show Table Description",
|
|
@@ -82746,7 +82737,7 @@ const ChartConfigure = ({
|
|
|
82746
82737
|
children: "Show Table Description"
|
|
82747
82738
|
})]
|
|
82748
82739
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82749
|
-
className: styles$
|
|
82740
|
+
className: styles$f.seriesCheck,
|
|
82750
82741
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82751
82742
|
type: "checkbox",
|
|
82752
82743
|
label: "Enable Table Search options",
|
|
@@ -82759,7 +82750,7 @@ const ChartConfigure = ({
|
|
|
82759
82750
|
children: "Enable Table Search Options"
|
|
82760
82751
|
})]
|
|
82761
82752
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82762
|
-
className: styles$
|
|
82753
|
+
className: styles$f.seriesCheck,
|
|
82763
82754
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82764
82755
|
type: "checkbox",
|
|
82765
82756
|
label: "Enable Filter options",
|
|
@@ -82772,7 +82763,7 @@ const ChartConfigure = ({
|
|
|
82772
82763
|
children: "Enable Filter Options"
|
|
82773
82764
|
})]
|
|
82774
82765
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82775
|
-
className: styles$
|
|
82766
|
+
className: styles$f.seriesCheck,
|
|
82776
82767
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82777
82768
|
type: "checkbox",
|
|
82778
82769
|
label: "Enable Table sorting",
|
|
@@ -82794,15 +82785,15 @@ const ChartConfigure = ({
|
|
|
82794
82785
|
options: chartType2 !== "single value" ? TabList : singleValueTabs,
|
|
82795
82786
|
activeTab: activeTab2,
|
|
82796
82787
|
setActiveTab,
|
|
82797
|
-
className: styles$
|
|
82798
|
-
tabText: styles$
|
|
82788
|
+
className: styles$f.tab,
|
|
82789
|
+
tabText: styles$f.tabText
|
|
82799
82790
|
})
|
|
82800
82791
|
}), /* @__PURE__ */ jsxs("form", {
|
|
82801
|
-
className: styles$
|
|
82792
|
+
className: styles$f.form,
|
|
82802
82793
|
children: [activeTab2 === "Margins" && /* @__PURE__ */ jsxs("div", {
|
|
82803
|
-
className: styles$
|
|
82794
|
+
className: styles$f.inputWrapper,
|
|
82804
82795
|
children: [/* @__PURE__ */ jsx("div", {
|
|
82805
|
-
className: styles$
|
|
82796
|
+
className: styles$f.input,
|
|
82806
82797
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82807
82798
|
type: "number",
|
|
82808
82799
|
label: "Top",
|
|
@@ -82810,10 +82801,10 @@ const ChartConfigure = ({
|
|
|
82810
82801
|
...m2,
|
|
82811
82802
|
marginTop: parseInt(e2.target.value, 10)
|
|
82812
82803
|
})),
|
|
82813
|
-
|
|
82804
|
+
value: margins.marginTop
|
|
82814
82805
|
})
|
|
82815
82806
|
}), /* @__PURE__ */ jsx("div", {
|
|
82816
|
-
className: styles$
|
|
82807
|
+
className: styles$f.input,
|
|
82817
82808
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82818
82809
|
type: "number",
|
|
82819
82810
|
label: "Bottom",
|
|
@@ -82821,25 +82812,25 @@ const ChartConfigure = ({
|
|
|
82821
82812
|
...m2,
|
|
82822
82813
|
marginBottom: parseInt(e2.target.value, 10)
|
|
82823
82814
|
})),
|
|
82824
|
-
|
|
82815
|
+
value: margins.marginBottom
|
|
82825
82816
|
})
|
|
82826
82817
|
}), /* @__PURE__ */ jsx("div", {
|
|
82827
|
-
className: styles$
|
|
82818
|
+
className: styles$f.input,
|
|
82828
82819
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82829
82820
|
type: "number",
|
|
82830
82821
|
label: "Left",
|
|
82831
|
-
|
|
82822
|
+
value: margins.marginLeft,
|
|
82832
82823
|
onChange: (e2) => setMargins((m2) => ({
|
|
82833
82824
|
...m2,
|
|
82834
82825
|
marginLeft: parseInt(e2.target.value, 10)
|
|
82835
82826
|
}))
|
|
82836
82827
|
})
|
|
82837
82828
|
}), /* @__PURE__ */ jsx("div", {
|
|
82838
|
-
className: styles$
|
|
82829
|
+
className: styles$f.input,
|
|
82839
82830
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82840
82831
|
type: "number",
|
|
82841
82832
|
label: "Right",
|
|
82842
|
-
|
|
82833
|
+
value: margins.marginRight,
|
|
82843
82834
|
onChange: (e2) => setMargins((m2) => ({
|
|
82844
82835
|
...m2,
|
|
82845
82836
|
marginRight: parseInt(e2.target.value, 10)
|
|
@@ -82847,7 +82838,7 @@ const ChartConfigure = ({
|
|
|
82847
82838
|
})
|
|
82848
82839
|
})]
|
|
82849
82840
|
}), activeTab2 === "Legend" && /* @__PURE__ */ jsxs("div", {
|
|
82850
|
-
className: styles$
|
|
82841
|
+
className: styles$f.legendWrapper,
|
|
82851
82842
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
82852
82843
|
type: "checkbox",
|
|
82853
82844
|
label: "Show Legend",
|
|
@@ -82862,46 +82853,46 @@ const ChartConfigure = ({
|
|
|
82862
82853
|
styleClass: "primary",
|
|
82863
82854
|
children: "Position"
|
|
82864
82855
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82865
|
-
className: styles$
|
|
82856
|
+
className: styles$f.inputWrapper,
|
|
82866
82857
|
children: [/* @__PURE__ */ jsx("div", {
|
|
82867
|
-
className: styles$
|
|
82858
|
+
className: styles$f.input,
|
|
82868
82859
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82869
82860
|
type: "number",
|
|
82870
82861
|
label: "Top",
|
|
82871
|
-
|
|
82862
|
+
value: legendSettings.top,
|
|
82872
82863
|
onChange: (e2) => setLegendSettings((settings2) => ({
|
|
82873
82864
|
...settings2,
|
|
82874
82865
|
top: parseInt(e2.target.value, 10)
|
|
82875
82866
|
}))
|
|
82876
82867
|
})
|
|
82877
82868
|
}), /* @__PURE__ */ jsx("div", {
|
|
82878
|
-
className: styles$
|
|
82869
|
+
className: styles$f.input,
|
|
82879
82870
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82880
82871
|
type: "number",
|
|
82881
82872
|
label: "Bottom",
|
|
82882
|
-
|
|
82873
|
+
value: legendSettings.bottom,
|
|
82883
82874
|
onChange: (e2) => setLegendSettings((settings2) => ({
|
|
82884
82875
|
...settings2,
|
|
82885
82876
|
bottom: parseInt(e2.target.value, 10)
|
|
82886
82877
|
}))
|
|
82887
82878
|
})
|
|
82888
82879
|
}), /* @__PURE__ */ jsx("div", {
|
|
82889
|
-
className: styles$
|
|
82880
|
+
className: styles$f.input,
|
|
82890
82881
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82891
82882
|
type: "number",
|
|
82892
82883
|
label: "Left",
|
|
82893
|
-
|
|
82884
|
+
value: legendSettings.left,
|
|
82894
82885
|
onChange: (e2) => setLegendSettings((settings2) => ({
|
|
82895
82886
|
...settings2,
|
|
82896
82887
|
left: parseInt(e2.target.value, 10)
|
|
82897
82888
|
}))
|
|
82898
82889
|
})
|
|
82899
82890
|
}), /* @__PURE__ */ jsx("div", {
|
|
82900
|
-
className: styles$
|
|
82891
|
+
className: styles$f.input,
|
|
82901
82892
|
children: /* @__PURE__ */ jsx(InputField, {
|
|
82902
82893
|
type: "number",
|
|
82903
82894
|
label: "Right",
|
|
82904
|
-
|
|
82895
|
+
value: legendSettings.right,
|
|
82905
82896
|
onChange: (e2) => setLegendSettings((settings2) => ({
|
|
82906
82897
|
...settings2,
|
|
82907
82898
|
right: parseInt(e2.target.value, 10)
|
|
@@ -82910,13 +82901,13 @@ const ChartConfigure = ({
|
|
|
82910
82901
|
})]
|
|
82911
82902
|
})]
|
|
82912
82903
|
}), /* @__PURE__ */ jsxs("div", {
|
|
82913
|
-
className: styles$
|
|
82904
|
+
className: styles$f.selectWrapper,
|
|
82914
82905
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82915
82906
|
variant: "h1",
|
|
82916
82907
|
styleClass: "primary",
|
|
82917
82908
|
children: "Appearance"
|
|
82918
82909
|
}), /* @__PURE__ */ jsx("div", {
|
|
82919
|
-
className: styles$
|
|
82910
|
+
className: styles$f.select,
|
|
82920
82911
|
children: /* @__PURE__ */ jsx(Select, {
|
|
82921
82912
|
value: legendSettings.position,
|
|
82922
82913
|
options: [{
|
|
@@ -82934,21 +82925,21 @@ const ChartConfigure = ({
|
|
|
82934
82925
|
})]
|
|
82935
82926
|
})]
|
|
82936
82927
|
}), activeTab2 === "Custom" && /* @__PURE__ */ jsxs("div", {
|
|
82937
|
-
className: styles$
|
|
82928
|
+
className: styles$f.series,
|
|
82938
82929
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82939
82930
|
styleClass: "font-14c",
|
|
82940
82931
|
variant: "p",
|
|
82941
|
-
className: styles$
|
|
82932
|
+
className: styles$f.tabHeading,
|
|
82942
82933
|
children: "Chart preferences"
|
|
82943
82934
|
}), chartType2 !== "single value" && /* @__PURE__ */ jsxs(Fragment, {
|
|
82944
82935
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
82945
|
-
className: styles$
|
|
82936
|
+
className: styles$f.seriesWrapper,
|
|
82946
82937
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82947
82938
|
variant: "h1",
|
|
82948
82939
|
styleClass: "font-14",
|
|
82949
82940
|
children: "Value labels"
|
|
82950
82941
|
}), /* @__PURE__ */ jsx("div", {
|
|
82951
|
-
className: styles$
|
|
82942
|
+
className: styles$f.valueLabelWrapper,
|
|
82952
82943
|
children: /* @__PURE__ */ jsx(Select, {
|
|
82953
82944
|
value: labelSettings.position,
|
|
82954
82945
|
options: [{
|
|
@@ -82983,14 +82974,14 @@ const ChartConfigure = ({
|
|
|
82983
82974
|
})]
|
|
82984
82975
|
}), chartType2 !== "pie" && chartType2 !== "doughnut" && chartType2 !== "funnel" && chartType2 !== "gauge" && chartType2 !== "sankey" && chartType2 !== "singleValue" && chartType2 !== "table" && /* @__PURE__ */ jsxs(Fragment, {
|
|
82985
82976
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
82986
|
-
className: styles$
|
|
82977
|
+
className: styles$f.seriesWrapper,
|
|
82987
82978
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
82988
82979
|
variant: "h1",
|
|
82989
82980
|
styleClass: "font-14",
|
|
82990
82981
|
className: "font-medium",
|
|
82991
82982
|
children: "Axis"
|
|
82992
82983
|
}), /* @__PURE__ */ jsx("div", {
|
|
82993
|
-
className: styles$
|
|
82984
|
+
className: styles$f.select,
|
|
82994
82985
|
children: /* @__PURE__ */ jsx(Select, {
|
|
82995
82986
|
value: axisSettings.axis,
|
|
82996
82987
|
options: [{
|
|
@@ -83015,16 +83006,16 @@ const ChartConfigure = ({
|
|
|
83015
83006
|
show: e2.target.checked
|
|
83016
83007
|
}))
|
|
83017
83008
|
}) : null, /* @__PURE__ */ jsxs("div", {
|
|
83018
|
-
className: styles$
|
|
83009
|
+
className: styles$f.seriesWrapper,
|
|
83019
83010
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
83020
83011
|
variant: "h1",
|
|
83021
83012
|
styleClass: "font-14",
|
|
83022
|
-
className: styles$
|
|
83013
|
+
className: styles$f.label,
|
|
83023
83014
|
children: ["Hide Axis labels", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
83024
83015
|
children: "Axis labels represents the x and y axis values"
|
|
83025
83016
|
})]
|
|
83026
83017
|
}), /* @__PURE__ */ jsx("div", {
|
|
83027
|
-
className: styles$
|
|
83018
|
+
className: styles$f.select,
|
|
83028
83019
|
children: /* @__PURE__ */ jsx(Select, {
|
|
83029
83020
|
value: customSettings.axisLabels,
|
|
83030
83021
|
options: [{
|
|
@@ -83047,16 +83038,16 @@ const ChartConfigure = ({
|
|
|
83047
83038
|
})
|
|
83048
83039
|
})]
|
|
83049
83040
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83050
|
-
className: styles$
|
|
83041
|
+
className: styles$f.seriesWrapper,
|
|
83051
83042
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
83052
83043
|
variant: "h1",
|
|
83053
83044
|
styleClass: "font-14",
|
|
83054
|
-
className: styles$
|
|
83045
|
+
className: styles$f.label,
|
|
83055
83046
|
children: ["Hide Splitlines", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
83056
83047
|
children: "Splitline is the reference lines that run along the directional x and y axis which act as reference markers"
|
|
83057
83048
|
})]
|
|
83058
83049
|
}), /* @__PURE__ */ jsx("div", {
|
|
83059
|
-
className: styles$
|
|
83050
|
+
className: styles$f.select,
|
|
83060
83051
|
children: /* @__PURE__ */ jsx(Select, {
|
|
83061
83052
|
value: customSettings.hideSplitLines,
|
|
83062
83053
|
options: [{
|
|
@@ -83079,16 +83070,16 @@ const ChartConfigure = ({
|
|
|
83079
83070
|
})
|
|
83080
83071
|
})]
|
|
83081
83072
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83082
|
-
className: styles$
|
|
83073
|
+
className: styles$f.seriesWrapper,
|
|
83083
83074
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
83084
83075
|
variant: "h1",
|
|
83085
83076
|
styleClass: "font-14",
|
|
83086
|
-
className: styles$
|
|
83077
|
+
className: styles$f.label,
|
|
83087
83078
|
children: ["Hide Axis Line", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
83088
83079
|
children: "The x-axis and y-axis lines act as a graph base from which the chart starts"
|
|
83089
83080
|
})]
|
|
83090
83081
|
}), /* @__PURE__ */ jsx("div", {
|
|
83091
|
-
className: styles$
|
|
83082
|
+
className: styles$f.select,
|
|
83092
83083
|
children: /* @__PURE__ */ jsx(Select, {
|
|
83093
83084
|
value: customSettings.hideAxisLines,
|
|
83094
83085
|
options: [{
|
|
@@ -83112,11 +83103,11 @@ const ChartConfigure = ({
|
|
|
83112
83103
|
})]
|
|
83113
83104
|
}), chartType2 === "bar" || chartType2 === "row" || chartType2 === "stack" ? /* @__PURE__ */ jsxs(Fragment, {
|
|
83114
83105
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
83115
|
-
className: styles$
|
|
83106
|
+
className: styles$f.seriesWrapper,
|
|
83116
83107
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
83117
83108
|
variant: "h1",
|
|
83118
83109
|
styleClass: "font-14",
|
|
83119
|
-
className: styles$
|
|
83110
|
+
className: styles$f.label,
|
|
83120
83111
|
children: ["Modify Bar width", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
83121
83112
|
children: "The width of each individual bar rectangle of the graph"
|
|
83122
83113
|
})]
|
|
@@ -83127,14 +83118,14 @@ const ChartConfigure = ({
|
|
|
83127
83118
|
...m2,
|
|
83128
83119
|
barWidth: parseInt(e2.target.value, 10)
|
|
83129
83120
|
})),
|
|
83130
|
-
|
|
83121
|
+
value: customSettings.barWidth
|
|
83131
83122
|
})]
|
|
83132
83123
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83133
|
-
className: styles$
|
|
83124
|
+
className: styles$f.seriesWrapper,
|
|
83134
83125
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
83135
83126
|
variant: "h1",
|
|
83136
83127
|
styleClass: "font-14",
|
|
83137
|
-
className: styles$
|
|
83128
|
+
className: styles$f.label,
|
|
83138
83129
|
children: ["Modify Bar radius", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
83139
83130
|
children: "The property that rounds the corners of the element's outer border edge"
|
|
83140
83131
|
})]
|
|
@@ -83145,18 +83136,18 @@ const ChartConfigure = ({
|
|
|
83145
83136
|
...m2,
|
|
83146
83137
|
barRadius: parseInt(e2.target.value, 10)
|
|
83147
83138
|
})),
|
|
83148
|
-
|
|
83139
|
+
value: customSettings.barRadius
|
|
83149
83140
|
})]
|
|
83150
83141
|
})]
|
|
83151
83142
|
}) : null]
|
|
83152
83143
|
})]
|
|
83153
83144
|
}), chartType2 === "single value" && /* @__PURE__ */ jsxs(Fragment, {
|
|
83154
83145
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
83155
|
-
className: styles$
|
|
83146
|
+
className: styles$f.seriesWrapper,
|
|
83156
83147
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83157
83148
|
variant: "h1",
|
|
83158
83149
|
styleClass: "font-14",
|
|
83159
|
-
className: styles$
|
|
83150
|
+
className: styles$f.label,
|
|
83160
83151
|
children: "Single Value Chart Font Size"
|
|
83161
83152
|
}), /* @__PURE__ */ jsx(InputField, {
|
|
83162
83153
|
type: "number",
|
|
@@ -83165,10 +83156,10 @@ const ChartConfigure = ({
|
|
|
83165
83156
|
...m2,
|
|
83166
83157
|
fontSize: parseInt(e2.target.value, 10)
|
|
83167
83158
|
})),
|
|
83168
|
-
|
|
83159
|
+
value: customSettings.fontSize
|
|
83169
83160
|
})]
|
|
83170
83161
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83171
|
-
className: styles$
|
|
83162
|
+
className: styles$f.singleCheckBox,
|
|
83172
83163
|
children: [/* @__PURE__ */ jsx(InputField, {
|
|
83173
83164
|
type: "checkbox",
|
|
83174
83165
|
label: "",
|
|
@@ -83180,18 +83171,18 @@ const ChartConfigure = ({
|
|
|
83180
83171
|
}), /* @__PURE__ */ jsxs(Text, {
|
|
83181
83172
|
variant: "h1",
|
|
83182
83173
|
styleClass: "font-14",
|
|
83183
|
-
className: styles$
|
|
83174
|
+
className: styles$f.label,
|
|
83184
83175
|
children: ["Single Value Sub-Header", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
83185
83176
|
children: "Single Value Sub-Header"
|
|
83186
83177
|
})]
|
|
83187
83178
|
})]
|
|
83188
83179
|
}), customSettings.subHeaderShow && /* @__PURE__ */ jsxs(Fragment, {
|
|
83189
83180
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
83190
|
-
className: styles$
|
|
83181
|
+
className: styles$f.seriesWrapper,
|
|
83191
83182
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83192
83183
|
variant: "h1",
|
|
83193
83184
|
styleClass: "font-14",
|
|
83194
|
-
className: styles$
|
|
83185
|
+
className: styles$f.label,
|
|
83195
83186
|
children: "Sub-Header Display Text"
|
|
83196
83187
|
}), /* @__PURE__ */ jsx(InputField, {
|
|
83197
83188
|
type: "text",
|
|
@@ -83201,14 +83192,14 @@ const ChartConfigure = ({
|
|
|
83201
83192
|
...m2,
|
|
83202
83193
|
displayText: e2.target.value
|
|
83203
83194
|
})),
|
|
83204
|
-
|
|
83195
|
+
value: customSettings.displayText
|
|
83205
83196
|
})]
|
|
83206
83197
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83207
|
-
className: styles$
|
|
83198
|
+
className: styles$f.seriesWrapper,
|
|
83208
83199
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83209
83200
|
variant: "h1",
|
|
83210
83201
|
styleClass: "font-14",
|
|
83211
|
-
className: styles$
|
|
83202
|
+
className: styles$f.label,
|
|
83212
83203
|
children: "Sub-Header Font Size"
|
|
83213
83204
|
}), /* @__PURE__ */ jsx(InputField, {
|
|
83214
83205
|
type: "number",
|
|
@@ -83217,17 +83208,17 @@ const ChartConfigure = ({
|
|
|
83217
83208
|
...m2,
|
|
83218
83209
|
subHeaderFontSize: parseInt(e2.target.value, 10)
|
|
83219
83210
|
})),
|
|
83220
|
-
|
|
83211
|
+
value: customSettings.subHeaderFontSize
|
|
83221
83212
|
})]
|
|
83222
83213
|
})]
|
|
83223
83214
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83224
|
-
className: styles$
|
|
83215
|
+
className: styles$f.seriesWrapper,
|
|
83225
83216
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83226
83217
|
variant: "h1",
|
|
83227
83218
|
styleClass: "primary",
|
|
83228
83219
|
children: "Date formatting"
|
|
83229
83220
|
}), /* @__PURE__ */ jsx("div", {
|
|
83230
|
-
className: styles$
|
|
83221
|
+
className: styles$f.valueLabelWrapper,
|
|
83231
83222
|
children: /* @__PURE__ */ jsx(Select, {
|
|
83232
83223
|
value: customSettings.dateFormatter,
|
|
83233
83224
|
options: [{
|
|
@@ -83262,13 +83253,13 @@ const ChartConfigure = ({
|
|
|
83262
83253
|
})
|
|
83263
83254
|
})]
|
|
83264
83255
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83265
|
-
className: styles$
|
|
83256
|
+
className: styles$f.seriesWrapper,
|
|
83266
83257
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83267
83258
|
variant: "h1",
|
|
83268
83259
|
styleClass: "primary",
|
|
83269
83260
|
children: "Number formatting"
|
|
83270
83261
|
}), /* @__PURE__ */ jsx("div", {
|
|
83271
|
-
className: styles$
|
|
83262
|
+
className: styles$f.valueLabelWrapper,
|
|
83272
83263
|
children: /* @__PURE__ */ jsx(Select, {
|
|
83273
83264
|
value: customSettings.numberFormatter,
|
|
83274
83265
|
textSize: "12px",
|
|
@@ -83346,7 +83337,7 @@ const button$1 = "_button_1fmoa_79";
|
|
|
83346
83337
|
const propertyButton = "_propertyButton_1fmoa_87";
|
|
83347
83338
|
const settings = "_settings_1fmoa_15";
|
|
83348
83339
|
const crossIcon = "_crossIcon_1fmoa_103";
|
|
83349
|
-
var styles$
|
|
83340
|
+
var styles$d = {
|
|
83350
83341
|
chartButtonContainer: chartButtonContainer$1,
|
|
83351
83342
|
"chartButton-header": "_chartButton-header_1fmoa_7",
|
|
83352
83343
|
"settingsTab-header-control": "_settingsTab-header-control_1fmoa_15",
|
|
@@ -83391,6 +83382,7 @@ const ChartSettings = ({
|
|
|
83391
83382
|
data: data2,
|
|
83392
83383
|
setXAxis,
|
|
83393
83384
|
setYAxisList,
|
|
83385
|
+
yAxisList,
|
|
83394
83386
|
xAxis,
|
|
83395
83387
|
setMeasure,
|
|
83396
83388
|
setStep,
|
|
@@ -83430,28 +83422,28 @@ const ChartSettings = ({
|
|
|
83430
83422
|
justifyContent: "center"
|
|
83431
83423
|
};
|
|
83432
83424
|
return /* @__PURE__ */ jsxs("div", {
|
|
83433
|
-
className: styles$
|
|
83425
|
+
className: styles$d.chartButtonContainer,
|
|
83434
83426
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
83435
|
-
className: styles$
|
|
83427
|
+
className: styles$d["chartButton-header"],
|
|
83436
83428
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
83437
83429
|
styleClass: "font-14c",
|
|
83438
83430
|
variant: "h1",
|
|
83439
|
-
className: styles$
|
|
83431
|
+
className: styles$d.settings,
|
|
83440
83432
|
children: [/* @__PURE__ */ jsx(mdiMixerSettingsVertical, {}), "Chart Settings"]
|
|
83441
83433
|
}), /* @__PURE__ */ jsx("div", {
|
|
83442
|
-
className: styles$
|
|
83434
|
+
className: styles$d.crossIcon,
|
|
83443
83435
|
children: /* @__PURE__ */ jsx(akarIconsCross, {
|
|
83444
83436
|
onClick: () => setSettingsShow(false)
|
|
83445
83437
|
})
|
|
83446
83438
|
})]
|
|
83447
83439
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83448
|
-
className: styles$
|
|
83440
|
+
className: styles$d.chartButtons,
|
|
83449
83441
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
83450
|
-
className: styles$
|
|
83442
|
+
className: styles$d["settingsTab-header-control"],
|
|
83451
83443
|
children: [/* @__PURE__ */ jsxs(Button, {
|
|
83452
83444
|
type: "button",
|
|
83453
83445
|
variant: "custom",
|
|
83454
|
-
className: `${styles$
|
|
83446
|
+
className: `${styles$d.chartButton} ${selectedTab2 === GENERAL && styles$d.chartButtonSelected}`,
|
|
83455
83447
|
onClick: () => setSelectedTab(GENERAL),
|
|
83456
83448
|
children: [selectedTab2 === GENERAL && /* @__PURE__ */ jsx("div", {
|
|
83457
83449
|
style: buttonColor,
|
|
@@ -83460,7 +83452,7 @@ const ChartSettings = ({
|
|
|
83460
83452
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
83461
83453
|
type: "button",
|
|
83462
83454
|
variant: "custom",
|
|
83463
|
-
className: `${styles$
|
|
83455
|
+
className: `${styles$d.chartButton} ${selectedTab2 === CONFIG && styles$d.chartButtonSelected}`,
|
|
83464
83456
|
onClick: () => setSelectedTab(CONFIG),
|
|
83465
83457
|
children: [selectedTab2 === CONFIG && /* @__PURE__ */ jsx("div", {
|
|
83466
83458
|
style: buttonColor,
|
|
@@ -83469,26 +83461,28 @@ const ChartSettings = ({
|
|
|
83469
83461
|
})]
|
|
83470
83462
|
}), selectedTab2 === GENERAL && /* @__PURE__ */ jsxs(Fragment, {
|
|
83471
83463
|
children: [/* @__PURE__ */ jsx("div", {
|
|
83472
|
-
className: styles$
|
|
83464
|
+
className: styles$d.tabContainer,
|
|
83473
83465
|
children: /* @__PURE__ */ jsx(Tab, {
|
|
83474
83466
|
activeTab: activeTab2,
|
|
83475
83467
|
options: [FIRST_TAB, SECOND_TAB],
|
|
83476
83468
|
setActiveTab,
|
|
83477
|
-
className: styles$
|
|
83478
|
-
tabText: styles$
|
|
83469
|
+
className: styles$d.tab,
|
|
83470
|
+
tabText: styles$d.tabText
|
|
83479
83471
|
})
|
|
83480
83472
|
}), activeTab2 === FIRST_TAB && /* @__PURE__ */ jsx("div", {
|
|
83481
|
-
className: styles$
|
|
83473
|
+
className: styles$d.button,
|
|
83482
83474
|
children: /* @__PURE__ */ jsx(ChartModalOptions, {
|
|
83475
|
+
chartType: chartType2,
|
|
83483
83476
|
setChartType
|
|
83484
83477
|
})
|
|
83485
83478
|
}), activeTab2 === SECOND_TAB && /* @__PURE__ */ jsx(Fragment, {
|
|
83486
83479
|
children: chartType2 && /* @__PURE__ */ jsx("div", {
|
|
83487
|
-
className: styles$
|
|
83480
|
+
className: styles$d.button,
|
|
83488
83481
|
children: /* @__PURE__ */ jsx(ChartConfig, {
|
|
83489
83482
|
data: data2,
|
|
83490
83483
|
setXAxis,
|
|
83491
83484
|
xAxis,
|
|
83485
|
+
yAxisList,
|
|
83492
83486
|
setYAxisList,
|
|
83493
83487
|
chartType: chartType2,
|
|
83494
83488
|
setStep,
|
|
@@ -83540,7 +83534,7 @@ const chartSettings = "_chartSettings_1cvrv_147";
|
|
|
83540
83534
|
const labels = "_labels_1cvrv_155";
|
|
83541
83535
|
const chartButtons = "_chartButtons_1cvrv_163";
|
|
83542
83536
|
const chartButton = "_chartButton_1cvrv_107";
|
|
83543
|
-
var styles$
|
|
83537
|
+
var styles$c = {
|
|
83544
83538
|
searchCommand: searchCommand$1,
|
|
83545
83539
|
"chartTab-container": "_chartTab-container_1cvrv_11",
|
|
83546
83540
|
chartText,
|
|
@@ -83608,6 +83602,7 @@ const ChartTab = ({
|
|
|
83608
83602
|
data: data2,
|
|
83609
83603
|
setXAxis,
|
|
83610
83604
|
setYAxisList,
|
|
83605
|
+
yAxisList,
|
|
83611
83606
|
xAxis,
|
|
83612
83607
|
setMeasure,
|
|
83613
83608
|
setStep,
|
|
@@ -83645,9 +83640,9 @@ const ChartTab = ({
|
|
|
83645
83640
|
const [isSettingsShow, setSettingsShow] = useState(false);
|
|
83646
83641
|
const [isShowFullScreen, setShowFullScreen] = useState(false);
|
|
83647
83642
|
return /* @__PURE__ */ jsxs("div", {
|
|
83648
|
-
className: styles$
|
|
83643
|
+
className: styles$c["chartTab-container"],
|
|
83649
83644
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
83650
|
-
className: styles$
|
|
83645
|
+
className: styles$c.metricChartHeader,
|
|
83651
83646
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83652
83647
|
styleClass: "primary",
|
|
83653
83648
|
variant: "p",
|
|
@@ -83655,7 +83650,7 @@ const ChartTab = ({
|
|
|
83655
83650
|
children: "Preview"
|
|
83656
83651
|
}), headerChild]
|
|
83657
83652
|
}), !(data2 == null ? void 0 : data2.length) && isLoading && /* @__PURE__ */ jsx("div", {
|
|
83658
|
-
className: styles$
|
|
83653
|
+
className: styles$c["loader-container"],
|
|
83659
83654
|
children: /* @__PURE__ */ jsx(eosIconsLoading, {
|
|
83660
83655
|
style: {
|
|
83661
83656
|
width: "50px",
|
|
@@ -83664,21 +83659,21 @@ const ChartTab = ({
|
|
|
83664
83659
|
}
|
|
83665
83660
|
})
|
|
83666
83661
|
}), !(data2 == null ? void 0 : data2.length) && !isLoading && /* @__PURE__ */ jsxs("div", {
|
|
83667
|
-
className: styles$
|
|
83662
|
+
className: styles$c.metricChartEmpty,
|
|
83668
83663
|
children: [/* @__PURE__ */ jsx("div", {
|
|
83669
|
-
className: styles$
|
|
83664
|
+
className: styles$c.searchWrapper,
|
|
83670
83665
|
children: /* @__PURE__ */ jsx(akarIconsSearch, {
|
|
83671
|
-
className: styles$
|
|
83666
|
+
className: styles$c.searchIcon
|
|
83672
83667
|
})
|
|
83673
83668
|
}), /* @__PURE__ */ jsx("div", {
|
|
83674
|
-
className: styles$
|
|
83669
|
+
className: styles$c.message,
|
|
83675
83670
|
children: /* @__PURE__ */ jsx(Text, {
|
|
83676
83671
|
styleClass: "font-14b",
|
|
83677
83672
|
variant: "p",
|
|
83678
83673
|
children: "Uh-oh, Nothing to display"
|
|
83679
83674
|
})
|
|
83680
83675
|
}), /* @__PURE__ */ jsx("div", {
|
|
83681
|
-
className: styles$
|
|
83676
|
+
className: styles$c.chartButton,
|
|
83682
83677
|
children: /* @__PURE__ */ jsx(Text, {
|
|
83683
83678
|
styleClass: "font-14a",
|
|
83684
83679
|
variant: "p",
|
|
@@ -83686,22 +83681,22 @@ const ChartTab = ({
|
|
|
83686
83681
|
})
|
|
83687
83682
|
})]
|
|
83688
83683
|
}), !!(data2 == null ? void 0 : data2.length) && !isLoading && /* @__PURE__ */ jsx("div", {
|
|
83689
|
-
className: styles$
|
|
83684
|
+
className: styles$c.metricChart,
|
|
83690
83685
|
children: /* @__PURE__ */ jsxs("div", {
|
|
83691
|
-
className: styles$
|
|
83686
|
+
className: styles$c["chartTab-wrapper"],
|
|
83692
83687
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
83693
|
-
className: styles$
|
|
83688
|
+
className: styles$c["chartTab-wrapper-head"],
|
|
83694
83689
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83695
83690
|
styleClass: "primary",
|
|
83696
83691
|
variant: "p",
|
|
83697
83692
|
className: "",
|
|
83698
83693
|
children: "Charts"
|
|
83699
83694
|
}), /* @__PURE__ */ jsxs("div", {
|
|
83700
|
-
className: styles$
|
|
83695
|
+
className: styles$c.chartButtons,
|
|
83701
83696
|
children: [/* @__PURE__ */ jsx(Button, {
|
|
83702
83697
|
type: "button",
|
|
83703
83698
|
variant: "custom",
|
|
83704
|
-
className: styles$
|
|
83699
|
+
className: styles$c.chartButton,
|
|
83705
83700
|
onClick: () => {
|
|
83706
83701
|
setSettingsShow(!isSettingsShow);
|
|
83707
83702
|
},
|
|
@@ -83709,22 +83704,23 @@ const ChartTab = ({
|
|
|
83709
83704
|
}), /* @__PURE__ */ jsx(Button, {
|
|
83710
83705
|
type: "button",
|
|
83711
83706
|
variant: "custom",
|
|
83712
|
-
className: (labels2 == null ? void 0 : labels2.length) ? styles$
|
|
83707
|
+
className: (labels2 == null ? void 0 : labels2.length) ? styles$c.fullQuery : styles$c.noQuery,
|
|
83713
83708
|
onClick: (labels2 == null ? void 0 : labels2.length) ? () => setShowFullScreen(true) : void 0,
|
|
83714
83709
|
children: /* @__PURE__ */ jsx(Icons, {
|
|
83715
83710
|
name: "fullscreen-icon",
|
|
83716
|
-
className: styles$
|
|
83711
|
+
className: styles$c.fullQueryIcon
|
|
83717
83712
|
})
|
|
83718
83713
|
})]
|
|
83719
83714
|
})]
|
|
83720
83715
|
}), isSettingsShow && /* @__PURE__ */ jsx("div", {
|
|
83721
|
-
className: styles$
|
|
83716
|
+
className: styles$c.chartSettings,
|
|
83722
83717
|
children: /* @__PURE__ */ jsx(ChartSettings, {
|
|
83723
83718
|
chartType: chartType2,
|
|
83724
83719
|
setChartType,
|
|
83725
83720
|
data: data2,
|
|
83726
83721
|
setXAxis,
|
|
83727
83722
|
setYAxisList,
|
|
83723
|
+
yAxisList,
|
|
83728
83724
|
xAxis,
|
|
83729
83725
|
setMeasure,
|
|
83730
83726
|
setStep,
|
|
@@ -83750,7 +83746,7 @@ const ChartTab = ({
|
|
|
83750
83746
|
setTableSettings
|
|
83751
83747
|
})
|
|
83752
83748
|
}), (labels2 == null ? void 0 : labels2.length) ? /* @__PURE__ */ jsx("div", {
|
|
83753
|
-
className: styles$
|
|
83749
|
+
className: styles$c.labels,
|
|
83754
83750
|
children: /* @__PURE__ */ jsx(MetricChart, {
|
|
83755
83751
|
labels: labels2,
|
|
83756
83752
|
data: {
|
|
@@ -83782,21 +83778,21 @@ const ChartTab = ({
|
|
|
83782
83778
|
chartRef
|
|
83783
83779
|
})
|
|
83784
83780
|
}) : /* @__PURE__ */ jsxs("div", {
|
|
83785
|
-
className: styles$
|
|
83781
|
+
className: styles$c.metricChartEmpty,
|
|
83786
83782
|
children: [/* @__PURE__ */ jsx("div", {
|
|
83787
|
-
className: styles$
|
|
83783
|
+
className: styles$c.searchWrapper,
|
|
83788
83784
|
children: /* @__PURE__ */ jsx(akarIconsSearch, {
|
|
83789
|
-
className: styles$
|
|
83785
|
+
className: styles$c.searchIcon
|
|
83790
83786
|
})
|
|
83791
83787
|
}), /* @__PURE__ */ jsx("div", {
|
|
83792
|
-
className: styles$
|
|
83788
|
+
className: styles$c.message,
|
|
83793
83789
|
children: /* @__PURE__ */ jsx(Text, {
|
|
83794
83790
|
styleClass: "font-14b",
|
|
83795
83791
|
variant: "p",
|
|
83796
83792
|
children: "Uh-oh, Nothing to display"
|
|
83797
83793
|
})
|
|
83798
83794
|
}), /* @__PURE__ */ jsx("div", {
|
|
83799
|
-
className: styles$
|
|
83795
|
+
className: styles$c.chartButton,
|
|
83800
83796
|
children: /* @__PURE__ */ jsx(Text, {
|
|
83801
83797
|
styleClass: "font-14a",
|
|
83802
83798
|
variant: "p",
|
|
@@ -83843,7 +83839,7 @@ const container$5 = "_container_yjeiv_1";
|
|
|
83843
83839
|
const wrapper$1 = "_wrapper_yjeiv_5";
|
|
83844
83840
|
const text = "_text_yjeiv_9";
|
|
83845
83841
|
const table$3 = "_table_yjeiv_12";
|
|
83846
|
-
var styles$
|
|
83842
|
+
var styles$b = {
|
|
83847
83843
|
container: container$5,
|
|
83848
83844
|
wrapper: wrapper$1,
|
|
83849
83845
|
text,
|
|
@@ -83859,7 +83855,7 @@ const tableRowCol$1 = "_tableRowCol_1jkce_49";
|
|
|
83859
83855
|
const tableColText = "_tableColText_1jkce_57";
|
|
83860
83856
|
const empty = "_empty_1jkce_65";
|
|
83861
83857
|
const error$1 = "_error_1jkce_73";
|
|
83862
|
-
var styles$
|
|
83858
|
+
var styles$a = {
|
|
83863
83859
|
container: container$4,
|
|
83864
83860
|
table: table$2,
|
|
83865
83861
|
tableHead,
|
|
@@ -83876,21 +83872,21 @@ const MetricTable = ({
|
|
|
83876
83872
|
isError
|
|
83877
83873
|
}) => {
|
|
83878
83874
|
return /* @__PURE__ */ jsxs("div", {
|
|
83879
|
-
className: styles$
|
|
83875
|
+
className: styles$a.container,
|
|
83880
83876
|
children: [!!(data2 == null ? void 0 : data2.length) && !isError && /* @__PURE__ */ jsxs("table", {
|
|
83881
|
-
className: styles$
|
|
83877
|
+
className: styles$a.table,
|
|
83882
83878
|
children: [/* @__PURE__ */ jsx("thead", {
|
|
83883
|
-
className: styles$
|
|
83879
|
+
className: styles$a.tableHead,
|
|
83884
83880
|
children: /* @__PURE__ */ jsx("tr", {
|
|
83885
|
-
className: styles$
|
|
83881
|
+
className: styles$a.tableRow,
|
|
83886
83882
|
children: Object.keys(data2[0]).map((item) => {
|
|
83887
83883
|
return /* @__PURE__ */ jsx("th", {
|
|
83888
|
-
className: styles$
|
|
83884
|
+
className: styles$a.tableHeadCol,
|
|
83889
83885
|
scope: "col",
|
|
83890
83886
|
children: /* @__PURE__ */ jsx(Text, {
|
|
83891
83887
|
styleClass: "font-14c",
|
|
83892
83888
|
variant: "h1",
|
|
83893
|
-
className: styles$
|
|
83889
|
+
className: styles$a.tableHeadColText,
|
|
83894
83890
|
children: item
|
|
83895
83891
|
})
|
|
83896
83892
|
}, item);
|
|
@@ -83899,21 +83895,21 @@ const MetricTable = ({
|
|
|
83899
83895
|
}), /* @__PURE__ */ jsx("tbody", {
|
|
83900
83896
|
children: data2 == null ? void 0 : data2.map((item, i) => /* @__PURE__ */ jsx("tr", {
|
|
83901
83897
|
children: Object.keys(data2[0]).map((d2, index2) => /* @__PURE__ */ jsx("td", {
|
|
83902
|
-
className: styles$
|
|
83898
|
+
className: styles$a.tableRowCol,
|
|
83903
83899
|
children: /* @__PURE__ */ jsx(Text, {
|
|
83904
83900
|
styleClass: "font-14",
|
|
83905
83901
|
variant: "p",
|
|
83906
|
-
className: styles$
|
|
83902
|
+
className: styles$a.tableColText,
|
|
83907
83903
|
children: JSON.stringify(item[d2])
|
|
83908
83904
|
})
|
|
83909
83905
|
}, index2))
|
|
83910
83906
|
}, i))
|
|
83911
83907
|
})]
|
|
83912
83908
|
}), !(data2 == null ? void 0 : data2.length) && !isError && /* @__PURE__ */ jsx("div", {
|
|
83913
|
-
className: styles$
|
|
83909
|
+
className: styles$a.empty,
|
|
83914
83910
|
children: "Table is empty"
|
|
83915
83911
|
}), isError && /* @__PURE__ */ jsx("div", {
|
|
83916
|
-
className: styles$
|
|
83912
|
+
className: styles$a.error,
|
|
83917
83913
|
children: data2.message
|
|
83918
83914
|
})]
|
|
83919
83915
|
});
|
|
@@ -83922,18 +83918,18 @@ const InputTables = ({
|
|
|
83922
83918
|
previewTableDataList
|
|
83923
83919
|
}) => {
|
|
83924
83920
|
return /* @__PURE__ */ jsx("div", {
|
|
83925
|
-
className: styles$
|
|
83921
|
+
className: styles$b.container,
|
|
83926
83922
|
children: /* @__PURE__ */ jsx("div", {
|
|
83927
|
-
className: styles$
|
|
83923
|
+
className: styles$b.wrapper,
|
|
83928
83924
|
children: previewTableDataList == null ? void 0 : previewTableDataList.map((table2) => /* @__PURE__ */ jsxs("div", {
|
|
83929
|
-
className: styles$
|
|
83925
|
+
className: styles$b.text,
|
|
83930
83926
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
83931
83927
|
variant: "h1",
|
|
83932
83928
|
styleClass: "primary",
|
|
83933
83929
|
className: "",
|
|
83934
83930
|
children: table2.name
|
|
83935
83931
|
}), /* @__PURE__ */ jsx("div", {
|
|
83936
|
-
className: styles$
|
|
83932
|
+
className: styles$b.table,
|
|
83937
83933
|
children: /* @__PURE__ */ jsx(MetricTable, {
|
|
83938
83934
|
data: table2.data,
|
|
83939
83935
|
isError: table2.isError
|
|
@@ -83948,7 +83944,7 @@ const header$1 = "_header_38zl3_5";
|
|
|
83948
83944
|
const tabButton$1 = "_tabButton_38zl3_16";
|
|
83949
83945
|
const selectedTab = "_selectedTab_38zl3_19";
|
|
83950
83946
|
const table$1 = "_table_38zl3_22";
|
|
83951
|
-
var styles$
|
|
83947
|
+
var styles$9 = {
|
|
83952
83948
|
container: container$3,
|
|
83953
83949
|
header: header$1,
|
|
83954
83950
|
"text-container": "_text-container_38zl3_9",
|
|
@@ -83971,7 +83967,7 @@ const noData$1 = "_noData_o6rhd_67";
|
|
|
83971
83967
|
const error = "_error_o6rhd_73";
|
|
83972
83968
|
const errorMsg = "_errorMsg_o6rhd_79";
|
|
83973
83969
|
const tableIcon = "_tableIcon_o6rhd_85";
|
|
83974
|
-
var styles$
|
|
83970
|
+
var styles$8 = {
|
|
83975
83971
|
"table-loader-container": "_table-loader-container_o6rhd_1",
|
|
83976
83972
|
tableData,
|
|
83977
83973
|
tableHeadCol,
|
|
@@ -84005,21 +84001,21 @@ const Table = ({
|
|
|
84005
84001
|
error: error2
|
|
84006
84002
|
}) => {
|
|
84007
84003
|
return /* @__PURE__ */ jsx("div", {
|
|
84008
|
-
className: styles$
|
|
84004
|
+
className: styles$8.container,
|
|
84009
84005
|
children: /* @__PURE__ */ jsxs("div", {
|
|
84010
|
-
className: styles$
|
|
84006
|
+
className: styles$8.previewTable,
|
|
84011
84007
|
children: [/* @__PURE__ */ jsx("div", {
|
|
84012
|
-
className: styles$
|
|
84008
|
+
className: styles$8.preview,
|
|
84013
84009
|
children: /* @__PURE__ */ jsx(Text, {
|
|
84014
84010
|
styleClass: "font-14c",
|
|
84015
84011
|
variant: "h1",
|
|
84016
|
-
className: styles$
|
|
84012
|
+
className: styles$8.previewText,
|
|
84017
84013
|
children: "Preview"
|
|
84018
84014
|
})
|
|
84019
84015
|
}), /* @__PURE__ */ jsxs("div", {
|
|
84020
|
-
className: styles$
|
|
84016
|
+
className: styles$8.tableData,
|
|
84021
84017
|
children: [isLoading && !(data2 == null ? void 0 : data2.length) && /* @__PURE__ */ jsx("div", {
|
|
84022
|
-
className: styles$
|
|
84018
|
+
className: styles$8["table-loader-container"],
|
|
84023
84019
|
children: /* @__PURE__ */ jsx(eosIconsLoading, {
|
|
84024
84020
|
style: {
|
|
84025
84021
|
width: "50px",
|
|
@@ -84028,13 +84024,13 @@ const Table = ({
|
|
|
84028
84024
|
}
|
|
84029
84025
|
})
|
|
84030
84026
|
}), !!(data2 == null ? void 0 : data2.length) && !isLoading && /* @__PURE__ */ jsxs("table", {
|
|
84031
|
-
className: styles$
|
|
84027
|
+
className: styles$8.table,
|
|
84032
84028
|
children: [/* @__PURE__ */ jsx("thead", {
|
|
84033
84029
|
children: /* @__PURE__ */ jsx("tr", {
|
|
84034
|
-
className: styles$
|
|
84030
|
+
className: styles$8.row,
|
|
84035
84031
|
children: Object.keys(data2[0]).map((item) => {
|
|
84036
84032
|
return /* @__PURE__ */ jsx("th", {
|
|
84037
|
-
className: styles$
|
|
84033
|
+
className: styles$8.tableHeadCol,
|
|
84038
84034
|
scope: "col",
|
|
84039
84035
|
children: /* @__PURE__ */ jsx(Text, {
|
|
84040
84036
|
styleClass: "font-14c",
|
|
@@ -84046,9 +84042,9 @@ const Table = ({
|
|
|
84046
84042
|
})
|
|
84047
84043
|
}), /* @__PURE__ */ jsx("tbody", {
|
|
84048
84044
|
children: data2.map((item, i) => /* @__PURE__ */ jsx("tr", {
|
|
84049
|
-
className: styles$
|
|
84045
|
+
className: styles$8.tableRow,
|
|
84050
84046
|
children: Object.keys(data2[0]).map((d2, index2) => /* @__PURE__ */ jsx("td", {
|
|
84051
|
-
className: styles$
|
|
84047
|
+
className: styles$8.tableRowCol,
|
|
84052
84048
|
children: /* @__PURE__ */ jsx(Text, {
|
|
84053
84049
|
styleClass: "font-14",
|
|
84054
84050
|
variant: "p",
|
|
@@ -84058,9 +84054,9 @@ const Table = ({
|
|
|
84058
84054
|
}, i))
|
|
84059
84055
|
})]
|
|
84060
84056
|
}), !(data2 == null ? void 0 : data2.length) && !isLoading && !error2.length && /* @__PURE__ */ jsxs("div", {
|
|
84061
|
-
className: styles$
|
|
84057
|
+
className: styles$8.noData,
|
|
84062
84058
|
children: [/* @__PURE__ */ jsx(teenyiconsTableOutline, {
|
|
84063
|
-
className: styles$
|
|
84059
|
+
className: styles$8.tableIcon,
|
|
84064
84060
|
width: "60px",
|
|
84065
84061
|
height: "60px"
|
|
84066
84062
|
}), /* @__PURE__ */ jsx(Text, {
|
|
@@ -84073,10 +84069,10 @@ const Table = ({
|
|
|
84073
84069
|
children: "Run your query to preview data"
|
|
84074
84070
|
})]
|
|
84075
84071
|
}), error2 && /* @__PURE__ */ jsx("div", {
|
|
84076
|
-
className: styles$
|
|
84072
|
+
className: styles$8.error,
|
|
84077
84073
|
children: /* @__PURE__ */ jsx(Text, {
|
|
84078
84074
|
styleClass: "primary",
|
|
84079
|
-
className: styles$
|
|
84075
|
+
className: styles$8.errorMsg,
|
|
84080
84076
|
variant: "p",
|
|
84081
84077
|
children: error2
|
|
84082
84078
|
})
|
|
@@ -84103,11 +84099,11 @@ const TableTab = ({
|
|
|
84103
84099
|
justifyContent: "center"
|
|
84104
84100
|
};
|
|
84105
84101
|
return /* @__PURE__ */ jsxs("div", {
|
|
84106
|
-
className: styles$
|
|
84102
|
+
className: styles$9.container,
|
|
84107
84103
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
84108
|
-
className: styles$
|
|
84104
|
+
className: styles$9.header,
|
|
84109
84105
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
84110
|
-
className: styles$
|
|
84106
|
+
className: styles$9["text-container"],
|
|
84111
84107
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
84112
84108
|
styleClass: "font-14c",
|
|
84113
84109
|
variant: "h1",
|
|
@@ -84118,11 +84114,11 @@ const TableTab = ({
|
|
|
84118
84114
|
children: "Preview your selected table & output table values"
|
|
84119
84115
|
})]
|
|
84120
84116
|
}), /* @__PURE__ */ jsxs("div", {
|
|
84121
|
-
className: styles$
|
|
84117
|
+
className: styles$9["btn-container"],
|
|
84122
84118
|
children: [/* @__PURE__ */ jsxs(Button, {
|
|
84123
84119
|
type: "button",
|
|
84124
84120
|
variant: "custom",
|
|
84125
|
-
className: styles$
|
|
84121
|
+
className: styles$9.tabButton,
|
|
84126
84122
|
onClick: () => setSelectedTab(INPUT_TABLE),
|
|
84127
84123
|
children: [selectedTab2 === INPUT_TABLE && /* @__PURE__ */ jsx("div", {
|
|
84128
84124
|
style: buttonColor,
|
|
@@ -84131,7 +84127,7 @@ const TableTab = ({
|
|
|
84131
84127
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
84132
84128
|
type: "button",
|
|
84133
84129
|
variant: "custom",
|
|
84134
|
-
className: styles$
|
|
84130
|
+
className: styles$9.tabButton,
|
|
84135
84131
|
onClick: () => setSelectedTab(OUTPUT_TABLE),
|
|
84136
84132
|
children: [selectedTab2 === OUTPUT_TABLE && /* @__PURE__ */ jsx("div", {
|
|
84137
84133
|
style: buttonColor,
|
|
@@ -84142,7 +84138,7 @@ const TableTab = ({
|
|
|
84142
84138
|
}), selectedTab2 === INPUT_TABLE && /* @__PURE__ */ jsx(InputTables, {
|
|
84143
84139
|
previewTableDataList
|
|
84144
84140
|
}), selectedTab2 === OUTPUT_TABLE && /* @__PURE__ */ jsx("div", {
|
|
84145
|
-
className: styles$
|
|
84141
|
+
className: styles$9.table,
|
|
84146
84142
|
children: /* @__PURE__ */ jsx(Table, {
|
|
84147
84143
|
data: outpuTableData,
|
|
84148
84144
|
isLoading: isOutputLoading,
|
|
@@ -84155,7 +84151,7 @@ const wrapper = "_wrapper_wy97p_9";
|
|
|
84155
84151
|
const searchCommand = "_searchCommand_wy97p_12";
|
|
84156
84152
|
const tabButton = "_tabButton_wy97p_15";
|
|
84157
84153
|
const tabActive = "_tabActive_wy97p_18";
|
|
84158
|
-
var styles$
|
|
84154
|
+
var styles$7 = {
|
|
84159
84155
|
"main-container": "_main-container_wy97p_1",
|
|
84160
84156
|
"outputTab-header": "_outputTab-header_wy97p_5",
|
|
84161
84157
|
wrapper,
|
|
@@ -84174,6 +84170,7 @@ const MetricOutput = ({
|
|
|
84174
84170
|
setChartType,
|
|
84175
84171
|
setXAxis,
|
|
84176
84172
|
setYAxisList,
|
|
84173
|
+
yAxisList,
|
|
84177
84174
|
xAxis,
|
|
84178
84175
|
setMeasure,
|
|
84179
84176
|
setStep,
|
|
@@ -84206,13 +84203,13 @@ const MetricOutput = ({
|
|
|
84206
84203
|
var _a2;
|
|
84207
84204
|
const [selectedTab2, setSelectedTab] = useState(TABLE_TAB);
|
|
84208
84205
|
return /* @__PURE__ */ jsxs("div", {
|
|
84209
|
-
className: styles$
|
|
84206
|
+
className: styles$7["main-container"],
|
|
84210
84207
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
84211
|
-
className: styles$
|
|
84208
|
+
className: styles$7["outputTab-header"],
|
|
84212
84209
|
children: [/* @__PURE__ */ jsxs(Button, {
|
|
84213
84210
|
type: "button",
|
|
84214
84211
|
variant: "custom",
|
|
84215
|
-
className: `${styles$
|
|
84212
|
+
className: `${styles$7.tabButton} ${selectedTab2 === TABLE_TAB && styles$7.tabActive}`,
|
|
84216
84213
|
onClick: () => setSelectedTab(TABLE_TAB),
|
|
84217
84214
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
84218
84215
|
name: "table-tab-icon"
|
|
@@ -84220,7 +84217,7 @@ const MetricOutput = ({
|
|
|
84220
84217
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
84221
84218
|
type: "button",
|
|
84222
84219
|
variant: "custom",
|
|
84223
|
-
className: `${styles$
|
|
84220
|
+
className: `${styles$7.tabButton} ${selectedTab2 === CHART_TAB && styles$7.tabActive}`,
|
|
84224
84221
|
onClick: () => setSelectedTab(CHART_TAB),
|
|
84225
84222
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
84226
84223
|
name: "visualization-icon"
|
|
@@ -84228,12 +84225,12 @@ const MetricOutput = ({
|
|
|
84228
84225
|
}), moreTabs == null ? void 0 : moreTabs.map((tabObj) => /* @__PURE__ */ jsx(Button, {
|
|
84229
84226
|
type: "button",
|
|
84230
84227
|
variant: "custom",
|
|
84231
|
-
className: `${styles$
|
|
84228
|
+
className: `${styles$7.tabButton} ${selectedTab2 === tabObj.name && styles$7.tabActive}`,
|
|
84232
84229
|
onClick: () => setSelectedTab(tabObj.name),
|
|
84233
84230
|
children: tabObj.tab
|
|
84234
84231
|
}, tabObj.name))]
|
|
84235
84232
|
}), /* @__PURE__ */ jsxs("div", {
|
|
84236
|
-
className: styles$
|
|
84233
|
+
className: styles$7.wrapper,
|
|
84237
84234
|
children: [selectedTab2 === TABLE_TAB && /* @__PURE__ */ jsx(TableTab, {
|
|
84238
84235
|
outpuTableData: data2,
|
|
84239
84236
|
isOutputLoading: isLoading,
|
|
@@ -84248,6 +84245,7 @@ const MetricOutput = ({
|
|
|
84248
84245
|
setChartType,
|
|
84249
84246
|
setXAxis,
|
|
84250
84247
|
setYAxisList,
|
|
84248
|
+
yAxisList,
|
|
84251
84249
|
xAxis,
|
|
84252
84250
|
setMeasure,
|
|
84253
84251
|
setStep,
|
|
@@ -84291,7 +84289,7 @@ const columnText = "_columnText_z8ldj_69";
|
|
|
84291
84289
|
const disabled = "_disabled_z8ldj_73";
|
|
84292
84290
|
const checkIcon = "_checkIcon_z8ldj_77";
|
|
84293
84291
|
const generateButton = "_generateButton_z8ldj_81";
|
|
84294
|
-
var styles$
|
|
84292
|
+
var styles$6 = {
|
|
84295
84293
|
"form-container": "_form-container_z8ldj_1",
|
|
84296
84294
|
"field-container": "_field-container_z8ldj_5",
|
|
84297
84295
|
"field-label": "_field-label_z8ldj_9",
|
|
@@ -84322,7 +84320,7 @@ const label = "_label_18a2n_25";
|
|
|
84322
84320
|
const menuContainer = "_menuContainer_18a2n_31";
|
|
84323
84321
|
const icon = "_icon_18a2n_37";
|
|
84324
84322
|
const container$1 = "_container_18a2n_43";
|
|
84325
|
-
var styles$
|
|
84323
|
+
var styles$5 = {
|
|
84326
84324
|
button,
|
|
84327
84325
|
menu,
|
|
84328
84326
|
inputLabel,
|
|
@@ -84414,16 +84412,16 @@ const TimeGrainField = ({
|
|
|
84414
84412
|
children: [isShowlabel ? /* @__PURE__ */ jsx(Text, {
|
|
84415
84413
|
styleClass: "font-14c",
|
|
84416
84414
|
variant: "p",
|
|
84417
|
-
className: styles$
|
|
84415
|
+
className: styles$5.label,
|
|
84418
84416
|
children: "Time Grain"
|
|
84419
84417
|
}) : null, /* @__PURE__ */ jsx(PopoverMenu, {
|
|
84420
84418
|
className,
|
|
84421
|
-
buttonClass: styles$
|
|
84419
|
+
buttonClass: styles$5.button,
|
|
84422
84420
|
isDisabled,
|
|
84423
|
-
menuClass: styles$
|
|
84424
|
-
menuContainerClass: styles$
|
|
84421
|
+
menuClass: styles$5.menu,
|
|
84422
|
+
menuContainerClass: styles$5.menuContainer,
|
|
84425
84423
|
button: /* @__PURE__ */ jsx(InputField, {
|
|
84426
|
-
inputClass: styles$
|
|
84424
|
+
inputClass: styles$5.input,
|
|
84427
84425
|
type: "text",
|
|
84428
84426
|
placeholder: "time range",
|
|
84429
84427
|
register: register2 == null ? void 0 : register2("timeGrain"),
|
|
@@ -84438,12 +84436,12 @@ const TimeGrainField = ({
|
|
|
84438
84436
|
})),
|
|
84439
84437
|
isDisabled: true,
|
|
84440
84438
|
icon: /* @__PURE__ */ jsx("span", {
|
|
84441
|
-
className: styles$
|
|
84439
|
+
className: styles$5.icon,
|
|
84442
84440
|
children: /* @__PURE__ */ jsx(materialSymbolsKeyboardArrowDown, {})
|
|
84443
84441
|
})
|
|
84444
84442
|
}),
|
|
84445
84443
|
children: /* @__PURE__ */ jsxs("div", {
|
|
84446
|
-
className: styles$
|
|
84444
|
+
className: styles$5.container,
|
|
84447
84445
|
children: [/* @__PURE__ */ jsx(Select, {
|
|
84448
84446
|
options: timeGrainOptions,
|
|
84449
84447
|
label: "Select Time Range",
|
|
@@ -84977,18 +84975,18 @@ const MetricForm = ({
|
|
|
84977
84975
|
return style2;
|
|
84978
84976
|
}, [globalTheme]);
|
|
84979
84977
|
return /* @__PURE__ */ jsxs("div", {
|
|
84980
|
-
className: styles$
|
|
84978
|
+
className: styles$6["form-container"],
|
|
84981
84979
|
children: [!isDisableTimeColumn && /* @__PURE__ */ jsxs("div", {
|
|
84982
|
-
className: styles$
|
|
84980
|
+
className: styles$6["field-container"],
|
|
84983
84981
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
84984
84982
|
variant: "h1",
|
|
84985
84983
|
styleClass: "custom",
|
|
84986
|
-
className: styles$
|
|
84984
|
+
className: styles$6["field-label"],
|
|
84987
84985
|
children: "Time Filter"
|
|
84988
84986
|
}), /* @__PURE__ */ jsx("div", {
|
|
84989
|
-
className: styles$
|
|
84987
|
+
className: styles$6["field-wrapper"],
|
|
84990
84988
|
children: /* @__PURE__ */ jsxs("div", {
|
|
84991
|
-
className: styles$
|
|
84989
|
+
className: styles$6["field-inner-container"],
|
|
84992
84990
|
children: [/* @__PURE__ */ jsx(FloatingDropDown, {
|
|
84993
84991
|
onChange: setTimeColumn,
|
|
84994
84992
|
selectedOption: timeColumn,
|
|
@@ -85010,28 +85008,28 @@ const MetricForm = ({
|
|
|
85010
85008
|
}), timeGrainValue && /* @__PURE__ */ jsxs(Button, {
|
|
85011
85009
|
type: "button",
|
|
85012
85010
|
variant: "custom",
|
|
85013
|
-
className: styles$
|
|
85011
|
+
className: styles$6["field-value"],
|
|
85014
85012
|
onClick: () => setTimeGrainValue(""),
|
|
85015
85013
|
children: [timeGrainValue, " ", /* @__PURE__ */ jsx(Icons, {
|
|
85016
85014
|
name: "close-icon",
|
|
85017
|
-
className: styles$
|
|
85015
|
+
className: styles$6.fieldValueIcon
|
|
85018
85016
|
})]
|
|
85019
85017
|
})]
|
|
85020
85018
|
})
|
|
85021
85019
|
})]
|
|
85022
85020
|
}), !isDisableAddMetric && /* @__PURE__ */ jsxs("div", {
|
|
85023
|
-
className: styles$
|
|
85021
|
+
className: styles$6["field-container"],
|
|
85024
85022
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
85025
85023
|
variant: "h1",
|
|
85026
85024
|
styleClass: "custom",
|
|
85027
|
-
className: styles$
|
|
85025
|
+
className: styles$6["field-label"],
|
|
85028
85026
|
children: ["Metric Creation", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
85029
85027
|
children: "configure metric columns"
|
|
85030
85028
|
})]
|
|
85031
85029
|
}), /* @__PURE__ */ jsx("div", {
|
|
85032
|
-
className: styles$
|
|
85030
|
+
className: styles$6["field-wrapper"],
|
|
85033
85031
|
children: /* @__PURE__ */ jsxs("div", {
|
|
85034
|
-
className: styles$
|
|
85032
|
+
className: styles$6["field-inner-container"],
|
|
85035
85033
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
85036
85034
|
variant: "p",
|
|
85037
85035
|
styleClass: "font-14",
|
|
@@ -85039,7 +85037,7 @@ const MetricForm = ({
|
|
|
85039
85037
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
85040
85038
|
type: "button",
|
|
85041
85039
|
variant: "secondary",
|
|
85042
|
-
className: styles$
|
|
85040
|
+
className: styles$6["field-add-btn"],
|
|
85043
85041
|
onClick: () => {
|
|
85044
85042
|
setOpenMetric(true);
|
|
85045
85043
|
setAliasValue("");
|
|
@@ -85047,18 +85045,18 @@ const MetricForm = ({
|
|
|
85047
85045
|
isDisabled: isDisableAddMetric,
|
|
85048
85046
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
85049
85047
|
name: "plus-icon",
|
|
85050
|
-
className: styles$
|
|
85048
|
+
className: styles$6.fieldAddBtnIcon
|
|
85051
85049
|
}), " ", "Add Aggregate Column"]
|
|
85052
85050
|
}), /* @__PURE__ */ jsx("div", {
|
|
85053
|
-
className: styles$
|
|
85051
|
+
className: styles$6["field-value-container"],
|
|
85054
85052
|
children: metrics.map((metric) => /* @__PURE__ */ jsxs(Button, {
|
|
85055
85053
|
type: "button",
|
|
85056
85054
|
variant: "custom",
|
|
85057
|
-
className: styles$
|
|
85055
|
+
className: styles$6["field-value"],
|
|
85058
85056
|
onClick: () => setMetrics((prev) => prev.filter((m2) => m2.as !== metric.as)),
|
|
85059
85057
|
children: [metric.as, " ", /* @__PURE__ */ jsx(Icons, {
|
|
85060
85058
|
name: "close-icon",
|
|
85061
|
-
className: styles$
|
|
85059
|
+
className: styles$6.fieldValueIcon
|
|
85062
85060
|
})]
|
|
85063
85061
|
}, metric.as))
|
|
85064
85062
|
}), /* @__PURE__ */ jsxs(Modal, {
|
|
@@ -85066,7 +85064,7 @@ const MetricForm = ({
|
|
|
85066
85064
|
isOpen: isOpenMetric,
|
|
85067
85065
|
onClose: () => setOpenMetric(false),
|
|
85068
85066
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
85069
|
-
className: styles$
|
|
85067
|
+
className: styles$6.dropdown,
|
|
85070
85068
|
children: [/* @__PURE__ */ jsx(FloatingDropDown, {
|
|
85071
85069
|
onChange: setMetricColumn,
|
|
85072
85070
|
selectedOption: metricColumn,
|
|
@@ -85092,7 +85090,7 @@ const MetricForm = ({
|
|
|
85092
85090
|
variant: "primary",
|
|
85093
85091
|
size: "small",
|
|
85094
85092
|
style: primaryButtonStyle,
|
|
85095
|
-
className: styles$
|
|
85093
|
+
className: styles$6.disabled,
|
|
85096
85094
|
isDisabled: !metricAggregate.value || !metricColumn.value,
|
|
85097
85095
|
onClick: () => {
|
|
85098
85096
|
setMetrics((prev) => [...prev, {
|
|
@@ -85118,18 +85116,18 @@ const MetricForm = ({
|
|
|
85118
85116
|
})
|
|
85119
85117
|
})]
|
|
85120
85118
|
}), !isDisableAddColumn && /* @__PURE__ */ jsxs("div", {
|
|
85121
|
-
className: styles$
|
|
85119
|
+
className: styles$6["field-container"],
|
|
85122
85120
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
85123
85121
|
variant: "h1",
|
|
85124
85122
|
styleClass: "custom",
|
|
85125
|
-
className: styles$
|
|
85123
|
+
className: styles$6["field-label"],
|
|
85126
85124
|
children: ["Columns", /* @__PURE__ */ jsx(InfoTooltip, {
|
|
85127
85125
|
children: "select columns for raw records query"
|
|
85128
85126
|
})]
|
|
85129
85127
|
}), /* @__PURE__ */ jsx("div", {
|
|
85130
|
-
className: styles$
|
|
85128
|
+
className: styles$6["field-wrapper"],
|
|
85131
85129
|
children: /* @__PURE__ */ jsxs("div", {
|
|
85132
|
-
className: styles$
|
|
85130
|
+
className: styles$6["field-inner-container"],
|
|
85133
85131
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
85134
85132
|
variant: "p",
|
|
85135
85133
|
styleClass: "font-14",
|
|
@@ -85137,7 +85135,7 @@ const MetricForm = ({
|
|
|
85137
85135
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
85138
85136
|
type: "button",
|
|
85139
85137
|
variant: "secondary",
|
|
85140
|
-
className: styles$
|
|
85138
|
+
className: styles$6["field-add-btn"],
|
|
85141
85139
|
onClick: () => {
|
|
85142
85140
|
setOpenColumn(true);
|
|
85143
85141
|
setAliasValue("");
|
|
@@ -85145,18 +85143,18 @@ const MetricForm = ({
|
|
|
85145
85143
|
isDisabled: isDisableAddColumn,
|
|
85146
85144
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
85147
85145
|
name: "plus-icon",
|
|
85148
|
-
className: styles$
|
|
85146
|
+
className: styles$6.fieldAddBtnIcon
|
|
85149
85147
|
}), " ", "Add Column"]
|
|
85150
85148
|
}), /* @__PURE__ */ jsx("div", {
|
|
85151
|
-
className: styles$
|
|
85149
|
+
className: styles$6["field-value-container"],
|
|
85152
85150
|
children: columns.map((c2) => /* @__PURE__ */ jsxs(Button, {
|
|
85153
85151
|
type: "button",
|
|
85154
85152
|
variant: "custom",
|
|
85155
|
-
className: styles$
|
|
85153
|
+
className: styles$6["field-value"],
|
|
85156
85154
|
onClick: () => setColumns((prev) => prev.filter((m2) => m2.as !== c2.as)),
|
|
85157
85155
|
children: [c2.as, " ", /* @__PURE__ */ jsx(Icons, {
|
|
85158
85156
|
name: "close-icon",
|
|
85159
|
-
className: styles$
|
|
85157
|
+
className: styles$6.fieldValueIcon
|
|
85160
85158
|
})]
|
|
85161
85159
|
}, c2.as))
|
|
85162
85160
|
}), /* @__PURE__ */ jsxs(Modal, {
|
|
@@ -85164,7 +85162,7 @@ const MetricForm = ({
|
|
|
85164
85162
|
isOpen: isOpenColumn,
|
|
85165
85163
|
onClose: () => setOpenColumn(false),
|
|
85166
85164
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
85167
|
-
className: styles$
|
|
85165
|
+
className: styles$6.dropdown,
|
|
85168
85166
|
children: [/* @__PURE__ */ jsx(FloatingDropDown, {
|
|
85169
85167
|
onChange: setColumn,
|
|
85170
85168
|
selectedOption: column2,
|
|
@@ -85184,7 +85182,7 @@ const MetricForm = ({
|
|
|
85184
85182
|
variant: "primary",
|
|
85185
85183
|
size: "small",
|
|
85186
85184
|
style: primaryButtonStyle,
|
|
85187
|
-
className: styles$
|
|
85185
|
+
className: styles$6.disabled,
|
|
85188
85186
|
isDisabled: !column2.value,
|
|
85189
85187
|
onClick: () => {
|
|
85190
85188
|
if (!columns.find((c2) => c2.as === aliasValue))
|
|
@@ -85201,16 +85199,16 @@ const MetricForm = ({
|
|
|
85201
85199
|
})
|
|
85202
85200
|
})]
|
|
85203
85201
|
}), /* @__PURE__ */ jsxs("div", {
|
|
85204
|
-
className: styles$
|
|
85202
|
+
className: styles$6["field-container"],
|
|
85205
85203
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
85206
85204
|
variant: "h1",
|
|
85207
85205
|
styleClass: "custom",
|
|
85208
|
-
className: styles$
|
|
85206
|
+
className: styles$6["field-label"],
|
|
85209
85207
|
children: "category filters"
|
|
85210
85208
|
}), /* @__PURE__ */ jsx("div", {
|
|
85211
|
-
className: styles$
|
|
85209
|
+
className: styles$6["field-wrapper"],
|
|
85212
85210
|
children: /* @__PURE__ */ jsxs("div", {
|
|
85213
|
-
className: styles$
|
|
85211
|
+
className: styles$6["field-inner-container"],
|
|
85214
85212
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
85215
85213
|
variant: "p",
|
|
85216
85214
|
styleClass: "font-14",
|
|
@@ -85218,22 +85216,22 @@ const MetricForm = ({
|
|
|
85218
85216
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
85219
85217
|
type: "button",
|
|
85220
85218
|
variant: "secondary",
|
|
85221
|
-
className: styles$
|
|
85219
|
+
className: styles$6["field-add-btn"],
|
|
85222
85220
|
onClick: () => setOpenFilter(true),
|
|
85223
85221
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
85224
85222
|
name: "plus-icon",
|
|
85225
|
-
className: styles$
|
|
85223
|
+
className: styles$6.fieldAddBtnIcon
|
|
85226
85224
|
}), " Add Filter Category"]
|
|
85227
85225
|
}), /* @__PURE__ */ jsx("div", {
|
|
85228
|
-
className: styles$
|
|
85226
|
+
className: styles$6["field-value-container"],
|
|
85229
85227
|
children: filters2.map((filter2) => /* @__PURE__ */ jsxs(Button, {
|
|
85230
85228
|
type: "button",
|
|
85231
85229
|
variant: "custom",
|
|
85232
|
-
className: styles$
|
|
85230
|
+
className: styles$6["field-value"],
|
|
85233
85231
|
onClick: () => setFilters((prev) => prev.filter((m2) => m2 !== filter2)),
|
|
85234
85232
|
children: [filter2, " ", /* @__PURE__ */ jsx(Icons, {
|
|
85235
85233
|
name: "close-icon",
|
|
85236
|
-
className: styles$
|
|
85234
|
+
className: styles$6.fieldValueIcon
|
|
85237
85235
|
})]
|
|
85238
85236
|
}, filter2))
|
|
85239
85237
|
}), /* @__PURE__ */ jsxs(Modal, {
|
|
@@ -85241,7 +85239,7 @@ const MetricForm = ({
|
|
|
85241
85239
|
isOpen: isOpenFilter,
|
|
85242
85240
|
onClose: () => setOpenFilter(false),
|
|
85243
85241
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
85244
|
-
className: styles$
|
|
85242
|
+
className: styles$6.filterDropdown,
|
|
85245
85243
|
children: [/* @__PURE__ */ jsx(FloatingDropDown, {
|
|
85246
85244
|
onChange: setFilterColumn,
|
|
85247
85245
|
selectedOption: filterColumn,
|
|
@@ -85255,7 +85253,7 @@ const MetricForm = ({
|
|
|
85255
85253
|
labelVariant: "static",
|
|
85256
85254
|
label: "Operator"
|
|
85257
85255
|
}), isInFilter ? /* @__PURE__ */ jsxs("div", {
|
|
85258
|
-
className: styles$
|
|
85256
|
+
className: styles$6.filterValue,
|
|
85259
85257
|
children: [/* @__PURE__ */ jsx(Text, {
|
|
85260
85258
|
variant: "p",
|
|
85261
85259
|
styleClass: "font-14",
|
|
@@ -85282,7 +85280,7 @@ const MetricForm = ({
|
|
|
85282
85280
|
size: "small",
|
|
85283
85281
|
isDisabled: !filterColumn.value || !operator.value || !isFilterValue,
|
|
85284
85282
|
style: primaryButtonStyle,
|
|
85285
|
-
className: styles$
|
|
85283
|
+
className: styles$6.disabled,
|
|
85286
85284
|
onClick: () => {
|
|
85287
85285
|
setFilters((prev) => [...prev, `${isBigQuery || isMySql ? `${filterColumn.value}` : isMongoDb ? `\`${filterColumn.value}\`` : `"${filterColumn.value}"`} ${operator.value} ${isInFilter ? `(${selectedFilterValues.map((f2) => `'${f2}'`).join(", ")})` : `${filterValue.value ? `'${filterValue.value}'` : ""}`}`]);
|
|
85288
85286
|
setOpenFilter(false);
|
|
@@ -85297,27 +85295,27 @@ const MetricForm = ({
|
|
|
85297
85295
|
}), /* @__PURE__ */ jsxs(Button, {
|
|
85298
85296
|
type: "button",
|
|
85299
85297
|
variant: "secondary",
|
|
85300
|
-
className: styles$
|
|
85298
|
+
className: styles$6["field-add-btn"],
|
|
85301
85299
|
onClick: () => setOpenSort(true),
|
|
85302
85300
|
children: [sort2 ? /* @__PURE__ */ jsx(mdiCircleEditOutline, {}) : /* @__PURE__ */ jsx(Icons, {
|
|
85303
85301
|
name: "plus-icon",
|
|
85304
|
-
className: styles$
|
|
85302
|
+
className: styles$6.fieldAddBtnIcon
|
|
85305
85303
|
}), " ", sort2 ? "Edit" : "Add", " Sort Category"]
|
|
85306
85304
|
}), sort2 && /* @__PURE__ */ jsxs(Button, {
|
|
85307
85305
|
type: "button",
|
|
85308
85306
|
variant: "custom",
|
|
85309
|
-
className: styles$
|
|
85307
|
+
className: styles$6["field-value"],
|
|
85310
85308
|
onClick: () => setSort(""),
|
|
85311
85309
|
children: [sort2, " ", /* @__PURE__ */ jsx(Icons, {
|
|
85312
85310
|
name: "close-icon",
|
|
85313
|
-
className: styles$
|
|
85311
|
+
className: styles$6.fieldValueIcon
|
|
85314
85312
|
})]
|
|
85315
85313
|
}), /* @__PURE__ */ jsxs(Modal, {
|
|
85316
85314
|
headerTitle: !columns.length ? sortColumn.value && sortAggregate.value ? `${sortAggregate.value}(${sortColumn.value})` : "Create sort" : sortColumn.value ? `${sortColumn.value}` : "Create sort",
|
|
85317
85315
|
isOpen: isOpenSort,
|
|
85318
85316
|
onClose: () => setOpenSort(false),
|
|
85319
85317
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
85320
|
-
className: styles$
|
|
85318
|
+
className: styles$6.dropdown,
|
|
85321
85319
|
children: [/* @__PURE__ */ jsx(FloatingDropDown, {
|
|
85322
85320
|
onChange: setSortColumn,
|
|
85323
85321
|
selectedOption: sortColumn,
|
|
@@ -85337,7 +85335,7 @@ const MetricForm = ({
|
|
|
85337
85335
|
variant: "primary",
|
|
85338
85336
|
size: "small",
|
|
85339
85337
|
isDisabled: !sortColumn.value || isDisableSorting,
|
|
85340
|
-
className: styles$
|
|
85338
|
+
className: styles$6.disabled,
|
|
85341
85339
|
style: primaryButtonStyle,
|
|
85342
85340
|
onClick: () => {
|
|
85343
85341
|
if (!columns.length) {
|
|
@@ -85362,32 +85360,32 @@ const MetricForm = ({
|
|
|
85362
85360
|
}), !columns.length && !!dateTimeColumnList.length && /* @__PURE__ */ jsxs(Text, {
|
|
85363
85361
|
styleClass: "font-14",
|
|
85364
85362
|
variant: "p",
|
|
85365
|
-
className: styles$
|
|
85363
|
+
className: styles$6.columnText,
|
|
85366
85364
|
children: [/* @__PURE__ */ jsx(Button, {
|
|
85367
85365
|
type: "button",
|
|
85368
85366
|
variant: "custom",
|
|
85369
85367
|
onClick: () => setIncludeTime((s2) => !s2),
|
|
85370
85368
|
isDisabled: !timeColumn.value || !!columns.length,
|
|
85371
85369
|
children: isIncludeTime ? /* @__PURE__ */ jsx(materialSymbolsCheckBoxRounded, {
|
|
85372
|
-
className: styles$
|
|
85370
|
+
className: styles$6.checkIcon
|
|
85373
85371
|
}) : /* @__PURE__ */ jsx(materialSymbolsCheckBoxOutlineBlank, {})
|
|
85374
85372
|
}), "Include Time"]
|
|
85375
85373
|
}), /* @__PURE__ */ jsxs(Text, {
|
|
85376
85374
|
styleClass: "font-14",
|
|
85377
85375
|
variant: "p",
|
|
85378
|
-
className: styles$
|
|
85376
|
+
className: styles$6.columnText,
|
|
85379
85377
|
children: [/* @__PURE__ */ jsx(Button, {
|
|
85380
85378
|
type: "button",
|
|
85381
85379
|
variant: "custom",
|
|
85382
85380
|
onClick: () => setSortDescending((s2) => !s2),
|
|
85383
85381
|
children: isSortDescending ? /* @__PURE__ */ jsx(materialSymbolsCheckBoxRounded, {
|
|
85384
|
-
className: styles$
|
|
85382
|
+
className: styles$6.checkIcon
|
|
85385
85383
|
}) : /* @__PURE__ */ jsx(materialSymbolsCheckBoxOutlineBlank, {})
|
|
85386
85384
|
}), "Sort Descending"]
|
|
85387
85385
|
}), /* @__PURE__ */ jsx(Button, {
|
|
85388
85386
|
type: "button",
|
|
85389
85387
|
variant: "primary",
|
|
85390
|
-
className: styles$
|
|
85388
|
+
className: styles$6.generateButton,
|
|
85391
85389
|
isDisabled: isGeneratingDataset || isDisableGenerate,
|
|
85392
85390
|
style: primaryButtonStyle,
|
|
85393
85391
|
onClick: () => {
|
|
@@ -85476,7 +85474,7 @@ const container = "_container_rofqe_1";
|
|
|
85476
85474
|
const header = "_header_rofqe_5";
|
|
85477
85475
|
const enableGroupBy = "_enableGroupBy_rofqe_8";
|
|
85478
85476
|
const enableGroupButton = "_enableGroupButton_rofqe_11";
|
|
85479
|
-
var styles$
|
|
85477
|
+
var styles$4 = {
|
|
85480
85478
|
container,
|
|
85481
85479
|
header,
|
|
85482
85480
|
enableGroupBy,
|
|
@@ -85499,9 +85497,9 @@ const ConstructMetric = ({
|
|
|
85499
85497
|
clientColumn
|
|
85500
85498
|
}) => {
|
|
85501
85499
|
return /* @__PURE__ */ jsxs("div", {
|
|
85502
|
-
className: styles$
|
|
85500
|
+
className: styles$4.container,
|
|
85503
85501
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
85504
|
-
className: styles$
|
|
85502
|
+
className: styles$4.header,
|
|
85505
85503
|
children: ["Data", setEnableGroupBy && /* @__PURE__ */ jsx(ToggleButton, {
|
|
85506
85504
|
enabled: isEnableGroupBy,
|
|
85507
85505
|
onChange: (enabled2) => setEnableGroupBy(enabled2),
|
|
@@ -85818,11 +85816,11 @@ const EmbeddedMetricCreation = ({
|
|
|
85818
85816
|
type: "button",
|
|
85819
85817
|
variant: variant === "floating" ? "custom" : "primary",
|
|
85820
85818
|
size: "large",
|
|
85821
|
-
className: variant === "floating" ? styles$
|
|
85819
|
+
className: variant === "floating" ? styles$h.floatingCreateButton : "",
|
|
85822
85820
|
onClick: () => setShowMetricCreateModal(true),
|
|
85823
85821
|
style: createMetricStyle,
|
|
85824
85822
|
children: variant === "floating" ? /* @__PURE__ */ jsx(mdiPlus, {
|
|
85825
|
-
className: styles$
|
|
85823
|
+
className: styles$h.floatingCreateButtonIcon
|
|
85826
85824
|
}) : "Create Metric"
|
|
85827
85825
|
}), /* @__PURE__ */ jsx(Modal, {
|
|
85828
85826
|
headerTitle: "Create Metric",
|
|
@@ -85837,7 +85835,7 @@ const EmbeddedMetricCreation = ({
|
|
|
85837
85835
|
setShowSaveMetricModal
|
|
85838
85836
|
}),
|
|
85839
85837
|
children: /* @__PURE__ */ jsxs("div", {
|
|
85840
|
-
className: styles$
|
|
85838
|
+
className: styles$h["modal-container"],
|
|
85841
85839
|
children: [/* @__PURE__ */ jsx(Dataset, {
|
|
85842
85840
|
setselectTable: setSelectTable,
|
|
85843
85841
|
selectTable,
|
|
@@ -85869,6 +85867,7 @@ const EmbeddedMetricCreation = ({
|
|
|
85869
85867
|
setChartType,
|
|
85870
85868
|
setXAxis,
|
|
85871
85869
|
setYAxisList,
|
|
85870
|
+
yAxisList,
|
|
85872
85871
|
xAxis,
|
|
85873
85872
|
setMeasure,
|
|
85874
85873
|
setStep,
|
|
@@ -85903,7 +85902,7 @@ const EmbeddedMetricCreation = ({
|
|
|
85903
85902
|
isOpen: isShowSqlModal,
|
|
85904
85903
|
onClose: () => setShowSqlModal(false),
|
|
85905
85904
|
children: /* @__PURE__ */ jsx("div", {
|
|
85906
|
-
className: styles$
|
|
85905
|
+
className: styles$h["query-modal"],
|
|
85907
85906
|
children: query
|
|
85908
85907
|
})
|
|
85909
85908
|
}), /* @__PURE__ */ jsx(Modal, {
|
|
@@ -91168,40 +91167,41 @@ function WidthProvideRGL(ComposedComponent) {
|
|
|
91168
91167
|
module.exports.Responsive.utils = responsiveUtils;
|
|
91169
91168
|
module.exports.WidthProvider = WidthProvider.default;
|
|
91170
91169
|
})(reactGridLayout);
|
|
91171
|
-
var styles$
|
|
91172
|
-
var styles$
|
|
91170
|
+
var styles$3 = "";
|
|
91171
|
+
var styles$2 = {
|
|
91173
91172
|
"MetricList-container": "_MetricList-container_1b506_1",
|
|
91174
91173
|
"MetricList-wrapper": "_MetricList-wrapper_1b506_9",
|
|
91175
91174
|
"noMetric-container": "_noMetric-container_1b506_17",
|
|
91176
91175
|
"noMetric-wrapper": "_noMetric-wrapper_1b506_25",
|
|
91177
91176
|
"alt-container": "_alt-container_1b506_33"
|
|
91178
91177
|
};
|
|
91179
|
-
const cardContainer = "
|
|
91180
|
-
const listHeader = "
|
|
91181
|
-
const metricName = "
|
|
91182
|
-
const metricDescription = "
|
|
91183
|
-
const popup = "
|
|
91184
|
-
const metricFilter = "
|
|
91185
|
-
const popupIcon = "
|
|
91186
|
-
const popupMenu = "
|
|
91187
|
-
const popupItem = "
|
|
91188
|
-
const popupItemIcon = "
|
|
91189
|
-
const csvBtn = "
|
|
91190
|
-
const metricData = "
|
|
91191
|
-
const singleValueData = "
|
|
91192
|
-
const singleValue = "
|
|
91193
|
-
const noData = "
|
|
91194
|
-
const noDataContent = "
|
|
91195
|
-
const noDataText = "
|
|
91196
|
-
const loading = "
|
|
91197
|
-
const features = "
|
|
91198
|
-
|
|
91178
|
+
const cardContainer = "_cardContainer_3ltmz_1";
|
|
91179
|
+
const listHeader = "_listHeader_3ltmz_9";
|
|
91180
|
+
const metricName = "_metricName_3ltmz_17";
|
|
91181
|
+
const metricDescription = "_metricDescription_3ltmz_25";
|
|
91182
|
+
const popup = "_popup_3ltmz_33";
|
|
91183
|
+
const metricFilter$1 = "_metricFilter_3ltmz_41";
|
|
91184
|
+
const popupIcon = "_popupIcon_3ltmz_49";
|
|
91185
|
+
const popupMenu = "_popupMenu_3ltmz_57";
|
|
91186
|
+
const popupItem = "_popupItem_3ltmz_65";
|
|
91187
|
+
const popupItemIcon = "_popupItemIcon_3ltmz_73";
|
|
91188
|
+
const csvBtn = "_csvBtn_3ltmz_81";
|
|
91189
|
+
const metricData = "_metricData_3ltmz_89";
|
|
91190
|
+
const singleValueData = "_singleValueData_3ltmz_97";
|
|
91191
|
+
const singleValue = "_singleValue_3ltmz_97";
|
|
91192
|
+
const noData = "_noData_3ltmz_113";
|
|
91193
|
+
const noDataContent = "_noDataContent_3ltmz_121";
|
|
91194
|
+
const noDataText = "_noDataText_3ltmz_129";
|
|
91195
|
+
const loading = "_loading_3ltmz_137";
|
|
91196
|
+
const features = "_features_3ltmz_145";
|
|
91197
|
+
const fullscreen = "_fullscreen_3ltmz_151";
|
|
91198
|
+
var styles$1 = {
|
|
91199
91199
|
cardContainer,
|
|
91200
91200
|
listHeader,
|
|
91201
91201
|
metricName,
|
|
91202
91202
|
metricDescription,
|
|
91203
91203
|
popup,
|
|
91204
|
-
metricFilter,
|
|
91204
|
+
metricFilter: metricFilter$1,
|
|
91205
91205
|
popupIcon,
|
|
91206
91206
|
popupMenu,
|
|
91207
91207
|
popupItem,
|
|
@@ -91214,7 +91214,8 @@ var styles = {
|
|
|
91214
91214
|
noDataContent,
|
|
91215
91215
|
noDataText,
|
|
91216
91216
|
loading,
|
|
91217
|
-
features
|
|
91217
|
+
features,
|
|
91218
|
+
fullscreen
|
|
91218
91219
|
};
|
|
91219
91220
|
var NoData = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAgMzAwIj48ZGVmcz48c3R5bGU+LmNscy0xe3N0cm9rZTojMTgyYzYwO30uY2xzLTEsLmNscy0ye2ZpbGw6bm9uZTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fS5jbHMtM3tmaWxsOiM1ODY1ZjY7b3BhY2l0eTouMTt9LmNscy00e2ZpbGw6I2YyZjNmNDt9LmNscy01e2ZpbGw6I2MxYzdjOTt9LmNscy02e2ZpbGw6I2RhZGVkZjt9LmNscy03e2ZpbGw6IzE4MmM2MDt9LmNscy0ye3N0cm9rZTojNTg2NWY2O3N0cm9rZS13aWR0aDo0cHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTIxMC41LDIwMC44M2MuNC0uNjYuNjgtMS40LjgyLTIuMiwxLjU4LTguODcsMy4xNS0xNy43NSw0LjczLTI2LjYyLDIuMDMtMTEuNDQsNC4wNi0yMi44OCw2LjA5LTM0LjMyLjcyLTQuMDgsMS43Ny04LjI1LDIuMTYtMTIuMzguNDMtNC41Ni0yLjA5LTkuNjgtNi44Ni0xMC42Ni0uMDEsMC0uMDMsMC0uMDQsMC0yLjQtLjQ5LTUuMDItLjIyLTcuNDUtLjIyaC00NC4yMmMtLjUyLDAtMi4zMy0uMzEtMi43NywwbC0yNC4yOCwxNy4yMmgtNjEuNjFjLTMuOTcsMC02Ljk5LDMuNTYtNi4zNCw3LjQ3bDkuNzUsNTkuNDJjLjUxLDMuMTEsMy4yLDUuMzksNi4zNCw1LjM5aDExNy44NiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTIwNywxMTQuNDN2LTguNTRjMC0zLjU1LTIuODgtNi40My02LjQzLTYuNDNoLTE3LjE5Ii8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTAzLjQ3LDk5LjQ2aC0xNS4xMmMtMy41NSwwLTYuNDMsMi44OC02LjQzLDYuNDN2MjUuNDgiLz48Zz48bGluZSBjbGFzcz0iY2xzLTIiIHgxPSIxMTQuMTIiIHkxPSI5NC4wOCIgeDI9IjE0NC44NCIgeTI9Ijk0LjA4Ii8+PGc+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIxMTIuNjEiIHk9IjEwMi40MyIgd2lkdGg9IjE4Ljk3IiBoZWlnaHQ9IjMuMiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTM3LjYxIiB5PSIxMDIuNDMiIHdpZHRoPSI4LjkiIGhlaWdodD0iMy4yIi8+PC9nPjwvZz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Im0xNjQuOTgsODEuNDZsLS4wOCwxNi4yOHMuMTUsMy4yNC4zLDMuNjIuNiwxLjUxLDEuMTMsMS44OCwxLjAyLjc5LDEuNzcsMS4wNi45NC40OSwyLjExLjQ5LDE4LjE3LjA0LDE4LjE3LjA0bC0yMy40MS0yMy4zN1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xODguNTEsMTA0LjkxdjkuNTIiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xMDMuNTMsMTMxLjM3di00NC45NWMwLTIuODQsMi4zLTUuMTUsNS4xNS01LjE1LDE4Ljc3LDAsMzcuNTQsMCw1Ni4zMSwwIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJtMTY1LjAxLDgxLjI3djE4LjM1YzAsMi44NCwyLjMxLDUuMTUsNS4xNSw1LjE1aDE4LjM1cy0yMy41LTIzLjYyLTIzLjUtMjMuNVoiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE2OC4yMSIgY3k9IjE2My4yNyIgcj0iMjQuOTYiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE2OC4yMSIgY3k9IjE2My4yNyIgcj0iMzEuMjUiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0xOTIuNTcsMTgzLjMzYzkuNjIsOS42MiwzMC4yOCwzMC4yOCwzMC4yOCwzMC4yOCwxLjE3LDEuMTcsMS4xNywzLjA3LDAsNC4yNHMtMy4wNywxLjE3LTQuMjQsMGMwLDAtMjAuNTgtMjAuNTgtMzAuMjItMzAuMjIiLz48Zz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Im0xNjguNjYsMTcwLjkzYy0uNzQsMC0xLjM0LjI0LTEuODEuNzItLjQ3LjQ4LS43MSwxLjA5LS43MSwxLjgzcy4yNCwxLjMyLjcxLDEuODFjLjQ3LjQ5LDEuMDcuNzQsMS44MS43NHMxLjM0LS4yNSwxLjgxLS43NGMuNDctLjQ5LjcxLTEuMS43MS0xLjgxcy0uMjQtMS4zNC0uNzEtMS44M2MtLjQ3LS40OC0xLjA4LS43Mi0xLjgxLS43MloiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Im0xNzQuNjksMTUzLjc3Yy0uNjItMS4wMi0xLjQ5LTEuODItMi42LTIuNC0xLjEyLS41Ny0yLjQtLjg2LTMuODUtLjg2LTEuNjgsMC0zLjE3LjQtNC40NywxLjE5cy0yLjI5LDEuOTQtMi45OCwzLjQzbDIuNzYsMi4yOGMuNDYtMS4wNiwxLjA3LTEuODYsMS44NS0yLjQuNzctLjU0LDEuNjUtLjgxLDIuNjQtLjgxLjc2LDAsMS40MS4xNCwxLjk3LjQxLjU1LjI4Ljk4LjY3LDEuMjgsMS4xNy4zLjUxLjQ1LDEuMS40NSwxLjc5cy0uMTYsMS4yOS0uNDcsMS44MWMtLjMxLjUyLS43NS45Mi0xLjMxLDEuMjEtLjU2LjI5LTEuMjIuNDMtMS45OC40M2gtLjkzdjYuNjZoMy4yOGwuMjYtMy43M2MuNzEtLjI0LDEuMzctLjU1LDEuOTUtLjkzLjk5LS42NCwxLjc1LTEuNDUsMi4yOS0yLjQxLjU0LS45Ny44MS0yLjA3LjgxLTMuMzEsMC0xLjMzLS4zMS0yLjUxLS45My0zLjU0WiIvPjwvZz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im04NS41NSwyMDMuOTdjLjY4LDIuODksMy4yNiw0Ljk2LDYuMjYsNC45NmgxMTcuNzMiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Im0yMTUuMzcsMjA2LjA0Yy40Ny0uNzEuOC0xLjUyLjk1LTIuNCwxLjU4LTguODcsMy4xNS0xNy43NSw0LjczLTI2LjYyLDIuMDMtMTEuNDQsNC4wNi0yMi44OCw2LjA5LTM0LjMyLjcyLTQuMDgsMS43Ny04LjI1LDIuMTYtMTIuMzguMzktNC4xNi0xLjY4LTguNzktNS42Ny0xMC4zMSIvPjxwYXRoIGNsYXNzPSJjbHMtNyIgZD0ibTIyMy41MSwxMjAuMDhzLjQ5LDEuNjIuNTMsMS43My4zMiwyLjQ0LjMyLDIuNDRsLS4wNCwxLjkxLTEuMzgsNy4xMy0zLjM5LDE5LjMxLTIuODksMTUuOTItMi45NiwxNi43Ni0yLjQ0LDEzLjE2LS45MiwyLjY1LDQuOTgsNS4xNS44NS0yLjE1LjgxLTQuMDYsMS40OC04LjMzLDIuODItMTUuNzEsMi4xNS0xMi4xMSwxLjk0LTExLjM2LDIuNzUtMTQuNzUuODgtNC42OS4yOC0yLjU4LjA3LTIuMTItLjYtMi43NS0xLjI0LTIuMzYtMS4wOS0xLjU5LTIuMDEtMS4zMS0uOTItLjI4WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNyIgcG9pbnRzPSI4NS42OCAyMDMuOTMgMjA0LjU1IDIwMy44NCAyMDkuMzUgMjA4LjczIDE0OC40OCAyMDguODggOTAuOTUgMjA5LjAyIDg5LjUgMjA4LjY2IDg3Ljk4IDIwNy45MiA4Ni44MiAyMDYuNTggODYuMDEgMjA1LjAzIDg1LjY4IDIwMy45MyIvPjwvc3ZnPg==";
|
|
91220
91221
|
const handleSaveChartImage = (chartRef) => {
|
|
@@ -91261,6 +91262,74 @@ const ChartImageDownloadButton = ({
|
|
|
91261
91262
|
}), text2]
|
|
91262
91263
|
});
|
|
91263
91264
|
};
|
|
91265
|
+
const metricFilter = "_metricFilter_k2gef_1";
|
|
91266
|
+
const customContainer = "_customContainer_k2gef_4";
|
|
91267
|
+
var styles = {
|
|
91268
|
+
metricFilter,
|
|
91269
|
+
customContainer
|
|
91270
|
+
};
|
|
91271
|
+
const MetricFilterDropDown = ({
|
|
91272
|
+
rlsConditions,
|
|
91273
|
+
onChangeFilterValue
|
|
91274
|
+
}) => {
|
|
91275
|
+
return /* @__PURE__ */ jsx("div", {
|
|
91276
|
+
children: !!(rlsConditions == null ? void 0 : rlsConditions.length) && onChangeFilterValue ? rlsConditions[0].datatype !== "date" ? /* @__PURE__ */ jsx("div", {
|
|
91277
|
+
className: styles.metricFilter,
|
|
91278
|
+
children: /* @__PURE__ */ jsx(FloatingDropDown, {
|
|
91279
|
+
label: rlsConditions[0].name,
|
|
91280
|
+
selectedOption: {
|
|
91281
|
+
value: rlsConditions[0].value || rlsConditions[0].options[0],
|
|
91282
|
+
label: rlsConditions[0].value || rlsConditions[0].options[0]
|
|
91283
|
+
},
|
|
91284
|
+
options: rlsConditions[0].options.map((o2) => ({
|
|
91285
|
+
value: o2,
|
|
91286
|
+
label: o2
|
|
91287
|
+
})),
|
|
91288
|
+
onChange: (option2) => onChangeFilterValue(rlsConditions[0].name, option2.value)
|
|
91289
|
+
})
|
|
91290
|
+
}) : /* @__PURE__ */ jsx("div", {
|
|
91291
|
+
className: styles.metricFilter,
|
|
91292
|
+
children: /* @__PURE__ */ jsx(FloatingDropDown, {
|
|
91293
|
+
label: rlsConditions[0].name,
|
|
91294
|
+
selectedOption: {
|
|
91295
|
+
value: rlsConditions[0].value || rlsConditions[0].options[0].name,
|
|
91296
|
+
label: rlsConditions[0].value || rlsConditions[0].options[0].name
|
|
91297
|
+
},
|
|
91298
|
+
options: rlsConditions[0].options.map((o2) => ({
|
|
91299
|
+
value: o2.name,
|
|
91300
|
+
label: o2.name
|
|
91301
|
+
})),
|
|
91302
|
+
onChange: (option2) => onChangeFilterValue(rlsConditions[0].name, option2.value),
|
|
91303
|
+
children: rlsConditions[0].value === "Custom" ? /* @__PURE__ */ jsxs("div", {
|
|
91304
|
+
className: styles.customContainer,
|
|
91305
|
+
children: [/* @__PURE__ */ jsx(InputField, {
|
|
91306
|
+
label: "From Date",
|
|
91307
|
+
type: "date",
|
|
91308
|
+
onChange: ({
|
|
91309
|
+
target: {
|
|
91310
|
+
value
|
|
91311
|
+
}
|
|
91312
|
+
}) => {
|
|
91313
|
+
onChangeFilterValue(rlsConditions[0].name, "Custom", {
|
|
91314
|
+
from: new Date(Date.parse(value))
|
|
91315
|
+
});
|
|
91316
|
+
}
|
|
91317
|
+
}), /* @__PURE__ */ jsx(InputField, {
|
|
91318
|
+
label: "To Date",
|
|
91319
|
+
type: "date",
|
|
91320
|
+
onChange: ({
|
|
91321
|
+
target: {
|
|
91322
|
+
value
|
|
91323
|
+
}
|
|
91324
|
+
}) => onChangeFilterValue(rlsConditions[0].name, "Custom", {
|
|
91325
|
+
to: new Date(Date.parse(value))
|
|
91326
|
+
})
|
|
91327
|
+
})]
|
|
91328
|
+
}) : null
|
|
91329
|
+
})
|
|
91330
|
+
}) : void 0
|
|
91331
|
+
});
|
|
91332
|
+
};
|
|
91264
91333
|
const MetricCard = ({
|
|
91265
91334
|
globalFilters = {
|
|
91266
91335
|
tableName: "",
|
|
@@ -91388,6 +91457,7 @@ const MetricCard = ({
|
|
|
91388
91457
|
const [isEnableGroupBy, setEnableGroupBy] = useState(false);
|
|
91389
91458
|
const [selectedGroupBy, setSelectedGroupBy] = useState([]);
|
|
91390
91459
|
const [groupBy, setGroupBy] = useState();
|
|
91460
|
+
const [isShowTablePreview, setTablePreview] = useState(false);
|
|
91391
91461
|
const [groupedData, setGroupedData] = useState([]);
|
|
91392
91462
|
useEffect(() => {
|
|
91393
91463
|
setYAxisList(metricItem == null ? void 0 : metricItem.chartOptions.yAxisList);
|
|
@@ -91558,15 +91628,15 @@ const MetricCard = ({
|
|
|
91558
91628
|
style2.color = globalTheme.cardDescription.fontSize.trim() || void 0;
|
|
91559
91629
|
return style2;
|
|
91560
91630
|
}, [globalTheme]);
|
|
91561
|
-
return /* @__PURE__ */
|
|
91562
|
-
children: /* @__PURE__ */ jsxs("div", {
|
|
91563
|
-
className: styles.cardContainer,
|
|
91631
|
+
return /* @__PURE__ */ jsxs(Fragment, {
|
|
91632
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
91633
|
+
className: styles$1.cardContainer,
|
|
91564
91634
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
91565
|
-
className: styles.listHeader,
|
|
91635
|
+
className: styles$1.listHeader,
|
|
91566
91636
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
91567
91637
|
variant: "h3",
|
|
91568
91638
|
styleClass: "primary",
|
|
91569
|
-
className: styles.metricName,
|
|
91639
|
+
className: styles$1.metricName,
|
|
91570
91640
|
style: titleStyle,
|
|
91571
91641
|
children: [renderHeaderName ? renderHeaderName(metricItem.name) : /* @__PURE__ */ jsx(Button, {
|
|
91572
91642
|
type: "button",
|
|
@@ -91577,78 +91647,27 @@ const MetricCard = ({
|
|
|
91577
91647
|
style: titleStyle,
|
|
91578
91648
|
children: metricItem.name
|
|
91579
91649
|
}), metricItem.description && /* @__PURE__ */ jsx("span", {
|
|
91580
|
-
className: styles.metricDescription,
|
|
91650
|
+
className: styles$1.metricDescription,
|
|
91581
91651
|
style: descriptionStyle,
|
|
91582
91652
|
children: metricItem.description
|
|
91583
91653
|
})]
|
|
91584
91654
|
}), /* @__PURE__ */ jsxs("div", {
|
|
91585
|
-
className: styles.features,
|
|
91586
|
-
children: [
|
|
91587
|
-
|
|
91588
|
-
|
|
91589
|
-
|
|
91590
|
-
|
|
91591
|
-
value: rlsConditions[0].value || rlsConditions[0].options[0],
|
|
91592
|
-
label: rlsConditions[0].value || rlsConditions[0].options[0]
|
|
91593
|
-
},
|
|
91594
|
-
options: rlsConditions[0].options.map((o2) => ({
|
|
91595
|
-
value: o2,
|
|
91596
|
-
label: o2
|
|
91597
|
-
})),
|
|
91598
|
-
onChange: (option2) => onChangeFilterValue(rlsConditions[0].name, option2.value)
|
|
91599
|
-
})
|
|
91600
|
-
}) : /* @__PURE__ */ jsx("div", {
|
|
91601
|
-
className: styles.metricFilter,
|
|
91602
|
-
children: /* @__PURE__ */ jsx(FloatingDropDown, {
|
|
91603
|
-
label: rlsConditions[0].name,
|
|
91604
|
-
selectedOption: {
|
|
91605
|
-
value: rlsConditions[0].value.name || rlsConditions[0].options[0].name,
|
|
91606
|
-
label: rlsConditions[0].value.name || rlsConditions[0].options[0].name
|
|
91607
|
-
},
|
|
91608
|
-
options: rlsConditions[0].options.map((o2) => ({
|
|
91609
|
-
value: o2.name,
|
|
91610
|
-
label: o2.name
|
|
91611
|
-
})),
|
|
91612
|
-
onChange: (option2) => onChangeFilterValue(rlsConditions[0].name, option2.value),
|
|
91613
|
-
children: rlsConditions[0].value === "Custom" ? /* @__PURE__ */ jsxs("div", {
|
|
91614
|
-
className: "p-1",
|
|
91615
|
-
children: [/* @__PURE__ */ jsx(InputField, {
|
|
91616
|
-
label: "From Date",
|
|
91617
|
-
type: "date",
|
|
91618
|
-
onChange: ({
|
|
91619
|
-
target: {
|
|
91620
|
-
value
|
|
91621
|
-
}
|
|
91622
|
-
}) => {
|
|
91623
|
-
onChangeFilterValue(rlsConditions[0].name, "Custom", {
|
|
91624
|
-
from: new Date(Date.parse(value))
|
|
91625
|
-
});
|
|
91626
|
-
}
|
|
91627
|
-
}), /* @__PURE__ */ jsx(InputField, {
|
|
91628
|
-
label: "To Date",
|
|
91629
|
-
type: "date",
|
|
91630
|
-
onChange: ({
|
|
91631
|
-
target: {
|
|
91632
|
-
value
|
|
91633
|
-
}
|
|
91634
|
-
}) => onChangeFilterValue(rlsConditions[0].name, "Custom", {
|
|
91635
|
-
to: new Date(Date.parse(value))
|
|
91636
|
-
})
|
|
91637
|
-
})]
|
|
91638
|
-
}) : null
|
|
91639
|
-
})
|
|
91640
|
-
})), /* @__PURE__ */ jsxs(PopoverMenu, {
|
|
91641
|
-
buttonClass: styles.popup,
|
|
91655
|
+
className: styles$1.features,
|
|
91656
|
+
children: [/* @__PURE__ */ jsx(MetricFilterDropDown, {
|
|
91657
|
+
rlsConditions,
|
|
91658
|
+
onChangeFilterValue
|
|
91659
|
+
}), /* @__PURE__ */ jsxs(PopoverMenu, {
|
|
91660
|
+
buttonClass: styles$1.popup,
|
|
91642
91661
|
button: /* @__PURE__ */ jsx(Icons, {
|
|
91643
91662
|
name: "more-icon",
|
|
91644
|
-
className: styles.popupIcon
|
|
91663
|
+
className: styles$1.popupIcon
|
|
91645
91664
|
}),
|
|
91646
|
-
menuClass: styles.popupMenu,
|
|
91665
|
+
menuClass: styles$1.popupMenu,
|
|
91647
91666
|
position: "bottom-right",
|
|
91648
91667
|
children: [/* @__PURE__ */ jsxs(Button, {
|
|
91649
91668
|
type: "button",
|
|
91650
91669
|
variant: "custom",
|
|
91651
|
-
className: styles.popupItem,
|
|
91670
|
+
className: styles$1.popupItem,
|
|
91652
91671
|
onClick: () => {
|
|
91653
91672
|
var _a3, _b3;
|
|
91654
91673
|
return onMaximize({
|
|
@@ -91676,40 +91695,49 @@ const MetricCard = ({
|
|
|
91676
91695
|
},
|
|
91677
91696
|
children: [/* @__PURE__ */ jsx(Icons, {
|
|
91678
91697
|
name: "fullscreen-icon",
|
|
91679
|
-
className: styles.popupItemIcon
|
|
91698
|
+
className: styles$1.popupItemIcon
|
|
91680
91699
|
}), "Enter Fullscreen"]
|
|
91681
91700
|
}), /* @__PURE__ */ jsx(ChartImageDownloadButton, {
|
|
91682
91701
|
text: "Save As PNG",
|
|
91683
91702
|
chartRef,
|
|
91684
|
-
className: `${styles.popupItem} ${styles.csvBtn}`,
|
|
91685
|
-
iconClass: styles.popupItemIcon
|
|
91703
|
+
className: `${styles$1.popupItem} ${styles$1.csvBtn}`,
|
|
91704
|
+
iconClass: styles$1.popupItemIcon
|
|
91686
91705
|
}), /* @__PURE__ */ jsx(CsvDownloadButton, {
|
|
91687
91706
|
data: dataDb,
|
|
91688
91707
|
fileName: metricItem.name,
|
|
91689
|
-
className: `${styles.popupItem} ${styles.csvBtn}`,
|
|
91708
|
+
className: `${styles$1.popupItem} ${styles$1.csvBtn}`,
|
|
91690
91709
|
text: "Save As CSV",
|
|
91691
|
-
iconClass: styles.popupItemIcon
|
|
91710
|
+
iconClass: styles$1.popupItemIcon
|
|
91711
|
+
}), !!dataDb.length && /* @__PURE__ */ jsxs(Button, {
|
|
91712
|
+
variant: "custom",
|
|
91713
|
+
type: "button",
|
|
91714
|
+
className: `${styles$1.popupItem} ${styles$1.csvBtn}`,
|
|
91715
|
+
onClick: () => setTablePreview(true),
|
|
91716
|
+
children: [/* @__PURE__ */ jsx(Icons, {
|
|
91717
|
+
name: "table-tab-icon",
|
|
91718
|
+
className: styles$1.popupItemIcon
|
|
91719
|
+
}), "View As Table"]
|
|
91692
91720
|
})]
|
|
91693
91721
|
})]
|
|
91694
91722
|
})]
|
|
91695
91723
|
}), chartType2 && /* @__PURE__ */ jsxs("div", {
|
|
91696
|
-
className: styles.metricData,
|
|
91724
|
+
className: styles$1.metricData,
|
|
91697
91725
|
children: [!isQueryLoading && !dataDb.length ? /* @__PURE__ */ jsx("div", {
|
|
91698
|
-
className: styles.noData,
|
|
91726
|
+
className: styles$1.noData,
|
|
91699
91727
|
children: /* @__PURE__ */ jsxs("div", {
|
|
91700
|
-
className: styles.noDataContent,
|
|
91728
|
+
className: styles$1.noDataContent,
|
|
91701
91729
|
children: [/* @__PURE__ */ jsx("img", {
|
|
91702
91730
|
src: NoData,
|
|
91703
91731
|
alt: "",
|
|
91704
91732
|
width: "300px",
|
|
91705
91733
|
height: "300px"
|
|
91706
91734
|
}), /* @__PURE__ */ jsx("div", {
|
|
91707
|
-
className: styles.noDataText,
|
|
91735
|
+
className: styles$1.noDataText,
|
|
91708
91736
|
children: "No Data Available"
|
|
91709
91737
|
})]
|
|
91710
91738
|
})
|
|
91711
91739
|
}) : null, isQueryLoading && /* @__PURE__ */ jsx("div", {
|
|
91712
|
-
className: styles.loading,
|
|
91740
|
+
className: styles$1.loading,
|
|
91713
91741
|
children: /* @__PURE__ */ jsx(eosIconsLoading, {
|
|
91714
91742
|
style: {
|
|
91715
91743
|
width: "50px",
|
|
@@ -91742,7 +91770,19 @@ const MetricCard = ({
|
|
|
91742
91770
|
chartRef
|
|
91743
91771
|
}) : null]
|
|
91744
91772
|
})]
|
|
91745
|
-
})
|
|
91773
|
+
}), !!dataDb.length && /* @__PURE__ */ jsx(Modal, {
|
|
91774
|
+
isOpen: isShowTablePreview,
|
|
91775
|
+
onClose: () => setTablePreview(false),
|
|
91776
|
+
headerTitle: metricItem.name,
|
|
91777
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
91778
|
+
className: styles$1.fullscreen,
|
|
91779
|
+
children: /* @__PURE__ */ jsx(Table, {
|
|
91780
|
+
data: dataDb,
|
|
91781
|
+
isLoading: isQueryLoading,
|
|
91782
|
+
error: ""
|
|
91783
|
+
})
|
|
91784
|
+
})
|
|
91785
|
+
})]
|
|
91746
91786
|
});
|
|
91747
91787
|
};
|
|
91748
91788
|
const SingleValueCard = ({
|
|
@@ -91905,13 +91945,13 @@ const SingleValueCard = ({
|
|
|
91905
91945
|
}, [globalTheme]);
|
|
91906
91946
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
91907
91947
|
children: /* @__PURE__ */ jsxs("div", {
|
|
91908
|
-
className: styles.cardContainer,
|
|
91948
|
+
className: styles$1.cardContainer,
|
|
91909
91949
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
91910
|
-
className: styles.listHeader,
|
|
91950
|
+
className: styles$1.listHeader,
|
|
91911
91951
|
children: [/* @__PURE__ */ jsxs(Text, {
|
|
91912
91952
|
variant: "h3",
|
|
91913
91953
|
styleClass: "primary",
|
|
91914
|
-
className: styles.metricName,
|
|
91954
|
+
className: styles$1.metricName,
|
|
91915
91955
|
style: titleStyle,
|
|
91916
91956
|
children: [renderHeaderName ? renderHeaderName(metricItem.name) : /* @__PURE__ */ jsx(Button, {
|
|
91917
91957
|
type: "button",
|
|
@@ -91922,14 +91962,14 @@ const SingleValueCard = ({
|
|
|
91922
91962
|
style: titleStyle,
|
|
91923
91963
|
children: metricItem.name
|
|
91924
91964
|
}), metricItem.description && /* @__PURE__ */ jsx("span", {
|
|
91925
|
-
className: styles.metricDescription,
|
|
91965
|
+
className: styles$1.metricDescription,
|
|
91926
91966
|
style: descriptionStyle,
|
|
91927
91967
|
children: metricItem.description
|
|
91928
91968
|
})]
|
|
91929
91969
|
}), /* @__PURE__ */ jsx("div", {
|
|
91930
|
-
className: styles.features,
|
|
91970
|
+
className: styles$1.features,
|
|
91931
91971
|
children: !!rlsConditions.length && (rlsConditions[0].datatype !== "date" ? /* @__PURE__ */ jsx("div", {
|
|
91932
|
-
className: styles.metricFilter,
|
|
91972
|
+
className: styles$1.metricFilter,
|
|
91933
91973
|
children: /* @__PURE__ */ jsx(FloatingDropDown, {
|
|
91934
91974
|
label: rlsConditions[0].name,
|
|
91935
91975
|
selectedOption: {
|
|
@@ -91943,7 +91983,7 @@ const SingleValueCard = ({
|
|
|
91943
91983
|
onChange: (option2) => onChangeFilterValue(rlsConditions[0].name, option2.value)
|
|
91944
91984
|
})
|
|
91945
91985
|
}) : /* @__PURE__ */ jsx("div", {
|
|
91946
|
-
className: styles.metricFilter,
|
|
91986
|
+
className: styles$1.metricFilter,
|
|
91947
91987
|
children: /* @__PURE__ */ jsx(FloatingDropDown, {
|
|
91948
91988
|
label: rlsConditions[0].name,
|
|
91949
91989
|
selectedOption: {
|
|
@@ -91985,7 +92025,7 @@ const SingleValueCard = ({
|
|
|
91985
92025
|
}))
|
|
91986
92026
|
})]
|
|
91987
92027
|
}), chartType2 && /* @__PURE__ */ jsx("div", {
|
|
91988
|
-
className: `${styles.metricData} ${styles.singleValueData}`,
|
|
92028
|
+
className: `${styles$1.metricData} ${styles$1.singleValueData}`,
|
|
91989
92029
|
children: isQueryLoading ? /* @__PURE__ */ jsx(eosIconsLoading, {
|
|
91990
92030
|
style: {
|
|
91991
92031
|
width: "50px",
|
|
@@ -91999,16 +92039,16 @@ const SingleValueCard = ({
|
|
|
91999
92039
|
chartClickConfig: clickBehaviourConfigs.chart,
|
|
92000
92040
|
hideBorder: true
|
|
92001
92041
|
}) : /* @__PURE__ */ jsx("div", {
|
|
92002
|
-
className: styles.noData,
|
|
92042
|
+
className: styles$1.noData,
|
|
92003
92043
|
children: /* @__PURE__ */ jsxs("div", {
|
|
92004
|
-
className: styles.noDataContent,
|
|
92044
|
+
className: styles$1.noDataContent,
|
|
92005
92045
|
children: [/* @__PURE__ */ jsx("img", {
|
|
92006
92046
|
src: NoData,
|
|
92007
92047
|
alt: "",
|
|
92008
92048
|
width: "300px",
|
|
92009
92049
|
height: "300px"
|
|
92010
92050
|
}), /* @__PURE__ */ jsx("div", {
|
|
92011
|
-
className: styles.noDataText,
|
|
92051
|
+
className: styles$1.noDataText,
|
|
92012
92052
|
children: "No Data Available"
|
|
92013
92053
|
})]
|
|
92014
92054
|
})
|
|
@@ -92045,7 +92085,7 @@ const ExternalMetricList = ({
|
|
|
92045
92085
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
92046
92086
|
children: metricsList.length ? /* @__PURE__ */ jsxs(Fragment, {
|
|
92047
92087
|
children: [/* @__PURE__ */ jsx("div", {
|
|
92048
|
-
className: styles$
|
|
92088
|
+
className: styles$2["MetricList-container"],
|
|
92049
92089
|
children: /* @__PURE__ */ jsx(GridLayout, {
|
|
92050
92090
|
layouts: {
|
|
92051
92091
|
lg: metricsList.map(({
|
|
@@ -92082,7 +92122,7 @@ const ExternalMetricList = ({
|
|
|
92082
92122
|
xxs: 2
|
|
92083
92123
|
},
|
|
92084
92124
|
children: metricsList.map((metricItem) => /* @__PURE__ */ jsx("div", {
|
|
92085
|
-
className: styles$
|
|
92125
|
+
className: styles$2["MetricList-wrapper"],
|
|
92086
92126
|
children: metricItem.chartOptions.chartType === "single value" ? /* @__PURE__ */ jsx(SingleValueCard, {
|
|
92087
92127
|
metricItem,
|
|
92088
92128
|
client,
|
|
@@ -92110,9 +92150,9 @@ const ExternalMetricList = ({
|
|
|
92110
92150
|
})]
|
|
92111
92151
|
}) : /* @__PURE__ */ jsx(Fragment, {
|
|
92112
92152
|
children: !isMetricListLoading ? /* @__PURE__ */ jsx("div", {
|
|
92113
|
-
className: styles$
|
|
92153
|
+
className: styles$2["noMetric-container"],
|
|
92114
92154
|
children: /* @__PURE__ */ jsx("div", {
|
|
92115
|
-
className: styles$
|
|
92155
|
+
className: styles$2["noMetric-wrapper"],
|
|
92116
92156
|
children: /* @__PURE__ */ jsx(Text, {
|
|
92117
92157
|
variant: "h2",
|
|
92118
92158
|
styleClass: "primary",
|
|
@@ -92120,7 +92160,7 @@ const ExternalMetricList = ({
|
|
|
92120
92160
|
})
|
|
92121
92161
|
})
|
|
92122
92162
|
}) : /* @__PURE__ */ jsx("div", {
|
|
92123
|
-
className: styles$
|
|
92163
|
+
className: styles$2["alt-container"],
|
|
92124
92164
|
children: /* @__PURE__ */ jsx(eosIconsLoading, {
|
|
92125
92165
|
style: {
|
|
92126
92166
|
width: "50px",
|
|
@@ -92237,28 +92277,28 @@ const EmbeddedDashboard = React__default.memo(({
|
|
|
92237
92277
|
}, [globalTheme]);
|
|
92238
92278
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
92239
92279
|
children: /* @__PURE__ */ jsxs("div", {
|
|
92240
|
-
className: styles$
|
|
92280
|
+
className: styles$D["embedDashboard-container"],
|
|
92241
92281
|
style: embedDashboardStyle,
|
|
92242
92282
|
children: [((_a2 = data2.externalDashboard) == null ? void 0 : _a2.id) && !isLoading && /* @__PURE__ */ jsxs(Fragment, {
|
|
92243
92283
|
children: [!(options2 == null ? void 0 : options2.disableMetricCreation) && !data2.externalDashboard.filters.length && !data2.isAllowedToCreateMetrics ? null : /* @__PURE__ */ jsxs("div", {
|
|
92244
|
-
className: (options2 == null ? void 0 : options2.headerVariant) === "floating" ? styles$
|
|
92284
|
+
className: (options2 == null ? void 0 : options2.headerVariant) === "floating" ? styles$D["embedDashboard-header-floating"] : styles$D["embedDashboard-header-static"],
|
|
92245
92285
|
children: [(options2 == null ? void 0 : options2.headerVariant) === "floating" && /* @__PURE__ */ jsx("span", {
|
|
92246
|
-
className: styles$
|
|
92286
|
+
className: styles$D.floatingButton,
|
|
92247
92287
|
children: /* @__PURE__ */ jsx(Icons, {
|
|
92248
92288
|
name: "setup-icon",
|
|
92249
|
-
className: styles$
|
|
92289
|
+
className: styles$D.floatingButton
|
|
92250
92290
|
})
|
|
92251
92291
|
}), /* @__PURE__ */ jsxs("div", {
|
|
92252
|
-
className: (options2 == null ? void 0 : options2.headerVariant) === "floating" ? styles$
|
|
92292
|
+
className: (options2 == null ? void 0 : options2.headerVariant) === "floating" ? styles$D.floatingContainer : styles$D.staticContainer,
|
|
92253
92293
|
children: [data2.externalDashboard.filters.length ? /* @__PURE__ */ jsx(Button, {
|
|
92254
92294
|
type: "button",
|
|
92255
92295
|
variant: "custom",
|
|
92256
92296
|
size: "large",
|
|
92257
|
-
className: (options2 == null ? void 0 : options2.headerVariant) === "floating" ? styles$
|
|
92297
|
+
className: (options2 == null ? void 0 : options2.headerVariant) === "floating" ? styles$D.floatingFilterButton : styles$D.filter,
|
|
92258
92298
|
onClick: () => setShowFilters((s2) => !s2),
|
|
92259
92299
|
children: isShowFilters ? /* @__PURE__ */ jsx(icOutlineFilterAltOff, {}) : /* @__PURE__ */ jsx(Icons, {
|
|
92260
92300
|
name: "filter-icon",
|
|
92261
|
-
className: styles$
|
|
92301
|
+
className: styles$D.floatingFilterButtonIcon
|
|
92262
92302
|
})
|
|
92263
92303
|
}) : null, !(options2 == null ? void 0 : options2.disableMetricCreation) && data2.isAllowedToCreateMetrics && /* @__PURE__ */ jsx(EmbeddedMetricCreation, {
|
|
92264
92304
|
clientId: data2.clientId,
|
|
@@ -92269,7 +92309,7 @@ const EmbeddedDashboard = React__default.memo(({
|
|
|
92269
92309
|
})]
|
|
92270
92310
|
})]
|
|
92271
92311
|
}), /* @__PURE__ */ jsxs("div", {
|
|
92272
|
-
className: styles$
|
|
92312
|
+
className: styles$D["embedDashboard-wrapper"],
|
|
92273
92313
|
children: [data2.externalDashboard.filters.length && isShowFilters ? /* @__PURE__ */ jsx(GlobalFilters, {
|
|
92274
92314
|
companyId: data2.companyId,
|
|
92275
92315
|
filters: data2.externalDashboard.filters,
|
|
@@ -92288,7 +92328,7 @@ const EmbeddedDashboard = React__default.memo(({
|
|
|
92288
92328
|
})]
|
|
92289
92329
|
})]
|
|
92290
92330
|
}), isLoading && /* @__PURE__ */ jsx("div", {
|
|
92291
|
-
className: styles$
|
|
92331
|
+
className: styles$D["alt-container"],
|
|
92292
92332
|
children: /* @__PURE__ */ jsx(eosIconsLoading, {
|
|
92293
92333
|
style: {
|
|
92294
92334
|
width: "50px",
|
|
@@ -92297,7 +92337,7 @@ const EmbeddedDashboard = React__default.memo(({
|
|
|
92297
92337
|
}
|
|
92298
92338
|
})
|
|
92299
92339
|
}), !isLoading && !((_b2 = data2.externalDashboard) == null ? void 0 : _b2.id) && /* @__PURE__ */ jsx("div", {
|
|
92300
|
-
className: styles$
|
|
92340
|
+
className: styles$D["alt-container"],
|
|
92301
92341
|
children: "Invalid token or Dashboard id"
|
|
92302
92342
|
})]
|
|
92303
92343
|
})
|