@arcgis/lumina 4.34.0-next.27 → 4.34.0-next.29
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.
|
@@ -511,6 +511,7 @@ export interface AriaAttributes {
|
|
|
511
511
|
* @see aria-controls
|
|
512
512
|
*/
|
|
513
513
|
["aria-owns"]?: string;
|
|
514
|
+
ariaActiveDescendantElement?: Element;
|
|
514
515
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic) */
|
|
515
516
|
ariaAtomic?: boolean | "false" | "true";
|
|
516
517
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete) */
|
|
@@ -529,14 +530,19 @@ export interface AriaAttributes {
|
|
|
529
530
|
ariaColIndex?: number | string;
|
|
530
531
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan) */
|
|
531
532
|
ariaColSpan?: number | string;
|
|
533
|
+
ariaControlsElements?: Element[];
|
|
532
534
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent) */
|
|
533
535
|
ariaCurrent?: boolean | "date" | "false" | "location" | "page" | "step" | "time" | "true";
|
|
536
|
+
ariaDescribedByElements?: Element[];
|
|
534
537
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription) */
|
|
535
538
|
ariaDescription?: string;
|
|
539
|
+
ariaDetailsElements?: Element[];
|
|
536
540
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled) */
|
|
537
541
|
ariaDisabled?: boolean | "false" | "true";
|
|
542
|
+
ariaErrorMessageElement?: Element;
|
|
538
543
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded) */
|
|
539
544
|
ariaExpanded?: boolean | "false" | "true";
|
|
545
|
+
ariaFlowToElements?: Element[];
|
|
540
546
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup) */
|
|
541
547
|
ariaHasPopup?: boolean | "dialog" | "false" | "grid" | "listbox" | "menu" | "tree" | "true";
|
|
542
548
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
|
|
@@ -550,6 +556,7 @@ export interface AriaAttributes {
|
|
|
550
556
|
ariaKeyShortcuts?: string;
|
|
551
557
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel) */
|
|
552
558
|
ariaLabel?: string;
|
|
559
|
+
ariaLabelledByElements?: Element[];
|
|
553
560
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel) */
|
|
554
561
|
ariaLevel?: number | string;
|
|
555
562
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive) */
|
|
@@ -562,6 +569,7 @@ export interface AriaAttributes {
|
|
|
562
569
|
ariaMultiSelectable?: boolean | "false" | "true";
|
|
563
570
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation) */
|
|
564
571
|
ariaOrientation?: "horizontal" | "vertical";
|
|
572
|
+
ariaOwnsElements?: Element[];
|
|
565
573
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder) */
|
|
566
574
|
ariaPlaceholder?: string;
|
|
567
575
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@arcgis/components-utils": "4.34.0-next.
|
|
25
|
+
"@arcgis/components-utils": "4.34.0-next.29",
|
|
26
26
|
"@lit-labs/ssr": "^3.2.2",
|
|
27
27
|
"@lit-labs/ssr-client": "^1.1.7",
|
|
28
28
|
"@lit/context": "^1.1.5",
|