@aurodesignsystem-dev/auro-nav 0.0.0-pr110.0 → 0.0.0-pr110.2
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 +162 -328
- package/demo/api.md +8 -32
- package/demo/auro-nav.min.js +17 -11
- package/dist/{auro-nav-8gtpUxpu.js → auro-nav-D0mx74fk.js} +6 -6
- package/dist/index.d.ts +15 -15
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +6 -7
package/custom-elements.json
CHANGED
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"type": {
|
|
45
45
|
"text": "boolean"
|
|
46
46
|
},
|
|
47
|
-
"description": "If set, the link is currently the active link in the parent auro-nav
|
|
47
|
+
"description": "If set, the link is currently the active link in the parent `auro-nav`.",
|
|
48
48
|
"attribute": "active",
|
|
49
49
|
"reflects": true
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"kind": "field",
|
|
53
53
|
"name": "appearance",
|
|
54
|
-
"privacy": "
|
|
54
|
+
"privacy": "private",
|
|
55
55
|
"type": {
|
|
56
56
|
"text": "string"
|
|
57
57
|
},
|
|
@@ -88,10 +88,23 @@
|
|
|
88
88
|
"module": "src/component-base.mjs"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
+
{
|
|
92
|
+
"kind": "field",
|
|
93
|
+
"name": "attributeWatcher",
|
|
94
|
+
"description": "return object from transportAttributes via a11yUtilities",
|
|
95
|
+
"type": {
|
|
96
|
+
"text": "Object"
|
|
97
|
+
},
|
|
98
|
+
"privacy": "private",
|
|
99
|
+
"inheritedFrom": {
|
|
100
|
+
"name": "AuroElement",
|
|
101
|
+
"module": "src/layoutElement/auroElement.js"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
91
104
|
{
|
|
92
105
|
"kind": "field",
|
|
93
106
|
"name": "download",
|
|
94
|
-
"privacy": "
|
|
107
|
+
"privacy": "private",
|
|
95
108
|
"type": {
|
|
96
109
|
"text": "boolean"
|
|
97
110
|
},
|
|
@@ -106,7 +119,7 @@
|
|
|
106
119
|
{
|
|
107
120
|
"kind": "field",
|
|
108
121
|
"name": "fluid",
|
|
109
|
-
"privacy": "
|
|
122
|
+
"privacy": "private",
|
|
110
123
|
"type": {
|
|
111
124
|
"text": "boolean"
|
|
112
125
|
},
|
|
@@ -254,12 +267,12 @@
|
|
|
254
267
|
{
|
|
255
268
|
"kind": "field",
|
|
256
269
|
"name": "layout",
|
|
257
|
-
"privacy": "
|
|
270
|
+
"privacy": "private",
|
|
258
271
|
"type": {
|
|
259
272
|
"text": "string"
|
|
260
273
|
},
|
|
261
274
|
"description": "Defines the language of an element.",
|
|
262
|
-
"default": "
|
|
275
|
+
"default": "'default'",
|
|
263
276
|
"attribute": "layout",
|
|
264
277
|
"reflects": true,
|
|
265
278
|
"inheritedFrom": {
|
|
@@ -270,7 +283,7 @@
|
|
|
270
283
|
{
|
|
271
284
|
"kind": "field",
|
|
272
285
|
"name": "ondark",
|
|
273
|
-
"privacy": "
|
|
286
|
+
"privacy": "private",
|
|
274
287
|
"type": {
|
|
275
288
|
"text": "boolean"
|
|
276
289
|
},
|
|
@@ -284,10 +297,12 @@
|
|
|
284
297
|
{
|
|
285
298
|
"kind": "field",
|
|
286
299
|
"name": "onDark",
|
|
287
|
-
"privacy": "
|
|
300
|
+
"privacy": "private",
|
|
288
301
|
"type": {
|
|
289
302
|
"text": "boolean"
|
|
290
303
|
},
|
|
304
|
+
"description": "DEPRECATED - use `appearance` attribute.",
|
|
305
|
+
"default": "false",
|
|
291
306
|
"attribute": "ondark",
|
|
292
307
|
"reflects": true,
|
|
293
308
|
"inheritedFrom": {
|
|
@@ -298,7 +313,7 @@
|
|
|
298
313
|
{
|
|
299
314
|
"kind": "field",
|
|
300
315
|
"name": "referrerpolicy",
|
|
301
|
-
"privacy": "
|
|
316
|
+
"privacy": "private",
|
|
302
317
|
"type": {
|
|
303
318
|
"text": "boolean"
|
|
304
319
|
},
|
|
@@ -337,7 +352,7 @@
|
|
|
337
352
|
{
|
|
338
353
|
"kind": "field",
|
|
339
354
|
"name": "rel",
|
|
340
|
-
"privacy": "
|
|
355
|
+
"privacy": "private",
|
|
341
356
|
"type": {
|
|
342
357
|
"text": "string"
|
|
343
358
|
},
|
|
@@ -379,6 +394,24 @@
|
|
|
379
394
|
"module": "src/auro-hyperlink.js"
|
|
380
395
|
}
|
|
381
396
|
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "method",
|
|
399
|
+
"name": "resetLayoutClasses",
|
|
400
|
+
"privacy": "private",
|
|
401
|
+
"inheritedFrom": {
|
|
402
|
+
"name": "AuroElement",
|
|
403
|
+
"module": "src/layoutElement/auroElement.js"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"kind": "method",
|
|
408
|
+
"name": "resetShapeClasses",
|
|
409
|
+
"privacy": "private",
|
|
410
|
+
"inheritedFrom": {
|
|
411
|
+
"name": "AuroElement",
|
|
412
|
+
"module": "src/layoutElement/auroElement.js"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
382
415
|
{
|
|
383
416
|
"type": {
|
|
384
417
|
"text": "string"
|
|
@@ -389,7 +422,8 @@
|
|
|
389
422
|
"inheritedFrom": {
|
|
390
423
|
"name": "AuroHyperlink",
|
|
391
424
|
"module": "src/auro-hyperlink.js"
|
|
392
|
-
}
|
|
425
|
+
},
|
|
426
|
+
"privacy": "private"
|
|
393
427
|
},
|
|
394
428
|
{
|
|
395
429
|
"kind": "field",
|
|
@@ -404,7 +438,8 @@
|
|
|
404
438
|
"inheritedFrom": {
|
|
405
439
|
"name": "ComponentBase",
|
|
406
440
|
"module": "src/component-base.mjs"
|
|
407
|
-
}
|
|
441
|
+
},
|
|
442
|
+
"privacy": "private"
|
|
408
443
|
},
|
|
409
444
|
{
|
|
410
445
|
"kind": "method",
|
|
@@ -443,10 +478,12 @@
|
|
|
443
478
|
{
|
|
444
479
|
"kind": "field",
|
|
445
480
|
"name": "shape",
|
|
446
|
-
"privacy": "
|
|
481
|
+
"privacy": "private",
|
|
447
482
|
"type": {
|
|
448
483
|
"text": "string"
|
|
449
484
|
},
|
|
485
|
+
"description": "Defines the shape of an element.",
|
|
486
|
+
"default": "{'default'}",
|
|
450
487
|
"attribute": "shape",
|
|
451
488
|
"reflects": true,
|
|
452
489
|
"inheritedFrom": {
|
|
@@ -457,10 +494,12 @@
|
|
|
457
494
|
{
|
|
458
495
|
"kind": "field",
|
|
459
496
|
"name": "size",
|
|
460
|
-
"privacy": "
|
|
497
|
+
"privacy": "private",
|
|
461
498
|
"type": {
|
|
462
499
|
"text": "string"
|
|
463
500
|
},
|
|
501
|
+
"description": "Defines the size of an element.",
|
|
502
|
+
"default": "{'md'}",
|
|
464
503
|
"attribute": "size",
|
|
465
504
|
"reflects": true,
|
|
466
505
|
"inheritedFrom": {
|
|
@@ -471,7 +510,7 @@
|
|
|
471
510
|
{
|
|
472
511
|
"kind": "field",
|
|
473
512
|
"name": "target",
|
|
474
|
-
"privacy": "
|
|
513
|
+
"privacy": "private",
|
|
475
514
|
"type": {
|
|
476
515
|
"text": "string"
|
|
477
516
|
},
|
|
@@ -510,7 +549,7 @@
|
|
|
510
549
|
{
|
|
511
550
|
"kind": "field",
|
|
512
551
|
"name": "type",
|
|
513
|
-
"privacy": "
|
|
552
|
+
"privacy": "private",
|
|
514
553
|
"type": {
|
|
515
554
|
"text": "'nav' | 'cta'"
|
|
516
555
|
},
|
|
@@ -522,10 +561,19 @@
|
|
|
522
561
|
"module": "src/component-base.mjs"
|
|
523
562
|
}
|
|
524
563
|
},
|
|
564
|
+
{
|
|
565
|
+
"kind": "method",
|
|
566
|
+
"name": "updateComponentArchitecture",
|
|
567
|
+
"privacy": "private",
|
|
568
|
+
"inheritedFrom": {
|
|
569
|
+
"name": "AuroElement",
|
|
570
|
+
"module": "src/layoutElement/auroElement.js"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
525
573
|
{
|
|
526
574
|
"kind": "field",
|
|
527
575
|
"name": "variant",
|
|
528
|
-
"privacy": "
|
|
576
|
+
"privacy": "private",
|
|
529
577
|
"type": {
|
|
530
578
|
"text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
|
|
531
579
|
},
|
|
@@ -537,6 +585,20 @@
|
|
|
537
585
|
"name": "ComponentBase",
|
|
538
586
|
"module": "src/component-base.mjs"
|
|
539
587
|
}
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"kind": "field",
|
|
591
|
+
"name": "wrapper",
|
|
592
|
+
"privacy": "private",
|
|
593
|
+
"description": "A reference to the wrapper element in the shadow DOM.\nThis is used to apply layout and shape classes dynamically.",
|
|
594
|
+
"type": {
|
|
595
|
+
"text": "HTMLElement|null"
|
|
596
|
+
},
|
|
597
|
+
"default": "{null}",
|
|
598
|
+
"inheritedFrom": {
|
|
599
|
+
"name": "AuroElement",
|
|
600
|
+
"module": "src/layoutElement/auroElement.js"
|
|
601
|
+
}
|
|
540
602
|
}
|
|
541
603
|
],
|
|
542
604
|
"events": [
|
|
@@ -553,46 +615,9 @@
|
|
|
553
615
|
"type": {
|
|
554
616
|
"text": "boolean"
|
|
555
617
|
},
|
|
556
|
-
"description": "If set, the link is currently the active link in the parent auro-nav
|
|
618
|
+
"description": "If set, the link is currently the active link in the parent `auro-nav`.",
|
|
557
619
|
"fieldName": "active"
|
|
558
620
|
},
|
|
559
|
-
{
|
|
560
|
-
"name": "appearance",
|
|
561
|
-
"type": {
|
|
562
|
-
"text": "string"
|
|
563
|
-
},
|
|
564
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
565
|
-
"default": "'default'",
|
|
566
|
-
"fieldName": "appearance",
|
|
567
|
-
"inheritedFrom": {
|
|
568
|
-
"name": "AuroElement",
|
|
569
|
-
"module": "src/layoutElement/auroElement.js"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"name": "download",
|
|
574
|
-
"type": {
|
|
575
|
-
"text": "boolean"
|
|
576
|
-
},
|
|
577
|
-
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
578
|
-
"fieldName": "download",
|
|
579
|
-
"inheritedFrom": {
|
|
580
|
-
"name": "ComponentBase",
|
|
581
|
-
"module": "src/component-base.mjs"
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"name": "fluid",
|
|
586
|
-
"type": {
|
|
587
|
-
"text": "boolean"
|
|
588
|
-
},
|
|
589
|
-
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
590
|
-
"fieldName": "fluid",
|
|
591
|
-
"inheritedFrom": {
|
|
592
|
-
"name": "ComponentBase",
|
|
593
|
-
"module": "src/component-base.mjs"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
621
|
{
|
|
597
622
|
"name": "href",
|
|
598
623
|
"type": {
|
|
@@ -604,119 +629,11 @@
|
|
|
604
629
|
"name": "ComponentBase",
|
|
605
630
|
"module": "src/component-base.mjs"
|
|
606
631
|
}
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"name": "layout",
|
|
610
|
-
"type": {
|
|
611
|
-
"text": "string"
|
|
612
|
-
},
|
|
613
|
-
"description": "Defines the language of an element.",
|
|
614
|
-
"default": "{'default'}",
|
|
615
|
-
"fieldName": "layout",
|
|
616
|
-
"inheritedFrom": {
|
|
617
|
-
"name": "AuroElement",
|
|
618
|
-
"module": "src/layoutElement/auroElement.js"
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"name": "ondark",
|
|
623
|
-
"type": {
|
|
624
|
-
"text": "boolean"
|
|
625
|
-
},
|
|
626
|
-
"fieldName": "ondark",
|
|
627
|
-
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
628
|
-
"inheritedFrom": {
|
|
629
|
-
"name": "AuroElement",
|
|
630
|
-
"module": "src/layoutElement/auroElement.js"
|
|
631
|
-
}
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "referrerpolicy",
|
|
635
|
-
"type": {
|
|
636
|
-
"text": "boolean"
|
|
637
|
-
},
|
|
638
|
-
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
639
|
-
"fieldName": "referrerpolicy",
|
|
640
|
-
"inheritedFrom": {
|
|
641
|
-
"name": "ComponentBase",
|
|
642
|
-
"module": "src/component-base.mjs"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "rel",
|
|
647
|
-
"type": {
|
|
648
|
-
"text": "string"
|
|
649
|
-
},
|
|
650
|
-
"description": "Defines the relationship between the current document and the linked document. Visit [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel) for more information.",
|
|
651
|
-
"fieldName": "rel",
|
|
652
|
-
"inheritedFrom": {
|
|
653
|
-
"name": "ComponentBase",
|
|
654
|
-
"module": "src/component-base.mjs"
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "shape",
|
|
659
|
-
"type": {
|
|
660
|
-
"text": "string"
|
|
661
|
-
},
|
|
662
|
-
"fieldName": "shape",
|
|
663
|
-
"inheritedFrom": {
|
|
664
|
-
"name": "AuroElement",
|
|
665
|
-
"module": "src/layoutElement/auroElement.js"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "size",
|
|
670
|
-
"type": {
|
|
671
|
-
"text": "string"
|
|
672
|
-
},
|
|
673
|
-
"fieldName": "size",
|
|
674
|
-
"inheritedFrom": {
|
|
675
|
-
"name": "AuroElement",
|
|
676
|
-
"module": "src/layoutElement/auroElement.js"
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"name": "target",
|
|
681
|
-
"type": {
|
|
682
|
-
"text": "string"
|
|
683
|
-
},
|
|
684
|
-
"description": "Defines where to open the linked document.",
|
|
685
|
-
"fieldName": "target",
|
|
686
|
-
"inheritedFrom": {
|
|
687
|
-
"name": "ComponentBase",
|
|
688
|
-
"module": "src/component-base.mjs"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "type",
|
|
693
|
-
"type": {
|
|
694
|
-
"text": "'nav' | 'cta'"
|
|
695
|
-
},
|
|
696
|
-
"description": "Defines the type of hyperlink.",
|
|
697
|
-
"fieldName": "type",
|
|
698
|
-
"inheritedFrom": {
|
|
699
|
-
"name": "ComponentBase",
|
|
700
|
-
"module": "src/component-base.mjs"
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"name": "variant",
|
|
705
|
-
"type": {
|
|
706
|
-
"text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
|
|
707
|
-
},
|
|
708
|
-
"description": "Sets button variant option when using `type=\"cta\"`.",
|
|
709
|
-
"default": "'primary'",
|
|
710
|
-
"fieldName": "variant",
|
|
711
|
-
"inheritedFrom": {
|
|
712
|
-
"name": "ComponentBase",
|
|
713
|
-
"module": "src/component-base.mjs"
|
|
714
|
-
}
|
|
715
632
|
}
|
|
716
633
|
],
|
|
717
634
|
"superclass": {
|
|
718
635
|
"name": "AuroHyperlink",
|
|
719
|
-
"package": "@aurodesignsystem
|
|
636
|
+
"package": "@aurodesignsystem/auro-hyperlink/class"
|
|
720
637
|
},
|
|
721
638
|
"tagName": "auro-anchorlink",
|
|
722
639
|
"customElement": true,
|
|
@@ -790,7 +707,7 @@
|
|
|
790
707
|
{
|
|
791
708
|
"kind": "field",
|
|
792
709
|
"name": "appearance",
|
|
793
|
-
"privacy": "
|
|
710
|
+
"privacy": "private",
|
|
794
711
|
"type": {
|
|
795
712
|
"text": "string"
|
|
796
713
|
},
|
|
@@ -827,10 +744,23 @@
|
|
|
827
744
|
"module": "src/component-base.mjs"
|
|
828
745
|
}
|
|
829
746
|
},
|
|
747
|
+
{
|
|
748
|
+
"kind": "field",
|
|
749
|
+
"name": "attributeWatcher",
|
|
750
|
+
"description": "return object from transportAttributes via a11yUtilities",
|
|
751
|
+
"type": {
|
|
752
|
+
"text": "Object"
|
|
753
|
+
},
|
|
754
|
+
"privacy": "private",
|
|
755
|
+
"inheritedFrom": {
|
|
756
|
+
"name": "AuroElement",
|
|
757
|
+
"module": "src/layoutElement/auroElement.js"
|
|
758
|
+
}
|
|
759
|
+
},
|
|
830
760
|
{
|
|
831
761
|
"kind": "field",
|
|
832
762
|
"name": "download",
|
|
833
|
-
"privacy": "
|
|
763
|
+
"privacy": "private",
|
|
834
764
|
"type": {
|
|
835
765
|
"text": "boolean"
|
|
836
766
|
},
|
|
@@ -845,7 +775,7 @@
|
|
|
845
775
|
{
|
|
846
776
|
"kind": "field",
|
|
847
777
|
"name": "fluid",
|
|
848
|
-
"privacy": "
|
|
778
|
+
"privacy": "private",
|
|
849
779
|
"type": {
|
|
850
780
|
"text": "boolean"
|
|
851
781
|
},
|
|
@@ -993,12 +923,12 @@
|
|
|
993
923
|
{
|
|
994
924
|
"kind": "field",
|
|
995
925
|
"name": "layout",
|
|
996
|
-
"privacy": "
|
|
926
|
+
"privacy": "private",
|
|
997
927
|
"type": {
|
|
998
928
|
"text": "string"
|
|
999
929
|
},
|
|
1000
930
|
"description": "Defines the language of an element.",
|
|
1001
|
-
"default": "
|
|
931
|
+
"default": "'default'",
|
|
1002
932
|
"attribute": "layout",
|
|
1003
933
|
"reflects": true,
|
|
1004
934
|
"inheritedFrom": {
|
|
@@ -1009,7 +939,7 @@
|
|
|
1009
939
|
{
|
|
1010
940
|
"kind": "field",
|
|
1011
941
|
"name": "ondark",
|
|
1012
|
-
"privacy": "
|
|
942
|
+
"privacy": "private",
|
|
1013
943
|
"type": {
|
|
1014
944
|
"text": "boolean"
|
|
1015
945
|
},
|
|
@@ -1023,10 +953,12 @@
|
|
|
1023
953
|
{
|
|
1024
954
|
"kind": "field",
|
|
1025
955
|
"name": "onDark",
|
|
1026
|
-
"privacy": "
|
|
956
|
+
"privacy": "private",
|
|
1027
957
|
"type": {
|
|
1028
958
|
"text": "boolean"
|
|
1029
959
|
},
|
|
960
|
+
"description": "DEPRECATED - use `appearance` attribute.",
|
|
961
|
+
"default": "false",
|
|
1030
962
|
"attribute": "ondark",
|
|
1031
963
|
"reflects": true,
|
|
1032
964
|
"inheritedFrom": {
|
|
@@ -1037,7 +969,7 @@
|
|
|
1037
969
|
{
|
|
1038
970
|
"kind": "field",
|
|
1039
971
|
"name": "referrerpolicy",
|
|
1040
|
-
"privacy": "
|
|
972
|
+
"privacy": "private",
|
|
1041
973
|
"type": {
|
|
1042
974
|
"text": "boolean"
|
|
1043
975
|
},
|
|
@@ -1076,7 +1008,7 @@
|
|
|
1076
1008
|
{
|
|
1077
1009
|
"kind": "field",
|
|
1078
1010
|
"name": "rel",
|
|
1079
|
-
"privacy": "
|
|
1011
|
+
"privacy": "private",
|
|
1080
1012
|
"type": {
|
|
1081
1013
|
"text": "string"
|
|
1082
1014
|
},
|
|
@@ -1118,6 +1050,24 @@
|
|
|
1118
1050
|
"module": "src/auro-hyperlink.js"
|
|
1119
1051
|
}
|
|
1120
1052
|
},
|
|
1053
|
+
{
|
|
1054
|
+
"kind": "method",
|
|
1055
|
+
"name": "resetLayoutClasses",
|
|
1056
|
+
"privacy": "private",
|
|
1057
|
+
"inheritedFrom": {
|
|
1058
|
+
"name": "AuroElement",
|
|
1059
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"kind": "method",
|
|
1064
|
+
"name": "resetShapeClasses",
|
|
1065
|
+
"privacy": "private",
|
|
1066
|
+
"inheritedFrom": {
|
|
1067
|
+
"name": "AuroElement",
|
|
1068
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1121
1071
|
{
|
|
1122
1072
|
"type": {
|
|
1123
1073
|
"text": "string"
|
|
@@ -1128,7 +1078,8 @@
|
|
|
1128
1078
|
"inheritedFrom": {
|
|
1129
1079
|
"name": "AuroHyperlink",
|
|
1130
1080
|
"module": "src/auro-hyperlink.js"
|
|
1131
|
-
}
|
|
1081
|
+
},
|
|
1082
|
+
"privacy": "private"
|
|
1132
1083
|
},
|
|
1133
1084
|
{
|
|
1134
1085
|
"kind": "field",
|
|
@@ -1143,7 +1094,8 @@
|
|
|
1143
1094
|
"inheritedFrom": {
|
|
1144
1095
|
"name": "ComponentBase",
|
|
1145
1096
|
"module": "src/component-base.mjs"
|
|
1146
|
-
}
|
|
1097
|
+
},
|
|
1098
|
+
"privacy": "private"
|
|
1147
1099
|
},
|
|
1148
1100
|
{
|
|
1149
1101
|
"kind": "method",
|
|
@@ -1182,10 +1134,12 @@
|
|
|
1182
1134
|
{
|
|
1183
1135
|
"kind": "field",
|
|
1184
1136
|
"name": "shape",
|
|
1185
|
-
"privacy": "
|
|
1137
|
+
"privacy": "private",
|
|
1186
1138
|
"type": {
|
|
1187
1139
|
"text": "string"
|
|
1188
1140
|
},
|
|
1141
|
+
"description": "Defines the shape of an element.",
|
|
1142
|
+
"default": "{'default'}",
|
|
1189
1143
|
"attribute": "shape",
|
|
1190
1144
|
"reflects": true,
|
|
1191
1145
|
"inheritedFrom": {
|
|
@@ -1196,10 +1150,12 @@
|
|
|
1196
1150
|
{
|
|
1197
1151
|
"kind": "field",
|
|
1198
1152
|
"name": "size",
|
|
1199
|
-
"privacy": "
|
|
1153
|
+
"privacy": "private",
|
|
1200
1154
|
"type": {
|
|
1201
1155
|
"text": "string"
|
|
1202
1156
|
},
|
|
1157
|
+
"description": "Defines the size of an element.",
|
|
1158
|
+
"default": "{'md'}",
|
|
1203
1159
|
"attribute": "size",
|
|
1204
1160
|
"reflects": true,
|
|
1205
1161
|
"inheritedFrom": {
|
|
@@ -1210,7 +1166,7 @@
|
|
|
1210
1166
|
{
|
|
1211
1167
|
"kind": "field",
|
|
1212
1168
|
"name": "target",
|
|
1213
|
-
"privacy": "
|
|
1169
|
+
"privacy": "private",
|
|
1214
1170
|
"type": {
|
|
1215
1171
|
"text": "string"
|
|
1216
1172
|
},
|
|
@@ -1249,7 +1205,7 @@
|
|
|
1249
1205
|
{
|
|
1250
1206
|
"kind": "field",
|
|
1251
1207
|
"name": "type",
|
|
1252
|
-
"privacy": "
|
|
1208
|
+
"privacy": "private",
|
|
1253
1209
|
"type": {
|
|
1254
1210
|
"text": "'nav' | 'cta'"
|
|
1255
1211
|
},
|
|
@@ -1261,10 +1217,19 @@
|
|
|
1261
1217
|
"module": "src/component-base.mjs"
|
|
1262
1218
|
}
|
|
1263
1219
|
},
|
|
1220
|
+
{
|
|
1221
|
+
"kind": "method",
|
|
1222
|
+
"name": "updateComponentArchitecture",
|
|
1223
|
+
"privacy": "private",
|
|
1224
|
+
"inheritedFrom": {
|
|
1225
|
+
"name": "AuroElement",
|
|
1226
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1264
1229
|
{
|
|
1265
1230
|
"kind": "field",
|
|
1266
1231
|
"name": "variant",
|
|
1267
|
-
"privacy": "
|
|
1232
|
+
"privacy": "private",
|
|
1268
1233
|
"type": {
|
|
1269
1234
|
"text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
|
|
1270
1235
|
},
|
|
@@ -1276,11 +1241,25 @@
|
|
|
1276
1241
|
"name": "ComponentBase",
|
|
1277
1242
|
"module": "src/component-base.mjs"
|
|
1278
1243
|
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"kind": "field",
|
|
1247
|
+
"name": "wrapper",
|
|
1248
|
+
"privacy": "private",
|
|
1249
|
+
"description": "A reference to the wrapper element in the shadow DOM.\nThis is used to apply layout and shape classes dynamically.",
|
|
1250
|
+
"type": {
|
|
1251
|
+
"text": "HTMLElement|null"
|
|
1252
|
+
},
|
|
1253
|
+
"default": "{null}",
|
|
1254
|
+
"inheritedFrom": {
|
|
1255
|
+
"name": "AuroElement",
|
|
1256
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1257
|
+
}
|
|
1279
1258
|
}
|
|
1280
1259
|
],
|
|
1281
1260
|
"superclass": {
|
|
1282
1261
|
"name": "AuroHyperlink",
|
|
1283
|
-
"package": "@aurodesignsystem
|
|
1262
|
+
"package": "@aurodesignsystem/auro-hyperlink/class"
|
|
1284
1263
|
},
|
|
1285
1264
|
"tagName": "auro-breadcrumb",
|
|
1286
1265
|
"customElement": true,
|
|
@@ -1303,43 +1282,6 @@
|
|
|
1303
1282
|
}
|
|
1304
1283
|
],
|
|
1305
1284
|
"attributes": [
|
|
1306
|
-
{
|
|
1307
|
-
"name": "appearance",
|
|
1308
|
-
"type": {
|
|
1309
|
-
"text": "string"
|
|
1310
|
-
},
|
|
1311
|
-
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
1312
|
-
"default": "'default'",
|
|
1313
|
-
"fieldName": "appearance",
|
|
1314
|
-
"inheritedFrom": {
|
|
1315
|
-
"name": "AuroElement",
|
|
1316
|
-
"module": "src/layoutElement/auroElement.js"
|
|
1317
|
-
}
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"name": "download",
|
|
1321
|
-
"type": {
|
|
1322
|
-
"text": "boolean"
|
|
1323
|
-
},
|
|
1324
|
-
"description": "If true, the linked resource will be downloaded when the hyperlink is clicked.",
|
|
1325
|
-
"fieldName": "download",
|
|
1326
|
-
"inheritedFrom": {
|
|
1327
|
-
"name": "ComponentBase",
|
|
1328
|
-
"module": "src/component-base.mjs"
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "fluid",
|
|
1333
|
-
"type": {
|
|
1334
|
-
"text": "boolean"
|
|
1335
|
-
},
|
|
1336
|
-
"description": "If true and `type=\"cta\"`, the hyperlink will have a fluid-width UI.",
|
|
1337
|
-
"fieldName": "fluid",
|
|
1338
|
-
"inheritedFrom": {
|
|
1339
|
-
"name": "ComponentBase",
|
|
1340
|
-
"module": "src/component-base.mjs"
|
|
1341
|
-
}
|
|
1342
|
-
},
|
|
1343
1285
|
{
|
|
1344
1286
|
"name": "href",
|
|
1345
1287
|
"type": {
|
|
@@ -1351,114 +1293,6 @@
|
|
|
1351
1293
|
"name": "ComponentBase",
|
|
1352
1294
|
"module": "src/component-base.mjs"
|
|
1353
1295
|
}
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "layout",
|
|
1357
|
-
"type": {
|
|
1358
|
-
"text": "string"
|
|
1359
|
-
},
|
|
1360
|
-
"description": "Defines the language of an element.",
|
|
1361
|
-
"default": "{'default'}",
|
|
1362
|
-
"fieldName": "layout",
|
|
1363
|
-
"inheritedFrom": {
|
|
1364
|
-
"name": "AuroElement",
|
|
1365
|
-
"module": "src/layoutElement/auroElement.js"
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"name": "ondark",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "boolean"
|
|
1372
|
-
},
|
|
1373
|
-
"fieldName": "ondark",
|
|
1374
|
-
"description": "DEPRECATED - use `appearance=\"inverse\"` instead.",
|
|
1375
|
-
"inheritedFrom": {
|
|
1376
|
-
"name": "AuroElement",
|
|
1377
|
-
"module": "src/layoutElement/auroElement.js"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "referrerpolicy",
|
|
1382
|
-
"type": {
|
|
1383
|
-
"text": "boolean"
|
|
1384
|
-
},
|
|
1385
|
-
"description": "If true, sets `strict-origin-when-cross-origin` to control the referrer information sent with requests.",
|
|
1386
|
-
"fieldName": "referrerpolicy",
|
|
1387
|
-
"inheritedFrom": {
|
|
1388
|
-
"name": "ComponentBase",
|
|
1389
|
-
"module": "src/component-base.mjs"
|
|
1390
|
-
}
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
"name": "rel",
|
|
1394
|
-
"type": {
|
|
1395
|
-
"text": "string"
|
|
1396
|
-
},
|
|
1397
|
-
"description": "Defines the relationship between the current document and the linked document. Visit [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel) for more information.",
|
|
1398
|
-
"fieldName": "rel",
|
|
1399
|
-
"inheritedFrom": {
|
|
1400
|
-
"name": "ComponentBase",
|
|
1401
|
-
"module": "src/component-base.mjs"
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "shape",
|
|
1406
|
-
"type": {
|
|
1407
|
-
"text": "string"
|
|
1408
|
-
},
|
|
1409
|
-
"fieldName": "shape",
|
|
1410
|
-
"inheritedFrom": {
|
|
1411
|
-
"name": "AuroElement",
|
|
1412
|
-
"module": "src/layoutElement/auroElement.js"
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"name": "size",
|
|
1417
|
-
"type": {
|
|
1418
|
-
"text": "string"
|
|
1419
|
-
},
|
|
1420
|
-
"fieldName": "size",
|
|
1421
|
-
"inheritedFrom": {
|
|
1422
|
-
"name": "AuroElement",
|
|
1423
|
-
"module": "src/layoutElement/auroElement.js"
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"name": "target",
|
|
1428
|
-
"type": {
|
|
1429
|
-
"text": "string"
|
|
1430
|
-
},
|
|
1431
|
-
"description": "Defines where to open the linked document.",
|
|
1432
|
-
"fieldName": "target",
|
|
1433
|
-
"inheritedFrom": {
|
|
1434
|
-
"name": "ComponentBase",
|
|
1435
|
-
"module": "src/component-base.mjs"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"name": "type",
|
|
1440
|
-
"type": {
|
|
1441
|
-
"text": "'nav' | 'cta'"
|
|
1442
|
-
},
|
|
1443
|
-
"description": "Defines the type of hyperlink.",
|
|
1444
|
-
"fieldName": "type",
|
|
1445
|
-
"inheritedFrom": {
|
|
1446
|
-
"name": "ComponentBase",
|
|
1447
|
-
"module": "src/component-base.mjs"
|
|
1448
|
-
}
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"name": "variant",
|
|
1452
|
-
"type": {
|
|
1453
|
-
"text": "'primary' | 'secondary' | 'tertiary' | 'ghost' | 'flat'"
|
|
1454
|
-
},
|
|
1455
|
-
"description": "Sets button variant option when using `type=\"cta\"`.",
|
|
1456
|
-
"default": "'primary'",
|
|
1457
|
-
"fieldName": "variant",
|
|
1458
|
-
"inheritedFrom": {
|
|
1459
|
-
"name": "ComponentBase",
|
|
1460
|
-
"module": "src/component-base.mjs"
|
|
1461
|
-
}
|
|
1462
1296
|
}
|
|
1463
1297
|
],
|
|
1464
1298
|
"modulePath": "src/auro-breadcrumb.js"
|
|
@@ -1481,7 +1315,7 @@
|
|
|
1481
1315
|
"declarations": [
|
|
1482
1316
|
{
|
|
1483
1317
|
"kind": "class",
|
|
1484
|
-
"description": "The auro-nav element provides a way to show users a secondary navigation aid that helps them understand the relation between the location of their current page and higher level pages.",
|
|
1318
|
+
"description": "The `auro-nav` element provides a way to show users a secondary navigation aid that helps them understand the relation between the location of their current page and higher level pages.",
|
|
1485
1319
|
"name": "AuroNav",
|
|
1486
1320
|
"slots": [
|
|
1487
1321
|
{
|
|
@@ -1746,7 +1580,7 @@
|
|
|
1746
1580
|
"kind": "js",
|
|
1747
1581
|
"name": "default",
|
|
1748
1582
|
"declaration": {
|
|
1749
|
-
"name": "12.3.
|
|
1583
|
+
"name": "12.3.1",
|
|
1750
1584
|
"module": "src/buttonVersion.js"
|
|
1751
1585
|
}
|
|
1752
1586
|
}
|