@tylertech/forge 3.10.4 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +343 -141
- package/dist/app-bar/forge-app-bar.css +11 -5
- package/dist/button/forge-button.css +12 -6
- package/dist/checkbox/forge-checkbox.css +21 -17
- package/dist/chips/forge-chips.css +10 -4
- package/dist/field/forge-field.css +7 -5
- package/dist/floating-action-button/forge-floating-action-button.css +10 -6
- package/dist/forge.css +6 -1
- package/dist/icon-button/forge-icon-button.css +10 -4
- package/dist/lib.js +22 -22
- package/dist/lib.js.map +4 -4
- package/dist/list/forge-list.css +57 -3
- package/dist/radio/forge-radio.css +20 -12
- package/dist/skip-link/forge-skip-link.css +36 -32
- package/dist/switch/forge-switch.css +7 -5
- package/dist/table/forge-table.css +6 -1
- package/dist/vscode.html-custom-data.json +53 -43
- package/esm/accordion/accordion.d.ts +2 -0
- package/esm/accordion/accordion.js +2 -0
- package/esm/app-bar/app-bar/app-bar-adapter.js +2 -2
- package/esm/app-bar/app-bar/app-bar.d.ts +1 -1
- package/esm/app-bar/app-bar/app-bar.js +1 -1
- package/esm/app-bar/help-button/app-bar-help-button.d.ts +1 -1
- package/esm/app-bar/help-button/app-bar-help-button.js +1 -1
- package/esm/app-bar/menu-button/app-bar-menu-button.d.ts +1 -1
- package/esm/app-bar/menu-button/app-bar-menu-button.js +1 -1
- package/esm/app-bar/notification-button/app-bar-notification-button.d.ts +2 -0
- package/esm/app-bar/notification-button/app-bar-notification-button.js +2 -0
- package/esm/app-bar/profile-button/app-bar-profile-button-adapter.d.ts +2 -1
- package/esm/app-bar/profile-button/app-bar-profile-button-adapter.js +2 -0
- package/esm/app-bar/profile-button/app-bar-profile-button.d.ts +2 -0
- package/esm/app-bar/profile-button/app-bar-profile-button.js +2 -0
- package/esm/app-bar/search/app-bar-search.d.ts +2 -0
- package/esm/app-bar/search/app-bar-search.js +2 -0
- package/esm/autocomplete/autocomplete.d.ts +2 -0
- package/esm/autocomplete/autocomplete.js +2 -0
- package/esm/backdrop/backdrop.d.ts +2 -0
- package/esm/backdrop/backdrop.js +2 -0
- package/esm/badge/badge.d.ts +2 -0
- package/esm/badge/badge.js +2 -0
- package/esm/button/base/base-button-adapter.js +2 -2
- package/esm/button-area/button-area-adapter.js +2 -2
- package/esm/button-toggle/button-toggle/button-toggle-adapter.js +2 -2
- package/esm/button-toggle/button-toggle/button-toggle.d.ts +2 -0
- package/esm/button-toggle/button-toggle/button-toggle.js +2 -0
- package/esm/button-toggle/button-toggle-group/button-toggle-group.d.ts +1 -1
- package/esm/button-toggle/button-toggle-group/button-toggle-group.js +1 -1
- package/esm/calendar/calendar-menu/calendar-menu.js +1 -1
- package/esm/calendar/calendar.d.ts +2 -0
- package/esm/calendar/calendar.js +3 -1
- package/esm/card/card.d.ts +2 -0
- package/esm/card/card.js +2 -0
- package/esm/chip-field/chip-field.d.ts +2 -0
- package/esm/chip-field/chip-field.js +2 -0
- package/esm/chips/chip/chip-adapter.js +2 -2
- package/esm/chips/chip/chip.d.ts +2 -0
- package/esm/chips/chip/chip.js +2 -0
- package/esm/color-picker/color-picker.d.ts +2 -0
- package/esm/color-picker/color-picker.js +3 -1
- package/esm/core/mixins/interactions/moveable/with-moveable.js +5 -7
- package/esm/core/utils/a11y-utils.js +17 -0
- package/esm/core/utils/utils.d.ts +16 -0
- package/esm/core/utils/utils.js +75 -2
- package/esm/date-picker/date-picker.d.ts +2 -0
- package/esm/date-picker/date-picker.js +2 -0
- package/esm/date-range-picker/date-range-picker.d.ts +2 -0
- package/esm/date-range-picker/date-range-picker.js +2 -0
- package/esm/deprecated/button/deprecated-button.js +3 -3
- package/esm/deprecated/icon-button/deprecated-icon-button.js +2 -2
- package/esm/dialog/dialog-adapter.d.ts +6 -0
- package/esm/dialog/dialog-adapter.js +16 -0
- package/esm/dialog/dialog-core.js +4 -0
- package/esm/drawer/drawer/drawer.d.ts +2 -0
- package/esm/drawer/drawer/drawer.js +3 -1
- package/esm/drawer/mini-drawer/mini-drawer.d.ts +2 -0
- package/esm/drawer/mini-drawer/mini-drawer.js +3 -1
- package/esm/drawer/modal-drawer/modal-drawer.d.ts +2 -0
- package/esm/drawer/modal-drawer/modal-drawer.js +3 -1
- package/esm/expansion-panel/expansion-panel-adapter.js +1 -1
- package/esm/expansion-panel/expansion-panel-core.js +3 -7
- package/esm/field/field-adapter.js +2 -2
- package/esm/field/field-core.d.ts +3 -3
- package/esm/focus-indicator/focus-indicator-constants.d.ts +1 -11
- package/esm/focus-indicator/focus-indicator-constants.js +2 -17
- package/esm/focus-indicator/focus-indicator.d.ts +52 -25
- package/esm/focus-indicator/focus-indicator.js +137 -61
- package/esm/focus-indicator/index.d.ts +0 -2
- package/esm/focus-indicator/index.js +0 -2
- package/esm/icon-button/icon-button.d.ts +2 -0
- package/esm/icon-button/icon-button.js +2 -0
- package/esm/keyboard-shortcut/keyboard-shortcut.d.ts +2 -0
- package/esm/keyboard-shortcut/keyboard-shortcut.js +2 -0
- package/esm/list/list/list.js +1 -1
- package/esm/list/list-item/list-item-constants.js +1 -1
- package/esm/list/list-item/list-item-core.d.ts +2 -0
- package/esm/list/list-item/list-item-core.js +29 -6
- package/esm/list/list-item/list-item.d.ts +1 -0
- package/esm/list/list-item/list-item.js +2 -1
- package/esm/list-dropdown/list-dropdown-constants.d.ts +6 -0
- package/esm/list-dropdown/list-dropdown-constants.js +6 -1
- package/esm/list-dropdown/list-dropdown-utils.js +28 -1
- package/esm/menu/menu-core.js +2 -2
- package/esm/menu/menu.d.ts +2 -0
- package/esm/menu/menu.js +2 -0
- package/esm/page-state/page-state.d.ts +2 -1
- package/esm/page-state/page-state.js +2 -1
- package/esm/paginator/paginator.d.ts +2 -0
- package/esm/paginator/paginator.js +2 -0
- package/esm/popover/popover.js +1 -1
- package/esm/profile-card/profile-card.d.ts +2 -0
- package/esm/profile-card/profile-card.js +2 -0
- package/esm/select/core/base-select-constants.d.ts +4 -0
- package/esm/select/core/base-select-core.d.ts +22 -2
- package/esm/select/core/base-select-core.js +217 -40
- package/esm/select/option/option.d.ts +2 -0
- package/esm/select/option/option.js +2 -0
- package/esm/select/option-group/option-group.d.ts +2 -0
- package/esm/select/option-group/option-group.js +2 -0
- package/esm/select/select/select-constants.d.ts +5 -0
- package/esm/select/select/select-constants.js +5 -2
- package/esm/select/select/select.d.ts +14 -2
- package/esm/select/select/select.js +22 -1
- package/esm/select/select-dropdown/select-dropdown.d.ts +2 -0
- package/esm/select/select-dropdown/select-dropdown.js +2 -0
- package/esm/split-button/split-button.js +1 -1
- package/esm/split-view/split-view/split-view.d.ts +2 -0
- package/esm/split-view/split-view/split-view.js +2 -0
- package/esm/split-view/split-view-panel/split-view-panel.d.ts +2 -0
- package/esm/split-view/split-view-panel/split-view-panel.js +3 -1
- package/esm/stepper/step/step.d.ts +2 -0
- package/esm/stepper/step/step.js +3 -1
- package/esm/stepper/stepper/stepper.d.ts +2 -0
- package/esm/stepper/stepper/stepper.js +2 -0
- package/esm/table/table-utils.js +3 -0
- package/esm/table/table.d.ts +2 -0
- package/esm/table/table.js +4 -1
- package/esm/tabs/tab/tab-adapter.js +2 -2
- package/esm/tabs/tab/tab.d.ts +2 -0
- package/esm/tabs/tab/tab.js +2 -0
- package/esm/time-picker/time-picker.d.ts +2 -0
- package/esm/time-picker/time-picker.js +2 -0
- package/esm/toast/toast-core.js +1 -0
- package/esm/tooltip/tooltip-adapter.d.ts +6 -0
- package/esm/tooltip/tooltip-adapter.js +9 -0
- package/esm/tooltip/tooltip-constants.d.ts +1 -0
- package/esm/tooltip/tooltip-constants.js +2 -1
- package/esm/tooltip/tooltip-core.d.ts +20 -0
- package/esm/tooltip/tooltip-core.js +96 -2
- package/esm/tooltip/tooltip.js +1 -1
- package/esm/view-switcher/view/view.d.ts +2 -0
- package/esm/view-switcher/view/view.js +2 -0
- package/esm/view-switcher/view-switcher.d.ts +2 -0
- package/esm/view-switcher/view-switcher.js +2 -0
- package/package.json +4 -4
- package/sass/focus-indicator/focus-indicator.scss +1 -1
- package/sass/icon-button/forge-icon-button.scss +3 -3
- package/sass/list/forge-list.scss +6 -6
- package/sass/table/_core.scss +13 -1
- package/sass/tooltip/_core.scss +0 -2
- package/esm/focus-indicator/focus-indicator-adapter.d.ts +0 -29
- package/esm/focus-indicator/focus-indicator-adapter.js +0 -37
- package/esm/focus-indicator/focus-indicator-core.d.ts +0 -48
- package/esm/focus-indicator/focus-indicator-core.js +0 -129
package/custom-elements.json
CHANGED
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"tagName": "forge-accordion",
|
|
49
49
|
"customElement": true,
|
|
50
|
+
"summary": "Accordions display a collection of panels that can be expanded or collapsed to show content.",
|
|
50
51
|
"dependencies": [
|
|
51
52
|
{
|
|
52
53
|
"name": "forge-expansion-panel",
|
|
@@ -773,7 +774,8 @@
|
|
|
773
774
|
"module": "/src/lib/list-dropdown/list-dropdown-aware"
|
|
774
775
|
},
|
|
775
776
|
"tagName": "forge-autocomplete",
|
|
776
|
-
"customElement": true
|
|
777
|
+
"customElement": true,
|
|
778
|
+
"summary": "Autocomplete components provide real-time suggestions as users type in a text field."
|
|
777
779
|
}
|
|
778
780
|
],
|
|
779
781
|
"exports": [
|
|
@@ -1164,7 +1166,8 @@
|
|
|
1164
1166
|
"module": "/src/lib/core/base/base-component"
|
|
1165
1167
|
},
|
|
1166
1168
|
"tagName": "forge-backdrop",
|
|
1167
|
-
"customElement": true
|
|
1169
|
+
"customElement": true,
|
|
1170
|
+
"summary": "Backdrops provide a semi-transparent overlay behind modal content like dialogs and drawers."
|
|
1168
1171
|
}
|
|
1169
1172
|
],
|
|
1170
1173
|
"exports": [
|
|
@@ -1302,6 +1305,7 @@
|
|
|
1302
1305
|
},
|
|
1303
1306
|
"tagName": "forge-badge",
|
|
1304
1307
|
"customElement": true,
|
|
1308
|
+
"summary": "Badges display small amounts of information like counts, status indicators, or notifications.",
|
|
1305
1309
|
"states": [
|
|
1306
1310
|
{
|
|
1307
1311
|
"name": "dot",
|
|
@@ -3276,7 +3280,8 @@
|
|
|
3276
3280
|
"module": "/src/lib/core/base/base-component"
|
|
3277
3281
|
},
|
|
3278
3282
|
"tagName": "forge-calendar",
|
|
3279
|
-
"customElement": true
|
|
3283
|
+
"customElement": true,
|
|
3284
|
+
"summary": "A flexible calendar component for date selection with support for single dates, ranges, multiple selections, and extensive customization options."
|
|
3280
3285
|
}
|
|
3281
3286
|
],
|
|
3282
3287
|
"exports": [
|
|
@@ -3398,6 +3403,7 @@
|
|
|
3398
3403
|
},
|
|
3399
3404
|
"tagName": "forge-card",
|
|
3400
3405
|
"customElement": true,
|
|
3406
|
+
"summary": "Cards group related content and actions together in a single container.",
|
|
3401
3407
|
"states": [
|
|
3402
3408
|
{
|
|
3403
3409
|
"name": "raised",
|
|
@@ -4692,6 +4698,7 @@
|
|
|
4692
4698
|
},
|
|
4693
4699
|
"tagName": "forge-chip-field",
|
|
4694
4700
|
"customElement": true,
|
|
4701
|
+
"summary": "A specialized input field component that allows users to create and manage a collection of chips representing text values or selections.",
|
|
4695
4702
|
"slots": [
|
|
4696
4703
|
{
|
|
4697
4704
|
"description": "The default/unnamed slot for the field's input.",
|
|
@@ -5711,7 +5718,8 @@
|
|
|
5711
5718
|
"module": "/src/lib/core/base/base-component"
|
|
5712
5719
|
},
|
|
5713
5720
|
"tagName": "forge-color-picker",
|
|
5714
|
-
"customElement": true
|
|
5721
|
+
"customElement": true,
|
|
5722
|
+
"summary": "An interactive color selection component with support for multiple color formats (hex, RGB, HSV) and optional opacity control."
|
|
5715
5723
|
}
|
|
5716
5724
|
],
|
|
5717
5725
|
"exports": [
|
|
@@ -6321,7 +6329,8 @@
|
|
|
6321
6329
|
"module": "/src/lib/date-picker/base/base-date-picker"
|
|
6322
6330
|
},
|
|
6323
6331
|
"tagName": "forge-date-picker",
|
|
6324
|
-
"customElement": true
|
|
6332
|
+
"customElement": true,
|
|
6333
|
+
"summary": "A date input component with an integrated calendar popup for selecting single dates with keyboard and mouse interaction support."
|
|
6325
6334
|
}
|
|
6326
6335
|
],
|
|
6327
6336
|
"exports": [
|
|
@@ -6749,6 +6758,7 @@
|
|
|
6749
6758
|
},
|
|
6750
6759
|
"tagName": "forge-date-range-picker",
|
|
6751
6760
|
"customElement": true,
|
|
6761
|
+
"summary": "A date input component with integrated calendar popup for selecting date ranges with separate \"from\" and \"to\" date values.",
|
|
6752
6762
|
"attributes": [
|
|
6753
6763
|
{
|
|
6754
6764
|
"type": {
|
|
@@ -9442,6 +9452,14 @@
|
|
|
9442
9452
|
"kind": "javascript-module",
|
|
9443
9453
|
"path": "src/lib/focus-indicator/focus-indicator.ts",
|
|
9444
9454
|
"declarations": [
|
|
9455
|
+
{
|
|
9456
|
+
"kind": "variable",
|
|
9457
|
+
"name": "FOCUS_INDICATOR_TAG_NAME",
|
|
9458
|
+
"type": {
|
|
9459
|
+
"text": "keyof HTMLElementTagNameMap"
|
|
9460
|
+
},
|
|
9461
|
+
"default": "'forge-focus-indicator'"
|
|
9462
|
+
},
|
|
9445
9463
|
{
|
|
9446
9464
|
"kind": "class",
|
|
9447
9465
|
"description": "",
|
|
@@ -9518,20 +9536,23 @@
|
|
|
9518
9536
|
{
|
|
9519
9537
|
"kind": "field",
|
|
9520
9538
|
"name": "targetElement",
|
|
9521
|
-
"type": {
|
|
9522
|
-
"text": "HTMLElement"
|
|
9523
|
-
},
|
|
9524
9539
|
"privacy": "public",
|
|
9525
|
-
"description": "The element to attach the focus indicator to."
|
|
9540
|
+
"description": "The element to attach the focus indicator to.",
|
|
9541
|
+
"default": "undefined",
|
|
9542
|
+
"type": {
|
|
9543
|
+
"text": "HTMLElement | undefined"
|
|
9544
|
+
}
|
|
9526
9545
|
},
|
|
9527
9546
|
{
|
|
9528
9547
|
"kind": "field",
|
|
9529
9548
|
"name": "target",
|
|
9530
9549
|
"type": {
|
|
9531
|
-
"text": "string"
|
|
9550
|
+
"text": "string | null"
|
|
9532
9551
|
},
|
|
9533
9552
|
"privacy": "public",
|
|
9534
|
-
"
|
|
9553
|
+
"default": "null",
|
|
9554
|
+
"description": "The id of the element to attach the focus indicator to.",
|
|
9555
|
+
"attribute": "target"
|
|
9535
9556
|
},
|
|
9536
9557
|
{
|
|
9537
9558
|
"kind": "field",
|
|
@@ -9540,8 +9561,9 @@
|
|
|
9540
9561
|
"text": "boolean"
|
|
9541
9562
|
},
|
|
9542
9563
|
"privacy": "public",
|
|
9564
|
+
"default": "false",
|
|
9543
9565
|
"description": "Controls whether the indicator is active.",
|
|
9544
|
-
"
|
|
9566
|
+
"attribute": "active"
|
|
9545
9567
|
},
|
|
9546
9568
|
{
|
|
9547
9569
|
"kind": "field",
|
|
@@ -9550,8 +9572,9 @@
|
|
|
9550
9572
|
"text": "boolean"
|
|
9551
9573
|
},
|
|
9552
9574
|
"privacy": "public",
|
|
9575
|
+
"default": "false",
|
|
9553
9576
|
"description": "Controls whether the indicator renders inward.",
|
|
9554
|
-
"
|
|
9577
|
+
"attribute": "inward"
|
|
9555
9578
|
},
|
|
9556
9579
|
{
|
|
9557
9580
|
"kind": "field",
|
|
@@ -9560,8 +9583,9 @@
|
|
|
9560
9583
|
"text": "boolean"
|
|
9561
9584
|
},
|
|
9562
9585
|
"privacy": "public",
|
|
9586
|
+
"default": "false",
|
|
9563
9587
|
"description": "Controls whether the indicator renders circular.",
|
|
9564
|
-
"
|
|
9588
|
+
"attribute": "circular"
|
|
9565
9589
|
},
|
|
9566
9590
|
{
|
|
9567
9591
|
"kind": "field",
|
|
@@ -9570,8 +9594,9 @@
|
|
|
9570
9594
|
"text": "boolean"
|
|
9571
9595
|
},
|
|
9572
9596
|
"privacy": "public",
|
|
9597
|
+
"default": "false",
|
|
9573
9598
|
"description": "Controls whether the indicator renders when the target element matches `:focus` instead of `:focus-visible`.",
|
|
9574
|
-
"
|
|
9599
|
+
"attribute": "allow-focus"
|
|
9575
9600
|
},
|
|
9576
9601
|
{
|
|
9577
9602
|
"kind": "field",
|
|
@@ -9580,62 +9605,169 @@
|
|
|
9580
9605
|
"text": "FocusIndicatorFocusMode"
|
|
9581
9606
|
},
|
|
9582
9607
|
"privacy": "public",
|
|
9583
|
-
"
|
|
9584
|
-
"
|
|
9608
|
+
"default": "'focusin'",
|
|
9609
|
+
"description": "The focus mode to use. Valid values are `focusin` (default) and `focus`.",
|
|
9610
|
+
"attribute": "focus-mode"
|
|
9611
|
+
},
|
|
9612
|
+
{
|
|
9613
|
+
"kind": "field",
|
|
9614
|
+
"name": "#targetElement",
|
|
9615
|
+
"privacy": "private",
|
|
9616
|
+
"type": {
|
|
9617
|
+
"text": "HTMLElement | undefined"
|
|
9618
|
+
}
|
|
9619
|
+
},
|
|
9620
|
+
{
|
|
9621
|
+
"kind": "field",
|
|
9622
|
+
"name": "#internals",
|
|
9623
|
+
"privacy": "private",
|
|
9624
|
+
"type": {
|
|
9625
|
+
"text": "ElementInternals"
|
|
9626
|
+
}
|
|
9627
|
+
},
|
|
9628
|
+
{
|
|
9629
|
+
"kind": "method",
|
|
9630
|
+
"name": "#detachTargetListeners",
|
|
9631
|
+
"privacy": "private",
|
|
9632
|
+
"return": {
|
|
9633
|
+
"type": {
|
|
9634
|
+
"text": "void"
|
|
9635
|
+
}
|
|
9636
|
+
}
|
|
9637
|
+
},
|
|
9638
|
+
{
|
|
9639
|
+
"kind": "method",
|
|
9640
|
+
"name": "#attachTargetListeners",
|
|
9641
|
+
"privacy": "private",
|
|
9642
|
+
"return": {
|
|
9643
|
+
"type": {
|
|
9644
|
+
"text": "void"
|
|
9645
|
+
}
|
|
9646
|
+
}
|
|
9647
|
+
},
|
|
9648
|
+
{
|
|
9649
|
+
"kind": "method",
|
|
9650
|
+
"name": "#handleTargetInteraction",
|
|
9651
|
+
"privacy": "private",
|
|
9652
|
+
"return": {
|
|
9653
|
+
"type": {
|
|
9654
|
+
"text": "void"
|
|
9655
|
+
}
|
|
9656
|
+
},
|
|
9657
|
+
"parameters": [
|
|
9658
|
+
{
|
|
9659
|
+
"name": "evt",
|
|
9660
|
+
"type": {
|
|
9661
|
+
"text": "Event"
|
|
9662
|
+
}
|
|
9663
|
+
}
|
|
9664
|
+
]
|
|
9665
|
+
},
|
|
9666
|
+
{
|
|
9667
|
+
"kind": "method",
|
|
9668
|
+
"name": "#isActive",
|
|
9669
|
+
"privacy": "private",
|
|
9670
|
+
"return": {
|
|
9671
|
+
"type": {
|
|
9672
|
+
"text": "boolean"
|
|
9673
|
+
}
|
|
9674
|
+
},
|
|
9675
|
+
"parameters": [
|
|
9676
|
+
{
|
|
9677
|
+
"name": "selector",
|
|
9678
|
+
"type": {
|
|
9679
|
+
"text": "string"
|
|
9680
|
+
}
|
|
9681
|
+
},
|
|
9682
|
+
{
|
|
9683
|
+
"name": "el",
|
|
9684
|
+
"optional": true,
|
|
9685
|
+
"type": {
|
|
9686
|
+
"text": "HTMLElement | null"
|
|
9687
|
+
}
|
|
9688
|
+
}
|
|
9689
|
+
]
|
|
9690
|
+
},
|
|
9691
|
+
{
|
|
9692
|
+
"kind": "method",
|
|
9693
|
+
"name": "#handleTargetChange",
|
|
9694
|
+
"privacy": "private",
|
|
9695
|
+
"return": {
|
|
9696
|
+
"type": {
|
|
9697
|
+
"text": "void"
|
|
9698
|
+
}
|
|
9699
|
+
}
|
|
9700
|
+
},
|
|
9701
|
+
{
|
|
9702
|
+
"kind": "method",
|
|
9703
|
+
"name": "#handleActiveChange",
|
|
9704
|
+
"privacy": "private",
|
|
9705
|
+
"return": {
|
|
9706
|
+
"type": {
|
|
9707
|
+
"text": "void"
|
|
9708
|
+
}
|
|
9709
|
+
}
|
|
9585
9710
|
}
|
|
9586
9711
|
],
|
|
9587
9712
|
"attributes": [
|
|
9588
9713
|
{
|
|
9714
|
+
"name": "target",
|
|
9589
9715
|
"type": {
|
|
9590
|
-
"text": "string"
|
|
9716
|
+
"text": "string | null"
|
|
9591
9717
|
},
|
|
9718
|
+
"default": "null",
|
|
9592
9719
|
"description": "The id of the element to attach the focus indicator to.",
|
|
9593
|
-
"
|
|
9720
|
+
"fieldName": "target"
|
|
9594
9721
|
},
|
|
9595
9722
|
{
|
|
9723
|
+
"name": "active",
|
|
9596
9724
|
"type": {
|
|
9597
9725
|
"text": "boolean"
|
|
9598
9726
|
},
|
|
9727
|
+
"default": "false",
|
|
9599
9728
|
"description": "Controls whether the indicator is active.",
|
|
9600
|
-
"
|
|
9601
|
-
"default": "false"
|
|
9729
|
+
"fieldName": "active"
|
|
9602
9730
|
},
|
|
9603
9731
|
{
|
|
9732
|
+
"name": "inward",
|
|
9604
9733
|
"type": {
|
|
9605
9734
|
"text": "boolean"
|
|
9606
9735
|
},
|
|
9736
|
+
"default": "false",
|
|
9607
9737
|
"description": "Controls whether the indicator renders inward.",
|
|
9608
|
-
"
|
|
9609
|
-
"default": "false"
|
|
9738
|
+
"fieldName": "inward"
|
|
9610
9739
|
},
|
|
9611
9740
|
{
|
|
9741
|
+
"name": "circular",
|
|
9612
9742
|
"type": {
|
|
9613
9743
|
"text": "boolean"
|
|
9614
9744
|
},
|
|
9745
|
+
"default": "false",
|
|
9615
9746
|
"description": "Controls whether the indicator renders circular.",
|
|
9616
|
-
"
|
|
9617
|
-
"default": "false"
|
|
9747
|
+
"fieldName": "circular"
|
|
9618
9748
|
},
|
|
9619
9749
|
{
|
|
9750
|
+
"name": "allow-focus",
|
|
9620
9751
|
"type": {
|
|
9621
9752
|
"text": "boolean"
|
|
9622
9753
|
},
|
|
9754
|
+
"default": "false",
|
|
9623
9755
|
"description": "Controls whether the indicator renders when the target element matches `:focus` instead of `:focus-visible`.",
|
|
9624
|
-
"
|
|
9625
|
-
"default": "false"
|
|
9756
|
+
"fieldName": "allowFocus"
|
|
9626
9757
|
},
|
|
9627
9758
|
{
|
|
9759
|
+
"name": "focus-mode",
|
|
9628
9760
|
"type": {
|
|
9629
9761
|
"text": "FocusIndicatorFocusMode"
|
|
9630
9762
|
},
|
|
9631
|
-
"
|
|
9632
|
-
"
|
|
9633
|
-
"
|
|
9763
|
+
"default": "'focusin'",
|
|
9764
|
+
"description": "The focus mode to use. Valid values are `focusin` (default) and `focus`.",
|
|
9765
|
+
"fieldName": "focusMode"
|
|
9634
9766
|
}
|
|
9635
9767
|
],
|
|
9636
9768
|
"superclass": {
|
|
9637
|
-
"name": "
|
|
9638
|
-
"module": "/src/lib/core/base/base-
|
|
9769
|
+
"name": "BaseLitElement",
|
|
9770
|
+
"module": "/src/lib/core/base/base-lit-element"
|
|
9639
9771
|
},
|
|
9640
9772
|
"tagName": "forge-focus-indicator",
|
|
9641
9773
|
"customElement": true,
|
|
@@ -9661,6 +9793,14 @@
|
|
|
9661
9793
|
}
|
|
9662
9794
|
],
|
|
9663
9795
|
"exports": [
|
|
9796
|
+
{
|
|
9797
|
+
"kind": "js",
|
|
9798
|
+
"name": "FOCUS_INDICATOR_TAG_NAME",
|
|
9799
|
+
"declaration": {
|
|
9800
|
+
"name": "FOCUS_INDICATOR_TAG_NAME",
|
|
9801
|
+
"module": "src/lib/focus-indicator/focus-indicator.ts"
|
|
9802
|
+
}
|
|
9803
|
+
},
|
|
9664
9804
|
{
|
|
9665
9805
|
"kind": "js",
|
|
9666
9806
|
"name": "FocusIndicatorComponent",
|
|
@@ -10668,6 +10808,7 @@
|
|
|
10668
10808
|
},
|
|
10669
10809
|
"tagName": "forge-icon-button",
|
|
10670
10810
|
"customElement": true,
|
|
10811
|
+
"summary": "A clickable button component that displays an icon with support for different variants, themes, toggle states, and accessibility features.",
|
|
10671
10812
|
"globalConfigProperties": [
|
|
10672
10813
|
{
|
|
10673
10814
|
"name": "variant",
|
|
@@ -11152,7 +11293,8 @@
|
|
|
11152
11293
|
"module": "/src/lib/core/base/base-component"
|
|
11153
11294
|
},
|
|
11154
11295
|
"tagName": "forge-keyboard-shortcut",
|
|
11155
|
-
"customElement": true
|
|
11296
|
+
"customElement": true,
|
|
11297
|
+
"summary": "A utility component that listens for keyboard shortcut combinations and triggers callbacks or events when the specified key bindings are activated."
|
|
11156
11298
|
}
|
|
11157
11299
|
],
|
|
11158
11300
|
"exports": [
|
|
@@ -12959,6 +13101,7 @@
|
|
|
12959
13101
|
},
|
|
12960
13102
|
"tagName": "forge-menu",
|
|
12961
13103
|
"customElement": true,
|
|
13104
|
+
"summary": "Menus display a list of options or actions that users can select from a dropdown.",
|
|
12962
13105
|
"dependencies": [
|
|
12963
13106
|
{
|
|
12964
13107
|
"name": "forge-popover",
|
|
@@ -13704,6 +13847,7 @@
|
|
|
13704
13847
|
},
|
|
13705
13848
|
"tagName": "forge-page-state",
|
|
13706
13849
|
"customElement": true,
|
|
13850
|
+
"summary": "Page states display full-page messages for empty states, errors, or loading scenarios.",
|
|
13707
13851
|
"cssClasses": [
|
|
13708
13852
|
{
|
|
13709
13853
|
"name": "forge-page-state",
|
|
@@ -14024,7 +14168,8 @@
|
|
|
14024
14168
|
"module": "/src/lib/core/base/base-component"
|
|
14025
14169
|
},
|
|
14026
14170
|
"tagName": "forge-paginator",
|
|
14027
|
-
"customElement": true
|
|
14171
|
+
"customElement": true,
|
|
14172
|
+
"summary": "Paginators provide navigation controls for dividing content across multiple pages."
|
|
14028
14173
|
}
|
|
14029
14174
|
],
|
|
14030
14175
|
"exports": [
|
|
@@ -14958,7 +15103,8 @@
|
|
|
14958
15103
|
"module": "/src/lib/core/base/base-component"
|
|
14959
15104
|
},
|
|
14960
15105
|
"tagName": "forge-profile-card",
|
|
14961
|
-
"customElement": true
|
|
15106
|
+
"customElement": true,
|
|
15107
|
+
"summary": "Profile cards display user information and actions in a structured card format."
|
|
14962
15108
|
}
|
|
14963
15109
|
],
|
|
14964
15110
|
"exports": [
|
|
@@ -18375,6 +18521,7 @@
|
|
|
18375
18521
|
},
|
|
18376
18522
|
"tagName": "forge-table",
|
|
18377
18523
|
"customElement": true,
|
|
18524
|
+
"summary": "A comprehensive data table component with features for selection, sorting, filtering, resizing, and row expansion functionality.",
|
|
18378
18525
|
"dependencies": [
|
|
18379
18526
|
{
|
|
18380
18527
|
"name": "forge-expansion-panel",
|
|
@@ -19934,7 +20081,8 @@
|
|
|
19934
20081
|
"module": "/src/lib/core/base/base-component"
|
|
19935
20082
|
},
|
|
19936
20083
|
"tagName": "forge-time-picker",
|
|
19937
|
-
"customElement": true
|
|
20084
|
+
"customElement": true,
|
|
20085
|
+
"summary": "A time input component with integrated dropdown for selecting time values with support for various formats, masking, and validation options."
|
|
19938
20086
|
}
|
|
19939
20087
|
],
|
|
19940
20088
|
"exports": [
|
|
@@ -21033,6 +21181,7 @@
|
|
|
21033
21181
|
},
|
|
21034
21182
|
"tagName": "forge-view-switcher",
|
|
21035
21183
|
"customElement": true,
|
|
21184
|
+
"summary": "A container component that manages switching between multiple child views with configurable animations and programmatic navigation controls.",
|
|
21036
21185
|
"dependencies": [
|
|
21037
21186
|
{
|
|
21038
21187
|
"name": "forge-view",
|
|
@@ -21265,6 +21414,7 @@
|
|
|
21265
21414
|
},
|
|
21266
21415
|
"tagName": "forge-app-bar",
|
|
21267
21416
|
"customElement": true,
|
|
21417
|
+
"summary": "App bars are a collection of components placed as a horizontal bar at the top of the screen. They typically contain a logo, title, and optional application-wide actions.",
|
|
21268
21418
|
"cssClasses": [
|
|
21269
21419
|
{
|
|
21270
21420
|
"name": "forge-app-bar",
|
|
@@ -21392,7 +21542,8 @@
|
|
|
21392
21542
|
"module": "/src/lib/core/base/base-component"
|
|
21393
21543
|
},
|
|
21394
21544
|
"tagName": "forge-app-bar-help-button",
|
|
21395
|
-
"customElement": true
|
|
21545
|
+
"customElement": true,
|
|
21546
|
+
"summary": "A help button component with a predefined help icon that displays a dropdown menu when clicked, designed for use in an app bar's end slot."
|
|
21396
21547
|
}
|
|
21397
21548
|
],
|
|
21398
21549
|
"exports": [
|
|
@@ -21487,7 +21638,8 @@
|
|
|
21487
21638
|
"module": "/src/lib/core/base/base-component"
|
|
21488
21639
|
},
|
|
21489
21640
|
"tagName": "forge-app-bar-menu-button",
|
|
21490
|
-
"customElement": true
|
|
21641
|
+
"customElement": true,
|
|
21642
|
+
"summary": "A menu toggle button component with a predefined hamburger menu icon, typically used in an app bar's start slot to open navigation menus."
|
|
21491
21643
|
}
|
|
21492
21644
|
],
|
|
21493
21645
|
"exports": [
|
|
@@ -21622,7 +21774,8 @@
|
|
|
21622
21774
|
"module": "/src/lib/core/base/base-component"
|
|
21623
21775
|
},
|
|
21624
21776
|
"tagName": "forge-app-bar-notification-button",
|
|
21625
|
-
"customElement": true
|
|
21777
|
+
"customElement": true,
|
|
21778
|
+
"summary": "A notification button component with a predefined notification bell icon that can display a badge with count or dot indicator, designed for use in app bars."
|
|
21626
21779
|
}
|
|
21627
21780
|
],
|
|
21628
21781
|
"exports": [
|
|
@@ -21890,7 +22043,8 @@
|
|
|
21890
22043
|
"module": "/src/lib/core/base/base-component"
|
|
21891
22044
|
},
|
|
21892
22045
|
"tagName": "forge-app-bar-profile-button",
|
|
21893
|
-
"customElement": true
|
|
22046
|
+
"customElement": true,
|
|
22047
|
+
"summary": "A user profile button component that displays an avatar and opens a profile card popup with user information and action buttons when clicked."
|
|
21894
22048
|
}
|
|
21895
22049
|
],
|
|
21896
22050
|
"exports": [
|
|
@@ -22070,7 +22224,8 @@
|
|
|
22070
22224
|
"module": "/src/lib/core/base/base-component"
|
|
22071
22225
|
},
|
|
22072
22226
|
"tagName": "forge-app-bar-search",
|
|
22073
|
-
"customElement": true
|
|
22227
|
+
"customElement": true,
|
|
22228
|
+
"summary": "A search input component with integrated search icon and styling optimized for use within app bars, supporting keyboard interaction and customizable actions."
|
|
22074
22229
|
}
|
|
22075
22230
|
],
|
|
22076
22231
|
"exports": [
|
|
@@ -22543,7 +22698,8 @@
|
|
|
22543
22698
|
"module": "/src/lib/core/base/base-component"
|
|
22544
22699
|
},
|
|
22545
22700
|
"tagName": "forge-button-toggle",
|
|
22546
|
-
"customElement": true
|
|
22701
|
+
"customElement": true,
|
|
22702
|
+
"summary": "Toggle buttons allow users to select from a group of choices with single or multiple selection."
|
|
22547
22703
|
}
|
|
22548
22704
|
],
|
|
22549
22705
|
"exports": [
|
|
@@ -23001,7 +23157,8 @@
|
|
|
23001
23157
|
"module": "/src/lib/core/base/base-component"
|
|
23002
23158
|
},
|
|
23003
23159
|
"tagName": "forge-button-toggle-group",
|
|
23004
|
-
"customElement": true
|
|
23160
|
+
"customElement": true,
|
|
23161
|
+
"summary": "Button toggle groups allow users to select one or more options from a set of related options."
|
|
23005
23162
|
}
|
|
23006
23163
|
],
|
|
23007
23164
|
"exports": [
|
|
@@ -23701,6 +23858,7 @@
|
|
|
23701
23858
|
},
|
|
23702
23859
|
"tagName": "forge-chip",
|
|
23703
23860
|
"customElement": true,
|
|
23861
|
+
"summary": "A compact, interactive element that represents an entity, action, or attribute with support for selection, removal, and various styling options.",
|
|
23704
23862
|
"cssClasses": [
|
|
23705
23863
|
{
|
|
23706
23864
|
"name": "forge-chip",
|
|
@@ -24424,7 +24582,7 @@
|
|
|
24424
24582
|
"text": "IFocusIndicatorComponent"
|
|
24425
24583
|
},
|
|
24426
24584
|
"privacy": "private",
|
|
24427
|
-
"default": "getShadowElement(this,
|
|
24585
|
+
"default": "getShadowElement(this, FOCUS_INDICATOR_TAG_NAME)"
|
|
24428
24586
|
},
|
|
24429
24587
|
{
|
|
24430
24588
|
"kind": "field",
|
|
@@ -24671,7 +24829,7 @@
|
|
|
24671
24829
|
"text": "IFocusIndicatorComponent"
|
|
24672
24830
|
},
|
|
24673
24831
|
"privacy": "private",
|
|
24674
|
-
"default": "getShadowElement(this,
|
|
24832
|
+
"default": "getShadowElement(this, FOCUS_INDICATOR_TAG_NAME)"
|
|
24675
24833
|
},
|
|
24676
24834
|
{
|
|
24677
24835
|
"kind": "field",
|
|
@@ -25083,6 +25241,7 @@
|
|
|
25083
25241
|
},
|
|
25084
25242
|
"tagName": "forge-drawer",
|
|
25085
25243
|
"customElement": true,
|
|
25244
|
+
"summary": "A persistent side navigation drawer component that provides a sliding panel for navigation content.",
|
|
25086
25245
|
"cssClasses": [
|
|
25087
25246
|
{
|
|
25088
25247
|
"name": "forge-drawer",
|
|
@@ -25356,6 +25515,7 @@
|
|
|
25356
25515
|
},
|
|
25357
25516
|
"tagName": "forge-mini-drawer",
|
|
25358
25517
|
"customElement": true,
|
|
25518
|
+
"summary": "A compact navigation drawer component that displays as a narrow rail and optionally expands on hover to show full content.",
|
|
25359
25519
|
"events": [
|
|
25360
25520
|
{
|
|
25361
25521
|
"type": {
|
|
@@ -25528,6 +25688,7 @@
|
|
|
25528
25688
|
},
|
|
25529
25689
|
"tagName": "forge-modal-drawer",
|
|
25530
25690
|
"customElement": true,
|
|
25691
|
+
"summary": "A modal navigation drawer component that slides in from the side with a backdrop overlay, typically used for temporary navigation panels.",
|
|
25531
25692
|
"dependencies": [
|
|
25532
25693
|
{
|
|
25533
25694
|
"name": "forge-backdrop",
|
|
@@ -27260,6 +27421,10 @@
|
|
|
27260
27421
|
{
|
|
27261
27422
|
"description": "The end element.",
|
|
27262
27423
|
"name": "end"
|
|
27424
|
+
},
|
|
27425
|
+
{
|
|
27426
|
+
"description": "Additional content that appears below the main list item interactive area.",
|
|
27427
|
+
"name": "additional-content"
|
|
27263
27428
|
}
|
|
27264
27429
|
],
|
|
27265
27430
|
"members": [
|
|
@@ -29644,7 +29809,8 @@
|
|
|
29644
29809
|
"module": "/src/lib/core/base/base-component"
|
|
29645
29810
|
},
|
|
29646
29811
|
"tagName": "forge-option",
|
|
29647
|
-
"customElement": true
|
|
29812
|
+
"customElement": true,
|
|
29813
|
+
"summary": "Options represent individual selectable items within select components and menus."
|
|
29648
29814
|
}
|
|
29649
29815
|
],
|
|
29650
29816
|
"exports": [
|
|
@@ -29746,7 +29912,8 @@
|
|
|
29746
29912
|
"module": "/src/lib/core/base/base-component"
|
|
29747
29913
|
},
|
|
29748
29914
|
"tagName": "forge-option-group",
|
|
29749
|
-
"customElement": true
|
|
29915
|
+
"customElement": true,
|
|
29916
|
+
"summary": "Groups related options together with an optional label within select components."
|
|
29750
29917
|
}
|
|
29751
29918
|
],
|
|
29752
29919
|
"exports": [
|
|
@@ -30049,6 +30216,24 @@
|
|
|
30049
30216
|
"module": "src/lib/core/mixins/form/with-form-associated.ts"
|
|
30050
30217
|
}
|
|
30051
30218
|
},
|
|
30219
|
+
{
|
|
30220
|
+
"kind": "field",
|
|
30221
|
+
"name": "showSelectAll",
|
|
30222
|
+
"type": {
|
|
30223
|
+
"text": "boolean"
|
|
30224
|
+
},
|
|
30225
|
+
"privacy": "public",
|
|
30226
|
+
"description": "Gets/sets whether to show the select all option when in multiple mode."
|
|
30227
|
+
},
|
|
30228
|
+
{
|
|
30229
|
+
"kind": "field",
|
|
30230
|
+
"name": "selectAllLabel",
|
|
30231
|
+
"type": {
|
|
30232
|
+
"text": "string"
|
|
30233
|
+
},
|
|
30234
|
+
"privacy": "public",
|
|
30235
|
+
"description": "Gets/sets the label for the select all option."
|
|
30236
|
+
},
|
|
30052
30237
|
{
|
|
30053
30238
|
"kind": "field",
|
|
30054
30239
|
"name": "floatLabel",
|
|
@@ -30527,6 +30712,13 @@
|
|
|
30527
30712
|
},
|
|
30528
30713
|
"description": "Dispatched when the user selects a value.",
|
|
30529
30714
|
"name": "change"
|
|
30715
|
+
},
|
|
30716
|
+
{
|
|
30717
|
+
"type": {
|
|
30718
|
+
"text": "CustomEvent<SelectSelectAllEventData>"
|
|
30719
|
+
},
|
|
30720
|
+
"description": "Dispatched when the select all option is toggled.",
|
|
30721
|
+
"name": "forge-select-all"
|
|
30530
30722
|
}
|
|
30531
30723
|
],
|
|
30532
30724
|
"attributes": [
|
|
@@ -30544,6 +30736,20 @@
|
|
|
30544
30736
|
"description": "Controls the placeholder text.",
|
|
30545
30737
|
"name": "placeholder"
|
|
30546
30738
|
},
|
|
30739
|
+
{
|
|
30740
|
+
"type": {
|
|
30741
|
+
"text": "boolean"
|
|
30742
|
+
},
|
|
30743
|
+
"description": "Gets/sets whether to show the select all option when in multiple mode.",
|
|
30744
|
+
"name": "show-select-all"
|
|
30745
|
+
},
|
|
30746
|
+
{
|
|
30747
|
+
"type": {
|
|
30748
|
+
"text": "string"
|
|
30749
|
+
},
|
|
30750
|
+
"description": "Gets/sets the label for the select all option.",
|
|
30751
|
+
"name": "select-all-label"
|
|
30752
|
+
},
|
|
30547
30753
|
{
|
|
30548
30754
|
"type": {
|
|
30549
30755
|
"text": "any"
|
|
@@ -30856,6 +31062,7 @@
|
|
|
30856
31062
|
},
|
|
30857
31063
|
"tagName": "forge-select",
|
|
30858
31064
|
"customElement": true,
|
|
31065
|
+
"summary": "Selects present a list of options to users for single or multi-selection.",
|
|
30859
31066
|
"dependencies": [
|
|
30860
31067
|
{
|
|
30861
31068
|
"name": "forge-field",
|
|
@@ -31346,6 +31553,7 @@
|
|
|
31346
31553
|
},
|
|
31347
31554
|
"tagName": "forge-select-dropdown",
|
|
31348
31555
|
"customElement": true,
|
|
31556
|
+
"summary": "A dropdown variant of the select component that renders options in a popover.",
|
|
31349
31557
|
"attributes": [
|
|
31350
31558
|
{
|
|
31351
31559
|
"name": "value",
|
|
@@ -31741,7 +31949,8 @@
|
|
|
31741
31949
|
"module": "/src/lib/core/base/base-component"
|
|
31742
31950
|
},
|
|
31743
31951
|
"tagName": "forge-split-view",
|
|
31744
|
-
"customElement": true
|
|
31952
|
+
"customElement": true,
|
|
31953
|
+
"summary": "Split views create resizable panels that allow users to adjust the space between content areas."
|
|
31745
31954
|
}
|
|
31746
31955
|
],
|
|
31747
31956
|
"exports": [
|
|
@@ -32079,6 +32288,7 @@
|
|
|
32079
32288
|
},
|
|
32080
32289
|
"tagName": "forge-split-view-panel",
|
|
32081
32290
|
"customElement": true,
|
|
32291
|
+
"summary": "Individual panels within split views that can be resized and collapsed.",
|
|
32082
32292
|
"dependencies": [
|
|
32083
32293
|
{
|
|
32084
32294
|
"name": "forge-icon",
|
|
@@ -32477,7 +32687,8 @@
|
|
|
32477
32687
|
"module": "/src/lib/core/base/base-component"
|
|
32478
32688
|
},
|
|
32479
32689
|
"tagName": "forge-step",
|
|
32480
|
-
"customElement": true
|
|
32690
|
+
"customElement": true,
|
|
32691
|
+
"summary": "Individual steps within a stepper component that represent progress in a multi-step process."
|
|
32481
32692
|
}
|
|
32482
32693
|
],
|
|
32483
32694
|
"exports": [
|
|
@@ -32682,6 +32893,7 @@
|
|
|
32682
32893
|
},
|
|
32683
32894
|
"tagName": "forge-stepper",
|
|
32684
32895
|
"customElement": true,
|
|
32896
|
+
"summary": "Steppers guide users through multi-step processes by breaking them into logical steps.",
|
|
32685
32897
|
"dependencies": [
|
|
32686
32898
|
{
|
|
32687
32899
|
"name": "forge-step",
|
|
@@ -33024,6 +33236,7 @@
|
|
|
33024
33236
|
},
|
|
33025
33237
|
"tagName": "forge-tab",
|
|
33026
33238
|
"customElement": true,
|
|
33239
|
+
"summary": "Individual tab elements that provide navigation between different content panels.",
|
|
33027
33240
|
"dependencies": [
|
|
33028
33241
|
{
|
|
33029
33242
|
"name": "forge-focus-indicator",
|
|
@@ -33308,7 +33521,8 @@
|
|
|
33308
33521
|
"module": "/src/lib/core/base/base-component"
|
|
33309
33522
|
},
|
|
33310
33523
|
"tagName": "forge-view",
|
|
33311
|
-
"customElement": true
|
|
33524
|
+
"customElement": true,
|
|
33525
|
+
"summary": "A wrapper component that represents a single view content area within a view-switcher for organizing and displaying content sections."
|
|
33312
33526
|
}
|
|
33313
33527
|
],
|
|
33314
33528
|
"exports": [
|
|
@@ -33371,7 +33585,7 @@
|
|
|
33371
33585
|
},
|
|
33372
33586
|
"AccordionComponent": {
|
|
33373
33587
|
"path": "src/lib/accordion/accordion.ts",
|
|
33374
|
-
"lineNumber":
|
|
33588
|
+
"lineNumber": 27
|
|
33375
33589
|
},
|
|
33376
33590
|
"IAutocompleteAdapter": {
|
|
33377
33591
|
"path": "src/lib/autocomplete/autocomplete-adapter.ts",
|
|
@@ -33459,7 +33673,7 @@
|
|
|
33459
33673
|
},
|
|
33460
33674
|
"AutocompleteComponent": {
|
|
33461
33675
|
"path": "src/lib/autocomplete/autocomplete.ts",
|
|
33462
|
-
"lineNumber":
|
|
33676
|
+
"lineNumber": 73
|
|
33463
33677
|
},
|
|
33464
33678
|
"IAvatarComponent": {
|
|
33465
33679
|
"path": "src/lib/avatar/avatar.ts",
|
|
@@ -33475,7 +33689,7 @@
|
|
|
33475
33689
|
},
|
|
33476
33690
|
"BackdropComponent": {
|
|
33477
33691
|
"path": "src/lib/backdrop/backdrop.ts",
|
|
33478
|
-
"lineNumber":
|
|
33692
|
+
"lineNumber": 44
|
|
33479
33693
|
},
|
|
33480
33694
|
"BadgeComponentDelegateProps": {
|
|
33481
33695
|
"path": "src/lib/badge/badge-component-delegate.ts",
|
|
@@ -33503,7 +33717,7 @@
|
|
|
33503
33717
|
},
|
|
33504
33718
|
"BadgeComponent": {
|
|
33505
33719
|
"path": "src/lib/badge/badge.ts",
|
|
33506
|
-
"lineNumber":
|
|
33720
|
+
"lineNumber": 52
|
|
33507
33721
|
},
|
|
33508
33722
|
"IBannerAdapter": {
|
|
33509
33723
|
"path": "src/lib/banner/banner-adapter.ts",
|
|
@@ -33779,7 +33993,7 @@
|
|
|
33779
33993
|
},
|
|
33780
33994
|
"CalendarComponent": {
|
|
33781
33995
|
"path": "src/lib/calendar/calendar.ts",
|
|
33782
|
-
"lineNumber":
|
|
33996
|
+
"lineNumber": 150
|
|
33783
33997
|
},
|
|
33784
33998
|
"ICardComponent": {
|
|
33785
33999
|
"path": "src/lib/card/card.ts",
|
|
@@ -33787,7 +34001,7 @@
|
|
|
33787
34001
|
},
|
|
33788
34002
|
"CardComponent": {
|
|
33789
34003
|
"path": "src/lib/card/card.ts",
|
|
33790
|
-
"lineNumber":
|
|
34004
|
+
"lineNumber": 48
|
|
33791
34005
|
},
|
|
33792
34006
|
"ICheckboxAdapter": {
|
|
33793
34007
|
"path": "src/lib/checkbox/checkbox-adapter.ts",
|
|
@@ -33887,7 +34101,7 @@
|
|
|
33887
34101
|
},
|
|
33888
34102
|
"ChipFieldComponent": {
|
|
33889
34103
|
"path": "src/lib/chip-field/chip-field.ts",
|
|
33890
|
-
"lineNumber":
|
|
34104
|
+
"lineNumber": 43
|
|
33891
34105
|
},
|
|
33892
34106
|
"ICircularProgressAdapter": {
|
|
33893
34107
|
"path": "src/lib/circular-progress/circular-progress-adapter.ts",
|
|
@@ -33975,7 +34189,7 @@
|
|
|
33975
34189
|
},
|
|
33976
34190
|
"ColorPickerComponent": {
|
|
33977
34191
|
"path": "src/lib/color-picker/color-picker.ts",
|
|
33978
|
-
"lineNumber":
|
|
34192
|
+
"lineNumber": 50
|
|
33979
34193
|
},
|
|
33980
34194
|
"IDatePickerAdapter": {
|
|
33981
34195
|
"path": "src/lib/date-picker/date-picker-adapter.ts",
|
|
@@ -34015,7 +34229,7 @@
|
|
|
34015
34229
|
},
|
|
34016
34230
|
"DatePickerComponent": {
|
|
34017
34231
|
"path": "src/lib/date-picker/date-picker.ts",
|
|
34018
|
-
"lineNumber":
|
|
34232
|
+
"lineNumber": 43
|
|
34019
34233
|
},
|
|
34020
34234
|
"IDateRangePickerAdapter": {
|
|
34021
34235
|
"path": "src/lib/date-range-picker/date-range-picker-adapter.ts",
|
|
@@ -34067,15 +34281,15 @@
|
|
|
34067
34281
|
},
|
|
34068
34282
|
"DateRangePickerComponent": {
|
|
34069
34283
|
"path": "src/lib/date-range-picker/date-range-picker.ts",
|
|
34070
|
-
"lineNumber":
|
|
34284
|
+
"lineNumber": 69
|
|
34071
34285
|
},
|
|
34072
34286
|
"IDialogAdapter": {
|
|
34073
34287
|
"path": "src/lib/dialog/dialog-adapter.ts",
|
|
34074
|
-
"lineNumber":
|
|
34288
|
+
"lineNumber": 8
|
|
34075
34289
|
},
|
|
34076
34290
|
"DialogAdapter": {
|
|
34077
34291
|
"path": "src/lib/dialog/dialog-adapter.ts",
|
|
34078
|
-
"lineNumber":
|
|
34292
|
+
"lineNumber": 37
|
|
34079
34293
|
},
|
|
34080
34294
|
"IDialogMoveEventData": {
|
|
34081
34295
|
"path": "src/lib/dialog/dialog-constants.ts",
|
|
@@ -34301,33 +34515,17 @@
|
|
|
34301
34515
|
"path": "src/lib/floating-action-button/floating-action-button.ts",
|
|
34302
34516
|
"lineNumber": 90
|
|
34303
34517
|
},
|
|
34304
|
-
"IFocusIndicatorAdapter": {
|
|
34305
|
-
"path": "src/lib/focus-indicator/focus-indicator-adapter.ts",
|
|
34306
|
-
"lineNumber": 4
|
|
34307
|
-
},
|
|
34308
|
-
"FocusIndicatorAdapter": {
|
|
34309
|
-
"path": "src/lib/focus-indicator/focus-indicator-adapter.ts",
|
|
34310
|
-
"lineNumber": 15
|
|
34311
|
-
},
|
|
34312
34518
|
"FocusIndicatorFocusMode": {
|
|
34313
34519
|
"path": "src/lib/focus-indicator/focus-indicator-constants.ts",
|
|
34314
|
-
"lineNumber":
|
|
34315
|
-
},
|
|
34316
|
-
"IFocusIndicatorCore": {
|
|
34317
|
-
"path": "src/lib/focus-indicator/focus-indicator-core.ts",
|
|
34318
|
-
"lineNumber": 4
|
|
34319
|
-
},
|
|
34320
|
-
"FocusIndicatorCore": {
|
|
34321
|
-
"path": "src/lib/focus-indicator/focus-indicator-core.ts",
|
|
34322
|
-
"lineNumber": 16
|
|
34520
|
+
"lineNumber": 10
|
|
34323
34521
|
},
|
|
34324
34522
|
"IFocusIndicatorComponent": {
|
|
34325
34523
|
"path": "src/lib/focus-indicator/focus-indicator.ts",
|
|
34326
|
-
"lineNumber":
|
|
34524
|
+
"lineNumber": 11
|
|
34327
34525
|
},
|
|
34328
34526
|
"FocusIndicatorComponent": {
|
|
34329
34527
|
"path": "src/lib/focus-indicator/focus-indicator.ts",
|
|
34330
|
-
"lineNumber":
|
|
34528
|
+
"lineNumber": 57
|
|
34331
34529
|
},
|
|
34332
34530
|
"IIconAdapter": {
|
|
34333
34531
|
"path": "src/lib/icon/icon-adapter.ts",
|
|
@@ -34451,7 +34649,7 @@
|
|
|
34451
34649
|
},
|
|
34452
34650
|
"IconButtonComponent": {
|
|
34453
34651
|
"path": "src/lib/icon-button/icon-button.ts",
|
|
34454
|
-
"lineNumber":
|
|
34652
|
+
"lineNumber": 117
|
|
34455
34653
|
},
|
|
34456
34654
|
"LegacyInlineMessageThemes": {
|
|
34457
34655
|
"path": "src/lib/inline-message/inline-message-constants.ts",
|
|
@@ -34499,7 +34697,7 @@
|
|
|
34499
34697
|
},
|
|
34500
34698
|
"KeyboardShortcutComponent": {
|
|
34501
34699
|
"path": "src/lib/keyboard-shortcut/keyboard-shortcut.ts",
|
|
34502
|
-
"lineNumber":
|
|
34700
|
+
"lineNumber": 38
|
|
34503
34701
|
},
|
|
34504
34702
|
"ILabelAdapter": {
|
|
34505
34703
|
"path": "src/lib/label/label-adapter.ts",
|
|
@@ -34615,67 +34813,67 @@
|
|
|
34615
34813
|
},
|
|
34616
34814
|
"ListDropdownOptionBuilder": {
|
|
34617
34815
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34618
|
-
"lineNumber":
|
|
34816
|
+
"lineNumber": 44
|
|
34619
34817
|
},
|
|
34620
34818
|
"ListDropdownHeaderBuilder": {
|
|
34621
34819
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34622
|
-
"lineNumber":
|
|
34820
|
+
"lineNumber": 45
|
|
34623
34821
|
},
|
|
34624
34822
|
"ListDropdownFooterBuilder": {
|
|
34625
34823
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34626
|
-
"lineNumber":
|
|
34824
|
+
"lineNumber": 46
|
|
34627
34825
|
},
|
|
34628
34826
|
"ListDropdownOptionGroupBuilder": {
|
|
34629
34827
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34630
|
-
"lineNumber":
|
|
34828
|
+
"lineNumber": 47
|
|
34631
34829
|
},
|
|
34632
34830
|
"ListDropdownTransformCallback": {
|
|
34633
34831
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34634
|
-
"lineNumber":
|
|
34832
|
+
"lineNumber": 48
|
|
34635
34833
|
},
|
|
34636
34834
|
"ListDropdownIconType": {
|
|
34637
34835
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34638
|
-
"lineNumber":
|
|
34836
|
+
"lineNumber": 49
|
|
34639
34837
|
},
|
|
34640
34838
|
"IBaseListDropdownOption": {
|
|
34641
34839
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34642
|
-
"lineNumber":
|
|
34840
|
+
"lineNumber": 51
|
|
34643
34841
|
},
|
|
34644
34842
|
"IListDropdownOption": {
|
|
34645
34843
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34646
|
-
"lineNumber":
|
|
34844
|
+
"lineNumber": 71
|
|
34647
34845
|
},
|
|
34648
34846
|
"IListDropdownOptionGroup": {
|
|
34649
34847
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34650
|
-
"lineNumber":
|
|
34848
|
+
"lineNumber": 76
|
|
34651
34849
|
},
|
|
34652
34850
|
"IListDropdownSelectEventData": {
|
|
34653
34851
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34654
|
-
"lineNumber":
|
|
34852
|
+
"lineNumber": 83
|
|
34655
34853
|
},
|
|
34656
34854
|
"IListDropdownConfig": {
|
|
34657
34855
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34658
|
-
"lineNumber":
|
|
34856
|
+
"lineNumber": 87
|
|
34659
34857
|
},
|
|
34660
34858
|
"IListDropdownCascadingElementFactoryConfig": {
|
|
34661
34859
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34662
|
-
"lineNumber":
|
|
34860
|
+
"lineNumber": 130
|
|
34663
34861
|
},
|
|
34664
34862
|
"IListDropdownOpenConfig": {
|
|
34665
34863
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34666
|
-
"lineNumber":
|
|
34864
|
+
"lineNumber": 143
|
|
34667
34865
|
},
|
|
34668
34866
|
"ListDropdownType": {
|
|
34669
34867
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34670
|
-
"lineNumber":
|
|
34868
|
+
"lineNumber": 145
|
|
34671
34869
|
},
|
|
34672
34870
|
"ListDropdownAsyncStyle": {
|
|
34673
34871
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34674
|
-
"lineNumber":
|
|
34872
|
+
"lineNumber": 151
|
|
34675
34873
|
},
|
|
34676
34874
|
"ListDropdownTooltipConfig": {
|
|
34677
34875
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34678
|
-
"lineNumber":
|
|
34876
|
+
"lineNumber": 156
|
|
34679
34877
|
},
|
|
34680
34878
|
"IListDropdownCore": {
|
|
34681
34879
|
"path": "src/lib/list-dropdown/list-dropdown-core.ts",
|
|
@@ -34747,7 +34945,7 @@
|
|
|
34747
34945
|
},
|
|
34748
34946
|
"MenuComponent": {
|
|
34749
34947
|
"path": "src/lib/menu/menu.ts",
|
|
34750
|
-
"lineNumber":
|
|
34948
|
+
"lineNumber": 65
|
|
34751
34949
|
},
|
|
34752
34950
|
"OpenIconOrientation": {
|
|
34753
34951
|
"path": "src/lib/open-icon/open-icon-constants.ts",
|
|
@@ -34835,7 +35033,7 @@
|
|
|
34835
35033
|
},
|
|
34836
35034
|
"PageStateComponent": {
|
|
34837
35035
|
"path": "src/lib/page-state/page-state.ts",
|
|
34838
|
-
"lineNumber":
|
|
35036
|
+
"lineNumber": 52
|
|
34839
35037
|
},
|
|
34840
35038
|
"PaginatorFieldIdentifier": {
|
|
34841
35039
|
"path": "src/lib/paginator/paginator-adapter.ts",
|
|
@@ -34875,7 +35073,7 @@
|
|
|
34875
35073
|
},
|
|
34876
35074
|
"PaginatorComponent": {
|
|
34877
35075
|
"path": "src/lib/paginator/paginator.ts",
|
|
34878
|
-
"lineNumber":
|
|
35076
|
+
"lineNumber": 54
|
|
34879
35077
|
},
|
|
34880
35078
|
"IPopoverAdapter": {
|
|
34881
35079
|
"path": "src/lib/popover/popover-adapter.ts",
|
|
@@ -34947,7 +35145,7 @@
|
|
|
34947
35145
|
},
|
|
34948
35146
|
"ProfileCardComponent": {
|
|
34949
35147
|
"path": "src/lib/profile-card/profile-card.ts",
|
|
34950
|
-
"lineNumber":
|
|
35148
|
+
"lineNumber": 43
|
|
34951
35149
|
},
|
|
34952
35150
|
"IScaffoldComponent": {
|
|
34953
35151
|
"path": "src/lib/scaffold/scaffold.ts",
|
|
@@ -35227,11 +35425,11 @@
|
|
|
35227
35425
|
},
|
|
35228
35426
|
"ITableComponent": {
|
|
35229
35427
|
"path": "src/lib/table/table.ts",
|
|
35230
|
-
"lineNumber":
|
|
35428
|
+
"lineNumber": 31
|
|
35231
35429
|
},
|
|
35232
35430
|
"TableComponent": {
|
|
35233
35431
|
"path": "src/lib/table/table.ts",
|
|
35234
|
-
"lineNumber":
|
|
35432
|
+
"lineNumber": 113
|
|
35235
35433
|
},
|
|
35236
35434
|
"TableViewTemplate": {
|
|
35237
35435
|
"path": "src/lib/table/types.ts",
|
|
@@ -35491,7 +35689,7 @@
|
|
|
35491
35689
|
},
|
|
35492
35690
|
"TimePickerComponent": {
|
|
35493
35691
|
"path": "src/lib/time-picker/time-picker.ts",
|
|
35494
|
-
"lineNumber":
|
|
35692
|
+
"lineNumber": 70
|
|
35495
35693
|
},
|
|
35496
35694
|
"IToastAdapter": {
|
|
35497
35695
|
"path": "src/lib/toast/toast-adapter.ts",
|
|
@@ -35547,19 +35745,19 @@
|
|
|
35547
35745
|
},
|
|
35548
35746
|
"TooltipAdapter": {
|
|
35549
35747
|
"path": "src/lib/tooltip/tooltip-adapter.ts",
|
|
35550
|
-
"lineNumber":
|
|
35748
|
+
"lineNumber": 28
|
|
35551
35749
|
},
|
|
35552
35750
|
"TooltipType": {
|
|
35553
35751
|
"path": "src/lib/tooltip/tooltip-constants.ts",
|
|
35554
|
-
"lineNumber":
|
|
35752
|
+
"lineNumber": 56
|
|
35555
35753
|
},
|
|
35556
35754
|
"TooltipPlacement": {
|
|
35557
35755
|
"path": "src/lib/tooltip/tooltip-constants.ts",
|
|
35558
|
-
"lineNumber":
|
|
35756
|
+
"lineNumber": 57
|
|
35559
35757
|
},
|
|
35560
35758
|
"TooltipTriggerType": {
|
|
35561
35759
|
"path": "src/lib/tooltip/tooltip-constants.ts",
|
|
35562
|
-
"lineNumber":
|
|
35760
|
+
"lineNumber": 58
|
|
35563
35761
|
},
|
|
35564
35762
|
"ITooltipCore": {
|
|
35565
35763
|
"path": "src/lib/tooltip/tooltip-core.ts",
|
|
@@ -35615,7 +35813,7 @@
|
|
|
35615
35813
|
},
|
|
35616
35814
|
"ViewSwitcherComponent": {
|
|
35617
35815
|
"path": "src/lib/view-switcher/view-switcher.ts",
|
|
35618
|
-
"lineNumber":
|
|
35816
|
+
"lineNumber": 38
|
|
35619
35817
|
},
|
|
35620
35818
|
"IAppBarAdapter": {
|
|
35621
35819
|
"path": "src/lib/app-bar/app-bar/app-bar-adapter.ts",
|
|
@@ -35707,15 +35905,15 @@
|
|
|
35707
35905
|
},
|
|
35708
35906
|
"AppBarNotificationButtonComponent": {
|
|
35709
35907
|
"path": "src/lib/app-bar/notification-button/app-bar-notification-button.ts",
|
|
35710
|
-
"lineNumber":
|
|
35908
|
+
"lineNumber": 46
|
|
35711
35909
|
},
|
|
35712
35910
|
"IAppBarProfileButtonAdapter": {
|
|
35713
35911
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button-adapter.ts",
|
|
35714
|
-
"lineNumber":
|
|
35912
|
+
"lineNumber": 13
|
|
35715
35913
|
},
|
|
35716
35914
|
"AppBarProfileButtonAdapter": {
|
|
35717
35915
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button-adapter.ts",
|
|
35718
|
-
"lineNumber":
|
|
35916
|
+
"lineNumber": 36
|
|
35719
35917
|
},
|
|
35720
35918
|
"IAppBarProfileCardConfig": {
|
|
35721
35919
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button-constants.ts",
|
|
@@ -35739,7 +35937,7 @@
|
|
|
35739
35937
|
},
|
|
35740
35938
|
"AppBarProfileButtonComponent": {
|
|
35741
35939
|
"path": "src/lib/app-bar/profile-button/app-bar-profile-button.ts",
|
|
35742
|
-
"lineNumber":
|
|
35940
|
+
"lineNumber": 72
|
|
35743
35941
|
},
|
|
35744
35942
|
"IAppBarSearchAdapter": {
|
|
35745
35943
|
"path": "src/lib/app-bar/search/app-bar-search-adapter.ts",
|
|
@@ -35767,7 +35965,7 @@
|
|
|
35767
35965
|
},
|
|
35768
35966
|
"AppBarSearchComponent": {
|
|
35769
35967
|
"path": "src/lib/app-bar/search/app-bar-search.ts",
|
|
35770
|
-
"lineNumber":
|
|
35968
|
+
"lineNumber": 68
|
|
35771
35969
|
},
|
|
35772
35970
|
"IBaseButtonAdapter": {
|
|
35773
35971
|
"path": "src/lib/button/base/base-button-adapter.ts",
|
|
@@ -35807,11 +36005,11 @@
|
|
|
35807
36005
|
},
|
|
35808
36006
|
"IButtonToggleAdapter": {
|
|
35809
36007
|
"path": "src/lib/button-toggle/button-toggle/button-toggle-adapter.ts",
|
|
35810
|
-
"lineNumber":
|
|
36008
|
+
"lineNumber": 9
|
|
35811
36009
|
},
|
|
35812
36010
|
"ButtonToggleAdapter": {
|
|
35813
36011
|
"path": "src/lib/button-toggle/button-toggle/button-toggle-adapter.ts",
|
|
35814
|
-
"lineNumber":
|
|
36012
|
+
"lineNumber": 16
|
|
35815
36013
|
},
|
|
35816
36014
|
"IButtonToggleSelectEventData": {
|
|
35817
36015
|
"path": "src/lib/button-toggle/button-toggle/button-toggle-constants.ts",
|
|
@@ -35831,7 +36029,7 @@
|
|
|
35831
36029
|
},
|
|
35832
36030
|
"ButtonToggleComponent": {
|
|
35833
36031
|
"path": "src/lib/button-toggle/button-toggle/button-toggle.ts",
|
|
35834
|
-
"lineNumber":
|
|
36032
|
+
"lineNumber": 84
|
|
35835
36033
|
},
|
|
35836
36034
|
"IButtonToggleGroupAdapter": {
|
|
35837
36035
|
"path": "src/lib/button-toggle/button-toggle-group/button-toggle-group-adapter.ts",
|
|
@@ -35971,7 +36169,7 @@
|
|
|
35971
36169
|
},
|
|
35972
36170
|
"ChipComponent": {
|
|
35973
36171
|
"path": "src/lib/chips/chip/chip.ts",
|
|
35974
|
-
"lineNumber":
|
|
36172
|
+
"lineNumber": 137
|
|
35975
36173
|
},
|
|
35976
36174
|
"IChipSetComponent": {
|
|
35977
36175
|
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
@@ -36131,19 +36329,19 @@
|
|
|
36131
36329
|
},
|
|
36132
36330
|
"ARIARole": {
|
|
36133
36331
|
"path": "src/lib/core/utils/a11y-utils.ts",
|
|
36134
|
-
"lineNumber":
|
|
36332
|
+
"lineNumber": 151
|
|
36135
36333
|
},
|
|
36136
36334
|
"ARIAMixinStrict": {
|
|
36137
36335
|
"path": "src/lib/core/utils/a11y-utils.ts",
|
|
36138
|
-
"lineNumber":
|
|
36336
|
+
"lineNumber": 267
|
|
36139
36337
|
},
|
|
36140
36338
|
"ARIAPropertyToAttribute": {
|
|
36141
36339
|
"path": "src/lib/core/utils/a11y-utils.ts",
|
|
36142
|
-
"lineNumber":
|
|
36340
|
+
"lineNumber": 312
|
|
36143
36341
|
},
|
|
36144
36342
|
"DefaultAriaOptions": {
|
|
36145
36343
|
"path": "src/lib/core/utils/a11y-utils.ts",
|
|
36146
|
-
"lineNumber":
|
|
36344
|
+
"lineNumber": 344
|
|
36147
36345
|
},
|
|
36148
36346
|
"SupportedDateFormats": {
|
|
36149
36347
|
"path": "src/lib/core/utils/date-utils.ts",
|
|
@@ -36383,7 +36581,7 @@
|
|
|
36383
36581
|
},
|
|
36384
36582
|
"DrawerComponent": {
|
|
36385
36583
|
"path": "src/lib/drawer/drawer/drawer.ts",
|
|
36386
|
-
"lineNumber":
|
|
36584
|
+
"lineNumber": 47
|
|
36387
36585
|
},
|
|
36388
36586
|
"IMiniDrawerComponent": {
|
|
36389
36587
|
"path": "src/lib/drawer/mini-drawer/mini-drawer.ts",
|
|
@@ -36391,7 +36589,7 @@
|
|
|
36391
36589
|
},
|
|
36392
36590
|
"MiniDrawerComponent": {
|
|
36393
36591
|
"path": "src/lib/drawer/mini-drawer/mini-drawer.ts",
|
|
36394
|
-
"lineNumber":
|
|
36592
|
+
"lineNumber": 52
|
|
36395
36593
|
},
|
|
36396
36594
|
"IModalDrawerAdapter": {
|
|
36397
36595
|
"path": "src/lib/drawer/modal-drawer/modal-drawer-adapter.ts",
|
|
@@ -36415,7 +36613,7 @@
|
|
|
36415
36613
|
},
|
|
36416
36614
|
"ModalDrawerComponent": {
|
|
36417
36615
|
"path": "src/lib/drawer/modal-drawer/modal-drawer.ts",
|
|
36418
|
-
"lineNumber":
|
|
36616
|
+
"lineNumber": 48
|
|
36419
36617
|
},
|
|
36420
36618
|
"IBaseFieldAdapter": {
|
|
36421
36619
|
"path": "src/lib/field/base/base-field-adapter.ts",
|
|
@@ -36551,7 +36749,7 @@
|
|
|
36551
36749
|
},
|
|
36552
36750
|
"ListItemComponent": {
|
|
36553
36751
|
"path": "src/lib/list/list-item/list-item.ts",
|
|
36554
|
-
"lineNumber":
|
|
36752
|
+
"lineNumber": 124
|
|
36555
36753
|
},
|
|
36556
36754
|
"MeterDirection": {
|
|
36557
36755
|
"path": "src/lib/meter/meter/meter.ts",
|
|
@@ -36737,13 +36935,17 @@
|
|
|
36737
36935
|
"path": "src/lib/select/core/base-select-constants.ts",
|
|
36738
36936
|
"lineNumber": 9
|
|
36739
36937
|
},
|
|
36938
|
+
"SelectSelectAllEventData": {
|
|
36939
|
+
"path": "src/lib/select/core/base-select-constants.ts",
|
|
36940
|
+
"lineNumber": 37
|
|
36941
|
+
},
|
|
36740
36942
|
"IBaseSelectCore": {
|
|
36741
36943
|
"path": "src/lib/select/core/base-select-core.ts",
|
|
36742
|
-
"lineNumber":
|
|
36944
|
+
"lineNumber": 21
|
|
36743
36945
|
},
|
|
36744
36946
|
"BaseSelectCore": {
|
|
36745
36947
|
"path": "src/lib/select/core/base-select-core.ts",
|
|
36746
|
-
"lineNumber":
|
|
36948
|
+
"lineNumber": 40
|
|
36747
36949
|
},
|
|
36748
36950
|
"IBaseSelectComponent": {
|
|
36749
36951
|
"path": "src/lib/select/core/base-select.ts",
|
|
@@ -36779,7 +36981,7 @@
|
|
|
36779
36981
|
},
|
|
36780
36982
|
"OptionComponent": {
|
|
36781
36983
|
"path": "src/lib/select/option/option.ts",
|
|
36782
|
-
"lineNumber":
|
|
36984
|
+
"lineNumber": 22
|
|
36783
36985
|
},
|
|
36784
36986
|
"IOptionGroupComponent": {
|
|
36785
36987
|
"path": "src/lib/select/option-group/option-group.ts",
|
|
@@ -36787,7 +36989,7 @@
|
|
|
36787
36989
|
},
|
|
36788
36990
|
"OptionGroupComponent": {
|
|
36789
36991
|
"path": "src/lib/select/option-group/option-group.ts",
|
|
36790
|
-
"lineNumber":
|
|
36992
|
+
"lineNumber": 22
|
|
36791
36993
|
},
|
|
36792
36994
|
"OptionListenerDestructor": {
|
|
36793
36995
|
"path": "src/lib/select/select/select-adapter.ts",
|
|
@@ -36811,11 +37013,11 @@
|
|
|
36811
37013
|
},
|
|
36812
37014
|
"ISelectComponent": {
|
|
36813
37015
|
"path": "src/lib/select/select/select.ts",
|
|
36814
|
-
"lineNumber":
|
|
37016
|
+
"lineNumber": 31
|
|
36815
37017
|
},
|
|
36816
37018
|
"SelectComponent": {
|
|
36817
37019
|
"path": "src/lib/select/select/select.ts",
|
|
36818
|
-
"lineNumber":
|
|
37020
|
+
"lineNumber": 193
|
|
36819
37021
|
},
|
|
36820
37022
|
"ISelectDropdownAdapter": {
|
|
36821
37023
|
"path": "src/lib/select/select-dropdown/select-dropdown-adapter.ts",
|
|
@@ -36839,7 +37041,7 @@
|
|
|
36839
37041
|
},
|
|
36840
37042
|
"SelectDropdownComponent": {
|
|
36841
37043
|
"path": "src/lib/select/select-dropdown/select-dropdown.ts",
|
|
36842
|
-
"lineNumber":
|
|
37044
|
+
"lineNumber": 41
|
|
36843
37045
|
},
|
|
36844
37046
|
"ISplitViewBase": {
|
|
36845
37047
|
"path": "src/lib/split-view/core/split-view-base.ts",
|
|
@@ -36875,7 +37077,7 @@
|
|
|
36875
37077
|
},
|
|
36876
37078
|
"SplitViewComponent": {
|
|
36877
37079
|
"path": "src/lib/split-view/split-view/split-view.ts",
|
|
36878
|
-
"lineNumber":
|
|
37080
|
+
"lineNumber": 32
|
|
36879
37081
|
},
|
|
36880
37082
|
"ISplitViewPanelAdapter": {
|
|
36881
37083
|
"path": "src/lib/split-view/split-view-panel/split-view-panel-adapter.ts",
|
|
@@ -36927,7 +37129,7 @@
|
|
|
36927
37129
|
},
|
|
36928
37130
|
"SplitViewPanelComponent": {
|
|
36929
37131
|
"path": "src/lib/split-view/split-view-panel/split-view-panel.ts",
|
|
36930
|
-
"lineNumber":
|
|
37132
|
+
"lineNumber": 89
|
|
36931
37133
|
},
|
|
36932
37134
|
"StepperUtils": {
|
|
36933
37135
|
"path": "src/lib/stepper/core/stepper-utils.ts",
|
|
@@ -36959,7 +37161,7 @@
|
|
|
36959
37161
|
},
|
|
36960
37162
|
"StepComponent": {
|
|
36961
37163
|
"path": "src/lib/stepper/step/step.ts",
|
|
36962
|
-
"lineNumber":
|
|
37164
|
+
"lineNumber": 112
|
|
36963
37165
|
},
|
|
36964
37166
|
"IStepperAdapter": {
|
|
36965
37167
|
"path": "src/lib/stepper/stepper/stepper-adapter.ts",
|
|
@@ -36999,7 +37201,7 @@
|
|
|
36999
37201
|
},
|
|
37000
37202
|
"StepperComponent": {
|
|
37001
37203
|
"path": "src/lib/stepper/stepper/stepper.ts",
|
|
37002
|
-
"lineNumber":
|
|
37204
|
+
"lineNumber": 41
|
|
37003
37205
|
},
|
|
37004
37206
|
"ITabAdapter": {
|
|
37005
37207
|
"path": "src/lib/tabs/tab/tab-adapter.ts",
|
|
@@ -37023,7 +37225,7 @@
|
|
|
37023
37225
|
},
|
|
37024
37226
|
"TabComponent": {
|
|
37025
37227
|
"path": "src/lib/tabs/tab/tab.ts",
|
|
37026
|
-
"lineNumber":
|
|
37228
|
+
"lineNumber": 107
|
|
37027
37229
|
},
|
|
37028
37230
|
"ITabBarAdapter": {
|
|
37029
37231
|
"path": "src/lib/tabs/tab-bar/tab-bar-adapter.ts",
|
|
@@ -37067,7 +37269,7 @@
|
|
|
37067
37269
|
},
|
|
37068
37270
|
"ViewComponent": {
|
|
37069
37271
|
"path": "src/lib/view-switcher/view/view.ts",
|
|
37070
|
-
"lineNumber":
|
|
37272
|
+
"lineNumber": 22
|
|
37071
37273
|
},
|
|
37072
37274
|
"IWithFocusable": {
|
|
37073
37275
|
"path": "src/lib/core/mixins/focus/with-focusable.ts",
|