@genesislcap/foundation-zero 14.448.0 → 14.449.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 +1026 -598
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +12 -12
|
@@ -1291,11 +1291,11 @@
|
|
|
1291
1291
|
},
|
|
1292
1292
|
{
|
|
1293
1293
|
"kind": "javascript-module",
|
|
1294
|
-
"path": "src/
|
|
1294
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1295
1295
|
"declarations": [
|
|
1296
1296
|
{
|
|
1297
1297
|
"kind": "function",
|
|
1298
|
-
"name": "
|
|
1298
|
+
"name": "zeroAccordionStyles",
|
|
1299
1299
|
"return": {
|
|
1300
1300
|
"type": {
|
|
1301
1301
|
"text": "ElementStyles"
|
|
@@ -1320,383 +1320,276 @@
|
|
|
1320
1320
|
"exports": [
|
|
1321
1321
|
{
|
|
1322
1322
|
"kind": "js",
|
|
1323
|
-
"name": "
|
|
1323
|
+
"name": "zeroAccordionStyles",
|
|
1324
1324
|
"declaration": {
|
|
1325
|
-
"name": "
|
|
1326
|
-
"module": "src/
|
|
1325
|
+
"name": "zeroAccordionStyles",
|
|
1326
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1327
1327
|
}
|
|
1328
1328
|
}
|
|
1329
1329
|
]
|
|
1330
1330
|
},
|
|
1331
1331
|
{
|
|
1332
1332
|
"kind": "javascript-module",
|
|
1333
|
-
"path": "src/
|
|
1333
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1334
|
+
"declarations": [
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "function",
|
|
1337
|
+
"name": "zeroAccordionTemplate",
|
|
1338
|
+
"return": {
|
|
1339
|
+
"type": {
|
|
1340
|
+
"text": "ViewTemplate<Accordion>"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
"parameters": [
|
|
1344
|
+
{
|
|
1345
|
+
"name": "context",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "ElementDefinitionContext"
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "definition",
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "FoundationElementDefinition"
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
]
|
|
1357
|
+
}
|
|
1358
|
+
],
|
|
1359
|
+
"exports": [
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "js",
|
|
1362
|
+
"name": "zeroAccordionTemplate",
|
|
1363
|
+
"declaration": {
|
|
1364
|
+
"name": "zeroAccordionTemplate",
|
|
1365
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"kind": "javascript-module",
|
|
1372
|
+
"path": "src/accordion/accordion.ts",
|
|
1334
1373
|
"declarations": [
|
|
1335
1374
|
{
|
|
1336
1375
|
"kind": "class",
|
|
1337
1376
|
"description": "",
|
|
1338
|
-
"name": "
|
|
1377
|
+
"name": "Accordion",
|
|
1339
1378
|
"superclass": {
|
|
1340
|
-
"name": "
|
|
1379
|
+
"name": "FoundationAccordion",
|
|
1341
1380
|
"package": "@genesislcap/foundation-ui"
|
|
1342
1381
|
},
|
|
1343
|
-
"tagName": "%%prefix%%-
|
|
1382
|
+
"tagName": "%%prefix%%-card",
|
|
1344
1383
|
"customElement": true,
|
|
1345
1384
|
"attributes": [
|
|
1346
1385
|
{
|
|
1347
|
-
"name": "
|
|
1386
|
+
"name": "expand-mode",
|
|
1348
1387
|
"type": {
|
|
1349
|
-
"text": "
|
|
1388
|
+
"text": "AccordionExpandMode"
|
|
1350
1389
|
},
|
|
1351
|
-
"
|
|
1352
|
-
"fieldName": "
|
|
1390
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1391
|
+
"fieldName": "expandmode",
|
|
1353
1392
|
"inheritedFrom": {
|
|
1354
|
-
"name": "
|
|
1355
|
-
"module": "src/
|
|
1393
|
+
"name": "Accordion",
|
|
1394
|
+
"module": "src/accordion/accordion.ts"
|
|
1356
1395
|
}
|
|
1357
|
-
}
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"members": [
|
|
1358
1399
|
{
|
|
1359
|
-
"
|
|
1400
|
+
"kind": "field",
|
|
1401
|
+
"name": "expandmode",
|
|
1360
1402
|
"type": {
|
|
1361
|
-
"text": "
|
|
1403
|
+
"text": "AccordionExpandMode"
|
|
1362
1404
|
},
|
|
1363
|
-
"
|
|
1364
|
-
"
|
|
1405
|
+
"privacy": "public",
|
|
1406
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1365
1407
|
"inheritedFrom": {
|
|
1366
|
-
"name": "
|
|
1367
|
-
"module": "src/
|
|
1408
|
+
"name": "Accordion",
|
|
1409
|
+
"module": "src/accordion/accordion.ts"
|
|
1368
1410
|
}
|
|
1369
1411
|
},
|
|
1370
1412
|
{
|
|
1371
|
-
"
|
|
1413
|
+
"kind": "field",
|
|
1414
|
+
"name": "activeid",
|
|
1372
1415
|
"type": {
|
|
1373
|
-
"text": "
|
|
1416
|
+
"text": "string | null"
|
|
1374
1417
|
},
|
|
1375
|
-
"
|
|
1376
|
-
"fieldName": "autoCloseOnAction",
|
|
1418
|
+
"privacy": "private",
|
|
1377
1419
|
"inheritedFrom": {
|
|
1378
|
-
"name": "
|
|
1379
|
-
"module": "src/
|
|
1420
|
+
"name": "Accordion",
|
|
1421
|
+
"module": "src/accordion/accordion.ts"
|
|
1380
1422
|
}
|
|
1381
1423
|
},
|
|
1382
1424
|
{
|
|
1383
|
-
"
|
|
1425
|
+
"kind": "field",
|
|
1426
|
+
"name": "activeItemIndex",
|
|
1384
1427
|
"type": {
|
|
1385
|
-
"text": "
|
|
1428
|
+
"text": "number"
|
|
1386
1429
|
},
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1430
|
+
"privacy": "private",
|
|
1431
|
+
"default": "0",
|
|
1389
1432
|
"inheritedFrom": {
|
|
1390
|
-
"name": "
|
|
1391
|
-
"module": "src/
|
|
1433
|
+
"name": "Accordion",
|
|
1434
|
+
"module": "src/accordion/accordion.ts"
|
|
1392
1435
|
}
|
|
1393
1436
|
},
|
|
1394
1437
|
{
|
|
1395
|
-
"
|
|
1438
|
+
"kind": "field",
|
|
1439
|
+
"name": "accordionIds",
|
|
1396
1440
|
"type": {
|
|
1397
|
-
"text": "
|
|
1441
|
+
"text": "Array<string | null>"
|
|
1398
1442
|
},
|
|
1399
|
-
"
|
|
1400
|
-
"fieldName": "open",
|
|
1443
|
+
"privacy": "private",
|
|
1401
1444
|
"inheritedFrom": {
|
|
1402
|
-
"name": "
|
|
1403
|
-
"module": "src/
|
|
1445
|
+
"name": "Accordion",
|
|
1446
|
+
"module": "src/accordion/accordion.ts"
|
|
1404
1447
|
}
|
|
1405
1448
|
},
|
|
1406
1449
|
{
|
|
1407
|
-
"
|
|
1408
|
-
"
|
|
1409
|
-
|
|
1410
|
-
},
|
|
1411
|
-
"fieldName": "buttonAppearance",
|
|
1450
|
+
"kind": "field",
|
|
1451
|
+
"name": "change",
|
|
1452
|
+
"privacy": "private",
|
|
1412
1453
|
"inheritedFrom": {
|
|
1413
|
-
"name": "
|
|
1414
|
-
"module": "src/
|
|
1454
|
+
"name": "Accordion",
|
|
1455
|
+
"module": "src/accordion/accordion.ts"
|
|
1415
1456
|
}
|
|
1416
1457
|
},
|
|
1417
1458
|
{
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
|
|
1459
|
+
"kind": "method",
|
|
1460
|
+
"name": "findExpandedItem",
|
|
1461
|
+
"privacy": "private",
|
|
1462
|
+
"return": {
|
|
1463
|
+
"type": {
|
|
1464
|
+
"text": "AccordionItem | null"
|
|
1465
|
+
}
|
|
1421
1466
|
},
|
|
1422
|
-
"default": "false",
|
|
1423
|
-
"fieldName": "hideDisabled",
|
|
1424
1467
|
"inheritedFrom": {
|
|
1425
|
-
"name": "
|
|
1426
|
-
"module": "src/
|
|
1468
|
+
"name": "Accordion",
|
|
1469
|
+
"module": "src/accordion/accordion.ts"
|
|
1427
1470
|
}
|
|
1428
1471
|
},
|
|
1429
|
-
{
|
|
1430
|
-
"name": "hide-menu-single-option",
|
|
1431
|
-
"type": {
|
|
1432
|
-
"text": "boolean"
|
|
1433
|
-
},
|
|
1434
|
-
"default": "false",
|
|
1435
|
-
"fieldName": "hideMenuSingleOption",
|
|
1436
|
-
"inheritedFrom": {
|
|
1437
|
-
"name": "ActionsMenu",
|
|
1438
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
],
|
|
1442
|
-
"members": [
|
|
1443
1472
|
{
|
|
1444
1473
|
"kind": "field",
|
|
1445
|
-
"name": "
|
|
1446
|
-
"
|
|
1447
|
-
"text": "ActionMenuItem[]"
|
|
1448
|
-
},
|
|
1474
|
+
"name": "setItems",
|
|
1475
|
+
"privacy": "private",
|
|
1449
1476
|
"inheritedFrom": {
|
|
1450
|
-
"name": "
|
|
1451
|
-
"module": "src/
|
|
1477
|
+
"name": "Accordion",
|
|
1478
|
+
"module": "src/accordion/accordion.ts"
|
|
1452
1479
|
}
|
|
1453
1480
|
},
|
|
1454
1481
|
{
|
|
1455
|
-
"kind": "
|
|
1456
|
-
"name": "
|
|
1457
|
-
"
|
|
1458
|
-
|
|
1482
|
+
"kind": "method",
|
|
1483
|
+
"name": "resetItems",
|
|
1484
|
+
"privacy": "private",
|
|
1485
|
+
"return": {
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "void"
|
|
1488
|
+
}
|
|
1459
1489
|
},
|
|
1460
|
-
"default": "false",
|
|
1461
1490
|
"inheritedFrom": {
|
|
1462
|
-
"name": "
|
|
1463
|
-
"module": "src/
|
|
1491
|
+
"name": "Accordion",
|
|
1492
|
+
"module": "src/accordion/accordion.ts"
|
|
1464
1493
|
}
|
|
1465
1494
|
},
|
|
1466
1495
|
{
|
|
1467
1496
|
"kind": "field",
|
|
1468
|
-
"name": "
|
|
1469
|
-
"
|
|
1470
|
-
"text": "boolean"
|
|
1471
|
-
},
|
|
1472
|
-
"default": "true",
|
|
1497
|
+
"name": "removeItemListeners",
|
|
1498
|
+
"privacy": "private",
|
|
1473
1499
|
"inheritedFrom": {
|
|
1474
|
-
"name": "
|
|
1475
|
-
"module": "src/
|
|
1500
|
+
"name": "Accordion",
|
|
1501
|
+
"module": "src/accordion/accordion.ts"
|
|
1476
1502
|
}
|
|
1477
1503
|
},
|
|
1478
1504
|
{
|
|
1479
1505
|
"kind": "field",
|
|
1480
|
-
"name": "
|
|
1481
|
-
"
|
|
1482
|
-
"text": "boolean"
|
|
1483
|
-
},
|
|
1484
|
-
"default": "true",
|
|
1506
|
+
"name": "activeItemChange",
|
|
1507
|
+
"privacy": "private",
|
|
1485
1508
|
"inheritedFrom": {
|
|
1486
|
-
"name": "
|
|
1487
|
-
"module": "src/
|
|
1509
|
+
"name": "Accordion",
|
|
1510
|
+
"module": "src/accordion/accordion.ts"
|
|
1488
1511
|
}
|
|
1489
1512
|
},
|
|
1490
1513
|
{
|
|
1491
|
-
"kind": "
|
|
1492
|
-
"name": "
|
|
1493
|
-
"
|
|
1494
|
-
|
|
1514
|
+
"kind": "method",
|
|
1515
|
+
"name": "getItemIds",
|
|
1516
|
+
"privacy": "private",
|
|
1517
|
+
"return": {
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "Array<string | null>"
|
|
1520
|
+
}
|
|
1495
1521
|
},
|
|
1496
1522
|
"inheritedFrom": {
|
|
1497
|
-
"name": "
|
|
1498
|
-
"module": "src/
|
|
1523
|
+
"name": "Accordion",
|
|
1524
|
+
"module": "src/accordion/accordion.ts"
|
|
1499
1525
|
}
|
|
1500
1526
|
},
|
|
1501
1527
|
{
|
|
1502
|
-
"kind": "
|
|
1503
|
-
"name": "
|
|
1504
|
-
"
|
|
1505
|
-
|
|
1528
|
+
"kind": "method",
|
|
1529
|
+
"name": "isSingleExpandMode",
|
|
1530
|
+
"privacy": "private",
|
|
1531
|
+
"return": {
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "boolean"
|
|
1534
|
+
}
|
|
1506
1535
|
},
|
|
1507
1536
|
"inheritedFrom": {
|
|
1508
|
-
"name": "
|
|
1509
|
-
"module": "src/
|
|
1537
|
+
"name": "Accordion",
|
|
1538
|
+
"module": "src/accordion/accordion.ts"
|
|
1510
1539
|
}
|
|
1511
1540
|
},
|
|
1512
1541
|
{
|
|
1513
1542
|
"kind": "field",
|
|
1514
|
-
"name": "
|
|
1515
|
-
"
|
|
1516
|
-
"text": "string"
|
|
1517
|
-
},
|
|
1518
|
-
"default": "'Actions'",
|
|
1543
|
+
"name": "handleItemKeyDown",
|
|
1544
|
+
"privacy": "private",
|
|
1519
1545
|
"inheritedFrom": {
|
|
1520
|
-
"name": "
|
|
1521
|
-
"module": "src/
|
|
1546
|
+
"name": "Accordion",
|
|
1547
|
+
"module": "src/accordion/accordion.ts"
|
|
1522
1548
|
}
|
|
1523
1549
|
},
|
|
1524
1550
|
{
|
|
1525
1551
|
"kind": "field",
|
|
1526
|
-
"name": "
|
|
1527
|
-
"
|
|
1528
|
-
"text": "boolean"
|
|
1529
|
-
},
|
|
1530
|
-
"default": "false",
|
|
1531
|
-
"inheritedFrom": {
|
|
1532
|
-
"name": "ActionsMenu",
|
|
1533
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"kind": "field",
|
|
1538
|
-
"name": "buttonAppearance",
|
|
1539
|
-
"type": {
|
|
1540
|
-
"text": "string"
|
|
1541
|
-
},
|
|
1542
|
-
"inheritedFrom": {
|
|
1543
|
-
"name": "ActionsMenu",
|
|
1544
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "field",
|
|
1549
|
-
"name": "hideDisabled",
|
|
1550
|
-
"type": {
|
|
1551
|
-
"text": "boolean"
|
|
1552
|
-
},
|
|
1553
|
-
"default": "false",
|
|
1554
|
-
"inheritedFrom": {
|
|
1555
|
-
"name": "ActionsMenu",
|
|
1556
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "field",
|
|
1561
|
-
"name": "hideMenuSingleOption",
|
|
1562
|
-
"type": {
|
|
1563
|
-
"text": "boolean"
|
|
1564
|
-
},
|
|
1565
|
-
"default": "false",
|
|
1566
|
-
"inheritedFrom": {
|
|
1567
|
-
"name": "ActionsMenu",
|
|
1568
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1569
|
-
}
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"kind": "field",
|
|
1573
|
-
"name": "singleOption",
|
|
1574
|
-
"type": {
|
|
1575
|
-
"text": "ActionMenuItem"
|
|
1576
|
-
},
|
|
1577
|
-
"inheritedFrom": {
|
|
1578
|
-
"name": "ActionsMenu",
|
|
1579
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1580
|
-
}
|
|
1581
|
-
},
|
|
1582
|
-
{
|
|
1583
|
-
"kind": "field",
|
|
1584
|
-
"name": "actionsMenu",
|
|
1585
|
-
"type": {
|
|
1586
|
-
"text": "HTMLElement"
|
|
1587
|
-
},
|
|
1588
|
-
"inheritedFrom": {
|
|
1589
|
-
"name": "ActionsMenu",
|
|
1590
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1591
|
-
}
|
|
1592
|
-
},
|
|
1593
|
-
{
|
|
1594
|
-
"kind": "method",
|
|
1595
|
-
"name": "definitionChanged",
|
|
1596
|
-
"privacy": "protected",
|
|
1597
|
-
"parameters": [
|
|
1598
|
-
{
|
|
1599
|
-
"name": "oldValue",
|
|
1600
|
-
"type": {
|
|
1601
|
-
"text": "any"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"name": "newValue",
|
|
1606
|
-
"type": {
|
|
1607
|
-
"text": "any"
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
],
|
|
1611
|
-
"inheritedFrom": {
|
|
1612
|
-
"name": "ActionsMenu",
|
|
1613
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"kind": "method",
|
|
1618
|
-
"name": "openChanged",
|
|
1619
|
-
"privacy": "protected",
|
|
1620
|
-
"inheritedFrom": {
|
|
1621
|
-
"name": "ActionsMenu",
|
|
1622
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1623
|
-
}
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"kind": "method",
|
|
1627
|
-
"name": "toggleActionsMenuVisibility",
|
|
1552
|
+
"name": "handleItemFocus",
|
|
1553
|
+
"privacy": "private",
|
|
1628
1554
|
"inheritedFrom": {
|
|
1629
|
-
"name": "
|
|
1630
|
-
"module": "src/
|
|
1555
|
+
"name": "Accordion",
|
|
1556
|
+
"module": "src/accordion/accordion.ts"
|
|
1631
1557
|
}
|
|
1632
1558
|
},
|
|
1633
1559
|
{
|
|
1634
1560
|
"kind": "method",
|
|
1635
|
-
"name": "
|
|
1636
|
-
"
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
"
|
|
1640
|
-
"text": "(rowData) => void | any"
|
|
1641
|
-
}
|
|
1561
|
+
"name": "adjust",
|
|
1562
|
+
"privacy": "private",
|
|
1563
|
+
"return": {
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "void"
|
|
1642
1566
|
}
|
|
1643
|
-
],
|
|
1644
|
-
"inheritedFrom": {
|
|
1645
|
-
"name": "ActionsMenu",
|
|
1646
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1647
|
-
}
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"kind": "field",
|
|
1651
|
-
"name": "allActions",
|
|
1652
|
-
"type": {
|
|
1653
|
-
"text": "ActionMenuItem[]"
|
|
1654
1567
|
},
|
|
1655
|
-
"readonly": true,
|
|
1656
|
-
"inheritedFrom": {
|
|
1657
|
-
"name": "ActionsMenu",
|
|
1658
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
"kind": "field",
|
|
1663
|
-
"name": "rowData",
|
|
1664
|
-
"readonly": true,
|
|
1665
|
-
"inheritedFrom": {
|
|
1666
|
-
"name": "ActionsMenu",
|
|
1667
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"kind": "method",
|
|
1672
|
-
"name": "getLabel",
|
|
1673
1568
|
"parameters": [
|
|
1674
1569
|
{
|
|
1675
|
-
"name": "
|
|
1570
|
+
"name": "adjustment",
|
|
1676
1571
|
"type": {
|
|
1677
|
-
"text": "
|
|
1572
|
+
"text": "number"
|
|
1678
1573
|
}
|
|
1679
1574
|
}
|
|
1680
1575
|
],
|
|
1681
1576
|
"inheritedFrom": {
|
|
1682
|
-
"name": "
|
|
1683
|
-
"module": "src/
|
|
1577
|
+
"name": "Accordion",
|
|
1578
|
+
"module": "src/accordion/accordion.ts"
|
|
1684
1579
|
}
|
|
1685
1580
|
},
|
|
1686
1581
|
{
|
|
1687
1582
|
"kind": "method",
|
|
1688
|
-
"name": "
|
|
1689
|
-
"
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
"
|
|
1693
|
-
"text": "string"
|
|
1694
|
-
}
|
|
1583
|
+
"name": "focusItem",
|
|
1584
|
+
"privacy": "private",
|
|
1585
|
+
"return": {
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "void"
|
|
1695
1588
|
}
|
|
1696
|
-
|
|
1589
|
+
},
|
|
1697
1590
|
"inheritedFrom": {
|
|
1698
|
-
"name": "
|
|
1699
|
-
"module": "src/
|
|
1591
|
+
"name": "Accordion",
|
|
1592
|
+
"module": "src/accordion/accordion.ts"
|
|
1700
1593
|
}
|
|
1701
1594
|
},
|
|
1702
1595
|
{
|
|
@@ -1708,8 +1601,8 @@
|
|
|
1708
1601
|
"privacy": "private",
|
|
1709
1602
|
"default": "void 0",
|
|
1710
1603
|
"inheritedFrom": {
|
|
1711
|
-
"name": "
|
|
1712
|
-
"module": "src/
|
|
1604
|
+
"name": "Accordion",
|
|
1605
|
+
"module": "src/accordion/accordion.ts"
|
|
1713
1606
|
}
|
|
1714
1607
|
},
|
|
1715
1608
|
{
|
|
@@ -1721,8 +1614,8 @@
|
|
|
1721
1614
|
"privacy": "public",
|
|
1722
1615
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1723
1616
|
"inheritedFrom": {
|
|
1724
|
-
"name": "
|
|
1725
|
-
"module": "src/
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1726
1619
|
}
|
|
1727
1620
|
},
|
|
1728
1621
|
{
|
|
@@ -1734,8 +1627,8 @@
|
|
|
1734
1627
|
"privacy": "public",
|
|
1735
1628
|
"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.",
|
|
1736
1629
|
"inheritedFrom": {
|
|
1737
|
-
"name": "
|
|
1738
|
-
"module": "src/
|
|
1630
|
+
"name": "Accordion",
|
|
1631
|
+
"module": "src/accordion/accordion.ts"
|
|
1739
1632
|
}
|
|
1740
1633
|
},
|
|
1741
1634
|
{
|
|
@@ -1748,8 +1641,8 @@
|
|
|
1748
1641
|
}
|
|
1749
1642
|
},
|
|
1750
1643
|
"inheritedFrom": {
|
|
1751
|
-
"name": "
|
|
1752
|
-
"module": "src/
|
|
1644
|
+
"name": "Accordion",
|
|
1645
|
+
"module": "src/accordion/accordion.ts"
|
|
1753
1646
|
}
|
|
1754
1647
|
},
|
|
1755
1648
|
{
|
|
@@ -1761,8 +1654,8 @@
|
|
|
1761
1654
|
"privacy": "public",
|
|
1762
1655
|
"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.",
|
|
1763
1656
|
"inheritedFrom": {
|
|
1764
|
-
"name": "
|
|
1765
|
-
"module": "src/
|
|
1657
|
+
"name": "Accordion",
|
|
1658
|
+
"module": "src/accordion/accordion.ts"
|
|
1766
1659
|
}
|
|
1767
1660
|
},
|
|
1768
1661
|
{
|
|
@@ -1775,8 +1668,8 @@
|
|
|
1775
1668
|
}
|
|
1776
1669
|
},
|
|
1777
1670
|
"inheritedFrom": {
|
|
1778
|
-
"name": "
|
|
1779
|
-
"module": "src/
|
|
1671
|
+
"name": "Accordion",
|
|
1672
|
+
"module": "src/accordion/accordion.ts"
|
|
1780
1673
|
}
|
|
1781
1674
|
},
|
|
1782
1675
|
{
|
|
@@ -1806,41 +1699,49 @@
|
|
|
1806
1699
|
],
|
|
1807
1700
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1808
1701
|
"inheritedFrom": {
|
|
1809
|
-
"name": "
|
|
1810
|
-
"module": "src/
|
|
1702
|
+
"name": "Accordion",
|
|
1703
|
+
"module": "src/accordion/accordion.ts"
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
],
|
|
1707
|
+
"events": [
|
|
1708
|
+
{
|
|
1709
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1710
|
+
"name": "change",
|
|
1711
|
+
"inheritedFrom": {
|
|
1712
|
+
"name": "Accordion",
|
|
1713
|
+
"module": "src/accordion/accordion.ts"
|
|
1811
1714
|
}
|
|
1812
1715
|
}
|
|
1813
1716
|
]
|
|
1814
1717
|
},
|
|
1815
1718
|
{
|
|
1816
1719
|
"kind": "variable",
|
|
1817
|
-
"name": "
|
|
1818
|
-
"description": "The Zero Actions Menu",
|
|
1819
|
-
"privacy": "public"
|
|
1720
|
+
"name": "zeroAccordion"
|
|
1820
1721
|
}
|
|
1821
1722
|
],
|
|
1822
1723
|
"exports": [
|
|
1823
1724
|
{
|
|
1824
1725
|
"kind": "js",
|
|
1825
|
-
"name": "
|
|
1726
|
+
"name": "Accordion",
|
|
1826
1727
|
"declaration": {
|
|
1827
|
-
"name": "
|
|
1828
|
-
"module": "src/
|
|
1728
|
+
"name": "Accordion",
|
|
1729
|
+
"module": "src/accordion/accordion.ts"
|
|
1829
1730
|
}
|
|
1830
1731
|
},
|
|
1831
1732
|
{
|
|
1832
1733
|
"kind": "js",
|
|
1833
|
-
"name": "
|
|
1734
|
+
"name": "zeroAccordion",
|
|
1834
1735
|
"declaration": {
|
|
1835
|
-
"name": "
|
|
1836
|
-
"module": "src/
|
|
1736
|
+
"name": "zeroAccordion",
|
|
1737
|
+
"module": "src/accordion/accordion.ts"
|
|
1837
1738
|
}
|
|
1838
1739
|
}
|
|
1839
1740
|
]
|
|
1840
1741
|
},
|
|
1841
1742
|
{
|
|
1842
1743
|
"kind": "javascript-module",
|
|
1843
|
-
"path": "src/
|
|
1744
|
+
"path": "src/accordion/index.ts",
|
|
1844
1745
|
"declarations": [],
|
|
1845
1746
|
"exports": [
|
|
1846
1747
|
{
|
|
@@ -1848,7 +1749,7 @@
|
|
|
1848
1749
|
"name": "*",
|
|
1849
1750
|
"declaration": {
|
|
1850
1751
|
"name": "*",
|
|
1851
|
-
"package": "./
|
|
1752
|
+
"package": "./accordion"
|
|
1852
1753
|
}
|
|
1853
1754
|
},
|
|
1854
1755
|
{
|
|
@@ -1856,18 +1757,26 @@
|
|
|
1856
1757
|
"name": "*",
|
|
1857
1758
|
"declaration": {
|
|
1858
1759
|
"name": "*",
|
|
1859
|
-
"package": "./
|
|
1760
|
+
"package": "./accordion.styles"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"kind": "js",
|
|
1765
|
+
"name": "*",
|
|
1766
|
+
"declaration": {
|
|
1767
|
+
"name": "*",
|
|
1768
|
+
"package": "./accordion.template"
|
|
1860
1769
|
}
|
|
1861
1770
|
}
|
|
1862
1771
|
]
|
|
1863
1772
|
},
|
|
1864
1773
|
{
|
|
1865
1774
|
"kind": "javascript-module",
|
|
1866
|
-
"path": "src/
|
|
1775
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1867
1776
|
"declarations": [
|
|
1868
1777
|
{
|
|
1869
1778
|
"kind": "function",
|
|
1870
|
-
"name": "
|
|
1779
|
+
"name": "zeroActionsMenuStyles",
|
|
1871
1780
|
"return": {
|
|
1872
1781
|
"type": {
|
|
1873
1782
|
"text": "ElementStyles"
|
|
@@ -1892,276 +1801,383 @@
|
|
|
1892
1801
|
"exports": [
|
|
1893
1802
|
{
|
|
1894
1803
|
"kind": "js",
|
|
1895
|
-
"name": "
|
|
1804
|
+
"name": "zeroActionsMenuStyles",
|
|
1896
1805
|
"declaration": {
|
|
1897
|
-
"name": "
|
|
1898
|
-
"module": "src/
|
|
1806
|
+
"name": "zeroActionsMenuStyles",
|
|
1807
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1899
1808
|
}
|
|
1900
1809
|
}
|
|
1901
1810
|
]
|
|
1902
1811
|
},
|
|
1903
1812
|
{
|
|
1904
1813
|
"kind": "javascript-module",
|
|
1905
|
-
"path": "src/
|
|
1906
|
-
"declarations": [
|
|
1907
|
-
{
|
|
1908
|
-
"kind": "function",
|
|
1909
|
-
"name": "zeroAccordionTemplate",
|
|
1910
|
-
"return": {
|
|
1911
|
-
"type": {
|
|
1912
|
-
"text": "ViewTemplate<Accordion>"
|
|
1913
|
-
}
|
|
1914
|
-
},
|
|
1915
|
-
"parameters": [
|
|
1916
|
-
{
|
|
1917
|
-
"name": "context",
|
|
1918
|
-
"type": {
|
|
1919
|
-
"text": "ElementDefinitionContext"
|
|
1920
|
-
}
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"name": "definition",
|
|
1924
|
-
"type": {
|
|
1925
|
-
"text": "FoundationElementDefinition"
|
|
1926
|
-
}
|
|
1927
|
-
}
|
|
1928
|
-
]
|
|
1929
|
-
}
|
|
1930
|
-
],
|
|
1931
|
-
"exports": [
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "js",
|
|
1934
|
-
"name": "zeroAccordionTemplate",
|
|
1935
|
-
"declaration": {
|
|
1936
|
-
"name": "zeroAccordionTemplate",
|
|
1937
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1940
|
-
]
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "javascript-module",
|
|
1944
|
-
"path": "src/accordion/accordion.ts",
|
|
1814
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1945
1815
|
"declarations": [
|
|
1946
1816
|
{
|
|
1947
1817
|
"kind": "class",
|
|
1948
1818
|
"description": "",
|
|
1949
|
-
"name": "
|
|
1819
|
+
"name": "ActionsMenu",
|
|
1950
1820
|
"superclass": {
|
|
1951
|
-
"name": "
|
|
1821
|
+
"name": "FoundationActionsMenu",
|
|
1952
1822
|
"package": "@genesislcap/foundation-ui"
|
|
1953
1823
|
},
|
|
1954
|
-
"tagName": "%%prefix%%-
|
|
1824
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1955
1825
|
"customElement": true,
|
|
1956
1826
|
"attributes": [
|
|
1957
1827
|
{
|
|
1958
|
-
"name": "
|
|
1828
|
+
"name": "is-vertical",
|
|
1959
1829
|
"type": {
|
|
1960
|
-
"text": "
|
|
1830
|
+
"text": "boolean"
|
|
1961
1831
|
},
|
|
1962
|
-
"
|
|
1963
|
-
"fieldName": "
|
|
1832
|
+
"default": "false",
|
|
1833
|
+
"fieldName": "isVertical",
|
|
1964
1834
|
"inheritedFrom": {
|
|
1965
|
-
"name": "
|
|
1966
|
-
"module": "src/
|
|
1835
|
+
"name": "ActionsMenu",
|
|
1836
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1967
1837
|
}
|
|
1968
|
-
}
|
|
1969
|
-
],
|
|
1970
|
-
"members": [
|
|
1838
|
+
},
|
|
1971
1839
|
{
|
|
1972
|
-
"
|
|
1973
|
-
"name": "expandmode",
|
|
1840
|
+
"name": "add-default-actions",
|
|
1974
1841
|
"type": {
|
|
1975
|
-
"text": "
|
|
1842
|
+
"text": "boolean"
|
|
1976
1843
|
},
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
1844
|
+
"default": "true",
|
|
1845
|
+
"fieldName": "addDefaultActions",
|
|
1979
1846
|
"inheritedFrom": {
|
|
1980
|
-
"name": "
|
|
1981
|
-
"module": "src/
|
|
1847
|
+
"name": "ActionsMenu",
|
|
1848
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1982
1849
|
}
|
|
1983
1850
|
},
|
|
1984
1851
|
{
|
|
1985
|
-
"
|
|
1986
|
-
"name": "activeid",
|
|
1852
|
+
"name": "auto-close-on-action",
|
|
1987
1853
|
"type": {
|
|
1988
|
-
"text": "
|
|
1854
|
+
"text": "boolean"
|
|
1989
1855
|
},
|
|
1990
|
-
"
|
|
1856
|
+
"default": "true",
|
|
1857
|
+
"fieldName": "autoCloseOnAction",
|
|
1991
1858
|
"inheritedFrom": {
|
|
1992
|
-
"name": "
|
|
1993
|
-
"module": "src/
|
|
1859
|
+
"name": "ActionsMenu",
|
|
1860
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1994
1861
|
}
|
|
1995
1862
|
},
|
|
1996
1863
|
{
|
|
1997
|
-
"
|
|
1998
|
-
"name": "activeItemIndex",
|
|
1864
|
+
"name": "name",
|
|
1999
1865
|
"type": {
|
|
2000
|
-
"text": "
|
|
1866
|
+
"text": "string"
|
|
2001
1867
|
},
|
|
2002
|
-
"
|
|
2003
|
-
"
|
|
1868
|
+
"default": "'Actions'",
|
|
1869
|
+
"fieldName": "name",
|
|
2004
1870
|
"inheritedFrom": {
|
|
2005
|
-
"name": "
|
|
2006
|
-
"module": "src/
|
|
1871
|
+
"name": "ActionsMenu",
|
|
1872
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2007
1873
|
}
|
|
2008
1874
|
},
|
|
2009
1875
|
{
|
|
2010
|
-
"
|
|
2011
|
-
"name": "accordionIds",
|
|
1876
|
+
"name": "open",
|
|
2012
1877
|
"type": {
|
|
2013
|
-
"text": "
|
|
1878
|
+
"text": "boolean"
|
|
2014
1879
|
},
|
|
2015
|
-
"
|
|
1880
|
+
"default": "false",
|
|
1881
|
+
"fieldName": "open",
|
|
2016
1882
|
"inheritedFrom": {
|
|
2017
|
-
"name": "
|
|
2018
|
-
"module": "src/
|
|
1883
|
+
"name": "ActionsMenu",
|
|
1884
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2019
1885
|
}
|
|
2020
1886
|
},
|
|
2021
1887
|
{
|
|
2022
|
-
"
|
|
2023
|
-
"
|
|
2024
|
-
|
|
1888
|
+
"name": "buttonAppearance",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "string"
|
|
1891
|
+
},
|
|
1892
|
+
"fieldName": "buttonAppearance",
|
|
2025
1893
|
"inheritedFrom": {
|
|
2026
|
-
"name": "
|
|
2027
|
-
"module": "src/
|
|
1894
|
+
"name": "ActionsMenu",
|
|
1895
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2028
1896
|
}
|
|
2029
1897
|
},
|
|
2030
1898
|
{
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
2033
|
-
|
|
2034
|
-
"return": {
|
|
2035
|
-
"type": {
|
|
2036
|
-
"text": "AccordionItem | null"
|
|
2037
|
-
}
|
|
1899
|
+
"name": "hide-disabled",
|
|
1900
|
+
"type": {
|
|
1901
|
+
"text": "boolean"
|
|
2038
1902
|
},
|
|
1903
|
+
"default": "false",
|
|
1904
|
+
"fieldName": "hideDisabled",
|
|
2039
1905
|
"inheritedFrom": {
|
|
2040
|
-
"name": "
|
|
2041
|
-
"module": "src/
|
|
1906
|
+
"name": "ActionsMenu",
|
|
1907
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2042
1908
|
}
|
|
2043
1909
|
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "hide-menu-single-option",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "boolean"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideMenuSingleOption",
|
|
1917
|
+
"inheritedFrom": {
|
|
1918
|
+
"name": "ActionsMenu",
|
|
1919
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"members": [
|
|
2044
1924
|
{
|
|
2045
1925
|
"kind": "field",
|
|
2046
|
-
"name": "
|
|
2047
|
-
"
|
|
1926
|
+
"name": "actions",
|
|
1927
|
+
"type": {
|
|
1928
|
+
"text": "ActionMenuItem[]"
|
|
1929
|
+
},
|
|
2048
1930
|
"inheritedFrom": {
|
|
2049
|
-
"name": "
|
|
2050
|
-
"module": "src/
|
|
1931
|
+
"name": "ActionsMenu",
|
|
1932
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2051
1933
|
}
|
|
2052
1934
|
},
|
|
2053
1935
|
{
|
|
2054
|
-
"kind": "
|
|
2055
|
-
"name": "
|
|
2056
|
-
"
|
|
2057
|
-
|
|
2058
|
-
"type": {
|
|
2059
|
-
"text": "void"
|
|
2060
|
-
}
|
|
1936
|
+
"kind": "field",
|
|
1937
|
+
"name": "isVertical",
|
|
1938
|
+
"type": {
|
|
1939
|
+
"text": "boolean"
|
|
2061
1940
|
},
|
|
1941
|
+
"default": "false",
|
|
2062
1942
|
"inheritedFrom": {
|
|
2063
|
-
"name": "
|
|
2064
|
-
"module": "src/
|
|
1943
|
+
"name": "ActionsMenu",
|
|
1944
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2065
1945
|
}
|
|
2066
1946
|
},
|
|
2067
1947
|
{
|
|
2068
1948
|
"kind": "field",
|
|
2069
|
-
"name": "
|
|
2070
|
-
"
|
|
1949
|
+
"name": "addDefaultActions",
|
|
1950
|
+
"type": {
|
|
1951
|
+
"text": "boolean"
|
|
1952
|
+
},
|
|
1953
|
+
"default": "true",
|
|
2071
1954
|
"inheritedFrom": {
|
|
2072
|
-
"name": "
|
|
2073
|
-
"module": "src/
|
|
1955
|
+
"name": "ActionsMenu",
|
|
1956
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2074
1957
|
}
|
|
2075
1958
|
},
|
|
2076
1959
|
{
|
|
2077
1960
|
"kind": "field",
|
|
2078
|
-
"name": "
|
|
2079
|
-
"
|
|
1961
|
+
"name": "autoCloseOnAction",
|
|
1962
|
+
"type": {
|
|
1963
|
+
"text": "boolean"
|
|
1964
|
+
},
|
|
1965
|
+
"default": "true",
|
|
2080
1966
|
"inheritedFrom": {
|
|
2081
|
-
"name": "
|
|
2082
|
-
"module": "src/
|
|
1967
|
+
"name": "ActionsMenu",
|
|
1968
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2083
1969
|
}
|
|
2084
1970
|
},
|
|
2085
1971
|
{
|
|
2086
|
-
"kind": "
|
|
2087
|
-
"name": "
|
|
2088
|
-
"
|
|
2089
|
-
|
|
2090
|
-
"type": {
|
|
2091
|
-
"text": "Array<string | null>"
|
|
2092
|
-
}
|
|
1972
|
+
"kind": "field",
|
|
1973
|
+
"name": "classNames",
|
|
1974
|
+
"type": {
|
|
1975
|
+
"text": "string"
|
|
2093
1976
|
},
|
|
2094
1977
|
"inheritedFrom": {
|
|
2095
|
-
"name": "
|
|
2096
|
-
"module": "src/
|
|
1978
|
+
"name": "ActionsMenu",
|
|
1979
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2097
1980
|
}
|
|
2098
1981
|
},
|
|
2099
1982
|
{
|
|
2100
|
-
"kind": "
|
|
2101
|
-
"name": "
|
|
2102
|
-
"
|
|
2103
|
-
|
|
2104
|
-
"type": {
|
|
2105
|
-
"text": "boolean"
|
|
2106
|
-
}
|
|
1983
|
+
"kind": "field",
|
|
1984
|
+
"name": "definition",
|
|
1985
|
+
"type": {
|
|
1986
|
+
"text": "any"
|
|
2107
1987
|
},
|
|
2108
1988
|
"inheritedFrom": {
|
|
2109
|
-
"name": "
|
|
2110
|
-
"module": "src/
|
|
1989
|
+
"name": "ActionsMenu",
|
|
1990
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2111
1991
|
}
|
|
2112
1992
|
},
|
|
2113
1993
|
{
|
|
2114
1994
|
"kind": "field",
|
|
2115
|
-
"name": "
|
|
2116
|
-
"
|
|
1995
|
+
"name": "name",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"text": "string"
|
|
1998
|
+
},
|
|
1999
|
+
"default": "'Actions'",
|
|
2117
2000
|
"inheritedFrom": {
|
|
2118
|
-
"name": "
|
|
2119
|
-
"module": "src/
|
|
2001
|
+
"name": "ActionsMenu",
|
|
2002
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2120
2003
|
}
|
|
2121
2004
|
},
|
|
2122
2005
|
{
|
|
2123
2006
|
"kind": "field",
|
|
2124
|
-
"name": "
|
|
2125
|
-
"
|
|
2007
|
+
"name": "open",
|
|
2008
|
+
"type": {
|
|
2009
|
+
"text": "boolean"
|
|
2010
|
+
},
|
|
2011
|
+
"default": "false",
|
|
2126
2012
|
"inheritedFrom": {
|
|
2127
|
-
"name": "
|
|
2128
|
-
"module": "src/
|
|
2013
|
+
"name": "ActionsMenu",
|
|
2014
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2129
2015
|
}
|
|
2130
2016
|
},
|
|
2131
2017
|
{
|
|
2132
|
-
"kind": "
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2018
|
+
"kind": "field",
|
|
2019
|
+
"name": "buttonAppearance",
|
|
2020
|
+
"type": {
|
|
2021
|
+
"text": "string"
|
|
2022
|
+
},
|
|
2023
|
+
"inheritedFrom": {
|
|
2024
|
+
"name": "ActionsMenu",
|
|
2025
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "field",
|
|
2030
|
+
"name": "hideDisabled",
|
|
2031
|
+
"type": {
|
|
2032
|
+
"text": "boolean"
|
|
2033
|
+
},
|
|
2034
|
+
"default": "false",
|
|
2035
|
+
"inheritedFrom": {
|
|
2036
|
+
"name": "ActionsMenu",
|
|
2037
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "field",
|
|
2042
|
+
"name": "hideMenuSingleOption",
|
|
2043
|
+
"type": {
|
|
2044
|
+
"text": "boolean"
|
|
2045
|
+
},
|
|
2046
|
+
"default": "false",
|
|
2047
|
+
"inheritedFrom": {
|
|
2048
|
+
"name": "ActionsMenu",
|
|
2049
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"kind": "field",
|
|
2054
|
+
"name": "singleOption",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"text": "ActionMenuItem"
|
|
2057
|
+
},
|
|
2058
|
+
"inheritedFrom": {
|
|
2059
|
+
"name": "ActionsMenu",
|
|
2060
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "field",
|
|
2065
|
+
"name": "actionsMenu",
|
|
2066
|
+
"type": {
|
|
2067
|
+
"text": "HTMLElement"
|
|
2139
2068
|
},
|
|
2069
|
+
"inheritedFrom": {
|
|
2070
|
+
"name": "ActionsMenu",
|
|
2071
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"kind": "method",
|
|
2076
|
+
"name": "definitionChanged",
|
|
2077
|
+
"privacy": "protected",
|
|
2140
2078
|
"parameters": [
|
|
2141
2079
|
{
|
|
2142
|
-
"name": "
|
|
2080
|
+
"name": "oldValue",
|
|
2143
2081
|
"type": {
|
|
2144
|
-
"text": "
|
|
2082
|
+
"text": "any"
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"name": "newValue",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "any"
|
|
2145
2089
|
}
|
|
2146
2090
|
}
|
|
2147
2091
|
],
|
|
2148
2092
|
"inheritedFrom": {
|
|
2149
|
-
"name": "
|
|
2150
|
-
"module": "src/
|
|
2093
|
+
"name": "ActionsMenu",
|
|
2094
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2151
2095
|
}
|
|
2152
2096
|
},
|
|
2153
2097
|
{
|
|
2154
2098
|
"kind": "method",
|
|
2155
|
-
"name": "
|
|
2156
|
-
"privacy": "
|
|
2157
|
-
"
|
|
2158
|
-
"
|
|
2159
|
-
|
|
2099
|
+
"name": "openChanged",
|
|
2100
|
+
"privacy": "protected",
|
|
2101
|
+
"inheritedFrom": {
|
|
2102
|
+
"name": "ActionsMenu",
|
|
2103
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"kind": "method",
|
|
2108
|
+
"name": "toggleActionsMenuVisibility",
|
|
2109
|
+
"inheritedFrom": {
|
|
2110
|
+
"name": "ActionsMenu",
|
|
2111
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"kind": "method",
|
|
2116
|
+
"name": "onActionMenuItemClick",
|
|
2117
|
+
"parameters": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "callback",
|
|
2120
|
+
"type": {
|
|
2121
|
+
"text": "(rowData) => void | any"
|
|
2122
|
+
}
|
|
2160
2123
|
}
|
|
2124
|
+
],
|
|
2125
|
+
"inheritedFrom": {
|
|
2126
|
+
"name": "ActionsMenu",
|
|
2127
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "field",
|
|
2132
|
+
"name": "allActions",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "ActionMenuItem[]"
|
|
2161
2135
|
},
|
|
2136
|
+
"readonly": true,
|
|
2162
2137
|
"inheritedFrom": {
|
|
2163
|
-
"name": "
|
|
2164
|
-
"module": "src/
|
|
2138
|
+
"name": "ActionsMenu",
|
|
2139
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"kind": "field",
|
|
2144
|
+
"name": "rowData",
|
|
2145
|
+
"readonly": true,
|
|
2146
|
+
"inheritedFrom": {
|
|
2147
|
+
"name": "ActionsMenu",
|
|
2148
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"kind": "method",
|
|
2153
|
+
"name": "getLabel",
|
|
2154
|
+
"parameters": [
|
|
2155
|
+
{
|
|
2156
|
+
"name": "name",
|
|
2157
|
+
"type": {
|
|
2158
|
+
"text": "string | ((rowData: any) => string)"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2162
|
+
"inheritedFrom": {
|
|
2163
|
+
"name": "ActionsMenu",
|
|
2164
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"kind": "method",
|
|
2169
|
+
"name": "getTemplate",
|
|
2170
|
+
"parameters": [
|
|
2171
|
+
{
|
|
2172
|
+
"name": "prefix",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"text": "string"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2178
|
+
"inheritedFrom": {
|
|
2179
|
+
"name": "ActionsMenu",
|
|
2180
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2165
2181
|
}
|
|
2166
2182
|
},
|
|
2167
2183
|
{
|
|
@@ -2173,8 +2189,8 @@
|
|
|
2173
2189
|
"privacy": "private",
|
|
2174
2190
|
"default": "void 0",
|
|
2175
2191
|
"inheritedFrom": {
|
|
2176
|
-
"name": "
|
|
2177
|
-
"module": "src/
|
|
2192
|
+
"name": "FoundationElement",
|
|
2193
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2178
2194
|
}
|
|
2179
2195
|
},
|
|
2180
2196
|
{
|
|
@@ -2186,8 +2202,8 @@
|
|
|
2186
2202
|
"privacy": "public",
|
|
2187
2203
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2188
2204
|
"inheritedFrom": {
|
|
2189
|
-
"name": "
|
|
2190
|
-
"module": "src/
|
|
2205
|
+
"name": "FoundationElement",
|
|
2206
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2191
2207
|
}
|
|
2192
2208
|
},
|
|
2193
2209
|
{
|
|
@@ -2199,8 +2215,8 @@
|
|
|
2199
2215
|
"privacy": "public",
|
|
2200
2216
|
"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.",
|
|
2201
2217
|
"inheritedFrom": {
|
|
2202
|
-
"name": "
|
|
2203
|
-
"module": "src/
|
|
2218
|
+
"name": "FoundationElement",
|
|
2219
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2204
2220
|
}
|
|
2205
2221
|
},
|
|
2206
2222
|
{
|
|
@@ -2213,8 +2229,8 @@
|
|
|
2213
2229
|
}
|
|
2214
2230
|
},
|
|
2215
2231
|
"inheritedFrom": {
|
|
2216
|
-
"name": "
|
|
2217
|
-
"module": "src/
|
|
2232
|
+
"name": "FoundationElement",
|
|
2233
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2218
2234
|
}
|
|
2219
2235
|
},
|
|
2220
2236
|
{
|
|
@@ -2226,8 +2242,8 @@
|
|
|
2226
2242
|
"privacy": "public",
|
|
2227
2243
|
"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.",
|
|
2228
2244
|
"inheritedFrom": {
|
|
2229
|
-
"name": "
|
|
2230
|
-
"module": "src/
|
|
2245
|
+
"name": "FoundationElement",
|
|
2246
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2231
2247
|
}
|
|
2232
2248
|
},
|
|
2233
2249
|
{
|
|
@@ -2240,8 +2256,8 @@
|
|
|
2240
2256
|
}
|
|
2241
2257
|
},
|
|
2242
2258
|
"inheritedFrom": {
|
|
2243
|
-
"name": "
|
|
2244
|
-
"module": "src/
|
|
2259
|
+
"name": "FoundationElement",
|
|
2260
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2245
2261
|
}
|
|
2246
2262
|
},
|
|
2247
2263
|
{
|
|
@@ -2271,49 +2287,41 @@
|
|
|
2271
2287
|
],
|
|
2272
2288
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2273
2289
|
"inheritedFrom": {
|
|
2274
|
-
"name": "
|
|
2275
|
-
"module": "src/
|
|
2276
|
-
}
|
|
2277
|
-
}
|
|
2278
|
-
],
|
|
2279
|
-
"events": [
|
|
2280
|
-
{
|
|
2281
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
2282
|
-
"name": "change",
|
|
2283
|
-
"inheritedFrom": {
|
|
2284
|
-
"name": "Accordion",
|
|
2285
|
-
"module": "src/accordion/accordion.ts"
|
|
2290
|
+
"name": "FoundationElement",
|
|
2291
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2286
2292
|
}
|
|
2287
2293
|
}
|
|
2288
2294
|
]
|
|
2289
2295
|
},
|
|
2290
2296
|
{
|
|
2291
2297
|
"kind": "variable",
|
|
2292
|
-
"name": "
|
|
2298
|
+
"name": "zeroActionsMenu",
|
|
2299
|
+
"description": "The Zero Actions Menu",
|
|
2300
|
+
"privacy": "public"
|
|
2293
2301
|
}
|
|
2294
2302
|
],
|
|
2295
2303
|
"exports": [
|
|
2296
2304
|
{
|
|
2297
2305
|
"kind": "js",
|
|
2298
|
-
"name": "
|
|
2306
|
+
"name": "ActionsMenu",
|
|
2299
2307
|
"declaration": {
|
|
2300
|
-
"name": "
|
|
2301
|
-
"module": "src/
|
|
2308
|
+
"name": "ActionsMenu",
|
|
2309
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2302
2310
|
}
|
|
2303
2311
|
},
|
|
2304
2312
|
{
|
|
2305
2313
|
"kind": "js",
|
|
2306
|
-
"name": "
|
|
2314
|
+
"name": "zeroActionsMenu",
|
|
2307
2315
|
"declaration": {
|
|
2308
|
-
"name": "
|
|
2309
|
-
"module": "src/
|
|
2316
|
+
"name": "zeroActionsMenu",
|
|
2317
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2310
2318
|
}
|
|
2311
2319
|
}
|
|
2312
2320
|
]
|
|
2313
2321
|
},
|
|
2314
2322
|
{
|
|
2315
2323
|
"kind": "javascript-module",
|
|
2316
|
-
"path": "src/
|
|
2324
|
+
"path": "src/actions-menu/index.ts",
|
|
2317
2325
|
"declarations": [],
|
|
2318
2326
|
"exports": [
|
|
2319
2327
|
{
|
|
@@ -2321,15 +2329,7 @@
|
|
|
2321
2329
|
"name": "*",
|
|
2322
2330
|
"declaration": {
|
|
2323
2331
|
"name": "*",
|
|
2324
|
-
"package": "./
|
|
2325
|
-
}
|
|
2326
|
-
},
|
|
2327
|
-
{
|
|
2328
|
-
"kind": "js",
|
|
2329
|
-
"name": "*",
|
|
2330
|
-
"declaration": {
|
|
2331
|
-
"name": "*",
|
|
2332
|
-
"package": "./accordion.styles"
|
|
2332
|
+
"package": "./actions-menu"
|
|
2333
2333
|
}
|
|
2334
2334
|
},
|
|
2335
2335
|
{
|
|
@@ -2337,7 +2337,7 @@
|
|
|
2337
2337
|
"name": "*",
|
|
2338
2338
|
"declaration": {
|
|
2339
2339
|
"name": "*",
|
|
2340
|
-
"package": "./
|
|
2340
|
+
"package": "./actions-menu.styles"
|
|
2341
2341
|
}
|
|
2342
2342
|
}
|
|
2343
2343
|
]
|
|
@@ -11835,10 +11835,10 @@
|
|
|
11835
11835
|
"attributes": [
|
|
11836
11836
|
{
|
|
11837
11837
|
"name": "format",
|
|
11838
|
-
"
|
|
11839
|
-
|
|
11838
|
+
"default": "DATE_PICKER_VALUE_FORMAT",
|
|
11839
|
+
"resolveInitializer": {
|
|
11840
|
+
"module": "/src/date-picker/date-picker.util"
|
|
11840
11841
|
},
|
|
11841
|
-
"default": "'MM-DD-YYYY'",
|
|
11842
11842
|
"attribute": "format",
|
|
11843
11843
|
"fieldName": "format",
|
|
11844
11844
|
"description": "date format that will be displayed.",
|
|
@@ -11847,6 +11847,20 @@
|
|
|
11847
11847
|
"module": "src/date-picker/date-picker.ts"
|
|
11848
11848
|
}
|
|
11849
11849
|
},
|
|
11850
|
+
{
|
|
11851
|
+
"name": "use-locale-format",
|
|
11852
|
+
"type": {
|
|
11853
|
+
"text": "boolean"
|
|
11854
|
+
},
|
|
11855
|
+
"default": "false",
|
|
11856
|
+
"attribute": "use-locale-format",
|
|
11857
|
+
"fieldName": "useLocaleFormat",
|
|
11858
|
+
"description": "when true, `format` is set from dayjs locale `L`. Uses the browser locale (`navigator.language`) unless `lang` is set on the element.",
|
|
11859
|
+
"inheritedFrom": {
|
|
11860
|
+
"name": "DatePicker",
|
|
11861
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11862
|
+
}
|
|
11863
|
+
},
|
|
11850
11864
|
{
|
|
11851
11865
|
"name": "inline-calendar",
|
|
11852
11866
|
"type": {
|
|
@@ -11890,65 +11904,391 @@
|
|
|
11890
11904
|
}
|
|
11891
11905
|
},
|
|
11892
11906
|
{
|
|
11893
|
-
"name": "label",
|
|
11907
|
+
"name": "label",
|
|
11908
|
+
"type": {
|
|
11909
|
+
"text": "string"
|
|
11910
|
+
},
|
|
11911
|
+
"attribute": "label",
|
|
11912
|
+
"fieldName": "label",
|
|
11913
|
+
"description": "the label that will be displayed next to the date input text field",
|
|
11914
|
+
"inheritedFrom": {
|
|
11915
|
+
"name": "DatePicker",
|
|
11916
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11917
|
+
}
|
|
11918
|
+
},
|
|
11919
|
+
{
|
|
11920
|
+
"name": "allow-empty",
|
|
11921
|
+
"type": {
|
|
11922
|
+
"text": "boolean"
|
|
11923
|
+
},
|
|
11924
|
+
"default": "false",
|
|
11925
|
+
"attribute": "allow-empty",
|
|
11926
|
+
"fieldName": "allowEmpty",
|
|
11927
|
+
"description": "when true, no initial date is selected; the input shows a placeholder until the user picks a date.",
|
|
11928
|
+
"inheritedFrom": {
|
|
11929
|
+
"name": "DatePicker",
|
|
11930
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11931
|
+
}
|
|
11932
|
+
},
|
|
11933
|
+
{
|
|
11934
|
+
"name": "placeholder",
|
|
11935
|
+
"type": {
|
|
11936
|
+
"text": "string"
|
|
11937
|
+
},
|
|
11938
|
+
"attribute": "placeholder",
|
|
11939
|
+
"fieldName": "placeholder",
|
|
11940
|
+
"description": "hint shown when allow-empty is set and no date is selected. Defaults from `format` (e.g. DD/MM/YYYY → dd/mm/yyyy).",
|
|
11941
|
+
"inheritedFrom": {
|
|
11942
|
+
"name": "DatePicker",
|
|
11943
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11944
|
+
}
|
|
11945
|
+
},
|
|
11946
|
+
{
|
|
11947
|
+
"name": "value",
|
|
11948
|
+
"type": {
|
|
11949
|
+
"text": "string"
|
|
11950
|
+
},
|
|
11951
|
+
"attribute": "value",
|
|
11952
|
+
"fieldName": "value",
|
|
11953
|
+
"description": "sets the value of the date picker",
|
|
11954
|
+
"inheritedFrom": {
|
|
11955
|
+
"name": "DatePicker",
|
|
11956
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11957
|
+
}
|
|
11958
|
+
},
|
|
11959
|
+
{
|
|
11960
|
+
"name": "lang",
|
|
11961
|
+
"type": {
|
|
11962
|
+
"text": "string"
|
|
11963
|
+
},
|
|
11964
|
+
"default": "'en-US'",
|
|
11965
|
+
"fieldName": "lang",
|
|
11966
|
+
"inheritedFrom": {
|
|
11967
|
+
"name": "DatePicker",
|
|
11968
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11969
|
+
}
|
|
11970
|
+
},
|
|
11971
|
+
{
|
|
11972
|
+
"name": "visible",
|
|
11973
|
+
"type": {
|
|
11974
|
+
"text": "boolean"
|
|
11975
|
+
},
|
|
11976
|
+
"default": "false",
|
|
11977
|
+
"fieldName": "visible",
|
|
11978
|
+
"inheritedFrom": {
|
|
11979
|
+
"name": "DatePicker",
|
|
11980
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11981
|
+
}
|
|
11982
|
+
}
|
|
11983
|
+
],
|
|
11984
|
+
"members": [
|
|
11985
|
+
{
|
|
11986
|
+
"kind": "field",
|
|
11987
|
+
"name": "format",
|
|
11988
|
+
"default": "DATE_PICKER_VALUE_FORMAT",
|
|
11989
|
+
"attribute": "format",
|
|
11990
|
+
"inheritedFrom": {
|
|
11991
|
+
"name": "DatePicker",
|
|
11992
|
+
"module": "src/date-picker/date-picker.ts"
|
|
11993
|
+
}
|
|
11994
|
+
},
|
|
11995
|
+
{
|
|
11996
|
+
"kind": "method",
|
|
11997
|
+
"name": "formatChanged",
|
|
11998
|
+
"parameters": [
|
|
11999
|
+
{
|
|
12000
|
+
"name": "oldValue",
|
|
12001
|
+
"type": {
|
|
12002
|
+
"text": "string"
|
|
12003
|
+
}
|
|
12004
|
+
},
|
|
12005
|
+
{
|
|
12006
|
+
"name": "newValue",
|
|
12007
|
+
"type": {
|
|
12008
|
+
"text": "string"
|
|
12009
|
+
}
|
|
12010
|
+
}
|
|
12011
|
+
],
|
|
12012
|
+
"inheritedFrom": {
|
|
12013
|
+
"name": "DatePicker",
|
|
12014
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12015
|
+
}
|
|
12016
|
+
},
|
|
12017
|
+
{
|
|
12018
|
+
"kind": "field",
|
|
12019
|
+
"name": "lang",
|
|
12020
|
+
"type": {
|
|
12021
|
+
"text": "string"
|
|
12022
|
+
},
|
|
12023
|
+
"default": "'en-US'",
|
|
12024
|
+
"inheritedFrom": {
|
|
12025
|
+
"name": "DatePicker",
|
|
12026
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12027
|
+
}
|
|
12028
|
+
},
|
|
12029
|
+
{
|
|
12030
|
+
"kind": "method",
|
|
12031
|
+
"name": "langChanged",
|
|
12032
|
+
"inheritedFrom": {
|
|
12033
|
+
"name": "DatePicker",
|
|
12034
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12035
|
+
}
|
|
12036
|
+
},
|
|
12037
|
+
{
|
|
12038
|
+
"kind": "field",
|
|
12039
|
+
"name": "useLocaleFormat",
|
|
12040
|
+
"type": {
|
|
12041
|
+
"text": "boolean"
|
|
12042
|
+
},
|
|
12043
|
+
"default": "false",
|
|
12044
|
+
"attribute": "use-locale-format",
|
|
12045
|
+
"inheritedFrom": {
|
|
12046
|
+
"name": "DatePicker",
|
|
12047
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12048
|
+
}
|
|
12049
|
+
},
|
|
12050
|
+
{
|
|
12051
|
+
"kind": "method",
|
|
12052
|
+
"name": "useLocaleFormatChanged",
|
|
12053
|
+
"parameters": [
|
|
12054
|
+
{
|
|
12055
|
+
"name": "oldValue",
|
|
12056
|
+
"type": {
|
|
12057
|
+
"text": "boolean"
|
|
12058
|
+
}
|
|
12059
|
+
},
|
|
12060
|
+
{
|
|
12061
|
+
"name": "newValue",
|
|
12062
|
+
"type": {
|
|
12063
|
+
"text": "boolean"
|
|
12064
|
+
}
|
|
12065
|
+
}
|
|
12066
|
+
],
|
|
12067
|
+
"inheritedFrom": {
|
|
12068
|
+
"name": "DatePicker",
|
|
12069
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12070
|
+
}
|
|
12071
|
+
},
|
|
12072
|
+
{
|
|
12073
|
+
"kind": "field",
|
|
12074
|
+
"name": "visible",
|
|
12075
|
+
"type": {
|
|
12076
|
+
"text": "boolean"
|
|
12077
|
+
},
|
|
12078
|
+
"default": "false",
|
|
12079
|
+
"inheritedFrom": {
|
|
12080
|
+
"name": "DatePicker",
|
|
12081
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12082
|
+
}
|
|
12083
|
+
},
|
|
12084
|
+
{
|
|
12085
|
+
"kind": "field",
|
|
12086
|
+
"name": "inlineCalendar",
|
|
12087
|
+
"type": {
|
|
12088
|
+
"text": "boolean"
|
|
12089
|
+
},
|
|
12090
|
+
"default": "false",
|
|
12091
|
+
"attribute": "inline-calendar",
|
|
12092
|
+
"inheritedFrom": {
|
|
12093
|
+
"name": "DatePicker",
|
|
12094
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12095
|
+
}
|
|
12096
|
+
},
|
|
12097
|
+
{
|
|
12098
|
+
"kind": "method",
|
|
12099
|
+
"name": "inlineCalendarChanged",
|
|
12100
|
+
"inheritedFrom": {
|
|
12101
|
+
"name": "DatePicker",
|
|
12102
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12103
|
+
}
|
|
12104
|
+
},
|
|
12105
|
+
{
|
|
12106
|
+
"kind": "field",
|
|
12107
|
+
"name": "hideWeekends",
|
|
12108
|
+
"type": {
|
|
12109
|
+
"text": "boolean"
|
|
12110
|
+
},
|
|
12111
|
+
"default": "false",
|
|
12112
|
+
"attribute": "hide-weekends",
|
|
12113
|
+
"inheritedFrom": {
|
|
12114
|
+
"name": "DatePicker",
|
|
12115
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12116
|
+
}
|
|
12117
|
+
},
|
|
12118
|
+
{
|
|
12119
|
+
"kind": "method",
|
|
12120
|
+
"name": "hideWeekendsCalendarChanged",
|
|
12121
|
+
"inheritedFrom": {
|
|
12122
|
+
"name": "DatePicker",
|
|
12123
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12124
|
+
}
|
|
12125
|
+
},
|
|
12126
|
+
{
|
|
12127
|
+
"kind": "field",
|
|
12128
|
+
"name": "position",
|
|
12129
|
+
"type": {
|
|
12130
|
+
"text": "'bottom' | 'top' | 'left' | 'right'"
|
|
12131
|
+
},
|
|
12132
|
+
"default": "'bottom'",
|
|
12133
|
+
"attribute": "position",
|
|
12134
|
+
"inheritedFrom": {
|
|
12135
|
+
"name": "DatePicker",
|
|
12136
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12137
|
+
}
|
|
12138
|
+
},
|
|
12139
|
+
{
|
|
12140
|
+
"kind": "field",
|
|
12141
|
+
"name": "label",
|
|
12142
|
+
"type": {
|
|
12143
|
+
"text": "string"
|
|
12144
|
+
},
|
|
12145
|
+
"attribute": "label",
|
|
12146
|
+
"inheritedFrom": {
|
|
12147
|
+
"name": "DatePicker",
|
|
12148
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12149
|
+
}
|
|
12150
|
+
},
|
|
12151
|
+
{
|
|
12152
|
+
"kind": "field",
|
|
12153
|
+
"name": "allowEmpty",
|
|
12154
|
+
"type": {
|
|
12155
|
+
"text": "boolean"
|
|
12156
|
+
},
|
|
12157
|
+
"default": "false",
|
|
12158
|
+
"attribute": "allow-empty",
|
|
12159
|
+
"inheritedFrom": {
|
|
12160
|
+
"name": "DatePicker",
|
|
12161
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12162
|
+
}
|
|
12163
|
+
},
|
|
12164
|
+
{
|
|
12165
|
+
"kind": "field",
|
|
12166
|
+
"name": "placeholder",
|
|
12167
|
+
"type": {
|
|
12168
|
+
"text": "string"
|
|
12169
|
+
},
|
|
12170
|
+
"attribute": "placeholder",
|
|
12171
|
+
"inheritedFrom": {
|
|
12172
|
+
"name": "DatePicker",
|
|
12173
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12174
|
+
}
|
|
12175
|
+
},
|
|
12176
|
+
{
|
|
12177
|
+
"kind": "field",
|
|
12178
|
+
"name": "value",
|
|
12179
|
+
"type": {
|
|
12180
|
+
"text": "string"
|
|
12181
|
+
},
|
|
12182
|
+
"attribute": "value",
|
|
12183
|
+
"inheritedFrom": {
|
|
12184
|
+
"name": "DatePicker",
|
|
12185
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12186
|
+
}
|
|
12187
|
+
},
|
|
12188
|
+
{
|
|
12189
|
+
"kind": "method",
|
|
12190
|
+
"name": "valueChanged",
|
|
12191
|
+
"parameters": [
|
|
12192
|
+
{
|
|
12193
|
+
"name": "oldValue",
|
|
12194
|
+
"type": {
|
|
12195
|
+
"text": "string"
|
|
12196
|
+
}
|
|
12197
|
+
},
|
|
12198
|
+
{
|
|
12199
|
+
"name": "newValue",
|
|
12200
|
+
"type": {
|
|
12201
|
+
"text": "string"
|
|
12202
|
+
}
|
|
12203
|
+
}
|
|
12204
|
+
],
|
|
12205
|
+
"inheritedFrom": {
|
|
12206
|
+
"name": "DatePicker",
|
|
12207
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12208
|
+
}
|
|
12209
|
+
},
|
|
12210
|
+
{
|
|
12211
|
+
"kind": "field",
|
|
12212
|
+
"name": "disabledDaysOfWeek",
|
|
12213
|
+
"type": {
|
|
12214
|
+
"text": "number[]"
|
|
12215
|
+
},
|
|
12216
|
+
"default": "[]",
|
|
12217
|
+
"privacy": "public",
|
|
12218
|
+
"inheritedFrom": {
|
|
12219
|
+
"name": "DatePicker",
|
|
12220
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12221
|
+
}
|
|
12222
|
+
},
|
|
12223
|
+
{
|
|
12224
|
+
"kind": "field",
|
|
12225
|
+
"name": "calendar",
|
|
12226
|
+
"type": {
|
|
12227
|
+
"text": "Calendar"
|
|
12228
|
+
},
|
|
12229
|
+
"inheritedFrom": {
|
|
12230
|
+
"name": "DatePicker",
|
|
12231
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12232
|
+
}
|
|
12233
|
+
},
|
|
12234
|
+
{
|
|
12235
|
+
"kind": "field",
|
|
12236
|
+
"name": "substringNumber",
|
|
11894
12237
|
"type": {
|
|
11895
|
-
"text": "
|
|
12238
|
+
"text": "number"
|
|
11896
12239
|
},
|
|
11897
|
-
"attribute": "label",
|
|
11898
|
-
"fieldName": "label",
|
|
11899
|
-
"description": "the label that will be displayed next to the date input text field",
|
|
11900
12240
|
"inheritedFrom": {
|
|
11901
12241
|
"name": "DatePicker",
|
|
11902
12242
|
"module": "src/date-picker/date-picker.ts"
|
|
11903
12243
|
}
|
|
11904
12244
|
},
|
|
11905
12245
|
{
|
|
11906
|
-
"
|
|
12246
|
+
"kind": "field",
|
|
12247
|
+
"name": "suppressValueChanged",
|
|
11907
12248
|
"type": {
|
|
11908
|
-
"text": "
|
|
12249
|
+
"text": "boolean"
|
|
11909
12250
|
},
|
|
11910
|
-
"
|
|
11911
|
-
"
|
|
11912
|
-
"description": "sets the value of the date picker",
|
|
12251
|
+
"privacy": "private",
|
|
12252
|
+
"default": "false",
|
|
11913
12253
|
"inheritedFrom": {
|
|
11914
12254
|
"name": "DatePicker",
|
|
11915
12255
|
"module": "src/date-picker/date-picker.ts"
|
|
11916
12256
|
}
|
|
11917
12257
|
},
|
|
11918
12258
|
{
|
|
11919
|
-
"
|
|
11920
|
-
"
|
|
11921
|
-
|
|
11922
|
-
|
|
11923
|
-
"default": "'en-US'",
|
|
11924
|
-
"fieldName": "lang",
|
|
12259
|
+
"kind": "field",
|
|
12260
|
+
"name": "cachedFormat",
|
|
12261
|
+
"privacy": "private",
|
|
12262
|
+
"default": "DATE_PICKER_VALUE_FORMAT",
|
|
11925
12263
|
"inheritedFrom": {
|
|
11926
12264
|
"name": "DatePicker",
|
|
11927
12265
|
"module": "src/date-picker/date-picker.ts"
|
|
11928
12266
|
}
|
|
11929
12267
|
},
|
|
11930
12268
|
{
|
|
11931
|
-
"
|
|
11932
|
-
"
|
|
11933
|
-
|
|
12269
|
+
"kind": "method",
|
|
12270
|
+
"name": "clear",
|
|
12271
|
+
"privacy": "public",
|
|
12272
|
+
"return": {
|
|
12273
|
+
"type": {
|
|
12274
|
+
"text": "void"
|
|
12275
|
+
}
|
|
11934
12276
|
},
|
|
11935
|
-
"
|
|
11936
|
-
"fieldName": "visible",
|
|
12277
|
+
"description": "Clears the selected date (only when `allow-empty` is enabled).",
|
|
11937
12278
|
"inheritedFrom": {
|
|
11938
12279
|
"name": "DatePicker",
|
|
11939
12280
|
"module": "src/date-picker/date-picker.ts"
|
|
11940
12281
|
}
|
|
11941
|
-
}
|
|
11942
|
-
],
|
|
11943
|
-
"members": [
|
|
12282
|
+
},
|
|
11944
12283
|
{
|
|
11945
|
-
"kind": "
|
|
11946
|
-
"name": "
|
|
11947
|
-
"
|
|
11948
|
-
|
|
12284
|
+
"kind": "method",
|
|
12285
|
+
"name": "applyLocaleFormat",
|
|
12286
|
+
"privacy": "private",
|
|
12287
|
+
"return": {
|
|
12288
|
+
"type": {
|
|
12289
|
+
"text": "void"
|
|
12290
|
+
}
|
|
11949
12291
|
},
|
|
11950
|
-
"default": "'MM-DD-YYYY'",
|
|
11951
|
-
"attribute": "format",
|
|
11952
12292
|
"inheritedFrom": {
|
|
11953
12293
|
"name": "DatePicker",
|
|
11954
12294
|
"module": "src/date-picker/date-picker.ts"
|
|
@@ -11956,16 +12296,16 @@
|
|
|
11956
12296
|
},
|
|
11957
12297
|
{
|
|
11958
12298
|
"kind": "method",
|
|
11959
|
-
"name": "
|
|
12299
|
+
"name": "cacheUserFormat",
|
|
12300
|
+
"privacy": "private",
|
|
12301
|
+
"return": {
|
|
12302
|
+
"type": {
|
|
12303
|
+
"text": "void"
|
|
12304
|
+
}
|
|
12305
|
+
},
|
|
11960
12306
|
"parameters": [
|
|
11961
12307
|
{
|
|
11962
|
-
"name": "
|
|
11963
|
-
"type": {
|
|
11964
|
-
"text": "string"
|
|
11965
|
-
}
|
|
11966
|
-
},
|
|
11967
|
-
{
|
|
11968
|
-
"name": "newValue",
|
|
12308
|
+
"name": "format",
|
|
11969
12309
|
"type": {
|
|
11970
12310
|
"text": "string"
|
|
11971
12311
|
}
|
|
@@ -11977,37 +12317,50 @@
|
|
|
11977
12317
|
}
|
|
11978
12318
|
},
|
|
11979
12319
|
{
|
|
11980
|
-
"kind": "
|
|
11981
|
-
"name": "
|
|
11982
|
-
"
|
|
11983
|
-
|
|
12320
|
+
"kind": "method",
|
|
12321
|
+
"name": "restoreUserFormat",
|
|
12322
|
+
"privacy": "private",
|
|
12323
|
+
"return": {
|
|
12324
|
+
"type": {
|
|
12325
|
+
"text": "void"
|
|
12326
|
+
}
|
|
11984
12327
|
},
|
|
11985
|
-
"default": "'en-US'",
|
|
11986
12328
|
"inheritedFrom": {
|
|
11987
12329
|
"name": "DatePicker",
|
|
11988
12330
|
"module": "src/date-picker/date-picker.ts"
|
|
11989
12331
|
}
|
|
11990
12332
|
},
|
|
11991
12333
|
{
|
|
11992
|
-
"kind": "
|
|
11993
|
-
"name": "
|
|
11994
|
-
"
|
|
11995
|
-
|
|
12334
|
+
"kind": "method",
|
|
12335
|
+
"name": "applyEffectiveLangChange",
|
|
12336
|
+
"privacy": "private",
|
|
12337
|
+
"return": {
|
|
12338
|
+
"type": {
|
|
12339
|
+
"text": "void"
|
|
12340
|
+
}
|
|
11996
12341
|
},
|
|
11997
|
-
"default": "false",
|
|
11998
12342
|
"inheritedFrom": {
|
|
11999
12343
|
"name": "DatePicker",
|
|
12000
12344
|
"module": "src/date-picker/date-picker.ts"
|
|
12001
12345
|
}
|
|
12002
12346
|
},
|
|
12003
12347
|
{
|
|
12004
|
-
"kind": "
|
|
12005
|
-
"name": "
|
|
12006
|
-
"
|
|
12007
|
-
|
|
12348
|
+
"kind": "method",
|
|
12349
|
+
"name": "syncValueAttribute",
|
|
12350
|
+
"privacy": "private",
|
|
12351
|
+
"return": {
|
|
12352
|
+
"type": {
|
|
12353
|
+
"text": "void"
|
|
12354
|
+
}
|
|
12008
12355
|
},
|
|
12009
|
-
"
|
|
12010
|
-
|
|
12356
|
+
"parameters": [
|
|
12357
|
+
{
|
|
12358
|
+
"name": "value",
|
|
12359
|
+
"type": {
|
|
12360
|
+
"text": "string"
|
|
12361
|
+
}
|
|
12362
|
+
}
|
|
12363
|
+
],
|
|
12011
12364
|
"inheritedFrom": {
|
|
12012
12365
|
"name": "DatePicker",
|
|
12013
12366
|
"module": "src/date-picker/date-picker.ts"
|
|
@@ -12015,20 +12368,27 @@
|
|
|
12015
12368
|
},
|
|
12016
12369
|
{
|
|
12017
12370
|
"kind": "method",
|
|
12018
|
-
"name": "
|
|
12371
|
+
"name": "initializeEmpty",
|
|
12372
|
+
"privacy": "private",
|
|
12373
|
+
"return": {
|
|
12374
|
+
"type": {
|
|
12375
|
+
"text": "void"
|
|
12376
|
+
}
|
|
12377
|
+
},
|
|
12019
12378
|
"inheritedFrom": {
|
|
12020
12379
|
"name": "DatePicker",
|
|
12021
12380
|
"module": "src/date-picker/date-picker.ts"
|
|
12022
12381
|
}
|
|
12023
12382
|
},
|
|
12024
12383
|
{
|
|
12025
|
-
"kind": "
|
|
12026
|
-
"name": "
|
|
12027
|
-
"
|
|
12028
|
-
|
|
12384
|
+
"kind": "method",
|
|
12385
|
+
"name": "initializeWithDefaultDate",
|
|
12386
|
+
"privacy": "private",
|
|
12387
|
+
"return": {
|
|
12388
|
+
"type": {
|
|
12389
|
+
"text": "void"
|
|
12390
|
+
}
|
|
12029
12391
|
},
|
|
12030
|
-
"default": "false",
|
|
12031
|
-
"attribute": "hide-weekends",
|
|
12032
12392
|
"inheritedFrom": {
|
|
12033
12393
|
"name": "DatePicker",
|
|
12034
12394
|
"module": "src/date-picker/date-picker.ts"
|
|
@@ -12036,44 +12396,78 @@
|
|
|
12036
12396
|
},
|
|
12037
12397
|
{
|
|
12038
12398
|
"kind": "method",
|
|
12039
|
-
"name": "
|
|
12399
|
+
"name": "resetToDefaultDate",
|
|
12400
|
+
"privacy": "private",
|
|
12401
|
+
"return": {
|
|
12402
|
+
"type": {
|
|
12403
|
+
"text": "void"
|
|
12404
|
+
}
|
|
12405
|
+
},
|
|
12406
|
+
"parameters": [
|
|
12407
|
+
{
|
|
12408
|
+
"name": "createCalendar",
|
|
12409
|
+
"default": "false"
|
|
12410
|
+
}
|
|
12411
|
+
],
|
|
12040
12412
|
"inheritedFrom": {
|
|
12041
12413
|
"name": "DatePicker",
|
|
12042
12414
|
"module": "src/date-picker/date-picker.ts"
|
|
12043
12415
|
}
|
|
12044
12416
|
},
|
|
12045
12417
|
{
|
|
12046
|
-
"kind": "
|
|
12047
|
-
"name": "
|
|
12048
|
-
"
|
|
12049
|
-
|
|
12418
|
+
"kind": "method",
|
|
12419
|
+
"name": "applyValue",
|
|
12420
|
+
"privacy": "private",
|
|
12421
|
+
"return": {
|
|
12422
|
+
"type": {
|
|
12423
|
+
"text": "void"
|
|
12424
|
+
}
|
|
12050
12425
|
},
|
|
12051
|
-
"
|
|
12052
|
-
|
|
12426
|
+
"parameters": [
|
|
12427
|
+
{
|
|
12428
|
+
"name": "dateString",
|
|
12429
|
+
"type": {
|
|
12430
|
+
"text": "string"
|
|
12431
|
+
}
|
|
12432
|
+
}
|
|
12433
|
+
],
|
|
12053
12434
|
"inheritedFrom": {
|
|
12054
12435
|
"name": "DatePicker",
|
|
12055
12436
|
"module": "src/date-picker/date-picker.ts"
|
|
12056
12437
|
}
|
|
12057
12438
|
},
|
|
12058
12439
|
{
|
|
12059
|
-
"kind": "
|
|
12060
|
-
"name": "
|
|
12061
|
-
"
|
|
12062
|
-
|
|
12440
|
+
"kind": "method",
|
|
12441
|
+
"name": "clearToEmpty",
|
|
12442
|
+
"privacy": "private",
|
|
12443
|
+
"return": {
|
|
12444
|
+
"type": {
|
|
12445
|
+
"text": "void"
|
|
12446
|
+
}
|
|
12063
12447
|
},
|
|
12064
|
-
"
|
|
12448
|
+
"parameters": [
|
|
12449
|
+
{
|
|
12450
|
+
"name": "emitEvent",
|
|
12451
|
+
"type": {
|
|
12452
|
+
"text": "boolean"
|
|
12453
|
+
},
|
|
12454
|
+
"description": "emit `value-changed` for user-driven clears (public `clear()`); skip for\nhost-driven attribute writes since the host is the source of the change."
|
|
12455
|
+
}
|
|
12456
|
+
],
|
|
12457
|
+
"description": "Resets to the empty/cleared view.",
|
|
12065
12458
|
"inheritedFrom": {
|
|
12066
12459
|
"name": "DatePicker",
|
|
12067
12460
|
"module": "src/date-picker/date-picker.ts"
|
|
12068
12461
|
}
|
|
12069
12462
|
},
|
|
12070
12463
|
{
|
|
12071
|
-
"kind": "
|
|
12072
|
-
"name": "
|
|
12073
|
-
"
|
|
12074
|
-
"
|
|
12464
|
+
"kind": "method",
|
|
12465
|
+
"name": "updateHeaderText",
|
|
12466
|
+
"return": {
|
|
12467
|
+
"type": {
|
|
12468
|
+
"text": "void"
|
|
12469
|
+
}
|
|
12075
12470
|
},
|
|
12076
|
-
"attribute": "value",
|
|
12077
12471
|
"inheritedFrom": {
|
|
12078
12472
|
"name": "DatePicker",
|
|
12079
12473
|
"module": "src/date-picker/date-picker.ts"
|
|
@@ -12081,18 +12475,24 @@
|
|
|
12081
12475
|
},
|
|
12082
12476
|
{
|
|
12083
12477
|
"kind": "method",
|
|
12084
|
-
"name": "
|
|
12478
|
+
"name": "visibleChanged",
|
|
12479
|
+
"privacy": "protected",
|
|
12480
|
+
"return": {
|
|
12481
|
+
"type": {
|
|
12482
|
+
"text": "void"
|
|
12483
|
+
}
|
|
12484
|
+
},
|
|
12085
12485
|
"parameters": [
|
|
12086
12486
|
{
|
|
12087
|
-
"name": "
|
|
12487
|
+
"name": "_prev",
|
|
12088
12488
|
"type": {
|
|
12089
|
-
"text": "
|
|
12489
|
+
"text": "boolean"
|
|
12090
12490
|
}
|
|
12091
12491
|
},
|
|
12092
12492
|
{
|
|
12093
|
-
"name": "
|
|
12493
|
+
"name": "next",
|
|
12094
12494
|
"type": {
|
|
12095
|
-
"text": "
|
|
12495
|
+
"text": "boolean"
|
|
12096
12496
|
}
|
|
12097
12497
|
}
|
|
12098
12498
|
],
|
|
@@ -12103,12 +12503,8 @@
|
|
|
12103
12503
|
},
|
|
12104
12504
|
{
|
|
12105
12505
|
"kind": "field",
|
|
12106
|
-
"name": "
|
|
12107
|
-
"
|
|
12108
|
-
"text": "number[]"
|
|
12109
|
-
},
|
|
12110
|
-
"default": "[]",
|
|
12111
|
-
"privacy": "public",
|
|
12506
|
+
"name": "clickOutside",
|
|
12507
|
+
"privacy": "private",
|
|
12112
12508
|
"inheritedFrom": {
|
|
12113
12509
|
"name": "DatePicker",
|
|
12114
12510
|
"module": "src/date-picker/date-picker.ts"
|
|
@@ -12116,21 +12512,52 @@
|
|
|
12116
12512
|
},
|
|
12117
12513
|
{
|
|
12118
12514
|
"kind": "field",
|
|
12119
|
-
"name": "
|
|
12120
|
-
"
|
|
12121
|
-
|
|
12515
|
+
"name": "keydownOutside",
|
|
12516
|
+
"privacy": "private",
|
|
12517
|
+
"inheritedFrom": {
|
|
12518
|
+
"name": "DatePicker",
|
|
12519
|
+
"module": "src/date-picker/date-picker.ts"
|
|
12520
|
+
}
|
|
12521
|
+
},
|
|
12522
|
+
{
|
|
12523
|
+
"kind": "method",
|
|
12524
|
+
"name": "handleKeydownOutside",
|
|
12525
|
+
"privacy": "private",
|
|
12526
|
+
"return": {
|
|
12527
|
+
"type": {
|
|
12528
|
+
"text": "void"
|
|
12529
|
+
}
|
|
12122
12530
|
},
|
|
12531
|
+
"parameters": [
|
|
12532
|
+
{
|
|
12533
|
+
"name": "event",
|
|
12534
|
+
"type": {
|
|
12535
|
+
"text": "KeyboardEvent"
|
|
12536
|
+
}
|
|
12537
|
+
}
|
|
12538
|
+
],
|
|
12123
12539
|
"inheritedFrom": {
|
|
12124
12540
|
"name": "DatePicker",
|
|
12125
12541
|
"module": "src/date-picker/date-picker.ts"
|
|
12126
12542
|
}
|
|
12127
12543
|
},
|
|
12128
12544
|
{
|
|
12129
|
-
"kind": "
|
|
12130
|
-
"name": "
|
|
12131
|
-
"
|
|
12132
|
-
|
|
12545
|
+
"kind": "method",
|
|
12546
|
+
"name": "handleClickOutside",
|
|
12547
|
+
"privacy": "private",
|
|
12548
|
+
"return": {
|
|
12549
|
+
"type": {
|
|
12550
|
+
"text": "void"
|
|
12551
|
+
}
|
|
12133
12552
|
},
|
|
12553
|
+
"parameters": [
|
|
12554
|
+
{
|
|
12555
|
+
"name": "event",
|
|
12556
|
+
"type": {
|
|
12557
|
+
"text": "MouseEvent"
|
|
12558
|
+
}
|
|
12559
|
+
}
|
|
12560
|
+
],
|
|
12134
12561
|
"inheritedFrom": {
|
|
12135
12562
|
"name": "DatePicker",
|
|
12136
12563
|
"module": "src/date-picker/date-picker.ts"
|
|
@@ -12138,7 +12565,8 @@
|
|
|
12138
12565
|
},
|
|
12139
12566
|
{
|
|
12140
12567
|
"kind": "method",
|
|
12141
|
-
"name": "
|
|
12568
|
+
"name": "closeCalendar",
|
|
12569
|
+
"privacy": "private",
|
|
12142
12570
|
"return": {
|
|
12143
12571
|
"type": {
|
|
12144
12572
|
"text": "void"
|