sprof 0.2.1 → 0.2.2

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 (82) hide show
  1. package/dist/{ExtractsList-D2rsuyBZ.js → ExtractsList-DRZdaLvF.js} +11 -10
  2. package/dist/core/components/GeneralItem.vue.d.ts +4 -4
  3. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  4. package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
  5. package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
  6. package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
  7. package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
  8. package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
  9. package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
  10. package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
  11. package/dist/core/components/InfoItem.vue.d.ts +4 -4
  12. package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
  13. package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
  14. package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
  15. package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
  16. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +54 -18
  17. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +14 -3
  18. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +4 -4
  19. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +2 -2
  20. package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
  21. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +18 -18
  22. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +3 -3
  23. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +40 -22
  24. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +11 -5
  25. package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +3 -3
  26. package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +3 -3
  27. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +36 -36
  28. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +6 -6
  29. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +18 -18
  30. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +3 -3
  31. package/dist/core/components/atoms/PList/PList.stories.d.ts +8 -8
  32. package/dist/core/components/atoms/PList/PList.vue.d.ts +2 -2
  33. package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +12 -12
  34. package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +2 -2
  35. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +4 -4
  36. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +2 -2
  37. package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +18 -18
  38. package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +3 -3
  39. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +66 -30
  40. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +16 -5
  41. package/dist/core/components/atoms/PString/PString.stories.d.ts +12 -12
  42. package/dist/core/components/atoms/PString/PString.vue.d.ts +6 -6
  43. package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
  44. package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
  45. package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +12 -12
  46. package/dist/core/components/components.d.ts +1 -3
  47. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  48. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  49. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
  50. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  51. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  52. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  53. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
  54. package/dist/core/components/molecules/index.d.ts +1 -2
  55. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +44 -31
  56. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +22 -15
  57. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  58. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  59. package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +6 -6
  60. package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +1 -1
  61. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +18 -18
  62. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +2 -2
  63. package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
  64. package/dist/core/helpers/Message.d.ts +13 -2
  65. package/dist/core/ui/Dialog.d.ts +18 -3
  66. package/dist/core/ui/Dialog.test.d.ts +1 -0
  67. package/dist/core/ui/Notify.d.ts +19 -24
  68. package/dist/core/ui/Notify.test.d.ts +1 -0
  69. package/dist/index-CNpz7Czv.js +13826 -0
  70. package/dist/index.d.ts +1 -0
  71. package/dist/install.d.ts +25 -0
  72. package/dist/sprof.js +5 -4
  73. package/dist/sprof.umd.cjs +29 -14
  74. package/dist/style.css +1 -1
  75. package/dist/test-utils/quasar.d.ts +5 -0
  76. package/package.json +19 -5
  77. package/dist/core/components/MessageBody.vue.d.ts +0 -27
  78. package/dist/core/components/PDialog.vue.d.ts +0 -2
  79. package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
  80. package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
  81. package/dist/core/ui/index.d.ts +0 -110
  82. package/dist/index-CkqPv_mq.js +0 -7517
@@ -126,16 +126,16 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
126
126
  onClick?: ((...args: any[]) => any) | undefined;
127
127
  }>, {
128
128
  string: string;
129
- margin: string;
130
- padding: string;
131
129
  color: string;
132
- background: string;
130
+ padding: string;
131
+ margin: string;
133
132
  width: string;
134
- minWidth: string;
135
- customClass: string;
136
133
  fontSize: string;
137
- fontWeight: string;
134
+ minWidth: string;
138
135
  justifyContent: string;
136
+ background: string;
137
+ fontWeight: string;
138
+ customClass: string;
139
139
  isHtml: boolean;
140
140
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
141
141
  export default _default;
@@ -52,16 +52,14 @@ declare const _default: {
52
52
  focus: (...args: any[]) => void;
53
53
  "update:modelValue": (value: string) => void;
54
54
  }, import('vue').PublicProps, {
55
+ color: string;
55
56
  label: string;
57
+ padding: string;
56
58
  resize: string;
57
59
  mask: string;
58
60
  margin: string;
59
- padding: string;
60
61
  borderColor: string;
61
- color: string;
62
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
63
- textarea: HTMLTextAreaElement;
64
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
62
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
65
63
  P: {};
66
64
  B: {};
67
65
  D: {};
@@ -113,13 +111,13 @@ declare const _default: {
113
111
  onFocus?: ((...args: any[]) => any) | undefined;
114
112
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
115
113
  }>, {}, {}, {}, {}, {
114
+ color: string;
116
115
  label: string;
116
+ padding: string;
117
117
  resize: string;
118
118
  mask: string;
119
119
  margin: string;
120
- padding: string;
121
120
  borderColor: string;
122
- color: string;
123
121
  }>;
124
122
  __isFragment?: undefined;
125
123
  __isTeleport?: undefined;
@@ -174,13 +172,13 @@ declare const _default: {
174
172
  focus: (...args: any[]) => void;
175
173
  "update:modelValue": (value: string) => void;
176
174
  }, string, {
175
+ color: string;
177
176
  label: string;
177
+ padding: string;
178
178
  resize: string;
179
179
  mask: string;
180
180
  margin: string;
181
- padding: string;
182
181
  borderColor: string;
183
- color: string;
184
182
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
185
183
  $slots: {
186
184
  default?(_: {}): any;
@@ -278,16 +276,14 @@ export declare const Default: StoryFn<{
278
276
  focus: (...args: any[]) => void;
279
277
  "update:modelValue": (value: string) => void;
280
278
  }, import('vue').PublicProps, {
279
+ color: string;
281
280
  label: string;
281
+ padding: string;
282
282
  resize: string;
283
283
  mask: string;
284
284
  margin: string;
285
- padding: string;
286
285
  borderColor: string;
287
- color: string;
288
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
289
- textarea: HTMLTextAreaElement;
290
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
286
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
291
287
  P: {};
292
288
  B: {};
293
289
  D: {};
@@ -339,13 +335,13 @@ export declare const Default: StoryFn<{
339
335
  onFocus?: ((...args: any[]) => any) | undefined;
340
336
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
341
337
  }>, {}, {}, {}, {}, {
338
+ color: string;
342
339
  label: string;
340
+ padding: string;
343
341
  resize: string;
344
342
  mask: string;
345
343
  margin: string;
346
- padding: string;
347
344
  borderColor: string;
348
- color: string;
349
345
  }>;
350
346
  __isFragment?: undefined;
351
347
  __isTeleport?: undefined;
@@ -400,13 +396,13 @@ export declare const Default: StoryFn<{
400
396
  focus: (...args: any[]) => void;
401
397
  "update:modelValue": (value: string) => void;
402
398
  }, string, {
399
+ color: string;
403
400
  label: string;
401
+ padding: string;
404
402
  resize: string;
405
403
  mask: string;
406
404
  margin: string;
407
- padding: string;
408
405
  borderColor: string;
409
- color: string;
410
406
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
411
407
  $slots: {
412
408
  default?(_: {}): any;
@@ -87,16 +87,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
87
87
  onFocus?: ((...args: any[]) => any) | undefined;
88
88
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
89
89
  }>, {
90
+ color: string;
90
91
  label: string;
92
+ padding: string;
91
93
  resize: string;
92
94
  mask: string;
93
95
  margin: string;
94
- padding: string;
95
96
  borderColor: string;
96
- color: string;
97
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
98
- textarea: HTMLTextAreaElement;
99
- }, HTMLDivElement>, {
97
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
100
98
  default?(_: {}): any;
101
99
  right?(_: {}): any;
102
100
  }>;
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  required: false;
15
15
  };
16
16
  typeStyle: {
17
- type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
17
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
18
18
  default: string;
19
19
  required: false;
20
20
  };
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  timeout: number;
38
38
  height: string;
39
39
  tooltipText: string;
40
- typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
40
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
41
41
  relPosition: "left" | "right";
42
42
  level: "top" | "bottom";
43
43
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -59,7 +59,7 @@ declare const _default: {
59
59
  required: false;
60
60
  };
61
61
  typeStyle: {
62
- type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
62
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
63
63
  default: string;
64
64
  required: false;
65
65
  };
@@ -82,7 +82,7 @@ declare const _default: {
82
82
  timeout: number;
83
83
  height: string;
84
84
  tooltipText: string;
85
- typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
85
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
86
86
  relPosition: "left" | "right";
87
87
  level: "top" | "bottom";
88
88
  }>;
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  required: false;
102
102
  };
103
103
  typeStyle: {
104
- type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
104
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
105
105
  default: string;
106
106
  required: false;
107
107
  };
@@ -124,7 +124,7 @@ declare const _default: {
124
124
  timeout: number;
125
125
  height: string;
126
126
  tooltipText: string;
127
- typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
127
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
128
128
  relPosition: "left" | "right";
129
129
  level: "top" | "bottom";
130
130
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -181,7 +181,7 @@ export declare const DefaultRadio: StoryFn<{
181
181
  required: false;
182
182
  };
183
183
  typeStyle: {
184
- type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
184
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
185
185
  default: string;
186
186
  required: false;
187
187
  };
@@ -204,7 +204,7 @@ export declare const DefaultRadio: StoryFn<{
204
204
  timeout: number;
205
205
  height: string;
206
206
  tooltipText: string;
207
- typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
207
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
208
208
  relPosition: "left" | "right";
209
209
  level: "top" | "bottom";
210
210
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -226,7 +226,7 @@ export declare const DefaultRadio: StoryFn<{
226
226
  required: false;
227
227
  };
228
228
  typeStyle: {
229
- type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
229
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
230
230
  default: string;
231
231
  required: false;
232
232
  };
@@ -249,7 +249,7 @@ export declare const DefaultRadio: StoryFn<{
249
249
  timeout: number;
250
250
  height: string;
251
251
  tooltipText: string;
252
- typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
252
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
253
253
  relPosition: "left" | "right";
254
254
  level: "top" | "bottom";
255
255
  }>;
@@ -268,7 +268,7 @@ export declare const DefaultRadio: StoryFn<{
268
268
  required: false;
269
269
  };
270
270
  typeStyle: {
271
- type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
271
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
272
272
  default: string;
273
273
  required: false;
274
274
  };
@@ -291,7 +291,7 @@ export declare const DefaultRadio: StoryFn<{
291
291
  timeout: number;
292
292
  height: string;
293
293
  tooltipText: string;
294
- typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
294
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
295
295
  relPosition: "left" | "right";
296
296
  level: "top" | "bottom";
297
297
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -14,10 +14,8 @@ import { default as GridContainer } from './GridContainer.vue';
14
14
  import { default as InfoItem } from './InfoItem.vue';
15
15
  import { default as InfoItemSelectButtons } from './InfoItemSelectButtons.vue';
16
16
  import { default as LeftRightContainer } from './LeftRightContainer.vue';
17
- import { default as MessageBody } from './MessageBody.vue';
18
17
  import { default as PageNotFound } from './pages/PageNotFound.vue';
19
18
  import { default as PAutocomplete } from './PAutocomplete.vue';
20
- import { default as PDialog } from './PDialog.vue';
21
19
  import { default as PhoneForm } from './PhoneForm.vue';
22
20
  import { default as PLoader } from './PLoader.vue';
23
21
  import { default as PPagination } from './PPagination.vue';
@@ -35,4 +33,4 @@ import { default as TopSliderContainer } from './TopSliderContainer.vue';
35
33
  export default function install(app: {
36
34
  component: (a: string, b: unknown) => void;
37
35
  }): void;
38
- export { AdaptiveContainer, AdaptiveContainerHorizontal, CarouselImages, ContextWindow, DateInputRange, DateInputRange_v2, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PageNotFound, PAutocomplete, PDialog, PhoneForm, PLoader, PPagination, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, };
36
+ export { AdaptiveContainer, AdaptiveContainerHorizontal, CarouselImages, ContextWindow, DateInputRange, DateInputRange_v2, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer, PageNotFound, PAutocomplete, PhoneForm, PLoader, PPagination, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, };
@@ -103,9 +103,9 @@ declare const _default: {
103
103
  }>> & Readonly<{
104
104
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
105
105
  }>, {
106
+ padding: string;
106
107
  title: string;
107
108
  margin: string;
108
- padding: string;
109
109
  background: string;
110
110
  tabId: string;
111
111
  activeId: string;
@@ -257,9 +257,9 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
257
257
  }>> & Readonly<{
258
258
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
259
259
  }>, {
260
+ padding: string;
260
261
  title: string;
261
262
  margin: string;
262
- padding: string;
263
263
  background: string;
264
264
  tabId: string;
265
265
  activeId: string;
@@ -101,9 +101,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
101
101
  }>> & Readonly<{
102
102
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
103
103
  }>, {
104
+ padding: string;
104
105
  title: string;
105
106
  margin: string;
106
- padding: string;
107
107
  background: string;
108
108
  tabId: string;
109
109
  activeId: string;
@@ -52,8 +52,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
54
  top: string;
55
- margin: string;
56
55
  padding: string;
56
+ margin: string;
57
57
  background: string;
58
58
  zIndex: number;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
@@ -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
  padding: string;
35
+ margin: string;
36
36
  background: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  default?(_: {}): any;
@@ -52,8 +52,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
54
  top: string;
55
- margin: string;
56
55
  padding: string;
56
+ margin: string;
57
57
  background: string;
58
58
  zIndex: number;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
@@ -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
  padding: string;
35
+ margin: string;
36
36
  background: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  title?(_: {}): any;
@@ -91,12 +91,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
91
91
  onClose?: ((...args: any[]) => any) | undefined;
92
92
  onSave?: ((...args: any[]) => any) | undefined;
93
93
  }>, {
94
+ top: string;
95
+ padding: string;
96
+ closable: boolean;
94
97
  title: string;
95
98
  show: boolean;
96
- closable: boolean;
97
- top: string;
98
99
  margin: string;
99
- padding: string;
100
100
  width: string;
101
101
  maxHeight: string;
102
102
  showCloseDialog: boolean;
@@ -6,8 +6,7 @@ import { default as PContainer } from './PAdd/PContainer.vue';
6
6
  import { default as PContainerStickyHead } from './PAdd/PContainerStickyHead.vue';
7
7
  import { default as PDel } from './PDel/PDel.vue';
8
8
  import { default as PModal } from './PModal/PModal.vue';
9
- import { default as PNotify } from './PNotify/PNotify.vue';
10
9
  export default function install(app: {
11
10
  component: (a: string, b: unknown) => void;
12
11
  }): void;
13
- export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal, PNotify, VerticalCollapseContainer };
12
+ export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal, VerticalCollapseContainer };
@@ -39,41 +39,44 @@ declare const _default: {
39
39
  }>> & Readonly<{
40
40
  onSubmit?: ((...args: any[]) => any) | undefined;
41
41
  }>, {
42
- margin: string;
43
42
  padding: string;
44
- background: string;
43
+ margin: string;
45
44
  width: string;
45
+ background: string;
46
46
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
47
47
  fields: (({
48
48
  $: import('vue').ComponentInternalInstance;
49
49
  $data: {};
50
50
  $props: Partial<{
51
+ color: string;
51
52
  label: string;
53
+ padding: string;
52
54
  mask: string;
53
55
  margin: string;
54
56
  disabled: boolean;
55
- padding: string;
56
57
  borderColor: string;
57
- color: string;
58
58
  }> & Omit<{
59
+ readonly color: string;
59
60
  readonly label: string;
61
+ readonly padding: string;
60
62
  readonly margin: string;
61
63
  readonly disabled: boolean;
62
- readonly padding: string;
63
64
  readonly borderColor: string;
64
- readonly color: string;
65
65
  readonly mask?: string | undefined;
66
66
  readonly modelValue?: string | undefined;
67
67
  readonly onInput?: ((...args: any[]) => any) | undefined;
68
68
  readonly onBlur?: ((...args: any[]) => any) | undefined;
69
69
  readonly onFocus?: ((...args: any[]) => any) | undefined;
70
70
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
71
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color">;
71
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor">;
72
72
  $attrs: import('vue').Attrs;
73
73
  $refs: {
74
74
  [x: string]: unknown;
75
75
  } & {
76
- input: HTMLInputElement;
76
+ input: {
77
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
78
+ $slots: import('quasar').QInputSlots;
79
+ } | null;
77
80
  };
78
81
  $slots: Readonly<{
79
82
  [name: string]: import('vue').Slot<any> | undefined;
@@ -82,7 +85,7 @@ declare const _default: {
82
85
  $parent: globalThis.ComponentPublicInstance | null;
83
86
  $host: Element | null;
84
87
  $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
85
- $el: HTMLDivElement;
88
+ $el: any;
86
89
  $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
87
90
  label: {
88
91
  type: StringConstructor;
@@ -127,19 +130,21 @@ declare const _default: {
127
130
  onBlur?: ((...args: any[]) => any) | undefined;
128
131
  onFocus?: ((...args: any[]) => any) | undefined;
129
132
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
130
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
133
+ }>, {
134
+ focus: () => void;
135
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
131
136
  input: (...args: any[]) => void;
132
137
  blur: (...args: any[]) => void;
133
138
  focus: (...args: any[]) => void;
134
139
  "update:modelValue": (value: string) => void;
135
140
  }, string, {
141
+ color: string;
136
142
  label: string;
143
+ padding: string;
137
144
  mask: string;
138
145
  margin: string;
139
146
  disabled: boolean;
140
- padding: string;
141
147
  borderColor: string;
142
- color: string;
143
148
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
144
149
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
145
150
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -161,13 +166,13 @@ declare const _default: {
161
166
  $nextTick: typeof import('vue').nextTick;
162
167
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
163
168
  } & Readonly<{
169
+ color: string;
164
170
  label: string;
171
+ padding: string;
165
172
  mask: string;
166
173
  margin: string;
167
174
  disabled: boolean;
168
- padding: string;
169
175
  borderColor: string;
170
- color: string;
171
176
  }> & Omit<Readonly<globalThis.ExtractPropTypes<{
172
177
  label: {
173
178
  type: StringConstructor;
@@ -212,7 +217,9 @@ declare const _default: {
212
217
  onBlur?: ((...args: any[]) => any) | undefined;
213
218
  onFocus?: ((...args: any[]) => any) | undefined;
214
219
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
215
- }>, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color"> & {} & import('vue').ComponentCustomProperties & {} & {
220
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor")> & {
221
+ focus: () => void;
222
+ } & {} & import('vue').ComponentCustomProperties & {} & {
216
223
  $slots: {
217
224
  default?(_: {}): any;
218
225
  right?(_: {}): any;
@@ -231,7 +238,6 @@ declare const _default: {
231
238
  export default _default;
232
239
  export declare const Default: () => {
233
240
  components: {
234
- PNotify: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
235
241
  PAuthForm: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
236
242
  width: {
237
243
  type: globalThis.PropType<string>;
@@ -271,41 +277,44 @@ export declare const Default: () => {
271
277
  }>> & Readonly<{
272
278
  onSubmit?: ((...args: any[]) => any) | undefined;
273
279
  }>, {
274
- margin: string;
275
280
  padding: string;
276
- background: string;
281
+ margin: string;
277
282
  width: string;
283
+ background: string;
278
284
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
279
285
  fields: (({
280
286
  $: import('vue').ComponentInternalInstance;
281
287
  $data: {};
282
288
  $props: Partial<{
289
+ color: string;
283
290
  label: string;
291
+ padding: string;
284
292
  mask: string;
285
293
  margin: string;
286
294
  disabled: boolean;
287
- padding: string;
288
295
  borderColor: string;
289
- color: string;
290
296
  }> & Omit<{
297
+ readonly color: string;
291
298
  readonly label: string;
299
+ readonly padding: string;
292
300
  readonly margin: string;
293
301
  readonly disabled: boolean;
294
- readonly padding: string;
295
302
  readonly borderColor: string;
296
- readonly color: string;
297
303
  readonly mask?: string | undefined;
298
304
  readonly modelValue?: string | undefined;
299
305
  readonly onInput?: ((...args: any[]) => any) | undefined;
300
306
  readonly onBlur?: ((...args: any[]) => any) | undefined;
301
307
  readonly onFocus?: ((...args: any[]) => any) | undefined;
302
308
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
303
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color">;
309
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor">;
304
310
  $attrs: import('vue').Attrs;
305
311
  $refs: {
306
312
  [x: string]: unknown;
307
313
  } & {
308
- input: HTMLInputElement;
314
+ input: {
315
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
316
+ $slots: import('quasar').QInputSlots;
317
+ } | null;
309
318
  };
310
319
  $slots: Readonly<{
311
320
  [name: string]: import('vue').Slot<any> | undefined;
@@ -314,7 +323,7 @@ export declare const Default: () => {
314
323
  $parent: globalThis.ComponentPublicInstance | null;
315
324
  $host: Element | null;
316
325
  $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
317
- $el: HTMLDivElement;
326
+ $el: any;
318
327
  $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
319
328
  label: {
320
329
  type: StringConstructor;
@@ -359,19 +368,21 @@ export declare const Default: () => {
359
368
  onBlur?: ((...args: any[]) => any) | undefined;
360
369
  onFocus?: ((...args: any[]) => any) | undefined;
361
370
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
362
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
371
+ }>, {
372
+ focus: () => void;
373
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
363
374
  input: (...args: any[]) => void;
364
375
  blur: (...args: any[]) => void;
365
376
  focus: (...args: any[]) => void;
366
377
  "update:modelValue": (value: string) => void;
367
378
  }, string, {
379
+ color: string;
368
380
  label: string;
381
+ padding: string;
369
382
  mask: string;
370
383
  margin: string;
371
384
  disabled: boolean;
372
- padding: string;
373
385
  borderColor: string;
374
- color: string;
375
386
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
376
387
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
377
388
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -393,13 +404,13 @@ export declare const Default: () => {
393
404
  $nextTick: typeof import('vue').nextTick;
394
405
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
395
406
  } & Readonly<{
407
+ color: string;
396
408
  label: string;
409
+ padding: string;
397
410
  mask: string;
398
411
  margin: string;
399
412
  disabled: boolean;
400
- padding: string;
401
413
  borderColor: string;
402
- color: string;
403
414
  }> & Omit<Readonly<globalThis.ExtractPropTypes<{
404
415
  label: {
405
416
  type: StringConstructor;
@@ -444,7 +455,9 @@ export declare const Default: () => {
444
455
  onBlur?: ((...args: any[]) => any) | undefined;
445
456
  onFocus?: ((...args: any[]) => any) | undefined;
446
457
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
447
- }>, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color"> & {} & import('vue').ComponentCustomProperties & {} & {
458
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor")> & {
459
+ focus: () => void;
460
+ } & {} & import('vue').ComponentCustomProperties & {} & {
448
461
  $slots: {
449
462
  default?(_: {}): any;
450
463
  right?(_: {}): any;