@genesislcap/foundation-zero 14.444.0 → 14.444.1-GENC-1262.1

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.
@@ -2443,9 +2443,9 @@
2443
2443
  "members": [
2444
2444
  {
2445
2445
  "kind": "field",
2446
- "name": "aiProvider",
2446
+ "name": "providerRegistry",
2447
2447
  "type": {
2448
- "text": "AIProvider"
2448
+ "text": "AIProviderRegistry"
2449
2449
  },
2450
2450
  "inheritedFrom": {
2451
2451
  "name": "AiCriteriaSearch",
@@ -2979,12 +2979,26 @@
2979
2979
  "tagName": "%%prefix%%-ai-indicator",
2980
2980
  "customElement": true,
2981
2981
  "members": [
2982
+ {
2983
+ "kind": "field",
2984
+ "name": "providerRegistry",
2985
+ "type": {
2986
+ "text": "AIProviderRegistry"
2987
+ },
2988
+ "inheritedFrom": {
2989
+ "name": "AiIndicator",
2990
+ "module": "src/ai-indicator/ai-indicator.ts"
2991
+ }
2992
+ },
2982
2993
  {
2983
2994
  "kind": "field",
2984
2995
  "name": "aiProvider",
2985
2996
  "type": {
2986
- "text": "AIProvider"
2997
+ "text": "AIProvider | undefined"
2987
2998
  },
2999
+ "privacy": "private",
3000
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3001
+ "readonly": true,
2988
3002
  "inheritedFrom": {
2989
3003
  "name": "AiIndicator",
2990
3004
  "module": "src/ai-indicator/ai-indicator.ts"
@@ -44411,435 +44425,6 @@
44411
44425
  }
44412
44426
  ]
44413
44427
  },
44414
- {
44415
- "kind": "javascript-module",
44416
- "path": "src/tree-view/index.ts",
44417
- "declarations": [],
44418
- "exports": [
44419
- {
44420
- "kind": "js",
44421
- "name": "*",
44422
- "declaration": {
44423
- "name": "*",
44424
- "package": "./tree-view.template"
44425
- }
44426
- },
44427
- {
44428
- "kind": "js",
44429
- "name": "*",
44430
- "declaration": {
44431
- "name": "*",
44432
- "package": "./tree-view.styles"
44433
- }
44434
- },
44435
- {
44436
- "kind": "js",
44437
- "name": "*",
44438
- "declaration": {
44439
- "name": "*",
44440
- "package": "./tree-view"
44441
- }
44442
- }
44443
- ]
44444
- },
44445
- {
44446
- "kind": "javascript-module",
44447
- "path": "src/tree-view/tree-view.styles.ts",
44448
- "declarations": [
44449
- {
44450
- "kind": "function",
44451
- "name": "zeroTreeViewStyles",
44452
- "return": {
44453
- "type": {
44454
- "text": "ElementStyles"
44455
- }
44456
- },
44457
- "parameters": [
44458
- {
44459
- "name": "context",
44460
- "type": {
44461
- "text": "ElementDefinitionContext"
44462
- }
44463
- },
44464
- {
44465
- "name": "definition",
44466
- "type": {
44467
- "text": "FoundationElementDefinition"
44468
- }
44469
- }
44470
- ]
44471
- }
44472
- ],
44473
- "exports": [
44474
- {
44475
- "kind": "js",
44476
- "name": "zeroTreeViewStyles",
44477
- "declaration": {
44478
- "name": "zeroTreeViewStyles",
44479
- "module": "src/tree-view/tree-view.styles.ts"
44480
- }
44481
- }
44482
- ]
44483
- },
44484
- {
44485
- "kind": "javascript-module",
44486
- "path": "src/tree-view/tree-view.template.ts",
44487
- "declarations": [
44488
- {
44489
- "kind": "function",
44490
- "name": "zeroTreeViewTemplate",
44491
- "return": {
44492
- "type": {
44493
- "text": "ViewTemplate<TreeView>"
44494
- }
44495
- },
44496
- "parameters": [
44497
- {
44498
- "name": "context",
44499
- "type": {
44500
- "text": "ElementDefinitionContext"
44501
- }
44502
- },
44503
- {
44504
- "name": "definition",
44505
- "type": {
44506
- "text": "FoundationElementDefinition"
44507
- }
44508
- }
44509
- ]
44510
- }
44511
- ],
44512
- "exports": [
44513
- {
44514
- "kind": "js",
44515
- "name": "zeroTreeViewTemplate",
44516
- "declaration": {
44517
- "name": "zeroTreeViewTemplate",
44518
- "module": "src/tree-view/tree-view.template.ts"
44519
- }
44520
- }
44521
- ]
44522
- },
44523
- {
44524
- "kind": "javascript-module",
44525
- "path": "src/tree-view/tree-view.ts",
44526
- "declarations": [
44527
- {
44528
- "kind": "class",
44529
- "description": "",
44530
- "name": "TreeView",
44531
- "superclass": {
44532
- "name": "FoundationTreeView",
44533
- "package": "@genesislcap/foundation-ui"
44534
- },
44535
- "tagName": "%%prefix%%-tree-view",
44536
- "customElement": true,
44537
- "attributes": [
44538
- {
44539
- "name": "render-collapsed-nodes",
44540
- "type": {
44541
- "text": "boolean"
44542
- },
44543
- "description": "/**\n When true, the control will be appear expanded by user interaction.",
44544
- "fieldName": "renderCollapsedNodes",
44545
- "inheritedFrom": {
44546
- "name": "TreeView",
44547
- "module": "src/tree-view/tree-view.ts"
44548
- }
44549
- }
44550
- ],
44551
- "members": [
44552
- {
44553
- "kind": "field",
44554
- "name": "renderCollapsedNodes",
44555
- "type": {
44556
- "text": "boolean"
44557
- },
44558
- "privacy": "public",
44559
- "description": "/**\n When true, the control will be appear expanded by user interaction.",
44560
- "inheritedFrom": {
44561
- "name": "TreeView",
44562
- "module": "src/tree-view/tree-view.ts"
44563
- }
44564
- },
44565
- {
44566
- "kind": "field",
44567
- "name": "currentSelected",
44568
- "type": {
44569
- "text": "HTMLElement | TreeItem | null"
44570
- },
44571
- "privacy": "public",
44572
- "description": "The currently selected tree item",
44573
- "inheritedFrom": {
44574
- "name": "TreeView",
44575
- "module": "src/tree-view/tree-view.ts"
44576
- }
44577
- },
44578
- {
44579
- "kind": "method",
44580
- "name": "slottedTreeItemsChanged",
44581
- "privacy": "private",
44582
- "return": {
44583
- "type": {
44584
- "text": "void"
44585
- }
44586
- },
44587
- "inheritedFrom": {
44588
- "name": "TreeView",
44589
- "module": "src/tree-view/tree-view.ts"
44590
- }
44591
- },
44592
- {
44593
- "kind": "field",
44594
- "name": "nested",
44595
- "type": {
44596
- "text": "boolean"
44597
- },
44598
- "privacy": "private",
44599
- "inheritedFrom": {
44600
- "name": "TreeView",
44601
- "module": "src/tree-view/tree-view.ts"
44602
- }
44603
- },
44604
- {
44605
- "kind": "method",
44606
- "name": "focusNextNode",
44607
- "privacy": "private",
44608
- "return": {
44609
- "type": {
44610
- "text": "void"
44611
- }
44612
- },
44613
- "parameters": [
44614
- {
44615
- "name": "delta",
44616
- "type": {
44617
- "text": "number"
44618
- }
44619
- },
44620
- {
44621
- "name": "item",
44622
- "type": {
44623
- "text": "TreeItem"
44624
- }
44625
- }
44626
- ],
44627
- "description": "Move focus to a tree item based on its offset from the provided item",
44628
- "inheritedFrom": {
44629
- "name": "TreeView",
44630
- "module": "src/tree-view/tree-view.ts"
44631
- }
44632
- },
44633
- {
44634
- "kind": "field",
44635
- "name": "setItems",
44636
- "privacy": "private",
44637
- "description": "Updates the tree view when slottedTreeItems changes",
44638
- "inheritedFrom": {
44639
- "name": "TreeView",
44640
- "module": "src/tree-view/tree-view.ts"
44641
- }
44642
- },
44643
- {
44644
- "kind": "method",
44645
- "name": "getValidFocusableItem",
44646
- "privacy": "private",
44647
- "return": {
44648
- "type": {
44649
- "text": "null | HTMLElement | TreeItem"
44650
- }
44651
- },
44652
- "description": "checks if there are any nested tree items",
44653
- "inheritedFrom": {
44654
- "name": "TreeView",
44655
- "module": "src/tree-view/tree-view.ts"
44656
- }
44657
- },
44658
- {
44659
- "kind": "method",
44660
- "name": "checkForNestedItems",
44661
- "privacy": "private",
44662
- "return": {
44663
- "type": {
44664
- "text": "boolean"
44665
- }
44666
- },
44667
- "description": "checks if there are any nested tree items",
44668
- "inheritedFrom": {
44669
- "name": "TreeView",
44670
- "module": "src/tree-view/tree-view.ts"
44671
- }
44672
- },
44673
- {
44674
- "kind": "field",
44675
- "name": "isFocusableElement",
44676
- "privacy": "private",
44677
- "description": "check if the item is focusable",
44678
- "inheritedFrom": {
44679
- "name": "TreeView",
44680
- "module": "src/tree-view/tree-view.ts"
44681
- }
44682
- },
44683
- {
44684
- "kind": "field",
44685
- "name": "isSelectedElement",
44686
- "privacy": "private",
44687
- "inheritedFrom": {
44688
- "name": "TreeView",
44689
- "module": "src/tree-view/tree-view.ts"
44690
- }
44691
- },
44692
- {
44693
- "kind": "method",
44694
- "name": "getVisibleNodes",
44695
- "privacy": "private",
44696
- "return": {
44697
- "type": {
44698
- "text": "HTMLElement[]"
44699
- }
44700
- },
44701
- "inheritedFrom": {
44702
- "name": "TreeView",
44703
- "module": "src/tree-view/tree-view.ts"
44704
- }
44705
- },
44706
- {
44707
- "kind": "field",
44708
- "name": "_presentation",
44709
- "type": {
44710
- "text": "ComponentPresentation | null | undefined"
44711
- },
44712
- "privacy": "private",
44713
- "default": "void 0",
44714
- "inheritedFrom": {
44715
- "name": "TreeView",
44716
- "module": "src/tree-view/tree-view.ts"
44717
- }
44718
- },
44719
- {
44720
- "kind": "field",
44721
- "name": "$presentation",
44722
- "type": {
44723
- "text": "ComponentPresentation | null"
44724
- },
44725
- "privacy": "public",
44726
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
44727
- "inheritedFrom": {
44728
- "name": "TreeView",
44729
- "module": "src/tree-view/tree-view.ts"
44730
- }
44731
- },
44732
- {
44733
- "kind": "field",
44734
- "name": "template",
44735
- "type": {
44736
- "text": "ElementViewTemplate | void | null"
44737
- },
44738
- "privacy": "public",
44739
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
44740
- "inheritedFrom": {
44741
- "name": "TreeView",
44742
- "module": "src/tree-view/tree-view.ts"
44743
- }
44744
- },
44745
- {
44746
- "kind": "method",
44747
- "name": "templateChanged",
44748
- "privacy": "protected",
44749
- "return": {
44750
- "type": {
44751
- "text": "void"
44752
- }
44753
- },
44754
- "inheritedFrom": {
44755
- "name": "TreeView",
44756
- "module": "src/tree-view/tree-view.ts"
44757
- }
44758
- },
44759
- {
44760
- "kind": "field",
44761
- "name": "styles",
44762
- "type": {
44763
- "text": "ElementStyles | void | null"
44764
- },
44765
- "privacy": "public",
44766
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
44767
- "inheritedFrom": {
44768
- "name": "TreeView",
44769
- "module": "src/tree-view/tree-view.ts"
44770
- }
44771
- },
44772
- {
44773
- "kind": "method",
44774
- "name": "stylesChanged",
44775
- "privacy": "protected",
44776
- "return": {
44777
- "type": {
44778
- "text": "void"
44779
- }
44780
- },
44781
- "inheritedFrom": {
44782
- "name": "TreeView",
44783
- "module": "src/tree-view/tree-view.ts"
44784
- }
44785
- },
44786
- {
44787
- "kind": "method",
44788
- "name": "compose",
44789
- "privacy": "public",
44790
- "static": true,
44791
- "return": {
44792
- "type": {
44793
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
44794
- }
44795
- },
44796
- "parameters": [
44797
- {
44798
- "name": "this",
44799
- "type": {
44800
- "text": "K"
44801
- }
44802
- },
44803
- {
44804
- "name": "elementDefinition",
44805
- "type": {
44806
- "text": "T"
44807
- },
44808
- "description": "The definition of the element to create the registry\nfunction for."
44809
- }
44810
- ],
44811
- "description": "Defines an element registry function with a set of element definition defaults.",
44812
- "inheritedFrom": {
44813
- "name": "TreeView",
44814
- "module": "src/tree-view/tree-view.ts"
44815
- }
44816
- }
44817
- ]
44818
- },
44819
- {
44820
- "kind": "variable",
44821
- "name": "zeroTreeView"
44822
- }
44823
- ],
44824
- "exports": [
44825
- {
44826
- "kind": "js",
44827
- "name": "TreeView",
44828
- "declaration": {
44829
- "name": "TreeView",
44830
- "module": "src/tree-view/tree-view.ts"
44831
- }
44832
- },
44833
- {
44834
- "kind": "js",
44835
- "name": "zeroTreeView",
44836
- "declaration": {
44837
- "name": "zeroTreeView",
44838
- "module": "src/tree-view/tree-view.ts"
44839
- }
44840
- }
44841
- ]
44842
- },
44843
44428
  {
44844
44429
  "kind": "javascript-module",
44845
44430
  "path": "src/url-input/index.ts",
@@ -45523,6 +45108,435 @@
45523
45108
  }
45524
45109
  ]
45525
45110
  },
45111
+ {
45112
+ "kind": "javascript-module",
45113
+ "path": "src/tree-view/index.ts",
45114
+ "declarations": [],
45115
+ "exports": [
45116
+ {
45117
+ "kind": "js",
45118
+ "name": "*",
45119
+ "declaration": {
45120
+ "name": "*",
45121
+ "package": "./tree-view.template"
45122
+ }
45123
+ },
45124
+ {
45125
+ "kind": "js",
45126
+ "name": "*",
45127
+ "declaration": {
45128
+ "name": "*",
45129
+ "package": "./tree-view.styles"
45130
+ }
45131
+ },
45132
+ {
45133
+ "kind": "js",
45134
+ "name": "*",
45135
+ "declaration": {
45136
+ "name": "*",
45137
+ "package": "./tree-view"
45138
+ }
45139
+ }
45140
+ ]
45141
+ },
45142
+ {
45143
+ "kind": "javascript-module",
45144
+ "path": "src/tree-view/tree-view.styles.ts",
45145
+ "declarations": [
45146
+ {
45147
+ "kind": "function",
45148
+ "name": "zeroTreeViewStyles",
45149
+ "return": {
45150
+ "type": {
45151
+ "text": "ElementStyles"
45152
+ }
45153
+ },
45154
+ "parameters": [
45155
+ {
45156
+ "name": "context",
45157
+ "type": {
45158
+ "text": "ElementDefinitionContext"
45159
+ }
45160
+ },
45161
+ {
45162
+ "name": "definition",
45163
+ "type": {
45164
+ "text": "FoundationElementDefinition"
45165
+ }
45166
+ }
45167
+ ]
45168
+ }
45169
+ ],
45170
+ "exports": [
45171
+ {
45172
+ "kind": "js",
45173
+ "name": "zeroTreeViewStyles",
45174
+ "declaration": {
45175
+ "name": "zeroTreeViewStyles",
45176
+ "module": "src/tree-view/tree-view.styles.ts"
45177
+ }
45178
+ }
45179
+ ]
45180
+ },
45181
+ {
45182
+ "kind": "javascript-module",
45183
+ "path": "src/tree-view/tree-view.template.ts",
45184
+ "declarations": [
45185
+ {
45186
+ "kind": "function",
45187
+ "name": "zeroTreeViewTemplate",
45188
+ "return": {
45189
+ "type": {
45190
+ "text": "ViewTemplate<TreeView>"
45191
+ }
45192
+ },
45193
+ "parameters": [
45194
+ {
45195
+ "name": "context",
45196
+ "type": {
45197
+ "text": "ElementDefinitionContext"
45198
+ }
45199
+ },
45200
+ {
45201
+ "name": "definition",
45202
+ "type": {
45203
+ "text": "FoundationElementDefinition"
45204
+ }
45205
+ }
45206
+ ]
45207
+ }
45208
+ ],
45209
+ "exports": [
45210
+ {
45211
+ "kind": "js",
45212
+ "name": "zeroTreeViewTemplate",
45213
+ "declaration": {
45214
+ "name": "zeroTreeViewTemplate",
45215
+ "module": "src/tree-view/tree-view.template.ts"
45216
+ }
45217
+ }
45218
+ ]
45219
+ },
45220
+ {
45221
+ "kind": "javascript-module",
45222
+ "path": "src/tree-view/tree-view.ts",
45223
+ "declarations": [
45224
+ {
45225
+ "kind": "class",
45226
+ "description": "",
45227
+ "name": "TreeView",
45228
+ "superclass": {
45229
+ "name": "FoundationTreeView",
45230
+ "package": "@genesislcap/foundation-ui"
45231
+ },
45232
+ "tagName": "%%prefix%%-tree-view",
45233
+ "customElement": true,
45234
+ "attributes": [
45235
+ {
45236
+ "name": "render-collapsed-nodes",
45237
+ "type": {
45238
+ "text": "boolean"
45239
+ },
45240
+ "description": "/**\n When true, the control will be appear expanded by user interaction.",
45241
+ "fieldName": "renderCollapsedNodes",
45242
+ "inheritedFrom": {
45243
+ "name": "TreeView",
45244
+ "module": "src/tree-view/tree-view.ts"
45245
+ }
45246
+ }
45247
+ ],
45248
+ "members": [
45249
+ {
45250
+ "kind": "field",
45251
+ "name": "renderCollapsedNodes",
45252
+ "type": {
45253
+ "text": "boolean"
45254
+ },
45255
+ "privacy": "public",
45256
+ "description": "/**\n When true, the control will be appear expanded by user interaction.",
45257
+ "inheritedFrom": {
45258
+ "name": "TreeView",
45259
+ "module": "src/tree-view/tree-view.ts"
45260
+ }
45261
+ },
45262
+ {
45263
+ "kind": "field",
45264
+ "name": "currentSelected",
45265
+ "type": {
45266
+ "text": "HTMLElement | TreeItem | null"
45267
+ },
45268
+ "privacy": "public",
45269
+ "description": "The currently selected tree item",
45270
+ "inheritedFrom": {
45271
+ "name": "TreeView",
45272
+ "module": "src/tree-view/tree-view.ts"
45273
+ }
45274
+ },
45275
+ {
45276
+ "kind": "method",
45277
+ "name": "slottedTreeItemsChanged",
45278
+ "privacy": "private",
45279
+ "return": {
45280
+ "type": {
45281
+ "text": "void"
45282
+ }
45283
+ },
45284
+ "inheritedFrom": {
45285
+ "name": "TreeView",
45286
+ "module": "src/tree-view/tree-view.ts"
45287
+ }
45288
+ },
45289
+ {
45290
+ "kind": "field",
45291
+ "name": "nested",
45292
+ "type": {
45293
+ "text": "boolean"
45294
+ },
45295
+ "privacy": "private",
45296
+ "inheritedFrom": {
45297
+ "name": "TreeView",
45298
+ "module": "src/tree-view/tree-view.ts"
45299
+ }
45300
+ },
45301
+ {
45302
+ "kind": "method",
45303
+ "name": "focusNextNode",
45304
+ "privacy": "private",
45305
+ "return": {
45306
+ "type": {
45307
+ "text": "void"
45308
+ }
45309
+ },
45310
+ "parameters": [
45311
+ {
45312
+ "name": "delta",
45313
+ "type": {
45314
+ "text": "number"
45315
+ }
45316
+ },
45317
+ {
45318
+ "name": "item",
45319
+ "type": {
45320
+ "text": "TreeItem"
45321
+ }
45322
+ }
45323
+ ],
45324
+ "description": "Move focus to a tree item based on its offset from the provided item",
45325
+ "inheritedFrom": {
45326
+ "name": "TreeView",
45327
+ "module": "src/tree-view/tree-view.ts"
45328
+ }
45329
+ },
45330
+ {
45331
+ "kind": "field",
45332
+ "name": "setItems",
45333
+ "privacy": "private",
45334
+ "description": "Updates the tree view when slottedTreeItems changes",
45335
+ "inheritedFrom": {
45336
+ "name": "TreeView",
45337
+ "module": "src/tree-view/tree-view.ts"
45338
+ }
45339
+ },
45340
+ {
45341
+ "kind": "method",
45342
+ "name": "getValidFocusableItem",
45343
+ "privacy": "private",
45344
+ "return": {
45345
+ "type": {
45346
+ "text": "null | HTMLElement | TreeItem"
45347
+ }
45348
+ },
45349
+ "description": "checks if there are any nested tree items",
45350
+ "inheritedFrom": {
45351
+ "name": "TreeView",
45352
+ "module": "src/tree-view/tree-view.ts"
45353
+ }
45354
+ },
45355
+ {
45356
+ "kind": "method",
45357
+ "name": "checkForNestedItems",
45358
+ "privacy": "private",
45359
+ "return": {
45360
+ "type": {
45361
+ "text": "boolean"
45362
+ }
45363
+ },
45364
+ "description": "checks if there are any nested tree items",
45365
+ "inheritedFrom": {
45366
+ "name": "TreeView",
45367
+ "module": "src/tree-view/tree-view.ts"
45368
+ }
45369
+ },
45370
+ {
45371
+ "kind": "field",
45372
+ "name": "isFocusableElement",
45373
+ "privacy": "private",
45374
+ "description": "check if the item is focusable",
45375
+ "inheritedFrom": {
45376
+ "name": "TreeView",
45377
+ "module": "src/tree-view/tree-view.ts"
45378
+ }
45379
+ },
45380
+ {
45381
+ "kind": "field",
45382
+ "name": "isSelectedElement",
45383
+ "privacy": "private",
45384
+ "inheritedFrom": {
45385
+ "name": "TreeView",
45386
+ "module": "src/tree-view/tree-view.ts"
45387
+ }
45388
+ },
45389
+ {
45390
+ "kind": "method",
45391
+ "name": "getVisibleNodes",
45392
+ "privacy": "private",
45393
+ "return": {
45394
+ "type": {
45395
+ "text": "HTMLElement[]"
45396
+ }
45397
+ },
45398
+ "inheritedFrom": {
45399
+ "name": "TreeView",
45400
+ "module": "src/tree-view/tree-view.ts"
45401
+ }
45402
+ },
45403
+ {
45404
+ "kind": "field",
45405
+ "name": "_presentation",
45406
+ "type": {
45407
+ "text": "ComponentPresentation | null | undefined"
45408
+ },
45409
+ "privacy": "private",
45410
+ "default": "void 0",
45411
+ "inheritedFrom": {
45412
+ "name": "TreeView",
45413
+ "module": "src/tree-view/tree-view.ts"
45414
+ }
45415
+ },
45416
+ {
45417
+ "kind": "field",
45418
+ "name": "$presentation",
45419
+ "type": {
45420
+ "text": "ComponentPresentation | null"
45421
+ },
45422
+ "privacy": "public",
45423
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
45424
+ "inheritedFrom": {
45425
+ "name": "TreeView",
45426
+ "module": "src/tree-view/tree-view.ts"
45427
+ }
45428
+ },
45429
+ {
45430
+ "kind": "field",
45431
+ "name": "template",
45432
+ "type": {
45433
+ "text": "ElementViewTemplate | void | null"
45434
+ },
45435
+ "privacy": "public",
45436
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
45437
+ "inheritedFrom": {
45438
+ "name": "TreeView",
45439
+ "module": "src/tree-view/tree-view.ts"
45440
+ }
45441
+ },
45442
+ {
45443
+ "kind": "method",
45444
+ "name": "templateChanged",
45445
+ "privacy": "protected",
45446
+ "return": {
45447
+ "type": {
45448
+ "text": "void"
45449
+ }
45450
+ },
45451
+ "inheritedFrom": {
45452
+ "name": "TreeView",
45453
+ "module": "src/tree-view/tree-view.ts"
45454
+ }
45455
+ },
45456
+ {
45457
+ "kind": "field",
45458
+ "name": "styles",
45459
+ "type": {
45460
+ "text": "ElementStyles | void | null"
45461
+ },
45462
+ "privacy": "public",
45463
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
45464
+ "inheritedFrom": {
45465
+ "name": "TreeView",
45466
+ "module": "src/tree-view/tree-view.ts"
45467
+ }
45468
+ },
45469
+ {
45470
+ "kind": "method",
45471
+ "name": "stylesChanged",
45472
+ "privacy": "protected",
45473
+ "return": {
45474
+ "type": {
45475
+ "text": "void"
45476
+ }
45477
+ },
45478
+ "inheritedFrom": {
45479
+ "name": "TreeView",
45480
+ "module": "src/tree-view/tree-view.ts"
45481
+ }
45482
+ },
45483
+ {
45484
+ "kind": "method",
45485
+ "name": "compose",
45486
+ "privacy": "public",
45487
+ "static": true,
45488
+ "return": {
45489
+ "type": {
45490
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
45491
+ }
45492
+ },
45493
+ "parameters": [
45494
+ {
45495
+ "name": "this",
45496
+ "type": {
45497
+ "text": "K"
45498
+ }
45499
+ },
45500
+ {
45501
+ "name": "elementDefinition",
45502
+ "type": {
45503
+ "text": "T"
45504
+ },
45505
+ "description": "The definition of the element to create the registry\nfunction for."
45506
+ }
45507
+ ],
45508
+ "description": "Defines an element registry function with a set of element definition defaults.",
45509
+ "inheritedFrom": {
45510
+ "name": "TreeView",
45511
+ "module": "src/tree-view/tree-view.ts"
45512
+ }
45513
+ }
45514
+ ]
45515
+ },
45516
+ {
45517
+ "kind": "variable",
45518
+ "name": "zeroTreeView"
45519
+ }
45520
+ ],
45521
+ "exports": [
45522
+ {
45523
+ "kind": "js",
45524
+ "name": "TreeView",
45525
+ "declaration": {
45526
+ "name": "TreeView",
45527
+ "module": "src/tree-view/tree-view.ts"
45528
+ }
45529
+ },
45530
+ {
45531
+ "kind": "js",
45532
+ "name": "zeroTreeView",
45533
+ "declaration": {
45534
+ "name": "zeroTreeView",
45535
+ "module": "src/tree-view/tree-view.ts"
45536
+ }
45537
+ }
45538
+ ]
45539
+ },
45526
45540
  {
45527
45541
  "kind": "javascript-module",
45528
45542
  "path": "src/utils/behaviors.ts",
@@ -901,22 +901,22 @@ export declare const TreeItem: React.ForwardRefExoticComponent<
901
901
  >;
902
902
  export type TreeItemRef = TreeItemWC;
903
903
 
904
- export declare const TreeView: React.ForwardRefExoticComponent<
904
+ export declare const UrlInput: React.ForwardRefExoticComponent<
905
905
  React.PropsWithChildren<
906
- Omit<PublicOf<TreeViewWC>, 'children' | 'style'> &
906
+ Omit<PublicOf<UrlInputWC>, 'children' | 'style'> &
907
907
  HTMLWCProps & {
908
908
  }
909
- > & React.RefAttributes<TreeViewWC>
909
+ > & React.RefAttributes<UrlInputWC>
910
910
  >;
911
- export type TreeViewRef = TreeViewWC;
911
+ export type UrlInputRef = UrlInputWC;
912
912
 
913
- export declare const UrlInput: React.ForwardRefExoticComponent<
913
+ export declare const TreeView: React.ForwardRefExoticComponent<
914
914
  React.PropsWithChildren<
915
- Omit<PublicOf<UrlInputWC>, 'children' | 'style'> &
915
+ Omit<PublicOf<TreeViewWC>, 'children' | 'style'> &
916
916
  HTMLWCProps & {
917
917
  }
918
- > & React.RefAttributes<UrlInputWC>
918
+ > & React.RefAttributes<TreeViewWC>
919
919
  >;
920
- export type UrlInputRef = UrlInputWC;
920
+ export type TreeViewRef = TreeViewWC;
921
921
 
922
922
  export {};
package/dist/react.cjs CHANGED
@@ -846,14 +846,14 @@ const TreeItem = React.forwardRef(function TreeItem(props, ref) {
846
846
  return React.createElement(customElements.getName(TreeItemWC) ?? '%%prefix%%-tree-item', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
847
847
  });
848
848
 
849
- const TreeView = React.forwardRef(function TreeView(props, ref) {
849
+ const UrlInput = React.forwardRef(function UrlInput(props, ref) {
850
850
  const { children, ...rest } = props;
851
- return React.createElement(customElements.getName(TreeViewWC) ?? '%%prefix%%-tree-view', { ...rest, ref }, children);
851
+ return React.createElement(customElements.getName(UrlInputWC) ?? '%%prefix%%-url-input', { ...rest, ref }, children);
852
852
  });
853
853
 
854
- const UrlInput = React.forwardRef(function UrlInput(props, ref) {
854
+ const TreeView = React.forwardRef(function TreeView(props, ref) {
855
855
  const { children, ...rest } = props;
856
- return React.createElement(customElements.getName(UrlInputWC) ?? '%%prefix%%-url-input', { ...rest, ref }, children);
856
+ return React.createElement(customElements.getName(TreeViewWC) ?? '%%prefix%%-tree-view', { ...rest, ref }, children);
857
857
  });
858
858
 
859
859
  module.exports = {
@@ -940,6 +940,6 @@ module.exports = {
940
940
  Toolbar,
941
941
  Tooltip,
942
942
  TreeItem,
943
- TreeView,
944
943
  UrlInput,
944
+ TreeView,
945
945
  };
package/dist/react.mjs CHANGED
@@ -844,12 +844,12 @@ export const TreeItem = React.forwardRef(function TreeItem(props, ref) {
844
844
  return React.createElement(customElements.getName(TreeItemWC) ?? '%%prefix%%-tree-item', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
845
845
  });
846
846
 
847
- export const TreeView = React.forwardRef(function TreeView(props, ref) {
847
+ export const UrlInput = React.forwardRef(function UrlInput(props, ref) {
848
848
  const { children, ...rest } = props;
849
- return React.createElement(customElements.getName(TreeViewWC) ?? '%%prefix%%-tree-view', { ...rest, ref }, children);
849
+ return React.createElement(customElements.getName(UrlInputWC) ?? '%%prefix%%-url-input', { ...rest, ref }, children);
850
850
  });
851
851
 
852
- export const UrlInput = React.forwardRef(function UrlInput(props, ref) {
852
+ export const TreeView = React.forwardRef(function TreeView(props, ref) {
853
853
  const { children, ...rest } = props;
854
- return React.createElement(customElements.getName(UrlInputWC) ?? '%%prefix%%-url-input', { ...rest, ref }, children);
854
+ return React.createElement(customElements.getName(TreeViewWC) ?? '%%prefix%%-tree-view', { ...rest, ref }, children);
855
855
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.444.0",
4
+ "version": "14.444.1-GENC-1262.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "14.444.0",
77
- "@genesislcap/rollup-builder": "14.444.0",
78
- "@genesislcap/ts-builder": "14.444.0",
79
- "@genesislcap/uvu-playwright-builder": "14.444.0",
80
- "@genesislcap/vite-builder": "14.444.0",
81
- "@genesislcap/webpack-builder": "14.444.0"
76
+ "@genesislcap/genx": "14.444.1-GENC-1262.1",
77
+ "@genesislcap/rollup-builder": "14.444.1-GENC-1262.1",
78
+ "@genesislcap/ts-builder": "14.444.1-GENC-1262.1",
79
+ "@genesislcap/uvu-playwright-builder": "14.444.1-GENC-1262.1",
80
+ "@genesislcap/vite-builder": "14.444.1-GENC-1262.1",
81
+ "@genesislcap/webpack-builder": "14.444.1-GENC-1262.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.444.0",
85
- "@genesislcap/foundation-logger": "14.444.0",
86
- "@genesislcap/foundation-ui": "14.444.0",
87
- "@genesislcap/foundation-utils": "14.444.0",
84
+ "@genesislcap/foundation-comms": "14.444.1-GENC-1262.1",
85
+ "@genesislcap/foundation-logger": "14.444.1-GENC-1262.1",
86
+ "@genesislcap/foundation-ui": "14.444.1-GENC-1262.1",
87
+ "@genesislcap/foundation-utils": "14.444.1-GENC-1262.1",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -111,5 +111,5 @@
111
111
  "require": "./dist/react.cjs"
112
112
  }
113
113
  },
114
- "gitHead": "3d598096c30de8c3344a9ebb98988e33ddd7fe59"
114
+ "gitHead": "02c0cf4af9330e5dfd78d9ef6b481192ba87d6a5"
115
115
  }