@xy-planning-network/trees 0.7.5-rc4 → 0.9.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/trees.es.js +5 -3
- package/dist/trees.umd.js +2 -2
- package/package.json +1 -1
- package/src/lib-components/forms/InputLabel.vue +1 -1
- package/src/lib-components/forms/TextArea.vue +2 -1
- package/types/helpers/Slots.d.ts +0 -2
- package/types/lib-components/lists/StaticTable.vue.d.ts +0 -21
- package/types/lib-components/lists/StaticTableActionSlot.vue.d.ts +0 -27
- package/types/lib-components/lists/Table.vue.d.ts +0 -39
- package/types/lib-components/navigation/ActionsDropdownCallback.vue.d.ts +0 -18
- package/types/lib-components/navigation/ActionsDropdownEmit.vue.d.ts +0 -22
package/dist/trees.es.js
CHANGED
|
@@ -5017,7 +5017,8 @@ const Cu = /* @__PURE__ */ v("span", { class: "sr-only" }, "Open options", -1),
|
|
|
5017
5017
|
}
|
|
5018
5018
|
}), Fu = {
|
|
5019
5019
|
key: 0,
|
|
5020
|
-
class: "text-red-700/80"
|
|
5020
|
+
class: "text-red-700/80",
|
|
5021
|
+
"aria-hidden": ""
|
|
5021
5022
|
}, Ye = /* @__PURE__ */ L({
|
|
5022
5023
|
__name: "InputLabel",
|
|
5023
5024
|
props: {
|
|
@@ -9119,7 +9120,7 @@ const Hc = /* @__PURE__ */ Fc(jc, [["render", Vc]]), Uc = { class: "absolute ins
|
|
|
9119
9120
|
_: 3
|
|
9120
9121
|
}, 8, ["modelValue", "disabled", "aria-invalid", "aria-errormessage"]));
|
|
9121
9122
|
}
|
|
9122
|
-
}), _m = ["id", "aria-labelledby", "aria-describedby", "aria-errormessage", "value"], Cm = /* @__PURE__ */ L({
|
|
9123
|
+
}), _m = ["id", "aria-labelledby", "aria-describedby", "aria-errormessage", "placeholder", "value"], Cm = /* @__PURE__ */ L({
|
|
9123
9124
|
inheritAttrs: !1,
|
|
9124
9125
|
__name: "TextArea",
|
|
9125
9126
|
props: ot({
|
|
@@ -9159,6 +9160,7 @@ const Hc = /* @__PURE__ */ Fc(jc, [["render", Vc]]), Uc = { class: "absolute ins
|
|
|
9159
9160
|
"disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-700 disabled:ring-gray-200",
|
|
9160
9161
|
m(i) ? "text-red-900 ring-red-700 placeholder:text-red-300 focus:ring-red-700" : "text-gray-900 ring-gray-300 placeholder:text-gray-400 focus:ring-xy-blue-500"
|
|
9161
9162
|
],
|
|
9163
|
+
placeholder: d.placeholder,
|
|
9162
9164
|
value: m(o) || void 0
|
|
9163
9165
|
}, d.$attrs, {
|
|
9164
9166
|
onInput: u,
|
|
@@ -9167,7 +9169,7 @@ const Hc = /* @__PURE__ */ Fc(jc, [["render", Vc]]), Uc = { class: "absolute ins
|
|
|
9167
9169
|
}), null, 16, _m),
|
|
9168
9170
|
S(Ae, {
|
|
9169
9171
|
id: m(e).describedby,
|
|
9170
|
-
class: "
|
|
9172
|
+
class: "mt-1",
|
|
9171
9173
|
text: d.help
|
|
9172
9174
|
}, null, 8, ["id", "text"]),
|
|
9173
9175
|
S(nt, {
|