@factoringplus/pl-components-pack-v3 1.8.43 → 1.8.44-pre-01
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/{crypto-pro-f3c2aea2.js → crypto-pro-1efcd779.js} +1 -1
- package/dist/{crypto-pro-04607242.cjs → crypto-pro-586e7f42.cjs} +1 -1
- package/dist/{entry-8840bbac.cjs → entry-9995869b.cjs} +1 -1
- package/dist/{entry-188a06e9.js → entry-c94c8f7f.js} +11 -7
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-multitab/types/index.d.ts +5 -4
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +3 -0
- package/dist/src/components/shared/pl-tab-pane/types/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -33022,11 +33022,12 @@ const F7 = {
|
|
33022
33022
|
active: { type: Boolean, default: !1 },
|
33023
33023
|
disabled: { type: Boolean, default: !1 },
|
33024
33024
|
icon: { default: "" },
|
33025
|
-
width: { default: "" }
|
33025
|
+
width: { default: "" },
|
33026
|
+
badge: { type: Boolean }
|
33026
33027
|
},
|
33027
33028
|
setup(e) {
|
33028
33029
|
no((r) => ({
|
33029
|
-
|
33030
|
+
eb8cf2fe: r.width
|
33030
33031
|
}));
|
33031
33032
|
const t = e, n = z(() => t.disabled ? "var(--color-text-icons-tertiary)" : t.active ? "var(--color-text-icons-primary)" : "var(--color-text-icons-secondary)");
|
33032
33033
|
return (r, o) => {
|
@@ -33037,7 +33038,8 @@ const F7 = {
|
|
33037
33038
|
"pl-tab-card__container",
|
33038
33039
|
{ disabled: t.disabled },
|
33039
33040
|
{ active: t.active },
|
33040
|
-
{ iconPadding: t.icon }
|
33041
|
+
{ iconPadding: t.icon },
|
33042
|
+
{ badge: t.badge }
|
33041
33043
|
])
|
33042
33044
|
}, [
|
33043
33045
|
t.icon ? (w(), ne(Et, {
|
@@ -33055,7 +33057,7 @@ const F7 = {
|
|
33055
33057
|
};
|
33056
33058
|
}
|
33057
33059
|
});
|
33058
|
-
const K7 = /* @__PURE__ */ Sr(q7, [["__scopeId", "data-v-
|
33060
|
+
const K7 = /* @__PURE__ */ Sr(q7, [["__scopeId", "data-v-c67c2a67"]]), J7 = { class: "pl-multitab-container" }, X7 = /* @__PURE__ */ le({
|
33059
33061
|
__name: "pl-multitab",
|
33060
33062
|
props: {
|
33061
33063
|
modelValue: { default: "" },
|
@@ -33106,8 +33108,9 @@ const K7 = /* @__PURE__ */ Sr(q7, [["__scopeId", "data-v-73e3e014"]]), J7 = { cl
|
|
33106
33108
|
active: n.modelValue === (h == null ? void 0 : h.name),
|
33107
33109
|
icon: h == null ? void 0 : h.icon,
|
33108
33110
|
disabled: h == null ? void 0 : h.disabled,
|
33111
|
+
badge: h == null ? void 0 : h.badge,
|
33109
33112
|
role: "tab"
|
33110
|
-
}, null, 8, ["label", "width", "active", "icon", "disabled"])), [
|
33113
|
+
}, null, 8, ["label", "width", "active", "icon", "disabled", "badge"])), [
|
33111
33114
|
[v, () => l(h)]
|
33112
33115
|
])), 128))
|
33113
33116
|
], 2)
|
@@ -35029,7 +35032,7 @@ const VG = {
|
|
35029
35032
|
try {
|
35030
35033
|
b.value = await import(
|
35031
35034
|
/* @vite-ignore */
|
35032
|
-
"./crypto-pro-
|
35035
|
+
"./crypto-pro-1efcd779.js"
|
35033
35036
|
).then((I) => I.c);
|
35034
35037
|
} catch (I) {
|
35035
35038
|
return console.warn("crypto-pro не установлен или не доступен:", I), !1;
|
@@ -35552,7 +35555,8 @@ const Tq = Vt(wq, "PlTextCell"), Iq = {
|
|
35552
35555
|
disabled: { type: Boolean, default: !1 },
|
35553
35556
|
icon: { default: "" },
|
35554
35557
|
counter: { default: null },
|
35555
|
-
name: { default: "" }
|
35558
|
+
name: { default: "" },
|
35559
|
+
badge: { type: Boolean, default: !1 }
|
35556
35560
|
},
|
35557
35561
|
setup(e) {
|
35558
35562
|
return (t, n) => Ie(t.$slots, "default");
|
@@ -1 +1 @@
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-9995869b.cjs");require("vue");exports.PlAutocomplete=l.PlAutocomplete;exports.PlButton=l.PlButton;exports.PlButtonDropdown=l.PlButtonDropdown;exports.PlCard=l.PlCard;exports.PlCheckbox=l.PlCheckbox;exports.PlCheckboxPlus=l.PlCheckboxPlus;exports.PlCurrency=l.PlCurrency;exports.PlDatePickerLegacyPlugin=l.PlDatePickerLegacyPlugin;exports.PlDatePickerPlugin=l.PlDatePickerPlugin;exports.PlDatePickerPlusPlugin=l.PlDatePickerPlusPlugin;exports.PlDialog=l.PlDialog$1;exports.PlDialogPlus=l.PlDialog;exports.PlDirectives=l.PlDirectives;exports.PlForm=l.PlForm;exports.PlIcon=l.PlIcon;exports.PlInput=l.PlInput;exports.PlInputPlus=l.PlInputPlus;exports.PlLink=l.PlLink;exports.PlMarkText=l.PlMarkText;exports.PlMultiSelect=l.PlMultiSelect;exports.PlMultitab=l.PlMultitab;exports.PlNavButton=l.PlNavButton;exports.PlNavigation=l.PlNavigation;exports.PlNotification=l.PlNotification;exports.PlOnboarding=l.PlOnboarding;exports.PlPagination=l.PlPagination;exports.PlRadio=l.PlRadio;exports.PlScrollbar=l.PlScrollbar;exports.PlSelect=l.PlSelect;exports.PlSelectPlus=l.PlSelectPlus;exports.PlSidebarItem=l.PlSidebarItem;exports.PlSigning=l.PlSigning;exports.PlSkeleton=l.PlSkeleton;exports.PlSkeletonButton=l.PlSkeletonButton;exports.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonInput=l.PlSkeletonInput;exports.PlSkeletonTabs=l.PlSkeletonTabs;exports.PlSkeletonTagsChips=l.PlSkeletonTagsChips;exports.PlSkeletonText=l.PlSkeletonText;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;exports.PlSkeletonUpload=l.PlSkeletonUpload;exports.PlStepper=l.PlStepper;exports.PlSuggestions=l.PlSuggestions;exports.PlSwitch=l.PlSwitch;exports.PlTabPane=l.PlTabPane;exports.PlTablePlugin=l.PlTablePlugin;exports.PlTablePlus=l.PlTablePlus;exports.PlTabs=l.PlTabs;exports.PlTagsChips=l.PlTagsChips;exports.PlTextCell=l.PlTextCell;exports.PlTextPlugin=l.PlTextPlugin;exports.PlTooltip=l.PlTooltip;exports.PlTooltipPlus=l.PlToolTipPlus;exports.PlUpload=l.PlUpload;exports.PlUploadLegacy=l.PlUploadLegacy;exports.PlUploadPlus=l.PlUploadPlus;exports.ScreenSizes=l.ScreenSizes;exports.TLogo=l.TLogo;exports.apiJs=l.ApiJs;exports.cancelAllApiRequests=l.cancelAllApiRequests;exports.dadataParser=l.dadataParser;exports.dataParser=l.dadataParser;exports.declOfNum=l.declOfNum;exports.deepSet=l.deepSet;exports.filters=l.filters;exports.formatCurrency=l.formatCurrency;exports.formatDate=l.formatDate;exports.install=l.install;exports.isEqual=l.isEqual;exports.loader=l.loadingAndSetup;exports.plLoading=l.plLoading;exports.uniqId=l.uniqId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { n as P, k as e, ah as t, o, q as n, r as i, m as r, t as u, s as c, v as S, x as p, w as g, P as d, y as k, z as T, B as b, C, D as m, a7 as x, a6 as D, E as f, ad as h, ac as I, U as L, ab as y, a8 as B, F as N, G as U, H as q, I as v, ae as A, a9 as M, J as w, O, L as R, K as z, Q as E, R as F, T as J, N as j, M as G, S as H, V as K, W as Q, X as V, Y as W, Z as X, _ as Y, $ as Z, aa as _, ag as $, a0 as aa, a1 as la, a5 as sa, a2 as Pa, a3 as ea, a4 as ta, ai as oa, af as na, A as ia, j as ra, h as ua, h as ca, d as Sa, e as pa, a as ga, f as da, c as ka, i as Ta, b as ba, l as Ca, p as ma, u as xa } from "./entry-
|
1
|
+
import { n as P, k as e, ah as t, o, q as n, r as i, m as r, t as u, s as c, v as S, x as p, w as g, P as d, y as k, z as T, B as b, C, D as m, a7 as x, a6 as D, E as f, ad as h, ac as I, U as L, ab as y, a8 as B, F as N, G as U, H as q, I as v, ae as A, a9 as M, J as w, O, L as R, K as z, Q as E, R as F, T as J, N as j, M as G, S as H, V as K, W as Q, X as V, Y as W, Z as X, _ as Y, $ as Z, aa as _, ag as $, a0 as aa, a1 as la, a5 as sa, a2 as Pa, a3 as ea, a4 as ta, ai as oa, af as na, A as ia, j as ra, h as ua, h as ca, d as Sa, e as pa, a as ga, f as da, c as ka, i as Ta, b as ba, l as Ca, p as ma, u as xa } from "./entry-c94c8f7f.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
P as PlAutocomplete,
|
@@ -2,10 +2,11 @@ import { TIcon } from '../../../pl-icon';
|
|
2
2
|
|
3
3
|
export interface ITabCardProps {
|
4
4
|
label: string;
|
5
|
-
active
|
6
|
-
disabled
|
7
|
-
icon
|
8
|
-
width
|
5
|
+
active?: boolean;
|
6
|
+
disabled?: boolean;
|
7
|
+
icon?: TIcon;
|
8
|
+
width?: string;
|
9
|
+
badge?: boolean;
|
9
10
|
}
|
10
11
|
export interface IMultitabProps {
|
11
12
|
modelValue?: string;
|
@@ -6,17 +6,20 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
6
6
|
icon: string;
|
7
7
|
counter: any;
|
8
8
|
name: string;
|
9
|
+
badge: boolean;
|
9
10
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITabPaneProps>, {
|
10
11
|
label: string;
|
11
12
|
disabled: boolean;
|
12
13
|
icon: string;
|
13
14
|
counter: any;
|
14
15
|
name: string;
|
16
|
+
badge: boolean;
|
15
17
|
}>>>, {
|
16
18
|
name: string;
|
17
19
|
label: string;
|
18
20
|
disabled: boolean;
|
19
21
|
icon: import('../pl-icon').TIcon;
|
22
|
+
badge: boolean;
|
20
23
|
counter: number;
|
21
24
|
}, {}>, {
|
22
25
|
default?(_: {}): any;
|