@genesislcap/foundation-zero 14.369.0 → 14.370.1-alpha-d042199.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/dist/custom-elements.json +1109 -1093
- package/dist/dts/_config/values/defaults.d.ts.map +1 -1
- package/dist/dts/_config/values/sizing.d.ts +1 -0
- package/dist/dts/_config/values/sizing.d.ts.map +1 -1
- package/dist/esm/_config/values/defaults.js +5 -1
- package/dist/esm/_config/values/sizing.js +1 -1
- package/package.json +12 -12
|
@@ -921,154 +921,6 @@
|
|
|
921
921
|
}
|
|
922
922
|
]
|
|
923
923
|
},
|
|
924
|
-
{
|
|
925
|
-
"kind": "javascript-module",
|
|
926
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
927
|
-
"declarations": [
|
|
928
|
-
{
|
|
929
|
-
"kind": "function",
|
|
930
|
-
"name": "zeroAccordionStyles",
|
|
931
|
-
"return": {
|
|
932
|
-
"type": {
|
|
933
|
-
"text": "ElementStyles"
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
"parameters": [
|
|
937
|
-
{
|
|
938
|
-
"name": "context",
|
|
939
|
-
"type": {
|
|
940
|
-
"text": "ElementDefinitionContext"
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"name": "definition",
|
|
945
|
-
"type": {
|
|
946
|
-
"text": "FoundationElementDefinition"
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
]
|
|
950
|
-
}
|
|
951
|
-
],
|
|
952
|
-
"exports": [
|
|
953
|
-
{
|
|
954
|
-
"kind": "js",
|
|
955
|
-
"name": "zeroAccordionStyles",
|
|
956
|
-
"declaration": {
|
|
957
|
-
"name": "zeroAccordionStyles",
|
|
958
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
]
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"kind": "javascript-module",
|
|
965
|
-
"path": "src/accordion/accordion.template.ts",
|
|
966
|
-
"declarations": [
|
|
967
|
-
{
|
|
968
|
-
"kind": "function",
|
|
969
|
-
"name": "zeroAccordionTemplate",
|
|
970
|
-
"return": {
|
|
971
|
-
"type": {
|
|
972
|
-
"text": "ViewTemplate<Accordion>"
|
|
973
|
-
}
|
|
974
|
-
},
|
|
975
|
-
"parameters": [
|
|
976
|
-
{
|
|
977
|
-
"name": "context",
|
|
978
|
-
"type": {
|
|
979
|
-
"text": "ElementDefinitionContext"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"name": "definition",
|
|
984
|
-
"type": {
|
|
985
|
-
"text": "FoundationElementDefinition"
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
]
|
|
989
|
-
}
|
|
990
|
-
],
|
|
991
|
-
"exports": [
|
|
992
|
-
{
|
|
993
|
-
"kind": "js",
|
|
994
|
-
"name": "zeroAccordionTemplate",
|
|
995
|
-
"declaration": {
|
|
996
|
-
"name": "zeroAccordionTemplate",
|
|
997
|
-
"module": "src/accordion/accordion.template.ts"
|
|
998
|
-
}
|
|
999
|
-
}
|
|
1000
|
-
]
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"kind": "javascript-module",
|
|
1004
|
-
"path": "src/accordion/accordion.ts",
|
|
1005
|
-
"declarations": [
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "class",
|
|
1008
|
-
"description": "",
|
|
1009
|
-
"name": "Accordion",
|
|
1010
|
-
"superclass": {
|
|
1011
|
-
"name": "FoundationAccordion",
|
|
1012
|
-
"package": "@genesislcap/foundation-ui"
|
|
1013
|
-
},
|
|
1014
|
-
"tagName": "%%prefix%%-card",
|
|
1015
|
-
"customElement": true
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"kind": "variable",
|
|
1019
|
-
"name": "zeroAccordion"
|
|
1020
|
-
}
|
|
1021
|
-
],
|
|
1022
|
-
"exports": [
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "js",
|
|
1025
|
-
"name": "Accordion",
|
|
1026
|
-
"declaration": {
|
|
1027
|
-
"name": "Accordion",
|
|
1028
|
-
"module": "src/accordion/accordion.ts"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "js",
|
|
1033
|
-
"name": "zeroAccordion",
|
|
1034
|
-
"declaration": {
|
|
1035
|
-
"name": "zeroAccordion",
|
|
1036
|
-
"module": "src/accordion/accordion.ts"
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
]
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"kind": "javascript-module",
|
|
1043
|
-
"path": "src/accordion/index.ts",
|
|
1044
|
-
"declarations": [],
|
|
1045
|
-
"exports": [
|
|
1046
|
-
{
|
|
1047
|
-
"kind": "js",
|
|
1048
|
-
"name": "*",
|
|
1049
|
-
"declaration": {
|
|
1050
|
-
"name": "*",
|
|
1051
|
-
"package": "./accordion"
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "js",
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"declaration": {
|
|
1058
|
-
"name": "*",
|
|
1059
|
-
"package": "./accordion.styles"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "js",
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"declaration": {
|
|
1066
|
-
"name": "*",
|
|
1067
|
-
"package": "./accordion.template"
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
]
|
|
1071
|
-
},
|
|
1072
924
|
{
|
|
1073
925
|
"kind": "javascript-module",
|
|
1074
926
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1429,6 +1281,154 @@
|
|
|
1429
1281
|
}
|
|
1430
1282
|
]
|
|
1431
1283
|
},
|
|
1284
|
+
{
|
|
1285
|
+
"kind": "javascript-module",
|
|
1286
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1287
|
+
"declarations": [
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "function",
|
|
1290
|
+
"name": "zeroAccordionStyles",
|
|
1291
|
+
"return": {
|
|
1292
|
+
"type": {
|
|
1293
|
+
"text": "ElementStyles"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
"parameters": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "context",
|
|
1299
|
+
"type": {
|
|
1300
|
+
"text": "ElementDefinitionContext"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "definition",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "FoundationElementDefinition"
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
]
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"exports": [
|
|
1313
|
+
{
|
|
1314
|
+
"kind": "js",
|
|
1315
|
+
"name": "zeroAccordionStyles",
|
|
1316
|
+
"declaration": {
|
|
1317
|
+
"name": "zeroAccordionStyles",
|
|
1318
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
]
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "javascript-module",
|
|
1325
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1326
|
+
"declarations": [
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "function",
|
|
1329
|
+
"name": "zeroAccordionTemplate",
|
|
1330
|
+
"return": {
|
|
1331
|
+
"type": {
|
|
1332
|
+
"text": "ViewTemplate<Accordion>"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"parameters": [
|
|
1336
|
+
{
|
|
1337
|
+
"name": "context",
|
|
1338
|
+
"type": {
|
|
1339
|
+
"text": "ElementDefinitionContext"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "definition",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "FoundationElementDefinition"
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
]
|
|
1349
|
+
}
|
|
1350
|
+
],
|
|
1351
|
+
"exports": [
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "js",
|
|
1354
|
+
"name": "zeroAccordionTemplate",
|
|
1355
|
+
"declaration": {
|
|
1356
|
+
"name": "zeroAccordionTemplate",
|
|
1357
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
]
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"kind": "javascript-module",
|
|
1364
|
+
"path": "src/accordion/accordion.ts",
|
|
1365
|
+
"declarations": [
|
|
1366
|
+
{
|
|
1367
|
+
"kind": "class",
|
|
1368
|
+
"description": "",
|
|
1369
|
+
"name": "Accordion",
|
|
1370
|
+
"superclass": {
|
|
1371
|
+
"name": "FoundationAccordion",
|
|
1372
|
+
"package": "@genesislcap/foundation-ui"
|
|
1373
|
+
},
|
|
1374
|
+
"tagName": "%%prefix%%-card",
|
|
1375
|
+
"customElement": true
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "variable",
|
|
1379
|
+
"name": "zeroAccordion"
|
|
1380
|
+
}
|
|
1381
|
+
],
|
|
1382
|
+
"exports": [
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "js",
|
|
1385
|
+
"name": "Accordion",
|
|
1386
|
+
"declaration": {
|
|
1387
|
+
"name": "Accordion",
|
|
1388
|
+
"module": "src/accordion/accordion.ts"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "zeroAccordion",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "zeroAccordion",
|
|
1396
|
+
"module": "src/accordion/accordion.ts"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "javascript-module",
|
|
1403
|
+
"path": "src/accordion/index.ts",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./accordion"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./accordion.styles"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./accordion.template"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"kind": "javascript-module",
|
|
1434
1434
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -39266,7 +39266,7 @@
|
|
|
39266
39266
|
},
|
|
39267
39267
|
{
|
|
39268
39268
|
"kind": "javascript-module",
|
|
39269
|
-
"path": "src/
|
|
39269
|
+
"path": "src/tooltip/index.ts",
|
|
39270
39270
|
"declarations": [],
|
|
39271
39271
|
"exports": [
|
|
39272
39272
|
{
|
|
@@ -39274,7 +39274,7 @@
|
|
|
39274
39274
|
"name": "*",
|
|
39275
39275
|
"declaration": {
|
|
39276
39276
|
"name": "*",
|
|
39277
|
-
"package": "./
|
|
39277
|
+
"package": "./tooltip"
|
|
39278
39278
|
}
|
|
39279
39279
|
},
|
|
39280
39280
|
{
|
|
@@ -39282,7 +39282,7 @@
|
|
|
39282
39282
|
"name": "*",
|
|
39283
39283
|
"declaration": {
|
|
39284
39284
|
"name": "*",
|
|
39285
|
-
"package": "./
|
|
39285
|
+
"package": "./tooltip.styles"
|
|
39286
39286
|
}
|
|
39287
39287
|
},
|
|
39288
39288
|
{
|
|
@@ -39290,18 +39290,18 @@
|
|
|
39290
39290
|
"name": "*",
|
|
39291
39291
|
"declaration": {
|
|
39292
39292
|
"name": "*",
|
|
39293
|
-
"package": "./
|
|
39293
|
+
"package": "./tooltip.template"
|
|
39294
39294
|
}
|
|
39295
39295
|
}
|
|
39296
39296
|
]
|
|
39297
39297
|
},
|
|
39298
39298
|
{
|
|
39299
39299
|
"kind": "javascript-module",
|
|
39300
|
-
"path": "src/
|
|
39300
|
+
"path": "src/tooltip/tooltip.styles.ts",
|
|
39301
39301
|
"declarations": [
|
|
39302
39302
|
{
|
|
39303
39303
|
"kind": "function",
|
|
39304
|
-
"name": "
|
|
39304
|
+
"name": "zeroTooltipStyles",
|
|
39305
39305
|
"return": {
|
|
39306
39306
|
"type": {
|
|
39307
39307
|
"text": "ElementStyles"
|
|
@@ -39326,24 +39326,24 @@
|
|
|
39326
39326
|
"exports": [
|
|
39327
39327
|
{
|
|
39328
39328
|
"kind": "js",
|
|
39329
|
-
"name": "
|
|
39329
|
+
"name": "zeroTooltipStyles",
|
|
39330
39330
|
"declaration": {
|
|
39331
|
-
"name": "
|
|
39332
|
-
"module": "src/
|
|
39331
|
+
"name": "zeroTooltipStyles",
|
|
39332
|
+
"module": "src/tooltip/tooltip.styles.ts"
|
|
39333
39333
|
}
|
|
39334
39334
|
}
|
|
39335
39335
|
]
|
|
39336
39336
|
},
|
|
39337
39337
|
{
|
|
39338
39338
|
"kind": "javascript-module",
|
|
39339
|
-
"path": "src/
|
|
39339
|
+
"path": "src/tooltip/tooltip.template.ts",
|
|
39340
39340
|
"declarations": [
|
|
39341
39341
|
{
|
|
39342
39342
|
"kind": "function",
|
|
39343
|
-
"name": "
|
|
39343
|
+
"name": "zeroTooltipTemplate",
|
|
39344
39344
|
"return": {
|
|
39345
39345
|
"type": {
|
|
39346
|
-
"text": "ViewTemplate<
|
|
39346
|
+
"text": "ViewTemplate<Tooltip>"
|
|
39347
39347
|
}
|
|
39348
39348
|
},
|
|
39349
39349
|
"parameters": [
|
|
@@ -39365,87 +39365,133 @@
|
|
|
39365
39365
|
"exports": [
|
|
39366
39366
|
{
|
|
39367
39367
|
"kind": "js",
|
|
39368
|
-
"name": "
|
|
39368
|
+
"name": "zeroTooltipTemplate",
|
|
39369
39369
|
"declaration": {
|
|
39370
|
-
"name": "
|
|
39371
|
-
"module": "src/
|
|
39370
|
+
"name": "zeroTooltipTemplate",
|
|
39371
|
+
"module": "src/tooltip/tooltip.template.ts"
|
|
39372
39372
|
}
|
|
39373
39373
|
}
|
|
39374
39374
|
]
|
|
39375
39375
|
},
|
|
39376
39376
|
{
|
|
39377
39377
|
"kind": "javascript-module",
|
|
39378
|
-
"path": "src/
|
|
39378
|
+
"path": "src/tooltip/tooltip.ts",
|
|
39379
39379
|
"declarations": [
|
|
39380
39380
|
{
|
|
39381
39381
|
"kind": "class",
|
|
39382
39382
|
"description": "",
|
|
39383
|
-
"name": "
|
|
39383
|
+
"name": "Tooltip",
|
|
39384
39384
|
"superclass": {
|
|
39385
|
-
"name": "
|
|
39385
|
+
"name": "FoundationTooltip",
|
|
39386
39386
|
"package": "@genesislcap/foundation-ui"
|
|
39387
39387
|
},
|
|
39388
|
-
"tagName": "%%prefix%%-
|
|
39388
|
+
"tagName": "%%prefix%%-tooltip",
|
|
39389
39389
|
"customElement": true,
|
|
39390
39390
|
"attributes": [
|
|
39391
39391
|
{
|
|
39392
39392
|
"type": {
|
|
39393
39393
|
"text": "boolean"
|
|
39394
39394
|
},
|
|
39395
|
-
"description": "
|
|
39396
|
-
"fieldName": "
|
|
39397
|
-
"default": "false",
|
|
39395
|
+
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
39396
|
+
"fieldName": "visible",
|
|
39398
39397
|
"inheritedFrom": {
|
|
39399
|
-
"name": "
|
|
39400
|
-
"module": "src/
|
|
39398
|
+
"name": "Tooltip",
|
|
39399
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39401
39400
|
}
|
|
39402
|
-
}
|
|
39403
|
-
],
|
|
39404
|
-
"members": [
|
|
39401
|
+
},
|
|
39405
39402
|
{
|
|
39406
|
-
"
|
|
39407
|
-
"name": "expanded",
|
|
39403
|
+
"name": "anchor",
|
|
39408
39404
|
"type": {
|
|
39409
|
-
"text": "
|
|
39405
|
+
"text": "string"
|
|
39410
39406
|
},
|
|
39411
|
-
"
|
|
39412
|
-
"
|
|
39413
|
-
"
|
|
39407
|
+
"default": "\"\"",
|
|
39408
|
+
"description": "The id of the element the tooltip is anchored to",
|
|
39409
|
+
"fieldName": "anchor",
|
|
39414
39410
|
"inheritedFrom": {
|
|
39415
|
-
"name": "
|
|
39416
|
-
"module": "src/
|
|
39411
|
+
"name": "Tooltip",
|
|
39412
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39417
39413
|
}
|
|
39418
39414
|
},
|
|
39419
39415
|
{
|
|
39420
|
-
"
|
|
39421
|
-
"
|
|
39422
|
-
|
|
39423
|
-
"return": {
|
|
39424
|
-
"type": {
|
|
39425
|
-
"text": "void"
|
|
39426
|
-
}
|
|
39416
|
+
"name": "delay",
|
|
39417
|
+
"type": {
|
|
39418
|
+
"text": "number"
|
|
39427
39419
|
},
|
|
39420
|
+
"default": "300",
|
|
39421
|
+
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
39422
|
+
"fieldName": "delay",
|
|
39428
39423
|
"inheritedFrom": {
|
|
39429
|
-
"name": "
|
|
39430
|
-
"module": "src/
|
|
39424
|
+
"name": "Tooltip",
|
|
39425
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39431
39426
|
}
|
|
39432
39427
|
},
|
|
39428
|
+
{
|
|
39429
|
+
"name": "position",
|
|
39430
|
+
"type": {
|
|
39431
|
+
"text": "TooltipPosition"
|
|
39432
|
+
},
|
|
39433
|
+
"description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
|
|
39434
|
+
"fieldName": "position",
|
|
39435
|
+
"inheritedFrom": {
|
|
39436
|
+
"name": "Tooltip",
|
|
39437
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39438
|
+
}
|
|
39439
|
+
},
|
|
39440
|
+
{
|
|
39441
|
+
"name": "auto-update-mode",
|
|
39442
|
+
"type": {
|
|
39443
|
+
"text": "AutoUpdateMode"
|
|
39444
|
+
},
|
|
39445
|
+
"default": "\"anchor\"",
|
|
39446
|
+
"description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
|
|
39447
|
+
"fieldName": "autoUpdateMode",
|
|
39448
|
+
"inheritedFrom": {
|
|
39449
|
+
"name": "Tooltip",
|
|
39450
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39451
|
+
}
|
|
39452
|
+
},
|
|
39453
|
+
{
|
|
39454
|
+
"name": "horizontal-viewport-lock",
|
|
39455
|
+
"type": {
|
|
39456
|
+
"text": "boolean"
|
|
39457
|
+
},
|
|
39458
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
|
|
39459
|
+
"fieldName": "horizontalViewportLock",
|
|
39460
|
+
"inheritedFrom": {
|
|
39461
|
+
"name": "Tooltip",
|
|
39462
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39463
|
+
}
|
|
39464
|
+
},
|
|
39465
|
+
{
|
|
39466
|
+
"name": "vertical-viewport-lock",
|
|
39467
|
+
"type": {
|
|
39468
|
+
"text": "boolean"
|
|
39469
|
+
},
|
|
39470
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
39471
|
+
"fieldName": "verticalViewportLock",
|
|
39472
|
+
"inheritedFrom": {
|
|
39473
|
+
"name": "Tooltip",
|
|
39474
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39475
|
+
}
|
|
39476
|
+
}
|
|
39477
|
+
],
|
|
39478
|
+
"members": [
|
|
39433
39479
|
{
|
|
39434
39480
|
"kind": "field",
|
|
39435
|
-
"name": "
|
|
39481
|
+
"name": "visible",
|
|
39436
39482
|
"type": {
|
|
39437
39483
|
"text": "boolean"
|
|
39438
39484
|
},
|
|
39439
39485
|
"privacy": "public",
|
|
39440
|
-
"description": "
|
|
39486
|
+
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
39441
39487
|
"inheritedFrom": {
|
|
39442
|
-
"name": "
|
|
39443
|
-
"module": "src/
|
|
39488
|
+
"name": "Tooltip",
|
|
39489
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39444
39490
|
}
|
|
39445
39491
|
},
|
|
39446
39492
|
{
|
|
39447
39493
|
"kind": "method",
|
|
39448
|
-
"name": "
|
|
39494
|
+
"name": "visibleChanged",
|
|
39449
39495
|
"privacy": "private",
|
|
39450
39496
|
"return": {
|
|
39451
39497
|
"type": {
|
|
@@ -39453,669 +39499,712 @@
|
|
|
39453
39499
|
}
|
|
39454
39500
|
},
|
|
39455
39501
|
"inheritedFrom": {
|
|
39456
|
-
"name": "
|
|
39457
|
-
"module": "src/
|
|
39502
|
+
"name": "Tooltip",
|
|
39503
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39458
39504
|
}
|
|
39459
39505
|
},
|
|
39460
39506
|
{
|
|
39461
39507
|
"kind": "field",
|
|
39462
|
-
"name": "
|
|
39508
|
+
"name": "anchor",
|
|
39463
39509
|
"type": {
|
|
39464
|
-
"text": "
|
|
39510
|
+
"text": "string"
|
|
39465
39511
|
},
|
|
39466
39512
|
"privacy": "public",
|
|
39467
|
-
"
|
|
39513
|
+
"default": "\"\"",
|
|
39514
|
+
"description": "The id of the element the tooltip is anchored to",
|
|
39468
39515
|
"inheritedFrom": {
|
|
39469
|
-
"name": "
|
|
39470
|
-
"module": "src/
|
|
39516
|
+
"name": "Tooltip",
|
|
39517
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39471
39518
|
}
|
|
39472
39519
|
},
|
|
39473
39520
|
{
|
|
39474
39521
|
"kind": "method",
|
|
39475
|
-
"name": "
|
|
39522
|
+
"name": "anchorChanged",
|
|
39476
39523
|
"privacy": "private",
|
|
39477
39524
|
"return": {
|
|
39478
39525
|
"type": {
|
|
39479
39526
|
"text": "void"
|
|
39480
39527
|
}
|
|
39481
39528
|
},
|
|
39482
|
-
"parameters": [
|
|
39483
|
-
{
|
|
39484
|
-
"name": "oldValue",
|
|
39485
|
-
"type": {
|
|
39486
|
-
"text": "unknown"
|
|
39487
|
-
}
|
|
39488
|
-
},
|
|
39489
|
-
{
|
|
39490
|
-
"name": "newValue",
|
|
39491
|
-
"type": {
|
|
39492
|
-
"text": "HTMLElement[]"
|
|
39493
|
-
}
|
|
39494
|
-
}
|
|
39495
|
-
],
|
|
39496
39529
|
"inheritedFrom": {
|
|
39497
|
-
"name": "
|
|
39498
|
-
"module": "src/
|
|
39530
|
+
"name": "Tooltip",
|
|
39531
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39499
39532
|
}
|
|
39500
39533
|
},
|
|
39501
39534
|
{
|
|
39502
|
-
"kind": "
|
|
39503
|
-
"name": "
|
|
39535
|
+
"kind": "field",
|
|
39536
|
+
"name": "delay",
|
|
39537
|
+
"type": {
|
|
39538
|
+
"text": "number"
|
|
39539
|
+
},
|
|
39504
39540
|
"privacy": "public",
|
|
39505
|
-
"
|
|
39506
|
-
"
|
|
39507
|
-
{
|
|
39508
|
-
"name": "el",
|
|
39509
|
-
"type": {
|
|
39510
|
-
"text": "HTMLElement"
|
|
39511
|
-
},
|
|
39512
|
-
"description": "the element to focus"
|
|
39513
|
-
}
|
|
39514
|
-
],
|
|
39515
|
-
"description": "Places document focus on a tree item",
|
|
39541
|
+
"default": "300",
|
|
39542
|
+
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
39516
39543
|
"inheritedFrom": {
|
|
39517
|
-
"name": "
|
|
39518
|
-
"module": "src/
|
|
39544
|
+
"name": "Tooltip",
|
|
39545
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39519
39546
|
}
|
|
39520
39547
|
},
|
|
39521
39548
|
{
|
|
39522
39549
|
"kind": "field",
|
|
39523
|
-
"name": "
|
|
39550
|
+
"name": "position",
|
|
39551
|
+
"type": {
|
|
39552
|
+
"text": "TooltipPosition"
|
|
39553
|
+
},
|
|
39524
39554
|
"privacy": "public",
|
|
39525
|
-
"description": "
|
|
39555
|
+
"description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
|
|
39526
39556
|
"inheritedFrom": {
|
|
39527
|
-
"name": "
|
|
39528
|
-
"module": "src/
|
|
39557
|
+
"name": "Tooltip",
|
|
39558
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39529
39559
|
}
|
|
39530
39560
|
},
|
|
39531
39561
|
{
|
|
39532
|
-
"kind": "
|
|
39533
|
-
"name": "
|
|
39534
|
-
"type": {
|
|
39535
|
-
"text": "ComponentPresentation | null | undefined"
|
|
39536
|
-
},
|
|
39562
|
+
"kind": "method",
|
|
39563
|
+
"name": "positionChanged",
|
|
39537
39564
|
"privacy": "private",
|
|
39538
|
-
"
|
|
39565
|
+
"return": {
|
|
39566
|
+
"type": {
|
|
39567
|
+
"text": "void"
|
|
39568
|
+
}
|
|
39569
|
+
},
|
|
39539
39570
|
"inheritedFrom": {
|
|
39540
|
-
"name": "
|
|
39541
|
-
"module": "src/
|
|
39571
|
+
"name": "Tooltip",
|
|
39572
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39542
39573
|
}
|
|
39543
39574
|
},
|
|
39544
39575
|
{
|
|
39545
39576
|
"kind": "field",
|
|
39546
|
-
"name": "
|
|
39577
|
+
"name": "autoUpdateMode",
|
|
39547
39578
|
"type": {
|
|
39548
|
-
"text": "
|
|
39579
|
+
"text": "AutoUpdateMode"
|
|
39549
39580
|
},
|
|
39550
39581
|
"privacy": "public",
|
|
39551
|
-
"
|
|
39582
|
+
"default": "\"anchor\"",
|
|
39583
|
+
"description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
|
|
39552
39584
|
"inheritedFrom": {
|
|
39553
|
-
"name": "
|
|
39554
|
-
"module": "src/
|
|
39585
|
+
"name": "Tooltip",
|
|
39586
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39555
39587
|
}
|
|
39556
39588
|
},
|
|
39557
39589
|
{
|
|
39558
39590
|
"kind": "field",
|
|
39559
|
-
"name": "
|
|
39591
|
+
"name": "horizontalViewportLock",
|
|
39560
39592
|
"type": {
|
|
39561
|
-
"text": "
|
|
39593
|
+
"text": "boolean"
|
|
39562
39594
|
},
|
|
39563
39595
|
"privacy": "public",
|
|
39564
|
-
"description": "
|
|
39596
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
|
|
39565
39597
|
"inheritedFrom": {
|
|
39566
|
-
"name": "
|
|
39567
|
-
"module": "src/
|
|
39598
|
+
"name": "Tooltip",
|
|
39599
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39568
39600
|
}
|
|
39569
39601
|
},
|
|
39570
39602
|
{
|
|
39571
|
-
"kind": "
|
|
39572
|
-
"name": "
|
|
39573
|
-
"
|
|
39574
|
-
|
|
39575
|
-
"type": {
|
|
39576
|
-
"text": "void"
|
|
39577
|
-
}
|
|
39603
|
+
"kind": "field",
|
|
39604
|
+
"name": "verticalViewportLock",
|
|
39605
|
+
"type": {
|
|
39606
|
+
"text": "boolean"
|
|
39578
39607
|
},
|
|
39608
|
+
"privacy": "public",
|
|
39609
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
39579
39610
|
"inheritedFrom": {
|
|
39580
|
-
"name": "
|
|
39581
|
-
"module": "src/
|
|
39611
|
+
"name": "Tooltip",
|
|
39612
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39582
39613
|
}
|
|
39583
39614
|
},
|
|
39584
39615
|
{
|
|
39585
39616
|
"kind": "field",
|
|
39586
|
-
"name": "
|
|
39617
|
+
"name": "anchorElement",
|
|
39587
39618
|
"type": {
|
|
39588
|
-
"text": "
|
|
39619
|
+
"text": "HTMLElement | null"
|
|
39589
39620
|
},
|
|
39590
39621
|
"privacy": "public",
|
|
39591
|
-
"
|
|
39622
|
+
"default": "null",
|
|
39623
|
+
"description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
|
|
39592
39624
|
"inheritedFrom": {
|
|
39593
|
-
"name": "
|
|
39594
|
-
"module": "src/
|
|
39625
|
+
"name": "Tooltip",
|
|
39626
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39595
39627
|
}
|
|
39596
39628
|
},
|
|
39597
39629
|
{
|
|
39598
39630
|
"kind": "method",
|
|
39599
|
-
"name": "
|
|
39600
|
-
"privacy": "
|
|
39631
|
+
"name": "anchorElementChanged",
|
|
39632
|
+
"privacy": "private",
|
|
39601
39633
|
"return": {
|
|
39602
39634
|
"type": {
|
|
39603
39635
|
"text": "void"
|
|
39604
39636
|
}
|
|
39605
39637
|
},
|
|
39606
|
-
"inheritedFrom": {
|
|
39607
|
-
"name": "TreeItem",
|
|
39608
|
-
"module": "src/tree-item/tree-item.ts"
|
|
39609
|
-
}
|
|
39610
|
-
},
|
|
39611
|
-
{
|
|
39612
|
-
"kind": "method",
|
|
39613
|
-
"name": "compose",
|
|
39614
|
-
"privacy": "public",
|
|
39615
|
-
"static": true,
|
|
39616
|
-
"return": {
|
|
39617
|
-
"type": {
|
|
39618
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39619
|
-
}
|
|
39620
|
-
},
|
|
39621
39638
|
"parameters": [
|
|
39622
39639
|
{
|
|
39623
|
-
"name": "
|
|
39640
|
+
"name": "oldValue",
|
|
39624
39641
|
"type": {
|
|
39625
|
-
"text": "
|
|
39642
|
+
"text": "HTMLElement | null"
|
|
39626
39643
|
}
|
|
39627
|
-
},
|
|
39628
|
-
{
|
|
39629
|
-
"name": "elementDefinition",
|
|
39630
|
-
"type": {
|
|
39631
|
-
"text": "T"
|
|
39632
|
-
},
|
|
39633
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
39634
39644
|
}
|
|
39635
39645
|
],
|
|
39636
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39637
39646
|
"inheritedFrom": {
|
|
39638
|
-
"name": "
|
|
39639
|
-
"module": "src/
|
|
39640
|
-
}
|
|
39641
|
-
}
|
|
39642
|
-
],
|
|
39643
|
-
"events": [
|
|
39644
|
-
{
|
|
39645
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
39646
|
-
"name": "expanded-change",
|
|
39647
|
-
"inheritedFrom": {
|
|
39648
|
-
"name": "TreeItem",
|
|
39649
|
-
"module": "src/tree-item/tree-item.ts"
|
|
39647
|
+
"name": "Tooltip",
|
|
39648
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39650
39649
|
}
|
|
39651
39650
|
},
|
|
39652
39651
|
{
|
|
39653
|
-
"
|
|
39654
|
-
"name": "
|
|
39652
|
+
"kind": "method",
|
|
39653
|
+
"name": "viewportElementChanged",
|
|
39654
|
+
"privacy": "private",
|
|
39655
|
+
"return": {
|
|
39656
|
+
"type": {
|
|
39657
|
+
"text": "void"
|
|
39658
|
+
}
|
|
39659
|
+
},
|
|
39655
39660
|
"inheritedFrom": {
|
|
39656
|
-
"name": "
|
|
39657
|
-
"module": "src/
|
|
39661
|
+
"name": "Tooltip",
|
|
39662
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39658
39663
|
}
|
|
39659
|
-
}
|
|
39660
|
-
]
|
|
39661
|
-
},
|
|
39662
|
-
{
|
|
39663
|
-
"kind": "variable",
|
|
39664
|
-
"name": "zeroTreeItem"
|
|
39665
|
-
}
|
|
39666
|
-
],
|
|
39667
|
-
"exports": [
|
|
39668
|
-
{
|
|
39669
|
-
"kind": "js",
|
|
39670
|
-
"name": "TreeItem",
|
|
39671
|
-
"declaration": {
|
|
39672
|
-
"name": "TreeItem",
|
|
39673
|
-
"module": "src/tree-item/tree-item.ts"
|
|
39674
|
-
}
|
|
39675
|
-
},
|
|
39676
|
-
{
|
|
39677
|
-
"kind": "js",
|
|
39678
|
-
"name": "zeroTreeItem",
|
|
39679
|
-
"declaration": {
|
|
39680
|
-
"name": "zeroTreeItem",
|
|
39681
|
-
"module": "src/tree-item/tree-item.ts"
|
|
39682
|
-
}
|
|
39683
|
-
}
|
|
39684
|
-
]
|
|
39685
|
-
},
|
|
39686
|
-
{
|
|
39687
|
-
"kind": "javascript-module",
|
|
39688
|
-
"path": "src/url-input/index.ts",
|
|
39689
|
-
"declarations": [],
|
|
39690
|
-
"exports": [
|
|
39691
|
-
{
|
|
39692
|
-
"kind": "js",
|
|
39693
|
-
"name": "*",
|
|
39694
|
-
"declaration": {
|
|
39695
|
-
"name": "*",
|
|
39696
|
-
"package": "./url-input"
|
|
39697
|
-
}
|
|
39698
|
-
},
|
|
39699
|
-
{
|
|
39700
|
-
"kind": "js",
|
|
39701
|
-
"name": "*",
|
|
39702
|
-
"declaration": {
|
|
39703
|
-
"name": "*",
|
|
39704
|
-
"package": "./url-input.styles"
|
|
39705
|
-
}
|
|
39706
|
-
},
|
|
39707
|
-
{
|
|
39708
|
-
"kind": "js",
|
|
39709
|
-
"name": "*",
|
|
39710
|
-
"declaration": {
|
|
39711
|
-
"name": "*",
|
|
39712
|
-
"package": "./url-input.template"
|
|
39713
|
-
}
|
|
39714
|
-
}
|
|
39715
|
-
]
|
|
39716
|
-
},
|
|
39717
|
-
{
|
|
39718
|
-
"kind": "javascript-module",
|
|
39719
|
-
"path": "src/url-input/url-input.styles.ts",
|
|
39720
|
-
"declarations": [
|
|
39721
|
-
{
|
|
39722
|
-
"kind": "function",
|
|
39723
|
-
"name": "zeroUrlInputStyles",
|
|
39724
|
-
"return": {
|
|
39725
|
-
"type": {
|
|
39726
|
-
"text": "ElementStyles"
|
|
39727
|
-
}
|
|
39728
|
-
},
|
|
39729
|
-
"parameters": [
|
|
39664
|
+
},
|
|
39730
39665
|
{
|
|
39731
|
-
"
|
|
39666
|
+
"kind": "field",
|
|
39667
|
+
"name": "showDelayTimer",
|
|
39732
39668
|
"type": {
|
|
39733
|
-
"text": "
|
|
39669
|
+
"text": "number | null"
|
|
39670
|
+
},
|
|
39671
|
+
"privacy": "private",
|
|
39672
|
+
"default": "null",
|
|
39673
|
+
"description": "The timer that tracks delay time before the tooltip is shown on hover",
|
|
39674
|
+
"inheritedFrom": {
|
|
39675
|
+
"name": "Tooltip",
|
|
39676
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39734
39677
|
}
|
|
39735
39678
|
},
|
|
39736
39679
|
{
|
|
39737
|
-
"
|
|
39680
|
+
"kind": "field",
|
|
39681
|
+
"name": "hideDelayTimer",
|
|
39738
39682
|
"type": {
|
|
39739
|
-
"text": "
|
|
39683
|
+
"text": "number | null"
|
|
39684
|
+
},
|
|
39685
|
+
"privacy": "private",
|
|
39686
|
+
"default": "null",
|
|
39687
|
+
"description": "The timer that tracks delay time before the tooltip is hidden",
|
|
39688
|
+
"inheritedFrom": {
|
|
39689
|
+
"name": "Tooltip",
|
|
39690
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39740
39691
|
}
|
|
39741
|
-
}
|
|
39742
|
-
]
|
|
39743
|
-
}
|
|
39744
|
-
],
|
|
39745
|
-
"exports": [
|
|
39746
|
-
{
|
|
39747
|
-
"kind": "js",
|
|
39748
|
-
"name": "zeroUrlInputStyles",
|
|
39749
|
-
"declaration": {
|
|
39750
|
-
"name": "zeroUrlInputStyles",
|
|
39751
|
-
"module": "src/url-input/url-input.styles.ts"
|
|
39752
|
-
}
|
|
39753
|
-
}
|
|
39754
|
-
]
|
|
39755
|
-
},
|
|
39756
|
-
{
|
|
39757
|
-
"kind": "javascript-module",
|
|
39758
|
-
"path": "src/url-input/url-input.template.ts",
|
|
39759
|
-
"declarations": [
|
|
39760
|
-
{
|
|
39761
|
-
"kind": "variable",
|
|
39762
|
-
"name": "zeroUrlInputTemplate",
|
|
39763
|
-
"default": "html<UrlInput>`\n ${getPrefixedUrlInput('zero')}\n`"
|
|
39764
|
-
}
|
|
39765
|
-
],
|
|
39766
|
-
"exports": [
|
|
39767
|
-
{
|
|
39768
|
-
"kind": "js",
|
|
39769
|
-
"name": "zeroUrlInputTemplate",
|
|
39770
|
-
"declaration": {
|
|
39771
|
-
"name": "zeroUrlInputTemplate",
|
|
39772
|
-
"module": "src/url-input/url-input.template.ts"
|
|
39773
|
-
}
|
|
39774
|
-
}
|
|
39775
|
-
]
|
|
39776
|
-
},
|
|
39777
|
-
{
|
|
39778
|
-
"kind": "javascript-module",
|
|
39779
|
-
"path": "src/url-input/url-input.ts",
|
|
39780
|
-
"declarations": [
|
|
39781
|
-
{
|
|
39782
|
-
"kind": "class",
|
|
39783
|
-
"description": "",
|
|
39784
|
-
"name": "UrlInput",
|
|
39785
|
-
"superclass": {
|
|
39786
|
-
"name": "FoundationUrlInput",
|
|
39787
|
-
"package": "@genesislcap/foundation-ui"
|
|
39788
|
-
},
|
|
39789
|
-
"tagName": "%%prefix%%-url-input",
|
|
39790
|
-
"customElement": true,
|
|
39791
|
-
"attributes": [
|
|
39692
|
+
},
|
|
39792
39693
|
{
|
|
39793
|
-
"
|
|
39694
|
+
"kind": "field",
|
|
39695
|
+
"name": "isAnchorHoveredFocused",
|
|
39794
39696
|
"type": {
|
|
39795
39697
|
"text": "boolean"
|
|
39796
39698
|
},
|
|
39797
|
-
"
|
|
39798
|
-
"
|
|
39699
|
+
"privacy": "private",
|
|
39700
|
+
"default": "false",
|
|
39701
|
+
"description": "Indicates whether the anchor is currently being hovered or has focus",
|
|
39799
39702
|
"inheritedFrom": {
|
|
39800
|
-
"name": "
|
|
39801
|
-
"module": "src/
|
|
39703
|
+
"name": "Tooltip",
|
|
39704
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39802
39705
|
}
|
|
39803
39706
|
},
|
|
39804
39707
|
{
|
|
39708
|
+
"kind": "field",
|
|
39709
|
+
"name": "isRegionHovered",
|
|
39805
39710
|
"type": {
|
|
39806
39711
|
"text": "boolean"
|
|
39807
39712
|
},
|
|
39808
|
-
"
|
|
39809
|
-
"
|
|
39713
|
+
"privacy": "private",
|
|
39714
|
+
"default": "false",
|
|
39715
|
+
"description": "Indicates whether the region is currently being hovered",
|
|
39810
39716
|
"inheritedFrom": {
|
|
39811
|
-
"name": "
|
|
39812
|
-
"module": "src/
|
|
39717
|
+
"name": "Tooltip",
|
|
39718
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39813
39719
|
}
|
|
39814
39720
|
},
|
|
39815
39721
|
{
|
|
39816
|
-
"
|
|
39817
|
-
"
|
|
39818
|
-
|
|
39819
|
-
|
|
39820
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
39821
|
-
"fieldName": "placeholder",
|
|
39722
|
+
"kind": "field",
|
|
39723
|
+
"name": "handleRegionMouseOver",
|
|
39724
|
+
"privacy": "private",
|
|
39725
|
+
"description": "mouse enters region",
|
|
39822
39726
|
"inheritedFrom": {
|
|
39823
|
-
"name": "
|
|
39824
|
-
"module": "src/
|
|
39727
|
+
"name": "Tooltip",
|
|
39728
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39825
39729
|
}
|
|
39826
39730
|
},
|
|
39827
39731
|
{
|
|
39828
|
-
"
|
|
39829
|
-
"
|
|
39830
|
-
|
|
39831
|
-
|
|
39832
|
-
"description": "Allows setting a type or mode of text.",
|
|
39833
|
-
"fieldName": "type",
|
|
39732
|
+
"kind": "field",
|
|
39733
|
+
"name": "handleRegionMouseOut",
|
|
39734
|
+
"privacy": "private",
|
|
39735
|
+
"description": "mouse leaves region",
|
|
39834
39736
|
"inheritedFrom": {
|
|
39835
|
-
"name": "
|
|
39836
|
-
"module": "src/
|
|
39737
|
+
"name": "Tooltip",
|
|
39738
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39837
39739
|
}
|
|
39838
39740
|
},
|
|
39839
39741
|
{
|
|
39840
|
-
"
|
|
39841
|
-
"
|
|
39842
|
-
|
|
39843
|
-
|
|
39844
|
-
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
39845
|
-
"fieldName": "list",
|
|
39742
|
+
"kind": "field",
|
|
39743
|
+
"name": "handleAnchorMouseOver",
|
|
39744
|
+
"privacy": "private",
|
|
39745
|
+
"description": "mouse enters anchor",
|
|
39846
39746
|
"inheritedFrom": {
|
|
39847
|
-
"name": "
|
|
39848
|
-
"module": "src/
|
|
39747
|
+
"name": "Tooltip",
|
|
39748
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39849
39749
|
}
|
|
39850
39750
|
},
|
|
39851
39751
|
{
|
|
39852
|
-
"
|
|
39853
|
-
"
|
|
39854
|
-
|
|
39855
|
-
|
|
39856
|
-
"description": "A regular expression that the value must match to pass validation.",
|
|
39857
|
-
"fieldName": "pattern",
|
|
39752
|
+
"kind": "field",
|
|
39753
|
+
"name": "handleAnchorMouseOut",
|
|
39754
|
+
"privacy": "private",
|
|
39755
|
+
"description": "mouse leaves anchor",
|
|
39858
39756
|
"inheritedFrom": {
|
|
39859
|
-
"name": "
|
|
39860
|
-
"module": "src/
|
|
39757
|
+
"name": "Tooltip",
|
|
39758
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39861
39759
|
}
|
|
39862
|
-
}
|
|
39863
|
-
],
|
|
39864
|
-
"members": [
|
|
39760
|
+
},
|
|
39865
39761
|
{
|
|
39866
39762
|
"kind": "field",
|
|
39867
|
-
"name": "
|
|
39868
|
-
"
|
|
39869
|
-
|
|
39870
|
-
},
|
|
39871
|
-
"default": "''",
|
|
39763
|
+
"name": "handleAnchorFocusIn",
|
|
39764
|
+
"privacy": "private",
|
|
39765
|
+
"description": "anchor gets focus",
|
|
39872
39766
|
"inheritedFrom": {
|
|
39873
|
-
"name": "
|
|
39874
|
-
"module": "src/
|
|
39767
|
+
"name": "Tooltip",
|
|
39768
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39875
39769
|
}
|
|
39876
39770
|
},
|
|
39877
39771
|
{
|
|
39878
39772
|
"kind": "field",
|
|
39879
|
-
"name": "
|
|
39880
|
-
"
|
|
39881
|
-
|
|
39882
|
-
},
|
|
39773
|
+
"name": "handleAnchorFocusOut",
|
|
39774
|
+
"privacy": "private",
|
|
39775
|
+
"description": "anchor loses focus",
|
|
39883
39776
|
"inheritedFrom": {
|
|
39884
|
-
"name": "
|
|
39885
|
-
"module": "src/
|
|
39777
|
+
"name": "Tooltip",
|
|
39778
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39886
39779
|
}
|
|
39887
39780
|
},
|
|
39888
39781
|
{
|
|
39889
|
-
"kind": "
|
|
39890
|
-
"name": "
|
|
39891
|
-
"privacy": "
|
|
39892
|
-
"
|
|
39893
|
-
{
|
|
39894
|
-
"name": "url",
|
|
39895
|
-
"type": {
|
|
39896
|
-
"text": "string"
|
|
39897
|
-
}
|
|
39898
|
-
}
|
|
39899
|
-
],
|
|
39782
|
+
"kind": "field",
|
|
39783
|
+
"name": "startHideDelayTimer",
|
|
39784
|
+
"privacy": "private",
|
|
39785
|
+
"description": "starts the hide timer",
|
|
39900
39786
|
"inheritedFrom": {
|
|
39901
|
-
"name": "
|
|
39902
|
-
"module": "src/
|
|
39787
|
+
"name": "Tooltip",
|
|
39788
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39903
39789
|
}
|
|
39904
39790
|
},
|
|
39905
39791
|
{
|
|
39906
|
-
"kind": "
|
|
39907
|
-
"name": "
|
|
39908
|
-
"privacy": "
|
|
39792
|
+
"kind": "field",
|
|
39793
|
+
"name": "clearHideDelayTimer",
|
|
39794
|
+
"privacy": "private",
|
|
39795
|
+
"description": "clears the hide delay",
|
|
39909
39796
|
"inheritedFrom": {
|
|
39910
|
-
"name": "
|
|
39911
|
-
"module": "src/
|
|
39797
|
+
"name": "Tooltip",
|
|
39798
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39912
39799
|
}
|
|
39913
39800
|
},
|
|
39914
39801
|
{
|
|
39915
39802
|
"kind": "field",
|
|
39916
|
-
"name": "
|
|
39917
|
-
"
|
|
39918
|
-
|
|
39919
|
-
},
|
|
39920
|
-
"privacy": "public",
|
|
39921
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
39803
|
+
"name": "startShowDelayTimer",
|
|
39804
|
+
"privacy": "private",
|
|
39805
|
+
"description": "starts the show timer if not currently running",
|
|
39922
39806
|
"inheritedFrom": {
|
|
39923
|
-
"name": "
|
|
39924
|
-
"module": "src/
|
|
39807
|
+
"name": "Tooltip",
|
|
39808
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39809
|
+
}
|
|
39810
|
+
},
|
|
39811
|
+
{
|
|
39812
|
+
"kind": "field",
|
|
39813
|
+
"name": "startHover",
|
|
39814
|
+
"privacy": "private",
|
|
39815
|
+
"description": "start hover",
|
|
39816
|
+
"inheritedFrom": {
|
|
39817
|
+
"name": "Tooltip",
|
|
39818
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39819
|
+
}
|
|
39820
|
+
},
|
|
39821
|
+
{
|
|
39822
|
+
"kind": "field",
|
|
39823
|
+
"name": "clearShowDelayTimer",
|
|
39824
|
+
"privacy": "private",
|
|
39825
|
+
"description": "clears the show delay",
|
|
39826
|
+
"inheritedFrom": {
|
|
39827
|
+
"name": "Tooltip",
|
|
39828
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39925
39829
|
}
|
|
39926
39830
|
},
|
|
39927
39831
|
{
|
|
39928
39832
|
"kind": "method",
|
|
39929
|
-
"name": "
|
|
39833
|
+
"name": "updateLayout",
|
|
39930
39834
|
"privacy": "private",
|
|
39931
39835
|
"return": {
|
|
39932
39836
|
"type": {
|
|
39933
39837
|
"text": "void"
|
|
39934
39838
|
}
|
|
39935
39839
|
},
|
|
39840
|
+
"description": "updated the properties being passed to the anchored region",
|
|
39936
39841
|
"inheritedFrom": {
|
|
39937
|
-
"name": "
|
|
39938
|
-
"module": "src/
|
|
39842
|
+
"name": "Tooltip",
|
|
39843
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39939
39844
|
}
|
|
39940
39845
|
},
|
|
39941
39846
|
{
|
|
39942
39847
|
"kind": "field",
|
|
39943
|
-
"name": "
|
|
39848
|
+
"name": "getAnchor",
|
|
39849
|
+
"privacy": "private",
|
|
39850
|
+
"description": "Gets the anchor element by id",
|
|
39851
|
+
"inheritedFrom": {
|
|
39852
|
+
"name": "Tooltip",
|
|
39853
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39854
|
+
}
|
|
39855
|
+
},
|
|
39856
|
+
{
|
|
39857
|
+
"kind": "field",
|
|
39858
|
+
"name": "handleDocumentKeydown",
|
|
39859
|
+
"privacy": "private",
|
|
39860
|
+
"description": "handles key down events to check for dismiss",
|
|
39861
|
+
"inheritedFrom": {
|
|
39862
|
+
"name": "Tooltip",
|
|
39863
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39864
|
+
}
|
|
39865
|
+
},
|
|
39866
|
+
{
|
|
39867
|
+
"kind": "field",
|
|
39868
|
+
"name": "updateTooltipVisibility",
|
|
39869
|
+
"privacy": "private",
|
|
39870
|
+
"description": "determines whether to show or hide the tooltip based on current state",
|
|
39871
|
+
"inheritedFrom": {
|
|
39872
|
+
"name": "Tooltip",
|
|
39873
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39874
|
+
}
|
|
39875
|
+
},
|
|
39876
|
+
{
|
|
39877
|
+
"kind": "field",
|
|
39878
|
+
"name": "showTooltip",
|
|
39879
|
+
"privacy": "private",
|
|
39880
|
+
"description": "shows the tooltip",
|
|
39881
|
+
"inheritedFrom": {
|
|
39882
|
+
"name": "Tooltip",
|
|
39883
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39884
|
+
}
|
|
39885
|
+
},
|
|
39886
|
+
{
|
|
39887
|
+
"kind": "field",
|
|
39888
|
+
"name": "hideTooltip",
|
|
39889
|
+
"privacy": "private",
|
|
39890
|
+
"description": "hides the tooltip",
|
|
39891
|
+
"inheritedFrom": {
|
|
39892
|
+
"name": "Tooltip",
|
|
39893
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39894
|
+
}
|
|
39895
|
+
},
|
|
39896
|
+
{
|
|
39897
|
+
"kind": "field",
|
|
39898
|
+
"name": "setRegionProps",
|
|
39899
|
+
"privacy": "private",
|
|
39900
|
+
"description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
|
|
39901
|
+
"inheritedFrom": {
|
|
39902
|
+
"name": "Tooltip",
|
|
39903
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39904
|
+
}
|
|
39905
|
+
},
|
|
39906
|
+
{
|
|
39907
|
+
"kind": "field",
|
|
39908
|
+
"name": "_presentation",
|
|
39944
39909
|
"type": {
|
|
39945
|
-
"text": "
|
|
39910
|
+
"text": "ComponentPresentation | null | undefined"
|
|
39946
39911
|
},
|
|
39947
|
-
"privacy": "
|
|
39948
|
-
"
|
|
39912
|
+
"privacy": "private",
|
|
39913
|
+
"default": "void 0",
|
|
39949
39914
|
"inheritedFrom": {
|
|
39950
|
-
"name": "
|
|
39951
|
-
"module": "src/
|
|
39915
|
+
"name": "Tooltip",
|
|
39916
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39952
39917
|
}
|
|
39953
39918
|
},
|
|
39954
39919
|
{
|
|
39955
|
-
"kind": "
|
|
39956
|
-
"name": "
|
|
39957
|
-
"
|
|
39958
|
-
|
|
39959
|
-
"type": {
|
|
39960
|
-
"text": "void"
|
|
39961
|
-
}
|
|
39920
|
+
"kind": "field",
|
|
39921
|
+
"name": "$presentation",
|
|
39922
|
+
"type": {
|
|
39923
|
+
"text": "ComponentPresentation | null"
|
|
39962
39924
|
},
|
|
39925
|
+
"privacy": "public",
|
|
39926
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
39963
39927
|
"inheritedFrom": {
|
|
39964
|
-
"name": "
|
|
39965
|
-
"module": "src/
|
|
39928
|
+
"name": "Tooltip",
|
|
39929
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39966
39930
|
}
|
|
39967
39931
|
},
|
|
39968
39932
|
{
|
|
39969
39933
|
"kind": "field",
|
|
39970
|
-
"name": "
|
|
39934
|
+
"name": "template",
|
|
39971
39935
|
"type": {
|
|
39972
|
-
"text": "
|
|
39936
|
+
"text": "ElementViewTemplate | void | null"
|
|
39973
39937
|
},
|
|
39974
39938
|
"privacy": "public",
|
|
39975
|
-
"description": "Sets the
|
|
39939
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
39976
39940
|
"inheritedFrom": {
|
|
39977
|
-
"name": "
|
|
39978
|
-
"module": "src/
|
|
39941
|
+
"name": "Tooltip",
|
|
39942
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39979
39943
|
}
|
|
39980
39944
|
},
|
|
39981
39945
|
{
|
|
39982
39946
|
"kind": "method",
|
|
39983
|
-
"name": "
|
|
39984
|
-
"privacy": "
|
|
39947
|
+
"name": "templateChanged",
|
|
39948
|
+
"privacy": "protected",
|
|
39985
39949
|
"return": {
|
|
39986
39950
|
"type": {
|
|
39987
39951
|
"text": "void"
|
|
39988
39952
|
}
|
|
39989
39953
|
},
|
|
39990
39954
|
"inheritedFrom": {
|
|
39991
|
-
"name": "
|
|
39992
|
-
"module": "src/
|
|
39955
|
+
"name": "Tooltip",
|
|
39956
|
+
"module": "src/tooltip/tooltip.ts"
|
|
39993
39957
|
}
|
|
39994
39958
|
},
|
|
39995
39959
|
{
|
|
39996
39960
|
"kind": "field",
|
|
39997
|
-
"name": "
|
|
39961
|
+
"name": "styles",
|
|
39998
39962
|
"type": {
|
|
39999
|
-
"text": "
|
|
39963
|
+
"text": "ElementStyles | void | null"
|
|
40000
39964
|
},
|
|
40001
39965
|
"privacy": "public",
|
|
40002
|
-
"description": "
|
|
39966
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
40003
39967
|
"inheritedFrom": {
|
|
40004
|
-
"name": "
|
|
40005
|
-
"module": "src/
|
|
39968
|
+
"name": "Tooltip",
|
|
39969
|
+
"module": "src/tooltip/tooltip.ts"
|
|
40006
39970
|
}
|
|
40007
39971
|
},
|
|
40008
39972
|
{
|
|
40009
39973
|
"kind": "method",
|
|
40010
|
-
"name": "
|
|
40011
|
-
"privacy": "
|
|
39974
|
+
"name": "stylesChanged",
|
|
39975
|
+
"privacy": "protected",
|
|
40012
39976
|
"return": {
|
|
40013
39977
|
"type": {
|
|
40014
39978
|
"text": "void"
|
|
40015
39979
|
}
|
|
40016
39980
|
},
|
|
40017
39981
|
"inheritedFrom": {
|
|
40018
|
-
"name": "
|
|
40019
|
-
"module": "src/
|
|
39982
|
+
"name": "Tooltip",
|
|
39983
|
+
"module": "src/tooltip/tooltip.ts"
|
|
40020
39984
|
}
|
|
40021
39985
|
},
|
|
40022
39986
|
{
|
|
40023
|
-
"kind": "
|
|
40024
|
-
"name": "
|
|
39987
|
+
"kind": "method",
|
|
39988
|
+
"name": "compose",
|
|
39989
|
+
"privacy": "public",
|
|
39990
|
+
"static": true,
|
|
39991
|
+
"return": {
|
|
39992
|
+
"type": {
|
|
39993
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39994
|
+
}
|
|
39995
|
+
},
|
|
39996
|
+
"parameters": [
|
|
39997
|
+
{
|
|
39998
|
+
"name": "this",
|
|
39999
|
+
"type": {
|
|
40000
|
+
"text": "K"
|
|
40001
|
+
}
|
|
40002
|
+
},
|
|
40003
|
+
{
|
|
40004
|
+
"name": "elementDefinition",
|
|
40005
|
+
"type": {
|
|
40006
|
+
"text": "T"
|
|
40007
|
+
},
|
|
40008
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
40009
|
+
}
|
|
40010
|
+
],
|
|
40011
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
40012
|
+
"inheritedFrom": {
|
|
40013
|
+
"name": "Tooltip",
|
|
40014
|
+
"module": "src/tooltip/tooltip.ts"
|
|
40015
|
+
}
|
|
40016
|
+
}
|
|
40017
|
+
],
|
|
40018
|
+
"events": [
|
|
40019
|
+
{
|
|
40020
|
+
"description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
|
|
40021
|
+
"name": "dismiss",
|
|
40022
|
+
"inheritedFrom": {
|
|
40023
|
+
"name": "Tooltip",
|
|
40024
|
+
"module": "src/tooltip/tooltip.ts"
|
|
40025
|
+
}
|
|
40026
|
+
}
|
|
40027
|
+
]
|
|
40028
|
+
},
|
|
40029
|
+
{
|
|
40030
|
+
"kind": "variable",
|
|
40031
|
+
"name": "zeroTooltip"
|
|
40032
|
+
}
|
|
40033
|
+
],
|
|
40034
|
+
"exports": [
|
|
40035
|
+
{
|
|
40036
|
+
"kind": "js",
|
|
40037
|
+
"name": "Tooltip",
|
|
40038
|
+
"declaration": {
|
|
40039
|
+
"name": "Tooltip",
|
|
40040
|
+
"module": "src/tooltip/tooltip.ts"
|
|
40041
|
+
}
|
|
40042
|
+
},
|
|
40043
|
+
{
|
|
40044
|
+
"kind": "js",
|
|
40045
|
+
"name": "zeroTooltip",
|
|
40046
|
+
"declaration": {
|
|
40047
|
+
"name": "zeroTooltip",
|
|
40048
|
+
"module": "src/tooltip/tooltip.ts"
|
|
40049
|
+
}
|
|
40050
|
+
}
|
|
40051
|
+
]
|
|
40052
|
+
},
|
|
40053
|
+
{
|
|
40054
|
+
"kind": "javascript-module",
|
|
40055
|
+
"path": "src/tree-item/index.ts",
|
|
40056
|
+
"declarations": [],
|
|
40057
|
+
"exports": [
|
|
40058
|
+
{
|
|
40059
|
+
"kind": "js",
|
|
40060
|
+
"name": "*",
|
|
40061
|
+
"declaration": {
|
|
40062
|
+
"name": "*",
|
|
40063
|
+
"package": "./tree-item.template"
|
|
40064
|
+
}
|
|
40065
|
+
},
|
|
40066
|
+
{
|
|
40067
|
+
"kind": "js",
|
|
40068
|
+
"name": "*",
|
|
40069
|
+
"declaration": {
|
|
40070
|
+
"name": "*",
|
|
40071
|
+
"package": "./tree-item.styles"
|
|
40072
|
+
}
|
|
40073
|
+
},
|
|
40074
|
+
{
|
|
40075
|
+
"kind": "js",
|
|
40076
|
+
"name": "*",
|
|
40077
|
+
"declaration": {
|
|
40078
|
+
"name": "*",
|
|
40079
|
+
"package": "./tree-item"
|
|
40080
|
+
}
|
|
40081
|
+
}
|
|
40082
|
+
]
|
|
40083
|
+
},
|
|
40084
|
+
{
|
|
40085
|
+
"kind": "javascript-module",
|
|
40086
|
+
"path": "src/tree-item/tree-item.styles.ts",
|
|
40087
|
+
"declarations": [
|
|
40088
|
+
{
|
|
40089
|
+
"kind": "function",
|
|
40090
|
+
"name": "zeroTreeItemStyles",
|
|
40091
|
+
"return": {
|
|
40092
|
+
"type": {
|
|
40093
|
+
"text": "ElementStyles"
|
|
40094
|
+
}
|
|
40095
|
+
},
|
|
40096
|
+
"parameters": [
|
|
40097
|
+
{
|
|
40098
|
+
"name": "context",
|
|
40025
40099
|
"type": {
|
|
40026
|
-
"text": "
|
|
40027
|
-
},
|
|
40028
|
-
"privacy": "public",
|
|
40029
|
-
"description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
|
|
40030
|
-
"inheritedFrom": {
|
|
40031
|
-
"name": "UrlInput",
|
|
40032
|
-
"module": "src/url-input/url-input.ts"
|
|
40033
|
-
}
|
|
40034
|
-
},
|
|
40035
|
-
{
|
|
40036
|
-
"kind": "method",
|
|
40037
|
-
"name": "listChanged",
|
|
40038
|
-
"privacy": "private",
|
|
40039
|
-
"return": {
|
|
40040
|
-
"type": {
|
|
40041
|
-
"text": "void"
|
|
40042
|
-
}
|
|
40043
|
-
},
|
|
40044
|
-
"inheritedFrom": {
|
|
40045
|
-
"name": "UrlInput",
|
|
40046
|
-
"module": "src/url-input/url-input.ts"
|
|
40100
|
+
"text": "ElementDefinitionContext"
|
|
40047
40101
|
}
|
|
40048
40102
|
},
|
|
40049
40103
|
{
|
|
40050
|
-
"
|
|
40051
|
-
"name": "maxlength",
|
|
40104
|
+
"name": "definition",
|
|
40052
40105
|
"type": {
|
|
40053
|
-
"text": "
|
|
40054
|
-
},
|
|
40055
|
-
"privacy": "public",
|
|
40056
|
-
"description": "The maximum number of characters a user can enter.",
|
|
40057
|
-
"inheritedFrom": {
|
|
40058
|
-
"name": "UrlInput",
|
|
40059
|
-
"module": "src/url-input/url-input.ts"
|
|
40106
|
+
"text": "FoundationElementDefinition"
|
|
40060
40107
|
}
|
|
40061
|
-
}
|
|
40108
|
+
}
|
|
40109
|
+
]
|
|
40110
|
+
}
|
|
40111
|
+
],
|
|
40112
|
+
"exports": [
|
|
40113
|
+
{
|
|
40114
|
+
"kind": "js",
|
|
40115
|
+
"name": "zeroTreeItemStyles",
|
|
40116
|
+
"declaration": {
|
|
40117
|
+
"name": "zeroTreeItemStyles",
|
|
40118
|
+
"module": "src/tree-item/tree-item.styles.ts"
|
|
40119
|
+
}
|
|
40120
|
+
}
|
|
40121
|
+
]
|
|
40122
|
+
},
|
|
40123
|
+
{
|
|
40124
|
+
"kind": "javascript-module",
|
|
40125
|
+
"path": "src/tree-item/tree-item.template.ts",
|
|
40126
|
+
"declarations": [
|
|
40127
|
+
{
|
|
40128
|
+
"kind": "function",
|
|
40129
|
+
"name": "zeroTreeItemTemplate",
|
|
40130
|
+
"return": {
|
|
40131
|
+
"type": {
|
|
40132
|
+
"text": "ViewTemplate<TreeItem>"
|
|
40133
|
+
}
|
|
40134
|
+
},
|
|
40135
|
+
"parameters": [
|
|
40062
40136
|
{
|
|
40063
|
-
"
|
|
40064
|
-
"
|
|
40065
|
-
|
|
40066
|
-
"return": {
|
|
40067
|
-
"type": {
|
|
40068
|
-
"text": "void"
|
|
40069
|
-
}
|
|
40070
|
-
},
|
|
40071
|
-
"inheritedFrom": {
|
|
40072
|
-
"name": "UrlInput",
|
|
40073
|
-
"module": "src/url-input/url-input.ts"
|
|
40137
|
+
"name": "context",
|
|
40138
|
+
"type": {
|
|
40139
|
+
"text": "ElementDefinitionContext"
|
|
40074
40140
|
}
|
|
40075
40141
|
},
|
|
40076
40142
|
{
|
|
40077
|
-
"
|
|
40078
|
-
"name": "minlength",
|
|
40143
|
+
"name": "definition",
|
|
40079
40144
|
"type": {
|
|
40080
|
-
"text": "
|
|
40081
|
-
},
|
|
40082
|
-
"privacy": "public",
|
|
40083
|
-
"description": "The minimum number of characters a user can enter.",
|
|
40084
|
-
"inheritedFrom": {
|
|
40085
|
-
"name": "UrlInput",
|
|
40086
|
-
"module": "src/url-input/url-input.ts"
|
|
40145
|
+
"text": "FoundationElementDefinition"
|
|
40087
40146
|
}
|
|
40088
|
-
}
|
|
40147
|
+
}
|
|
40148
|
+
]
|
|
40149
|
+
}
|
|
40150
|
+
],
|
|
40151
|
+
"exports": [
|
|
40152
|
+
{
|
|
40153
|
+
"kind": "js",
|
|
40154
|
+
"name": "zeroTreeItemTemplate",
|
|
40155
|
+
"declaration": {
|
|
40156
|
+
"name": "zeroTreeItemTemplate",
|
|
40157
|
+
"module": "src/tree-item/tree-item.template.ts"
|
|
40158
|
+
}
|
|
40159
|
+
}
|
|
40160
|
+
]
|
|
40161
|
+
},
|
|
40162
|
+
{
|
|
40163
|
+
"kind": "javascript-module",
|
|
40164
|
+
"path": "src/tree-item/tree-item.ts",
|
|
40165
|
+
"declarations": [
|
|
40166
|
+
{
|
|
40167
|
+
"kind": "class",
|
|
40168
|
+
"description": "",
|
|
40169
|
+
"name": "TreeItem",
|
|
40170
|
+
"superclass": {
|
|
40171
|
+
"name": "FoundationTreeItem",
|
|
40172
|
+
"package": "@genesislcap/foundation-ui"
|
|
40173
|
+
},
|
|
40174
|
+
"tagName": "%%prefix%%-tree-item",
|
|
40175
|
+
"customElement": true,
|
|
40176
|
+
"attributes": [
|
|
40089
40177
|
{
|
|
40090
|
-
"
|
|
40091
|
-
|
|
40092
|
-
"privacy": "private",
|
|
40093
|
-
"return": {
|
|
40094
|
-
"type": {
|
|
40095
|
-
"text": "void"
|
|
40096
|
-
}
|
|
40178
|
+
"type": {
|
|
40179
|
+
"text": "boolean"
|
|
40097
40180
|
},
|
|
40181
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
40182
|
+
"fieldName": "expanded",
|
|
40183
|
+
"default": "false",
|
|
40098
40184
|
"inheritedFrom": {
|
|
40099
|
-
"name": "
|
|
40100
|
-
"module": "src/
|
|
40185
|
+
"name": "TreeItem",
|
|
40186
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40101
40187
|
}
|
|
40102
|
-
}
|
|
40188
|
+
}
|
|
40189
|
+
],
|
|
40190
|
+
"members": [
|
|
40103
40191
|
{
|
|
40104
40192
|
"kind": "field",
|
|
40105
|
-
"name": "
|
|
40193
|
+
"name": "expanded",
|
|
40106
40194
|
"type": {
|
|
40107
|
-
"text": "
|
|
40195
|
+
"text": "boolean"
|
|
40108
40196
|
},
|
|
40109
40197
|
"privacy": "public",
|
|
40110
|
-
"
|
|
40198
|
+
"default": "false",
|
|
40199
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
40111
40200
|
"inheritedFrom": {
|
|
40112
|
-
"name": "
|
|
40113
|
-
"module": "src/
|
|
40201
|
+
"name": "TreeItem",
|
|
40202
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40114
40203
|
}
|
|
40115
40204
|
},
|
|
40116
40205
|
{
|
|
40117
40206
|
"kind": "method",
|
|
40118
|
-
"name": "
|
|
40207
|
+
"name": "expandedChanged",
|
|
40119
40208
|
"privacy": "private",
|
|
40120
40209
|
"return": {
|
|
40121
40210
|
"type": {
|
|
@@ -40123,26 +40212,26 @@
|
|
|
40123
40212
|
}
|
|
40124
40213
|
},
|
|
40125
40214
|
"inheritedFrom": {
|
|
40126
|
-
"name": "
|
|
40127
|
-
"module": "src/
|
|
40215
|
+
"name": "TreeItem",
|
|
40216
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40128
40217
|
}
|
|
40129
40218
|
},
|
|
40130
40219
|
{
|
|
40131
40220
|
"kind": "field",
|
|
40132
|
-
"name": "
|
|
40221
|
+
"name": "selected",
|
|
40133
40222
|
"type": {
|
|
40134
|
-
"text": "
|
|
40223
|
+
"text": "boolean"
|
|
40135
40224
|
},
|
|
40136
40225
|
"privacy": "public",
|
|
40137
|
-
"description": "
|
|
40226
|
+
"description": "When true, the control will appear selected by user interaction.",
|
|
40138
40227
|
"inheritedFrom": {
|
|
40139
|
-
"name": "
|
|
40140
|
-
"module": "src/
|
|
40228
|
+
"name": "TreeItem",
|
|
40229
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40141
40230
|
}
|
|
40142
40231
|
},
|
|
40143
40232
|
{
|
|
40144
40233
|
"kind": "method",
|
|
40145
|
-
"name": "
|
|
40234
|
+
"name": "selectedChanged",
|
|
40146
40235
|
"privacy": "private",
|
|
40147
40236
|
"return": {
|
|
40148
40237
|
"type": {
|
|
@@ -40150,73 +40239,79 @@
|
|
|
40150
40239
|
}
|
|
40151
40240
|
},
|
|
40152
40241
|
"inheritedFrom": {
|
|
40153
|
-
"name": "
|
|
40154
|
-
"module": "src/
|
|
40242
|
+
"name": "TreeItem",
|
|
40243
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40155
40244
|
}
|
|
40156
40245
|
},
|
|
40157
40246
|
{
|
|
40158
40247
|
"kind": "field",
|
|
40159
|
-
"name": "
|
|
40248
|
+
"name": "disabled",
|
|
40160
40249
|
"type": {
|
|
40161
40250
|
"text": "boolean"
|
|
40162
40251
|
},
|
|
40163
40252
|
"privacy": "public",
|
|
40164
|
-
"description": "
|
|
40253
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
40165
40254
|
"inheritedFrom": {
|
|
40166
|
-
"name": "
|
|
40167
|
-
"module": "src/
|
|
40255
|
+
"name": "TreeItem",
|
|
40256
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40168
40257
|
}
|
|
40169
40258
|
},
|
|
40170
40259
|
{
|
|
40171
40260
|
"kind": "method",
|
|
40172
|
-
"name": "
|
|
40261
|
+
"name": "itemsChanged",
|
|
40173
40262
|
"privacy": "private",
|
|
40174
40263
|
"return": {
|
|
40175
40264
|
"type": {
|
|
40176
40265
|
"text": "void"
|
|
40177
40266
|
}
|
|
40178
40267
|
},
|
|
40179
|
-
"
|
|
40180
|
-
|
|
40181
|
-
|
|
40182
|
-
|
|
40183
|
-
|
|
40184
|
-
|
|
40185
|
-
|
|
40186
|
-
|
|
40187
|
-
|
|
40188
|
-
|
|
40189
|
-
|
|
40190
|
-
|
|
40268
|
+
"parameters": [
|
|
40269
|
+
{
|
|
40270
|
+
"name": "oldValue",
|
|
40271
|
+
"type": {
|
|
40272
|
+
"text": "unknown"
|
|
40273
|
+
}
|
|
40274
|
+
},
|
|
40275
|
+
{
|
|
40276
|
+
"name": "newValue",
|
|
40277
|
+
"type": {
|
|
40278
|
+
"text": "HTMLElement[]"
|
|
40279
|
+
}
|
|
40191
40280
|
}
|
|
40192
|
-
|
|
40193
|
-
"description": "Selects all the text in the text field",
|
|
40281
|
+
],
|
|
40194
40282
|
"inheritedFrom": {
|
|
40195
|
-
"name": "
|
|
40196
|
-
"module": "src/
|
|
40283
|
+
"name": "TreeItem",
|
|
40284
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40197
40285
|
}
|
|
40198
40286
|
},
|
|
40199
40287
|
{
|
|
40200
40288
|
"kind": "method",
|
|
40201
|
-
"name": "
|
|
40289
|
+
"name": "focusItem",
|
|
40202
40290
|
"privacy": "public",
|
|
40203
|
-
"
|
|
40204
|
-
|
|
40205
|
-
|
|
40291
|
+
"static": true,
|
|
40292
|
+
"parameters": [
|
|
40293
|
+
{
|
|
40294
|
+
"name": "el",
|
|
40295
|
+
"type": {
|
|
40296
|
+
"text": "HTMLElement"
|
|
40297
|
+
},
|
|
40298
|
+
"description": "the element to focus"
|
|
40206
40299
|
}
|
|
40207
|
-
|
|
40208
|
-
"description": "
|
|
40300
|
+
],
|
|
40301
|
+
"description": "Places document focus on a tree item",
|
|
40209
40302
|
"inheritedFrom": {
|
|
40210
|
-
"name": "
|
|
40211
|
-
"module": "src/
|
|
40303
|
+
"name": "TreeItem",
|
|
40304
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40212
40305
|
}
|
|
40213
40306
|
},
|
|
40214
40307
|
{
|
|
40215
40308
|
"kind": "field",
|
|
40216
|
-
"name": "
|
|
40309
|
+
"name": "isNestedItem",
|
|
40310
|
+
"privacy": "public",
|
|
40311
|
+
"description": "Whether the tree is nested",
|
|
40217
40312
|
"inheritedFrom": {
|
|
40218
|
-
"name": "
|
|
40219
|
-
"module": "src/
|
|
40313
|
+
"name": "TreeItem",
|
|
40314
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40220
40315
|
}
|
|
40221
40316
|
},
|
|
40222
40317
|
{
|
|
@@ -40228,8 +40323,8 @@
|
|
|
40228
40323
|
"privacy": "private",
|
|
40229
40324
|
"default": "void 0",
|
|
40230
40325
|
"inheritedFrom": {
|
|
40231
|
-
"name": "
|
|
40232
|
-
"module": "src/
|
|
40326
|
+
"name": "TreeItem",
|
|
40327
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40233
40328
|
}
|
|
40234
40329
|
},
|
|
40235
40330
|
{
|
|
@@ -40241,8 +40336,8 @@
|
|
|
40241
40336
|
"privacy": "public",
|
|
40242
40337
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
40243
40338
|
"inheritedFrom": {
|
|
40244
|
-
"name": "
|
|
40245
|
-
"module": "src/
|
|
40339
|
+
"name": "TreeItem",
|
|
40340
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40246
40341
|
}
|
|
40247
40342
|
},
|
|
40248
40343
|
{
|
|
@@ -40254,8 +40349,8 @@
|
|
|
40254
40349
|
"privacy": "public",
|
|
40255
40350
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
40256
40351
|
"inheritedFrom": {
|
|
40257
|
-
"name": "
|
|
40258
|
-
"module": "src/
|
|
40352
|
+
"name": "TreeItem",
|
|
40353
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40259
40354
|
}
|
|
40260
40355
|
},
|
|
40261
40356
|
{
|
|
@@ -40268,8 +40363,8 @@
|
|
|
40268
40363
|
}
|
|
40269
40364
|
},
|
|
40270
40365
|
"inheritedFrom": {
|
|
40271
|
-
"name": "
|
|
40272
|
-
"module": "src/
|
|
40366
|
+
"name": "TreeItem",
|
|
40367
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40273
40368
|
}
|
|
40274
40369
|
},
|
|
40275
40370
|
{
|
|
@@ -40281,8 +40376,8 @@
|
|
|
40281
40376
|
"privacy": "public",
|
|
40282
40377
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
40283
40378
|
"inheritedFrom": {
|
|
40284
|
-
"name": "
|
|
40285
|
-
"module": "src/
|
|
40379
|
+
"name": "TreeItem",
|
|
40380
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40286
40381
|
}
|
|
40287
40382
|
},
|
|
40288
40383
|
{
|
|
@@ -40295,8 +40390,8 @@
|
|
|
40295
40390
|
}
|
|
40296
40391
|
},
|
|
40297
40392
|
"inheritedFrom": {
|
|
40298
|
-
"name": "
|
|
40299
|
-
"module": "src/
|
|
40393
|
+
"name": "TreeItem",
|
|
40394
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40300
40395
|
}
|
|
40301
40396
|
},
|
|
40302
40397
|
{
|
|
@@ -40326,42 +40421,50 @@
|
|
|
40326
40421
|
],
|
|
40327
40422
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
40328
40423
|
"inheritedFrom": {
|
|
40329
|
-
"name": "
|
|
40330
|
-
"module": "src/
|
|
40424
|
+
"name": "TreeItem",
|
|
40425
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40331
40426
|
}
|
|
40332
40427
|
}
|
|
40333
40428
|
],
|
|
40334
40429
|
"events": [
|
|
40335
40430
|
{
|
|
40336
|
-
"description": "Fires a custom 'change' event when the
|
|
40337
|
-
"name": "change",
|
|
40431
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
40432
|
+
"name": "expanded-change",
|
|
40338
40433
|
"inheritedFrom": {
|
|
40339
|
-
"name": "
|
|
40340
|
-
"module": "src/
|
|
40434
|
+
"name": "TreeItem",
|
|
40435
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40436
|
+
}
|
|
40437
|
+
},
|
|
40438
|
+
{
|
|
40439
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
40440
|
+
"name": "selected-change",
|
|
40441
|
+
"inheritedFrom": {
|
|
40442
|
+
"name": "TreeItem",
|
|
40443
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40341
40444
|
}
|
|
40342
40445
|
}
|
|
40343
40446
|
]
|
|
40344
40447
|
},
|
|
40345
40448
|
{
|
|
40346
40449
|
"kind": "variable",
|
|
40347
|
-
"name": "
|
|
40450
|
+
"name": "zeroTreeItem"
|
|
40348
40451
|
}
|
|
40349
40452
|
],
|
|
40350
40453
|
"exports": [
|
|
40351
40454
|
{
|
|
40352
40455
|
"kind": "js",
|
|
40353
|
-
"name": "
|
|
40456
|
+
"name": "TreeItem",
|
|
40354
40457
|
"declaration": {
|
|
40355
|
-
"name": "
|
|
40356
|
-
"module": "src/
|
|
40458
|
+
"name": "TreeItem",
|
|
40459
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40357
40460
|
}
|
|
40358
40461
|
},
|
|
40359
40462
|
{
|
|
40360
40463
|
"kind": "js",
|
|
40361
|
-
"name": "
|
|
40464
|
+
"name": "zeroTreeItem",
|
|
40362
40465
|
"declaration": {
|
|
40363
|
-
"name": "
|
|
40364
|
-
"module": "src/
|
|
40466
|
+
"name": "zeroTreeItem",
|
|
40467
|
+
"module": "src/tree-item/tree-item.ts"
|
|
40365
40468
|
}
|
|
40366
40469
|
}
|
|
40367
40470
|
]
|
|
@@ -40516,7 +40619,7 @@
|
|
|
40516
40619
|
},
|
|
40517
40620
|
{
|
|
40518
40621
|
"kind": "javascript-module",
|
|
40519
|
-
"path": "src/
|
|
40622
|
+
"path": "src/url-input/index.ts",
|
|
40520
40623
|
"declarations": [],
|
|
40521
40624
|
"exports": [
|
|
40522
40625
|
{
|
|
@@ -40524,7 +40627,7 @@
|
|
|
40524
40627
|
"name": "*",
|
|
40525
40628
|
"declaration": {
|
|
40526
40629
|
"name": "*",
|
|
40527
|
-
"package": "./
|
|
40630
|
+
"package": "./url-input"
|
|
40528
40631
|
}
|
|
40529
40632
|
},
|
|
40530
40633
|
{
|
|
@@ -40532,7 +40635,7 @@
|
|
|
40532
40635
|
"name": "*",
|
|
40533
40636
|
"declaration": {
|
|
40534
40637
|
"name": "*",
|
|
40535
|
-
"package": "./
|
|
40638
|
+
"package": "./url-input.styles"
|
|
40536
40639
|
}
|
|
40537
40640
|
},
|
|
40538
40641
|
{
|
|
@@ -40540,18 +40643,18 @@
|
|
|
40540
40643
|
"name": "*",
|
|
40541
40644
|
"declaration": {
|
|
40542
40645
|
"name": "*",
|
|
40543
|
-
"package": "./
|
|
40646
|
+
"package": "./url-input.template"
|
|
40544
40647
|
}
|
|
40545
40648
|
}
|
|
40546
40649
|
]
|
|
40547
40650
|
},
|
|
40548
40651
|
{
|
|
40549
40652
|
"kind": "javascript-module",
|
|
40550
|
-
"path": "src/
|
|
40653
|
+
"path": "src/url-input/url-input.styles.ts",
|
|
40551
40654
|
"declarations": [
|
|
40552
40655
|
{
|
|
40553
40656
|
"kind": "function",
|
|
40554
|
-
"name": "
|
|
40657
|
+
"name": "zeroUrlInputStyles",
|
|
40555
40658
|
"return": {
|
|
40556
40659
|
"type": {
|
|
40557
40660
|
"text": "ElementStyles"
|
|
@@ -40576,581 +40679,478 @@
|
|
|
40576
40679
|
"exports": [
|
|
40577
40680
|
{
|
|
40578
40681
|
"kind": "js",
|
|
40579
|
-
"name": "
|
|
40682
|
+
"name": "zeroUrlInputStyles",
|
|
40580
40683
|
"declaration": {
|
|
40581
|
-
"name": "
|
|
40582
|
-
"module": "src/
|
|
40684
|
+
"name": "zeroUrlInputStyles",
|
|
40685
|
+
"module": "src/url-input/url-input.styles.ts"
|
|
40583
40686
|
}
|
|
40584
40687
|
}
|
|
40585
40688
|
]
|
|
40586
40689
|
},
|
|
40587
40690
|
{
|
|
40588
40691
|
"kind": "javascript-module",
|
|
40589
|
-
"path": "src/
|
|
40692
|
+
"path": "src/url-input/url-input.template.ts",
|
|
40590
40693
|
"declarations": [
|
|
40591
40694
|
{
|
|
40592
|
-
"kind": "
|
|
40593
|
-
"name": "
|
|
40594
|
-
"
|
|
40595
|
-
"type": {
|
|
40596
|
-
"text": "ViewTemplate<Tooltip>"
|
|
40597
|
-
}
|
|
40598
|
-
},
|
|
40599
|
-
"parameters": [
|
|
40600
|
-
{
|
|
40601
|
-
"name": "context",
|
|
40602
|
-
"type": {
|
|
40603
|
-
"text": "ElementDefinitionContext"
|
|
40604
|
-
}
|
|
40605
|
-
},
|
|
40606
|
-
{
|
|
40607
|
-
"name": "definition",
|
|
40608
|
-
"type": {
|
|
40609
|
-
"text": "FoundationElementDefinition"
|
|
40610
|
-
}
|
|
40611
|
-
}
|
|
40612
|
-
]
|
|
40695
|
+
"kind": "variable",
|
|
40696
|
+
"name": "zeroUrlInputTemplate",
|
|
40697
|
+
"default": "html<UrlInput>`\n ${getPrefixedUrlInput('zero')}\n`"
|
|
40613
40698
|
}
|
|
40614
40699
|
],
|
|
40615
40700
|
"exports": [
|
|
40616
40701
|
{
|
|
40617
40702
|
"kind": "js",
|
|
40618
|
-
"name": "
|
|
40703
|
+
"name": "zeroUrlInputTemplate",
|
|
40619
40704
|
"declaration": {
|
|
40620
|
-
"name": "
|
|
40621
|
-
"module": "src/
|
|
40705
|
+
"name": "zeroUrlInputTemplate",
|
|
40706
|
+
"module": "src/url-input/url-input.template.ts"
|
|
40622
40707
|
}
|
|
40623
40708
|
}
|
|
40624
40709
|
]
|
|
40625
40710
|
},
|
|
40626
40711
|
{
|
|
40627
40712
|
"kind": "javascript-module",
|
|
40628
|
-
"path": "src/
|
|
40713
|
+
"path": "src/url-input/url-input.ts",
|
|
40629
40714
|
"declarations": [
|
|
40630
40715
|
{
|
|
40631
40716
|
"kind": "class",
|
|
40632
40717
|
"description": "",
|
|
40633
|
-
"name": "
|
|
40718
|
+
"name": "UrlInput",
|
|
40634
40719
|
"superclass": {
|
|
40635
|
-
"name": "
|
|
40720
|
+
"name": "FoundationUrlInput",
|
|
40636
40721
|
"package": "@genesislcap/foundation-ui"
|
|
40637
40722
|
},
|
|
40638
|
-
"tagName": "%%prefix%%-
|
|
40723
|
+
"tagName": "%%prefix%%-url-input",
|
|
40639
40724
|
"customElement": true,
|
|
40640
40725
|
"attributes": [
|
|
40641
40726
|
{
|
|
40642
|
-
"
|
|
40643
|
-
|
|
40644
|
-
|
|
40645
|
-
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
40646
|
-
"fieldName": "visible",
|
|
40647
|
-
"inheritedFrom": {
|
|
40648
|
-
"name": "Tooltip",
|
|
40649
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40650
|
-
}
|
|
40651
|
-
},
|
|
40652
|
-
{
|
|
40653
|
-
"name": "anchor",
|
|
40654
|
-
"type": {
|
|
40655
|
-
"text": "string"
|
|
40656
|
-
},
|
|
40657
|
-
"default": "\"\"",
|
|
40658
|
-
"description": "The id of the element the tooltip is anchored to",
|
|
40659
|
-
"fieldName": "anchor",
|
|
40660
|
-
"inheritedFrom": {
|
|
40661
|
-
"name": "Tooltip",
|
|
40662
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40663
|
-
}
|
|
40664
|
-
},
|
|
40665
|
-
{
|
|
40666
|
-
"name": "delay",
|
|
40667
|
-
"type": {
|
|
40668
|
-
"text": "number"
|
|
40669
|
-
},
|
|
40670
|
-
"default": "300",
|
|
40671
|
-
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
40672
|
-
"fieldName": "delay",
|
|
40673
|
-
"inheritedFrom": {
|
|
40674
|
-
"name": "Tooltip",
|
|
40675
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40676
|
-
}
|
|
40677
|
-
},
|
|
40678
|
-
{
|
|
40679
|
-
"name": "position",
|
|
40680
|
-
"type": {
|
|
40681
|
-
"text": "TooltipPosition"
|
|
40682
|
-
},
|
|
40683
|
-
"description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
|
|
40684
|
-
"fieldName": "position",
|
|
40685
|
-
"inheritedFrom": {
|
|
40686
|
-
"name": "Tooltip",
|
|
40687
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40688
|
-
}
|
|
40689
|
-
},
|
|
40690
|
-
{
|
|
40691
|
-
"name": "auto-update-mode",
|
|
40692
|
-
"type": {
|
|
40693
|
-
"text": "AutoUpdateMode"
|
|
40694
|
-
},
|
|
40695
|
-
"default": "\"anchor\"",
|
|
40696
|
-
"description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
|
|
40697
|
-
"fieldName": "autoUpdateMode",
|
|
40698
|
-
"inheritedFrom": {
|
|
40699
|
-
"name": "Tooltip",
|
|
40700
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40701
|
-
}
|
|
40702
|
-
},
|
|
40703
|
-
{
|
|
40704
|
-
"name": "horizontal-viewport-lock",
|
|
40705
|
-
"type": {
|
|
40706
|
-
"text": "boolean"
|
|
40707
|
-
},
|
|
40708
|
-
"description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
|
|
40709
|
-
"fieldName": "horizontalViewportLock",
|
|
40710
|
-
"inheritedFrom": {
|
|
40711
|
-
"name": "Tooltip",
|
|
40712
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40713
|
-
}
|
|
40714
|
-
},
|
|
40715
|
-
{
|
|
40716
|
-
"name": "vertical-viewport-lock",
|
|
40717
|
-
"type": {
|
|
40718
|
-
"text": "boolean"
|
|
40719
|
-
},
|
|
40720
|
-
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
40721
|
-
"fieldName": "verticalViewportLock",
|
|
40722
|
-
"inheritedFrom": {
|
|
40723
|
-
"name": "Tooltip",
|
|
40724
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40725
|
-
}
|
|
40726
|
-
}
|
|
40727
|
-
],
|
|
40728
|
-
"members": [
|
|
40729
|
-
{
|
|
40730
|
-
"kind": "field",
|
|
40731
|
-
"name": "visible",
|
|
40732
|
-
"type": {
|
|
40733
|
-
"text": "boolean"
|
|
40734
|
-
},
|
|
40735
|
-
"privacy": "public",
|
|
40736
|
-
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
40737
|
-
"inheritedFrom": {
|
|
40738
|
-
"name": "Tooltip",
|
|
40739
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40740
|
-
}
|
|
40741
|
-
},
|
|
40742
|
-
{
|
|
40743
|
-
"kind": "method",
|
|
40744
|
-
"name": "visibleChanged",
|
|
40745
|
-
"privacy": "private",
|
|
40746
|
-
"return": {
|
|
40747
|
-
"type": {
|
|
40748
|
-
"text": "void"
|
|
40749
|
-
}
|
|
40750
|
-
},
|
|
40751
|
-
"inheritedFrom": {
|
|
40752
|
-
"name": "Tooltip",
|
|
40753
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40754
|
-
}
|
|
40755
|
-
},
|
|
40756
|
-
{
|
|
40757
|
-
"kind": "field",
|
|
40758
|
-
"name": "anchor",
|
|
40759
|
-
"type": {
|
|
40760
|
-
"text": "string"
|
|
40761
|
-
},
|
|
40762
|
-
"privacy": "public",
|
|
40763
|
-
"default": "\"\"",
|
|
40764
|
-
"description": "The id of the element the tooltip is anchored to",
|
|
40765
|
-
"inheritedFrom": {
|
|
40766
|
-
"name": "Tooltip",
|
|
40767
|
-
"module": "src/tooltip/tooltip.ts"
|
|
40768
|
-
}
|
|
40769
|
-
},
|
|
40770
|
-
{
|
|
40771
|
-
"kind": "method",
|
|
40772
|
-
"name": "anchorChanged",
|
|
40773
|
-
"privacy": "private",
|
|
40774
|
-
"return": {
|
|
40775
|
-
"type": {
|
|
40776
|
-
"text": "void"
|
|
40777
|
-
}
|
|
40727
|
+
"name": "readonly",
|
|
40728
|
+
"type": {
|
|
40729
|
+
"text": "boolean"
|
|
40778
40730
|
},
|
|
40731
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
40732
|
+
"fieldName": "readOnly",
|
|
40779
40733
|
"inheritedFrom": {
|
|
40780
|
-
"name": "
|
|
40781
|
-
"module": "src/
|
|
40734
|
+
"name": "UrlInput",
|
|
40735
|
+
"module": "src/url-input/url-input.ts"
|
|
40782
40736
|
}
|
|
40783
40737
|
},
|
|
40784
40738
|
{
|
|
40785
|
-
"kind": "field",
|
|
40786
|
-
"name": "delay",
|
|
40787
40739
|
"type": {
|
|
40788
|
-
"text": "
|
|
40740
|
+
"text": "boolean"
|
|
40789
40741
|
},
|
|
40790
|
-
"
|
|
40791
|
-
"
|
|
40792
|
-
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
40742
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
40743
|
+
"fieldName": "autofocus",
|
|
40793
40744
|
"inheritedFrom": {
|
|
40794
|
-
"name": "
|
|
40795
|
-
"module": "src/
|
|
40745
|
+
"name": "UrlInput",
|
|
40746
|
+
"module": "src/url-input/url-input.ts"
|
|
40796
40747
|
}
|
|
40797
40748
|
},
|
|
40798
40749
|
{
|
|
40799
|
-
"
|
|
40800
|
-
"name": "position",
|
|
40750
|
+
"name": "placeholder",
|
|
40801
40751
|
"type": {
|
|
40802
|
-
"text": "
|
|
40752
|
+
"text": "string"
|
|
40803
40753
|
},
|
|
40804
|
-
"
|
|
40805
|
-
"
|
|
40754
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
40755
|
+
"fieldName": "placeholder",
|
|
40806
40756
|
"inheritedFrom": {
|
|
40807
|
-
"name": "
|
|
40808
|
-
"module": "src/
|
|
40757
|
+
"name": "UrlInput",
|
|
40758
|
+
"module": "src/url-input/url-input.ts"
|
|
40809
40759
|
}
|
|
40810
40760
|
},
|
|
40811
40761
|
{
|
|
40812
|
-
"
|
|
40813
|
-
"
|
|
40814
|
-
|
|
40815
|
-
"return": {
|
|
40816
|
-
"type": {
|
|
40817
|
-
"text": "void"
|
|
40818
|
-
}
|
|
40762
|
+
"name": "type",
|
|
40763
|
+
"type": {
|
|
40764
|
+
"text": "TextFieldType"
|
|
40819
40765
|
},
|
|
40766
|
+
"description": "Allows setting a type or mode of text.",
|
|
40767
|
+
"fieldName": "type",
|
|
40820
40768
|
"inheritedFrom": {
|
|
40821
|
-
"name": "
|
|
40822
|
-
"module": "src/
|
|
40769
|
+
"name": "UrlInput",
|
|
40770
|
+
"module": "src/url-input/url-input.ts"
|
|
40823
40771
|
}
|
|
40824
40772
|
},
|
|
40825
40773
|
{
|
|
40826
|
-
"
|
|
40827
|
-
"name": "autoUpdateMode",
|
|
40774
|
+
"name": "list",
|
|
40828
40775
|
"type": {
|
|
40829
|
-
"text": "
|
|
40776
|
+
"text": "string"
|
|
40830
40777
|
},
|
|
40831
|
-
"
|
|
40832
|
-
"
|
|
40833
|
-
"description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
|
|
40778
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
40779
|
+
"fieldName": "list",
|
|
40834
40780
|
"inheritedFrom": {
|
|
40835
|
-
"name": "
|
|
40836
|
-
"module": "src/
|
|
40781
|
+
"name": "UrlInput",
|
|
40782
|
+
"module": "src/url-input/url-input.ts"
|
|
40837
40783
|
}
|
|
40838
40784
|
},
|
|
40839
40785
|
{
|
|
40840
|
-
"
|
|
40841
|
-
"name": "horizontalViewportLock",
|
|
40786
|
+
"name": "pattern",
|
|
40842
40787
|
"type": {
|
|
40843
|
-
"text": "
|
|
40788
|
+
"text": "string"
|
|
40844
40789
|
},
|
|
40845
|
-
"
|
|
40846
|
-
"
|
|
40790
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
40791
|
+
"fieldName": "pattern",
|
|
40847
40792
|
"inheritedFrom": {
|
|
40848
|
-
"name": "
|
|
40849
|
-
"module": "src/
|
|
40793
|
+
"name": "UrlInput",
|
|
40794
|
+
"module": "src/url-input/url-input.ts"
|
|
40850
40795
|
}
|
|
40851
|
-
}
|
|
40796
|
+
}
|
|
40797
|
+
],
|
|
40798
|
+
"members": [
|
|
40852
40799
|
{
|
|
40853
40800
|
"kind": "field",
|
|
40854
|
-
"name": "
|
|
40801
|
+
"name": "value",
|
|
40855
40802
|
"type": {
|
|
40856
|
-
"text": "
|
|
40803
|
+
"text": "string"
|
|
40857
40804
|
},
|
|
40858
|
-
"
|
|
40859
|
-
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
40805
|
+
"default": "''",
|
|
40860
40806
|
"inheritedFrom": {
|
|
40861
|
-
"name": "
|
|
40862
|
-
"module": "src/
|
|
40807
|
+
"name": "UrlInput",
|
|
40808
|
+
"module": "src/url-input/url-input.ts"
|
|
40863
40809
|
}
|
|
40864
40810
|
},
|
|
40865
40811
|
{
|
|
40866
40812
|
"kind": "field",
|
|
40867
|
-
"name": "
|
|
40813
|
+
"name": "focused",
|
|
40868
40814
|
"type": {
|
|
40869
|
-
"text": "
|
|
40815
|
+
"text": "boolean"
|
|
40870
40816
|
},
|
|
40871
|
-
"privacy": "public",
|
|
40872
|
-
"default": "null",
|
|
40873
|
-
"description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
|
|
40874
40817
|
"inheritedFrom": {
|
|
40875
|
-
"name": "
|
|
40876
|
-
"module": "src/
|
|
40818
|
+
"name": "UrlInput",
|
|
40819
|
+
"module": "src/url-input/url-input.ts"
|
|
40877
40820
|
}
|
|
40878
40821
|
},
|
|
40879
40822
|
{
|
|
40880
40823
|
"kind": "method",
|
|
40881
|
-
"name": "
|
|
40882
|
-
"privacy": "
|
|
40883
|
-
"return": {
|
|
40884
|
-
"type": {
|
|
40885
|
-
"text": "void"
|
|
40886
|
-
}
|
|
40887
|
-
},
|
|
40824
|
+
"name": "saveUrl",
|
|
40825
|
+
"privacy": "public",
|
|
40888
40826
|
"parameters": [
|
|
40889
40827
|
{
|
|
40890
|
-
"name": "
|
|
40828
|
+
"name": "url",
|
|
40891
40829
|
"type": {
|
|
40892
|
-
"text": "
|
|
40830
|
+
"text": "string"
|
|
40893
40831
|
}
|
|
40894
40832
|
}
|
|
40895
40833
|
],
|
|
40896
40834
|
"inheritedFrom": {
|
|
40897
|
-
"name": "
|
|
40898
|
-
"module": "src/
|
|
40835
|
+
"name": "UrlInput",
|
|
40836
|
+
"module": "src/url-input/url-input.ts"
|
|
40899
40837
|
}
|
|
40900
40838
|
},
|
|
40901
40839
|
{
|
|
40902
40840
|
"kind": "method",
|
|
40903
|
-
"name": "
|
|
40904
|
-
"privacy": "
|
|
40905
|
-
"return": {
|
|
40906
|
-
"type": {
|
|
40907
|
-
"text": "void"
|
|
40908
|
-
}
|
|
40909
|
-
},
|
|
40841
|
+
"name": "focus",
|
|
40842
|
+
"privacy": "public",
|
|
40910
40843
|
"inheritedFrom": {
|
|
40911
|
-
"name": "
|
|
40912
|
-
"module": "src/
|
|
40844
|
+
"name": "UrlInput",
|
|
40845
|
+
"module": "src/url-input/url-input.ts"
|
|
40913
40846
|
}
|
|
40914
40847
|
},
|
|
40915
40848
|
{
|
|
40916
40849
|
"kind": "field",
|
|
40917
|
-
"name": "
|
|
40850
|
+
"name": "readOnly",
|
|
40918
40851
|
"type": {
|
|
40919
|
-
"text": "
|
|
40852
|
+
"text": "boolean"
|
|
40920
40853
|
},
|
|
40921
|
-
"privacy": "
|
|
40922
|
-
"
|
|
40923
|
-
"description": "The timer that tracks delay time before the tooltip is shown on hover",
|
|
40854
|
+
"privacy": "public",
|
|
40855
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
40924
40856
|
"inheritedFrom": {
|
|
40925
|
-
"name": "
|
|
40926
|
-
"module": "src/
|
|
40857
|
+
"name": "UrlInput",
|
|
40858
|
+
"module": "src/url-input/url-input.ts"
|
|
40927
40859
|
}
|
|
40928
40860
|
},
|
|
40929
40861
|
{
|
|
40930
|
-
"kind": "
|
|
40931
|
-
"name": "
|
|
40932
|
-
"type": {
|
|
40933
|
-
"text": "number | null"
|
|
40934
|
-
},
|
|
40862
|
+
"kind": "method",
|
|
40863
|
+
"name": "readOnlyChanged",
|
|
40935
40864
|
"privacy": "private",
|
|
40936
|
-
"
|
|
40937
|
-
|
|
40865
|
+
"return": {
|
|
40866
|
+
"type": {
|
|
40867
|
+
"text": "void"
|
|
40868
|
+
}
|
|
40869
|
+
},
|
|
40938
40870
|
"inheritedFrom": {
|
|
40939
|
-
"name": "
|
|
40940
|
-
"module": "src/
|
|
40871
|
+
"name": "UrlInput",
|
|
40872
|
+
"module": "src/url-input/url-input.ts"
|
|
40941
40873
|
}
|
|
40942
40874
|
},
|
|
40943
40875
|
{
|
|
40944
40876
|
"kind": "field",
|
|
40945
|
-
"name": "
|
|
40877
|
+
"name": "autofocus",
|
|
40946
40878
|
"type": {
|
|
40947
40879
|
"text": "boolean"
|
|
40948
40880
|
},
|
|
40949
|
-
"privacy": "
|
|
40950
|
-
"
|
|
40951
|
-
"description": "Indicates whether the anchor is currently being hovered or has focus",
|
|
40881
|
+
"privacy": "public",
|
|
40882
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute} for more information.",
|
|
40952
40883
|
"inheritedFrom": {
|
|
40953
|
-
"name": "
|
|
40954
|
-
"module": "src/
|
|
40884
|
+
"name": "UrlInput",
|
|
40885
|
+
"module": "src/url-input/url-input.ts"
|
|
40955
40886
|
}
|
|
40956
40887
|
},
|
|
40957
40888
|
{
|
|
40958
|
-
"kind": "
|
|
40959
|
-
"name": "
|
|
40960
|
-
"type": {
|
|
40961
|
-
"text": "boolean"
|
|
40962
|
-
},
|
|
40889
|
+
"kind": "method",
|
|
40890
|
+
"name": "autofocusChanged",
|
|
40963
40891
|
"privacy": "private",
|
|
40964
|
-
"
|
|
40965
|
-
|
|
40892
|
+
"return": {
|
|
40893
|
+
"type": {
|
|
40894
|
+
"text": "void"
|
|
40895
|
+
}
|
|
40896
|
+
},
|
|
40966
40897
|
"inheritedFrom": {
|
|
40967
|
-
"name": "
|
|
40968
|
-
"module": "src/
|
|
40898
|
+
"name": "UrlInput",
|
|
40899
|
+
"module": "src/url-input/url-input.ts"
|
|
40969
40900
|
}
|
|
40970
40901
|
},
|
|
40971
40902
|
{
|
|
40972
40903
|
"kind": "field",
|
|
40973
|
-
"name": "
|
|
40974
|
-
"
|
|
40975
|
-
|
|
40904
|
+
"name": "placeholder",
|
|
40905
|
+
"type": {
|
|
40906
|
+
"text": "string"
|
|
40907
|
+
},
|
|
40908
|
+
"privacy": "public",
|
|
40909
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
40976
40910
|
"inheritedFrom": {
|
|
40977
|
-
"name": "
|
|
40978
|
-
"module": "src/
|
|
40911
|
+
"name": "UrlInput",
|
|
40912
|
+
"module": "src/url-input/url-input.ts"
|
|
40979
40913
|
}
|
|
40980
40914
|
},
|
|
40981
40915
|
{
|
|
40982
|
-
"kind": "
|
|
40983
|
-
"name": "
|
|
40916
|
+
"kind": "method",
|
|
40917
|
+
"name": "placeholderChanged",
|
|
40984
40918
|
"privacy": "private",
|
|
40985
|
-
"
|
|
40919
|
+
"return": {
|
|
40920
|
+
"type": {
|
|
40921
|
+
"text": "void"
|
|
40922
|
+
}
|
|
40923
|
+
},
|
|
40986
40924
|
"inheritedFrom": {
|
|
40987
|
-
"name": "
|
|
40988
|
-
"module": "src/
|
|
40925
|
+
"name": "UrlInput",
|
|
40926
|
+
"module": "src/url-input/url-input.ts"
|
|
40989
40927
|
}
|
|
40990
40928
|
},
|
|
40991
40929
|
{
|
|
40992
40930
|
"kind": "field",
|
|
40993
|
-
"name": "
|
|
40994
|
-
"
|
|
40995
|
-
|
|
40931
|
+
"name": "type",
|
|
40932
|
+
"type": {
|
|
40933
|
+
"text": "TextFieldType"
|
|
40934
|
+
},
|
|
40935
|
+
"privacy": "public",
|
|
40936
|
+
"description": "Allows setting a type or mode of text.",
|
|
40996
40937
|
"inheritedFrom": {
|
|
40997
|
-
"name": "
|
|
40998
|
-
"module": "src/
|
|
40938
|
+
"name": "UrlInput",
|
|
40939
|
+
"module": "src/url-input/url-input.ts"
|
|
40999
40940
|
}
|
|
41000
40941
|
},
|
|
41001
40942
|
{
|
|
41002
|
-
"kind": "
|
|
41003
|
-
"name": "
|
|
40943
|
+
"kind": "method",
|
|
40944
|
+
"name": "typeChanged",
|
|
41004
40945
|
"privacy": "private",
|
|
41005
|
-
"
|
|
40946
|
+
"return": {
|
|
40947
|
+
"type": {
|
|
40948
|
+
"text": "void"
|
|
40949
|
+
}
|
|
40950
|
+
},
|
|
41006
40951
|
"inheritedFrom": {
|
|
41007
|
-
"name": "
|
|
41008
|
-
"module": "src/
|
|
40952
|
+
"name": "UrlInput",
|
|
40953
|
+
"module": "src/url-input/url-input.ts"
|
|
41009
40954
|
}
|
|
41010
40955
|
},
|
|
41011
40956
|
{
|
|
41012
40957
|
"kind": "field",
|
|
41013
|
-
"name": "
|
|
41014
|
-
"
|
|
41015
|
-
|
|
40958
|
+
"name": "list",
|
|
40959
|
+
"type": {
|
|
40960
|
+
"text": "string"
|
|
40961
|
+
},
|
|
40962
|
+
"privacy": "public",
|
|
40963
|
+
"description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
|
|
41016
40964
|
"inheritedFrom": {
|
|
41017
|
-
"name": "
|
|
41018
|
-
"module": "src/
|
|
40965
|
+
"name": "UrlInput",
|
|
40966
|
+
"module": "src/url-input/url-input.ts"
|
|
41019
40967
|
}
|
|
41020
40968
|
},
|
|
41021
40969
|
{
|
|
41022
|
-
"kind": "
|
|
41023
|
-
"name": "
|
|
40970
|
+
"kind": "method",
|
|
40971
|
+
"name": "listChanged",
|
|
41024
40972
|
"privacy": "private",
|
|
41025
|
-
"
|
|
40973
|
+
"return": {
|
|
40974
|
+
"type": {
|
|
40975
|
+
"text": "void"
|
|
40976
|
+
}
|
|
40977
|
+
},
|
|
41026
40978
|
"inheritedFrom": {
|
|
41027
|
-
"name": "
|
|
41028
|
-
"module": "src/
|
|
40979
|
+
"name": "UrlInput",
|
|
40980
|
+
"module": "src/url-input/url-input.ts"
|
|
41029
40981
|
}
|
|
41030
40982
|
},
|
|
41031
40983
|
{
|
|
41032
40984
|
"kind": "field",
|
|
41033
|
-
"name": "
|
|
41034
|
-
"
|
|
41035
|
-
|
|
40985
|
+
"name": "maxlength",
|
|
40986
|
+
"type": {
|
|
40987
|
+
"text": "number"
|
|
40988
|
+
},
|
|
40989
|
+
"privacy": "public",
|
|
40990
|
+
"description": "The maximum number of characters a user can enter.",
|
|
41036
40991
|
"inheritedFrom": {
|
|
41037
|
-
"name": "
|
|
41038
|
-
"module": "src/
|
|
40992
|
+
"name": "UrlInput",
|
|
40993
|
+
"module": "src/url-input/url-input.ts"
|
|
41039
40994
|
}
|
|
41040
40995
|
},
|
|
41041
40996
|
{
|
|
41042
|
-
"kind": "
|
|
41043
|
-
"name": "
|
|
40997
|
+
"kind": "method",
|
|
40998
|
+
"name": "maxlengthChanged",
|
|
41044
40999
|
"privacy": "private",
|
|
41045
|
-
"
|
|
41000
|
+
"return": {
|
|
41001
|
+
"type": {
|
|
41002
|
+
"text": "void"
|
|
41003
|
+
}
|
|
41004
|
+
},
|
|
41046
41005
|
"inheritedFrom": {
|
|
41047
|
-
"name": "
|
|
41048
|
-
"module": "src/
|
|
41006
|
+
"name": "UrlInput",
|
|
41007
|
+
"module": "src/url-input/url-input.ts"
|
|
41049
41008
|
}
|
|
41050
41009
|
},
|
|
41051
41010
|
{
|
|
41052
41011
|
"kind": "field",
|
|
41053
|
-
"name": "
|
|
41054
|
-
"
|
|
41055
|
-
|
|
41012
|
+
"name": "minlength",
|
|
41013
|
+
"type": {
|
|
41014
|
+
"text": "number"
|
|
41015
|
+
},
|
|
41016
|
+
"privacy": "public",
|
|
41017
|
+
"description": "The minimum number of characters a user can enter.",
|
|
41056
41018
|
"inheritedFrom": {
|
|
41057
|
-
"name": "
|
|
41058
|
-
"module": "src/
|
|
41019
|
+
"name": "UrlInput",
|
|
41020
|
+
"module": "src/url-input/url-input.ts"
|
|
41059
41021
|
}
|
|
41060
41022
|
},
|
|
41061
41023
|
{
|
|
41062
|
-
"kind": "
|
|
41063
|
-
"name": "
|
|
41024
|
+
"kind": "method",
|
|
41025
|
+
"name": "minlengthChanged",
|
|
41064
41026
|
"privacy": "private",
|
|
41065
|
-
"
|
|
41027
|
+
"return": {
|
|
41028
|
+
"type": {
|
|
41029
|
+
"text": "void"
|
|
41030
|
+
}
|
|
41031
|
+
},
|
|
41066
41032
|
"inheritedFrom": {
|
|
41067
|
-
"name": "
|
|
41068
|
-
"module": "src/
|
|
41033
|
+
"name": "UrlInput",
|
|
41034
|
+
"module": "src/url-input/url-input.ts"
|
|
41069
41035
|
}
|
|
41070
41036
|
},
|
|
41071
41037
|
{
|
|
41072
41038
|
"kind": "field",
|
|
41073
|
-
"name": "
|
|
41074
|
-
"
|
|
41075
|
-
|
|
41039
|
+
"name": "pattern",
|
|
41040
|
+
"type": {
|
|
41041
|
+
"text": "string"
|
|
41042
|
+
},
|
|
41043
|
+
"privacy": "public",
|
|
41044
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
41076
41045
|
"inheritedFrom": {
|
|
41077
|
-
"name": "
|
|
41078
|
-
"module": "src/
|
|
41046
|
+
"name": "UrlInput",
|
|
41047
|
+
"module": "src/url-input/url-input.ts"
|
|
41079
41048
|
}
|
|
41080
41049
|
},
|
|
41081
41050
|
{
|
|
41082
41051
|
"kind": "method",
|
|
41083
|
-
"name": "
|
|
41052
|
+
"name": "patternChanged",
|
|
41084
41053
|
"privacy": "private",
|
|
41085
41054
|
"return": {
|
|
41086
41055
|
"type": {
|
|
41087
41056
|
"text": "void"
|
|
41088
41057
|
}
|
|
41089
41058
|
},
|
|
41090
|
-
"description": "updated the properties being passed to the anchored region",
|
|
41091
41059
|
"inheritedFrom": {
|
|
41092
|
-
"name": "
|
|
41093
|
-
"module": "src/
|
|
41060
|
+
"name": "UrlInput",
|
|
41061
|
+
"module": "src/url-input/url-input.ts"
|
|
41094
41062
|
}
|
|
41095
41063
|
},
|
|
41096
41064
|
{
|
|
41097
41065
|
"kind": "field",
|
|
41098
|
-
"name": "
|
|
41099
|
-
"
|
|
41100
|
-
|
|
41066
|
+
"name": "size",
|
|
41067
|
+
"type": {
|
|
41068
|
+
"text": "number"
|
|
41069
|
+
},
|
|
41070
|
+
"privacy": "public",
|
|
41071
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
41101
41072
|
"inheritedFrom": {
|
|
41102
|
-
"name": "
|
|
41103
|
-
"module": "src/
|
|
41073
|
+
"name": "UrlInput",
|
|
41074
|
+
"module": "src/url-input/url-input.ts"
|
|
41104
41075
|
}
|
|
41105
41076
|
},
|
|
41106
41077
|
{
|
|
41107
|
-
"kind": "
|
|
41108
|
-
"name": "
|
|
41078
|
+
"kind": "method",
|
|
41079
|
+
"name": "sizeChanged",
|
|
41109
41080
|
"privacy": "private",
|
|
41110
|
-
"
|
|
41081
|
+
"return": {
|
|
41082
|
+
"type": {
|
|
41083
|
+
"text": "void"
|
|
41084
|
+
}
|
|
41085
|
+
},
|
|
41111
41086
|
"inheritedFrom": {
|
|
41112
|
-
"name": "
|
|
41113
|
-
"module": "src/
|
|
41087
|
+
"name": "UrlInput",
|
|
41088
|
+
"module": "src/url-input/url-input.ts"
|
|
41114
41089
|
}
|
|
41115
41090
|
},
|
|
41116
41091
|
{
|
|
41117
41092
|
"kind": "field",
|
|
41118
|
-
"name": "
|
|
41119
|
-
"
|
|
41120
|
-
|
|
41093
|
+
"name": "spellcheck",
|
|
41094
|
+
"type": {
|
|
41095
|
+
"text": "boolean"
|
|
41096
|
+
},
|
|
41097
|
+
"privacy": "public",
|
|
41098
|
+
"description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
|
|
41121
41099
|
"inheritedFrom": {
|
|
41122
|
-
"name": "
|
|
41123
|
-
"module": "src/
|
|
41100
|
+
"name": "UrlInput",
|
|
41101
|
+
"module": "src/url-input/url-input.ts"
|
|
41124
41102
|
}
|
|
41125
41103
|
},
|
|
41126
41104
|
{
|
|
41127
|
-
"kind": "
|
|
41128
|
-
"name": "
|
|
41105
|
+
"kind": "method",
|
|
41106
|
+
"name": "spellcheckChanged",
|
|
41129
41107
|
"privacy": "private",
|
|
41130
|
-
"
|
|
41108
|
+
"return": {
|
|
41109
|
+
"type": {
|
|
41110
|
+
"text": "void"
|
|
41111
|
+
}
|
|
41112
|
+
},
|
|
41131
41113
|
"inheritedFrom": {
|
|
41132
|
-
"name": "
|
|
41133
|
-
"module": "src/
|
|
41114
|
+
"name": "UrlInput",
|
|
41115
|
+
"module": "src/url-input/url-input.ts"
|
|
41134
41116
|
}
|
|
41135
41117
|
},
|
|
41136
41118
|
{
|
|
41137
|
-
"kind": "
|
|
41138
|
-
"name": "
|
|
41139
|
-
"privacy": "
|
|
41140
|
-
"
|
|
41119
|
+
"kind": "method",
|
|
41120
|
+
"name": "select",
|
|
41121
|
+
"privacy": "public",
|
|
41122
|
+
"return": {
|
|
41123
|
+
"type": {
|
|
41124
|
+
"text": "void"
|
|
41125
|
+
}
|
|
41126
|
+
},
|
|
41127
|
+
"description": "Selects all the text in the text field",
|
|
41141
41128
|
"inheritedFrom": {
|
|
41142
|
-
"name": "
|
|
41143
|
-
"module": "src/
|
|
41129
|
+
"name": "UrlInput",
|
|
41130
|
+
"module": "src/url-input/url-input.ts"
|
|
41131
|
+
}
|
|
41132
|
+
},
|
|
41133
|
+
{
|
|
41134
|
+
"kind": "method",
|
|
41135
|
+
"name": "validate",
|
|
41136
|
+
"privacy": "public",
|
|
41137
|
+
"return": {
|
|
41138
|
+
"type": {
|
|
41139
|
+
"text": "void"
|
|
41140
|
+
}
|
|
41141
|
+
},
|
|
41142
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
41143
|
+
"inheritedFrom": {
|
|
41144
|
+
"name": "UrlInput",
|
|
41145
|
+
"module": "src/url-input/url-input.ts"
|
|
41144
41146
|
}
|
|
41145
41147
|
},
|
|
41146
41148
|
{
|
|
41147
41149
|
"kind": "field",
|
|
41148
|
-
"name": "
|
|
41149
|
-
"privacy": "private",
|
|
41150
|
-
"description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
|
|
41150
|
+
"name": "proxy",
|
|
41151
41151
|
"inheritedFrom": {
|
|
41152
|
-
"name": "
|
|
41153
|
-
"module": "src/
|
|
41152
|
+
"name": "UrlInput",
|
|
41153
|
+
"module": "src/url-input/url-input.ts"
|
|
41154
41154
|
}
|
|
41155
41155
|
},
|
|
41156
41156
|
{
|
|
@@ -41162,8 +41162,8 @@
|
|
|
41162
41162
|
"privacy": "private",
|
|
41163
41163
|
"default": "void 0",
|
|
41164
41164
|
"inheritedFrom": {
|
|
41165
|
-
"name": "
|
|
41166
|
-
"module": "src/
|
|
41165
|
+
"name": "UrlInput",
|
|
41166
|
+
"module": "src/url-input/url-input.ts"
|
|
41167
41167
|
}
|
|
41168
41168
|
},
|
|
41169
41169
|
{
|
|
@@ -41175,8 +41175,8 @@
|
|
|
41175
41175
|
"privacy": "public",
|
|
41176
41176
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
41177
41177
|
"inheritedFrom": {
|
|
41178
|
-
"name": "
|
|
41179
|
-
"module": "src/
|
|
41178
|
+
"name": "UrlInput",
|
|
41179
|
+
"module": "src/url-input/url-input.ts"
|
|
41180
41180
|
}
|
|
41181
41181
|
},
|
|
41182
41182
|
{
|
|
@@ -41188,8 +41188,8 @@
|
|
|
41188
41188
|
"privacy": "public",
|
|
41189
41189
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
41190
41190
|
"inheritedFrom": {
|
|
41191
|
-
"name": "
|
|
41192
|
-
"module": "src/
|
|
41191
|
+
"name": "UrlInput",
|
|
41192
|
+
"module": "src/url-input/url-input.ts"
|
|
41193
41193
|
}
|
|
41194
41194
|
},
|
|
41195
41195
|
{
|
|
@@ -41202,8 +41202,8 @@
|
|
|
41202
41202
|
}
|
|
41203
41203
|
},
|
|
41204
41204
|
"inheritedFrom": {
|
|
41205
|
-
"name": "
|
|
41206
|
-
"module": "src/
|
|
41205
|
+
"name": "UrlInput",
|
|
41206
|
+
"module": "src/url-input/url-input.ts"
|
|
41207
41207
|
}
|
|
41208
41208
|
},
|
|
41209
41209
|
{
|
|
@@ -41215,8 +41215,8 @@
|
|
|
41215
41215
|
"privacy": "public",
|
|
41216
41216
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
41217
41217
|
"inheritedFrom": {
|
|
41218
|
-
"name": "
|
|
41219
|
-
"module": "src/
|
|
41218
|
+
"name": "UrlInput",
|
|
41219
|
+
"module": "src/url-input/url-input.ts"
|
|
41220
41220
|
}
|
|
41221
41221
|
},
|
|
41222
41222
|
{
|
|
@@ -41229,8 +41229,8 @@
|
|
|
41229
41229
|
}
|
|
41230
41230
|
},
|
|
41231
41231
|
"inheritedFrom": {
|
|
41232
|
-
"name": "
|
|
41233
|
-
"module": "src/
|
|
41232
|
+
"name": "UrlInput",
|
|
41233
|
+
"module": "src/url-input/url-input.ts"
|
|
41234
41234
|
}
|
|
41235
41235
|
},
|
|
41236
41236
|
{
|
|
@@ -41260,42 +41260,42 @@
|
|
|
41260
41260
|
],
|
|
41261
41261
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
41262
41262
|
"inheritedFrom": {
|
|
41263
|
-
"name": "
|
|
41264
|
-
"module": "src/
|
|
41263
|
+
"name": "UrlInput",
|
|
41264
|
+
"module": "src/url-input/url-input.ts"
|
|
41265
41265
|
}
|
|
41266
41266
|
}
|
|
41267
41267
|
],
|
|
41268
41268
|
"events": [
|
|
41269
41269
|
{
|
|
41270
|
-
"description": "Fires a custom '
|
|
41271
|
-
"name": "
|
|
41270
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
41271
|
+
"name": "change",
|
|
41272
41272
|
"inheritedFrom": {
|
|
41273
|
-
"name": "
|
|
41274
|
-
"module": "src/
|
|
41273
|
+
"name": "UrlInput",
|
|
41274
|
+
"module": "src/url-input/url-input.ts"
|
|
41275
41275
|
}
|
|
41276
41276
|
}
|
|
41277
41277
|
]
|
|
41278
41278
|
},
|
|
41279
41279
|
{
|
|
41280
41280
|
"kind": "variable",
|
|
41281
|
-
"name": "
|
|
41281
|
+
"name": "zeroUrlInput"
|
|
41282
41282
|
}
|
|
41283
41283
|
],
|
|
41284
41284
|
"exports": [
|
|
41285
41285
|
{
|
|
41286
41286
|
"kind": "js",
|
|
41287
|
-
"name": "
|
|
41287
|
+
"name": "UrlInput",
|
|
41288
41288
|
"declaration": {
|
|
41289
|
-
"name": "
|
|
41290
|
-
"module": "src/
|
|
41289
|
+
"name": "UrlInput",
|
|
41290
|
+
"module": "src/url-input/url-input.ts"
|
|
41291
41291
|
}
|
|
41292
41292
|
},
|
|
41293
41293
|
{
|
|
41294
41294
|
"kind": "js",
|
|
41295
|
-
"name": "
|
|
41295
|
+
"name": "zeroUrlInput",
|
|
41296
41296
|
"declaration": {
|
|
41297
|
-
"name": "
|
|
41298
|
-
"module": "src/
|
|
41297
|
+
"name": "zeroUrlInput",
|
|
41298
|
+
"module": "src/url-input/url-input.ts"
|
|
41299
41299
|
}
|
|
41300
41300
|
}
|
|
41301
41301
|
]
|
|
@@ -42821,7 +42821,7 @@
|
|
|
42821
42821
|
"type": {
|
|
42822
42822
|
"text": "DesignTokensConfig"
|
|
42823
42823
|
},
|
|
42824
|
-
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
42824
|
+
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n baseHeightMultiplier: {\n $value: baseHeightMultiplierValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
42825
42825
|
}
|
|
42826
42826
|
],
|
|
42827
42827
|
"exports": [
|
|
@@ -42918,6 +42918,14 @@
|
|
|
42918
42918
|
"kind": "javascript-module",
|
|
42919
42919
|
"path": "src/_config/values/sizing.ts",
|
|
42920
42920
|
"declarations": [
|
|
42921
|
+
{
|
|
42922
|
+
"kind": "variable",
|
|
42923
|
+
"name": "baseHeightMultiplierValue",
|
|
42924
|
+
"type": {
|
|
42925
|
+
"text": "number"
|
|
42926
|
+
},
|
|
42927
|
+
"default": "10"
|
|
42928
|
+
},
|
|
42921
42929
|
{
|
|
42922
42930
|
"kind": "variable",
|
|
42923
42931
|
"name": "controlCornerRadiusValue",
|
|
@@ -42940,6 +42948,14 @@
|
|
|
42940
42948
|
}
|
|
42941
42949
|
],
|
|
42942
42950
|
"exports": [
|
|
42951
|
+
{
|
|
42952
|
+
"kind": "js",
|
|
42953
|
+
"name": "baseHeightMultiplierValue",
|
|
42954
|
+
"declaration": {
|
|
42955
|
+
"name": "baseHeightMultiplierValue",
|
|
42956
|
+
"module": "src/_config/values/sizing.ts"
|
|
42957
|
+
}
|
|
42958
|
+
},
|
|
42943
42959
|
{
|
|
42944
42960
|
"kind": "js",
|
|
42945
42961
|
"name": "controlCornerRadiusValue",
|