@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.
package/vetur/tags.json DELETED
@@ -1,718 +0,0 @@
1
- {
2
- "ps-accordion": {
3
- "attributes": [
4
- "layout"
5
- ],
6
- "description": ""
7
- },
8
- "PsAccordion": {
9
- "attributes": [
10
- "layout"
11
- ],
12
- "description": ""
13
- },
14
- "ps-accordion-item": {
15
- "attributes": [
16
- "title",
17
- "opened",
18
- "icon",
19
- "hasCustomHeader"
20
- ],
21
- "description": ""
22
- },
23
- "PsAccordionItem": {
24
- "attributes": [
25
- "title",
26
- "opened",
27
- "icon",
28
- "hasCustomHeader"
29
- ],
30
- "description": ""
31
- },
32
- "ps-badge-with-icon": {
33
- "attributes": [
34
- "icon",
35
- "iconClass",
36
- "message",
37
- "layout"
38
- ],
39
- "description": ""
40
- },
41
- "PsBadgeWithIcon": {
42
- "attributes": [
43
- "icon",
44
- "iconClass",
45
- "message",
46
- "layout"
47
- ],
48
- "description": ""
49
- },
50
- "ps-card-infos": {
51
- "attributes": [
52
- "title",
53
- "subtitle",
54
- "icon",
55
- "total"
56
- ],
57
- "description": ""
58
- },
59
- "PsCardInfos": {
60
- "attributes": [
61
- "title",
62
- "subtitle",
63
- "icon",
64
- "total"
65
- ],
66
- "description": ""
67
- },
68
- "ps-chart-legend": {
69
- "attributes": [
70
- "text",
71
- "total",
72
- "percentage",
73
- "dotColor"
74
- ],
75
- "description": ""
76
- },
77
- "PsChartLegend": {
78
- "attributes": [
79
- "text",
80
- "total",
81
- "percentage",
82
- "dotColor"
83
- ],
84
- "description": ""
85
- },
86
- "ps-climate-zone-badge": {
87
- "attributes": [
88
- "icon",
89
- "content"
90
- ],
91
- "description": ""
92
- },
93
- "PsClimateZoneBadge": {
94
- "attributes": [
95
- "icon",
96
- "content"
97
- ],
98
- "description": ""
99
- },
100
- "ps-cost-effect-bar": {
101
- "attributes": [
102
- "value",
103
- "breakEven"
104
- ],
105
- "description": ""
106
- },
107
- "PsCostEffectBar": {
108
- "attributes": [
109
- "value",
110
- "breakEven"
111
- ],
112
- "description": ""
113
- },
114
- "ps-highlight-ripple-dot": {
115
- "attributes": [],
116
- "description": ""
117
- },
118
- "PsHighlightRippleDot": {
119
- "attributes": [],
120
- "description": ""
121
- },
122
- "ps-mini-tag": {
123
- "attributes": [
124
- "layout",
125
- "message"
126
- ],
127
- "description": ""
128
- },
129
- "PsMiniTag": {
130
- "attributes": [
131
- "layout",
132
- "message"
133
- ],
134
- "description": ""
135
- },
136
- "ps-progress-bar": {
137
- "attributes": [
138
- "value",
139
- "percentageColor",
140
- "bgColor"
141
- ],
142
- "description": ""
143
- },
144
- "PsProgressBar": {
145
- "attributes": [
146
- "value",
147
- "percentageColor",
148
- "bgColor"
149
- ],
150
- "description": ""
151
- },
152
- "ps-button": {
153
- "attributes": [
154
- "label",
155
- "layout",
156
- "icon",
157
- "iconPosition",
158
- "size",
159
- "disabled",
160
- "loading",
161
- "iconClass"
162
- ],
163
- "description": ""
164
- },
165
- "PsButton": {
166
- "attributes": [
167
- "label",
168
- "layout",
169
- "icon",
170
- "iconPosition",
171
- "size",
172
- "disabled",
173
- "loading",
174
- "iconClass"
175
- ],
176
- "description": ""
177
- },
178
- "ps-chips": {
179
- "attributes": [
180
- "label",
181
- "type",
182
- "layout",
183
- "icon",
184
- "checked",
185
- "disabled",
186
- "active",
187
- "inputAttrs"
188
- ],
189
- "description": ""
190
- },
191
- "PsChips": {
192
- "attributes": [
193
- "label",
194
- "type",
195
- "layout",
196
- "icon",
197
- "checked",
198
- "disabled",
199
- "active",
200
- "inputAttrs"
201
- ],
202
- "description": ""
203
- },
204
- "ps-checkbox": {
205
- "attributes": [
206
- "label",
207
- "inputValue",
208
- "value",
209
- "disabled",
210
- "size",
211
- "layout"
212
- ],
213
- "description": ""
214
- },
215
- "PsCheckbox": {
216
- "attributes": [
217
- "label",
218
- "inputValue",
219
- "value",
220
- "disabled",
221
- "size",
222
- "layout"
223
- ],
224
- "description": ""
225
- },
226
- "ps-checkbox-simple": {
227
- "attributes": [
228
- "label",
229
- "disabled",
230
- "checked",
231
- "inputAttrs",
232
- "size",
233
- "layout"
234
- ],
235
- "description": ""
236
- },
237
- "PsCheckboxSimple": {
238
- "attributes": [
239
- "label",
240
- "disabled",
241
- "checked",
242
- "inputAttrs",
243
- "size",
244
- "layout"
245
- ],
246
- "description": ""
247
- },
248
- "ps-draggable": {
249
- "attributes": [
250
- "getColumns",
251
- "module",
252
- "disabled"
253
- ],
254
- "description": ""
255
- },
256
- "PsDraggable": {
257
- "attributes": [
258
- "getColumns",
259
- "module",
260
- "disabled"
261
- ],
262
- "description": ""
263
- },
264
- "ps-inline-selector": {
265
- "attributes": [
266
- "width",
267
- "focusOnMount",
268
- "shouldScroll",
269
- "label",
270
- "selectOnlyFirstClimateZone",
271
- "jurisdictionSelected",
272
- "search",
273
- "jurisdictions",
274
- "requestFetched",
275
- "showDropDown",
276
- "currentSelected",
277
- "isFocused",
278
- "placeholder"
279
- ],
280
- "description": ""
281
- },
282
- "PsInlineSelector": {
283
- "attributes": [
284
- "width",
285
- "focusOnMount",
286
- "shouldScroll",
287
- "label",
288
- "selectOnlyFirstClimateZone",
289
- "jurisdictionSelected",
290
- "search",
291
- "jurisdictions",
292
- "requestFetched",
293
- "showDropDown",
294
- "currentSelected",
295
- "isFocused",
296
- "placeholder"
297
- ],
298
- "description": ""
299
- },
300
- "ps-radio-button": {
301
- "attributes": [
302
- "inputId",
303
- "label",
304
- "inputValue",
305
- "value",
306
- "disabled",
307
- "size"
308
- ],
309
- "description": ""
310
- },
311
- "PsRadioButton": {
312
- "attributes": [
313
- "inputId",
314
- "label",
315
- "inputValue",
316
- "value",
317
- "disabled",
318
- "size"
319
- ],
320
- "description": ""
321
- },
322
- "ps-radio-button-simple": {
323
- "attributes": [
324
- "label",
325
- "name",
326
- "disabled",
327
- "checked",
328
- "inputAttrs",
329
- "size"
330
- ],
331
- "description": ""
332
- },
333
- "PsRadioButtonSimple": {
334
- "attributes": [
335
- "label",
336
- "name",
337
- "disabled",
338
- "checked",
339
- "inputAttrs",
340
- "size"
341
- ],
342
- "description": ""
343
- },
344
- "ps-slider": {
345
- "attributes": [
346
- "min",
347
- "max",
348
- "label",
349
- "value",
350
- "baseValue",
351
- "labelPosition",
352
- "step",
353
- "bubble"
354
- ],
355
- "description": ""
356
- },
357
- "PsSlider": {
358
- "attributes": [
359
- "min",
360
- "max",
361
- "label",
362
- "value",
363
- "baseValue",
364
- "labelPosition",
365
- "step",
366
- "bubble"
367
- ],
368
- "description": ""
369
- },
370
- "ps-switch": {
371
- "attributes": [
372
- "label",
373
- "value",
374
- "disabled",
375
- "size"
376
- ],
377
- "description": ""
378
- },
379
- "PsSwitch": {
380
- "attributes": [
381
- "label",
382
- "value",
383
- "disabled",
384
- "size"
385
- ],
386
- "description": ""
387
- },
388
- "ps-toggle": {
389
- "attributes": [
390
- "items",
391
- "selected",
392
- "keyLabel",
393
- "keyValue"
394
- ],
395
- "description": ""
396
- },
397
- "PsToggle": {
398
- "attributes": [
399
- "items",
400
- "selected",
401
- "keyLabel",
402
- "keyValue"
403
- ],
404
- "description": ""
405
- },
406
- "ps-data-table": {
407
- "attributes": [
408
- "type",
409
- "header",
410
- "data",
411
- "footer",
412
- "align",
413
- "cssStyle"
414
- ],
415
- "description": ""
416
- },
417
- "PsDataTable": {
418
- "attributes": [
419
- "type",
420
- "header",
421
- "data",
422
- "footer",
423
- "align",
424
- "cssStyle"
425
- ],
426
- "description": ""
427
- },
428
- "ps-data-table-item": {
429
- "attributes": [
430
- "data"
431
- ],
432
- "description": ""
433
- },
434
- "PsDataTableItem": {
435
- "attributes": [
436
- "data"
437
- ],
438
- "description": ""
439
- },
440
- "ps-dropdown": {
441
- "attributes": [
442
- "minWidthDropDown",
443
- "buttonLabelOnShow",
444
- "toggleWhenActive",
445
- "disabled"
446
- ],
447
- "description": ""
448
- },
449
- "PsDropdown": {
450
- "attributes": [
451
- "minWidthDropDown",
452
- "buttonLabelOnShow",
453
- "toggleWhenActive",
454
- "disabled"
455
- ],
456
- "description": ""
457
- },
458
- "ps-dropdown-simple": {
459
- "attributes": [
460
- "icon",
461
- "items",
462
- "selected",
463
- "keyLabel",
464
- "keyValue"
465
- ],
466
- "description": ""
467
- },
468
- "PsDropdownSimple": {
469
- "attributes": [
470
- "icon",
471
- "items",
472
- "selected",
473
- "keyLabel",
474
- "keyValue"
475
- ],
476
- "description": ""
477
- },
478
- "ps-input": {
479
- "attributes": [
480
- "type",
481
- "placeholder",
482
- "label",
483
- "hint",
484
- "layout",
485
- "value",
486
- "disabled",
487
- "hasError",
488
- "active"
489
- ],
490
- "description": ""
491
- },
492
- "PsInput": {
493
- "attributes": [
494
- "type",
495
- "placeholder",
496
- "label",
497
- "hint",
498
- "layout",
499
- "value",
500
- "disabled",
501
- "hasError",
502
- "active"
503
- ],
504
- "description": ""
505
- },
506
- "ps-input-select": {
507
- "attributes": [
508
- "items",
509
- "value",
510
- "label",
511
- "optionalLabel",
512
- "keyLabel",
513
- "keyValue",
514
- "disabled",
515
- "layout"
516
- ],
517
- "description": ""
518
- },
519
- "PsInputSelect": {
520
- "attributes": [
521
- "items",
522
- "value",
523
- "label",
524
- "optionalLabel",
525
- "keyLabel",
526
- "keyValue",
527
- "disabled",
528
- "layout"
529
- ],
530
- "description": ""
531
- },
532
- "ps-input-text-area": {
533
- "attributes": [
534
- "placeholder",
535
- "value",
536
- "label",
537
- "optionalLabel",
538
- "required",
539
- "autocapitalize",
540
- "rows",
541
- "disabled"
542
- ],
543
- "description": ""
544
- },
545
- "PsInputTextArea": {
546
- "attributes": [
547
- "placeholder",
548
- "value",
549
- "label",
550
- "optionalLabel",
551
- "required",
552
- "autocapitalize",
553
- "rows",
554
- "disabled"
555
- ],
556
- "description": ""
557
- },
558
- "ps-dialog": {
559
- "attributes": [
560
- "theme",
561
- "message",
562
- "layout",
563
- "hasClose",
564
- "icon"
565
- ],
566
- "description": ""
567
- },
568
- "PsDialog": {
569
- "attributes": [
570
- "theme",
571
- "message",
572
- "layout",
573
- "hasClose",
574
- "icon"
575
- ],
576
- "description": ""
577
- },
578
- "ps-toast": {
579
- "attributes": [
580
- "layout",
581
- "fill",
582
- "message",
583
- "icon"
584
- ],
585
- "description": ""
586
- },
587
- "PsToast": {
588
- "attributes": [
589
- "layout",
590
- "fill",
591
- "message",
592
- "icon"
593
- ],
594
- "description": ""
595
- },
596
- "ps-scroll-bar": {
597
- "attributes": [],
598
- "description": ""
599
- },
600
- "PsScrollBar": {
601
- "attributes": [],
602
- "description": ""
603
- },
604
- "ps-tab-header": {
605
- "attributes": [
606
- "layout",
607
- "items",
608
- "keyLabel",
609
- "keyValue",
610
- "disabled",
611
- "selected"
612
- ],
613
- "description": ""
614
- },
615
- "PsTabHeader": {
616
- "attributes": [
617
- "layout",
618
- "items",
619
- "keyLabel",
620
- "keyValue",
621
- "disabled",
622
- "selected"
623
- ],
624
- "description": ""
625
- },
626
- "ps-dialog-tooltip": {
627
- "attributes": [
628
- "title",
629
- "buttonText",
630
- "layout",
631
- "cssClass",
632
- "position"
633
- ],
634
- "description": ""
635
- },
636
- "PsDialogTooltip": {
637
- "attributes": [
638
- "title",
639
- "buttonText",
640
- "layout",
641
- "cssClass",
642
- "position"
643
- ],
644
- "description": ""
645
- },
646
- "ps-rich-tooltip": {
647
- "attributes": [
648
- "title",
649
- "layout",
650
- "cssClass",
651
- "position"
652
- ],
653
- "description": ""
654
- },
655
- "PsRichTooltip": {
656
- "attributes": [
657
- "title",
658
- "layout",
659
- "cssClass",
660
- "position"
661
- ],
662
- "description": ""
663
- },
664
- "ps-tooltip": {
665
- "attributes": [
666
- "title",
667
- "ignoreDialog",
668
- "layout",
669
- "cssClass",
670
- "position"
671
- ],
672
- "description": ""
673
- },
674
- "PsTooltip": {
675
- "attributes": [
676
- "title",
677
- "ignoreDialog",
678
- "layout",
679
- "cssClass",
680
- "position"
681
- ],
682
- "description": ""
683
- },
684
- "ps-dot-loader": {
685
- "attributes": [],
686
- "description": ""
687
- },
688
- "PsDotLoader": {
689
- "attributes": [],
690
- "description": ""
691
- },
692
- "app-icon": {
693
- "attributes": [
694
- "icon",
695
- "type",
696
- "iconClasses",
697
- "size",
698
- "stroke",
699
- "color",
700
- "loaderIcon",
701
- "loaderErrorIcon"
702
- ],
703
- "description": ""
704
- },
705
- "AppIcon": {
706
- "attributes": [
707
- "icon",
708
- "type",
709
- "iconClasses",
710
- "size",
711
- "stroke",
712
- "color",
713
- "loaderIcon",
714
- "loaderErrorIcon"
715
- ],
716
- "description": ""
717
- }
718
- }