@getblock/common 0.1.80 → 0.1.82

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.
@@ -0,0 +1,641 @@
1
+ /// <reference types="vite/client" />
2
+ import { PropType } from 'vue';
3
+ import { ColorModeType, LocaleType } from '../../components/contactFormNew/type/shared';
4
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
+ locale: {
6
+ type: PropType<LocaleType>;
7
+ default: string;
8
+ };
9
+ colorMode: {
10
+ type: PropType<ColorModeType>;
11
+ default: string;
12
+ };
13
+ }>, {
14
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
15
+ locale: {
16
+ type: PropType<LocaleType>;
17
+ default: string;
18
+ };
19
+ colorMode: {
20
+ type: PropType<ColorModeType>;
21
+ default: string;
22
+ };
23
+ }>> & Readonly<{
24
+ onContactModalSent?: ((...args: any[]) => any) | undefined;
25
+ onCloseContactModal?: ((...args: any[]) => any) | undefined;
26
+ }> & {}>;
27
+ emits: (event: "contactModalSent" | "closeContactModal", ...args: any[]) => void;
28
+ closeModal: () => void;
29
+ sendContactModalData: (data: any) => void;
30
+ readonly GetBlockUIButton: import("vue").DefineComponent<{
31
+ disabled: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ mainType: {
36
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps>;
37
+ default: string;
38
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps) => boolean;
39
+ };
40
+ colorType: {
41
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps>;
42
+ default: string;
43
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps) => boolean;
44
+ };
45
+ sizeType: {
46
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps>;
47
+ default: string;
48
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps) => boolean;
49
+ };
50
+ iconButton: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }, {
55
+ props: any;
56
+ classObject: import("vue").ComputedRef<object>;
57
+ readonly button: CSSModuleClasses;
58
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
+ disabled: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ mainType: {
64
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps>;
65
+ default: string;
66
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps) => boolean;
67
+ };
68
+ colorType: {
69
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps>;
70
+ default: string;
71
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps) => boolean;
72
+ };
73
+ sizeType: {
74
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps>;
75
+ default: string;
76
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps) => boolean;
77
+ };
78
+ iconButton: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ }>>, {
83
+ colorType: import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps;
84
+ sizeType: import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps;
85
+ disabled: boolean;
86
+ mainType: import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps;
87
+ iconButton: boolean;
88
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
89
+ readonly GetBlockUIIcon: import("vue").DefineComponent<{
90
+ iconName: {
91
+ type: StringConstructor;
92
+ required: true;
93
+ };
94
+ colorType: {
95
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
96
+ default: string;
97
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
98
+ };
99
+ sizeType: {
100
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
101
+ default: string;
102
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
103
+ };
104
+ }, {
105
+ props: any;
106
+ imgSize: import("vue").ComputedRef<number>;
107
+ classObject: import("vue").ComputedRef<object>;
108
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
109
+ iconName: {
110
+ type: StringConstructor;
111
+ required: true;
112
+ };
113
+ colorType: {
114
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
115
+ default: string;
116
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
117
+ };
118
+ sizeType: {
119
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
120
+ default: string;
121
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
122
+ };
123
+ }>>, {
124
+ colorType: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps;
125
+ sizeType: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps;
126
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
127
+ readonly contactModal: CSSModuleClasses;
128
+ ContactFormNew: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
129
+ locale: {
130
+ type: PropType<LocaleType>;
131
+ default: string;
132
+ };
133
+ colorMode: {
134
+ type: PropType<ColorModeType>;
135
+ default: string;
136
+ };
137
+ title: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
141
+ isTitleEmpty: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
145
+ isButtonDisabled: {
146
+ type: BooleanConstructor;
147
+ default: boolean;
148
+ };
149
+ }>, {
150
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
151
+ locale: {
152
+ type: PropType<LocaleType>;
153
+ default: string;
154
+ };
155
+ colorMode: {
156
+ type: PropType<ColorModeType>;
157
+ default: string;
158
+ };
159
+ title: {
160
+ type: StringConstructor;
161
+ default: string;
162
+ };
163
+ isTitleEmpty: {
164
+ type: BooleanConstructor;
165
+ default: boolean;
166
+ };
167
+ isButtonDisabled: {
168
+ type: BooleanConstructor;
169
+ default: boolean;
170
+ };
171
+ }>> & Readonly<{
172
+ onContactFormSent?: ((...args: any[]) => any) | undefined;
173
+ }> & {}>;
174
+ emits: (event: "contactFormSent", ...args: any[]) => void;
175
+ getText: import("vue").ComputedRef<{
176
+ title: string;
177
+ description: string;
178
+ form: {
179
+ placeholders: {
180
+ name: string;
181
+ company: string;
182
+ email: string;
183
+ contact: string;
184
+ textMessage: string;
185
+ };
186
+ errors: {
187
+ name: string;
188
+ company: string;
189
+ email: {
190
+ empty: string;
191
+ noValid: string;
192
+ };
193
+ contact: string;
194
+ textMessage: string;
195
+ };
196
+ };
197
+ button: string;
198
+ agreement: {
199
+ 1: string;
200
+ 2: string;
201
+ };
202
+ } | undefined>;
203
+ loadTexts: (locale: LocaleType) => Promise<void>;
204
+ name: import("vue").Ref<string, string>;
205
+ nameError: import("vue").Ref<boolean, boolean>;
206
+ company: import("vue").Ref<string, string>;
207
+ companyError: import("vue").Ref<boolean, boolean>;
208
+ email: import("vue").Ref<string, string>;
209
+ emailError: import("vue").Ref<boolean, boolean>;
210
+ emailErrorType: import("vue").Ref<"invalid" | "empty" | null, "invalid" | "empty" | null>;
211
+ contact: import("vue").Ref<string, string>;
212
+ contactError: import("vue").Ref<boolean, boolean>;
213
+ textMessage: import("vue").Ref<string, string>;
214
+ textMessageError: import("vue").Ref<boolean, boolean>;
215
+ isSendButtonDisabled: import("vue").ComputedRef<boolean>;
216
+ getErrorText: (inputName: string) => string | undefined;
217
+ checkInputIsValid: (inputName: string) => void;
218
+ validateAllFields: () => boolean;
219
+ sendContactForm: () => void;
220
+ goToOuterLink: (link: string, event: Event) => void;
221
+ readonly GetBlockUIButton: import("vue").DefineComponent<{
222
+ disabled: {
223
+ type: BooleanConstructor;
224
+ default: boolean;
225
+ };
226
+ mainType: {
227
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps>;
228
+ default: string;
229
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps) => boolean;
230
+ };
231
+ colorType: {
232
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps>;
233
+ default: string;
234
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps) => boolean;
235
+ };
236
+ sizeType: {
237
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps>;
238
+ default: string;
239
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps) => boolean;
240
+ };
241
+ iconButton: {
242
+ type: BooleanConstructor;
243
+ default: boolean;
244
+ };
245
+ }, {
246
+ props: any;
247
+ classObject: import("vue").ComputedRef<object>;
248
+ readonly button: CSSModuleClasses;
249
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
250
+ disabled: {
251
+ type: BooleanConstructor;
252
+ default: boolean;
253
+ };
254
+ mainType: {
255
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps>;
256
+ default: string;
257
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps) => boolean;
258
+ };
259
+ colorType: {
260
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps>;
261
+ default: string;
262
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps) => boolean;
263
+ };
264
+ sizeType: {
265
+ type: PropType<import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps>;
266
+ default: string;
267
+ validator: (value: import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps) => boolean;
268
+ };
269
+ iconButton: {
270
+ type: BooleanConstructor;
271
+ default: boolean;
272
+ };
273
+ }>>, {
274
+ colorType: import("@getblock/core/dist/components/button/Button.types").ButtonColorTypeProps;
275
+ sizeType: import("@getblock/core/dist/components/button/Button.types").ButtonSizeTypeProps;
276
+ disabled: boolean;
277
+ mainType: import("@getblock/core/dist/components/button/Button.types").ButtonMainTypeProps;
278
+ iconButton: boolean;
279
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
280
+ readonly GetBlockUIInput: import("vue").DefineComponent<{
281
+ disabled: {
282
+ type: BooleanConstructor;
283
+ default: boolean;
284
+ };
285
+ error: {
286
+ type: BooleanConstructor;
287
+ default: boolean;
288
+ };
289
+ placeholder: {
290
+ type: StringConstructor;
291
+ default: string;
292
+ };
293
+ inputName: {
294
+ type: StringConstructor;
295
+ required: true;
296
+ };
297
+ inputValue: {
298
+ type: StringConstructor;
299
+ required: true;
300
+ };
301
+ inputType: {
302
+ type: PropType<import("@getblock/core/dist/components/input/types").InputTypeProps>;
303
+ default: string;
304
+ validator: (value: import("@getblock/core/dist/components/input/types").InputTypeProps) => boolean;
305
+ };
306
+ colorType: {
307
+ type: PropType<import("@getblock/core/dist/components/input/types").ColorTypeProps>;
308
+ default: string;
309
+ validator: (value: import("@getblock/core/dist/components/input/types").ColorTypeProps) => boolean;
310
+ };
311
+ sizeType: {
312
+ type: PropType<import("@getblock/core/dist/components/input/types").SizeTypeProps>;
313
+ default: string;
314
+ validator: (value: import("@getblock/core/dist/components/input/types").SizeTypeProps) => boolean;
315
+ };
316
+ iconName: {
317
+ type: StringConstructor;
318
+ default: string;
319
+ };
320
+ statusIcon: {
321
+ type: PropType<import("@getblock/core/dist/components/input/types").StatusIconProps>;
322
+ default: string;
323
+ validator: (value: import("@getblock/core/dist/components/input/types").StatusIconProps) => boolean;
324
+ };
325
+ customEventRightButton: {
326
+ type: BooleanConstructor;
327
+ default: boolean;
328
+ };
329
+ rightIconName: {
330
+ type: StringConstructor;
331
+ default: string;
332
+ };
333
+ tabIndex: {
334
+ type: NumberConstructor;
335
+ default: number;
336
+ };
337
+ }, {
338
+ emits: (event: "resetError" | "update:inputValue" | "focusOut" | "onClickRightButton", ...args: any[]) => void;
339
+ props: any;
340
+ iconStatus: import("vue").ComputedRef<import("@getblock/core/dist/components/input/types").IconStatus>;
341
+ inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
342
+ isFocused: import("vue").Ref<boolean, boolean>;
343
+ inputType: import("vue").Ref<import("@getblock/core/dist/components/input/types").InputTypeProps, import("@getblock/core/dist/components/input/types").InputTypeProps>;
344
+ value: import("vue").WritableComputedRef<string, string>;
345
+ iconRight: import("vue").ComputedRef<string>;
346
+ classObject: import("vue").ComputedRef<object>;
347
+ hintClassObject: import("vue").ComputedRef<object>;
348
+ labelClassObject: import("vue").ComputedRef<object>;
349
+ clearInput: () => void;
350
+ changeTypeInput: () => void;
351
+ eventRightButton: () => void;
352
+ onFocus: () => void;
353
+ onFocusOut: () => void;
354
+ slots: Readonly<{
355
+ [name: string]: import("vue").Slot<any> | undefined;
356
+ }>;
357
+ Icon: import("vue").DefineComponent<{
358
+ iconName: {
359
+ type: StringConstructor;
360
+ required: true;
361
+ };
362
+ colorType: {
363
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
364
+ default: string;
365
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
366
+ };
367
+ sizeType: {
368
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
369
+ default: string;
370
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
371
+ };
372
+ }, {
373
+ props: any;
374
+ imgSize: import("vue").ComputedRef<number>;
375
+ classObject: import("vue").ComputedRef<object>;
376
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
377
+ iconName: {
378
+ type: StringConstructor;
379
+ required: true;
380
+ };
381
+ colorType: {
382
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
383
+ default: string;
384
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
385
+ };
386
+ sizeType: {
387
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
388
+ default: string;
389
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
390
+ };
391
+ }>>, {
392
+ colorType: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps;
393
+ sizeType: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps;
394
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
395
+ readonly input: CSSModuleClasses;
396
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("resetError" | "update:inputValue" | "focusOut" | "onClickRightButton")[], "resetError" | "update:inputValue" | "focusOut" | "onClickRightButton", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
397
+ disabled: {
398
+ type: BooleanConstructor;
399
+ default: boolean;
400
+ };
401
+ error: {
402
+ type: BooleanConstructor;
403
+ default: boolean;
404
+ };
405
+ placeholder: {
406
+ type: StringConstructor;
407
+ default: string;
408
+ };
409
+ inputName: {
410
+ type: StringConstructor;
411
+ required: true;
412
+ };
413
+ inputValue: {
414
+ type: StringConstructor;
415
+ required: true;
416
+ };
417
+ inputType: {
418
+ type: PropType<import("@getblock/core/dist/components/input/types").InputTypeProps>;
419
+ default: string;
420
+ validator: (value: import("@getblock/core/dist/components/input/types").InputTypeProps) => boolean;
421
+ };
422
+ colorType: {
423
+ type: PropType<import("@getblock/core/dist/components/input/types").ColorTypeProps>;
424
+ default: string;
425
+ validator: (value: import("@getblock/core/dist/components/input/types").ColorTypeProps) => boolean;
426
+ };
427
+ sizeType: {
428
+ type: PropType<import("@getblock/core/dist/components/input/types").SizeTypeProps>;
429
+ default: string;
430
+ validator: (value: import("@getblock/core/dist/components/input/types").SizeTypeProps) => boolean;
431
+ };
432
+ iconName: {
433
+ type: StringConstructor;
434
+ default: string;
435
+ };
436
+ statusIcon: {
437
+ type: PropType<import("@getblock/core/dist/components/input/types").StatusIconProps>;
438
+ default: string;
439
+ validator: (value: import("@getblock/core/dist/components/input/types").StatusIconProps) => boolean;
440
+ };
441
+ customEventRightButton: {
442
+ type: BooleanConstructor;
443
+ default: boolean;
444
+ };
445
+ rightIconName: {
446
+ type: StringConstructor;
447
+ default: string;
448
+ };
449
+ tabIndex: {
450
+ type: NumberConstructor;
451
+ default: number;
452
+ };
453
+ }>> & {
454
+ onResetError?: ((...args: any[]) => any) | undefined;
455
+ "onUpdate:inputValue"?: ((...args: any[]) => any) | undefined;
456
+ onFocusOut?: ((...args: any[]) => any) | undefined;
457
+ onOnClickRightButton?: ((...args: any[]) => any) | undefined;
458
+ }, {
459
+ error: boolean;
460
+ colorType: import("@getblock/core/dist/components/input/types").ColorTypeProps;
461
+ iconName: string;
462
+ sizeType: import("@getblock/core/dist/components/input/types").SizeTypeProps;
463
+ disabled: boolean;
464
+ placeholder: string;
465
+ tabIndex: number;
466
+ inputType: import("@getblock/core/dist/components/input/types").InputTypeProps;
467
+ statusIcon: import("@getblock/core/dist/components/input/types").StatusIconProps;
468
+ customEventRightButton: boolean;
469
+ rightIconName: string;
470
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
471
+ readonly GetBlockUITextArea: import("vue").DefineComponent<{
472
+ disabled: {
473
+ type: BooleanConstructor;
474
+ default: boolean;
475
+ };
476
+ error: {
477
+ type: BooleanConstructor;
478
+ default: boolean;
479
+ };
480
+ placeholder: {
481
+ type: StringConstructor;
482
+ default: string;
483
+ };
484
+ inputName: {
485
+ type: StringConstructor;
486
+ required: true;
487
+ };
488
+ inputValue: {
489
+ type: StringConstructor;
490
+ required: true;
491
+ };
492
+ colorType: {
493
+ type: PropType<"fill" | "outline">;
494
+ default: string;
495
+ validator: (value: "fill" | "outline") => boolean;
496
+ };
497
+ tabIndex: {
498
+ type: NumberConstructor;
499
+ default: number;
500
+ };
501
+ }, {
502
+ emits: (event: "resetError" | "update:inputValue", ...args: any[]) => void;
503
+ props: any;
504
+ inputRef: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
505
+ isFocused: import("vue").Ref<boolean, boolean>;
506
+ maxMessageSymbols: import("vue").Ref<number, number>;
507
+ value: import("vue").WritableComputedRef<string, string>;
508
+ classObject: import("vue").ComputedRef<object>;
509
+ hintClassObject: import("vue").ComputedRef<object>;
510
+ labelClassObject: import("vue").ComputedRef<object>;
511
+ onFocus: () => void;
512
+ onFocusOut: () => void;
513
+ slots: Readonly<{
514
+ [name: string]: import("vue").Slot<any> | undefined;
515
+ }>;
516
+ Icon: import("vue").DefineComponent<{
517
+ iconName: {
518
+ type: StringConstructor;
519
+ required: true;
520
+ };
521
+ colorType: {
522
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
523
+ default: string;
524
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
525
+ };
526
+ sizeType: {
527
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
528
+ default: string;
529
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
530
+ };
531
+ }, {
532
+ props: any;
533
+ imgSize: import("vue").ComputedRef<number>;
534
+ classObject: import("vue").ComputedRef<object>;
535
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
536
+ iconName: {
537
+ type: StringConstructor;
538
+ required: true;
539
+ };
540
+ colorType: {
541
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps>;
542
+ default: string;
543
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps) => boolean;
544
+ };
545
+ sizeType: {
546
+ type: PropType<import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps>;
547
+ default: string;
548
+ validator: (value: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps) => boolean;
549
+ };
550
+ }>>, {
551
+ colorType: import("@getblock/core/dist/components/icon/Icon.types").IconColorTypeProps;
552
+ sizeType: import("@getblock/core/dist/components/icon/Icon.types").IconSizeTypeProps;
553
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
554
+ readonly textarea: CSSModuleClasses;
555
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("resetError" | "update:inputValue")[], "resetError" | "update:inputValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
556
+ disabled: {
557
+ type: BooleanConstructor;
558
+ default: boolean;
559
+ };
560
+ error: {
561
+ type: BooleanConstructor;
562
+ default: boolean;
563
+ };
564
+ placeholder: {
565
+ type: StringConstructor;
566
+ default: string;
567
+ };
568
+ inputName: {
569
+ type: StringConstructor;
570
+ required: true;
571
+ };
572
+ inputValue: {
573
+ type: StringConstructor;
574
+ required: true;
575
+ };
576
+ colorType: {
577
+ type: PropType<"fill" | "outline">;
578
+ default: string;
579
+ validator: (value: "fill" | "outline") => boolean;
580
+ };
581
+ tabIndex: {
582
+ type: NumberConstructor;
583
+ default: number;
584
+ };
585
+ }>> & {
586
+ onResetError?: ((...args: any[]) => any) | undefined;
587
+ "onUpdate:inputValue"?: ((...args: any[]) => any) | undefined;
588
+ }, {
589
+ error: boolean;
590
+ colorType: "fill" | "outline";
591
+ disabled: boolean;
592
+ placeholder: string;
593
+ tabIndex: number;
594
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
595
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "contactFormSent"[], "contactFormSent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
596
+ locale: {
597
+ type: PropType<LocaleType>;
598
+ default: string;
599
+ };
600
+ colorMode: {
601
+ type: PropType<ColorModeType>;
602
+ default: string;
603
+ };
604
+ title: {
605
+ type: StringConstructor;
606
+ default: string;
607
+ };
608
+ isTitleEmpty: {
609
+ type: BooleanConstructor;
610
+ default: boolean;
611
+ };
612
+ isButtonDisabled: {
613
+ type: BooleanConstructor;
614
+ default: boolean;
615
+ };
616
+ }>> & Readonly<{
617
+ onContactFormSent?: ((...args: any[]) => any) | undefined;
618
+ }>, {
619
+ locale: LocaleType;
620
+ colorMode: ColorModeType;
621
+ title: string;
622
+ isTitleEmpty: boolean;
623
+ isButtonDisabled: boolean;
624
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
625
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("contactModalSent" | "closeContactModal")[], "contactModalSent" | "closeContactModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
626
+ locale: {
627
+ type: PropType<LocaleType>;
628
+ default: string;
629
+ };
630
+ colorMode: {
631
+ type: PropType<ColorModeType>;
632
+ default: string;
633
+ };
634
+ }>> & Readonly<{
635
+ onContactModalSent?: ((...args: any[]) => any) | undefined;
636
+ onCloseContactModal?: ((...args: any[]) => any) | undefined;
637
+ }>, {
638
+ locale: LocaleType;
639
+ colorMode: ColorModeType;
640
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
641
+ export default _sfc_main;