fds-vue-core 2.0.62 → 2.0.63
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/FdsBlockExpander/FdsBlockExpander.vue.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockInfo/FdsBlockInfo.vue.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockLink/FdsBlockLink.vue.d.ts +1 -1
- package/dist/components/Buttons/ButtonBaseProps.d.ts +2 -0
- package/dist/components/Buttons/ButtonBaseProps.d.ts.map +1 -1
- package/dist/components/Buttons/FdsButtonMinor/FdsButtonMinor.vue.d.ts +2 -0
- package/dist/components/Buttons/FdsButtonMinor/FdsButtonMinor.vue.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js +32 -16
- 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 +32 -16
- package/dist/fds-vue-core.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockExpander.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockExpander/FdsBlockExpander.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"FdsBlockExpander.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockExpander/FdsBlockExpander.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAoKpD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuB/C,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":"FdsBlockInfo.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockInfo/FdsBlockInfo.vue"],"names":[],"mappings":"AAkFA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAyBhD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,MAAM,CAAC,EAAE,IAAI,CAAA;IACb,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC;
|
|
1
|
+
{"version":3,"file":"FdsBlockInfo.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockInfo/FdsBlockInfo.vue"],"names":[],"mappings":"AAkFA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,KAAK,CAAA;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAyBhD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,MAAM,CAAC,EAAE,IAAI,CAAA;IACb,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC;AA6LF,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"}
|
|
@@ -16,8 +16,8 @@ declare const __VLS_component: import("vue").DefineComponent<FdsInteractionBlock
|
|
|
16
16
|
target: string;
|
|
17
17
|
as: "button" | "a" | "router-link";
|
|
18
18
|
href: string;
|
|
19
|
-
arrow: boolean;
|
|
20
19
|
rel: string;
|
|
20
|
+
arrow: boolean;
|
|
21
21
|
interactive: boolean;
|
|
22
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -11,6 +11,8 @@ export interface FdsButtonBaseProps {
|
|
|
11
11
|
textSelection?: boolean;
|
|
12
12
|
as?: 'button' | 'a' | 'router-link';
|
|
13
13
|
href?: string | undefined;
|
|
14
|
+
target?: string;
|
|
15
|
+
rel?: string;
|
|
14
16
|
type?: 'button' | 'submit' | 'reset';
|
|
15
17
|
}
|
|
16
18
|
//# sourceMappingURL=ButtonBaseProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonBaseProps.d.ts","sourceRoot":"","sources":["../../../src/components/Buttons/ButtonBaseProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAEnD,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAA;IAChD,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,EAAE,CAAC,EAAE,QAAQ,GAAG,GAAG,GAAG,aAAa,CAAA;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC"}
|
|
1
|
+
{"version":3,"file":"ButtonBaseProps.d.ts","sourceRoot":"","sources":["../../../src/components/Buttons/ButtonBaseProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAEnD,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAA;IAChD,IAAI,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,EAAE,CAAC,EAAE,QAAQ,GAAG,GAAG,GAAG,aAAa,CAAA;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC"}
|
|
@@ -11,6 +11,7 @@ declare const _default: import("vue").DefineComponent<FdsButtonMinorProps, {}, {
|
|
|
11
11
|
type: "button" | "submit" | "reset";
|
|
12
12
|
icon: import("../../..").FdsIconName | undefined;
|
|
13
13
|
loading: boolean;
|
|
14
|
+
target: string;
|
|
14
15
|
invert: boolean;
|
|
15
16
|
block: boolean;
|
|
16
17
|
state: "hover" | "focus" | "active" | undefined;
|
|
@@ -18,6 +19,7 @@ declare const _default: import("vue").DefineComponent<FdsButtonMinorProps, {}, {
|
|
|
18
19
|
textSelection: boolean;
|
|
19
20
|
as: "button" | "a" | "router-link";
|
|
20
21
|
href: string | undefined;
|
|
22
|
+
rel: string;
|
|
21
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
24
|
export default _default;
|
|
23
25
|
//# sourceMappingURL=FdsButtonMinor.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsButtonMinor.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonMinor/FdsButtonMinor.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsButtonMinor.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonMinor/FdsButtonMinor.vue"],"names":[],"mappings":"AAwGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAI5D,UAAU,mBAAoB,SAAQ,kBAAkB;IACtD,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;;;;;;;;;;;YADU,OAAO;;;;;;;;;AAsMlB,wBAIG"}
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -1688,6 +1688,8 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
1688
1688
|
textSelection: { type: Boolean, default: false },
|
|
1689
1689
|
as: { default: "button" },
|
|
1690
1690
|
href: { default: void 0 },
|
|
1691
|
+
target: { default: void 0 },
|
|
1692
|
+
rel: { default: void 0 },
|
|
1691
1693
|
type: { default: "button" }
|
|
1692
1694
|
},
|
|
1693
1695
|
emits: ["click"],
|
|
@@ -1733,6 +1735,8 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
1733
1735
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.as), vue.mergeProps(linkAttrs.value, {
|
|
1734
1736
|
type: _ctx.as === "button" ? _ctx.type : void 0,
|
|
1735
1737
|
disabled: _ctx.as === "button" ? _ctx.disabled : void 0,
|
|
1738
|
+
target: _ctx.as === "a" ? _ctx.target : void 0,
|
|
1739
|
+
rel: _ctx.as === "a" ? _ctx.rel : void 0,
|
|
1736
1740
|
class: buttonClasses.value,
|
|
1737
1741
|
onClick
|
|
1738
1742
|
}), {
|
|
@@ -1756,7 +1760,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
1756
1760
|
vue.createTextVNode(" " + vue.toDisplayString(_ctx.text), 1)
|
|
1757
1761
|
]),
|
|
1758
1762
|
_: 1
|
|
1759
|
-
}, 16, ["type", "disabled", "class"]))
|
|
1763
|
+
}, 16, ["type", "disabled", "target", "rel", "class"]))
|
|
1760
1764
|
], 10, _hoisted_1$k);
|
|
1761
1765
|
};
|
|
1762
1766
|
}
|
|
@@ -2173,6 +2177,8 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
2173
2177
|
textSelection: { type: Boolean, default: false },
|
|
2174
2178
|
as: { default: "button" },
|
|
2175
2179
|
href: { default: void 0 },
|
|
2180
|
+
target: {},
|
|
2181
|
+
rel: {},
|
|
2176
2182
|
type: { default: "button" }
|
|
2177
2183
|
},
|
|
2178
2184
|
emits: ["click"],
|
|
@@ -2266,6 +2272,8 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
2266
2272
|
textSelection: { type: Boolean, default: false },
|
|
2267
2273
|
as: { default: "button" },
|
|
2268
2274
|
href: { default: void 0 },
|
|
2275
|
+
target: {},
|
|
2276
|
+
rel: {},
|
|
2269
2277
|
type: { default: "button" }
|
|
2270
2278
|
},
|
|
2271
2279
|
emits: ["click"],
|
|
@@ -2438,6 +2446,8 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
2438
2446
|
size: {},
|
|
2439
2447
|
textSelection: { type: Boolean },
|
|
2440
2448
|
href: { default: void 0 },
|
|
2449
|
+
target: {},
|
|
2450
|
+
rel: {},
|
|
2441
2451
|
type: {},
|
|
2442
2452
|
downloadOptions: { default: void 0 }
|
|
2443
2453
|
},
|
|
@@ -2883,12 +2893,16 @@ const _hoisted_4$3 = {
|
|
|
2883
2893
|
const _hoisted_5$1 = { class: "flex items-start justify-between gap-4" };
|
|
2884
2894
|
const _hoisted_6 = { class: "m-0 text-base font-main font-bold tracking-wide" };
|
|
2885
2895
|
const _hoisted_7 = { class: "flex items-start gap-3" };
|
|
2886
|
-
const _hoisted_8 = {
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
const
|
|
2891
|
-
const
|
|
2896
|
+
const _hoisted_8 = {
|
|
2897
|
+
key: 1,
|
|
2898
|
+
class: "mb-0-last-child"
|
|
2899
|
+
};
|
|
2900
|
+
const _hoisted_9 = { key: 1 };
|
|
2901
|
+
const _hoisted_10 = { class: "flex items-start justify-between gap-4" };
|
|
2902
|
+
const _hoisted_11 = { class: "flex items-center gap-3" };
|
|
2903
|
+
const _hoisted_12 = { class: "m-0 text-base font-main font-bold tracking-wide" };
|
|
2904
|
+
const _hoisted_13 = { class: "flex items-start gap-3" };
|
|
2905
|
+
const _hoisted_14 = { class: "mb-0-last-child" };
|
|
2892
2906
|
const smallIconSize = 24;
|
|
2893
2907
|
const largeIconSize = 48;
|
|
2894
2908
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -2931,29 +2945,31 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
2931
2945
|
])
|
|
2932
2946
|
])
|
|
2933
2947
|
])) : vue.createCommentVNode("", true),
|
|
2934
|
-
vue.unref(hasSlot) ? vue.
|
|
2948
|
+
vue.unref(hasSlot) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, [
|
|
2949
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
2950
|
+
])) : vue.createCommentVNode("", true)
|
|
2935
2951
|
])
|
|
2936
|
-
])) : (vue.openBlock(), vue.createElementBlock("div",
|
|
2952
|
+
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, [
|
|
2937
2953
|
_ctx.heading ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
2938
2954
|
key: 0,
|
|
2939
2955
|
class: vue.normalizeClass({ "mb-4": vue.unref(hasSlot) })
|
|
2940
2956
|
}, [
|
|
2941
|
-
vue.createElementVNode("header",
|
|
2942
|
-
vue.createElementVNode("div",
|
|
2957
|
+
vue.createElementVNode("header", _hoisted_10, [
|
|
2958
|
+
vue.createElementVNode("div", _hoisted_11, [
|
|
2943
2959
|
_ctx.icon && _ctx.size === "small" ? (vue.openBlock(), vue.createBlock(_sfc_main$u, {
|
|
2944
2960
|
key: 0,
|
|
2945
2961
|
name: _ctx.icon,
|
|
2946
2962
|
size: smallIconSize,
|
|
2947
2963
|
class: "fill-blue-500"
|
|
2948
2964
|
}, null, 8, ["name"])) : vue.createCommentVNode("", true),
|
|
2949
|
-
vue.createElementVNode("h3",
|
|
2965
|
+
vue.createElementVNode("h3", _hoisted_12, vue.toDisplayString(_ctx.heading), 1)
|
|
2950
2966
|
]),
|
|
2951
|
-
vue.createElementVNode("div",
|
|
2967
|
+
vue.createElementVNode("div", _hoisted_13, [
|
|
2952
2968
|
vue.renderSlot(_ctx.$slots, "headerInfo")
|
|
2953
2969
|
])
|
|
2954
2970
|
])
|
|
2955
2971
|
], 2)) : vue.createCommentVNode("", true),
|
|
2956
|
-
vue.createElementVNode("div",
|
|
2972
|
+
vue.createElementVNode("div", _hoisted_14, [
|
|
2957
2973
|
vue.renderSlot(_ctx.$slots, "default")
|
|
2958
2974
|
])
|
|
2959
2975
|
]))
|
|
@@ -3094,7 +3110,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
3094
3110
|
props.disabled && "shadow-none border-2 border-gray-200 border-dashed"
|
|
3095
3111
|
]);
|
|
3096
3112
|
const headerClasses = vue.computed(() => [
|
|
3097
|
-
"flex w-full
|
|
3113
|
+
"flex w-full items-start text-left justify-between bg-white text-blue-600 rounded-2xl p-4 border-2 border-white transition-colors border-2 border-white hover:border-blue-500 active:bg-blue_t-100 active:border-white focus-visible:border-blue-500 focus-visible:border-dashed focus-visible:outline-0",
|
|
3098
3114
|
props.disabled ? "cursor-not-allowed hover:border-2 hover:border-transparent active:bg-white" : "cursor-pointer",
|
|
3099
3115
|
isOpen.value ? "rounded-b-none" : "rounded-b-2xl"
|
|
3100
3116
|
]);
|
|
@@ -3129,7 +3145,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
3129
3145
|
vue.createVNode(_sfc_main$u, {
|
|
3130
3146
|
name: "arrowDown",
|
|
3131
3147
|
size: 24,
|
|
3132
|
-
class: vue.normalizeClass(["ml-4 transition-transform duration-200 fill-blue-500", { "rotate-180": isOpen.value, "fill-gray-500": _ctx.disabled }])
|
|
3148
|
+
class: vue.normalizeClass(["ml-4 transition-transform duration-200 fill-blue-500 min-w-6 min-h-6", { "rotate-180": isOpen.value, "fill-gray-500": _ctx.disabled }])
|
|
3133
3149
|
}, null, 8, ["class"])
|
|
3134
3150
|
], 2),
|
|
3135
3151
|
vue.withDirectives(vue.createElementVNode("div", {
|