@factoringplus/pl-components-pack-v3 1.8.23-pre-02-table → 1.8.23-pre-04-table
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-ba7334cc.cjs → crypto-pro-95a34b9e.cjs} +1 -1
- package/dist/{crypto-pro-f791d9ae.js → crypto-pro-ddd9ea6e.js} +1 -1
- package/dist/{entry-a0cac365.js → entry-15c11b3a.js} +4468 -4467
- package/dist/{entry-61f777f3.cjs → entry-78047813.cjs} +16 -16
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +4 -0
- package/dist/src/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +1 -1
- package/package.json +1 -1
@@ -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-78047813.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.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, a8 as t, o as i, q as o, r as n, m as r, t as u, s as c, v as g, x as p, w as d, P as S, y as T, z as b, B as k, C as m, D, _ as C, Z as f, E as x, a4 as h, a3 as I, K as L, a2 as y, $ as N, F as q, G as v, H as A, I as B, a5 as M, a0 as U, J as w, L as O, M as R, N as z, O as E, Q as F, R as J, S as j, a1 as G, a7 as H, T as K, U as Q, Y as V, V as W, W as X, X as Y, a9 as Z, a6 as _, A as $, j as aa, h as la, h as sa, d as Pa, e as ea, a as ta, f as ia, c as oa, i as na, b as ra, l as ua, p as ca, u as ga } from "./entry-
|
1
|
+
import { n as P, k as e, a8 as t, o as i, q as o, r as n, m as r, t as u, s as c, v as g, x as p, w as d, P as S, y as T, z as b, B as k, C as m, D, _ as C, Z as f, E as x, a4 as h, a3 as I, K as L, a2 as y, $ as N, F as q, G as v, H as A, I as B, a5 as M, a0 as U, J as w, L as O, M as R, N as z, O as E, Q as F, R as J, S as j, a1 as G, a7 as H, T as K, U as Q, Y as V, V as W, W as X, X as Y, a9 as Z, a6 as _, A as $, j as aa, h as la, h as sa, d as Pa, e as ea, a as ta, f as ia, c as oa, i as na, b as ra, l as ua, p as ca, u as ga } from "./entry-15c11b3a.js";
|
2
2
|
import "vue";
|
3
3
|
export {
|
4
4
|
P as PlAutocomplete,
|
@@ -5,6 +5,7 @@ interface IProps {
|
|
5
5
|
truncated?: boolean;
|
6
6
|
trigger?: 'click' | 'hover';
|
7
7
|
disabled?: boolean;
|
8
|
+
customClass?: string;
|
8
9
|
}
|
9
10
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
10
11
|
placement: string;
|
@@ -12,18 +13,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
12
13
|
truncated: boolean;
|
13
14
|
trigger: string;
|
14
15
|
disabled: boolean;
|
16
|
+
customClass: string;
|
15
17
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
|
16
18
|
placement: string;
|
17
19
|
delay: any;
|
18
20
|
truncated: boolean;
|
19
21
|
trigger: string;
|
20
22
|
disabled: boolean;
|
23
|
+
customClass: string;
|
21
24
|
}>>>, {
|
22
25
|
disabled: boolean;
|
23
26
|
placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
24
27
|
delay: boolean;
|
25
28
|
truncated: boolean;
|
26
29
|
trigger: "click" | "hover";
|
30
|
+
customClass: string;
|
27
31
|
}, {}>, {
|
28
32
|
default?(_: {}): any;
|
29
33
|
"tooltip-text"?(_: {}): any;
|
@@ -63,10 +63,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
63
63
|
showHeader: boolean;
|
64
64
|
showClose: boolean;
|
65
65
|
disabledTeleport: boolean;
|
66
|
+
customClass: string;
|
66
67
|
showGrabber: boolean;
|
67
68
|
widthThis: string;
|
68
69
|
headerPadding: string;
|
69
|
-
customClass: string;
|
70
70
|
slide: boolean;
|
71
71
|
simple: boolean;
|
72
72
|
logout: boolean;
|
@@ -42,8 +42,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
42
42
|
};
|
43
43
|
}>>, {
|
44
44
|
trigger: "click" | "hover" | "contextmenu" | "focus";
|
45
|
-
position: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
46
45
|
customClass: string;
|
46
|
+
position: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
47
47
|
hideAfter: number;
|
48
48
|
}, {}>, {
|
49
49
|
default?(_: {}): any;
|