sprof 0.0.38 → 0.0.39
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.
- package/dist/classes/EmailValidator.d.ts +1 -1
- package/dist/classes/FileInfo.d.ts +1 -1
- package/dist/classes/Human.d.ts +1 -1
- package/dist/classes/PasswordValidator.d.ts +1 -1
- package/dist/classes/filters/FilterQuery.d.ts +1 -2
- package/dist/classes/index.d.ts +2 -0
- package/dist/components/Icons/IconArrowLeft.stories.d.ts +32 -39
- package/dist/components/Icons/IconCheckDefault.stories.d.ts +32 -39
- package/dist/components/Icons/IconClose.stories.d.ts +32 -39
- package/dist/components/Icons/IconEdit.stories.d.ts +32 -39
- package/dist/components/Icons/IconEmail.stories.d.ts +32 -39
- package/dist/components/Icons/IconMove.stories.d.ts +32 -39
- package/dist/components/Icons/IconPhone.stories.d.ts +32 -39
- package/dist/components/Icons/IconSearch.stories.d.ts +32 -39
- package/dist/components/Icons/IconSelectArrow.stories.d.ts +32 -39
- package/dist/components/InfoItemSelectButtons.vue.d.ts +8 -0
- package/dist/components/atoms/PCheckbox/PCheckBox.stories.d.ts +87 -94
- package/dist/components/atoms/PFlex/PFlex.stories.d.ts +184 -191
- package/dist/components/atoms/PInput/PInput.stories.d.ts +173 -180
- package/dist/components/atoms/PInputDate/PInputDate.stories.d.ts +59 -66
- package/dist/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +182 -189
- package/dist/components/atoms/PList/PList.stories.d.ts +76 -83
- package/dist/components/atoms/PListItem/PListItem.stories.d.ts +151 -166
- package/dist/components/atoms/PRadio/PRadio.stories.d.ts +96 -103
- package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +183 -190
- package/dist/components/atoms/PSelect/PSelect.stories.d.ts +282 -217
- package/dist/components/atoms/PSelect/PSelect.vue.d.ts +22 -0
- package/dist/components/atoms/PSticky/PSticky.stories.d.ts +97 -104
- package/dist/components/atoms/PString/PString.stories.d.ts +139 -146
- package/dist/components/atoms/PTable/PTable.storeis.d.ts +77 -84
- package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +155 -162
- package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +102 -109
- package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +15 -22
- package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +113 -120
- package/dist/components/organisms/PTabs/PTabs.stories.d.ts +134 -141
- package/dist/index.d.ts +1 -5
- package/dist/interfaces/IValidator.d.ts +1 -1
- package/dist/modules/forms/classes/FieldFill.d.ts +41 -0
- package/dist/modules/forms/classes/FormFill.d.ts +1 -1
- package/dist/modules/forms/classes/index.d.ts +12 -8
- package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +172 -0
- package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +51 -0
- package/dist/modules/forms/index.d.ts +2 -0
- package/dist/modules/forms/store/index.d.ts +7 -228
- package/dist/modules/index.d.ts +2 -8
- package/dist/modules/settings/index.d.ts +2 -0
- package/dist/modules/settings/store/index.d.ts +1 -2
- package/dist/services/AdminUI.d.ts +2 -2
- package/dist/services/Arrays.d.ts +2 -0
- package/dist/services/BaseRoutes.d.ts +2 -2
- package/dist/services/Dates.d.ts +27 -1
- package/dist/services/Helpers.d.ts +44 -0
- package/dist/services/PHelp.d.ts +9 -682
- package/dist/services/PHelp2.d.ts +16 -683
- package/dist/services/Rating.d.ts +7 -0
- package/dist/services/Strings.d.ts +1 -0
- package/dist/services/index.d.ts +2 -8
- package/dist/sprof.js +4197 -4558
- package/dist/sprof.umd.cjs +12 -12
- package/dist/store/Store.d.ts +13 -20
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/buildings/classes/Building.d.ts +0 -13
- package/dist/buildings/classes/Entrance.d.ts +0 -13
- package/dist/buildings/classes/Floor.d.ts +0 -6
- package/dist/buildings/router/BuildingsRoutes.d.ts +0 -6
- package/dist/buildings/store/BuildingsStore.d.ts +0 -7
- package/dist/buildings/store/index.d.ts +0 -2
- package/dist/buildings/store/indexNames.d.ts +0 -2
- package/dist/classes/DateHelper.d.ts +0 -11
- package/dist/components/RSContainer.vue.d.ts +0 -38
- package/dist/modules/buildings/components/BuildingsPage.vue.d.ts +0 -6
- package/dist/modules/buildings/router/BuildingsRoutes.d.ts +0 -6
- package/dist/modules/extracts/store/indexNames.d.ts +0 -2
- package/dist/modules/forms/classes/indexNames.d.ts +0 -2
- package/dist/modules/forms/store/indexNames.d.ts +0 -2
- package/dist/modules/indexNames.d.ts +0 -2
- package/dist/modules/settings/classes/indexNames.d.ts +0 -2
- package/dist/modules/settings/store/indexNames.d.ts +0 -2
- package/dist/services/DateFormat.d.ts +0 -32
- package/dist/services/DatesFormatter.d.ts +0 -30
- package/dist/services/brandColors.d.ts +0 -2
- package/dist/services/buildNameNumbers.d.ts +0 -1
- package/dist/services/countRating.d.ts +0 -5
- package/dist/services/moves.d.ts +0 -3
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/vue3';
|
|
1
2
|
declare const _default: {
|
|
2
3
|
title: string;
|
|
3
4
|
component: {
|
|
@@ -214,185 +215,177 @@ declare const _default: {
|
|
|
214
215
|
};
|
|
215
216
|
};
|
|
216
217
|
export default _default;
|
|
217
|
-
export declare const Default:
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
default: string;
|
|
338
|
-
required: false;
|
|
339
|
-
};
|
|
340
|
-
margin: {
|
|
341
|
-
type: StringConstructor;
|
|
342
|
-
required: false;
|
|
343
|
-
default: string;
|
|
344
|
-
};
|
|
345
|
-
disabled: {
|
|
346
|
-
type: BooleanConstructor;
|
|
347
|
-
required: false;
|
|
348
|
-
default: boolean;
|
|
349
|
-
};
|
|
350
|
-
padding: {
|
|
351
|
-
type: StringConstructor;
|
|
352
|
-
default: string;
|
|
353
|
-
required: false;
|
|
354
|
-
};
|
|
355
|
-
mask: {
|
|
356
|
-
type: StringConstructor;
|
|
357
|
-
required: false;
|
|
358
|
-
default: undefined;
|
|
359
|
-
};
|
|
360
|
-
borderColor: {
|
|
361
|
-
type: StringConstructor;
|
|
362
|
-
default: string;
|
|
363
|
-
required: false;
|
|
364
|
-
};
|
|
365
|
-
color: {
|
|
366
|
-
type: StringConstructor;
|
|
367
|
-
default: string;
|
|
368
|
-
required: false;
|
|
369
|
-
};
|
|
370
|
-
modelValue: {
|
|
371
|
-
type: globalThis.PropType<string>;
|
|
372
|
-
};
|
|
373
|
-
}>> & Readonly<{
|
|
374
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
375
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
376
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
377
|
-
blur: (...args: any[]) => void;
|
|
378
|
-
input: (...args: any[]) => void;
|
|
379
|
-
}, string, {
|
|
380
|
-
label: string;
|
|
381
|
-
mask: string;
|
|
382
|
-
margin: string;
|
|
383
|
-
padding: string;
|
|
384
|
-
color: string;
|
|
385
|
-
disabled: boolean;
|
|
386
|
-
borderColor: string;
|
|
387
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
388
|
-
$slots: {
|
|
389
|
-
default?(_: {}): any;
|
|
390
|
-
right?(_: {}): any;
|
|
391
|
-
};
|
|
392
|
-
});
|
|
218
|
+
export declare const Default: StoryFn<{
|
|
219
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
220
|
+
label: {
|
|
221
|
+
type: StringConstructor;
|
|
222
|
+
default: string;
|
|
223
|
+
required: false;
|
|
224
|
+
};
|
|
225
|
+
margin: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
required: false;
|
|
228
|
+
default: string;
|
|
229
|
+
};
|
|
230
|
+
disabled: {
|
|
231
|
+
type: BooleanConstructor;
|
|
232
|
+
required: false;
|
|
233
|
+
default: boolean;
|
|
234
|
+
};
|
|
235
|
+
padding: {
|
|
236
|
+
type: StringConstructor;
|
|
237
|
+
default: string;
|
|
238
|
+
required: false;
|
|
239
|
+
};
|
|
240
|
+
mask: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
required: false;
|
|
243
|
+
default: undefined;
|
|
244
|
+
};
|
|
245
|
+
borderColor: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
default: string;
|
|
248
|
+
required: false;
|
|
249
|
+
};
|
|
250
|
+
color: {
|
|
251
|
+
type: StringConstructor;
|
|
252
|
+
default: string;
|
|
253
|
+
required: false;
|
|
254
|
+
};
|
|
255
|
+
modelValue: {
|
|
256
|
+
type: globalThis.PropType<string>;
|
|
257
|
+
};
|
|
258
|
+
}>> & Readonly<{
|
|
259
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
260
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
261
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
262
|
+
blur: (...args: any[]) => void;
|
|
263
|
+
input: (...args: any[]) => void;
|
|
264
|
+
}, import('vue').PublicProps, {
|
|
265
|
+
label: string;
|
|
266
|
+
mask: string;
|
|
267
|
+
margin: string;
|
|
268
|
+
padding: string;
|
|
269
|
+
color: string;
|
|
270
|
+
disabled: boolean;
|
|
271
|
+
borderColor: string;
|
|
272
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
273
|
+
P: {};
|
|
274
|
+
B: {};
|
|
275
|
+
D: {};
|
|
276
|
+
C: {};
|
|
277
|
+
M: {};
|
|
278
|
+
Defaults: {};
|
|
279
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
280
|
+
label: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
default: string;
|
|
283
|
+
required: false;
|
|
284
|
+
};
|
|
285
|
+
margin: {
|
|
286
|
+
type: StringConstructor;
|
|
287
|
+
required: false;
|
|
288
|
+
default: string;
|
|
289
|
+
};
|
|
290
|
+
disabled: {
|
|
291
|
+
type: BooleanConstructor;
|
|
292
|
+
required: false;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
padding: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
default: string;
|
|
298
|
+
required: false;
|
|
299
|
+
};
|
|
300
|
+
mask: {
|
|
301
|
+
type: StringConstructor;
|
|
302
|
+
required: false;
|
|
303
|
+
default: undefined;
|
|
304
|
+
};
|
|
305
|
+
borderColor: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
required: false;
|
|
309
|
+
};
|
|
310
|
+
color: {
|
|
311
|
+
type: StringConstructor;
|
|
312
|
+
default: string;
|
|
313
|
+
required: false;
|
|
314
|
+
};
|
|
315
|
+
modelValue: {
|
|
316
|
+
type: globalThis.PropType<string>;
|
|
317
|
+
};
|
|
318
|
+
}>> & Readonly<{
|
|
319
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
320
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
321
|
+
}>, {}, {}, {}, {}, {
|
|
322
|
+
label: string;
|
|
323
|
+
mask: string;
|
|
324
|
+
margin: string;
|
|
325
|
+
padding: string;
|
|
326
|
+
color: string;
|
|
327
|
+
disabled: boolean;
|
|
328
|
+
borderColor: string;
|
|
329
|
+
}>;
|
|
330
|
+
__isFragment?: undefined;
|
|
331
|
+
__isTeleport?: undefined;
|
|
332
|
+
__isSuspense?: undefined;
|
|
333
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
334
|
+
label: {
|
|
335
|
+
type: StringConstructor;
|
|
336
|
+
default: string;
|
|
337
|
+
required: false;
|
|
393
338
|
};
|
|
394
|
-
|
|
395
|
-
|
|
339
|
+
margin: {
|
|
340
|
+
type: StringConstructor;
|
|
341
|
+
required: false;
|
|
342
|
+
default: string;
|
|
396
343
|
};
|
|
397
|
-
|
|
398
|
-
|
|
344
|
+
disabled: {
|
|
345
|
+
type: BooleanConstructor;
|
|
346
|
+
required: false;
|
|
347
|
+
default: boolean;
|
|
348
|
+
};
|
|
349
|
+
padding: {
|
|
350
|
+
type: StringConstructor;
|
|
351
|
+
default: string;
|
|
352
|
+
required: false;
|
|
353
|
+
};
|
|
354
|
+
mask: {
|
|
355
|
+
type: StringConstructor;
|
|
356
|
+
required: false;
|
|
357
|
+
default: undefined;
|
|
358
|
+
};
|
|
359
|
+
borderColor: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: string;
|
|
362
|
+
required: false;
|
|
363
|
+
};
|
|
364
|
+
color: {
|
|
365
|
+
type: StringConstructor;
|
|
366
|
+
default: string;
|
|
367
|
+
required: false;
|
|
368
|
+
};
|
|
369
|
+
modelValue: {
|
|
370
|
+
type: globalThis.PropType<string>;
|
|
371
|
+
};
|
|
372
|
+
}>> & Readonly<{
|
|
373
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
374
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
375
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
376
|
+
blur: (...args: any[]) => void;
|
|
377
|
+
input: (...args: any[]) => void;
|
|
378
|
+
}, string, {
|
|
379
|
+
label: string;
|
|
380
|
+
mask: string;
|
|
381
|
+
margin: string;
|
|
382
|
+
padding: string;
|
|
383
|
+
color: string;
|
|
384
|
+
disabled: boolean;
|
|
385
|
+
borderColor: string;
|
|
386
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
387
|
+
$slots: {
|
|
388
|
+
default?(_: {}): any;
|
|
389
|
+
right?(_: {}): any;
|
|
390
|
+
};
|
|
391
|
+
})>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/vue3';
|
|
1
2
|
declare const _default: {
|
|
2
3
|
title: string;
|
|
3
4
|
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
@@ -88,71 +89,63 @@ declare const _default: {
|
|
|
88
89
|
};
|
|
89
90
|
};
|
|
90
91
|
export default _default;
|
|
91
|
-
export declare const Default: (
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
type: StringConstructor;
|
|
96
|
-
default: string;
|
|
97
|
-
};
|
|
98
|
-
width: {
|
|
99
|
-
type: globalThis.PropType<string>;
|
|
100
|
-
required: false;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
margin: {
|
|
104
|
-
type: globalThis.PropType<string>;
|
|
105
|
-
required: false;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
|
-
label: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
required: false;
|
|
112
|
-
};
|
|
113
|
-
modelValue: {
|
|
114
|
-
type: globalThis.PropType<Date>;
|
|
115
|
-
};
|
|
116
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
117
|
-
change: (...args: any[]) => void;
|
|
118
|
-
"update:modelValue": (...args: any[]) => void;
|
|
119
|
-
beforeChange: (...args: any[]) => void;
|
|
120
|
-
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
121
|
-
placeholder: {
|
|
122
|
-
type: StringConstructor;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
|
-
width: {
|
|
126
|
-
type: globalThis.PropType<string>;
|
|
127
|
-
required: false;
|
|
128
|
-
default: string;
|
|
129
|
-
};
|
|
130
|
-
margin: {
|
|
131
|
-
type: globalThis.PropType<string>;
|
|
132
|
-
required: false;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
|
-
label: {
|
|
136
|
-
type: StringConstructor;
|
|
137
|
-
default: string;
|
|
138
|
-
required: false;
|
|
139
|
-
};
|
|
140
|
-
modelValue: {
|
|
141
|
-
type: globalThis.PropType<Date>;
|
|
142
|
-
};
|
|
143
|
-
}>> & Readonly<{
|
|
144
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
145
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
146
|
-
onBeforeChange?: ((...args: any[]) => any) | undefined;
|
|
147
|
-
}>, {
|
|
148
|
-
label: string;
|
|
149
|
-
placeholder: string;
|
|
150
|
-
margin: string;
|
|
151
|
-
width: string;
|
|
152
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
92
|
+
export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
93
|
+
placeholder: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
153
96
|
};
|
|
154
|
-
|
|
155
|
-
|
|
97
|
+
width: {
|
|
98
|
+
type: globalThis.PropType<string>;
|
|
99
|
+
required: false;
|
|
100
|
+
default: string;
|
|
156
101
|
};
|
|
157
|
-
|
|
158
|
-
|
|
102
|
+
margin: {
|
|
103
|
+
type: globalThis.PropType<string>;
|
|
104
|
+
required: false;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
label: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
110
|
+
required: false;
|
|
111
|
+
};
|
|
112
|
+
modelValue: {
|
|
113
|
+
type: globalThis.PropType<Date>;
|
|
114
|
+
};
|
|
115
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
116
|
+
change: (...args: any[]) => void;
|
|
117
|
+
"update:modelValue": (...args: any[]) => void;
|
|
118
|
+
beforeChange: (...args: any[]) => void;
|
|
119
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
120
|
+
placeholder: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: string;
|
|
123
|
+
};
|
|
124
|
+
width: {
|
|
125
|
+
type: globalThis.PropType<string>;
|
|
126
|
+
required: false;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
margin: {
|
|
130
|
+
type: globalThis.PropType<string>;
|
|
131
|
+
required: false;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
label: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: string;
|
|
137
|
+
required: false;
|
|
138
|
+
};
|
|
139
|
+
modelValue: {
|
|
140
|
+
type: globalThis.PropType<Date>;
|
|
141
|
+
};
|
|
142
|
+
}>> & Readonly<{
|
|
143
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
144
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
145
|
+
onBeforeChange?: ((...args: any[]) => any) | undefined;
|
|
146
|
+
}>, {
|
|
147
|
+
label: string;
|
|
148
|
+
placeholder: string;
|
|
149
|
+
margin: string;
|
|
150
|
+
width: string;
|
|
151
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|