@vonage/vivid 3.48.0 → 3.49.0-preview.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.
Files changed (182) hide show
  1. package/accordion/index.cjs +21 -0
  2. package/accordion-item/index.cjs +18 -0
  3. package/action-group/index.cjs +7 -0
  4. package/alert/index.cjs +30 -0
  5. package/appearance-ui/index.cjs +96 -0
  6. package/audio-player/index.cjs +34 -0
  7. package/avatar/index.cjs +11 -0
  8. package/badge/index.cjs +14 -0
  9. package/banner/index.cjs +29 -0
  10. package/breadcrumb/index.cjs +13 -0
  11. package/breadcrumb-item/index.cjs +22 -0
  12. package/button/index.cjs +25 -0
  13. package/calendar/index.cjs +9 -0
  14. package/calendar-event/index.cjs +9 -0
  15. package/card/index.cjs +14 -0
  16. package/checkbox/index.cjs +21 -0
  17. package/combobox/index.cjs +39 -0
  18. package/data-grid/index.cjs +18 -0
  19. package/date-picker/index.cjs +40 -0
  20. package/date-range-picker/index.cjs +40 -0
  21. package/dialog/index.cjs +31 -0
  22. package/divider/index.cjs +8 -0
  23. package/elevation/index.cjs +7 -0
  24. package/empty-state/index.cjs +12 -0
  25. package/fab/index.cjs +22 -0
  26. package/file-picker/index.cjs +30 -0
  27. package/focus/index.cjs +7 -0
  28. package/header/index.cjs +8 -0
  29. package/icon/index.cjs +10 -0
  30. package/index.cjs +296 -0
  31. package/layout/index.cjs +7 -0
  32. package/listbox/index.cjs +77 -0
  33. package/locales/en-GB.cjs +106 -0
  34. package/locales/en-US.cjs +106 -0
  35. package/locales/ja-JP.cjs +106 -0
  36. package/locales/zh-CN.cjs +106 -0
  37. package/menu/index.cjs +32 -0
  38. package/menu-item/index.cjs +22 -0
  39. package/nav/index.cjs +6 -0
  40. package/nav-disclosure/index.cjs +17 -0
  41. package/nav-item/index.cjs +22 -0
  42. package/note/index.cjs +16 -0
  43. package/number-field/index.cjs +33 -0
  44. package/option/index.cjs +23 -0
  45. package/package.json +20 -2
  46. package/pagination/index.cjs +28 -0
  47. package/popup/index.cjs +27 -0
  48. package/progress/index.cjs +9 -0
  49. package/progress-ring/index.cjs +9 -0
  50. package/radio/index.cjs +14 -0
  51. package/radio-group/index.cjs +14 -0
  52. package/select/index.cjs +38 -0
  53. package/selectable-box/index.cjs +25 -0
  54. package/shared/Reflector.cjs +67 -0
  55. package/shared/_has.cjs +62 -0
  56. package/shared/affix.cjs +64 -0
  57. package/shared/affix.js +8 -4
  58. package/shared/anchor.cjs +90 -0
  59. package/shared/anchored.cjs +78 -0
  60. package/shared/apply-mixins.cjs +25 -0
  61. package/shared/aria-global.cjs +74 -0
  62. package/shared/aria.cjs +11 -0
  63. package/shared/aria2.cjs +11 -0
  64. package/shared/base-progress.cjs +72 -0
  65. package/shared/breadcrumb-item.cjs +27 -0
  66. package/shared/button.cjs +202 -0
  67. package/shared/calendar-event.cjs +41 -0
  68. package/shared/children.cjs +61 -0
  69. package/shared/class-names.cjs +17 -0
  70. package/shared/definition.cjs +165 -0
  71. package/shared/definition10.cjs +102 -0
  72. package/shared/definition11.cjs +164 -0
  73. package/shared/definition11.js +38 -36
  74. package/shared/definition12.cjs +50 -0
  75. package/shared/definition13.cjs +779 -0
  76. package/shared/definition14.cjs +157 -0
  77. package/shared/definition15.cjs +249 -0
  78. package/shared/definition16.cjs +746 -0
  79. package/shared/definition17.cjs +1372 -0
  80. package/shared/definition18.cjs +175 -0
  81. package/shared/definition19.cjs +416 -0
  82. package/shared/definition2.cjs +232 -0
  83. package/shared/definition20.cjs +278 -0
  84. package/shared/definition21.cjs +83 -0
  85. package/shared/definition22.cjs +74 -0
  86. package/shared/definition23.cjs +106 -0
  87. package/shared/definition24.cjs +2392 -0
  88. package/shared/definition25.cjs +75 -0
  89. package/shared/definition26.cjs +39 -0
  90. package/shared/definition27.cjs +66 -0
  91. package/shared/definition28.cjs +849 -0
  92. package/shared/definition29.cjs +72 -0
  93. package/shared/definition3.cjs +72 -0
  94. package/shared/definition30.cjs +98 -0
  95. package/shared/definition31.cjs +37 -0
  96. package/shared/definition32.cjs +24 -0
  97. package/shared/definition33.cjs +64 -0
  98. package/shared/definition34.cjs +533 -0
  99. package/shared/definition35.cjs +295 -0
  100. package/shared/definition36.cjs +219 -0
  101. package/shared/definition37.cjs +109 -0
  102. package/shared/definition38.cjs +92 -0
  103. package/shared/definition39.cjs +448 -0
  104. package/shared/definition4.cjs +198 -0
  105. package/shared/definition40.cjs +49 -0
  106. package/shared/definition41.cjs +694 -0
  107. package/shared/definition42.cjs +152 -0
  108. package/shared/definition43.cjs +113 -0
  109. package/shared/definition44.cjs +607 -0
  110. package/shared/definition45.cjs +152 -0
  111. package/shared/definition46.cjs +166 -0
  112. package/shared/definition47.cjs +35 -0
  113. package/shared/definition48.cjs +98 -0
  114. package/shared/definition49.cjs +543 -0
  115. package/shared/definition5.cjs +199 -0
  116. package/shared/definition50.cjs +52 -0
  117. package/shared/definition51.cjs +150 -0
  118. package/shared/definition52.cjs +304 -0
  119. package/shared/definition53.cjs +309 -0
  120. package/shared/definition54.cjs +146 -0
  121. package/shared/definition55.cjs +128 -0
  122. package/shared/definition56.cjs +99 -0
  123. package/shared/definition57.cjs +310 -0
  124. package/shared/definition58.cjs +20 -0
  125. package/shared/definition59.cjs +51 -0
  126. package/shared/definition6.cjs +83 -0
  127. package/shared/definition60.cjs +1810 -0
  128. package/shared/definition7.cjs +72 -0
  129. package/shared/definition8.cjs +152 -0
  130. package/shared/definition9.cjs +69 -0
  131. package/shared/dialog-polyfill.esm.cjs +862 -0
  132. package/shared/direction.cjs +22 -0
  133. package/shared/dom.cjs +23 -0
  134. package/shared/enums.cjs +87 -0
  135. package/shared/focus.cjs +8 -0
  136. package/shared/focus2.cjs +11 -0
  137. package/shared/form-associated.cjs +470 -0
  138. package/shared/icon.cjs +237 -0
  139. package/shared/index.cjs +5061 -0
  140. package/shared/index2.cjs +231 -0
  141. package/shared/key-codes.cjs +115 -0
  142. package/shared/key-codes2.cjs +14 -0
  143. package/shared/listbox.cjs +1072 -0
  144. package/shared/localized.cjs +11 -0
  145. package/shared/numbers.cjs +38 -0
  146. package/shared/patterns/affix.d.ts +5 -1
  147. package/shared/presentationDate.cjs +6192 -0
  148. package/shared/radio.cjs +153 -0
  149. package/shared/ref.cjs +43 -0
  150. package/shared/repeat.cjs +767 -0
  151. package/shared/select.options.cjs +12 -0
  152. package/shared/slotted.cjs +123 -0
  153. package/shared/start-end.cjs +52 -0
  154. package/shared/strings.cjs +11 -0
  155. package/shared/text-anchor.cjs +33 -0
  156. package/shared/text-anchor.template.cjs +48 -0
  157. package/shared/text-field.cjs +5 -0
  158. package/shared/text-field2.cjs +228 -0
  159. package/shared/tree-item.cjs +154 -0
  160. package/shared/when.cjs +31 -0
  161. package/side-drawer/index.cjs +8 -0
  162. package/slider/index.cjs +16 -0
  163. package/split-button/index.cjs +20 -0
  164. package/styles/core/all.css +1 -1
  165. package/styles/core/theme.css +1 -1
  166. package/styles/core/typography.css +1 -1
  167. package/styles/tokens/theme-dark.css +4 -4
  168. package/styles/tokens/theme-light.css +4 -4
  169. package/styles/tokens/vivid-2-compat.css +1 -1
  170. package/switch/index.cjs +15 -0
  171. package/tab/index.cjs +17 -0
  172. package/tab-panel/index.cjs +6 -0
  173. package/tabs/index.cjs +24 -0
  174. package/tag/index.cjs +17 -0
  175. package/tag-group/index.cjs +7 -0
  176. package/text-anchor/index.cjs +24 -0
  177. package/text-area/index.cjs +25 -0
  178. package/text-field/index.cjs +27 -0
  179. package/toggletip/index.cjs +29 -0
  180. package/tooltip/index.cjs +29 -0
  181. package/tree-item/index.cjs +22 -0
  182. package/tree-view/index.cjs +14 -0
@@ -0,0 +1,543 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index.cjs');
4
+ const definition = require('./definition48.cjs');
5
+ const definition$1 = require('./definition47.cjs');
6
+ const startEnd = require('./start-end.cjs');
7
+ const applyMixins = require('./apply-mixins.cjs');
8
+ const keyCodes = require('./key-codes.cjs');
9
+ const strings = require('./strings.cjs');
10
+ const numbers = require('./numbers.cjs');
11
+ const ref = require('./ref.cjs');
12
+ const slotted = require('./slotted.cjs');
13
+ const when = require('./when.cjs');
14
+ const classNames = require('./class-names.cjs');
15
+
16
+ /**
17
+ * The orientation of the {@link @microsoft/fast-foundation#(Tabs:class)} component
18
+ * @public
19
+ */
20
+ const TabsOrientation = {
21
+ vertical: "vertical",
22
+ horizontal: "horizontal",
23
+ };
24
+ /**
25
+ * A Tabs Custom HTML Element.
26
+ * Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#tablist | ARIA tablist }.
27
+ *
28
+ * @slot start - Content which can be provided before the tablist element
29
+ * @slot end - Content which can be provided after the tablist element
30
+ * @slot tab - The slot for tabs
31
+ * @slot tabpanel - The slot for tabpanels
32
+ * @csspart tablist - The element wrapping for the tabs
33
+ * @csspart tab - The tab slot
34
+ * @csspart activeIndicator - The visual indicator
35
+ * @csspart tabpanel - The tabpanel slot
36
+ * @fires change - Fires a custom 'change' event when a tab is clicked or during keyboard navigation
37
+ *
38
+ * @public
39
+ */
40
+ let Tabs$1 = class Tabs extends index.FoundationElement {
41
+ constructor() {
42
+ super(...arguments);
43
+ /**
44
+ * The orientation
45
+ * @public
46
+ * @remarks
47
+ * HTML Attribute: orientation
48
+ */
49
+ this.orientation = TabsOrientation.horizontal;
50
+ /**
51
+ * Whether or not to show the active indicator
52
+ * @public
53
+ * @remarks
54
+ * HTML Attribute: activeindicator
55
+ */
56
+ this.activeindicator = true;
57
+ /**
58
+ * @internal
59
+ */
60
+ this.showActiveIndicator = true;
61
+ this.prevActiveTabIndex = 0;
62
+ this.activeTabIndex = 0;
63
+ this.ticking = false;
64
+ this.change = () => {
65
+ this.$emit("change", this.activetab);
66
+ };
67
+ this.isDisabledElement = (el) => {
68
+ return el.getAttribute("aria-disabled") === "true";
69
+ };
70
+ this.isHiddenElement = (el) => {
71
+ return el.hasAttribute("hidden");
72
+ };
73
+ this.isFocusableElement = (el) => {
74
+ return !this.isDisabledElement(el) && !this.isHiddenElement(el);
75
+ };
76
+ this.setTabs = () => {
77
+ const gridHorizontalProperty = "gridColumn";
78
+ const gridVerticalProperty = "gridRow";
79
+ const gridProperty = this.isHorizontal()
80
+ ? gridHorizontalProperty
81
+ : gridVerticalProperty;
82
+ this.activeTabIndex = this.getActiveIndex();
83
+ this.showActiveIndicator = false;
84
+ this.tabs.forEach((tab, index) => {
85
+ if (tab.slot === "tab") {
86
+ const isActiveTab = this.activeTabIndex === index && this.isFocusableElement(tab);
87
+ if (this.activeindicator && this.isFocusableElement(tab)) {
88
+ this.showActiveIndicator = true;
89
+ }
90
+ const tabId = this.tabIds[index];
91
+ const tabpanelId = this.tabpanelIds[index];
92
+ tab.setAttribute("id", tabId);
93
+ tab.setAttribute("aria-selected", isActiveTab ? "true" : "false");
94
+ tab.setAttribute("aria-controls", tabpanelId);
95
+ tab.addEventListener("click", this.handleTabClick);
96
+ tab.addEventListener("keydown", this.handleTabKeyDown);
97
+ tab.setAttribute("tabindex", isActiveTab ? "0" : "-1");
98
+ if (isActiveTab) {
99
+ this.activetab = tab;
100
+ this.activeid = tabId;
101
+ }
102
+ }
103
+ // If the original property isn't emptied out,
104
+ // the next set will morph into a grid-area style setting that is not what we want
105
+ tab.style[gridHorizontalProperty] = "";
106
+ tab.style[gridVerticalProperty] = "";
107
+ tab.style[gridProperty] = `${index + 1}`;
108
+ !this.isHorizontal()
109
+ ? tab.classList.add("vertical")
110
+ : tab.classList.remove("vertical");
111
+ });
112
+ };
113
+ this.setTabPanels = () => {
114
+ this.tabpanels.forEach((tabpanel, index) => {
115
+ const tabId = this.tabIds[index];
116
+ const tabpanelId = this.tabpanelIds[index];
117
+ tabpanel.setAttribute("id", tabpanelId);
118
+ tabpanel.setAttribute("aria-labelledby", tabId);
119
+ this.activeTabIndex !== index
120
+ ? tabpanel.setAttribute("hidden", "")
121
+ : tabpanel.removeAttribute("hidden");
122
+ });
123
+ };
124
+ this.handleTabClick = (event) => {
125
+ const selectedTab = event.currentTarget;
126
+ if (selectedTab.nodeType === 1 && this.isFocusableElement(selectedTab)) {
127
+ this.prevActiveTabIndex = this.activeTabIndex;
128
+ this.activeTabIndex = this.tabs.indexOf(selectedTab);
129
+ this.setComponent();
130
+ }
131
+ };
132
+ this.handleTabKeyDown = (event) => {
133
+ if (this.isHorizontal()) {
134
+ switch (event.key) {
135
+ case keyCodes.keyArrowLeft:
136
+ event.preventDefault();
137
+ this.adjustBackward(event);
138
+ break;
139
+ case keyCodes.keyArrowRight:
140
+ event.preventDefault();
141
+ this.adjustForward(event);
142
+ break;
143
+ }
144
+ }
145
+ else {
146
+ switch (event.key) {
147
+ case keyCodes.keyArrowUp:
148
+ event.preventDefault();
149
+ this.adjustBackward(event);
150
+ break;
151
+ case keyCodes.keyArrowDown:
152
+ event.preventDefault();
153
+ this.adjustForward(event);
154
+ break;
155
+ }
156
+ }
157
+ switch (event.key) {
158
+ case keyCodes.keyHome:
159
+ event.preventDefault();
160
+ this.adjust(-this.activeTabIndex);
161
+ break;
162
+ case keyCodes.keyEnd:
163
+ event.preventDefault();
164
+ this.adjust(this.tabs.length - this.activeTabIndex - 1);
165
+ break;
166
+ }
167
+ };
168
+ this.adjustForward = (e) => {
169
+ const group = this.tabs;
170
+ let index = 0;
171
+ index = this.activetab ? group.indexOf(this.activetab) + 1 : 1;
172
+ if (index === group.length) {
173
+ index = 0;
174
+ }
175
+ while (index < group.length && group.length > 1) {
176
+ if (this.isFocusableElement(group[index])) {
177
+ this.moveToTabByIndex(group, index);
178
+ break;
179
+ }
180
+ else if (this.activetab && index === group.indexOf(this.activetab)) {
181
+ break;
182
+ }
183
+ else if (index + 1 >= group.length) {
184
+ index = 0;
185
+ }
186
+ else {
187
+ index += 1;
188
+ }
189
+ }
190
+ };
191
+ this.adjustBackward = (e) => {
192
+ const group = this.tabs;
193
+ let index = 0;
194
+ index = this.activetab ? group.indexOf(this.activetab) - 1 : 0;
195
+ index = index < 0 ? group.length - 1 : index;
196
+ while (index >= 0 && group.length > 1) {
197
+ if (this.isFocusableElement(group[index])) {
198
+ this.moveToTabByIndex(group, index);
199
+ break;
200
+ }
201
+ else if (index - 1 < 0) {
202
+ index = group.length - 1;
203
+ }
204
+ else {
205
+ index -= 1;
206
+ }
207
+ }
208
+ };
209
+ this.moveToTabByIndex = (group, index) => {
210
+ const tab = group[index];
211
+ this.activetab = tab;
212
+ this.prevActiveTabIndex = this.activeTabIndex;
213
+ this.activeTabIndex = index;
214
+ tab.focus();
215
+ this.setComponent();
216
+ };
217
+ }
218
+ /**
219
+ * @internal
220
+ */
221
+ orientationChanged() {
222
+ if (this.$fastController.isConnected) {
223
+ this.setTabs();
224
+ this.setTabPanels();
225
+ this.handleActiveIndicatorPosition();
226
+ }
227
+ }
228
+ /**
229
+ * @internal
230
+ */
231
+ activeidChanged(oldValue, newValue) {
232
+ if (this.$fastController.isConnected &&
233
+ this.tabs.length <= this.tabpanels.length) {
234
+ this.prevActiveTabIndex = this.tabs.findIndex((item) => item.id === oldValue);
235
+ this.setTabs();
236
+ this.setTabPanels();
237
+ this.handleActiveIndicatorPosition();
238
+ }
239
+ }
240
+ /**
241
+ * @internal
242
+ */
243
+ tabsChanged() {
244
+ if (this.$fastController.isConnected &&
245
+ this.tabs.length <= this.tabpanels.length) {
246
+ this.tabIds = this.getTabIds();
247
+ this.tabpanelIds = this.getTabPanelIds();
248
+ this.setTabs();
249
+ this.setTabPanels();
250
+ this.handleActiveIndicatorPosition();
251
+ }
252
+ }
253
+ /**
254
+ * @internal
255
+ */
256
+ tabpanelsChanged() {
257
+ if (this.$fastController.isConnected &&
258
+ this.tabpanels.length <= this.tabs.length) {
259
+ this.tabIds = this.getTabIds();
260
+ this.tabpanelIds = this.getTabPanelIds();
261
+ this.setTabs();
262
+ this.setTabPanels();
263
+ this.handleActiveIndicatorPosition();
264
+ }
265
+ }
266
+ getActiveIndex() {
267
+ const id = this.activeid;
268
+ if (id !== undefined) {
269
+ return this.tabIds.indexOf(this.activeid) === -1
270
+ ? 0
271
+ : this.tabIds.indexOf(this.activeid);
272
+ }
273
+ else {
274
+ return 0;
275
+ }
276
+ }
277
+ getTabIds() {
278
+ return this.tabs.map((tab) => {
279
+ var _a;
280
+ return (_a = tab.getAttribute("id")) !== null && _a !== void 0 ? _a : `tab-${strings.uniqueId()}`;
281
+ });
282
+ }
283
+ getTabPanelIds() {
284
+ return this.tabpanels.map((tabPanel) => {
285
+ var _a;
286
+ return (_a = tabPanel.getAttribute("id")) !== null && _a !== void 0 ? _a : `panel-${strings.uniqueId()}`;
287
+ });
288
+ }
289
+ setComponent() {
290
+ if (this.activeTabIndex !== this.prevActiveTabIndex) {
291
+ this.activeid = this.tabIds[this.activeTabIndex];
292
+ this.focusTab();
293
+ this.change();
294
+ }
295
+ }
296
+ isHorizontal() {
297
+ return this.orientation === TabsOrientation.horizontal;
298
+ }
299
+ handleActiveIndicatorPosition() {
300
+ // Ignore if we click twice on the same tab
301
+ if (this.showActiveIndicator &&
302
+ this.activeindicator &&
303
+ this.activeTabIndex !== this.prevActiveTabIndex) {
304
+ if (this.ticking) {
305
+ this.ticking = false;
306
+ }
307
+ else {
308
+ this.ticking = true;
309
+ this.animateActiveIndicator();
310
+ }
311
+ }
312
+ }
313
+ animateActiveIndicator() {
314
+ this.ticking = true;
315
+ const gridProperty = this.isHorizontal() ? "gridColumn" : "gridRow";
316
+ const translateProperty = this.isHorizontal()
317
+ ? "translateX"
318
+ : "translateY";
319
+ const offsetProperty = this.isHorizontal() ? "offsetLeft" : "offsetTop";
320
+ const prev = this.activeIndicatorRef[offsetProperty];
321
+ this.activeIndicatorRef.style[gridProperty] = `${this.activeTabIndex + 1}`;
322
+ const next = this.activeIndicatorRef[offsetProperty];
323
+ this.activeIndicatorRef.style[gridProperty] = `${this.prevActiveTabIndex + 1}`;
324
+ const dif = next - prev;
325
+ this.activeIndicatorRef.style.transform = `${translateProperty}(${dif}px)`;
326
+ this.activeIndicatorRef.classList.add("activeIndicatorTransition");
327
+ this.activeIndicatorRef.addEventListener("transitionend", () => {
328
+ this.ticking = false;
329
+ this.activeIndicatorRef.style[gridProperty] = `${this.activeTabIndex + 1}`;
330
+ this.activeIndicatorRef.style.transform = `${translateProperty}(0px)`;
331
+ this.activeIndicatorRef.classList.remove("activeIndicatorTransition");
332
+ });
333
+ }
334
+ /**
335
+ * The adjust method for FASTTabs
336
+ * @public
337
+ * @remarks
338
+ * This method allows the active index to be adjusted by numerical increments
339
+ */
340
+ adjust(adjustment) {
341
+ const focusableTabs = this.tabs.filter(t => this.isFocusableElement(t));
342
+ const currentActiveTabIndex = focusableTabs.indexOf(this.activetab);
343
+ const nextTabIndex = numbers.limit(0, focusableTabs.length - 1, currentActiveTabIndex + adjustment);
344
+ // the index of the next focusable tab within the context of all available tabs
345
+ const nextIndex = this.tabs.indexOf(focusableTabs[nextTabIndex]);
346
+ if (nextIndex > -1) {
347
+ this.moveToTabByIndex(this.tabs, nextIndex);
348
+ }
349
+ }
350
+ focusTab() {
351
+ this.tabs[this.activeTabIndex].focus();
352
+ }
353
+ /**
354
+ * @internal
355
+ */
356
+ connectedCallback() {
357
+ super.connectedCallback();
358
+ this.tabIds = this.getTabIds();
359
+ this.tabpanelIds = this.getTabPanelIds();
360
+ this.activeTabIndex = this.getActiveIndex();
361
+ }
362
+ };
363
+ index.__decorate([
364
+ index.attr
365
+ ], Tabs$1.prototype, "orientation", void 0);
366
+ index.__decorate([
367
+ index.attr
368
+ ], Tabs$1.prototype, "activeid", void 0);
369
+ index.__decorate([
370
+ index.observable
371
+ ], Tabs$1.prototype, "tabs", void 0);
372
+ index.__decorate([
373
+ index.observable
374
+ ], Tabs$1.prototype, "tabpanels", void 0);
375
+ index.__decorate([
376
+ index.attr({ mode: "boolean" })
377
+ ], Tabs$1.prototype, "activeindicator", void 0);
378
+ index.__decorate([
379
+ index.observable
380
+ ], Tabs$1.prototype, "activeIndicatorRef", void 0);
381
+ index.__decorate([
382
+ index.observable
383
+ ], Tabs$1.prototype, "showActiveIndicator", void 0);
384
+ applyMixins.applyMixins(Tabs$1, startEnd.StartEnd);
385
+
386
+ const styles = ":host{display:block}.base{display:grid;box-sizing:border-box}.base{--_appearance-color-text: var(--_connotation-color-primary);--_appearance-color-fill: transparent;--_appearance-color-outline: transparent}.base.connotation-cta{--_connotation-color-primary: var(--vvd-tabs-cta-primary, var(--vvd-color-cta-500))}.base:not(.connotation-cta){--_connotation-color-primary: var(--vvd-tabs-accent-primary, var(--vvd-color-canvas-text))}.base.orientation-vertical{overflow:hidden;block-size:inherit;grid-template-columns:auto 1fr;grid-template-rows:1fr}.base:not(.orientation-vertical){grid-template-columns:1fr;grid-template-rows:auto 1fr;max-block-size:100%}.tablist{--_tabs-tablist-gutter: 8px;--_tabs-active-indicator-stroke-width: 2px;position:relative;display:grid;box-sizing:border-box;color:var(--_appearance-color-text)}.base.orientation-vertical .tablist{padding:var(--_tabs-tablist-gutter);grid-row:1/2;grid-template-columns:auto 1fr;grid-template-rows:auto;inline-size:100%;place-self:flex-start end;row-gap:var(--_tabs-tablist-gutter)}.base:not(.orientation-vertical) .tablist{justify-content:flex-start;column-gap:var(--_tabs-tablist-gutter);grid-auto-flow:column;grid-template-columns:auto;grid-template-rows:auto auto;inline-size:100%;padding-inline:var(--_tabs-tablist-gutter)}.base:not(.orientation-vertical) .tablist-wrapper{align-self:end;border-bottom:1px solid var(--vvd-color-neutral-300);inline-size:100%;overflow-x:auto;overflow-y:hidden}.base.orientation-vertical .tablist-wrapper{block-size:100%;box-shadow:1px 0 0 0 var(--vvd-color-neutral-300);overflow-x:hidden;overflow-y:auto}.tablist-wrapper::-webkit-scrollbar{display:none}.tabpanel{box-sizing:border-box;block-size:100%;min-block-size:0;min-inline-size:0}.base.scroll .tabpanel{overflow-y:auto}.base.gutters-small .tabpanel{padding:calc(1px*(40 + 4*clamp(-1,var(--vvd-size-density, 0),2)) - (1px*(24 + 4*clamp(-1,var(--vvd-size-density, 0),2))))}.active-indicator{background:currentColor;margin-inline-start:calc(var(--_tabs-tablist-gutter) * -1)}.base.orientation-vertical .active-indicator{align-self:center;block-size:80%;border-radius:2px;grid-area:1/1/auto/auto;inline-size:var(--_tabs-active-indicator-stroke-width)}.base:not(.orientation-vertical) .active-indicator{position:absolute;z-index:1;block-size:var(--_tabs-active-indicator-stroke-width);grid-column:1/auto;inline-size:calc(var(--_tabs-active-tab-inline-size) - 32px);inset-block-end:0;inset-inline-start:8px;justify-self:center;padding-inline:var(--_tabs-tablist-gutter)}.activeIndicatorTransition{transition:transform .2s ease-out 0s,inline-size .2s ease-out 0s}.base:not(.orientation-vertical) .active-indicator:not(.activeIndicatorTransition){opacity:0}\n";
387
+
388
+ var __defProp = Object.defineProperty;
389
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
390
+ var __decorateClass = (decorators, target, key, kind) => {
391
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
392
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
393
+ if (decorator = decorators[i])
394
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
395
+ if (kind && result)
396
+ __defProp(target, key, result);
397
+ return result;
398
+ };
399
+ const ACTIVE_TAB_WIDTH = "--_tabs-active-tab-inline-size";
400
+ class Tabs extends Tabs$1 {
401
+ constructor() {
402
+ super(...arguments);
403
+ this.scrollablePanel = false;
404
+ }
405
+ connotationChanged() {
406
+ this.#updateTabsConnotation();
407
+ }
408
+ orientationChanged() {
409
+ super.orientationChanged();
410
+ this.patchIndicatorStyleTransition();
411
+ if (!this.activeIndicatorRef)
412
+ return;
413
+ if (this.orientation === TabsOrientation.vertical) {
414
+ this.activeIndicatorRef.style.removeProperty(ACTIVE_TAB_WIDTH);
415
+ }
416
+ this.#patchActiveID();
417
+ }
418
+ activeidChanged(oldValue, newValue) {
419
+ super.activeidChanged(oldValue, newValue);
420
+ this.patchIndicatorStyleTransition();
421
+ this.#patchActiveID();
422
+ }
423
+ tabsChanged() {
424
+ super.tabsChanged();
425
+ this.patchIndicatorStyleTransition();
426
+ this.#patchActiveID();
427
+ }
428
+ tabpanelsChanged() {
429
+ super.tabpanelsChanged();
430
+ this.patchIndicatorStyleTransition();
431
+ this.#patchActiveID();
432
+ }
433
+ patchIndicatorStyleTransition() {
434
+ if (!this.activetab || !this.activeIndicatorRef)
435
+ return;
436
+ if (this.orientation === TabsOrientation.vertical || !this.showActiveIndicator)
437
+ return;
438
+ const width = this.activetab.getBoundingClientRect().width;
439
+ this.activeIndicatorRef.style.setProperty(ACTIVE_TAB_WIDTH, `${width}px`);
440
+ }
441
+ #updateTabsConnotation() {
442
+ if (this.tabs) {
443
+ this.tabs.forEach((tab) => {
444
+ if (tab.getAttribute("aria-selected") === "true") {
445
+ tab.setAttribute("connotation", this.connotation);
446
+ } else {
447
+ tab.removeAttribute("connotation");
448
+ }
449
+ });
450
+ }
451
+ }
452
+ get #tabListWrapper() {
453
+ return this.shadowRoot.querySelector(".tablist-wrapper");
454
+ }
455
+ #scrollToIndex(index) {
456
+ const tab = this.tabs[index];
457
+ if (!tab)
458
+ return;
459
+ let left = 0;
460
+ let top = 0;
461
+ if (this.orientation === TabsOrientation.vertical) {
462
+ if (index === this.tabs.length - 1) {
463
+ top = this.#tabListWrapper.scrollHeight;
464
+ }
465
+ if (index > 0 && index < this.tabs.length - 1) {
466
+ top = tab.offsetTop - this.#tabListWrapper.offsetHeight / 2 + tab.offsetHeight / 2;
467
+ }
468
+ } else {
469
+ if (index === this.tabs.length - 1) {
470
+ left = this.#tabListWrapper.scrollWidth;
471
+ }
472
+ if (index > 0 && index < this.tabs.length - 1) {
473
+ left = tab.offsetLeft - this.#tabListWrapper.offsetWidth / 2 + tab.offsetWidth / 2;
474
+ }
475
+ }
476
+ this.#tabListWrapper.scrollTo({ top, left, behavior: "smooth" });
477
+ }
478
+ // adapted FAST fix https://github.com/microsoft/fast/pull/6606
479
+ #patchActiveID() {
480
+ if (!this.activetab)
481
+ return;
482
+ const idx = this.tabs.indexOf(this.activetab);
483
+ this.activeid = this["tabIds"][idx];
484
+ this.#updateTabsConnotation();
485
+ this.#scrollToIndex(idx);
486
+ }
487
+ }
488
+ __decorateClass([
489
+ index.observable
490
+ ], Tabs.prototype, "tablist", 2);
491
+ __decorateClass([
492
+ index.attr
493
+ ], Tabs.prototype, "connotation", 2);
494
+ __decorateClass([
495
+ index.attr
496
+ ], Tabs.prototype, "gutters", 2);
497
+ __decorateClass([
498
+ index.attr({ mode: "boolean", attribute: "scrollable-panel" })
499
+ ], Tabs.prototype, "scrollablePanel", 2);
500
+
501
+ const getClasses = ({
502
+ connotation,
503
+ orientation,
504
+ gutters,
505
+ scrollablePanel
506
+ }) => classNames.classNames(
507
+ "base",
508
+ [`connotation-${connotation}`, Boolean(connotation)],
509
+ [`orientation-${orientation}`, Boolean(orientation)],
510
+ [`gutters-${gutters}`, Boolean(gutters)],
511
+ ["scroll", Boolean(scrollablePanel)]
512
+ );
513
+ function TabsTemplate() {
514
+ return index.html`
515
+ <template>
516
+ <div class="${getClasses}">
517
+ <div class="tablist-wrapper">
518
+ <div class="tablist" role="tablist" ${ref.ref("tablist")}>
519
+ <slot name="tab" ${slotted.slotted("tabs")}></slot>
520
+ ${when.when((x) => x.showActiveIndicator, index.html`
521
+ <div ${ref.ref("activeIndicatorRef")} class="active-indicator"></div>
522
+ `)}
523
+ </div>
524
+ </div>
525
+ <div class="tabpanel">
526
+ <slot name="tabpanel" ${slotted.slotted("tabpanels")}></slot>
527
+ </div>
528
+ </div>
529
+ </template>
530
+ `;
531
+ }
532
+
533
+ const tabsDefinition = Tabs.compose({
534
+ baseName: "tabs",
535
+ template: TabsTemplate,
536
+ styles
537
+ });
538
+ const tabsRegistries = [tabsDefinition(), ...definition.tabRegistries, ...definition$1.tabPanelRegistries];
539
+ const registerTabs = index.registerFactory(tabsRegistries);
540
+
541
+ exports.registerTabs = registerTabs;
542
+ exports.tabsDefinition = tabsDefinition;
543
+ exports.tabsRegistries = tabsRegistries;