le-kit 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/le-side-panel.cjs.entry.js +5 -5
- package/dist/collection/components/le-side-panel/le-side-panel.js +5 -5
- package/dist/collection/components/le-side-panel/le-side-panel.js.map +1 -1
- package/dist/collection/dist/components/assets/custom-elements.json +485 -485
- package/dist/components/assets/custom-elements.json +485 -485
- package/dist/components/le-side-panel.js +5 -5
- package/dist/components/le-side-panel.js.map +1 -1
- package/dist/docs.json +1 -1
- package/dist/esm/le-side-panel.entry.js +5 -5
- package/dist/esm/le-side-panel.entry.js.map +1 -1
- package/dist/le-kit/dist/components/assets/custom-elements.json +485 -485
- package/dist/le-kit/le-kit.esm.js +1 -1
- package/dist/le-kit/p-6ae60ba5.entry.js +2 -0
- package/dist/le-kit/p-6ae60ba5.entry.js.map +1 -0
- package/package.json +1 -1
- package/dist/le-kit/p-eb710c8e.entry.js +0 -2
- package/dist/le-kit/p-eb710c8e.entry.js.map +0 -1
|
@@ -970,178 +970,6 @@
|
|
|
970
970
|
}
|
|
971
971
|
]
|
|
972
972
|
},
|
|
973
|
-
{
|
|
974
|
-
"kind": "javascript-module",
|
|
975
|
-
"path": "src/components/le-checkbox/le-checkbox.tsx",
|
|
976
|
-
"declarations": [
|
|
977
|
-
{
|
|
978
|
-
"kind": "class",
|
|
979
|
-
"description": "A checkbox component with support for labels, descriptions, and external IDs.",
|
|
980
|
-
"name": "LeCheckbox",
|
|
981
|
-
"cssProperties": [
|
|
982
|
-
{
|
|
983
|
-
"description": "Size of the checkbox input",
|
|
984
|
-
"name": "--le-checkbox-size"
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
"description": "Color of the checkbox when checked",
|
|
988
|
-
"name": "--le-checkbox-color"
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"description": "Color of the label text",
|
|
992
|
-
"name": "--le-checkbox-label-color"
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"description": "Color of the description text",
|
|
996
|
-
"name": "--le-checkbox-desc-color"
|
|
997
|
-
}
|
|
998
|
-
],
|
|
999
|
-
"slots": [
|
|
1000
|
-
{
|
|
1001
|
-
"description": "The label text for the checkbox",
|
|
1002
|
-
"name": ""
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"description": "Additional description text displayed below the label",
|
|
1006
|
-
"name": "description"
|
|
1007
|
-
}
|
|
1008
|
-
],
|
|
1009
|
-
"members": [
|
|
1010
|
-
{
|
|
1011
|
-
"kind": "field",
|
|
1012
|
-
"name": "el",
|
|
1013
|
-
"type": {
|
|
1014
|
-
"text": "HTMLElement"
|
|
1015
|
-
}
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"kind": "field",
|
|
1019
|
-
"name": "checked",
|
|
1020
|
-
"type": {
|
|
1021
|
-
"text": "boolean"
|
|
1022
|
-
},
|
|
1023
|
-
"default": "false",
|
|
1024
|
-
"description": "Whether the checkbox is checked"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"kind": "field",
|
|
1028
|
-
"name": "disabled",
|
|
1029
|
-
"type": {
|
|
1030
|
-
"text": "boolean"
|
|
1031
|
-
},
|
|
1032
|
-
"default": "false",
|
|
1033
|
-
"description": "Whether the checkbox is disabled"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"kind": "field",
|
|
1037
|
-
"name": "name",
|
|
1038
|
-
"type": {
|
|
1039
|
-
"text": "string"
|
|
1040
|
-
},
|
|
1041
|
-
"description": "The name of the checkbox input"
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"kind": "field",
|
|
1045
|
-
"name": "value",
|
|
1046
|
-
"type": {
|
|
1047
|
-
"text": "string"
|
|
1048
|
-
},
|
|
1049
|
-
"description": "The value of the checkbox input"
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"kind": "field",
|
|
1053
|
-
"name": "externalId",
|
|
1054
|
-
"type": {
|
|
1055
|
-
"text": "string"
|
|
1056
|
-
},
|
|
1057
|
-
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"kind": "field",
|
|
1061
|
-
"name": "handleChange",
|
|
1062
|
-
"privacy": "private"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "method",
|
|
1066
|
-
"name": "render"
|
|
1067
|
-
}
|
|
1068
|
-
],
|
|
1069
|
-
"attributes": [
|
|
1070
|
-
{
|
|
1071
|
-
"name": "checked",
|
|
1072
|
-
"fieldName": "checked",
|
|
1073
|
-
"default": "false",
|
|
1074
|
-
"description": "Whether the checkbox is checked",
|
|
1075
|
-
"type": {
|
|
1076
|
-
"text": "boolean"
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"name": "disabled",
|
|
1081
|
-
"fieldName": "disabled",
|
|
1082
|
-
"default": "false",
|
|
1083
|
-
"description": "Whether the checkbox is disabled",
|
|
1084
|
-
"type": {
|
|
1085
|
-
"text": "boolean"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"name": "name",
|
|
1090
|
-
"fieldName": "name",
|
|
1091
|
-
"description": "The name of the checkbox input",
|
|
1092
|
-
"type": {
|
|
1093
|
-
"text": "string"
|
|
1094
|
-
}
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"name": "value",
|
|
1098
|
-
"fieldName": "value",
|
|
1099
|
-
"description": "The value of the checkbox input",
|
|
1100
|
-
"type": {
|
|
1101
|
-
"text": "string"
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"name": "external-id",
|
|
1106
|
-
"fieldName": "externalId",
|
|
1107
|
-
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)",
|
|
1108
|
-
"type": {
|
|
1109
|
-
"text": "string"
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
],
|
|
1113
|
-
"tagName": "le-checkbox",
|
|
1114
|
-
"events": [
|
|
1115
|
-
{
|
|
1116
|
-
"name": "change",
|
|
1117
|
-
"type": {
|
|
1118
|
-
"text": "EventEmitter<{ checked: boolean; value: string; name: string; externalId: string }>"
|
|
1119
|
-
},
|
|
1120
|
-
"description": "Emitted when the checked state changes"
|
|
1121
|
-
}
|
|
1122
|
-
],
|
|
1123
|
-
"customElement": true
|
|
1124
|
-
}
|
|
1125
|
-
],
|
|
1126
|
-
"exports": [
|
|
1127
|
-
{
|
|
1128
|
-
"kind": "js",
|
|
1129
|
-
"name": "LeCheckbox",
|
|
1130
|
-
"declaration": {
|
|
1131
|
-
"name": "LeCheckbox",
|
|
1132
|
-
"module": "src/components/le-checkbox/le-checkbox.tsx"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "custom-element-definition",
|
|
1137
|
-
"name": "le-checkbox",
|
|
1138
|
-
"declaration": {
|
|
1139
|
-
"name": "LeCheckbox",
|
|
1140
|
-
"module": "src/components/le-checkbox/le-checkbox.tsx"
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
]
|
|
1144
|
-
},
|
|
1145
973
|
{
|
|
1146
974
|
"kind": "javascript-module",
|
|
1147
975
|
"path": "src/components/le-button/le-button.tsx",
|
|
@@ -1627,32 +1455,46 @@
|
|
|
1627
1455
|
},
|
|
1628
1456
|
{
|
|
1629
1457
|
"kind": "javascript-module",
|
|
1630
|
-
"path": "src/components/le-
|
|
1458
|
+
"path": "src/components/le-code-input/le-code-input.tsx",
|
|
1631
1459
|
"declarations": [
|
|
1632
1460
|
{
|
|
1633
1461
|
"kind": "class",
|
|
1634
|
-
"description": "
|
|
1635
|
-
"name": "
|
|
1462
|
+
"description": "A one-time code input component with individual frames for each character.\nSupports standard copy/paste and range selection behaviors.",
|
|
1463
|
+
"name": "LeCodeInput",
|
|
1636
1464
|
"cssProperties": [
|
|
1637
1465
|
{
|
|
1638
|
-
"description": "
|
|
1639
|
-
"name": "--le-
|
|
1640
|
-
}
|
|
1641
|
-
],
|
|
1642
|
-
"cssParts": [
|
|
1466
|
+
"description": "Size of each character box (default: 40px width, 48px height)",
|
|
1467
|
+
"name": "--le-code-box-size"
|
|
1468
|
+
},
|
|
1643
1469
|
{
|
|
1644
|
-
"description": "
|
|
1645
|
-
"name": "
|
|
1470
|
+
"description": "Input background color",
|
|
1471
|
+
"name": "--le-input-bg"
|
|
1646
1472
|
},
|
|
1647
1473
|
{
|
|
1648
|
-
"description": "
|
|
1649
|
-
"name": "
|
|
1474
|
+
"description": "Input text color",
|
|
1475
|
+
"name": "--le-input-color"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"description": "Input border style",
|
|
1479
|
+
"name": "--le-input-border"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"description": "Input border style when focused",
|
|
1483
|
+
"name": "--le-input-border-focus"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"description": "Input border style when invalid",
|
|
1487
|
+
"name": "--le-input-border-error"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"description": "Input border radius",
|
|
1491
|
+
"name": "--le-input-radius"
|
|
1650
1492
|
}
|
|
1651
1493
|
],
|
|
1652
1494
|
"slots": [
|
|
1653
1495
|
{
|
|
1654
|
-
"description": "
|
|
1655
|
-
"name": ""
|
|
1496
|
+
"description": "Additional description text displayed below the input",
|
|
1497
|
+
"name": "description"
|
|
1656
1498
|
}
|
|
1657
1499
|
],
|
|
1658
1500
|
"members": [
|
|
@@ -1665,53 +1507,416 @@
|
|
|
1665
1507
|
},
|
|
1666
1508
|
{
|
|
1667
1509
|
"kind": "field",
|
|
1668
|
-
"name": "
|
|
1510
|
+
"name": "value",
|
|
1669
1511
|
"type": {
|
|
1670
|
-
"text": "
|
|
1512
|
+
"text": "string"
|
|
1671
1513
|
},
|
|
1672
|
-
"default": "
|
|
1673
|
-
"description": "
|
|
1514
|
+
"default": "''",
|
|
1515
|
+
"description": "The value of the input"
|
|
1674
1516
|
},
|
|
1675
1517
|
{
|
|
1676
1518
|
"kind": "field",
|
|
1677
|
-
"name": "
|
|
1519
|
+
"name": "name",
|
|
1678
1520
|
"type": {
|
|
1679
|
-
"text": "
|
|
1521
|
+
"text": "string"
|
|
1680
1522
|
},
|
|
1681
|
-
"
|
|
1682
|
-
"description": "Whether the content should scroll down from the top when open."
|
|
1523
|
+
"description": "The name of the input"
|
|
1683
1524
|
},
|
|
1684
1525
|
{
|
|
1685
1526
|
"kind": "field",
|
|
1686
|
-
"name": "
|
|
1527
|
+
"name": "label",
|
|
1687
1528
|
"type": {
|
|
1688
|
-
"text": "
|
|
1529
|
+
"text": "string"
|
|
1689
1530
|
},
|
|
1690
|
-
"
|
|
1691
|
-
"description": "Stop fading the content when collapsing/expanding."
|
|
1531
|
+
"description": "Label for the input"
|
|
1692
1532
|
},
|
|
1693
1533
|
{
|
|
1694
1534
|
"kind": "field",
|
|
1695
|
-
"name": "
|
|
1535
|
+
"name": "length",
|
|
1696
1536
|
"type": {
|
|
1697
|
-
"text": "
|
|
1537
|
+
"text": "number"
|
|
1698
1538
|
},
|
|
1699
|
-
"default": "
|
|
1700
|
-
"description": "
|
|
1539
|
+
"default": "6",
|
|
1540
|
+
"description": "Length of the code (number of characters)"
|
|
1701
1541
|
},
|
|
1702
1542
|
{
|
|
1703
|
-
"kind": "
|
|
1704
|
-
"name": "
|
|
1705
|
-
"
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
"
|
|
1714
|
-
|
|
1543
|
+
"kind": "field",
|
|
1544
|
+
"name": "description",
|
|
1545
|
+
"type": {
|
|
1546
|
+
"text": "string | undefined"
|
|
1547
|
+
},
|
|
1548
|
+
"description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "field",
|
|
1552
|
+
"name": "type",
|
|
1553
|
+
"type": {
|
|
1554
|
+
"text": "'text' | 'number'"
|
|
1555
|
+
},
|
|
1556
|
+
"default": "'text'",
|
|
1557
|
+
"description": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices."
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "field",
|
|
1561
|
+
"name": "disabled",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"text": "boolean"
|
|
1564
|
+
},
|
|
1565
|
+
"default": "false",
|
|
1566
|
+
"description": "Whether the input is disabled"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "field",
|
|
1570
|
+
"name": "readonly",
|
|
1571
|
+
"type": {
|
|
1572
|
+
"text": "boolean"
|
|
1573
|
+
},
|
|
1574
|
+
"default": "false",
|
|
1575
|
+
"description": "Whether the input is read-only"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"kind": "field",
|
|
1579
|
+
"name": "externalId",
|
|
1580
|
+
"type": {
|
|
1581
|
+
"text": "string"
|
|
1582
|
+
},
|
|
1583
|
+
"description": "External ID for linking with external systems"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "field",
|
|
1587
|
+
"name": "error",
|
|
1588
|
+
"type": {
|
|
1589
|
+
"text": "boolean"
|
|
1590
|
+
},
|
|
1591
|
+
"default": "false",
|
|
1592
|
+
"description": "Internal validation state (can be set externally manually or via simple check)"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "field",
|
|
1596
|
+
"name": "isFocused",
|
|
1597
|
+
"type": {
|
|
1598
|
+
"text": "boolean"
|
|
1599
|
+
},
|
|
1600
|
+
"privacy": "private",
|
|
1601
|
+
"default": "false"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"kind": "field",
|
|
1605
|
+
"name": "selectionStart",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"text": "number"
|
|
1608
|
+
},
|
|
1609
|
+
"privacy": "private",
|
|
1610
|
+
"default": "0"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "field",
|
|
1614
|
+
"name": "selectionEnd",
|
|
1615
|
+
"type": {
|
|
1616
|
+
"text": "number"
|
|
1617
|
+
},
|
|
1618
|
+
"privacy": "private",
|
|
1619
|
+
"default": "0"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "method",
|
|
1623
|
+
"name": "valueChanged",
|
|
1624
|
+
"parameters": [
|
|
1625
|
+
{
|
|
1626
|
+
"name": "newValue",
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "string"
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
]
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "field",
|
|
1635
|
+
"name": "handleInput",
|
|
1636
|
+
"privacy": "private"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"kind": "field",
|
|
1640
|
+
"name": "handleChange",
|
|
1641
|
+
"privacy": "private"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"kind": "field",
|
|
1645
|
+
"name": "handleFocus",
|
|
1646
|
+
"privacy": "private"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"kind": "field",
|
|
1650
|
+
"name": "handleBlur",
|
|
1651
|
+
"privacy": "private"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "field",
|
|
1655
|
+
"name": "handleSelect",
|
|
1656
|
+
"privacy": "private"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"kind": "method",
|
|
1660
|
+
"name": "updateSelection",
|
|
1661
|
+
"privacy": "private",
|
|
1662
|
+
"parameters": [
|
|
1663
|
+
{
|
|
1664
|
+
"name": "input",
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "HTMLInputElement"
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
]
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"kind": "method",
|
|
1673
|
+
"name": "getActiveIndex",
|
|
1674
|
+
"privacy": "private",
|
|
1675
|
+
"return": {
|
|
1676
|
+
"type": {
|
|
1677
|
+
"text": "number"
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
"description": "Helper to determine active index for focus ring"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "method",
|
|
1684
|
+
"name": "renderBoxes",
|
|
1685
|
+
"privacy": "private"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "method",
|
|
1689
|
+
"name": "render"
|
|
1690
|
+
}
|
|
1691
|
+
],
|
|
1692
|
+
"attributes": [
|
|
1693
|
+
{
|
|
1694
|
+
"name": "value",
|
|
1695
|
+
"fieldName": "value",
|
|
1696
|
+
"default": "''",
|
|
1697
|
+
"description": "The value of the input",
|
|
1698
|
+
"type": {
|
|
1699
|
+
"text": "string"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "name",
|
|
1704
|
+
"fieldName": "name",
|
|
1705
|
+
"description": "The name of the input",
|
|
1706
|
+
"type": {
|
|
1707
|
+
"text": "string"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "label",
|
|
1712
|
+
"fieldName": "label",
|
|
1713
|
+
"description": "Label for the input",
|
|
1714
|
+
"type": {
|
|
1715
|
+
"text": "string"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "length",
|
|
1720
|
+
"fieldName": "length",
|
|
1721
|
+
"default": "6",
|
|
1722
|
+
"description": "Length of the code (number of characters)",
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "number"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"name": "description",
|
|
1729
|
+
"fieldName": "description",
|
|
1730
|
+
"description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "string"
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "type",
|
|
1737
|
+
"fieldName": "type",
|
|
1738
|
+
"default": "'text'",
|
|
1739
|
+
"description": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices.",
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "'text' | 'number'"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "disabled",
|
|
1746
|
+
"fieldName": "disabled",
|
|
1747
|
+
"default": "false",
|
|
1748
|
+
"description": "Whether the input is disabled",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "boolean"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "readonly",
|
|
1755
|
+
"fieldName": "readonly",
|
|
1756
|
+
"default": "false",
|
|
1757
|
+
"description": "Whether the input is read-only",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "boolean"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "external-id",
|
|
1764
|
+
"fieldName": "externalId",
|
|
1765
|
+
"description": "External ID for linking with external systems",
|
|
1766
|
+
"type": {
|
|
1767
|
+
"text": "string"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"name": "error",
|
|
1772
|
+
"fieldName": "error",
|
|
1773
|
+
"default": "false",
|
|
1774
|
+
"description": "Internal validation state (can be set externally manually or via simple check)",
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "boolean"
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
],
|
|
1780
|
+
"tagName": "le-code-input",
|
|
1781
|
+
"events": [
|
|
1782
|
+
{
|
|
1783
|
+
"name": "leChange",
|
|
1784
|
+
"type": {
|
|
1785
|
+
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
1786
|
+
},
|
|
1787
|
+
"description": "Emitted when the value changes (on blur or Enter)"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "leInput",
|
|
1791
|
+
"type": {
|
|
1792
|
+
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
1793
|
+
},
|
|
1794
|
+
"description": "Emitted when the input value changes (on keystroke)"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "leFocus",
|
|
1798
|
+
"type": {
|
|
1799
|
+
"text": "EventEmitter<void>"
|
|
1800
|
+
},
|
|
1801
|
+
"description": "Emitted when the input is focused"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "leBlur",
|
|
1805
|
+
"type": {
|
|
1806
|
+
"text": "EventEmitter<void>"
|
|
1807
|
+
},
|
|
1808
|
+
"description": "Emitted when the input is blurred"
|
|
1809
|
+
}
|
|
1810
|
+
],
|
|
1811
|
+
"customElement": true
|
|
1812
|
+
}
|
|
1813
|
+
],
|
|
1814
|
+
"exports": [
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "js",
|
|
1817
|
+
"name": "LeCodeInput",
|
|
1818
|
+
"declaration": {
|
|
1819
|
+
"name": "LeCodeInput",
|
|
1820
|
+
"module": "src/components/le-code-input/le-code-input.tsx"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "custom-element-definition",
|
|
1825
|
+
"name": "le-code-input",
|
|
1826
|
+
"declaration": {
|
|
1827
|
+
"name": "LeCodeInput",
|
|
1828
|
+
"module": "src/components/le-code-input/le-code-input.tsx"
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
]
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"kind": "javascript-module",
|
|
1835
|
+
"path": "src/components/le-collapse/le-collapse.tsx",
|
|
1836
|
+
"declarations": [
|
|
1837
|
+
{
|
|
1838
|
+
"kind": "class",
|
|
1839
|
+
"description": "Animated show/hide wrapper.\n\nSupports height collapse (auto->0) and/or fading.\nCan optionally listen to the nearest `le-header` shrink events.",
|
|
1840
|
+
"name": "LeCollapse",
|
|
1841
|
+
"cssProperties": [
|
|
1842
|
+
{
|
|
1843
|
+
"description": "Transition duration",
|
|
1844
|
+
"name": "--le-collapse-duration"
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"cssParts": [
|
|
1848
|
+
{
|
|
1849
|
+
"description": "Collapsible region",
|
|
1850
|
+
"name": "region"
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"description": "Inner content",
|
|
1854
|
+
"name": "content"
|
|
1855
|
+
}
|
|
1856
|
+
],
|
|
1857
|
+
"slots": [
|
|
1858
|
+
{
|
|
1859
|
+
"description": "Content to animate",
|
|
1860
|
+
"name": ""
|
|
1861
|
+
}
|
|
1862
|
+
],
|
|
1863
|
+
"members": [
|
|
1864
|
+
{
|
|
1865
|
+
"kind": "field",
|
|
1866
|
+
"name": "el",
|
|
1867
|
+
"type": {
|
|
1868
|
+
"text": "HTMLElement"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"kind": "field",
|
|
1873
|
+
"name": "closed",
|
|
1874
|
+
"type": {
|
|
1875
|
+
"text": "boolean"
|
|
1876
|
+
},
|
|
1877
|
+
"default": "false",
|
|
1878
|
+
"description": "Since Stencil boolean props default to `false` when the attribute is missing.\ninstead of `open` defaulting to `true`, using a `closed` prop."
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"kind": "field",
|
|
1882
|
+
"name": "scrollDown",
|
|
1883
|
+
"type": {
|
|
1884
|
+
"text": "boolean"
|
|
1885
|
+
},
|
|
1886
|
+
"default": "false",
|
|
1887
|
+
"description": "Whether the content should scroll down from the top when open."
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"kind": "field",
|
|
1891
|
+
"name": "noFading",
|
|
1892
|
+
"type": {
|
|
1893
|
+
"text": "boolean"
|
|
1894
|
+
},
|
|
1895
|
+
"default": "false",
|
|
1896
|
+
"description": "Stop fading the content when collapsing/expanding."
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"kind": "field",
|
|
1900
|
+
"name": "collapseOnHeaderShrink",
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": "boolean"
|
|
1903
|
+
},
|
|
1904
|
+
"default": "false",
|
|
1905
|
+
"description": "If true, collapse/expand based on the nearest header shrink event."
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"kind": "method",
|
|
1909
|
+
"name": "handleHeaderShrink",
|
|
1910
|
+
"parameters": [
|
|
1911
|
+
{
|
|
1912
|
+
"name": "ev",
|
|
1913
|
+
"type": {
|
|
1914
|
+
"text": "Event"
|
|
1915
|
+
}
|
|
1916
|
+
}
|
|
1917
|
+
],
|
|
1918
|
+
"description": "Handles `leHeaderShrinkChange` events from the `le-header`.\nIn case multiple headers are present, only the nearest one in the DOM tree is used."
|
|
1919
|
+
},
|
|
1715
1920
|
{
|
|
1716
1921
|
"kind": "field",
|
|
1717
1922
|
"name": "headerShrunk",
|
|
@@ -2220,235 +2425,95 @@
|
|
|
2220
2425
|
},
|
|
2221
2426
|
{
|
|
2222
2427
|
"kind": "javascript-module",
|
|
2223
|
-
"path": "src/components/le-
|
|
2428
|
+
"path": "src/components/le-checkbox/le-checkbox.tsx",
|
|
2224
2429
|
"declarations": [
|
|
2225
2430
|
{
|
|
2226
2431
|
"kind": "class",
|
|
2227
|
-
"description": "A
|
|
2228
|
-
"name": "
|
|
2432
|
+
"description": "A checkbox component with support for labels, descriptions, and external IDs.",
|
|
2433
|
+
"name": "LeCheckbox",
|
|
2229
2434
|
"cssProperties": [
|
|
2230
2435
|
{
|
|
2231
|
-
"description": "Size of
|
|
2232
|
-
"name": "--le-
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"description": "Input background color",
|
|
2236
|
-
"name": "--le-input-bg"
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"description": "Input text color",
|
|
2240
|
-
"name": "--le-input-color"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"description": "Input border style",
|
|
2244
|
-
"name": "--le-input-border"
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
"description": "Input border style when focused",
|
|
2248
|
-
"name": "--le-input-border-focus"
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"description": "Input border style when invalid",
|
|
2252
|
-
"name": "--le-input-border-error"
|
|
2253
|
-
},
|
|
2254
|
-
{
|
|
2255
|
-
"description": "Input border radius",
|
|
2256
|
-
"name": "--le-input-radius"
|
|
2257
|
-
}
|
|
2258
|
-
],
|
|
2259
|
-
"slots": [
|
|
2260
|
-
{
|
|
2261
|
-
"description": "Additional description text displayed below the input",
|
|
2262
|
-
"name": "description"
|
|
2263
|
-
}
|
|
2264
|
-
],
|
|
2265
|
-
"members": [
|
|
2266
|
-
{
|
|
2267
|
-
"kind": "field",
|
|
2268
|
-
"name": "el",
|
|
2269
|
-
"type": {
|
|
2270
|
-
"text": "HTMLElement"
|
|
2271
|
-
}
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"kind": "field",
|
|
2275
|
-
"name": "value",
|
|
2276
|
-
"type": {
|
|
2277
|
-
"text": "string"
|
|
2278
|
-
},
|
|
2279
|
-
"default": "''",
|
|
2280
|
-
"description": "The value of the input"
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"kind": "field",
|
|
2284
|
-
"name": "name",
|
|
2285
|
-
"type": {
|
|
2286
|
-
"text": "string"
|
|
2287
|
-
},
|
|
2288
|
-
"description": "The name of the input"
|
|
2289
|
-
},
|
|
2290
|
-
{
|
|
2291
|
-
"kind": "field",
|
|
2292
|
-
"name": "label",
|
|
2293
|
-
"type": {
|
|
2294
|
-
"text": "string"
|
|
2295
|
-
},
|
|
2296
|
-
"description": "Label for the input"
|
|
2436
|
+
"description": "Size of the checkbox input",
|
|
2437
|
+
"name": "--le-checkbox-size"
|
|
2297
2438
|
},
|
|
2298
2439
|
{
|
|
2299
|
-
"
|
|
2300
|
-
"name": "
|
|
2301
|
-
"type": {
|
|
2302
|
-
"text": "number"
|
|
2303
|
-
},
|
|
2304
|
-
"default": "6",
|
|
2305
|
-
"description": "Length of the code (number of characters)"
|
|
2440
|
+
"description": "Color of the checkbox when checked",
|
|
2441
|
+
"name": "--le-checkbox-color"
|
|
2306
2442
|
},
|
|
2307
2443
|
{
|
|
2308
|
-
"
|
|
2309
|
-
"name": "
|
|
2310
|
-
"type": {
|
|
2311
|
-
"text": "string | undefined"
|
|
2312
|
-
},
|
|
2313
|
-
"description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well"
|
|
2444
|
+
"description": "Color of the label text",
|
|
2445
|
+
"name": "--le-checkbox-label-color"
|
|
2314
2446
|
},
|
|
2315
2447
|
{
|
|
2316
|
-
"
|
|
2317
|
-
"name": "
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
"description": "The
|
|
2448
|
+
"description": "Color of the description text",
|
|
2449
|
+
"name": "--le-checkbox-desc-color"
|
|
2450
|
+
}
|
|
2451
|
+
],
|
|
2452
|
+
"slots": [
|
|
2453
|
+
{
|
|
2454
|
+
"description": "The label text for the checkbox",
|
|
2455
|
+
"name": ""
|
|
2323
2456
|
},
|
|
2457
|
+
{
|
|
2458
|
+
"description": "Additional description text displayed below the label",
|
|
2459
|
+
"name": "description"
|
|
2460
|
+
}
|
|
2461
|
+
],
|
|
2462
|
+
"members": [
|
|
2324
2463
|
{
|
|
2325
2464
|
"kind": "field",
|
|
2326
|
-
"name": "
|
|
2465
|
+
"name": "el",
|
|
2327
2466
|
"type": {
|
|
2328
|
-
"text": "
|
|
2329
|
-
}
|
|
2330
|
-
"default": "false",
|
|
2331
|
-
"description": "Whether the input is disabled"
|
|
2467
|
+
"text": "HTMLElement"
|
|
2468
|
+
}
|
|
2332
2469
|
},
|
|
2333
2470
|
{
|
|
2334
2471
|
"kind": "field",
|
|
2335
|
-
"name": "
|
|
2472
|
+
"name": "checked",
|
|
2336
2473
|
"type": {
|
|
2337
2474
|
"text": "boolean"
|
|
2338
2475
|
},
|
|
2339
2476
|
"default": "false",
|
|
2340
|
-
"description": "Whether the
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"kind": "field",
|
|
2344
|
-
"name": "externalId",
|
|
2345
|
-
"type": {
|
|
2346
|
-
"text": "string"
|
|
2347
|
-
},
|
|
2348
|
-
"description": "External ID for linking with external systems"
|
|
2477
|
+
"description": "Whether the checkbox is checked"
|
|
2349
2478
|
},
|
|
2350
2479
|
{
|
|
2351
2480
|
"kind": "field",
|
|
2352
|
-
"name": "
|
|
2481
|
+
"name": "disabled",
|
|
2353
2482
|
"type": {
|
|
2354
2483
|
"text": "boolean"
|
|
2355
2484
|
},
|
|
2356
2485
|
"default": "false",
|
|
2357
|
-
"description": "
|
|
2486
|
+
"description": "Whether the checkbox is disabled"
|
|
2358
2487
|
},
|
|
2359
2488
|
{
|
|
2360
2489
|
"kind": "field",
|
|
2361
|
-
"name": "
|
|
2490
|
+
"name": "name",
|
|
2362
2491
|
"type": {
|
|
2363
|
-
"text": "
|
|
2492
|
+
"text": "string"
|
|
2364
2493
|
},
|
|
2365
|
-
"
|
|
2366
|
-
"default": "false"
|
|
2494
|
+
"description": "The name of the checkbox input"
|
|
2367
2495
|
},
|
|
2368
2496
|
{
|
|
2369
2497
|
"kind": "field",
|
|
2370
|
-
"name": "
|
|
2498
|
+
"name": "value",
|
|
2371
2499
|
"type": {
|
|
2372
|
-
"text": "
|
|
2500
|
+
"text": "string"
|
|
2373
2501
|
},
|
|
2374
|
-
"
|
|
2375
|
-
"default": "0"
|
|
2502
|
+
"description": "The value of the checkbox input"
|
|
2376
2503
|
},
|
|
2377
2504
|
{
|
|
2378
2505
|
"kind": "field",
|
|
2379
|
-
"name": "
|
|
2506
|
+
"name": "externalId",
|
|
2380
2507
|
"type": {
|
|
2381
|
-
"text": "
|
|
2508
|
+
"text": "string"
|
|
2382
2509
|
},
|
|
2383
|
-
"
|
|
2384
|
-
"default": "0"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"kind": "method",
|
|
2388
|
-
"name": "valueChanged",
|
|
2389
|
-
"parameters": [
|
|
2390
|
-
{
|
|
2391
|
-
"name": "newValue",
|
|
2392
|
-
"type": {
|
|
2393
|
-
"text": "string"
|
|
2394
|
-
}
|
|
2395
|
-
}
|
|
2396
|
-
]
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"kind": "field",
|
|
2400
|
-
"name": "handleInput",
|
|
2401
|
-
"privacy": "private"
|
|
2510
|
+
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)"
|
|
2402
2511
|
},
|
|
2403
2512
|
{
|
|
2404
2513
|
"kind": "field",
|
|
2405
2514
|
"name": "handleChange",
|
|
2406
2515
|
"privacy": "private"
|
|
2407
2516
|
},
|
|
2408
|
-
{
|
|
2409
|
-
"kind": "field",
|
|
2410
|
-
"name": "handleFocus",
|
|
2411
|
-
"privacy": "private"
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
"kind": "field",
|
|
2415
|
-
"name": "handleBlur",
|
|
2416
|
-
"privacy": "private"
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"kind": "field",
|
|
2420
|
-
"name": "handleSelect",
|
|
2421
|
-
"privacy": "private"
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"kind": "method",
|
|
2425
|
-
"name": "updateSelection",
|
|
2426
|
-
"privacy": "private",
|
|
2427
|
-
"parameters": [
|
|
2428
|
-
{
|
|
2429
|
-
"name": "input",
|
|
2430
|
-
"type": {
|
|
2431
|
-
"text": "HTMLInputElement"
|
|
2432
|
-
}
|
|
2433
|
-
}
|
|
2434
|
-
]
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"kind": "method",
|
|
2438
|
-
"name": "getActiveIndex",
|
|
2439
|
-
"privacy": "private",
|
|
2440
|
-
"return": {
|
|
2441
|
-
"type": {
|
|
2442
|
-
"text": "number"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
"description": "Helper to determine active index for focus ring"
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "method",
|
|
2449
|
-
"name": "renderBoxes",
|
|
2450
|
-
"privacy": "private"
|
|
2451
|
-
},
|
|
2452
2517
|
{
|
|
2453
2518
|
"kind": "method",
|
|
2454
2519
|
"name": "render"
|
|
@@ -2456,121 +2521,56 @@
|
|
|
2456
2521
|
],
|
|
2457
2522
|
"attributes": [
|
|
2458
2523
|
{
|
|
2459
|
-
"name": "
|
|
2460
|
-
"fieldName": "
|
|
2461
|
-
"default": "
|
|
2462
|
-
"description": "
|
|
2463
|
-
"type": {
|
|
2464
|
-
"text": "string"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"name": "name",
|
|
2469
|
-
"fieldName": "name",
|
|
2470
|
-
"description": "The name of the input",
|
|
2471
|
-
"type": {
|
|
2472
|
-
"text": "string"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"name": "label",
|
|
2477
|
-
"fieldName": "label",
|
|
2478
|
-
"description": "Label for the input",
|
|
2479
|
-
"type": {
|
|
2480
|
-
"text": "string"
|
|
2481
|
-
}
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"name": "length",
|
|
2485
|
-
"fieldName": "length",
|
|
2486
|
-
"default": "6",
|
|
2487
|
-
"description": "Length of the code (number of characters)",
|
|
2488
|
-
"type": {
|
|
2489
|
-
"text": "number"
|
|
2490
|
-
}
|
|
2491
|
-
},
|
|
2492
|
-
{
|
|
2493
|
-
"name": "description",
|
|
2494
|
-
"fieldName": "description",
|
|
2495
|
-
"description": "Description text displayed below the input\nin case there is a more complex markup,\nit can be provided via slot as well",
|
|
2496
|
-
"type": {
|
|
2497
|
-
"text": "string"
|
|
2498
|
-
}
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
"name": "type",
|
|
2502
|
-
"fieldName": "type",
|
|
2503
|
-
"default": "'text'",
|
|
2504
|
-
"description": "The type of code (numeric or alphanumeric)\nThis affects the keyboard layout on mobile devices.",
|
|
2524
|
+
"name": "checked",
|
|
2525
|
+
"fieldName": "checked",
|
|
2526
|
+
"default": "false",
|
|
2527
|
+
"description": "Whether the checkbox is checked",
|
|
2505
2528
|
"type": {
|
|
2506
|
-
"text": "
|
|
2529
|
+
"text": "boolean"
|
|
2507
2530
|
}
|
|
2508
2531
|
},
|
|
2509
2532
|
{
|
|
2510
2533
|
"name": "disabled",
|
|
2511
2534
|
"fieldName": "disabled",
|
|
2512
2535
|
"default": "false",
|
|
2513
|
-
"description": "Whether the
|
|
2536
|
+
"description": "Whether the checkbox is disabled",
|
|
2514
2537
|
"type": {
|
|
2515
2538
|
"text": "boolean"
|
|
2516
2539
|
}
|
|
2517
2540
|
},
|
|
2518
2541
|
{
|
|
2519
|
-
"name": "
|
|
2520
|
-
"fieldName": "
|
|
2521
|
-
"
|
|
2522
|
-
"description": "Whether the input is read-only",
|
|
2542
|
+
"name": "name",
|
|
2543
|
+
"fieldName": "name",
|
|
2544
|
+
"description": "The name of the checkbox input",
|
|
2523
2545
|
"type": {
|
|
2524
|
-
"text": "
|
|
2546
|
+
"text": "string"
|
|
2525
2547
|
}
|
|
2526
2548
|
},
|
|
2527
2549
|
{
|
|
2528
|
-
"name": "
|
|
2529
|
-
"fieldName": "
|
|
2530
|
-
"description": "
|
|
2550
|
+
"name": "value",
|
|
2551
|
+
"fieldName": "value",
|
|
2552
|
+
"description": "The value of the checkbox input",
|
|
2531
2553
|
"type": {
|
|
2532
2554
|
"text": "string"
|
|
2533
2555
|
}
|
|
2534
2556
|
},
|
|
2535
2557
|
{
|
|
2536
|
-
"name": "
|
|
2537
|
-
"fieldName": "
|
|
2538
|
-
"
|
|
2539
|
-
"description": "Internal validation state (can be set externally manually or via simple check)",
|
|
2558
|
+
"name": "external-id",
|
|
2559
|
+
"fieldName": "externalId",
|
|
2560
|
+
"description": "External ID for linking with external systems (e.g. database ID, PDF form field ID)",
|
|
2540
2561
|
"type": {
|
|
2541
|
-
"text": "
|
|
2562
|
+
"text": "string"
|
|
2542
2563
|
}
|
|
2543
2564
|
}
|
|
2544
2565
|
],
|
|
2545
|
-
"tagName": "le-
|
|
2566
|
+
"tagName": "le-checkbox",
|
|
2546
2567
|
"events": [
|
|
2547
2568
|
{
|
|
2548
|
-
"name": "
|
|
2549
|
-
"type": {
|
|
2550
|
-
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
2551
|
-
},
|
|
2552
|
-
"description": "Emitted when the value changes (on blur or Enter)"
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"name": "leInput",
|
|
2556
|
-
"type": {
|
|
2557
|
-
"text": "EventEmitter<{ value: string; name: string; externalId: string }>"
|
|
2558
|
-
},
|
|
2559
|
-
"description": "Emitted when the input value changes (on keystroke)"
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "leFocus",
|
|
2563
|
-
"type": {
|
|
2564
|
-
"text": "EventEmitter<void>"
|
|
2565
|
-
},
|
|
2566
|
-
"description": "Emitted when the input is focused"
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"name": "leBlur",
|
|
2569
|
+
"name": "change",
|
|
2570
2570
|
"type": {
|
|
2571
|
-
"text": "EventEmitter<
|
|
2571
|
+
"text": "EventEmitter<{ checked: boolean; value: string; name: string; externalId: string }>"
|
|
2572
2572
|
},
|
|
2573
|
-
"description": "Emitted when the
|
|
2573
|
+
"description": "Emitted when the checked state changes"
|
|
2574
2574
|
}
|
|
2575
2575
|
],
|
|
2576
2576
|
"customElement": true
|
|
@@ -2579,18 +2579,18 @@
|
|
|
2579
2579
|
"exports": [
|
|
2580
2580
|
{
|
|
2581
2581
|
"kind": "js",
|
|
2582
|
-
"name": "
|
|
2582
|
+
"name": "LeCheckbox",
|
|
2583
2583
|
"declaration": {
|
|
2584
|
-
"name": "
|
|
2585
|
-
"module": "src/components/le-
|
|
2584
|
+
"name": "LeCheckbox",
|
|
2585
|
+
"module": "src/components/le-checkbox/le-checkbox.tsx"
|
|
2586
2586
|
}
|
|
2587
2587
|
},
|
|
2588
2588
|
{
|
|
2589
2589
|
"kind": "custom-element-definition",
|
|
2590
|
-
"name": "le-
|
|
2590
|
+
"name": "le-checkbox",
|
|
2591
2591
|
"declaration": {
|
|
2592
|
-
"name": "
|
|
2593
|
-
"module": "src/components/le-
|
|
2592
|
+
"name": "LeCheckbox",
|
|
2593
|
+
"module": "src/components/le-checkbox/le-checkbox.tsx"
|
|
2594
2594
|
}
|
|
2595
2595
|
}
|
|
2596
2596
|
]
|