@mobileaction/action-kit 1.42.11 → 1.42.12-beta.1

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/CHANGELOG.md +8 -0
  2. package/dist/action-kit.mjs +8271 -8598
  3. package/dist/src/components/avatar/stories/default.stories.d.ts +1 -2
  4. package/dist/src/components/button/link-button/stories/link.stories.d.ts +1 -1
  5. package/dist/src/components/button/social-button/stories/social.stories.d.ts +3 -3
  6. package/dist/src/components/button/stories/constants.d.ts +2 -3
  7. package/dist/src/components/cascader/stories/default.stories.d.ts +4789 -13
  8. package/dist/src/components/content-scroller/stories/default.stories.d.ts +1 -1
  9. package/dist/src/components/country-radio/stories/default.stories.d.ts +1 -1
  10. package/dist/src/components/ellipsis/stories/default.stories.d.ts +1 -1
  11. package/dist/src/components/image-2/stories/default.stories.d.ts +7 -6
  12. package/dist/src/components/input/stories/amount.stories.d.ts +2 -2
  13. package/dist/src/components/input/stories/credit-card.stories.d.ts +2 -2
  14. package/dist/src/components/input/stories/default.stories.d.ts +2 -2
  15. package/dist/src/components/input/stories/email.stories.d.ts +2 -2
  16. package/dist/src/components/input/stories/password.stories.d.ts +2 -2
  17. package/dist/src/components/input/stories/textarea.stories.d.ts +2 -2
  18. package/dist/src/components/input/stories/url.stories.d.ts +2 -2
  19. package/dist/src/components/input/stories/user-info.stories.d.ts +6 -6
  20. package/dist/src/components/input-number/stories/default.stories.d.ts +609 -10
  21. package/dist/src/components/modal/stories/default.stories.d.ts +1 -1
  22. package/dist/src/components/modal/stories/functions.stories.d.ts +1 -1
  23. package/dist/src/components/numeric-input/stories/default.stories.d.ts +1 -1
  24. package/dist/src/components/pagination/stories/default.stories.d.ts +1 -1
  25. package/dist/src/components/popconfirm/stories/default.stories.d.ts +5 -2
  26. package/dist/src/components/popconfirm-2/index.vue.d.ts +56 -0
  27. package/dist/src/components/popconfirm-2/stories/default.stories.d.ts +6 -0
  28. package/dist/src/components/popconfirm-2/types.d.ts +4 -0
  29. package/dist/src/components/popover-2/stories/default.stories.d.ts +3 -3
  30. package/dist/src/components/radio/stories/default.stories.d.ts +1 -1
  31. package/dist/src/components/radio-card/stories/default.stories.d.ts +1 -1
  32. package/dist/src/components/rate/stories/default.stories.d.ts +2 -1
  33. package/dist/src/components/side-menu-2/menu-button/stories/default.stories.d.ts +2 -2
  34. package/dist/src/components/slider/stories/default.stories.d.ts +3 -1
  35. package/dist/src/components/spin/stories/container.stories.d.ts +1 -1
  36. package/dist/src/components/spin/stories/default.stories.d.ts +1 -1
  37. package/dist/src/components/step-items/stories/default.stories.d.ts +3 -3
  38. package/dist/src/components/step-items/stories/step-item.stories.d.ts +2 -1
  39. package/dist/src/components/toggle/stories/default.stories.d.ts +5 -3
  40. package/dist/src/index.d.ts +1 -1
  41. package/dist/style.css +1 -1
  42. package/package.json +2 -2
  43. package/dist/src/components/avatar/stories/constants.d.ts +0 -10
  44. package/dist/src/components/button/link-button/stories/constants.d.ts +0 -4
  45. package/dist/src/components/button/social-button/stories/constants.d.ts +0 -5
  46. package/dist/src/components/cascader/stories/constants.d.ts +0 -7
  47. package/dist/src/components/collapse/stories/constants.d.ts +0 -74
  48. package/dist/src/components/content-scroller/stories/constants.d.ts +0 -53
  49. package/dist/src/components/country-radio/stories/constants.d.ts +0 -5
  50. package/dist/src/components/country-select/stories/constants.d.ts +0 -4
  51. package/dist/src/components/image-2/stories/constants.d.ts +0 -8
  52. package/dist/src/components/input/stories/constants.d.ts +0 -5
  53. package/dist/src/components/input-number/stories/constants.d.ts +0 -8
  54. package/dist/src/components/input-number/stories/with-select.stories.d.ts +0 -8
  55. package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +0 -11
  56. package/dist/src/components/keyword-group-selection/components/kwGroupItem.vue.d.ts +0 -20
  57. package/dist/src/components/keyword-group-selection/composables/index.d.ts +0 -10
  58. package/dist/src/components/keyword-group-selection/index.vue.d.ts +0 -58
  59. package/dist/src/components/keyword-group-selection/stories/constants.d.ts +0 -5
  60. package/dist/src/components/keyword-group-selection/stories/default.stories.d.ts +0 -8
  61. package/dist/src/components/keyword-group-selection/types.d.ts +0 -19
  62. package/dist/src/components/pagination/stories/constants.d.ts +0 -263
  63. package/dist/src/components/popconfirm/stories/constants.d.ts +0 -79
  64. package/dist/src/components/popover-2/stories/constants.d.ts +0 -84
  65. package/dist/src/components/radio/stories/constants.d.ts +0 -5
  66. package/dist/src/components/radio-card/stories/constants.d.ts +0 -4
  67. package/dist/src/components/rate/stories/constants.d.ts +0 -4
  68. package/dist/src/components/side-menu-2/menu-button/stories/constants.d.ts +0 -4
  69. package/dist/src/components/slider/stories/constants.d.ts +0 -71
  70. package/dist/src/components/step-items/stories/constants.d.ts +0 -6
  71. package/dist/src/components/toggle/stories/constants.d.ts +0 -4
  72. /package/dist/src/components/menu/stories/{default.stories1.d.ts → default.stories.d.ts} +0 -0
@@ -1,15 +1,614 @@
1
1
  import type { Meta, StoryObj } from '@storybook/vue3';
2
- import MaInputNumber from '../index.vue';
2
+ import { MaInputNumberSize } from '../types';
3
+ import { MaInputNumberProps } from '../index.vue';
4
+ import { MaInputNumber } from '@/index';
3
5
  declare const meta: Meta<typeof MaInputNumber>;
4
6
  export default meta;
5
7
  type Story = StoryObj<typeof MaInputNumber>;
6
- export declare const Default: Story;
7
- export declare const XSmall: Story;
8
- export declare const Small: Story;
9
- export declare const Medium: Story;
10
- export declare const Large: Story;
11
- export declare const Disabled: Story;
12
- export declare const Pre: Story;
13
- export declare const Post: Story;
14
- export declare const PrePost: Story;
8
+ export declare const Default: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
9
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
10
+ onChange?: (...args: any[]) => any;
11
+ onStep?: (...args: any[]) => any;
12
+ "onUpdate:value"?: (...args: any[]) => any;
13
+ onPressEnter?: (...args: any[]) => any;
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ change: (...args: any[]) => void;
16
+ step: (...args: any[]) => void;
17
+ "update:value": (...args: any[]) => void;
18
+ pressEnter: (...args: any[]) => void;
19
+ }, import("vue").PublicProps, {
20
+ size: MaInputNumberSize;
21
+ disabled: boolean;
22
+ autofocus: boolean;
23
+ keyboard: boolean;
24
+ controls: boolean;
25
+ stringMode: boolean;
26
+ stepCount: number;
27
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
28
+ P: {};
29
+ B: {};
30
+ D: {};
31
+ C: {};
32
+ M: {};
33
+ Defaults: {};
34
+ }, Readonly<MaInputNumberProps> & Readonly<{
35
+ onChange?: (...args: any[]) => any;
36
+ onStep?: (...args: any[]) => any;
37
+ "onUpdate:value"?: (...args: any[]) => any;
38
+ onPressEnter?: (...args: any[]) => any;
39
+ }>, {}, {}, {}, {}, {
40
+ size: MaInputNumberSize;
41
+ disabled: boolean;
42
+ autofocus: boolean;
43
+ keyboard: boolean;
44
+ controls: boolean;
45
+ stringMode: boolean;
46
+ stepCount: number;
47
+ }>;
48
+ __isFragment?: never;
49
+ __isTeleport?: never;
50
+ __isSuspense?: never;
51
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
52
+ onChange?: (...args: any[]) => any;
53
+ onStep?: (...args: any[]) => any;
54
+ "onUpdate:value"?: (...args: any[]) => any;
55
+ onPressEnter?: (...args: any[]) => any;
56
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
+ change: (...args: any[]) => void;
58
+ step: (...args: any[]) => void;
59
+ "update:value": (...args: any[]) => void;
60
+ pressEnter: (...args: any[]) => void;
61
+ }, string, {
62
+ size: MaInputNumberSize;
63
+ disabled: boolean;
64
+ autofocus: boolean;
65
+ keyboard: boolean;
66
+ controls: boolean;
67
+ stringMode: boolean;
68
+ stepCount: number;
69
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
70
+ $slots: {
71
+ addonBefore?(_: {}): any;
72
+ addonAfter?(_: {}): any;
73
+ };
74
+ })>>;
75
+ export declare const XSmall: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
76
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
77
+ onChange?: (...args: any[]) => any;
78
+ onStep?: (...args: any[]) => any;
79
+ "onUpdate:value"?: (...args: any[]) => any;
80
+ onPressEnter?: (...args: any[]) => any;
81
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
82
+ change: (...args: any[]) => void;
83
+ step: (...args: any[]) => void;
84
+ "update:value": (...args: any[]) => void;
85
+ pressEnter: (...args: any[]) => void;
86
+ }, import("vue").PublicProps, {
87
+ size: MaInputNumberSize;
88
+ disabled: boolean;
89
+ autofocus: boolean;
90
+ keyboard: boolean;
91
+ controls: boolean;
92
+ stringMode: boolean;
93
+ stepCount: number;
94
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
95
+ P: {};
96
+ B: {};
97
+ D: {};
98
+ C: {};
99
+ M: {};
100
+ Defaults: {};
101
+ }, Readonly<MaInputNumberProps> & Readonly<{
102
+ onChange?: (...args: any[]) => any;
103
+ onStep?: (...args: any[]) => any;
104
+ "onUpdate:value"?: (...args: any[]) => any;
105
+ onPressEnter?: (...args: any[]) => any;
106
+ }>, {}, {}, {}, {}, {
107
+ size: MaInputNumberSize;
108
+ disabled: boolean;
109
+ autofocus: boolean;
110
+ keyboard: boolean;
111
+ controls: boolean;
112
+ stringMode: boolean;
113
+ stepCount: number;
114
+ }>;
115
+ __isFragment?: never;
116
+ __isTeleport?: never;
117
+ __isSuspense?: never;
118
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
119
+ onChange?: (...args: any[]) => any;
120
+ onStep?: (...args: any[]) => any;
121
+ "onUpdate:value"?: (...args: any[]) => any;
122
+ onPressEnter?: (...args: any[]) => any;
123
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
124
+ change: (...args: any[]) => void;
125
+ step: (...args: any[]) => void;
126
+ "update:value": (...args: any[]) => void;
127
+ pressEnter: (...args: any[]) => void;
128
+ }, string, {
129
+ size: MaInputNumberSize;
130
+ disabled: boolean;
131
+ autofocus: boolean;
132
+ keyboard: boolean;
133
+ controls: boolean;
134
+ stringMode: boolean;
135
+ stepCount: number;
136
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
137
+ $slots: {
138
+ addonBefore?(_: {}): any;
139
+ addonAfter?(_: {}): any;
140
+ };
141
+ })>>;
142
+ export declare const Small: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
143
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
144
+ onChange?: (...args: any[]) => any;
145
+ onStep?: (...args: any[]) => any;
146
+ "onUpdate:value"?: (...args: any[]) => any;
147
+ onPressEnter?: (...args: any[]) => any;
148
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
149
+ change: (...args: any[]) => void;
150
+ step: (...args: any[]) => void;
151
+ "update:value": (...args: any[]) => void;
152
+ pressEnter: (...args: any[]) => void;
153
+ }, import("vue").PublicProps, {
154
+ size: MaInputNumberSize;
155
+ disabled: boolean;
156
+ autofocus: boolean;
157
+ keyboard: boolean;
158
+ controls: boolean;
159
+ stringMode: boolean;
160
+ stepCount: number;
161
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
162
+ P: {};
163
+ B: {};
164
+ D: {};
165
+ C: {};
166
+ M: {};
167
+ Defaults: {};
168
+ }, Readonly<MaInputNumberProps> & Readonly<{
169
+ onChange?: (...args: any[]) => any;
170
+ onStep?: (...args: any[]) => any;
171
+ "onUpdate:value"?: (...args: any[]) => any;
172
+ onPressEnter?: (...args: any[]) => any;
173
+ }>, {}, {}, {}, {}, {
174
+ size: MaInputNumberSize;
175
+ disabled: boolean;
176
+ autofocus: boolean;
177
+ keyboard: boolean;
178
+ controls: boolean;
179
+ stringMode: boolean;
180
+ stepCount: number;
181
+ }>;
182
+ __isFragment?: never;
183
+ __isTeleport?: never;
184
+ __isSuspense?: never;
185
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
186
+ onChange?: (...args: any[]) => any;
187
+ onStep?: (...args: any[]) => any;
188
+ "onUpdate:value"?: (...args: any[]) => any;
189
+ onPressEnter?: (...args: any[]) => any;
190
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
191
+ change: (...args: any[]) => void;
192
+ step: (...args: any[]) => void;
193
+ "update:value": (...args: any[]) => void;
194
+ pressEnter: (...args: any[]) => void;
195
+ }, string, {
196
+ size: MaInputNumberSize;
197
+ disabled: boolean;
198
+ autofocus: boolean;
199
+ keyboard: boolean;
200
+ controls: boolean;
201
+ stringMode: boolean;
202
+ stepCount: number;
203
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
204
+ $slots: {
205
+ addonBefore?(_: {}): any;
206
+ addonAfter?(_: {}): any;
207
+ };
208
+ })>>;
209
+ export declare const Medium: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
210
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
211
+ onChange?: (...args: any[]) => any;
212
+ onStep?: (...args: any[]) => any;
213
+ "onUpdate:value"?: (...args: any[]) => any;
214
+ onPressEnter?: (...args: any[]) => any;
215
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
216
+ change: (...args: any[]) => void;
217
+ step: (...args: any[]) => void;
218
+ "update:value": (...args: any[]) => void;
219
+ pressEnter: (...args: any[]) => void;
220
+ }, import("vue").PublicProps, {
221
+ size: MaInputNumberSize;
222
+ disabled: boolean;
223
+ autofocus: boolean;
224
+ keyboard: boolean;
225
+ controls: boolean;
226
+ stringMode: boolean;
227
+ stepCount: number;
228
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
229
+ P: {};
230
+ B: {};
231
+ D: {};
232
+ C: {};
233
+ M: {};
234
+ Defaults: {};
235
+ }, Readonly<MaInputNumberProps> & Readonly<{
236
+ onChange?: (...args: any[]) => any;
237
+ onStep?: (...args: any[]) => any;
238
+ "onUpdate:value"?: (...args: any[]) => any;
239
+ onPressEnter?: (...args: any[]) => any;
240
+ }>, {}, {}, {}, {}, {
241
+ size: MaInputNumberSize;
242
+ disabled: boolean;
243
+ autofocus: boolean;
244
+ keyboard: boolean;
245
+ controls: boolean;
246
+ stringMode: boolean;
247
+ stepCount: number;
248
+ }>;
249
+ __isFragment?: never;
250
+ __isTeleport?: never;
251
+ __isSuspense?: never;
252
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
253
+ onChange?: (...args: any[]) => any;
254
+ onStep?: (...args: any[]) => any;
255
+ "onUpdate:value"?: (...args: any[]) => any;
256
+ onPressEnter?: (...args: any[]) => any;
257
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
258
+ change: (...args: any[]) => void;
259
+ step: (...args: any[]) => void;
260
+ "update:value": (...args: any[]) => void;
261
+ pressEnter: (...args: any[]) => void;
262
+ }, string, {
263
+ size: MaInputNumberSize;
264
+ disabled: boolean;
265
+ autofocus: boolean;
266
+ keyboard: boolean;
267
+ controls: boolean;
268
+ stringMode: boolean;
269
+ stepCount: number;
270
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
271
+ $slots: {
272
+ addonBefore?(_: {}): any;
273
+ addonAfter?(_: {}): any;
274
+ };
275
+ })>>;
276
+ export declare const Large: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
277
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
278
+ onChange?: (...args: any[]) => any;
279
+ onStep?: (...args: any[]) => any;
280
+ "onUpdate:value"?: (...args: any[]) => any;
281
+ onPressEnter?: (...args: any[]) => any;
282
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
283
+ change: (...args: any[]) => void;
284
+ step: (...args: any[]) => void;
285
+ "update:value": (...args: any[]) => void;
286
+ pressEnter: (...args: any[]) => void;
287
+ }, import("vue").PublicProps, {
288
+ size: MaInputNumberSize;
289
+ disabled: boolean;
290
+ autofocus: boolean;
291
+ keyboard: boolean;
292
+ controls: boolean;
293
+ stringMode: boolean;
294
+ stepCount: number;
295
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
296
+ P: {};
297
+ B: {};
298
+ D: {};
299
+ C: {};
300
+ M: {};
301
+ Defaults: {};
302
+ }, Readonly<MaInputNumberProps> & Readonly<{
303
+ onChange?: (...args: any[]) => any;
304
+ onStep?: (...args: any[]) => any;
305
+ "onUpdate:value"?: (...args: any[]) => any;
306
+ onPressEnter?: (...args: any[]) => any;
307
+ }>, {}, {}, {}, {}, {
308
+ size: MaInputNumberSize;
309
+ disabled: boolean;
310
+ autofocus: boolean;
311
+ keyboard: boolean;
312
+ controls: boolean;
313
+ stringMode: boolean;
314
+ stepCount: number;
315
+ }>;
316
+ __isFragment?: never;
317
+ __isTeleport?: never;
318
+ __isSuspense?: never;
319
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
320
+ onChange?: (...args: any[]) => any;
321
+ onStep?: (...args: any[]) => any;
322
+ "onUpdate:value"?: (...args: any[]) => any;
323
+ onPressEnter?: (...args: any[]) => any;
324
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
325
+ change: (...args: any[]) => void;
326
+ step: (...args: any[]) => void;
327
+ "update:value": (...args: any[]) => void;
328
+ pressEnter: (...args: any[]) => void;
329
+ }, string, {
330
+ size: MaInputNumberSize;
331
+ disabled: boolean;
332
+ autofocus: boolean;
333
+ keyboard: boolean;
334
+ controls: boolean;
335
+ stringMode: boolean;
336
+ stepCount: number;
337
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
338
+ $slots: {
339
+ addonBefore?(_: {}): any;
340
+ addonAfter?(_: {}): any;
341
+ };
342
+ })>>;
343
+ export declare const Disabled: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
344
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
345
+ onChange?: (...args: any[]) => any;
346
+ onStep?: (...args: any[]) => any;
347
+ "onUpdate:value"?: (...args: any[]) => any;
348
+ onPressEnter?: (...args: any[]) => any;
349
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
350
+ change: (...args: any[]) => void;
351
+ step: (...args: any[]) => void;
352
+ "update:value": (...args: any[]) => void;
353
+ pressEnter: (...args: any[]) => void;
354
+ }, import("vue").PublicProps, {
355
+ size: MaInputNumberSize;
356
+ disabled: boolean;
357
+ autofocus: boolean;
358
+ keyboard: boolean;
359
+ controls: boolean;
360
+ stringMode: boolean;
361
+ stepCount: number;
362
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
363
+ P: {};
364
+ B: {};
365
+ D: {};
366
+ C: {};
367
+ M: {};
368
+ Defaults: {};
369
+ }, Readonly<MaInputNumberProps> & Readonly<{
370
+ onChange?: (...args: any[]) => any;
371
+ onStep?: (...args: any[]) => any;
372
+ "onUpdate:value"?: (...args: any[]) => any;
373
+ onPressEnter?: (...args: any[]) => any;
374
+ }>, {}, {}, {}, {}, {
375
+ size: MaInputNumberSize;
376
+ disabled: boolean;
377
+ autofocus: boolean;
378
+ keyboard: boolean;
379
+ controls: boolean;
380
+ stringMode: boolean;
381
+ stepCount: number;
382
+ }>;
383
+ __isFragment?: never;
384
+ __isTeleport?: never;
385
+ __isSuspense?: never;
386
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
387
+ onChange?: (...args: any[]) => any;
388
+ onStep?: (...args: any[]) => any;
389
+ "onUpdate:value"?: (...args: any[]) => any;
390
+ onPressEnter?: (...args: any[]) => any;
391
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
392
+ change: (...args: any[]) => void;
393
+ step: (...args: any[]) => void;
394
+ "update:value": (...args: any[]) => void;
395
+ pressEnter: (...args: any[]) => void;
396
+ }, string, {
397
+ size: MaInputNumberSize;
398
+ disabled: boolean;
399
+ autofocus: boolean;
400
+ keyboard: boolean;
401
+ controls: boolean;
402
+ stringMode: boolean;
403
+ stepCount: number;
404
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
405
+ $slots: {
406
+ addonBefore?(_: {}): any;
407
+ addonAfter?(_: {}): any;
408
+ };
409
+ })>>;
410
+ export declare const Pre: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
411
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
412
+ onChange?: (...args: any[]) => any;
413
+ onStep?: (...args: any[]) => any;
414
+ "onUpdate:value"?: (...args: any[]) => any;
415
+ onPressEnter?: (...args: any[]) => any;
416
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
417
+ change: (...args: any[]) => void;
418
+ step: (...args: any[]) => void;
419
+ "update:value": (...args: any[]) => void;
420
+ pressEnter: (...args: any[]) => void;
421
+ }, import("vue").PublicProps, {
422
+ size: MaInputNumberSize;
423
+ disabled: boolean;
424
+ autofocus: boolean;
425
+ keyboard: boolean;
426
+ controls: boolean;
427
+ stringMode: boolean;
428
+ stepCount: number;
429
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
430
+ P: {};
431
+ B: {};
432
+ D: {};
433
+ C: {};
434
+ M: {};
435
+ Defaults: {};
436
+ }, Readonly<MaInputNumberProps> & Readonly<{
437
+ onChange?: (...args: any[]) => any;
438
+ onStep?: (...args: any[]) => any;
439
+ "onUpdate:value"?: (...args: any[]) => any;
440
+ onPressEnter?: (...args: any[]) => any;
441
+ }>, {}, {}, {}, {}, {
442
+ size: MaInputNumberSize;
443
+ disabled: boolean;
444
+ autofocus: boolean;
445
+ keyboard: boolean;
446
+ controls: boolean;
447
+ stringMode: boolean;
448
+ stepCount: number;
449
+ }>;
450
+ __isFragment?: never;
451
+ __isTeleport?: never;
452
+ __isSuspense?: never;
453
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
454
+ onChange?: (...args: any[]) => any;
455
+ onStep?: (...args: any[]) => any;
456
+ "onUpdate:value"?: (...args: any[]) => any;
457
+ onPressEnter?: (...args: any[]) => any;
458
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
459
+ change: (...args: any[]) => void;
460
+ step: (...args: any[]) => void;
461
+ "update:value": (...args: any[]) => void;
462
+ pressEnter: (...args: any[]) => void;
463
+ }, string, {
464
+ size: MaInputNumberSize;
465
+ disabled: boolean;
466
+ autofocus: boolean;
467
+ keyboard: boolean;
468
+ controls: boolean;
469
+ stringMode: boolean;
470
+ stepCount: number;
471
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
472
+ $slots: {
473
+ addonBefore?(_: {}): any;
474
+ addonAfter?(_: {}): any;
475
+ };
476
+ })>>;
477
+ export declare const Post: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
478
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
479
+ onChange?: (...args: any[]) => any;
480
+ onStep?: (...args: any[]) => any;
481
+ "onUpdate:value"?: (...args: any[]) => any;
482
+ onPressEnter?: (...args: any[]) => any;
483
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
484
+ change: (...args: any[]) => void;
485
+ step: (...args: any[]) => void;
486
+ "update:value": (...args: any[]) => void;
487
+ pressEnter: (...args: any[]) => void;
488
+ }, import("vue").PublicProps, {
489
+ size: MaInputNumberSize;
490
+ disabled: boolean;
491
+ autofocus: boolean;
492
+ keyboard: boolean;
493
+ controls: boolean;
494
+ stringMode: boolean;
495
+ stepCount: number;
496
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
497
+ P: {};
498
+ B: {};
499
+ D: {};
500
+ C: {};
501
+ M: {};
502
+ Defaults: {};
503
+ }, Readonly<MaInputNumberProps> & Readonly<{
504
+ onChange?: (...args: any[]) => any;
505
+ onStep?: (...args: any[]) => any;
506
+ "onUpdate:value"?: (...args: any[]) => any;
507
+ onPressEnter?: (...args: any[]) => any;
508
+ }>, {}, {}, {}, {}, {
509
+ size: MaInputNumberSize;
510
+ disabled: boolean;
511
+ autofocus: boolean;
512
+ keyboard: boolean;
513
+ controls: boolean;
514
+ stringMode: boolean;
515
+ stepCount: number;
516
+ }>;
517
+ __isFragment?: never;
518
+ __isTeleport?: never;
519
+ __isSuspense?: never;
520
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
521
+ onChange?: (...args: any[]) => any;
522
+ onStep?: (...args: any[]) => any;
523
+ "onUpdate:value"?: (...args: any[]) => any;
524
+ onPressEnter?: (...args: any[]) => any;
525
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
526
+ change: (...args: any[]) => void;
527
+ step: (...args: any[]) => void;
528
+ "update:value": (...args: any[]) => void;
529
+ pressEnter: (...args: any[]) => void;
530
+ }, string, {
531
+ size: MaInputNumberSize;
532
+ disabled: boolean;
533
+ autofocus: boolean;
534
+ keyboard: boolean;
535
+ controls: boolean;
536
+ stringMode: boolean;
537
+ stepCount: number;
538
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
539
+ $slots: {
540
+ addonBefore?(_: {}): any;
541
+ addonAfter?(_: {}): any;
542
+ };
543
+ })>>;
544
+ export declare const PrePost: import("@storybook/csf").StoryAnnotations<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
545
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<MaInputNumberProps> & Readonly<{
546
+ onChange?: (...args: any[]) => any;
547
+ onStep?: (...args: any[]) => any;
548
+ "onUpdate:value"?: (...args: any[]) => any;
549
+ onPressEnter?: (...args: any[]) => any;
550
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
551
+ change: (...args: any[]) => void;
552
+ step: (...args: any[]) => void;
553
+ "update:value": (...args: any[]) => void;
554
+ pressEnter: (...args: any[]) => void;
555
+ }, import("vue").PublicProps, {
556
+ size: MaInputNumberSize;
557
+ disabled: boolean;
558
+ autofocus: boolean;
559
+ keyboard: boolean;
560
+ controls: boolean;
561
+ stringMode: boolean;
562
+ stepCount: number;
563
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
564
+ P: {};
565
+ B: {};
566
+ D: {};
567
+ C: {};
568
+ M: {};
569
+ Defaults: {};
570
+ }, Readonly<MaInputNumberProps> & Readonly<{
571
+ onChange?: (...args: any[]) => any;
572
+ onStep?: (...args: any[]) => any;
573
+ "onUpdate:value"?: (...args: any[]) => any;
574
+ onPressEnter?: (...args: any[]) => any;
575
+ }>, {}, {}, {}, {}, {
576
+ size: MaInputNumberSize;
577
+ disabled: boolean;
578
+ autofocus: boolean;
579
+ keyboard: boolean;
580
+ controls: boolean;
581
+ stringMode: boolean;
582
+ stepCount: number;
583
+ }>;
584
+ __isFragment?: never;
585
+ __isTeleport?: never;
586
+ __isSuspense?: never;
587
+ } & import("vue").ComponentOptionsBase<Readonly<MaInputNumberProps> & Readonly<{
588
+ onChange?: (...args: any[]) => any;
589
+ onStep?: (...args: any[]) => any;
590
+ "onUpdate:value"?: (...args: any[]) => any;
591
+ onPressEnter?: (...args: any[]) => any;
592
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
593
+ change: (...args: any[]) => void;
594
+ step: (...args: any[]) => void;
595
+ "update:value": (...args: any[]) => void;
596
+ pressEnter: (...args: any[]) => void;
597
+ }, string, {
598
+ size: MaInputNumberSize;
599
+ disabled: boolean;
600
+ autofocus: boolean;
601
+ keyboard: boolean;
602
+ controls: boolean;
603
+ stringMode: boolean;
604
+ stepCount: number;
605
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
606
+ $slots: {
607
+ addonBefore?(_: {}): any;
608
+ addonAfter?(_: {}): any;
609
+ };
610
+ })>>;
15
611
  export declare const WithFormatter: Story;
612
+ export declare const WithPrePostSelect: Story;
613
+ export declare const WithPreSelect: Story;
614
+ export declare const WithPostSelect: Story;
@@ -8,7 +8,7 @@ export declare const Custom: Story;
8
8
  export declare const WithTab: Story;
9
9
  export declare const Success: Story;
10
10
  export declare const Confirm: Story;
11
- export declare const Error: Story;
11
+ export declare const ErrorState: Story;
12
12
  export declare const Warning: Story;
13
13
  export declare const Info: Story;
14
14
  export declare const NoSpace: Story;
@@ -6,6 +6,6 @@ type Story = StoryObj<typeof MaModal>;
6
6
  export declare const Info: Story;
7
7
  export declare const Success: Story;
8
8
  export declare const Confirm: Story;
9
- export declare const Error: Story;
9
+ export declare const ErrorState: Story;
10
10
  export declare const Warning: Story;
11
11
  export declare const Blank: Story;
@@ -5,7 +5,7 @@ export default meta;
5
5
  type Story = StoryObj<typeof MaNumericInput>;
6
6
  export declare const Default: Story;
7
7
  export declare const Disabled: Story;
8
- export declare const Error: Story;
8
+ export declare const ErrorState: Story;
9
9
  export declare const NoPlaceholder: Story;
10
10
  export declare const Small: Story;
11
11
  export declare const Medium: Story;
@@ -1,5 +1,5 @@
1
1
  import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaPagination from '../index.vue';
2
+ import MaPagination from '@/components/pagination/index.vue';
3
3
  declare const meta: Meta<typeof MaPagination>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof MaPagination>;
@@ -1,6 +1,9 @@
1
- import type { Meta, StoryObj } from '@storybook/vue3';
2
- import type MaPopconfirm from '../index.vue';
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import MaPopconfirm from '@/components/popconfirm/index.vue';
3
3
  declare const meta: Meta<typeof MaPopconfirm>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof MaPopconfirm>;
6
6
  export declare const Default: Story;
7
+ export declare const WithIcon: Story;
8
+ export declare const WithPlacement: Story;
9
+ export declare const WithCustomButtons: Story;