sprof 0.0.169 → 0.0.171

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 (47) hide show
  1. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  2. package/dist/core/components/GridContainer.vue.d.ts +2 -2
  3. package/dist/core/components/Icons/index.d.ts +20 -0
  4. package/dist/core/components/InfoItem.vue.d.ts +4 -4
  5. package/dist/core/components/LeftRightContainer.vue.d.ts +1 -1
  6. package/dist/core/components/RemoteSearch.vue.d.ts +1 -1
  7. package/dist/core/components/ResearcheContainer.vue.d.ts +1 -1
  8. package/dist/core/components/RightTabsContainer.vue.d.ts +1 -1
  9. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  10. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  11. package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +24 -24
  13. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +4 -4
  14. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  15. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  16. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +12 -12
  17. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +2 -2
  18. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  19. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  20. package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +12 -12
  21. package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +2 -2
  22. package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
  23. package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
  24. package/dist/core/components/atoms/index.d.ts +22 -0
  25. package/dist/core/components/components.d.ts +40 -0
  26. package/dist/core/components/index.d.ts +6 -85
  27. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  28. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  29. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +2 -2
  30. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  31. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +2 -2
  32. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  33. package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +3 -3
  34. package/dist/core/components/molecules/index.d.ts +12 -0
  35. package/dist/core/components/organisms/AuthForm/AuthForm.stories.d.ts +2 -2
  36. package/dist/core/components/organisms/AuthForm/AuthForm.vue.d.ts +1 -1
  37. package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +12 -12
  38. package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +2 -2
  39. package/dist/core/components/organisms/PUploaderImage/PUploaderImage.stories.d.ts +2 -2
  40. package/dist/core/components/organisms/PUploaderImage/PUploaderImage.vue.d.ts +1 -1
  41. package/dist/core/components/organisms/UploaderFile/UploaderFile.stories.d.ts +18 -18
  42. package/dist/core/components/organisms/UploaderFile/UploaderFile.vue.d.ts +2 -2
  43. package/dist/core/components/organisms/index.d.ts +10 -0
  44. package/dist/sprof.js +4961 -4922
  45. package/dist/sprof.umd.cjs +11 -11
  46. package/dist/style.css +1 -1
  47. package/package.json +1 -1
@@ -101,12 +101,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
101
101
  default: boolean;
102
102
  };
103
103
  }>> & Readonly<{}>, {
104
- background: string;
105
- height: string;
106
104
  margin: string;
107
105
  padding: string;
108
106
  width: string;
107
+ height: string;
109
108
  fontSize: string;
109
+ background: string;
110
110
  borderColor: string;
111
111
  ready: string;
112
112
  scale: boolean;
@@ -81,10 +81,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
81
81
  default: string;
82
82
  };
83
83
  }>> & Readonly<{}>, {
84
- maxWidth: string;
85
- background: string;
86
84
  margin: string;
87
85
  width: string;
86
+ maxWidth: string;
87
+ background: string;
88
88
  customClass: string;
89
89
  gridGap: string;
90
90
  gridTemplateColumns: string;
@@ -0,0 +1,20 @@
1
+ import { default as IconDownload } from './Filter/IconDownload.vue';
2
+ import { default as IconFilter } from './Filter/IconFilter.vue';
3
+ import { default as IconArrowLeft } from './IconArrowLeft.vue';
4
+ import { default as IconCheckDefault } from './IconCheckDefault.vue';
5
+ import { default as IconClose } from './IconClose.vue';
6
+ import { default as IconEdit } from './IconEdit.vue';
7
+ import { default as IconEmail } from './IconEmail.vue';
8
+ import { default as IconMove } from './IconMove.vue';
9
+ import { default as IconPhone } from './IconPhone.vue';
10
+ import { default as IconSearch } from './IconSearch.vue';
11
+ import { default as IconSelectArrow } from './IconSelectArrow.vue';
12
+ import { default as ArrowLeft } from './Pagination/ArrowLeft.vue';
13
+ import { default as ArrowRight } from './Pagination/ArrowRight.vue';
14
+ import { default as DoubleArrowLeft } from './Pagination/DoubleArrowLeft.vue';
15
+ import { default as DoubleArrowRight } from './Pagination/DoubleArrowRight.vue';
16
+ import { default as EllipsisSvg } from './Pagination/EllipsisSvg.vue';
17
+ export default function install(app: {
18
+ component: (a: string, b: unknown) => void;
19
+ }): void;
20
+ export { ArrowLeft, ArrowRight, DoubleArrowLeft, DoubleArrowRight, EllipsisSvg, IconArrowLeft, IconCheckDefault, IconClose, IconDownload, IconEdit, IconEmail, IconFilter, IconMove, IconPhone, IconSearch, IconSelectArrow, };
@@ -201,13 +201,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
201
201
  }>, {
202
202
  title: string;
203
203
  close: boolean;
204
- minWidth: string;
205
- maxWidth: string;
206
- background: string;
207
- height: string;
208
204
  margin: string;
209
205
  padding: string;
210
206
  width: string;
207
+ height: string;
208
+ maxWidth: string;
209
+ minWidth: string;
210
+ background: string;
211
211
  borderColor: string;
212
212
  customClass: string;
213
213
  withOpenWindow: boolean;
@@ -21,8 +21,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
21
21
  default: string;
22
22
  };
23
23
  }>> & Readonly<{}>, {
24
- leftWidth: string;
25
24
  background: string;
25
+ leftWidth: string;
26
26
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
27
27
  left?(_: {}): any;
28
28
  right?(_: {}): any;
@@ -68,8 +68,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
68
68
  focus: boolean;
69
69
  storeModule: string;
70
70
  maxWidth: string | number;
71
- placeholder: string;
72
71
  modelValue: string;
72
+ placeholder: string;
73
73
  keyValue: string;
74
74
  showSuggestions: boolean;
75
75
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -21,8 +21,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
21
21
  default: string;
22
22
  };
23
23
  }>> & Readonly<{}>, {
24
- background: string;
25
24
  padding: string;
25
+ background: string;
26
26
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
27
27
  header?(_: {}): any;
28
28
  body?(_: {}): any;
@@ -55,8 +55,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
55
55
  }>> & Readonly<{
56
56
  onToggle?: ((...args: any[]) => any) | undefined;
57
57
  }>, {
58
- mobileWidth: string;
59
58
  background: string;
59
+ mobileWidth: string;
60
60
  isToggle: boolean;
61
61
  sliderOffWidth: string;
62
62
  sliderOnWidth: string;
@@ -56,10 +56,10 @@ declare const _default: Meta<{
56
56
  size: Sizes;
57
57
  type: Statuses;
58
58
  text: string;
59
- height: string;
60
59
  margin: string;
61
60
  padding: string;
62
61
  width: string;
62
+ height: string;
63
63
  skin: string;
64
64
  fontSize: string;
65
65
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -121,10 +121,10 @@ declare const _default: Meta<{
121
121
  size: Sizes;
122
122
  type: Statuses;
123
123
  text: string;
124
- height: string;
125
124
  margin: string;
126
125
  padding: string;
127
126
  width: string;
127
+ height: string;
128
128
  skin: string;
129
129
  fontSize: string;
130
130
  }>;
@@ -185,10 +185,10 @@ declare const _default: Meta<{
185
185
  size: Sizes;
186
186
  type: Statuses;
187
187
  text: string;
188
- height: string;
189
188
  margin: string;
190
189
  padding: string;
191
190
  width: string;
191
+ height: string;
192
192
  skin: string;
193
193
  fontSize: string;
194
194
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -252,10 +252,10 @@ export declare const Base: StoryFn<{
252
252
  size: Sizes;
253
253
  type: Statuses;
254
254
  text: string;
255
- height: string;
256
255
  margin: string;
257
256
  padding: string;
258
257
  width: string;
258
+ height: string;
259
259
  skin: string;
260
260
  fontSize: string;
261
261
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -317,10 +317,10 @@ export declare const Base: StoryFn<{
317
317
  size: Sizes;
318
318
  type: Statuses;
319
319
  text: string;
320
- height: string;
321
320
  margin: string;
322
321
  padding: string;
323
322
  width: string;
323
+ height: string;
324
324
  skin: string;
325
325
  fontSize: string;
326
326
  }>;
@@ -381,10 +381,10 @@ export declare const Base: StoryFn<{
381
381
  size: Sizes;
382
382
  type: Statuses;
383
383
  text: string;
384
- height: string;
385
384
  margin: string;
386
385
  padding: string;
387
386
  width: string;
387
+ height: string;
388
388
  skin: string;
389
389
  fontSize: string;
390
390
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -100,10 +100,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
100
100
  size: Sizes;
101
101
  type: Statuses;
102
102
  text: string;
103
- height: string;
104
103
  margin: string;
105
104
  padding: string;
106
105
  width: string;
106
+ height: string;
107
107
  skin: string;
108
108
  fontSize: string;
109
109
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
@@ -69,9 +69,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
69
69
  }>, {
70
70
  text: string;
71
71
  label: string;
72
- placeholder: string;
73
72
  margin: string;
74
73
  padding: string;
74
+ placeholder: string;
75
75
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
76
76
  default?(_: {}): any;
77
77
  right?(_: {}): any;
@@ -49,14 +49,14 @@ declare const _default: {
49
49
  required: false;
50
50
  };
51
51
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
52
- minWidth: string;
53
- maxWidth: string;
54
- background: string;
55
- height: string;
56
52
  margin: string;
57
53
  padding: string;
58
54
  width: string;
55
+ height: string;
56
+ maxWidth: string;
57
+ minWidth: string;
59
58
  justifyContent: string;
59
+ background: string;
60
60
  alignItems: string;
61
61
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
62
62
  P: {};
@@ -112,14 +112,14 @@ declare const _default: {
112
112
  required: false;
113
113
  };
114
114
  }>> & Readonly<{}>, {}, {}, {}, {}, {
115
- minWidth: string;
116
- maxWidth: string;
117
- background: string;
118
- height: string;
119
115
  margin: string;
120
116
  padding: string;
121
117
  width: string;
118
+ height: string;
119
+ maxWidth: string;
120
+ minWidth: string;
122
121
  justifyContent: string;
122
+ background: string;
123
123
  alignItems: string;
124
124
  }>;
125
125
  __isFragment?: undefined;
@@ -172,14 +172,14 @@ declare const _default: {
172
172
  required: false;
173
173
  };
174
174
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
175
- minWidth: string;
176
- maxWidth: string;
177
- background: string;
178
- height: string;
179
175
  margin: string;
180
176
  padding: string;
181
177
  width: string;
178
+ height: string;
179
+ maxWidth: string;
180
+ minWidth: string;
182
181
  justifyContent: string;
182
+ background: string;
183
183
  alignItems: string;
184
184
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
185
185
  $slots: {
@@ -282,14 +282,14 @@ export declare const Default: StoryFn<{
282
282
  required: false;
283
283
  };
284
284
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
285
- minWidth: string;
286
- maxWidth: string;
287
- background: string;
288
- height: string;
289
285
  margin: string;
290
286
  padding: string;
291
287
  width: string;
288
+ height: string;
289
+ maxWidth: string;
290
+ minWidth: string;
292
291
  justifyContent: string;
292
+ background: string;
293
293
  alignItems: string;
294
294
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
295
295
  P: {};
@@ -345,14 +345,14 @@ export declare const Default: StoryFn<{
345
345
  required: false;
346
346
  };
347
347
  }>> & Readonly<{}>, {}, {}, {}, {}, {
348
- minWidth: string;
349
- maxWidth: string;
350
- background: string;
351
- height: string;
352
348
  margin: string;
353
349
  padding: string;
354
350
  width: string;
351
+ height: string;
352
+ maxWidth: string;
353
+ minWidth: string;
355
354
  justifyContent: string;
355
+ background: string;
356
356
  alignItems: string;
357
357
  }>;
358
358
  __isFragment?: undefined;
@@ -405,14 +405,14 @@ export declare const Default: StoryFn<{
405
405
  required: false;
406
406
  };
407
407
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
408
- minWidth: string;
409
- maxWidth: string;
410
- background: string;
411
- height: string;
412
408
  margin: string;
413
409
  padding: string;
414
410
  width: string;
411
+ height: string;
412
+ maxWidth: string;
413
+ minWidth: string;
415
414
  justifyContent: string;
415
+ background: string;
416
416
  alignItems: string;
417
417
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
418
418
  $slots: {
@@ -91,14 +91,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
91
91
  required: false;
92
92
  };
93
93
  }>> & Readonly<{}>, {
94
- minWidth: string;
95
- maxWidth: string;
96
- background: string;
97
- height: string;
98
94
  margin: string;
99
95
  padding: string;
100
96
  width: string;
97
+ height: string;
98
+ maxWidth: string;
99
+ minWidth: string;
101
100
  justifyContent: string;
101
+ background: string;
102
102
  alignItems: string;
103
103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
104
104
  default?(_: {}): any;
@@ -57,9 +57,9 @@ declare const _default: {
57
57
  onBeforeChange?: ((...args: any[]) => any) | undefined;
58
58
  }>, {
59
59
  label: string;
60
- placeholder: string;
61
60
  margin: string;
62
61
  width: string;
62
+ placeholder: string;
63
63
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
64
64
  tags: string[];
65
65
  parameters: {
@@ -145,7 +145,7 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
145
145
  onBeforeChange?: ((...args: any[]) => any) | undefined;
146
146
  }>, {
147
147
  label: string;
148
- placeholder: string;
149
148
  margin: string;
150
149
  width: string;
150
+ placeholder: string;
151
151
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
@@ -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
- placeholder: string;
58
57
  margin: string;
59
58
  width: string;
59
+ placeholder: string;
60
60
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
61
61
  export default _default;
@@ -69,14 +69,14 @@ declare const _default: {
69
69
  click: (...args: any[]) => void;
70
70
  }, import('vue').PublicProps, {
71
71
  label: string;
72
- minWidth: string;
73
- background: string;
74
72
  margin: string;
75
73
  padding: string;
76
74
  width: string;
77
75
  fontSize: string;
76
+ minWidth: string;
78
77
  color: string;
79
78
  justifyContent: string;
79
+ background: string;
80
80
  fontWeight: string;
81
81
  customClass: string;
82
82
  isHtml: boolean;
@@ -152,14 +152,14 @@ declare const _default: {
152
152
  onClick?: ((...args: any[]) => any) | undefined;
153
153
  }>, {}, {}, {}, {}, {
154
154
  label: string;
155
- minWidth: string;
156
- background: string;
157
155
  margin: string;
158
156
  padding: string;
159
157
  width: string;
160
158
  fontSize: string;
159
+ minWidth: string;
161
160
  color: string;
162
161
  justifyContent: string;
162
+ background: string;
163
163
  fontWeight: string;
164
164
  customClass: string;
165
165
  isHtml: boolean;
@@ -234,14 +234,14 @@ declare const _default: {
234
234
  click: (...args: any[]) => void;
235
235
  }, string, {
236
236
  label: string;
237
- minWidth: string;
238
- background: string;
239
237
  margin: string;
240
238
  padding: string;
241
239
  width: string;
242
240
  fontSize: string;
241
+ minWidth: string;
243
242
  color: string;
244
243
  justifyContent: string;
244
+ background: string;
245
245
  fontWeight: string;
246
246
  customClass: string;
247
247
  isHtml: boolean;
@@ -382,14 +382,14 @@ export declare const Default: StoryFn<{
382
382
  click: (...args: any[]) => void;
383
383
  }, import('vue').PublicProps, {
384
384
  label: string;
385
- minWidth: string;
386
- background: string;
387
385
  margin: string;
388
386
  padding: string;
389
387
  width: string;
390
388
  fontSize: string;
389
+ minWidth: string;
391
390
  color: string;
392
391
  justifyContent: string;
392
+ background: string;
393
393
  fontWeight: string;
394
394
  customClass: string;
395
395
  isHtml: boolean;
@@ -465,14 +465,14 @@ export declare const Default: StoryFn<{
465
465
  onClick?: ((...args: any[]) => any) | undefined;
466
466
  }>, {}, {}, {}, {}, {
467
467
  label: string;
468
- minWidth: string;
469
- background: string;
470
468
  margin: string;
471
469
  padding: string;
472
470
  width: string;
473
471
  fontSize: string;
472
+ minWidth: string;
474
473
  color: string;
475
474
  justifyContent: string;
475
+ background: string;
476
476
  fontWeight: string;
477
477
  customClass: string;
478
478
  isHtml: boolean;
@@ -547,14 +547,14 @@ export declare const Default: StoryFn<{
547
547
  click: (...args: any[]) => void;
548
548
  }, string, {
549
549
  label: string;
550
- minWidth: string;
551
- background: string;
552
550
  margin: string;
553
551
  padding: string;
554
552
  width: string;
555
553
  fontSize: string;
554
+ minWidth: string;
556
555
  color: string;
557
556
  justifyContent: string;
557
+ background: string;
558
558
  fontWeight: string;
559
559
  customClass: string;
560
560
  isHtml: boolean;
@@ -126,14 +126,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
126
126
  onClick?: ((...args: any[]) => any) | undefined;
127
127
  }>, {
128
128
  label: string;
129
- minWidth: string;
130
- background: string;
131
129
  margin: string;
132
130
  padding: string;
133
131
  width: string;
134
132
  fontSize: string;
133
+ minWidth: string;
135
134
  color: string;
136
135
  justifyContent: string;
136
+ background: string;
137
137
  fontWeight: string;
138
138
  customClass: string;
139
139
  isHtml: boolean;
@@ -73,11 +73,11 @@ declare const _default: {
73
73
  label: string;
74
74
  readonly: boolean;
75
75
  value: string;
76
- placeholder: string;
77
76
  margin: string;
78
77
  padding: string;
79
78
  width: string;
80
79
  color: string;
80
+ placeholder: string;
81
81
  disabled: boolean;
82
82
  borderColor: string;
83
83
  clearable: boolean;
@@ -155,11 +155,11 @@ declare const _default: {
155
155
  label: string;
156
156
  readonly: boolean;
157
157
  value: string;
158
- placeholder: string;
159
158
  margin: string;
160
159
  padding: string;
161
160
  width: string;
162
161
  color: string;
162
+ placeholder: string;
163
163
  disabled: boolean;
164
164
  borderColor: string;
165
165
  clearable: boolean;
@@ -238,11 +238,11 @@ declare const _default: {
238
238
  label: string;
239
239
  readonly: boolean;
240
240
  value: string;
241
- placeholder: string;
242
241
  margin: string;
243
242
  padding: string;
244
243
  width: string;
245
244
  color: string;
245
+ placeholder: string;
246
246
  disabled: boolean;
247
247
  borderColor: string;
248
248
  clearable: boolean;
@@ -365,11 +365,11 @@ export declare const Default: StoryFn<{
365
365
  label: string;
366
366
  readonly: boolean;
367
367
  value: string;
368
- placeholder: string;
369
368
  margin: string;
370
369
  padding: string;
371
370
  width: string;
372
371
  color: string;
372
+ placeholder: string;
373
373
  disabled: boolean;
374
374
  borderColor: string;
375
375
  clearable: boolean;
@@ -447,11 +447,11 @@ export declare const Default: StoryFn<{
447
447
  label: string;
448
448
  readonly: boolean;
449
449
  value: string;
450
- placeholder: string;
451
450
  margin: string;
452
451
  padding: string;
453
452
  width: string;
454
453
  color: string;
454
+ placeholder: string;
455
455
  disabled: boolean;
456
456
  borderColor: string;
457
457
  clearable: boolean;
@@ -530,11 +530,11 @@ export declare const Default: StoryFn<{
530
530
  label: string;
531
531
  readonly: boolean;
532
532
  value: string;
533
- placeholder: string;
534
533
  margin: string;
535
534
  padding: string;
536
535
  width: string;
537
536
  color: string;
537
+ placeholder: string;
538
538
  disabled: boolean;
539
539
  borderColor: string;
540
540
  clearable: boolean;
@@ -128,11 +128,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
128
128
  label: string;
129
129
  readonly: boolean;
130
130
  value: string;
131
- placeholder: string;
132
131
  margin: string;
133
132
  padding: string;
134
133
  width: string;
135
134
  color: string;
135
+ placeholder: string;
136
136
  disabled: boolean;
137
137
  borderColor: string;
138
138
  clearable: boolean;
@@ -25,10 +25,10 @@ declare const _default: {
25
25
  };
26
26
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
27
27
  top: string;
28
- background: string;
29
- zIndex: number;
30
28
  padding: string;
29
+ background: string;
31
30
  shadow: boolean;
31
+ zIndex: number;
32
32
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
33
33
  P: {};
34
34
  B: {};
@@ -59,10 +59,10 @@ declare const _default: {
59
59
  };
60
60
  }>> & Readonly<{}>, {}, {}, {}, {}, {
61
61
  top: string;
62
- background: string;
63
- zIndex: number;
64
62
  padding: string;
63
+ background: string;
65
64
  shadow: boolean;
65
+ zIndex: number;
66
66
  }>;
67
67
  __isFragment?: undefined;
68
68
  __isTeleport?: undefined;
@@ -90,10 +90,10 @@ declare const _default: {
90
90
  };
91
91
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
92
92
  top: string;
93
- background: string;
94
- zIndex: number;
95
93
  padding: string;
94
+ background: string;
96
95
  shadow: boolean;
96
+ zIndex: number;
97
97
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
98
98
  $slots: {
99
99
  default?(_: {}): any;
@@ -155,10 +155,10 @@ export declare const Default: StoryFn<{
155
155
  };
156
156
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
157
157
  top: string;
158
- background: string;
159
- zIndex: number;
160
158
  padding: string;
159
+ background: string;
161
160
  shadow: boolean;
161
+ zIndex: number;
162
162
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
163
163
  P: {};
164
164
  B: {};
@@ -189,10 +189,10 @@ export declare const Default: StoryFn<{
189
189
  };
190
190
  }>> & Readonly<{}>, {}, {}, {}, {}, {
191
191
  top: string;
192
- background: string;
193
- zIndex: number;
194
192
  padding: string;
193
+ background: string;
195
194
  shadow: boolean;
195
+ zIndex: number;
196
196
  }>;
197
197
  __isFragment?: undefined;
198
198
  __isTeleport?: undefined;
@@ -220,10 +220,10 @@ export declare const Default: StoryFn<{
220
220
  };
221
221
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
222
222
  top: string;
223
- background: string;
224
- zIndex: number;
225
223
  padding: string;
224
+ background: string;
226
225
  shadow: boolean;
226
+ zIndex: number;
227
227
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
228
228
  $slots: {
229
229
  default?(_: {}): any;
@@ -42,10 +42,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
42
42
  };
43
43
  }>> & Readonly<{}>, {
44
44
  top: string;
45
- background: string;
46
- zIndex: number;
47
45
  padding: string;
46
+ background: string;
48
47
  shadow: boolean;
48
+ zIndex: number;
49
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
50
50
  default?(_: {}): any;
51
51
  }>;