@timeax/form-palette 0.0.37 → 0.0.38
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/extra.d.mts +2 -2
- package/dist/extra.d.ts +2 -2
- package/dist/extra.js +11 -4
- package/dist/extra.js.map +1 -1
- package/dist/extra.mjs +11 -4
- package/dist/extra.mjs.map +1 -1
- package/dist/index.d.mts +5 -25
- package/dist/index.d.ts +5 -25
- package/dist/index.js +6843 -6769
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6781 -6707
- package/dist/index.mjs.map +1 -1
- package/dist/{variant-BYqslKTy.d.mts → variant-DFE9TgIv.d.mts} +1 -0
- package/dist/{variant-DLlGPgPJ.d.ts → variant-HaGlyCnL.d.ts} +1 -0
- package/package.json +1 -1
package/dist/extra.mjs
CHANGED
|
@@ -25393,7 +25393,6 @@ function InputField(props) {
|
|
|
25393
25393
|
...rest,
|
|
25394
25394
|
name: autoOff ? void 0 : name,
|
|
25395
25395
|
id: key,
|
|
25396
|
-
ref,
|
|
25397
25396
|
value,
|
|
25398
25397
|
onValue: handleValueChange,
|
|
25399
25398
|
error,
|
|
@@ -25481,6 +25480,7 @@ function InputField(props) {
|
|
|
25481
25480
|
Field,
|
|
25482
25481
|
{
|
|
25483
25482
|
className: rootClassName,
|
|
25483
|
+
ref,
|
|
25484
25484
|
style,
|
|
25485
25485
|
"data-variant": String(variant),
|
|
25486
25486
|
"data-label-placement": lp != null ? lp : void 0,
|
|
@@ -25506,7 +25506,11 @@ function InputField(props) {
|
|
|
25506
25506
|
hasStackedLabelBlock && /* @__PURE__ */ jsxs(Element, { ...attrs(), children: [
|
|
25507
25507
|
graph.getSlotsFor("label", "above").render(
|
|
25508
25508
|
(slots) => slots.map(
|
|
25509
|
-
(slot) => renderHelperSlot(
|
|
25509
|
+
(slot) => renderHelperSlot(
|
|
25510
|
+
"label",
|
|
25511
|
+
slot,
|
|
25512
|
+
classes
|
|
25513
|
+
)
|
|
25510
25514
|
)
|
|
25511
25515
|
),
|
|
25512
25516
|
hasLabelRowContent && /* @__PURE__ */ jsxs(
|
|
@@ -25561,7 +25565,11 @@ function InputField(props) {
|
|
|
25561
25565
|
),
|
|
25562
25566
|
graph.getSlotsFor("label", "below").render(
|
|
25563
25567
|
(slots) => slots.map(
|
|
25564
|
-
(slot) => renderHelperSlot(
|
|
25568
|
+
(slot) => renderHelperSlot(
|
|
25569
|
+
"label",
|
|
25570
|
+
slot,
|
|
25571
|
+
classes
|
|
25572
|
+
)
|
|
25565
25573
|
)
|
|
25566
25574
|
)
|
|
25567
25575
|
] }),
|
|
@@ -25581,7 +25589,6 @@ function InputField(props) {
|
|
|
25581
25589
|
...rest,
|
|
25582
25590
|
name: autoOff ? void 0 : name,
|
|
25583
25591
|
id: key,
|
|
25584
|
-
ref,
|
|
25585
25592
|
value,
|
|
25586
25593
|
onValue: handleValueChange,
|
|
25587
25594
|
error,
|