@aurodesignsystem-dev/auro-nav 0.0.0-pr100.1 → 0.0.0-pr106.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 +340 -204
- package/demo/api.md +36 -40
- package/demo/auro-nav.min.js +8 -8
- package/demo/index.md +12 -12
- package/dist/{auro-nav-DjBuYPdo.js → auro-nav-BkZmGtok.js} +11 -11
- package/dist/index.d.ts +356 -228
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"text": "string"
|
|
54
54
|
},
|
|
55
55
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
56
|
-
"default": "
|
|
56
|
+
"default": "\"default\"",
|
|
57
57
|
"fieldName": "appearance",
|
|
58
58
|
"inheritedFrom": {
|
|
59
|
-
"name": "
|
|
60
|
-
"module": "src/
|
|
59
|
+
"name": "AuroElement",
|
|
60
|
+
"module": "src/layoutElement/auroElement.js"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
{
|
|
@@ -97,17 +97,30 @@
|
|
|
97
97
|
"module": "src/component-base.mjs"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
+
{
|
|
101
|
+
"name": "layout",
|
|
102
|
+
"type": {
|
|
103
|
+
"text": "string"
|
|
104
|
+
},
|
|
105
|
+
"description": "Defines the language of an element.",
|
|
106
|
+
"default": "{'default'}",
|
|
107
|
+
"fieldName": "layout",
|
|
108
|
+
"inheritedFrom": {
|
|
109
|
+
"name": "AuroElement",
|
|
110
|
+
"module": "src/layoutElement/auroElement.js"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
100
113
|
{
|
|
101
114
|
"name": "ondark",
|
|
102
115
|
"type": {
|
|
103
116
|
"text": "boolean"
|
|
104
117
|
},
|
|
118
|
+
"fieldName": "ondark",
|
|
105
119
|
"description": "DEPRECATED - use `appearance` instead.",
|
|
106
120
|
"default": "false",
|
|
107
|
-
"fieldName": "ondark",
|
|
108
121
|
"inheritedFrom": {
|
|
109
|
-
"name": "
|
|
110
|
-
"module": "src/
|
|
122
|
+
"name": "AuroElement",
|
|
123
|
+
"module": "src/layoutElement/auroElement.js"
|
|
111
124
|
}
|
|
112
125
|
},
|
|
113
126
|
{
|
|
@@ -135,16 +148,25 @@
|
|
|
135
148
|
}
|
|
136
149
|
},
|
|
137
150
|
{
|
|
138
|
-
"name": "
|
|
151
|
+
"name": "shape",
|
|
139
152
|
"type": {
|
|
140
|
-
"text": "
|
|
153
|
+
"text": "string"
|
|
141
154
|
},
|
|
142
|
-
"
|
|
143
|
-
"default": "false",
|
|
144
|
-
"fieldName": "relative",
|
|
155
|
+
"fieldName": "shape",
|
|
145
156
|
"inheritedFrom": {
|
|
146
|
-
"name": "
|
|
147
|
-
"module": "src/
|
|
157
|
+
"name": "AuroElement",
|
|
158
|
+
"module": "src/layoutElement/auroElement.js"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "size",
|
|
163
|
+
"type": {
|
|
164
|
+
"text": "string"
|
|
165
|
+
},
|
|
166
|
+
"fieldName": "size",
|
|
167
|
+
"inheritedFrom": {
|
|
168
|
+
"name": "AuroElement",
|
|
169
|
+
"module": "src/layoutElement/auroElement.js"
|
|
148
170
|
}
|
|
149
171
|
},
|
|
150
172
|
{
|
|
@@ -224,12 +246,12 @@
|
|
|
224
246
|
"text": "string"
|
|
225
247
|
},
|
|
226
248
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
227
|
-
"default": "
|
|
249
|
+
"default": "\"default\"",
|
|
228
250
|
"attribute": "appearance",
|
|
229
251
|
"reflects": true,
|
|
230
252
|
"inheritedFrom": {
|
|
231
|
-
"name": "
|
|
232
|
-
"module": "src/
|
|
253
|
+
"name": "AuroElement",
|
|
254
|
+
"module": "src/layoutElement/auroElement.js"
|
|
233
255
|
}
|
|
234
256
|
},
|
|
235
257
|
{
|
|
@@ -449,10 +471,17 @@
|
|
|
449
471
|
{
|
|
450
472
|
"kind": "field",
|
|
451
473
|
"name": "layout",
|
|
452
|
-
"privacy": "
|
|
474
|
+
"privacy": "public",
|
|
475
|
+
"type": {
|
|
476
|
+
"text": "string"
|
|
477
|
+
},
|
|
478
|
+
"description": "Defines the language of an element.",
|
|
479
|
+
"default": "{'default'}",
|
|
480
|
+
"attribute": "layout",
|
|
481
|
+
"reflects": true,
|
|
453
482
|
"inheritedFrom": {
|
|
454
|
-
"name": "
|
|
455
|
-
"module": "src/
|
|
483
|
+
"name": "AuroElement",
|
|
484
|
+
"module": "src/layoutElement/auroElement.js"
|
|
456
485
|
}
|
|
457
486
|
},
|
|
458
487
|
{
|
|
@@ -470,6 +499,20 @@
|
|
|
470
499
|
"module": "src/component-base.mjs"
|
|
471
500
|
}
|
|
472
501
|
},
|
|
502
|
+
{
|
|
503
|
+
"kind": "field",
|
|
504
|
+
"name": "onDark",
|
|
505
|
+
"privacy": "public",
|
|
506
|
+
"type": {
|
|
507
|
+
"text": "boolean"
|
|
508
|
+
},
|
|
509
|
+
"attribute": "ondark",
|
|
510
|
+
"reflects": true,
|
|
511
|
+
"inheritedFrom": {
|
|
512
|
+
"name": "AuroElement",
|
|
513
|
+
"module": "src/layoutElement/auroElement.js"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
473
516
|
{
|
|
474
517
|
"kind": "field",
|
|
475
518
|
"name": "referrerpolicy",
|
|
@@ -504,6 +547,9 @@
|
|
|
504
547
|
"inheritedFrom": {
|
|
505
548
|
"name": "AuroHyperlink",
|
|
506
549
|
"module": "src/auro-hyperlink.js"
|
|
550
|
+
},
|
|
551
|
+
"type": {
|
|
552
|
+
"text": "register(name?: string = \"auro-anchorlink\") => void"
|
|
507
553
|
}
|
|
508
554
|
},
|
|
509
555
|
{
|
|
@@ -521,22 +567,6 @@
|
|
|
521
567
|
"module": "src/component-base.mjs"
|
|
522
568
|
}
|
|
523
569
|
},
|
|
524
|
-
{
|
|
525
|
-
"kind": "field",
|
|
526
|
-
"name": "relative",
|
|
527
|
-
"privacy": "public",
|
|
528
|
-
"type": {
|
|
529
|
-
"text": "boolean"
|
|
530
|
-
},
|
|
531
|
-
"description": "If true, the auto URL re-write feature will be disabled.",
|
|
532
|
-
"default": "false",
|
|
533
|
-
"attribute": "relative",
|
|
534
|
-
"reflects": true,
|
|
535
|
-
"inheritedFrom": {
|
|
536
|
-
"name": "ComponentBase",
|
|
537
|
-
"module": "src/component-base.mjs"
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
570
|
{
|
|
541
571
|
"kind": "method",
|
|
542
572
|
"name": "renderLayoutCTA",
|
|
@@ -592,7 +622,7 @@
|
|
|
592
622
|
{
|
|
593
623
|
"kind": "field",
|
|
594
624
|
"name": "safeUri",
|
|
595
|
-
"description": "Returns a safe URI based on the provided `href
|
|
625
|
+
"description": "Returns a safe URI based on the provided `href`.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
596
626
|
"return": {
|
|
597
627
|
"type": {
|
|
598
628
|
"text": "string"
|
|
@@ -614,16 +644,9 @@
|
|
|
614
644
|
"type": {
|
|
615
645
|
"text": "string"
|
|
616
646
|
}
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "relative",
|
|
620
|
-
"description": "Indicates whether the URL is relative.",
|
|
621
|
-
"type": {
|
|
622
|
-
"text": "boolean"
|
|
623
|
-
}
|
|
624
647
|
}
|
|
625
648
|
],
|
|
626
|
-
"description": "Generates a safe URL based on the provided `href`
|
|
649
|
+
"description": "Generates a safe URL based on the provided `href` parameter.\nIf `href` is falsy, it returns `undefined`.",
|
|
627
650
|
"privacy": "private",
|
|
628
651
|
"return": {
|
|
629
652
|
"type": {
|
|
@@ -648,19 +671,29 @@
|
|
|
648
671
|
{
|
|
649
672
|
"kind": "field",
|
|
650
673
|
"name": "shape",
|
|
651
|
-
"privacy": "
|
|
674
|
+
"privacy": "public",
|
|
675
|
+
"type": {
|
|
676
|
+
"text": "string"
|
|
677
|
+
},
|
|
678
|
+
"attribute": "shape",
|
|
679
|
+
"reflects": true,
|
|
652
680
|
"inheritedFrom": {
|
|
653
|
-
"name": "
|
|
654
|
-
"module": "src/
|
|
681
|
+
"name": "AuroElement",
|
|
682
|
+
"module": "src/layoutElement/auroElement.js"
|
|
655
683
|
}
|
|
656
684
|
},
|
|
657
685
|
{
|
|
658
686
|
"kind": "field",
|
|
659
687
|
"name": "size",
|
|
660
|
-
"privacy": "
|
|
688
|
+
"privacy": "public",
|
|
689
|
+
"type": {
|
|
690
|
+
"text": "string"
|
|
691
|
+
},
|
|
692
|
+
"attribute": "size",
|
|
693
|
+
"reflects": true,
|
|
661
694
|
"inheritedFrom": {
|
|
662
|
-
"name": "
|
|
663
|
-
"module": "src/
|
|
695
|
+
"name": "AuroElement",
|
|
696
|
+
"module": "src/layoutElement/auroElement.js"
|
|
664
697
|
}
|
|
665
698
|
},
|
|
666
699
|
{
|
|
@@ -758,7 +791,9 @@
|
|
|
758
791
|
"module": "src/auro-anchorlink.js"
|
|
759
792
|
}
|
|
760
793
|
}
|
|
761
|
-
]
|
|
794
|
+
],
|
|
795
|
+
"modulePath": "scripts/wca/auro-anchorlink.js",
|
|
796
|
+
"definitionPath": "scripts/wca/auro-anchorlink.js"
|
|
762
797
|
}
|
|
763
798
|
],
|
|
764
799
|
"exports": [
|
|
@@ -811,11 +846,11 @@
|
|
|
811
846
|
"text": "string"
|
|
812
847
|
},
|
|
813
848
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
814
|
-
"default": "
|
|
849
|
+
"default": "\"default\"",
|
|
815
850
|
"fieldName": "appearance",
|
|
816
851
|
"inheritedFrom": {
|
|
817
|
-
"name": "
|
|
818
|
-
"module": "src/
|
|
852
|
+
"name": "AuroElement",
|
|
853
|
+
"module": "src/layoutElement/auroElement.js"
|
|
819
854
|
}
|
|
820
855
|
},
|
|
821
856
|
{
|
|
@@ -855,17 +890,30 @@
|
|
|
855
890
|
"module": "src/component-base.mjs"
|
|
856
891
|
}
|
|
857
892
|
},
|
|
893
|
+
{
|
|
894
|
+
"name": "layout",
|
|
895
|
+
"type": {
|
|
896
|
+
"text": "string"
|
|
897
|
+
},
|
|
898
|
+
"description": "Defines the language of an element.",
|
|
899
|
+
"default": "{'default'}",
|
|
900
|
+
"fieldName": "layout",
|
|
901
|
+
"inheritedFrom": {
|
|
902
|
+
"name": "AuroElement",
|
|
903
|
+
"module": "src/layoutElement/auroElement.js"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
858
906
|
{
|
|
859
907
|
"name": "ondark",
|
|
860
908
|
"type": {
|
|
861
909
|
"text": "boolean"
|
|
862
910
|
},
|
|
911
|
+
"fieldName": "ondark",
|
|
863
912
|
"description": "DEPRECATED - use `appearance` instead.",
|
|
864
913
|
"default": "false",
|
|
865
|
-
"fieldName": "ondark",
|
|
866
914
|
"inheritedFrom": {
|
|
867
|
-
"name": "
|
|
868
|
-
"module": "src/
|
|
915
|
+
"name": "AuroElement",
|
|
916
|
+
"module": "src/layoutElement/auroElement.js"
|
|
869
917
|
}
|
|
870
918
|
},
|
|
871
919
|
{
|
|
@@ -893,16 +941,25 @@
|
|
|
893
941
|
}
|
|
894
942
|
},
|
|
895
943
|
{
|
|
896
|
-
"name": "
|
|
944
|
+
"name": "shape",
|
|
897
945
|
"type": {
|
|
898
|
-
"text": "
|
|
946
|
+
"text": "string"
|
|
899
947
|
},
|
|
900
|
-
"
|
|
901
|
-
"default": "false",
|
|
902
|
-
"fieldName": "relative",
|
|
948
|
+
"fieldName": "shape",
|
|
903
949
|
"inheritedFrom": {
|
|
904
|
-
"name": "
|
|
905
|
-
"module": "src/
|
|
950
|
+
"name": "AuroElement",
|
|
951
|
+
"module": "src/layoutElement/auroElement.js"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "size",
|
|
956
|
+
"type": {
|
|
957
|
+
"text": "string"
|
|
958
|
+
},
|
|
959
|
+
"fieldName": "size",
|
|
960
|
+
"inheritedFrom": {
|
|
961
|
+
"name": "AuroElement",
|
|
962
|
+
"module": "src/layoutElement/auroElement.js"
|
|
906
963
|
}
|
|
907
964
|
},
|
|
908
965
|
{
|
|
@@ -967,12 +1024,12 @@
|
|
|
967
1024
|
"text": "string"
|
|
968
1025
|
},
|
|
969
1026
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
970
|
-
"default": "
|
|
1027
|
+
"default": "\"default\"",
|
|
971
1028
|
"attribute": "appearance",
|
|
972
1029
|
"reflects": true,
|
|
973
1030
|
"inheritedFrom": {
|
|
974
|
-
"name": "
|
|
975
|
-
"module": "src/
|
|
1031
|
+
"name": "AuroElement",
|
|
1032
|
+
"module": "src/layoutElement/auroElement.js"
|
|
976
1033
|
}
|
|
977
1034
|
},
|
|
978
1035
|
{
|
|
@@ -1192,10 +1249,17 @@
|
|
|
1192
1249
|
{
|
|
1193
1250
|
"kind": "field",
|
|
1194
1251
|
"name": "layout",
|
|
1195
|
-
"privacy": "
|
|
1252
|
+
"privacy": "public",
|
|
1253
|
+
"type": {
|
|
1254
|
+
"text": "string"
|
|
1255
|
+
},
|
|
1256
|
+
"description": "Defines the language of an element.",
|
|
1257
|
+
"default": "{'default'}",
|
|
1258
|
+
"attribute": "layout",
|
|
1259
|
+
"reflects": true,
|
|
1196
1260
|
"inheritedFrom": {
|
|
1197
|
-
"name": "
|
|
1198
|
-
"module": "src/
|
|
1261
|
+
"name": "AuroElement",
|
|
1262
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1199
1263
|
}
|
|
1200
1264
|
},
|
|
1201
1265
|
{
|
|
@@ -1213,6 +1277,20 @@
|
|
|
1213
1277
|
"module": "src/component-base.mjs"
|
|
1214
1278
|
}
|
|
1215
1279
|
},
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "field",
|
|
1282
|
+
"name": "onDark",
|
|
1283
|
+
"privacy": "public",
|
|
1284
|
+
"type": {
|
|
1285
|
+
"text": "boolean"
|
|
1286
|
+
},
|
|
1287
|
+
"attribute": "ondark",
|
|
1288
|
+
"reflects": true,
|
|
1289
|
+
"inheritedFrom": {
|
|
1290
|
+
"name": "AuroElement",
|
|
1291
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1216
1294
|
{
|
|
1217
1295
|
"kind": "field",
|
|
1218
1296
|
"name": "referrerpolicy",
|
|
@@ -1247,6 +1325,9 @@
|
|
|
1247
1325
|
"inheritedFrom": {
|
|
1248
1326
|
"name": "AuroHyperlink",
|
|
1249
1327
|
"module": "src/auro-hyperlink.js"
|
|
1328
|
+
},
|
|
1329
|
+
"type": {
|
|
1330
|
+
"text": "register(name?: string = \"auro-breadcrumb\") => void"
|
|
1250
1331
|
}
|
|
1251
1332
|
},
|
|
1252
1333
|
{
|
|
@@ -1264,22 +1345,6 @@
|
|
|
1264
1345
|
"module": "src/component-base.mjs"
|
|
1265
1346
|
}
|
|
1266
1347
|
},
|
|
1267
|
-
{
|
|
1268
|
-
"kind": "field",
|
|
1269
|
-
"name": "relative",
|
|
1270
|
-
"privacy": "public",
|
|
1271
|
-
"type": {
|
|
1272
|
-
"text": "boolean"
|
|
1273
|
-
},
|
|
1274
|
-
"description": "If true, the auto URL re-write feature will be disabled.",
|
|
1275
|
-
"default": "false",
|
|
1276
|
-
"attribute": "relative",
|
|
1277
|
-
"reflects": true,
|
|
1278
|
-
"inheritedFrom": {
|
|
1279
|
-
"name": "ComponentBase",
|
|
1280
|
-
"module": "src/component-base.mjs"
|
|
1281
|
-
}
|
|
1282
|
-
},
|
|
1283
1348
|
{
|
|
1284
1349
|
"kind": "method",
|
|
1285
1350
|
"name": "renderLayoutCTA",
|
|
@@ -1335,7 +1400,7 @@
|
|
|
1335
1400
|
{
|
|
1336
1401
|
"kind": "field",
|
|
1337
1402
|
"name": "safeUri",
|
|
1338
|
-
"description": "Returns a safe URI based on the provided `href
|
|
1403
|
+
"description": "Returns a safe URI based on the provided `href`.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
1339
1404
|
"return": {
|
|
1340
1405
|
"type": {
|
|
1341
1406
|
"text": "string"
|
|
@@ -1357,16 +1422,9 @@
|
|
|
1357
1422
|
"type": {
|
|
1358
1423
|
"text": "string"
|
|
1359
1424
|
}
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "relative",
|
|
1363
|
-
"description": "Indicates whether the URL is relative.",
|
|
1364
|
-
"type": {
|
|
1365
|
-
"text": "boolean"
|
|
1366
|
-
}
|
|
1367
1425
|
}
|
|
1368
1426
|
],
|
|
1369
|
-
"description": "Generates a safe URL based on the provided `href`
|
|
1427
|
+
"description": "Generates a safe URL based on the provided `href` parameter.\nIf `href` is falsy, it returns `undefined`.",
|
|
1370
1428
|
"privacy": "private",
|
|
1371
1429
|
"return": {
|
|
1372
1430
|
"type": {
|
|
@@ -1391,19 +1449,29 @@
|
|
|
1391
1449
|
{
|
|
1392
1450
|
"kind": "field",
|
|
1393
1451
|
"name": "shape",
|
|
1394
|
-
"privacy": "
|
|
1452
|
+
"privacy": "public",
|
|
1453
|
+
"type": {
|
|
1454
|
+
"text": "string"
|
|
1455
|
+
},
|
|
1456
|
+
"attribute": "shape",
|
|
1457
|
+
"reflects": true,
|
|
1395
1458
|
"inheritedFrom": {
|
|
1396
|
-
"name": "
|
|
1397
|
-
"module": "src/
|
|
1459
|
+
"name": "AuroElement",
|
|
1460
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1398
1461
|
}
|
|
1399
1462
|
},
|
|
1400
1463
|
{
|
|
1401
1464
|
"kind": "field",
|
|
1402
1465
|
"name": "size",
|
|
1403
|
-
"privacy": "
|
|
1466
|
+
"privacy": "public",
|
|
1467
|
+
"type": {
|
|
1468
|
+
"text": "string"
|
|
1469
|
+
},
|
|
1470
|
+
"attribute": "size",
|
|
1471
|
+
"reflects": true,
|
|
1404
1472
|
"inheritedFrom": {
|
|
1405
|
-
"name": "
|
|
1406
|
-
"module": "src/
|
|
1473
|
+
"name": "AuroElement",
|
|
1474
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1407
1475
|
}
|
|
1408
1476
|
},
|
|
1409
1477
|
{
|
|
@@ -1489,7 +1557,9 @@
|
|
|
1489
1557
|
"module": "src/component-base.mjs"
|
|
1490
1558
|
}
|
|
1491
1559
|
}
|
|
1492
|
-
]
|
|
1560
|
+
],
|
|
1561
|
+
"modulePath": "scripts/wca/auro-breadcrumb.js",
|
|
1562
|
+
"definitionPath": "scripts/wca/auro-breadcrumb.js"
|
|
1493
1563
|
}
|
|
1494
1564
|
],
|
|
1495
1565
|
"exports": [
|
|
@@ -1847,6 +1917,9 @@
|
|
|
1847
1917
|
"inheritedFrom": {
|
|
1848
1918
|
"name": "AuroNav",
|
|
1849
1919
|
"module": "src/auro-nav.js"
|
|
1920
|
+
},
|
|
1921
|
+
"type": {
|
|
1922
|
+
"text": "register(name?: string = \"auro-nav\") => void"
|
|
1850
1923
|
}
|
|
1851
1924
|
},
|
|
1852
1925
|
{
|
|
@@ -1874,7 +1947,9 @@
|
|
|
1874
1947
|
"module": "src/auro-nav.js"
|
|
1875
1948
|
}
|
|
1876
1949
|
}
|
|
1877
|
-
]
|
|
1950
|
+
],
|
|
1951
|
+
"modulePath": "scripts/wca/auro-nav.js",
|
|
1952
|
+
"definitionPath": "scripts/wca/auro-nav.js"
|
|
1878
1953
|
}
|
|
1879
1954
|
],
|
|
1880
1955
|
"exports": [
|
|
@@ -1931,12 +2006,12 @@
|
|
|
1931
2006
|
"text": "string"
|
|
1932
2007
|
},
|
|
1933
2008
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
1934
|
-
"default": "
|
|
2009
|
+
"default": "\"default\"",
|
|
1935
2010
|
"attribute": "appearance",
|
|
1936
2011
|
"reflects": true,
|
|
1937
2012
|
"inheritedFrom": {
|
|
1938
|
-
"name": "
|
|
1939
|
-
"module": "src/
|
|
2013
|
+
"name": "AuroElement",
|
|
2014
|
+
"module": "src/layoutElement/auroElement.js"
|
|
1940
2015
|
}
|
|
1941
2016
|
},
|
|
1942
2017
|
{
|
|
@@ -2156,10 +2231,17 @@
|
|
|
2156
2231
|
{
|
|
2157
2232
|
"kind": "field",
|
|
2158
2233
|
"name": "layout",
|
|
2159
|
-
"privacy": "
|
|
2234
|
+
"privacy": "public",
|
|
2235
|
+
"type": {
|
|
2236
|
+
"text": "string"
|
|
2237
|
+
},
|
|
2238
|
+
"description": "Defines the language of an element.",
|
|
2239
|
+
"default": "{'default'}",
|
|
2240
|
+
"attribute": "layout",
|
|
2241
|
+
"reflects": true,
|
|
2160
2242
|
"inheritedFrom": {
|
|
2161
|
-
"name": "
|
|
2162
|
-
"module": "src/
|
|
2243
|
+
"name": "AuroElement",
|
|
2244
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2163
2245
|
}
|
|
2164
2246
|
},
|
|
2165
2247
|
{
|
|
@@ -2177,6 +2259,20 @@
|
|
|
2177
2259
|
"module": "src/component-base.mjs"
|
|
2178
2260
|
}
|
|
2179
2261
|
},
|
|
2262
|
+
{
|
|
2263
|
+
"kind": "field",
|
|
2264
|
+
"name": "onDark",
|
|
2265
|
+
"privacy": "public",
|
|
2266
|
+
"type": {
|
|
2267
|
+
"text": "boolean"
|
|
2268
|
+
},
|
|
2269
|
+
"attribute": "ondark",
|
|
2270
|
+
"reflects": true,
|
|
2271
|
+
"inheritedFrom": {
|
|
2272
|
+
"name": "AuroElement",
|
|
2273
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2180
2276
|
{
|
|
2181
2277
|
"kind": "field",
|
|
2182
2278
|
"name": "referrerpolicy",
|
|
@@ -2228,22 +2324,6 @@
|
|
|
2228
2324
|
"module": "src/component-base.mjs"
|
|
2229
2325
|
}
|
|
2230
2326
|
},
|
|
2231
|
-
{
|
|
2232
|
-
"kind": "field",
|
|
2233
|
-
"name": "relative",
|
|
2234
|
-
"privacy": "public",
|
|
2235
|
-
"type": {
|
|
2236
|
-
"text": "boolean"
|
|
2237
|
-
},
|
|
2238
|
-
"description": "If true, the auto URL re-write feature will be disabled.",
|
|
2239
|
-
"default": "false",
|
|
2240
|
-
"attribute": "relative",
|
|
2241
|
-
"reflects": true,
|
|
2242
|
-
"inheritedFrom": {
|
|
2243
|
-
"name": "ComponentBase",
|
|
2244
|
-
"module": "src/component-base.mjs"
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
2327
|
{
|
|
2248
2328
|
"kind": "method",
|
|
2249
2329
|
"name": "renderLayoutCTA",
|
|
@@ -2299,7 +2379,7 @@
|
|
|
2299
2379
|
{
|
|
2300
2380
|
"kind": "field",
|
|
2301
2381
|
"name": "safeUri",
|
|
2302
|
-
"description": "Returns a safe URI based on the provided `href
|
|
2382
|
+
"description": "Returns a safe URI based on the provided `href`.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
2303
2383
|
"return": {
|
|
2304
2384
|
"type": {
|
|
2305
2385
|
"text": "string"
|
|
@@ -2321,16 +2401,9 @@
|
|
|
2321
2401
|
"type": {
|
|
2322
2402
|
"text": "string"
|
|
2323
2403
|
}
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "relative",
|
|
2327
|
-
"description": "Indicates whether the URL is relative.",
|
|
2328
|
-
"type": {
|
|
2329
|
-
"text": "boolean"
|
|
2330
|
-
}
|
|
2331
2404
|
}
|
|
2332
2405
|
],
|
|
2333
|
-
"description": "Generates a safe URL based on the provided `href`
|
|
2406
|
+
"description": "Generates a safe URL based on the provided `href` parameter.\nIf `href` is falsy, it returns `undefined`.",
|
|
2334
2407
|
"privacy": "private",
|
|
2335
2408
|
"return": {
|
|
2336
2409
|
"type": {
|
|
@@ -2355,19 +2428,29 @@
|
|
|
2355
2428
|
{
|
|
2356
2429
|
"kind": "field",
|
|
2357
2430
|
"name": "shape",
|
|
2358
|
-
"privacy": "
|
|
2431
|
+
"privacy": "public",
|
|
2432
|
+
"type": {
|
|
2433
|
+
"text": "string"
|
|
2434
|
+
},
|
|
2435
|
+
"attribute": "shape",
|
|
2436
|
+
"reflects": true,
|
|
2359
2437
|
"inheritedFrom": {
|
|
2360
|
-
"name": "
|
|
2361
|
-
"module": "src/
|
|
2438
|
+
"name": "AuroElement",
|
|
2439
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2362
2440
|
}
|
|
2363
2441
|
},
|
|
2364
2442
|
{
|
|
2365
2443
|
"kind": "field",
|
|
2366
2444
|
"name": "size",
|
|
2367
|
-
"privacy": "
|
|
2445
|
+
"privacy": "public",
|
|
2446
|
+
"type": {
|
|
2447
|
+
"text": "string"
|
|
2448
|
+
},
|
|
2449
|
+
"attribute": "size",
|
|
2450
|
+
"reflects": true,
|
|
2368
2451
|
"inheritedFrom": {
|
|
2369
|
-
"name": "
|
|
2370
|
-
"module": "src/
|
|
2452
|
+
"name": "AuroElement",
|
|
2453
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2371
2454
|
}
|
|
2372
2455
|
},
|
|
2373
2456
|
{
|
|
@@ -2477,11 +2560,11 @@
|
|
|
2477
2560
|
"text": "string"
|
|
2478
2561
|
},
|
|
2479
2562
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
2480
|
-
"default": "
|
|
2563
|
+
"default": "\"default\"",
|
|
2481
2564
|
"fieldName": "appearance",
|
|
2482
2565
|
"inheritedFrom": {
|
|
2483
|
-
"name": "
|
|
2484
|
-
"module": "src/
|
|
2566
|
+
"name": "AuroElement",
|
|
2567
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2485
2568
|
}
|
|
2486
2569
|
},
|
|
2487
2570
|
{
|
|
@@ -2521,17 +2604,30 @@
|
|
|
2521
2604
|
"module": "src/component-base.mjs"
|
|
2522
2605
|
}
|
|
2523
2606
|
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "layout",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "string"
|
|
2611
|
+
},
|
|
2612
|
+
"description": "Defines the language of an element.",
|
|
2613
|
+
"default": "{'default'}",
|
|
2614
|
+
"fieldName": "layout",
|
|
2615
|
+
"inheritedFrom": {
|
|
2616
|
+
"name": "AuroElement",
|
|
2617
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2524
2620
|
{
|
|
2525
2621
|
"name": "ondark",
|
|
2526
2622
|
"type": {
|
|
2527
2623
|
"text": "boolean"
|
|
2528
2624
|
},
|
|
2625
|
+
"fieldName": "ondark",
|
|
2529
2626
|
"description": "DEPRECATED - use `appearance` instead.",
|
|
2530
2627
|
"default": "false",
|
|
2531
|
-
"fieldName": "ondark",
|
|
2532
2628
|
"inheritedFrom": {
|
|
2533
|
-
"name": "
|
|
2534
|
-
"module": "src/
|
|
2629
|
+
"name": "AuroElement",
|
|
2630
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2535
2631
|
}
|
|
2536
2632
|
},
|
|
2537
2633
|
{
|
|
@@ -2559,16 +2655,25 @@
|
|
|
2559
2655
|
}
|
|
2560
2656
|
},
|
|
2561
2657
|
{
|
|
2562
|
-
"name": "
|
|
2658
|
+
"name": "shape",
|
|
2563
2659
|
"type": {
|
|
2564
|
-
"text": "
|
|
2660
|
+
"text": "string"
|
|
2565
2661
|
},
|
|
2566
|
-
"
|
|
2567
|
-
"default": "false",
|
|
2568
|
-
"fieldName": "relative",
|
|
2662
|
+
"fieldName": "shape",
|
|
2569
2663
|
"inheritedFrom": {
|
|
2570
|
-
"name": "
|
|
2571
|
-
"module": "src/
|
|
2664
|
+
"name": "AuroElement",
|
|
2665
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2666
|
+
}
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"name": "size",
|
|
2670
|
+
"type": {
|
|
2671
|
+
"text": "string"
|
|
2672
|
+
},
|
|
2673
|
+
"fieldName": "size",
|
|
2674
|
+
"inheritedFrom": {
|
|
2675
|
+
"name": "AuroElement",
|
|
2676
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2572
2677
|
}
|
|
2573
2678
|
},
|
|
2574
2679
|
{
|
|
@@ -2676,12 +2781,12 @@
|
|
|
2676
2781
|
"text": "string"
|
|
2677
2782
|
},
|
|
2678
2783
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
2679
|
-
"default": "
|
|
2784
|
+
"default": "\"default\"",
|
|
2680
2785
|
"attribute": "appearance",
|
|
2681
2786
|
"reflects": true,
|
|
2682
2787
|
"inheritedFrom": {
|
|
2683
|
-
"name": "
|
|
2684
|
-
"module": "src/
|
|
2788
|
+
"name": "AuroElement",
|
|
2789
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2685
2790
|
}
|
|
2686
2791
|
},
|
|
2687
2792
|
{
|
|
@@ -2901,10 +3006,17 @@
|
|
|
2901
3006
|
{
|
|
2902
3007
|
"kind": "field",
|
|
2903
3008
|
"name": "layout",
|
|
2904
|
-
"privacy": "
|
|
3009
|
+
"privacy": "public",
|
|
3010
|
+
"type": {
|
|
3011
|
+
"text": "string"
|
|
3012
|
+
},
|
|
3013
|
+
"description": "Defines the language of an element.",
|
|
3014
|
+
"default": "{'default'}",
|
|
3015
|
+
"attribute": "layout",
|
|
3016
|
+
"reflects": true,
|
|
2905
3017
|
"inheritedFrom": {
|
|
2906
|
-
"name": "
|
|
2907
|
-
"module": "src/
|
|
3018
|
+
"name": "AuroElement",
|
|
3019
|
+
"module": "src/layoutElement/auroElement.js"
|
|
2908
3020
|
}
|
|
2909
3021
|
},
|
|
2910
3022
|
{
|
|
@@ -2922,6 +3034,20 @@
|
|
|
2922
3034
|
"module": "src/component-base.mjs"
|
|
2923
3035
|
}
|
|
2924
3036
|
},
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "field",
|
|
3039
|
+
"name": "onDark",
|
|
3040
|
+
"privacy": "public",
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": "boolean"
|
|
3043
|
+
},
|
|
3044
|
+
"attribute": "ondark",
|
|
3045
|
+
"reflects": true,
|
|
3046
|
+
"inheritedFrom": {
|
|
3047
|
+
"name": "AuroElement",
|
|
3048
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
2925
3051
|
{
|
|
2926
3052
|
"kind": "field",
|
|
2927
3053
|
"name": "referrerpolicy",
|
|
@@ -2973,22 +3099,6 @@
|
|
|
2973
3099
|
"module": "src/component-base.mjs"
|
|
2974
3100
|
}
|
|
2975
3101
|
},
|
|
2976
|
-
{
|
|
2977
|
-
"kind": "field",
|
|
2978
|
-
"name": "relative",
|
|
2979
|
-
"privacy": "public",
|
|
2980
|
-
"type": {
|
|
2981
|
-
"text": "boolean"
|
|
2982
|
-
},
|
|
2983
|
-
"description": "If true, the auto URL re-write feature will be disabled.",
|
|
2984
|
-
"default": "false",
|
|
2985
|
-
"attribute": "relative",
|
|
2986
|
-
"reflects": true,
|
|
2987
|
-
"inheritedFrom": {
|
|
2988
|
-
"name": "ComponentBase",
|
|
2989
|
-
"module": "src/component-base.mjs"
|
|
2990
|
-
}
|
|
2991
|
-
},
|
|
2992
3102
|
{
|
|
2993
3103
|
"kind": "method",
|
|
2994
3104
|
"name": "renderLayoutCTA",
|
|
@@ -3044,7 +3154,7 @@
|
|
|
3044
3154
|
{
|
|
3045
3155
|
"kind": "field",
|
|
3046
3156
|
"name": "safeUri",
|
|
3047
|
-
"description": "Returns a safe URI based on the provided `href
|
|
3157
|
+
"description": "Returns a safe URI based on the provided `href`.\nIf `href` is truthy, it generates a safe URL using the `safeUrl` function.\nOtherwise, it returns an empty string.",
|
|
3048
3158
|
"return": {
|
|
3049
3159
|
"type": {
|
|
3050
3160
|
"text": "string"
|
|
@@ -3066,16 +3176,9 @@
|
|
|
3066
3176
|
"type": {
|
|
3067
3177
|
"text": "string"
|
|
3068
3178
|
}
|
|
3069
|
-
},
|
|
3070
|
-
{
|
|
3071
|
-
"name": "relative",
|
|
3072
|
-
"description": "Indicates whether the URL is relative.",
|
|
3073
|
-
"type": {
|
|
3074
|
-
"text": "boolean"
|
|
3075
|
-
}
|
|
3076
3179
|
}
|
|
3077
3180
|
],
|
|
3078
|
-
"description": "Generates a safe URL based on the provided `href`
|
|
3181
|
+
"description": "Generates a safe URL based on the provided `href` parameter.\nIf `href` is falsy, it returns `undefined`.",
|
|
3079
3182
|
"privacy": "private",
|
|
3080
3183
|
"return": {
|
|
3081
3184
|
"type": {
|
|
@@ -3100,19 +3203,29 @@
|
|
|
3100
3203
|
{
|
|
3101
3204
|
"kind": "field",
|
|
3102
3205
|
"name": "shape",
|
|
3103
|
-
"privacy": "
|
|
3206
|
+
"privacy": "public",
|
|
3207
|
+
"type": {
|
|
3208
|
+
"text": "string"
|
|
3209
|
+
},
|
|
3210
|
+
"attribute": "shape",
|
|
3211
|
+
"reflects": true,
|
|
3104
3212
|
"inheritedFrom": {
|
|
3105
|
-
"name": "
|
|
3106
|
-
"module": "src/
|
|
3213
|
+
"name": "AuroElement",
|
|
3214
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3107
3215
|
}
|
|
3108
3216
|
},
|
|
3109
3217
|
{
|
|
3110
3218
|
"kind": "field",
|
|
3111
3219
|
"name": "size",
|
|
3112
|
-
"privacy": "
|
|
3220
|
+
"privacy": "public",
|
|
3221
|
+
"type": {
|
|
3222
|
+
"text": "string"
|
|
3223
|
+
},
|
|
3224
|
+
"attribute": "size",
|
|
3225
|
+
"reflects": true,
|
|
3113
3226
|
"inheritedFrom": {
|
|
3114
|
-
"name": "
|
|
3115
|
-
"module": "src/
|
|
3227
|
+
"name": "AuroElement",
|
|
3228
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3116
3229
|
}
|
|
3117
3230
|
},
|
|
3118
3231
|
{
|
|
@@ -3228,11 +3341,11 @@
|
|
|
3228
3341
|
"text": "string"
|
|
3229
3342
|
},
|
|
3230
3343
|
"description": "Defines whether the component will be on lighter or darker backgrounds.",
|
|
3231
|
-
"default": "
|
|
3344
|
+
"default": "\"default\"",
|
|
3232
3345
|
"fieldName": "appearance",
|
|
3233
3346
|
"inheritedFrom": {
|
|
3234
|
-
"name": "
|
|
3235
|
-
"module": "src/
|
|
3347
|
+
"name": "AuroElement",
|
|
3348
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3236
3349
|
}
|
|
3237
3350
|
},
|
|
3238
3351
|
{
|
|
@@ -3272,17 +3385,30 @@
|
|
|
3272
3385
|
"module": "src/component-base.mjs"
|
|
3273
3386
|
}
|
|
3274
3387
|
},
|
|
3388
|
+
{
|
|
3389
|
+
"name": "layout",
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "string"
|
|
3392
|
+
},
|
|
3393
|
+
"description": "Defines the language of an element.",
|
|
3394
|
+
"default": "{'default'}",
|
|
3395
|
+
"fieldName": "layout",
|
|
3396
|
+
"inheritedFrom": {
|
|
3397
|
+
"name": "AuroElement",
|
|
3398
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3275
3401
|
{
|
|
3276
3402
|
"name": "ondark",
|
|
3277
3403
|
"type": {
|
|
3278
3404
|
"text": "boolean"
|
|
3279
3405
|
},
|
|
3406
|
+
"fieldName": "ondark",
|
|
3280
3407
|
"description": "DEPRECATED - use `appearance` instead.",
|
|
3281
3408
|
"default": "false",
|
|
3282
|
-
"fieldName": "ondark",
|
|
3283
3409
|
"inheritedFrom": {
|
|
3284
|
-
"name": "
|
|
3285
|
-
"module": "src/
|
|
3410
|
+
"name": "AuroElement",
|
|
3411
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3286
3412
|
}
|
|
3287
3413
|
},
|
|
3288
3414
|
{
|
|
@@ -3310,16 +3436,25 @@
|
|
|
3310
3436
|
}
|
|
3311
3437
|
},
|
|
3312
3438
|
{
|
|
3313
|
-
"name": "
|
|
3439
|
+
"name": "shape",
|
|
3314
3440
|
"type": {
|
|
3315
|
-
"text": "
|
|
3441
|
+
"text": "string"
|
|
3316
3442
|
},
|
|
3317
|
-
"
|
|
3318
|
-
"default": "false",
|
|
3319
|
-
"fieldName": "relative",
|
|
3443
|
+
"fieldName": "shape",
|
|
3320
3444
|
"inheritedFrom": {
|
|
3321
|
-
"name": "
|
|
3322
|
-
"module": "src/
|
|
3445
|
+
"name": "AuroElement",
|
|
3446
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "size",
|
|
3451
|
+
"type": {
|
|
3452
|
+
"text": "string"
|
|
3453
|
+
},
|
|
3454
|
+
"fieldName": "size",
|
|
3455
|
+
"inheritedFrom": {
|
|
3456
|
+
"name": "AuroElement",
|
|
3457
|
+
"module": "src/layoutElement/auroElement.js"
|
|
3323
3458
|
}
|
|
3324
3459
|
},
|
|
3325
3460
|
{
|
|
@@ -3647,7 +3782,8 @@
|
|
|
3647
3782
|
"name": "LitElement",
|
|
3648
3783
|
"package": "lit"
|
|
3649
3784
|
},
|
|
3650
|
-
"customElement": true
|
|
3785
|
+
"customElement": true,
|
|
3786
|
+
"modulePath": "src/auro-nav.js"
|
|
3651
3787
|
}
|
|
3652
3788
|
],
|
|
3653
3789
|
"exports": [
|