@pantograph/vue 0.34.13 → 0.34.14
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/index.js +6 -6
- package/dist/index.umd.cjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15171,7 +15171,7 @@ const AB = ia, BB = ["info", "danger"], Ip = {
|
|
|
15171
15171
|
mask: { type: Boolean },
|
|
15172
15172
|
beforeClose: { type: Function },
|
|
15173
15173
|
beforeCloseDebugger: { type: Boolean },
|
|
15174
|
-
to: {},
|
|
15174
|
+
to: { type: [String, Object, Function] },
|
|
15175
15175
|
animated: { type: [Boolean, String] },
|
|
15176
15176
|
wrapperCls: { type: [Array, Object, String, Number, null, Boolean] },
|
|
15177
15177
|
class: { type: [Array, Object, String, Number, null, Boolean] },
|
|
@@ -15762,7 +15762,7 @@ const ih = [
|
|
|
15762
15762
|
color: {},
|
|
15763
15763
|
placement: {},
|
|
15764
15764
|
position: {},
|
|
15765
|
-
to: {},
|
|
15765
|
+
to: { type: [String, Object, Function] },
|
|
15766
15766
|
offset: {},
|
|
15767
15767
|
zIndex: {},
|
|
15768
15768
|
defer: { type: Boolean },
|
|
@@ -18359,7 +18359,7 @@ const LB = ["aria-valuemin", "aria-valuemax", "value"], VB = ["data-disabled"],
|
|
|
18359
18359
|
preIcon: "tabler:chevron-left",
|
|
18360
18360
|
icon: "tabler:chevron-left",
|
|
18361
18361
|
preIconFlipOnDir: "rtl",
|
|
18362
|
-
disabled: i(c)
|
|
18362
|
+
disabled: i(c) || !!(i(u) && i(u) <= 1),
|
|
18363
18363
|
onClick: k
|
|
18364
18364
|
}, {
|
|
18365
18365
|
default: D(() => [
|
|
@@ -18417,7 +18417,7 @@ const LB = ["aria-valuemin", "aria-valuemax", "value"], VB = ["data-disabled"],
|
|
|
18417
18417
|
postIcon: "tabler:chevron-right",
|
|
18418
18418
|
icon: "tabler:chevron-right",
|
|
18419
18419
|
postIconFlipOnDir: "rtl",
|
|
18420
|
-
disabled: i(c)
|
|
18420
|
+
disabled: i(c) || !!(i(u) && i(u) >= m.value),
|
|
18421
18421
|
onClick: P
|
|
18422
18422
|
}, {
|
|
18423
18423
|
default: D(() => [
|
|
@@ -24420,7 +24420,7 @@ const Kc = /* @__PURE__ */ L({
|
|
|
24420
24420
|
trailingIcon: { type: [String, Boolean] },
|
|
24421
24421
|
selectedItemIconAsTrailingIcon: { type: Boolean },
|
|
24422
24422
|
maxCount: {},
|
|
24423
|
-
to: {},
|
|
24423
|
+
to: { type: [String, Object, Function] },
|
|
24424
24424
|
placeholder: {},
|
|
24425
24425
|
indicatorIcon: {},
|
|
24426
24426
|
options: {},
|
|
@@ -53411,7 +53411,7 @@ const zd = /* @__PURE__ */ L({
|
|
|
53411
53411
|
});
|
|
53412
53412
|
Object.assign(_l, me(_l, "Tooltip"));
|
|
53413
53413
|
Object.assign(zd, me(zd, "TooltipProvider"));
|
|
53414
|
-
const UD = "0.34.
|
|
53414
|
+
const UD = "0.34.13", HD = function(e, o = {}) {
|
|
53415
53415
|
const { cssInJs: t } = o;
|
|
53416
53416
|
return e.config.globalProperties.$pantographCssInJs = t, import("@pantograph/tokens/style/index.css"), t || import("@pantograph/styles/index.css"), Object.values(yx).forEach((n) => {
|
|
53417
53417
|
n.install && e.use(n);
|