sprof 0.2.6 → 0.2.8

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 (72) hide show
  1. package/README.md +163 -11
  2. package/dist/{ExtractsList-Pj6MkURv.js → ExtractsList-DkB5B2ct.js} +1 -1
  3. package/dist/core/auth/Auth.d.ts +1 -1
  4. package/dist/core/components/CarouselImages.vue.d.ts +1 -1
  5. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  6. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  7. package/dist/core/components/InfoItem.vue.d.ts +3 -3
  8. package/dist/core/components/RemoteSearch.stories.d.ts +20 -20
  9. package/dist/core/components/atoms/PBadge/PBadge.stories.d.ts +471 -0
  10. package/dist/core/components/atoms/PBadge/PBadge.test.d.ts +1 -0
  11. package/dist/core/components/atoms/PBadge/PBadge.vue.d.ts +84 -0
  12. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  13. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  14. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
  15. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
  16. package/dist/core/components/atoms/PChip/PChip.stories.d.ts +639 -0
  17. package/dist/core/components/atoms/PChip/PChip.test.d.ts +1 -0
  18. package/dist/core/components/atoms/PChip/PChip.vue.d.ts +85 -0
  19. package/dist/core/components/atoms/PDatePicker/PDatePicker.stories.d.ts +469 -0
  20. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +235 -0
  21. package/dist/core/components/atoms/PDialog/PDialog.test.d.ts +1 -0
  22. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +62 -0
  23. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +6 -6
  24. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
  25. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  26. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  27. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  28. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  29. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
  30. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
  31. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  32. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  33. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
  34. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
  35. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  36. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  37. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  38. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  39. package/dist/core/components/atoms/PTable/{PTable.storeis.d.ts → PTable.stories.d.ts} +8 -9
  40. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  41. package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +248 -0
  42. package/dist/core/components/atoms/PToggle/PToggle.test.d.ts +1 -0
  43. package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +71 -0
  44. package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +141 -7
  45. package/dist/core/components/atoms/PTooltip/PTooltip.vue.d.ts +4 -3
  46. package/dist/core/components/atoms/__consumer__/consumer-render.test.d.ts +1 -0
  47. package/dist/core/components/atoms/__consumer__/q-imports.test.d.ts +1 -0
  48. package/dist/core/components/atoms/index.d.ts +5 -1
  49. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  50. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +2 -2
  51. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
  52. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
  53. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  54. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  55. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
  56. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
  57. package/dist/core/helpers/index.d.ts +1 -1
  58. package/dist/core/index.d.ts +1 -1
  59. package/dist/core/interfaces/index.d.ts +34 -0
  60. package/dist/core/store/index.d.ts +24 -24
  61. package/dist/core/ui/AdminUI.d.ts +4 -4
  62. package/dist/global-components.d.ts +78 -0
  63. package/dist/{index-C6n-V_a8.js → index-BcXeol30.js} +3958 -3748
  64. package/dist/index.d.ts +6 -0
  65. package/dist/modules/forms/components/Fields/DateField.vue.d.ts +1 -1
  66. package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +1 -1
  67. package/dist/modules/forms/components/admin/AdminFormPage.vue.d.ts +1 -1
  68. package/dist/sprof.js +20 -16
  69. package/dist/sprof.umd.cjs +12 -12
  70. package/dist/style.css +1 -1
  71. package/dist/test-utils/quasar-minimal.d.ts +6 -0
  72. package/package.json +15 -16
@@ -5,7 +5,7 @@ declare const _default: {
5
5
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
6
6
  tooltipText: {
7
7
  type: StringConstructor;
8
- default: string;
8
+ default: undefined;
9
9
  required: false;
10
10
  };
11
11
  timeout: {
@@ -40,7 +40,7 @@ declare const _default: {
40
40
  typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
41
41
  relPosition: "left" | "right";
42
42
  level: "top" | "bottom";
43
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
43
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
44
44
  P: {};
45
45
  B: {};
46
46
  D: {};
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  }, Readonly<globalThis.ExtractPropTypes<{
51
51
  tooltipText: {
52
52
  type: StringConstructor;
53
- default: string;
53
+ default: undefined;
54
54
  required: false;
55
55
  };
56
56
  timeout: {
@@ -92,7 +92,7 @@ declare const _default: {
92
92
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
93
93
  tooltipText: {
94
94
  type: StringConstructor;
95
- default: string;
95
+ default: undefined;
96
96
  required: false;
97
97
  };
98
98
  timeout: {
@@ -130,6 +130,7 @@ declare const _default: {
130
130
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
131
131
  $slots: {
132
132
  default?(_: {}): any;
133
+ default?(_: {}): any;
133
134
  };
134
135
  });
135
136
  tags: string[];
@@ -172,7 +173,7 @@ export declare const DefaultRadio: StoryFn<{
172
173
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
173
174
  tooltipText: {
174
175
  type: StringConstructor;
175
- default: string;
176
+ default: undefined;
176
177
  required: false;
177
178
  };
178
179
  timeout: {
@@ -207,7 +208,7 @@ export declare const DefaultRadio: StoryFn<{
207
208
  typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
208
209
  relPosition: "left" | "right";
209
210
  level: "top" | "bottom";
210
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
211
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
211
212
  P: {};
212
213
  B: {};
213
214
  D: {};
@@ -217,7 +218,7 @@ export declare const DefaultRadio: StoryFn<{
217
218
  }, Readonly<globalThis.ExtractPropTypes<{
218
219
  tooltipText: {
219
220
  type: StringConstructor;
220
- default: string;
221
+ default: undefined;
221
222
  required: false;
222
223
  };
223
224
  timeout: {
@@ -258,10 +259,142 @@ export declare const DefaultRadio: StoryFn<{
258
259
  __isSuspense?: undefined;
259
260
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
260
261
  tooltipText: {
262
+ type: StringConstructor;
263
+ default: undefined;
264
+ required: false;
265
+ };
266
+ timeout: {
267
+ type: NumberConstructor;
268
+ default: number;
269
+ required: false;
270
+ };
271
+ typeStyle: {
272
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
273
+ default: string;
274
+ required: false;
275
+ };
276
+ height: {
261
277
  type: StringConstructor;
262
278
  default: string;
263
279
  required: false;
264
280
  };
281
+ relPosition: {
282
+ type: globalThis.PropType<"left" | "right">;
283
+ default: string;
284
+ required: false;
285
+ };
286
+ level: {
287
+ type: globalThis.PropType<"top" | "bottom">;
288
+ default: string;
289
+ required: false;
290
+ };
291
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
292
+ timeout: number;
293
+ height: string;
294
+ tooltipText: string;
295
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
296
+ relPosition: "left" | "right";
297
+ level: "top" | "bottom";
298
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
299
+ $slots: {
300
+ default?(_: {}): any;
301
+ default?(_: {}): any;
302
+ };
303
+ })>;
304
+ export declare const DropIn: StoryFn<{
305
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
306
+ tooltipText: {
307
+ type: StringConstructor;
308
+ default: undefined;
309
+ required: false;
310
+ };
311
+ timeout: {
312
+ type: NumberConstructor;
313
+ default: number;
314
+ required: false;
315
+ };
316
+ typeStyle: {
317
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
318
+ default: string;
319
+ required: false;
320
+ };
321
+ height: {
322
+ type: StringConstructor;
323
+ default: string;
324
+ required: false;
325
+ };
326
+ relPosition: {
327
+ type: globalThis.PropType<"left" | "right">;
328
+ default: string;
329
+ required: false;
330
+ };
331
+ level: {
332
+ type: globalThis.PropType<"top" | "bottom">;
333
+ default: string;
334
+ required: false;
335
+ };
336
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
337
+ timeout: number;
338
+ height: string;
339
+ tooltipText: string;
340
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
341
+ relPosition: "left" | "right";
342
+ level: "top" | "bottom";
343
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
344
+ P: {};
345
+ B: {};
346
+ D: {};
347
+ C: {};
348
+ M: {};
349
+ Defaults: {};
350
+ }, Readonly<globalThis.ExtractPropTypes<{
351
+ tooltipText: {
352
+ type: StringConstructor;
353
+ default: undefined;
354
+ required: false;
355
+ };
356
+ timeout: {
357
+ type: NumberConstructor;
358
+ default: number;
359
+ required: false;
360
+ };
361
+ typeStyle: {
362
+ type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
363
+ default: string;
364
+ required: false;
365
+ };
366
+ height: {
367
+ type: StringConstructor;
368
+ default: string;
369
+ required: false;
370
+ };
371
+ relPosition: {
372
+ type: globalThis.PropType<"left" | "right">;
373
+ default: string;
374
+ required: false;
375
+ };
376
+ level: {
377
+ type: globalThis.PropType<"top" | "bottom">;
378
+ default: string;
379
+ required: false;
380
+ };
381
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
382
+ timeout: number;
383
+ height: string;
384
+ tooltipText: string;
385
+ typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
386
+ relPosition: "left" | "right";
387
+ level: "top" | "bottom";
388
+ }>;
389
+ __isFragment?: undefined;
390
+ __isTeleport?: undefined;
391
+ __isSuspense?: undefined;
392
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
393
+ tooltipText: {
394
+ type: StringConstructor;
395
+ default: undefined;
396
+ required: false;
397
+ };
265
398
  timeout: {
266
399
  type: NumberConstructor;
267
400
  default: number;
@@ -297,5 +430,6 @@ export declare const DefaultRadio: StoryFn<{
297
430
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
298
431
  $slots: {
299
432
  default?(_: {}): any;
433
+ default?(_: {}): any;
300
434
  };
301
435
  })>;
@@ -4,7 +4,7 @@ type LevelType = 'top' | 'bottom';
4
4
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
5
5
  tooltipText: {
6
6
  type: StringConstructor;
7
- default: string;
7
+ default: undefined;
8
8
  required: false;
9
9
  };
10
10
  timeout: {
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
35
35
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
36
36
  tooltipText: {
37
37
  type: StringConstructor;
38
- default: string;
38
+ default: undefined;
39
39
  required: false;
40
40
  };
41
41
  timeout: {
@@ -70,7 +70,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
70
70
  typeStyle: TooltipType;
71
71
  relPosition: RelPositionType;
72
72
  level: LevelType;
73
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
73
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
74
+ default?(_: {}): any;
74
75
  default?(_: {}): any;
75
76
  }>;
76
77
  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;
@@ -40,8 +40,8 @@ declare const _default: {
40
40
  onSubmit?: ((...args: any[]) => any) | undefined;
41
41
  }>, {
42
42
  padding: string;
43
- margin: string;
44
43
  width: string;
44
+ margin: string;
45
45
  background: string;
46
46
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
47
47
  fields: (({
@@ -52,8 +52,8 @@ declare const _default: {
52
52
  label: string;
53
53
  padding: string;
54
54
  mask: string;
55
- margin: string;
56
55
  width: string;
56
+ margin: string;
57
57
  disabled: boolean;
58
58
  rules: import('quasar').ValidationRule[];
59
59
  borderColor: string;
@@ -61,8 +61,8 @@ declare const _default: {
61
61
  readonly color: string;
62
62
  readonly label: string;
63
63
  readonly padding: string;
64
- readonly margin: string;
65
64
  readonly width: string;
65
+ readonly margin: string;
66
66
  readonly disabled: boolean;
67
67
  readonly borderColor: string;
68
68
  readonly mask?: string | undefined;
@@ -73,7 +73,7 @@ declare const _default: {
73
73
  readonly onBlur?: ((...args: any[]) => any) | undefined;
74
74
  readonly onFocus?: ((...args: any[]) => any) | undefined;
75
75
  readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
76
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
76
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
77
77
  $attrs: import('vue').Attrs;
78
78
  $refs: {
79
79
  [x: string]: unknown;
@@ -156,8 +156,8 @@ declare const _default: {
156
156
  label: string;
157
157
  padding: string;
158
158
  mask: string;
159
- margin: string;
160
159
  width: string;
160
+ margin: string;
161
161
  disabled: boolean;
162
162
  rules: import('quasar').ValidationRule[];
163
163
  borderColor: string;
@@ -186,8 +186,8 @@ declare const _default: {
186
186
  label: string;
187
187
  padding: string;
188
188
  mask: string;
189
- margin: string;
190
189
  width: string;
190
+ margin: string;
191
191
  disabled: boolean;
192
192
  rules: import('quasar').ValidationRule[];
193
193
  borderColor: string;
@@ -246,7 +246,7 @@ declare const _default: {
246
246
  onBlur?: ((...args: any[]) => any) | undefined;
247
247
  onFocus?: ((...args: any[]) => any) | undefined;
248
248
  "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
249
- }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
249
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
250
250
  focus: () => void;
251
251
  } & {} & import('vue').ComponentCustomProperties & {} & {
252
252
  $slots: {
@@ -316,8 +316,8 @@ export declare const Default: () => {
316
316
  onSubmit?: ((...args: any[]) => any) | undefined;
317
317
  }>, {
318
318
  padding: string;
319
- margin: string;
320
319
  width: string;
320
+ margin: string;
321
321
  background: string;
322
322
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
323
323
  fields: (({
@@ -328,8 +328,8 @@ export declare const Default: () => {
328
328
  label: string;
329
329
  padding: string;
330
330
  mask: string;
331
- margin: string;
332
331
  width: string;
332
+ margin: string;
333
333
  disabled: boolean;
334
334
  rules: import('quasar').ValidationRule[];
335
335
  borderColor: string;
@@ -337,8 +337,8 @@ export declare const Default: () => {
337
337
  readonly color: string;
338
338
  readonly label: string;
339
339
  readonly padding: string;
340
- readonly margin: string;
341
340
  readonly width: string;
341
+ readonly margin: string;
342
342
  readonly disabled: boolean;
343
343
  readonly borderColor: string;
344
344
  readonly mask?: string | undefined;
@@ -349,7 +349,7 @@ export declare const Default: () => {
349
349
  readonly onBlur?: ((...args: any[]) => any) | undefined;
350
350
  readonly onFocus?: ((...args: any[]) => any) | undefined;
351
351
  readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
352
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
352
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
353
353
  $attrs: import('vue').Attrs;
354
354
  $refs: {
355
355
  [x: string]: unknown;
@@ -432,8 +432,8 @@ export declare const Default: () => {
432
432
  label: string;
433
433
  padding: string;
434
434
  mask: string;
435
- margin: string;
436
435
  width: string;
436
+ margin: string;
437
437
  disabled: boolean;
438
438
  rules: import('quasar').ValidationRule[];
439
439
  borderColor: string;
@@ -462,8 +462,8 @@ export declare const Default: () => {
462
462
  label: string;
463
463
  padding: string;
464
464
  mask: string;
465
- margin: string;
466
465
  width: string;
466
+ margin: string;
467
467
  disabled: boolean;
468
468
  rules: import('quasar').ValidationRule[];
469
469
  borderColor: string;
@@ -522,7 +522,7 @@ export declare const Default: () => {
522
522
  onBlur?: ((...args: any[]) => any) | undefined;
523
523
  onFocus?: ((...args: any[]) => any) | undefined;
524
524
  "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
525
- }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
525
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
526
526
  focus: () => void;
527
527
  } & {} & import('vue').ComponentCustomProperties & {} & {
528
528
  $slots: {
@@ -38,8 +38,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
38
38
  onSubmit?: ((...args: any[]) => any) | undefined;
39
39
  }>, {
40
40
  padding: string;
41
- margin: string;
42
41
  width: string;
42
+ margin: string;
43
43
  background: string;
44
44
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
45
45
  fields: (({
@@ -50,8 +50,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
50
50
  label: string;
51
51
  padding: string;
52
52
  mask: string;
53
- margin: string;
54
53
  width: string;
54
+ margin: string;
55
55
  disabled: boolean;
56
56
  rules: import('quasar').ValidationRule[];
57
57
  borderColor: string;
@@ -59,8 +59,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
59
59
  readonly color: string;
60
60
  readonly label: string;
61
61
  readonly padding: string;
62
- readonly margin: string;
63
62
  readonly width: string;
63
+ readonly margin: string;
64
64
  readonly disabled: boolean;
65
65
  readonly borderColor: string;
66
66
  readonly mask?: string | undefined;
@@ -71,7 +71,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
71
71
  readonly onBlur?: ((...args: any[]) => any) | undefined;
72
72
  readonly onFocus?: ((...args: any[]) => any) | undefined;
73
73
  readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
74
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
74
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
75
75
  $attrs: import('vue').Attrs;
76
76
  $refs: {
77
77
  [x: string]: unknown;
@@ -154,8 +154,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
154
154
  label: string;
155
155
  padding: string;
156
156
  mask: string;
157
- margin: string;
158
157
  width: string;
158
+ margin: string;
159
159
  disabled: boolean;
160
160
  rules: import('quasar').ValidationRule[];
161
161
  borderColor: string;
@@ -184,8 +184,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
184
184
  label: string;
185
185
  padding: string;
186
186
  mask: string;
187
- margin: string;
188
187
  width: string;
188
+ margin: string;
189
189
  disabled: boolean;
190
190
  rules: import('quasar').ValidationRule[];
191
191
  borderColor: string;
@@ -244,7 +244,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
244
244
  onBlur?: ((...args: any[]) => any) | undefined;
245
245
  onFocus?: ((...args: any[]) => any) | undefined;
246
246
  "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
247
- }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
247
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
248
248
  focus: () => void;
249
249
  } & {} & import('vue').ComponentCustomProperties & {} & {
250
250
  $slots: {
@@ -32,8 +32,8 @@ declare const _default: {
32
32
  onSubmit?: ((...args: any[]) => any) | undefined;
33
33
  }>, {
34
34
  padding: string;
35
- margin: string;
36
35
  width: string;
36
+ margin: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
38
  tags: string[];
39
39
  parameters: {
@@ -91,7 +91,7 @@ export declare const Default: (args: any) => import('vue').DefineComponent<{}, {
91
91
  onSubmit?: ((...args: any[]) => any) | undefined;
92
92
  }>, {
93
93
  padding: string;
94
- margin: string;
95
94
  width: string;
95
+ margin: string;
96
96
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
97
97
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
30
30
  onSubmit?: ((...args: any[]) => any) | undefined;
31
31
  }>, {
32
32
  padding: string;
33
- margin: string;
34
33
  width: string;
34
+ margin: string;
35
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
36
  export default _default;
@@ -63,8 +63,8 @@ declare const _default: Meta<{
63
63
  padding: string;
64
64
  mask: string;
65
65
  placeholder: string;
66
- fileInfo: FileInfo;
67
66
  margin: string;
67
+ fileInfo: FileInfo;
68
68
  disabled: boolean;
69
69
  borderColor: string;
70
70
  formats: string[];
@@ -134,8 +134,8 @@ declare const _default: Meta<{
134
134
  padding: string;
135
135
  mask: string;
136
136
  placeholder: string;
137
- fileInfo: FileInfo;
138
137
  margin: string;
138
+ fileInfo: FileInfo;
139
139
  disabled: boolean;
140
140
  borderColor: string;
141
141
  formats: string[];
@@ -205,8 +205,8 @@ declare const _default: Meta<{
205
205
  padding: string;
206
206
  mask: string;
207
207
  placeholder: string;
208
- fileInfo: FileInfo;
209
208
  margin: string;
209
+ fileInfo: FileInfo;
210
210
  disabled: boolean;
211
211
  borderColor: string;
212
212
  formats: string[];
@@ -279,8 +279,8 @@ export declare const Base: StoryFn<{
279
279
  padding: string;
280
280
  mask: string;
281
281
  placeholder: string;
282
- fileInfo: FileInfo;
283
282
  margin: string;
283
+ fileInfo: FileInfo;
284
284
  disabled: boolean;
285
285
  borderColor: string;
286
286
  formats: string[];
@@ -350,8 +350,8 @@ export declare const Base: StoryFn<{
350
350
  padding: string;
351
351
  mask: string;
352
352
  placeholder: string;
353
- fileInfo: FileInfo;
354
353
  margin: string;
354
+ fileInfo: FileInfo;
355
355
  disabled: boolean;
356
356
  borderColor: string;
357
357
  formats: string[];
@@ -421,8 +421,8 @@ export declare const Base: StoryFn<{
421
421
  padding: string;
422
422
  mask: string;
423
423
  placeholder: string;
424
- fileInfo: FileInfo;
425
424
  margin: string;
425
+ fileInfo: FileInfo;
426
426
  disabled: boolean;
427
427
  borderColor: string;
428
428
  formats: string[];
@@ -494,8 +494,8 @@ export declare const Base1: StoryFn<{
494
494
  padding: string;
495
495
  mask: string;
496
496
  placeholder: string;
497
- fileInfo: FileInfo;
498
497
  margin: string;
498
+ fileInfo: FileInfo;
499
499
  disabled: boolean;
500
500
  borderColor: string;
501
501
  formats: string[];
@@ -565,8 +565,8 @@ export declare const Base1: StoryFn<{
565
565
  padding: string;
566
566
  mask: string;
567
567
  placeholder: string;
568
- fileInfo: FileInfo;
569
568
  margin: string;
569
+ fileInfo: FileInfo;
570
570
  disabled: boolean;
571
571
  borderColor: string;
572
572
  formats: string[];
@@ -636,8 +636,8 @@ export declare const Base1: StoryFn<{
636
636
  padding: string;
637
637
  mask: string;
638
638
  placeholder: string;
639
- fileInfo: FileInfo;
640
639
  margin: string;
640
+ fileInfo: FileInfo;
641
641
  disabled: boolean;
642
642
  borderColor: string;
643
643
  formats: string[];
@@ -111,8 +111,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
111
111
  padding: string;
112
112
  mask: string;
113
113
  placeholder: string;
114
- fileInfo: FileInfo;
115
114
  margin: string;
115
+ fileInfo: FileInfo;
116
116
  disabled: boolean;
117
117
  borderColor: string;
118
118
  formats: string[];
@@ -72,7 +72,7 @@ export default abstract class H {
72
72
  static Timer: typeof Timer;
73
73
  static Token: {
74
74
  isAuth: () => boolean;
75
- setTokens: (tokenObj: import('../interfaces/ITokens').default) => void;
75
+ setTokens: (tokenObj: import('../interfaces').ITokens) => void;
76
76
  getAccessToken: () => string | null;
77
77
  getRefreshToken: () => string | null;
78
78
  getUserId: () => any;
@@ -261,7 +261,7 @@ export default abstract class PF {
261
261
  AllowLogout: () => void;
262
262
  readonly IsAuth: boolean;
263
263
  readonly User: unknown;
264
- SetUserConstructor: (c: import('./helpers/Classes').Constructable<import('./interfaces/IWithId').default>) => void;
264
+ SetUserConstructor: (c: import('./helpers/Classes').Constructable<I.IWithId>) => void;
265
265
  SetUser: (u: unknown) => void;
266
266
  SetState: (authInfo: import('./types/AuthInfo').AuthInfo) => void;
267
267
  Logout: () => void;