@tylertech/forge 3.10.2 → 3.10.4-dev.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 +655 -655
- package/dist/lib.js +6 -6
- package/dist/lib.js.map +3 -3
- package/dist/vscode.css-custom-data.json +90 -90
- package/dist/vscode.html-custom-data.json +33 -33
- package/esm/date-picker/base/base-date-picker-core.d.ts +1 -0
- package/esm/date-picker/base/base-date-picker-core.js +6 -3
- package/esm/date-range-picker/date-range-picker-core.d.ts +1 -0
- package/esm/date-range-picker/date-range-picker-core.js +5 -0
- package/esm/split-view/split-view-panel/split-view-panel.js +1 -1
- package/esm/tabs/tab-bar/tab-bar-core.d.ts +1 -1
- package/esm/tabs/tab-bar/tab-bar-core.js +29 -24
- package/package.json +2 -2
|
@@ -112,6 +112,26 @@
|
|
|
112
112
|
"description": "The spacing between the content within the badge.",
|
|
113
113
|
"values": []
|
|
114
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"name": "--forge-bottom-sheet-desktop-max-width",
|
|
117
|
+
"description": "The maximum width of the bottom sheet on desktop.",
|
|
118
|
+
"values": []
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "--forge-bottom-sheet-desktop-min-width",
|
|
122
|
+
"description": "The minimum width of the bottom sheet on desktop.",
|
|
123
|
+
"values": []
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "--forge-bottom-sheet-animation-duration",
|
|
127
|
+
"description": "The duration of the bottom sheet animation to fullscreen.",
|
|
128
|
+
"values": []
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "--forge-bottom-sheet-animation-timing",
|
|
132
|
+
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
133
|
+
"values": []
|
|
134
|
+
},
|
|
115
135
|
{
|
|
116
136
|
"name": "--forge-banner-background",
|
|
117
137
|
"description": "The background color of the banner.",
|
|
@@ -152,26 +172,6 @@
|
|
|
152
172
|
"description": "The transition easing function.",
|
|
153
173
|
"values": []
|
|
154
174
|
},
|
|
155
|
-
{
|
|
156
|
-
"name": "--forge-bottom-sheet-desktop-max-width",
|
|
157
|
-
"description": "The maximum width of the bottom sheet on desktop.",
|
|
158
|
-
"values": []
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "--forge-bottom-sheet-desktop-min-width",
|
|
162
|
-
"description": "The minimum width of the bottom sheet on desktop.",
|
|
163
|
-
"values": []
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"name": "--forge-bottom-sheet-animation-duration",
|
|
167
|
-
"description": "The duration of the bottom sheet animation to fullscreen.",
|
|
168
|
-
"values": []
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "--forge-bottom-sheet-animation-timing",
|
|
172
|
-
"description": "The timing function of the bottom sheet animation to fullscreen.",
|
|
173
|
-
"values": []
|
|
174
|
-
},
|
|
175
175
|
{
|
|
176
176
|
"name": "--forge-button-primary-color",
|
|
177
177
|
"description": "The primary color of the button.",
|
|
@@ -1727,6 +1727,71 @@
|
|
|
1727
1727
|
"description": "The font size of the icon.",
|
|
1728
1728
|
"values": []
|
|
1729
1729
|
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "--forge-inline-message-background",
|
|
1732
|
+
"description": "The background color.",
|
|
1733
|
+
"values": []
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "--forge-inline-message-color",
|
|
1737
|
+
"description": "The text color.",
|
|
1738
|
+
"values": []
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "--forge-inline-message-shape",
|
|
1742
|
+
"description": "The shape (border) radius.",
|
|
1743
|
+
"values": []
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "--forge-inline-message-padding",
|
|
1747
|
+
"description": "The padding around the content.",
|
|
1748
|
+
"values": []
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "--forge-inline-message-padding-inline",
|
|
1752
|
+
"description": "The inline padding around the content.",
|
|
1753
|
+
"values": []
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "--forge-inline-message-padding-block",
|
|
1757
|
+
"description": "The block padding around the content.",
|
|
1758
|
+
"values": []
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"name": "--forge-inline-message-border-width",
|
|
1762
|
+
"description": "The border width.",
|
|
1763
|
+
"values": []
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "--forge-inline-message-border-style",
|
|
1767
|
+
"description": "The border style. Defaults to `none`.",
|
|
1768
|
+
"values": []
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "--forge-inline-message-border-color",
|
|
1772
|
+
"description": "The border color.",
|
|
1773
|
+
"values": []
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "--forge-inline-message-gap",
|
|
1777
|
+
"description": "The gap/space between the content elements.",
|
|
1778
|
+
"values": []
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "--forge-inline-message-icon-gap",
|
|
1782
|
+
"description": "The gap/space between the icon and the content.",
|
|
1783
|
+
"values": []
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"name": "--forge-inline-message-content-gap",
|
|
1787
|
+
"description": "The gap/space between the title and the message.",
|
|
1788
|
+
"values": []
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "--forge-inline-message-icon-color",
|
|
1792
|
+
"description": "The icon color.",
|
|
1793
|
+
"values": []
|
|
1794
|
+
},
|
|
1730
1795
|
{
|
|
1731
1796
|
"name": "--forge-icon-button-display",
|
|
1732
1797
|
"description": "The display property of the button.",
|
|
@@ -1977,71 +2042,6 @@
|
|
|
1977
2042
|
"description": "The color of the focus indicator.",
|
|
1978
2043
|
"values": []
|
|
1979
2044
|
},
|
|
1980
|
-
{
|
|
1981
|
-
"name": "--forge-inline-message-background",
|
|
1982
|
-
"description": "The background color.",
|
|
1983
|
-
"values": []
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"name": "--forge-inline-message-color",
|
|
1987
|
-
"description": "The text color.",
|
|
1988
|
-
"values": []
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"name": "--forge-inline-message-shape",
|
|
1992
|
-
"description": "The shape (border) radius.",
|
|
1993
|
-
"values": []
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"name": "--forge-inline-message-padding",
|
|
1997
|
-
"description": "The padding around the content.",
|
|
1998
|
-
"values": []
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"name": "--forge-inline-message-padding-inline",
|
|
2002
|
-
"description": "The inline padding around the content.",
|
|
2003
|
-
"values": []
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"name": "--forge-inline-message-padding-block",
|
|
2007
|
-
"description": "The block padding around the content.",
|
|
2008
|
-
"values": []
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "--forge-inline-message-border-width",
|
|
2012
|
-
"description": "The border width.",
|
|
2013
|
-
"values": []
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"name": "--forge-inline-message-border-style",
|
|
2017
|
-
"description": "The border style. Defaults to `none`.",
|
|
2018
|
-
"values": []
|
|
2019
|
-
},
|
|
2020
|
-
{
|
|
2021
|
-
"name": "--forge-inline-message-border-color",
|
|
2022
|
-
"description": "The border color.",
|
|
2023
|
-
"values": []
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"name": "--forge-inline-message-gap",
|
|
2027
|
-
"description": "The gap/space between the content elements.",
|
|
2028
|
-
"values": []
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"name": "--forge-inline-message-icon-gap",
|
|
2032
|
-
"description": "The gap/space between the icon and the content.",
|
|
2033
|
-
"values": []
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"name": "--forge-inline-message-content-gap",
|
|
2037
|
-
"description": "The gap/space between the title and the message.",
|
|
2038
|
-
"values": []
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"name": "--forge-inline-message-icon-color",
|
|
2042
|
-
"description": "The icon color.",
|
|
2043
|
-
"values": []
|
|
2044
|
-
},
|
|
2045
2045
|
{
|
|
2046
2046
|
"name": "--forge-label-value-align",
|
|
2047
2047
|
"description": "Aligns the label and value. Possible values: `start` (default), `center`, `end`.",
|
|
@@ -5625,6 +5625,11 @@
|
|
|
5625
5625
|
"description": "The focus indicator element."
|
|
5626
5626
|
},
|
|
5627
5627
|
{ "name": "::part(svg)", "description": "The internal SVG element." },
|
|
5628
|
+
{ "name": "::part(root)", "description": "The root layout element." },
|
|
5629
|
+
{
|
|
5630
|
+
"name": "::part(container)",
|
|
5631
|
+
"description": "The container element for the title and message content."
|
|
5632
|
+
},
|
|
5628
5633
|
{ "name": "::part(root)", "description": "The root container element." },
|
|
5629
5634
|
{
|
|
5630
5635
|
"name": "::part(focus-indicator)",
|
|
@@ -5634,11 +5639,6 @@
|
|
|
5634
5639
|
"name": "::part(state-layer)",
|
|
5635
5640
|
"description": "The state-layer surface element."
|
|
5636
5641
|
},
|
|
5637
|
-
{ "name": "::part(root)", "description": "The root layout element." },
|
|
5638
|
-
{
|
|
5639
|
-
"name": "::part(container)",
|
|
5640
|
-
"description": "The container element for the title and message content."
|
|
5641
|
-
},
|
|
5642
5642
|
{
|
|
5643
5643
|
"name": "::part(root)",
|
|
5644
5644
|
"description": "The root layout container element."
|
|
@@ -172,50 +172,50 @@
|
|
|
172
172
|
"references": []
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
|
-
"name": "forge-
|
|
176
|
-
"description": "
|
|
175
|
+
"name": "forge-bottom-sheet",
|
|
176
|
+
"description": "Bottom sheets slide up from the bottom of the screen to reveal more content and/or actions that the user can take.\n---\n\n\n### **Events:**\n - **forge-bottom-sheet-before-close** - Fires before the bottom sheet closes.\n- **forge-bottom-sheet-close** - Fires after the bottom sheet closes.\n- **forge-bottom-sheet-open** - Fires after the bottom sheet opens.\n- **forge-bottom-sheet-drag-start** - Fires when the bottom sheet starts to be dragged.\n- **forge-bottom-sheet-dragged** - Fires when the bottom sheet is dragged.\n- **forge-bottom-sheet-drag-end** - Fires when the bottom sheet drag ends.\n- **forge-bottom-sheet-drag-cancel** - Fires when the bottom sheet drag is cancelled.\n- **forge-bottom-sheet-fullscreen** - Fires when the bottom sheet is toggled to fullscreen.\n\n### **Slots:**\n - _default_ - The content of the bottom sheet. This is a passthrough slot to the dialog surface.\n\n### **CSS Properties:**\n - **--forge-bottom-sheet-desktop-max-width** - The maximum width of the bottom sheet on desktop. _(default: undefined)_\n- **--forge-bottom-sheet-desktop-min-width** - The minimum width of the bottom sheet on desktop. _(default: undefined)_\n- **--forge-bottom-sheet-animation-duration** - The duration of the bottom sheet animation to fullscreen. _(default: undefined)_\n- **--forge-bottom-sheet-animation-timing** - The timing function of the bottom sheet animation to fullscreen. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root element of the bottom sheet.\n- **surface** - The surface element of the bottom sheet within th dialog.",
|
|
177
177
|
"attributes": [
|
|
178
178
|
{
|
|
179
|
-
"name": "
|
|
180
|
-
"description": "
|
|
179
|
+
"name": "open",
|
|
180
|
+
"description": "Whether the bottom sheet is open.",
|
|
181
181
|
"values": []
|
|
182
182
|
},
|
|
183
|
+
{
|
|
184
|
+
"name": "mode",
|
|
185
|
+
"description": "The mode of the bottom sheet.",
|
|
186
|
+
"values": [{ "name": "BottomSheetMode" }]
|
|
187
|
+
},
|
|
183
188
|
{
|
|
184
189
|
"name": "persistent",
|
|
185
|
-
"description": "
|
|
190
|
+
"description": "Whether the bottom sheet is persistent.",
|
|
186
191
|
"values": []
|
|
187
192
|
},
|
|
188
193
|
{
|
|
189
|
-
"name": "
|
|
190
|
-
"description": "
|
|
191
|
-
"values": [
|
|
194
|
+
"name": "fullscreen",
|
|
195
|
+
"description": "Whether the bottom sheet is fullscreen.",
|
|
196
|
+
"values": []
|
|
192
197
|
}
|
|
193
198
|
],
|
|
194
199
|
"references": []
|
|
195
200
|
},
|
|
196
201
|
{
|
|
197
|
-
"name": "forge-
|
|
198
|
-
"description": "
|
|
202
|
+
"name": "forge-banner",
|
|
203
|
+
"description": "Banners are used to inform users of important information, such as errors, warnings, or success messages.\n---\n\n\n### **Events:**\n - **forge-banner-before-dismiss** - Dispatched before the banner is dismissed. Cancelable to prevent dismissal.\n- **forge-banner-dismissed** - Dispatched when the banner is dismissed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **icon** - The icon to display.\n- **button** - The optional button to display.\n\n### **CSS Properties:**\n - **--forge-banner-background** - The background color of the banner. _(default: undefined)_\n- **--forge-banner-color** - The text color of the banner. _(default: undefined)_\n- **--forge-banner-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-banner-gap** - The gap between the contents. _(default: undefined)_\n- **--forge-banner-padding-inline** - The inline padding. _(default: undefined)_\n- **--forge-banner-padding-block** - The block padding. _(default: undefined)_\n- **--forge-banner-transition-duration** - The transition duration. _(default: undefined)_\n- **--forge-banner-transition-easing** - The transition easing function. _(default: undefined)_",
|
|
199
204
|
"attributes": [
|
|
200
205
|
{
|
|
201
|
-
"name": "
|
|
202
|
-
"description": "
|
|
206
|
+
"name": "dismissed",
|
|
207
|
+
"description": "Controls the visibility of the banner.",
|
|
203
208
|
"values": []
|
|
204
209
|
},
|
|
205
|
-
{
|
|
206
|
-
"name": "mode",
|
|
207
|
-
"description": "The mode of the bottom sheet.",
|
|
208
|
-
"values": [{ "name": "BottomSheetMode" }]
|
|
209
|
-
},
|
|
210
210
|
{
|
|
211
211
|
"name": "persistent",
|
|
212
|
-
"description": "
|
|
212
|
+
"description": "Controls the visibility of the built-in dismiss button.",
|
|
213
213
|
"values": []
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
"name": "
|
|
217
|
-
"description": "
|
|
218
|
-
"values": []
|
|
216
|
+
"name": "theme",
|
|
217
|
+
"description": "The theme of the banner.",
|
|
218
|
+
"values": [{ "name": "BannerTheme" }]
|
|
219
219
|
}
|
|
220
220
|
],
|
|
221
221
|
"references": []
|
|
@@ -1186,6 +1186,18 @@
|
|
|
1186
1186
|
],
|
|
1187
1187
|
"references": []
|
|
1188
1188
|
},
|
|
1189
|
+
{
|
|
1190
|
+
"name": "forge-inline-message",
|
|
1191
|
+
"description": "Inline messages are used to provide feedback to the user about a specific action or state.\n---\n\n\n### **Slots:**\n - _default_ - The message text.\n- **title** - The title of the inline message.\n- **icon** - The icon to display.\n\n### **CSS Properties:**\n - **--forge-inline-message-background** - The background color. _(default: undefined)_\n- **--forge-inline-message-color** - The text color. _(default: undefined)_\n- **--forge-inline-message-shape** - The shape (border) radius. _(default: undefined)_\n- **--forge-inline-message-padding** - The padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-inline** - The inline padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-block** - The block padding around the content. _(default: undefined)_\n- **--forge-inline-message-border-width** - The border width. _(default: undefined)_\n- **--forge-inline-message-border-style** - The border style. Defaults to `none`. _(default: undefined)_\n- **--forge-inline-message-border-color** - The border color. _(default: undefined)_\n- **--forge-inline-message-gap** - The gap/space between the content elements. _(default: undefined)_\n- **--forge-inline-message-icon-gap** - The gap/space between the icon and the content. _(default: undefined)_\n- **--forge-inline-message-content-gap** - The gap/space between the title and the message. _(default: undefined)_\n- **--forge-inline-message-icon-color** - The icon color. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout element.\n- **container** - The container element for the title and message content.",
|
|
1192
|
+
"attributes": [
|
|
1193
|
+
{
|
|
1194
|
+
"name": "theme",
|
|
1195
|
+
"description": "The theme to apply.",
|
|
1196
|
+
"values": [{ "name": "InlineMessageTheme" }]
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"references": []
|
|
1200
|
+
},
|
|
1189
1201
|
{
|
|
1190
1202
|
"name": "forge-icon-button",
|
|
1191
1203
|
"description": "\n---\n\n\n### **Events:**\n - **click** - Fires when the button is clicked.\n- **forge-icon-button-toggle** - Fires when the icon button is toggled. Only applies in `toggle` mode.\n\n### **Methods:**\n - **click(): _void_** - Clicks the button.\n- **focus(options: _ExperimentalFocusOptions_): _void_** - Focuses the button.\n\n### **Slots:**\n - _default_ - This is a default/unnamed slot for the icon.\n- **on** - The icon to show when in `toggle` mode when toggled \"on\".\n- **start** - Elements to logically render before the icon.\n- **end** - Elements to logically render after the icon.\n- **badge** - Absolutely positions the element in the top-end corner of the button (typically reserved for badge-like content).\n\n### **CSS Properties:**\n - **--forge-icon-button-display** - The display property of the button. _(default: undefined)_\n- **--forge-icon-button-size** - The height and min-width of the button. _(default: undefined)_\n- **--forge-icon-button-gap** - The gap between the icon content. _(default: undefined)_\n- **--forge-icon-button-icon-color** - The color of the icon. _(default: undefined)_\n- **--forge-icon-button-background-color** - The background color of the button. _(default: undefined)_\n- **--forge-icon-button-icon-size** - The size of the icon. _(default: undefined)_\n- **--forge-icon-button-cursor** - The cursor of the button. _(default: undefined)_\n- **--forge-icon-button-padding** - The inline padding of the button. _(default: undefined)_\n- **--forge-icon-button-border** - The border of the button. _(default: undefined)_\n- **--forge-icon-button-shadow** - The shadow of the button. _(default: undefined)_\n- **--forge-icon-button-transition-duration** - The transition duration of the button. _(default: undefined)_\n- **--forge-icon-button-transition-timing** - The transition timing of the button. _(default: undefined)_\n- **--forge-icon-button-shape** - The shape of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-start** - The start-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-start-end** - The start-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-start** - The end-start border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-end-end** - The end-end border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-shape-squared** - The squared border-radius of the button. _(default: undefined)_\n- **--forge-icon-button-outlined-border-width** - The border width when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-style** - The border style when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-outlined-border-color** - The border color when in the outlined variant. _(default: undefined)_\n- **--forge-icon-button-tonal-icon-color** - The icon color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-tonal-background-color** - The background color when in the tonal variant. _(default: undefined)_\n- **--forge-icon-button-filled-icon-color** - The icon color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-filled-background-color** - The background color when in the filled variant. _(default: undefined)_\n- **--forge-icon-button-raised-shadow** - The shadow when in the raised variant. _(default: undefined)_\n- **--forge-icon-button-raised-hover-shadow** - The shadow when in the raised variant and hovered. _(default: undefined)_\n- **--forge-icon-button-raised-active-shadow** - The shadow when in the raised variant and active. _(default: undefined)_\n- **--forge-icon-button-raised-disabled-shadow** - The shadow when in the raised variant and disabled. _(default: undefined)_\n- **--forge-icon-button-density-small-size** - The size of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-padding** - The padding of the button when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-small-icon-size** - The size of the icon when in the small density. _(default: undefined)_\n- **--forge-icon-button-density-medium-size** - The size of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-medium-padding** - The padding of the button when in the medium density. _(default: undefined)_\n- **--forge-icon-button-density-large-size** - The size of the button when in the large density. _(default: undefined)_\n- **--forge-icon-button-toggle-on-background-color** - The background color of the when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-toggle-on-icon-color** - The color of the icon when in toggle mode and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-background-color** - The background color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-outlined-toggle-on-icon-color** - The icon color when in the outlined variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-background-color** - The background color when in the tonal variant and toggled. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-background-color** - The background color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-tonal-toggle-on-icon-color** - The icon color when in the tonal variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-background-color** - The background color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-icon-color** - The icon color when in the filled variant and toggled. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-background-color** - The background color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-filled-toggle-on-icon-color** - The icon color when in the filled variant and toggled on. _(default: undefined)_\n- **--forge-icon-button-disabled-cursor** - The cursor when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-disabled-opacity** - The opacity when the button is disabled. _(default: undefined)_\n- **--forge-icon-button-popover-icon-padding** - The padding of the popover icon. _(default: undefined)_\n- **--forge-icon-button-focus-indicator-color** - The color of the focus indicator. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root container element.\n- **focus-indicator** - The focus-indicator indicator element.\n- **state-layer** - The state-layer surface element.",
|
|
@@ -1223,18 +1235,6 @@
|
|
|
1223
1235
|
],
|
|
1224
1236
|
"references": []
|
|
1225
1237
|
},
|
|
1226
|
-
{
|
|
1227
|
-
"name": "forge-inline-message",
|
|
1228
|
-
"description": "Inline messages are used to provide feedback to the user about a specific action or state.\n---\n\n\n### **Slots:**\n - _default_ - The message text.\n- **title** - The title of the inline message.\n- **icon** - The icon to display.\n\n### **CSS Properties:**\n - **--forge-inline-message-background** - The background color. _(default: undefined)_\n- **--forge-inline-message-color** - The text color. _(default: undefined)_\n- **--forge-inline-message-shape** - The shape (border) radius. _(default: undefined)_\n- **--forge-inline-message-padding** - The padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-inline** - The inline padding around the content. _(default: undefined)_\n- **--forge-inline-message-padding-block** - The block padding around the content. _(default: undefined)_\n- **--forge-inline-message-border-width** - The border width. _(default: undefined)_\n- **--forge-inline-message-border-style** - The border style. Defaults to `none`. _(default: undefined)_\n- **--forge-inline-message-border-color** - The border color. _(default: undefined)_\n- **--forge-inline-message-gap** - The gap/space between the content elements. _(default: undefined)_\n- **--forge-inline-message-icon-gap** - The gap/space between the icon and the content. _(default: undefined)_\n- **--forge-inline-message-content-gap** - The gap/space between the title and the message. _(default: undefined)_\n- **--forge-inline-message-icon-color** - The icon color. _(default: undefined)_\n\n### **CSS Parts:**\n - **root** - The root layout element.\n- **container** - The container element for the title and message content.",
|
|
1229
|
-
"attributes": [
|
|
1230
|
-
{
|
|
1231
|
-
"name": "theme",
|
|
1232
|
-
"description": "The theme to apply.",
|
|
1233
|
-
"values": [{ "name": "InlineMessageTheme" }]
|
|
1234
|
-
}
|
|
1235
|
-
],
|
|
1236
|
-
"references": []
|
|
1237
|
-
},
|
|
1238
1238
|
{
|
|
1239
1239
|
"name": "forge-keyboard-shortcut",
|
|
1240
1240
|
"description": "\n---\n\n\n### **Events:**\n - **forge-keyboard-shortcut-activate** - Event fired when the keyboard shortcut is activated.",
|
|
@@ -113,6 +113,7 @@ export declare abstract class BaseDatePickerCore<TAdapter extends IBaseDatePicke
|
|
|
113
113
|
protected _isDateValueAcceptable(value?: Date | null): boolean;
|
|
114
114
|
protected _initializeMask(): void;
|
|
115
115
|
protected _applyMask(): void;
|
|
116
|
+
protected _destroyMask(): void;
|
|
116
117
|
protected _applyMin(): void;
|
|
117
118
|
protected _applyMax(): void;
|
|
118
119
|
private _applyDisableDayCallback;
|
|
@@ -407,6 +407,11 @@ export class BaseDatePickerCore {
|
|
|
407
407
|
this._formatInputValue();
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
|
+
_destroyMask() {
|
|
411
|
+
this._adapter.destroyMask();
|
|
412
|
+
this._setInputChangeListeners();
|
|
413
|
+
this._formatInputValue();
|
|
414
|
+
}
|
|
410
415
|
_applyMin() {
|
|
411
416
|
if (this._isInitialized) {
|
|
412
417
|
this._adapter.setCalendarMinDate(this._min);
|
|
@@ -549,9 +554,7 @@ export class BaseDatePickerCore {
|
|
|
549
554
|
this._applyMask();
|
|
550
555
|
}
|
|
551
556
|
else {
|
|
552
|
-
this.
|
|
553
|
-
this._setInputChangeListeners();
|
|
554
|
-
this._formatInputValue();
|
|
557
|
+
this._destroyMask();
|
|
555
558
|
}
|
|
556
559
|
}
|
|
557
560
|
}
|
|
@@ -45,6 +45,7 @@ export declare class DateRangePickerCore extends BaseDatePickerCore<IDateRangePi
|
|
|
45
45
|
protected _applyMin(): void;
|
|
46
46
|
protected _applyMax(): void;
|
|
47
47
|
protected _applyMask(): void;
|
|
48
|
+
protected _destroyMask(): void;
|
|
48
49
|
protected _initializeToMask(): void;
|
|
49
50
|
protected _applyDisabledDates(): void;
|
|
50
51
|
protected _applyDisabledDaysOfWeek(): void;
|
|
@@ -228,6 +228,11 @@ export class DateRangePickerCore extends BaseDatePickerCore {
|
|
|
228
228
|
this._formatToInputValue();
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
|
+
_destroyMask() {
|
|
232
|
+
super._destroyMask();
|
|
233
|
+
this._adapter.destroyToMask();
|
|
234
|
+
this._formatToInputValue();
|
|
235
|
+
}
|
|
231
236
|
_initializeToMask() {
|
|
232
237
|
if (!this._masked) {
|
|
233
238
|
return;
|
|
@@ -14,7 +14,7 @@ import { IconComponent, IconRegistry } from '../../icon';
|
|
|
14
14
|
import { StateLayerComponent } from '../../state-layer';
|
|
15
15
|
import { FocusIndicatorComponent } from '../../focus-indicator';
|
|
16
16
|
const template = '<template><div class=\"forge-split-view-panel\" id=\"root\" part=\"root\"><div class=\"forge-split-view-panel__handle\" id=\"handle\" part=\"handle\" role=\"separator\" aria-controls=\"content\" aria-grabbed=\"false\" tabindex=\"0\"><forge-icon class=\"forge-split-view-panel__icon\" id=\"icon\" part=\"icon\"></forge-icon><forge-state-layer target=\"handle\" id=\"state-layer\" exportparts=\"surface:state-layer\"></forge-state-layer><forge-focus-indicator inward target=\"handle\" part=\"focus-indicator\"></forge-focus-indicator></div><div class=\"forge-split-view-panel__content\" id=\"content\" part=\"content\" role=\"group\"><slot></slot></div></div></template>';
|
|
17
|
-
const styles = '.forge-split-view-panel{display:flex;width:100%;height:100%;overflow:hidden}.forge-split-view-panel__handle{color:var(--forge-theme-text-medium,rgba(0,0,0,.6));background-color:var(--forge-theme-outline,#e0e0e0);position:relative;display:flex;flex-shrink:0;justify-content:center;align-items:center;outline:0}.forge-split-view-panel__content{flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:var(--forge-split-view-handle-width,8px);width:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:
|
|
17
|
+
const styles = '.forge-split-view-panel{display:flex;width:100%;height:100%;overflow:hidden}.forge-split-view-panel__handle{color:var(--forge-theme-text-medium,rgba(0,0,0,.6));background-color:var(--forge-theme-outline,#e0e0e0);position:relative;display:flex;flex-shrink:0;justify-content:center;align-items:center;outline:0}.forge-split-view-panel__content{flex:1;overflow:hidden}.forge-split-view-panel--closed{display:none}.forge-split-view-panel--disabled #handle{pointer-events:none}.forge-split-view-panel--disabled .forge-split-view-panel__icon{display:none}.forge-split-view-panel[orientation=horizontal]{min-width:var(--forge-split-view-handle-width,8px);width:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));flex-direction:row}.forge-split-view-panel[orientation=horizontal] .forge-split-view-panel__handle{width:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:uq6tmnl;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes uq6tmnl{from{transform:none}to{transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--closing[resizable=start]{position:absolute;top:0;right:0;animation-name:uq6tmog;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes uq6tmog{from{transform:none}to{transform:translateX(100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;animation-name:uq6tmok;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes uq6tmok{from{transform:none}to{transform:translateX(-100%)}}.forge-split-view-panel[orientation=horizontal].forge-split-view-panel--opening[resizable=start]{position:absolute;top:0;right:0;animation-name:uq6tmpb;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes uq6tmpb{from{transform:none}to{transform:translateX(100%)}}.forge-split-view-panel[orientation=vertical]{min-height:var(--forge-split-view-handle-width,8px);height:calc(var(--forge-split-view-panel-size,unset) + var(--forge-split-view-handle-width,8px));flex-direction:column}.forge-split-view-panel[orientation=vertical] .forge-split-view-panel__handle{height:var(--forge-split-view-handle-width,8px);cursor:var(--forge-split-view-panel-cursor)}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=end]{position:absolute;top:0;left:0;animation-name:uq6tmpd;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes uq6tmpd{from{transform:none}to{transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--closing[resizable=start]{position:absolute;bottom:0;left:0;animation-name:uq6tmpn;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1))}@keyframes uq6tmpn{from{transform:none}to{transform:translateY(100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=end]{position:absolute;top:0;left:0;animation-name:uq6tmqa;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes uq6tmqa{from{transform:none}to{transform:translateY(-100%)}}.forge-split-view-panel[orientation=vertical].forge-split-view-panel--opening[resizable=start]{position:absolute;bottom:0;left:0;animation-name:uq6tmqs;animation-duration:var(--forge-animation-duration-medium2, 300ms);animation-timing-function:var(--forge-animation-easing-standard,cubic-bezier(0.2,0,0,1));animation-direction:reverse}@keyframes uq6tmqs{from{transform:none}to{transform:translateY(100%)}}:host{z-index:var(--forge-split-view-animating-layer)!important;display:block;position:relative;height:100%;width:100%;flex:0}:host([hidden]){display:none}:host(:not([resizable=start],[resizable=end])){flex:1}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel{width:100%;height:100%;min-width:0;min-height:0}:host(:not([resizable=start],[resizable=end])) .forge-split-view-panel__handle{display:none}forge-focus-indicator{--forge-focus-indicator-active-width:2px}';
|
|
18
18
|
/**
|
|
19
19
|
* @tag forge-split-view-panel
|
|
20
20
|
*
|
|
@@ -29,7 +29,6 @@ export declare class TabBarCore implements ITabBarCore {
|
|
|
29
29
|
private _inverted;
|
|
30
30
|
private _autoActivate;
|
|
31
31
|
private _scrollButtons;
|
|
32
|
-
private _tabs;
|
|
33
32
|
private _scrollButtonsVisible;
|
|
34
33
|
private _tabScrollAnimationFrame;
|
|
35
34
|
private _tabsChangedListener;
|
|
@@ -42,6 +41,7 @@ export declare class TabBarCore implements ITabBarCore {
|
|
|
42
41
|
constructor(_adapter: ITabBarAdapter);
|
|
43
42
|
initialize(): void;
|
|
44
43
|
destroy(): void;
|
|
44
|
+
private _getTabs;
|
|
45
45
|
private _onTabsChanged;
|
|
46
46
|
private _onTabSelected;
|
|
47
47
|
private _onKeydown;
|
|
@@ -18,7 +18,6 @@ export class TabBarCore {
|
|
|
18
18
|
this._inverted = false;
|
|
19
19
|
this._autoActivate = false;
|
|
20
20
|
this._scrollButtons = false;
|
|
21
|
-
this._tabs = [];
|
|
22
21
|
this._scrollButtonsVisible = false;
|
|
23
22
|
this._tabsChangedListener = () => this._onTabsChanged();
|
|
24
23
|
this._tabSelectedListener = (evt) => this._onTabSelected(evt);
|
|
@@ -46,8 +45,10 @@ export class TabBarCore {
|
|
|
46
45
|
this._adapter.destroyScrollObserver(this._scrollListener);
|
|
47
46
|
this._isInitialized = false;
|
|
48
47
|
}
|
|
48
|
+
_getTabs() {
|
|
49
|
+
return this._adapter.getTabs();
|
|
50
|
+
}
|
|
49
51
|
async _onTabsChanged() {
|
|
50
|
-
this._tabs = this._adapter.getTabs();
|
|
51
52
|
this._syncTabState();
|
|
52
53
|
if (this._scrollButtons) {
|
|
53
54
|
this._detectScrollableStatus();
|
|
@@ -65,24 +66,25 @@ export class TabBarCore {
|
|
|
65
66
|
}
|
|
66
67
|
evt.preventDefault();
|
|
67
68
|
let index = -1;
|
|
69
|
+
const tabs = this._getTabs();
|
|
68
70
|
if (evt.key === 'Home') {
|
|
69
71
|
// Locate the first non-disabled tab
|
|
70
|
-
index =
|
|
72
|
+
index = tabs.findIndex(tab => !tab.disabled);
|
|
71
73
|
}
|
|
72
74
|
else if (evt.key === 'End') {
|
|
73
75
|
// Locate the last non-disabled tab
|
|
74
|
-
index =
|
|
76
|
+
index = tabs.reduceRight((acc, tab, i) => (!tab.disabled && acc === -1 ? i : acc), -1);
|
|
75
77
|
}
|
|
76
78
|
else {
|
|
77
79
|
// Locate the next or previous tab based on the key that was pressed
|
|
78
|
-
const currentIndex =
|
|
80
|
+
const currentIndex = tabs.findIndex(tab => tab.matches(':focus'));
|
|
79
81
|
const isPrevKey = evt.key === 'ArrowLeft' || evt.key === 'ArrowUp';
|
|
80
82
|
const calcIndex = (startIndex) => {
|
|
81
83
|
index = startIndex + (isPrevKey ? -1 : 1);
|
|
82
|
-
index = index < 0 ?
|
|
84
|
+
index = index < 0 ? tabs.length - 1 : index % tabs.length;
|
|
83
85
|
// Try to recurse until we find a non-disabled tab (unless all tabs are disabled already)
|
|
84
|
-
const isAllTabsDisabled =
|
|
85
|
-
if (!isAllTabsDisabled &&
|
|
86
|
+
const isAllTabsDisabled = tabs.every(tab => tab.disabled);
|
|
87
|
+
if (!isAllTabsDisabled && tabs[index]?.disabled) {
|
|
86
88
|
calcIndex(index);
|
|
87
89
|
}
|
|
88
90
|
};
|
|
@@ -92,23 +94,24 @@ export class TabBarCore {
|
|
|
92
94
|
return;
|
|
93
95
|
}
|
|
94
96
|
if (this._autoActivate) {
|
|
95
|
-
this._selectTab({ tab:
|
|
97
|
+
this._selectTab({ tab: tabs[index], focusTab: true });
|
|
96
98
|
}
|
|
97
99
|
else {
|
|
98
|
-
|
|
99
|
-
await this._adapter.tryScrollTabIntoView(
|
|
100
|
+
tabs[index].focus({ preventScroll: true, focusVisible: true });
|
|
101
|
+
await this._adapter.tryScrollTabIntoView(tabs[index]);
|
|
100
102
|
}
|
|
101
103
|
}
|
|
102
104
|
async _selectTab({ tab, emitEvent = true, focusTab = false }) {
|
|
103
105
|
if (!tab || tab.disabled) {
|
|
104
106
|
return;
|
|
105
107
|
}
|
|
106
|
-
const
|
|
108
|
+
const tabs = this._getTabs();
|
|
109
|
+
const currentSelectedTab = tabs.find(t => t.selected);
|
|
107
110
|
if (currentSelectedTab === tab) {
|
|
108
111
|
return;
|
|
109
112
|
}
|
|
110
113
|
if (emitEvent) {
|
|
111
|
-
const index =
|
|
114
|
+
const index = tabs.indexOf(tab);
|
|
112
115
|
const event = new CustomEvent(TAB_BAR_CONSTANTS.events.CHANGE, {
|
|
113
116
|
detail: { index },
|
|
114
117
|
bubbles: true,
|
|
@@ -132,7 +135,7 @@ export class TabBarCore {
|
|
|
132
135
|
if (currentSelectedTab) {
|
|
133
136
|
currentSelectedTab.selected = false;
|
|
134
137
|
}
|
|
135
|
-
this._activeTab =
|
|
138
|
+
this._activeTab = tabs.indexOf(tab);
|
|
136
139
|
}
|
|
137
140
|
/**
|
|
138
141
|
* Ensures that all tabs have the correct state based on the tab bar state.
|
|
@@ -140,7 +143,7 @@ export class TabBarCore {
|
|
|
140
143
|
* This is called whenever a child tab is added to the DOM.
|
|
141
144
|
*/
|
|
142
145
|
_syncTabState() {
|
|
143
|
-
this.
|
|
146
|
+
this._getTabs().forEach((tab, index) => {
|
|
144
147
|
tab.selected = index === this._activeTab;
|
|
145
148
|
if (this._disabled) {
|
|
146
149
|
tab.disabled = this._disabled;
|
|
@@ -202,8 +205,9 @@ export class TabBarCore {
|
|
|
202
205
|
this._tabScrollAnimationFrame = window.requestAnimationFrame(() => {
|
|
203
206
|
this._tabScrollAnimationFrame = undefined;
|
|
204
207
|
if (this._adapter.isScrollable()) {
|
|
205
|
-
|
|
206
|
-
|
|
208
|
+
const tabs = this._getTabs();
|
|
209
|
+
if (typeof this._activeTab === 'number' && this._activeTab >= 0 && tabs[this._activeTab]) {
|
|
210
|
+
this._adapter.tryScrollTabIntoView(tabs[this._activeTab]);
|
|
207
211
|
}
|
|
208
212
|
}
|
|
209
213
|
});
|
|
@@ -215,7 +219,7 @@ export class TabBarCore {
|
|
|
215
219
|
value = Boolean(value);
|
|
216
220
|
if (this._disabled !== value) {
|
|
217
221
|
this._disabled = value;
|
|
218
|
-
this.
|
|
222
|
+
this._getTabs().forEach(tab => (tab.disabled = this._disabled));
|
|
219
223
|
this._adapter.toggleHostAttribute(TAB_BAR_CONSTANTS.attributes.DISABLED, this._disabled);
|
|
220
224
|
}
|
|
221
225
|
}
|
|
@@ -225,13 +229,14 @@ export class TabBarCore {
|
|
|
225
229
|
set activeTab(value) {
|
|
226
230
|
if (this._activeTab !== value) {
|
|
227
231
|
this._activeTab = value ?? undefined;
|
|
232
|
+
const tabs = this._getTabs();
|
|
228
233
|
if (typeof this._activeTab === 'number') {
|
|
229
|
-
const newSelectedTab =
|
|
234
|
+
const newSelectedTab = tabs[this._activeTab];
|
|
230
235
|
this._selectTab({ tab: newSelectedTab, emitEvent: false, focusTab: false });
|
|
231
236
|
this._adapter.setHostAttribute(TAB_BAR_CONSTANTS.attributes.ACTIVE_TAB, String(this._activeTab));
|
|
232
237
|
}
|
|
233
238
|
else {
|
|
234
|
-
|
|
239
|
+
tabs.forEach(tab => (tab.selected = false));
|
|
235
240
|
this._adapter.removeHostAttribute(TAB_BAR_CONSTANTS.attributes.ACTIVE_TAB);
|
|
236
241
|
}
|
|
237
242
|
}
|
|
@@ -246,7 +251,7 @@ export class TabBarCore {
|
|
|
246
251
|
if (this._isInitialized) {
|
|
247
252
|
this._adapter.setVertical(this._vertical);
|
|
248
253
|
}
|
|
249
|
-
this.
|
|
254
|
+
this._getTabs().forEach(tab => (tab.vertical = this._vertical));
|
|
250
255
|
if (this._scrollButtonsVisible) {
|
|
251
256
|
this._adapter.updateScrollButtonIcons(this._vertical);
|
|
252
257
|
}
|
|
@@ -270,7 +275,7 @@ export class TabBarCore {
|
|
|
270
275
|
value = Boolean(value);
|
|
271
276
|
if (this._stacked !== value) {
|
|
272
277
|
this._stacked = value;
|
|
273
|
-
this.
|
|
278
|
+
this._getTabs().forEach(tab => (tab.stacked = this._stacked));
|
|
274
279
|
this._adapter.toggleHostAttribute(TAB_BAR_CONSTANTS.attributes.STACKED, this._stacked);
|
|
275
280
|
}
|
|
276
281
|
}
|
|
@@ -281,7 +286,7 @@ export class TabBarCore {
|
|
|
281
286
|
value = Boolean(value);
|
|
282
287
|
if (this._secondary !== value) {
|
|
283
288
|
this._secondary = value;
|
|
284
|
-
this.
|
|
289
|
+
this._getTabs().forEach(tab => (tab.secondary = this._secondary));
|
|
285
290
|
this._adapter.toggleHostAttribute(TAB_BAR_CONSTANTS.attributes.SECONDARY, this._secondary);
|
|
286
291
|
}
|
|
287
292
|
}
|
|
@@ -292,7 +297,7 @@ export class TabBarCore {
|
|
|
292
297
|
value = Boolean(value);
|
|
293
298
|
if (this._inverted !== value) {
|
|
294
299
|
this._inverted = value;
|
|
295
|
-
this.
|
|
300
|
+
this._getTabs().forEach(tab => (tab.inverted = this._inverted));
|
|
296
301
|
this._adapter.toggleHostAttribute(TAB_BAR_CONSTANTS.attributes.INVERTED, this._inverted);
|
|
297
302
|
}
|
|
298
303
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tylertech/forge",
|
|
3
3
|
"description": "Tyler Forge™ Web Components library",
|
|
4
|
-
"version": "3.10.
|
|
4
|
+
"version": "3.10.4-dev.0",
|
|
5
5
|
"author": "Tyler Technologies, Inc.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -21,4 +21,4 @@
|
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"customElements": "custom-elements.json"
|
|
24
|
-
}
|
|
24
|
+
}
|