@factoringplus/pl-components-pack-v3 1.8.22-pre-01 → 1.8.22-pre-05-PVO-23305

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 (21) hide show
  1. package/dist/{crypto-pro-69896863.cjs → crypto-pro-dd8edfb5.cjs} +1 -1
  2. package/dist/{crypto-pro-42825b91.js → crypto-pro-ebace0f7.js} +1 -1
  3. package/dist/{entry-d712a433.js → entry-d9426b66.js} +16767 -15958
  4. package/dist/entry-f4069b11.cjs +115 -0
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +41 -44
  7. package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +4 -0
  8. package/dist/src/components/components.d.ts +1 -4
  9. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +3 -0
  10. package/dist/src/components/data/pl-text-cell/index.d.ts +8 -8
  11. package/dist/src/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +1 -1
  12. package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +1 -1
  13. package/dist/style.css +1 -1
  14. package/package.json +2 -2
  15. package/dist/entry-fbf8c403.cjs +0 -111
  16. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +0 -20
  17. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +0 -17
  18. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +0 -14
  19. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/pl-skeleton-icon.vue.d.ts +0 -30
  20. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +0 -29
  21. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +0 -33
@@ -1,20 +0,0 @@
1
- export declare const PlSkeletonControl: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
- width: {
3
- type: import('vue').PropType<string>;
4
- required: true;
5
- };
6
- variant: {
7
- type: import('vue').PropType<"small" | "medium">;
8
- required: true;
9
- };
10
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
- width: {
12
- type: import('vue').PropType<string>;
13
- required: true;
14
- };
15
- variant: {
16
- type: import('vue').PropType<"small" | "medium">;
17
- required: true;
18
- };
19
- }>>, {}, {}>>;
20
- export default PlSkeletonControl;
@@ -1,17 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
- width: string;
3
- variant: 'small' | 'medium';
4
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- width: string;
6
- variant: 'small' | 'medium';
7
- }>>>, {}, {}>;
8
- export default _default;
9
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToRuntimeProps<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: import('vue').PropType<T[K]>;
15
- required: true;
16
- };
17
- };
@@ -1,14 +0,0 @@
1
- export declare const PlSkeletonIcon: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
- size: {
3
- type: import('vue').PropType<string | (16 | 20 | 32 | 24 | 40 | 56)>;
4
- default: number;
5
- };
6
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
- size: {
8
- type: import('vue').PropType<string | (16 | 20 | 32 | 24 | 40 | 56)>;
9
- default: number;
10
- };
11
- }>>, {
12
- size: string | (16 | 20 | 32 | 24 | 40 | 56);
13
- }, {}>>;
14
- export default PlSkeletonIcon;
@@ -1,30 +0,0 @@
1
- type SkeletonSize = 16 | 20 | 24 | 32 | 40 | 56;
2
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
- size?: SkeletonSize | string;
4
- }>, {
5
- size: number;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
- size?: SkeletonSize | string;
8
- }>, {
9
- size: number;
10
- }>>>, {
11
- size: SkeletonSize | string;
12
- }, {}>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_Prettify<T> = {
29
- [K in keyof T]: T[K];
30
- } & {};
@@ -1,29 +0,0 @@
1
- export declare const PlSkeletonTextCell: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
- width: {
3
- type: import('vue').PropType<string>;
4
- };
5
- variant: {
6
- type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
7
- default: string;
8
- };
9
- direction: {
10
- type: import('vue').PropType<"vertical" | "horizontal">;
11
- default: string;
12
- };
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: {
18
- type: import('vue').PropType<"content+description" | "label+content" | "subtitle+description">;
19
- default: string;
20
- };
21
- direction: {
22
- type: import('vue').PropType<"vertical" | "horizontal">;
23
- default: string;
24
- };
25
- }>>, {
26
- variant: "content+description" | "label+content" | "subtitle+description";
27
- direction: "vertical" | "horizontal";
28
- }, {}>>;
29
- export default PlSkeletonTextCell;
@@ -1,33 +0,0 @@
1
- interface IPlTextProps {
2
- width?: string;
3
- direction?: 'vertical' | 'horizontal';
4
- variant?: 'content+description' | 'label+content' | 'subtitle+description';
5
- }
6
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
7
- direction: string;
8
- variant: string;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextProps>, {
10
- direction: string;
11
- variant: string;
12
- }>>>, {
13
- variant: "content+description" | "label+content" | "subtitle+description";
14
- direction: "vertical" | "horizontal";
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
- } & {};