@versoly/plugins 0.0.2 → 0.0.4
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/{index.js → index.cjs} +439 -466
- package/dist/{index.d.mts → index.d.cts} +180 -193
- package/dist/index.d.ts +180 -193
- package/dist/index.global.js +439 -466
- package/dist/index.mjs +443 -470
- package/package.json +3 -5
|
@@ -1,103 +1,31 @@
|
|
|
1
1
|
declare const plugins: {
|
|
2
|
-
|
|
2
|
+
calendly: {
|
|
3
3
|
name: string;
|
|
4
4
|
cdnUrls: {
|
|
5
5
|
url: string;
|
|
6
|
-
|
|
7
|
-
defer: true;
|
|
6
|
+
delay: true;
|
|
8
7
|
}[];
|
|
9
8
|
js: string;
|
|
10
|
-
checks: {
|
|
9
|
+
checks: ({
|
|
11
10
|
plugin: string;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
html?: undefined;
|
|
12
|
+
} | {
|
|
13
|
+
html: string;
|
|
14
|
+
plugin?: undefined;
|
|
15
|
+
})[];
|
|
17
16
|
options: {
|
|
18
17
|
name: string;
|
|
19
|
-
previewInEditor: true;
|
|
20
18
|
isShown: {
|
|
21
19
|
props: {
|
|
22
|
-
'data-
|
|
20
|
+
'data-calendly-url': true;
|
|
23
21
|
};
|
|
24
22
|
};
|
|
25
|
-
fields:
|
|
26
|
-
name: string;
|
|
27
|
-
type: "BooleanPropOption";
|
|
28
|
-
propsName: string;
|
|
29
|
-
defaultValue: true;
|
|
30
|
-
enabledValue: true;
|
|
31
|
-
inHeaderAction: true;
|
|
32
|
-
headerGroup: string;
|
|
33
|
-
min?: undefined;
|
|
34
|
-
max?: undefined;
|
|
35
|
-
stepSize?: undefined;
|
|
36
|
-
options?: undefined;
|
|
37
|
-
} | {
|
|
38
|
-
name: string;
|
|
39
|
-
type: "SliderPropOption";
|
|
40
|
-
propsName: string;
|
|
41
|
-
min: number;
|
|
42
|
-
max: number;
|
|
43
|
-
stepSize: number;
|
|
44
|
-
defaultValue: number;
|
|
45
|
-
enabledValue?: undefined;
|
|
46
|
-
inHeaderAction?: undefined;
|
|
47
|
-
headerGroup?: undefined;
|
|
48
|
-
options?: undefined;
|
|
49
|
-
} | {
|
|
50
|
-
name: string;
|
|
51
|
-
type: "IconButtonOption";
|
|
52
|
-
propsName: string;
|
|
53
|
-
options: string[];
|
|
54
|
-
defaultValue: string;
|
|
55
|
-
enabledValue?: undefined;
|
|
56
|
-
inHeaderAction?: undefined;
|
|
57
|
-
headerGroup?: undefined;
|
|
58
|
-
min?: undefined;
|
|
59
|
-
max?: undefined;
|
|
60
|
-
stepSize?: undefined;
|
|
61
|
-
} | {
|
|
23
|
+
fields: {
|
|
62
24
|
name: string;
|
|
63
|
-
type: "BooleanPropOption";
|
|
64
25
|
propsName: string;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
inHeaderAction?: undefined;
|
|
68
|
-
headerGroup?: undefined;
|
|
69
|
-
min?: undefined;
|
|
70
|
-
max?: undefined;
|
|
71
|
-
stepSize?: undefined;
|
|
72
|
-
options?: undefined;
|
|
73
|
-
} | {
|
|
74
|
-
name: string;
|
|
75
|
-
type: "SliderPropOption";
|
|
76
|
-
propsName: string;
|
|
77
|
-
min: number;
|
|
78
|
-
max: number;
|
|
79
|
-
stepSize: number;
|
|
80
|
-
defaultValue: number;
|
|
81
|
-
enabledValue: number;
|
|
82
|
-
inHeaderAction: true;
|
|
83
|
-
headerGroup: string;
|
|
84
|
-
options?: undefined;
|
|
85
|
-
})[];
|
|
26
|
+
type: "TextOption";
|
|
27
|
+
}[];
|
|
86
28
|
};
|
|
87
|
-
checks: {
|
|
88
|
-
plugin: string;
|
|
89
|
-
}[];
|
|
90
|
-
src: string;
|
|
91
|
-
cdnUrls: {
|
|
92
|
-
url: string;
|
|
93
|
-
defer: true;
|
|
94
|
-
}[];
|
|
95
|
-
js: string;
|
|
96
|
-
displayNames: {
|
|
97
|
-
displayName: string;
|
|
98
|
-
property: string;
|
|
99
|
-
value: string;
|
|
100
|
-
}[];
|
|
101
29
|
};
|
|
102
30
|
swiper: {
|
|
103
31
|
name: string;
|
|
@@ -125,60 +53,6 @@ declare const plugins: {
|
|
|
125
53
|
html: string;
|
|
126
54
|
}[];
|
|
127
55
|
};
|
|
128
|
-
tailtip: {
|
|
129
|
-
name: string;
|
|
130
|
-
src: string;
|
|
131
|
-
cdnUrls: {
|
|
132
|
-
url: string;
|
|
133
|
-
defer: true;
|
|
134
|
-
}[];
|
|
135
|
-
js: string;
|
|
136
|
-
checks: {
|
|
137
|
-
plugin: string;
|
|
138
|
-
}[];
|
|
139
|
-
components: {
|
|
140
|
-
name: string;
|
|
141
|
-
category: string;
|
|
142
|
-
html: string;
|
|
143
|
-
}[];
|
|
144
|
-
options: {
|
|
145
|
-
name: string;
|
|
146
|
-
isShown: {
|
|
147
|
-
props: {
|
|
148
|
-
'data-toggle': string;
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
|
-
previewInEditor: true;
|
|
152
|
-
fields: ({
|
|
153
|
-
name: "tailtip";
|
|
154
|
-
type: "TailtipOption";
|
|
155
|
-
propsName?: undefined;
|
|
156
|
-
inline?: undefined;
|
|
157
|
-
noneDisplayValue?: undefined;
|
|
158
|
-
options?: undefined;
|
|
159
|
-
} | {
|
|
160
|
-
name: string;
|
|
161
|
-
propsName: string;
|
|
162
|
-
type: "DropdownPropOption";
|
|
163
|
-
inline: true;
|
|
164
|
-
noneDisplayValue: string;
|
|
165
|
-
options: (string | false)[];
|
|
166
|
-
})[];
|
|
167
|
-
};
|
|
168
|
-
};
|
|
169
|
-
taos: {
|
|
170
|
-
name: string;
|
|
171
|
-
css: string;
|
|
172
|
-
js: string;
|
|
173
|
-
checks: ({
|
|
174
|
-
plugin: string;
|
|
175
|
-
html?: undefined;
|
|
176
|
-
} | {
|
|
177
|
-
html: string;
|
|
178
|
-
plugin?: undefined;
|
|
179
|
-
})[];
|
|
180
|
-
safelist: string[];
|
|
181
|
-
};
|
|
182
56
|
tilt: {
|
|
183
57
|
name: string;
|
|
184
58
|
options: {
|
|
@@ -367,36 +241,6 @@ declare const plugins: {
|
|
|
367
241
|
value: string;
|
|
368
242
|
}[];
|
|
369
243
|
};
|
|
370
|
-
modal: {
|
|
371
|
-
name: string;
|
|
372
|
-
js: string;
|
|
373
|
-
checks: {
|
|
374
|
-
plugin: string;
|
|
375
|
-
}[];
|
|
376
|
-
};
|
|
377
|
-
form: {
|
|
378
|
-
name: string;
|
|
379
|
-
checks: {
|
|
380
|
-
plugin: string;
|
|
381
|
-
}[];
|
|
382
|
-
js: string;
|
|
383
|
-
};
|
|
384
|
-
finisherHeader: {
|
|
385
|
-
name: string;
|
|
386
|
-
cdnUrls: {
|
|
387
|
-
url: string;
|
|
388
|
-
defer: true;
|
|
389
|
-
}[];
|
|
390
|
-
js: string;
|
|
391
|
-
checks: {
|
|
392
|
-
html: string;
|
|
393
|
-
}[];
|
|
394
|
-
components: {
|
|
395
|
-
name: string;
|
|
396
|
-
category: string;
|
|
397
|
-
html: string;
|
|
398
|
-
}[];
|
|
399
|
-
};
|
|
400
244
|
countup: {
|
|
401
245
|
name: string;
|
|
402
246
|
cdnUrls: {
|
|
@@ -471,59 +315,202 @@ declare const plugins: {
|
|
|
471
315
|
html: string;
|
|
472
316
|
}[];
|
|
473
317
|
};
|
|
474
|
-
|
|
318
|
+
'finisher-header': {
|
|
475
319
|
name: string;
|
|
320
|
+
cdnUrls: {
|
|
321
|
+
url: string;
|
|
322
|
+
defer: true;
|
|
323
|
+
}[];
|
|
476
324
|
js: string;
|
|
477
325
|
checks: {
|
|
478
326
|
html: string;
|
|
479
327
|
}[];
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
js: string;
|
|
484
|
-
checks: {
|
|
328
|
+
components: {
|
|
329
|
+
name: string;
|
|
330
|
+
category: string;
|
|
485
331
|
html: string;
|
|
486
332
|
}[];
|
|
487
333
|
};
|
|
488
|
-
|
|
334
|
+
taos: {
|
|
489
335
|
name: string;
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
336
|
+
css: string;
|
|
337
|
+
js: string;
|
|
338
|
+
checks: ({
|
|
339
|
+
plugin: string;
|
|
340
|
+
html?: undefined;
|
|
494
341
|
} | {
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
defer?: undefined;
|
|
342
|
+
html: string;
|
|
343
|
+
plugin?: undefined;
|
|
498
344
|
})[];
|
|
345
|
+
safelist: string[];
|
|
499
346
|
};
|
|
500
|
-
|
|
347
|
+
tailtip: {
|
|
501
348
|
name: string;
|
|
349
|
+
src: string;
|
|
502
350
|
cdnUrls: {
|
|
503
351
|
url: string;
|
|
504
|
-
|
|
352
|
+
defer: true;
|
|
505
353
|
}[];
|
|
506
354
|
js: string;
|
|
507
|
-
checks:
|
|
355
|
+
checks: {
|
|
508
356
|
plugin: string;
|
|
509
|
-
|
|
510
|
-
|
|
357
|
+
}[];
|
|
358
|
+
components: {
|
|
359
|
+
name: string;
|
|
360
|
+
category: string;
|
|
511
361
|
html: string;
|
|
512
|
-
|
|
513
|
-
})[];
|
|
362
|
+
}[];
|
|
514
363
|
options: {
|
|
515
364
|
name: string;
|
|
516
365
|
isShown: {
|
|
517
366
|
props: {
|
|
518
|
-
'data-
|
|
367
|
+
'data-toggle': string;
|
|
519
368
|
};
|
|
520
369
|
};
|
|
521
|
-
|
|
370
|
+
previewInEditor: true;
|
|
371
|
+
fields: ({
|
|
372
|
+
name: "tailtip";
|
|
373
|
+
type: "TailtipOption";
|
|
374
|
+
propsName?: undefined;
|
|
375
|
+
inline?: undefined;
|
|
376
|
+
noneDisplayValue?: undefined;
|
|
377
|
+
options?: undefined;
|
|
378
|
+
} | {
|
|
522
379
|
name: string;
|
|
523
380
|
propsName: string;
|
|
524
|
-
type: "
|
|
525
|
-
|
|
381
|
+
type: "DropdownPropOption";
|
|
382
|
+
inline: true;
|
|
383
|
+
noneDisplayValue: string;
|
|
384
|
+
options: (string | false)[];
|
|
385
|
+
})[];
|
|
386
|
+
};
|
|
387
|
+
};
|
|
388
|
+
'versoly-marquee': {
|
|
389
|
+
name: string;
|
|
390
|
+
options: {
|
|
391
|
+
name: string;
|
|
392
|
+
js: string;
|
|
393
|
+
previewInEditor: true;
|
|
394
|
+
isShown: {
|
|
395
|
+
props: {
|
|
396
|
+
'data-toggle': string;
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
fields: ({
|
|
400
|
+
name: string;
|
|
401
|
+
type: "BooleanPropOption";
|
|
402
|
+
propsName: string;
|
|
403
|
+
defaultValue: true;
|
|
404
|
+
enabledValue: true;
|
|
405
|
+
inHeaderAction: true;
|
|
406
|
+
headerGroup: string;
|
|
407
|
+
min?: undefined;
|
|
408
|
+
max?: undefined;
|
|
409
|
+
stepSize?: undefined;
|
|
410
|
+
options?: undefined;
|
|
411
|
+
} | {
|
|
412
|
+
name: string;
|
|
413
|
+
type: "SliderPropOption";
|
|
414
|
+
propsName: string;
|
|
415
|
+
min: number;
|
|
416
|
+
max: number;
|
|
417
|
+
stepSize: number;
|
|
418
|
+
defaultValue: number;
|
|
419
|
+
enabledValue?: undefined;
|
|
420
|
+
inHeaderAction?: undefined;
|
|
421
|
+
headerGroup?: undefined;
|
|
422
|
+
options?: undefined;
|
|
423
|
+
} | {
|
|
424
|
+
name: string;
|
|
425
|
+
type: "IconButtonOption";
|
|
426
|
+
propsName: string;
|
|
427
|
+
options: string[];
|
|
428
|
+
defaultValue: string;
|
|
429
|
+
enabledValue?: undefined;
|
|
430
|
+
inHeaderAction?: undefined;
|
|
431
|
+
headerGroup?: undefined;
|
|
432
|
+
min?: undefined;
|
|
433
|
+
max?: undefined;
|
|
434
|
+
stepSize?: undefined;
|
|
435
|
+
} | {
|
|
436
|
+
name: string;
|
|
437
|
+
type: "BooleanPropOption";
|
|
438
|
+
propsName: string;
|
|
439
|
+
defaultValue: true;
|
|
440
|
+
enabledValue?: undefined;
|
|
441
|
+
inHeaderAction?: undefined;
|
|
442
|
+
headerGroup?: undefined;
|
|
443
|
+
min?: undefined;
|
|
444
|
+
max?: undefined;
|
|
445
|
+
stepSize?: undefined;
|
|
446
|
+
options?: undefined;
|
|
447
|
+
} | {
|
|
448
|
+
name: string;
|
|
449
|
+
type: "SliderPropOption";
|
|
450
|
+
propsName: string;
|
|
451
|
+
min: number;
|
|
452
|
+
max: number;
|
|
453
|
+
stepSize: number;
|
|
454
|
+
defaultValue: number;
|
|
455
|
+
enabledValue: number;
|
|
456
|
+
inHeaderAction: true;
|
|
457
|
+
headerGroup: string;
|
|
458
|
+
options?: undefined;
|
|
459
|
+
})[];
|
|
526
460
|
};
|
|
461
|
+
checks: {
|
|
462
|
+
plugin: string;
|
|
463
|
+
}[];
|
|
464
|
+
src: string;
|
|
465
|
+
cdnUrls: {
|
|
466
|
+
url: string;
|
|
467
|
+
defer: true;
|
|
468
|
+
}[];
|
|
469
|
+
displayNames: {
|
|
470
|
+
displayName: string;
|
|
471
|
+
property: string;
|
|
472
|
+
value: string;
|
|
473
|
+
}[];
|
|
474
|
+
};
|
|
475
|
+
'versoly-ui': {
|
|
476
|
+
name: string;
|
|
477
|
+
cdnUrls: ({
|
|
478
|
+
url: string;
|
|
479
|
+
defer: true;
|
|
480
|
+
delay?: undefined;
|
|
481
|
+
} | {
|
|
482
|
+
url: string;
|
|
483
|
+
delay: true;
|
|
484
|
+
defer?: undefined;
|
|
485
|
+
})[];
|
|
486
|
+
};
|
|
487
|
+
'versoly-analytics': {
|
|
488
|
+
name: string;
|
|
489
|
+
js: string;
|
|
490
|
+
checks: {
|
|
491
|
+
html: string;
|
|
492
|
+
}[];
|
|
493
|
+
};
|
|
494
|
+
'versoly-events': {
|
|
495
|
+
name: string;
|
|
496
|
+
js: string;
|
|
497
|
+
checks: {
|
|
498
|
+
html: string;
|
|
499
|
+
}[];
|
|
500
|
+
};
|
|
501
|
+
'versoly-form': {
|
|
502
|
+
name: string;
|
|
503
|
+
checks: {
|
|
504
|
+
plugin: string;
|
|
505
|
+
}[];
|
|
506
|
+
js: string;
|
|
507
|
+
};
|
|
508
|
+
'versoly-modal': {
|
|
509
|
+
name: string;
|
|
510
|
+
js: string;
|
|
511
|
+
checks: {
|
|
512
|
+
plugin: string;
|
|
513
|
+
}[];
|
|
527
514
|
};
|
|
528
515
|
};
|
|
529
516
|
|