fds-vue-core 7.1.7 → 7.1.9
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/fds-vue-core.cjs.js +21 -21
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.css +1 -1
- package/dist/fds-vue-core.es.js +21 -21
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/components/FdsModal/FdsModal.vue +6 -5
- package/src/components/FdsTreeView/TreeNode.vue +2 -6
- package/src/components/Form/FdsInput/FdsInput.vue +2 -2
- package/src/components/Form/FdsSelect/FdsSelect.vue +2 -2
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -820,7 +820,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
820
820
|
});
|
|
821
821
|
const _hoisted_1$w = { class: "flex items-start gap-2" };
|
|
822
822
|
const _hoisted_2$o = { class: "h-7 flex items-center" };
|
|
823
|
-
const _hoisted_3$
|
|
823
|
+
const _hoisted_3$h = { class: "leading-7" };
|
|
824
824
|
const _hoisted_4$f = { class: "relative h-7" };
|
|
825
825
|
const _hoisted_5$e = {
|
|
826
826
|
key: 1,
|
|
@@ -890,7 +890,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
890
890
|
class: "fill-yellow-700"
|
|
891
891
|
})
|
|
892
892
|
]),
|
|
893
|
-
vue.createElementVNode("span", _hoisted_3$
|
|
893
|
+
vue.createElementVNode("span", _hoisted_3$h, vue.toDisplayString(__props.heading), 1)
|
|
894
894
|
]),
|
|
895
895
|
vue.createElementVNode("div", _hoisted_4$f, [
|
|
896
896
|
__props.closeable ? (vue.openBlock(), vue.createBlock(_sfc_main$I, vue.mergeProps({
|
|
@@ -927,7 +927,7 @@ const _hoisted_2$n = {
|
|
|
927
927
|
key: 0,
|
|
928
928
|
class: "flex items-start justify-between gap-4 mb-4"
|
|
929
929
|
};
|
|
930
|
-
const _hoisted_3$
|
|
930
|
+
const _hoisted_3$g = { class: "flex items-center gap-3" };
|
|
931
931
|
const _hoisted_4$e = { class: "flex items-start gap-3 leading-8" };
|
|
932
932
|
const _hoisted_5$d = { class: "mb-0-last-child" };
|
|
933
933
|
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -975,7 +975,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
975
975
|
style: borderLeftStyle.value
|
|
976
976
|
}, rootAttrs.value), [
|
|
977
977
|
__props.heading ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_2$n, [
|
|
978
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
978
|
+
vue.createElementVNode("div", _hoisted_3$g, [
|
|
979
979
|
vue.createElementVNode("h3", {
|
|
980
980
|
class: vue.normalizeClass(headerClasses.value)
|
|
981
981
|
}, vue.toDisplayString(__props.heading), 3)
|
|
@@ -1044,7 +1044,7 @@ const _hoisted_2$m = {
|
|
|
1044
1044
|
key: 0,
|
|
1045
1045
|
class: "flex items-center mr-4"
|
|
1046
1046
|
};
|
|
1047
|
-
const _hoisted_3$
|
|
1047
|
+
const _hoisted_3$f = { class: "inline-flex items-center" };
|
|
1048
1048
|
const _hoisted_4$d = { class: "flex items-center gap-2" };
|
|
1049
1049
|
const _hoisted_5$c = {
|
|
1050
1050
|
key: 0,
|
|
@@ -1134,7 +1134,7 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
1134
1134
|
class: vue.normalizeClass(["fill-blue-500", [{ "fill-gray-500": __props.disabled }, __props.iconClass]])
|
|
1135
1135
|
}, null, 8, ["name", "class"])
|
|
1136
1136
|
])) : vue.createCommentVNode("", true),
|
|
1137
|
-
vue.createElementVNode("span", _hoisted_3$
|
|
1137
|
+
vue.createElementVNode("span", _hoisted_3$f, [
|
|
1138
1138
|
vue.createElementVNode("span", {
|
|
1139
1139
|
class: vue.normalizeClass(["font-bold font-heading text-lg leading-6", { "text-gray-700": __props.disabled }])
|
|
1140
1140
|
}, vue.toDisplayString(__props.heading), 3)
|
|
@@ -1179,7 +1179,7 @@ const _hoisted_2$l = {
|
|
|
1179
1179
|
key: 0,
|
|
1180
1180
|
class: "flex items-start gap-4"
|
|
1181
1181
|
};
|
|
1182
|
-
const _hoisted_3$
|
|
1182
|
+
const _hoisted_3$e = { class: "flex-1" };
|
|
1183
1183
|
const _hoisted_4$c = {
|
|
1184
1184
|
key: 0,
|
|
1185
1185
|
class: "mb-1"
|
|
@@ -1237,7 +1237,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
1237
1237
|
size: largeIconSize,
|
|
1238
1238
|
class: "fill-blue-500"
|
|
1239
1239
|
}, null, 8, ["name"]),
|
|
1240
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
1240
|
+
vue.createElementVNode("div", _hoisted_3$e, [
|
|
1241
1241
|
__props.heading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$c, [
|
|
1242
1242
|
vue.createElementVNode("header", _hoisted_5$b, [
|
|
1243
1243
|
vue.createElementVNode("h3", _hoisted_6$8, vue.toDisplayString(__props.heading), 1),
|
|
@@ -5348,7 +5348,8 @@ function useModalDragResize(options) {
|
|
|
5348
5348
|
};
|
|
5349
5349
|
}
|
|
5350
5350
|
const _hoisted_1$k = { class: "flex justify-between mb-4" };
|
|
5351
|
-
const _hoisted_2$g = { class: "
|
|
5351
|
+
const _hoisted_2$g = { class: "flex items-center gap-2" };
|
|
5352
|
+
const _hoisted_3$d = { class: "mb-0-last-child" };
|
|
5352
5353
|
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
5353
5354
|
__name: "FdsModal",
|
|
5354
5355
|
props: {
|
|
@@ -5421,7 +5422,6 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
5421
5422
|
return null;
|
|
5422
5423
|
});
|
|
5423
5424
|
const iconClasses = vue.computed(() => [
|
|
5424
|
-
"inline mr-2 float-left",
|
|
5425
5425
|
{
|
|
5426
5426
|
"fill-green-600": props.info === "valid",
|
|
5427
5427
|
"fill-red-600": props.info === "invalid",
|
|
@@ -5580,18 +5580,18 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
5580
5580
|
class: vue.normalizeClass(__props.resizable ? "overflow-auto flex-1 min-h-0" : "")
|
|
5581
5581
|
}, [
|
|
5582
5582
|
vue.createElementVNode("div", _hoisted_1$k, [
|
|
5583
|
-
vue.createElementVNode("
|
|
5584
|
-
tabindex: "-1",
|
|
5585
|
-
class: vue.normalizeClass(headerTitleClasses.value)
|
|
5586
|
-
}, [
|
|
5583
|
+
vue.createElementVNode("div", _hoisted_2$g, [
|
|
5587
5584
|
iconName.value ? (vue.openBlock(), vue.createBlock(_sfc_main$J, {
|
|
5588
5585
|
key: 0,
|
|
5589
5586
|
name: iconName.value,
|
|
5590
5587
|
size: 24,
|
|
5591
5588
|
class: vue.normalizeClass(iconClasses.value)
|
|
5592
5589
|
}, null, 8, ["name", "class"])) : vue.createCommentVNode("", true),
|
|
5593
|
-
vue.
|
|
5594
|
-
|
|
5590
|
+
vue.createElementVNode("h3", {
|
|
5591
|
+
tabindex: "-1",
|
|
5592
|
+
class: vue.normalizeClass(headerTitleClasses.value)
|
|
5593
|
+
}, vue.toDisplayString(__props.heading), 3)
|
|
5594
|
+
]),
|
|
5595
5595
|
!__props.strict ? (vue.openBlock(), vue.createBlock(_sfc_main$I, vue.mergeProps({
|
|
5596
5596
|
key: 0,
|
|
5597
5597
|
icon: "cross",
|
|
@@ -5599,7 +5599,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
5599
5599
|
onClick: _cache[0] || (_cache[0] = ($event) => handleClose())
|
|
5600
5600
|
}, { "aria-label": closeLabel.value }, { class: "ml-4" }), null, 16)) : vue.createCommentVNode("", true)
|
|
5601
5601
|
]),
|
|
5602
|
-
vue.createElementVNode("div",
|
|
5602
|
+
vue.createElementVNode("div", _hoisted_3$d, [
|
|
5603
5603
|
vue.renderSlot(_ctx.$slots, "default")
|
|
5604
5604
|
]),
|
|
5605
5605
|
vue.unref(hasFooterSlot) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -8902,7 +8902,7 @@ const _hoisted_2$f = { class: "relative" };
|
|
|
8902
8902
|
const _hoisted_3$c = ["type", "required", "value", "disabled", "tabindex", "aria-invalid", "aria-label", "aria-labelledby", "aria-describedby", "autocomplete", "pattern", "searchIcon"];
|
|
8903
8903
|
const _hoisted_4$b = {
|
|
8904
8904
|
key: 0,
|
|
8905
|
-
class: "text-red-
|
|
8905
|
+
class: "text-red-700 font-bold mt-1"
|
|
8906
8906
|
};
|
|
8907
8907
|
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
8908
8908
|
...{
|
|
@@ -9239,7 +9239,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
9239
9239
|
isInvalid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$J, {
|
|
9240
9240
|
key: 1,
|
|
9241
9241
|
name: "alert",
|
|
9242
|
-
class: "fill-red-
|
|
9242
|
+
class: "fill-red-700"
|
|
9243
9243
|
})) : vue.createCommentVNode("", true),
|
|
9244
9244
|
isValid2.value ? (vue.openBlock(), vue.createBlock(_sfc_main$J, {
|
|
9245
9245
|
key: 2,
|
|
@@ -16086,7 +16086,7 @@ const _hoisted_5$2 = ["value", "disabled"];
|
|
|
16086
16086
|
const _hoisted_6 = { class: "absolute right-3 top-1/2 -translate-y-1/2 pointer-events-none" };
|
|
16087
16087
|
const _hoisted_7 = {
|
|
16088
16088
|
key: 2,
|
|
16089
|
-
class: "text-red-
|
|
16089
|
+
class: "text-red-700 font-bold mt-1"
|
|
16090
16090
|
};
|
|
16091
16091
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
16092
16092
|
...{
|
|
@@ -16153,7 +16153,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
16153
16153
|
"focus:outline-2 focus:outline-blue-500 focus:border-transparent",
|
|
16154
16154
|
"appearance-none",
|
|
16155
16155
|
disabled.value ? "outline-dashed text-gray-800 outline-2 -outline-offset-2 outline-gray-400 cursor-not-allowed border-transparent" : "bg-white cursor-pointer",
|
|
16156
|
-
isInvalid.value && !disabled.value && "outline-2 -outline-offset-2 outline-red-600 text-red-
|
|
16156
|
+
isInvalid.value && !disabled.value && "outline-2 -outline-offset-2 outline-red-600 text-red-700",
|
|
16157
16157
|
props.inputClass
|
|
16158
16158
|
]);
|
|
16159
16159
|
const internalValue = vue.computed({
|