sprof 0.0.127 → 0.0.129

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 (49) hide show
  1. package/dist/core/auth/Auth.d.ts +198 -2
  2. package/dist/core/auth/AuthForm.d.ts +4 -4
  3. package/dist/core/auth/buttons/AuthButton.d.ts +3 -3
  4. package/dist/core/auth/buttons/AuthButtonLogin.d.ts +2 -0
  5. package/dist/core/auth/buttons/AuthButtonRegister.d.ts +2 -0
  6. package/dist/core/auth/index.d.ts +2 -2
  7. package/dist/core/auth/types/{AuthFormStatuses.d.ts → AuthChunks.d.ts} +2 -2
  8. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  9. package/dist/core/components/GridContainer.vue.d.ts +2 -2
  10. package/dist/core/components/InfoItem.vue.d.ts +2 -2
  11. package/dist/core/components/UploaderImage.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +18 -18
  13. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +3 -3
  14. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -6
  15. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
  16. package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +1 -1
  17. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
  18. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
  19. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +4 -4
  20. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +2 -2
  21. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  22. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  23. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +6 -6
  24. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +3 -3
  25. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +12 -12
  26. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +2 -2
  27. package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
  28. package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
  29. package/dist/core/components/atoms/PTable/PTable.storeis.d.ts +6 -6
  30. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  31. package/dist/core/components/index.d.ts +1 -2
  32. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  33. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  34. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
  35. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  36. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  37. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  38. package/dist/core/components/organisms/AuthForm/AuthForm.stories.d.ts +50 -0
  39. package/dist/core/components/organisms/AuthForm/AuthForm.vue.d.ts +1 -1
  40. package/dist/core/components/organisms/PModal.vue.d.ts +2 -2
  41. package/dist/core/components/organisms/UploaderFile/UploaderFile.stories.d.ts +9 -9
  42. package/dist/core/components/organisms/UploaderFile/UploaderFile.vue.d.ts +1 -1
  43. package/dist/core/helpers/BaseRoutes.d.ts +2 -18
  44. package/dist/core/index.d.ts +10 -10
  45. package/dist/sprof.js +2024 -2046
  46. package/dist/sprof.umd.cjs +12 -12
  47. package/dist/style.css +1 -1
  48. package/package.json +1 -1
  49. package/dist/core/components/pages/AuthPage.vue.d.ts +0 -2
@@ -54,8 +54,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
54
54
  onBeforeChange?: ((...args: any[]) => any) | undefined;
55
55
  }>, {
56
56
  label: string;
57
- width: string;
58
- margin: string;
59
57
  placeholder: string;
58
+ margin: string;
59
+ width: string;
60
60
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
61
61
  export default _default;
@@ -19,9 +19,9 @@ declare const _default: {
19
19
  default: string;
20
20
  };
21
21
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
22
- width: string;
23
22
  margin: string;
24
23
  padding: string;
24
+ width: string;
25
25
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
26
26
  P: {};
27
27
  B: {};
@@ -46,9 +46,9 @@ declare const _default: {
46
46
  default: string;
47
47
  };
48
48
  }>> & Readonly<{}>, {}, {}, {}, {}, {
49
- width: string;
50
49
  margin: string;
51
50
  padding: string;
51
+ width: string;
52
52
  }>;
53
53
  __isFragment?: undefined;
54
54
  __isTeleport?: undefined;
@@ -70,9 +70,9 @@ declare const _default: {
70
70
  default: string;
71
71
  };
72
72
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
73
- width: string;
74
73
  margin: string;
75
74
  padding: string;
75
+ width: 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: {
78
78
  default?(_: {}): any;
@@ -120,9 +120,9 @@ export declare const Default: StoryFn<{
120
120
  default: string;
121
121
  };
122
122
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
123
- width: string;
124
123
  margin: string;
125
124
  padding: string;
125
+ width: string;
126
126
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
127
127
  P: {};
128
128
  B: {};
@@ -147,9 +147,9 @@ export declare const Default: StoryFn<{
147
147
  default: string;
148
148
  };
149
149
  }>> & Readonly<{}>, {}, {}, {}, {}, {
150
- width: string;
151
150
  margin: string;
152
151
  padding: string;
152
+ width: string;
153
153
  }>;
154
154
  __isFragment?: undefined;
155
155
  __isTeleport?: undefined;
@@ -171,9 +171,9 @@ export declare const Default: StoryFn<{
171
171
  default: string;
172
172
  };
173
173
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
174
- width: string;
175
174
  margin: string;
176
175
  padding: string;
176
+ width: string;
177
177
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
178
178
  $slots: {
179
179
  default?(_: {}): any;
@@ -31,9 +31,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- width: string;
35
34
  margin: string;
36
35
  padding: string;
36
+ width: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLUListElement>, {
38
38
  default?(_: {}): any;
39
39
  }>;
@@ -88,13 +88,13 @@ declare const _default: {
88
88
  onChange?: ((...args: any[]) => any) | undefined;
89
89
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
90
90
  }>, {
91
- label: string;
92
91
  size: string;
93
- width: string;
94
- margin: string;
92
+ label: string;
95
93
  name: string;
96
94
  value: string | boolean;
95
+ margin: string;
97
96
  padding: string;
97
+ width: string;
98
98
  fontSize: string;
99
99
  borderRadius: string;
100
100
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -225,13 +225,13 @@ export declare const DefaultRadio: StoryFn<import('vue').DefineComponent<globalT
225
225
  onChange?: ((...args: any[]) => any) | undefined;
226
226
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
227
227
  }>, {
228
- label: string;
229
228
  size: string;
230
- width: string;
231
- margin: string;
229
+ label: string;
232
230
  name: string;
233
231
  value: string | boolean;
232
+ margin: string;
234
233
  padding: string;
234
+ width: string;
235
235
  fontSize: string;
236
236
  borderRadius: string;
237
237
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
@@ -85,13 +85,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
85
85
  onChange?: ((...args: any[]) => any) | undefined;
86
86
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
87
87
  }>, {
88
- label: string;
89
88
  size: string;
90
- width: string;
91
- margin: string;
89
+ label: string;
92
90
  name: string;
93
91
  value: string | boolean;
92
+ margin: string;
94
93
  padding: string;
94
+ width: string;
95
95
  fontSize: string;
96
96
  borderRadius: string;
97
97
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -72,11 +72,11 @@ declare const _default: {
72
72
  }, import('vue').PublicProps, {
73
73
  label: string;
74
74
  readonly: boolean;
75
- width: string;
76
- margin: string;
77
75
  value: string;
78
76
  placeholder: string;
77
+ margin: string;
79
78
  padding: string;
79
+ width: string;
80
80
  color: string;
81
81
  disabled: boolean;
82
82
  borderColor: string;
@@ -154,11 +154,11 @@ declare const _default: {
154
154
  }>, {}, {}, {}, {}, {
155
155
  label: string;
156
156
  readonly: boolean;
157
- width: string;
158
- margin: string;
159
157
  value: string;
160
158
  placeholder: string;
159
+ margin: string;
161
160
  padding: string;
161
+ width: string;
162
162
  color: string;
163
163
  disabled: boolean;
164
164
  borderColor: string;
@@ -237,11 +237,11 @@ declare const _default: {
237
237
  }, string, {
238
238
  label: string;
239
239
  readonly: boolean;
240
- width: string;
241
- margin: string;
242
240
  value: string;
243
241
  placeholder: string;
242
+ margin: string;
244
243
  padding: string;
244
+ width: string;
245
245
  color: string;
246
246
  disabled: boolean;
247
247
  borderColor: string;
@@ -364,11 +364,11 @@ export declare const Default: StoryFn<{
364
364
  }, import('vue').PublicProps, {
365
365
  label: string;
366
366
  readonly: boolean;
367
- width: string;
368
- margin: string;
369
367
  value: string;
370
368
  placeholder: string;
369
+ margin: string;
371
370
  padding: string;
371
+ width: string;
372
372
  color: string;
373
373
  disabled: boolean;
374
374
  borderColor: string;
@@ -446,11 +446,11 @@ export declare const Default: StoryFn<{
446
446
  }>, {}, {}, {}, {}, {
447
447
  label: string;
448
448
  readonly: boolean;
449
- width: string;
450
- margin: string;
451
449
  value: string;
452
450
  placeholder: string;
451
+ margin: string;
453
452
  padding: string;
453
+ width: string;
454
454
  color: string;
455
455
  disabled: boolean;
456
456
  borderColor: string;
@@ -529,11 +529,11 @@ export declare const Default: StoryFn<{
529
529
  }, string, {
530
530
  label: string;
531
531
  readonly: boolean;
532
- width: string;
533
- margin: string;
534
532
  value: string;
535
533
  placeholder: string;
534
+ margin: string;
536
535
  padding: string;
536
+ width: string;
537
537
  color: string;
538
538
  disabled: boolean;
539
539
  borderColor: string;
@@ -127,11 +127,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
127
127
  }>, {
128
128
  label: string;
129
129
  readonly: boolean;
130
- width: string;
131
- margin: string;
132
130
  value: string;
133
131
  placeholder: string;
132
+ margin: string;
134
133
  padding: string;
134
+ width: string;
135
135
  color: string;
136
136
  disabled: boolean;
137
137
  borderColor: string;
@@ -129,11 +129,11 @@ declare const _default: {
129
129
  onClick?: ((...args: any[]) => any) | undefined;
130
130
  }>, {
131
131
  string: string;
132
- width: string;
133
- margin: string;
134
132
  minWidth: string;
135
133
  background: string;
134
+ margin: string;
136
135
  padding: string;
136
+ width: string;
137
137
  fontSize: string;
138
138
  color: string;
139
139
  justifyContent: string;
@@ -333,11 +333,11 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
333
333
  onClick?: ((...args: any[]) => any) | undefined;
334
334
  }>, {
335
335
  string: string;
336
- width: string;
337
- margin: string;
338
336
  minWidth: string;
339
337
  background: string;
338
+ margin: string;
340
339
  padding: string;
340
+ width: string;
341
341
  fontSize: string;
342
342
  color: string;
343
343
  justifyContent: string;
@@ -126,11 +126,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
126
126
  onClick?: ((...args: any[]) => any) | undefined;
127
127
  }>, {
128
128
  string: string;
129
- width: string;
130
- margin: string;
131
129
  minWidth: string;
132
130
  background: string;
131
+ margin: string;
133
132
  padding: string;
133
+ width: string;
134
134
  fontSize: string;
135
135
  color: string;
136
136
  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
- width: string;
23
22
  margin: string;
23
+ width: 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
- width: string;
50
49
  margin: string;
50
+ width: 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
- width: string;
74
73
  margin: string;
74
+ width: 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: {
@@ -121,8 +121,8 @@ export declare const Default: StoryFn<{
121
121
  default: string;
122
122
  };
123
123
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
124
- width: string;
125
124
  margin: string;
125
+ width: string;
126
126
  fontSize: string;
127
127
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
128
128
  P: {};
@@ -148,8 +148,8 @@ export declare const Default: StoryFn<{
148
148
  default: string;
149
149
  };
150
150
  }>> & Readonly<{}>, {}, {}, {}, {}, {
151
- width: string;
152
151
  margin: string;
152
+ width: string;
153
153
  fontSize: string;
154
154
  }>;
155
155
  __isFragment?: undefined;
@@ -172,8 +172,8 @@ export declare const Default: StoryFn<{
172
172
  default: string;
173
173
  };
174
174
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
175
- width: string;
176
175
  margin: string;
176
+ width: string;
177
177
  fontSize: string;
178
178
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
179
179
  $slots: {
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- width: string;
35
34
  margin: string;
35
+ width: string;
36
36
  fontSize: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableElement>, {
38
38
  thead?(_: {}): any;
@@ -62,7 +62,6 @@ import { default as AuthForm } from './organisms/AuthForm/AuthForm.vue';
62
62
  import { default as PModal } from './organisms/PModal.vue';
63
63
  import { default as PTabs } from './organisms/PTabs/PTabs.vue';
64
64
  import { default as UploaderFile } from './organisms/UploaderFile/UploaderFile.vue';
65
- import { default as AuthPage } from './pages/AuthPage.vue';
66
65
  import { default as PageNotFound } from './pages/PageNotFound.vue';
67
66
  import { default as PAutocomplete } from './PAutocomplete.vue';
68
67
  import { default as PDialog } from './PDialog.vue';
@@ -88,4 +87,4 @@ declare const servicesComponents: {
88
87
  component: (a: string, b: unknown) => void;
89
88
  }) => void;
90
89
  };
91
- export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, AuthPage, CarouselImages, CollapseContainer, CollapseItem, ContextWindow, DateInputRange, DateInputRange_v2, DoubleArrowLeft, DoubleArrowRight, DropList, EllipsisSvg, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, IconArrowLeft, IconCheckDefault, IconClose, IconDownload, IconEdit, IconEmail, IconFilter, IconMove, IconPhone, IconSearch, IconSelectArrow, ImageCropper, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PAdd, PageNotFound, PAutocomplete, PButton, PCheckBox, PContainer, PContainerStickyHead, PDatePicker, PDel, PDialog, PFlex, PhoneForm, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PLoader, PModal, PNotification, PPagination, PRadio, PRightSlider, PSelect, PSticky, PString, PTabs, PTextarea, PTopSlider, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, servicesComponents, SingleNameToggleForm, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, UploaderFile, UploaderImage, VerticalCollapseContainer, };
90
+ export { AdaptiveContainer, AdaptiveContainerHorizontal, AdminGallery, ArrowLeft, ArrowRight, AuthForm, AuthModal, CarouselImages, CollapseContainer, CollapseItem, ContextWindow, DateInputRange, DateInputRange_v2, DoubleArrowLeft, DoubleArrowRight, DropList, EllipsisSvg, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, IconArrowLeft, IconCheckDefault, IconClose, IconDownload, IconEdit, IconEmail, IconFilter, IconMove, IconPhone, IconSearch, IconSelectArrow, ImageCropper, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PAdd, PageNotFound, PAutocomplete, PButton, PCheckBox, PContainer, PContainerStickyHead, PDatePicker, PDel, PDialog, PFlex, PhoneForm, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PLoader, PModal, PNotification, PPagination, PRadio, PRightSlider, PSelect, PSticky, PString, PTabs, PTextarea, PTopSlider, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, servicesComponents, SingleNameToggleForm, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, UploaderFile, UploaderImage, VerticalCollapseContainer, };
@@ -104,8 +104,8 @@ declare const _default: {
104
104
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
105
105
  }>, {
106
106
  title: string;
107
- margin: string;
108
107
  background: string;
108
+ margin: string;
109
109
  padding: string;
110
110
  tabId: string;
111
111
  activeId: string;
@@ -258,8 +258,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
258
258
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
259
259
  }>, {
260
260
  title: string;
261
- margin: string;
262
261
  background: string;
262
+ margin: string;
263
263
  padding: string;
264
264
  tabId: string;
265
265
  activeId: string;
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
102
102
  onChangeActiveId?: ((...args: any[]) => any) | undefined;
103
103
  }>, {
104
104
  title: string;
105
- margin: string;
106
105
  background: string;
106
+ margin: string;
107
107
  padding: string;
108
108
  tabId: string;
109
109
  activeId: string;
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
51
51
  default: number;
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
- margin: string;
55
54
  top: string;
56
55
  background: string;
57
56
  zIndex: number;
57
+ margin: string;
58
58
  padding: string;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
60
60
  title?(_: {}): 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
  background: string;
35
+ margin: string;
36
36
  padding: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  default?(_: {}): any;
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
51
51
  default: number;
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
- margin: string;
55
54
  top: string;
56
55
  background: string;
57
56
  zIndex: number;
57
+ margin: string;
58
58
  padding: string;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
60
60
  title?(_: {}): 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
  background: string;
35
+ margin: string;
36
36
  padding: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  title?(_: {}): any;
@@ -0,0 +1,50 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
4
+ width: {
5
+ type: globalThis.PropType<string>;
6
+ default: string;
7
+ };
8
+ margin: {
9
+ type: globalThis.PropType<string>;
10
+ default: string;
11
+ };
12
+ padding: {
13
+ type: globalThis.PropType<string>;
14
+ default: string;
15
+ };
16
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ submit: (...args: any[]) => void;
18
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
19
+ width: {
20
+ type: globalThis.PropType<string>;
21
+ default: string;
22
+ };
23
+ margin: {
24
+ type: globalThis.PropType<string>;
25
+ default: string;
26
+ };
27
+ padding: {
28
+ type: globalThis.PropType<string>;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{
32
+ onSubmit?: ((...args: any[]) => any) | undefined;
33
+ }>, {
34
+ margin: string;
35
+ padding: string;
36
+ width: string;
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
38
+ tags: string[];
39
+ parameters: {
40
+ docs: {
41
+ description: {
42
+ component: string;
43
+ };
44
+ };
45
+ };
46
+ };
47
+ export default _default;
48
+ export declare const Default: {
49
+ args: {};
50
+ };
@@ -29,8 +29,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
29
29
  }>> & Readonly<{
30
30
  onSubmit?: ((...args: any[]) => any) | undefined;
31
31
  }>, {
32
- width: string;
33
32
  margin: string;
34
33
  padding: string;
34
+ width: string;
35
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
36
36
  export default _default;
@@ -92,10 +92,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
92
92
  onSave?: ((...args: any[]) => any) | undefined;
93
93
  }>, {
94
94
  title: string;
95
- width: string;
96
- margin: string;
97
95
  top: string;
96
+ margin: string;
98
97
  padding: string;
98
+ width: string;
99
99
  maxHeight: string;
100
100
  show: boolean;
101
101
  closable: boolean;
@@ -60,9 +60,9 @@ declare const _default: Meta<{
60
60
  }, import('vue').PublicProps, {
61
61
  label: string;
62
62
  mask: string;
63
- margin: string;
64
63
  fileInfo: FileInfo;
65
64
  placeholder: string;
65
+ margin: string;
66
66
  padding: string;
67
67
  color: string;
68
68
  disabled: boolean;
@@ -131,9 +131,9 @@ declare const _default: Meta<{
131
131
  }>, {}, {}, {}, {}, {
132
132
  label: string;
133
133
  mask: string;
134
- margin: string;
135
134
  fileInfo: FileInfo;
136
135
  placeholder: string;
136
+ margin: string;
137
137
  padding: string;
138
138
  color: string;
139
139
  disabled: boolean;
@@ -202,9 +202,9 @@ declare const _default: Meta<{
202
202
  }, string, {
203
203
  label: string;
204
204
  mask: string;
205
- margin: string;
206
205
  fileInfo: FileInfo;
207
206
  placeholder: string;
207
+ margin: string;
208
208
  padding: string;
209
209
  color: string;
210
210
  disabled: boolean;
@@ -276,9 +276,9 @@ export declare const Base: StoryFn<{
276
276
  }, import('vue').PublicProps, {
277
277
  label: string;
278
278
  mask: string;
279
- margin: string;
280
279
  fileInfo: FileInfo;
281
280
  placeholder: string;
281
+ margin: string;
282
282
  padding: string;
283
283
  color: string;
284
284
  disabled: boolean;
@@ -347,9 +347,9 @@ export declare const Base: StoryFn<{
347
347
  }>, {}, {}, {}, {}, {
348
348
  label: string;
349
349
  mask: string;
350
- margin: string;
351
350
  fileInfo: FileInfo;
352
351
  placeholder: string;
352
+ margin: string;
353
353
  padding: string;
354
354
  color: string;
355
355
  disabled: boolean;
@@ -418,9 +418,9 @@ export declare const Base: StoryFn<{
418
418
  }, string, {
419
419
  label: string;
420
420
  mask: string;
421
- margin: string;
422
421
  fileInfo: FileInfo;
423
422
  placeholder: string;
423
+ margin: string;
424
424
  padding: string;
425
425
  color: string;
426
426
  disabled: boolean;
@@ -491,9 +491,9 @@ export declare const Base1: StoryFn<{
491
491
  }, import('vue').PublicProps, {
492
492
  label: string;
493
493
  mask: string;
494
- margin: string;
495
494
  fileInfo: FileInfo;
496
495
  placeholder: string;
496
+ margin: string;
497
497
  padding: string;
498
498
  color: string;
499
499
  disabled: boolean;
@@ -562,9 +562,9 @@ export declare const Base1: StoryFn<{
562
562
  }>, {}, {}, {}, {}, {
563
563
  label: string;
564
564
  mask: string;
565
- margin: string;
566
565
  fileInfo: FileInfo;
567
566
  placeholder: string;
567
+ margin: string;
568
568
  padding: string;
569
569
  color: string;
570
570
  disabled: boolean;
@@ -633,9 +633,9 @@ export declare const Base1: StoryFn<{
633
633
  }, string, {
634
634
  label: string;
635
635
  mask: string;
636
- margin: string;
637
636
  fileInfo: FileInfo;
638
637
  placeholder: string;
638
+ margin: string;
639
639
  padding: string;
640
640
  color: string;
641
641
  disabled: boolean;
@@ -108,9 +108,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
108
108
  }>, {
109
109
  label: string;
110
110
  mask: string;
111
- margin: string;
112
111
  fileInfo: FileInfo;
113
112
  placeholder: string;
113
+ margin: string;
114
114
  padding: string;
115
115
  color: string;
116
116
  disabled: boolean;
@@ -1,22 +1,6 @@
1
- declare const _default: ({
2
- path: string;
3
- redirect: string;
4
- component?: undefined;
5
- meta?: undefined;
6
- name?: undefined;
7
- } | {
8
- path: string;
9
- component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
10
- meta: {
11
- layout: string;
12
- };
13
- redirect?: undefined;
14
- name?: undefined;
15
- } | {
1
+ declare const _default: {
16
2
  path: string;
17
3
  name: string;
18
4
  component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
19
- redirect?: undefined;
20
- meta?: undefined;
21
- })[];
5
+ }[];
22
6
  export default _default;