@openproject/primer-view-components 0.72.0-rc.ce1a1c88d → 0.72.0-rc.fc664ecfc

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openproject/primer-view-components",
3
- "version": "0.72.0-rc.ce1a1c88d",
3
+ "version": "0.72.0-rc.fc664ecfc",
4
4
  "description": "ViewComponents of the Primer Design System for OpenProject",
5
5
  "main": "app/assets/javascripts/primer_view_components.js",
6
6
  "module": "app/components/primer/primer.js",
@@ -5942,46 +5942,6 @@
5942
5942
  }
5943
5943
  ]
5944
5944
  },
5945
- {
5946
- "component": "OpenProject::FileTreeView",
5947
- "status": "alpha",
5948
- "a11y_reviewed": false,
5949
- "short_name": "OpenProjectFileTreeView",
5950
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/file_tree_view.rb",
5951
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/file_tree_view/default/",
5952
- "parameters": [
5953
- {
5954
- "name": "node_variant",
5955
- "type": "Symbol",
5956
- "default": "`:div`",
5957
- "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
5958
- },
5959
- {
5960
- "name": "system_arguments",
5961
- "type": "Hash",
5962
- "default": "N/A",
5963
- "description": "[System arguments](/system-arguments)."
5964
- }
5965
- ]
5966
- },
5967
- {
5968
- "component": "OpenProject::FileTreeView::DirectoryNode",
5969
- "status": "alpha",
5970
- "a11y_reviewed": false,
5971
- "short_name": "OpenProjectFileTreeViewDirectoryNode",
5972
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/file_tree_view/directory_node.rb",
5973
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/file_tree_view/directory_node/default/",
5974
- "parameters": []
5975
- },
5976
- {
5977
- "component": "OpenProject::FileTreeView::FileNode",
5978
- "status": "alpha",
5979
- "a11y_reviewed": false,
5980
- "short_name": "OpenProjectFileTreeViewFileNode",
5981
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/file_tree_view/file_node.rb",
5982
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/file_tree_view/file_node/default/",
5983
- "parameters": []
5984
- },
5985
5945
  {
5986
5946
  "component": "OpenProject::FilterableTreeView",
5987
5947
  "status": "alpha",
@@ -5994,13 +5954,13 @@
5994
5954
  "name": "tree_view_arguments",
5995
5955
  "type": "Hash",
5996
5956
  "default": "`{}`",
5997
- "description": "Arguments that will be passed to the underlying [OpenProject::TreeView](/components/openprojecttreeview) component."
5957
+ "description": "Arguments that will be passed to the underlying [TreeView](/components/alpha/treeview) component."
5998
5958
  },
5999
5959
  {
6000
5960
  "name": "form_arguments",
6001
5961
  "type": "Hash",
6002
5962
  "default": "`{}`",
6003
- "description": "Form arguments that will be passed to the underlying [OpenProject::TreeView](/components/openprojecttreeview) component. These arguments allow the selections made within a `FilterableTreeView` to be submitted to the server as part of a Rails form. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission."
5963
+ "description": "Form arguments that will be passed to the underlying [TreeView](/components/alpha/treeview) component. These arguments allow the selections made within a `FilterableTreeView` to be submitted to the server as part of a Rails form. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission."
6004
5964
  },
6005
5965
  {
6006
5966
  "name": "filter_input_arguments",
@@ -6024,7 +5984,7 @@
6024
5984
  "name": "no_results_node_arguments",
6025
5985
  "type": "Hash",
6026
5986
  "default": "`DEFAULT_NO_RESULTS_NODE_ARGUMENTS.dup`",
6027
- "description": "Arguments that will be passed to a [OpenProject::TreeView::LeafNode](/components/openprojecttreeviewleafnode) component that appears when no items match the filter criteria."
5987
+ "description": "Arguments that will be passed to a [TreeView::LeafNode](/components/alpha/treeviewleafnode) component that appears when no items match the filter criteria."
6028
5988
  }
6029
5989
  ]
6030
5990
  },
@@ -6046,7 +6006,7 @@
6046
6006
  "name": "system_arguments",
6047
6007
  "type": "Hash",
6048
6008
  "default": "N/A",
6049
- "description": "The arguments accepted by [OpenProject::TreeView::SubTreeContainer](/components/openprojecttreeviewsubtreecontainer)."
6009
+ "description": "The arguments accepted by [TreeView::SubTreeContainer](/components/alpha/treeviewsubtreecontainer)."
6050
6010
  }
6051
6011
  ]
6052
6012
  },
@@ -6267,34 +6227,6 @@
6267
6227
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/side_panel/section/default/",
6268
6228
  "parameters": []
6269
6229
  },
6270
- {
6271
- "component": "OpenProject::SkeletonBox",
6272
- "status": "alpha",
6273
- "a11y_reviewed": false,
6274
- "short_name": "OpenProjectSkeletonBox",
6275
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/skeleton_box.rb",
6276
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/skeleton_box/default/",
6277
- "parameters": [
6278
- {
6279
- "name": "height",
6280
- "type": "String",
6281
- "default": "`nil`",
6282
- "description": "Any valid CSS height."
6283
- },
6284
- {
6285
- "name": "width",
6286
- "type": "String",
6287
- "default": "`nil`",
6288
- "description": "Any valid CSS width."
6289
- },
6290
- {
6291
- "name": "system_arguments",
6292
- "type": "Hash",
6293
- "default": "N/A",
6294
- "description": "[System arguments](/system-arguments)"
6295
- }
6296
- ]
6297
- },
6298
6230
  {
6299
6231
  "component": "OpenProject::SubHeader",
6300
6232
  "status": "open_project",
@@ -6435,376 +6367,6 @@
6435
6367
  }
6436
6368
  ]
6437
6369
  },
6438
- {
6439
- "component": "OpenProject::TreeView",
6440
- "status": "alpha",
6441
- "a11y_reviewed": false,
6442
- "short_name": "OpenProjectTreeView",
6443
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view.rb",
6444
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/default/",
6445
- "parameters": [
6446
- {
6447
- "name": "node_variant",
6448
- "type": "Symbol",
6449
- "default": "`:div`",
6450
- "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
6451
- },
6452
- {
6453
- "name": "system_arguments",
6454
- "type": "Hash",
6455
- "default": "N/A",
6456
- "description": "[System arguments](/system-arguments)."
6457
- }
6458
- ]
6459
- },
6460
- {
6461
- "component": "OpenProject::TreeView::Icon",
6462
- "status": "alpha",
6463
- "a11y_reviewed": false,
6464
- "short_name": "OpenProjectTreeViewIcon",
6465
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/icon.rb",
6466
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/icon/default/",
6467
- "parameters": [
6468
- {
6469
- "name": "system_arguments",
6470
- "type": "Hash",
6471
- "default": "N/A",
6472
- "description": "The arguments accepted by [Octicon](/components/beta/octicon)."
6473
- }
6474
- ]
6475
- },
6476
- {
6477
- "component": "OpenProject::TreeView::IconPair",
6478
- "status": "alpha",
6479
- "a11y_reviewed": false,
6480
- "short_name": "OpenProjectTreeViewIconPair",
6481
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/icon_pair.rb",
6482
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/icon_pair/default/",
6483
- "parameters": [
6484
- {
6485
- "name": "expanded",
6486
- "type": "Boolean",
6487
- "default": "`false`",
6488
- "description": "If true, the expanded icon is shown and the collapsed icon is hidden, etc."
6489
- },
6490
- {
6491
- "name": "system_arguments",
6492
- "type": "Hash",
6493
- "default": "N/A",
6494
- "description": "[System arguments](/system-arguments)"
6495
- }
6496
- ]
6497
- },
6498
- {
6499
- "component": "OpenProject::TreeView::LeadingAction",
6500
- "status": "alpha",
6501
- "a11y_reviewed": false,
6502
- "short_name": "OpenProjectTreeViewLeadingAction",
6503
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/leading_action.rb",
6504
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/leading_action/default/",
6505
- "parameters": [
6506
- {
6507
- "name": "action",
6508
- "type": "ViewComponent::Base",
6509
- "default": "N/A",
6510
- "description": "A component or other renderable to use as the action button etc."
6511
- }
6512
- ]
6513
- },
6514
- {
6515
- "component": "OpenProject::TreeView::LeafNode",
6516
- "status": "alpha",
6517
- "a11y_reviewed": false,
6518
- "short_name": "OpenProjectTreeViewLeafNode",
6519
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/leaf_node.rb",
6520
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/leaf_node/default/",
6521
- "parameters": [
6522
- {
6523
- "name": "label",
6524
- "type": "String",
6525
- "default": "N/A",
6526
- "description": "The node's label, i.e. it's textual content."
6527
- },
6528
- {
6529
- "name": "system_arguments",
6530
- "type": "Hash",
6531
- "default": "N/A",
6532
- "description": "The arguments accepted by [OpenProject::TreeView::Node](/components/openprojecttreeviewnode)."
6533
- }
6534
- ]
6535
- },
6536
- {
6537
- "component": "OpenProject::TreeView::LoadingFailureMessage",
6538
- "status": "alpha",
6539
- "a11y_reviewed": false,
6540
- "short_name": "OpenProjectTreeViewLoadingFailureMessage",
6541
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/loading_failure_message.rb",
6542
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/loading_failure_message/default/",
6543
- "parameters": [
6544
- {
6545
- "name": "text",
6546
- "type": "String",
6547
- "default": "`Something went wrong`",
6548
- "description": "The failure message to display."
6549
- },
6550
- {
6551
- "name": "retry_button_label",
6552
- "type": "String",
6553
- "default": "`Retry`",
6554
- "description": "The text shown on the retry button."
6555
- },
6556
- {
6557
- "name": "system_arguments",
6558
- "type": "Hash",
6559
- "default": "N/A",
6560
- "description": "[System arguments](/system-arguments)"
6561
- }
6562
- ]
6563
- },
6564
- {
6565
- "component": "OpenProject::TreeView::Node",
6566
- "status": "alpha",
6567
- "a11y_reviewed": false,
6568
- "short_name": "OpenProjectTreeViewNode",
6569
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/node.rb",
6570
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/node/default/",
6571
- "parameters": [
6572
- {
6573
- "name": "path",
6574
- "type": "Array<String>",
6575
- "default": "N/A",
6576
- "description": "The node's \"path,\" i.e. this node's label and the labels of all its ancestors. This node should be reachable by traversing the tree following this path."
6577
- },
6578
- {
6579
- "name": "node_variant",
6580
- "type": "Symbol",
6581
- "default": "N/A",
6582
- "description": "The node variant to use for the node's content, i.e. the `:button` or `:div`. One of `:anchor`, `:button`, or `:div`."
6583
- },
6584
- {
6585
- "name": "href",
6586
- "type": "String",
6587
- "default": "`nil`",
6588
- "description": "The URL to use as the `href` attribute for this node. If set to a truthy value, the `tag:` parameter is ignored and assumed to be `:a`."
6589
- },
6590
- {
6591
- "name": "current",
6592
- "type": "Boolean",
6593
- "default": "`false`",
6594
- "description": "Whether or not this node is the current node. The current node is styled differently than regular nodes and is the first element that receives focus when tabbing to the `TreeView` component."
6595
- },
6596
- {
6597
- "name": "select_variant",
6598
- "type": "Symbol",
6599
- "default": "`:none`",
6600
- "description": "Controls the type of checkbox that appears. One of `:multiple` or `:none`."
6601
- },
6602
- {
6603
- "name": "checked",
6604
- "type": "Boolean | String",
6605
- "default": "`false`",
6606
- "description": "The checked state of the node's checkbox. One of `false`, `mixed`, or `true`."
6607
- },
6608
- {
6609
- "name": "disabled",
6610
- "type": "Boolean",
6611
- "default": "`false`",
6612
- "description": "Whether or not the node can be activated. Passing `false` here will cause the node to appear visually disabled but it is still keyboard-focusable."
6613
- },
6614
- {
6615
- "name": "value",
6616
- "type": "String",
6617
- "default": "`nil`",
6618
- "description": "If this node is checked, this value will be sent to the server on form submission."
6619
- },
6620
- {
6621
- "name": "content_arguments",
6622
- "type": "Hash",
6623
- "default": "N/A",
6624
- "description": "Arguments attached to the node's content, i.e the `<button>` or `<a>` element. [System arguments](/system-arguments)"
6625
- }
6626
- ]
6627
- },
6628
- {
6629
- "component": "OpenProject::TreeView::SkeletonLoader",
6630
- "status": "alpha",
6631
- "a11y_reviewed": false,
6632
- "short_name": "OpenProjectTreeViewSkeletonLoader",
6633
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/skeleton_loader.rb",
6634
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/skeleton_loader/default/",
6635
- "parameters": [
6636
- {
6637
- "name": "src",
6638
- "type": "String",
6639
- "default": "N/A",
6640
- "description": "The URL to fetch nodes from."
6641
- },
6642
- {
6643
- "name": "count",
6644
- "type": "Integer",
6645
- "default": "`3`",
6646
- "description": "The number of skeleton nodes to render."
6647
- },
6648
- {
6649
- "name": "system_arguments",
6650
- "type": "Hash",
6651
- "default": "N/A",
6652
- "description": "The arguments accepted by [OpenProject::TreeView::SubTreeContainer](/components/openprojecttreeviewsubtreecontainer)."
6653
- }
6654
- ]
6655
- },
6656
- {
6657
- "component": "OpenProject::TreeView::SpinnerLoader",
6658
- "status": "alpha",
6659
- "a11y_reviewed": false,
6660
- "short_name": "OpenProjectTreeViewSpinnerLoader",
6661
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/spinner_loader.rb",
6662
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/spinner_loader/default/",
6663
- "parameters": [
6664
- {
6665
- "name": "src",
6666
- "type": "String",
6667
- "default": "N/A",
6668
- "description": "The URL to fetch nodes from."
6669
- },
6670
- {
6671
- "name": "system_arguments",
6672
- "type": "Hash",
6673
- "default": "N/A",
6674
- "description": "The arguments accepted by [OpenProject::TreeView::SubTreeContainer](/components/openprojecttreeviewsubtreecontainer)."
6675
- }
6676
- ]
6677
- },
6678
- {
6679
- "component": "OpenProject::TreeView::SubTree",
6680
- "status": "alpha",
6681
- "a11y_reviewed": false,
6682
- "short_name": "OpenProjectTreeViewSubTree",
6683
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/sub_tree.rb",
6684
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/sub_tree/default/",
6685
- "parameters": [
6686
- {
6687
- "name": "node_variant",
6688
- "type": "Symbol",
6689
- "default": "N/A",
6690
- "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
6691
- },
6692
- {
6693
- "name": "system_arguments",
6694
- "type": "Hash",
6695
- "default": "N/A",
6696
- "description": "The arguments accepted by [OpenProject::TreeView::SubTreeContainer](/components/openprojecttreeviewsubtreecontainer)."
6697
- }
6698
- ]
6699
- },
6700
- {
6701
- "component": "OpenProject::TreeView::SubTreeContainer",
6702
- "status": "alpha",
6703
- "a11y_reviewed": false,
6704
- "short_name": "OpenProjectTreeViewSubTreeContainer",
6705
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/sub_tree_container.rb",
6706
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/sub_tree_container/default/",
6707
- "parameters": [
6708
- {
6709
- "name": "path",
6710
- "type": "Array<String>",
6711
- "default": "N/A",
6712
- "description": "The path to this node."
6713
- },
6714
- {
6715
- "name": "expanded",
6716
- "type": "Boolean",
6717
- "default": "`false`",
6718
- "description": "Whether or not this sub-tree node renders expanded."
6719
- },
6720
- {
6721
- "name": "system_arguments",
6722
- "type": "Hash",
6723
- "default": "N/A",
6724
- "description": "[System arguments](/system-arguments)"
6725
- }
6726
- ]
6727
- },
6728
- {
6729
- "component": "OpenProject::TreeView::SubTreeNode",
6730
- "status": "alpha",
6731
- "a11y_reviewed": false,
6732
- "short_name": "OpenProjectTreeViewSubTreeNode",
6733
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/sub_tree_node.rb",
6734
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/sub_tree_node/default/",
6735
- "parameters": [
6736
- {
6737
- "name": "label",
6738
- "type": "String",
6739
- "default": "N/A",
6740
- "description": "The node's label, i.e. it's textual content."
6741
- },
6742
- {
6743
- "name": "path",
6744
- "type": "Array<String>",
6745
- "default": "N/A",
6746
- "description": "The node's \"path,\" i.e. this node's label and the labels of all its ancestors. This node should be reachable by traversing the tree following this path."
6747
- },
6748
- {
6749
- "name": "node_variant",
6750
- "type": "Symbol",
6751
- "default": "N/A",
6752
- "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
6753
- },
6754
- {
6755
- "name": "sub_tree_component_klass",
6756
- "type": "Class",
6757
- "default": "`SubTree`",
6758
- "description": "The class to use for the sub-tree instead of the default [OpenProject::TreeView::SubTree](/components/openprojecttreeviewsubtree)"
6759
- },
6760
- {
6761
- "name": "expanded",
6762
- "type": "Boolean",
6763
- "default": "`false`",
6764
- "description": "Whether or not this sub-tree should be rendered expanded."
6765
- },
6766
- {
6767
- "name": "select_strategy",
6768
- "type": "Symbol",
6769
- "default": "`:mixed_descendants`",
6770
- "description": "What should happen when this sub-tree node is checked. One of `:descendants`, `:mixed_descendants`, or `:self`."
6771
- },
6772
- {
6773
- "name": "system_arguments",
6774
- "type": "Hash",
6775
- "default": "N/A",
6776
- "description": "The arguments accepted by [OpenProject::TreeView::Node](/components/openprojecttreeviewnode)."
6777
- }
6778
- ]
6779
- },
6780
- {
6781
- "component": "OpenProject::TreeView::Visual",
6782
- "status": "alpha",
6783
- "a11y_reviewed": false,
6784
- "short_name": "OpenProjectTreeViewVisual",
6785
- "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/tree_view/visual.rb",
6786
- "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/tree_view/visual/default/",
6787
- "parameters": [
6788
- {
6789
- "name": "id",
6790
- "type": "String",
6791
- "default": "N/A",
6792
- "description": "This visual's HTML ID."
6793
- },
6794
- {
6795
- "name": "visual",
6796
- "type": "ViewComponent::Base",
6797
- "default": "N/A",
6798
- "description": "A renderable component like an instance of [Octicon](/components/beta/octicon) to render as the visual."
6799
- },
6800
- {
6801
- "name": "label",
6802
- "type": "String",
6803
- "default": "`nil`",
6804
- "description": "Text describing this visual that will be visible only to screen readers."
6805
- }
6806
- ]
6807
- },
6808
6370
  {
6809
6371
  "component": "OpenProject::ZenModeButton",
6810
6372
  "status": "open_project",
@@ -1743,17 +1743,6 @@
1743
1743
  "Primer::OpenProject::FeedbackMessage": {
1744
1744
  "GeneratedSlotMethods": "Primer::OpenProject::FeedbackMessage::GeneratedSlotMethods"
1745
1745
  },
1746
- "Primer::OpenProject::FileTreeView": {
1747
- "DirectoryNode": "Primer::OpenProject::FileTreeView::DirectoryNode",
1748
- "FileNode": "Primer::OpenProject::FileTreeView::FileNode",
1749
- "GeneratedSlotMethods": "Primer::OpenProject::FileTreeView::GeneratedSlotMethods"
1750
- },
1751
- "Primer::OpenProject::FileTreeView::DirectoryNode": {
1752
- "GeneratedSlotMethods": "Primer::OpenProject::FileTreeView::DirectoryNode::GeneratedSlotMethods"
1753
- },
1754
- "Primer::OpenProject::FileTreeView::FileNode": {
1755
- "GeneratedSlotMethods": "Primer::OpenProject::FileTreeView::FileNode::GeneratedSlotMethods"
1756
- },
1757
1746
  "Primer::OpenProject::FilterableTreeView": {
1758
1747
  "DEFAULT_FILTER_INPUT_ARGUMENTS": {
1759
1748
  "name": "filter",
@@ -1912,9 +1901,6 @@
1912
1901
  "h6"
1913
1902
  ]
1914
1903
  },
1915
- "Primer::OpenProject::SkeletonBox": {
1916
- "GeneratedSlotMethods": "Primer::OpenProject::SkeletonBox::GeneratedSlotMethods"
1917
- },
1918
1904
  "Primer::OpenProject::SubHeader": {
1919
1905
  "Button": "Primer::OpenProject::SubHeader::Button",
1920
1906
  "ButtonGroup": "Primer::OpenProject::SubHeader::ButtonGroup",
@@ -1944,93 +1930,6 @@
1944
1930
  "Primer::OpenProject::SubHeader::SegmentedControl": {
1945
1931
  "GeneratedSlotMethods": "Primer::OpenProject::SubHeader::SegmentedControl::GeneratedSlotMethods"
1946
1932
  },
1947
- "Primer::OpenProject::TreeView": {
1948
- "DEFAULT_NODE_VARIANT": "div",
1949
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::GeneratedSlotMethods",
1950
- "Icon": "Primer::OpenProject::TreeView::Icon",
1951
- "IconPair": "Primer::OpenProject::TreeView::IconPair",
1952
- "LeadingAction": "Primer::OpenProject::TreeView::LeadingAction",
1953
- "LeafNode": "Primer::OpenProject::TreeView::LeafNode",
1954
- "LoadingFailureMessage": "Primer::OpenProject::TreeView::LoadingFailureMessage",
1955
- "NODE_VARIANT_OPTIONS": [
1956
- "div",
1957
- "anchor",
1958
- "button"
1959
- ],
1960
- "Node": "Primer::OpenProject::TreeView::Node",
1961
- "SkeletonLoader": "Primer::OpenProject::TreeView::SkeletonLoader",
1962
- "SpinnerLoader": "Primer::OpenProject::TreeView::SpinnerLoader",
1963
- "SubTree": "Primer::OpenProject::TreeView::SubTree",
1964
- "SubTreeContainer": "Primer::OpenProject::TreeView::SubTreeContainer",
1965
- "SubTreeNode": "Primer::OpenProject::TreeView::SubTreeNode",
1966
- "Visual": "Primer::OpenProject::TreeView::Visual"
1967
- },
1968
- "Primer::OpenProject::TreeView::Icon": {
1969
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::Icon::GeneratedSlotMethods"
1970
- },
1971
- "Primer::OpenProject::TreeView::IconPair": {
1972
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::IconPair::GeneratedSlotMethods"
1973
- },
1974
- "Primer::OpenProject::TreeView::LeadingAction": {
1975
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::LeadingAction::GeneratedSlotMethods"
1976
- },
1977
- "Primer::OpenProject::TreeView::LeafNode": {
1978
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::LeafNode::GeneratedSlotMethods"
1979
- },
1980
- "Primer::OpenProject::TreeView::LoadingFailureMessage": {
1981
- "DEFAULT_RETRY_BUTTON_LABEL": "Retry",
1982
- "DEFAULT_TEXT": "Something went wrong",
1983
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::LoadingFailureMessage::GeneratedSlotMethods"
1984
- },
1985
- "Primer::OpenProject::TreeView::Node": {
1986
- "CHECKED_STATES": [
1987
- false,
1988
- true,
1989
- "mixed"
1990
- ],
1991
- "DEFAULT_CHECKED_STATE": false,
1992
- "DEFAULT_NODE_VARIANT": "div",
1993
- "DEFAULT_SELECT_VARIANT": "none",
1994
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::Node::GeneratedSlotMethods",
1995
- "NODE_VARIANT_TAG_MAP": {
1996
- "div": "div",
1997
- "button": "button",
1998
- "anchor": "a"
1999
- },
2000
- "NODE_VARIANT_TAG_OPTIONS": [
2001
- "div",
2002
- "button",
2003
- "anchor"
2004
- ],
2005
- "SELECT_VARIANT_OPTIONS": [
2006
- "multiple",
2007
- "none"
2008
- ]
2009
- },
2010
- "Primer::OpenProject::TreeView::SkeletonLoader": {
2011
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::SkeletonLoader::GeneratedSlotMethods"
2012
- },
2013
- "Primer::OpenProject::TreeView::SpinnerLoader": {
2014
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::SpinnerLoader::GeneratedSlotMethods"
2015
- },
2016
- "Primer::OpenProject::TreeView::SubTree": {
2017
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::SubTree::GeneratedSlotMethods"
2018
- },
2019
- "Primer::OpenProject::TreeView::SubTreeContainer": {
2020
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::SubTreeContainer::GeneratedSlotMethods"
2021
- },
2022
- "Primer::OpenProject::TreeView::SubTreeNode": {
2023
- "DEFAULT_SELECT_STRATEGY": "mixed_descendants",
2024
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::SubTreeNode::GeneratedSlotMethods",
2025
- "SELECT_STRATEGIES": [
2026
- "self",
2027
- "mixed_descendants",
2028
- "descendants"
2029
- ]
2030
- },
2031
- "Primer::OpenProject::TreeView::Visual": {
2032
- "GeneratedSlotMethods": "Primer::OpenProject::TreeView::Visual::GeneratedSlotMethods"
2033
- },
2034
1933
  "Primer::OpenProject::ZenModeButton": {
2035
1934
  "GeneratedSlotMethods": "Primer::OpenProject::ZenModeButton::GeneratedSlotMethods",
2036
1935
  "ZEN_MODE_BUTTON_ICON": "screen-full",