@tylertech/forge 3.11.0 → 3.12.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.
- package/custom-elements.json +315 -145
- package/dist/app-bar/forge-app-bar.css +2 -0
- package/dist/button/forge-button.css +2 -0
- package/dist/checkbox/forge-checkbox.css +2 -0
- package/dist/chips/forge-chips.css +2 -0
- package/dist/floating-action-button/forge-floating-action-button.css +2 -0
- package/dist/icon-button/forge-icon-button.css +2 -0
- package/dist/lib.js +17 -17
- package/dist/lib.js.map +3 -3
- package/dist/list/forge-list.css +2 -0
- package/dist/radio/forge-radio.css +2 -0
- package/dist/skip-link/forge-skip-link.css +2 -0
- package/dist/state-layer/forge-state-layer.css +2 -0
- package/dist/switch/forge-switch.css +2 -0
- package/dist/vscode.html-custom-data.json +74 -59
- package/esm/accordion/accordion.d.ts +1 -1
- package/esm/accordion/accordion.js +1 -1
- 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/autocomplete/autocomplete-core.js +16 -3
- package/esm/autocomplete/autocomplete.d.ts +1 -1
- package/esm/autocomplete/autocomplete.js +1 -1
- package/esm/avatar/avatar.d.ts +1 -1
- package/esm/avatar/avatar.js +1 -1
- package/esm/backdrop/backdrop.d.ts +1 -1
- package/esm/backdrop/backdrop.js +1 -1
- package/esm/badge/badge.d.ts +1 -1
- package/esm/badge/badge.js +1 -1
- package/esm/banner/banner.d.ts +1 -1
- package/esm/banner/banner.js +1 -1
- package/esm/button/button.d.ts +1 -6
- package/esm/button/button.js +1 -6
- package/esm/button-area/button-area.d.ts +1 -4
- package/esm/button-area/button-area.js +1 -4
- package/esm/button-toggle/button-toggle/button-toggle.d.ts +1 -1
- package/esm/button-toggle/button-toggle/button-toggle.js +1 -1
- 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/chip-field/chip-field.d.ts +1 -1
- package/esm/chip-field/chip-field.js +1 -1
- package/esm/chips/chip/chip-adapter.d.ts +3 -0
- package/esm/chips/chip/chip-adapter.js +12 -2
- package/esm/chips/chip/chip-constants.d.ts +2 -0
- package/esm/chips/chip/chip-constants.js +2 -1
- package/esm/chips/chip/chip-core.d.ts +4 -0
- package/esm/chips/chip/chip-core.js +9 -0
- package/esm/chips/chip/chip.d.ts +4 -0
- package/esm/chips/chip/chip.js +8 -0
- package/esm/chips/chip-set/chip-set.d.ts +1 -1
- package/esm/chips/chip-set/chip-set.js +1 -1
- package/esm/circular-progress/circular-progress.d.ts +1 -2
- package/esm/circular-progress/circular-progress.js +1 -2
- package/esm/color-picker/color-picker.d.ts +1 -1
- package/esm/color-picker/color-picker.js +1 -1
- package/esm/core/testing/test-harness.d.ts +11 -0
- package/esm/core/testing/test-harness.js +14 -0
- package/esm/core/testing/utils.d.ts +7 -0
- package/esm/core/testing/utils.js +14 -0
- package/esm/date-picker/date-picker.d.ts +1 -1
- package/esm/date-picker/date-picker.js +1 -1
- package/esm/dialog/dialog.d.ts +1 -1
- package/esm/dialog/dialog.js +1 -1
- package/esm/divider/divider.d.ts +1 -1
- package/esm/divider/divider.js +1 -1
- package/esm/drawer/base/base-drawer-adapter.d.ts +2 -0
- package/esm/drawer/base/base-drawer-adapter.js +3 -0
- package/esm/drawer/base/base-drawer-core.js +3 -0
- package/esm/drawer/drawer/drawer.d.ts +1 -1
- package/esm/drawer/drawer/drawer.js +1 -1
- package/esm/drawer/modal-drawer/modal-drawer.d.ts +1 -1
- package/esm/drawer/modal-drawer/modal-drawer.js +1 -1
- package/esm/expansion-panel/expansion-panel.d.ts +1 -1
- package/esm/expansion-panel/expansion-panel.js +1 -1
- package/esm/field/field.d.ts +1 -2
- package/esm/field/field.js +1 -2
- package/esm/file-picker/file-picker.d.ts +2 -3
- package/esm/file-picker/file-picker.js +2 -3
- package/esm/floating-action-button/floating-action-button.d.ts +1 -1
- package/esm/floating-action-button/floating-action-button.js +1 -1
- package/esm/focus-indicator/focus-indicator.d.ts +1 -1
- package/esm/focus-indicator/focus-indicator.js +22 -21
- package/esm/icon/icon.d.ts +1 -1
- package/esm/icon/icon.js +1 -1
- package/esm/icon-button/icon-button.d.ts +1 -1
- package/esm/icon-button/icon-button.js +1 -1
- package/esm/inline-message/inline-message.d.ts +1 -1
- package/esm/inline-message/inline-message.js +1 -1
- package/esm/label/label.d.ts +1 -1
- package/esm/label/label.js +1 -1
- package/esm/label-value/label-value.d.ts +1 -1
- package/esm/label-value/label-value.js +1 -1
- package/esm/linear-progress/linear-progress.d.ts +1 -2
- package/esm/linear-progress/linear-progress.js +1 -2
- package/esm/list/list/list.d.ts +1 -1
- package/esm/list/list/list.js +1 -1
- package/esm/list/list-item/list-item-constants.js +1 -1
- package/esm/list-dropdown/list-dropdown-constants.d.ts +5 -1
- package/esm/list-dropdown/list-dropdown-core.js +1 -1
- package/esm/list-dropdown/list-dropdown-utils.d.ts +3 -1
- package/esm/list-dropdown/list-dropdown-utils.js +41 -20
- package/esm/list-dropdown/list-dropdown.js +1 -1
- package/esm/menu/menu-adapter.d.ts +2 -0
- package/esm/menu/menu-adapter.js +12 -8
- package/esm/menu/menu-constants.d.ts +1 -0
- package/esm/menu/menu-constants.js +3 -2
- package/esm/menu/menu-core.d.ts +5 -0
- package/esm/menu/menu-core.js +41 -2
- package/esm/menu/menu.d.ts +16 -1
- package/esm/menu/menu.js +14 -2
- package/esm/open-icon/open-icon.d.ts +2 -1
- package/esm/open-icon/open-icon.js +2 -1
- package/esm/overlay/overlay.d.ts +1 -2
- package/esm/overlay/overlay.js +1 -2
- package/esm/page-state/page-state.d.ts +1 -1
- package/esm/page-state/page-state.js +1 -1
- package/esm/paginator/paginator-core.d.ts +16 -0
- package/esm/paginator/paginator-core.js +29 -9
- package/esm/paginator/paginator.d.ts +37 -1
- package/esm/paginator/paginator.js +45 -1
- package/esm/popover/popover-adapter.js +1 -1
- package/esm/popover/popover-constants.d.ts +4 -0
- package/esm/popover/popover-constants.js +4 -2
- package/esm/popover/popover-core.d.ts +5 -1
- package/esm/popover/popover-core.js +13 -0
- package/esm/popover/popover.d.ts +6 -2
- package/esm/popover/popover.js +9 -1
- package/esm/profile-card/profile-card.d.ts +2 -1
- package/esm/profile-card/profile-card.js +2 -1
- package/esm/radio/radio/radio.d.ts +1 -2
- package/esm/radio/radio/radio.js +1 -2
- package/esm/scaffold/scaffold.d.ts +1 -1
- package/esm/scaffold/scaffold.js +1 -1
- package/esm/select/option/option.d.ts +1 -1
- package/esm/select/option/option.js +1 -1
- package/esm/select/select/select.d.ts +1 -1
- package/esm/select/select/select.js +2 -2
- package/esm/skeleton/skeleton.d.ts +1 -1
- package/esm/skeleton/skeleton.js +1 -1
- package/esm/skip-link/skip-link.d.ts +1 -1
- package/esm/skip-link/skip-link.js +1 -1
- package/esm/slider/slider.d.ts +1 -1
- package/esm/slider/slider.js +1 -1
- package/esm/split-button/split-button.d.ts +1 -1
- package/esm/split-button/split-button.js +1 -1
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/stack/stack.d.ts +1 -8
- package/esm/stack/stack.js +1 -8
- package/esm/state-layer/state-layer.d.ts +1 -1
- package/esm/state-layer/state-layer.js +2 -2
- package/esm/table/table-adapter.d.ts +4 -4
- package/esm/table/table-adapter.js +4 -4
- package/esm/table/table-core.js +2 -2
- package/esm/table/table-utils.d.ts +2 -2
- package/esm/table/table-utils.js +22 -18
- package/esm/table/table.d.ts +2 -2
- package/esm/table/table.js +1 -1
- package/esm/tabs/tab/tab.d.ts +1 -1
- package/esm/tabs/tab/tab.js +1 -1
- package/esm/tabs/tab-bar/tab-bar.d.ts +1 -1
- package/esm/tabs/tab-bar/tab-bar.js +1 -1
- package/esm/text-field/text-field-adapter.d.ts +6 -4
- package/esm/text-field/text-field-adapter.js +11 -4
- package/esm/text-field/text-field-core.d.ts +4 -0
- package/esm/text-field/text-field-core.js +13 -2
- package/esm/text-field/text-field.d.ts +1 -1
- package/esm/text-field/text-field.js +1 -1
- package/esm/time-picker/time-picker-adapter.js +1 -0
- package/esm/time-picker/time-picker-core.js +3 -3
- package/esm/toast/toast-adapter.d.ts +20 -0
- package/esm/toast/toast-adapter.js +30 -0
- package/esm/toast/toast-core.d.ts +17 -0
- package/esm/toast/toast-core.js +66 -0
- package/esm/toast/toast.d.ts +9 -2
- package/esm/toast/toast.js +10 -1
- package/esm/toolbar/toolbar.d.ts +1 -3
- package/esm/toolbar/toolbar.js +1 -3
- package/esm/tooltip/tooltip.d.ts +1 -1
- package/esm/tooltip/tooltip.js +1 -1
- package/esm/view-switcher/view/view.d.ts +1 -1
- package/esm/view-switcher/view/view.js +1 -1
- package/esm/view-switcher/view-switcher.d.ts +1 -1
- package/esm/view-switcher/view-switcher.js +1 -1
- package/package.json +1 -1
- package/sass/state-layer/_core.scss +2 -0
package/custom-elements.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"tagName": "forge-accordion",
|
|
49
49
|
"customElement": true,
|
|
50
|
-
"summary": "Accordions
|
|
50
|
+
"summary": "Accordions wrap a collection of expansion panels to ensure that only one panel is expanded at a time.",
|
|
51
51
|
"dependencies": [
|
|
52
52
|
{
|
|
53
53
|
"name": "forge-expansion-panel",
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
},
|
|
776
776
|
"tagName": "forge-autocomplete",
|
|
777
777
|
"customElement": true,
|
|
778
|
-
"summary": "Autocomplete components provide real-time suggestions as users type in a text field."
|
|
778
|
+
"summary": "Autocomplete components provide real-time typeahead suggestions as users type in a text field. Use autocompletes to help users quickly find and select from a list of options, improving form usability and data accuracy."
|
|
779
779
|
}
|
|
780
780
|
],
|
|
781
781
|
"exports": [
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
},
|
|
950
950
|
"tagName": "forge-avatar",
|
|
951
951
|
"customElement": true,
|
|
952
|
-
"summary": "Avatars represent an entity via text or image.",
|
|
952
|
+
"summary": "Avatars represent an entity via text or image. Use avatars to visually represent users, objects, or identifiers in your application.",
|
|
953
953
|
"cssClasses": [
|
|
954
954
|
{
|
|
955
955
|
"name": "forge-avatar",
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
},
|
|
1168
1168
|
"tagName": "forge-backdrop",
|
|
1169
1169
|
"customElement": true,
|
|
1170
|
-
"summary": "Backdrops provide a semi-transparent overlay behind modal content like dialogs and drawers."
|
|
1170
|
+
"summary": "Backdrops provide a semi-transparent overlay behind modal content like dialogs and drawers. These are building blocks for creating modal experiences, not intended to be used directly."
|
|
1171
1171
|
}
|
|
1172
1172
|
],
|
|
1173
1173
|
"exports": [
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
},
|
|
1306
1306
|
"tagName": "forge-badge",
|
|
1307
1307
|
"customElement": true,
|
|
1308
|
-
"summary": "Badges display small amounts of information like counts, status indicators, or notifications.",
|
|
1308
|
+
"summary": "Badges display small amounts of non-interactive information like counts, status indicators, or notifications.",
|
|
1309
1309
|
"states": [
|
|
1310
1310
|
{
|
|
1311
1311
|
"name": "dot",
|
|
@@ -1500,7 +1500,7 @@
|
|
|
1500
1500
|
},
|
|
1501
1501
|
"tagName": "forge-banner",
|
|
1502
1502
|
"customElement": true,
|
|
1503
|
-
"summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages.",
|
|
1503
|
+
"summary": "Banners are used to inform users of important information, such as errors, warnings, or success messages. Use banners for non-critical messages that require user attention but do not interrupt workflow.",
|
|
1504
1504
|
"cssClasses": [
|
|
1505
1505
|
{
|
|
1506
1506
|
"name": "forge-banner",
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
},
|
|
2340
2340
|
"tagName": "forge-button",
|
|
2341
2341
|
"customElement": true,
|
|
2342
|
-
"summary": "Buttons
|
|
2342
|
+
"summary": "Buttons are used when a user needs to take an action. They can be used to trigger an action, navigate to a new location, and can be styled with a variety of themes and variants.",
|
|
2343
2343
|
"dependencies": [
|
|
2344
2344
|
{
|
|
2345
2345
|
"name": "forge-icon",
|
|
@@ -2498,7 +2498,7 @@
|
|
|
2498
2498
|
},
|
|
2499
2499
|
"tagName": "forge-button-area",
|
|
2500
2500
|
"customElement": true,
|
|
2501
|
-
"summary": "Button areas are used to create
|
|
2501
|
+
"summary": "Button areas are used to create clickable areas that group related information and actions about a single subject. The button area component wraps any arbitrary content with a `<button>` element to enable accessible, clickable interfaces including nested controls and other complex content."
|
|
2502
2502
|
}
|
|
2503
2503
|
],
|
|
2504
2504
|
"exports": [
|
|
@@ -4698,7 +4698,7 @@
|
|
|
4698
4698
|
},
|
|
4699
4699
|
"tagName": "forge-chip-field",
|
|
4700
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.",
|
|
4701
|
+
"summary": "A specialized input field component that allows users to create and manage a collection of chips representing text values or selections. Use a chip field when you want to allow users to input multiple discrete items, such as tags, categories, or selections from a predefined list. Prefer alternatives such as a select or autocomplete when dealing with a large number of options or when single selection is sufficient.",
|
|
4702
4702
|
"slots": [
|
|
4703
4703
|
{
|
|
4704
4704
|
"description": "The default/unnamed slot for the field's input.",
|
|
@@ -5006,7 +5006,7 @@
|
|
|
5006
5006
|
},
|
|
5007
5007
|
"tagName": "forge-circular-progress",
|
|
5008
5008
|
"customElement": true,
|
|
5009
|
-
"summary": "Circular progress indicators display progress by animating along a circular track in a clockwise direction.",
|
|
5009
|
+
"summary": "Circular progress indicators display progress by animating along a circular track in a clockwise direction. They can be used to represent both determinate and indeterminate progress.",
|
|
5010
5010
|
"globalConfigProperties": [
|
|
5011
5011
|
{
|
|
5012
5012
|
"name": "track",
|
|
@@ -5719,7 +5719,7 @@
|
|
|
5719
5719
|
},
|
|
5720
5720
|
"tagName": "forge-color-picker",
|
|
5721
5721
|
"customElement": true,
|
|
5722
|
-
"summary": "An interactive color selection component with support for multiple color formats (hex, RGB, HSV) and optional opacity control."
|
|
5722
|
+
"summary": "An interactive color selection component with support for multiple color formats (hex, RGB, HSV) and optional opacity control. Intended to be used either inline, or within a popover or dialog for selecting colors."
|
|
5723
5723
|
}
|
|
5724
5724
|
],
|
|
5725
5725
|
"exports": [
|
|
@@ -6330,7 +6330,7 @@
|
|
|
6330
6330
|
},
|
|
6331
6331
|
"tagName": "forge-date-picker",
|
|
6332
6332
|
"customElement": true,
|
|
6333
|
-
"summary": "A date input component with an integrated calendar popup for selecting single dates
|
|
6333
|
+
"summary": "A date input component with an integrated calendar popup for selecting single dates."
|
|
6334
6334
|
}
|
|
6335
6335
|
],
|
|
6336
6336
|
"exports": [
|
|
@@ -7595,7 +7595,7 @@
|
|
|
7595
7595
|
},
|
|
7596
7596
|
"tagName": "forge-dialog",
|
|
7597
7597
|
"customElement": true,
|
|
7598
|
-
"summary": "Dialogs are temporary UI elements that are used to display information, ask for input, or confirm actions.",
|
|
7598
|
+
"summary": "Dialogs are temporary UI elements that are used to display information, ask for input, or confirm actions. Dialogs can be modal or non-modal.",
|
|
7599
7599
|
"dependencies": [
|
|
7600
7600
|
{
|
|
7601
7601
|
"name": "forge-backdrop",
|
|
@@ -7799,7 +7799,7 @@
|
|
|
7799
7799
|
},
|
|
7800
7800
|
"tagName": "forge-divider",
|
|
7801
7801
|
"customElement": true,
|
|
7802
|
-
"summary": "
|
|
7802
|
+
"summary": "Dividers are used to separate elements with a thin line, either vertically or horizontally.",
|
|
7803
7803
|
"cssClasses": [
|
|
7804
7804
|
{
|
|
7805
7805
|
"name": "forge-divider",
|
|
@@ -7857,7 +7857,7 @@
|
|
|
7857
7857
|
"name": ""
|
|
7858
7858
|
},
|
|
7859
7859
|
{
|
|
7860
|
-
"description": "The header of the panel.",
|
|
7860
|
+
"description": "The header of the panel. This is deprecated, prefer using the trigger property instead, or manually associating a button with the panel.",
|
|
7861
7861
|
"name": "header"
|
|
7862
7862
|
}
|
|
7863
7863
|
],
|
|
@@ -8640,7 +8640,6 @@
|
|
|
8640
8640
|
},
|
|
8641
8641
|
"tagName": "forge-field",
|
|
8642
8642
|
"customElement": true,
|
|
8643
|
-
"summary": "The Forge Field component is a basic component that handles the layout and theming of\nform elements that can include a label, various states, and a border around an input area.",
|
|
8644
8643
|
"globalConfigProperties": [
|
|
8645
8644
|
{
|
|
8646
8645
|
"name": "labelPosition",
|
|
@@ -8959,7 +8958,7 @@
|
|
|
8959
8958
|
},
|
|
8960
8959
|
"tagName": "forge-file-picker",
|
|
8961
8960
|
"customElement": true,
|
|
8962
|
-
"summary": "The file
|
|
8961
|
+
"summary": "The file picker component allows for a user to upload files of their own to the system. The component provides a slot for a\nbutton, as well as drag-and-drop functionality to launch the system file chooser dialog. There are visual cues to let the\nuser know when files they are dragging can be dropped, as well as events that are relayed to the developer to handle files\nthat are legal and/or illegal based on the parameters set on the component.\n\nThe expectation of this component is that it will be used as a familiar element on the page that will let users upload files,\nwhile providing that visual and functional consistency."
|
|
8963
8962
|
}
|
|
8964
8963
|
],
|
|
8965
8964
|
"exports": [
|
|
@@ -9398,7 +9397,7 @@
|
|
|
9398
9397
|
},
|
|
9399
9398
|
"tagName": "forge-fab",
|
|
9400
9399
|
"customElement": true,
|
|
9401
|
-
"summary": "Floating action buttons are used to represent the most important action on a page.",
|
|
9400
|
+
"summary": "Floating action buttons are used to represent the most important action on a page. They are typically used in mobile applications, and are positioned above other content in a way that draws attention to them.",
|
|
9402
9401
|
"dependencies": [
|
|
9403
9402
|
{
|
|
9404
9403
|
"name": "forge-focus-indicator",
|
|
@@ -9646,22 +9645,9 @@
|
|
|
9646
9645
|
}
|
|
9647
9646
|
},
|
|
9648
9647
|
{
|
|
9649
|
-
"kind": "
|
|
9648
|
+
"kind": "field",
|
|
9650
9649
|
"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
|
-
]
|
|
9650
|
+
"privacy": "private"
|
|
9665
9651
|
},
|
|
9666
9652
|
{
|
|
9667
9653
|
"kind": "method",
|
|
@@ -9771,7 +9757,7 @@
|
|
|
9771
9757
|
},
|
|
9772
9758
|
"tagName": "forge-focus-indicator",
|
|
9773
9759
|
"customElement": true,
|
|
9774
|
-
"summary": "
|
|
9760
|
+
"summary": "Focus indicators show a \"focus ring\" around an attached element that matches `:focus-visible`. These are building block components used by other components to show focus state, and are not typically used directly.",
|
|
9775
9761
|
"cssClasses": [
|
|
9776
9762
|
{
|
|
9777
9763
|
"name": "forge-focus-indicator",
|
|
@@ -10321,7 +10307,7 @@
|
|
|
10321
10307
|
},
|
|
10322
10308
|
"tagName": "forge-icon",
|
|
10323
10309
|
"customElement": true,
|
|
10324
|
-
"summary": "Icons are used to represent information visually",
|
|
10310
|
+
"summary": "Icons are used to represent information visually. The icon component is a wrapper around SVG icons that are registered in the icon registry.",
|
|
10325
10311
|
"cssClasses": [
|
|
10326
10312
|
{
|
|
10327
10313
|
"name": "forge-icon",
|
|
@@ -10808,7 +10794,7 @@
|
|
|
10808
10794
|
},
|
|
10809
10795
|
"tagName": "forge-icon-button",
|
|
10810
10796
|
"customElement": true,
|
|
10811
|
-
"summary": "
|
|
10797
|
+
"summary": "Icon buttons are buttons that contain **only** an icon, and are used to represent actions or commands. Always provide an accessible label when using icon buttons.",
|
|
10812
10798
|
"globalConfigProperties": [
|
|
10813
10799
|
{
|
|
10814
10800
|
"name": "variant",
|
|
@@ -11058,7 +11044,7 @@
|
|
|
11058
11044
|
},
|
|
11059
11045
|
"tagName": "forge-inline-message",
|
|
11060
11046
|
"customElement": true,
|
|
11061
|
-
"summary": "Inline messages are used to provide feedback to the user about a specific action or state.",
|
|
11047
|
+
"summary": "Inline messages are used to provide feedback to the user about a specific action or state. Use inline messages to communicate information such as errors, warnings, or success messages in a way that is contextual to the content on the page.",
|
|
11062
11048
|
"cssClasses": [
|
|
11063
11049
|
{
|
|
11064
11050
|
"name": "forge-inline-message",
|
|
@@ -11472,7 +11458,7 @@
|
|
|
11472
11458
|
},
|
|
11473
11459
|
"tagName": "forge-label",
|
|
11474
11460
|
"customElement": true,
|
|
11475
|
-
"summary": "The
|
|
11461
|
+
"summary": "The Label component is used to associate a text label with a compatible Forge component.",
|
|
11476
11462
|
"cssClasses": [
|
|
11477
11463
|
{
|
|
11478
11464
|
"name": "forge-label",
|
|
@@ -11688,7 +11674,7 @@
|
|
|
11688
11674
|
},
|
|
11689
11675
|
"tagName": "forge-label-value",
|
|
11690
11676
|
"customElement": true,
|
|
11691
|
-
"summary": "Label
|
|
11677
|
+
"summary": "Label values are used to display a label and value pair in a compact format with the proper typography and spacing styles applied.",
|
|
11692
11678
|
"cssClasses": [
|
|
11693
11679
|
{
|
|
11694
11680
|
"name": "forge-label-value",
|
|
@@ -11880,7 +11866,7 @@
|
|
|
11880
11866
|
},
|
|
11881
11867
|
"tagName": "forge-linear-progress",
|
|
11882
11868
|
"customElement": true,
|
|
11883
|
-
"summary": "Linear progress indicators display progress by animating along a linear track in a horizontal direction."
|
|
11869
|
+
"summary": "Linear progress indicators display progress by animating along a linear track in a horizontal direction. They can be used to show determinate or indeterminate progress."
|
|
11884
11870
|
}
|
|
11885
11871
|
],
|
|
11886
11872
|
"exports": [
|
|
@@ -12636,6 +12622,17 @@
|
|
|
12636
12622
|
"description": "Gets the currently active popup element when the dropdown is open.",
|
|
12637
12623
|
"readonly": true
|
|
12638
12624
|
},
|
|
12625
|
+
{
|
|
12626
|
+
"kind": "field",
|
|
12627
|
+
"name": "popupTarget",
|
|
12628
|
+
"type": {
|
|
12629
|
+
"text": "string | null"
|
|
12630
|
+
},
|
|
12631
|
+
"privacy": "public",
|
|
12632
|
+
"description": "Gets/sets the ID of the element to use as the popup anchor for positioning.\nWhen null or empty, the target element (button) is used for both interaction and positioning.\nThis is useful for cases like forge-list-item > button where the menu should be\nattached to the button for listeners but positioned relative to the list item.",
|
|
12633
|
+
"default": "null",
|
|
12634
|
+
"attribute": "popup-target"
|
|
12635
|
+
},
|
|
12639
12636
|
{
|
|
12640
12637
|
"kind": "method",
|
|
12641
12638
|
"name": "propagateKeyEvent",
|
|
@@ -12870,6 +12867,36 @@
|
|
|
12870
12867
|
}
|
|
12871
12868
|
}
|
|
12872
12869
|
],
|
|
12870
|
+
"events": [
|
|
12871
|
+
{
|
|
12872
|
+
"type": {
|
|
12873
|
+
"text": "CustomEvent<IMenuSelectEventData>"
|
|
12874
|
+
},
|
|
12875
|
+
"description": "Dispatches when a menu option is selected.",
|
|
12876
|
+
"name": "forge-menu-select"
|
|
12877
|
+
},
|
|
12878
|
+
{
|
|
12879
|
+
"type": {
|
|
12880
|
+
"text": "CustomEvent<void>"
|
|
12881
|
+
},
|
|
12882
|
+
"description": "Dispatches when the menu is opened.",
|
|
12883
|
+
"name": "forge-menu-open"
|
|
12884
|
+
},
|
|
12885
|
+
{
|
|
12886
|
+
"type": {
|
|
12887
|
+
"text": "CustomEvent<void>"
|
|
12888
|
+
},
|
|
12889
|
+
"description": "Dispatches when the menu is closed.",
|
|
12890
|
+
"name": "forge-menu-close"
|
|
12891
|
+
},
|
|
12892
|
+
{
|
|
12893
|
+
"type": {
|
|
12894
|
+
"text": "CustomEvent<IMenuActiveChangeEventData>"
|
|
12895
|
+
},
|
|
12896
|
+
"description": "Dispatches when the active menu option changes.",
|
|
12897
|
+
"name": "forge-menu-active-change"
|
|
12898
|
+
}
|
|
12899
|
+
],
|
|
12873
12900
|
"attributes": [
|
|
12874
12901
|
{
|
|
12875
12902
|
"name": "open",
|
|
@@ -12941,6 +12968,15 @@
|
|
|
12941
12968
|
"default": "\"click\"",
|
|
12942
12969
|
"fieldName": "mode"
|
|
12943
12970
|
},
|
|
12971
|
+
{
|
|
12972
|
+
"name": "popup-target",
|
|
12973
|
+
"type": {
|
|
12974
|
+
"text": "string | null"
|
|
12975
|
+
},
|
|
12976
|
+
"description": "Gets/sets the ID of the element to use as the popup anchor for positioning.\nWhen null or empty, the target element (button) is used for both interaction and positioning.\nThis is useful for cases like forge-list-item > button where the menu should be\nattached to the button for listeners but positioned relative to the list item.",
|
|
12977
|
+
"default": "null",
|
|
12978
|
+
"fieldName": "popupTarget"
|
|
12979
|
+
},
|
|
12944
12980
|
{
|
|
12945
12981
|
"name": "popup-classes",
|
|
12946
12982
|
"type": {
|
|
@@ -13101,7 +13137,7 @@
|
|
|
13101
13137
|
},
|
|
13102
13138
|
"tagName": "forge-menu",
|
|
13103
13139
|
"customElement": true,
|
|
13104
|
-
"summary": "Menus display a list of options or actions that users can select from a dropdown.",
|
|
13140
|
+
"summary": "Menus display a list of options or actions that users can select from a dropdown. Menus wrap button or list item elements to provide the trigger for displaying the menu options.",
|
|
13105
13141
|
"dependencies": [
|
|
13106
13142
|
{
|
|
13107
13143
|
"name": "forge-popover",
|
|
@@ -13276,7 +13312,7 @@
|
|
|
13276
13312
|
},
|
|
13277
13313
|
"tagName": "forge-open-icon",
|
|
13278
13314
|
"customElement": true,
|
|
13279
|
-
"summary": "Open icons are used to indicate whether a section is open or closed."
|
|
13315
|
+
"summary": "Open icons are icons used to indicate whether a section is open or closed. They provide an animated transition between the two states to enhance the user experience."
|
|
13280
13316
|
}
|
|
13281
13317
|
],
|
|
13282
13318
|
"exports": [
|
|
@@ -13695,7 +13731,7 @@
|
|
|
13695
13731
|
},
|
|
13696
13732
|
"tagName": "forge-overlay",
|
|
13697
13733
|
"customElement": true,
|
|
13698
|
-
"summary": "Overlays are used to
|
|
13734
|
+
"summary": "Overlays are used to show content in an element that is rendered above all other content on the page, and positioned around a specified anchor element. This is a low-level building block component that does not provide any visual styles, but is used within other components such as popovers, and tooltips.",
|
|
13699
13735
|
"globalConfigProperties": [
|
|
13700
13736
|
{
|
|
13701
13737
|
"name": "placement",
|
|
@@ -13847,7 +13883,7 @@
|
|
|
13847
13883
|
},
|
|
13848
13884
|
"tagName": "forge-page-state",
|
|
13849
13885
|
"customElement": true,
|
|
13850
|
-
"summary": "Page states display full-
|
|
13886
|
+
"summary": "Page states display full-height messages for empty states, errors, or other general information. They can be used as full page content, or within smaller containers and will adapt accordingly.",
|
|
13851
13887
|
"cssClasses": [
|
|
13852
13888
|
{
|
|
13853
13889
|
"name": "forge-page-state",
|
|
@@ -14060,6 +14096,94 @@
|
|
|
14060
14096
|
}
|
|
14061
14097
|
],
|
|
14062
14098
|
"description": "Sets focus to the first focusable element within the paginator."
|
|
14099
|
+
},
|
|
14100
|
+
{
|
|
14101
|
+
"kind": "method",
|
|
14102
|
+
"name": "goToFirstPage",
|
|
14103
|
+
"privacy": "public",
|
|
14104
|
+
"return": {
|
|
14105
|
+
"type": {
|
|
14106
|
+
"text": "void"
|
|
14107
|
+
}
|
|
14108
|
+
},
|
|
14109
|
+
"description": "Navigates to the first page."
|
|
14110
|
+
},
|
|
14111
|
+
{
|
|
14112
|
+
"kind": "method",
|
|
14113
|
+
"name": "goToPreviousPage",
|
|
14114
|
+
"privacy": "public",
|
|
14115
|
+
"return": {
|
|
14116
|
+
"type": {
|
|
14117
|
+
"text": "void"
|
|
14118
|
+
}
|
|
14119
|
+
},
|
|
14120
|
+
"description": "Navigates to the previous page."
|
|
14121
|
+
},
|
|
14122
|
+
{
|
|
14123
|
+
"kind": "method",
|
|
14124
|
+
"name": "goToNextPage",
|
|
14125
|
+
"privacy": "public",
|
|
14126
|
+
"return": {
|
|
14127
|
+
"type": {
|
|
14128
|
+
"text": "void"
|
|
14129
|
+
}
|
|
14130
|
+
},
|
|
14131
|
+
"description": "Navigates to the next page."
|
|
14132
|
+
},
|
|
14133
|
+
{
|
|
14134
|
+
"kind": "method",
|
|
14135
|
+
"name": "goToLastPage",
|
|
14136
|
+
"privacy": "public",
|
|
14137
|
+
"return": {
|
|
14138
|
+
"type": {
|
|
14139
|
+
"text": "void"
|
|
14140
|
+
}
|
|
14141
|
+
},
|
|
14142
|
+
"description": "Navigates to the last page."
|
|
14143
|
+
},
|
|
14144
|
+
{
|
|
14145
|
+
"kind": "method",
|
|
14146
|
+
"name": "canGoToFirstPage",
|
|
14147
|
+
"privacy": "public",
|
|
14148
|
+
"return": {
|
|
14149
|
+
"type": {
|
|
14150
|
+
"text": ""
|
|
14151
|
+
}
|
|
14152
|
+
},
|
|
14153
|
+
"description": "Checks if navigation to the first page is possible."
|
|
14154
|
+
},
|
|
14155
|
+
{
|
|
14156
|
+
"kind": "method",
|
|
14157
|
+
"name": "canGoToPreviousPage",
|
|
14158
|
+
"privacy": "public",
|
|
14159
|
+
"return": {
|
|
14160
|
+
"type": {
|
|
14161
|
+
"text": ""
|
|
14162
|
+
}
|
|
14163
|
+
},
|
|
14164
|
+
"description": "Checks if navigation to the previous page is possible."
|
|
14165
|
+
},
|
|
14166
|
+
{
|
|
14167
|
+
"kind": "method",
|
|
14168
|
+
"name": "canGoToNextPage",
|
|
14169
|
+
"privacy": "public",
|
|
14170
|
+
"return": {
|
|
14171
|
+
"type": {
|
|
14172
|
+
"text": ""
|
|
14173
|
+
}
|
|
14174
|
+
},
|
|
14175
|
+
"description": "Checks if navigation to the next page is possible."
|
|
14176
|
+
},
|
|
14177
|
+
{
|
|
14178
|
+
"kind": "method",
|
|
14179
|
+
"name": "canGoToLastPage",
|
|
14180
|
+
"privacy": "public",
|
|
14181
|
+
"return": {
|
|
14182
|
+
"type": {
|
|
14183
|
+
"text": ""
|
|
14184
|
+
}
|
|
14185
|
+
},
|
|
14186
|
+
"description": "Checks if navigation to the last page is possible."
|
|
14063
14187
|
}
|
|
14064
14188
|
],
|
|
14065
14189
|
"events": [
|
|
@@ -14169,7 +14293,7 @@
|
|
|
14169
14293
|
},
|
|
14170
14294
|
"tagName": "forge-paginator",
|
|
14171
14295
|
"customElement": true,
|
|
14172
|
-
"summary": "Paginators provide navigation controls for dividing content across multiple pages."
|
|
14296
|
+
"summary": "Paginators provide navigation controls for dividing content across multiple pages. Typically used alongside data tables or lists."
|
|
14173
14297
|
}
|
|
14174
14298
|
],
|
|
14175
14299
|
"exports": [
|
|
@@ -14444,6 +14568,16 @@
|
|
|
14444
14568
|
"description": "Enforces that this popover should be the only one open with the same unique value.",
|
|
14445
14569
|
"default": "null"
|
|
14446
14570
|
},
|
|
14571
|
+
{
|
|
14572
|
+
"kind": "field",
|
|
14573
|
+
"name": "anchorAccessibility",
|
|
14574
|
+
"type": {
|
|
14575
|
+
"text": "PopoverAnchorAccessibility"
|
|
14576
|
+
},
|
|
14577
|
+
"privacy": "public",
|
|
14578
|
+
"description": "Controls whether the popover manages accessibility attributes on the anchor element.",
|
|
14579
|
+
"default": "\"auto\""
|
|
14580
|
+
},
|
|
14447
14581
|
{
|
|
14448
14582
|
"kind": "method",
|
|
14449
14583
|
"name": "hideAsync",
|
|
@@ -14779,6 +14913,14 @@
|
|
|
14779
14913
|
"name": "distinct",
|
|
14780
14914
|
"default": "null"
|
|
14781
14915
|
},
|
|
14916
|
+
{
|
|
14917
|
+
"type": {
|
|
14918
|
+
"text": "string"
|
|
14919
|
+
},
|
|
14920
|
+
"description": "Controls whether the popover manages accessibility attributes on the anchor element.",
|
|
14921
|
+
"name": "anchor-accessibility",
|
|
14922
|
+
"default": "\"auto\""
|
|
14923
|
+
},
|
|
14782
14924
|
{
|
|
14783
14925
|
"type": {
|
|
14784
14926
|
"text": "string | null"
|
|
@@ -14927,7 +15069,7 @@
|
|
|
14927
15069
|
},
|
|
14928
15070
|
"tagName": "forge-popover",
|
|
14929
15071
|
"customElement": true,
|
|
14930
|
-
"summary": "Popovers are used to
|
|
15072
|
+
"summary": "Popovers are used to show content in an element that is rendered above all other content on the page. Use popovers to display additional information or actions related to a specific element. Popovers are typically triggered by user interaction, such as clicking a button or hovering over an element.",
|
|
14931
15073
|
"dependencies": [
|
|
14932
15074
|
{
|
|
14933
15075
|
"name": "forge-overlay",
|
|
@@ -15104,7 +15246,7 @@
|
|
|
15104
15246
|
},
|
|
15105
15247
|
"tagName": "forge-profile-card",
|
|
15106
15248
|
"customElement": true,
|
|
15107
|
-
"summary": "Profile cards display user information and actions in a structured card format."
|
|
15249
|
+
"summary": "Profile cards display user information and actions in a structured card format. This component is deprecated prefer using the `<forge-user-profile>` component from the extended library instead."
|
|
15108
15250
|
}
|
|
15109
15251
|
],
|
|
15110
15252
|
"exports": [
|
|
@@ -15224,7 +15366,7 @@
|
|
|
15224
15366
|
},
|
|
15225
15367
|
"tagName": "forge-scaffold",
|
|
15226
15368
|
"customElement": true,
|
|
15227
|
-
"summary": "
|
|
15369
|
+
"summary": "The scaffold provides a generic layout structure for your content using common named areas. Use scaffolds for full page layouts or smaller sections within other elements where you want positioned content areas and scrollable body content.",
|
|
15228
15370
|
"cssClasses": [
|
|
15229
15371
|
{
|
|
15230
15372
|
"name": "forge-scaffold",
|
|
@@ -15413,7 +15555,7 @@
|
|
|
15413
15555
|
},
|
|
15414
15556
|
"tagName": "forge-skeleton",
|
|
15415
15557
|
"customElement": true,
|
|
15416
|
-
"summary": "
|
|
15558
|
+
"summary": "Skeletons are used to provide a placeholder for content that is loading. They have various styles to represent different types of content.",
|
|
15417
15559
|
"cssClasses": [
|
|
15418
15560
|
{
|
|
15419
15561
|
"name": "forge-skeleton",
|
|
@@ -15750,7 +15892,7 @@
|
|
|
15750
15892
|
},
|
|
15751
15893
|
"tagName": "forge-skip-link",
|
|
15752
15894
|
"customElement": true,
|
|
15753
|
-
"summary": "The Forge Skip Link component is used to provide
|
|
15895
|
+
"summary": "The Forge Skip Link component is used to provide an accessible way for users to skip repetitive content and navigate directly to a section of the page. This is used for screen reader and keyboard users to improve the overall accessibility of web applications.",
|
|
15754
15896
|
"dependencies": [
|
|
15755
15897
|
{
|
|
15756
15898
|
"name": "forge-focus-indicator",
|
|
@@ -16322,7 +16464,7 @@
|
|
|
16322
16464
|
},
|
|
16323
16465
|
"tagName": "forge-slider",
|
|
16324
16466
|
"customElement": true,
|
|
16325
|
-
"summary": "Sliders allow users to make selections from a range of values.",
|
|
16467
|
+
"summary": "Sliders allow users to make selections from a range of values. You can use sliders for selecting values from either a continuous or discrete range, and they can also be used for selecting a single value or a range of values.",
|
|
16326
16468
|
"dependencies": [
|
|
16327
16469
|
{
|
|
16328
16470
|
"name": "forge-focus-indicator",
|
|
@@ -16478,7 +16620,7 @@
|
|
|
16478
16620
|
},
|
|
16479
16621
|
"tagName": "forge-split-button",
|
|
16480
16622
|
"customElement": true,
|
|
16481
|
-
"summary": "Split buttons are used for splitting an action into two parts.",
|
|
16623
|
+
"summary": "Split buttons are used for splitting an action into two parts, typically a primary action and a secondary action that opens a menu or performs an alternative action. Split buttons expect child Forge buttons as their content.",
|
|
16482
16624
|
"dependencies": [
|
|
16483
16625
|
{
|
|
16484
16626
|
"name": "forge-button",
|
|
@@ -16670,7 +16812,7 @@
|
|
|
16670
16812
|
},
|
|
16671
16813
|
"tagName": "forge-stack",
|
|
16672
16814
|
"customElement": true,
|
|
16673
|
-
"summary": "The stack is a utility component that helps manage spacing and alignment of immediate children along a vertical or horizontal axis.",
|
|
16815
|
+
"summary": "The stack is a utility component that helps manage spacing and alignment of immediate children along a vertical or horizontal axis. Use stacks sparingly to avoid unnecessary DOM complexity, and prefer CSS flexbox or grid for more complex layouts.",
|
|
16674
16816
|
"cssClasses": [
|
|
16675
16817
|
{
|
|
16676
16818
|
"name": "forge-stack",
|
|
@@ -16852,7 +16994,7 @@
|
|
|
16852
16994
|
},
|
|
16853
16995
|
"tagName": "forge-state-layer",
|
|
16854
16996
|
"customElement": true,
|
|
16855
|
-
"summary": "State layers show the interaction status of an element.",
|
|
16997
|
+
"summary": "State layers show the interaction status of an element. These layers are semi-transparent overlays that indicate hover, focus, press, and drag states. State layers are building blocks for components and should generally not be used directly, but part of other components that have interactive states.",
|
|
16856
16998
|
"cssClasses": [
|
|
16857
16999
|
{
|
|
16858
17000
|
"name": "forge-state-layer",
|
|
@@ -18107,7 +18249,7 @@
|
|
|
18107
18249
|
},
|
|
18108
18250
|
"privacy": "public",
|
|
18109
18251
|
"description": "Controls the visibility of the select column.",
|
|
18110
|
-
"default": "
|
|
18252
|
+
"default": "false",
|
|
18111
18253
|
"attribute": "select"
|
|
18112
18254
|
},
|
|
18113
18255
|
{
|
|
@@ -18379,7 +18521,7 @@
|
|
|
18379
18521
|
"text": "boolean"
|
|
18380
18522
|
},
|
|
18381
18523
|
"description": "Controls the visibility of the select column.",
|
|
18382
|
-
"default": "
|
|
18524
|
+
"default": "false",
|
|
18383
18525
|
"fieldName": "select"
|
|
18384
18526
|
},
|
|
18385
18527
|
{
|
|
@@ -18521,7 +18663,7 @@
|
|
|
18521
18663
|
},
|
|
18522
18664
|
"tagName": "forge-table",
|
|
18523
18665
|
"customElement": true,
|
|
18524
|
-
"summary": "
|
|
18666
|
+
"summary": "Tables are used to display sets of data. They organize information into rows and columns, making it easier to read, compare, and analyze. The Forge table provides a configuration-based approach to building data tables with means for sorting, filtering, selecting, and customizing the display of tabular data.",
|
|
18525
18667
|
"dependencies": [
|
|
18526
18668
|
{
|
|
18527
18669
|
"name": "forge-expansion-panel",
|
|
@@ -19212,7 +19354,7 @@
|
|
|
19212
19354
|
},
|
|
19213
19355
|
"tagName": "forge-text-field",
|
|
19214
19356
|
"customElement": true,
|
|
19215
|
-
"summary": "The Forge Text Field component
|
|
19357
|
+
"summary": "The Forge Text Field component is an input field used to capture user text input. It requires a child `<input>` or `<textarea>` element to function properly, and an optional `<label>` element can be used to provide a label for the `<input>`.",
|
|
19216
19358
|
"dependencies": [
|
|
19217
19359
|
{
|
|
19218
19360
|
"name": "forge-field",
|
|
@@ -20375,7 +20517,7 @@
|
|
|
20375
20517
|
},
|
|
20376
20518
|
"tagName": "forge-toast",
|
|
20377
20519
|
"customElement": true,
|
|
20378
|
-
"summary": "Toasts are non-modal notifications that appear in response to user interactions.",
|
|
20520
|
+
"summary": "Toasts are non-modal notifications that appear in response to user interactions. Use toasts to provide brief messages about app processes at the bottom or top of the screen. They automatically disappear after a timeout, but can also include an action button and a dismiss button.",
|
|
20379
20521
|
"dependencies": [
|
|
20380
20522
|
{
|
|
20381
20523
|
"name": "forge-overlay",
|
|
@@ -20608,7 +20750,7 @@
|
|
|
20608
20750
|
},
|
|
20609
20751
|
"tagName": "forge-toolbar",
|
|
20610
20752
|
"customElement": true,
|
|
20611
|
-
"summary": "Toolbars allow you to place titles and actions within a container and align them to the start, center, or end of the toolbar
|
|
20753
|
+
"summary": "Toolbars allow you to place titles and actions within a container and align them to the start, center, or end of the toolbar. This component is useful as headers and footers within pages, dialogs, sections... etc. to ensure consistent layout and alignment.",
|
|
20612
20754
|
"cssClasses": [
|
|
20613
20755
|
{
|
|
20614
20756
|
"name": "forge-toolbar",
|
|
@@ -21007,7 +21149,7 @@
|
|
|
21007
21149
|
},
|
|
21008
21150
|
"tagName": "forge-tooltip",
|
|
21009
21151
|
"customElement": true,
|
|
21010
|
-
"summary": "Tooltips display information related to an element when the user hovers over an element.",
|
|
21152
|
+
"summary": "Tooltips display information related to an element when the user focuses or hovers over an anchor element. Use tooltips to provide additional context or information about elements that may not be immediately apparent.",
|
|
21011
21153
|
"dependencies": [
|
|
21012
21154
|
{
|
|
21013
21155
|
"name": "forge-overlay",
|
|
@@ -21181,7 +21323,7 @@
|
|
|
21181
21323
|
},
|
|
21182
21324
|
"tagName": "forge-view-switcher",
|
|
21183
21325
|
"customElement": true,
|
|
21184
|
-
"summary": "A container component that manages switching between multiple child
|
|
21326
|
+
"summary": "A container component that manages switching between multiple child `<forge-view>` elements with configurable animations and programmatic navigation controls.",
|
|
21185
21327
|
"dependencies": [
|
|
21186
21328
|
{
|
|
21187
21329
|
"name": "forge-view",
|
|
@@ -21414,7 +21556,7 @@
|
|
|
21414
21556
|
},
|
|
21415
21557
|
"tagName": "forge-app-bar",
|
|
21416
21558
|
"customElement": true,
|
|
21417
|
-
"summary": "App bars are
|
|
21559
|
+
"summary": "App bars are headers used to display branding, navigation, and actions at the top of an application. They typically contain a logo, title, and various action items.",
|
|
21418
21560
|
"cssClasses": [
|
|
21419
21561
|
{
|
|
21420
21562
|
"name": "forge-app-bar",
|
|
@@ -22699,7 +22841,7 @@
|
|
|
22699
22841
|
},
|
|
22700
22842
|
"tagName": "forge-button-toggle",
|
|
22701
22843
|
"customElement": true,
|
|
22702
|
-
"summary": "
|
|
22844
|
+
"summary": "Button toggles allow users to select from a group of choices with single or multiple selection."
|
|
22703
22845
|
}
|
|
22704
22846
|
],
|
|
22705
22847
|
"exports": [
|
|
@@ -23158,7 +23300,7 @@
|
|
|
23158
23300
|
},
|
|
23159
23301
|
"tagName": "forge-button-toggle-group",
|
|
23160
23302
|
"customElement": true,
|
|
23161
|
-
"summary": "Button toggle groups allow users to select one or more options from a set of
|
|
23303
|
+
"summary": "Button toggle groups allow users to select one or more options from a set of button toggles."
|
|
23162
23304
|
}
|
|
23163
23305
|
],
|
|
23164
23306
|
"exports": [
|
|
@@ -23755,6 +23897,15 @@
|
|
|
23755
23897
|
},
|
|
23756
23898
|
"privacy": "public",
|
|
23757
23899
|
"description": "The rel of the chip."
|
|
23900
|
+
},
|
|
23901
|
+
{
|
|
23902
|
+
"kind": "field",
|
|
23903
|
+
"name": "removeButtonLabel",
|
|
23904
|
+
"type": {
|
|
23905
|
+
"text": "string"
|
|
23906
|
+
},
|
|
23907
|
+
"privacy": "public",
|
|
23908
|
+
"description": "The custom aria-label for the remove button."
|
|
23758
23909
|
}
|
|
23759
23910
|
],
|
|
23760
23911
|
"events": [
|
|
@@ -23850,6 +24001,13 @@
|
|
|
23850
24001
|
},
|
|
23851
24002
|
"description": "The rel of the chip.",
|
|
23852
24003
|
"name": "rel"
|
|
24004
|
+
},
|
|
24005
|
+
{
|
|
24006
|
+
"type": {
|
|
24007
|
+
"text": "string"
|
|
24008
|
+
},
|
|
24009
|
+
"description": "The custom aria-label for the remove button.",
|
|
24010
|
+
"name": "remove-button-label"
|
|
23853
24011
|
}
|
|
23854
24012
|
],
|
|
23855
24013
|
"superclass": {
|
|
@@ -24130,7 +24288,7 @@
|
|
|
24130
24288
|
},
|
|
24131
24289
|
"tagName": "forge-chip-set",
|
|
24132
24290
|
"customElement": true,
|
|
24133
|
-
"summary": "
|
|
24291
|
+
"summary": "Chip sets are used to group multiple chips together and orchestrate their behavior.",
|
|
24134
24292
|
"cssFilePath": {
|
|
24135
24293
|
"name": "chips/forge-chips.css",
|
|
24136
24294
|
"description": ""
|
|
@@ -25241,7 +25399,7 @@
|
|
|
25241
25399
|
},
|
|
25242
25400
|
"tagName": "forge-drawer",
|
|
25243
25401
|
"customElement": true,
|
|
25244
|
-
"summary": "A persistent side navigation drawer component that provides
|
|
25402
|
+
"summary": "A persistent side navigation drawer component that provides the ability to dismiss and open the drawer with smooth animations. Use for navigation or to display additional content alongside the main application content.",
|
|
25245
25403
|
"cssClasses": [
|
|
25246
25404
|
{
|
|
25247
25405
|
"name": "forge-drawer",
|
|
@@ -25688,7 +25846,7 @@
|
|
|
25688
25846
|
},
|
|
25689
25847
|
"tagName": "forge-modal-drawer",
|
|
25690
25848
|
"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.",
|
|
25849
|
+
"summary": "A modal navigation drawer component that slides in from the side with a backdrop overlay, typically used for temporary navigation panels. Prefer to use the dialog component with the preset options for sidesheet styles drawers.",
|
|
25692
25850
|
"dependencies": [
|
|
25693
25851
|
{
|
|
25694
25852
|
"name": "forge-backdrop",
|
|
@@ -27205,7 +27363,7 @@
|
|
|
27205
27363
|
},
|
|
27206
27364
|
"tagName": "forge-list",
|
|
27207
27365
|
"customElement": true,
|
|
27208
|
-
"summary": "Lists are
|
|
27366
|
+
"summary": "Lists are vertically oriented groups of related content that allow users to select or view one or more items from a set.",
|
|
27209
27367
|
"cssClasses": [
|
|
27210
27368
|
{
|
|
27211
27369
|
"name": "forge-list",
|
|
@@ -29427,7 +29585,7 @@
|
|
|
29427
29585
|
},
|
|
29428
29586
|
"tagName": "forge-radio",
|
|
29429
29587
|
"customElement": true,
|
|
29430
|
-
"summary": "The Forge Radio component is used to create a form input where only one out of a set of
|
|
29588
|
+
"summary": "The Forge Radio component is used to create a form input where only one out of a set of values should be selected.",
|
|
29431
29589
|
"cssClasses": [
|
|
29432
29590
|
{
|
|
29433
29591
|
"name": "forge-radio",
|
|
@@ -29810,7 +29968,7 @@
|
|
|
29810
29968
|
},
|
|
29811
29969
|
"tagName": "forge-option",
|
|
29812
29970
|
"customElement": true,
|
|
29813
|
-
"summary": "Options represent individual selectable items within select components
|
|
29971
|
+
"summary": "Options represent individual selectable items within `<forge-select>` components."
|
|
29814
29972
|
}
|
|
29815
29973
|
],
|
|
29816
29974
|
"exports": [
|
|
@@ -31062,7 +31220,7 @@
|
|
|
31062
31220
|
},
|
|
31063
31221
|
"tagName": "forge-select",
|
|
31064
31222
|
"customElement": true,
|
|
31065
|
-
"summary": "
|
|
31223
|
+
"summary": "Select components are comboboxes that present a list of options to users for single or multi-selection.",
|
|
31066
31224
|
"dependencies": [
|
|
31067
31225
|
{
|
|
31068
31226
|
"name": "forge-field",
|
|
@@ -33236,7 +33394,7 @@
|
|
|
33236
33394
|
},
|
|
33237
33395
|
"tagName": "forge-tab",
|
|
33238
33396
|
"customElement": true,
|
|
33239
|
-
"summary": "
|
|
33397
|
+
"summary": "Tab components represent a single tab inside a tab bar.",
|
|
33240
33398
|
"dependencies": [
|
|
33241
33399
|
{
|
|
33242
33400
|
"name": "forge-focus-indicator",
|
|
@@ -33480,7 +33638,7 @@
|
|
|
33480
33638
|
},
|
|
33481
33639
|
"tagName": "forge-tab-bar",
|
|
33482
33640
|
"customElement": true,
|
|
33483
|
-
"summary": "
|
|
33641
|
+
"summary": "Tab bars organize a set of tabs, holding selection state and enabling navigation between different views or sections of content.",
|
|
33484
33642
|
"dependencies": [
|
|
33485
33643
|
{
|
|
33486
33644
|
"name": "forge-tab",
|
|
@@ -33522,7 +33680,7 @@
|
|
|
33522
33680
|
},
|
|
33523
33681
|
"tagName": "forge-view",
|
|
33524
33682
|
"customElement": true,
|
|
33525
|
-
"summary": "
|
|
33683
|
+
"summary": "Represents a single view content area within a view-switcher for organizing and displaying content sections."
|
|
33526
33684
|
}
|
|
33527
33685
|
],
|
|
33528
33686
|
"exports": [
|
|
@@ -33833,7 +33991,7 @@
|
|
|
33833
33991
|
},
|
|
33834
33992
|
"ButtonComponent": {
|
|
33835
33993
|
"path": "src/lib/button/button.ts",
|
|
33836
|
-
"lineNumber":
|
|
33994
|
+
"lineNumber": 153
|
|
33837
33995
|
},
|
|
33838
33996
|
"IButtonAreaAdapter": {
|
|
33839
33997
|
"path": "src/lib/button-area/button-area-adapter.ts",
|
|
@@ -33857,7 +34015,7 @@
|
|
|
33857
34015
|
},
|
|
33858
34016
|
"ButtonAreaComponent": {
|
|
33859
34017
|
"path": "src/lib/button-area/button-area.ts",
|
|
33860
|
-
"lineNumber":
|
|
34018
|
+
"lineNumber": 44
|
|
33861
34019
|
},
|
|
33862
34020
|
"ICalendarAdapter": {
|
|
33863
34021
|
"path": "src/lib/calendar/calendar-adapter.ts",
|
|
@@ -34129,7 +34287,7 @@
|
|
|
34129
34287
|
},
|
|
34130
34288
|
"CircularProgressComponent": {
|
|
34131
34289
|
"path": "src/lib/circular-progress/circular-progress.ts",
|
|
34132
|
-
"lineNumber":
|
|
34290
|
+
"lineNumber": 62
|
|
34133
34291
|
},
|
|
34134
34292
|
"IColorPickerAdapter": {
|
|
34135
34293
|
"path": "src/lib/color-picker/color-picker-adapter.ts",
|
|
@@ -34421,7 +34579,7 @@
|
|
|
34421
34579
|
},
|
|
34422
34580
|
"FieldComponent": {
|
|
34423
34581
|
"path": "src/lib/field/field.ts",
|
|
34424
|
-
"lineNumber":
|
|
34582
|
+
"lineNumber": 182
|
|
34425
34583
|
},
|
|
34426
34584
|
"IFilePickerAdapter": {
|
|
34427
34585
|
"path": "src/lib/file-picker/file-picker-adapter.ts",
|
|
@@ -34465,7 +34623,7 @@
|
|
|
34465
34623
|
},
|
|
34466
34624
|
"FilePickerComponent": {
|
|
34467
34625
|
"path": "src/lib/file-picker/file-picker.ts",
|
|
34468
|
-
"lineNumber":
|
|
34626
|
+
"lineNumber": 81
|
|
34469
34627
|
},
|
|
34470
34628
|
"IFloatingActionButtonAdapter": {
|
|
34471
34629
|
"path": "src/lib/floating-action-button/floating-action-button-adapter.ts",
|
|
@@ -34773,7 +34931,7 @@
|
|
|
34773
34931
|
},
|
|
34774
34932
|
"LinearProgressComponent": {
|
|
34775
34933
|
"path": "src/lib/linear-progress/linear-progress.ts",
|
|
34776
|
-
"lineNumber":
|
|
34934
|
+
"lineNumber": 58
|
|
34777
34935
|
},
|
|
34778
34936
|
"ICascadingListDropdownAwareCore": {
|
|
34779
34937
|
"path": "src/lib/list-dropdown/cascading-list-dropdown-aware-core.ts",
|
|
@@ -34813,67 +34971,71 @@
|
|
|
34813
34971
|
},
|
|
34814
34972
|
"ListDropdownOptionBuilder": {
|
|
34815
34973
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34816
|
-
"lineNumber":
|
|
34974
|
+
"lineNumber": 45
|
|
34817
34975
|
},
|
|
34818
34976
|
"ListDropdownHeaderBuilder": {
|
|
34819
34977
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34820
|
-
"lineNumber":
|
|
34978
|
+
"lineNumber": 46
|
|
34821
34979
|
},
|
|
34822
34980
|
"ListDropdownFooterBuilder": {
|
|
34823
34981
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34824
|
-
"lineNumber":
|
|
34982
|
+
"lineNumber": 47
|
|
34825
34983
|
},
|
|
34826
34984
|
"ListDropdownOptionGroupBuilder": {
|
|
34827
34985
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34828
|
-
"lineNumber":
|
|
34986
|
+
"lineNumber": 48
|
|
34829
34987
|
},
|
|
34830
34988
|
"ListDropdownTransformCallback": {
|
|
34831
34989
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34832
|
-
"lineNumber":
|
|
34990
|
+
"lineNumber": 49
|
|
34833
34991
|
},
|
|
34834
34992
|
"ListDropdownIconType": {
|
|
34835
34993
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34836
|
-
"lineNumber":
|
|
34994
|
+
"lineNumber": 50
|
|
34837
34995
|
},
|
|
34838
34996
|
"IBaseListDropdownOption": {
|
|
34839
34997
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34840
|
-
"lineNumber":
|
|
34998
|
+
"lineNumber": 52
|
|
34841
34999
|
},
|
|
34842
35000
|
"IListDropdownOption": {
|
|
34843
35001
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34844
|
-
"lineNumber":
|
|
35002
|
+
"lineNumber": 72
|
|
34845
35003
|
},
|
|
34846
35004
|
"IListDropdownOptionGroup": {
|
|
34847
35005
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34848
|
-
"lineNumber":
|
|
35006
|
+
"lineNumber": 77
|
|
34849
35007
|
},
|
|
34850
35008
|
"IListDropdownSelectEventData": {
|
|
34851
35009
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34852
|
-
"lineNumber":
|
|
35010
|
+
"lineNumber": 84
|
|
34853
35011
|
},
|
|
34854
35012
|
"IListDropdownConfig": {
|
|
34855
35013
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34856
|
-
"lineNumber":
|
|
35014
|
+
"lineNumber": 88
|
|
34857
35015
|
},
|
|
34858
35016
|
"IListDropdownCascadingElementFactoryConfig": {
|
|
34859
35017
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34860
|
-
"lineNumber":
|
|
35018
|
+
"lineNumber": 132
|
|
34861
35019
|
},
|
|
34862
35020
|
"IListDropdownOpenConfig": {
|
|
34863
35021
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34864
|
-
"lineNumber":
|
|
35022
|
+
"lineNumber": 145
|
|
34865
35023
|
},
|
|
34866
35024
|
"ListDropdownType": {
|
|
34867
35025
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34868
|
-
"lineNumber":
|
|
35026
|
+
"lineNumber": 147
|
|
34869
35027
|
},
|
|
34870
35028
|
"ListDropdownAsyncStyle": {
|
|
34871
35029
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34872
|
-
"lineNumber":
|
|
35030
|
+
"lineNumber": 153
|
|
34873
35031
|
},
|
|
34874
35032
|
"ListDropdownTooltipConfig": {
|
|
34875
35033
|
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
34876
|
-
"lineNumber":
|
|
35034
|
+
"lineNumber": 158
|
|
35035
|
+
},
|
|
35036
|
+
"ListDropdownTooltipVisibilityMode": {
|
|
35037
|
+
"path": "src/lib/list-dropdown/list-dropdown-constants.ts",
|
|
35038
|
+
"lineNumber": 169
|
|
34877
35039
|
},
|
|
34878
35040
|
"IListDropdownCore": {
|
|
34879
35041
|
"path": "src/lib/list-dropdown/list-dropdown-core.ts",
|
|
@@ -34885,7 +35047,7 @@
|
|
|
34885
35047
|
},
|
|
34886
35048
|
"ListDropdownOptionType": {
|
|
34887
35049
|
"path": "src/lib/list-dropdown/list-dropdown-utils.ts",
|
|
34888
|
-
"lineNumber":
|
|
35050
|
+
"lineNumber": 23
|
|
34889
35051
|
},
|
|
34890
35052
|
"IListDropdown": {
|
|
34891
35053
|
"path": "src/lib/list-dropdown/list-dropdown.ts",
|
|
@@ -34901,35 +35063,35 @@
|
|
|
34901
35063
|
},
|
|
34902
35064
|
"MenuAdapter": {
|
|
34903
35065
|
"path": "src/lib/menu/menu-adapter.ts",
|
|
34904
|
-
"lineNumber":
|
|
35066
|
+
"lineNumber": 44
|
|
34905
35067
|
},
|
|
34906
35068
|
"IMenuSelectEventData": {
|
|
34907
35069
|
"path": "src/lib/menu/menu-constants.ts",
|
|
34908
|
-
"lineNumber":
|
|
35070
|
+
"lineNumber": 53
|
|
34909
35071
|
},
|
|
34910
35072
|
"IMenuActiveChangeEventData": {
|
|
34911
35073
|
"path": "src/lib/menu/menu-constants.ts",
|
|
34912
|
-
"lineNumber":
|
|
35074
|
+
"lineNumber": 59
|
|
34913
35075
|
},
|
|
34914
35076
|
"IMenuOption": {
|
|
34915
35077
|
"path": "src/lib/menu/menu-constants.ts",
|
|
34916
|
-
"lineNumber":
|
|
35078
|
+
"lineNumber": 63
|
|
34917
35079
|
},
|
|
34918
35080
|
"IMenuOptionGroup": {
|
|
34919
35081
|
"path": "src/lib/menu/menu-constants.ts",
|
|
34920
|
-
"lineNumber":
|
|
35082
|
+
"lineNumber": 68
|
|
34921
35083
|
},
|
|
34922
35084
|
"MenuOptionBuilder": {
|
|
34923
35085
|
"path": "src/lib/menu/menu-constants.ts",
|
|
34924
|
-
"lineNumber":
|
|
35086
|
+
"lineNumber": 70
|
|
34925
35087
|
},
|
|
34926
35088
|
"MenuOptionFactory": {
|
|
34927
35089
|
"path": "src/lib/menu/menu-constants.ts",
|
|
34928
|
-
"lineNumber":
|
|
35090
|
+
"lineNumber": 71
|
|
34929
35091
|
},
|
|
34930
35092
|
"MenuMode": {
|
|
34931
35093
|
"path": "src/lib/menu/menu-constants.ts",
|
|
34932
|
-
"lineNumber":
|
|
35094
|
+
"lineNumber": 72
|
|
34933
35095
|
},
|
|
34934
35096
|
"IMenuCore": {
|
|
34935
35097
|
"path": "src/lib/menu/menu-core.ts",
|
|
@@ -34937,7 +35099,7 @@
|
|
|
34937
35099
|
},
|
|
34938
35100
|
"MenuCore": {
|
|
34939
35101
|
"path": "src/lib/menu/menu-core.ts",
|
|
34940
|
-
"lineNumber":
|
|
35102
|
+
"lineNumber": 46
|
|
34941
35103
|
},
|
|
34942
35104
|
"IMenuComponent": {
|
|
34943
35105
|
"path": "src/lib/menu/menu.ts",
|
|
@@ -34945,7 +35107,7 @@
|
|
|
34945
35107
|
},
|
|
34946
35108
|
"MenuComponent": {
|
|
34947
35109
|
"path": "src/lib/menu/menu.ts",
|
|
34948
|
-
"lineNumber":
|
|
35110
|
+
"lineNumber": 71
|
|
34949
35111
|
},
|
|
34950
35112
|
"OpenIconOrientation": {
|
|
34951
35113
|
"path": "src/lib/open-icon/open-icon-constants.ts",
|
|
@@ -34961,7 +35123,7 @@
|
|
|
34961
35123
|
},
|
|
34962
35124
|
"OpenIconComponent": {
|
|
34963
35125
|
"path": "src/lib/open-icon/open-icon.ts",
|
|
34964
|
-
"lineNumber":
|
|
35126
|
+
"lineNumber": 51
|
|
34965
35127
|
},
|
|
34966
35128
|
"IOverlayAdapter": {
|
|
34967
35129
|
"path": "src/lib/overlay/overlay-adapter.ts",
|
|
@@ -35025,7 +35187,7 @@
|
|
|
35025
35187
|
},
|
|
35026
35188
|
"OverlayComponent": {
|
|
35027
35189
|
"path": "src/lib/overlay/overlay.ts",
|
|
35028
|
-
"lineNumber":
|
|
35190
|
+
"lineNumber": 91
|
|
35029
35191
|
},
|
|
35030
35192
|
"IPageStateComponent": {
|
|
35031
35193
|
"path": "src/lib/page-state/page-state.ts",
|
|
@@ -35065,7 +35227,7 @@
|
|
|
35065
35227
|
},
|
|
35066
35228
|
"PaginatorCore": {
|
|
35067
35229
|
"path": "src/lib/paginator/paginator-core.ts",
|
|
35068
|
-
"lineNumber":
|
|
35230
|
+
"lineNumber": 29
|
|
35069
35231
|
},
|
|
35070
35232
|
"IPaginatorComponent": {
|
|
35071
35233
|
"path": "src/lib/paginator/paginator.ts",
|
|
@@ -35073,7 +35235,7 @@
|
|
|
35073
35235
|
},
|
|
35074
35236
|
"PaginatorComponent": {
|
|
35075
35237
|
"path": "src/lib/paginator/paginator.ts",
|
|
35076
|
-
"lineNumber":
|
|
35238
|
+
"lineNumber": 62
|
|
35077
35239
|
},
|
|
35078
35240
|
"IPopoverAdapter": {
|
|
35079
35241
|
"path": "src/lib/popover/popover-adapter.ts",
|
|
@@ -35085,43 +35247,47 @@
|
|
|
35085
35247
|
},
|
|
35086
35248
|
"PopoverAnimationType": {
|
|
35087
35249
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35088
|
-
"lineNumber":
|
|
35250
|
+
"lineNumber": 65
|
|
35089
35251
|
},
|
|
35090
35252
|
"PopoverTriggerType": {
|
|
35091
35253
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35092
|
-
"lineNumber":
|
|
35254
|
+
"lineNumber": 66
|
|
35093
35255
|
},
|
|
35094
35256
|
"PopoverDismissReason": {
|
|
35095
35257
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35096
|
-
"lineNumber":
|
|
35258
|
+
"lineNumber": 67
|
|
35097
35259
|
},
|
|
35098
35260
|
"PopoverPreset": {
|
|
35099
35261
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35100
|
-
"lineNumber":
|
|
35262
|
+
"lineNumber": 68
|
|
35263
|
+
},
|
|
35264
|
+
"PopoverAnchorAccessibility": {
|
|
35265
|
+
"path": "src/lib/popover/popover-constants.ts",
|
|
35266
|
+
"lineNumber": 69
|
|
35101
35267
|
},
|
|
35102
35268
|
"IPopoverToggleEventData": {
|
|
35103
35269
|
"path": "src/lib/popover/popover-constants.ts",
|
|
35104
|
-
"lineNumber":
|
|
35270
|
+
"lineNumber": 71
|
|
35105
35271
|
},
|
|
35106
35272
|
"IPopoverCore": {
|
|
35107
35273
|
"path": "src/lib/popover/popover-core.ts",
|
|
35108
|
-
"lineNumber":
|
|
35274
|
+
"lineNumber": 19
|
|
35109
35275
|
},
|
|
35110
35276
|
"PopoverCore": {
|
|
35111
35277
|
"path": "src/lib/popover/popover-core.ts",
|
|
35112
|
-
"lineNumber":
|
|
35278
|
+
"lineNumber": 34
|
|
35113
35279
|
},
|
|
35114
35280
|
"IPopoverProperties": {
|
|
35115
35281
|
"path": "src/lib/popover/popover.ts",
|
|
35116
|
-
"lineNumber":
|
|
35282
|
+
"lineNumber": 20
|
|
35117
35283
|
},
|
|
35118
35284
|
"IPopoverComponent": {
|
|
35119
35285
|
"path": "src/lib/popover/popover.ts",
|
|
35120
|
-
"lineNumber":
|
|
35286
|
+
"lineNumber": 33
|
|
35121
35287
|
},
|
|
35122
35288
|
"PopoverComponent": {
|
|
35123
35289
|
"path": "src/lib/popover/popover.ts",
|
|
35124
|
-
"lineNumber":
|
|
35290
|
+
"lineNumber": 133
|
|
35125
35291
|
},
|
|
35126
35292
|
"IProfileCardAdapter": {
|
|
35127
35293
|
"path": "src/lib/profile-card/profile-card-adapter.ts",
|
|
@@ -35145,7 +35311,7 @@
|
|
|
35145
35311
|
},
|
|
35146
35312
|
"ProfileCardComponent": {
|
|
35147
35313
|
"path": "src/lib/profile-card/profile-card.ts",
|
|
35148
|
-
"lineNumber":
|
|
35314
|
+
"lineNumber": 44
|
|
35149
35315
|
},
|
|
35150
35316
|
"IScaffoldComponent": {
|
|
35151
35317
|
"path": "src/lib/scaffold/scaffold.ts",
|
|
@@ -35309,7 +35475,7 @@
|
|
|
35309
35475
|
},
|
|
35310
35476
|
"StackComponent": {
|
|
35311
35477
|
"path": "src/lib/stack/stack.ts",
|
|
35312
|
-
"lineNumber":
|
|
35478
|
+
"lineNumber": 52
|
|
35313
35479
|
},
|
|
35314
35480
|
"IStateLayerAdapter": {
|
|
35315
35481
|
"path": "src/lib/state-layer/state-layer-adapter.ts",
|
|
@@ -35401,7 +35567,7 @@
|
|
|
35401
35567
|
},
|
|
35402
35568
|
"TableAdapter": {
|
|
35403
35569
|
"path": "src/lib/table/table-adapter.ts",
|
|
35404
|
-
"lineNumber":
|
|
35570
|
+
"lineNumber": 70
|
|
35405
35571
|
},
|
|
35406
35572
|
"ITableCore": {
|
|
35407
35573
|
"path": "src/lib/table/table-core.ts",
|
|
@@ -35573,7 +35739,7 @@
|
|
|
35573
35739
|
},
|
|
35574
35740
|
"TextFieldAdapter": {
|
|
35575
35741
|
"path": "src/lib/text-field/text-field-adapter.ts",
|
|
35576
|
-
"lineNumber":
|
|
35742
|
+
"lineNumber": 26
|
|
35577
35743
|
},
|
|
35578
35744
|
"TextFieldComponentDelegateProps": {
|
|
35579
35745
|
"path": "src/lib/text-field/text-field-component-delegate.ts",
|
|
@@ -35697,7 +35863,7 @@
|
|
|
35697
35863
|
},
|
|
35698
35864
|
"ToastAdapter": {
|
|
35699
35865
|
"path": "src/lib/toast/toast-adapter.ts",
|
|
35700
|
-
"lineNumber":
|
|
35866
|
+
"lineNumber": 30
|
|
35701
35867
|
},
|
|
35702
35868
|
"ToastPlacement": {
|
|
35703
35869
|
"path": "src/lib/toast/toast-constants.ts",
|
|
@@ -35709,27 +35875,27 @@
|
|
|
35709
35875
|
},
|
|
35710
35876
|
"IToastCore": {
|
|
35711
35877
|
"path": "src/lib/toast/toast-core.ts",
|
|
35712
|
-
"lineNumber":
|
|
35878
|
+
"lineNumber": 5
|
|
35713
35879
|
},
|
|
35714
35880
|
"ToastCore": {
|
|
35715
35881
|
"path": "src/lib/toast/toast-core.ts",
|
|
35716
|
-
"lineNumber":
|
|
35882
|
+
"lineNumber": 15
|
|
35717
35883
|
},
|
|
35718
35884
|
"IToastProperties": {
|
|
35719
35885
|
"path": "src/lib/toast/toast.ts",
|
|
35720
|
-
"lineNumber":
|
|
35886
|
+
"lineNumber": 20
|
|
35721
35887
|
},
|
|
35722
35888
|
"IToastPresentConfiguration": {
|
|
35723
35889
|
"path": "src/lib/toast/toast.ts",
|
|
35724
|
-
"lineNumber":
|
|
35890
|
+
"lineNumber": 30
|
|
35725
35891
|
},
|
|
35726
35892
|
"IToastComponent": {
|
|
35727
35893
|
"path": "src/lib/toast/toast.ts",
|
|
35728
|
-
"lineNumber":
|
|
35894
|
+
"lineNumber": 38
|
|
35729
35895
|
},
|
|
35730
35896
|
"ToastComponent": {
|
|
35731
35897
|
"path": "src/lib/toast/toast.ts",
|
|
35732
|
-
"lineNumber":
|
|
35898
|
+
"lineNumber": 111
|
|
35733
35899
|
},
|
|
35734
35900
|
"IToolbarComponent": {
|
|
35735
35901
|
"path": "src/lib/toolbar/toolbar.ts",
|
|
@@ -35737,7 +35903,7 @@
|
|
|
35737
35903
|
},
|
|
35738
35904
|
"ToolbarComponent": {
|
|
35739
35905
|
"path": "src/lib/toolbar/toolbar.ts",
|
|
35740
|
-
"lineNumber":
|
|
35906
|
+
"lineNumber": 70
|
|
35741
35907
|
},
|
|
35742
35908
|
"ITooltipAdapter": {
|
|
35743
35909
|
"path": "src/lib/tooltip/tooltip-adapter.ts",
|
|
@@ -36129,31 +36295,31 @@
|
|
|
36129
36295
|
},
|
|
36130
36296
|
"ChipAdapter": {
|
|
36131
36297
|
"path": "src/lib/chips/chip/chip-adapter.ts",
|
|
36132
|
-
"lineNumber":
|
|
36298
|
+
"lineNumber": 36
|
|
36133
36299
|
},
|
|
36134
36300
|
"ChipTheme": {
|
|
36135
36301
|
"path": "src/lib/chips/chip/chip-constants.ts",
|
|
36136
|
-
"lineNumber":
|
|
36302
|
+
"lineNumber": 49
|
|
36137
36303
|
},
|
|
36138
36304
|
"ChipType": {
|
|
36139
36305
|
"path": "src/lib/chips/chip/chip-constants.ts",
|
|
36140
|
-
"lineNumber":
|
|
36306
|
+
"lineNumber": 50
|
|
36141
36307
|
},
|
|
36142
36308
|
"IChipSelectEventData": {
|
|
36143
36309
|
"path": "src/lib/chips/chip/chip-constants.ts",
|
|
36144
|
-
"lineNumber":
|
|
36310
|
+
"lineNumber": 52
|
|
36145
36311
|
},
|
|
36146
36312
|
"IChipDeleteEventData": {
|
|
36147
36313
|
"path": "src/lib/chips/chip/chip-constants.ts",
|
|
36148
|
-
"lineNumber":
|
|
36314
|
+
"lineNumber": 57
|
|
36149
36315
|
},
|
|
36150
36316
|
"IChipState": {
|
|
36151
36317
|
"path": "src/lib/chips/chip/chip-constants.ts",
|
|
36152
|
-
"lineNumber":
|
|
36318
|
+
"lineNumber": 61
|
|
36153
36319
|
},
|
|
36154
36320
|
"IChipNavigateEventData": {
|
|
36155
36321
|
"path": "src/lib/chips/chip/chip-constants.ts",
|
|
36156
|
-
"lineNumber":
|
|
36322
|
+
"lineNumber": 67
|
|
36157
36323
|
},
|
|
36158
36324
|
"IChipCore": {
|
|
36159
36325
|
"path": "src/lib/chips/chip/chip-core.ts",
|
|
@@ -36161,7 +36327,7 @@
|
|
|
36161
36327
|
},
|
|
36162
36328
|
"ChipCore": {
|
|
36163
36329
|
"path": "src/lib/chips/chip/chip-core.ts",
|
|
36164
|
-
"lineNumber":
|
|
36330
|
+
"lineNumber": 22
|
|
36165
36331
|
},
|
|
36166
36332
|
"IChipComponent": {
|
|
36167
36333
|
"path": "src/lib/chips/chip/chip.ts",
|
|
@@ -36169,7 +36335,7 @@
|
|
|
36169
36335
|
},
|
|
36170
36336
|
"ChipComponent": {
|
|
36171
36337
|
"path": "src/lib/chips/chip/chip.ts",
|
|
36172
|
-
"lineNumber":
|
|
36338
|
+
"lineNumber": 140
|
|
36173
36339
|
},
|
|
36174
36340
|
"IChipSetComponent": {
|
|
36175
36341
|
"path": "src/lib/chips/chip-set/chip-set.ts",
|
|
@@ -36311,6 +36477,10 @@
|
|
|
36311
36477
|
"path": "src/lib/core/mask/time-segment-parser.ts",
|
|
36312
36478
|
"lineNumber": 15
|
|
36313
36479
|
},
|
|
36480
|
+
"TestHarness": {
|
|
36481
|
+
"path": "src/lib/core/testing/test-harness.ts",
|
|
36482
|
+
"lineNumber": 1
|
|
36483
|
+
},
|
|
36314
36484
|
"CustomStateSet": {
|
|
36315
36485
|
"path": "src/lib/core/utils/a11y-utils.ts",
|
|
36316
36486
|
"lineNumber": 17
|
|
@@ -36553,7 +36723,7 @@
|
|
|
36553
36723
|
},
|
|
36554
36724
|
"BaseDrawerAdapter": {
|
|
36555
36725
|
"path": "src/lib/drawer/base/base-drawer-adapter.ts",
|
|
36556
|
-
"lineNumber":
|
|
36726
|
+
"lineNumber": 17
|
|
36557
36727
|
},
|
|
36558
36728
|
"DrawerDirection": {
|
|
36559
36729
|
"path": "src/lib/drawer/base/base-drawer-constants.ts",
|
|
@@ -36877,7 +37047,7 @@
|
|
|
36877
37047
|
},
|
|
36878
37048
|
"RadioComponent": {
|
|
36879
37049
|
"path": "src/lib/radio/radio/radio.ts",
|
|
36880
|
-
"lineNumber":
|
|
37050
|
+
"lineNumber": 83
|
|
36881
37051
|
},
|
|
36882
37052
|
"IRadioGroupAdapter": {
|
|
36883
37053
|
"path": "src/lib/radio/radio-group/radio-group-adapter.ts",
|