@factoringplus/pl-components-pack-v3 1.8.32-pre-02-table-align → 1.8.32-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.
Files changed (27) hide show
  1. package/dist/{crypto-pro-b66c85e6.js → crypto-pro-c392cbae.js} +1 -1
  2. package/dist/{crypto-pro-3ff64abb.cjs → crypto-pro-e478627b.cjs} +1 -1
  3. package/dist/{entry-39a7b347.cjs → entry-9fbbcccf.cjs} +37 -37
  4. package/dist/{entry-31d04e15.js → entry-e8b13f9e.js} +7795 -7641
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +60 -54
  7. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +29 -0
  8. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +33 -0
  9. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
  10. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +2 -2
  11. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +20 -0
  12. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +29 -0
  13. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +10 -0
  14. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +22 -0
  15. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +29 -0
  16. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +33 -0
  17. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +20 -0
  18. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +29 -0
  19. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +9 -9
  20. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +4 -4
  21. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +10 -0
  22. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +22 -0
  23. package/dist/src/components/components.d.ts +7 -1
  24. package/dist/src/components/data/pl-tags-chips/index.d.ts +19 -19
  25. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
  26. package/dist/style.css +1 -1
  27. package/package.json +1 -1
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-39a7b347.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.PlSkeletonControl=l.PlSkeletonControl;exports.PlSkeletonIcon=l.PlSkeletonIcon;exports.PlSkeletonTextCell=l.PlSkeletonTextCell;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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./entry-9fbbcccf.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,71 +1,77 @@
1
- import { n as P, k as e, ab as t, o, q as i, 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, D as m, a1 as D, a0 as x, E as f, a7 as I, a6 as h, N as L, a5 as y, a2 as N, F as q, G as v, H as A, I as B, a8 as M, a3 as U, J as w, L as O, K as R, M as z, O as E, Q as F, R as J, S as j, T as G, U as H, V as K, a4 as Q, aa as V, W, X, $ as Y, Y as Z, Z as _, _ as $, ac as aa, a9 as la, A as sa, j as Pa, h as ea, h as ta, d as oa, e as ia, a as na, f as ra, c as ua, i as ca, b as ga, l as pa, p as da, u as Sa } from "./entry-31d04e15.js";
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-e8b13f9e.js";
2
2
  import "vue";
3
3
  export {
4
4
  P as PlAutocomplete,
5
5
  e as PlButton,
6
6
  t as PlButtonDropdown,
7
7
  o as PlCard,
8
- i as PlCheckbox,
9
- n as PlCheckboxPlus,
8
+ n as PlCheckbox,
9
+ i as PlCheckboxPlus,
10
10
  r as PlCurrency,
11
11
  u as PlDatePickerLegacyPlugin,
12
12
  c as PlDatePickerPlugin,
13
- g as PlDatePickerPlusPlugin,
13
+ S as PlDatePickerPlusPlugin,
14
14
  p as PlDialog,
15
- d as PlDialogPlus,
16
- S as PlDirectives,
17
- T as PlForm,
18
- b as PlIcon,
19
- k as PlInput,
15
+ g as PlDialogPlus,
16
+ d as PlDirectives,
17
+ k as PlForm,
18
+ T as PlIcon,
19
+ b as PlInput,
20
20
  C as PlInputPlus,
21
21
  m as PlLink,
22
- D as PlMarkText,
23
- x as PlMultiSelect,
22
+ x as PlMarkText,
23
+ D as PlMultiSelect,
24
24
  f as PlMultitab,
25
- I as PlNavButton,
26
- h as PlNavigation,
25
+ h as PlNavButton,
26
+ I as PlNavigation,
27
27
  L as PlNotification,
28
28
  y as PlOnboarding,
29
- N as PlPagination,
30
- q as PlRadio,
31
- v as PlScrollbar,
32
- A as PlSelect,
33
- B as PlSelectPlus,
34
- M as PlSidebarItem,
35
- U as PlSigning,
29
+ B as PlPagination,
30
+ N as PlRadio,
31
+ U as PlScrollbar,
32
+ q as PlSelect,
33
+ v as PlSelectPlus,
34
+ A as PlSidebarItem,
35
+ M as PlSigning,
36
36
  w as PlSkeleton,
37
- O as PlSkeletonControl,
38
- R as PlSkeletonIcon,
39
- z as PlSkeletonTextCell,
40
- E as PlStepper,
41
- F as PlSuggestions,
42
- J as PlSwitch,
43
- j as PlTabPane,
44
- G as PlTablePlugin,
45
- H as PlTablePlus,
46
- K as PlTabs,
47
- Q as PlTagsChips,
48
- V as PlTextCell,
49
- W as PlTextPlugin,
50
- X as PlTooltip,
51
- Y as PlTooltipPlus,
52
- Z as PlUpload,
53
- _ as PlUploadLegacy,
54
- $ as PlUploadPlus,
55
- aa as ScreenSizes,
56
- la as TLogo,
57
- sa as apiJs,
58
- Pa as cancelAllApiRequests,
59
- ea as dadataParser,
60
- ta as dataParser,
61
- oa as declOfNum,
62
- ia as deepSet,
63
- na as filters,
64
- ra as formatCurrency,
65
- ua as formatDate,
66
- ca as install,
67
- ga as isEqual,
68
- pa as loader,
69
- da as plLoading,
70
- Sa as uniqId
37
+ O as PlSkeletonButton,
38
+ R as PlSkeletonControl,
39
+ z as PlSkeletonIcon,
40
+ E as PlSkeletonInput,
41
+ F as PlSkeletonTabs,
42
+ J as PlSkeletonTagsChips,
43
+ j as PlSkeletonText,
44
+ G as PlSkeletonTextCell,
45
+ H as PlSkeletonUpload,
46
+ K as PlStepper,
47
+ Q as PlSuggestions,
48
+ V as PlSwitch,
49
+ W as PlTabPane,
50
+ X as PlTablePlugin,
51
+ Y as PlTablePlus,
52
+ Z as PlTabs,
53
+ _ as PlTagsChips,
54
+ $ as PlTextCell,
55
+ aa as PlTextPlugin,
56
+ la as PlTooltip,
57
+ sa as PlTooltipPlus,
58
+ Pa as PlUpload,
59
+ ea as PlUploadLegacy,
60
+ ta as PlUploadPlus,
61
+ oa as ScreenSizes,
62
+ na as TLogo,
63
+ ia as apiJs,
64
+ ra as cancelAllApiRequests,
65
+ ua as dadataParser,
66
+ ca as dataParser,
67
+ Sa as declOfNum,
68
+ pa as deepSet,
69
+ ga as filters,
70
+ da as formatCurrency,
71
+ ka as formatDate,
72
+ Ta as install,
73
+ ba as isEqual,
74
+ Ca as loader,
75
+ ma as plLoading,
76
+ xa as uniqId
71
77
  };
@@ -0,0 +1,29 @@
1
+ export declare const PlSkeletonButton: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ size: {
3
+ type: import('vue').PropType<"small" | "large" | "medium">;
4
+ default: string;
5
+ };
6
+ type: {
7
+ type: import('vue').PropType<"link" | "primary" | "empty">;
8
+ default: string;
9
+ };
10
+ width: {
11
+ type: import('vue').PropType<string>;
12
+ };
13
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
+ size: {
15
+ type: import('vue').PropType<"small" | "large" | "medium">;
16
+ default: string;
17
+ };
18
+ type: {
19
+ type: import('vue').PropType<"link" | "primary" | "empty">;
20
+ default: string;
21
+ };
22
+ width: {
23
+ type: import('vue').PropType<string>;
24
+ };
25
+ }>>, {
26
+ size: "small" | "large" | "medium";
27
+ type: "link" | "primary" | "empty";
28
+ }, {}>>;
29
+ export default PlSkeletonButton;
@@ -0,0 +1,33 @@
1
+ interface IProps {
2
+ width?: string;
3
+ type?: 'primary' | 'empty' | 'link';
4
+ size?: 'large' | 'medium' | 'small';
5
+ }
6
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
7
+ type: string;
8
+ size: string;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
+ type: string;
11
+ size: string;
12
+ }>>>, {
13
+ size: "small" | "large" | "medium";
14
+ type: "link" | "primary" | "empty";
15
+ }, {}>;
16
+ export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
@@ -3,7 +3,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
3
3
  type: import('vue').PropType<string>;
4
4
  required: true;
5
5
  };
6
- variant: {
6
+ size: {
7
7
  type: import('vue').PropType<"small" | "medium">;
8
8
  required: true;
9
9
  };
@@ -12,7 +12,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
12
12
  type: import('vue').PropType<string>;
13
13
  required: true;
14
14
  };
15
- variant: {
15
+ size: {
16
16
  type: import('vue').PropType<"small" | "medium">;
17
17
  required: true;
18
18
  };
@@ -1,9 +1,9 @@
1
1
  declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  width: string;
3
- variant: 'small' | 'medium';
3
+ size: 'small' | 'medium';
4
4
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
5
  width: string;
6
- variant: 'small' | 'medium';
6
+ size: 'small' | 'medium';
7
7
  }>>>, {}, {}>;
8
8
  export default _default;
9
9
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -0,0 +1,20 @@
1
+ export declare const PlSkeletonInput: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ type: {
3
+ type: import('vue').PropType<"input" | "text-area">;
4
+ default: string;
5
+ };
6
+ width: {
7
+ type: import('vue').PropType<string>;
8
+ };
9
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ type: {
11
+ type: import('vue').PropType<"input" | "text-area">;
12
+ default: string;
13
+ };
14
+ width: {
15
+ type: import('vue').PropType<string>;
16
+ };
17
+ }>>, {
18
+ type: "input" | "text-area";
19
+ }, {}>>;
20
+ export default PlSkeletonInput;
@@ -0,0 +1,29 @@
1
+ interface IProps {
2
+ width?: string;
3
+ type?: 'input' | 'text-area';
4
+ }
5
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
6
+ type: string;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
8
+ type: string;
9
+ }>>>, {
10
+ type: "input" | "text-area";
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+ type __VLS_TypePropsToRuntimeProps<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
+ } : {
18
+ type: import('vue').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
22
+ type __VLS_WithDefaults<P, D> = {
23
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
+ default: D[K];
25
+ }> : P[K];
26
+ };
27
+ type __VLS_Prettify<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
@@ -0,0 +1,10 @@
1
+ export declare const PlSkeletonTabs: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ width: {
3
+ type: import('vue').PropType<string>;
4
+ };
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
+ width: {
7
+ type: import('vue').PropType<string>;
8
+ };
9
+ }>>, {}, {}>>;
10
+ export default PlSkeletonTabs;
@@ -0,0 +1,22 @@
1
+ interface IProps {
2
+ width?: string;
3
+ }
4
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>>>, {}, {}>;
5
+ export default _default;
6
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
+ type __VLS_TypePropsToRuntimeProps<T> = {
8
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
9
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
10
+ } : {
11
+ type: import('vue').PropType<T[K]>;
12
+ required: true;
13
+ };
14
+ };
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_Prettify<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
@@ -0,0 +1,29 @@
1
+ export declare const PlSkeletonTagsChips: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ size: {
3
+ type: import('vue').PropType<"small" | "large">;
4
+ default: string;
5
+ };
6
+ type: {
7
+ type: import('vue').PropType<"tag" | "chip">;
8
+ default: string;
9
+ };
10
+ width: {
11
+ type: import('vue').PropType<string>;
12
+ };
13
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
+ size: {
15
+ type: import('vue').PropType<"small" | "large">;
16
+ default: string;
17
+ };
18
+ type: {
19
+ type: import('vue').PropType<"tag" | "chip">;
20
+ default: string;
21
+ };
22
+ width: {
23
+ type: import('vue').PropType<string>;
24
+ };
25
+ }>>, {
26
+ size: "small" | "large";
27
+ type: "tag" | "chip";
28
+ }, {}>>;
29
+ export default PlSkeletonTagsChips;
@@ -0,0 +1,33 @@
1
+ interface IProps {
2
+ width?: string;
3
+ type?: 'tag' | 'chip';
4
+ size?: 'large' | 'small';
5
+ }
6
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
7
+ type: string;
8
+ size: string;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
+ type: string;
11
+ size: string;
12
+ }>>>, {
13
+ size: "small" | "large";
14
+ type: "tag" | "chip";
15
+ }, {}>;
16
+ export default _default;
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToRuntimeProps<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: import('vue').PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_Prettify<T> = {
32
+ [K in keyof T]: T[K];
33
+ } & {};
@@ -0,0 +1,20 @@
1
+ export declare const PlSkeletonText: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ type: {
3
+ type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
4
+ default: string;
5
+ };
6
+ width: {
7
+ type: import('vue').PropType<string>;
8
+ };
9
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ type: {
11
+ type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
12
+ default: string;
13
+ };
14
+ width: {
15
+ type: import('vue').PropType<string>;
16
+ };
17
+ }>>, {
18
+ type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
19
+ }, {}>>;
20
+ export default PlSkeletonText;
@@ -0,0 +1,29 @@
1
+ interface IProps {
2
+ width?: string;
3
+ type?: 'H1' | 'H2' | 'H3' | 'H4' | 'Title1' | 'Title2' | 'Title3' | 'Subtitle1' | 'Subtitle2' | 'Btn1' | 'Btn2' | 'Btn3' | 'Body1' | 'Body2' | 'Body3' | 'Underline' | 'System' | 'Cap' | 'Tag';
4
+ }
5
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
6
+ type: string;
7
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
8
+ type: string;
9
+ }>>>, {
10
+ type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+ type __VLS_TypePropsToRuntimeProps<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
+ } : {
18
+ type: import('vue').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
22
+ type __VLS_WithDefaults<P, D> = {
23
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
+ default: D[K];
25
+ }> : P[K];
26
+ };
27
+ type __VLS_Prettify<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
@@ -1,29 +1,29 @@
1
1
  export declare const PlSkeletonTextCell: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
- width: {
3
- type: import('vue').PropType<string>;
4
- };
5
- variant: {
2
+ type: {
6
3
  type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
7
4
  default: string;
8
5
  };
6
+ width: {
7
+ type: import('vue').PropType<string>;
8
+ };
9
9
  direction: {
10
10
  type: import('vue').PropType<"vertical" | "horizontal">;
11
11
  default: string;
12
12
  };
13
13
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
- width: {
15
- type: import('vue').PropType<string>;
16
- };
17
- variant: {
14
+ type: {
18
15
  type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
19
16
  default: string;
20
17
  };
18
+ width: {
19
+ type: import('vue').PropType<string>;
20
+ };
21
21
  direction: {
22
22
  type: import('vue').PropType<"vertical" | "horizontal">;
23
23
  default: string;
24
24
  };
25
25
  }>>, {
26
- variant: "content+description" | "label+content" | "subtitle+description";
26
+ type: "content+description" | "label+content" | "subtitle+description";
27
27
  direction: "vertical" | "horizontal";
28
28
  }, {}>>;
29
29
  export default PlSkeletonTextCell;
@@ -1,16 +1,16 @@
1
1
  interface IPlTextProps {
2
2
  width?: string;
3
3
  direction?: 'vertical' | 'horizontal';
4
- variant?: 'content+description' | 'label+content' | 'subtitle+description';
4
+ type?: 'content+description' | 'label+content' | 'subtitle+description';
5
5
  }
6
6
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
7
7
  direction: string;
8
- variant: string;
8
+ type: string;
9
9
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
10
10
  direction: string;
11
- variant: string;
11
+ type: string;
12
12
  }>>>, {
13
- variant: "content+description" | "label+content" | "subtitle+description";
13
+ type: "content+description" | "label+content" | "subtitle+description";
14
14
  direction: "vertical" | "horizontal";
15
15
  }, {}>;
16
16
  export default _default;
@@ -0,0 +1,10 @@
1
+ export declare const PlSkeletonUpload: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ width: {
3
+ type: import('vue').PropType<string>;
4
+ };
5
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
+ width: {
7
+ type: import('vue').PropType<string>;
8
+ };
9
+ }>>, {}, {}>>;
10
+ export default PlSkeletonUpload;
@@ -0,0 +1,22 @@
1
+ interface IProps {
2
+ width?: string;
3
+ }
4
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {}>>>, {}, {}>;
5
+ export default _default;
6
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
+ type __VLS_TypePropsToRuntimeProps<T> = {
8
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
9
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
10
+ } : {
11
+ type: import('vue').PropType<T[K]>;
12
+ required: true;
13
+ };
14
+ };
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_Prettify<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
@@ -19,6 +19,12 @@ import { default as PlSkeleton } from './basic/pl-skeleton';
19
19
  import { default as PlSkeletonIcon } from './basic/pl-skeleton/components/pl-skeleton-icon';
20
20
  import { default as PlSkeletonControl } from './basic/pl-skeleton/components/pl-skeleton-control';
21
21
  import { default as PlSkeletonTextCell } from './basic/pl-skeleton/components/pl-skeleton-text-cell';
22
+ import { default as PlSkeletonText } from './basic/pl-skeleton/components/pl-skeleton-text';
23
+ import { default as PlSkeletonButton } from './basic/pl-skeleton/components/pl-skeleton-button';
24
+ import { default as PlSkeletonInput } from './basic/pl-skeleton/components/pl-skeleton-input';
25
+ import { default as PlSkeletonTabs } from './basic/pl-skeleton/components/pl-skeleton-tabs';
26
+ import { default as PlSkeletonUpload } from './basic/pl-skeleton/components/pl-skeleton-upload';
27
+ import { default as PlSkeletonTagsChips } from './basic/pl-skeleton/components/pl-skeleton-tags-chips';
22
28
  import { default as PlTooltipPlus } from './basic/pl-tooltip-plus';
23
29
  import { default as PlAutocomplete } from './form/pl-autocomplete';
24
30
  import { default as PlCheckboxPlus } from './form/pl-checkbox-plus';
@@ -105,4 +111,4 @@ export * from '../utils/deepSet';
105
111
  export * from '../utils/dadataParser';
106
112
  export * from '../plugins/filters';
107
113
  export * from '../plugins/api/api';
108
- export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, PlButtonDropdown };
114
+ export { PlButton, PlCurrency, PlAutocomplete, PlCard, PlCheckbox, PlCheckboxPlus, PlDatePickerPlugin, PlDatePickerLegacyPlugin, PlDatePickerPlusPlugin, PlDialogPlus, PlDialog, PlForm, PlIcon, PlInput, PlInputPlus, PlLink, PlMultitab, PlRadio, PlScrollbar, PlSelect, PlSelectPlus, PlSkeleton, PlSkeletonIcon, PlSkeletonControl, PlSkeletonTextCell, PlSkeletonText, PlSkeletonButton, PlSkeletonInput, PlSkeletonTabs, PlSkeletonUpload, PlSkeletonTagsChips, PlNotification, PlStepper, PlSuggestions, PlSwitch, PlTabPane, PlTablePlugin, PlTablePlus, PlTabs, PlTextPlugin, PlTooltip, PlUpload, PlUploadLegacy, PlUploadPlus, PlTooltipPlus, PlMultiSelect, PlMarkText, PlPagination, PlSigning, PlTagsChips, PlOnboarding, PlNavigation, PlNavButton, PlSidebarItem, TLogo, PlTextCell, PlButtonDropdown, };