@factoringplus/pl-components-pack-v3 1.9.5-pre-13-banner → 1.9.5-pre-snackbar-03

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 (65) hide show
  1. package/dist/{crypto-pro-69cd022a.js → crypto-pro-7e572174.js} +1 -1
  2. package/dist/{crypto-pro-5b691ccb.cjs → crypto-pro-fc8f6761.cjs} +1 -1
  3. package/dist/{entry-6c1c4f4d.js → entry-624d500e.js} +8153 -8343
  4. package/dist/{entry-3d6c5311.cjs → entry-a4e42659.cjs} +31 -31
  5. package/dist/pl-components-pack-v3.cjs.js +1 -1
  6. package/dist/pl-components-pack-v3.es.js +72 -73
  7. package/dist/src/components/basic/pl-button/index.d.ts +42 -60
  8. package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
  9. package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
  10. package/dist/src/components/basic/pl-button-dropdown/index.d.ts +38 -38
  11. package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +2 -2
  12. package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
  13. package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
  14. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
  15. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +6 -6
  16. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
  17. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
  18. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +3 -3
  19. package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
  20. package/dist/src/components/components.d.ts +1 -3
  21. package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
  22. package/dist/src/components/data/pl-progress/index.d.ts +3 -3
  23. package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +2 -2
  24. package/dist/src/components/data/pl-signing/index.d.ts +8 -8
  25. package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +8 -5
  26. package/dist/src/components/data/pl-snackbar/types.d.ts +3 -2
  27. package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
  28. package/dist/src/components/data/pl-tags-chips/index.d.ts +41 -41
  29. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +3 -3
  30. package/dist/src/components/data/pl-text-cell/index.d.ts +6 -6
  31. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
  32. package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
  33. package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
  34. package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
  35. package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
  36. package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
  37. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  38. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
  39. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
  40. package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
  41. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +4 -4
  42. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +4 -4
  43. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
  44. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
  45. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
  46. package/dist/src/components/form/pl-input-plus/index.d.ts +231 -231
  47. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +17 -17
  48. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  49. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +3 -3
  50. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +9 -9
  51. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  52. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +3 -3
  53. package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +1 -1
  54. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
  55. package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
  56. package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
  57. package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  58. package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +2 -2
  59. package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +12 -12
  60. package/dist/style.css +1 -1
  61. package/package.json +1 -1
  62. package/dist/src/components/data/pl-banner/index.d.ts +0 -101
  63. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +0 -51
  64. package/dist/src/components/data/pl-banner/types/index.d.ts +0 -70
  65. package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +0 -20
@@ -35,10 +35,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
35
35
  "onUpdate:modelValue"?: (...args: any[]) => any;
36
36
  "onSelect-value"?: (...args: any[]) => any;
37
37
  }, {
38
- size: "large" | "medium" | "small";
38
+ size: "small" | "large" | "medium";
39
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
39
40
  fullWidth: boolean;
40
41
  disabled: boolean;
41
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
42
42
  icon: import('../../components').TIcon;
43
43
  iconColor: string;
44
44
  iconPosition: "left" | "right";
@@ -66,7 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
66
66
  loading: boolean;
67
67
  modelValue: boolean;
68
68
  width: string;
69
- status: "delete" | "info" | "successful" | "attention" | "neutral";
69
+ status: "delete" | "successful" | "info" | "attention" | "neutral";
70
70
  showHeader: boolean;
71
71
  showClose: boolean;
72
72
  disabledTeleport: boolean;
@@ -16,9 +16,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
16
16
  type: string;
17
17
  target: string;
18
18
  }>>>, {
19
- disabled: boolean;
20
19
  type: "default" | "error" | "success" | "warning" | "gradient";
21
20
  target: "_blank" | "_self" | "_parent" | "_top";
21
+ disabled: boolean;
22
22
  href: string;
23
23
  }, {}>, {
24
24
  default?(_: {}): any;
@@ -40,11 +40,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
40
40
  onWheel?: (...args: any[]) => any;
41
41
  }, {
42
42
  height: string | number;
43
+ viewClass: string;
43
44
  maxHeight: string | number;
45
+ offsetRight: string;
44
46
  wrapClass: string;
45
- viewClass: string;
46
47
  hideScrollThumb: boolean;
47
- offsetRight: string;
48
48
  alwaysShowXThumb: boolean;
49
49
  alwaysShowYThumb: boolean;
50
50
  }, {}>, {
@@ -1,10 +1,10 @@
1
1
  export declare const PlSkeletonButton: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
2
  size: {
3
- type: import('vue').PropType<"large" | "medium" | "small">;
3
+ type: import('vue').PropType<"small" | "large" | "medium">;
4
4
  default: string;
5
5
  };
6
6
  type: {
7
- type: import('vue').PropType<"primary" | "empty" | "link">;
7
+ type: import('vue').PropType<"link" | "primary" | "empty">;
8
8
  default: string;
9
9
  };
10
10
  width: {
@@ -13,11 +13,11 @@ export declare const PlSkeletonButton: import('../../../../../install-function')
13
13
  };
14
14
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
15
  size: {
16
- type: import('vue').PropType<"large" | "medium" | "small">;
16
+ type: import('vue').PropType<"small" | "large" | "medium">;
17
17
  default: string;
18
18
  };
19
19
  type: {
20
- type: import('vue').PropType<"primary" | "empty" | "link">;
20
+ type: import('vue').PropType<"link" | "primary" | "empty">;
21
21
  default: string;
22
22
  };
23
23
  width: {
@@ -25,8 +25,8 @@ export declare const PlSkeletonButton: import('../../../../../install-function')
25
25
  default: string;
26
26
  };
27
27
  }>>, {
28
- size: "large" | "medium" | "small";
29
- type: "primary" | "empty" | "link";
28
+ size: "small" | "large" | "medium";
29
+ type: "link" | "primary" | "empty";
30
30
  width: string;
31
31
  }, {}>>;
32
32
  export default PlSkeletonButton;
@@ -12,8 +12,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
12
12
  type: string;
13
13
  size: string;
14
14
  }>>>, {
15
- size: "large" | "medium" | "small";
16
- type: "primary" | "empty" | "link";
15
+ size: "small" | "large" | "medium";
16
+ type: "link" | "primary" | "empty";
17
17
  width: string;
18
18
  }, {}>;
19
19
  export default _default;
@@ -1,6 +1,6 @@
1
1
  export declare const PlSkeletonControl: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
2
  size: {
3
- type: import('vue').PropType<"medium" | "small">;
3
+ type: import('vue').PropType<"small" | "medium">;
4
4
  required: true;
5
5
  };
6
6
  width: {
@@ -10,7 +10,7 @@ export declare const PlSkeletonControl: import('../../../../../install-function'
10
10
  };
11
11
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
12
  size: {
13
- type: import('vue').PropType<"medium" | "small">;
13
+ type: import('vue').PropType<"small" | "medium">;
14
14
  required: true;
15
15
  };
16
16
  width: {
@@ -1,6 +1,6 @@
1
1
  export declare const PlSkeletonTagsChips: import('../../../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
2
  size: {
3
- type: import('vue').PropType<"large" | "small">;
3
+ type: import('vue').PropType<"small" | "large">;
4
4
  default: string;
5
5
  };
6
6
  type: {
@@ -13,7 +13,7 @@ export declare const PlSkeletonTagsChips: import('../../../../../install-functio
13
13
  };
14
14
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
15
  size: {
16
- type: import('vue').PropType<"large" | "small">;
16
+ type: import('vue').PropType<"small" | "large">;
17
17
  default: string;
18
18
  };
19
19
  type: {
@@ -25,7 +25,7 @@ export declare const PlSkeletonTagsChips: import('../../../../../install-functio
25
25
  default: string;
26
26
  };
27
27
  }>>, {
28
- size: "large" | "small";
28
+ size: "small" | "large";
29
29
  type: "tag" | "chip";
30
30
  width: string;
31
31
  }, {}>>;
@@ -12,7 +12,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
12
12
  type: string;
13
13
  size: string;
14
14
  }>>>, {
15
- size: "large" | "small";
15
+ size: "small" | "large";
16
16
  type: "tag" | "chip";
17
17
  width: string;
18
18
  }, {}>;
@@ -52,7 +52,6 @@ import { default as PlSidebarItem } from '../services/pl-navigation/components/S
52
52
  import { default as TLogo } from '../services/pl-navigation/components/TLogo';
53
53
  import { default as PlTextCell } from './data/pl-text-cell';
54
54
  import { default as PlProgress } from './data/pl-progress';
55
- import { default as PlBanner } from './data/pl-banner';
56
55
  import { default as PlIcon } from './shared/pl-icon';
57
56
  import { default as PlTextPlugin } from './shared/pl-text';
58
57
  import { default as PlMarkText } from './shared/pl-mark-text';
@@ -102,7 +101,6 @@ export * from '../services/pl-navigation/components/NavButton';
102
101
  export * from '../services/pl-navigation/components/TLogo';
103
102
  export * from './data/pl-text-cell';
104
103
  export * from './data/pl-progress';
105
- export * from './data/pl-banner';
106
104
  export * from './shared/pl-icon';
107
105
  export * from './shared/pl-text';
108
106
  export * from './shared/pl-mark-text';
@@ -115,4 +113,4 @@ export * from '../utils/deepSet';
115
113
  export * from '../utils/dadataParser';
116
114
  export * from '../plugins/filters';
117
115
  export * from '../plugins/api/api';
118
- 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, PlProgress, PlBanner, };
116
+ 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, PlProgress, };
@@ -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
+ label: string;
16
17
  disabled: boolean;
17
18
  icon: any;
18
19
  width: string;
19
- label: string;
20
20
  active: boolean;
21
21
  }, {}>;
22
22
  export default _default;
@@ -1,6 +1,6 @@
1
1
  export declare const PlProgress: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
2
  size: {
3
- type: import('vue').PropType<"large" | "small">;
3
+ type: import('vue').PropType<"small" | "large" | "snackbar">;
4
4
  default: string;
5
5
  };
6
6
  type: {
@@ -21,7 +21,7 @@ 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<"large" | "small">;
24
+ type: import('vue').PropType<"small" | "large" | "snackbar">;
25
25
  default: string;
26
26
  };
27
27
  type: {
@@ -41,7 +41,7 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
41
41
  default: number;
42
42
  };
43
43
  }>>, {
44
- size: "large" | "small";
44
+ size: "small" | "large" | "snackbar";
45
45
  type: "sectional" | "solid";
46
46
  width: string;
47
47
  glare: boolean;
@@ -1,7 +1,7 @@
1
1
  interface IProps {
2
2
  type?: 'sectional' | 'solid';
3
3
  glare?: boolean;
4
- size?: 'large' | 'small';
4
+ size?: 'large' | 'small' | 'snackbar';
5
5
  width?: string;
6
6
  percentage?: number;
7
7
  }
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
18
18
  width: string;
19
19
  percentage: number;
20
20
  }>>>, {
21
- size: "large" | "small";
21
+ size: "small" | "large" | "snackbar";
22
22
  type: "sectional" | "solid";
23
23
  width: string;
24
24
  glare: boolean;
@@ -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
- loading: {
5
- type: import('vue').PropType<boolean>;
6
- required: true;
7
- };
8
4
  label: {
9
5
  type: import('vue').PropType<string>;
10
6
  default: string;
11
7
  };
8
+ loading: {
9
+ type: import('vue').PropType<boolean>;
10
+ required: true;
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
- loading: {
44
- type: import('vue').PropType<boolean>;
45
- required: true;
46
- };
47
43
  label: {
48
44
  type: import('vue').PropType<string>;
49
45
  default: string;
50
46
  };
47
+ loading: {
48
+ type: import('vue').PropType<boolean>;
49
+ required: true;
50
+ };
51
51
  placeholder: {
52
52
  type: import('vue').PropType<string>;
53
53
  default: string;
@@ -6,26 +6,29 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
6
6
  color: string;
7
7
  title: string;
8
8
  button: string;
9
- buttonAdd: string;
10
9
  message: string;
11
10
  blockHide: boolean;
11
+ progress: boolean;
12
+ percentage: number;
12
13
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
14
  id: number;
14
15
  icon: string;
15
16
  color: string;
16
17
  title: string;
17
18
  button: string;
18
- buttonAdd: string;
19
19
  message: string;
20
20
  blockHide: boolean;
21
+ progress: boolean;
22
+ percentage: number;
21
23
  }>>>, {
22
- icon: import('../../components').TIcon;
24
+ color: string;
23
25
  button: string;
26
+ progress: boolean;
24
27
  title: string;
25
- color: string;
28
+ icon: import('../../components').TIcon;
26
29
  id: number;
27
30
  message: string;
28
- buttonAdd: string;
31
+ percentage: number | import('vue').Ref<number>;
29
32
  blockHide: boolean;
30
33
  }, {}>;
31
34
  export default _default;
@@ -1,4 +1,5 @@
1
1
  import { TIcon } from '../../shared/pl-icon';
2
+ import { Ref } from 'vue';
2
3
 
3
4
  export interface IProps {
4
5
  id?: number;
@@ -6,12 +7,12 @@ export interface IProps {
6
7
  color?: string;
7
8
  title: string;
8
9
  button?: string;
9
- buttonAdd?: string;
10
10
  action?: any;
11
- actionAdd?: any;
12
11
  message?: string;
13
12
  blockHide?: boolean;
14
13
  longDuration?: boolean;
14
+ progress?: boolean;
15
+ percentage?: number | Ref<number>;
15
16
  }
16
17
  export interface IRenderSnackbar {
17
18
  id: 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
+ label: string;
23
24
  disabled: boolean;
24
25
  icon: TIcon;
25
- label: string;
26
26
  active: boolean;
27
27
  counter: number;
28
28
  }, {}>;
@@ -1,17 +1,17 @@
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<"large" | "small">;
4
+ type: import('vue').PropType<"small" | "large">;
5
+ default: string;
6
+ };
7
+ type: {
8
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
5
9
  default: string;
6
10
  };
7
11
  disabled: {
8
12
  type: import('vue').PropType<boolean>;
9
13
  default: boolean;
10
14
  };
11
- type: {
12
- type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
13
- default: string;
14
- };
15
15
  icon: {
16
16
  type: import('vue').PropType<import('../../components').TIcon>;
17
17
  default: string;
@@ -20,15 +20,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
20
20
  type: import('vue').PropType<string>;
21
21
  default: string;
22
22
  };
23
- interactive: {
23
+ active: {
24
24
  type: import('vue').PropType<boolean>;
25
25
  default: boolean;
26
26
  };
27
- active: {
27
+ chip: {
28
28
  type: import('vue').PropType<boolean>;
29
29
  default: boolean;
30
30
  };
31
- chip: {
31
+ interactive: {
32
32
  type: import('vue').PropType<boolean>;
33
33
  default: boolean;
34
34
  };
@@ -52,17 +52,17 @@ 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<"large" | "small">;
55
+ type: import('vue').PropType<"small" | "large">;
56
+ default: string;
57
+ };
58
+ type: {
59
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
56
60
  default: string;
57
61
  };
58
62
  disabled: {
59
63
  type: import('vue').PropType<boolean>;
60
64
  default: boolean;
61
65
  };
62
- type: {
63
- type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
64
- default: string;
65
- };
66
66
  icon: {
67
67
  type: import('vue').PropType<import('../../components').TIcon>;
68
68
  default: string;
@@ -71,15 +71,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
71
71
  type: import('vue').PropType<string>;
72
72
  default: string;
73
73
  };
74
- interactive: {
74
+ active: {
75
75
  type: import('vue').PropType<boolean>;
76
76
  default: boolean;
77
77
  };
78
- active: {
78
+ chip: {
79
79
  type: import('vue').PropType<boolean>;
80
80
  default: boolean;
81
81
  };
82
- chip: {
82
+ interactive: {
83
83
  type: import('vue').PropType<boolean>;
84
84
  default: boolean;
85
85
  };
@@ -99,14 +99,14 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
99
99
  onTagClicked?: (...args: any[]) => any;
100
100
  onCrossClicked?: (...args: any[]) => any;
101
101
  }, {
102
- size: "large" | "small";
102
+ size: "small" | "large";
103
+ type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
103
104
  disabled: boolean;
104
- type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
105
105
  icon: import('../../components').TIcon;
106
106
  iconColor: string;
107
- interactive: boolean;
108
107
  active: boolean;
109
108
  chip: boolean;
109
+ interactive: boolean;
110
110
  textColor: string;
111
111
  backgroundColor: string;
112
112
  deleteBtn: boolean;
@@ -119,17 +119,17 @@ 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<"large" | "small">;
122
+ type: import('vue').PropType<"small" | "large">;
123
+ default: string;
124
+ };
125
+ type: {
126
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
123
127
  default: string;
124
128
  };
125
129
  disabled: {
126
130
  type: import('vue').PropType<boolean>;
127
131
  default: boolean;
128
132
  };
129
- type: {
130
- type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
131
- default: string;
132
- };
133
133
  icon: {
134
134
  type: import('vue').PropType<import('../../components').TIcon>;
135
135
  default: string;
@@ -138,15 +138,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
138
138
  type: import('vue').PropType<string>;
139
139
  default: string;
140
140
  };
141
- interactive: {
141
+ active: {
142
142
  type: import('vue').PropType<boolean>;
143
143
  default: boolean;
144
144
  };
145
- active: {
145
+ chip: {
146
146
  type: import('vue').PropType<boolean>;
147
147
  default: boolean;
148
148
  };
149
- chip: {
149
+ interactive: {
150
150
  type: import('vue').PropType<boolean>;
151
151
  default: boolean;
152
152
  };
@@ -166,14 +166,14 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
166
166
  onTagClicked?: (...args: any[]) => any;
167
167
  onCrossClicked?: (...args: any[]) => any;
168
168
  }, {}, {}, {}, {}, {
169
- size: "large" | "small";
169
+ size: "small" | "large";
170
+ type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
170
171
  disabled: boolean;
171
- type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
172
172
  icon: import('../../components').TIcon;
173
173
  iconColor: string;
174
- interactive: boolean;
175
174
  active: boolean;
176
175
  chip: boolean;
176
+ interactive: boolean;
177
177
  textColor: string;
178
178
  backgroundColor: string;
179
179
  deleteBtn: boolean;
@@ -183,17 +183,17 @@ 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<"large" | "small">;
186
+ type: import('vue').PropType<"small" | "large">;
187
+ default: string;
188
+ };
189
+ type: {
190
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
187
191
  default: string;
188
192
  };
189
193
  disabled: {
190
194
  type: import('vue').PropType<boolean>;
191
195
  default: boolean;
192
196
  };
193
- type: {
194
- type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
195
- default: string;
196
- };
197
197
  icon: {
198
198
  type: import('vue').PropType<import('../../components').TIcon>;
199
199
  default: string;
@@ -202,15 +202,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
202
202
  type: import('vue').PropType<string>;
203
203
  default: string;
204
204
  };
205
- interactive: {
205
+ active: {
206
206
  type: import('vue').PropType<boolean>;
207
207
  default: boolean;
208
208
  };
209
- active: {
209
+ chip: {
210
210
  type: import('vue').PropType<boolean>;
211
211
  default: boolean;
212
212
  };
213
- chip: {
213
+ interactive: {
214
214
  type: import('vue').PropType<boolean>;
215
215
  default: boolean;
216
216
  };
@@ -233,14 +233,14 @@ 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: "large" | "small";
236
+ size: "small" | "large";
237
+ type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
237
238
  disabled: boolean;
238
- type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
239
239
  icon: import('../../components').TIcon;
240
240
  iconColor: string;
241
- interactive: boolean;
242
241
  active: boolean;
243
242
  chip: boolean;
243
+ interactive: boolean;
244
244
  textColor: string;
245
245
  backgroundColor: string;
246
246
  deleteBtn: boolean;
@@ -45,14 +45,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
45
45
  onTagClicked?: (...args: any[]) => any;
46
46
  onCrossClicked?: (...args: any[]) => any;
47
47
  }, {
48
- size: "large" | "small";
48
+ size: "small" | "large";
49
+ type: "error" | "info" | "success" | "warning" | InteractiveTypes | "interactive";
49
50
  disabled: boolean;
50
- type: "error" | "info" | "interactive" | "success" | "warning" | InteractiveTypes;
51
51
  icon: TIcon;
52
52
  iconColor: string;
53
- interactive: boolean;
54
53
  active: boolean;
55
54
  chip: boolean;
55
+ interactive: boolean;
56
56
  textColor: string;
57
57
  backgroundColor: string;
58
58
  deleteBtn: boolean;
@@ -1,11 +1,11 @@
1
1
  export declare const PlTextCell: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
2
2
  type: {
3
- type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
3
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
4
4
  };
5
- description: {
5
+ label: {
6
6
  type: import('vue').PropType<string>;
7
7
  };
8
- label: {
8
+ description: {
9
9
  type: import('vue').PropType<string>;
10
10
  };
11
11
  descriptionColor: {
@@ -24,12 +24,12 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
24
24
  };
25
25
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
26
26
  type: {
27
- type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
27
+ type: import('vue').PropType<"error" | "info" | "success" | "warning" | "interactive">;
28
28
  };
29
- description: {
29
+ label: {
30
30
  type: import('vue').PropType<string>;
31
31
  };
32
- label: {
32
+ description: {
33
33
  type: import('vue').PropType<string>;
34
34
  };
35
35
  descriptionColor: {
@@ -66,9 +66,9 @@ declare const _default: import('vue').DefineComponent<{
66
66
  "onUpdate:modelValue"?: (...args: any[]) => any;
67
67
  onChangeOpen?: (...args: any[]) => any;
68
68
  }, {
69
+ label: string;
69
70
  modelValue: unknown[];
70
71
  width: string;
71
- label: string;
72
72
  placeholder: string;
73
73
  teleport: boolean;
74
74
  isClose: boolean;
@@ -62,8 +62,8 @@ declare const _default: import('vue').DefineComponent<{
62
62
  }>> & {
63
63
  "onUpdate:modelValue"?: (...args: any[]) => any;
64
64
  }, {
65
- disabled: boolean;
66
65
  label: string;
66
+ disabled: boolean;
67
67
  placeholder: string;
68
68
  prop: string;
69
69
  rules: Record<string, any>;