@factoringplus/pl-components-pack-v3 1.8.22-pre-13 → 1.8.22-pre-14

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.
@@ -8,7 +8,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
8
8
  default: boolean;
9
9
  };
10
10
  icon: {
11
- type: import('vue').PropType<import('../../../../components/shared/pl-icon').TIcon>;
11
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
12
12
  default: string;
13
13
  };
14
14
  isClicked: {
@@ -30,7 +30,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
30
30
  default: boolean;
31
31
  };
32
32
  icon: {
33
- type: import('vue').PropType<import('../../../../components/shared/pl-icon').TIcon>;
33
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
34
34
  default: string;
35
35
  };
36
36
  isClicked: {
@@ -42,7 +42,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
42
42
  "onUpdate:isClicked"?: (...args: any[]) => any;
43
43
  }, {
44
44
  disabled: boolean;
45
- icon: import('../../../../components/shared/pl-icon').TIcon;
45
+ icon: import('../../../../components/components').TIcon;
46
46
  isClicked: boolean;
47
47
  }, true, {}, {}, {
48
48
  P: {};
@@ -60,7 +60,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
60
60
  default: boolean;
61
61
  };
62
62
  icon: {
63
- type: import('vue').PropType<import('../../../../components/shared/pl-icon').TIcon>;
63
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
64
64
  default: string;
65
65
  };
66
66
  isClicked: {
@@ -72,7 +72,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
72
72
  "onUpdate:isClicked"?: (...args: any[]) => any;
73
73
  }, {}, {}, {}, {}, {
74
74
  disabled: boolean;
75
- icon: import('../../../../components/shared/pl-icon').TIcon;
75
+ icon: import('../../../../components/components').TIcon;
76
76
  isClicked: boolean;
77
77
  }>;
78
78
  __isFragment?: never;
@@ -87,7 +87,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
87
87
  default: boolean;
88
88
  };
89
89
  icon: {
90
- type: import('vue').PropType<import('../../../../components/shared/pl-icon').TIcon>;
90
+ type: import('vue').PropType<import('../../../../components/components').TIcon>;
91
91
  default: string;
92
92
  };
93
93
  isClicked: {
@@ -102,7 +102,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
102
102
  "update:isClicked": (...args: any[]) => void;
103
103
  }, string, {
104
104
  disabled: boolean;
105
- icon: import('../../../../components/shared/pl-icon').TIcon;
105
+ icon: import('../../../../components/components').TIcon;
106
106
  isClicked: boolean;
107
107
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
108
108
  $slots: {