fds-vue-core 2.0.45 → 2.0.48
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/components/Blocks/FdsBlockAlert/FdsBlockAlert.vue.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockContent/FdsBlockContent.vue.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js +7 -4
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.es.js +7 -4
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/slot-styles.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockAlert/FdsBlockAlert.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAuNjD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"FdsBlockAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockAlert/FdsBlockAlert.vue"],"names":[],"mappings":"AA2GA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAuNjD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA8BhD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;4EAInB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockContent/FdsBlockContent.vue"],"names":[],"mappings":"AAgEA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AACzC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAwCnD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC;
|
|
1
|
+
{"version":3,"file":"FdsBlockContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockContent/FdsBlockContent.vue"],"names":[],"mappings":"AAgEA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AACzC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAwCnD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC;AAmFF,QAAA,MAAM,eAAe;;;;4EAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -1902,7 +1902,10 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
1902
1902
|
}
|
|
1903
1903
|
});
|
|
1904
1904
|
const _hoisted_1$i = ["id"];
|
|
1905
|
-
const _hoisted_2$c = {
|
|
1905
|
+
const _hoisted_2$c = {
|
|
1906
|
+
key: 0,
|
|
1907
|
+
class: "flex items-start justify-between gap-4"
|
|
1908
|
+
};
|
|
1906
1909
|
const _hoisted_3$8 = { class: "flex items-center gap-3" };
|
|
1907
1910
|
const _hoisted_4$7 = { class: "flex items-start gap-3" };
|
|
1908
1911
|
const _hoisted_5$5 = { class: "mb-0-last-child" };
|
|
@@ -1945,7 +1948,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1945
1948
|
class: vue.normalizeClass(contentClasses.value),
|
|
1946
1949
|
style: vue.normalizeStyle(borderLeftStyle.value)
|
|
1947
1950
|
}, [
|
|
1948
|
-
vue.
|
|
1951
|
+
_ctx.heading ? (vue.openBlock(), vue.createElementBlock("header", _hoisted_2$c, [
|
|
1949
1952
|
vue.createElementVNode("div", _hoisted_3$8, [
|
|
1950
1953
|
vue.createElementVNode("h3", {
|
|
1951
1954
|
class: vue.normalizeClass(headerClasses.value)
|
|
@@ -1954,7 +1957,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
1954
1957
|
vue.createElementVNode("div", _hoisted_4$7, [
|
|
1955
1958
|
vue.renderSlot(_ctx.$slots, "headerInfo")
|
|
1956
1959
|
])
|
|
1957
|
-
]),
|
|
1960
|
+
])) : vue.createCommentVNode("", true),
|
|
1958
1961
|
vue.createElementVNode("div", _hoisted_5$5, [
|
|
1959
1962
|
vue.renderSlot(_ctx.$slots, "default")
|
|
1960
1963
|
])
|
|
@@ -3005,7 +3008,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
3005
3008
|
vue.createElementVNode("div", null, [
|
|
3006
3009
|
_ctx.label ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
3007
3010
|
key: 0,
|
|
3008
|
-
class: vue.normalizeClass(["font-bold w-full justify-between items-center h-[24px] flex gap-2", { "mb-4": isExpanded.value || !_ctx.collapsable }])
|
|
3011
|
+
class: vue.normalizeClass(["font-bold w-full justify-between items-center h-[24px] flex gap-2", { "mb-4": (isExpanded.value || !_ctx.collapsable) && vue.unref(hasSlot) }])
|
|
3009
3012
|
}, [
|
|
3010
3013
|
vue.createElementVNode("div", _hoisted_2$5, [
|
|
3011
3014
|
vue.createVNode(_sfc_main$u, {
|