sprof 0.1.57 → 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 (87) hide show
  1. package/README.md +0 -0
  2. package/dist/ExtractsList-DRZdaLvF.js +51 -0
  3. package/dist/core/classes/index.d.ts +1 -1
  4. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  5. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  6. package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
  7. package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
  8. package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
  9. package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
  10. package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
  11. package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
  12. package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
  13. package/dist/core/components/InfoItem.vue.d.ts +1 -1
  14. package/dist/core/components/PPagination.vue.d.ts +2 -8
  15. package/dist/core/components/RemoteSearch.vue.d.ts +2 -2
  16. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +48 -12
  17. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +13 -2
  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 +6 -6
  22. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
  23. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +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 +4 -4
  26. package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +4 -4
  27. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +24 -24
  28. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +5 -5
  29. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +6 -6
  30. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +1 -1
  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 +6 -6
  38. package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
  39. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +60 -24
  40. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +15 -4
  41. package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +6 -6
  42. package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +1 -1
  43. package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
  44. package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
  45. package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
  46. package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
  47. package/dist/core/components/atoms/index.d.ts +2 -2
  48. package/dist/core/components/components.d.ts +1 -3
  49. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  50. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  51. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
  52. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  53. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  54. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  55. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
  56. package/dist/core/components/molecules/index.d.ts +1 -2
  57. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +44 -35
  58. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +22 -17
  59. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  60. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  61. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +33 -33
  62. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +4 -4
  63. package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +6 -10
  64. package/dist/core/helpers/Classes.d.ts +2 -4
  65. package/dist/core/helpers/Message.d.ts +13 -2
  66. package/dist/core/interfaces/index.d.ts +11 -2
  67. package/dist/core/ui/Dialog.d.ts +18 -3
  68. package/dist/core/ui/Dialog.test.d.ts +1 -0
  69. package/dist/core/ui/Notify.d.ts +19 -24
  70. package/dist/core/ui/Notify.test.d.ts +1 -0
  71. package/dist/index-CNpz7Czv.js +13826 -0
  72. package/dist/index.d.ts +3 -4
  73. package/dist/install.d.ts +25 -0
  74. package/dist/modules/buildings/classes/index.d.ts +4 -0
  75. package/dist/modules/buildings/index.d.ts +2 -0
  76. package/dist/modules/extracts/index.d.ts +3 -0
  77. package/dist/modules/index.d.ts +3 -1
  78. package/dist/sprof.js +5 -13833
  79. package/dist/sprof.umd.cjs +14 -18
  80. package/dist/style.css +1 -1
  81. package/dist/test-utils/quasar.d.ts +5 -0
  82. package/package.json +20 -4
  83. package/dist/core/components/MessageBody.vue.d.ts +0 -27
  84. package/dist/core/components/PDialog.vue.d.ts +0 -2
  85. package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
  86. package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
  87. package/dist/core/ui/index.d.ts +0 -110
package/README.md CHANGED
File without changes
@@ -0,0 +1,51 @@
1
+ import { defineComponent as d, resolveComponent as l, openBlock as i, createElementBlock as C, Fragment as P, createVNode as m, unref as o, ref as u, createBlock as E, withCtx as k, createCommentVNode as v } from "vue";
2
+ import { _ as f, P as w } from "./index-CNpz7Czv.js";
3
+ import "quasar";
4
+ const B = /* @__PURE__ */ d({
5
+ __name: "ExtractCreateForm",
6
+ emits: ["create"],
7
+ setup(x, { emit: t }) {
8
+ const n = t, e = ExtractsStore.Item, a = async () => {
9
+ await ExtractsStore.Create(), ExtractsStore.AppendToAll([e]), n("create");
10
+ };
11
+ return (_, c) => {
12
+ const p = l("PInput"), s = l("PButton");
13
+ return i(), C(P, null, [
14
+ m(p, {
15
+ modelValue: o(e).name,
16
+ "onUpdate:modelValue": c[0] || (c[0] = (r) => o(e).name = r)
17
+ }, null, 8, ["modelValue"]),
18
+ m(s, {
19
+ text: "Создать",
20
+ onClick: a
21
+ })
22
+ ], 64);
23
+ };
24
+ }
25
+ }), I = /* @__PURE__ */ f(B, [["__scopeId", "data-v-acdf750a"]]), M = /* @__PURE__ */ d({
26
+ __name: "ExtractsList",
27
+ setup(x) {
28
+ const t = u(!1), n = u(!1), e = async () => {
29
+ n.value = !0;
30
+ }, a = async () => {
31
+ await Promise.all([e()]);
32
+ }, _ = () => {
33
+ t.value = !t.value;
34
+ };
35
+ return w.H.Hooks.onBeforeMount(a), (c, p) => {
36
+ const s = I, r = l("PModal");
37
+ return o(t) ? (i(), E(r, {
38
+ key: 0,
39
+ show: o(t)
40
+ }, {
41
+ default: k(() => [
42
+ m(s, { onCreate: _ })
43
+ ]),
44
+ _: 1
45
+ }, 8, ["show"])) : v("", !0);
46
+ };
47
+ }
48
+ }), y = /* @__PURE__ */ f(M, [["__scopeId", "data-v-03915680"]]);
49
+ export {
50
+ y as default
51
+ };
@@ -3,8 +3,8 @@ import { default as FileInfo } from './FileInfo';
3
3
  import { default as Human } from './Human';
4
4
  import { default as Phone } from './Phone';
5
5
  import { default as PostAddress } from './PostAddress';
6
- import { default as Website } from './Website';
7
6
  import { default as UserAccount } from './UserAccount';
7
+ import { default as Website } from './Website';
8
8
  export default abstract class C {
9
9
  static Phone: typeof Phone;
10
10
  static FileInfo: typeof FileInfo;
@@ -101,15 +101,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
101
101
  default: boolean;
102
102
  };
103
103
  }>> & Readonly<{}>, {
104
- margin: string;
105
104
  padding: string;
105
+ margin: string;
106
106
  width: string;
107
107
  height: string;
108
108
  fontSize: string;
109
109
  background: string;
110
110
  borderColor: string;
111
- ready: string;
112
111
  scale: boolean;
112
+ ready: string;
113
113
  withIcon: boolean;
114
114
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
115
115
  'general-item'?(_: {}): any;
@@ -85,10 +85,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
85
85
  width: string;
86
86
  maxWidth: string;
87
87
  background: string;
88
- customClass: string;
89
88
  gridGap: string;
90
89
  gridTemplateColumns: string;
91
90
  gridTemplateRows: string;
91
+ customClass: string;
92
92
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
93
93
  default?(_: {}): any;
94
94
  }>;
@@ -43,10 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
+ color: string;
46
47
  size: string;
47
48
  margin: string;
48
49
  iconClass: string;
49
- color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -43,10 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
+ color: string;
46
47
  size: string;
47
48
  margin: string;
48
49
  iconClass: string;
49
- color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -43,10 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
+ color: string;
46
47
  size: string;
47
48
  margin: string;
48
49
  iconClass: string;
49
- color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -43,10 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
+ color: string;
46
47
  size: string;
47
48
  margin: string;
48
49
  iconClass: string;
49
- color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -43,10 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
+ color: string;
46
47
  size: string;
47
48
  margin: string;
48
49
  iconClass: string;
49
- color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -43,10 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
+ color: string;
46
47
  size: string;
47
48
  margin: string;
48
49
  iconClass: string;
49
- color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -43,10 +43,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
43
43
  default: string;
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
+ color: string;
46
47
  size: string;
47
48
  margin: string;
48
49
  iconClass: string;
49
- color: string;
50
50
  hoverColor: string;
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
52
  export default _default;
@@ -199,10 +199,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
199
199
  "onKeyup-enter"?: ((...args: any[]) => any) | undefined;
200
200
  "onAfter-close"?: ((...args: any[]) => any) | undefined;
201
201
  }>, {
202
+ padding: string;
202
203
  title: string;
203
204
  close: boolean;
204
205
  margin: string;
205
- padding: string;
206
206
  width: string;
207
207
  height: string;
208
208
  maxWidth: string;
@@ -12,10 +12,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
12
12
  type: globalThis.PropType<IStorePaginator>;
13
13
  required: true;
14
14
  };
15
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- cancel: (...args: any[]) => void;
17
- save: (...args: any[]) => void;
18
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
15
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
19
16
  showConfirm: {
20
17
  type: BooleanConstructor;
21
18
  default: boolean;
@@ -28,10 +25,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
28
25
  type: globalThis.PropType<IStorePaginator>;
29
26
  required: true;
30
27
  };
31
- }>> & Readonly<{
32
- onCancel?: ((...args: any[]) => any) | undefined;
33
- onSave?: ((...args: any[]) => any) | undefined;
34
- }>, {
28
+ }>> & Readonly<{}>, {
35
29
  justifyContent: string;
36
30
  showConfirm: boolean;
37
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -141,7 +141,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
141
141
  };
142
142
  boxShadowResultList: {
143
143
  type: globalThis.PropType<string>;
144
- default: string;
144
+ /** @type { typeof __VLS_ctx.searchForm } */ default: string;
145
145
  };
146
146
  }>> & Readonly<{
147
147
  onInput?: ((...args: any[]) => any) | undefined;
@@ -204,7 +204,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
204
204
  };
205
205
  boxShadowResultList: {
206
206
  type: globalThis.PropType<string>;
207
- default: string;
207
+ /** @type { typeof __VLS_ctx.searchForm } */ default: string;
208
208
  };
209
209
  }>> & Readonly<{
210
210
  onInput?: ((...args: any[]) => any) | undefined;
@@ -48,20 +48,26 @@ declare const _default: Meta<{
48
48
  default: string;
49
49
  required: false;
50
50
  };
51
+ disabled: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ required: false;
55
+ };
51
56
  }>> & Readonly<{
52
57
  onClick?: ((...args: any[]) => any) | undefined;
53
58
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
54
59
  click: (...args: any[]) => void;
55
60
  }, import('vue').PublicProps, {
56
- size: Sizes;
57
61
  type: Statuses;
62
+ size: Sizes;
63
+ padding: string;
58
64
  text: string;
59
65
  margin: string;
60
- padding: string;
61
66
  width: string;
62
67
  height: string;
63
68
  skin: string;
64
69
  fontSize: string;
70
+ disabled: boolean;
65
71
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
66
72
  P: {};
67
73
  B: {};
@@ -115,18 +121,24 @@ declare const _default: Meta<{
115
121
  default: string;
116
122
  required: false;
117
123
  };
124
+ disabled: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ required: false;
128
+ };
118
129
  }>> & Readonly<{
119
130
  onClick?: ((...args: any[]) => any) | undefined;
120
131
  }>, {}, {}, {}, {}, {
121
- size: Sizes;
122
132
  type: Statuses;
133
+ size: Sizes;
134
+ padding: string;
123
135
  text: string;
124
136
  margin: string;
125
- padding: string;
126
137
  width: string;
127
138
  height: string;
128
139
  skin: string;
129
140
  fontSize: string;
141
+ disabled: boolean;
130
142
  }>;
131
143
  __isFragment?: undefined;
132
144
  __isTeleport?: undefined;
@@ -177,20 +189,26 @@ declare const _default: Meta<{
177
189
  default: string;
178
190
  required: false;
179
191
  };
192
+ disabled: {
193
+ type: BooleanConstructor;
194
+ default: boolean;
195
+ required: false;
196
+ };
180
197
  }>> & Readonly<{
181
198
  onClick?: ((...args: any[]) => any) | undefined;
182
199
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
183
200
  click: (...args: any[]) => void;
184
201
  }, string, {
185
- size: Sizes;
186
202
  type: Statuses;
203
+ size: Sizes;
204
+ padding: string;
187
205
  text: string;
188
206
  margin: string;
189
- padding: string;
190
207
  width: string;
191
208
  height: string;
192
209
  skin: string;
193
210
  fontSize: string;
211
+ disabled: boolean;
194
212
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
195
213
  $slots: {
196
214
  default?(_: {}): any;
@@ -244,20 +262,26 @@ export declare const Base: StoryFn<{
244
262
  default: string;
245
263
  required: false;
246
264
  };
265
+ disabled: {
266
+ type: BooleanConstructor;
267
+ default: boolean;
268
+ required: false;
269
+ };
247
270
  }>> & Readonly<{
248
271
  onClick?: ((...args: any[]) => any) | undefined;
249
272
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
250
273
  click: (...args: any[]) => void;
251
274
  }, import('vue').PublicProps, {
252
- size: Sizes;
253
275
  type: Statuses;
276
+ size: Sizes;
277
+ padding: string;
254
278
  text: string;
255
279
  margin: string;
256
- padding: string;
257
280
  width: string;
258
281
  height: string;
259
282
  skin: string;
260
283
  fontSize: string;
284
+ disabled: boolean;
261
285
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
262
286
  P: {};
263
287
  B: {};
@@ -311,18 +335,24 @@ export declare const Base: StoryFn<{
311
335
  default: string;
312
336
  required: false;
313
337
  };
338
+ disabled: {
339
+ type: BooleanConstructor;
340
+ default: boolean;
341
+ required: false;
342
+ };
314
343
  }>> & Readonly<{
315
344
  onClick?: ((...args: any[]) => any) | undefined;
316
345
  }>, {}, {}, {}, {}, {
317
- size: Sizes;
318
346
  type: Statuses;
347
+ size: Sizes;
348
+ padding: string;
319
349
  text: string;
320
350
  margin: string;
321
- padding: string;
322
351
  width: string;
323
352
  height: string;
324
353
  skin: string;
325
354
  fontSize: string;
355
+ disabled: boolean;
326
356
  }>;
327
357
  __isFragment?: undefined;
328
358
  __isTeleport?: undefined;
@@ -373,20 +403,26 @@ export declare const Base: StoryFn<{
373
403
  default: string;
374
404
  required: false;
375
405
  };
406
+ disabled: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ required: false;
410
+ };
376
411
  }>> & Readonly<{
377
412
  onClick?: ((...args: any[]) => any) | undefined;
378
413
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
379
414
  click: (...args: any[]) => void;
380
415
  }, string, {
381
- size: Sizes;
382
416
  type: Statuses;
417
+ size: Sizes;
418
+ padding: string;
383
419
  text: string;
384
420
  margin: string;
385
- padding: string;
386
421
  width: string;
387
422
  height: string;
388
423
  skin: string;
389
424
  fontSize: string;
425
+ disabled: boolean;
390
426
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
391
427
  $slots: {
392
428
  default?(_: {}): any;
@@ -46,6 +46,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
46
46
  default: string;
47
47
  required: false;
48
48
  };
49
+ disabled: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ required: false;
53
+ };
49
54
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
50
55
  click: (...args: any[]) => void;
51
56
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
@@ -94,18 +99,24 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
94
99
  default: string;
95
100
  required: false;
96
101
  };
102
+ disabled: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ required: false;
106
+ };
97
107
  }>> & Readonly<{
98
108
  onClick?: ((...args: any[]) => any) | undefined;
99
109
  }>, {
100
- size: Sizes;
101
110
  type: Statuses;
111
+ size: Sizes;
112
+ padding: string;
102
113
  text: string;
103
114
  margin: string;
104
- padding: string;
105
115
  width: string;
106
116
  height: string;
107
117
  skin: string;
108
118
  fontSize: string;
119
+ disabled: boolean;
109
120
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
110
121
  default?(_: {}): any;
111
122
  }>;
@@ -81,10 +81,10 @@ declare const _default: {
81
81
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
82
82
  }>, {
83
83
  size: string;
84
- value: string | boolean;
85
84
  label: string;
86
- margin: string;
87
85
  padding: string;
86
+ value: string | boolean;
87
+ margin: string;
88
88
  width: string;
89
89
  fontSize: string;
90
90
  borderRadius: string;
@@ -213,10 +213,10 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
213
213
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
214
214
  }>, {
215
215
  size: string;
216
- value: string | boolean;
217
216
  label: string;
218
- margin: string;
219
217
  padding: string;
218
+ value: string | boolean;
219
+ margin: string;
220
220
  width: string;
221
221
  fontSize: string;
222
222
  borderRadius: string;
@@ -78,10 +78,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
78
78
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
79
79
  }>, {
80
80
  size: string;
81
- value: string | boolean;
82
81
  label: string;
83
- margin: string;
84
82
  padding: string;
83
+ value: string | boolean;
84
+ margin: string;
85
85
  width: string;
86
86
  fontSize: string;
87
87
  borderRadius: string;
@@ -67,12 +67,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
67
67
  onBlur?: ((...args: any[]) => any) | undefined;
68
68
  "onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
69
69
  }>, {
70
- text: string;
71
70
  label: string;
71
+ padding: string;
72
+ text: string;
72
73
  placeholder: string;
73
74
  margin: string;
74
- padding: string;
75
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
75
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
76
76
  default?(_: {}): any;
77
77
  right?(_: {}): any;
78
78
  }>;
@@ -49,8 +49,8 @@ declare const _default: {
49
49
  required: false;
50
50
  };
51
51
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
52
- margin: string;
53
52
  padding: string;
53
+ margin: string;
54
54
  width: string;
55
55
  height: string;
56
56
  maxWidth: string;
@@ -112,8 +112,8 @@ declare const _default: {
112
112
  required: false;
113
113
  };
114
114
  }>> & Readonly<{}>, {}, {}, {}, {}, {
115
- margin: string;
116
115
  padding: string;
116
+ margin: string;
117
117
  width: string;
118
118
  height: string;
119
119
  maxWidth: string;
@@ -172,8 +172,8 @@ declare const _default: {
172
172
  required: false;
173
173
  };
174
174
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
175
- margin: string;
176
175
  padding: string;
176
+ margin: string;
177
177
  width: string;
178
178
  height: string;
179
179
  maxWidth: string;
@@ -282,8 +282,8 @@ export declare const Default: StoryFn<{
282
282
  required: false;
283
283
  };
284
284
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
285
- margin: string;
286
285
  padding: string;
286
+ margin: string;
287
287
  width: string;
288
288
  height: string;
289
289
  maxWidth: string;
@@ -345,8 +345,8 @@ export declare const Default: StoryFn<{
345
345
  required: false;
346
346
  };
347
347
  }>> & Readonly<{}>, {}, {}, {}, {}, {
348
- margin: string;
349
348
  padding: string;
349
+ margin: string;
350
350
  width: string;
351
351
  height: string;
352
352
  maxWidth: string;
@@ -405,8 +405,8 @@ export declare const Default: StoryFn<{
405
405
  required: false;
406
406
  };
407
407
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
408
- margin: string;
409
408
  padding: string;
409
+ margin: string;
410
410
  width: string;
411
411
  height: string;
412
412
  maxWidth: string;
@@ -91,8 +91,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
91
91
  required: false;
92
92
  };
93
93
  }>> & Readonly<{}>, {
94
- margin: string;
95
94
  padding: string;
95
+ margin: string;
96
96
  width: string;
97
97
  height: string;
98
98
  maxWidth: string;