sprof 0.2.4 → 0.2.7

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 (63) hide show
  1. package/README.md +163 -11
  2. package/dist/{ExtractsList-CqMn_6Rp.js → ExtractsList-BNHHbmEu.js} +1 -1
  3. package/dist/core/components/CarouselImages.vue.d.ts +1 -1
  4. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  5. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  6. package/dist/core/components/InfoItem.vue.d.ts +3 -3
  7. package/dist/core/components/atoms/PBadge/PBadge.stories.d.ts +471 -0
  8. package/dist/core/components/atoms/PBadge/PBadge.test.d.ts +1 -0
  9. package/dist/core/components/atoms/PBadge/PBadge.vue.d.ts +84 -0
  10. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  11. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
  13. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
  14. package/dist/core/components/atoms/PChip/PChip.stories.d.ts +639 -0
  15. package/dist/core/components/atoms/PChip/PChip.test.d.ts +1 -0
  16. package/dist/core/components/atoms/PChip/PChip.vue.d.ts +85 -0
  17. package/dist/core/components/atoms/PDatePicker/PDatePicker.stories.d.ts +469 -0
  18. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +235 -0
  19. package/dist/core/components/atoms/PDialog/PDialog.test.d.ts +1 -0
  20. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +62 -0
  21. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +6 -6
  22. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
  23. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +8 -14
  24. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +3 -6
  25. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  26. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  27. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
  28. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
  29. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  30. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  31. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
  32. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
  33. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +12 -52
  34. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +4 -24
  35. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  36. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  37. package/dist/core/components/atoms/PTable/{PTable.storeis.d.ts → PTable.stories.d.ts} +8 -9
  38. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  39. package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +248 -0
  40. package/dist/core/components/atoms/PToggle/PToggle.test.d.ts +1 -0
  41. package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +71 -0
  42. package/dist/core/components/atoms/__consumer__/consumer-render.test.d.ts +1 -0
  43. package/dist/core/components/atoms/__consumer__/q-imports.test.d.ts +1 -0
  44. package/dist/core/components/atoms/index.d.ts +5 -1
  45. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  46. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +2 -2
  47. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +16 -22
  48. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +8 -11
  49. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  50. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  51. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
  52. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
  53. package/dist/global-components.d.ts +78 -0
  54. package/dist/{index-8p7UPAAQ.js → index-T6suvcZB.js} +4143 -3985
  55. package/dist/index.d.ts +6 -0
  56. package/dist/modules/forms/components/Fields/DateField.vue.d.ts +1 -1
  57. package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +1 -1
  58. package/dist/modules/forms/components/admin/AdminFormPage.vue.d.ts +1 -1
  59. package/dist/sprof.js +18 -13
  60. package/dist/sprof.umd.cjs +10 -10
  61. package/dist/style.css +1 -1
  62. package/dist/test-utils/quasar-minimal.d.ts +6 -0
  63. package/package.json +15 -16
@@ -87,8 +87,8 @@ declare const _default: {
87
87
  options: unknown[];
88
88
  readonly: boolean;
89
89
  placeholder: string;
90
- margin: string;
91
90
  width: string;
91
+ margin: string;
92
92
  disabled: boolean;
93
93
  clearable: boolean;
94
94
  borderColor: string;
@@ -181,8 +181,8 @@ declare const _default: {
181
181
  options: unknown[];
182
182
  readonly: boolean;
183
183
  placeholder: string;
184
- margin: string;
185
184
  width: string;
185
+ margin: string;
186
186
  disabled: boolean;
187
187
  clearable: boolean;
188
188
  borderColor: string;
@@ -276,8 +276,8 @@ declare const _default: {
276
276
  options: unknown[];
277
277
  readonly: boolean;
278
278
  placeholder: string;
279
- margin: string;
280
279
  width: string;
280
+ margin: string;
281
281
  disabled: boolean;
282
282
  clearable: boolean;
283
283
  borderColor: string;
@@ -297,31 +297,11 @@ declare const _default: {
297
297
  counter?(_: {}): any;
298
298
  loading?(_: {}): any;
299
299
  selected?(_: {}): any;
300
- option?(_: {
301
- index: number;
302
- opt: any;
303
- html: boolean;
304
- label: string;
305
- selected: boolean;
306
- focused: boolean;
307
- toggleOption: (opt: any) => void;
308
- setOptionIndex: (index: number) => void;
309
- itemProps: any;
310
- }): any;
311
- 'no-option'?(_: {
312
- inputValue: string;
313
- }): any;
300
+ option?(_: any): any;
301
+ 'no-option'?(_: any): any;
314
302
  'before-options'?(_: {}): any;
315
303
  'after-options'?(_: {}): any;
316
- 'selected-item'?(_: {
317
- index: number;
318
- opt: any;
319
- selected: boolean;
320
- html: boolean;
321
- removeAtIndex: (index: number) => void;
322
- toggleOption: (opt: any) => void;
323
- tabindex: number;
324
- }): any;
304
+ 'selected-item'?(_: any): any;
325
305
  };
326
306
  });
327
307
  tags: string[];
@@ -450,8 +430,8 @@ export declare const Default: StoryFn<{
450
430
  options: unknown[];
451
431
  readonly: boolean;
452
432
  placeholder: string;
453
- margin: string;
454
433
  width: string;
434
+ margin: string;
455
435
  disabled: boolean;
456
436
  clearable: boolean;
457
437
  borderColor: string;
@@ -544,8 +524,8 @@ export declare const Default: StoryFn<{
544
524
  options: unknown[];
545
525
  readonly: boolean;
546
526
  placeholder: string;
547
- margin: string;
548
527
  width: string;
528
+ margin: string;
549
529
  disabled: boolean;
550
530
  clearable: boolean;
551
531
  borderColor: string;
@@ -639,8 +619,8 @@ export declare const Default: StoryFn<{
639
619
  options: unknown[];
640
620
  readonly: boolean;
641
621
  placeholder: string;
642
- margin: string;
643
622
  width: string;
623
+ margin: string;
644
624
  disabled: boolean;
645
625
  clearable: boolean;
646
626
  borderColor: string;
@@ -660,30 +640,10 @@ export declare const Default: StoryFn<{
660
640
  counter?(_: {}): any;
661
641
  loading?(_: {}): any;
662
642
  selected?(_: {}): any;
663
- option?(_: {
664
- index: number;
665
- opt: any;
666
- html: boolean;
667
- label: string;
668
- selected: boolean;
669
- focused: boolean;
670
- toggleOption: (opt: any) => void;
671
- setOptionIndex: (index: number) => void;
672
- itemProps: any;
673
- }): any;
674
- 'no-option'?(_: {
675
- inputValue: string;
676
- }): any;
643
+ option?(_: any): any;
644
+ 'no-option'?(_: any): any;
677
645
  'before-options'?(_: {}): any;
678
646
  'after-options'?(_: {}): any;
679
- 'selected-item'?(_: {
680
- index: number;
681
- opt: any;
682
- selected: boolean;
683
- html: boolean;
684
- removeAtIndex: (index: number) => void;
685
- toggleOption: (opt: any) => void;
686
- tabindex: number;
687
- }): any;
647
+ 'selected-item'?(_: any): any;
688
648
  };
689
649
  })>;
@@ -152,8 +152,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
152
152
  options: unknown[];
153
153
  readonly: boolean;
154
154
  placeholder: string;
155
- margin: string;
156
155
  width: string;
156
+ margin: string;
157
157
  disabled: boolean;
158
158
  clearable: boolean;
159
159
  borderColor: string;
@@ -172,31 +172,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
172
172
  counter?(_: {}): any;
173
173
  loading?(_: {}): any;
174
174
  selected?(_: {}): any;
175
- option?(_: {
176
- index: number;
177
- opt: any;
178
- html: boolean;
179
- label: string;
180
- selected: boolean;
181
- focused: boolean;
182
- toggleOption: (opt: any) => void;
183
- setOptionIndex: (index: number) => void;
184
- itemProps: any;
185
- }): any;
186
- 'no-option'?(_: {
187
- inputValue: string;
188
- }): any;
175
+ option?(_: any): any;
176
+ 'no-option'?(_: any): any;
189
177
  'before-options'?(_: {}): any;
190
178
  'after-options'?(_: {}): any;
191
- 'selected-item'?(_: {
192
- index: number;
193
- opt: any;
194
- selected: boolean;
195
- html: boolean;
196
- removeAtIndex: (index: number) => void;
197
- toggleOption: (opt: any) => void;
198
- tabindex: number;
199
- }): any;
179
+ 'selected-item'?(_: any): any;
200
180
  }>;
201
181
  export default _default;
202
182
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -131,8 +131,8 @@ declare const _default: {
131
131
  string: string;
132
132
  color: string;
133
133
  padding: string;
134
- margin: string;
135
134
  width: string;
135
+ margin: string;
136
136
  fontSize: string;
137
137
  minWidth: string;
138
138
  justifyContent: string;
@@ -335,8 +335,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
335
335
  string: string;
336
336
  color: string;
337
337
  padding: string;
338
- margin: string;
339
338
  width: string;
339
+ margin: string;
340
340
  fontSize: string;
341
341
  minWidth: string;
342
342
  justifyContent: string;
@@ -128,8 +128,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
128
128
  string: string;
129
129
  color: string;
130
130
  padding: string;
131
- margin: string;
132
131
  width: string;
132
+ margin: string;
133
133
  fontSize: string;
134
134
  minWidth: string;
135
135
  justifyContent: string;
@@ -19,8 +19,8 @@ declare const _default: {
19
19
  default: string;
20
20
  };
21
21
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
22
- margin: string;
23
22
  width: string;
23
+ margin: string;
24
24
  fontSize: string;
25
25
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
26
26
  P: {};
@@ -46,8 +46,8 @@ declare const _default: {
46
46
  default: string;
47
47
  };
48
48
  }>> & Readonly<{}>, {}, {}, {}, {}, {
49
- margin: string;
50
49
  width: string;
50
+ margin: string;
51
51
  fontSize: string;
52
52
  }>;
53
53
  __isFragment?: undefined;
@@ -70,8 +70,8 @@ declare const _default: {
70
70
  default: string;
71
71
  };
72
72
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
73
- margin: string;
74
73
  width: string;
74
+ margin: string;
75
75
  fontSize: string;
76
76
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
77
77
  $slots: {
@@ -88,17 +88,16 @@ declare const _default: {
88
88
  };
89
89
  };
90
90
  argTypes: {
91
- margin: {
91
+ width: {
92
92
  control: string;
93
93
  description: string;
94
94
  };
95
- width: {
95
+ margin: {
96
96
  control: string;
97
97
  description: string;
98
98
  };
99
99
  fontSize: {
100
100
  control: string;
101
- description: string;
102
101
  };
103
102
  };
104
103
  };
@@ -121,8 +120,8 @@ export declare const Default: StoryFn<{
121
120
  default: string;
122
121
  };
123
122
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
124
- margin: string;
125
123
  width: string;
124
+ margin: string;
126
125
  fontSize: string;
127
126
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
128
127
  P: {};
@@ -148,8 +147,8 @@ export declare const Default: StoryFn<{
148
147
  default: string;
149
148
  };
150
149
  }>> & Readonly<{}>, {}, {}, {}, {}, {
151
- margin: string;
152
150
  width: string;
151
+ margin: string;
153
152
  fontSize: string;
154
153
  }>;
155
154
  __isFragment?: undefined;
@@ -172,8 +171,8 @@ export declare const Default: StoryFn<{
172
171
  default: string;
173
172
  };
174
173
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
175
- margin: string;
176
174
  width: string;
175
+ margin: string;
177
176
  fontSize: string;
178
177
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
179
178
  $slots: {
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- margin: string;
35
34
  width: string;
35
+ margin: string;
36
36
  fontSize: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableElement>, {
38
38
  thead?(_: {}): any;
@@ -0,0 +1,248 @@
1
+ import { StoryFn } from '@storybook/vue3';
2
+ declare const _default: {
3
+ title: string;
4
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
5
+ label: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ fontSize: {
10
+ type: StringConstructor;
11
+ default: string;
12
+ };
13
+ size: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ padding: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ margin: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ width: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ modelValue: {
30
+ type: globalThis.PropType<boolean>;
31
+ };
32
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
+ change: (...args: any[]) => void;
34
+ "update:modelValue": (value: boolean) => void;
35
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
36
+ label: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ fontSize: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ size: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ padding: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ margin: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ width: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ modelValue: {
61
+ type: globalThis.PropType<boolean>;
62
+ };
63
+ }>> & Readonly<{
64
+ onChange?: ((...args: any[]) => any) | undefined;
65
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
66
+ }>, {
67
+ size: string;
68
+ label: string;
69
+ padding: string;
70
+ width: string;
71
+ margin: string;
72
+ fontSize: string;
73
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
74
+ tags: string[];
75
+ parameters: {
76
+ docs: {
77
+ description: {
78
+ component: string;
79
+ };
80
+ };
81
+ };
82
+ argTypes: {
83
+ label: {
84
+ control: string;
85
+ description: string;
86
+ };
87
+ size: {
88
+ control: string;
89
+ options: string[];
90
+ description: string;
91
+ };
92
+ fontSize: {
93
+ control: string;
94
+ description: string;
95
+ };
96
+ padding: {
97
+ control: string;
98
+ };
99
+ margin: {
100
+ control: string;
101
+ };
102
+ width: {
103
+ control: string;
104
+ description: string;
105
+ };
106
+ };
107
+ };
108
+ export default _default;
109
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
110
+ label: {
111
+ type: StringConstructor;
112
+ default: string;
113
+ };
114
+ fontSize: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ size: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ padding: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ };
126
+ margin: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ width: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ modelValue: {
135
+ type: globalThis.PropType<boolean>;
136
+ };
137
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
138
+ change: (...args: any[]) => void;
139
+ "update:modelValue": (value: boolean) => void;
140
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
141
+ label: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
145
+ fontSize: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ size: {
150
+ type: StringConstructor;
151
+ default: string;
152
+ };
153
+ padding: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ margin: {
158
+ type: StringConstructor;
159
+ default: string;
160
+ };
161
+ width: {
162
+ type: StringConstructor;
163
+ default: string;
164
+ };
165
+ modelValue: {
166
+ type: globalThis.PropType<boolean>;
167
+ };
168
+ }>> & Readonly<{
169
+ onChange?: ((...args: any[]) => any) | undefined;
170
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
171
+ }>, {
172
+ size: string;
173
+ label: string;
174
+ padding: string;
175
+ width: string;
176
+ margin: string;
177
+ fontSize: string;
178
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
179
+ export declare const Disabled: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
180
+ label: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ };
184
+ fontSize: {
185
+ type: StringConstructor;
186
+ default: string;
187
+ };
188
+ size: {
189
+ type: StringConstructor;
190
+ default: string;
191
+ };
192
+ padding: {
193
+ type: StringConstructor;
194
+ default: string;
195
+ };
196
+ margin: {
197
+ type: StringConstructor;
198
+ default: string;
199
+ };
200
+ width: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
204
+ modelValue: {
205
+ type: globalThis.PropType<boolean>;
206
+ };
207
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
208
+ change: (...args: any[]) => void;
209
+ "update:modelValue": (value: boolean) => void;
210
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
211
+ label: {
212
+ type: StringConstructor;
213
+ default: string;
214
+ };
215
+ fontSize: {
216
+ type: StringConstructor;
217
+ default: string;
218
+ };
219
+ size: {
220
+ type: StringConstructor;
221
+ default: string;
222
+ };
223
+ padding: {
224
+ type: StringConstructor;
225
+ default: string;
226
+ };
227
+ margin: {
228
+ type: StringConstructor;
229
+ default: string;
230
+ };
231
+ width: {
232
+ type: StringConstructor;
233
+ default: string;
234
+ };
235
+ modelValue: {
236
+ type: globalThis.PropType<boolean>;
237
+ };
238
+ }>> & Readonly<{
239
+ onChange?: ((...args: any[]) => any) | undefined;
240
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
241
+ }>, {
242
+ size: string;
243
+ label: string;
244
+ padding: string;
245
+ width: string;
246
+ margin: string;
247
+ fontSize: string;
248
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
@@ -0,0 +1,71 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ label: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ fontSize: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ size: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ padding: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ margin: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ width: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ modelValue: {
27
+ type: globalThis.PropType<boolean>;
28
+ };
29
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
+ change: (...args: any[]) => void;
31
+ "update:modelValue": (value: boolean) => void;
32
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
33
+ label: {
34
+ type: StringConstructor;
35
+ default: string;
36
+ };
37
+ fontSize: {
38
+ type: StringConstructor;
39
+ default: string;
40
+ };
41
+ size: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
45
+ padding: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ margin: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ width: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ modelValue: {
58
+ type: globalThis.PropType<boolean>;
59
+ };
60
+ }>> & Readonly<{
61
+ onChange?: ((...args: any[]) => any) | undefined;
62
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63
+ }>, {
64
+ size: string;
65
+ label: string;
66
+ padding: string;
67
+ width: string;
68
+ margin: string;
69
+ fontSize: string;
70
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
71
+ export default _default;
@@ -1,6 +1,9 @@
1
+ import { default as PBadge } from './PBadge/PBadge.vue';
1
2
  import { default as PButton } from './PButton/PButton.vue';
2
3
  import { default as PCheckBox } from './PCheckbox/PCheckBox.vue';
4
+ import { default as PChip } from './PChip/PChip.vue';
3
5
  import { default as PDatePicker } from './PDatePicker/PDatePicker.vue';
6
+ import { default as PDialog } from './PDialog/PDialog.vue';
4
7
  import { default as PFlex } from './PFlex/PFlex.vue';
5
8
  import { default as PInput } from './PInput/PInput.vue';
6
9
  import { default as PInputDate } from './PInputDate/PInputDate.vue';
@@ -15,9 +18,10 @@ import { default as PSticky } from './PSticky/PSticky.vue';
15
18
  import { default as PString } from './PString/PString.vue';
16
19
  import { default as PTable } from './PTable/PTable.vue';
17
20
  import { default as PTextarea } from './PTextarea/PTextarea.vue';
21
+ import { default as PToggle } from './PToggle/PToggle.vue';
18
22
  import { default as PTooltip } from './PTooltip/PTooltip.vue';
19
23
  import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
20
24
  export default function install(app: {
21
25
  component: (a: string, b: unknown) => void;
22
26
  }): void;
23
- export { PButton, PCheckBox, PDatePicker, PFlex, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTextarea, PTooltip, PTopSlider, };
27
+ export { PBadge, PButton, PCheckBox, PChip, PDatePicker, PDialog, PFlex, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTextarea, PToggle, PTooltip, PTopSlider, };
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
56
56
  margin: string;
57
57
  background: string;
58
58
  zIndex: number;
59
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
59
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
60
60
  title?(_: {}): any;
61
61
  default?(_: {}): any;
62
62
  }>;
@@ -95,11 +95,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
95
95
  padding: string;
96
96
  closable: boolean;
97
97
  title: string;
98
+ showCloseDialog: boolean;
98
99
  show: boolean;
99
- margin: string;
100
100
  width: string;
101
101
  maxHeight: string;
102
- showCloseDialog: boolean;
102
+ margin: string;
103
103
  showClose: boolean;
104
104
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
105
105
  default?(_: {}): any;