@tylertech/forge 3.6.0-dev.0 → 3.6.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.
@@ -7331,6 +7331,10 @@
7331
7331
  }
7332
7332
  ],
7333
7333
  "globalConfigProperties": [
7334
+ {
7335
+ "name": "mode",
7336
+ "description": ""
7337
+ },
7334
7338
  {
7335
7339
  "name": "animationType",
7336
7340
  "description": ""
@@ -16463,6 +16467,17 @@
16463
16467
  }
16464
16468
  ],
16465
16469
  "members": [
16470
+ {
16471
+ "kind": "field",
16472
+ "name": "checked",
16473
+ "type": {
16474
+ "text": "boolean"
16475
+ },
16476
+ "privacy": "public",
16477
+ "description": "Gets/sets whether the switch is checked or not.",
16478
+ "default": "false",
16479
+ "attribute": "checked"
16480
+ },
16466
16481
  {
16467
16482
  "kind": "field",
16468
16483
  "name": "on",
@@ -16470,7 +16485,8 @@
16470
16485
  "text": "boolean"
16471
16486
  },
16472
16487
  "privacy": "public",
16473
- "description": "Gets/sets whether the switch is on or off.",
16488
+ "description": "Alias for `checked` _(deprecated)_. Gets/sets whether the switch is checked or not.",
16489
+ "deprecated": "use `checked` instead.",
16474
16490
  "default": "false",
16475
16491
  "attribute": "on"
16476
16492
  },
@@ -16481,11 +16497,22 @@
16481
16497
  "text": "boolean"
16482
16498
  },
16483
16499
  "privacy": "public",
16484
- "description": "Alias for `on` _(deprecated)_.",
16485
- "deprecated": "use `on` instead",
16500
+ "description": "Alias for `checked` _(deprecated)_.",
16501
+ "deprecated": "use `checked` instead",
16486
16502
  "default": "false",
16487
16503
  "attribute": "selected"
16488
16504
  },
16505
+ {
16506
+ "kind": "field",
16507
+ "name": "defaultChecked",
16508
+ "type": {
16509
+ "text": "boolean"
16510
+ },
16511
+ "privacy": "public",
16512
+ "description": "Gets/sets whether the switch is checked by default.",
16513
+ "default": "false",
16514
+ "attribute": "default-checked"
16515
+ },
16489
16516
  {
16490
16517
  "kind": "field",
16491
16518
  "name": "defaultOn",
@@ -16493,7 +16520,7 @@
16493
16520
  "text": "boolean"
16494
16521
  },
16495
16522
  "privacy": "public",
16496
- "description": "Gets/sets whether the switch is on or off by default.",
16523
+ "description": "Alias for `defaultChecked` _(deprecated)_. Gets/sets whether the switch is checked by default.",
16497
16524
  "default": "false",
16498
16525
  "attribute": "default-on"
16499
16526
  },
@@ -16633,12 +16660,22 @@
16633
16660
  }
16634
16661
  ],
16635
16662
  "attributes": [
16663
+ {
16664
+ "name": "checked",
16665
+ "type": {
16666
+ "text": "boolean"
16667
+ },
16668
+ "description": "Gets/sets whether the switch is checked or not.",
16669
+ "default": "false",
16670
+ "fieldName": "checked"
16671
+ },
16636
16672
  {
16637
16673
  "name": "on",
16638
16674
  "type": {
16639
16675
  "text": "boolean"
16640
16676
  },
16641
- "description": "Gets/sets whether the switch is on or off.",
16677
+ "description": "Alias for `checked` _(deprecated)_. Gets/sets whether the switch is checked or not.",
16678
+ "deprecated": "use `checked` instead.",
16642
16679
  "default": "false",
16643
16680
  "fieldName": "on"
16644
16681
  },
@@ -16647,17 +16684,26 @@
16647
16684
  "type": {
16648
16685
  "text": "boolean"
16649
16686
  },
16650
- "description": "Alias for `on` _(deprecated)_.",
16651
- "deprecated": "use `on` instead",
16687
+ "description": "Alias for `checked` _(deprecated)_.",
16688
+ "deprecated": "use `checked` instead",
16652
16689
  "default": "false",
16653
16690
  "fieldName": "selected"
16654
16691
  },
16692
+ {
16693
+ "name": "default-checked",
16694
+ "type": {
16695
+ "text": "boolean"
16696
+ },
16697
+ "description": "Gets/sets whether the switch is checked by default.",
16698
+ "default": "false",
16699
+ "fieldName": "defaultChecked"
16700
+ },
16655
16701
  {
16656
16702
  "name": "default-on",
16657
16703
  "type": {
16658
16704
  "text": "boolean"
16659
16705
  },
16660
- "description": "Gets/sets whether the switch is on or off by default.",
16706
+ "description": "Alias for `defaultChecked` _(deprecated)_. Gets/sets whether the switch is checked by default.",
16661
16707
  "default": "false",
16662
16708
  "fieldName": "defaultOn"
16663
16709
  },
@@ -21204,6 +21250,186 @@
21204
21250
  }
21205
21251
  ]
21206
21252
  },
21253
+ {
21254
+ "kind": "javascript-module",
21255
+ "path": "src/lib/app-bar/search/app-bar-search.ts",
21256
+ "declarations": [
21257
+ {
21258
+ "kind": "class",
21259
+ "description": "",
21260
+ "name": "AppBarSearchComponent",
21261
+ "cssProperties": [
21262
+ {
21263
+ "description": "Controls the border-color of the container outline, the font-color, and icon color.",
21264
+ "name": "--forge-theme-on-primary"
21265
+ },
21266
+ {
21267
+ "description": "Controls the font color of the buttons.",
21268
+ "name": "--forge-theme-on-surface"
21269
+ },
21270
+ {
21271
+ "description": "Controls the placeholder font color.",
21272
+ "name": "--forge-theme-text-medium"
21273
+ },
21274
+ {
21275
+ "description": "Controls the background-color of the container.",
21276
+ "name": "--forge-app-bar-search-theme-background"
21277
+ },
21278
+ {
21279
+ "description": "Controls the focused background-color of the container.",
21280
+ "name": "--forge-app-bar-search-theme-background-focused"
21281
+ },
21282
+ {
21283
+ "description": "Controls the hover opacity of the outline.",
21284
+ "name": "--forge-app-bar-search-theme-hover-opacity"
21285
+ },
21286
+ {
21287
+ "description": "Controls the disabled opacity of the component.",
21288
+ "name": "--forge-app-bar-search-theme-disabled-opacity"
21289
+ }
21290
+ ],
21291
+ "cssParts": [
21292
+ {
21293
+ "description": "The root element",
21294
+ "name": "root"
21295
+ },
21296
+ {
21297
+ "description": "The input container element.",
21298
+ "name": "container"
21299
+ },
21300
+ {
21301
+ "description": "The icon container element.",
21302
+ "name": "icon-container"
21303
+ },
21304
+ {
21305
+ "description": "The <forge-icon> element.",
21306
+ "name": "icon"
21307
+ },
21308
+ {
21309
+ "description": "The context container element.",
21310
+ "name": "context"
21311
+ },
21312
+ {
21313
+ "description": "The context divider element.",
21314
+ "name": "context-divider"
21315
+ },
21316
+ {
21317
+ "description": "The context button element.",
21318
+ "name": "context-button"
21319
+ },
21320
+ {
21321
+ "description": "The context button text element.",
21322
+ "name": "context-button-text"
21323
+ },
21324
+ {
21325
+ "description": "The context button icon element.",
21326
+ "name": "context-button-icon"
21327
+ },
21328
+ {
21329
+ "description": "The global icon container element.",
21330
+ "name": "global-icon-container"
21331
+ },
21332
+ {
21333
+ "description": "The global icon <forge-icon> element.",
21334
+ "name": "global-icon"
21335
+ },
21336
+ {
21337
+ "description": "The action container element around the slot.",
21338
+ "name": "actions-container"
21339
+ }
21340
+ ],
21341
+ "slots": [
21342
+ {
21343
+ "description": "The default (unnamed) slot is where child `<input>` elements will be placed.",
21344
+ "name": ""
21345
+ },
21346
+ {
21347
+ "description": "Places actions at the end of the input.",
21348
+ "name": "action"
21349
+ }
21350
+ ],
21351
+ "members": [
21352
+ {
21353
+ "kind": "field",
21354
+ "name": "value",
21355
+ "type": {
21356
+ "text": "string"
21357
+ },
21358
+ "privacy": "public",
21359
+ "description": "The value of the input."
21360
+ },
21361
+ {
21362
+ "kind": "field",
21363
+ "name": "disabled",
21364
+ "type": {
21365
+ "text": "boolean"
21366
+ },
21367
+ "privacy": "public",
21368
+ "description": "A boolean property that, if true, indicates that the input should be disabled.",
21369
+ "default": "false"
21370
+ },
21371
+ {
21372
+ "kind": "field",
21373
+ "name": "placeholder",
21374
+ "type": {
21375
+ "text": "string"
21376
+ },
21377
+ "privacy": "public",
21378
+ "description": "The placeholder text of the input."
21379
+ }
21380
+ ],
21381
+ "events": [
21382
+ {
21383
+ "type": {
21384
+ "text": "CustomEvent<IAppBarSearchInputEventData>"
21385
+ },
21386
+ "description": "Emits when the users executes the search via pressing the Enter key while the `<input>` has focus.",
21387
+ "name": "forge-app-bar-search-input"
21388
+ }
21389
+ ],
21390
+ "attributes": [
21391
+ {
21392
+ "type": {
21393
+ "text": "boolean"
21394
+ },
21395
+ "description": "A boolean attribute that, if present, indicates that the input should be disabled.",
21396
+ "name": "disabled",
21397
+ "default": "false"
21398
+ },
21399
+ {
21400
+ "type": {
21401
+ "text": "string"
21402
+ },
21403
+ "description": "The value of the input.",
21404
+ "name": "value"
21405
+ },
21406
+ {
21407
+ "type": {
21408
+ "text": "string"
21409
+ },
21410
+ "description": "The placeholder text of the input.",
21411
+ "name": "placeholder"
21412
+ }
21413
+ ],
21414
+ "superclass": {
21415
+ "name": "BaseComponent",
21416
+ "module": "/src/lib/core/base/base-component"
21417
+ },
21418
+ "tagName": "forge-app-bar-search",
21419
+ "customElement": true
21420
+ }
21421
+ ],
21422
+ "exports": [
21423
+ {
21424
+ "kind": "js",
21425
+ "name": "AppBarSearchComponent",
21426
+ "declaration": {
21427
+ "name": "AppBarSearchComponent",
21428
+ "module": "src/lib/app-bar/search/app-bar-search.ts"
21429
+ }
21430
+ }
21431
+ ]
21432
+ },
21207
21433
  {
21208
21434
  "kind": "javascript-module",
21209
21435
  "path": "src/lib/button/base/base-button.ts",
@@ -21396,221 +21622,41 @@
21396
21622
  },
21397
21623
  {
21398
21624
  "kind": "javascript-module",
21399
- "path": "src/lib/app-bar/search/app-bar-search.ts",
21625
+ "path": "src/lib/button-toggle/button-toggle/button-toggle.ts",
21400
21626
  "declarations": [
21401
21627
  {
21402
21628
  "kind": "class",
21403
21629
  "description": "",
21404
- "name": "AppBarSearchComponent",
21630
+ "name": "ButtonToggleComponent",
21405
21631
  "cssProperties": [
21406
21632
  {
21407
- "description": "Controls the border-color of the container outline, the font-color, and icon color.",
21408
- "name": "--forge-theme-on-primary"
21633
+ "description": "The `display` style for the button toggle container element.",
21634
+ "name": "--forge-button-toggle-display"
21409
21635
  },
21410
21636
  {
21411
- "description": "Controls the font color of the buttons.",
21412
- "name": "--forge-theme-on-surface"
21637
+ "description": "The minimum width.",
21638
+ "name": "--forge-button-toggle-min-width"
21413
21639
  },
21414
21640
  {
21415
- "description": "Controls the placeholder font color.",
21416
- "name": "--forge-theme-text-medium"
21641
+ "description": "The spacing between the button toggle and its content.",
21642
+ "name": "--forge-button-toggle-spacing"
21417
21643
  },
21418
21644
  {
21419
- "description": "Controls the background-color of the container.",
21420
- "name": "--forge-app-bar-search-theme-background"
21645
+ "description": "The padding on the block axis.",
21646
+ "name": "--forge-button-toggle-padding-block"
21421
21647
  },
21422
21648
  {
21423
- "description": "Controls the focused background-color of the container.",
21424
- "name": "--forge-app-bar-search-theme-background-focused"
21649
+ "description": "The padding on the inline axis.",
21650
+ "name": "--forge-button-toggle-padding-inline"
21425
21651
  },
21426
21652
  {
21427
- "description": "Controls the hover opacity of the outline.",
21428
- "name": "--forge-app-bar-search-theme-hover-opacity"
21653
+ "description": "The color of the button toggle content.",
21654
+ "name": "--forge-button-toggle-color"
21429
21655
  },
21430
21656
  {
21431
- "description": "Controls the disabled opacity of the component.",
21432
- "name": "--forge-app-bar-search-theme-disabled-opacity"
21433
- }
21434
- ],
21435
- "cssParts": [
21436
- {
21437
- "description": "The root element",
21438
- "name": "root"
21439
- },
21440
- {
21441
- "description": "The input container element.",
21442
- "name": "container"
21443
- },
21444
- {
21445
- "description": "The icon container element.",
21446
- "name": "icon-container"
21447
- },
21448
- {
21449
- "description": "The <forge-icon> element.",
21450
- "name": "icon"
21451
- },
21452
- {
21453
- "description": "The context container element.",
21454
- "name": "context"
21455
- },
21456
- {
21457
- "description": "The context divider element.",
21458
- "name": "context-divider"
21459
- },
21460
- {
21461
- "description": "The context button element.",
21462
- "name": "context-button"
21463
- },
21464
- {
21465
- "description": "The context button text element.",
21466
- "name": "context-button-text"
21467
- },
21468
- {
21469
- "description": "The context button icon element.",
21470
- "name": "context-button-icon"
21471
- },
21472
- {
21473
- "description": "The global icon container element.",
21474
- "name": "global-icon-container"
21475
- },
21476
- {
21477
- "description": "The global icon <forge-icon> element.",
21478
- "name": "global-icon"
21479
- },
21480
- {
21481
- "description": "The action container element around the slot.",
21482
- "name": "actions-container"
21483
- }
21484
- ],
21485
- "slots": [
21486
- {
21487
- "description": "The default (unnamed) slot is where child `<input>` elements will be placed.",
21488
- "name": ""
21489
- },
21490
- {
21491
- "description": "Places actions at the end of the input.",
21492
- "name": "action"
21493
- }
21494
- ],
21495
- "members": [
21496
- {
21497
- "kind": "field",
21498
- "name": "value",
21499
- "type": {
21500
- "text": "string"
21501
- },
21502
- "privacy": "public",
21503
- "description": "The value of the input."
21504
- },
21505
- {
21506
- "kind": "field",
21507
- "name": "disabled",
21508
- "type": {
21509
- "text": "boolean"
21510
- },
21511
- "privacy": "public",
21512
- "description": "A boolean property that, if true, indicates that the input should be disabled.",
21513
- "default": "false"
21514
- },
21515
- {
21516
- "kind": "field",
21517
- "name": "placeholder",
21518
- "type": {
21519
- "text": "string"
21520
- },
21521
- "privacy": "public",
21522
- "description": "The placeholder text of the input."
21523
- }
21524
- ],
21525
- "events": [
21526
- {
21527
- "type": {
21528
- "text": "CustomEvent<IAppBarSearchInputEventData>"
21529
- },
21530
- "description": "Emits when the users executes the search via pressing the Enter key while the `<input>` has focus.",
21531
- "name": "forge-app-bar-search-input"
21532
- }
21533
- ],
21534
- "attributes": [
21535
- {
21536
- "type": {
21537
- "text": "boolean"
21538
- },
21539
- "description": "A boolean attribute that, if present, indicates that the input should be disabled.",
21540
- "name": "disabled",
21541
- "default": "false"
21542
- },
21543
- {
21544
- "type": {
21545
- "text": "string"
21546
- },
21547
- "description": "The value of the input.",
21548
- "name": "value"
21549
- },
21550
- {
21551
- "type": {
21552
- "text": "string"
21553
- },
21554
- "description": "The placeholder text of the input.",
21555
- "name": "placeholder"
21556
- }
21557
- ],
21558
- "superclass": {
21559
- "name": "BaseComponent",
21560
- "module": "/src/lib/core/base/base-component"
21561
- },
21562
- "tagName": "forge-app-bar-search",
21563
- "customElement": true
21564
- }
21565
- ],
21566
- "exports": [
21567
- {
21568
- "kind": "js",
21569
- "name": "AppBarSearchComponent",
21570
- "declaration": {
21571
- "name": "AppBarSearchComponent",
21572
- "module": "src/lib/app-bar/search/app-bar-search.ts"
21573
- }
21574
- }
21575
- ]
21576
- },
21577
- {
21578
- "kind": "javascript-module",
21579
- "path": "src/lib/button-toggle/button-toggle/button-toggle.ts",
21580
- "declarations": [
21581
- {
21582
- "kind": "class",
21583
- "description": "",
21584
- "name": "ButtonToggleComponent",
21585
- "cssProperties": [
21586
- {
21587
- "description": "The `display` style for the button toggle container element.",
21588
- "name": "--forge-button-toggle-display"
21589
- },
21590
- {
21591
- "description": "The minimum width.",
21592
- "name": "--forge-button-toggle-min-width"
21593
- },
21594
- {
21595
- "description": "The spacing between the button toggle and its content.",
21596
- "name": "--forge-button-toggle-spacing"
21597
- },
21598
- {
21599
- "description": "The padding on the block axis.",
21600
- "name": "--forge-button-toggle-padding-block"
21601
- },
21602
- {
21603
- "description": "The padding on the inline axis.",
21604
- "name": "--forge-button-toggle-padding-inline"
21605
- },
21606
- {
21607
- "description": "The color of the button toggle content.",
21608
- "name": "--forge-button-toggle-color"
21609
- },
21610
- {
21611
- "description": "The background of the button toggle.",
21612
- "name": "--forge-button-toggle-background"
21613
- },
21657
+ "description": "The background of the button toggle.",
21658
+ "name": "--forge-button-toggle-background"
21659
+ },
21614
21660
  {
21615
21661
  "description": "The cursor of the button toggle.",
21616
21662
  "name": "--forge-button-toggle-cursor"
@@ -24661,76 +24707,258 @@
24661
24707
  },
24662
24708
  {
24663
24709
  "kind": "javascript-module",
24664
- "path": "src/lib/field/base/base-field.ts",
24710
+ "path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
24665
24711
  "declarations": [
24666
24712
  {
24667
24713
  "kind": "class",
24668
24714
  "description": "",
24669
- "name": "BaseField",
24715
+ "name": "ModalDrawerComponent",
24670
24716
  "cssProperties": [
24671
24717
  {
24672
- "description": "The background of the field surface.",
24673
- "name": "--forge-field-background"
24674
- },
24675
- {
24676
- "description": "The background of the field surface in the tonal variant.",
24677
- "name": "--forge-field-tonal-background"
24678
- },
24679
- {
24680
- "description": "The background of the field surface in the tonal variant on hover.",
24681
- "name": "--forge-field-tonal-background-hover"
24718
+ "description": "The width of the drawer.",
24719
+ "name": "--forge-drawer-width"
24682
24720
  },
24683
24721
  {
24684
- "description": "The background of the field surface in the filled and raised variants.",
24685
- "name": "--forge-field-filled-background"
24722
+ "description": "The background color of the drawer.",
24723
+ "name": "--forge-drawer-background"
24686
24724
  },
24687
24725
  {
24688
- "description": "The style of the field outline.",
24689
- "name": "--forge-field-outline-style"
24726
+ "description": "The border of the drawer.",
24727
+ "name": "--forge-drawer-border-color"
24690
24728
  },
24691
24729
  {
24692
- "description": "The width of the field outline.",
24693
- "name": "--forge-field-outline-width"
24730
+ "description": "The border width of the drawer.",
24731
+ "name": "--forge-drawer-border-width"
24694
24732
  },
24695
24733
  {
24696
- "description": "The border radius of the field's corners.",
24697
- "name": "--forge-field-shape"
24734
+ "description": "The transition duration of the drawer.",
24735
+ "name": "--forge-drawer-transition-duration"
24698
24736
  },
24699
24737
  {
24700
- "description": "The height of the field in its default density.",
24701
- "name": "--forge-field-height"
24738
+ "description": "The transition timing function of the drawer.",
24739
+ "name": "--forge-drawer-transition-easing"
24702
24740
  },
24703
24741
  {
24704
- "description": "The height of the field in its default density when the label is inset.",
24705
- "name": "--forge-field-inset-height"
24706
- },
24742
+ "description": "The duration of the drawer closing animation.",
24743
+ "name": "--forge-drawer-duration-close"
24744
+ }
24745
+ ],
24746
+ "cssParts": [
24707
24747
  {
24708
- "description": "The inline padding of the field.",
24709
- "name": "--forge-field-padding-inline"
24748
+ "description": "The component's root element.",
24749
+ "name": "root"
24710
24750
  },
24711
24751
  {
24712
- "description": "The inline start padding of the field.",
24713
- "name": "--forge-field-padding-inline-start"
24752
+ "description": "The content container element.",
24753
+ "name": "content"
24714
24754
  },
24715
24755
  {
24716
- "description": "The inline end padding of the field.",
24717
- "name": "--forge-field-padding-inline-end"
24718
- },
24756
+ "description": "The backdrop root element.",
24757
+ "name": "backdrop"
24758
+ }
24759
+ ],
24760
+ "slots": [
24719
24761
  {
24720
- "description": "The padding between elements slotted into the field.",
24721
- "name": "--forge-field-inner-padding-inline"
24762
+ "description": "The content to display in the scrollable content container.",
24763
+ "name": ""
24722
24764
  },
24723
24765
  {
24724
- "description": "The margin between the support text and the field.",
24725
- "name": "--forge-field-support-text-margin-block"
24766
+ "description": "The header content above the main content.",
24767
+ "name": "header"
24726
24768
  },
24727
24769
  {
24728
- "description": "The minimum gap between the support text and the support text end.",
24729
- "name": "--forge-field-support-text-gap"
24730
- },
24770
+ "description": "The footer content below the main content.",
24771
+ "name": "footer"
24772
+ }
24773
+ ],
24774
+ "members": [
24731
24775
  {
24732
- "description": "The inline padding of the support text.",
24733
- "name": "--forge-field-support-text-padding-inline"
24776
+ "kind": "field",
24777
+ "name": "open",
24778
+ "type": {
24779
+ "text": "boolean"
24780
+ },
24781
+ "privacy": "public",
24782
+ "description": "Toggles whether the drawer is visible or not.",
24783
+ "default": "false",
24784
+ "attribute": "open",
24785
+ "inheritedFrom": {
24786
+ "name": "BaseDrawerComponent",
24787
+ "module": "src/lib/drawer/base/base-drawer.ts"
24788
+ }
24789
+ },
24790
+ {
24791
+ "kind": "field",
24792
+ "name": "direction",
24793
+ "type": {
24794
+ "text": "DrawerDirection"
24795
+ },
24796
+ "privacy": "public",
24797
+ "description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
24798
+ "default": "\"left\"",
24799
+ "attribute": "direction",
24800
+ "inheritedFrom": {
24801
+ "name": "BaseDrawerComponent",
24802
+ "module": "src/lib/drawer/base/base-drawer.ts"
24803
+ }
24804
+ }
24805
+ ],
24806
+ "events": [
24807
+ {
24808
+ "type": {
24809
+ "text": "CustomEvent<void>"
24810
+ },
24811
+ "description": "Dispatched when the modal drawer is closed by clicking the backdrop.",
24812
+ "name": "forge-modal-drawer-close"
24813
+ },
24814
+ {
24815
+ "type": {
24816
+ "text": "CustomEvent<void>"
24817
+ },
24818
+ "description": "Dispatched after the drawer has opened.",
24819
+ "name": "forge-drawer-after-open",
24820
+ "inheritedFrom": {
24821
+ "name": "BaseDrawerComponent",
24822
+ "module": "src/lib/drawer/base/base-drawer.ts"
24823
+ }
24824
+ },
24825
+ {
24826
+ "type": {
24827
+ "text": "CustomEvent<void>"
24828
+ },
24829
+ "description": "Dispatched after the drawer has closed.",
24830
+ "name": "forge-drawer-after-close",
24831
+ "inheritedFrom": {
24832
+ "name": "BaseDrawerComponent",
24833
+ "module": "src/lib/drawer/base/base-drawer.ts"
24834
+ }
24835
+ }
24836
+ ],
24837
+ "superclass": {
24838
+ "name": "BaseDrawerComponent",
24839
+ "module": "/src/lib/drawer/base"
24840
+ },
24841
+ "tagName": "forge-modal-drawer",
24842
+ "dependencies": [
24843
+ {
24844
+ "name": "forge-backdrop",
24845
+ "description": ""
24846
+ }
24847
+ ],
24848
+ "customElement": true,
24849
+ "attributes": [
24850
+ {
24851
+ "name": "open",
24852
+ "type": {
24853
+ "text": "boolean"
24854
+ },
24855
+ "description": "Toggles whether the drawer is visible or not.",
24856
+ "default": "false",
24857
+ "fieldName": "open",
24858
+ "inheritedFrom": {
24859
+ "name": "BaseDrawerComponent",
24860
+ "module": "src/lib/drawer/base/base-drawer.ts"
24861
+ }
24862
+ },
24863
+ {
24864
+ "name": "direction",
24865
+ "type": {
24866
+ "text": "DrawerDirection"
24867
+ },
24868
+ "description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
24869
+ "default": "\"left\"",
24870
+ "fieldName": "direction",
24871
+ "inheritedFrom": {
24872
+ "name": "BaseDrawerComponent",
24873
+ "module": "src/lib/drawer/base/base-drawer.ts"
24874
+ }
24875
+ }
24876
+ ]
24877
+ }
24878
+ ],
24879
+ "exports": [
24880
+ {
24881
+ "kind": "js",
24882
+ "name": "ModalDrawerComponent",
24883
+ "declaration": {
24884
+ "name": "ModalDrawerComponent",
24885
+ "module": "src/lib/drawer/modal-drawer/modal-drawer.ts"
24886
+ }
24887
+ }
24888
+ ]
24889
+ },
24890
+ {
24891
+ "kind": "javascript-module",
24892
+ "path": "src/lib/field/base/base-field.ts",
24893
+ "declarations": [
24894
+ {
24895
+ "kind": "class",
24896
+ "description": "",
24897
+ "name": "BaseField",
24898
+ "cssProperties": [
24899
+ {
24900
+ "description": "The background of the field surface.",
24901
+ "name": "--forge-field-background"
24902
+ },
24903
+ {
24904
+ "description": "The background of the field surface in the tonal variant.",
24905
+ "name": "--forge-field-tonal-background"
24906
+ },
24907
+ {
24908
+ "description": "The background of the field surface in the tonal variant on hover.",
24909
+ "name": "--forge-field-tonal-background-hover"
24910
+ },
24911
+ {
24912
+ "description": "The background of the field surface in the filled and raised variants.",
24913
+ "name": "--forge-field-filled-background"
24914
+ },
24915
+ {
24916
+ "description": "The style of the field outline.",
24917
+ "name": "--forge-field-outline-style"
24918
+ },
24919
+ {
24920
+ "description": "The width of the field outline.",
24921
+ "name": "--forge-field-outline-width"
24922
+ },
24923
+ {
24924
+ "description": "The border radius of the field's corners.",
24925
+ "name": "--forge-field-shape"
24926
+ },
24927
+ {
24928
+ "description": "The height of the field in its default density.",
24929
+ "name": "--forge-field-height"
24930
+ },
24931
+ {
24932
+ "description": "The height of the field in its default density when the label is inset.",
24933
+ "name": "--forge-field-inset-height"
24934
+ },
24935
+ {
24936
+ "description": "The inline padding of the field.",
24937
+ "name": "--forge-field-padding-inline"
24938
+ },
24939
+ {
24940
+ "description": "The inline start padding of the field.",
24941
+ "name": "--forge-field-padding-inline-start"
24942
+ },
24943
+ {
24944
+ "description": "The inline end padding of the field.",
24945
+ "name": "--forge-field-padding-inline-end"
24946
+ },
24947
+ {
24948
+ "description": "The padding between elements slotted into the field.",
24949
+ "name": "--forge-field-inner-padding-inline"
24950
+ },
24951
+ {
24952
+ "description": "The margin between the support text and the field.",
24953
+ "name": "--forge-field-support-text-margin-block"
24954
+ },
24955
+ {
24956
+ "description": "The minimum gap between the support text and the support text end.",
24957
+ "name": "--forge-field-support-text-gap"
24958
+ },
24959
+ {
24960
+ "description": "The inline padding of the support text.",
24961
+ "name": "--forge-field-support-text-padding-inline"
24734
24962
  },
24735
24963
  {
24736
24964
  "description": "The inline start padding of the support text.",
@@ -25728,213 +25956,31 @@
25728
25956
  },
25729
25957
  {
25730
25958
  "kind": "javascript-module",
25731
- "path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
25959
+ "path": "src/lib/key/key/key.ts",
25732
25960
  "declarations": [
25733
25961
  {
25734
25962
  "kind": "class",
25735
25963
  "description": "",
25736
- "name": "ModalDrawerComponent",
25964
+ "name": "KeyComponent",
25737
25965
  "cssProperties": [
25738
25966
  {
25739
- "description": "The width of the drawer.",
25740
- "name": "--forge-drawer-width"
25741
- },
25742
- {
25743
- "description": "The background color of the drawer.",
25744
- "name": "--forge-drawer-background"
25745
- },
25746
- {
25747
- "description": "The border of the drawer.",
25748
- "name": "--forge-drawer-border-color"
25749
- },
25750
- {
25751
- "description": "The border width of the drawer.",
25752
- "name": "--forge-drawer-border-width"
25753
- },
25754
- {
25755
- "description": "The transition duration of the drawer.",
25756
- "name": "--forge-drawer-transition-duration"
25757
- },
25758
- {
25759
- "description": "The transition timing function of the drawer.",
25760
- "name": "--forge-drawer-transition-easing"
25967
+ "description": "The spacing between key items.",
25968
+ "name": "--forge-key-gap"
25761
25969
  },
25762
25970
  {
25763
- "description": "The duration of the drawer closing animation.",
25764
- "name": "--forge-drawer-duration-close"
25971
+ "description": "The direction that items are laid out in the key.",
25972
+ "name": "--forge-key-direction"
25765
25973
  }
25766
25974
  ],
25767
25975
  "cssParts": [
25768
25976
  {
25769
- "description": "The component's root element.",
25977
+ "description": "The root element.",
25770
25978
  "name": "root"
25771
- },
25772
- {
25773
- "description": "The content container element.",
25774
- "name": "content"
25775
- },
25776
- {
25777
- "description": "The backdrop root element.",
25778
- "name": "backdrop"
25779
25979
  }
25780
25980
  ],
25781
25981
  "slots": [
25782
25982
  {
25783
- "description": "The content to display in the scrollable content container.",
25784
- "name": ""
25785
- },
25786
- {
25787
- "description": "The header content above the main content.",
25788
- "name": "header"
25789
- },
25790
- {
25791
- "description": "The footer content below the main content.",
25792
- "name": "footer"
25793
- }
25794
- ],
25795
- "members": [
25796
- {
25797
- "kind": "field",
25798
- "name": "open",
25799
- "type": {
25800
- "text": "boolean"
25801
- },
25802
- "privacy": "public",
25803
- "description": "Toggles whether the drawer is visible or not.",
25804
- "default": "false",
25805
- "attribute": "open",
25806
- "inheritedFrom": {
25807
- "name": "BaseDrawerComponent",
25808
- "module": "src/lib/drawer/base/base-drawer.ts"
25809
- }
25810
- },
25811
- {
25812
- "kind": "field",
25813
- "name": "direction",
25814
- "type": {
25815
- "text": "DrawerDirection"
25816
- },
25817
- "privacy": "public",
25818
- "description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
25819
- "default": "\"left\"",
25820
- "attribute": "direction",
25821
- "inheritedFrom": {
25822
- "name": "BaseDrawerComponent",
25823
- "module": "src/lib/drawer/base/base-drawer.ts"
25824
- }
25825
- }
25826
- ],
25827
- "events": [
25828
- {
25829
- "type": {
25830
- "text": "CustomEvent<void>"
25831
- },
25832
- "description": "Dispatched when the modal drawer is closed by clicking the backdrop.",
25833
- "name": "forge-modal-drawer-close"
25834
- },
25835
- {
25836
- "type": {
25837
- "text": "CustomEvent<void>"
25838
- },
25839
- "description": "Dispatched after the drawer has opened.",
25840
- "name": "forge-drawer-after-open",
25841
- "inheritedFrom": {
25842
- "name": "BaseDrawerComponent",
25843
- "module": "src/lib/drawer/base/base-drawer.ts"
25844
- }
25845
- },
25846
- {
25847
- "type": {
25848
- "text": "CustomEvent<void>"
25849
- },
25850
- "description": "Dispatched after the drawer has closed.",
25851
- "name": "forge-drawer-after-close",
25852
- "inheritedFrom": {
25853
- "name": "BaseDrawerComponent",
25854
- "module": "src/lib/drawer/base/base-drawer.ts"
25855
- }
25856
- }
25857
- ],
25858
- "superclass": {
25859
- "name": "BaseDrawerComponent",
25860
- "module": "/src/lib/drawer/base"
25861
- },
25862
- "tagName": "forge-modal-drawer",
25863
- "dependencies": [
25864
- {
25865
- "name": "forge-backdrop",
25866
- "description": ""
25867
- }
25868
- ],
25869
- "customElement": true,
25870
- "attributes": [
25871
- {
25872
- "name": "open",
25873
- "type": {
25874
- "text": "boolean"
25875
- },
25876
- "description": "Toggles whether the drawer is visible or not.",
25877
- "default": "false",
25878
- "fieldName": "open",
25879
- "inheritedFrom": {
25880
- "name": "BaseDrawerComponent",
25881
- "module": "src/lib/drawer/base/base-drawer.ts"
25882
- }
25883
- },
25884
- {
25885
- "name": "direction",
25886
- "type": {
25887
- "text": "DrawerDirection"
25888
- },
25889
- "description": "Controls the layout and animation direction of the drawer for positioning on the left vs. right side of the screen when toggling the `open` attribute.",
25890
- "default": "\"left\"",
25891
- "fieldName": "direction",
25892
- "inheritedFrom": {
25893
- "name": "BaseDrawerComponent",
25894
- "module": "src/lib/drawer/base/base-drawer.ts"
25895
- }
25896
- }
25897
- ]
25898
- }
25899
- ],
25900
- "exports": [
25901
- {
25902
- "kind": "js",
25903
- "name": "ModalDrawerComponent",
25904
- "declaration": {
25905
- "name": "ModalDrawerComponent",
25906
- "module": "src/lib/drawer/modal-drawer/modal-drawer.ts"
25907
- }
25908
- }
25909
- ]
25910
- },
25911
- {
25912
- "kind": "javascript-module",
25913
- "path": "src/lib/key/key/key.ts",
25914
- "declarations": [
25915
- {
25916
- "kind": "class",
25917
- "description": "",
25918
- "name": "KeyComponent",
25919
- "cssProperties": [
25920
- {
25921
- "description": "The spacing between key items.",
25922
- "name": "--forge-key-gap"
25923
- },
25924
- {
25925
- "description": "The direction that items are laid out in the key.",
25926
- "name": "--forge-key-direction"
25927
- }
25928
- ],
25929
- "cssParts": [
25930
- {
25931
- "description": "The root element.",
25932
- "name": "root"
25933
- }
25934
- ],
25935
- "slots": [
25936
- {
25937
- "description": "The default slot for key items.",
25983
+ "description": "The default slot for key items.",
25938
25984
  "name": ""
25939
25985
  }
25940
25986
  ],
@@ -28951,763 +28997,623 @@
28951
28997
  },
28952
28998
  {
28953
28999
  "kind": "javascript-module",
28954
- "path": "src/lib/select/select-dropdown/select-dropdown.ts",
29000
+ "path": "src/lib/select/select/select.ts",
28955
29001
  "declarations": [
28956
29002
  {
28957
29003
  "kind": "class",
28958
29004
  "description": "",
28959
- "name": "SelectDropdownComponent",
28960
- "members": [
29005
+ "name": "SelectComponent",
29006
+ "cssProperties": [
28961
29007
  {
28962
- "kind": "field",
28963
- "name": "target",
28964
- "type": {
28965
- "text": "string"
28966
- },
28967
- "privacy": "public",
28968
- "description": "Sets the target element CSS selector"
29008
+ "description": "The color of the placeholder text.",
29009
+ "name": "--forge-select-placeholder-color"
28969
29010
  },
28970
29011
  {
28971
- "kind": "field",
28972
- "name": "selectedTextTarget",
28973
- "type": {
28974
- "text": "string"
28975
- },
28976
- "privacy": "public",
28977
- "description": "Sets the selected text element CSS selector"
29012
+ "description": "The background of the field surface.",
29013
+ "name": "--forge-field-background"
28978
29014
  },
28979
29015
  {
28980
- "kind": "field",
28981
- "name": "syncSelectedText",
28982
- "type": {
28983
- "text": "boolean"
28984
- },
28985
- "privacy": "public",
28986
- "description": "Controls whether the selected text is synchronized to the target elements' text content. Default is false."
29016
+ "description": "The background of the field surface in the tonal variant.",
29017
+ "name": "--forge-field-tonal-background"
28987
29018
  },
28988
29019
  {
28989
- "kind": "field",
28990
- "name": "value",
28991
- "type": {
28992
- "text": "any"
28993
- },
28994
- "privacy": "public",
28995
- "description": "Gets/sets the value.",
28996
- "attribute": "value",
28997
- "inheritedFrom": {
28998
- "name": "BaseSelectComponent",
28999
- "module": "src/lib/select/core/base-select.ts"
29000
- }
29020
+ "description": "The background of the field surface in the tonal variant on hover.",
29021
+ "name": "--forge-field-tonal-background-hover"
29001
29022
  },
29002
29023
  {
29003
- "kind": "field",
29004
- "name": "selectedIndex",
29005
- "type": {
29006
- "text": "number | number[]"
29007
- },
29008
- "privacy": "public",
29009
- "description": "Gets/sets the selected index.",
29010
- "attribute": "selected-index",
29011
- "inheritedFrom": {
29012
- "name": "BaseSelectComponent",
29013
- "module": "src/lib/select/core/base-select.ts"
29014
- }
29024
+ "description": "The background of the field surface in the filled and raised variants.",
29025
+ "name": "--forge-field-filled-background"
29015
29026
  },
29016
29027
  {
29017
- "kind": "field",
29018
- "name": "options",
29019
- "type": {
29020
- "text": "ISelectOption[] | ISelectOptionGroup[]"
29021
- },
29022
- "privacy": "public",
29023
- "description": "Gets/sets the available options.",
29024
- "inheritedFrom": {
29025
- "name": "BaseSelectComponent",
29026
- "module": "src/lib/select/core/base-select.ts"
29027
- }
29028
+ "description": "The style of the field outline.",
29029
+ "name": "--forge-field-outline-style"
29028
29030
  },
29029
29031
  {
29030
- "kind": "field",
29031
- "name": "multiple",
29032
- "type": {
29033
- "text": "boolean"
29034
- },
29035
- "privacy": "public",
29036
- "description": "Gets/sets the multiple select state.",
29037
- "attribute": "multiple",
29038
- "inheritedFrom": {
29039
- "name": "BaseSelectComponent",
29040
- "module": "src/lib/select/core/base-select.ts"
29041
- }
29032
+ "description": "The width of the field outline.",
29033
+ "name": "--forge-field-outline-width"
29042
29034
  },
29043
29035
  {
29044
- "kind": "field",
29045
- "name": "open",
29046
- "type": {
29047
- "text": "boolean"
29048
- },
29049
- "privacy": "public",
29050
- "description": "Gets the open state of the dropdown.",
29051
- "attribute": "open",
29052
- "inheritedFrom": {
29053
- "name": "BaseSelectComponent",
29054
- "module": "src/lib/select/core/base-select.ts"
29055
- }
29036
+ "description": "The border radius of the field's corners.",
29037
+ "name": "--forge-field-shape"
29056
29038
  },
29057
29039
  {
29058
- "kind": "field",
29059
- "name": "optionBuilder",
29060
- "type": {
29061
- "text": "SelectOptionBuilder"
29062
- },
29063
- "privacy": "public",
29064
- "description": "Sets the option builder callback that will be executed when building the option list in the dropdown.",
29065
- "inheritedFrom": {
29066
- "name": "BaseSelectComponent",
29067
- "module": "src/lib/select/core/base-select.ts"
29068
- }
29040
+ "description": "The height of the field in its default density.",
29041
+ "name": "--forge-field-height"
29069
29042
  },
29070
29043
  {
29071
- "kind": "field",
29072
- "name": "selectedTextBuilder",
29073
- "type": {
29074
- "text": "SelectSelectedTextBuilder"
29075
- },
29076
- "privacy": "public",
29077
- "description": "Sets the selected text builder callback that will be executed when getting the selected text to display in the field.",
29078
- "inheritedFrom": {
29079
- "name": "BaseSelectComponent",
29080
- "module": "src/lib/select/core/base-select.ts"
29081
- }
29044
+ "description": "The height of the field in its default density when the label is inset.",
29045
+ "name": "--forge-field-inset-height"
29082
29046
  },
29083
29047
  {
29084
- "kind": "field",
29085
- "name": "beforeValueChange",
29086
- "type": {
29087
- "text": "SelectBeforeValueChangeCallback<any>"
29088
- },
29089
- "privacy": "public",
29090
- "description": "Sets the callback to be executed when the user selects a value.",
29091
- "inheritedFrom": {
29092
- "name": "BaseSelectComponent",
29093
- "module": "src/lib/select/core/base-select.ts"
29094
- }
29095
- },
29096
- {
29097
- "kind": "field",
29098
- "name": "popupElement",
29099
- "type": {
29100
- "text": "IPopoverComponent | undefined"
29101
- },
29102
- "privacy": "public",
29103
- "description": "Gets the popup element (when the dropdown is open).",
29104
- "readonly": true,
29105
- "inheritedFrom": {
29106
- "name": "BaseSelectComponent",
29107
- "module": "src/lib/select/core/base-select.ts"
29108
- }
29109
- },
29110
- {
29111
- "kind": "method",
29112
- "name": "appendOptions",
29113
- "privacy": "public",
29114
- "return": {
29115
- "type": {
29116
- "text": "void"
29117
- }
29118
- },
29119
- "parameters": [
29120
- {
29121
- "name": "options",
29122
- "type": {
29123
- "text": "ISelectOption[] | ISelectOptionGroup[]"
29124
- }
29125
- }
29126
- ],
29127
- "description": "Dynamically appends options to the dropdown while it's open.",
29128
- "inheritedFrom": {
29129
- "name": "BaseSelectComponent",
29130
- "module": "src/lib/select/core/base-select.ts"
29131
- }
29132
- },
29133
- {
29134
- "kind": "method",
29135
- "name": "selectAll",
29136
- "privacy": "public",
29137
- "return": {
29138
- "type": {
29139
- "text": "void"
29140
- }
29141
- },
29142
- "description": "Selects all options.",
29143
- "inheritedFrom": {
29144
- "name": "BaseSelectComponent",
29145
- "module": "src/lib/select/core/base-select.ts"
29146
- }
29147
- },
29148
- {
29149
- "kind": "method",
29150
- "name": "deselectAll",
29151
- "privacy": "public",
29152
- "return": {
29153
- "type": {
29154
- "text": "void"
29155
- }
29156
- },
29157
- "description": "Deselects all options.",
29158
- "inheritedFrom": {
29159
- "name": "BaseSelectComponent",
29160
- "module": "src/lib/select/core/base-select.ts"
29161
- }
29162
- },
29163
- {
29164
- "kind": "field",
29165
- "name": "popupClasses",
29166
- "type": {
29167
- "text": "string | string[]"
29168
- },
29169
- "privacy": "public",
29170
- "description": "Gets/sets the list of classes to apply to the popup element.",
29171
- "attribute": "popup-classes",
29172
- "inheritedFrom": {
29173
- "name": "ListDropdownAware",
29174
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29175
- }
29048
+ "description": "The inline padding of the field.",
29049
+ "name": "--forge-field-padding-inline"
29176
29050
  },
29177
29051
  {
29178
- "kind": "field",
29179
- "name": "popupHeaderBuilder",
29180
- "type": {
29181
- "text": "ListDropdownHeaderBuilder"
29182
- },
29183
- "privacy": "public",
29184
- "description": "Gets/sets the callback function for generating header content within the popup.",
29185
- "inheritedFrom": {
29186
- "name": "ListDropdownAware",
29187
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29188
- }
29052
+ "description": "The inline start padding of the field.",
29053
+ "name": "--forge-field-padding-inline-start"
29189
29054
  },
29190
29055
  {
29191
- "kind": "field",
29192
- "name": "popupFooterBuilder",
29193
- "type": {
29194
- "text": "ListDropdownFooterBuilder"
29195
- },
29196
- "privacy": "public",
29197
- "description": "Gets/sets the callback function for generating header content within the popup.",
29198
- "inheritedFrom": {
29199
- "name": "ListDropdownAware",
29200
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29201
- }
29056
+ "description": "The inline end padding of the field.",
29057
+ "name": "--forge-field-padding-inline-end"
29202
29058
  },
29203
29059
  {
29204
- "kind": "field",
29205
- "name": "syncPopupWidth",
29206
- "type": {
29207
- "text": "boolean"
29208
- },
29209
- "privacy": "public",
29210
- "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
29211
- "default": "false",
29212
- "attribute": "sync-popup-width",
29213
- "inheritedFrom": {
29214
- "name": "ListDropdownAware",
29215
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29216
- }
29060
+ "description": "The padding between elements slotted into the field.",
29061
+ "name": "--forge-field-inner-padding-inline"
29217
29062
  },
29218
29063
  {
29219
- "kind": "field",
29220
- "name": "optionLimit",
29221
- "type": {
29222
- "text": "number"
29223
- },
29224
- "privacy": "public",
29225
- "description": "Gets/sets the maximum number of options to display in the dropdown.",
29226
- "default": "0",
29227
- "attribute": "option-limit",
29228
- "inheritedFrom": {
29229
- "name": "ListDropdownAware",
29230
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29231
- }
29064
+ "description": "The margin between the support text and the field.",
29065
+ "name": "--forge-field-support-text-margin-block"
29232
29066
  },
29233
29067
  {
29234
- "kind": "field",
29235
- "name": "observeScroll",
29236
- "type": {
29237
- "text": "boolean"
29238
- },
29239
- "privacy": "public",
29240
- "description": "Controls the observation of scroll events on the dropdown.",
29241
- "default": "false",
29242
- "attribute": "observe-scroll",
29243
- "inheritedFrom": {
29244
- "name": "ListDropdownAware",
29245
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29246
- }
29068
+ "description": "The minimum gap between the support text and the support text end.",
29069
+ "name": "--forge-field-support-text-gap"
29247
29070
  },
29248
29071
  {
29249
- "kind": "field",
29250
- "name": "observeScrollThreshold",
29251
- "type": {
29252
- "text": "number"
29253
- },
29254
- "privacy": "public",
29255
- "description": "The number of pixels from the bottom to trigger the scroll bottom event. Only applicable if `observeScroll` is true.",
29256
- "default": "0",
29257
- "attribute": "observe-scroll-threshold",
29258
- "inheritedFrom": {
29259
- "name": "ListDropdownAware",
29260
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29261
- }
29072
+ "description": "The inline padding of the support text.",
29073
+ "name": "--forge-field-support-text-padding-inline"
29262
29074
  },
29263
29075
  {
29264
- "kind": "field",
29265
- "name": "constrainPopupWidth",
29266
- "type": {
29267
- "text": "boolean"
29268
- },
29269
- "privacy": "public",
29270
- "description": "Gets/sets whether the popup width will be constrained to a max width of the viewport width (default: `100vw`).",
29271
- "default": "true",
29272
- "attribute": "constrain-popup-width",
29273
- "inheritedFrom": {
29274
- "name": "ListDropdownAware",
29275
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29276
- }
29076
+ "description": "The inline start padding of the support text.",
29077
+ "name": "--forge-field-support-text-padding-inline-start"
29277
29078
  },
29278
29079
  {
29279
- "kind": "field",
29280
- "name": "wrapOptionText",
29281
- "type": {
29282
- "text": "boolean"
29283
- },
29284
- "privacy": "public",
29285
- "description": "Gets/sets whether the options will wrap their text or not.\nThis only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
29286
- "default": "false",
29287
- "attribute": "wrap-option-text",
29288
- "inheritedFrom": {
29289
- "name": "ListDropdownAware",
29290
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29291
- }
29292
- }
29293
- ],
29294
- "superclass": {
29295
- "name": "BaseSelectComponent",
29296
- "module": "/src/lib/select/core/base-select"
29297
- },
29298
- "tagName": "forge-select-dropdown",
29299
- "customElement": true,
29300
- "attributes": [
29301
- {
29302
- "name": "value",
29303
- "type": {
29304
- "text": "any"
29305
- },
29306
- "description": "Gets/sets the value.",
29307
- "fieldName": "value",
29308
- "inheritedFrom": {
29309
- "name": "BaseSelectComponent",
29310
- "module": "src/lib/select/core/base-select.ts"
29311
- }
29080
+ "description": "The inline end padding of the support text.",
29081
+ "name": "--forge-field-support-text-padding-inline-end"
29312
29082
  },
29313
29083
  {
29314
- "name": "selected-index",
29315
- "type": {
29316
- "text": "number | number[]"
29317
- },
29318
- "description": "Gets/sets the selected index.",
29319
- "fieldName": "selectedIndex",
29320
- "inheritedFrom": {
29321
- "name": "BaseSelectComponent",
29322
- "module": "src/lib/select/core/base-select.ts"
29323
- }
29084
+ "description": "The margin between the label and the field when the label is in an inline position.",
29085
+ "name": "--forge-field-label-margin-inline"
29324
29086
  },
29325
29087
  {
29326
- "name": "multiple",
29327
- "type": {
29328
- "text": "boolean"
29329
- },
29330
- "description": "Gets/sets the multiple select state.",
29331
- "fieldName": "multiple",
29332
- "inheritedFrom": {
29333
- "name": "BaseSelectComponent",
29334
- "module": "src/lib/select/core/base-select.ts"
29335
- }
29088
+ "description": "The margin between the label and the field when the label is in the block start position.",
29089
+ "name": "--forge-field-label-margin-block"
29336
29090
  },
29337
29091
  {
29338
- "name": "open",
29339
- "type": {
29340
- "text": "boolean"
29341
- },
29342
- "description": "Gets the open state of the dropdown.",
29343
- "fieldName": "open",
29344
- "inheritedFrom": {
29345
- "name": "BaseSelectComponent",
29346
- "module": "src/lib/select/core/base-select.ts"
29347
- }
29092
+ "description": "The padding between the required indicator and the label.",
29093
+ "name": "--forge-field-required-padding"
29348
29094
  },
29349
29095
  {
29350
- "name": "popup-classes",
29351
- "type": {
29352
- "text": "string | string[]"
29353
- },
29354
- "description": "Gets/sets the list of classes to apply to the popup element.",
29355
- "fieldName": "popupClasses",
29356
- "inheritedFrom": {
29357
- "name": "ListDropdownAware",
29358
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29359
- }
29096
+ "description": "The content of the required indicator.",
29097
+ "name": "--forge-field-required-content"
29360
29098
  },
29361
29099
  {
29362
- "name": "sync-popup-width",
29363
- "type": {
29364
- "text": "boolean"
29365
- },
29366
- "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
29367
- "default": "false",
29368
- "fieldName": "syncPopupWidth",
29369
- "inheritedFrom": {
29370
- "name": "ListDropdownAware",
29371
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29372
- }
29100
+ "description": "The padding between the optional indicator and the label.",
29101
+ "name": "--forge-field-optional-padding"
29373
29102
  },
29374
29103
  {
29375
- "name": "option-limit",
29376
- "type": {
29377
- "text": "number"
29378
- },
29379
- "description": "Gets/sets the maximum number of options to display in the dropdown.",
29380
- "default": "0",
29381
- "fieldName": "optionLimit",
29382
- "inheritedFrom": {
29383
- "name": "ListDropdownAware",
29384
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29385
- }
29104
+ "description": "The content of the optional indicator.",
29105
+ "name": "--forge-field-optional-content"
29386
29106
  },
29387
29107
  {
29388
- "name": "observe-scroll",
29389
- "type": {
29390
- "text": "boolean"
29391
- },
29392
- "description": "Controls the observation of scroll events on the dropdown.",
29393
- "default": "false",
29394
- "fieldName": "observeScroll",
29395
- "inheritedFrom": {
29396
- "name": "ListDropdownAware",
29397
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29398
- }
29108
+ "description": "The direction the field can be resized when multiline.",
29109
+ "name": "--forge-field-multiline-resize"
29399
29110
  },
29400
29111
  {
29401
- "name": "observe-scroll-threshold",
29402
- "type": {
29403
- "text": "number"
29404
- },
29405
- "description": "The number of pixels from the bottom to trigger the scroll bottom event. Only applicable if `observeScroll` is true.",
29406
- "default": "0",
29407
- "fieldName": "observeScrollThreshold",
29408
- "inheritedFrom": {
29409
- "name": "ListDropdownAware",
29410
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29411
- }
29112
+ "description": "The minimum inline size the field can be resized to when multiline.",
29113
+ "name": "--forge-field-multiline-min-inline-size"
29412
29114
  },
29413
29115
  {
29414
- "name": "constrain-popup-width",
29415
- "type": {
29416
- "text": "boolean"
29417
- },
29418
- "description": "Gets/sets whether the popup width will be constrained to a max width of the viewport width (default: `100vw`).",
29419
- "default": "true",
29420
- "fieldName": "constrainPopupWidth",
29421
- "inheritedFrom": {
29422
- "name": "ListDropdownAware",
29423
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29424
- }
29116
+ "description": "The maximum inline size the field can be resized to when multiline.",
29117
+ "name": "--forge-field-multiline-max-inline-size"
29425
29118
  },
29426
29119
  {
29427
- "name": "wrap-option-text",
29428
- "type": {
29429
- "text": "boolean"
29430
- },
29431
- "description": "Gets/sets whether the options will wrap their text or not.\nThis only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
29432
- "default": "false",
29433
- "fieldName": "wrapOptionText",
29434
- "inheritedFrom": {
29435
- "name": "ListDropdownAware",
29436
- "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
29437
- }
29438
- }
29439
- ]
29440
- }
29441
- ],
29442
- "exports": [
29443
- {
29444
- "kind": "js",
29445
- "name": "SelectDropdownComponent",
29446
- "declaration": {
29447
- "name": "SelectDropdownComponent",
29448
- "module": "src/lib/select/select-dropdown/select-dropdown.ts"
29449
- }
29450
- }
29451
- ]
29452
- },
29453
- {
29454
- "kind": "javascript-module",
29455
- "path": "src/lib/select/select/select.ts",
29456
- "declarations": [
29457
- {
29458
- "kind": "class",
29459
- "description": "",
29460
- "name": "SelectComponent",
29461
- "cssProperties": [
29462
- {
29463
- "description": "The color of the placeholder text.",
29464
- "name": "--forge-select-placeholder-color"
29120
+ "description": "The minimum block size the field can be resized to when multiline.",
29121
+ "name": "--forge-field-multiline-min-block-size"
29465
29122
  },
29466
29123
  {
29467
- "description": "The background of the field surface.",
29468
- "name": "--forge-field-background"
29124
+ "description": "The maximum block size the field can be resized to when multiline.",
29125
+ "name": "--forge-field-multiline-max-block-size"
29469
29126
  },
29470
29127
  {
29471
- "description": "The background of the field surface in the tonal variant.",
29472
- "name": "--forge-field-tonal-background"
29128
+ "description": "The duration of the popover icon animation.",
29129
+ "name": "--forge-field-popover-icon-transition-duration"
29473
29130
  },
29474
29131
  {
29475
- "description": "The background of the field surface in the tonal variant on hover.",
29476
- "name": "--forge-field-tonal-background-hover"
29132
+ "description": "The timing function of the popover icon animation.",
29133
+ "name": "--forge-field-popover-icon-transition-timing"
29477
29134
  },
29478
29135
  {
29479
- "description": "The background of the field surface in the filled and raised variants.",
29480
- "name": "--forge-field-filled-background"
29136
+ "description": "The rotation of the popover icon when open.",
29137
+ "name": "--forge-field-popover-icon-open-rotation"
29481
29138
  },
29482
29139
  {
29483
- "description": "The style of the field outline.",
29484
- "name": "--forge-field-outline-style"
29140
+ "description": "The duration of background and outline animations.",
29141
+ "name": "--forge-field-surface-animation-duration"
29485
29142
  },
29486
29143
  {
29487
- "description": "The width of the field outline.",
29488
- "name": "--forge-field-outline-width"
29144
+ "description": "The timing function of background and outline animations.",
29145
+ "name": "--forge-field-surface-animation-timing"
29489
29146
  },
29490
29147
  {
29491
- "description": "The border radius of the field's corners.",
29492
- "name": "--forge-field-shape"
29148
+ "description": "The duration of the floating label animation.",
29149
+ "name": "--forge-field-surface-floating-animation-duration"
29493
29150
  },
29494
29151
  {
29495
- "description": "The height of the field in its default density.",
29496
- "name": "--forge-field-height"
29152
+ "description": "The timing function of the floating label animation.",
29153
+ "name": "--forge-field-surface-floating-animation-timing"
29497
29154
  },
29498
29155
  {
29499
- "description": "The height of the field in its default density when the label is inset.",
29500
- "name": "--forge-field-inset-height"
29156
+ "description": "The width of the focus indicator.",
29157
+ "name": "--forge-field-focus-indicator-width"
29501
29158
  },
29502
29159
  {
29503
- "description": "The inline padding of the field.",
29504
- "name": "--forge-field-padding-inline"
29160
+ "description": "The opacity of the field when disabled.",
29161
+ "name": "--forge-field-disabled-opacity"
29505
29162
  },
29506
29163
  {
29507
- "description": "The inline start padding of the field.",
29508
- "name": "--forge-field-padding-inline-start"
29509
- },
29164
+ "description": "The background of the field when disabled.",
29165
+ "name": "--forge-field-disabled-background"
29166
+ }
29167
+ ],
29168
+ "cssParts": [
29510
29169
  {
29511
- "description": "The inline end padding of the field.",
29512
- "name": "--forge-field-padding-inline-end"
29170
+ "description": "The root container element.",
29171
+ "name": "root"
29513
29172
  },
29514
29173
  {
29515
- "description": "The padding between elements slotted into the field.",
29516
- "name": "--forge-field-inner-padding-inline"
29174
+ "description": "The label element.",
29175
+ "name": "label"
29517
29176
  },
29518
29177
  {
29519
- "description": "The margin between the support text and the field.",
29520
- "name": "--forge-field-support-text-margin-block"
29178
+ "description": "The element container for the selected text.",
29179
+ "name": "text-container"
29521
29180
  },
29522
29181
  {
29523
- "description": "The minimum gap between the support text and the support text end.",
29524
- "name": "--forge-field-support-text-gap"
29182
+ "description": "The element containing the selected text.",
29183
+ "name": "text"
29525
29184
  },
29526
29185
  {
29527
- "description": "The inline padding of the support text.",
29528
- "name": "--forge-field-support-text-padding-inline"
29186
+ "description": "The container element surrounding the input.",
29187
+ "name": "container"
29529
29188
  },
29530
29189
  {
29531
- "description": "The inline start padding of the support text.",
29532
- "name": "--forge-field-support-text-padding-inline-start"
29190
+ "description": "The element containing te input slot.",
29191
+ "name": "input"
29533
29192
  },
29534
29193
  {
29535
- "description": "The inline end padding of the support text.",
29536
- "name": "--forge-field-support-text-padding-inline-end"
29194
+ "description": "The element containing the start slot.",
29195
+ "name": "start"
29537
29196
  },
29538
29197
  {
29539
- "description": "The margin between the label and the field when the label is in an inline position.",
29540
- "name": "--forge-field-label-margin-inline"
29198
+ "description": "The element containing the end slot.",
29199
+ "name": "end"
29541
29200
  },
29542
29201
  {
29543
- "description": "The margin between the label and the field when the label is in the block start position.",
29544
- "name": "--forge-field-label-margin-block"
29202
+ "description": "The popover icon element.",
29203
+ "name": "popover-icon"
29545
29204
  },
29546
29205
  {
29547
- "description": "The padding between the required indicator and the label.",
29548
- "name": "--forge-field-required-padding"
29206
+ "description": "The element containing the accessory slot.",
29207
+ "name": "accessory"
29549
29208
  },
29550
29209
  {
29551
- "description": "The content of the required indicator.",
29552
- "name": "--forge-field-required-content"
29210
+ "description": "The support text element.",
29211
+ "name": "support-text"
29553
29212
  },
29554
29213
  {
29555
- "description": "The padding between the optional indicator and the label.",
29556
- "name": "--forge-field-optional-padding"
29214
+ "description": "The element containing the support text slot.",
29215
+ "name": "support-text"
29557
29216
  },
29558
29217
  {
29559
- "description": "The content of the optional indicator.",
29560
- "name": "--forge-field-optional-content"
29218
+ "description": "The element containing the support text end slot.",
29219
+ "name": "support-text-end"
29561
29220
  },
29562
29221
  {
29563
- "description": "The direction the field can be resized when multiline.",
29564
- "name": "--forge-field-multiline-resize"
29222
+ "description": "The focus indicator element.",
29223
+ "name": "focus-indicator"
29224
+ }
29225
+ ],
29226
+ "slots": [
29227
+ {
29228
+ "description": "The selected text to display",
29229
+ "name": "value"
29565
29230
  },
29566
29231
  {
29567
- "description": "The minimum inline size the field can be resized to when multiline.",
29568
- "name": "--forge-field-multiline-min-inline-size"
29232
+ "description": "Typically reserved for content/icons that render logically before the default slot content.",
29233
+ "name": "start"
29569
29234
  },
29570
29235
  {
29571
- "description": "The maximum inline size the field can be resized to when multiline.",
29572
- "name": "--forge-field-multiline-max-inline-size"
29236
+ "description": "Typically reserved content/icons that render logically after the default slot content.",
29237
+ "name": "end"
29573
29238
  },
29574
29239
  {
29575
- "description": "The minimum block size the field can be resized to when multiline.",
29576
- "name": "--forge-field-multiline-min-block-size"
29240
+ "description": "Used for content such as a button that is logically connected to the field but should appear distinct from the input.",
29241
+ "name": "accessory"
29577
29242
  },
29578
29243
  {
29579
- "description": "The maximum block size the field can be resized to when multiline.",
29580
- "name": "--forge-field-multiline-max-block-size"
29244
+ "description": "Used for content that provides additional information about the field. Aligns to the inline start of the field.",
29245
+ "name": "support-text"
29581
29246
  },
29582
29247
  {
29583
- "description": "The duration of the popover icon animation.",
29584
- "name": "--forge-field-popover-icon-transition-duration"
29248
+ "description": "Used for content that provides additional information about the field. Aligns to the inline end of the field.",
29249
+ "name": "support-text-end"
29250
+ }
29251
+ ],
29252
+ "members": [
29253
+ {
29254
+ "kind": "method",
29255
+ "name": "setFormValue",
29256
+ "privacy": "public",
29257
+ "return": {
29258
+ "type": {
29259
+ "text": "void"
29260
+ }
29261
+ },
29262
+ "parameters": [
29263
+ {
29264
+ "name": "value",
29265
+ "type": {
29266
+ "text": "FormValue | null"
29267
+ }
29268
+ },
29269
+ {
29270
+ "name": "state",
29271
+ "optional": true,
29272
+ "type": {
29273
+ "text": "FormValue | null | undefined"
29274
+ }
29275
+ }
29276
+ ]
29585
29277
  },
29586
29278
  {
29587
- "description": "The timing function of the popover icon animation.",
29588
- "name": "--forge-field-popover-icon-transition-timing"
29279
+ "kind": "field",
29280
+ "name": "label",
29281
+ "type": {
29282
+ "text": "string"
29283
+ },
29284
+ "privacy": "public",
29285
+ "description": "Controls the label text."
29589
29286
  },
29590
29287
  {
29591
- "description": "The rotation of the popover icon when open.",
29592
- "name": "--forge-field-popover-icon-open-rotation"
29288
+ "kind": "field",
29289
+ "name": "placeholder",
29290
+ "type": {
29291
+ "text": "string"
29292
+ },
29293
+ "privacy": "public",
29294
+ "description": "Controls the placeholder text."
29593
29295
  },
29594
29296
  {
29595
- "description": "The duration of background and outline animations.",
29596
- "name": "--forge-field-surface-animation-duration"
29297
+ "kind": "field",
29298
+ "name": "readonly",
29299
+ "type": {
29300
+ "text": "boolean"
29301
+ },
29302
+ "privacy": "public",
29303
+ "inheritedFrom": {
29304
+ "name": "WithFormAssociation",
29305
+ "module": "src/lib/core/mixins/form/with-form-associated.ts"
29306
+ }
29597
29307
  },
29598
29308
  {
29599
- "description": "The timing function of background and outline animations.",
29600
- "name": "--forge-field-surface-animation-timing"
29309
+ "kind": "field",
29310
+ "name": "floatLabel",
29311
+ "type": {
29312
+ "text": "boolean"
29313
+ },
29314
+ "privacy": "public",
29315
+ "description": "Whether the label floats above the field.",
29316
+ "default": "false",
29317
+ "attribute": "float-label",
29318
+ "inheritedFrom": {
29319
+ "name": "WithBaseField",
29320
+ "module": "src/lib/field/base/with-base-field.ts"
29321
+ }
29601
29322
  },
29602
29323
  {
29603
- "description": "The duration of the floating label animation.",
29604
- "name": "--forge-field-surface-floating-animation-duration"
29324
+ "kind": "field",
29325
+ "name": "density",
29326
+ "type": {
29327
+ "text": "FieldDensity"
29328
+ },
29329
+ "privacy": "public",
29330
+ "description": "The density of the field.",
29331
+ "default": "\"default\"",
29332
+ "attribute": "density",
29333
+ "inheritedFrom": {
29334
+ "name": "WithBaseField",
29335
+ "module": "src/lib/field/base/with-base-field.ts"
29336
+ }
29605
29337
  },
29606
29338
  {
29607
- "description": "The timing function of the floating label animation.",
29608
- "name": "--forge-field-surface-floating-animation-timing"
29339
+ "kind": "field",
29340
+ "name": "dense",
29341
+ "type": {
29342
+ "text": "boolean"
29343
+ },
29344
+ "privacy": "public",
29345
+ "description": "Whether the field is dense.",
29346
+ "default": "false",
29347
+ "attribute": "dense",
29348
+ "inheritedFrom": {
29349
+ "name": "WithBaseField",
29350
+ "module": "src/lib/field/base/with-base-field.ts"
29351
+ }
29609
29352
  },
29610
29353
  {
29611
- "description": "The width of the focus indicator.",
29612
- "name": "--forge-field-focus-indicator-width"
29354
+ "kind": "field",
29355
+ "name": "disabled",
29356
+ "type": {
29357
+ "text": "boolean"
29358
+ },
29359
+ "privacy": "public",
29360
+ "description": "Whether the field is disabled.",
29361
+ "default": "false",
29362
+ "attribute": "disabled",
29363
+ "inheritedFrom": {
29364
+ "name": "WithBaseField",
29365
+ "module": "src/lib/field/base/with-base-field.ts"
29366
+ }
29613
29367
  },
29614
29368
  {
29615
- "description": "The opacity of the field when disabled.",
29616
- "name": "--forge-field-disabled-opacity"
29369
+ "kind": "field",
29370
+ "name": "required",
29371
+ "type": {
29372
+ "text": "boolean"
29373
+ },
29374
+ "privacy": "public",
29375
+ "description": "Whether the field is required.",
29376
+ "default": "false",
29377
+ "attribute": "required",
29378
+ "inheritedFrom": {
29379
+ "name": "WithBaseField",
29380
+ "module": "src/lib/field/base/with-base-field.ts"
29381
+ }
29617
29382
  },
29618
29383
  {
29619
- "description": "The background of the field when disabled.",
29620
- "name": "--forge-field-disabled-background"
29621
- }
29622
- ],
29623
- "cssParts": [
29384
+ "kind": "field",
29385
+ "name": "labelPosition",
29386
+ "type": {
29387
+ "text": "FieldLabelPosition"
29388
+ },
29389
+ "privacy": "public",
29390
+ "description": "The position of the label.",
29391
+ "default": "\"inset\"",
29392
+ "attribute": "label-position",
29393
+ "inheritedFrom": {
29394
+ "name": "WithBaseField",
29395
+ "module": "src/lib/field/base/with-base-field.ts"
29396
+ }
29397
+ },
29624
29398
  {
29625
- "description": "The root container element.",
29626
- "name": "root"
29399
+ "type": {
29400
+ "text": "any"
29401
+ },
29402
+ "description": "Gets/sets the value.",
29403
+ "name": "value",
29404
+ "kind": "field",
29405
+ "privacy": "public"
29627
29406
  },
29628
29407
  {
29629
- "description": "The label element.",
29630
- "name": "label"
29408
+ "type": {
29409
+ "text": "number | number[]"
29410
+ },
29411
+ "description": "Gets/sets the selected index.",
29412
+ "name": "selectedIndex",
29413
+ "kind": "field",
29414
+ "privacy": "public"
29631
29415
  },
29632
29416
  {
29633
- "description": "The element container for the selected text.",
29634
- "name": "text-container"
29417
+ "type": {
29418
+ "text": "ISelectOption[] | ISelectOptionGroup[]"
29419
+ },
29420
+ "description": "Gets/sets the available options.",
29421
+ "name": "options",
29422
+ "kind": "field",
29423
+ "privacy": "public"
29635
29424
  },
29636
29425
  {
29637
- "description": "The element containing the selected text.",
29638
- "name": "text"
29426
+ "type": {
29427
+ "text": "boolean"
29428
+ },
29429
+ "description": "Gets/sets the multiple select state.",
29430
+ "name": "multiple",
29431
+ "kind": "field",
29432
+ "privacy": "public"
29639
29433
  },
29640
29434
  {
29641
- "description": "The container element surrounding the input.",
29642
- "name": "container"
29435
+ "type": {
29436
+ "text": "boolean"
29437
+ },
29438
+ "description": "Gets/sets the open state.",
29439
+ "name": "open",
29440
+ "kind": "field",
29441
+ "privacy": "public"
29643
29442
  },
29644
29443
  {
29645
- "description": "The element containing te input slot.",
29646
- "name": "input"
29444
+ "type": {
29445
+ "text": "SelectOptionBuilder"
29446
+ },
29447
+ "description": "Gets/sets the option builder function.",
29448
+ "name": "optionBuilder",
29449
+ "kind": "field",
29450
+ "privacy": "public"
29647
29451
  },
29648
29452
  {
29649
- "description": "The element containing the start slot.",
29650
- "name": "start"
29453
+ "type": {
29454
+ "text": "SelectSelectedTextBuilder"
29455
+ },
29456
+ "description": "Gets/sets the selected text builder function.",
29457
+ "name": "selectedTextBuilder",
29458
+ "kind": "field",
29459
+ "privacy": "public"
29651
29460
  },
29652
29461
  {
29653
- "description": "The element containing the end slot.",
29654
- "name": "end"
29462
+ "type": {
29463
+ "text": "SelectBeforeValueChangeCallback<any>"
29464
+ },
29465
+ "description": "Gets/sets the before value change callback.",
29466
+ "name": "beforeValueChange",
29467
+ "kind": "field",
29468
+ "privacy": "public"
29655
29469
  },
29656
29470
  {
29657
- "description": "The popover icon element.",
29658
- "name": "popover-icon"
29471
+ "kind": "field",
29472
+ "name": "_inputElement",
29473
+ "type": {
29474
+ "text": "HTMLInputElement | HTMLSelectElement | undefined"
29475
+ },
29476
+ "privacy": "private",
29477
+ "inheritedFrom": {
29478
+ "name": "WithFormAssociation",
29479
+ "module": "src/lib/core/mixins/form/with-form-associated.ts"
29480
+ }
29659
29481
  },
29660
29482
  {
29661
- "description": "The element containing the accessory slot.",
29662
- "name": "accessory"
29483
+ "kind": "field",
29484
+ "name": "_fieldElement",
29485
+ "type": {
29486
+ "text": "IFieldComponent"
29487
+ },
29488
+ "privacy": "private",
29489
+ "inheritedFrom": {
29490
+ "name": "WithBaseField",
29491
+ "module": "src/lib/field/base/with-base-field.ts"
29492
+ }
29663
29493
  },
29664
29494
  {
29665
- "description": "The support text element.",
29666
- "name": "support-text"
29495
+ "kind": "field",
29496
+ "name": "labelAlignment",
29497
+ "type": {
29498
+ "text": "FieldLabelAlignment"
29499
+ },
29500
+ "privacy": "public",
29501
+ "description": "The alignment of the label.",
29502
+ "default": "\"default\"",
29503
+ "attribute": "label-alignment",
29504
+ "inheritedFrom": {
29505
+ "name": "WithBaseField",
29506
+ "module": "src/lib/field/base/with-base-field.ts"
29507
+ }
29667
29508
  },
29668
29509
  {
29669
- "description": "The element containing the support text slot.",
29670
- "name": "support-text"
29510
+ "kind": "field",
29511
+ "name": "invalid",
29512
+ "type": {
29513
+ "text": "boolean"
29514
+ },
29515
+ "privacy": "public",
29516
+ "description": "Whether the field is invalid.",
29517
+ "default": "false",
29518
+ "attribute": "invalid",
29519
+ "inheritedFrom": {
29520
+ "name": "WithBaseField",
29521
+ "module": "src/lib/field/base/with-base-field.ts"
29522
+ }
29671
29523
  },
29672
29524
  {
29673
- "description": "The element containing the support text end slot.",
29674
- "name": "support-text-end"
29525
+ "kind": "field",
29526
+ "name": "optional",
29527
+ "type": {
29528
+ "text": "boolean"
29529
+ },
29530
+ "privacy": "public",
29531
+ "description": "Whether the field is optional.",
29532
+ "default": "false",
29533
+ "attribute": "optional",
29534
+ "inheritedFrom": {
29535
+ "name": "WithBaseField",
29536
+ "module": "src/lib/field/base/with-base-field.ts"
29537
+ }
29675
29538
  },
29676
29539
  {
29677
- "description": "The focus indicator element.",
29678
- "name": "focus-indicator"
29679
- }
29680
- ],
29681
- "slots": [
29682
- {
29683
- "description": "The selected text to display",
29684
- "name": "value"
29540
+ "kind": "field",
29541
+ "name": "variant",
29542
+ "type": {
29543
+ "text": "FieldVariant"
29544
+ },
29545
+ "privacy": "public",
29546
+ "description": "The variant of the field.",
29547
+ "default": "\"outlined\"",
29548
+ "attribute": "variant",
29549
+ "inheritedFrom": {
29550
+ "name": "WithBaseField",
29551
+ "module": "src/lib/field/base/with-base-field.ts"
29552
+ }
29685
29553
  },
29686
29554
  {
29687
- "description": "Typically reserved for content/icons that render logically before the default slot content.",
29688
- "name": "start"
29555
+ "kind": "field",
29556
+ "name": "theme",
29557
+ "type": {
29558
+ "text": "FieldTheme"
29559
+ },
29560
+ "privacy": "public",
29561
+ "description": "The theme of the field.",
29562
+ "default": "\"default\"",
29563
+ "attribute": "theme",
29564
+ "inheritedFrom": {
29565
+ "name": "WithBaseField",
29566
+ "module": "src/lib/field/base/with-base-field.ts"
29567
+ }
29689
29568
  },
29690
29569
  {
29691
- "description": "Typically reserved content/icons that render logically after the default slot content.",
29692
- "name": "end"
29570
+ "kind": "field",
29571
+ "name": "shape",
29572
+ "type": {
29573
+ "text": "FieldShape"
29574
+ },
29575
+ "privacy": "public",
29576
+ "description": "The shape of the field.",
29577
+ "default": "\"default\"",
29578
+ "attribute": "shape",
29579
+ "inheritedFrom": {
29580
+ "name": "WithBaseField",
29581
+ "module": "src/lib/field/base/with-base-field.ts"
29582
+ }
29693
29583
  },
29694
29584
  {
29695
- "description": "Used for content such as a button that is logically connected to the field but should appear distinct from the input.",
29696
- "name": "accessory"
29585
+ "kind": "field",
29586
+ "name": "popoverIcon",
29587
+ "type": {
29588
+ "text": "boolean"
29589
+ },
29590
+ "privacy": "public",
29591
+ "description": "Whether the popover icon is displayed.",
29592
+ "default": "false",
29593
+ "attribute": "popover-icon",
29594
+ "inheritedFrom": {
29595
+ "name": "WithBaseField",
29596
+ "module": "src/lib/field/base/with-base-field.ts"
29597
+ }
29697
29598
  },
29698
29599
  {
29699
- "description": "Used for content that provides additional information about the field. Aligns to the inline start of the field.",
29700
- "name": "support-text"
29600
+ "kind": "field",
29601
+ "name": "supportTextInset",
29602
+ "type": {
29603
+ "text": "FieldSupportTextInset"
29604
+ },
29605
+ "privacy": "public",
29606
+ "description": "The inset of the support text.",
29607
+ "default": "\"none\"",
29608
+ "attribute": "support-text-inset",
29609
+ "inheritedFrom": {
29610
+ "name": "WithBaseField",
29611
+ "module": "src/lib/field/base/with-base-field.ts"
29612
+ }
29701
29613
  },
29702
- {
29703
- "description": "Used for content that provides additional information about the field. Aligns to the inline end of the field.",
29704
- "name": "support-text-end"
29705
- }
29706
- ],
29707
- "members": [
29708
29614
  {
29709
29615
  "kind": "method",
29710
- "name": "setFormValue",
29616
+ "name": "floatLabelWithoutAnimation",
29711
29617
  "privacy": "public",
29712
29618
  "return": {
29713
29619
  "type": {
@@ -29718,357 +29624,520 @@
29718
29624
  {
29719
29625
  "name": "value",
29720
29626
  "type": {
29721
- "text": "FormValue | null"
29722
- }
29723
- },
29724
- {
29725
- "name": "state",
29726
- "optional": true,
29727
- "type": {
29728
- "text": "FormValue | null | undefined"
29627
+ "text": "boolean"
29729
29628
  }
29730
29629
  }
29731
- ]
29630
+ ],
29631
+ "description": "Floats the label without an animation. Only applies when the label is inset.",
29632
+ "inheritedFrom": {
29633
+ "name": "WithBaseField",
29634
+ "module": "src/lib/field/base/with-base-field.ts"
29635
+ }
29636
+ }
29637
+ ],
29638
+ "events": [
29639
+ {
29640
+ "type": {
29641
+ "text": "CustomEvent<void>"
29642
+ },
29643
+ "description": "Dispatched when the dropdown list has scrolled to the bottom.",
29644
+ "name": "forge-select-scrolled-bottom"
29732
29645
  },
29733
29646
  {
29734
- "kind": "field",
29735
- "name": "label",
29647
+ "type": {
29648
+ "text": "CustomEvent<any>"
29649
+ },
29650
+ "description": "Dispatched when the user selects a value.",
29651
+ "name": "change"
29652
+ }
29653
+ ],
29654
+ "attributes": [
29655
+ {
29736
29656
  "type": {
29737
29657
  "text": "string"
29738
29658
  },
29739
- "privacy": "public",
29740
- "description": "Controls the label text."
29659
+ "description": "Controls the label text.",
29660
+ "name": "label"
29661
+ },
29662
+ {
29663
+ "type": {
29664
+ "text": "string"
29665
+ },
29666
+ "description": "Controls the placeholder text.",
29667
+ "name": "placeholder"
29668
+ },
29669
+ {
29670
+ "type": {
29671
+ "text": "any"
29672
+ },
29673
+ "description": "Gets/sets the value.",
29674
+ "name": "value"
29675
+ },
29676
+ {
29677
+ "type": {
29678
+ "text": "number | number[]"
29679
+ },
29680
+ "description": "Gets/sets the selected index.",
29681
+ "name": "selected-index"
29682
+ },
29683
+ {
29684
+ "type": {
29685
+ "text": "boolean"
29686
+ },
29687
+ "description": "Gets/sets the multiple select state.",
29688
+ "name": "multiple"
29689
+ },
29690
+ {
29691
+ "type": {
29692
+ "text": "boolean"
29693
+ },
29694
+ "description": "Gets/sets the open state.",
29695
+ "name": "open"
29696
+ },
29697
+ {
29698
+ "name": "label-position",
29699
+ "type": {
29700
+ "text": "FieldLabelPosition"
29701
+ },
29702
+ "description": "The position of the label.",
29703
+ "default": "\"inset\"",
29704
+ "fieldName": "labelPosition",
29705
+ "inheritedFrom": {
29706
+ "name": "WithBaseField",
29707
+ "module": "src/lib/field/base/with-base-field.ts"
29708
+ }
29741
29709
  },
29742
29710
  {
29743
- "kind": "field",
29744
- "name": "placeholder",
29711
+ "name": "label-alignment",
29745
29712
  "type": {
29746
- "text": "string"
29713
+ "text": "FieldLabelAlignment"
29747
29714
  },
29748
- "privacy": "public",
29749
- "description": "Controls the placeholder text."
29715
+ "description": "The alignment of the label.",
29716
+ "default": "\"default\"",
29717
+ "fieldName": "labelAlignment",
29718
+ "inheritedFrom": {
29719
+ "name": "WithBaseField",
29720
+ "module": "src/lib/field/base/with-base-field.ts"
29721
+ }
29750
29722
  },
29751
29723
  {
29752
- "kind": "field",
29753
- "name": "readonly",
29724
+ "name": "invalid",
29754
29725
  "type": {
29755
29726
  "text": "boolean"
29756
29727
  },
29757
- "privacy": "public",
29728
+ "description": "Whether the field is invalid.",
29729
+ "default": "false",
29730
+ "fieldName": "invalid",
29758
29731
  "inheritedFrom": {
29759
- "name": "WithFormAssociation",
29760
- "module": "src/lib/core/mixins/form/with-form-associated.ts"
29732
+ "name": "WithBaseField",
29733
+ "module": "src/lib/field/base/with-base-field.ts"
29761
29734
  }
29762
29735
  },
29763
29736
  {
29764
- "kind": "field",
29765
- "name": "floatLabel",
29737
+ "name": "required",
29766
29738
  "type": {
29767
29739
  "text": "boolean"
29768
29740
  },
29769
- "privacy": "public",
29770
- "description": "Whether the label floats above the field.",
29741
+ "description": "Whether the field is required.",
29771
29742
  "default": "false",
29772
- "attribute": "float-label",
29743
+ "fieldName": "required",
29773
29744
  "inheritedFrom": {
29774
29745
  "name": "WithBaseField",
29775
29746
  "module": "src/lib/field/base/with-base-field.ts"
29776
29747
  }
29777
29748
  },
29778
29749
  {
29779
- "kind": "field",
29780
- "name": "density",
29750
+ "name": "optional",
29781
29751
  "type": {
29782
- "text": "FieldDensity"
29752
+ "text": "boolean"
29783
29753
  },
29784
- "privacy": "public",
29785
- "description": "The density of the field.",
29786
- "default": "\"default\"",
29787
- "attribute": "density",
29754
+ "description": "Whether the field is optional.",
29755
+ "default": "false",
29756
+ "fieldName": "optional",
29788
29757
  "inheritedFrom": {
29789
29758
  "name": "WithBaseField",
29790
29759
  "module": "src/lib/field/base/with-base-field.ts"
29791
29760
  }
29792
29761
  },
29793
29762
  {
29794
- "kind": "field",
29795
- "name": "dense",
29763
+ "name": "disabled",
29796
29764
  "type": {
29797
29765
  "text": "boolean"
29798
29766
  },
29799
- "privacy": "public",
29800
- "description": "Whether the field is dense.",
29767
+ "description": "Whether the field is disabled.",
29801
29768
  "default": "false",
29802
- "attribute": "dense",
29769
+ "fieldName": "disabled",
29803
29770
  "inheritedFrom": {
29804
29771
  "name": "WithBaseField",
29805
29772
  "module": "src/lib/field/base/with-base-field.ts"
29806
29773
  }
29807
29774
  },
29808
29775
  {
29809
- "kind": "field",
29810
- "name": "disabled",
29776
+ "name": "float-label",
29811
29777
  "type": {
29812
29778
  "text": "boolean"
29813
29779
  },
29814
- "privacy": "public",
29815
- "description": "Whether the field is disabled.",
29780
+ "description": "Whether the label floats above the field.",
29816
29781
  "default": "false",
29817
- "attribute": "disabled",
29782
+ "fieldName": "floatLabel",
29818
29783
  "inheritedFrom": {
29819
29784
  "name": "WithBaseField",
29820
29785
  "module": "src/lib/field/base/with-base-field.ts"
29821
29786
  }
29822
29787
  },
29823
29788
  {
29824
- "kind": "field",
29825
- "name": "required",
29789
+ "name": "variant",
29826
29790
  "type": {
29827
- "text": "boolean"
29791
+ "text": "FieldVariant"
29828
29792
  },
29829
- "privacy": "public",
29830
- "description": "Whether the field is required.",
29831
- "default": "false",
29832
- "attribute": "required",
29793
+ "description": "The variant of the field.",
29794
+ "default": "\"outlined\"",
29795
+ "fieldName": "variant",
29833
29796
  "inheritedFrom": {
29834
29797
  "name": "WithBaseField",
29835
29798
  "module": "src/lib/field/base/with-base-field.ts"
29836
29799
  }
29837
29800
  },
29838
29801
  {
29839
- "kind": "field",
29840
- "name": "labelPosition",
29802
+ "name": "theme",
29841
29803
  "type": {
29842
- "text": "FieldLabelPosition"
29804
+ "text": "FieldTheme"
29843
29805
  },
29844
- "privacy": "public",
29845
- "description": "The position of the label.",
29846
- "default": "\"inset\"",
29847
- "attribute": "label-position",
29806
+ "description": "The theme of the field.",
29807
+ "default": "\"default\"",
29808
+ "fieldName": "theme",
29848
29809
  "inheritedFrom": {
29849
29810
  "name": "WithBaseField",
29850
29811
  "module": "src/lib/field/base/with-base-field.ts"
29851
29812
  }
29852
29813
  },
29853
29814
  {
29815
+ "name": "shape",
29854
29816
  "type": {
29855
- "text": "any"
29817
+ "text": "FieldShape"
29856
29818
  },
29857
- "description": "Gets/sets the value.",
29858
- "name": "value",
29859
- "kind": "field",
29860
- "privacy": "public"
29819
+ "description": "The shape of the field.",
29820
+ "default": "\"default\"",
29821
+ "fieldName": "shape",
29822
+ "inheritedFrom": {
29823
+ "name": "WithBaseField",
29824
+ "module": "src/lib/field/base/with-base-field.ts"
29825
+ }
29861
29826
  },
29862
29827
  {
29828
+ "name": "density",
29863
29829
  "type": {
29864
- "text": "number | number[]"
29830
+ "text": "FieldDensity"
29865
29831
  },
29866
- "description": "Gets/sets the selected index.",
29867
- "name": "selectedIndex",
29868
- "kind": "field",
29869
- "privacy": "public"
29832
+ "description": "The density of the field.",
29833
+ "default": "\"default\"",
29834
+ "fieldName": "density",
29835
+ "inheritedFrom": {
29836
+ "name": "WithBaseField",
29837
+ "module": "src/lib/field/base/with-base-field.ts"
29838
+ }
29870
29839
  },
29871
29840
  {
29841
+ "name": "dense",
29872
29842
  "type": {
29873
- "text": "ISelectOption[] | ISelectOptionGroup[]"
29843
+ "text": "boolean"
29874
29844
  },
29875
- "description": "Gets/sets the available options.",
29876
- "name": "options",
29877
- "kind": "field",
29878
- "privacy": "public"
29845
+ "description": "Whether the field is dense.",
29846
+ "default": "false",
29847
+ "fieldName": "dense",
29848
+ "inheritedFrom": {
29849
+ "name": "WithBaseField",
29850
+ "module": "src/lib/field/base/with-base-field.ts"
29851
+ }
29879
29852
  },
29880
29853
  {
29854
+ "name": "popover-icon",
29881
29855
  "type": {
29882
29856
  "text": "boolean"
29883
29857
  },
29884
- "description": "Gets/sets the multiple select state.",
29885
- "name": "multiple",
29886
- "kind": "field",
29887
- "privacy": "public"
29858
+ "description": "Whether the popover icon is displayed.",
29859
+ "default": "false",
29860
+ "fieldName": "popoverIcon",
29861
+ "inheritedFrom": {
29862
+ "name": "WithBaseField",
29863
+ "module": "src/lib/field/base/with-base-field.ts"
29864
+ }
29865
+ },
29866
+ {
29867
+ "name": "support-text-inset",
29868
+ "type": {
29869
+ "text": "FieldSupportTextInset"
29870
+ },
29871
+ "description": "The inset of the support text.",
29872
+ "default": "\"none\"",
29873
+ "fieldName": "supportTextInset",
29874
+ "inheritedFrom": {
29875
+ "name": "WithBaseField",
29876
+ "module": "src/lib/field/base/with-base-field.ts"
29877
+ }
29878
+ }
29879
+ ],
29880
+ "mixins": [
29881
+ {
29882
+ "name": "WithFormAssociation",
29883
+ "module": "/src/lib/core/mixins/form/with-form-associated"
29884
+ },
29885
+ {
29886
+ "name": "WithLabelAwareness",
29887
+ "module": "/src/lib/core/mixins/label/with-label-aware"
29888
+ },
29889
+ {
29890
+ "name": "WithFocusable",
29891
+ "module": "/src/lib/core/mixins/focus/with-focusable"
29892
+ },
29893
+ {
29894
+ "name": "WithDefaultAria",
29895
+ "module": "/src/lib/core/mixins/internals/with-default-aria"
29896
+ },
29897
+ {
29898
+ "name": "WithElementInternals",
29899
+ "module": "/src/lib/core/mixins/internals/with-element-internals"
29900
+ },
29901
+ {
29902
+ "name": "WithBaseField",
29903
+ "module": "/src/lib/field/base/with-base-field"
29904
+ }
29905
+ ],
29906
+ "superclass": {
29907
+ "module": "src/lib/select/select/select.ts"
29908
+ },
29909
+ "tagName": "forge-select",
29910
+ "dependencies": [
29911
+ {
29912
+ "name": "forge-field",
29913
+ "description": ""
29914
+ },
29915
+ {
29916
+ "name": "forge-option",
29917
+ "description": ""
29888
29918
  },
29889
29919
  {
29890
- "type": {
29891
- "text": "boolean"
29892
- },
29893
- "description": "Gets/sets the open state.",
29894
- "name": "open",
29920
+ "name": "forge-option-group",
29921
+ "description": ""
29922
+ },
29923
+ {
29924
+ "name": "forge-popover",
29925
+ "description": ""
29926
+ },
29927
+ {
29928
+ "name": "forge-list",
29929
+ "description": ""
29930
+ },
29931
+ {
29932
+ "name": "forge-list-item",
29933
+ "description": ""
29934
+ },
29935
+ {
29936
+ "name": "forge-circular-progress",
29937
+ "description": ""
29938
+ },
29939
+ {
29940
+ "name": "forge-icon",
29941
+ "description": ""
29942
+ },
29943
+ {
29944
+ "name": "forge-scaffold",
29945
+ "description": ""
29946
+ },
29947
+ {
29948
+ "name": "forge-toolbar",
29949
+ "description": ""
29950
+ },
29951
+ {
29952
+ "name": "forge-icon-button",
29953
+ "description": ""
29954
+ }
29955
+ ],
29956
+ "globalConfigProperties": [
29957
+ {
29958
+ "name": "labelPosition",
29959
+ "description": ""
29960
+ },
29961
+ {
29962
+ "name": "variant",
29963
+ "description": ""
29964
+ }
29965
+ ],
29966
+ "customElement": true
29967
+ }
29968
+ ],
29969
+ "exports": [
29970
+ {
29971
+ "kind": "js",
29972
+ "name": "SelectComponent",
29973
+ "declaration": {
29974
+ "name": "SelectComponent",
29975
+ "module": "src/lib/select/select/select.ts"
29976
+ }
29977
+ }
29978
+ ]
29979
+ },
29980
+ {
29981
+ "kind": "javascript-module",
29982
+ "path": "src/lib/select/select-dropdown/select-dropdown.ts",
29983
+ "declarations": [
29984
+ {
29985
+ "kind": "class",
29986
+ "description": "",
29987
+ "name": "SelectDropdownComponent",
29988
+ "members": [
29989
+ {
29895
29990
  "kind": "field",
29896
- "privacy": "public"
29897
- },
29898
- {
29991
+ "name": "target",
29899
29992
  "type": {
29900
- "text": "SelectOptionBuilder"
29993
+ "text": "string"
29901
29994
  },
29902
- "description": "Gets/sets the option builder function.",
29903
- "name": "optionBuilder",
29904
- "kind": "field",
29905
- "privacy": "public"
29995
+ "privacy": "public",
29996
+ "description": "Sets the target element CSS selector"
29906
29997
  },
29907
29998
  {
29908
- "type": {
29909
- "text": "SelectSelectedTextBuilder"
29910
- },
29911
- "description": "Gets/sets the selected text builder function.",
29912
- "name": "selectedTextBuilder",
29913
29999
  "kind": "field",
29914
- "privacy": "public"
29915
- },
29916
- {
30000
+ "name": "selectedTextTarget",
29917
30001
  "type": {
29918
- "text": "SelectBeforeValueChangeCallback<any>"
30002
+ "text": "string"
29919
30003
  },
29920
- "description": "Gets/sets the before value change callback.",
29921
- "name": "beforeValueChange",
29922
- "kind": "field",
29923
- "privacy": "public"
30004
+ "privacy": "public",
30005
+ "description": "Sets the selected text element CSS selector"
29924
30006
  },
29925
30007
  {
29926
30008
  "kind": "field",
29927
- "name": "_inputElement",
30009
+ "name": "syncSelectedText",
29928
30010
  "type": {
29929
- "text": "HTMLInputElement | HTMLSelectElement | undefined"
30011
+ "text": "boolean"
29930
30012
  },
29931
- "privacy": "private",
29932
- "inheritedFrom": {
29933
- "name": "WithFormAssociation",
29934
- "module": "src/lib/core/mixins/form/with-form-associated.ts"
29935
- }
30013
+ "privacy": "public",
30014
+ "description": "Controls whether the selected text is synchronized to the target elements' text content. Default is false."
29936
30015
  },
29937
30016
  {
29938
30017
  "kind": "field",
29939
- "name": "_fieldElement",
30018
+ "name": "value",
29940
30019
  "type": {
29941
- "text": "IFieldComponent"
30020
+ "text": "any"
29942
30021
  },
29943
- "privacy": "private",
30022
+ "privacy": "public",
30023
+ "description": "Gets/sets the value.",
30024
+ "attribute": "value",
29944
30025
  "inheritedFrom": {
29945
- "name": "WithBaseField",
29946
- "module": "src/lib/field/base/with-base-field.ts"
30026
+ "name": "BaseSelectComponent",
30027
+ "module": "src/lib/select/core/base-select.ts"
29947
30028
  }
29948
30029
  },
29949
30030
  {
29950
30031
  "kind": "field",
29951
- "name": "labelAlignment",
30032
+ "name": "selectedIndex",
29952
30033
  "type": {
29953
- "text": "FieldLabelAlignment"
30034
+ "text": "number | number[]"
29954
30035
  },
29955
30036
  "privacy": "public",
29956
- "description": "The alignment of the label.",
29957
- "default": "\"default\"",
29958
- "attribute": "label-alignment",
30037
+ "description": "Gets/sets the selected index.",
30038
+ "attribute": "selected-index",
29959
30039
  "inheritedFrom": {
29960
- "name": "WithBaseField",
29961
- "module": "src/lib/field/base/with-base-field.ts"
30040
+ "name": "BaseSelectComponent",
30041
+ "module": "src/lib/select/core/base-select.ts"
29962
30042
  }
29963
30043
  },
29964
30044
  {
29965
30045
  "kind": "field",
29966
- "name": "invalid",
30046
+ "name": "options",
29967
30047
  "type": {
29968
- "text": "boolean"
30048
+ "text": "ISelectOption[] | ISelectOptionGroup[]"
29969
30049
  },
29970
30050
  "privacy": "public",
29971
- "description": "Whether the field is invalid.",
29972
- "default": "false",
29973
- "attribute": "invalid",
30051
+ "description": "Gets/sets the available options.",
29974
30052
  "inheritedFrom": {
29975
- "name": "WithBaseField",
29976
- "module": "src/lib/field/base/with-base-field.ts"
30053
+ "name": "BaseSelectComponent",
30054
+ "module": "src/lib/select/core/base-select.ts"
29977
30055
  }
29978
30056
  },
29979
30057
  {
29980
30058
  "kind": "field",
29981
- "name": "optional",
30059
+ "name": "multiple",
29982
30060
  "type": {
29983
30061
  "text": "boolean"
29984
30062
  },
29985
30063
  "privacy": "public",
29986
- "description": "Whether the field is optional.",
29987
- "default": "false",
29988
- "attribute": "optional",
30064
+ "description": "Gets/sets the multiple select state.",
30065
+ "attribute": "multiple",
29989
30066
  "inheritedFrom": {
29990
- "name": "WithBaseField",
29991
- "module": "src/lib/field/base/with-base-field.ts"
30067
+ "name": "BaseSelectComponent",
30068
+ "module": "src/lib/select/core/base-select.ts"
29992
30069
  }
29993
30070
  },
29994
30071
  {
29995
30072
  "kind": "field",
29996
- "name": "variant",
30073
+ "name": "open",
29997
30074
  "type": {
29998
- "text": "FieldVariant"
30075
+ "text": "boolean"
29999
30076
  },
30000
30077
  "privacy": "public",
30001
- "description": "The variant of the field.",
30002
- "default": "\"outlined\"",
30003
- "attribute": "variant",
30078
+ "description": "Gets the open state of the dropdown.",
30079
+ "attribute": "open",
30004
30080
  "inheritedFrom": {
30005
- "name": "WithBaseField",
30006
- "module": "src/lib/field/base/with-base-field.ts"
30081
+ "name": "BaseSelectComponent",
30082
+ "module": "src/lib/select/core/base-select.ts"
30007
30083
  }
30008
30084
  },
30009
30085
  {
30010
30086
  "kind": "field",
30011
- "name": "theme",
30087
+ "name": "optionBuilder",
30012
30088
  "type": {
30013
- "text": "FieldTheme"
30089
+ "text": "SelectOptionBuilder"
30014
30090
  },
30015
30091
  "privacy": "public",
30016
- "description": "The theme of the field.",
30017
- "default": "\"default\"",
30018
- "attribute": "theme",
30092
+ "description": "Sets the option builder callback that will be executed when building the option list in the dropdown.",
30019
30093
  "inheritedFrom": {
30020
- "name": "WithBaseField",
30021
- "module": "src/lib/field/base/with-base-field.ts"
30094
+ "name": "BaseSelectComponent",
30095
+ "module": "src/lib/select/core/base-select.ts"
30022
30096
  }
30023
30097
  },
30024
30098
  {
30025
30099
  "kind": "field",
30026
- "name": "shape",
30100
+ "name": "selectedTextBuilder",
30027
30101
  "type": {
30028
- "text": "FieldShape"
30102
+ "text": "SelectSelectedTextBuilder"
30029
30103
  },
30030
30104
  "privacy": "public",
30031
- "description": "The shape of the field.",
30032
- "default": "\"default\"",
30033
- "attribute": "shape",
30105
+ "description": "Sets the selected text builder callback that will be executed when getting the selected text to display in the field.",
30034
30106
  "inheritedFrom": {
30035
- "name": "WithBaseField",
30036
- "module": "src/lib/field/base/with-base-field.ts"
30107
+ "name": "BaseSelectComponent",
30108
+ "module": "src/lib/select/core/base-select.ts"
30037
30109
  }
30038
30110
  },
30039
30111
  {
30040
30112
  "kind": "field",
30041
- "name": "popoverIcon",
30113
+ "name": "beforeValueChange",
30042
30114
  "type": {
30043
- "text": "boolean"
30115
+ "text": "SelectBeforeValueChangeCallback<any>"
30044
30116
  },
30045
30117
  "privacy": "public",
30046
- "description": "Whether the popover icon is displayed.",
30047
- "default": "false",
30048
- "attribute": "popover-icon",
30118
+ "description": "Sets the callback to be executed when the user selects a value.",
30049
30119
  "inheritedFrom": {
30050
- "name": "WithBaseField",
30051
- "module": "src/lib/field/base/with-base-field.ts"
30120
+ "name": "BaseSelectComponent",
30121
+ "module": "src/lib/select/core/base-select.ts"
30052
30122
  }
30053
30123
  },
30054
30124
  {
30055
30125
  "kind": "field",
30056
- "name": "supportTextInset",
30126
+ "name": "popupElement",
30057
30127
  "type": {
30058
- "text": "FieldSupportTextInset"
30128
+ "text": "IPopoverComponent | undefined"
30059
30129
  },
30060
30130
  "privacy": "public",
30061
- "description": "The inset of the support text.",
30062
- "default": "\"none\"",
30063
- "attribute": "support-text-inset",
30131
+ "description": "Gets the popup element (when the dropdown is open).",
30132
+ "readonly": true,
30064
30133
  "inheritedFrom": {
30065
- "name": "WithBaseField",
30066
- "module": "src/lib/field/base/with-base-field.ts"
30134
+ "name": "BaseSelectComponent",
30135
+ "module": "src/lib/select/core/base-select.ts"
30067
30136
  }
30068
30137
  },
30069
30138
  {
30070
30139
  "kind": "method",
30071
- "name": "floatLabelWithoutAnimation",
30140
+ "name": "appendOptions",
30072
30141
  "privacy": "public",
30073
30142
  "return": {
30074
30143
  "type": {
@@ -30077,357 +30146,334 @@
30077
30146
  },
30078
30147
  "parameters": [
30079
30148
  {
30080
- "name": "value",
30149
+ "name": "options",
30081
30150
  "type": {
30082
- "text": "boolean"
30151
+ "text": "ISelectOption[] | ISelectOptionGroup[]"
30083
30152
  }
30084
30153
  }
30085
30154
  ],
30086
- "description": "Floats the label without an animation. Only applies when the label is inset.",
30155
+ "description": "Dynamically appends options to the dropdown while it's open.",
30087
30156
  "inheritedFrom": {
30088
- "name": "WithBaseField",
30089
- "module": "src/lib/field/base/with-base-field.ts"
30157
+ "name": "BaseSelectComponent",
30158
+ "module": "src/lib/select/core/base-select.ts"
30090
30159
  }
30091
- }
30092
- ],
30093
- "events": [
30094
- {
30095
- "type": {
30096
- "text": "CustomEvent<void>"
30097
- },
30098
- "description": "Dispatched when the dropdown list has scrolled to the bottom.",
30099
- "name": "forge-select-scrolled-bottom"
30100
- },
30101
- {
30102
- "type": {
30103
- "text": "CustomEvent<any>"
30104
- },
30105
- "description": "Dispatched when the user selects a value.",
30106
- "name": "change"
30107
- }
30108
- ],
30109
- "attributes": [
30110
- {
30111
- "type": {
30112
- "text": "string"
30113
- },
30114
- "description": "Controls the label text.",
30115
- "name": "label"
30116
- },
30117
- {
30118
- "type": {
30119
- "text": "string"
30120
- },
30121
- "description": "Controls the placeholder text.",
30122
- "name": "placeholder"
30123
- },
30124
- {
30125
- "type": {
30126
- "text": "any"
30127
- },
30128
- "description": "Gets/sets the value.",
30129
- "name": "value"
30130
- },
30131
- {
30132
- "type": {
30133
- "text": "number | number[]"
30134
- },
30135
- "description": "Gets/sets the selected index.",
30136
- "name": "selected-index"
30137
- },
30138
- {
30139
- "type": {
30140
- "text": "boolean"
30141
- },
30142
- "description": "Gets/sets the multiple select state.",
30143
- "name": "multiple"
30144
30160
  },
30145
30161
  {
30146
- "type": {
30147
- "text": "boolean"
30162
+ "kind": "method",
30163
+ "name": "selectAll",
30164
+ "privacy": "public",
30165
+ "return": {
30166
+ "type": {
30167
+ "text": "void"
30168
+ }
30148
30169
  },
30149
- "description": "Gets/sets the open state.",
30150
- "name": "open"
30170
+ "description": "Selects all options.",
30171
+ "inheritedFrom": {
30172
+ "name": "BaseSelectComponent",
30173
+ "module": "src/lib/select/core/base-select.ts"
30174
+ }
30151
30175
  },
30152
30176
  {
30153
- "name": "label-position",
30154
- "type": {
30155
- "text": "FieldLabelPosition"
30156
- },
30157
- "description": "The position of the label.",
30158
- "default": "\"inset\"",
30159
- "fieldName": "labelPosition",
30177
+ "kind": "method",
30178
+ "name": "deselectAll",
30179
+ "privacy": "public",
30180
+ "return": {
30181
+ "type": {
30182
+ "text": "void"
30183
+ }
30184
+ },
30185
+ "description": "Deselects all options.",
30160
30186
  "inheritedFrom": {
30161
- "name": "WithBaseField",
30162
- "module": "src/lib/field/base/with-base-field.ts"
30187
+ "name": "BaseSelectComponent",
30188
+ "module": "src/lib/select/core/base-select.ts"
30163
30189
  }
30164
30190
  },
30165
30191
  {
30166
- "name": "label-alignment",
30192
+ "kind": "field",
30193
+ "name": "popupClasses",
30167
30194
  "type": {
30168
- "text": "FieldLabelAlignment"
30195
+ "text": "string | string[]"
30169
30196
  },
30170
- "description": "The alignment of the label.",
30171
- "default": "\"default\"",
30172
- "fieldName": "labelAlignment",
30197
+ "privacy": "public",
30198
+ "description": "Gets/sets the list of classes to apply to the popup element.",
30199
+ "attribute": "popup-classes",
30173
30200
  "inheritedFrom": {
30174
- "name": "WithBaseField",
30175
- "module": "src/lib/field/base/with-base-field.ts"
30201
+ "name": "ListDropdownAware",
30202
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30176
30203
  }
30177
30204
  },
30178
30205
  {
30179
- "name": "invalid",
30206
+ "kind": "field",
30207
+ "name": "popupHeaderBuilder",
30180
30208
  "type": {
30181
- "text": "boolean"
30209
+ "text": "ListDropdownHeaderBuilder"
30182
30210
  },
30183
- "description": "Whether the field is invalid.",
30184
- "default": "false",
30185
- "fieldName": "invalid",
30211
+ "privacy": "public",
30212
+ "description": "Gets/sets the callback function for generating header content within the popup.",
30186
30213
  "inheritedFrom": {
30187
- "name": "WithBaseField",
30188
- "module": "src/lib/field/base/with-base-field.ts"
30214
+ "name": "ListDropdownAware",
30215
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30189
30216
  }
30190
30217
  },
30191
30218
  {
30192
- "name": "required",
30219
+ "kind": "field",
30220
+ "name": "popupFooterBuilder",
30193
30221
  "type": {
30194
- "text": "boolean"
30222
+ "text": "ListDropdownFooterBuilder"
30195
30223
  },
30196
- "description": "Whether the field is required.",
30197
- "default": "false",
30198
- "fieldName": "required",
30224
+ "privacy": "public",
30225
+ "description": "Gets/sets the callback function for generating header content within the popup.",
30199
30226
  "inheritedFrom": {
30200
- "name": "WithBaseField",
30201
- "module": "src/lib/field/base/with-base-field.ts"
30227
+ "name": "ListDropdownAware",
30228
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30202
30229
  }
30203
30230
  },
30204
30231
  {
30205
- "name": "optional",
30232
+ "kind": "field",
30233
+ "name": "syncPopupWidth",
30206
30234
  "type": {
30207
30235
  "text": "boolean"
30208
30236
  },
30209
- "description": "Whether the field is optional.",
30237
+ "privacy": "public",
30238
+ "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
30210
30239
  "default": "false",
30211
- "fieldName": "optional",
30240
+ "attribute": "sync-popup-width",
30212
30241
  "inheritedFrom": {
30213
- "name": "WithBaseField",
30214
- "module": "src/lib/field/base/with-base-field.ts"
30242
+ "name": "ListDropdownAware",
30243
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30215
30244
  }
30216
30245
  },
30217
30246
  {
30218
- "name": "disabled",
30247
+ "kind": "field",
30248
+ "name": "optionLimit",
30219
30249
  "type": {
30220
- "text": "boolean"
30250
+ "text": "number"
30221
30251
  },
30222
- "description": "Whether the field is disabled.",
30223
- "default": "false",
30224
- "fieldName": "disabled",
30252
+ "privacy": "public",
30253
+ "description": "Gets/sets the maximum number of options to display in the dropdown.",
30254
+ "default": "0",
30255
+ "attribute": "option-limit",
30225
30256
  "inheritedFrom": {
30226
- "name": "WithBaseField",
30227
- "module": "src/lib/field/base/with-base-field.ts"
30257
+ "name": "ListDropdownAware",
30258
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30228
30259
  }
30229
30260
  },
30230
30261
  {
30231
- "name": "float-label",
30262
+ "kind": "field",
30263
+ "name": "observeScroll",
30232
30264
  "type": {
30233
30265
  "text": "boolean"
30234
30266
  },
30235
- "description": "Whether the label floats above the field.",
30267
+ "privacy": "public",
30268
+ "description": "Controls the observation of scroll events on the dropdown.",
30236
30269
  "default": "false",
30237
- "fieldName": "floatLabel",
30270
+ "attribute": "observe-scroll",
30238
30271
  "inheritedFrom": {
30239
- "name": "WithBaseField",
30240
- "module": "src/lib/field/base/with-base-field.ts"
30272
+ "name": "ListDropdownAware",
30273
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30241
30274
  }
30242
30275
  },
30243
30276
  {
30244
- "name": "variant",
30277
+ "kind": "field",
30278
+ "name": "observeScrollThreshold",
30245
30279
  "type": {
30246
- "text": "FieldVariant"
30280
+ "text": "number"
30247
30281
  },
30248
- "description": "The variant of the field.",
30249
- "default": "\"outlined\"",
30250
- "fieldName": "variant",
30282
+ "privacy": "public",
30283
+ "description": "The number of pixels from the bottom to trigger the scroll bottom event. Only applicable if `observeScroll` is true.",
30284
+ "default": "0",
30285
+ "attribute": "observe-scroll-threshold",
30251
30286
  "inheritedFrom": {
30252
- "name": "WithBaseField",
30253
- "module": "src/lib/field/base/with-base-field.ts"
30287
+ "name": "ListDropdownAware",
30288
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30254
30289
  }
30255
30290
  },
30256
30291
  {
30257
- "name": "theme",
30292
+ "kind": "field",
30293
+ "name": "constrainPopupWidth",
30258
30294
  "type": {
30259
- "text": "FieldTheme"
30295
+ "text": "boolean"
30260
30296
  },
30261
- "description": "The theme of the field.",
30262
- "default": "\"default\"",
30263
- "fieldName": "theme",
30297
+ "privacy": "public",
30298
+ "description": "Gets/sets whether the popup width will be constrained to a max width of the viewport width (default: `100vw`).",
30299
+ "default": "true",
30300
+ "attribute": "constrain-popup-width",
30264
30301
  "inheritedFrom": {
30265
- "name": "WithBaseField",
30266
- "module": "src/lib/field/base/with-base-field.ts"
30302
+ "name": "ListDropdownAware",
30303
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30267
30304
  }
30268
30305
  },
30269
30306
  {
30270
- "name": "shape",
30307
+ "kind": "field",
30308
+ "name": "wrapOptionText",
30271
30309
  "type": {
30272
- "text": "FieldShape"
30310
+ "text": "boolean"
30273
30311
  },
30274
- "description": "The shape of the field.",
30275
- "default": "\"default\"",
30276
- "fieldName": "shape",
30312
+ "privacy": "public",
30313
+ "description": "Gets/sets whether the options will wrap their text or not.\nThis only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
30314
+ "default": "false",
30315
+ "attribute": "wrap-option-text",
30277
30316
  "inheritedFrom": {
30278
- "name": "WithBaseField",
30279
- "module": "src/lib/field/base/with-base-field.ts"
30317
+ "name": "ListDropdownAware",
30318
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30280
30319
  }
30281
- },
30320
+ }
30321
+ ],
30322
+ "superclass": {
30323
+ "name": "BaseSelectComponent",
30324
+ "module": "/src/lib/select/core/base-select"
30325
+ },
30326
+ "tagName": "forge-select-dropdown",
30327
+ "customElement": true,
30328
+ "attributes": [
30282
30329
  {
30283
- "name": "density",
30330
+ "name": "value",
30284
30331
  "type": {
30285
- "text": "FieldDensity"
30332
+ "text": "any"
30286
30333
  },
30287
- "description": "The density of the field.",
30288
- "default": "\"default\"",
30289
- "fieldName": "density",
30334
+ "description": "Gets/sets the value.",
30335
+ "fieldName": "value",
30290
30336
  "inheritedFrom": {
30291
- "name": "WithBaseField",
30292
- "module": "src/lib/field/base/with-base-field.ts"
30337
+ "name": "BaseSelectComponent",
30338
+ "module": "src/lib/select/core/base-select.ts"
30293
30339
  }
30294
30340
  },
30295
30341
  {
30296
- "name": "dense",
30342
+ "name": "selected-index",
30297
30343
  "type": {
30298
- "text": "boolean"
30344
+ "text": "number | number[]"
30299
30345
  },
30300
- "description": "Whether the field is dense.",
30301
- "default": "false",
30302
- "fieldName": "dense",
30346
+ "description": "Gets/sets the selected index.",
30347
+ "fieldName": "selectedIndex",
30303
30348
  "inheritedFrom": {
30304
- "name": "WithBaseField",
30305
- "module": "src/lib/field/base/with-base-field.ts"
30349
+ "name": "BaseSelectComponent",
30350
+ "module": "src/lib/select/core/base-select.ts"
30306
30351
  }
30307
30352
  },
30308
30353
  {
30309
- "name": "popover-icon",
30354
+ "name": "multiple",
30310
30355
  "type": {
30311
30356
  "text": "boolean"
30312
30357
  },
30313
- "description": "Whether the popover icon is displayed.",
30314
- "default": "false",
30315
- "fieldName": "popoverIcon",
30358
+ "description": "Gets/sets the multiple select state.",
30359
+ "fieldName": "multiple",
30316
30360
  "inheritedFrom": {
30317
- "name": "WithBaseField",
30318
- "module": "src/lib/field/base/with-base-field.ts"
30361
+ "name": "BaseSelectComponent",
30362
+ "module": "src/lib/select/core/base-select.ts"
30319
30363
  }
30320
30364
  },
30321
30365
  {
30322
- "name": "support-text-inset",
30366
+ "name": "open",
30323
30367
  "type": {
30324
- "text": "FieldSupportTextInset"
30368
+ "text": "boolean"
30325
30369
  },
30326
- "description": "The inset of the support text.",
30327
- "default": "\"none\"",
30328
- "fieldName": "supportTextInset",
30370
+ "description": "Gets the open state of the dropdown.",
30371
+ "fieldName": "open",
30329
30372
  "inheritedFrom": {
30330
- "name": "WithBaseField",
30331
- "module": "src/lib/field/base/with-base-field.ts"
30373
+ "name": "BaseSelectComponent",
30374
+ "module": "src/lib/select/core/base-select.ts"
30332
30375
  }
30333
- }
30334
- ],
30335
- "mixins": [
30336
- {
30337
- "name": "WithFormAssociation",
30338
- "module": "/src/lib/core/mixins/form/with-form-associated"
30339
- },
30340
- {
30341
- "name": "WithLabelAwareness",
30342
- "module": "/src/lib/core/mixins/label/with-label-aware"
30343
- },
30344
- {
30345
- "name": "WithFocusable",
30346
- "module": "/src/lib/core/mixins/focus/with-focusable"
30347
- },
30348
- {
30349
- "name": "WithDefaultAria",
30350
- "module": "/src/lib/core/mixins/internals/with-default-aria"
30351
- },
30352
- {
30353
- "name": "WithElementInternals",
30354
- "module": "/src/lib/core/mixins/internals/with-element-internals"
30355
- },
30356
- {
30357
- "name": "WithBaseField",
30358
- "module": "/src/lib/field/base/with-base-field"
30359
- }
30360
- ],
30361
- "superclass": {
30362
- "module": "src/lib/select/select/select.ts"
30363
- },
30364
- "tagName": "forge-select",
30365
- "dependencies": [
30366
- {
30367
- "name": "forge-field",
30368
- "description": ""
30369
- },
30370
- {
30371
- "name": "forge-option",
30372
- "description": ""
30373
- },
30374
- {
30375
- "name": "forge-option-group",
30376
- "description": ""
30377
- },
30378
- {
30379
- "name": "forge-popover",
30380
- "description": ""
30381
- },
30382
- {
30383
- "name": "forge-list",
30384
- "description": ""
30385
30376
  },
30386
30377
  {
30387
- "name": "forge-list-item",
30388
- "description": ""
30378
+ "name": "popup-classes",
30379
+ "type": {
30380
+ "text": "string | string[]"
30381
+ },
30382
+ "description": "Gets/sets the list of classes to apply to the popup element.",
30383
+ "fieldName": "popupClasses",
30384
+ "inheritedFrom": {
30385
+ "name": "ListDropdownAware",
30386
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30387
+ }
30389
30388
  },
30390
30389
  {
30391
- "name": "forge-circular-progress",
30392
- "description": ""
30390
+ "name": "sync-popup-width",
30391
+ "type": {
30392
+ "text": "boolean"
30393
+ },
30394
+ "description": "Gets/sets whether the popup width is synchronized with the popup target width.",
30395
+ "default": "false",
30396
+ "fieldName": "syncPopupWidth",
30397
+ "inheritedFrom": {
30398
+ "name": "ListDropdownAware",
30399
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30400
+ }
30393
30401
  },
30394
30402
  {
30395
- "name": "forge-icon",
30396
- "description": ""
30403
+ "name": "option-limit",
30404
+ "type": {
30405
+ "text": "number"
30406
+ },
30407
+ "description": "Gets/sets the maximum number of options to display in the dropdown.",
30408
+ "default": "0",
30409
+ "fieldName": "optionLimit",
30410
+ "inheritedFrom": {
30411
+ "name": "ListDropdownAware",
30412
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30413
+ }
30397
30414
  },
30398
30415
  {
30399
- "name": "forge-scaffold",
30400
- "description": ""
30416
+ "name": "observe-scroll",
30417
+ "type": {
30418
+ "text": "boolean"
30419
+ },
30420
+ "description": "Controls the observation of scroll events on the dropdown.",
30421
+ "default": "false",
30422
+ "fieldName": "observeScroll",
30423
+ "inheritedFrom": {
30424
+ "name": "ListDropdownAware",
30425
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30426
+ }
30401
30427
  },
30402
30428
  {
30403
- "name": "forge-toolbar",
30404
- "description": ""
30429
+ "name": "observe-scroll-threshold",
30430
+ "type": {
30431
+ "text": "number"
30432
+ },
30433
+ "description": "The number of pixels from the bottom to trigger the scroll bottom event. Only applicable if `observeScroll` is true.",
30434
+ "default": "0",
30435
+ "fieldName": "observeScrollThreshold",
30436
+ "inheritedFrom": {
30437
+ "name": "ListDropdownAware",
30438
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30439
+ }
30405
30440
  },
30406
30441
  {
30407
- "name": "forge-icon-button",
30408
- "description": ""
30409
- }
30410
- ],
30411
- "globalConfigProperties": [
30412
- {
30413
- "name": "labelPosition",
30414
- "description": ""
30442
+ "name": "constrain-popup-width",
30443
+ "type": {
30444
+ "text": "boolean"
30445
+ },
30446
+ "description": "Gets/sets whether the popup width will be constrained to a max width of the viewport width (default: `100vw`).",
30447
+ "default": "true",
30448
+ "fieldName": "constrainPopupWidth",
30449
+ "inheritedFrom": {
30450
+ "name": "ListDropdownAware",
30451
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30452
+ }
30415
30453
  },
30416
30454
  {
30417
- "name": "variant",
30418
- "description": ""
30455
+ "name": "wrap-option-text",
30456
+ "type": {
30457
+ "text": "boolean"
30458
+ },
30459
+ "description": "Gets/sets whether the options will wrap their text or not.\nThis only applies if `constrainPopupWidth` is `true`, if there is an explicit width set via CSS.",
30460
+ "default": "false",
30461
+ "fieldName": "wrapOptionText",
30462
+ "inheritedFrom": {
30463
+ "name": "ListDropdownAware",
30464
+ "module": "src/lib/list-dropdown/list-dropdown-aware.ts"
30465
+ }
30419
30466
  }
30420
- ],
30421
- "customElement": true
30467
+ ]
30422
30468
  }
30423
30469
  ],
30424
30470
  "exports": [
30425
30471
  {
30426
30472
  "kind": "js",
30427
- "name": "SelectComponent",
30473
+ "name": "SelectDropdownComponent",
30428
30474
  "declaration": {
30429
- "name": "SelectComponent",
30430
- "module": "src/lib/select/select/select.ts"
30475
+ "name": "SelectDropdownComponent",
30476
+ "module": "src/lib/select/select-dropdown/select-dropdown.ts"
30431
30477
  }
30432
30478
  }
30433
30479
  ]
@@ -32193,7 +32239,7 @@
32193
32239
  ]
32194
32240
  }
32195
32241
  ],
32196
- "branchName": "icon-button-pressed",
32242
+ "branchName": "main",
32197
32243
  "forgeTypes": {
32198
32244
  "Theme": {
32199
32245
  "path": "src/lib/constants.ts",
@@ -33005,7 +33051,7 @@
33005
33051
  },
33006
33052
  "DialogComponent": {
33007
33053
  "path": "src/lib/dialog/dialog.ts",
33008
- "lineNumber": 166
33054
+ "lineNumber": 167
33009
33055
  },
33010
33056
  "IDividerComponent": {
33011
33057
  "path": "src/lib/divider/divider.ts",
@@ -34021,11 +34067,11 @@
34021
34067
  },
34022
34068
  "SwitchLabelPosition": {
34023
34069
  "path": "src/lib/switch/switch-constants.ts",
34024
- "lineNumber": 54
34070
+ "lineNumber": 59
34025
34071
  },
34026
34072
  "SwitchIconVisibility": {
34027
34073
  "path": "src/lib/switch/switch-constants.ts",
34028
- "lineNumber": 55
34074
+ "lineNumber": 60
34029
34075
  },
34030
34076
  "ISwitchCore": {
34031
34077
  "path": "src/lib/switch/switch-core.ts",
@@ -34041,7 +34087,7 @@
34041
34087
  },
34042
34088
  "SwitchComponent": {
34043
34089
  "path": "src/lib/switch/switch.ts",
34044
- "lineNumber": 143
34090
+ "lineNumber": 145
34045
34091
  },
34046
34092
  "MultiSortManager": {
34047
34093
  "path": "src/lib/table/multi-sort-manager.ts",
@@ -34587,6 +34633,34 @@
34587
34633
  "path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
34588
34634
  "lineNumber": 70
34589
34635
  },
34636
+ "IAppBarSearchAdapter": {
34637
+ "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
34638
+ "lineNumber": 6
34639
+ },
34640
+ "AppBarSearchAdapter": {
34641
+ "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
34642
+ "lineNumber": 14
34643
+ },
34644
+ "IAppBarSearchInputEventData": {
34645
+ "path": "src/lib/app-bar/search/app-bar-search-constants.ts",
34646
+ "lineNumber": 27
34647
+ },
34648
+ "IAppBarSearchCore": {
34649
+ "path": "src/lib/app-bar/search/app-bar-search-core.ts",
34650
+ "lineNumber": 4
34651
+ },
34652
+ "AppBarSearchCore": {
34653
+ "path": "src/lib/app-bar/search/app-bar-search-core.ts",
34654
+ "lineNumber": 10
34655
+ },
34656
+ "IAppBarSearchComponent": {
34657
+ "path": "src/lib/app-bar/search/app-bar-search.ts",
34658
+ "lineNumber": 13
34659
+ },
34660
+ "AppBarSearchComponent": {
34661
+ "path": "src/lib/app-bar/search/app-bar-search.ts",
34662
+ "lineNumber": 66
34663
+ },
34590
34664
  "IBaseButtonAdapter": {
34591
34665
  "path": "src/lib/button/base/base-button-adapter.ts",
34592
34666
  "lineNumber": 13
@@ -34623,34 +34697,6 @@
34623
34697
  "path": "src/lib/button/base/base-button.ts",
34624
34698
  "lineNumber": 43
34625
34699
  },
34626
- "IAppBarSearchAdapter": {
34627
- "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
34628
- "lineNumber": 6
34629
- },
34630
- "AppBarSearchAdapter": {
34631
- "path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
34632
- "lineNumber": 14
34633
- },
34634
- "IAppBarSearchInputEventData": {
34635
- "path": "src/lib/app-bar/search/app-bar-search-constants.ts",
34636
- "lineNumber": 27
34637
- },
34638
- "IAppBarSearchCore": {
34639
- "path": "src/lib/app-bar/search/app-bar-search-core.ts",
34640
- "lineNumber": 4
34641
- },
34642
- "AppBarSearchCore": {
34643
- "path": "src/lib/app-bar/search/app-bar-search-core.ts",
34644
- "lineNumber": 10
34645
- },
34646
- "IAppBarSearchComponent": {
34647
- "path": "src/lib/app-bar/search/app-bar-search.ts",
34648
- "lineNumber": 13
34649
- },
34650
- "AppBarSearchComponent": {
34651
- "path": "src/lib/app-bar/search/app-bar-search.ts",
34652
- "lineNumber": 66
34653
- },
34654
34700
  "IButtonToggleAdapter": {
34655
34701
  "path": "src/lib/button-toggle/button-toggle/button-toggle-adapter.ts",
34656
34702
  "lineNumber": 10
@@ -35215,6 +35261,30 @@
35215
35261
  "path": "src/lib/drawer/mini-drawer/mini-drawer.ts",
35216
35262
  "lineNumber": 50
35217
35263
  },
35264
+ "IModalDrawerAdapter": {
35265
+ "path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
35266
+ "lineNumber": 6
35267
+ },
35268
+ "ModalDrawerAdapter": {
35269
+ "path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
35270
+ "lineNumber": 12
35271
+ },
35272
+ "IModalDrawerCore": {
35273
+ "path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
35274
+ "lineNumber": 7
35275
+ },
35276
+ "ModalDrawerCore": {
35277
+ "path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
35278
+ "lineNumber": 9
35279
+ },
35280
+ "IModalDrawerComponent": {
35281
+ "path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
35282
+ "lineNumber": 11
35283
+ },
35284
+ "ModalDrawerComponent": {
35285
+ "path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
35286
+ "lineNumber": 46
35287
+ },
35218
35288
  "IBaseFieldAdapter": {
35219
35289
  "path": "src/lib/field/base/base-field-adapter.ts",
35220
35290
  "lineNumber": 5
@@ -35279,30 +35349,6 @@
35279
35349
  "path": "src/lib/field/base/with-base-field.ts",
35280
35350
  "lineNumber": 97
35281
35351
  },
35282
- "IModalDrawerAdapter": {
35283
- "path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
35284
- "lineNumber": 6
35285
- },
35286
- "ModalDrawerAdapter": {
35287
- "path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
35288
- "lineNumber": 12
35289
- },
35290
- "IModalDrawerCore": {
35291
- "path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
35292
- "lineNumber": 7
35293
- },
35294
- "ModalDrawerCore": {
35295
- "path": "src/lib/drawer/modal-drawer/modal-drawer-core.ts",
35296
- "lineNumber": 9
35297
- },
35298
- "IModalDrawerComponent": {
35299
- "path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
35300
- "lineNumber": 11
35301
- },
35302
- "ModalDrawerComponent": {
35303
- "path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
35304
- "lineNumber": 46
35305
- },
35306
35352
  "KeyComponent": {
35307
35353
  "path": "src/lib/key/key/key.ts",
35308
35354
  "lineNumber": 19
@@ -35611,30 +35657,6 @@
35611
35657
  "path": "src/lib/select/option-group/option-group.ts",
35612
35658
  "lineNumber": 20
35613
35659
  },
35614
- "ISelectDropdownAdapter": {
35615
- "path": "src/lib/select/select-dropdown/select-dropdown-adapter.ts",
35616
- "lineNumber": 7
35617
- },
35618
- "SelectDropdownAdapter": {
35619
- "path": "src/lib/select/select-dropdown/select-dropdown-adapter.ts",
35620
- "lineNumber": 16
35621
- },
35622
- "ISelectDropdownCore": {
35623
- "path": "src/lib/select/select-dropdown/select-dropdown-core.ts",
35624
- "lineNumber": 5
35625
- },
35626
- "SelectDropdownCore": {
35627
- "path": "src/lib/select/select-dropdown/select-dropdown-core.ts",
35628
- "lineNumber": 11
35629
- },
35630
- "ISelectDropdownComponent": {
35631
- "path": "src/lib/select/select-dropdown/select-dropdown.ts",
35632
- "lineNumber": 20
35633
- },
35634
- "SelectDropdownComponent": {
35635
- "path": "src/lib/select/select-dropdown/select-dropdown.ts",
35636
- "lineNumber": 39
35637
- },
35638
35660
  "OptionListenerDestructor": {
35639
35661
  "path": "src/lib/select/select/select-adapter.ts",
35640
35662
  "lineNumber": 11
@@ -35663,6 +35685,30 @@
35663
35685
  "path": "src/lib/select/select/select.ts",
35664
35686
  "lineNumber": 156
35665
35687
  },
35688
+ "ISelectDropdownAdapter": {
35689
+ "path": "src/lib/select/select-dropdown/select-dropdown-adapter.ts",
35690
+ "lineNumber": 7
35691
+ },
35692
+ "SelectDropdownAdapter": {
35693
+ "path": "src/lib/select/select-dropdown/select-dropdown-adapter.ts",
35694
+ "lineNumber": 16
35695
+ },
35696
+ "ISelectDropdownCore": {
35697
+ "path": "src/lib/select/select-dropdown/select-dropdown-core.ts",
35698
+ "lineNumber": 5
35699
+ },
35700
+ "SelectDropdownCore": {
35701
+ "path": "src/lib/select/select-dropdown/select-dropdown-core.ts",
35702
+ "lineNumber": 11
35703
+ },
35704
+ "ISelectDropdownComponent": {
35705
+ "path": "src/lib/select/select-dropdown/select-dropdown.ts",
35706
+ "lineNumber": 20
35707
+ },
35708
+ "SelectDropdownComponent": {
35709
+ "path": "src/lib/select/select-dropdown/select-dropdown.ts",
35710
+ "lineNumber": 39
35711
+ },
35666
35712
  "ISplitViewBase": {
35667
35713
  "path": "src/lib/split-view/core/split-view-base.ts",
35668
35714
  "lineNumber": 4