@factoringplus/pl-components-pack-v3 1.8.4-pre-01-radio → 1.8.4

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 (37) hide show
  1. package/dist/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +3 -3
  2. package/dist/components/components.d.ts +7 -3
  3. package/dist/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +1 -1
  4. package/dist/components/data/pl-table-plus/components/Pagination/index.d.ts +9 -9
  5. package/dist/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +2 -2
  6. package/dist/components/form/pl-autocomplete/components/pl-default.vue.d.ts +3 -3
  7. package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +7 -7
  8. package/dist/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +2 -2
  9. package/dist/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +2 -2
  10. package/dist/components/form/pl-input-plus/components/pl-currency.vue.d.ts +1 -1
  11. package/dist/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
  12. package/dist/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
  13. package/dist/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +1 -1
  14. package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +14 -14
  15. package/dist/components/form/pl-multi-select/components/pl-default.vue.d.ts +2 -2
  16. package/dist/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
  17. package/dist/components/form/pl-multi-select/pl-multi-select.vue.d.ts +3 -3
  18. package/dist/components/form/pl-radio/pl-radio.vue.d.ts +58 -34
  19. package/dist/components/form/pl-select-plus/components/pl-default.vue.d.ts +2 -2
  20. package/dist/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +1 -1
  21. package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +4 -4
  22. package/dist/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
  23. package/dist/components/shared/pl-option/pl-option.vue.d.ts +2 -2
  24. package/dist/pl-components-pack-v3.es.js +6158 -6205
  25. package/dist/pl-components-pack-v3.umd.js +31 -31
  26. package/dist/services/pl-navigation/components/Header.vue.d.ts +0 -2
  27. package/dist/services/pl-navigation/components/{NavButton.vue.d.ts → NavButton/NavButton.vue.d.ts} +1 -1
  28. package/dist/services/pl-navigation/components/NavButton/index.d.ts +112 -0
  29. package/dist/services/pl-navigation/components/{SidebarItem.vue.d.ts → SidebarItem/SidebarItem.vue.d.ts} +1 -1
  30. package/dist/services/pl-navigation/components/SidebarItem/index.d.ts +28 -0
  31. package/dist/services/pl-navigation/components/TLogo/TLogo.vue.d.ts +2 -0
  32. package/dist/services/pl-navigation/components/TLogo/index.d.ts +2 -0
  33. package/dist/services/pl-navigation/index.d.ts +14 -29
  34. package/dist/services/pl-navigation/pl-navigation.vue.d.ts +4 -17
  35. package/dist/style.css +1 -1
  36. package/package.json +2 -2
  37. package/dist/services/pl-navigation/components/index.d.ts +0 -279
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "1.8.4-pre-01-radio",
17
+ "version": "1.8.4",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
@@ -112,7 +112,7 @@
112
112
  "vite-plugin-dts": "3.9.1",
113
113
  "vite-plugin-eslint": "1.8.1",
114
114
  "vite-plugin-stylelint": "5.3.1",
115
- "vite-svg-loader": "4.0.0",
115
+ "vite-svg-loader": "5.1.0",
116
116
  "vitepress": "1.3.0",
117
117
  "vue-tsc": "1.8.27"
118
118
  }
@@ -1,279 +0,0 @@
1
- export declare const PlNavButton: import('../../../install-function').SFCInstallWithContext<{
2
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
- type: {
4
- type: import('vue').PropType<"new" | "company">;
5
- };
6
- disabled: {
7
- type: import('vue').PropType<boolean>;
8
- default: boolean;
9
- };
10
- icon: {
11
- type: import('vue').PropType<import('../../../components/components').TIcon>;
12
- default: string;
13
- };
14
- isClicked: {
15
- type: import('vue').PropType<boolean>;
16
- default: boolean;
17
- };
18
- }>> & {
19
- onClick?: (...args: any[]) => any;
20
- "onUpdate:isClicked"?: (...args: any[]) => any;
21
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
- click: (...args: any[]) => void;
23
- "update:isClicked": (...args: any[]) => void;
24
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
25
- type: {
26
- type: import('vue').PropType<"new" | "company">;
27
- };
28
- disabled: {
29
- type: import('vue').PropType<boolean>;
30
- default: boolean;
31
- };
32
- icon: {
33
- type: import('vue').PropType<import('../../../components/components').TIcon>;
34
- default: string;
35
- };
36
- isClicked: {
37
- type: import('vue').PropType<boolean>;
38
- default: boolean;
39
- };
40
- }>> & {
41
- onClick?: (...args: any[]) => any;
42
- "onUpdate:isClicked"?: (...args: any[]) => any;
43
- }, {
44
- disabled: boolean;
45
- icon: import('../../../components/components').TIcon;
46
- isClicked: boolean;
47
- }, true, {}, {}, {
48
- P: {};
49
- B: {};
50
- D: {};
51
- C: {};
52
- M: {};
53
- Defaults: {};
54
- }, Readonly<import('vue').ExtractPropTypes<{
55
- type: {
56
- type: import('vue').PropType<"new" | "company">;
57
- };
58
- disabled: {
59
- type: import('vue').PropType<boolean>;
60
- default: boolean;
61
- };
62
- icon: {
63
- type: import('vue').PropType<import('../../../components/components').TIcon>;
64
- default: string;
65
- };
66
- isClicked: {
67
- type: import('vue').PropType<boolean>;
68
- default: boolean;
69
- };
70
- }>> & {
71
- onClick?: (...args: any[]) => any;
72
- "onUpdate:isClicked"?: (...args: any[]) => any;
73
- }, {}, {}, {}, {}, {
74
- disabled: boolean;
75
- icon: import('../../../components/components').TIcon;
76
- isClicked: boolean;
77
- }>;
78
- __isFragment?: never;
79
- __isTeleport?: never;
80
- __isSuspense?: never;
81
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
82
- type: {
83
- type: import('vue').PropType<"new" | "company">;
84
- };
85
- disabled: {
86
- type: import('vue').PropType<boolean>;
87
- default: boolean;
88
- };
89
- icon: {
90
- type: import('vue').PropType<import('../../../components/components').TIcon>;
91
- default: string;
92
- };
93
- isClicked: {
94
- type: import('vue').PropType<boolean>;
95
- default: boolean;
96
- };
97
- }>> & {
98
- onClick?: (...args: any[]) => any;
99
- "onUpdate:isClicked"?: (...args: any[]) => any;
100
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
101
- click: (...args: any[]) => void;
102
- "update:isClicked": (...args: any[]) => void;
103
- }, string, {
104
- disabled: boolean;
105
- icon: import('../../../components/components').TIcon;
106
- isClicked: boolean;
107
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
108
- $slots: {
109
- default?(_: {}): any;
110
- };
111
- })>;
112
- export declare const PlSidebarItem: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
113
- item: {
114
- type: import('vue').PropType<import('../types').ISidebarItem>;
115
- required: true;
116
- };
117
- activePage: {
118
- type: import('vue').PropType<string>;
119
- required: true;
120
- default: string;
121
- };
122
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
123
- "sidebar-item-click": (...args: any[]) => void;
124
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
125
- item: {
126
- type: import('vue').PropType<import('../types').ISidebarItem>;
127
- required: true;
128
- };
129
- activePage: {
130
- type: import('vue').PropType<string>;
131
- required: true;
132
- default: string;
133
- };
134
- }>> & {
135
- "onSidebar-item-click"?: (...args: any[]) => any;
136
- }, {
137
- activePage: string;
138
- }, {}>>;
139
- declare const _default: {
140
- PlNavButton: import('../../../install-function').SFCInstallWithContext<{
141
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
142
- type: {
143
- type: import('vue').PropType<"new" | "company">;
144
- };
145
- disabled: {
146
- type: import('vue').PropType<boolean>;
147
- default: boolean;
148
- };
149
- icon: {
150
- type: import('vue').PropType<import('../../../components/components').TIcon>;
151
- default: string;
152
- };
153
- isClicked: {
154
- type: import('vue').PropType<boolean>;
155
- default: boolean;
156
- };
157
- }>> & {
158
- onClick?: (...args: any[]) => any;
159
- "onUpdate:isClicked"?: (...args: any[]) => any;
160
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
161
- click: (...args: any[]) => void;
162
- "update:isClicked": (...args: any[]) => void;
163
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
164
- type: {
165
- type: import('vue').PropType<"new" | "company">;
166
- };
167
- disabled: {
168
- type: import('vue').PropType<boolean>;
169
- default: boolean;
170
- };
171
- icon: {
172
- type: import('vue').PropType<import('../../../components/components').TIcon>;
173
- default: string;
174
- };
175
- isClicked: {
176
- type: import('vue').PropType<boolean>;
177
- default: boolean;
178
- };
179
- }>> & {
180
- onClick?: (...args: any[]) => any;
181
- "onUpdate:isClicked"?: (...args: any[]) => any;
182
- }, {
183
- disabled: boolean;
184
- icon: import('../../../components/components').TIcon;
185
- isClicked: boolean;
186
- }, true, {}, {}, {
187
- P: {};
188
- B: {};
189
- D: {};
190
- C: {};
191
- M: {};
192
- Defaults: {};
193
- }, Readonly<import('vue').ExtractPropTypes<{
194
- type: {
195
- type: import('vue').PropType<"new" | "company">;
196
- };
197
- disabled: {
198
- type: import('vue').PropType<boolean>;
199
- default: boolean;
200
- };
201
- icon: {
202
- type: import('vue').PropType<import('../../../components/components').TIcon>;
203
- default: string;
204
- };
205
- isClicked: {
206
- type: import('vue').PropType<boolean>;
207
- default: boolean;
208
- };
209
- }>> & {
210
- onClick?: (...args: any[]) => any;
211
- "onUpdate:isClicked"?: (...args: any[]) => any;
212
- }, {}, {}, {}, {}, {
213
- disabled: boolean;
214
- icon: import('../../../components/components').TIcon;
215
- isClicked: boolean;
216
- }>;
217
- __isFragment?: never;
218
- __isTeleport?: never;
219
- __isSuspense?: never;
220
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
221
- type: {
222
- type: import('vue').PropType<"new" | "company">;
223
- };
224
- disabled: {
225
- type: import('vue').PropType<boolean>;
226
- default: boolean;
227
- };
228
- icon: {
229
- type: import('vue').PropType<import('../../../components/components').TIcon>;
230
- default: string;
231
- };
232
- isClicked: {
233
- type: import('vue').PropType<boolean>;
234
- default: boolean;
235
- };
236
- }>> & {
237
- onClick?: (...args: any[]) => any;
238
- "onUpdate:isClicked"?: (...args: any[]) => any;
239
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
240
- click: (...args: any[]) => void;
241
- "update:isClicked": (...args: any[]) => void;
242
- }, string, {
243
- disabled: boolean;
244
- icon: import('../../../components/components').TIcon;
245
- isClicked: boolean;
246
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
247
- $slots: {
248
- default?(_: {}): any;
249
- };
250
- })>;
251
- PlSidebarItem: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
252
- item: {
253
- type: import('vue').PropType<import('../types').ISidebarItem>;
254
- required: true;
255
- };
256
- activePage: {
257
- type: import('vue').PropType<string>;
258
- required: true;
259
- default: string;
260
- };
261
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
262
- "sidebar-item-click": (...args: any[]) => void;
263
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
264
- item: {
265
- type: import('vue').PropType<import('../types').ISidebarItem>;
266
- required: true;
267
- };
268
- activePage: {
269
- type: import('vue').PropType<string>;
270
- required: true;
271
- default: string;
272
- };
273
- }>> & {
274
- "onSidebar-item-click"?: (...args: any[]) => any;
275
- }, {
276
- activePage: string;
277
- }, {}>>;
278
- };
279
- export default _default;