beeple-toolkit 1.0.13 → 1.0.14
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.
|
@@ -7537,7 +7537,7 @@ const Ee = {
|
|
|
7537
7537
|
}, yc = {
|
|
7538
7538
|
key: 0,
|
|
7539
7539
|
class: "toolkit-input__leading-icon"
|
|
7540
|
-
}, kc = ["id", "type", "value", "placeholder", "disabled", "step", "min", "max"], Mc = {
|
|
7540
|
+
}, kc = ["id", "name", "type", "value", "placeholder", "disabled", "step", "min", "max"], Mc = {
|
|
7541
7541
|
key: 1,
|
|
7542
7542
|
class: "toolkit-input__number-controls"
|
|
7543
7543
|
}, xc = ["disabled"], $c = ["disabled"], Pc = {
|
|
@@ -7550,6 +7550,7 @@ const Ee = {
|
|
|
7550
7550
|
__name: "Input",
|
|
7551
7551
|
props: {
|
|
7552
7552
|
id: {},
|
|
7553
|
+
name: {},
|
|
7553
7554
|
label: {},
|
|
7554
7555
|
type: { default: "text" },
|
|
7555
7556
|
modelValue: {},
|
|
@@ -7612,6 +7613,7 @@ const Ee = {
|
|
|
7612
7613
|
ref_key: "inputRef",
|
|
7613
7614
|
ref: r,
|
|
7614
7615
|
id: l.value,
|
|
7616
|
+
name: e.name,
|
|
7615
7617
|
type: e.type,
|
|
7616
7618
|
value: e.modelValue,
|
|
7617
7619
|
placeholder: e.placeholder,
|
|
@@ -9509,20 +9511,22 @@ const Cc = { class: "toolkit-datepicker__calendar-section" }, _c = {
|
|
|
9509
9511
|
M("div", Im, [
|
|
9510
9512
|
O(ot, {
|
|
9511
9513
|
modelValue: $.value !== null ? String($.value) : "",
|
|
9514
|
+
name: `filter-range-min-${e.filterConfig?.name ?? e.filterName}`,
|
|
9512
9515
|
type: "number",
|
|
9513
9516
|
label: e.rangeFromLabel,
|
|
9514
9517
|
placeholder: String(Ie.value),
|
|
9515
9518
|
size: "small",
|
|
9516
9519
|
"onUpdate:modelValue": Je
|
|
9517
|
-
}, null, 8, ["modelValue", "label", "placeholder"]),
|
|
9520
|
+
}, null, 8, ["modelValue", "name", "label", "placeholder"]),
|
|
9518
9521
|
O(ot, {
|
|
9519
9522
|
modelValue: V.value !== null ? String(V.value) : "",
|
|
9523
|
+
name: `filter-range-max-${e.filterConfig?.name ?? e.filterName}`,
|
|
9520
9524
|
type: "number",
|
|
9521
9525
|
label: e.rangeToLabel,
|
|
9522
9526
|
placeholder: String(Ue.value),
|
|
9523
9527
|
size: "small",
|
|
9524
9528
|
"onUpdate:modelValue": Wt
|
|
9525
|
-
}, null, 8, ["modelValue", "label", "placeholder"])
|
|
9529
|
+
}, null, 8, ["modelValue", "name", "label", "placeholder"])
|
|
9526
9530
|
])
|
|
9527
9531
|
], 36)) : x("", !0)
|
|
9528
9532
|
])),
|