climb-onyx-gui 0.10.5 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/climb-onyx-gui.js +5 -1
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -80317,6 +80317,7 @@ function J_(s) {
|
|
|
80317
80317
|
isClearable: !0,
|
|
80318
80318
|
options: ["line", "bar", "pie"],
|
|
80319
80319
|
value: s.type,
|
|
80320
|
+
placeholder: "Select graph type...",
|
|
80320
80321
|
onChange: s.handleGraphConfigTypeChange
|
|
80321
80322
|
}
|
|
80322
80323
|
)
|
|
@@ -80329,6 +80330,7 @@ function J_(s) {
|
|
|
80329
80330
|
isClearable: !0,
|
|
80330
80331
|
options: E,
|
|
80331
80332
|
value: s.field,
|
|
80333
|
+
placeholder: "Select field...",
|
|
80332
80334
|
onChange: s.handleGraphConfigFieldChange
|
|
80333
80335
|
}
|
|
80334
80336
|
)
|
|
@@ -80342,6 +80344,7 @@ function J_(s) {
|
|
|
80342
80344
|
isClearable: !0,
|
|
80343
80345
|
options: z,
|
|
80344
80346
|
value: s.groupBy,
|
|
80347
|
+
placeholder: "Select field...",
|
|
80345
80348
|
onChange: s.handleGraphConfigGroupByChange
|
|
80346
80349
|
}
|
|
80347
80350
|
)
|
|
@@ -80365,6 +80368,7 @@ function J_(s) {
|
|
|
80365
80368
|
isClearable: !0,
|
|
80366
80369
|
options: z,
|
|
80367
80370
|
value: s.groupBy,
|
|
80371
|
+
placeholder: "Select field...",
|
|
80368
80372
|
onChange: s.handleGraphConfigGroupByChange
|
|
80369
80373
|
}
|
|
80370
80374
|
)
|
|
@@ -80443,7 +80447,7 @@ function Q_(s) {
|
|
|
80443
80447
|
)) }) })
|
|
80444
80448
|
] }) });
|
|
80445
80449
|
}
|
|
80446
|
-
const K_ = "0.
|
|
80450
|
+
const K_ = "0.11.1";
|
|
80447
80451
|
function q_(s) {
|
|
80448
80452
|
const o = {}, E = (z, P = "") => {
|
|
80449
80453
|
for (const [K, M] of Object.entries(z))
|