@factoringplus/pl-components-pack-v3 1.9.5-pre-07-banner → 1.9.5-pre-08-banner

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 (57) hide show
  1. package/dist/{crypto-pro-c7da00ef.js → crypto-pro-4958e8b6.js} +1 -1
  2. package/dist/{crypto-pro-f90f952a.cjs → crypto-pro-99c38b46.cjs} +1 -1
  3. package/dist/{entry-1c17b3ba.cjs → entry-960cd043.cjs} +27 -27
  4. package/dist/{entry-7625bbbd.js → entry-dbe4b4b5.js} +4388 -4398
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +1 -1
  7. package/dist/src/components/basic/pl-button/index.d.ts +79 -61
  8. package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +3 -3
  9. package/dist/src/components/basic/pl-button-dropdown/index.d.ts +57 -57
  10. package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +3 -3
  11. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +2 -2
  12. package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +2 -2
  13. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +12 -12
  14. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
  15. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
  16. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +4 -4
  17. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +9 -9
  18. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
  19. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +4 -4
  20. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +6 -6
  21. package/dist/src/components/data/pl-banner/index.d.ts +79 -3
  22. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +2 -2
  23. package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +2 -2
  24. package/dist/src/components/data/pl-progress/index.d.ts +12 -12
  25. package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +2 -2
  26. package/dist/src/components/data/pl-signing/index.d.ts +8 -8
  27. package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
  28. package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
  29. package/dist/src/components/data/pl-tags-chips/index.d.ts +56 -56
  30. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +4 -4
  31. package/dist/src/components/data/pl-text-cell/index.d.ts +6 -6
  32. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  33. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  34. package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
  35. package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
  36. package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
  37. package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +2 -2
  38. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -2
  39. package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
  40. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +2 -2
  41. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +2 -2
  42. package/dist/src/components/form/pl-input-plus/index.d.ts +42 -42
  43. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
  44. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
  45. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +15 -15
  46. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
  47. package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
  48. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
  49. package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
  50. package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
  51. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +1 -1
  52. package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
  53. package/dist/src/install-function/index.d.ts +0 -1
  54. package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +1 -1
  55. package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +27 -27
  56. package/global-components.d.ts +1 -0
  57. package/package.json +1 -1
@@ -4,7 +4,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
4
4
  required: true;
5
5
  };
6
6
  size: {
7
- type: import('vue').PropType<"small" | "medium">;
7
+ type: import('vue').PropType<"medium" | "small">;
8
8
  required: true;
9
9
  };
10
10
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -13,7 +13,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
13
13
  required: true;
14
14
  };
15
15
  size: {
16
- type: import('vue').PropType<"small" | "medium">;
16
+ type: import('vue').PropType<"medium" | "small">;
17
17
  required: true;
18
18
  };
19
19
  }>>, {}, {}>>;
@@ -1,19 +1,19 @@
1
1
  export declare const PlSkeletonInput: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
- width: {
3
- type: import('vue').PropType<string>;
4
- };
5
2
  type: {
6
3
  type: import('vue').PropType<"input" | "text-area">;
7
4
  default: string;
8
5
  };
9
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
6
  width: {
11
7
  type: import('vue').PropType<string>;
12
8
  };
9
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
10
  type: {
14
11
  type: import('vue').PropType<"input" | "text-area">;
15
12
  default: string;
16
13
  };
14
+ width: {
15
+ type: import('vue').PropType<string>;
16
+ };
17
17
  }>>, {
18
18
  type: "input" | "text-area";
19
19
  }, {}>>;
@@ -1,29 +1,29 @@
1
1
  export declare const PlSkeletonTagsChips: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
2
  size: {
3
- type: import('vue').PropType<"small" | "large">;
3
+ type: import('vue').PropType<"large" | "small">;
4
4
  default: string;
5
5
  };
6
- width: {
7
- type: import('vue').PropType<string>;
8
- };
9
6
  type: {
10
7
  type: import('vue').PropType<"tag" | "chip">;
11
8
  default: string;
12
9
  };
10
+ width: {
11
+ type: import('vue').PropType<string>;
12
+ };
13
13
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
14
  size: {
15
- type: import('vue').PropType<"small" | "large">;
15
+ type: import('vue').PropType<"large" | "small">;
16
16
  default: string;
17
17
  };
18
- width: {
19
- type: import('vue').PropType<string>;
20
- };
21
18
  type: {
22
19
  type: import('vue').PropType<"tag" | "chip">;
23
20
  default: string;
24
21
  };
22
+ width: {
23
+ type: import('vue').PropType<string>;
24
+ };
25
25
  }>>, {
26
- size: "small" | "large";
26
+ size: "large" | "small";
27
27
  type: "tag" | "chip";
28
28
  }, {}>>;
29
29
  export default PlSkeletonTagsChips;
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  type: string;
11
11
  size: string;
12
12
  }>>>, {
13
- size: "small" | "large";
13
+ size: "large" | "small";
14
14
  type: "tag" | "chip";
15
15
  }, {}>;
16
16
  export default _default;
@@ -1,19 +1,19 @@
1
1
  export declare const PlSkeletonText: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
- width: {
3
- type: import('vue').PropType<string>;
4
- };
5
2
  type: {
6
3
  type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
7
4
  default: string;
8
5
  };
9
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
6
  width: {
11
7
  type: import('vue').PropType<string>;
12
8
  };
9
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
10
  type: {
14
11
  type: import('vue').PropType<"H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag">;
15
12
  default: string;
16
13
  };
14
+ width: {
15
+ type: import('vue').PropType<string>;
16
+ };
17
17
  }>>, {
18
18
  type: "H1" | "H2" | "H3" | "H4" | "Title1" | "Title2" | "Title3" | "Subtitle1" | "Subtitle2" | "Btn1" | "Btn2" | "Btn3" | "Body1" | "Body2" | "Body3" | "Underline" | "System" | "Cap" | "Tag";
19
19
  }, {}>>;
@@ -1,23 +1,23 @@
1
1
  export declare const PlSkeletonTextCell: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
- width: {
3
- type: import('vue').PropType<string>;
4
- };
5
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
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;
@@ -1,8 +1,84 @@
1
- import { default as Banner } from './pl-banner.vue';
2
- import { SFCWithInstall } from '../../../install-function';
3
1
  import { TBannerProps, ICustomColors } from './types';
4
2
 
5
- export declare const PlBanner: SFCWithInstall<typeof Banner>;
3
+ export declare const PlBanner: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
4
+ type: {
5
+ type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "critical" | "custom">;
6
+ default: string;
7
+ };
8
+ icon: {
9
+ type: import('vue').PropType<import('../../components').TIcon>;
10
+ default: string;
11
+ };
12
+ width: {
13
+ type: import('vue').PropType<string>;
14
+ default: string;
15
+ };
16
+ buttonText: {
17
+ type: import('vue').PropType<string>;
18
+ default: string;
19
+ };
20
+ title: {
21
+ type: import('vue').PropType<string>;
22
+ default: string;
23
+ };
24
+ description: {
25
+ type: import('vue').PropType<string>;
26
+ default: string;
27
+ };
28
+ closeButton: {
29
+ type: import('vue').PropType<boolean>;
30
+ default: boolean;
31
+ };
32
+ customColors: {
33
+ type: import('vue').PropType<ICustomColors>;
34
+ };
35
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
+ close: () => void;
37
+ buttonClicked: () => void;
38
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
39
+ type: {
40
+ type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "critical" | "custom">;
41
+ default: string;
42
+ };
43
+ icon: {
44
+ type: import('vue').PropType<import('../../components').TIcon>;
45
+ default: string;
46
+ };
47
+ width: {
48
+ type: import('vue').PropType<string>;
49
+ default: string;
50
+ };
51
+ buttonText: {
52
+ type: import('vue').PropType<string>;
53
+ default: string;
54
+ };
55
+ title: {
56
+ type: import('vue').PropType<string>;
57
+ default: string;
58
+ };
59
+ description: {
60
+ type: import('vue').PropType<string>;
61
+ default: string;
62
+ };
63
+ closeButton: {
64
+ type: import('vue').PropType<boolean>;
65
+ default: boolean;
66
+ };
67
+ customColors: {
68
+ type: import('vue').PropType<ICustomColors>;
69
+ };
70
+ }>> & {
71
+ onClose?: () => any;
72
+ onButtonClicked?: () => any;
73
+ }, {
74
+ type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
75
+ icon: import('../../components').TIcon;
76
+ width: string;
77
+ buttonText: string;
78
+ title: string;
79
+ description: string;
80
+ closeButton: boolean;
81
+ }, {}>>;
6
82
  export default PlBanner;
7
83
  export type { TBannerProps, ICustomColors };
8
84
  declare module 'vue' {
@@ -23,12 +23,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
23
23
  onClose?: () => any;
24
24
  onButtonClicked?: () => any;
25
25
  }, {
26
- width: string;
26
+ type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
27
27
  icon: import('../../components').TIcon;
28
+ width: string;
28
29
  buttonText: string;
29
30
  title: string;
30
31
  description: string;
31
- type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
32
32
  closeButton: boolean;
33
33
  }, {}>;
34
34
  export default _default;
@@ -13,10 +13,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  icon: string;
14
14
  width: string;
15
15
  }>>>, {
16
- width: string;
16
+ disabled: boolean;
17
17
  icon: any;
18
+ width: string;
18
19
  label: string;
19
- disabled: boolean;
20
20
  active: boolean;
21
21
  }, {}>;
22
22
  export default _default;
@@ -1,16 +1,16 @@
1
1
  export declare const PlProgress: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
2
  size: {
3
- type: import('vue').PropType<"small" | "large">;
4
- default: string;
5
- };
6
- width: {
7
- type: import('vue').PropType<string>;
3
+ type: import('vue').PropType<"large" | "small">;
8
4
  default: string;
9
5
  };
10
6
  type: {
11
7
  type: import('vue').PropType<"sectional" | "solid">;
12
8
  default: string;
13
9
  };
10
+ width: {
11
+ type: import('vue').PropType<string>;
12
+ default: string;
13
+ };
14
14
  glare: {
15
15
  type: import('vue').PropType<boolean>;
16
16
  default: boolean;
@@ -21,17 +21,17 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
21
21
  };
22
22
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
23
  size: {
24
- type: import('vue').PropType<"small" | "large">;
25
- default: string;
26
- };
27
- width: {
28
- type: import('vue').PropType<string>;
24
+ type: import('vue').PropType<"large" | "small">;
29
25
  default: string;
30
26
  };
31
27
  type: {
32
28
  type: import('vue').PropType<"sectional" | "solid">;
33
29
  default: string;
34
30
  };
31
+ width: {
32
+ type: import('vue').PropType<string>;
33
+ default: string;
34
+ };
35
35
  glare: {
36
36
  type: import('vue').PropType<boolean>;
37
37
  default: boolean;
@@ -41,9 +41,9 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
41
41
  default: number;
42
42
  };
43
43
  }>>, {
44
- size: "small" | "large";
45
- width: string;
44
+ size: "large" | "small";
46
45
  type: "sectional" | "solid";
46
+ width: string;
47
47
  glare: boolean;
48
48
  percentage: number;
49
49
  }, {}>>;
@@ -18,9 +18,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
18
18
  width: string;
19
19
  percentage: number;
20
20
  }>>>, {
21
- size: "small" | "large";
22
- width: string;
21
+ size: "large" | "small";
23
22
  type: "sectional" | "solid";
23
+ width: string;
24
24
  glare: boolean;
25
25
  percentage: number;
26
26
  }, {}>;
@@ -1,14 +1,14 @@
1
1
  import { IFiles, ParsedCertificate, TagTranslation, ISignedFile, IValidatorError } from './types';
2
2
 
3
3
  export declare const PlSigning: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
4
- label: {
5
- type: import('vue').PropType<string>;
6
- default: string;
7
- };
8
4
  loading: {
9
5
  type: import('vue').PropType<boolean>;
10
6
  required: true;
11
7
  };
8
+ label: {
9
+ type: import('vue').PropType<string>;
10
+ default: string;
11
+ };
12
12
  placeholder: {
13
13
  type: import('vue').PropType<string>;
14
14
  default: string;
@@ -40,14 +40,14 @@ export declare const PlSigning: import('../../../install-function').SFCInstallWi
40
40
  "update:signing-file": (...args: any[]) => void;
41
41
  "no-files": (...args: any[]) => void;
42
42
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
43
- label: {
44
- type: import('vue').PropType<string>;
45
- default: string;
46
- };
47
43
  loading: {
48
44
  type: import('vue').PropType<boolean>;
49
45
  required: true;
50
46
  };
47
+ label: {
48
+ type: import('vue').PropType<string>;
49
+ default: string;
50
+ };
51
51
  placeholder: {
52
52
  type: import('vue').PropType<string>;
53
53
  default: string;
@@ -20,9 +20,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
20
20
  blockHide: boolean;
21
21
  }>>>, {
22
22
  icon: import('../../components').TIcon;
23
+ button: string;
23
24
  title: string;
24
25
  color: string;
25
- button: string;
26
26
  id: number;
27
27
  message: string;
28
28
  buttonAdd: string;
@@ -20,9 +20,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
20
20
  icon: string;
21
21
  counter: any;
22
22
  }>>>, {
23
+ disabled: boolean;
23
24
  icon: TIcon;
24
25
  label: string;
25
- disabled: boolean;
26
26
  active: boolean;
27
27
  counter: number;
28
28
  }, {}>;
@@ -1,29 +1,29 @@
1
1
  export declare const PlTagsChips: import('../../../install-function').SFCInstallWithContext<{
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
3
  size: {
4
- type: import('vue').PropType<"small" | "large">;
4
+ type: import('vue').PropType<"large" | "small">;
5
+ default: string;
6
+ };
7
+ disabled: {
8
+ type: import('vue').PropType<boolean>;
9
+ default: boolean;
10
+ };
11
+ type: {
12
+ type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
5
13
  default: string;
6
14
  };
7
15
  icon: {
8
16
  type: import('vue').PropType<import('../../components').TIcon>;
9
17
  default: string;
10
18
  };
11
- type: {
12
- type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline")>;
19
+ iconColor: {
20
+ type: import('vue').PropType<string>;
13
21
  default: string;
14
22
  };
15
23
  interactive: {
16
24
  type: import('vue').PropType<boolean>;
17
25
  default: boolean;
18
26
  };
19
- disabled: {
20
- type: import('vue').PropType<boolean>;
21
- default: boolean;
22
- };
23
- iconColor: {
24
- type: import('vue').PropType<string>;
25
- default: string;
26
- };
27
27
  active: {
28
28
  type: import('vue').PropType<boolean>;
29
29
  default: boolean;
@@ -52,29 +52,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
52
52
  crossClicked: (...args: any[]) => void;
53
53
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
54
54
  size: {
55
- type: import('vue').PropType<"small" | "large">;
55
+ type: import('vue').PropType<"large" | "small">;
56
+ default: string;
57
+ };
58
+ disabled: {
59
+ type: import('vue').PropType<boolean>;
60
+ default: boolean;
61
+ };
62
+ type: {
63
+ type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
56
64
  default: string;
57
65
  };
58
66
  icon: {
59
67
  type: import('vue').PropType<import('../../components').TIcon>;
60
68
  default: string;
61
69
  };
62
- type: {
63
- type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline")>;
70
+ iconColor: {
71
+ type: import('vue').PropType<string>;
64
72
  default: string;
65
73
  };
66
74
  interactive: {
67
75
  type: import('vue').PropType<boolean>;
68
76
  default: boolean;
69
77
  };
70
- disabled: {
71
- type: import('vue').PropType<boolean>;
72
- default: boolean;
73
- };
74
- iconColor: {
75
- type: import('vue').PropType<string>;
76
- default: string;
77
- };
78
78
  active: {
79
79
  type: import('vue').PropType<boolean>;
80
80
  default: boolean;
@@ -99,12 +99,12 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
99
99
  onTagClicked?: (...args: any[]) => any;
100
100
  onCrossClicked?: (...args: any[]) => any;
101
101
  }, {
102
- size: "small" | "large";
103
- icon: import('../../components').TIcon;
104
- type: "info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline");
105
- interactive: boolean;
102
+ size: "large" | "small";
106
103
  disabled: boolean;
104
+ type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
105
+ icon: import('../../components').TIcon;
107
106
  iconColor: string;
107
+ interactive: boolean;
108
108
  active: boolean;
109
109
  chip: boolean;
110
110
  textColor: string;
@@ -119,29 +119,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
119
119
  Defaults: {};
120
120
  }, Readonly<import('vue').ExtractPropTypes<{
121
121
  size: {
122
- type: import('vue').PropType<"small" | "large">;
122
+ type: import('vue').PropType<"large" | "small">;
123
+ default: string;
124
+ };
125
+ disabled: {
126
+ type: import('vue').PropType<boolean>;
127
+ default: boolean;
128
+ };
129
+ type: {
130
+ type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
123
131
  default: string;
124
132
  };
125
133
  icon: {
126
134
  type: import('vue').PropType<import('../../components').TIcon>;
127
135
  default: string;
128
136
  };
129
- type: {
130
- type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline")>;
137
+ iconColor: {
138
+ type: import('vue').PropType<string>;
131
139
  default: string;
132
140
  };
133
141
  interactive: {
134
142
  type: import('vue').PropType<boolean>;
135
143
  default: boolean;
136
144
  };
137
- disabled: {
138
- type: import('vue').PropType<boolean>;
139
- default: boolean;
140
- };
141
- iconColor: {
142
- type: import('vue').PropType<string>;
143
- default: string;
144
- };
145
145
  active: {
146
146
  type: import('vue').PropType<boolean>;
147
147
  default: boolean;
@@ -166,12 +166,12 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
166
166
  onTagClicked?: (...args: any[]) => any;
167
167
  onCrossClicked?: (...args: any[]) => any;
168
168
  }, {}, {}, {}, {}, {
169
- size: "small" | "large";
170
- icon: import('../../components').TIcon;
171
- type: "info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline");
172
- interactive: boolean;
169
+ size: "large" | "small";
173
170
  disabled: boolean;
171
+ type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
172
+ icon: import('../../components').TIcon;
174
173
  iconColor: string;
174
+ interactive: boolean;
175
175
  active: boolean;
176
176
  chip: boolean;
177
177
  textColor: string;
@@ -183,29 +183,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
183
183
  __isSuspense?: never;
184
184
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
185
185
  size: {
186
- type: import('vue').PropType<"small" | "large">;
186
+ type: import('vue').PropType<"large" | "small">;
187
+ default: string;
188
+ };
189
+ disabled: {
190
+ type: import('vue').PropType<boolean>;
191
+ default: boolean;
192
+ };
193
+ type: {
194
+ type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
187
195
  default: string;
188
196
  };
189
197
  icon: {
190
198
  type: import('vue').PropType<import('../../components').TIcon>;
191
199
  default: string;
192
200
  };
193
- type: {
194
- type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline")>;
201
+ iconColor: {
202
+ type: import('vue').PropType<string>;
195
203
  default: string;
196
204
  };
197
205
  interactive: {
198
206
  type: import('vue').PropType<boolean>;
199
207
  default: boolean;
200
208
  };
201
- disabled: {
202
- type: import('vue').PropType<boolean>;
203
- default: boolean;
204
- };
205
- iconColor: {
206
- type: import('vue').PropType<string>;
207
- default: string;
208
- };
209
209
  active: {
210
210
  type: import('vue').PropType<boolean>;
211
211
  default: boolean;
@@ -233,12 +233,12 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
233
233
  tagClicked: (...args: any[]) => void;
234
234
  crossClicked: (...args: any[]) => void;
235
235
  }, string, {
236
- size: "small" | "large";
237
- icon: import('../../components').TIcon;
238
- type: "info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline");
239
- interactive: boolean;
236
+ size: "large" | "small";
240
237
  disabled: boolean;
238
+ type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
239
+ icon: import('../../components').TIcon;
241
240
  iconColor: string;
241
+ interactive: boolean;
242
242
  active: boolean;
243
243
  chip: boolean;
244
244
  textColor: string;
@@ -45,12 +45,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
45
45
  onTagClicked?: (...args: any[]) => any;
46
46
  onCrossClicked?: (...args: any[]) => any;
47
47
  }, {
48
- size: "small" | "large";
49
- icon: TIcon;
50
- type: "info" | "interactive" | "success" | "warning" | "error" | InteractiveTypes;
51
- interactive: boolean;
48
+ size: "large" | "small";
52
49
  disabled: boolean;
50
+ type: "error" | "info" | "interactive" | "success" | "warning" | InteractiveTypes;
51
+ icon: TIcon;
53
52
  iconColor: string;
53
+ interactive: boolean;
54
54
  active: boolean;
55
55
  chip: boolean;
56
56
  textColor: string;
@@ -1,10 +1,10 @@
1
1
  export declare const PlTextCell: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
+ type: {
3
+ type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
4
+ };
2
5
  description: {
3
6
  type: import('vue').PropType<string>;
4
7
  };
5
- type: {
6
- type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error">;
7
- };
8
8
  label: {
9
9
  type: import('vue').PropType<string>;
10
10
  };
@@ -23,12 +23,12 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
23
23
  type: import('vue').PropType<string>;
24
24
  };
25
25
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
26
+ type: {
27
+ type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
28
+ };
26
29
  description: {
27
30
  type: import('vue').PropType<string>;
28
31
  };
29
- type: {
30
- type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error">;
31
- };
32
32
  label: {
33
33
  type: import('vue').PropType<string>;
34
34
  };