@xplortech/apollo-core 2.4.3 → 2.5.0
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/.typings/apollo-components.html-data.json +1011 -3481
- package/build/style.css +7 -7
- package/dist/apollo-core/apollo-core.css +1 -1
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/{p-8c1f73ea.entry.js → p-0e1877a2.entry.js} +1 -1
- package/dist/apollo-core/{p-94209785.entry.js → p-1c2e4034.entry.js} +1 -1
- package/dist/apollo-core/p-77f0fd4a.entry.js +1 -0
- package/dist/apollo-core/p-7c22b842.entry.js +1 -0
- package/dist/apollo-core/p-7d245bf0.entry.js +1 -0
- package/dist/apollo-core/{p-b1f4604d.entry.js → p-f4c2626d.entry.js} +1 -1
- package/dist/cjs/xpl-avatar_41.cjs.entry.js +11724 -1158
- package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/xpl-data-card/xpl-data-card.js +11 -25
- package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
- package/dist/collection/components/xpl-dropdown/dropdown.stories.js +4 -0
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +2 -2
- package/dist/collection/components/xpl-dynamic-table/dynamic-table.stories.js +4 -0
- package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
- package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
- package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
- package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
- package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
- package/dist/collection/components/xpl-header-accordion/header-accordion.stories.js +4 -0
- package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +1 -1
- package/dist/collection/components/xpl-icon/icon-types.js +1 -0
- package/dist/collection/components/xpl-icon/icons.stories.js +47 -12
- package/dist/collection/components/xpl-icon/xpl-icon.js +13 -15
- package/dist/collection/components/xpl-input/input.stories.js +4 -0
- package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +3 -3
- package/dist/collection/components/xpl-list/list.stories.js +4 -0
- package/dist/collection/components/xpl-progress/progress.stories.js +4 -0
- package/dist/collection/components/xpl-radio/radio.stories.js +4 -0
- package/dist/collection/components/xpl-select/select.stories.js +4 -0
- package/dist/collection/components/xpl-select/xpl-select.js +10 -16
- package/dist/collection/components/xpl-skeleton/skeleton.stories.js +4 -0
- package/dist/collection/components/xpl-slideout/slideout.stories.js +6 -0
- package/dist/collection/components/xpl-table/table.stories.js +4 -0
- package/dist/collection/components/xpl-table-header/table-header.stories.js +4 -0
- package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +4 -0
- package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +5 -15
- package/dist/collection/components/xpl-tabs/tabs.stories.js +4 -0
- package/dist/collection/components/xpl-toast/toast.stories.js +4 -0
- package/dist/collection/components/xpl-toggle/toggle.stories.js +4 -0
- package/dist/collection/components/xpl-tooltip/tooltip.stories.js +4 -0
- package/dist/components/xpl-data-card.js +1 -1
- package/dist/components/xpl-divider2.js +1 -1
- package/dist/components/xpl-dropdown-group2.js +1 -1
- package/dist/components/xpl-dropdown-heading2.js +1 -1
- package/dist/components/xpl-dropdown-option2.js +1 -1
- package/dist/components/xpl-dropdown2.js +1 -1
- package/dist/components/xpl-dynamic-table-cell.js +1 -1
- package/dist/components/xpl-dynamic-table-row.js +1 -1
- package/dist/components/xpl-dynamic-table.js +1 -1
- package/dist/components/xpl-grid-item.js +1 -1
- package/dist/components/xpl-grid.js +1 -1
- package/dist/components/xpl-header-accordion.js +1 -1
- package/dist/components/xpl-icon2.js +1 -6
- package/dist/components/xpl-input2.js +1 -1
- package/dist/components/xpl-select2.js +1 -1
- package/dist/docs/xpl-accordion/readme.md +62 -0
- package/dist/docs/xpl-application-shell/readme.md +33 -0
- package/dist/docs/xpl-avatar/readme.md +35 -0
- package/dist/docs/xpl-backdrop/readme.md +34 -0
- package/dist/docs/xpl-badge/readme.md +29 -0
- package/dist/docs/xpl-breadcrumbs/xpl-breadcrumb-item/readme.md +19 -0
- package/dist/docs/xpl-breadcrumbs/xpl-breadcrumbs/readme.md +22 -0
- package/dist/docs/xpl-button/readme.md +44 -0
- package/dist/docs/xpl-button-row/readme.md +41 -0
- package/dist/docs/xpl-calendar/readme.md +48 -0
- package/dist/docs/xpl-checkbox/readme.md +47 -0
- package/dist/docs/xpl-choicelist/readme.md +43 -0
- package/dist/docs/xpl-content-area/readme.md +17 -0
- package/dist/docs/xpl-dashboard/readme.md +10 -0
- package/dist/docs/xpl-data-card/readme.md +54 -0
- package/dist/docs/xpl-divider/readme.md +30 -0
- package/dist/docs/xpl-dropdown/readme.md +80 -0
- package/dist/docs/xpl-dropdown/xpl-dropdown-group/readme.md +39 -0
- package/dist/docs/xpl-dropdown/xpl-dropdown-heading/readme.md +30 -0
- package/dist/docs/xpl-dropdown/xpl-dropdown-option/readme.md +36 -0
- package/dist/docs/xpl-dynamic-table/readme.md +19 -0
- package/dist/docs/xpl-dynamic-table-cell/readme.md +18 -0
- package/dist/docs/xpl-dynamic-table-row/readme.md +19 -0
- package/dist/docs/xpl-grid/readme.md +10 -0
- package/dist/docs/xpl-grid-item/readme.md +20 -0
- package/dist/docs/xpl-header-accordion/readme.md +39 -0
- package/dist/docs/xpl-icon/readme.md +80 -0
- package/dist/docs/xpl-input/readme.md +90 -0
- package/dist/docs/xpl-input/xpl-input-color/readme.md +61 -0
- package/dist/docs/xpl-input/xpl-input-date/readme.md +56 -0
- package/dist/docs/xpl-input/xpl-input-file/readme.md +79 -0
- package/dist/docs/xpl-input/xpl-input-time/readme.md +69 -0
- package/dist/docs/xpl-large-card/readme.md +40 -0
- package/dist/docs/xpl-list/readme.md +34 -0
- package/dist/docs/xpl-main-nav/readme.md +28 -0
- package/dist/docs/xpl-modal/readme.md +55 -0
- package/dist/docs/xpl-nav-item/readme.md +24 -0
- package/dist/docs/xpl-pagination/readme.md +52 -0
- package/dist/docs/xpl-popover/readme.md +48 -0
- package/dist/docs/xpl-progress/readme.md +22 -0
- package/dist/docs/xpl-radio/readme.md +43 -0
- package/dist/docs/xpl-secondary-nav/readme.md +10 -0
- package/dist/docs/xpl-select/readme.md +88 -0
- package/dist/docs/xpl-skeleton/readme.md +31 -0
- package/dist/docs/xpl-slideout/readme.md +46 -0
- package/dist/docs/xpl-tab/readme.md +25 -0
- package/dist/docs/xpl-tab-panel/readme.md +18 -0
- package/dist/docs/xpl-table/readme.md +46 -0
- package/dist/docs/xpl-table-header/readme.md +13 -0
- package/dist/docs/xpl-table-header-cell/readme.md +47 -0
- package/dist/docs/xpl-tabs/readme.md +54 -0
- package/dist/docs/xpl-tag/readme.md +30 -0
- package/dist/docs/xpl-toast/readme.md +42 -0
- package/dist/docs/xpl-toggle/readme.md +23 -0
- package/dist/docs/xpl-toolbar/readme.md +18 -0
- package/dist/docs/xpl-tooltip/readme.md +35 -0
- package/dist/docs/xpl-utility-bar/readme.md +55 -0
- package/dist/esm/xpl-avatar_41.entry.js +11724 -1158
- package/dist/esm/xpl-dynamic-table-cell.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table-row.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table.entry.js +1 -1
- package/dist/esm/xpl-grid-item.entry.js +1 -1
- package/dist/esm/xpl-grid.entry.js +1 -1
- package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +2 -3
- package/dist/types/components/xpl-dynamic-table/dynamic-table.stories.d.ts +4 -0
- package/dist/types/components/xpl-header-accordion/header-accordion.stories.d.ts +4 -0
- package/dist/types/components/xpl-icon/icon-types.d.ts +2 -0
- package/dist/types/components/xpl-icon/xpl-icon.d.ts +1 -3
- package/dist/types/components/xpl-input/input.stories.d.ts +4 -0
- package/dist/types/components/xpl-list/list.stories.d.ts +4 -0
- package/dist/types/components/xpl-progress/progress.stories.d.ts +4 -0
- package/dist/types/components/xpl-radio/radio.stories.d.ts +4 -0
- package/dist/types/components/xpl-select/select.stories.d.ts +4 -0
- package/dist/types/components/xpl-select/xpl-select.d.ts +1 -3
- package/dist/types/components/xpl-slideout/slideout.stories.d.ts +6 -0
- package/dist/types/components/xpl-table/table.stories.d.ts +4 -0
- package/dist/types/components/xpl-table-header/table-header.stories.d.ts +4 -0
- package/dist/types/components/xpl-table-header-cell/table-header-cell.stories.d.ts +4 -0
- package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +1 -2
- package/dist/types/components/xpl-tabs/tabs.stories.d.ts +4 -0
- package/dist/types/components/xpl-toast/toast.stories.d.ts +4 -0
- package/dist/types/components/xpl-toggle/toggle.stories.d.ts +4 -0
- package/dist/types/components/xpl-tooltip/tooltip.stories.d.ts +4 -0
- package/dist/types/components.d.ts +24 -28
- package/package.json +7 -4
- package/dist/apollo-core/p-31461db7.entry.js +0 -1
- package/dist/apollo-core/p-5c0236db.entry.js +0 -6
- package/dist/apollo-core/p-7f8e5cd0.entry.js +0 -1
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"name": "xpl-dashboard",
|
|
495
495
|
"description": {
|
|
496
496
|
"kind": "markdown",
|
|
497
|
-
"value": ""
|
|
497
|
+
"value": "The XPL-Dashboard component is a code-only utility component for responsive layouts using the XPL-Data Card component."
|
|
498
498
|
},
|
|
499
499
|
"attributes": []
|
|
500
500
|
},
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
"name": "xpl-data-card",
|
|
503
503
|
"description": {
|
|
504
504
|
"kind": "markdown",
|
|
505
|
-
"value": ""
|
|
505
|
+
"value": "The `icon` and `smallStatIcon` properties accept icon names as strings. See [xpl-icon available icons](../xpl-icon/ICONS.md) for the complete list.\n\n---"
|
|
506
506
|
},
|
|
507
507
|
"attributes": [
|
|
508
508
|
{
|
|
@@ -511,3670 +511,1200 @@
|
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
"name": "icon",
|
|
514
|
-
"description": "An optional icon leading the header.\nUses <xpl-icon /> components and should reinforce the understanding of the smallStat metric shown."
|
|
514
|
+
"description": "An optional icon leading the header.\nUses <xpl-icon /> components and should reinforce the understanding of the smallStat metric shown.\n\nSee [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names."
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "leading-icon",
|
|
518
|
+
"description": "Whether to display the icon or not."
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "link",
|
|
522
|
+
"description": "Whether the card is a link"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "name",
|
|
526
|
+
"description": "Name Term"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "short-stat",
|
|
530
|
+
"description": "Detail, stat, or value to be displayed\nin short format. Will be rendered when card is\nsmaller than 441px."
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "small-stat",
|
|
534
|
+
"description": "An Optional stat further enhancing the main metric of the card."
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "small-stat-icon",
|
|
538
|
+
"description": "An optional icon leading the small stat.\nUses <xpl-icon> components and should reinforce the understanding of the smallStat metric shown.\n\nSee [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names."
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"name": "small-stat-variant",
|
|
542
|
+
"description": "set a variant that changes the color of the small stat based on the following rules:\n\n If trend is positive and greater than 0.5% color is green and up-right arrow is used\n\n If the trend is between -0.5% and 0.5% then its neutral the color is gray\n\n If the trend is negative less than -0.5% the color is red and down right arrow is used",
|
|
515
543
|
"values": [
|
|
516
544
|
{
|
|
517
|
-
"name": "
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "alarm-clock"
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"name": "alert-circle"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"name": "alert-hex"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"name": "alert-triangle"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"name": "apps"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"name": "archive"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"name": "arrow-down"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "arrow-down-right"
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"name": "arrow-left"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "arrow-right"
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"name": "arrow-up"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"name": "arrow-up-right"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"name": "award"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "bell"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"name": "bell-slash"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "bookmark"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "bookmark-slash"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "briefcase"
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
"name": "calendar"
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"name": "calendar-month"
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"name": "calendar-week"
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "camera"
|
|
584
|
-
},
|
|
585
|
-
{
|
|
586
|
-
"name": "cash-register"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"name": "check"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"name": "check-circle"
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "check-circle-fill"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"name": "chevron-down"
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"name": "chevron-left"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"name": "chevron-right"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "chevron-up"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"name": "chevrons-down"
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"name": "chevrons-left"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"name": "chevrons-right"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "chevrons-up"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"name": "circle-slash"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "clipboard"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "clock"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "code-square"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "comment"
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"name": "comment-alt"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "comment-check"
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "comment-closed"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "comment-discussion"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "comment-minus"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"name": "comment-plus"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "comment-x"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "compass"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"name": "credit-card"
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"name": "dash"
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"name": "dollar-bill"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"name": "dollar-sign"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"name": "download"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"name": "drag"
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"name": "dumbbells"
|
|
680
|
-
},
|
|
681
|
-
{
|
|
682
|
-
"name": "duplicate"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "edit"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "expand"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "eye"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"name": "eye-closed"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"name": "eye-droper"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"name": "file"
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"name": "flag"
|
|
704
|
-
},
|
|
705
|
-
{
|
|
706
|
-
"name": "folder"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "gear"
|
|
710
|
-
},
|
|
711
|
-
{
|
|
712
|
-
"name": "gift"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"name": "globe"
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"name": "graph"
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"name": "graph-bar"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "grid"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"name": "heart"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"name": "home"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"name": "image"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "info"
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "kebab-horizontal"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"name": "kebab-vertical"
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"name": "key"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "law"
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
"name": "layers"
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"name": "left-align"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"name": "light-bulb"
|
|
545
|
+
"name": "negative"
|
|
758
546
|
},
|
|
759
547
|
{
|
|
760
|
-
"name": "
|
|
548
|
+
"name": "neutral"
|
|
761
549
|
},
|
|
762
550
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
}
|
|
551
|
+
"name": "positive"
|
|
552
|
+
}
|
|
553
|
+
]
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "stat",
|
|
557
|
+
"description": "Detail, stat, or value to be displayed.\nWill be rendered when card is larger than 441px.\nWill also appear in the tooltip when shortStat\nis shown."
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "tooltip-text-small-stat",
|
|
561
|
+
"description": "An optional field for tooltip text of small stat"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "tooltip-text-stat",
|
|
565
|
+
"description": "An optional field for tooltip text of stat"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "variant",
|
|
569
|
+
"description": "Color variant. Used to set the icon\ncolor and background.",
|
|
570
|
+
"values": [
|
|
765
571
|
{
|
|
766
|
-
"name": "
|
|
572
|
+
"name": "primary"
|
|
767
573
|
},
|
|
768
574
|
{
|
|
769
|
-
"name": "
|
|
770
|
-
}
|
|
575
|
+
"name": "secondary"
|
|
576
|
+
}
|
|
577
|
+
]
|
|
578
|
+
}
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "xpl-divider",
|
|
583
|
+
"description": {
|
|
584
|
+
"kind": "markdown",
|
|
585
|
+
"value": ""
|
|
586
|
+
},
|
|
587
|
+
"attributes": [
|
|
588
|
+
{
|
|
589
|
+
"name": "tier",
|
|
590
|
+
"description": "The tier should be an integer between 0 and 3.\nTier 0 dividers do not display text, and 1-3 increase\nin size with each increasing tier."
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "xpl-dropdown",
|
|
596
|
+
"description": {
|
|
597
|
+
"kind": "markdown",
|
|
598
|
+
"value": "A Dropdown is a menu with a list of actions a user can take. Use a dropdown when you want to present a list of actions in a limited space. Dropdowns are single-select ***actions***, can be presented in groups, and can be triggered by other elements such as a button, icon, text etc. \nA selection within a dropdown does not change the parent trigger.\n\n***If you want to present a list of **options** a user can select, or multi-select options, please use [XPL-Select](https://xplor-apollo.herokuapp.com/?path=/story/components-select--select).***"
|
|
599
|
+
},
|
|
600
|
+
"attributes": [
|
|
601
|
+
{
|
|
602
|
+
"name": "anchor-to-trigger",
|
|
603
|
+
"description": "whether to anchor the dropdown to the trigger element, requires triggerId to be set"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "close-on-select",
|
|
607
|
+
"description": "options that are listed"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "open",
|
|
611
|
+
"description": "text to display as heading"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "mode",
|
|
615
|
+
"description": "constant representing number of options that can be selected",
|
|
616
|
+
"values": [
|
|
771
617
|
{
|
|
772
|
-
"name": "
|
|
618
|
+
"name": "multi"
|
|
773
619
|
},
|
|
774
620
|
{
|
|
775
|
-
"name": "
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"name": "location"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"name": "lock"
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"name": "mail"
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"name": "mail-check"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"name": "mail-closed"
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"name": "mail-minus"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"name": "mail-plus"
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"name": "mail-x"
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"name": "map"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "megaphone"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"name": "minus-circle"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"name": "moon"
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"name": "navigation"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"name": "organization"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"name": "package"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"name": "paperclip"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"name": "pencil"
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"name": "people"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"name": "percent"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "person"
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"name": "person-add"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"name": "person-circle"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "phone"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"name": "phone-minus"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"name": "phone-pause"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"name": "phone-plus"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "phone-slash"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "phone-x"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "pie-chart"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "pin"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"name": "pin-circle"
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"name": "pin-circle-filled"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "pin-filled"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"name": "play"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"name": "plus"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"name": "plus-circle"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"name": "printer"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"name": "question"
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"name": "refresh-cw"
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "repeat"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"name": "right-align"
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "rocket"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"name": "rotate-ccw"
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"name": "rotate-cw"
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"name": "save"
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"name": "search"
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "share"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "shopping-bag"
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"name": "shopping-cart"
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"name": "sign-in"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"name": "sign-out"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"name": "signature"
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"name": "sliders-h"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"name": "sliders-v"
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"name": "sort"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "star"
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"name": "star-fill"
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
"name": "star-half-fill"
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "sun"
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"name": "tag"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"name": "three-bars"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"name": "time-reverse"
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"name": "tools"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"name": "trashcan"
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"name": "triangle-down"
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "triangle-left"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"name": "triangle-right"
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"name": "triangle-up"
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"name": "trophy"
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "unlock"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"name": "upload"
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"name": "video-camera"
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"name": "x"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"name": "x-circle"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "x-circle-fill"
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"name": "zoom-in"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"name": "zoom-out"
|
|
621
|
+
"name": "single"
|
|
1007
622
|
}
|
|
1008
623
|
]
|
|
1009
624
|
},
|
|
1010
625
|
{
|
|
1011
|
-
"name": "
|
|
1012
|
-
"description": "
|
|
626
|
+
"name": "select-on-focus",
|
|
627
|
+
"description": "whether selection should be made when focusing on interactive element"
|
|
1013
628
|
},
|
|
1014
629
|
{
|
|
1015
|
-
"name": "
|
|
1016
|
-
"description": "
|
|
630
|
+
"name": "selected-values",
|
|
631
|
+
"description": "The currently selected value(s) in the dropdown."
|
|
1017
632
|
},
|
|
1018
633
|
{
|
|
1019
|
-
"name": "
|
|
1020
|
-
"description": "
|
|
634
|
+
"name": "trigger-id",
|
|
635
|
+
"description": "the id for the element that triggers the open state"
|
|
636
|
+
}
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "xpl-dropdown-group",
|
|
641
|
+
"description": {
|
|
642
|
+
"kind": "markdown",
|
|
643
|
+
"value": ""
|
|
644
|
+
},
|
|
645
|
+
"attributes": [
|
|
646
|
+
{
|
|
647
|
+
"name": "label",
|
|
648
|
+
"description": "text to display as heading"
|
|
649
|
+
}
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "xpl-dropdown-heading",
|
|
654
|
+
"description": {
|
|
655
|
+
"kind": "markdown",
|
|
656
|
+
"value": ""
|
|
657
|
+
},
|
|
658
|
+
"attributes": [
|
|
659
|
+
{
|
|
660
|
+
"name": "label",
|
|
661
|
+
"description": "text to display as heading"
|
|
662
|
+
}
|
|
663
|
+
]
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "xpl-dropdown-option",
|
|
667
|
+
"description": {
|
|
668
|
+
"kind": "markdown",
|
|
669
|
+
"value": ""
|
|
670
|
+
},
|
|
671
|
+
"attributes": [
|
|
672
|
+
{
|
|
673
|
+
"name": "disabled",
|
|
674
|
+
"description": "whether option is disabled"
|
|
1021
675
|
},
|
|
1022
676
|
{
|
|
1023
|
-
"name": "
|
|
1024
|
-
"description": "
|
|
677
|
+
"name": "selected",
|
|
678
|
+
"description": "whether option is selected"
|
|
1025
679
|
},
|
|
1026
680
|
{
|
|
1027
|
-
"name": "
|
|
1028
|
-
"description": "
|
|
681
|
+
"name": "label",
|
|
682
|
+
"description": "text to display for option"
|
|
1029
683
|
},
|
|
1030
684
|
{
|
|
1031
|
-
"name": "
|
|
1032
|
-
"description": "
|
|
1033
|
-
"values": [
|
|
1034
|
-
{
|
|
1035
|
-
"name": "ai"
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"name": "alarm-clock"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"name": "alert-circle"
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"name": "alert-hex"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"name": "alert-triangle"
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"name": "apps"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"name": "archive"
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"name": "arrow-down"
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
"name": "arrow-down-right"
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
"name": "arrow-left"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"name": "arrow-right"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "arrow-up"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"name": "arrow-up-right"
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"name": "award"
|
|
1075
|
-
},
|
|
1076
|
-
{
|
|
1077
|
-
"name": "bell"
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"name": "bell-slash"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"name": "bookmark"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"name": "bookmark-slash"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"name": "briefcase"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"name": "calendar"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"name": "calendar-month"
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"name": "calendar-week"
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"name": "camera"
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "cash-register"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"name": "check"
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"name": "check-circle"
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"name": "check-circle-fill"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"name": "chevron-down"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"name": "chevron-left"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"name": "chevron-right"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"name": "chevron-up"
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"name": "chevrons-down"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"name": "chevrons-left"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "chevrons-right"
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "chevrons-up"
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"name": "circle-slash"
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"name": "clipboard"
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"name": "clock"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"name": "code-square"
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"name": "comment"
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"name": "comment-alt"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"name": "comment-check"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"name": "comment-closed"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "comment-discussion"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"name": "comment-minus"
|
|
1168
|
-
},
|
|
1169
|
-
{
|
|
1170
|
-
"name": "comment-plus"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"name": "comment-x"
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"name": "compass"
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"name": "credit-card"
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"name": "dash"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"name": "dollar-bill"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "dollar-sign"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "download"
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
"name": "drag"
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "dumbbells"
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"name": "duplicate"
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"name": "edit"
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
"name": "expand"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"name": "eye"
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "eye-closed"
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
"name": "eye-droper"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"name": "file"
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"name": "flag"
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
"name": "folder"
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"name": "gear"
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"name": "gift"
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"name": "globe"
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "graph"
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"name": "graph-bar"
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"name": "grid"
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"name": "heart"
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
"name": "home"
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "image"
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"name": "info"
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
"name": "kebab-horizontal"
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"name": "kebab-vertical"
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"name": "key"
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"name": "law"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"name": "layers"
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"name": "left-align"
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"name": "light-bulb"
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "line"
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"name": "link"
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"name": "link-external"
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
"name": "list-ordered"
|
|
1288
|
-
},
|
|
1289
|
-
{
|
|
1290
|
-
"name": "list-unordered"
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "loader"
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"name": "location"
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "lock"
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"name": "mail"
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"name": "mail-check"
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"name": "mail-closed"
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"name": "mail-minus"
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"name": "mail-plus"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "mail-x"
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"name": "map"
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"name": "megaphone"
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"name": "minus-circle"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"name": "moon"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "navigation"
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"name": "organization"
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"name": "package"
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "paperclip"
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"name": "pencil"
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "people"
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"name": "percent"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"name": "person"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "person-add"
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"name": "person-circle"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "phone"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"name": "phone-minus"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"name": "phone-pause"
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"name": "phone-plus"
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"name": "phone-slash"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"name": "phone-x"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"name": "pie-chart"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"name": "pin"
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"name": "pin-circle"
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"name": "pin-circle-filled"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"name": "pin-filled"
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"name": "play"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"name": "plus"
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
"name": "plus-circle"
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"name": "printer"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "question"
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"name": "refresh-cw"
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "repeat"
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"name": "right-align"
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"name": "rocket"
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"name": "rotate-ccw"
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"name": "rotate-cw"
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"name": "save"
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"name": "search"
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"name": "share"
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"name": "shopping-bag"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"name": "shopping-cart"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "sign-in"
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"name": "sign-out"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"name": "signature"
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"name": "sliders-h"
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"name": "sliders-v"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "sort"
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "star"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"name": "star-fill"
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "star-half-fill"
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"name": "sun"
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"name": "tag"
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"name": "three-bars"
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"name": "time-reverse"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"name": "tools"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "trashcan"
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"name": "triangle-down"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"name": "triangle-left"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"name": "triangle-right"
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"name": "triangle-up"
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"name": "trophy"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "unlock"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "upload"
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"name": "video-camera"
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"name": "x"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"name": "x-circle"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"name": "x-circle-fill"
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"name": "zoom-in"
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"name": "zoom-out"
|
|
1525
|
-
}
|
|
1526
|
-
]
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"name": "small-stat-variant",
|
|
1530
|
-
"description": "set a variant that changes the color of the small stat based on the following rules:\n \n If trend is positive and greater than 0.5% color is green and up-right arrow is used \n\n If the trend is between -0.5% and 0.5% then its neutral the color is gray\n\n If the trend is negative less than -0.5% the color is red and down right arrow is used",
|
|
1531
|
-
"values": [
|
|
1532
|
-
{
|
|
1533
|
-
"name": "negative"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"name": "neutral"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"name": "positive"
|
|
1540
|
-
}
|
|
1541
|
-
]
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"name": "stat",
|
|
1545
|
-
"description": "Detail, stat, or value to be displayed.\nWill be rendered when card is larger than 441px.\nWill also appear in the tooltip when shortStat\nis shown."
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"name": "tooltip-text-small-stat",
|
|
1549
|
-
"description": "An optional field for tooltip text of small stat"
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"name": "tooltip-text-stat",
|
|
1553
|
-
"description": "An optional field for tooltip text of stat"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"name": "variant",
|
|
1557
|
-
"description": "Color variant. Used to set the icon\ncolor and background.",
|
|
1558
|
-
"values": [
|
|
1559
|
-
{
|
|
1560
|
-
"name": "primary"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "secondary"
|
|
1564
|
-
}
|
|
1565
|
-
]
|
|
1566
|
-
}
|
|
1567
|
-
]
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"name": "xpl-divider",
|
|
1571
|
-
"description": {
|
|
1572
|
-
"kind": "markdown",
|
|
1573
|
-
"value": ""
|
|
1574
|
-
},
|
|
1575
|
-
"attributes": [
|
|
1576
|
-
{
|
|
1577
|
-
"name": "tier",
|
|
1578
|
-
"description": "The tier should be an integer between 0 and 3.\nTier 0 dividers do not display text, and 1-3 increase\nin size with each increasing tier."
|
|
1579
|
-
}
|
|
1580
|
-
]
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"name": "xpl-dropdown",
|
|
1584
|
-
"description": {
|
|
1585
|
-
"kind": "markdown",
|
|
1586
|
-
"value": ""
|
|
1587
|
-
},
|
|
1588
|
-
"attributes": [
|
|
1589
|
-
{
|
|
1590
|
-
"name": "anchor-to-trigger",
|
|
1591
|
-
"description": "whether to anchor the dropdown to the trigger element, requires triggerId to be set"
|
|
1592
|
-
},
|
|
1593
|
-
{
|
|
1594
|
-
"name": "close-on-select",
|
|
1595
|
-
"description": "options that are listed"
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"name": "open",
|
|
1599
|
-
"description": "text to display as heading"
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
"name": "mode",
|
|
1603
|
-
"description": "constant representing number of options that can be selected",
|
|
1604
|
-
"values": [
|
|
1605
|
-
{
|
|
1606
|
-
"name": "multi"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"name": "single"
|
|
1610
|
-
}
|
|
1611
|
-
]
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"name": "select-on-focus",
|
|
1615
|
-
"description": "whether selection should be made when focusing on interactive element"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"name": "selected-values",
|
|
1619
|
-
"description": "The currently selected value(s) in the dropdown."
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"name": "trigger-id",
|
|
1623
|
-
"description": "the id for the element that triggers the open state"
|
|
1624
|
-
}
|
|
1625
|
-
]
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"name": "xpl-dropdown-group",
|
|
1629
|
-
"description": {
|
|
1630
|
-
"kind": "markdown",
|
|
1631
|
-
"value": ""
|
|
1632
|
-
},
|
|
1633
|
-
"attributes": [
|
|
1634
|
-
{
|
|
1635
|
-
"name": "label",
|
|
1636
|
-
"description": "text to display as heading"
|
|
1637
|
-
}
|
|
1638
|
-
]
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"name": "xpl-dropdown-heading",
|
|
1642
|
-
"description": {
|
|
1643
|
-
"kind": "markdown",
|
|
1644
|
-
"value": ""
|
|
1645
|
-
},
|
|
1646
|
-
"attributes": [
|
|
1647
|
-
{
|
|
1648
|
-
"name": "label",
|
|
1649
|
-
"description": "text to display as heading"
|
|
1650
|
-
}
|
|
1651
|
-
]
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"name": "xpl-dropdown-option",
|
|
1655
|
-
"description": {
|
|
1656
|
-
"kind": "markdown",
|
|
1657
|
-
"value": ""
|
|
1658
|
-
},
|
|
1659
|
-
"attributes": [
|
|
1660
|
-
{
|
|
1661
|
-
"name": "disabled",
|
|
1662
|
-
"description": "whether option is disabled"
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "selected",
|
|
1666
|
-
"description": "whether option is selected"
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"name": "label",
|
|
1670
|
-
"description": "text to display for option"
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"name": "subtitle",
|
|
1674
|
-
"description": "optional subtitle text to display below label"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "value",
|
|
1678
|
-
"description": "The selected options value to be submitted with the form, should this option be selected."
|
|
1679
|
-
}
|
|
1680
|
-
]
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"name": "xpl-dynamic-table",
|
|
1684
|
-
"description": {
|
|
1685
|
-
"kind": "markdown",
|
|
1686
|
-
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
1687
|
-
},
|
|
1688
|
-
"attributes": []
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"name": "xpl-dynamic-table-cell",
|
|
1692
|
-
"description": {
|
|
1693
|
-
"kind": "markdown",
|
|
1694
|
-
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
1695
|
-
},
|
|
1696
|
-
"attributes": [
|
|
1697
|
-
{
|
|
1698
|
-
"name": "disabled",
|
|
1699
|
-
"description": "Whether the cell and its contents are disabled."
|
|
1700
|
-
}
|
|
1701
|
-
]
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "xpl-dynamic-table-row",
|
|
1705
|
-
"description": {
|
|
1706
|
-
"kind": "markdown",
|
|
1707
|
-
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
1708
|
-
},
|
|
1709
|
-
"attributes": [
|
|
1710
|
-
{
|
|
1711
|
-
"name": "disabled",
|
|
1712
|
-
"description": "Whether the row and its cells are disabled."
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"name": "selected",
|
|
1716
|
-
"description": "Whether the row is selected."
|
|
1717
|
-
}
|
|
1718
|
-
]
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "xpl-grid",
|
|
1722
|
-
"description": {
|
|
1723
|
-
"kind": "markdown",
|
|
1724
|
-
"value": ""
|
|
1725
|
-
},
|
|
1726
|
-
"attributes": []
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"name": "xpl-grid-item",
|
|
1730
|
-
"description": {
|
|
1731
|
-
"kind": "markdown",
|
|
1732
|
-
"value": ""
|
|
1733
|
-
},
|
|
1734
|
-
"attributes": [
|
|
1735
|
-
{
|
|
1736
|
-
"name": "lg",
|
|
1737
|
-
"description": "The number of columns the element should span out of a 6 column grid on a\n lg size screen"
|
|
1738
|
-
},
|
|
1739
|
-
{
|
|
1740
|
-
"name": "md",
|
|
1741
|
-
"description": "The number of columns the element should span out of a 6 column grid on a\n md size screen"
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"name": "sm",
|
|
1745
|
-
"description": "The number of columns the element should span out of a 6 column grid on a\n sm size screen"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"name": "xs",
|
|
1749
|
-
"description": "The number of columns the element should span out of a 6 column grid on a\n xs size screen"
|
|
1750
|
-
}
|
|
1751
|
-
]
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "xpl-header-accordion",
|
|
1755
|
-
"description": {
|
|
1756
|
-
"kind": "markdown",
|
|
1757
|
-
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
1758
|
-
},
|
|
1759
|
-
"attributes": [
|
|
1760
|
-
{
|
|
1761
|
-
"name": "content-id",
|
|
1762
|
-
"description": "The id of the content region controlled by the accordion."
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"name": "disabled",
|
|
1766
|
-
"description": "Whether the accordion is disabled."
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "has-checkbox",
|
|
1770
|
-
"description": "Whether to display a parent checkbox in the accordion header."
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"name": "initial-expanded",
|
|
1774
|
-
"description": "Whether the accordion is expanded initially."
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"name": "selected-count",
|
|
1778
|
-
"description": "The number of selected child items, or -1 to auto-calculate."
|
|
1779
|
-
}
|
|
1780
|
-
]
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"name": "xpl-icon",
|
|
1784
|
-
"description": {
|
|
1785
|
-
"kind": "markdown",
|
|
1786
|
-
"value": ""
|
|
1787
|
-
},
|
|
1788
|
-
"attributes": [
|
|
1789
|
-
{
|
|
1790
|
-
"name": "background-color",
|
|
1791
|
-
"description": "Icon's background color."
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
"name": "icon",
|
|
1795
|
-
"description": "Name of icon",
|
|
1796
|
-
"values": [
|
|
1797
|
-
{
|
|
1798
|
-
"name": "ai"
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"name": "alarm-clock"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"name": "alert-circle"
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "alert-hex"
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "alert-triangle"
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "apps"
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"name": "archive"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"name": "arrow-down"
|
|
1820
|
-
},
|
|
1821
|
-
{
|
|
1822
|
-
"name": "arrow-down-right"
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "arrow-left"
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"name": "arrow-right"
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"name": "arrow-up"
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"name": "arrow-up-right"
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "award"
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "bell"
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"name": "bell-slash"
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
"name": "bookmark"
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "bookmark-slash"
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "briefcase"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"name": "calendar"
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"name": "calendar-month"
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"name": "calendar-week"
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"name": "camera"
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"name": "cash-register"
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "check"
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"name": "check-circle"
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "check-circle-fill"
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
"name": "chevron-down"
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"name": "chevron-left"
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"name": "chevron-right"
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "chevron-up"
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "chevrons-down"
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "chevrons-left"
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"name": "chevrons-right"
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"name": "chevrons-up"
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
"name": "circle-slash"
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"name": "clipboard"
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "clock"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"name": "code-square"
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
"name": "comment"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "comment-alt"
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "comment-check"
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
"name": "comment-closed"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "comment-discussion"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"name": "comment-minus"
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "comment-plus"
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"name": "comment-x"
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"name": "compass"
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"name": "credit-card"
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
"name": "dash"
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "dollar-bill"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"name": "dollar-sign"
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"name": "download"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"name": "drag"
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"name": "dumbbells"
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"name": "duplicate"
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"name": "edit"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "expand"
|
|
1970
|
-
},
|
|
1971
|
-
{
|
|
1972
|
-
"name": "eye"
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"name": "eye-closed"
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"name": "eye-droper"
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"name": "file"
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"name": "flag"
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"name": "folder"
|
|
1988
|
-
},
|
|
1989
|
-
{
|
|
1990
|
-
"name": "gear"
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "gift"
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"name": "globe"
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"name": "graph"
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"name": "graph-bar"
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"name": "grid"
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"name": "heart"
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "home"
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"name": "image"
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"name": "info"
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"name": "kebab-horizontal"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "kebab-vertical"
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"name": "key"
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"name": "law"
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"name": "layers"
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
"name": "left-align"
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
2038
|
-
"name": "light-bulb"
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"name": "line"
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"name": "link"
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"name": "link-external"
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"name": "list-ordered"
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"name": "list-unordered"
|
|
2054
|
-
},
|
|
2055
|
-
{
|
|
2056
|
-
"name": "loader"
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"name": "location"
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"name": "lock"
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"name": "mail"
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"name": "mail-check"
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"name": "mail-closed"
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"name": "mail-minus"
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"name": "mail-plus"
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"name": "mail-x"
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"name": "map"
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"name": "megaphone"
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
"name": "minus-circle"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "moon"
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"name": "navigation"
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"name": "organization"
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"name": "package"
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"name": "paperclip"
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"name": "pencil"
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"name": "people"
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"name": "percent"
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"name": "person"
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"name": "person-add"
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"name": "person-circle"
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"name": "phone"
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"name": "phone-minus"
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "phone-pause"
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"name": "phone-plus"
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"name": "phone-slash"
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"name": "phone-x"
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"name": "pie-chart"
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"name": "pin"
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
"name": "pin-circle"
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"name": "pin-circle-filled"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"name": "pin-filled"
|
|
2156
|
-
},
|
|
2157
|
-
{
|
|
2158
|
-
"name": "play"
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"name": "plus"
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
"name": "plus-circle"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"name": "printer"
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"name": "question"
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"name": "refresh-cw"
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"name": "repeat"
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"name": "right-align"
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"name": "rocket"
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"name": "rotate-ccw"
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"name": "rotate-cw"
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"name": "save"
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"name": "search"
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"name": "share"
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"name": "shopping-bag"
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"name": "shopping-cart"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "sign-in"
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"name": "sign-out"
|
|
2210
|
-
},
|
|
2211
|
-
{
|
|
2212
|
-
"name": "signature"
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"name": "sliders-h"
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"name": "sliders-v"
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"name": "sort"
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"name": "star"
|
|
2225
|
-
},
|
|
2226
|
-
{
|
|
2227
|
-
"name": "star-fill"
|
|
2228
|
-
},
|
|
2229
|
-
{
|
|
2230
|
-
"name": "star-half-fill"
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"name": "sun"
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"name": "tag"
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"name": "three-bars"
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"name": "time-reverse"
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"name": "tools"
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"name": "trashcan"
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"name": "triangle-down"
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"name": "triangle-left"
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"name": "triangle-right"
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
"name": "triangle-up"
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"name": "trophy"
|
|
2264
|
-
},
|
|
2265
|
-
{
|
|
2266
|
-
"name": "unlock"
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"name": "upload"
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"name": "video-camera"
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"name": "x"
|
|
2276
|
-
},
|
|
2277
|
-
{
|
|
2278
|
-
"name": "x-circle"
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"name": "x-circle-fill"
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
"name": "zoom-in"
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"name": "zoom-out"
|
|
2288
|
-
}
|
|
2289
|
-
]
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"name": "size",
|
|
2293
|
-
"description": "Size of icon"
|
|
2294
|
-
}
|
|
2295
|
-
]
|
|
2296
|
-
},
|
|
2297
|
-
{
|
|
2298
|
-
"name": "xpl-input",
|
|
2299
|
-
"description": {
|
|
2300
|
-
"kind": "markdown",
|
|
2301
|
-
"value": ""
|
|
2302
|
-
},
|
|
2303
|
-
"attributes": [
|
|
2304
|
-
{
|
|
2305
|
-
"name": "_id",
|
|
2306
|
-
"description": "Because `id` is a reserved HTMLElement attribute,\nwe prefix it with an underscore here so that it\ndoesn't get automatically applied to the outer container.\n\nApplies to all input types."
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"name": "accept",
|
|
2310
|
-
"description": "The accepted file types for the file input.\nCorresponds to the `accept` attribute on the input element.\nExample: 'image/*' for all image types, '.pdf' for PDF files, etc.\n\nApplies to file inputs."
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"name": "allow-custom-option",
|
|
2314
|
-
"description": "For time inputs, whether to allow custom option in the input even if not available in the dropdown.\nExample: A step of 30 minutes will allow 15:03, 15:37, etc.\n\nApplies to time inputs."
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "autocomplete",
|
|
2318
|
-
"description": "Hint for form autofill feature\n\nApplies to text, password, number."
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"name": "date-format",
|
|
2322
|
-
"description": "The date format to use for the datepicker input.\nThis is used by flatpickr to format the date.\nDefault is 'Y-m-d' (e.g., 2023-10-01).\n\nSee https://flatpickr.js.org/formatting/ for more details.\n\nApplies to date inputs."
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"name": "description",
|
|
2326
|
-
"description": "Optional text that appears below the input label.\n\nApplies to all input types."
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "disabled",
|
|
2330
|
-
"description": "Whether the field is disabled\n\nApplies to all input types."
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"name": "error",
|
|
2334
|
-
"description": "If an empty string (attribute present with no value),\nwill display visually as an error. If a string is\nincluded, will display visually as an error and include\nthe value as an error message.\n\nApplies to all input types."
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "hide-accept-text",
|
|
2338
|
-
"description": "Hides the \"Accept\" text that indicates the accepted file types\nThis is useful for cases where you want to hide the \"Accept\" text.\n\nApplies to file inputs."
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "hide-eye-dropper",
|
|
2342
|
-
"description": "Hide eye dropper\n\nApplies to color inputs."
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "hide-file-names",
|
|
2346
|
-
"description": "Hides the file names in the file upload component\nThis is useful for cases where you want to hide the file names after selection.\n\nApplies to file inputs."
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"name": "hide-trigger-on-select",
|
|
2350
|
-
"description": "Hides the trigger element when a file is selected.\nThis is useful for cases where you want to hide the trigger after a file is selected.\n\nApplies to file inputs."
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "label",
|
|
2354
|
-
"description": "Label text for the field\n\nApplies to all input types."
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
"name": "max",
|
|
2358
|
-
"description": "Maximum value for the input.\n\nApplies to number, time, and date inputs.\n\nIf the input is a time input, the value must be in 24 hour format, ex: 18:25 for 6:25 PM"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "max-character-count",
|
|
2362
|
-
"description": "For multiline inputs, a max. character count will\ndisplay along with the current character count,\nand will automatically render as an error if the\ncharacter count exceeds the max.\n\nThis is only applicable if `multiline` is `true`."
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"name": "min",
|
|
2366
|
-
"description": "The minimum value for the input.\n\nApplies to number, time, and date inputs.\n\nIf the input is a time input, the value must be in 24 hour format, ex: 05:25 for 5:25 AM"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "mode",
|
|
2370
|
-
"description": "For datepicker inputs, whether to allow only a single\ndate or a range of dates. (Multiple non-consecutive\ndates planned to be supported in the future.)\n\nApplies to date inputs.",
|
|
2371
|
-
"values": [
|
|
2372
|
-
{
|
|
2373
|
-
"name": "range"
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"name": "single"
|
|
2377
|
-
}
|
|
2378
|
-
]
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"name": "multiline",
|
|
2382
|
-
"description": "Whether to render as a singleline text input or\nas a multiline textarea. (If `true`, `pre` and `post`\nvalues will be ignored, if present.)\n\nApplies to text inputs."
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"name": "multiple",
|
|
2386
|
-
"description": "Whether the user can select multiple files at once.\nCorresponds to the `multiple` attribute on the input element.\n\nApplies to file inputs."
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
"name": "name",
|
|
2390
|
-
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"name": "placeholder",
|
|
2394
|
-
"description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
|
|
2395
|
-
},
|
|
2396
|
-
{
|
|
2397
|
-
"name": "post",
|
|
2398
|
-
"description": "A string (recommended max 3 characters) that gets shown\nvisually to the left of (before) the input.\n\nApplies to text, password, number, and date inputs.\nNote: This will be ignored if `multiline` is `true`."
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"name": "pre",
|
|
2402
|
-
"description": "A string (recommended max 8 characters) that gets shown\nvisually to the right of (after) the input.\n\nApplies to text, password, number, and date inputs.\nNote: This will be ignored if `multiline` is `true`."
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"name": "readonly",
|
|
2406
|
-
"description": "Whether the input is editable\n\nApplies to text, password, number, and date inputs."
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"name": "required",
|
|
2410
|
-
"description": "Whether the input is required\n\nApplies to all input types."
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"name": "step",
|
|
2414
|
-
"description": "The granularity that the value in a `number` input must adhere to when\nincrementing or decrementing. The default stepping value for number\ninputs is 1\n\nApplies to number and time inputs."
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"name": "time-format",
|
|
2418
|
-
"description": "The time format to display for the input.\n\nApplies to time inputs.\n\nIf 12h is selected, the value will be displayed in 12 hour format, ex: 05:25 PM for 17:25\nIf 24h is selected, the value will be displayed in 24 hour format, ex: 17:25 for 17:25",
|
|
2419
|
-
"values": [
|
|
2420
|
-
{
|
|
2421
|
-
"name": "12h"
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"name": "24h"
|
|
2425
|
-
}
|
|
2426
|
-
]
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"name": "type",
|
|
2430
|
-
"description": "The type of form control",
|
|
2431
|
-
"values": [
|
|
2432
|
-
{
|
|
2433
|
-
"name": "color"
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"name": "date"
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"name": "file"
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "number"
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"name": "password"
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"name": "text"
|
|
2449
|
-
},
|
|
2450
|
-
{
|
|
2451
|
-
"name": "time"
|
|
2452
|
-
}
|
|
2453
|
-
]
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "value",
|
|
2457
|
-
"description": "Including a `value` will pre-populate the input\nwith the given string.\n\nApplies to text, password, number, and date inputs."
|
|
2458
|
-
}
|
|
2459
|
-
]
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"name": "xpl-input-color",
|
|
2463
|
-
"description": {
|
|
2464
|
-
"kind": "markdown",
|
|
2465
|
-
"value": ""
|
|
2466
|
-
},
|
|
2467
|
-
"attributes": [
|
|
2468
|
-
{
|
|
2469
|
-
"name": "disabled",
|
|
2470
|
-
"description": "Indicates whether the color picker is disabled."
|
|
2471
|
-
},
|
|
2472
|
-
{
|
|
2473
|
-
"name": "hide-eye-dropper",
|
|
2474
|
-
"description": "Hide eye dropper"
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"name": "placeholder",
|
|
2478
|
-
"description": "Placeholder text for the color input.\nThis is used when no color is selected."
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"name": "required",
|
|
2482
|
-
"description": "Indicates whether the color picker is required."
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"name": "value",
|
|
2486
|
-
"description": "The color value of the picker."
|
|
2487
|
-
}
|
|
2488
|
-
]
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"name": "xpl-input-date",
|
|
2492
|
-
"description": {
|
|
2493
|
-
"kind": "markdown",
|
|
2494
|
-
"value": ""
|
|
2495
|
-
},
|
|
2496
|
-
"attributes": [
|
|
2497
|
-
{
|
|
2498
|
-
"name": "date-format",
|
|
2499
|
-
"description": "The date format to use for the datepicker input.\nThis is used by flatpickr to format the date.\nDefault is 'Y-m-d' (e.g., 2023-10-01).\n\nSee https://flatpickr.js.org/formatting/ for more details."
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"name": "disabled",
|
|
2503
|
-
"description": "Whether the field is disabled"
|
|
2504
|
-
},
|
|
2505
|
-
{
|
|
2506
|
-
"name": "input-id",
|
|
2507
|
-
"description": "The `inputId` is used to associate the input with a label."
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"name": "max",
|
|
2511
|
-
"description": "Maximum value for the input."
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "min",
|
|
2515
|
-
"description": "The minimum value for the input."
|
|
2516
|
-
},
|
|
2517
|
-
{
|
|
2518
|
-
"name": "mode",
|
|
2519
|
-
"description": "For datepicker inputs, whether to allow only a single\ndate or a range of dates. (Multiple non-consecutive\ndates planned to be supported in the future.)",
|
|
2520
|
-
"values": [
|
|
2521
|
-
{
|
|
2522
|
-
"name": "range"
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"name": "single"
|
|
2526
|
-
}
|
|
2527
|
-
]
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"name": "name",
|
|
2531
|
-
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"name": "placeholder",
|
|
2535
|
-
"description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "post",
|
|
2539
|
-
"description": "A string (recommended max 3 characters) that gets shown\nvisually to the left of (before) the input."
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"name": "pre",
|
|
2543
|
-
"description": "A string (recommended max 8 characters) that gets shown\nvisually to the right of (after) the input."
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "readonly",
|
|
2547
|
-
"description": "Whether the input is editable"
|
|
2548
|
-
},
|
|
2549
|
-
{
|
|
2550
|
-
"name": "required",
|
|
2551
|
-
"description": "Whether the input is required"
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"name": "value",
|
|
2555
|
-
"description": "Including a `value` will pre-populate the input\nwith the given string."
|
|
2556
|
-
}
|
|
2557
|
-
]
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "xpl-input-file",
|
|
2561
|
-
"description": {
|
|
2562
|
-
"kind": "markdown",
|
|
2563
|
-
"value": "`xpl-input-file` is a component that allows users to upload files."
|
|
2564
|
-
},
|
|
2565
|
-
"attributes": [
|
|
2566
|
-
{
|
|
2567
|
-
"name": "_id",
|
|
2568
|
-
"description": "Because `id` is a reserved HTMLElement attribute,\nwe prefix it with an underscore here so that it\ndoesn't get automatically applied to the outer container."
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "accept",
|
|
2572
|
-
"description": "The accepted file types for the file input.\nCorresponds to the `accept` attribute on the input element.\nExample: 'image/*' for all image types, '.pdf' for PDF files, etc."
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"name": "disabled",
|
|
2576
|
-
"description": "Whether the field is disabled"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"name": "hide-accept-text",
|
|
2580
|
-
"description": "Hides the \"Accept\" text that indicates the accepted file types"
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"name": "hide-file-names",
|
|
2584
|
-
"description": "Hides the file names in the file upload component"
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"name": "hide-trigger-on-select",
|
|
2588
|
-
"description": "Hides the trigger element when a file is selected."
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"name": "multiple",
|
|
2592
|
-
"description": "Whether the user can select multiple files at once.\nCorresponds to the `multiple` attribute on the input element."
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "name",
|
|
2596
|
-
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data."
|
|
2597
|
-
}
|
|
2598
|
-
]
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "xpl-input-time",
|
|
2602
|
-
"description": {
|
|
2603
|
-
"kind": "markdown",
|
|
2604
|
-
"value": ""
|
|
2605
|
-
},
|
|
2606
|
-
"attributes": [
|
|
2607
|
-
{
|
|
2608
|
-
"name": "allow-custom-option",
|
|
2609
|
-
"description": "For time inputs, whether to allow custom option in the input even if not available in the dropdown.\nExample: A step of 30 minutes will allow 15:03, 15:37, etc.\n\nApplies to time inputs."
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "disabled",
|
|
2613
|
-
"description": "Whether the field is disabled"
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"name": "input-id",
|
|
2617
|
-
"description": "The `inputId` is used to associate the input with a label."
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"name": "max",
|
|
2621
|
-
"description": "Maximum value for the input."
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"name": "min",
|
|
2625
|
-
"description": "The minimum value for the input."
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"name": "mode",
|
|
2629
|
-
"description": "Whether the input is a single time or a range of times.\n\nCurrently, only single time is supported.",
|
|
2630
|
-
"values": [
|
|
2631
|
-
{
|
|
2632
|
-
"name": "range"
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"name": "single"
|
|
2636
|
-
}
|
|
2637
|
-
]
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
"name": "name",
|
|
2641
|
-
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
"name": "placeholder",
|
|
2645
|
-
"description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"name": "readonly",
|
|
2649
|
-
"description": "Whether the input is editable"
|
|
2650
|
-
},
|
|
2651
|
-
{
|
|
2652
|
-
"name": "required",
|
|
2653
|
-
"description": "Whether the input is required"
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"name": "step",
|
|
2657
|
-
"description": "Time increment for dropdown options"
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"name": "time-format",
|
|
2661
|
-
"description": "The time format to display for the input.",
|
|
2662
|
-
"values": [
|
|
2663
|
-
{
|
|
2664
|
-
"name": "12h"
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"name": "24h"
|
|
2668
|
-
}
|
|
2669
|
-
]
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"name": "value",
|
|
2673
|
-
"description": "Including a `value` will pre-populate the input\nwith the given string.\n\nMust be in 24 hour format, ex: 15:25 for 3:25 PM"
|
|
2674
|
-
}
|
|
2675
|
-
]
|
|
2676
|
-
},
|
|
2677
|
-
{
|
|
2678
|
-
"name": "xpl-large-card",
|
|
2679
|
-
"description": {
|
|
2680
|
-
"kind": "markdown",
|
|
2681
|
-
"value": ""
|
|
2682
|
-
},
|
|
2683
|
-
"attributes": [
|
|
2684
|
-
{
|
|
2685
|
-
"name": "description",
|
|
2686
|
-
"description": "Description of the Card"
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"name": "link",
|
|
2690
|
-
"description": "Whether the card is a link or not"
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"name": "name",
|
|
2694
|
-
"description": "Name of the Card"
|
|
2695
|
-
}
|
|
2696
|
-
]
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"name": "xpl-list",
|
|
2700
|
-
"description": {
|
|
2701
|
-
"kind": "markdown",
|
|
2702
|
-
"value": ""
|
|
2703
|
-
},
|
|
2704
|
-
"attributes": []
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"name": "xpl-main-nav",
|
|
2708
|
-
"description": {
|
|
2709
|
-
"kind": "markdown",
|
|
2710
|
-
"value": "The Main Nav component contains is split in 3 areas. The top area is where the branding goes. It's divided into 2 slots `logo` and `brand-name`.\nThe middle area is where the main navigation links go. It's a `<nav>` tag with a slot named `navigation`, where a `<ul slot=\"navigation\">` with `<xpl-nav-items>` should be rendered.\n\nThe bottom area is fixed to the bottom and should be used for actions. To render content within this area use the slot `footer` with a `<ul slot=\"footer\">` tag."
|
|
2711
|
-
},
|
|
2712
|
-
"attributes": [
|
|
2713
|
-
{
|
|
2714
|
-
"name": "width",
|
|
2715
|
-
"description": "",
|
|
2716
|
-
"values": [
|
|
2717
|
-
{
|
|
2718
|
-
"name": "default"
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"name": "md"
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
"name": "sm"
|
|
2725
|
-
}
|
|
2726
|
-
]
|
|
2727
|
-
}
|
|
2728
|
-
]
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"name": "xpl-modal",
|
|
2732
|
-
"description": {
|
|
2733
|
-
"kind": "markdown",
|
|
2734
|
-
"value": ""
|
|
2735
|
-
},
|
|
2736
|
-
"attributes": [
|
|
2737
|
-
{
|
|
2738
|
-
"name": "is-open",
|
|
2739
|
-
"description": "Whether the modal is open."
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"name": "size",
|
|
2743
|
-
"description": "The size of the modal.",
|
|
2744
|
-
"values": [
|
|
2745
|
-
{
|
|
2746
|
-
"name": "large"
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"name": "medium"
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "small"
|
|
2753
|
-
}
|
|
2754
|
-
]
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"name": "variant",
|
|
2758
|
-
"description": "The visual variant of the modal.",
|
|
2759
|
-
"values": [
|
|
2760
|
-
{
|
|
2761
|
-
"name": "default"
|
|
2762
|
-
},
|
|
2763
|
-
{
|
|
2764
|
-
"name": "warning"
|
|
2765
|
-
}
|
|
2766
|
-
]
|
|
2767
|
-
}
|
|
2768
|
-
]
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "xpl-nav-item",
|
|
2772
|
-
"description": {
|
|
2773
|
-
"kind": "markdown",
|
|
2774
|
-
"value": "This component should be used within sections of the `<xpl-main-nav>`. This component yields a slot named `link`, where a `<a>` tag should be used. Within the `<a>` tag, there are two slots, one named `icon`, where any svg can be placed. An an unnamed slot, where the link text should be placed."
|
|
2775
|
-
},
|
|
2776
|
-
"attributes": [
|
|
2777
|
-
{
|
|
2778
|
-
"name": "nav-control",
|
|
2779
|
-
"description": ""
|
|
2780
|
-
}
|
|
2781
|
-
]
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"name": "xpl-pagination",
|
|
2785
|
-
"description": {
|
|
2786
|
-
"kind": "markdown",
|
|
2787
|
-
"value": "> **Note:** This component is in beta. Use with caution and expect updates before the full release."
|
|
2788
|
-
},
|
|
2789
|
-
"attributes": [
|
|
2790
|
-
{
|
|
2791
|
-
"name": "current-page",
|
|
2792
|
-
"description": "The current active page (1-based).\nMarked as mutable so we can update from inside this component."
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
"name": "rows-per-page-options",
|
|
2796
|
-
"description": "The rows-per-page options offered in the dropdown."
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
"name": "selected-rows-per-page",
|
|
2800
|
-
"description": "The currently selected rows-per-page."
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"name": "total-pages",
|
|
2804
|
-
"description": "Total number of pages."
|
|
2805
|
-
},
|
|
2806
|
-
{
|
|
2807
|
-
"name": "with-page-control",
|
|
2808
|
-
"description": "Whether to allow go to page navigation."
|
|
2809
|
-
}
|
|
2810
|
-
]
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"name": "xpl-popover",
|
|
2814
|
-
"description": {
|
|
2815
|
-
"kind": "markdown",
|
|
2816
|
-
"value": ""
|
|
2817
|
-
},
|
|
2818
|
-
"attributes": [
|
|
2819
|
-
{
|
|
2820
|
-
"name": "disabled",
|
|
2821
|
-
"description": "Whether the popover is disabled or not."
|
|
2822
|
-
},
|
|
2823
|
-
{
|
|
2824
|
-
"name": "display",
|
|
2825
|
-
"description": "The display style of the popover, either as an arrow or a menu.\n- 'arrow': Displays an arrow pointing to the trigger element.\n- 'menu': Displays a menu-style popover without an arrow.",
|
|
2826
|
-
"values": [
|
|
2827
|
-
{
|
|
2828
|
-
"name": "arrow"
|
|
2829
|
-
},
|
|
2830
|
-
{
|
|
2831
|
-
"name": "menu"
|
|
2832
|
-
}
|
|
2833
|
-
]
|
|
2834
|
-
},
|
|
2835
|
-
{
|
|
2836
|
-
"name": "is-open",
|
|
2837
|
-
"description": "Whether the popover is open by default or not."
|
|
2838
|
-
},
|
|
2839
|
-
{
|
|
2840
|
-
"name": "position",
|
|
2841
|
-
"description": "The position of the trigger element relative to the popover.",
|
|
2842
|
-
"values": [
|
|
2843
|
-
{
|
|
2844
|
-
"name": "bottom-end"
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"name": "bottom-left"
|
|
2848
|
-
},
|
|
2849
|
-
{
|
|
2850
|
-
"name": "bottom-middle"
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
"name": "bottom-right"
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"name": "bottom-start"
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"name": "middle-left"
|
|
2860
|
-
},
|
|
2861
|
-
{
|
|
2862
|
-
"name": "middle-right"
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "top-end"
|
|
2866
|
-
},
|
|
2867
|
-
{
|
|
2868
|
-
"name": "top-left"
|
|
2869
|
-
},
|
|
2870
|
-
{
|
|
2871
|
-
"name": "top-middle"
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"name": "top-right"
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
"name": "top-start"
|
|
2878
|
-
}
|
|
2879
|
-
]
|
|
2880
|
-
}
|
|
2881
|
-
]
|
|
2882
|
-
},
|
|
2883
|
-
{
|
|
2884
|
-
"name": "xpl-progress",
|
|
2885
|
-
"description": {
|
|
2886
|
-
"kind": "markdown",
|
|
2887
|
-
"value": ""
|
|
2888
|
-
},
|
|
2889
|
-
"attributes": [
|
|
2890
|
-
{
|
|
2891
|
-
"name": "current-step",
|
|
2892
|
-
"description": "Current step, is the index of the current active step"
|
|
2893
|
-
}
|
|
2894
|
-
]
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"name": "xpl-radio",
|
|
2898
|
-
"description": {
|
|
2899
|
-
"kind": "markdown",
|
|
2900
|
-
"value": ""
|
|
2901
|
-
},
|
|
2902
|
-
"attributes": [
|
|
2903
|
-
{
|
|
2904
|
-
"name": "checked",
|
|
2905
|
-
"description": "Whether the input is \"on\""
|
|
2906
|
-
},
|
|
2907
|
-
{
|
|
2908
|
-
"name": "description",
|
|
2909
|
-
"description": "Description text for the field"
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"name": "disabled",
|
|
2913
|
-
"description": "Whether the input is disabled"
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"name": "name",
|
|
2917
|
-
"description": "The name attribute for the html input.\n(submittted in form as name/value pair)"
|
|
2918
|
-
},
|
|
2919
|
-
{
|
|
2920
|
-
"name": "required",
|
|
2921
|
-
"description": "Whether the input is required"
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"name": "styled",
|
|
2925
|
-
"description": "Whether the input is contained in a box with a border and, in disabled\nstate, a background"
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"name": "value",
|
|
2929
|
-
"description": "The value attribute for the radio input.\n(submittted in form as name/value pair)"
|
|
2930
|
-
}
|
|
2931
|
-
]
|
|
2932
|
-
},
|
|
2933
|
-
{
|
|
2934
|
-
"name": "xpl-secondary-nav",
|
|
2935
|
-
"description": {
|
|
2936
|
-
"kind": "markdown",
|
|
2937
|
-
"value": "The Secondary Nav component is a component that allows navigation within the content area. It yields one slot where a <ul> element with <xpl-nav-item> elements should be rendered."
|
|
2938
|
-
},
|
|
2939
|
-
"attributes": []
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"name": "xpl-select",
|
|
2943
|
-
"description": {
|
|
2944
|
-
"kind": "markdown",
|
|
2945
|
-
"value": ""
|
|
2946
|
-
},
|
|
2947
|
-
"attributes": [
|
|
2948
|
-
{
|
|
2949
|
-
"name": "class-names",
|
|
2950
|
-
"description": "The class name to apply to the select component."
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"name": "custom-display-value",
|
|
2954
|
-
"description": "If true, enables custom display value rendering via slot."
|
|
2955
|
-
},
|
|
2956
|
-
{
|
|
2957
|
-
"name": "description",
|
|
2958
|
-
"description": "Optional text that appears below the input label."
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"name": "disabled",
|
|
2962
|
-
"description": "Whether the field is disabled"
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
"name": "error",
|
|
2966
|
-
"description": "If an empty string (attribute present with no value),\nwill display visually as an error. If a string is\nincluded, will display visually as an error and include\nthe value as an error message."
|
|
2967
|
-
},
|
|
2968
|
-
{
|
|
2969
|
-
"name": "label",
|
|
2970
|
-
"description": "The label that appears above the select dropdown"
|
|
2971
|
-
},
|
|
2972
|
-
{
|
|
2973
|
-
"name": "mode",
|
|
2974
|
-
"description": "Whether to allow a single choice or multiple choices.",
|
|
2975
|
-
"values": [
|
|
2976
|
-
{
|
|
2977
|
-
"name": "multi"
|
|
2978
|
-
},
|
|
2979
|
-
{
|
|
2980
|
-
"name": "single"
|
|
2981
|
-
}
|
|
2982
|
-
]
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"name": "name",
|
|
2986
|
-
"description": "The name of the hidden input field that contains the selected option's value(s)"
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
"name": "placeholder",
|
|
2990
|
-
"description": "Placeholder text that appears when the field has no value"
|
|
2991
|
-
},
|
|
2992
|
-
{
|
|
2993
|
-
"name": "select-icon",
|
|
2994
|
-
"description": "The icon to display in the select trigger button.",
|
|
2995
|
-
"values": [
|
|
2996
|
-
{
|
|
2997
|
-
"name": "ai"
|
|
2998
|
-
},
|
|
2999
|
-
{
|
|
3000
|
-
"name": "alarm-clock"
|
|
3001
|
-
},
|
|
3002
|
-
{
|
|
3003
|
-
"name": "alert-circle"
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"name": "alert-hex"
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"name": "alert-triangle"
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"name": "apps"
|
|
3013
|
-
},
|
|
3014
|
-
{
|
|
3015
|
-
"name": "archive"
|
|
3016
|
-
},
|
|
3017
|
-
{
|
|
3018
|
-
"name": "arrow-down"
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"name": "arrow-down-right"
|
|
3022
|
-
},
|
|
3023
|
-
{
|
|
3024
|
-
"name": "arrow-left"
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"name": "arrow-right"
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"name": "arrow-up"
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"name": "arrow-up-right"
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"name": "award"
|
|
3037
|
-
},
|
|
3038
|
-
{
|
|
3039
|
-
"name": "bell"
|
|
3040
|
-
},
|
|
3041
|
-
{
|
|
3042
|
-
"name": "bell-slash"
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"name": "bookmark"
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"name": "bookmark-slash"
|
|
3049
|
-
},
|
|
3050
|
-
{
|
|
3051
|
-
"name": "briefcase"
|
|
3052
|
-
},
|
|
3053
|
-
{
|
|
3054
|
-
"name": "calendar"
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"name": "calendar-month"
|
|
3058
|
-
},
|
|
3059
|
-
{
|
|
3060
|
-
"name": "calendar-week"
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"name": "camera"
|
|
3064
|
-
},
|
|
3065
|
-
{
|
|
3066
|
-
"name": "cash-register"
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"name": "check"
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"name": "check-circle"
|
|
3073
|
-
},
|
|
3074
|
-
{
|
|
3075
|
-
"name": "check-circle-fill"
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"name": "chevron-down"
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"name": "chevron-left"
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"name": "chevron-right"
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
"name": "chevron-up"
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"name": "chevrons-down"
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"name": "chevrons-left"
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"name": "chevrons-right"
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"name": "chevrons-up"
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "circle-slash"
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"name": "clipboard"
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"name": "clock"
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
"name": "code-square"
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"name": "comment"
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"name": "comment-alt"
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"name": "comment-check"
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"name": "comment-closed"
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "comment-discussion"
|
|
3127
|
-
},
|
|
3128
|
-
{
|
|
3129
|
-
"name": "comment-minus"
|
|
3130
|
-
},
|
|
3131
|
-
{
|
|
3132
|
-
"name": "comment-plus"
|
|
3133
|
-
},
|
|
3134
|
-
{
|
|
3135
|
-
"name": "comment-x"
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"name": "compass"
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"name": "credit-card"
|
|
3142
|
-
},
|
|
3143
|
-
{
|
|
3144
|
-
"name": "dash"
|
|
3145
|
-
},
|
|
3146
|
-
{
|
|
3147
|
-
"name": "dollar-bill"
|
|
3148
|
-
},
|
|
3149
|
-
{
|
|
3150
|
-
"name": "dollar-sign"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"name": "download"
|
|
3154
|
-
},
|
|
3155
|
-
{
|
|
3156
|
-
"name": "drag"
|
|
3157
|
-
},
|
|
3158
|
-
{
|
|
3159
|
-
"name": "dumbbells"
|
|
3160
|
-
},
|
|
3161
|
-
{
|
|
3162
|
-
"name": "duplicate"
|
|
3163
|
-
},
|
|
3164
|
-
{
|
|
3165
|
-
"name": "edit"
|
|
3166
|
-
},
|
|
3167
|
-
{
|
|
3168
|
-
"name": "expand"
|
|
3169
|
-
},
|
|
3170
|
-
{
|
|
3171
|
-
"name": "eye"
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"name": "eye-closed"
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"name": "eye-droper"
|
|
3178
|
-
},
|
|
3179
|
-
{
|
|
3180
|
-
"name": "file"
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"name": "flag"
|
|
3184
|
-
},
|
|
3185
|
-
{
|
|
3186
|
-
"name": "folder"
|
|
3187
|
-
},
|
|
3188
|
-
{
|
|
3189
|
-
"name": "gear"
|
|
3190
|
-
},
|
|
3191
|
-
{
|
|
3192
|
-
"name": "gift"
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"name": "globe"
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"name": "graph"
|
|
3199
|
-
},
|
|
3200
|
-
{
|
|
3201
|
-
"name": "graph-bar"
|
|
3202
|
-
},
|
|
3203
|
-
{
|
|
3204
|
-
"name": "grid"
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"name": "heart"
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"name": "home"
|
|
3211
|
-
},
|
|
3212
|
-
{
|
|
3213
|
-
"name": "image"
|
|
3214
|
-
},
|
|
3215
|
-
{
|
|
3216
|
-
"name": "info"
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"name": "kebab-horizontal"
|
|
3220
|
-
},
|
|
3221
|
-
{
|
|
3222
|
-
"name": "kebab-vertical"
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"name": "key"
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"name": "law"
|
|
3229
|
-
},
|
|
3230
|
-
{
|
|
3231
|
-
"name": "layers"
|
|
3232
|
-
},
|
|
3233
|
-
{
|
|
3234
|
-
"name": "left-align"
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"name": "light-bulb"
|
|
3238
|
-
},
|
|
3239
|
-
{
|
|
3240
|
-
"name": "line"
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"name": "link"
|
|
3244
|
-
},
|
|
3245
|
-
{
|
|
3246
|
-
"name": "link-external"
|
|
3247
|
-
},
|
|
3248
|
-
{
|
|
3249
|
-
"name": "list-ordered"
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"name": "list-unordered"
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"name": "loader"
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"name": "location"
|
|
3259
|
-
},
|
|
3260
|
-
{
|
|
3261
|
-
"name": "lock"
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"name": "mail"
|
|
3265
|
-
},
|
|
3266
|
-
{
|
|
3267
|
-
"name": "mail-check"
|
|
3268
|
-
},
|
|
3269
|
-
{
|
|
3270
|
-
"name": "mail-closed"
|
|
3271
|
-
},
|
|
3272
|
-
{
|
|
3273
|
-
"name": "mail-minus"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"name": "mail-plus"
|
|
3277
|
-
},
|
|
3278
|
-
{
|
|
3279
|
-
"name": "mail-x"
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
"name": "map"
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"name": "megaphone"
|
|
3286
|
-
},
|
|
3287
|
-
{
|
|
3288
|
-
"name": "minus-circle"
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"name": "moon"
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"name": "navigation"
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"name": "organization"
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"name": "package"
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"name": "paperclip"
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "pencil"
|
|
3307
|
-
},
|
|
3308
|
-
{
|
|
3309
|
-
"name": "people"
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
"name": "percent"
|
|
3313
|
-
},
|
|
3314
|
-
{
|
|
3315
|
-
"name": "person"
|
|
3316
|
-
},
|
|
3317
|
-
{
|
|
3318
|
-
"name": "person-add"
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"name": "person-circle"
|
|
3322
|
-
},
|
|
3323
|
-
{
|
|
3324
|
-
"name": "phone"
|
|
3325
|
-
},
|
|
3326
|
-
{
|
|
3327
|
-
"name": "phone-minus"
|
|
3328
|
-
},
|
|
3329
|
-
{
|
|
3330
|
-
"name": "phone-pause"
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"name": "phone-plus"
|
|
3334
|
-
},
|
|
3335
|
-
{
|
|
3336
|
-
"name": "phone-slash"
|
|
3337
|
-
},
|
|
3338
|
-
{
|
|
3339
|
-
"name": "phone-x"
|
|
3340
|
-
},
|
|
3341
|
-
{
|
|
3342
|
-
"name": "pie-chart"
|
|
3343
|
-
},
|
|
3344
|
-
{
|
|
3345
|
-
"name": "pin"
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "pin-circle"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"name": "pin-circle-filled"
|
|
3352
|
-
},
|
|
3353
|
-
{
|
|
3354
|
-
"name": "pin-filled"
|
|
3355
|
-
},
|
|
3356
|
-
{
|
|
3357
|
-
"name": "play"
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"name": "plus"
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"name": "plus-circle"
|
|
3364
|
-
},
|
|
3365
|
-
{
|
|
3366
|
-
"name": "printer"
|
|
3367
|
-
},
|
|
3368
|
-
{
|
|
3369
|
-
"name": "question"
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"name": "refresh-cw"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"name": "repeat"
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
"name": "right-align"
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
3381
|
-
"name": "rocket"
|
|
3382
|
-
},
|
|
3383
|
-
{
|
|
3384
|
-
"name": "rotate-ccw"
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"name": "rotate-cw"
|
|
3388
|
-
},
|
|
3389
|
-
{
|
|
3390
|
-
"name": "save"
|
|
3391
|
-
},
|
|
3392
|
-
{
|
|
3393
|
-
"name": "search"
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
"name": "share"
|
|
3397
|
-
},
|
|
3398
|
-
{
|
|
3399
|
-
"name": "shopping-bag"
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
"name": "shopping-cart"
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"name": "sign-in"
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"name": "sign-out"
|
|
3409
|
-
},
|
|
3410
|
-
{
|
|
3411
|
-
"name": "signature"
|
|
3412
|
-
},
|
|
3413
|
-
{
|
|
3414
|
-
"name": "sliders-h"
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"name": "sliders-v"
|
|
3418
|
-
},
|
|
3419
|
-
{
|
|
3420
|
-
"name": "sort"
|
|
3421
|
-
},
|
|
3422
|
-
{
|
|
3423
|
-
"name": "star"
|
|
3424
|
-
},
|
|
3425
|
-
{
|
|
3426
|
-
"name": "star-fill"
|
|
3427
|
-
},
|
|
3428
|
-
{
|
|
3429
|
-
"name": "star-half-fill"
|
|
3430
|
-
},
|
|
3431
|
-
{
|
|
3432
|
-
"name": "sun"
|
|
3433
|
-
},
|
|
3434
|
-
{
|
|
3435
|
-
"name": "tag"
|
|
3436
|
-
},
|
|
3437
|
-
{
|
|
3438
|
-
"name": "three-bars"
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"name": "time-reverse"
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"name": "tools"
|
|
3445
|
-
},
|
|
3446
|
-
{
|
|
3447
|
-
"name": "trashcan"
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"name": "triangle-down"
|
|
3451
|
-
},
|
|
3452
|
-
{
|
|
3453
|
-
"name": "triangle-left"
|
|
3454
|
-
},
|
|
3455
|
-
{
|
|
3456
|
-
"name": "triangle-right"
|
|
3457
|
-
},
|
|
3458
|
-
{
|
|
3459
|
-
"name": "triangle-up"
|
|
3460
|
-
},
|
|
3461
|
-
{
|
|
3462
|
-
"name": "trophy"
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"name": "unlock"
|
|
3466
|
-
},
|
|
3467
|
-
{
|
|
3468
|
-
"name": "upload"
|
|
3469
|
-
},
|
|
3470
|
-
{
|
|
3471
|
-
"name": "video-camera"
|
|
3472
|
-
},
|
|
3473
|
-
{
|
|
3474
|
-
"name": "x"
|
|
3475
|
-
},
|
|
3476
|
-
{
|
|
3477
|
-
"name": "x-circle"
|
|
3478
|
-
},
|
|
3479
|
-
{
|
|
3480
|
-
"name": "x-circle-fill"
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"name": "zoom-in"
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"name": "zoom-out"
|
|
3487
|
-
}
|
|
3488
|
-
]
|
|
3489
|
-
},
|
|
3490
|
-
{
|
|
3491
|
-
"name": "selected-values",
|
|
3492
|
-
"description": "The value(s) currently selected in the select component."
|
|
685
|
+
"name": "subtitle",
|
|
686
|
+
"description": "optional subtitle text to display below label"
|
|
3493
687
|
},
|
|
3494
688
|
{
|
|
3495
|
-
"name": "
|
|
3496
|
-
"description": "
|
|
689
|
+
"name": "value",
|
|
690
|
+
"description": "The selected options value to be submitted with the form, should this option be selected."
|
|
3497
691
|
}
|
|
3498
692
|
]
|
|
3499
693
|
},
|
|
3500
694
|
{
|
|
3501
|
-
"name": "xpl-
|
|
695
|
+
"name": "xpl-dynamic-table",
|
|
3502
696
|
"description": {
|
|
3503
697
|
"kind": "markdown",
|
|
3504
|
-
"value": ""
|
|
698
|
+
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases.\n\nThe Dynamic Table is a rich content table that can accommodate multiple types of data."
|
|
699
|
+
},
|
|
700
|
+
"attributes": []
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "xpl-dynamic-table-cell",
|
|
704
|
+
"description": {
|
|
705
|
+
"kind": "markdown",
|
|
706
|
+
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
3505
707
|
},
|
|
3506
708
|
"attributes": [
|
|
3507
709
|
{
|
|
3508
|
-
"name": "
|
|
3509
|
-
"description": "
|
|
3510
|
-
}
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
"name": "margin",
|
|
3521
|
-
"description": "The margin of the skeleton. (e.g. '10px', '1rem', '1rem 0')\naccepts any valid CSS margin value"
|
|
3522
|
-
},
|
|
3523
|
-
{
|
|
3524
|
-
"name": "shape",
|
|
3525
|
-
"description": "The shape of the skeleton.",
|
|
3526
|
-
"values": [
|
|
3527
|
-
{
|
|
3528
|
-
"name": "circle"
|
|
3529
|
-
},
|
|
3530
|
-
{
|
|
3531
|
-
"name": "rectangle"
|
|
3532
|
-
},
|
|
3533
|
-
{
|
|
3534
|
-
"name": "square"
|
|
3535
|
-
}
|
|
3536
|
-
]
|
|
3537
|
-
},
|
|
710
|
+
"name": "disabled",
|
|
711
|
+
"description": "Whether the cell and its contents are disabled."
|
|
712
|
+
}
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "xpl-dynamic-table-row",
|
|
717
|
+
"description": {
|
|
718
|
+
"kind": "markdown",
|
|
719
|
+
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
720
|
+
},
|
|
721
|
+
"attributes": [
|
|
3538
722
|
{
|
|
3539
|
-
"name": "
|
|
3540
|
-
"description": "
|
|
3541
|
-
"values": [
|
|
3542
|
-
{
|
|
3543
|
-
"name": "body"
|
|
3544
|
-
},
|
|
3545
|
-
{
|
|
3546
|
-
"name": "custom"
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"name": "display"
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"name": "title-1"
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
"name": "title-2"
|
|
3556
|
-
},
|
|
3557
|
-
{
|
|
3558
|
-
"name": "title-3"
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "title-4"
|
|
3562
|
-
},
|
|
3563
|
-
{
|
|
3564
|
-
"name": "title-5"
|
|
3565
|
-
}
|
|
3566
|
-
]
|
|
723
|
+
"name": "disabled",
|
|
724
|
+
"description": "Whether the row and its cells are disabled."
|
|
3567
725
|
},
|
|
3568
726
|
{
|
|
3569
|
-
"name": "
|
|
3570
|
-
"description": "
|
|
727
|
+
"name": "selected",
|
|
728
|
+
"description": "Whether the row is selected."
|
|
3571
729
|
}
|
|
3572
730
|
]
|
|
3573
731
|
},
|
|
3574
732
|
{
|
|
3575
|
-
"name": "xpl-
|
|
733
|
+
"name": "xpl-grid",
|
|
734
|
+
"description": {
|
|
735
|
+
"kind": "markdown",
|
|
736
|
+
"value": "XPL-Grid is a code only utility component to help with responsive layouts."
|
|
737
|
+
},
|
|
738
|
+
"attributes": []
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "xpl-grid-item",
|
|
3576
742
|
"description": {
|
|
3577
743
|
"kind": "markdown",
|
|
3578
744
|
"value": ""
|
|
3579
745
|
},
|
|
3580
746
|
"attributes": [
|
|
3581
747
|
{
|
|
3582
|
-
"name": "
|
|
3583
|
-
"description": "
|
|
748
|
+
"name": "lg",
|
|
749
|
+
"description": "The number of columns the element should span out of a 6 column grid on a\n lg size screen"
|
|
3584
750
|
},
|
|
3585
751
|
{
|
|
3586
|
-
"name": "
|
|
3587
|
-
"description": "
|
|
752
|
+
"name": "md",
|
|
753
|
+
"description": "The number of columns the element should span out of a 6 column grid on a\n md size screen"
|
|
3588
754
|
},
|
|
3589
755
|
{
|
|
3590
|
-
"name": "
|
|
3591
|
-
"description": "
|
|
756
|
+
"name": "sm",
|
|
757
|
+
"description": "The number of columns the element should span out of a 6 column grid on a\n sm size screen"
|
|
3592
758
|
},
|
|
3593
759
|
{
|
|
3594
|
-
"name": "
|
|
3595
|
-
"description": "The
|
|
3596
|
-
"values": [
|
|
3597
|
-
{
|
|
3598
|
-
"name": "default"
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"name": "warning"
|
|
3602
|
-
}
|
|
3603
|
-
]
|
|
760
|
+
"name": "xs",
|
|
761
|
+
"description": "The number of columns the element should span out of a 6 column grid on a\n xs size screen"
|
|
3604
762
|
}
|
|
3605
763
|
]
|
|
3606
764
|
},
|
|
3607
765
|
{
|
|
3608
|
-
"name": "xpl-
|
|
766
|
+
"name": "xpl-header-accordion",
|
|
3609
767
|
"description": {
|
|
3610
768
|
"kind": "markdown",
|
|
3611
|
-
"value": ""
|
|
769
|
+
"value": "The toolbar component allows users to manipulate selections within the Dynamic Table. It is only visible when a row or cell is in the selected state and bulk actions can be taken on that row or cell. \n\n> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
3612
770
|
},
|
|
3613
771
|
"attributes": [
|
|
3614
772
|
{
|
|
3615
|
-
"name": "
|
|
3616
|
-
"description": "
|
|
773
|
+
"name": "content-id",
|
|
774
|
+
"description": "The id of the content region controlled by the accordion."
|
|
3617
775
|
},
|
|
3618
776
|
{
|
|
3619
|
-
"name": "
|
|
3620
|
-
"description": "
|
|
777
|
+
"name": "disabled",
|
|
778
|
+
"description": "Whether the accordion is disabled."
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "has-checkbox",
|
|
782
|
+
"description": "Whether to display a parent checkbox in the accordion header."
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "initial-expanded",
|
|
786
|
+
"description": "Whether the accordion is expanded initially."
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "selected-count",
|
|
790
|
+
"description": "The number of selected child items, or -1 to auto-calculate."
|
|
3621
791
|
}
|
|
3622
792
|
]
|
|
3623
793
|
},
|
|
3624
794
|
{
|
|
3625
|
-
"name": "xpl-
|
|
795
|
+
"name": "xpl-icon",
|
|
3626
796
|
"description": {
|
|
3627
797
|
"kind": "markdown",
|
|
3628
798
|
"value": ""
|
|
3629
799
|
},
|
|
3630
800
|
"attributes": [
|
|
3631
801
|
{
|
|
3632
|
-
"name": "
|
|
3633
|
-
"description": "
|
|
802
|
+
"name": "background-color",
|
|
803
|
+
"description": "Icon's background color."
|
|
3634
804
|
},
|
|
3635
805
|
{
|
|
3636
|
-
"name": "
|
|
3637
|
-
"description": "
|
|
806
|
+
"name": "icon",
|
|
807
|
+
"description": "Name of icon."
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"name": "size",
|
|
811
|
+
"description": "Size of icon"
|
|
3638
812
|
}
|
|
3639
813
|
]
|
|
3640
814
|
},
|
|
3641
815
|
{
|
|
3642
|
-
"name": "xpl-
|
|
816
|
+
"name": "xpl-input",
|
|
3643
817
|
"description": {
|
|
3644
818
|
"kind": "markdown",
|
|
3645
819
|
"value": ""
|
|
3646
820
|
},
|
|
3647
821
|
"attributes": [
|
|
3648
822
|
{
|
|
3649
|
-
"name": "
|
|
3650
|
-
"description": "
|
|
823
|
+
"name": "_id",
|
|
824
|
+
"description": "Because `id` is a reserved HTMLElement attribute,\nwe prefix it with an underscore here so that it\ndoesn't get automatically applied to the outer container.\n\nApplies to all input types."
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "accept",
|
|
828
|
+
"description": "The accepted file types for the file input.\nCorresponds to the `accept` attribute on the input element.\nExample: 'image/*' for all image types, '.pdf' for PDF files, etc.\n\nApplies to file inputs."
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "allow-custom-option",
|
|
832
|
+
"description": "For time inputs, whether to allow custom option in the input even if not available in the dropdown.\nExample: A step of 30 minutes will allow 15:03, 15:37, etc.\n\nApplies to time inputs."
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "autocomplete",
|
|
836
|
+
"description": "Hint for form autofill feature\n\nApplies to text, password, number."
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "date-format",
|
|
840
|
+
"description": "The date format to use for the datepicker input.\nThis is used by flatpickr to format the date.\nDefault is 'Y-m-d' (e.g., 2023-10-01).\n\nSee https://flatpickr.js.org/formatting/ for more details.\n\nApplies to date inputs."
|
|
3651
841
|
},
|
|
3652
842
|
{
|
|
3653
|
-
"name": "
|
|
3654
|
-
"description": "
|
|
843
|
+
"name": "description",
|
|
844
|
+
"description": "Optional text that appears below the input label.\n\nApplies to all input types."
|
|
3655
845
|
},
|
|
3656
846
|
{
|
|
3657
|
-
"name": "
|
|
3658
|
-
"description": "
|
|
847
|
+
"name": "disabled",
|
|
848
|
+
"description": "Whether the field is disabled\n\nApplies to all input types."
|
|
3659
849
|
},
|
|
3660
850
|
{
|
|
3661
|
-
"name": "
|
|
3662
|
-
"description": "
|
|
3663
|
-
}
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
"
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
{
|
|
3701
|
-
"name": "apps"
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"name": "archive"
|
|
3705
|
-
},
|
|
3706
|
-
{
|
|
3707
|
-
"name": "arrow-down"
|
|
3708
|
-
},
|
|
3709
|
-
{
|
|
3710
|
-
"name": "arrow-down-right"
|
|
3711
|
-
},
|
|
3712
|
-
{
|
|
3713
|
-
"name": "arrow-left"
|
|
3714
|
-
},
|
|
3715
|
-
{
|
|
3716
|
-
"name": "arrow-right"
|
|
3717
|
-
},
|
|
3718
|
-
{
|
|
3719
|
-
"name": "arrow-up"
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"name": "arrow-up-right"
|
|
3723
|
-
},
|
|
3724
|
-
{
|
|
3725
|
-
"name": "award"
|
|
3726
|
-
},
|
|
3727
|
-
{
|
|
3728
|
-
"name": "bell"
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
"name": "bell-slash"
|
|
3732
|
-
},
|
|
3733
|
-
{
|
|
3734
|
-
"name": "bookmark"
|
|
3735
|
-
},
|
|
3736
|
-
{
|
|
3737
|
-
"name": "bookmark-slash"
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"name": "briefcase"
|
|
3741
|
-
},
|
|
3742
|
-
{
|
|
3743
|
-
"name": "calendar"
|
|
3744
|
-
},
|
|
3745
|
-
{
|
|
3746
|
-
"name": "calendar-month"
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
"name": "calendar-week"
|
|
3750
|
-
},
|
|
3751
|
-
{
|
|
3752
|
-
"name": "camera"
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"name": "cash-register"
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
"name": "check"
|
|
3759
|
-
},
|
|
3760
|
-
{
|
|
3761
|
-
"name": "check-circle"
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"name": "check-circle-fill"
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"name": "chevron-down"
|
|
3768
|
-
},
|
|
3769
|
-
{
|
|
3770
|
-
"name": "chevron-left"
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
"name": "chevron-right"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"name": "chevron-up"
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"name": "chevrons-down"
|
|
3780
|
-
},
|
|
3781
|
-
{
|
|
3782
|
-
"name": "chevrons-left"
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"name": "chevrons-right"
|
|
3786
|
-
},
|
|
3787
|
-
{
|
|
3788
|
-
"name": "chevrons-up"
|
|
3789
|
-
},
|
|
3790
|
-
{
|
|
3791
|
-
"name": "circle-slash"
|
|
3792
|
-
},
|
|
3793
|
-
{
|
|
3794
|
-
"name": "clipboard"
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"name": "clock"
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
"name": "code-square"
|
|
3801
|
-
},
|
|
3802
|
-
{
|
|
3803
|
-
"name": "comment"
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"name": "comment-alt"
|
|
3807
|
-
},
|
|
3808
|
-
{
|
|
3809
|
-
"name": "comment-check"
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"name": "comment-closed"
|
|
3813
|
-
},
|
|
3814
|
-
{
|
|
3815
|
-
"name": "comment-discussion"
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"name": "comment-minus"
|
|
3819
|
-
},
|
|
3820
|
-
{
|
|
3821
|
-
"name": "comment-plus"
|
|
3822
|
-
},
|
|
3823
|
-
{
|
|
3824
|
-
"name": "comment-x"
|
|
3825
|
-
},
|
|
3826
|
-
{
|
|
3827
|
-
"name": "compass"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"name": "credit-card"
|
|
3831
|
-
},
|
|
3832
|
-
{
|
|
3833
|
-
"name": "dash"
|
|
3834
|
-
},
|
|
3835
|
-
{
|
|
3836
|
-
"name": "dollar-bill"
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
"name": "dollar-sign"
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"name": "download"
|
|
3843
|
-
},
|
|
3844
|
-
{
|
|
3845
|
-
"name": "drag"
|
|
3846
|
-
},
|
|
3847
|
-
{
|
|
3848
|
-
"name": "dumbbells"
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"name": "duplicate"
|
|
3852
|
-
},
|
|
3853
|
-
{
|
|
3854
|
-
"name": "edit"
|
|
3855
|
-
},
|
|
3856
|
-
{
|
|
3857
|
-
"name": "expand"
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"name": "eye"
|
|
3861
|
-
},
|
|
3862
|
-
{
|
|
3863
|
-
"name": "eye-closed"
|
|
3864
|
-
},
|
|
3865
|
-
{
|
|
3866
|
-
"name": "eye-droper"
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"name": "file"
|
|
3870
|
-
},
|
|
3871
|
-
{
|
|
3872
|
-
"name": "flag"
|
|
3873
|
-
},
|
|
3874
|
-
{
|
|
3875
|
-
"name": "folder"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "gear"
|
|
3879
|
-
},
|
|
3880
|
-
{
|
|
3881
|
-
"name": "gift"
|
|
3882
|
-
},
|
|
3883
|
-
{
|
|
3884
|
-
"name": "globe"
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
"name": "graph"
|
|
3888
|
-
},
|
|
3889
|
-
{
|
|
3890
|
-
"name": "graph-bar"
|
|
3891
|
-
},
|
|
3892
|
-
{
|
|
3893
|
-
"name": "grid"
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"name": "heart"
|
|
3897
|
-
},
|
|
3898
|
-
{
|
|
3899
|
-
"name": "home"
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"name": "image"
|
|
3903
|
-
},
|
|
3904
|
-
{
|
|
3905
|
-
"name": "info"
|
|
3906
|
-
},
|
|
3907
|
-
{
|
|
3908
|
-
"name": "kebab-horizontal"
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"name": "kebab-vertical"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"name": "key"
|
|
3915
|
-
},
|
|
3916
|
-
{
|
|
3917
|
-
"name": "law"
|
|
3918
|
-
},
|
|
3919
|
-
{
|
|
3920
|
-
"name": "layers"
|
|
3921
|
-
},
|
|
3922
|
-
{
|
|
3923
|
-
"name": "left-align"
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"name": "light-bulb"
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"name": "line"
|
|
3930
|
-
},
|
|
3931
|
-
{
|
|
3932
|
-
"name": "link"
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
"name": "link-external"
|
|
3936
|
-
},
|
|
3937
|
-
{
|
|
3938
|
-
"name": "list-ordered"
|
|
3939
|
-
},
|
|
3940
|
-
{
|
|
3941
|
-
"name": "list-unordered"
|
|
3942
|
-
},
|
|
3943
|
-
{
|
|
3944
|
-
"name": "loader"
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"name": "location"
|
|
3948
|
-
},
|
|
3949
|
-
{
|
|
3950
|
-
"name": "lock"
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
|
-
"name": "mail"
|
|
3954
|
-
},
|
|
3955
|
-
{
|
|
3956
|
-
"name": "mail-check"
|
|
3957
|
-
},
|
|
3958
|
-
{
|
|
3959
|
-
"name": "mail-closed"
|
|
3960
|
-
},
|
|
3961
|
-
{
|
|
3962
|
-
"name": "mail-minus"
|
|
3963
|
-
},
|
|
3964
|
-
{
|
|
3965
|
-
"name": "mail-plus"
|
|
3966
|
-
},
|
|
3967
|
-
{
|
|
3968
|
-
"name": "mail-x"
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
3971
|
-
"name": "map"
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"name": "megaphone"
|
|
3975
|
-
},
|
|
3976
|
-
{
|
|
3977
|
-
"name": "minus-circle"
|
|
3978
|
-
},
|
|
3979
|
-
{
|
|
3980
|
-
"name": "moon"
|
|
3981
|
-
},
|
|
3982
|
-
{
|
|
3983
|
-
"name": "navigation"
|
|
3984
|
-
},
|
|
3985
|
-
{
|
|
3986
|
-
"name": "organization"
|
|
3987
|
-
},
|
|
3988
|
-
{
|
|
3989
|
-
"name": "package"
|
|
3990
|
-
},
|
|
3991
|
-
{
|
|
3992
|
-
"name": "paperclip"
|
|
3993
|
-
},
|
|
3994
|
-
{
|
|
3995
|
-
"name": "pencil"
|
|
3996
|
-
},
|
|
3997
|
-
{
|
|
3998
|
-
"name": "people"
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"name": "percent"
|
|
4002
|
-
},
|
|
4003
|
-
{
|
|
4004
|
-
"name": "person"
|
|
4005
|
-
},
|
|
4006
|
-
{
|
|
4007
|
-
"name": "person-add"
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"name": "person-circle"
|
|
4011
|
-
},
|
|
4012
|
-
{
|
|
4013
|
-
"name": "phone"
|
|
4014
|
-
},
|
|
851
|
+
"name": "error",
|
|
852
|
+
"description": "If an empty string (attribute present with no value),\nwill display visually as an error. If a string is\nincluded, will display visually as an error and include\nthe value as an error message.\n\nApplies to all input types."
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "hide-accept-text",
|
|
856
|
+
"description": "Hides the \"Accept\" text that indicates the accepted file types\nThis is useful for cases where you want to hide the \"Accept\" text.\n\nApplies to file inputs."
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "hide-eye-dropper",
|
|
860
|
+
"description": "Hide eye dropper\n\nApplies to color inputs."
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"name": "hide-file-names",
|
|
864
|
+
"description": "Hides the file names in the file upload component\nThis is useful for cases where you want to hide the file names after selection.\n\nApplies to file inputs."
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "hide-trigger-on-select",
|
|
868
|
+
"description": "Hides the trigger element when a file is selected.\nThis is useful for cases where you want to hide the trigger after a file is selected.\n\nApplies to file inputs."
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "label",
|
|
872
|
+
"description": "Label text for the field\n\nApplies to all input types."
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "max",
|
|
876
|
+
"description": "Maximum value for the input.\n\nApplies to number, time, and date inputs.\n\nIf the input is a time input, the value must be in 24 hour format, ex: 18:25 for 6:25 PM"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "max-character-count",
|
|
880
|
+
"description": "For multiline inputs, a max. character count will\ndisplay along with the current character count,\nand will automatically render as an error if the\ncharacter count exceeds the max.\n\nThis is only applicable if `multiline` is `true`."
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "min",
|
|
884
|
+
"description": "The minimum value for the input.\n\nApplies to number, time, and date inputs.\n\nIf the input is a time input, the value must be in 24 hour format, ex: 05:25 for 5:25 AM"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "mode",
|
|
888
|
+
"description": "For datepicker inputs, whether to allow only a single\ndate or a range of dates. (Multiple non-consecutive\ndates planned to be supported in the future.)\n\nApplies to date inputs.",
|
|
889
|
+
"values": [
|
|
4015
890
|
{
|
|
4016
|
-
"name": "
|
|
891
|
+
"name": "range"
|
|
4017
892
|
},
|
|
4018
893
|
{
|
|
4019
|
-
"name": "
|
|
4020
|
-
}
|
|
894
|
+
"name": "single"
|
|
895
|
+
}
|
|
896
|
+
]
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "multiline",
|
|
900
|
+
"description": "Whether to render as a singleline text input or\nas a multiline textarea. (If `true`, `pre` and `post`\nvalues will be ignored, if present.)\n\nApplies to text inputs."
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "multiple",
|
|
904
|
+
"description": "Whether the user can select multiple files at once.\nCorresponds to the `multiple` attribute on the input element.\n\nApplies to file inputs."
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"name": "name",
|
|
908
|
+
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "placeholder",
|
|
912
|
+
"description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "post",
|
|
916
|
+
"description": "A string (recommended max 3 characters) that gets shown\nvisually to the left of (before) the input.\n\nApplies to text, password, number, and date inputs.\nNote: This will be ignored if `multiline` is `true`."
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "pre",
|
|
920
|
+
"description": "A string (recommended max 8 characters) that gets shown\nvisually to the right of (after) the input.\n\nApplies to text, password, number, and date inputs.\nNote: This will be ignored if `multiline` is `true`."
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "readonly",
|
|
924
|
+
"description": "Whether the input is editable\n\nApplies to text, password, number, and date inputs."
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"name": "required",
|
|
928
|
+
"description": "Whether the input is required\n\nApplies to all input types."
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "step",
|
|
932
|
+
"description": "The granularity that the value in a `number` input must adhere to when\nincrementing or decrementing. The default stepping value for number\ninputs is 1\n\nApplies to number and time inputs."
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "time-format",
|
|
936
|
+
"description": "The time format to display for the input.\n\nApplies to time inputs.\n\nIf 12h is selected, the value will be displayed in 12 hour format, ex: 05:25 PM for 17:25\nIf 24h is selected, the value will be displayed in 24 hour format, ex: 17:25 for 17:25",
|
|
937
|
+
"values": [
|
|
4021
938
|
{
|
|
4022
|
-
"name": "
|
|
939
|
+
"name": "12h"
|
|
4023
940
|
},
|
|
4024
941
|
{
|
|
4025
|
-
"name": "
|
|
4026
|
-
}
|
|
942
|
+
"name": "24h"
|
|
943
|
+
}
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "type",
|
|
948
|
+
"description": "The type of form control",
|
|
949
|
+
"values": [
|
|
4027
950
|
{
|
|
4028
|
-
"name": "
|
|
951
|
+
"name": "color"
|
|
4029
952
|
},
|
|
4030
953
|
{
|
|
4031
|
-
"name": "
|
|
954
|
+
"name": "date"
|
|
4032
955
|
},
|
|
4033
956
|
{
|
|
4034
|
-
"name": "
|
|
957
|
+
"name": "file"
|
|
4035
958
|
},
|
|
4036
959
|
{
|
|
4037
|
-
"name": "
|
|
960
|
+
"name": "number"
|
|
4038
961
|
},
|
|
4039
962
|
{
|
|
4040
|
-
"name": "
|
|
963
|
+
"name": "password"
|
|
4041
964
|
},
|
|
4042
965
|
{
|
|
4043
|
-
"name": "
|
|
966
|
+
"name": "text"
|
|
4044
967
|
},
|
|
4045
968
|
{
|
|
4046
|
-
"name": "
|
|
4047
|
-
}
|
|
969
|
+
"name": "time"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"name": "value",
|
|
975
|
+
"description": "Including a `value` will pre-populate the input\nwith the given string.\n\nApplies to text, password, number, and date inputs."
|
|
976
|
+
}
|
|
977
|
+
]
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "xpl-input-color",
|
|
981
|
+
"description": {
|
|
982
|
+
"kind": "markdown",
|
|
983
|
+
"value": ""
|
|
984
|
+
},
|
|
985
|
+
"attributes": [
|
|
986
|
+
{
|
|
987
|
+
"name": "disabled",
|
|
988
|
+
"description": "Indicates whether the color picker is disabled."
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "hide-eye-dropper",
|
|
992
|
+
"description": "Hide eye dropper"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "placeholder",
|
|
996
|
+
"description": "Placeholder text for the color input.\nThis is used when no color is selected."
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "required",
|
|
1000
|
+
"description": "Indicates whether the color picker is required."
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "value",
|
|
1004
|
+
"description": "The color value of the picker."
|
|
1005
|
+
}
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "xpl-input-date",
|
|
1010
|
+
"description": {
|
|
1011
|
+
"kind": "markdown",
|
|
1012
|
+
"value": ""
|
|
1013
|
+
},
|
|
1014
|
+
"attributes": [
|
|
1015
|
+
{
|
|
1016
|
+
"name": "date-format",
|
|
1017
|
+
"description": "The date format to use for the datepicker input.\nThis is used by flatpickr to format the date.\nDefault is 'Y-m-d' (e.g., 2023-10-01).\n\nSee https://flatpickr.js.org/formatting/ for more details."
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "disabled",
|
|
1021
|
+
"description": "Whether the field is disabled"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "input-id",
|
|
1025
|
+
"description": "The `inputId` is used to associate the input with a label."
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "max",
|
|
1029
|
+
"description": "Maximum value for the input."
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "min",
|
|
1033
|
+
"description": "The minimum value for the input."
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "mode",
|
|
1037
|
+
"description": "For datepicker inputs, whether to allow only a single\ndate or a range of dates. (Multiple non-consecutive\ndates planned to be supported in the future.)",
|
|
1038
|
+
"values": [
|
|
4048
1039
|
{
|
|
4049
|
-
"name": "
|
|
1040
|
+
"name": "range"
|
|
4050
1041
|
},
|
|
4051
1042
|
{
|
|
4052
|
-
"name": "
|
|
4053
|
-
}
|
|
1043
|
+
"name": "single"
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "name",
|
|
1049
|
+
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"name": "placeholder",
|
|
1053
|
+
"description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "post",
|
|
1057
|
+
"description": "A string (recommended max 3 characters) that gets shown\nvisually to the left of (before) the input."
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "pre",
|
|
1061
|
+
"description": "A string (recommended max 8 characters) that gets shown\nvisually to the right of (after) the input."
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "readonly",
|
|
1065
|
+
"description": "Whether the input is editable"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "required",
|
|
1069
|
+
"description": "Whether the input is required"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "value",
|
|
1073
|
+
"description": "Including a `value` will pre-populate the input\nwith the given string."
|
|
1074
|
+
}
|
|
1075
|
+
]
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "xpl-input-file",
|
|
1079
|
+
"description": {
|
|
1080
|
+
"kind": "markdown",
|
|
1081
|
+
"value": "`xpl-input-file` is a component that allows users to upload files."
|
|
1082
|
+
},
|
|
1083
|
+
"attributes": [
|
|
1084
|
+
{
|
|
1085
|
+
"name": "_id",
|
|
1086
|
+
"description": "Because `id` is a reserved HTMLElement attribute,\nwe prefix it with an underscore here so that it\ndoesn't get automatically applied to the outer container."
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"name": "accept",
|
|
1090
|
+
"description": "The accepted file types for the file input.\nCorresponds to the `accept` attribute on the input element.\nExample: 'image/*' for all image types, '.pdf' for PDF files, etc."
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "disabled",
|
|
1094
|
+
"description": "Whether the field is disabled"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"name": "hide-accept-text",
|
|
1098
|
+
"description": "Hides the \"Accept\" text that indicates the accepted file types"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "hide-file-names",
|
|
1102
|
+
"description": "Hides the file names in the file upload component"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "hide-trigger-on-select",
|
|
1106
|
+
"description": "Hides the trigger element when a file is selected."
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"name": "multiple",
|
|
1110
|
+
"description": "Whether the user can select multiple files at once.\nCorresponds to the `multiple` attribute on the input element."
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": "name",
|
|
1114
|
+
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data."
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "xpl-input-time",
|
|
1120
|
+
"description": {
|
|
1121
|
+
"kind": "markdown",
|
|
1122
|
+
"value": ""
|
|
1123
|
+
},
|
|
1124
|
+
"attributes": [
|
|
1125
|
+
{
|
|
1126
|
+
"name": "allow-custom-option",
|
|
1127
|
+
"description": "For time inputs, whether to allow custom option in the input even if not available in the dropdown.\nExample: A step of 30 minutes will allow 15:03, 15:37, etc.\n\nApplies to time inputs."
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "disabled",
|
|
1131
|
+
"description": "Whether the field is disabled"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "input-id",
|
|
1135
|
+
"description": "The `inputId` is used to associate the input with a label."
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"name": "max",
|
|
1139
|
+
"description": "Maximum value for the input."
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"name": "min",
|
|
1143
|
+
"description": "The minimum value for the input."
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "mode",
|
|
1147
|
+
"description": "Whether the input is a single time or a range of times.\n\nCurrently, only single time is supported.",
|
|
1148
|
+
"values": [
|
|
4054
1149
|
{
|
|
4055
|
-
"name": "
|
|
1150
|
+
"name": "range"
|
|
4056
1151
|
},
|
|
4057
1152
|
{
|
|
4058
|
-
"name": "
|
|
4059
|
-
}
|
|
1153
|
+
"name": "single"
|
|
1154
|
+
}
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "name",
|
|
1159
|
+
"description": "Most inputs are used in forms, and should have a\n`name` associated with the input for handling form data.\n\nApplies to all input types."
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "placeholder",
|
|
1163
|
+
"description": "Placeholder text that appears when the field has no value\n\nApplies to text, password, number, and date inputs."
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "readonly",
|
|
1167
|
+
"description": "Whether the input is editable"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"name": "required",
|
|
1171
|
+
"description": "Whether the input is required"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "step",
|
|
1175
|
+
"description": "Time increment for dropdown options"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "time-format",
|
|
1179
|
+
"description": "The time format to display for the input.",
|
|
1180
|
+
"values": [
|
|
4060
1181
|
{
|
|
4061
|
-
"name": "
|
|
1182
|
+
"name": "12h"
|
|
4062
1183
|
},
|
|
4063
1184
|
{
|
|
4064
|
-
"name": "
|
|
4065
|
-
}
|
|
1185
|
+
"name": "24h"
|
|
1186
|
+
}
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"name": "value",
|
|
1191
|
+
"description": "Including a `value` will pre-populate the input\nwith the given string.\n\nMust be in 24 hour format, ex: 15:25 for 3:25 PM"
|
|
1192
|
+
}
|
|
1193
|
+
]
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "xpl-large-card",
|
|
1197
|
+
"description": {
|
|
1198
|
+
"kind": "markdown",
|
|
1199
|
+
"value": ""
|
|
1200
|
+
},
|
|
1201
|
+
"attributes": [
|
|
1202
|
+
{
|
|
1203
|
+
"name": "description",
|
|
1204
|
+
"description": "Description of the Card"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "link",
|
|
1208
|
+
"description": "Whether the card is a link or not"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "name",
|
|
1212
|
+
"description": "Name of the Card"
|
|
1213
|
+
}
|
|
1214
|
+
]
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "xpl-list",
|
|
1218
|
+
"description": {
|
|
1219
|
+
"kind": "markdown",
|
|
1220
|
+
"value": "A list item is a card with interactive states. List items allow users to select items from a list of items and view more information or make edits."
|
|
1221
|
+
},
|
|
1222
|
+
"attributes": []
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "xpl-main-nav",
|
|
1226
|
+
"description": {
|
|
1227
|
+
"kind": "markdown",
|
|
1228
|
+
"value": "The Main Nav component contains is split in 3 areas. The top area is where the branding goes. It's divided into 2 slots `logo` and `brand-name`.\nThe middle area is where the main navigation links go. It's a `<nav>` tag with a slot named `navigation`, where a `<ul slot=\"navigation\">` with `<xpl-nav-items>` should be rendered.\n\nThe bottom area is fixed to the bottom and should be used for actions. To render content within this area use the slot `footer` with a `<ul slot=\"footer\">` tag."
|
|
1229
|
+
},
|
|
1230
|
+
"attributes": [
|
|
1231
|
+
{
|
|
1232
|
+
"name": "width",
|
|
1233
|
+
"description": "",
|
|
1234
|
+
"values": [
|
|
4066
1235
|
{
|
|
4067
|
-
"name": "
|
|
1236
|
+
"name": "default"
|
|
4068
1237
|
},
|
|
4069
1238
|
{
|
|
4070
|
-
"name": "
|
|
1239
|
+
"name": "md"
|
|
4071
1240
|
},
|
|
4072
1241
|
{
|
|
4073
|
-
"name": "
|
|
4074
|
-
}
|
|
1242
|
+
"name": "sm"
|
|
1243
|
+
}
|
|
1244
|
+
]
|
|
1245
|
+
}
|
|
1246
|
+
]
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "xpl-modal",
|
|
1250
|
+
"description": {
|
|
1251
|
+
"kind": "markdown",
|
|
1252
|
+
"value": ""
|
|
1253
|
+
},
|
|
1254
|
+
"attributes": [
|
|
1255
|
+
{
|
|
1256
|
+
"name": "is-open",
|
|
1257
|
+
"description": "Whether the modal is open."
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "size",
|
|
1261
|
+
"description": "The size of the modal.",
|
|
1262
|
+
"values": [
|
|
4075
1263
|
{
|
|
4076
|
-
"name": "
|
|
1264
|
+
"name": "large"
|
|
4077
1265
|
},
|
|
4078
1266
|
{
|
|
4079
|
-
"name": "
|
|
1267
|
+
"name": "medium"
|
|
4080
1268
|
},
|
|
4081
1269
|
{
|
|
4082
|
-
"name": "
|
|
4083
|
-
}
|
|
1270
|
+
"name": "small"
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "variant",
|
|
1276
|
+
"description": "The visual variant of the modal.",
|
|
1277
|
+
"values": [
|
|
4084
1278
|
{
|
|
4085
|
-
"name": "
|
|
1279
|
+
"name": "default"
|
|
4086
1280
|
},
|
|
4087
1281
|
{
|
|
4088
|
-
"name": "
|
|
4089
|
-
}
|
|
1282
|
+
"name": "warning"
|
|
1283
|
+
}
|
|
1284
|
+
]
|
|
1285
|
+
}
|
|
1286
|
+
]
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "xpl-nav-item",
|
|
1290
|
+
"description": {
|
|
1291
|
+
"kind": "markdown",
|
|
1292
|
+
"value": "This component should be used within sections of the `<xpl-main-nav>`. This component yields a slot named `link`, where a `<a>` tag should be used. Within the `<a>` tag, there are two slots, one named `icon`, where any svg can be placed. An an unnamed slot, where the link text should be placed."
|
|
1293
|
+
},
|
|
1294
|
+
"attributes": [
|
|
1295
|
+
{
|
|
1296
|
+
"name": "nav-control",
|
|
1297
|
+
"description": ""
|
|
1298
|
+
}
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "xpl-pagination",
|
|
1303
|
+
"description": {
|
|
1304
|
+
"kind": "markdown",
|
|
1305
|
+
"value": "> **Note:** This component is in beta. Use with caution and expect updates before the full release."
|
|
1306
|
+
},
|
|
1307
|
+
"attributes": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "current-page",
|
|
1310
|
+
"description": "The current active page (1-based).\nMarked as mutable so we can update from inside this component."
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "rows-per-page-options",
|
|
1314
|
+
"description": "The rows-per-page options offered in the dropdown."
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "selected-rows-per-page",
|
|
1318
|
+
"description": "The currently selected rows-per-page."
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "total-pages",
|
|
1322
|
+
"description": "Total number of pages."
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "with-page-control",
|
|
1326
|
+
"description": "Whether to allow go to page navigation."
|
|
1327
|
+
}
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "xpl-popover",
|
|
1332
|
+
"description": {
|
|
1333
|
+
"kind": "markdown",
|
|
1334
|
+
"value": ""
|
|
1335
|
+
},
|
|
1336
|
+
"attributes": [
|
|
1337
|
+
{
|
|
1338
|
+
"name": "disabled",
|
|
1339
|
+
"description": "Whether the popover is disabled or not."
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "display",
|
|
1343
|
+
"description": "The display style of the popover, either as an arrow or a menu.\n- 'arrow': Displays an arrow pointing to the trigger element.\n- 'menu': Displays a menu-style popover without an arrow.",
|
|
1344
|
+
"values": [
|
|
4090
1345
|
{
|
|
4091
|
-
"name": "
|
|
1346
|
+
"name": "arrow"
|
|
4092
1347
|
},
|
|
4093
1348
|
{
|
|
4094
|
-
"name": "
|
|
4095
|
-
}
|
|
1349
|
+
"name": "menu"
|
|
1350
|
+
}
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "is-open",
|
|
1355
|
+
"description": "Whether the popover is open by default or not."
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "position",
|
|
1359
|
+
"description": "The position of the trigger element relative to the popover.",
|
|
1360
|
+
"values": [
|
|
4096
1361
|
{
|
|
4097
|
-
"name": "
|
|
1362
|
+
"name": "bottom-end"
|
|
4098
1363
|
},
|
|
4099
1364
|
{
|
|
4100
|
-
"name": "
|
|
1365
|
+
"name": "bottom-left"
|
|
4101
1366
|
},
|
|
4102
1367
|
{
|
|
4103
|
-
"name": "
|
|
1368
|
+
"name": "bottom-middle"
|
|
4104
1369
|
},
|
|
4105
1370
|
{
|
|
4106
|
-
"name": "
|
|
1371
|
+
"name": "bottom-right"
|
|
4107
1372
|
},
|
|
4108
1373
|
{
|
|
4109
|
-
"name": "
|
|
1374
|
+
"name": "bottom-start"
|
|
4110
1375
|
},
|
|
4111
1376
|
{
|
|
4112
|
-
"name": "
|
|
1377
|
+
"name": "middle-left"
|
|
4113
1378
|
},
|
|
4114
1379
|
{
|
|
4115
|
-
"name": "
|
|
1380
|
+
"name": "middle-right"
|
|
4116
1381
|
},
|
|
4117
1382
|
{
|
|
4118
|
-
"name": "
|
|
1383
|
+
"name": "top-end"
|
|
4119
1384
|
},
|
|
4120
1385
|
{
|
|
4121
|
-
"name": "
|
|
1386
|
+
"name": "top-left"
|
|
4122
1387
|
},
|
|
4123
1388
|
{
|
|
4124
|
-
"name": "
|
|
1389
|
+
"name": "top-middle"
|
|
4125
1390
|
},
|
|
4126
1391
|
{
|
|
4127
|
-
"name": "
|
|
1392
|
+
"name": "top-right"
|
|
4128
1393
|
},
|
|
4129
1394
|
{
|
|
4130
|
-
"name": "
|
|
4131
|
-
}
|
|
1395
|
+
"name": "top-start"
|
|
1396
|
+
}
|
|
1397
|
+
]
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "xpl-progress",
|
|
1403
|
+
"description": {
|
|
1404
|
+
"kind": "markdown",
|
|
1405
|
+
"value": "A progress indicator guides users through any linear, multi-step task by showing the user their completed, current, and future steps.\n\nProgress indicators help manage a user’s expectations when completing a multistep process. They show which step the user is currently on, the total number of steps, and overall progress in completing a task.\n\nHorizontal Progress Indicator is used in most desktop applications where a stepped process is required to finish a task and it is beneficial to the user to see their progress. This creates confidence in the user and sets expectations for the length and complexity of the process."
|
|
1406
|
+
},
|
|
1407
|
+
"attributes": [
|
|
1408
|
+
{
|
|
1409
|
+
"name": "current-step",
|
|
1410
|
+
"description": "Current step, is the index of the current active step"
|
|
1411
|
+
}
|
|
1412
|
+
]
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "xpl-radio",
|
|
1416
|
+
"description": {
|
|
1417
|
+
"kind": "markdown",
|
|
1418
|
+
"value": "Radio buttons allow users to make selections or choices. Radios are always single select, and can also act as controls."
|
|
1419
|
+
},
|
|
1420
|
+
"attributes": [
|
|
1421
|
+
{
|
|
1422
|
+
"name": "checked",
|
|
1423
|
+
"description": "Whether the input is \"on\""
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "description",
|
|
1427
|
+
"description": "Description text for the field"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"name": "disabled",
|
|
1431
|
+
"description": "Whether the input is disabled"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "name",
|
|
1435
|
+
"description": "The name attribute for the html input.\n(submittted in form as name/value pair)"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"name": "required",
|
|
1439
|
+
"description": "Whether the input is required"
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"name": "styled",
|
|
1443
|
+
"description": "Whether the input is contained in a box with a border and, in disabled\nstate, a background"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "value",
|
|
1447
|
+
"description": "The value attribute for the radio input.\n(submittted in form as name/value pair)"
|
|
1448
|
+
}
|
|
1449
|
+
]
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "xpl-secondary-nav",
|
|
1453
|
+
"description": {
|
|
1454
|
+
"kind": "markdown",
|
|
1455
|
+
"value": "The Secondary Nav component is a component that allows navigation within the content area. It yields one slot where a <ul> element with <xpl-nav-item> elements should be rendered."
|
|
1456
|
+
},
|
|
1457
|
+
"attributes": []
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "xpl-select",
|
|
1461
|
+
"description": {
|
|
1462
|
+
"kind": "markdown",
|
|
1463
|
+
"value": "Select allows users to make a single selection or multiple selections from a list of options. Items can be a simple list, grouped, simple multi-select. User selections typically appear within the Select Box once created unless multiple selections are made, where truncation or another method of showing these selections is required.\n\n***When the list of options contains “Actions”, use a ***[Dropdown component](https://xplor-apollo.herokuapp.com/?path=/story/components-dropdown--simple). \n\nThe `selectIcon` property accepts icon names as strings. See [xpl-icon available icons](../xpl-icon/ICONS.md) for the complete list.\n\n---"
|
|
1464
|
+
},
|
|
1465
|
+
"attributes": [
|
|
1466
|
+
{
|
|
1467
|
+
"name": "class-names",
|
|
1468
|
+
"description": "The class name to apply to the select component."
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "custom-display-value",
|
|
1472
|
+
"description": "If true, enables custom display value rendering via slot."
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "description",
|
|
1476
|
+
"description": "Optional text that appears below the input label."
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"name": "disabled",
|
|
1480
|
+
"description": "Whether the field is disabled"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "error",
|
|
1484
|
+
"description": "If an empty string (attribute present with no value),\nwill display visually as an error. If a string is\nincluded, will display visually as an error and include\nthe value as an error message."
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "label",
|
|
1488
|
+
"description": "The label that appears above the select dropdown"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "mode",
|
|
1492
|
+
"description": "Whether to allow a single choice or multiple choices.",
|
|
1493
|
+
"values": [
|
|
4132
1494
|
{
|
|
4133
|
-
"name": "
|
|
1495
|
+
"name": "multi"
|
|
4134
1496
|
},
|
|
4135
1497
|
{
|
|
4136
|
-
"name": "
|
|
4137
|
-
}
|
|
1498
|
+
"name": "single"
|
|
1499
|
+
}
|
|
1500
|
+
]
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "name",
|
|
1504
|
+
"description": "The name of the hidden input field that contains the selected option's value(s)"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"name": "placeholder",
|
|
1508
|
+
"description": "Placeholder text that appears when the field has no value"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "select-icon",
|
|
1512
|
+
"description": "The icon to display in the select trigger button.\n\nSee [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names."
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "selected-values",
|
|
1516
|
+
"description": "The value(s) currently selected in the select component."
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "truncate",
|
|
1520
|
+
"description": "Only used in multi-choice selects. If `true`,\nbadges representing selections that would overflow the\ncontainer are replaced with \"+x more\" (where x is the\nnumber not shown). If `false`, the container's height will\nadjust to show all badges representing selections."
|
|
1521
|
+
}
|
|
1522
|
+
]
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "xpl-skeleton",
|
|
1526
|
+
"description": {
|
|
1527
|
+
"kind": "markdown",
|
|
1528
|
+
"value": "Skeleton components are progress indicators used for full page loading states that reduce the perception of long loading times and provide both reassurance to the user as well as clues for how the page will ultimately look. \n\nIncludes:\nComponents - Text, Shape, Data\nVariants - Text: Display, Title, Body Shape: rectangle, pill, circle, square\nProperties - Text/Body: show 1, 2 or 3 lines\n\n**Note: The “shimmer” effect uses Tailwind’s `animated-pulse` for the duration skeletons are present. The [animated pulse](https://tailwindcss.com/docs/animation#adding-a-pulse-animation) animates the color between our `color-background-surface-transparent-10` and `color-background-surface-transparent-5` variables."
|
|
1529
|
+
},
|
|
1530
|
+
"attributes": [
|
|
1531
|
+
{
|
|
1532
|
+
"name": "class-names",
|
|
1533
|
+
"description": "A CSS class name to apply to the component."
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"name": "full-width",
|
|
1537
|
+
"description": "If true, the skeleton will take up the full width of its container."
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "height",
|
|
1541
|
+
"description": "The height of the skeleton. (e.g. '100px', '100%', 'auto')\naccepts any valid CSS height value"
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"name": "margin",
|
|
1545
|
+
"description": "The margin of the skeleton. (e.g. '10px', '1rem', '1rem 0')\naccepts any valid CSS margin value"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "shape",
|
|
1549
|
+
"description": "The shape of the skeleton.",
|
|
1550
|
+
"values": [
|
|
4138
1551
|
{
|
|
4139
|
-
"name": "
|
|
1552
|
+
"name": "circle"
|
|
4140
1553
|
},
|
|
4141
1554
|
{
|
|
4142
|
-
"name": "
|
|
1555
|
+
"name": "rectangle"
|
|
4143
1556
|
},
|
|
4144
1557
|
{
|
|
4145
|
-
"name": "
|
|
4146
|
-
}
|
|
1558
|
+
"name": "square"
|
|
1559
|
+
}
|
|
1560
|
+
]
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "size",
|
|
1564
|
+
"description": "The predefined size of the skeleton.",
|
|
1565
|
+
"values": [
|
|
4147
1566
|
{
|
|
4148
|
-
"name": "
|
|
1567
|
+
"name": "body"
|
|
4149
1568
|
},
|
|
4150
1569
|
{
|
|
4151
|
-
"name": "
|
|
1570
|
+
"name": "custom"
|
|
4152
1571
|
},
|
|
4153
1572
|
{
|
|
4154
|
-
"name": "
|
|
1573
|
+
"name": "display"
|
|
4155
1574
|
},
|
|
4156
1575
|
{
|
|
4157
|
-
"name": "
|
|
1576
|
+
"name": "title-1"
|
|
4158
1577
|
},
|
|
4159
1578
|
{
|
|
4160
|
-
"name": "
|
|
1579
|
+
"name": "title-2"
|
|
4161
1580
|
},
|
|
4162
1581
|
{
|
|
4163
|
-
"name": "
|
|
1582
|
+
"name": "title-3"
|
|
4164
1583
|
},
|
|
4165
1584
|
{
|
|
4166
|
-
"name": "
|
|
1585
|
+
"name": "title-4"
|
|
4167
1586
|
},
|
|
4168
1587
|
{
|
|
4169
|
-
"name": "
|
|
4170
|
-
}
|
|
1588
|
+
"name": "title-5"
|
|
1589
|
+
}
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"name": "width",
|
|
1594
|
+
"description": "The width of the skeleton. (e.g. '100px', '100%', 'auto')\naccepts any valid CSS width value"
|
|
1595
|
+
}
|
|
1596
|
+
]
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "xpl-slideout",
|
|
1600
|
+
"description": {
|
|
1601
|
+
"kind": "markdown",
|
|
1602
|
+
"value": "Content and Footer subcomponents are optional and can be hidden. Slideout always has a header with an X close button upper right. Slide Out Panel OPTIONALLY uses the [<xpl-backdrop>](https://xplor-apollo.herokuapp.com/?path=/story/components-backdrop--backdrop) component to overlay content and create focus on the Slide Out Panel content."
|
|
1603
|
+
},
|
|
1604
|
+
"attributes": [
|
|
1605
|
+
{
|
|
1606
|
+
"name": "backdrop",
|
|
1607
|
+
"description": "Whether to show a backdrop behind the slideout."
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"name": "is-open",
|
|
1611
|
+
"description": "Whether the slideout is open."
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"name": "show-footer",
|
|
1615
|
+
"description": "Whether to show the footer section in the slideout."
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"name": "variant",
|
|
1619
|
+
"description": "The visual style variant of the slideout.\nCan be 'default' or 'warning'.",
|
|
1620
|
+
"values": [
|
|
4171
1621
|
{
|
|
4172
|
-
"name": "
|
|
1622
|
+
"name": "default"
|
|
4173
1623
|
},
|
|
4174
1624
|
{
|
|
4175
|
-
"name": "
|
|
1625
|
+
"name": "warning"
|
|
4176
1626
|
}
|
|
4177
1627
|
]
|
|
1628
|
+
}
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "xpl-tab",
|
|
1633
|
+
"description": {
|
|
1634
|
+
"kind": "markdown",
|
|
1635
|
+
"value": ""
|
|
1636
|
+
},
|
|
1637
|
+
"attributes": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "selected",
|
|
1640
|
+
"description": "Whether the tab is selected"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "target",
|
|
1644
|
+
"description": "The target of the tab, required for the tab to be selected"
|
|
1645
|
+
}
|
|
1646
|
+
]
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "xpl-tab-panel",
|
|
1650
|
+
"description": {
|
|
1651
|
+
"kind": "markdown",
|
|
1652
|
+
"value": ""
|
|
1653
|
+
},
|
|
1654
|
+
"attributes": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "selected",
|
|
1657
|
+
"description": "Whether the panel is selected"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"name": "target",
|
|
1661
|
+
"description": "The target of the tab, required for the tab to be selected"
|
|
1662
|
+
}
|
|
1663
|
+
]
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "xpl-table",
|
|
1667
|
+
"description": {
|
|
1668
|
+
"kind": "markdown",
|
|
1669
|
+
"value": "Tables are used to organize and display information from a data set."
|
|
1670
|
+
},
|
|
1671
|
+
"attributes": [
|
|
1672
|
+
{
|
|
1673
|
+
"name": "freeze",
|
|
1674
|
+
"description": "When true, the first column of the table is sticky and will cover the leftmost rows in a horizontally scrollable container."
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "is-sortable",
|
|
1678
|
+
"description": "Toggles to show the sort button on each table head"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "multiselect",
|
|
1682
|
+
"description": "Toggles a selectable checkbox for each row in the table"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "striped",
|
|
1686
|
+
"description": "Toggles an optional styling of the background of each even row of the table body."
|
|
1687
|
+
}
|
|
1688
|
+
]
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "xpl-table-header",
|
|
1692
|
+
"description": {
|
|
1693
|
+
"kind": "markdown",
|
|
1694
|
+
"value": "Component parts used to assemble the Dynamic Table.\n\n> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases."
|
|
1695
|
+
},
|
|
1696
|
+
"attributes": []
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"name": "xpl-table-header-cell",
|
|
1700
|
+
"description": {
|
|
1701
|
+
"kind": "markdown",
|
|
1702
|
+
"value": "> **Note:** This component is currently in beta. Use with caution as it may have breaking changes in future releases.\n\nThe `icon` property accepts icon names as strings. See [xpl-icon available icons](../xpl-icon/ICONS.md) for the complete list.\n\n---"
|
|
1703
|
+
},
|
|
1704
|
+
"attributes": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "icon",
|
|
1707
|
+
"description": "Icon to display in the cell.\n\nSee [xpl-icon available icons](../xpl-icon/ICONS.md) for valid icon names."
|
|
4178
1708
|
},
|
|
4179
1709
|
{
|
|
4180
1710
|
"name": "label",
|
|
@@ -4209,7 +1739,7 @@
|
|
|
4209
1739
|
"name": "xpl-tabs",
|
|
4210
1740
|
"description": {
|
|
4211
1741
|
"kind": "markdown",
|
|
4212
|
-
"value": ""
|
|
1742
|
+
"value": "Tabs organize content across different screens, data sets, and other interactions."
|
|
4213
1743
|
},
|
|
4214
1744
|
"attributes": [
|
|
4215
1745
|
{
|
|
@@ -4226,7 +1756,7 @@
|
|
|
4226
1756
|
"name": "xpl-tag",
|
|
4227
1757
|
"description": {
|
|
4228
1758
|
"kind": "markdown",
|
|
4229
|
-
"value": ""
|
|
1759
|
+
"value": "Tags represent a set of interactive keywords that help label, organize, and categorize objects. Tags can be added or removed from an object by the user. Unlike Badges, Tags are clickable, draggable, used in dropdowns, multi-select, search bars, etc.."
|
|
4230
1760
|
},
|
|
4231
1761
|
"attributes": []
|
|
4232
1762
|
},
|
|
@@ -4234,7 +1764,7 @@
|
|
|
4234
1764
|
"name": "xpl-toast",
|
|
4235
1765
|
"description": {
|
|
4236
1766
|
"kind": "markdown",
|
|
4237
|
-
"value": ""
|
|
1767
|
+
"value": "Toasts are brief, non-disruptive messages that provide quick, at-a-glance feedback. They can have 3 sentiments; neutral, positive and negative and contain actions such as a button or link, or a close button. Messaging can include a title and caption limited to 85 characters. Keep your toast messaging short and to the point and tone in line with the sentiment of the Toast. \n\nThe Toast component is configurable by Sentiment plus show/hide properties for Icon, Caption, Button and Dismissible. Use the nested component’s properties to customize further as needed. \n\nWhen possible, Toasts should auto-dismiss after 8 seconds. When an action is present, it may not be desirable to time out the Toast depending on your specific context. \n\nMatch your messaging with the sentiment of the toast. Most messages will have a neutral sentiment. Reserve negative sentiments for when an explicit failure has occurred. Give users the information they need to correct the issue. \n\nToasts only support a single action and up to 85 characters. If multiple actions can be taken, or the message is longer than a few words, use a [Modal component](https://xplor-apollo.herokuapp.com/?path=/story/components-modal--modal) instead."
|
|
4238
1768
|
},
|
|
4239
1769
|
"attributes": [
|
|
4240
1770
|
{
|
|
@@ -4274,7 +1804,7 @@
|
|
|
4274
1804
|
"name": "xpl-toggle",
|
|
4275
1805
|
"description": {
|
|
4276
1806
|
"kind": "markdown",
|
|
4277
|
-
"value": ""
|
|
1807
|
+
"value": "A Toggle is a type of form control that is used to switch between enabled and disabled states of an element."
|
|
4278
1808
|
},
|
|
4279
1809
|
"attributes": [
|
|
4280
1810
|
{
|
|
@@ -4332,7 +1862,7 @@
|
|
|
4332
1862
|
"name": "xpl-tooltip",
|
|
4333
1863
|
"description": {
|
|
4334
1864
|
"kind": "markdown",
|
|
4335
|
-
"value": ""
|
|
1865
|
+
"value": "Tooltips are intended to be short one to two sentence messages adding contextual information for the user. Keep messages short and to the point. Tooltips are static and do not contain actions, and only appear when the context is hovered. \n\nTooltip variants control one of 8 arrow positions indicating the direction the tooltip will appear in relation to it's trigger:\n\"bottom-left\" | \"bottom-middle\" | \"bottom-right\" | \"left\" | \"right\" | \"top-left\" | \"top-middle\" | \"top-right\""
|
|
4336
1866
|
},
|
|
4337
1867
|
"attributes": [
|
|
4338
1868
|
{
|