fluency-v8-components 1.1.7 → 1.1.8
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.
|
@@ -20104,7 +20104,7 @@ const YX = { class: "fixed inset-0 overflow-hidden" }, WX = { class: "absolute i
|
|
|
20104
20104
|
__name: "Tabs",
|
|
20105
20105
|
props: {
|
|
20106
20106
|
tabs: Array,
|
|
20107
|
-
current: String,
|
|
20107
|
+
current: [String, Number, Boolean],
|
|
20108
20108
|
size: {
|
|
20109
20109
|
type: String,
|
|
20110
20110
|
default: "medium"
|
|
@@ -40393,7 +40393,7 @@ const $1e = /* @__PURE__ */ br(Q1e, [["render", P1e]]), H1e = {
|
|
|
40393
40393
|
}
|
|
40394
40394
|
function a(f) {
|
|
40395
40395
|
f.call(
|
|
40396
|
-
(c) => c.transition().duration(
|
|
40396
|
+
(c) => c.transition().duration(200).style("opacity", 0).remove()
|
|
40397
40397
|
);
|
|
40398
40398
|
}
|
|
40399
40399
|
function s(f, c) {
|
|
@@ -60162,7 +60162,7 @@ function(e) {
|
|
|
60162
60162
|
*/
|
|
60163
60163
|
function(e) {
|
|
60164
60164
|
function t() {
|
|
60165
|
-
return (fn.canvg ? Promise.resolve(fn.canvg) : import("./index.es-
|
|
60165
|
+
return (fn.canvg ? Promise.resolve(fn.canvg) : import("./index.es-CA5WbkKs.mjs")).catch(function(n) {
|
|
60166
60166
|
return Promise.reject(new Error("Could not load canvg: " + n));
|
|
60167
60167
|
}).then(function(n) {
|
|
60168
60168
|
return n.default ? n.default : n;
|