@policystudio/policy-studio-ui-vue 1.1.13 → 1.1.14

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.
@@ -1,1626 +0,0 @@
1
- {
2
- "ps-accordion/layout": {
3
- "type": "string",
4
- "description": "It defines the size of the accordion items. eg: text size and font.",
5
- "options": [
6
- "medium",
7
- "big"
8
- ]
9
- },
10
- "PsAccordion/layout": {
11
- "type": "string",
12
- "description": "It defines the size of the accordion items. eg: text size and font.",
13
- "options": [
14
- "medium",
15
- "big"
16
- ]
17
- },
18
- "ps-accordion-item/title": {
19
- "type": "string",
20
- "description": "It sets the title of the accordion item."
21
- },
22
- "PsAccordionItem/title": {
23
- "type": "string",
24
- "description": "It sets the title of the accordion item."
25
- },
26
- "ps-accordion-item/opened": {
27
- "type": "boolean",
28
- "description": "It sets the status of the accordion item when mounted."
29
- },
30
- "PsAccordionItem/opened": {
31
- "type": "boolean",
32
- "description": "It sets the status of the accordion item when mounted."
33
- },
34
- "ps-accordion-item/icon": {
35
- "type": "string",
36
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
37
- },
38
- "PsAccordionItem/icon": {
39
- "type": "string",
40
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
41
- },
42
- "ps-accordion-item/hasCustomHeader": {
43
- "type": "boolean",
44
- "description": "It sets if it has a custom header"
45
- },
46
- "PsAccordionItem/hasCustomHeader": {
47
- "type": "boolean",
48
- "description": "It sets if it has a custom header"
49
- },
50
- "ps-badge-with-icon/icon": {
51
- "type": "string"
52
- },
53
- "PsBadgeWithIcon/icon": {
54
- "type": "string"
55
- },
56
- "ps-badge-with-icon/iconClass": {
57
- "type": "string",
58
- "description": "It set any further css style that might be needed."
59
- },
60
- "PsBadgeWithIcon/iconClass": {
61
- "type": "string",
62
- "description": "It set any further css style that might be needed."
63
- },
64
- "ps-badge-with-icon/message": {
65
- "type": "string"
66
- },
67
- "PsBadgeWithIcon/message": {
68
- "type": "string"
69
- },
70
- "ps-badge-with-icon/layout": {
71
- "type": "string",
72
- "options": [
73
- "grey",
74
- "blue",
75
- "green",
76
- "yellow"
77
- ]
78
- },
79
- "PsBadgeWithIcon/layout": {
80
- "type": "string",
81
- "options": [
82
- "grey",
83
- "blue",
84
- "green",
85
- "yellow"
86
- ]
87
- },
88
- "ps-card-infos/title": {
89
- "type": "string",
90
- "description": "It sets the title of your card."
91
- },
92
- "PsCardInfos/title": {
93
- "type": "string",
94
- "description": "It sets the title of your card."
95
- },
96
- "ps-card-infos/subtitle": {
97
- "type": "string",
98
- "description": "It sets the subtitle of your card if needed."
99
- },
100
- "PsCardInfos/subtitle": {
101
- "type": "string",
102
- "description": "It sets the subtitle of your card if needed."
103
- },
104
- "ps-card-infos/icon": {
105
- "type": "string",
106
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the right description of your icon on https://fonts.google.com/."
107
- },
108
- "PsCardInfos/icon": {
109
- "type": "string",
110
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the right description of your icon on https://fonts.google.com/."
111
- },
112
- "ps-card-infos/total": {
113
- "type": "string",
114
- "description": "It sets the data that will show up when component is mounted."
115
- },
116
- "PsCardInfos/total": {
117
- "type": "string",
118
- "description": "It sets the data that will show up when component is mounted."
119
- },
120
- "ps-chart-legend/text": {
121
- "type": "string|number",
122
- "description": "It sets the text of the chart legend."
123
- },
124
- "PsChartLegend/text": {
125
- "type": "string|number",
126
- "description": "It sets the text of the chart legend."
127
- },
128
- "ps-chart-legend/total": {
129
- "type": "string",
130
- "description": "It sets the data that will show up when component is mounted."
131
- },
132
- "PsChartLegend/total": {
133
- "type": "string",
134
- "description": "It sets the data that will show up when component is mounted."
135
- },
136
- "ps-chart-legend/percentage": {
137
- "type": "string",
138
- "description": "It sets the data that wull show up when component is mounted."
139
- },
140
- "PsChartLegend/percentage": {
141
- "type": "string",
142
- "description": "It sets the data that wull show up when component is mounted."
143
- },
144
- "ps-chart-legend/dotColor": {
145
- "type": "object",
146
- "description": "It sets the color of the dot component."
147
- },
148
- "PsChartLegend/dotColor": {
149
- "type": "object",
150
- "description": "It sets the color of the dot component."
151
- },
152
- "ps-climate-zone-badge/icon": {
153
- "type": "string",
154
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the right description of your icon on https://fonts.google.com/."
155
- },
156
- "PsClimateZoneBadge/icon": {
157
- "type": "string",
158
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the right description of your icon on https://fonts.google.com/."
159
- },
160
- "ps-climate-zone-badge/content": {
161
- "type": "number",
162
- "description": "It sets the content that will show up when the component is rendered."
163
- },
164
- "PsClimateZoneBadge/content": {
165
- "type": "number",
166
- "description": "It sets the content that will show up when the component is rendered."
167
- },
168
- "ps-cost-effect-bar/value": {
169
- "type": "number",
170
- "description": "It sets the value of the progress bar within costeffectbar."
171
- },
172
- "PsCostEffectBar/value": {
173
- "type": "number",
174
- "description": "It sets the value of the progress bar within costeffectbar."
175
- },
176
- "ps-cost-effect-bar/breakEven": {
177
- "type": "number",
178
- "description": "It sets the threshold of being effective or not effective within costeffectbar."
179
- },
180
- "PsCostEffectBar/breakEven": {
181
- "type": "number",
182
- "description": "It sets the threshold of being effective or not effective within costeffectbar."
183
- },
184
- "ps-mini-tag/layout": {
185
- "type": "string",
186
- "description": "It sets the layout of the the minitag. eg: info, success, warning, error and default.",
187
- "options": [
188
- "info",
189
- "success",
190
- "warning",
191
- "error",
192
- "default",
193
- "solid-info",
194
- "solid-success",
195
- "solid-warning",
196
- "solid-error",
197
- "solid-default"
198
- ]
199
- },
200
- "PsMiniTag/layout": {
201
- "type": "string",
202
- "description": "It sets the layout of the the minitag. eg: info, success, warning, error and default.",
203
- "options": [
204
- "info",
205
- "success",
206
- "warning",
207
- "error",
208
- "default",
209
- "solid-info",
210
- "solid-success",
211
- "solid-warning",
212
- "solid-error",
213
- "solid-default"
214
- ]
215
- },
216
- "ps-mini-tag/message": {
217
- "type": "string",
218
- "description": "It sets the message that will show up within the minitag when component is rendered."
219
- },
220
- "PsMiniTag/message": {
221
- "type": "string",
222
- "description": "It sets the message that will show up within the minitag when component is rendered."
223
- },
224
- "ps-progress-bar/value": {
225
- "type": "number",
226
- "description": "It sets the value of the progress bar."
227
- },
228
- "PsProgressBar/value": {
229
- "type": "number",
230
- "description": "It sets the value of the progress bar."
231
- },
232
- "ps-progress-bar/percentageColor": {
233
- "type": "string",
234
- "description": "It sets the color of the progressbar."
235
- },
236
- "PsProgressBar/percentageColor": {
237
- "type": "string",
238
- "description": "It sets the color of the progressbar."
239
- },
240
- "ps-progress-bar/bgColor": {
241
- "type": "string",
242
- "description": "It sets the background color of the progressbar."
243
- },
244
- "PsProgressBar/bgColor": {
245
- "type": "string",
246
- "description": "It sets the background color of the progressbar."
247
- },
248
- "ps-button/label": {
249
- "type": "string",
250
- "description": "It set de label of the button when component is rendered."
251
- },
252
- "PsButton/label": {
253
- "type": "string",
254
- "description": "It set de label of the button when component is rendered."
255
- },
256
- "ps-button/layout": {
257
- "type": "string",
258
- "description": "It set the layout of the button. eg: solid, outline, ghost, onlytext and caution.",
259
- "options": [
260
- "solid",
261
- "outline",
262
- "ghost",
263
- "onlytext",
264
- "caution"
265
- ]
266
- },
267
- "PsButton/layout": {
268
- "type": "string",
269
- "description": "It set the layout of the button. eg: solid, outline, ghost, onlytext and caution.",
270
- "options": [
271
- "solid",
272
- "outline",
273
- "ghost",
274
- "onlytext",
275
- "caution"
276
- ]
277
- },
278
- "ps-button/icon": {
279
- "type": "string",
280
- "description": "It sets the text key which will retrieve a icon from Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
281
- },
282
- "PsButton/icon": {
283
- "type": "string",
284
- "description": "It sets the text key which will retrieve a icon from Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
285
- },
286
- "ps-button/iconPosition": {
287
- "type": "string",
288
- "description": "It sets the position of the icon. eg: left or right.",
289
- "options": [
290
- "left",
291
- "right"
292
- ]
293
- },
294
- "PsButton/iconPosition": {
295
- "type": "string",
296
- "description": "It sets the position of the icon. eg: left or right.",
297
- "options": [
298
- "left",
299
- "right"
300
- ]
301
- },
302
- "ps-button/size": {
303
- "type": "string",
304
- "description": "It sets the size of the icon. eg: small, medium and big.",
305
- "options": [
306
- "small",
307
- "medium",
308
- "big"
309
- ]
310
- },
311
- "PsButton/size": {
312
- "type": "string",
313
- "description": "It sets the size of the icon. eg: small, medium and big.",
314
- "options": [
315
- "small",
316
- "medium",
317
- "big"
318
- ]
319
- },
320
- "ps-button/disabled": {
321
- "type": "boolean",
322
- "description": "It disable the button. All mouse event are disabled."
323
- },
324
- "PsButton/disabled": {
325
- "type": "boolean",
326
- "description": "It disable the button. All mouse event are disabled."
327
- },
328
- "ps-button/loading": {
329
- "type": "boolean",
330
- "description": "It disable and add a spin icon to the button. All mouse event are disabled."
331
- },
332
- "PsButton/loading": {
333
- "type": "boolean",
334
- "description": "It disable and add a spin icon to the button. All mouse event are disabled."
335
- },
336
- "ps-button/iconClass": {
337
- "type": "string",
338
- "description": "It set any further css style that might be needed."
339
- },
340
- "PsButton/iconClass": {
341
- "type": "string",
342
- "description": "It set any further css style that might be needed."
343
- },
344
- "ps-chips/label": {
345
- "type": "string",
346
- "description": "It sets the label of the chips button."
347
- },
348
- "PsChips/label": {
349
- "type": "string",
350
- "description": "It sets the label of the chips button."
351
- },
352
- "ps-chips/type": {
353
- "type": "string",
354
- "description": "It sets the type of the chips button. eg: radio, checkbox, button.",
355
- "options": [
356
- "radio",
357
- "checkbox",
358
- "button"
359
- ]
360
- },
361
- "PsChips/type": {
362
- "type": "string",
363
- "description": "It sets the type of the chips button. eg: radio, checkbox, button.",
364
- "options": [
365
- "radio",
366
- "checkbox",
367
- "button"
368
- ]
369
- },
370
- "ps-chips/layout": {
371
- "type": "string",
372
- "description": "It sets the layout of the chipsbutton. eg: simple, with-icon, rich.",
373
- "options": [
374
- "simple",
375
- "with-icon",
376
- "rich"
377
- ]
378
- },
379
- "PsChips/layout": {
380
- "type": "string",
381
- "description": "It sets the layout of the chipsbutton. eg: simple, with-icon, rich.",
382
- "options": [
383
- "simple",
384
- "with-icon",
385
- "rich"
386
- ]
387
- },
388
- "ps-chips/icon": {
389
- "type": "string",
390
- "description": "It sets the text key which will retrieve a icon from Google Fonts. Make sure to get the right description of your icon on https://fonts.google.com/."
391
- },
392
- "PsChips/icon": {
393
- "type": "string",
394
- "description": "It sets the text key which will retrieve a icon from Google Fonts. Make sure to get the right description of your icon on https://fonts.google.com/."
395
- },
396
- "ps-chips/checked": {
397
- "type": "boolean",
398
- "description": "It sets if the button was checked or not checked."
399
- },
400
- "PsChips/checked": {
401
- "type": "boolean",
402
- "description": "It sets if the button was checked or not checked."
403
- },
404
- "ps-chips/disabled": {
405
- "type": "boolean",
406
- "description": "It disables the chips button."
407
- },
408
- "PsChips/disabled": {
409
- "type": "boolean",
410
- "description": "It disables the chips button."
411
- },
412
- "ps-chips/active": {
413
- "type": "boolean",
414
- "description": "It sets if the button is active or not."
415
- },
416
- "PsChips/active": {
417
- "type": "boolean",
418
- "description": "It sets if the button is active or not."
419
- },
420
- "ps-chips/inputAttrs": {
421
- "type": "object",
422
- "description": "Add html attributes to the element input"
423
- },
424
- "PsChips/inputAttrs": {
425
- "type": "object",
426
- "description": "Add html attributes to the element input"
427
- },
428
- "ps-checkbox/label": {
429
- "type": "string",
430
- "description": "It sets the label of the checkbox input."
431
- },
432
- "PsCheckbox/label": {
433
- "type": "string",
434
- "description": "It sets the label of the checkbox input."
435
- },
436
- "ps-checkbox/inputValue": {
437
- "type": "string|boolean",
438
- "description": "It sets the value which should be monitored."
439
- },
440
- "PsCheckbox/inputValue": {
441
- "type": "string|boolean",
442
- "description": "It sets the value which should be monitored."
443
- },
444
- "ps-checkbox/value": {
445
- "type": "array|boolean"
446
- },
447
- "PsCheckbox/value": {
448
- "type": "array|boolean"
449
- },
450
- "ps-checkbox/disabled": {
451
- "type": "boolean",
452
- "description": "It disables the checkbox input."
453
- },
454
- "PsCheckbox/disabled": {
455
- "type": "boolean",
456
- "description": "It disables the checkbox input."
457
- },
458
- "ps-checkbox/size": {
459
- "type": "string",
460
- "description": "It set the of the checkbox input. eg: big and small.",
461
- "options": [
462
- "big",
463
- "small"
464
- ]
465
- },
466
- "PsCheckbox/size": {
467
- "type": "string",
468
- "description": "It set the of the checkbox input. eg: big and small.",
469
- "options": [
470
- "big",
471
- "small"
472
- ]
473
- },
474
- "ps-checkbox/layout": {
475
- "type": "string",
476
- "description": "It set the layout of the checkbox input. eg: default and mixed.",
477
- "options": [
478
- "default",
479
- "mixed"
480
- ]
481
- },
482
- "PsCheckbox/layout": {
483
- "type": "string",
484
- "description": "It set the layout of the checkbox input. eg: default and mixed.",
485
- "options": [
486
- "default",
487
- "mixed"
488
- ]
489
- },
490
- "ps-checkbox-simple/label": {
491
- "type": "string",
492
- "description": "It sets the label of the checkbox input."
493
- },
494
- "PsCheckboxSimple/label": {
495
- "type": "string",
496
- "description": "It sets the label of the checkbox input."
497
- },
498
- "ps-checkbox-simple/disabled": {
499
- "type": "boolean",
500
- "description": "It disables the checkbox input."
501
- },
502
- "PsCheckboxSimple/disabled": {
503
- "type": "boolean",
504
- "description": "It disables the checkbox input."
505
- },
506
- "ps-checkbox-simple/checked": {
507
- "type": "boolean",
508
- "description": "Sets the input as checked"
509
- },
510
- "PsCheckboxSimple/checked": {
511
- "type": "boolean",
512
- "description": "Sets the input as checked"
513
- },
514
- "ps-checkbox-simple/inputAttrs": {
515
- "type": "object",
516
- "description": "Add html attributes to the element input"
517
- },
518
- "PsCheckboxSimple/inputAttrs": {
519
- "type": "object",
520
- "description": "Add html attributes to the element input"
521
- },
522
- "ps-checkbox-simple/size": {
523
- "type": "string",
524
- "description": "It set the of the checkbox input. eg: big and small.",
525
- "options": [
526
- "big",
527
- "small"
528
- ]
529
- },
530
- "PsCheckboxSimple/size": {
531
- "type": "string",
532
- "description": "It set the of the checkbox input. eg: big and small.",
533
- "options": [
534
- "big",
535
- "small"
536
- ]
537
- },
538
- "ps-checkbox-simple/layout": {
539
- "type": "string",
540
- "description": "It set the layout of the checkbox input. eg: default and mixed.",
541
- "options": [
542
- "default",
543
- "mixed"
544
- ]
545
- },
546
- "PsCheckboxSimple/layout": {
547
- "type": "string",
548
- "description": "It set the layout of the checkbox input. eg: default and mixed.",
549
- "options": [
550
- "default",
551
- "mixed"
552
- ]
553
- },
554
- "ps-draggable/getColumns": {
555
- "type": "object",
556
- "description": "It sets the data that will be used."
557
- },
558
- "PsDraggable/getColumns": {
559
- "type": "object",
560
- "description": "It sets the data that will be used."
561
- },
562
- "ps-draggable/module": {
563
- "type": "string",
564
- "description": "It sets the module which will be used to set getters and actions."
565
- },
566
- "PsDraggable/module": {
567
- "type": "string",
568
- "description": "It sets the module which will be used to set getters and actions."
569
- },
570
- "ps-draggable/disabled": {
571
- "type": "boolean",
572
- "description": "It disables the input. All mouse events are disabled."
573
- },
574
- "PsDraggable/disabled": {
575
- "type": "boolean",
576
- "description": "It disables the input. All mouse events are disabled."
577
- },
578
- "ps-inline-selector/width": {
579
- "type": "number",
580
- "description": "It sets the default width of the inline selector."
581
- },
582
- "PsInlineSelector/width": {
583
- "type": "number",
584
- "description": "It sets the default width of the inline selector."
585
- },
586
- "ps-inline-selector/focusOnMount": {
587
- "type": "boolean",
588
- "description": "It sets if it should receive focus or not when componented is mounted."
589
- },
590
- "PsInlineSelector/focusOnMount": {
591
- "type": "boolean",
592
- "description": "It sets if it should receive focus or not when componented is mounted."
593
- },
594
- "ps-inline-selector/shouldScroll": {
595
- "type": "boolean",
596
- "description": "It sets if the component should be scrollable."
597
- },
598
- "PsInlineSelector/shouldScroll": {
599
- "type": "boolean",
600
- "description": "It sets if the component should be scrollable."
601
- },
602
- "ps-inline-selector/label": {
603
- "type": "string",
604
- "description": "It sets the label of the component."
605
- },
606
- "PsInlineSelector/label": {
607
- "type": "string",
608
- "description": "It sets the label of the component."
609
- },
610
- "ps-inline-selector/selectOnlyFirstClimateZone": {
611
- "type": "boolean"
612
- },
613
- "PsInlineSelector/selectOnlyFirstClimateZone": {
614
- "type": "boolean"
615
- },
616
- "ps-inline-selector/jurisdictionSelected": {
617
- "type": "object|boolean",
618
- "description": "It sets the jurisdiction selected."
619
- },
620
- "PsInlineSelector/jurisdictionSelected": {
621
- "type": "object|boolean",
622
- "description": "It sets the jurisdiction selected."
623
- },
624
- "ps-inline-selector/search": {
625
- "type": "string",
626
- "description": "It gets and set the data that was written."
627
- },
628
- "PsInlineSelector/search": {
629
- "type": "string",
630
- "description": "It gets and set the data that was written."
631
- },
632
- "ps-inline-selector/jurisdictions": {
633
- "type": "array",
634
- "description": "It provides all the jurisdictions."
635
- },
636
- "PsInlineSelector/jurisdictions": {
637
- "type": "array",
638
- "description": "It provides all the jurisdictions."
639
- },
640
- "ps-inline-selector/requestFetched": {
641
- "type": "boolean",
642
- "description": "It is a helper for checking if fetching data was successful."
643
- },
644
- "PsInlineSelector/requestFetched": {
645
- "type": "boolean",
646
- "description": "It is a helper for checking if fetching data was successful."
647
- },
648
- "ps-inline-selector/showDropDown": {
649
- "type": "boolean"
650
- },
651
- "PsInlineSelector/showDropDown": {
652
- "type": "boolean"
653
- },
654
- "ps-inline-selector/currentSelected": {
655
- "type": "number"
656
- },
657
- "PsInlineSelector/currentSelected": {
658
- "type": "number"
659
- },
660
- "ps-inline-selector/isFocused": {
661
- "type": "boolean",
662
- "description": "It sets if the component is focused or not."
663
- },
664
- "PsInlineSelector/isFocused": {
665
- "type": "boolean",
666
- "description": "It sets if the component is focused or not."
667
- },
668
- "ps-inline-selector/placeholder": {
669
- "type": "string",
670
- "description": "It sets the placeholder of the component."
671
- },
672
- "PsInlineSelector/placeholder": {
673
- "type": "string",
674
- "description": "It sets the placeholder of the component."
675
- },
676
- "ps-radio-button/inputId": {
677
- "type": "string"
678
- },
679
- "PsRadioButton/inputId": {
680
- "type": "string"
681
- },
682
- "ps-radio-button/label": {
683
- "type": "string",
684
- "description": "It sets the label of the radio button."
685
- },
686
- "PsRadioButton/label": {
687
- "type": "string",
688
- "description": "It sets the label of the radio button."
689
- },
690
- "ps-radio-button/inputValue": {
691
- "type": "string|object",
692
- "description": "It's the value of the checkbox"
693
- },
694
- "PsRadioButton/inputValue": {
695
- "type": "string|object",
696
- "description": "It's the value of the checkbox"
697
- },
698
- "ps-radio-button/value": {
699
- "type": "string|object"
700
- },
701
- "PsRadioButton/value": {
702
- "type": "string|object"
703
- },
704
- "ps-radio-button/disabled": {
705
- "type": "boolean",
706
- "description": "It disables the radio button. All mouse events are disabled."
707
- },
708
- "PsRadioButton/disabled": {
709
- "type": "boolean",
710
- "description": "It disables the radio button. All mouse events are disabled."
711
- },
712
- "ps-radio-button/size": {
713
- "type": "string",
714
- "description": "It sets the size of the radio button. eg: big and small.",
715
- "options": [
716
- "big",
717
- "small"
718
- ]
719
- },
720
- "PsRadioButton/size": {
721
- "type": "string",
722
- "description": "It sets the size of the radio button. eg: big and small.",
723
- "options": [
724
- "big",
725
- "small"
726
- ]
727
- },
728
- "ps-radio-button-simple/label": {
729
- "type": "string",
730
- "description": "It sets the label of the checkbox input."
731
- },
732
- "PsRadioButtonSimple/label": {
733
- "type": "string",
734
- "description": "It sets the label of the checkbox input."
735
- },
736
- "ps-radio-button-simple/name": {
737
- "type": "string"
738
- },
739
- "PsRadioButtonSimple/name": {
740
- "type": "string"
741
- },
742
- "ps-radio-button-simple/disabled": {
743
- "type": "boolean",
744
- "description": "It disables the checkbox input."
745
- },
746
- "PsRadioButtonSimple/disabled": {
747
- "type": "boolean",
748
- "description": "It disables the checkbox input."
749
- },
750
- "ps-radio-button-simple/checked": {
751
- "type": "boolean",
752
- "description": "Sets the input as checked"
753
- },
754
- "PsRadioButtonSimple/checked": {
755
- "type": "boolean",
756
- "description": "Sets the input as checked"
757
- },
758
- "ps-radio-button-simple/inputAttrs": {
759
- "type": "object",
760
- "description": "Add html attributes to the element input"
761
- },
762
- "PsRadioButtonSimple/inputAttrs": {
763
- "type": "object",
764
- "description": "Add html attributes to the element input"
765
- },
766
- "ps-radio-button-simple/size": {
767
- "type": "string",
768
- "description": "It set the of the checkbox input. eg: big and small.",
769
- "options": [
770
- "big",
771
- "small"
772
- ]
773
- },
774
- "PsRadioButtonSimple/size": {
775
- "type": "string",
776
- "description": "It set the of the checkbox input. eg: big and small.",
777
- "options": [
778
- "big",
779
- "small"
780
- ]
781
- },
782
- "ps-slider/min": {
783
- "type": "number"
784
- },
785
- "PsSlider/min": {
786
- "type": "number"
787
- },
788
- "ps-slider/max": {
789
- "type": "number"
790
- },
791
- "PsSlider/max": {
792
- "type": "number"
793
- },
794
- "ps-slider/label": {
795
- "type": "string"
796
- },
797
- "PsSlider/label": {
798
- "type": "string"
799
- },
800
- "ps-slider/value": {
801
- "type": "number|string"
802
- },
803
- "PsSlider/value": {
804
- "type": "number|string"
805
- },
806
- "ps-slider/baseValue": {
807
- "type": "number|boolean"
808
- },
809
- "PsSlider/baseValue": {
810
- "type": "number|boolean"
811
- },
812
- "ps-slider/labelPosition": {
813
- "type": "string"
814
- },
815
- "PsSlider/labelPosition": {
816
- "type": "string"
817
- },
818
- "ps-slider/step": {
819
- "type": "number"
820
- },
821
- "PsSlider/step": {
822
- "type": "number"
823
- },
824
- "ps-slider/bubble": {
825
- "type": "boolean"
826
- },
827
- "PsSlider/bubble": {
828
- "type": "boolean"
829
- },
830
- "ps-switch/label": {
831
- "type": "string",
832
- "description": "It sets the label of the switch button."
833
- },
834
- "PsSwitch/label": {
835
- "type": "string",
836
- "description": "It sets the label of the switch button."
837
- },
838
- "ps-switch/value": {
839
- "type": "boolean",
840
- "description": "It sets the value of the switch button."
841
- },
842
- "PsSwitch/value": {
843
- "type": "boolean",
844
- "description": "It sets the value of the switch button."
845
- },
846
- "ps-switch/disabled": {
847
- "type": "boolean",
848
- "description": "It sets disabling mode."
849
- },
850
- "PsSwitch/disabled": {
851
- "type": "boolean",
852
- "description": "It sets disabling mode."
853
- },
854
- "ps-switch/size": {
855
- "type": "string",
856
- "description": "It sets the size of the switch button. eg: small and big.",
857
- "options": [
858
- "small",
859
- "big"
860
- ]
861
- },
862
- "PsSwitch/size": {
863
- "type": "string",
864
- "description": "It sets the size of the switch button. eg: small and big.",
865
- "options": [
866
- "small",
867
- "big"
868
- ]
869
- },
870
- "ps-toggle/items": {
871
- "type": "array",
872
- "description": "It sets the items which will be used to create the toggle tab. See Figma - Controls & Selector for more information."
873
- },
874
- "PsToggle/items": {
875
- "type": "array",
876
- "description": "It sets the items which will be used to create the toggle tab. See Figma - Controls & Selector for more information."
877
- },
878
- "ps-toggle/selected": {
879
- "type": "",
880
- "description": "It sets the value selected."
881
- },
882
- "PsToggle/selected": {
883
- "type": "",
884
- "description": "It sets the value selected."
885
- },
886
- "ps-toggle/keyLabel": {
887
- "type": "string|function",
888
- "description": "It sets the key label of your items if needed."
889
- },
890
- "PsToggle/keyLabel": {
891
- "type": "string|function",
892
- "description": "It sets the key label of your items if needed."
893
- },
894
- "ps-toggle/keyValue": {
895
- "type": "string|function",
896
- "description": "It sets the key value of your items if needed."
897
- },
898
- "PsToggle/keyValue": {
899
- "type": "string|function",
900
- "description": "It sets the key value of your items if needed."
901
- },
902
- "ps-data-table/type": {
903
- "type": "string",
904
- "description": "It sets the type of the data table. eg: simple or rich."
905
- },
906
- "PsDataTable/type": {
907
- "type": "string",
908
- "description": "It sets the type of the data table. eg: simple or rich."
909
- },
910
- "ps-data-table/header": {
911
- "type": "array",
912
- "description": "It sets the values which will be use to render the header."
913
- },
914
- "PsDataTable/header": {
915
- "type": "array",
916
- "description": "It sets the values which will be use to render the header."
917
- },
918
- "ps-data-table/data": {
919
- "type": "array",
920
- "description": "It sets the values which will be use to render the body."
921
- },
922
- "PsDataTable/data": {
923
- "type": "array",
924
- "description": "It sets the values which will be use to render the body."
925
- },
926
- "ps-data-table/footer": {
927
- "type": "array",
928
- "description": "It sets the values which will be use to render the footer."
929
- },
930
- "PsDataTable/footer": {
931
- "type": "array",
932
- "description": "It sets the values which will be use to render the footer."
933
- },
934
- "ps-data-table/align": {
935
- "type": "string",
936
- "description": "It sets the alignment of the whole context."
937
- },
938
- "PsDataTable/align": {
939
- "type": "string",
940
- "description": "It sets the alignment of the whole context."
941
- },
942
- "ps-data-table/cssStyle": {
943
- "type": "string",
944
- "description": "It sets additional styling if needed."
945
- },
946
- "PsDataTable/cssStyle": {
947
- "type": "string",
948
- "description": "It sets additional styling if needed."
949
- },
950
- "ps-data-table-item/data": {
951
- "type": "array"
952
- },
953
- "PsDataTableItem/data": {
954
- "type": "array"
955
- },
956
- "ps-dropdown/minWidthDropDown": {
957
- "type": "string",
958
- "description": "It sets a minimun width for the dropdown menu."
959
- },
960
- "PsDropdown/minWidthDropDown": {
961
- "type": "string",
962
- "description": "It sets a minimun width for the dropdown menu."
963
- },
964
- "ps-dropdown/buttonLabelOnShow": {
965
- "type": "boolean",
966
- "description": "It's a boolean responsible for showing a slot within the html tag button."
967
- },
968
- "PsDropdown/buttonLabelOnShow": {
969
- "type": "boolean",
970
- "description": "It's a boolean responsible for showing a slot within the html tag button."
971
- },
972
- "ps-dropdown/toggleWhenActive": {
973
- "type": "boolean",
974
- "description": "It's a property responsible for toggling the dropdown menu. default: true."
975
- },
976
- "PsDropdown/toggleWhenActive": {
977
- "type": "boolean",
978
- "description": "It's a property responsible for toggling the dropdown menu. default: true."
979
- },
980
- "ps-dropdown/disabled": {
981
- "type": "boolean",
982
- "description": "Disable the toogle on click. default: false."
983
- },
984
- "PsDropdown/disabled": {
985
- "type": "boolean",
986
- "description": "Disable the toogle on click. default: false."
987
- },
988
- "ps-dropdown-simple/icon": {
989
- "type": "string",
990
- "description": "It sets the text key which will retrieve a icon from Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
991
- },
992
- "PsDropdownSimple/icon": {
993
- "type": "string",
994
- "description": "It sets the text key which will retrieve a icon from Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
995
- },
996
- "ps-dropdown-simple/items": {
997
- "type": "array",
998
- "description": "It sets the items which will be displayed on the dropdown menu."
999
- },
1000
- "PsDropdownSimple/items": {
1001
- "type": "array",
1002
- "description": "It sets the items which will be displayed on the dropdown menu."
1003
- },
1004
- "ps-dropdown-simple/selected": {
1005
- "type": "",
1006
- "description": "It sets the item selected on the dropdown menu."
1007
- },
1008
- "PsDropdownSimple/selected": {
1009
- "type": "",
1010
- "description": "It sets the item selected on the dropdown menu."
1011
- },
1012
- "ps-dropdown-simple/keyLabel": {
1013
- "type": "string|function",
1014
- "description": "It sets the key label of your items if needed."
1015
- },
1016
- "PsDropdownSimple/keyLabel": {
1017
- "type": "string|function",
1018
- "description": "It sets the key label of your items if needed."
1019
- },
1020
- "ps-dropdown-simple/keyValue": {
1021
- "type": "string|function",
1022
- "description": "It sets the key value of your items if needed."
1023
- },
1024
- "PsDropdownSimple/keyValue": {
1025
- "type": "string|function",
1026
- "description": "It sets the key value of your items if needed."
1027
- },
1028
- "ps-input/type": {
1029
- "type": "string",
1030
- "description": "It sets the type of your button. default: text."
1031
- },
1032
- "PsInput/type": {
1033
- "type": "string",
1034
- "description": "It sets the type of your button. default: text."
1035
- },
1036
- "ps-input/placeholder": {
1037
- "type": "string",
1038
- "description": "It sets a placeholder for your button if needed."
1039
- },
1040
- "PsInput/placeholder": {
1041
- "type": "string",
1042
- "description": "It sets a placeholder for your button if needed."
1043
- },
1044
- "ps-input/label": {
1045
- "type": "string",
1046
- "description": "It sets the label of the input if needed."
1047
- },
1048
- "PsInput/label": {
1049
- "type": "string",
1050
- "description": "It sets the label of the input if needed."
1051
- },
1052
- "ps-input/hint": {
1053
- "type": "string",
1054
- "description": "It sets a text below the input. See Figma Text fileds & Forms."
1055
- },
1056
- "PsInput/hint": {
1057
- "type": "string",
1058
- "description": "It sets a text below the input. See Figma Text fileds & Forms."
1059
- },
1060
- "ps-input/layout": {
1061
- "type": "string",
1062
- "description": "It sets the layout of your button. eg: mini and default.",
1063
- "options": [
1064
- "default",
1065
- "mini"
1066
- ]
1067
- },
1068
- "PsInput/layout": {
1069
- "type": "string",
1070
- "description": "It sets the layout of your button. eg: mini and default.",
1071
- "options": [
1072
- "default",
1073
- "mini"
1074
- ]
1075
- },
1076
- "ps-input/value": {
1077
- "type": "",
1078
- "description": "It sets the value of the button."
1079
- },
1080
- "PsInput/value": {
1081
- "type": "",
1082
- "description": "It sets the value of the button."
1083
- },
1084
- "ps-input/disabled": {
1085
- "type": "boolean",
1086
- "description": "It disables the input. All mouse events are disabled."
1087
- },
1088
- "PsInput/disabled": {
1089
- "type": "boolean",
1090
- "description": "It disables the input. All mouse events are disabled."
1091
- },
1092
- "ps-input/hasError": {
1093
- "type": "string|boolean",
1094
- "description": "It sets if the input found any error."
1095
- },
1096
- "PsInput/hasError": {
1097
- "type": "string|boolean",
1098
- "description": "It sets if the input found any error."
1099
- },
1100
- "ps-input/active": {
1101
- "type": "boolean",
1102
- "description": "It sets a active css class based on a boolean property."
1103
- },
1104
- "PsInput/active": {
1105
- "type": "boolean",
1106
- "description": "It sets a active css class based on a boolean property."
1107
- },
1108
- "ps-input-select/items": {
1109
- "type": "",
1110
- "description": "It sets the items which will be rendered within the select input."
1111
- },
1112
- "PsInputSelect/items": {
1113
- "type": "",
1114
- "description": "It sets the items which will be rendered within the select input."
1115
- },
1116
- "ps-input-select/value": {
1117
- "type": "string"
1118
- },
1119
- "PsInputSelect/value": {
1120
- "type": "string"
1121
- },
1122
- "ps-input-select/label": {
1123
- "type": "string",
1124
- "description": "It sets the value label of the select input if needed."
1125
- },
1126
- "PsInputSelect/label": {
1127
- "type": "string",
1128
- "description": "It sets the value label of the select input if needed."
1129
- },
1130
- "ps-input-select/optionalLabel": {
1131
- "type": "string",
1132
- "description": "It sets a o optional label below the select input."
1133
- },
1134
- "PsInputSelect/optionalLabel": {
1135
- "type": "string",
1136
- "description": "It sets a o optional label below the select input."
1137
- },
1138
- "ps-input-select/keyLabel": {
1139
- "type": "string",
1140
- "description": "It sets the key label of your items if needed."
1141
- },
1142
- "PsInputSelect/keyLabel": {
1143
- "type": "string",
1144
- "description": "It sets the key label of your items if needed."
1145
- },
1146
- "ps-input-select/keyValue": {
1147
- "type": "string",
1148
- "description": "It sets the key value of yout items if needed."
1149
- },
1150
- "PsInputSelect/keyValue": {
1151
- "type": "string",
1152
- "description": "It sets the key value of yout items if needed."
1153
- },
1154
- "ps-input-select/disabled": {
1155
- "type": "boolean",
1156
- "description": "It disables the select input. All mouse events are disabled."
1157
- },
1158
- "PsInputSelect/disabled": {
1159
- "type": "boolean",
1160
- "description": "It disables the select input. All mouse events are disabled."
1161
- },
1162
- "ps-input-select/layout": {
1163
- "type": "string",
1164
- "description": "It sets the layout of the select input. eg: default and mini.",
1165
- "options": [
1166
- "default",
1167
- "mini"
1168
- ]
1169
- },
1170
- "PsInputSelect/layout": {
1171
- "type": "string",
1172
- "description": "It sets the layout of the select input. eg: default and mini.",
1173
- "options": [
1174
- "default",
1175
- "mini"
1176
- ]
1177
- },
1178
- "ps-input-text-area/placeholder": {
1179
- "type": "string",
1180
- "description": "It sets the placeholder of the textarea input."
1181
- },
1182
- "PsInputTextArea/placeholder": {
1183
- "type": "string",
1184
- "description": "It sets the placeholder of the textarea input."
1185
- },
1186
- "ps-input-text-area/value": {
1187
- "type": "",
1188
- "description": "It sets the value selected of the textarea input."
1189
- },
1190
- "PsInputTextArea/value": {
1191
- "type": "",
1192
- "description": "It sets the value selected of the textarea input."
1193
- },
1194
- "ps-input-text-area/label": {
1195
- "type": "string",
1196
- "description": "It sets the label of the textarea input."
1197
- },
1198
- "PsInputTextArea/label": {
1199
- "type": "string",
1200
- "description": "It sets the label of the textarea input."
1201
- },
1202
- "ps-input-text-area/optionalLabel": {
1203
- "type": "string",
1204
- "description": "It sets a optional label if needed."
1205
- },
1206
- "PsInputTextArea/optionalLabel": {
1207
- "type": "string",
1208
- "description": "It sets a optional label if needed."
1209
- },
1210
- "ps-input-text-area/required": {
1211
- "type": "boolean",
1212
- "description": "It sets aria-required property. eg: true or false."
1213
- },
1214
- "PsInputTextArea/required": {
1215
- "type": "boolean",
1216
- "description": "It sets aria-required property. eg: true or false."
1217
- },
1218
- "ps-input-text-area/autocapitalize": {
1219
- "type": "string",
1220
- "description": "It sets the type of autocapitalize. See mdn web-doc for full information. default: sentences."
1221
- },
1222
- "PsInputTextArea/autocapitalize": {
1223
- "type": "string",
1224
- "description": "It sets the type of autocapitalize. See mdn web-doc for full information. default: sentences."
1225
- },
1226
- "ps-input-text-area/rows": {
1227
- "type": "number",
1228
- "description": "It sets the size of the textarea input."
1229
- },
1230
- "PsInputTextArea/rows": {
1231
- "type": "number",
1232
- "description": "It sets the size of the textarea input."
1233
- },
1234
- "ps-input-text-area/disabled": {
1235
- "type": "boolean",
1236
- "description": "It disabled the textarea input. All mouse events are disabled."
1237
- },
1238
- "PsInputTextArea/disabled": {
1239
- "type": "boolean",
1240
- "description": "It disabled the textarea input. All mouse events are disabled."
1241
- },
1242
- "ps-dialog/theme": {
1243
- "type": "string",
1244
- "description": "It sets the theme of the dialog. eg: informative, success and alert.",
1245
- "options": [
1246
- "informative",
1247
- "success",
1248
- "alert"
1249
- ]
1250
- },
1251
- "PsDialog/theme": {
1252
- "type": "string",
1253
- "description": "It sets the theme of the dialog. eg: informative, success and alert.",
1254
- "options": [
1255
- "informative",
1256
- "success",
1257
- "alert"
1258
- ]
1259
- },
1260
- "ps-dialog/message": {
1261
- "type": "string",
1262
- "description": "It set the which will be displayed when component is rendered."
1263
- },
1264
- "PsDialog/message": {
1265
- "type": "string",
1266
- "description": "It set the which will be displayed when component is rendered."
1267
- },
1268
- "ps-dialog/layout": {
1269
- "type": "string",
1270
- "description": "It sets the direction of the items within the dialog. See Figma Notifications for full information.",
1271
- "options": [
1272
- "horizontal",
1273
- "vertical"
1274
- ]
1275
- },
1276
- "PsDialog/layout": {
1277
- "type": "string",
1278
- "description": "It sets the direction of the items within the dialog. See Figma Notifications for full information.",
1279
- "options": [
1280
- "horizontal",
1281
- "vertical"
1282
- ]
1283
- },
1284
- "ps-dialog/hasClose": {
1285
- "type": "boolean",
1286
- "description": "It sets a close button if needed."
1287
- },
1288
- "PsDialog/hasClose": {
1289
- "type": "boolean",
1290
- "description": "It sets a close button if needed."
1291
- },
1292
- "ps-dialog/icon": {
1293
- "type": "string",
1294
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
1295
- },
1296
- "PsDialog/icon": {
1297
- "type": "string",
1298
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
1299
- },
1300
- "ps-toast/layout": {
1301
- "type": "string",
1302
- "description": "It sets the layout of the toast. eg: info, success, warning and error.",
1303
- "options": [
1304
- "info",
1305
- "success",
1306
- "warning",
1307
- "error"
1308
- ]
1309
- },
1310
- "PsToast/layout": {
1311
- "type": "string",
1312
- "description": "It sets the layout of the toast. eg: info, success, warning and error.",
1313
- "options": [
1314
- "info",
1315
- "success",
1316
- "warning",
1317
- "error"
1318
- ]
1319
- },
1320
- "ps-toast/fill": {
1321
- "type": "string",
1322
- "description": "It sets a supportive layout. eg: soft and intese. See Figma - Notification for full information.",
1323
- "options": [
1324
- "soft",
1325
- "intense"
1326
- ]
1327
- },
1328
- "PsToast/fill": {
1329
- "type": "string",
1330
- "description": "It sets a supportive layout. eg: soft and intese. See Figma - Notification for full information.",
1331
- "options": [
1332
- "soft",
1333
- "intense"
1334
- ]
1335
- },
1336
- "ps-toast/message": {
1337
- "type": "string",
1338
- "description": "It sets the message which will be displayed when component is rendered."
1339
- },
1340
- "PsToast/message": {
1341
- "type": "string",
1342
- "description": "It sets the message which will be displayed when component is rendered."
1343
- },
1344
- "ps-toast/icon": {
1345
- "type": "string",
1346
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
1347
- },
1348
- "PsToast/icon": {
1349
- "type": "string",
1350
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
1351
- },
1352
- "ps-tab-header/layout": {
1353
- "type": "string",
1354
- "description": "It sets the layout of the tabheader. eg: standard, underline and folder.",
1355
- "options": [
1356
- "standard",
1357
- "underline",
1358
- "folder"
1359
- ]
1360
- },
1361
- "PsTabHeader/layout": {
1362
- "type": "string",
1363
- "description": "It sets the layout of the tabheader. eg: standard, underline and folder.",
1364
- "options": [
1365
- "standard",
1366
- "underline",
1367
- "folder"
1368
- ]
1369
- },
1370
- "ps-tab-header/items": {
1371
- "type": "array",
1372
- "description": "It sets the tabs which will be rendered."
1373
- },
1374
- "PsTabHeader/items": {
1375
- "type": "array",
1376
- "description": "It sets the tabs which will be rendered."
1377
- },
1378
- "ps-tab-header/keyLabel": {
1379
- "type": "string",
1380
- "description": "It sets the key label of the items if needed."
1381
- },
1382
- "PsTabHeader/keyLabel": {
1383
- "type": "string",
1384
- "description": "It sets the key label of the items if needed."
1385
- },
1386
- "ps-tab-header/keyValue": {
1387
- "type": "string",
1388
- "description": "It sets the key value of the items if needed."
1389
- },
1390
- "PsTabHeader/keyValue": {
1391
- "type": "string",
1392
- "description": "It sets the key value of the items if needed."
1393
- },
1394
- "ps-tab-header/disabled": {
1395
- "type": "boolean",
1396
- "description": "It disabled the tab header. All mouse events are disabled."
1397
- },
1398
- "PsTabHeader/disabled": {
1399
- "type": "boolean",
1400
- "description": "It disabled the tab header. All mouse events are disabled."
1401
- },
1402
- "ps-tab-header/selected": {
1403
- "type": "",
1404
- "description": "It sets the tab seleced."
1405
- },
1406
- "PsTabHeader/selected": {
1407
- "type": "",
1408
- "description": "It sets the tab seleced."
1409
- },
1410
- "ps-dialog-tooltip/title": {
1411
- "type": "string",
1412
- "description": "It sets the title of the tooltip if needed."
1413
- },
1414
- "PsDialogTooltip/title": {
1415
- "type": "string",
1416
- "description": "It sets the title of the tooltip if needed."
1417
- },
1418
- "ps-dialog-tooltip/buttonText": {
1419
- "type": "string",
1420
- "description": "It sets the label of the button within the tooltip if needed."
1421
- },
1422
- "PsDialogTooltip/buttonText": {
1423
- "type": "string",
1424
- "description": "It sets the label of the button within the tooltip if needed."
1425
- },
1426
- "ps-dialog-tooltip/layout": {
1427
- "type": "string",
1428
- "description": "It sets the layout of the tooltip. eg: white, dark and color.",
1429
- "options": [
1430
- "white",
1431
- "dark",
1432
- "color"
1433
- ]
1434
- },
1435
- "PsDialogTooltip/layout": {
1436
- "type": "string",
1437
- "description": "It sets the layout of the tooltip. eg: white, dark and color.",
1438
- "options": [
1439
- "white",
1440
- "dark",
1441
- "color"
1442
- ]
1443
- },
1444
- "ps-dialog-tooltip/cssClass": {
1445
- "type": "string",
1446
- "description": "It sets a additional styling if needed."
1447
- },
1448
- "PsDialogTooltip/cssClass": {
1449
- "type": "string",
1450
- "description": "It sets a additional styling if needed."
1451
- },
1452
- "ps-dialog-tooltip/position": {
1453
- "type": "string",
1454
- "description": "It sets the vertical position.",
1455
- "options": [
1456
- "bottom",
1457
- "top"
1458
- ]
1459
- },
1460
- "PsDialogTooltip/position": {
1461
- "type": "string",
1462
- "description": "It sets the vertical position.",
1463
- "options": [
1464
- "bottom",
1465
- "top"
1466
- ]
1467
- },
1468
- "ps-rich-tooltip/title": {
1469
- "type": "string",
1470
- "description": "It sets the title of the tooltip if needed."
1471
- },
1472
- "PsRichTooltip/title": {
1473
- "type": "string",
1474
- "description": "It sets the title of the tooltip if needed."
1475
- },
1476
- "ps-rich-tooltip/layout": {
1477
- "type": "string",
1478
- "description": "It sets the layout of the tooltip. eg: gray, red and blue.",
1479
- "options": [
1480
- "gray",
1481
- "red",
1482
- "blue"
1483
- ]
1484
- },
1485
- "PsRichTooltip/layout": {
1486
- "type": "string",
1487
- "description": "It sets the layout of the tooltip. eg: gray, red and blue.",
1488
- "options": [
1489
- "gray",
1490
- "red",
1491
- "blue"
1492
- ]
1493
- },
1494
- "ps-rich-tooltip/cssClass": {
1495
- "type": "string"
1496
- },
1497
- "PsRichTooltip/cssClass": {
1498
- "type": "string"
1499
- },
1500
- "ps-rich-tooltip/position": {
1501
- "type": "string",
1502
- "options": [
1503
- "bottom",
1504
- "top"
1505
- ]
1506
- },
1507
- "PsRichTooltip/position": {
1508
- "type": "string",
1509
- "options": [
1510
- "bottom",
1511
- "top"
1512
- ]
1513
- },
1514
- "ps-tooltip/title": {
1515
- "type": "string",
1516
- "description": "It sets the title of the tooltip if needed."
1517
- },
1518
- "PsTooltip/title": {
1519
- "type": "string",
1520
- "description": "It sets the title of the tooltip if needed."
1521
- },
1522
- "ps-tooltip/ignoreDialog": {
1523
- "type": "boolean",
1524
- "description": "It disables the dialog section."
1525
- },
1526
- "PsTooltip/ignoreDialog": {
1527
- "type": "boolean",
1528
- "description": "It disables the dialog section."
1529
- },
1530
- "ps-tooltip/layout": {
1531
- "type": "string",
1532
- "description": "It sets the layout of the tooltip if needed. Usefull when using rich or dialog tooltip."
1533
- },
1534
- "PsTooltip/layout": {
1535
- "type": "string",
1536
- "description": "It sets the layout of the tooltip if needed. Usefull when using rich or dialog tooltip."
1537
- },
1538
- "ps-tooltip/cssClass": {
1539
- "type": "string",
1540
- "description": "It sets a additional styling if needed."
1541
- },
1542
- "PsTooltip/cssClass": {
1543
- "type": "string",
1544
- "description": "It sets a additional styling if needed."
1545
- },
1546
- "ps-tooltip/position": {
1547
- "type": "string",
1548
- "description": "It sets the vertical position.",
1549
- "options": [
1550
- "bottom",
1551
- "top"
1552
- ]
1553
- },
1554
- "PsTooltip/position": {
1555
- "type": "string",
1556
- "description": "It sets the vertical position.",
1557
- "options": [
1558
- "bottom",
1559
- "top"
1560
- ]
1561
- },
1562
- "app-icon/icon": {
1563
- "type": "string",
1564
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
1565
- },
1566
- "AppIcon/icon": {
1567
- "type": "string",
1568
- "description": "It sets the text key to get the svg icon in Google Fonts. Make sure to get the correct description of your icon on https://fonts.google.com/."
1569
- },
1570
- "app-icon/type": {
1571
- "type": "string",
1572
- "description": "It sets the type of the icon."
1573
- },
1574
- "AppIcon/type": {
1575
- "type": "string",
1576
- "description": "It sets the type of the icon."
1577
- },
1578
- "app-icon/iconClasses": {
1579
- "type": "string",
1580
- "description": "It sets the style of the icon."
1581
- },
1582
- "AppIcon/iconClasses": {
1583
- "type": "string",
1584
- "description": "It sets the style of the icon."
1585
- },
1586
- "app-icon/size": {
1587
- "type": "number|string",
1588
- "description": "It sets the size of the icon."
1589
- },
1590
- "AppIcon/size": {
1591
- "type": "number|string",
1592
- "description": "It sets the size of the icon."
1593
- },
1594
- "app-icon/stroke": {
1595
- "type": "string",
1596
- "description": "It sets fill property of the icon."
1597
- },
1598
- "AppIcon/stroke": {
1599
- "type": "string",
1600
- "description": "It sets fill property of the icon."
1601
- },
1602
- "app-icon/color": {
1603
- "type": "string",
1604
- "description": "It sets the color of the icon."
1605
- },
1606
- "AppIcon/color": {
1607
- "type": "string",
1608
- "description": "It sets the color of the icon."
1609
- },
1610
- "app-icon/loaderIcon": {
1611
- "type": "string",
1612
- "description": "It set a animation icon if needed."
1613
- },
1614
- "AppIcon/loaderIcon": {
1615
- "type": "string",
1616
- "description": "It set a animation icon if needed."
1617
- },
1618
- "app-icon/loaderErrorIcon": {
1619
- "type": "string",
1620
- "description": "It sets a error when the icon is not available."
1621
- },
1622
- "AppIcon/loaderErrorIcon": {
1623
- "type": "string",
1624
- "description": "It sets a error when the icon is not available."
1625
- }
1626
- }