@nordhealth/components 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1538 -1180
- package/lib/Avatar.js.map +1 -1
- package/lib/Banner.js.map +1 -1
- package/lib/Calendar-bde1e51c.js +2 -0
- package/lib/{Calendar-73a2fcfd.js.map → Calendar-bde1e51c.js.map} +1 -1
- package/lib/Calendar.js +1 -1
- package/lib/CommandMenu.js +1 -1
- package/lib/CommandMenu.js.map +1 -1
- package/lib/DatePicker.js +1 -1
- package/lib/DatePicker.js.map +1 -1
- package/lib/DropdownItem.js +1 -1
- package/lib/DropdownItem.js.map +1 -1
- package/lib/Header.js.map +1 -1
- package/lib/Layout.js +1 -1
- package/lib/Layout.js.map +1 -1
- package/lib/NavGroup.js +1 -1
- package/lib/NavGroup.js.map +1 -1
- package/lib/NavItem.js +1 -1
- package/lib/NavItem.js.map +1 -1
- package/lib/Navigation.js +1 -1
- package/lib/Navigation.js.map +1 -1
- package/lib/Table.js +1 -1
- package/lib/Table.js.map +1 -1
- package/lib/Tooltip.js.map +1 -1
- package/lib/bundle.js +9 -9
- package/lib/bundle.js.map +1 -1
- package/lib/fsm-50373df9.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/number-c3ab3e95.js +2 -0
- package/lib/number-c3ab3e95.js.map +1 -0
- package/lib/observe-a9c6dfb6.js.map +1 -1
- package/lib/repeat-ed796481.js +7 -0
- package/lib/repeat-ed796481.js.map +1 -0
- package/lib/src/avatar/Avatar.d.ts +1 -1
- package/lib/src/banner/Banner.d.ts +1 -1
- package/lib/src/common/controllers/MediaQueryController.d.ts +14 -0
- package/lib/src/common/fsm.d.ts +3 -2
- package/lib/src/common/number.d.ts +1 -0
- package/lib/src/common/storage.d.ts +7 -0
- package/lib/src/header/Header.d.ts +1 -1
- package/lib/src/layout/Layout.d.ts +47 -3
- package/lib/src/layout/Layout.test.d.ts +4 -0
- package/lib/src/nav-group/NavGroup.d.ts +1 -1
- package/lib/src/nav-item/NavItem.d.ts +1 -1
- package/lib/src/navigation/Navigation.d.ts +2 -4
- package/lib/src/tooltip/Tooltip.d.ts +1 -1
- package/package.json +7 -7
- package/lib/Calendar-73a2fcfd.js +0 -2
- package/lib/DraftComponentMixin-9e4b7b34.js +0 -2
- package/lib/DraftComponentMixin-9e4b7b34.js.map +0 -1
- package/lib/number-1c122a1e.js +0 -7
- package/lib/number-1c122a1e.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"name": "LitElement",
|
|
397
397
|
"package": "lit"
|
|
398
398
|
},
|
|
399
|
-
"status": "
|
|
399
|
+
"status": "ready",
|
|
400
400
|
"category": "image",
|
|
401
401
|
"tagName": "nord-avatar",
|
|
402
402
|
"customElement": true
|
|
@@ -422,74 +422,6 @@
|
|
|
422
422
|
],
|
|
423
423
|
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- Always add the name of the person using the `name` property.\n- For the best results, use square images or images cropped into a square.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Try to avoid using landscape or portrait images as avatars. Let users crop their images before or after uploading if possible.\n\n</div>\n"
|
|
424
424
|
},
|
|
425
|
-
{
|
|
426
|
-
"kind": "javascript-module",
|
|
427
|
-
"path": "src/badge/Badge.ts",
|
|
428
|
-
"declarations": [
|
|
429
|
-
{
|
|
430
|
-
"kind": "class",
|
|
431
|
-
"description": "Badges are used to inform users of the status of an object or of an action that’s been taken. Commonly used in tabular data to indicate status.",
|
|
432
|
-
"name": "Badge",
|
|
433
|
-
"slots": [
|
|
434
|
-
{
|
|
435
|
-
"description": "The badge content.",
|
|
436
|
-
"name": ""
|
|
437
|
-
}
|
|
438
|
-
],
|
|
439
|
-
"members": [
|
|
440
|
-
{
|
|
441
|
-
"kind": "field",
|
|
442
|
-
"name": "type",
|
|
443
|
-
"type": {
|
|
444
|
-
"text": "\"warning\" | \"success\" | \"danger\" | \"highlight\" | \"info\" | undefined"
|
|
445
|
-
},
|
|
446
|
-
"default": "\"info\"",
|
|
447
|
-
"description": "The type of badge.\nDetermines the color of the chip shown on the badge.",
|
|
448
|
-
"attribute": "type",
|
|
449
|
-
"reflects": true
|
|
450
|
-
}
|
|
451
|
-
],
|
|
452
|
-
"attributes": [
|
|
453
|
-
{
|
|
454
|
-
"name": "type",
|
|
455
|
-
"type": {
|
|
456
|
-
"text": "\"warning\" | \"success\" | \"danger\" | \"highlight\" | \"info\" | undefined"
|
|
457
|
-
},
|
|
458
|
-
"default": "\"info\"",
|
|
459
|
-
"description": "The type of badge.\nDetermines the color of the chip shown on the badge.",
|
|
460
|
-
"fieldName": "type"
|
|
461
|
-
}
|
|
462
|
-
],
|
|
463
|
-
"superclass": {
|
|
464
|
-
"name": "LitElement",
|
|
465
|
-
"package": "lit"
|
|
466
|
-
},
|
|
467
|
-
"status": "ready",
|
|
468
|
-
"category": "text",
|
|
469
|
-
"tagName": "nord-badge",
|
|
470
|
-
"customElement": true
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"exports": [
|
|
474
|
-
{
|
|
475
|
-
"kind": "js",
|
|
476
|
-
"name": "default",
|
|
477
|
-
"declaration": {
|
|
478
|
-
"name": "Badge",
|
|
479
|
-
"module": "src/badge/Badge.ts"
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"kind": "custom-element-definition",
|
|
484
|
-
"name": "nord-badge",
|
|
485
|
-
"declaration": {
|
|
486
|
-
"name": "Badge",
|
|
487
|
-
"module": "src/badge/Badge.ts"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- Use to show a status update on a piece of information or action.\n- Use to mark something as a “draft” or “new”.\n- Use when you want to highlight something that has been added recently.\n- Use established color patterns so that users can clearly identify the importance level.\n- Always position badge so that it’s clear to understand what object it’s related to.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Don’t make badges clickable. Instead use button component’s small variant.\n- Don’t use alternatives to existing badge variants.\n\n</div>\n\n---\n\n## Content guidelines\n\nBadge labels should use a single word to describe the status of an object. Only use two words if you need to describe a complex state:\n\n<div class=\"n-usage n-usage-do\">Complete</div>\n<div class=\"n-usage n-usage-dont\">Action completed</div>\n\nWhen writing badge labels, always write them in sentence case, not title case. The first word should be capitalized and the rest lowercase (unless a proper noun):\n\n<div class=\"n-usage n-usage-do\">Partially refunded</div>\n<div class=\"n-usage n-usage-dont\">Partially Refunded</div>\n\nAvoid unnecessary words and articles in badge labels, such as “is”, “the”, “an” or “a”:\n\n<div class=\"n-usage n-usage-do\">Pending</div>\n<div class=\"n-usage n-usage-dont\">Item is pending</div>\n\nAlways describe the status in the past tense:\n\n<div class=\"n-usage n-usage-do\">Refunded</div>\n<div class=\"n-usage n-usage-dont\">Refund</div>\n\n---\n\n## Variants\n\nThis section describes the different component variants, their purpose, and when to use each variant.\n\n| Name | Purpose |\n| ----------- | --------------------------------------------------------------------------------------------------------------------------------------- |\n| `info` | The default variant. Used to convey general information that isn’t critical. |\n| `success` | Used to convey success states. For example, you might want to show a badge that tells the user a payment was successful. |\n| `highlight` | Used to highlight specific items in the interface, like notifications. |\n| `danger` | Used to communicate problems that have to be resolved so that user can continue forward. Should always be used for highlighting errors. |\n| `warning` | Used to display information that needs a user’s attention attention and may require further steps. |\n"
|
|
492
|
-
},
|
|
493
425
|
{
|
|
494
426
|
"kind": "javascript-module",
|
|
495
427
|
"path": "src/button/Button.ts",
|
|
@@ -928,6 +860,142 @@
|
|
|
928
860
|
],
|
|
929
861
|
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- Use clear and accurate labels.\n- Use established button colors appropriately. For example, only use a danger button style for an action that’s difficult or impossible to undo.\n- Prioritize the most important actions. Too many buttons will cause confusion.\n- Be consistent with positioning of buttons in the user interface.\n- Use strong, actionable verbs in labels such as “Add”, “Close”, “Cancel”, or “Save”.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Don’t use buttons to link to other pages. Use regular link or a plain style instead where necessary.\n- Don’t use buttons for navigation where the link appears within or following a sentence.\n- Don’t use labels such as “Read more”, “Click here” or “More”.\n\n</div>\n\n---\n\n## Content guidelines\n\nButton labels should be clear, accurate and predictable. It should be possible for the user to understand what will happen when they click a button:\n\n<div class=\"n-usage n-usage-do\">View user settings</div>\n<div class=\"n-usage n-usage-dont\">Click here</div>\n\nWhen writing button labels, always write them in sentence case, not title case. The first word should be capitalized and the rest lowercase (unless a proper noun):\n\n<div class=\"n-usage n-usage-do\">My tasks</div>\n<div class=\"n-usage n-usage-dont\">My Tasks</div>\n\nAvoid unnecessary words and articles in button labels, such as “the”, “an” or “a”:\n\n<div class=\"n-usage n-usage-do\">Add item</div>\n<div class=\"n-usage n-usage-dont\">Add an item</div>\n\n---\n\n## Variants\n\nThis section describes the different component variants, their purpose, and when to use each variant.\n\n| Name | Purpose |\n| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `default` | Default style is the most common button variant. Only switch to another variant if you need to adjust the visual weight of the element. |\n| `primary` | Primary style is reserved for main call-to-actions. Should be used only once per content area or panel, e.g. for a “Save” action. |\n| `dashed` | Dashed style should be used for actions that trigger filtering. |\n| `danger` | Danger style should be used for actions that delete data or otherwise make it hard to undo the action. |\n| `plain` | Used for less important or less common actions. Can be also used for linking to other pages. |\n| `disabled` | Used for actions that aren’t currently available or not available anymore. Also prevents users from being able to interact with the component, and conveys its inactive state to assistive technologies. |\n\n---\n\n## Additional considerations\n\n- Users of assistive technology expect a button to submit data or do an action. If you need the button to navigate into another view, use the `href` property which will output `<a>` tag instead of a `<button>`.\n- When you need to disable a button, use `disabled` property as it conveys this information correctly to assistive technologies like screen readers.\n- Button component provides 3 size variants; small, medium and large. The large size should only be used for marketing purposes or on areas such as an empty space/content notice.\n"
|
|
930
862
|
},
|
|
863
|
+
{
|
|
864
|
+
"kind": "javascript-module",
|
|
865
|
+
"path": "src/badge/Badge.ts",
|
|
866
|
+
"declarations": [
|
|
867
|
+
{
|
|
868
|
+
"kind": "class",
|
|
869
|
+
"description": "Badges are used to inform users of the status of an object or of an action that’s been taken. Commonly used in tabular data to indicate status.",
|
|
870
|
+
"name": "Badge",
|
|
871
|
+
"slots": [
|
|
872
|
+
{
|
|
873
|
+
"description": "The badge content.",
|
|
874
|
+
"name": ""
|
|
875
|
+
}
|
|
876
|
+
],
|
|
877
|
+
"members": [
|
|
878
|
+
{
|
|
879
|
+
"kind": "field",
|
|
880
|
+
"name": "type",
|
|
881
|
+
"type": {
|
|
882
|
+
"text": "\"warning\" | \"success\" | \"danger\" | \"highlight\" | \"info\" | undefined"
|
|
883
|
+
},
|
|
884
|
+
"default": "\"info\"",
|
|
885
|
+
"description": "The type of badge.\nDetermines the color of the chip shown on the badge.",
|
|
886
|
+
"attribute": "type",
|
|
887
|
+
"reflects": true
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"attributes": [
|
|
891
|
+
{
|
|
892
|
+
"name": "type",
|
|
893
|
+
"type": {
|
|
894
|
+
"text": "\"warning\" | \"success\" | \"danger\" | \"highlight\" | \"info\" | undefined"
|
|
895
|
+
},
|
|
896
|
+
"default": "\"info\"",
|
|
897
|
+
"description": "The type of badge.\nDetermines the color of the chip shown on the badge.",
|
|
898
|
+
"fieldName": "type"
|
|
899
|
+
}
|
|
900
|
+
],
|
|
901
|
+
"superclass": {
|
|
902
|
+
"name": "LitElement",
|
|
903
|
+
"package": "lit"
|
|
904
|
+
},
|
|
905
|
+
"status": "ready",
|
|
906
|
+
"category": "text",
|
|
907
|
+
"tagName": "nord-badge",
|
|
908
|
+
"customElement": true
|
|
909
|
+
}
|
|
910
|
+
],
|
|
911
|
+
"exports": [
|
|
912
|
+
{
|
|
913
|
+
"kind": "js",
|
|
914
|
+
"name": "default",
|
|
915
|
+
"declaration": {
|
|
916
|
+
"name": "Badge",
|
|
917
|
+
"module": "src/badge/Badge.ts"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"kind": "custom-element-definition",
|
|
922
|
+
"name": "nord-badge",
|
|
923
|
+
"declaration": {
|
|
924
|
+
"name": "Badge",
|
|
925
|
+
"module": "src/badge/Badge.ts"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- Use to show a status update on a piece of information or action.\n- Use to mark something as a “draft” or “new”.\n- Use when you want to highlight something that has been added recently.\n- Use established color patterns so that users can clearly identify the importance level.\n- Always position badge so that it’s clear to understand what object it’s related to.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Don’t make badges clickable. Instead use button component’s small variant.\n- Don’t use alternatives to existing badge variants.\n\n</div>\n\n---\n\n## Content guidelines\n\nBadge labels should use a single word to describe the status of an object. Only use two words if you need to describe a complex state:\n\n<div class=\"n-usage n-usage-do\">Complete</div>\n<div class=\"n-usage n-usage-dont\">Action completed</div>\n\nWhen writing badge labels, always write them in sentence case, not title case. The first word should be capitalized and the rest lowercase (unless a proper noun):\n\n<div class=\"n-usage n-usage-do\">Partially refunded</div>\n<div class=\"n-usage n-usage-dont\">Partially Refunded</div>\n\nAvoid unnecessary words and articles in badge labels, such as “is”, “the”, “an” or “a”:\n\n<div class=\"n-usage n-usage-do\">Pending</div>\n<div class=\"n-usage n-usage-dont\">Item is pending</div>\n\nAlways describe the status in the past tense:\n\n<div class=\"n-usage n-usage-do\">Refunded</div>\n<div class=\"n-usage n-usage-dont\">Refund</div>\n\n---\n\n## Variants\n\nThis section describes the different component variants, their purpose, and when to use each variant.\n\n| Name | Purpose |\n| ----------- | --------------------------------------------------------------------------------------------------------------------------------------- |\n| `info` | The default variant. Used to convey general information that isn’t critical. |\n| `success` | Used to convey success states. For example, you might want to show a badge that tells the user a payment was successful. |\n| `highlight` | Used to highlight specific items in the interface, like notifications. |\n| `danger` | Used to communicate problems that have to be resolved so that user can continue forward. Should always be used for highlighting errors. |\n| `warning` | Used to display information that needs a user’s attention attention and may require further steps. |\n"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"kind": "javascript-module",
|
|
933
|
+
"path": "src/banner/Banner.ts",
|
|
934
|
+
"declarations": [
|
|
935
|
+
{
|
|
936
|
+
"kind": "class",
|
|
937
|
+
"description": "Banner informs users about important changes or conditions in the\ninterface. Use this component if you need to communicate to users\nin a prominent way.",
|
|
938
|
+
"name": "Banner",
|
|
939
|
+
"slots": [
|
|
940
|
+
{
|
|
941
|
+
"description": "default slot",
|
|
942
|
+
"name": ""
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"members": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "field",
|
|
948
|
+
"name": "variant",
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "\"info\" | \"danger\" | \"success\" | \"warning\""
|
|
951
|
+
},
|
|
952
|
+
"default": "\"info\"",
|
|
953
|
+
"description": "The style variant of the banner.",
|
|
954
|
+
"attribute": "variant",
|
|
955
|
+
"reflects": true
|
|
956
|
+
}
|
|
957
|
+
],
|
|
958
|
+
"attributes": [
|
|
959
|
+
{
|
|
960
|
+
"name": "variant",
|
|
961
|
+
"type": {
|
|
962
|
+
"text": "\"info\" | \"danger\" | \"success\" | \"warning\""
|
|
963
|
+
},
|
|
964
|
+
"default": "\"info\"",
|
|
965
|
+
"description": "The style variant of the banner.",
|
|
966
|
+
"fieldName": "variant"
|
|
967
|
+
}
|
|
968
|
+
],
|
|
969
|
+
"superclass": {
|
|
970
|
+
"name": "LitElement",
|
|
971
|
+
"package": "lit"
|
|
972
|
+
},
|
|
973
|
+
"status": "ready",
|
|
974
|
+
"category": "feedback",
|
|
975
|
+
"tagName": "nord-banner",
|
|
976
|
+
"customElement": true
|
|
977
|
+
}
|
|
978
|
+
],
|
|
979
|
+
"exports": [
|
|
980
|
+
{
|
|
981
|
+
"kind": "js",
|
|
982
|
+
"name": "default",
|
|
983
|
+
"declaration": {
|
|
984
|
+
"name": "Banner",
|
|
985
|
+
"module": "src/banner/Banner.ts"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "custom-element-definition",
|
|
990
|
+
"name": "nord-banner",
|
|
991
|
+
"declaration": {
|
|
992
|
+
"name": "Banner",
|
|
993
|
+
"module": "src/banner/Banner.ts"
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
],
|
|
997
|
+
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- Use this component if you need to communicate in a prominent way.\n- Place banner at the top of the section it applies to.\n- Use for highlighting errors and success statuses.\n- Put banner close to the context it’s referring to.\n- Move focus to the banner if it’s relevant to the current workflow.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Move focus to banner if it appears on page load.\n- Use for highlighting general content or as a banner.\n- Use to replace an error page.\n\n</div>\n\n---\n\n## Content guidelines\n\nBanner content should be clear, accurate and easy to understand:\n\n<div class=\"n-usage n-usage-do\">We’re experiencing an incident. Please see our status page for more details.</div>\n<div class=\"n-usage n-usage-dont\">There was an error.</div>\n\nWhen writing banner content, always write it in sentence case, not title case. The first word should be capitalized and the rest lowercase (unless a proper noun):\n\n<div class=\"n-usage n-usage-do\">We’re experiencing an incident.</div>\n<div class=\"n-usage n-usage-dont\">We’re Experiencing An Incident.</div>\n\nAlways end in punctuation:\n\n<div class=\"n-usage n-usage-do\">We’re experiencing an incident.</div>\n<div class=\"n-usage n-usage-dont\">We’re experiencing an incident</div>\n"
|
|
998
|
+
},
|
|
931
999
|
{
|
|
932
1000
|
"kind": "javascript-module",
|
|
933
1001
|
"path": "src/calendar/Calendar.ts",
|
|
@@ -1536,109 +1604,41 @@
|
|
|
1536
1604
|
},
|
|
1537
1605
|
{
|
|
1538
1606
|
"kind": "javascript-module",
|
|
1539
|
-
"path": "src/
|
|
1607
|
+
"path": "src/checkbox/Checkbox.ts",
|
|
1540
1608
|
"declarations": [
|
|
1541
1609
|
{
|
|
1542
1610
|
"kind": "class",
|
|
1543
|
-
"description": "
|
|
1544
|
-
"name": "
|
|
1611
|
+
"description": "Checkboxes allow user to choose one or more options from a limited set of options.\nIf you have more than 10 options, please use Select component instead.",
|
|
1612
|
+
"name": "Checkbox",
|
|
1545
1613
|
"slots": [
|
|
1546
1614
|
{
|
|
1547
|
-
"description": "
|
|
1548
|
-
"name": ""
|
|
1615
|
+
"description": "Use when a label requires more than plain text.",
|
|
1616
|
+
"name": "label"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"description": "Optional slot that holds hint text for the input.",
|
|
1620
|
+
"name": "hint"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"description": "Optional slot that holds error text for the input.",
|
|
1624
|
+
"name": "error"
|
|
1549
1625
|
}
|
|
1550
1626
|
],
|
|
1551
1627
|
"members": [
|
|
1552
1628
|
{
|
|
1553
1629
|
"kind": "field",
|
|
1554
|
-
"name": "
|
|
1555
|
-
"
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
"reflects": true
|
|
1562
|
-
}
|
|
1563
|
-
],
|
|
1564
|
-
"attributes": [
|
|
1630
|
+
"name": "formValue",
|
|
1631
|
+
"privacy": "protected",
|
|
1632
|
+
"inheritedFrom": {
|
|
1633
|
+
"name": "FormAssociatedMixin",
|
|
1634
|
+
"module": "src/common/mixins/FormAssociatedMixin.ts"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1565
1637
|
{
|
|
1566
|
-
"
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "checked",
|
|
1567
1640
|
"type": {
|
|
1568
|
-
"text": "
|
|
1569
|
-
},
|
|
1570
|
-
"default": "\"info\"",
|
|
1571
|
-
"description": "The style variant of the banner.",
|
|
1572
|
-
"fieldName": "variant"
|
|
1573
|
-
}
|
|
1574
|
-
],
|
|
1575
|
-
"superclass": {
|
|
1576
|
-
"name": "LitElement",
|
|
1577
|
-
"package": "lit"
|
|
1578
|
-
},
|
|
1579
|
-
"status": "new",
|
|
1580
|
-
"category": "feedback",
|
|
1581
|
-
"tagName": "nord-banner",
|
|
1582
|
-
"customElement": true
|
|
1583
|
-
}
|
|
1584
|
-
],
|
|
1585
|
-
"exports": [
|
|
1586
|
-
{
|
|
1587
|
-
"kind": "js",
|
|
1588
|
-
"name": "default",
|
|
1589
|
-
"declaration": {
|
|
1590
|
-
"name": "Banner",
|
|
1591
|
-
"module": "src/banner/Banner.ts"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"kind": "custom-element-definition",
|
|
1596
|
-
"name": "nord-banner",
|
|
1597
|
-
"declaration": {
|
|
1598
|
-
"name": "Banner",
|
|
1599
|
-
"module": "src/banner/Banner.ts"
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
],
|
|
1603
|
-
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- Use this component if you need to communicate in a prominent way.\n- Place banner at the top of the section it applies to.\n- Use for highlighting errors and success statuses.\n- Put banner close to the context it’s referring to.\n- Move focus to the banner if it’s relevant to the current workflow.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Move focus to banner if it appears on page load.\n- Use for highlighting general content or as a banner.\n- Use to replace an error page.\n\n</div>\n\n---\n\n## Content guidelines\n\nBanner content should be clear, accurate and easy to understand:\n\n<div class=\"n-usage n-usage-do\">We’re experiencing an incident. Please see our status page for more details.</div>\n<div class=\"n-usage n-usage-dont\">There was an error.</div>\n\nWhen writing banner content, always write it in sentence case, not title case. The first word should be capitalized and the rest lowercase (unless a proper noun):\n\n<div class=\"n-usage n-usage-do\">We’re experiencing an incident.</div>\n<div class=\"n-usage n-usage-dont\">We’re Experiencing An Incident.</div>\n\nAlways end in punctuation:\n\n<div class=\"n-usage n-usage-do\">We’re experiencing an incident.</div>\n<div class=\"n-usage n-usage-dont\">We’re experiencing an incident</div>\n"
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"kind": "javascript-module",
|
|
1607
|
-
"path": "src/checkbox/Checkbox.ts",
|
|
1608
|
-
"declarations": [
|
|
1609
|
-
{
|
|
1610
|
-
"kind": "class",
|
|
1611
|
-
"description": "Checkboxes allow user to choose one or more options from a limited set of options.\nIf you have more than 10 options, please use Select component instead.",
|
|
1612
|
-
"name": "Checkbox",
|
|
1613
|
-
"slots": [
|
|
1614
|
-
{
|
|
1615
|
-
"description": "Use when a label requires more than plain text.",
|
|
1616
|
-
"name": "label"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"description": "Optional slot that holds hint text for the input.",
|
|
1620
|
-
"name": "hint"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"description": "Optional slot that holds error text for the input.",
|
|
1624
|
-
"name": "error"
|
|
1625
|
-
}
|
|
1626
|
-
],
|
|
1627
|
-
"members": [
|
|
1628
|
-
{
|
|
1629
|
-
"kind": "field",
|
|
1630
|
-
"name": "formValue",
|
|
1631
|
-
"privacy": "protected",
|
|
1632
|
-
"inheritedFrom": {
|
|
1633
|
-
"name": "FormAssociatedMixin",
|
|
1634
|
-
"module": "src/common/mixins/FormAssociatedMixin.ts"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "field",
|
|
1639
|
-
"name": "checked",
|
|
1640
|
-
"type": {
|
|
1641
|
-
"text": "boolean"
|
|
1641
|
+
"text": "boolean"
|
|
1642
1642
|
},
|
|
1643
1643
|
"default": "false",
|
|
1644
1644
|
"description": "Controls whether the checkbox is checked or not.",
|
|
@@ -3764,6 +3764,30 @@
|
|
|
3764
3764
|
}
|
|
3765
3765
|
}
|
|
3766
3766
|
]
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"kind": "function",
|
|
3770
|
+
"name": "clamp",
|
|
3771
|
+
"parameters": [
|
|
3772
|
+
{
|
|
3773
|
+
"name": "value",
|
|
3774
|
+
"type": {
|
|
3775
|
+
"text": "number"
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
{
|
|
3779
|
+
"name": "min",
|
|
3780
|
+
"type": {
|
|
3781
|
+
"text": "number"
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "max",
|
|
3786
|
+
"type": {
|
|
3787
|
+
"text": "number"
|
|
3788
|
+
}
|
|
3789
|
+
}
|
|
3790
|
+
]
|
|
3767
3791
|
}
|
|
3768
3792
|
],
|
|
3769
3793
|
"exports": [
|
|
@@ -3782,6 +3806,14 @@
|
|
|
3782
3806
|
"name": "range",
|
|
3783
3807
|
"module": "src/common/number.ts"
|
|
3784
3808
|
}
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"kind": "js",
|
|
3812
|
+
"name": "clamp",
|
|
3813
|
+
"declaration": {
|
|
3814
|
+
"name": "clamp",
|
|
3815
|
+
"module": "src/common/number.ts"
|
|
3816
|
+
}
|
|
3785
3817
|
}
|
|
3786
3818
|
]
|
|
3787
3819
|
},
|
|
@@ -3960,6 +3992,55 @@
|
|
|
3960
3992
|
}
|
|
3961
3993
|
]
|
|
3962
3994
|
},
|
|
3995
|
+
{
|
|
3996
|
+
"kind": "javascript-module",
|
|
3997
|
+
"path": "src/common/storage.ts",
|
|
3998
|
+
"declarations": [
|
|
3999
|
+
{
|
|
4000
|
+
"kind": "function",
|
|
4001
|
+
"name": "storage",
|
|
4002
|
+
"parameters": [
|
|
4003
|
+
{
|
|
4004
|
+
"name": "key",
|
|
4005
|
+
"type": {
|
|
4006
|
+
"text": "string"
|
|
4007
|
+
}
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "defaultValue",
|
|
4011
|
+
"type": {
|
|
4012
|
+
"text": "T"
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "serialize",
|
|
4017
|
+
"default": "JSON.stringify",
|
|
4018
|
+
"type": {
|
|
4019
|
+
"text": "(value: T) => string"
|
|
4020
|
+
}
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"name": "deserialize",
|
|
4024
|
+
"default": "JSON.parse",
|
|
4025
|
+
"type": {
|
|
4026
|
+
"text": "(value: string) => T"
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
],
|
|
4030
|
+
"description": "Thin wrapper around local storage which simplifies (de)serialization and default values.\nBy default, (de)serializes as JSON."
|
|
4031
|
+
}
|
|
4032
|
+
],
|
|
4033
|
+
"exports": [
|
|
4034
|
+
{
|
|
4035
|
+
"kind": "js",
|
|
4036
|
+
"name": "storage",
|
|
4037
|
+
"declaration": {
|
|
4038
|
+
"name": "storage",
|
|
4039
|
+
"module": "src/common/storage.ts"
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
]
|
|
4043
|
+
},
|
|
3963
4044
|
{
|
|
3964
4045
|
"kind": "javascript-module",
|
|
3965
4046
|
"path": "src/date-picker/DatePicker.ts",
|
|
@@ -5381,7 +5462,7 @@
|
|
|
5381
5462
|
"name": "LitElement",
|
|
5382
5463
|
"package": "lit"
|
|
5383
5464
|
},
|
|
5384
|
-
"status": "
|
|
5465
|
+
"status": "ready",
|
|
5385
5466
|
"category": "structure",
|
|
5386
5467
|
"tagName": "nord-header",
|
|
5387
5468
|
"customElement": true
|
|
@@ -6303,117 +6384,367 @@
|
|
|
6303
6384
|
"members": [
|
|
6304
6385
|
{
|
|
6305
6386
|
"kind": "field",
|
|
6306
|
-
"name": "
|
|
6387
|
+
"name": "peekTimeoutId",
|
|
6307
6388
|
"type": {
|
|
6308
|
-
"text": "
|
|
6389
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
6309
6390
|
},
|
|
6310
|
-
"privacy": "private"
|
|
6311
|
-
|
|
6312
|
-
"default": "false",
|
|
6313
|
-
"inheritedFrom": {
|
|
6314
|
-
"name": "DraftComponentMixin",
|
|
6315
|
-
"module": "src/common/mixins/DraftComponentMixin.ts"
|
|
6316
|
-
}
|
|
6317
|
-
}
|
|
6318
|
-
],
|
|
6319
|
-
"mixins": [
|
|
6391
|
+
"privacy": "private"
|
|
6392
|
+
},
|
|
6320
6393
|
{
|
|
6321
|
-
"
|
|
6322
|
-
"
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
|
-
|
|
6328
|
-
},
|
|
6329
|
-
"status": "draft",
|
|
6330
|
-
"category": "structure",
|
|
6331
|
-
"tagName": "nord-layout",
|
|
6332
|
-
"customElement": true
|
|
6333
|
-
}
|
|
6334
|
-
],
|
|
6335
|
-
"exports": [
|
|
6336
|
-
{
|
|
6337
|
-
"kind": "js",
|
|
6338
|
-
"name": "default",
|
|
6339
|
-
"declaration": {
|
|
6340
|
-
"name": "Layout",
|
|
6341
|
-
"module": "src/layout/Layout.ts"
|
|
6342
|
-
}
|
|
6343
|
-
},
|
|
6344
|
-
{
|
|
6345
|
-
"kind": "custom-element-definition",
|
|
6346
|
-
"name": "nord-layout",
|
|
6347
|
-
"declaration": {
|
|
6348
|
-
"name": "Layout",
|
|
6349
|
-
"module": "src/layout/Layout.ts"
|
|
6350
|
-
}
|
|
6351
|
-
}
|
|
6352
|
-
],
|
|
6353
|
-
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- To visually group content in a layout section, use the Card component.\n- To lay out a set of smaller components, use the Stack component.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Never put layout component inside another HTML landmark.\n- Don’t use when you need a vertical or horizontal layout system. Use Stack component instead.\n\n</div>\n\n---\n\n## Additional considerations\n\n- Layout component uses `<main>` element internally which is an HTML sectioning element which by default defines an ARIA landmark role. For that reason you should never put layout component inside another HTML landmark.\n"
|
|
6354
|
-
},
|
|
6355
|
-
{
|
|
6356
|
-
"kind": "javascript-module",
|
|
6357
|
-
"path": "src/localization/LocalizeController.ts",
|
|
6358
|
-
"declarations": [
|
|
6359
|
-
{
|
|
6360
|
-
"kind": "class",
|
|
6361
|
-
"description": "",
|
|
6362
|
-
"name": "LocalizeController",
|
|
6363
|
-
"members": [
|
|
6394
|
+
"kind": "field",
|
|
6395
|
+
"name": "navToggleEl",
|
|
6396
|
+
"type": {
|
|
6397
|
+
"text": "Element | undefined"
|
|
6398
|
+
},
|
|
6399
|
+
"privacy": "private"
|
|
6400
|
+
},
|
|
6364
6401
|
{
|
|
6365
6402
|
"kind": "field",
|
|
6366
|
-
"name": "
|
|
6403
|
+
"name": "navEl",
|
|
6367
6404
|
"type": {
|
|
6368
|
-
"text": "
|
|
6405
|
+
"text": "HTMLDivElement"
|
|
6369
6406
|
},
|
|
6370
6407
|
"privacy": "private"
|
|
6371
6408
|
},
|
|
6372
6409
|
{
|
|
6373
6410
|
"kind": "field",
|
|
6374
|
-
"name": "
|
|
6411
|
+
"name": "navWidth",
|
|
6412
|
+
"privacy": "private"
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"kind": "field",
|
|
6416
|
+
"name": "isDragging",
|
|
6375
6417
|
"type": {
|
|
6376
|
-
"text": "
|
|
6418
|
+
"text": "boolean"
|
|
6419
|
+
},
|
|
6420
|
+
"privacy": "private",
|
|
6421
|
+
"default": "false"
|
|
6422
|
+
},
|
|
6423
|
+
{
|
|
6424
|
+
"kind": "field",
|
|
6425
|
+
"name": "navState",
|
|
6426
|
+
"type": {
|
|
6427
|
+
"text": "NavState"
|
|
6377
6428
|
},
|
|
6378
6429
|
"privacy": "private"
|
|
6379
6430
|
},
|
|
6380
6431
|
{
|
|
6381
6432
|
"kind": "field",
|
|
6382
|
-
"name": "
|
|
6383
|
-
"
|
|
6433
|
+
"name": "navOpen",
|
|
6434
|
+
"type": {
|
|
6435
|
+
"text": "boolean"
|
|
6436
|
+
},
|
|
6437
|
+
"description": "Controls whether the navigation is hidden off-screen or not.\nDefaults to `true` for wide viewports, and `false` otherwise.",
|
|
6438
|
+
"attribute": "nav-open",
|
|
6439
|
+
"reflects": true
|
|
6384
6440
|
},
|
|
6385
6441
|
{
|
|
6386
6442
|
"kind": "field",
|
|
6387
|
-
"name": "
|
|
6388
|
-
"
|
|
6443
|
+
"name": "navToggle",
|
|
6444
|
+
"type": {
|
|
6445
|
+
"text": "string | undefined"
|
|
6446
|
+
},
|
|
6447
|
+
"description": "ID reference of element used to toggle the navigation.",
|
|
6448
|
+
"attribute": "nav-toggle"
|
|
6449
|
+
},
|
|
6450
|
+
{
|
|
6451
|
+
"kind": "field",
|
|
6452
|
+
"name": "lightDismiss",
|
|
6453
|
+
"privacy": "private",
|
|
6454
|
+
"default": "new LightDismissController(this, {\n isOpen: () => this.navState === \"opened\" && !this.mq.matches,\n onDismiss: () => this.navTransition(\"close\"),\n isDismissible: node => node !== this.navEl && node !== this.navToggleEl,\n })"
|
|
6455
|
+
},
|
|
6456
|
+
{
|
|
6457
|
+
"kind": "field",
|
|
6458
|
+
"name": "mq",
|
|
6459
|
+
"privacy": "private",
|
|
6460
|
+
"default": "new MediaQueryController(this, mediaQuery, () => this.handleMediaQueryChange())"
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"kind": "field",
|
|
6464
|
+
"name": "direction",
|
|
6465
|
+
"privacy": "private",
|
|
6466
|
+
"default": "new DirectionController(this)"
|
|
6389
6467
|
},
|
|
6390
6468
|
{
|
|
6391
6469
|
"kind": "method",
|
|
6392
|
-
"name": "
|
|
6470
|
+
"name": "getToggleElement",
|
|
6471
|
+
"privacy": "protected"
|
|
6393
6472
|
},
|
|
6394
6473
|
{
|
|
6395
6474
|
"kind": "method",
|
|
6396
|
-
"name": "
|
|
6475
|
+
"name": "cleanup",
|
|
6476
|
+
"privacy": "private"
|
|
6397
6477
|
},
|
|
6398
6478
|
{
|
|
6399
6479
|
"kind": "method",
|
|
6400
|
-
"name": "
|
|
6401
|
-
"
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6480
|
+
"name": "handleNavWidthChange",
|
|
6481
|
+
"privacy": "protected"
|
|
6482
|
+
},
|
|
6483
|
+
{
|
|
6484
|
+
"kind": "method",
|
|
6485
|
+
"name": "handleNavStateChange",
|
|
6486
|
+
"privacy": "protected",
|
|
6406
6487
|
"parameters": [
|
|
6407
6488
|
{
|
|
6408
|
-
"name": "
|
|
6409
|
-
"type": {
|
|
6410
|
-
"text": "Key"
|
|
6411
|
-
}
|
|
6412
|
-
},
|
|
6413
|
-
{
|
|
6414
|
-
"name": "args",
|
|
6489
|
+
"name": "prev",
|
|
6415
6490
|
"type": {
|
|
6416
|
-
"text": "
|
|
6491
|
+
"text": "NavState"
|
|
6492
|
+
}
|
|
6493
|
+
}
|
|
6494
|
+
]
|
|
6495
|
+
},
|
|
6496
|
+
{
|
|
6497
|
+
"kind": "method",
|
|
6498
|
+
"name": "handleOpenChange",
|
|
6499
|
+
"privacy": "protected"
|
|
6500
|
+
},
|
|
6501
|
+
{
|
|
6502
|
+
"kind": "method",
|
|
6503
|
+
"name": "navTransition",
|
|
6504
|
+
"privacy": "private",
|
|
6505
|
+
"parameters": [
|
|
6506
|
+
{
|
|
6507
|
+
"name": "event",
|
|
6508
|
+
"type": {
|
|
6509
|
+
"text": "NavEvent"
|
|
6510
|
+
}
|
|
6511
|
+
}
|
|
6512
|
+
]
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"kind": "method",
|
|
6516
|
+
"name": "handleClick",
|
|
6517
|
+
"privacy": "private"
|
|
6518
|
+
},
|
|
6519
|
+
{
|
|
6520
|
+
"kind": "method",
|
|
6521
|
+
"name": "handleDropdownOpen",
|
|
6522
|
+
"privacy": "private",
|
|
6523
|
+
"parameters": [
|
|
6524
|
+
{
|
|
6525
|
+
"name": "e",
|
|
6526
|
+
"type": {
|
|
6527
|
+
"text": "Event"
|
|
6528
|
+
}
|
|
6529
|
+
}
|
|
6530
|
+
]
|
|
6531
|
+
},
|
|
6532
|
+
{
|
|
6533
|
+
"kind": "method",
|
|
6534
|
+
"name": "handleDropdownClose",
|
|
6535
|
+
"privacy": "private",
|
|
6536
|
+
"parameters": [
|
|
6537
|
+
{
|
|
6538
|
+
"name": "e",
|
|
6539
|
+
"type": {
|
|
6540
|
+
"text": "Event"
|
|
6541
|
+
}
|
|
6542
|
+
}
|
|
6543
|
+
]
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"kind": "field",
|
|
6547
|
+
"name": "handleMediaQueryChange",
|
|
6548
|
+
"privacy": "private"
|
|
6549
|
+
},
|
|
6550
|
+
{
|
|
6551
|
+
"kind": "field",
|
|
6552
|
+
"name": "handleToggleClick",
|
|
6553
|
+
"privacy": "private"
|
|
6554
|
+
},
|
|
6555
|
+
{
|
|
6556
|
+
"kind": "field",
|
|
6557
|
+
"name": "handleNavFocus",
|
|
6558
|
+
"privacy": "private"
|
|
6559
|
+
},
|
|
6560
|
+
{
|
|
6561
|
+
"kind": "field",
|
|
6562
|
+
"name": "handleMainFocus",
|
|
6563
|
+
"privacy": "private"
|
|
6564
|
+
},
|
|
6565
|
+
{
|
|
6566
|
+
"kind": "field",
|
|
6567
|
+
"name": "handleMouseEnter",
|
|
6568
|
+
"privacy": "private"
|
|
6569
|
+
},
|
|
6570
|
+
{
|
|
6571
|
+
"kind": "field",
|
|
6572
|
+
"name": "handleMouseLeave",
|
|
6573
|
+
"privacy": "private"
|
|
6574
|
+
},
|
|
6575
|
+
{
|
|
6576
|
+
"kind": "field",
|
|
6577
|
+
"name": "handleTransitionEnd",
|
|
6578
|
+
"privacy": "private"
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
"kind": "method",
|
|
6582
|
+
"name": "handleKeyboardResize",
|
|
6583
|
+
"privacy": "private",
|
|
6584
|
+
"parameters": [
|
|
6585
|
+
{
|
|
6586
|
+
"name": "e",
|
|
6587
|
+
"type": {
|
|
6588
|
+
"text": "KeyboardEvent"
|
|
6589
|
+
}
|
|
6590
|
+
}
|
|
6591
|
+
]
|
|
6592
|
+
},
|
|
6593
|
+
{
|
|
6594
|
+
"kind": "method",
|
|
6595
|
+
"name": "setNavWidth",
|
|
6596
|
+
"privacy": "private",
|
|
6597
|
+
"parameters": [
|
|
6598
|
+
{
|
|
6599
|
+
"name": "width",
|
|
6600
|
+
"type": {
|
|
6601
|
+
"text": "number"
|
|
6602
|
+
}
|
|
6603
|
+
}
|
|
6604
|
+
]
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"kind": "method",
|
|
6608
|
+
"name": "startDragging",
|
|
6609
|
+
"privacy": "private",
|
|
6610
|
+
"parameters": [
|
|
6611
|
+
{
|
|
6612
|
+
"name": "e",
|
|
6613
|
+
"type": {
|
|
6614
|
+
"text": "PointerEvent"
|
|
6615
|
+
}
|
|
6616
|
+
}
|
|
6617
|
+
]
|
|
6618
|
+
},
|
|
6619
|
+
{
|
|
6620
|
+
"kind": "method",
|
|
6621
|
+
"name": "stopDragging",
|
|
6622
|
+
"privacy": "private"
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
"kind": "method",
|
|
6626
|
+
"name": "handleDrag",
|
|
6627
|
+
"privacy": "private",
|
|
6628
|
+
"parameters": [
|
|
6629
|
+
{
|
|
6630
|
+
"name": "e",
|
|
6631
|
+
"type": {
|
|
6632
|
+
"text": "PointerEvent"
|
|
6633
|
+
}
|
|
6634
|
+
}
|
|
6635
|
+
]
|
|
6636
|
+
}
|
|
6637
|
+
],
|
|
6638
|
+
"attributes": [
|
|
6639
|
+
{
|
|
6640
|
+
"name": "nav-open",
|
|
6641
|
+
"type": {
|
|
6642
|
+
"text": "boolean"
|
|
6643
|
+
},
|
|
6644
|
+
"description": "Controls whether the navigation is hidden off-screen or not.\nDefaults to `true` for wide viewports, and `false` otherwise.",
|
|
6645
|
+
"fieldName": "navOpen"
|
|
6646
|
+
},
|
|
6647
|
+
{
|
|
6648
|
+
"name": "nav-toggle",
|
|
6649
|
+
"type": {
|
|
6650
|
+
"text": "string | undefined"
|
|
6651
|
+
},
|
|
6652
|
+
"description": "ID reference of element used to toggle the navigation.",
|
|
6653
|
+
"fieldName": "navToggle"
|
|
6654
|
+
}
|
|
6655
|
+
],
|
|
6656
|
+
"superclass": {
|
|
6657
|
+
"name": "LitElement",
|
|
6658
|
+
"package": "lit"
|
|
6659
|
+
},
|
|
6660
|
+
"status": "ready",
|
|
6661
|
+
"category": "structure",
|
|
6662
|
+
"tagName": "nord-layout",
|
|
6663
|
+
"customElement": true
|
|
6664
|
+
}
|
|
6665
|
+
],
|
|
6666
|
+
"exports": [
|
|
6667
|
+
{
|
|
6668
|
+
"kind": "js",
|
|
6669
|
+
"name": "default",
|
|
6670
|
+
"declaration": {
|
|
6671
|
+
"name": "Layout",
|
|
6672
|
+
"module": "src/layout/Layout.ts"
|
|
6673
|
+
}
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"kind": "custom-element-definition",
|
|
6677
|
+
"name": "nord-layout",
|
|
6678
|
+
"declaration": {
|
|
6679
|
+
"name": "Layout",
|
|
6680
|
+
"module": "src/layout/Layout.ts"
|
|
6681
|
+
}
|
|
6682
|
+
}
|
|
6683
|
+
],
|
|
6684
|
+
"readme": "## Usage\n\nThis section includes guidelines for designers and developers about the usage of this component in different contexts.\n\n<div class=\"n-usage n-usage-do\">\n\n### Do\n\n- To visually group content in a layout section, use the Card component.\n- To lay out a set of smaller components, use the Stack component.\n\n</div>\n<div class=\"n-usage n-usage-dont\">\n\n### Don’t\n\n- Never put layout component inside another HTML landmark.\n- Don’t use when you need a vertical or horizontal layout system. Use Stack component instead.\n\n</div>\n\n---\n\n## Additional considerations\n\n- Layout component uses `<main>` element internally which is an HTML sectioning element which by default defines an ARIA landmark role. For that reason you should never put layout component inside another HTML landmark.\n"
|
|
6685
|
+
},
|
|
6686
|
+
{
|
|
6687
|
+
"kind": "javascript-module",
|
|
6688
|
+
"path": "src/localization/LocalizeController.ts",
|
|
6689
|
+
"declarations": [
|
|
6690
|
+
{
|
|
6691
|
+
"kind": "class",
|
|
6692
|
+
"description": "",
|
|
6693
|
+
"name": "LocalizeController",
|
|
6694
|
+
"members": [
|
|
6695
|
+
{
|
|
6696
|
+
"kind": "field",
|
|
6697
|
+
"name": "unsubscribe",
|
|
6698
|
+
"type": {
|
|
6699
|
+
"text": "ReturnType<typeof subscribe> | undefined"
|
|
6700
|
+
},
|
|
6701
|
+
"privacy": "private"
|
|
6702
|
+
},
|
|
6703
|
+
{
|
|
6704
|
+
"kind": "field",
|
|
6705
|
+
"name": "resolvedTranslation",
|
|
6706
|
+
"type": {
|
|
6707
|
+
"text": "Translation"
|
|
6708
|
+
},
|
|
6709
|
+
"privacy": "private"
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
"kind": "field",
|
|
6713
|
+
"name": "lang",
|
|
6714
|
+
"description": "The lang of the document or element, with element taking precedence"
|
|
6715
|
+
},
|
|
6716
|
+
{
|
|
6717
|
+
"kind": "field",
|
|
6718
|
+
"name": "resolvedLang",
|
|
6719
|
+
"description": "The lang of the translation being applied.\nThis may not match the document/element lang, in case of fallback translation"
|
|
6720
|
+
},
|
|
6721
|
+
{
|
|
6722
|
+
"kind": "method",
|
|
6723
|
+
"name": "hostConnected"
|
|
6724
|
+
},
|
|
6725
|
+
{
|
|
6726
|
+
"kind": "method",
|
|
6727
|
+
"name": "hostDisconnected"
|
|
6728
|
+
},
|
|
6729
|
+
{
|
|
6730
|
+
"kind": "method",
|
|
6731
|
+
"name": "term",
|
|
6732
|
+
"return": {
|
|
6733
|
+
"type": {
|
|
6734
|
+
"text": "Result<Translation[TComponentName], Key>"
|
|
6735
|
+
}
|
|
6736
|
+
},
|
|
6737
|
+
"parameters": [
|
|
6738
|
+
{
|
|
6739
|
+
"name": "key",
|
|
6740
|
+
"type": {
|
|
6741
|
+
"text": "Key"
|
|
6742
|
+
}
|
|
6743
|
+
},
|
|
6744
|
+
{
|
|
6745
|
+
"name": "args",
|
|
6746
|
+
"type": {
|
|
6747
|
+
"text": "FuncParams<Translation[TComponentName], Key>"
|
|
6417
6748
|
}
|
|
6418
6749
|
}
|
|
6419
6750
|
]
|
|
@@ -6641,7 +6972,7 @@
|
|
|
6641
6972
|
"name": "LitElement",
|
|
6642
6973
|
"package": "lit"
|
|
6643
6974
|
},
|
|
6644
|
-
"status": "
|
|
6975
|
+
"status": "ready",
|
|
6645
6976
|
"category": "navigation",
|
|
6646
6977
|
"tagName": "nord-nav-group",
|
|
6647
6978
|
"customElement": true
|
|
@@ -6900,7 +7231,7 @@
|
|
|
6900
7231
|
"name": "LitElement",
|
|
6901
7232
|
"package": "lit"
|
|
6902
7233
|
},
|
|
6903
|
-
"status": "
|
|
7234
|
+
"status": "ready",
|
|
6904
7235
|
"category": "navigation",
|
|
6905
7236
|
"tagName": "nord-nav-item",
|
|
6906
7237
|
"customElement": true
|
|
@@ -6948,33 +7279,12 @@
|
|
|
6948
7279
|
"name": "footer"
|
|
6949
7280
|
}
|
|
6950
7281
|
],
|
|
6951
|
-
"members": [
|
|
6952
|
-
{
|
|
6953
|
-
"kind": "field",
|
|
6954
|
-
"name": "_warningLogged",
|
|
6955
|
-
"type": {
|
|
6956
|
-
"text": "boolean"
|
|
6957
|
-
},
|
|
6958
|
-
"privacy": "private",
|
|
6959
|
-
"static": true,
|
|
6960
|
-
"default": "false",
|
|
6961
|
-
"inheritedFrom": {
|
|
6962
|
-
"name": "DraftComponentMixin",
|
|
6963
|
-
"module": "src/common/mixins/DraftComponentMixin.ts"
|
|
6964
|
-
}
|
|
6965
|
-
}
|
|
6966
|
-
],
|
|
6967
|
-
"mixins": [
|
|
6968
|
-
{
|
|
6969
|
-
"name": "DraftComponentMixin",
|
|
6970
|
-
"module": "/src/common/mixins/DraftComponentMixin.js"
|
|
6971
|
-
}
|
|
6972
|
-
],
|
|
7282
|
+
"members": [],
|
|
6973
7283
|
"superclass": {
|
|
6974
7284
|
"name": "LitElement",
|
|
6975
7285
|
"package": "lit"
|
|
6976
7286
|
},
|
|
6977
|
-
"status": "
|
|
7287
|
+
"status": "ready",
|
|
6978
7288
|
"category": "navigation",
|
|
6979
7289
|
"tagName": "nord-navigation",
|
|
6980
7290
|
"customElement": true
|
|
@@ -9651,6 +9961,7 @@
|
|
|
9651
9961
|
"type": {
|
|
9652
9962
|
"text": "Tooltip | undefined"
|
|
9653
9963
|
},
|
|
9964
|
+
"privacy": "private",
|
|
9654
9965
|
"static": true
|
|
9655
9966
|
},
|
|
9656
9967
|
{
|
|
@@ -9960,211 +10271,57 @@
|
|
|
9960
10271
|
},
|
|
9961
10272
|
{
|
|
9962
10273
|
"kind": "javascript-module",
|
|
9963
|
-
"path": "src/common/
|
|
10274
|
+
"path": "src/common/controllers/DirectionController.ts",
|
|
9964
10275
|
"declarations": [
|
|
9965
10276
|
{
|
|
9966
|
-
"kind": "
|
|
9967
|
-
"
|
|
9968
|
-
"
|
|
9969
|
-
|
|
9970
|
-
"text": "typeof value | typeof nothing"
|
|
9971
|
-
}
|
|
9972
|
-
},
|
|
9973
|
-
"parameters": [
|
|
9974
|
-
{
|
|
9975
|
-
"name": "value",
|
|
9976
|
-
"type": {
|
|
9977
|
-
"text": "any"
|
|
9978
|
-
}
|
|
9979
|
-
}
|
|
9980
|
-
],
|
|
9981
|
-
"description": "if value is truthy, return it, otherwise return nothing"
|
|
9982
|
-
},
|
|
9983
|
-
{
|
|
9984
|
-
"kind": "function",
|
|
9985
|
-
"name": "cond",
|
|
9986
|
-
"return": {
|
|
9987
|
-
"type": {
|
|
9988
|
-
"text": "typeof trueCase | typeof nothing"
|
|
9989
|
-
}
|
|
9990
|
-
},
|
|
9991
|
-
"parameters": [
|
|
9992
|
-
{
|
|
9993
|
-
"name": "condition",
|
|
9994
|
-
"type": {
|
|
9995
|
-
"text": "unknown"
|
|
9996
|
-
}
|
|
9997
|
-
},
|
|
9998
|
-
{
|
|
9999
|
-
"name": "trueCase",
|
|
10000
|
-
"type": {
|
|
10001
|
-
"text": "any"
|
|
10002
|
-
}
|
|
10003
|
-
}
|
|
10004
|
-
],
|
|
10005
|
-
"description": "if condition is truthy, return trueCase, otherwise return nothing"
|
|
10006
|
-
},
|
|
10007
|
-
{
|
|
10008
|
-
"kind": "function",
|
|
10009
|
-
"name": "cond",
|
|
10010
|
-
"return": {
|
|
10011
|
-
"type": {
|
|
10012
|
-
"text": "typeof trueCase"
|
|
10013
|
-
}
|
|
10014
|
-
},
|
|
10015
|
-
"parameters": [
|
|
10016
|
-
{
|
|
10017
|
-
"name": "condition",
|
|
10018
|
-
"type": {
|
|
10019
|
-
"text": "true"
|
|
10020
|
-
}
|
|
10021
|
-
},
|
|
10022
|
-
{
|
|
10023
|
-
"name": "trueCase",
|
|
10024
|
-
"type": {
|
|
10025
|
-
"text": "any"
|
|
10026
|
-
}
|
|
10027
|
-
}
|
|
10028
|
-
],
|
|
10029
|
-
"description": "condition is true, so always return trueCase"
|
|
10030
|
-
},
|
|
10031
|
-
{
|
|
10032
|
-
"kind": "function",
|
|
10033
|
-
"name": "cond",
|
|
10034
|
-
"return": {
|
|
10035
|
-
"type": {
|
|
10036
|
-
"text": "typeof nothing"
|
|
10037
|
-
}
|
|
10038
|
-
},
|
|
10039
|
-
"parameters": [
|
|
10040
|
-
{
|
|
10041
|
-
"name": "condition",
|
|
10042
|
-
"type": {
|
|
10043
|
-
"text": "false"
|
|
10044
|
-
}
|
|
10045
|
-
},
|
|
10046
|
-
{
|
|
10047
|
-
"name": "trueCase",
|
|
10048
|
-
"type": {
|
|
10049
|
-
"text": "any"
|
|
10050
|
-
}
|
|
10051
|
-
}
|
|
10052
|
-
],
|
|
10053
|
-
"description": "condition is false, to will always return nothing"
|
|
10054
|
-
},
|
|
10055
|
-
{
|
|
10056
|
-
"kind": "function",
|
|
10057
|
-
"name": "cond",
|
|
10058
|
-
"return": {
|
|
10059
|
-
"type": {
|
|
10060
|
-
"text": "typeof trueCase | typeof falseCase"
|
|
10061
|
-
}
|
|
10062
|
-
},
|
|
10063
|
-
"parameters": [
|
|
10064
|
-
{
|
|
10065
|
-
"name": "condition",
|
|
10066
|
-
"type": {
|
|
10067
|
-
"text": "unknown"
|
|
10068
|
-
}
|
|
10069
|
-
},
|
|
10277
|
+
"kind": "class",
|
|
10278
|
+
"description": "",
|
|
10279
|
+
"name": "DirectionController",
|
|
10280
|
+
"members": [
|
|
10070
10281
|
{
|
|
10071
|
-
"
|
|
10072
|
-
"
|
|
10073
|
-
|
|
10074
|
-
|
|
10282
|
+
"kind": "field",
|
|
10283
|
+
"name": "hosts",
|
|
10284
|
+
"privacy": "private",
|
|
10285
|
+
"static": true,
|
|
10286
|
+
"default": "new Set<ReactiveControllerHost>()"
|
|
10075
10287
|
},
|
|
10076
10288
|
{
|
|
10077
|
-
"
|
|
10078
|
-
"
|
|
10079
|
-
"text": "any"
|
|
10080
|
-
}
|
|
10081
|
-
}
|
|
10082
|
-
],
|
|
10083
|
-
"description": "if condition is truthy, return trueCase, otherwise return falseCase"
|
|
10084
|
-
},
|
|
10085
|
-
{
|
|
10086
|
-
"kind": "function",
|
|
10087
|
-
"name": "cond",
|
|
10088
|
-
"return": {
|
|
10089
|
-
"type": {
|
|
10090
|
-
"text": "typeof trueCase"
|
|
10091
|
-
}
|
|
10092
|
-
},
|
|
10093
|
-
"parameters": [
|
|
10094
|
-
{
|
|
10095
|
-
"name": "condition",
|
|
10289
|
+
"kind": "field",
|
|
10290
|
+
"name": "observer",
|
|
10096
10291
|
"type": {
|
|
10097
|
-
"text": "
|
|
10098
|
-
}
|
|
10292
|
+
"text": "MutationObserver | undefined"
|
|
10293
|
+
},
|
|
10294
|
+
"privacy": "private",
|
|
10295
|
+
"static": true
|
|
10099
10296
|
},
|
|
10100
10297
|
{
|
|
10101
|
-
"
|
|
10298
|
+
"kind": "field",
|
|
10299
|
+
"name": "dir",
|
|
10102
10300
|
"type": {
|
|
10103
|
-
"text": "
|
|
10301
|
+
"text": "WritingDirection"
|
|
10104
10302
|
}
|
|
10105
10303
|
},
|
|
10106
10304
|
{
|
|
10107
|
-
"
|
|
10108
|
-
"
|
|
10109
|
-
"text": "any"
|
|
10110
|
-
}
|
|
10111
|
-
}
|
|
10112
|
-
],
|
|
10113
|
-
"description": "condition is true, so always return trueCase"
|
|
10114
|
-
},
|
|
10115
|
-
{
|
|
10116
|
-
"kind": "function",
|
|
10117
|
-
"name": "cond",
|
|
10118
|
-
"return": {
|
|
10119
|
-
"type": {
|
|
10120
|
-
"text": "typeof falseCase"
|
|
10121
|
-
}
|
|
10122
|
-
},
|
|
10123
|
-
"parameters": [
|
|
10124
|
-
{
|
|
10125
|
-
"name": "condition",
|
|
10126
|
-
"type": {
|
|
10127
|
-
"text": "false"
|
|
10128
|
-
}
|
|
10305
|
+
"kind": "field",
|
|
10306
|
+
"name": "isLTR"
|
|
10129
10307
|
},
|
|
10130
10308
|
{
|
|
10131
|
-
"
|
|
10132
|
-
"
|
|
10133
|
-
"text": "any"
|
|
10134
|
-
}
|
|
10309
|
+
"kind": "field",
|
|
10310
|
+
"name": "isRTL"
|
|
10135
10311
|
},
|
|
10136
10312
|
{
|
|
10137
|
-
"
|
|
10138
|
-
"
|
|
10139
|
-
"text": "any"
|
|
10140
|
-
}
|
|
10141
|
-
}
|
|
10142
|
-
],
|
|
10143
|
-
"description": "condition is false, so always return falseCase"
|
|
10144
|
-
},
|
|
10145
|
-
{
|
|
10146
|
-
"kind": "function",
|
|
10147
|
-
"name": "cond",
|
|
10148
|
-
"parameters": [
|
|
10149
|
-
{
|
|
10150
|
-
"name": "condition",
|
|
10151
|
-
"type": {
|
|
10152
|
-
"text": "unknown"
|
|
10153
|
-
}
|
|
10313
|
+
"kind": "method",
|
|
10314
|
+
"name": "hostConnected"
|
|
10154
10315
|
},
|
|
10155
10316
|
{
|
|
10156
|
-
"
|
|
10157
|
-
"
|
|
10158
|
-
"type": {
|
|
10159
|
-
"text": "any"
|
|
10160
|
-
}
|
|
10317
|
+
"kind": "method",
|
|
10318
|
+
"name": "hostDisconnected"
|
|
10161
10319
|
},
|
|
10162
10320
|
{
|
|
10163
|
-
"
|
|
10164
|
-
"
|
|
10165
|
-
"
|
|
10166
|
-
|
|
10167
|
-
}
|
|
10321
|
+
"kind": "method",
|
|
10322
|
+
"name": "observe",
|
|
10323
|
+
"privacy": "private",
|
|
10324
|
+
"static": true
|
|
10168
10325
|
}
|
|
10169
10326
|
]
|
|
10170
10327
|
}
|
|
@@ -10172,265 +10329,601 @@
|
|
|
10172
10329
|
"exports": [
|
|
10173
10330
|
{
|
|
10174
10331
|
"kind": "js",
|
|
10175
|
-
"name": "
|
|
10176
|
-
"declaration": {
|
|
10177
|
-
"name": "cond",
|
|
10178
|
-
"module": "src/common/directives/cond.ts"
|
|
10179
|
-
}
|
|
10180
|
-
},
|
|
10181
|
-
{
|
|
10182
|
-
"kind": "js",
|
|
10183
|
-
"name": "cond",
|
|
10184
|
-
"declaration": {
|
|
10185
|
-
"name": "cond",
|
|
10186
|
-
"module": "src/common/directives/cond.ts"
|
|
10187
|
-
}
|
|
10188
|
-
},
|
|
10189
|
-
{
|
|
10190
|
-
"kind": "js",
|
|
10191
|
-
"name": "cond",
|
|
10192
|
-
"declaration": {
|
|
10193
|
-
"name": "cond",
|
|
10194
|
-
"module": "src/common/directives/cond.ts"
|
|
10195
|
-
}
|
|
10196
|
-
},
|
|
10197
|
-
{
|
|
10198
|
-
"kind": "js",
|
|
10199
|
-
"name": "cond",
|
|
10332
|
+
"name": "DirectionController",
|
|
10200
10333
|
"declaration": {
|
|
10201
|
-
"name": "
|
|
10202
|
-
"module": "src/common/
|
|
10334
|
+
"name": "DirectionController",
|
|
10335
|
+
"module": "src/common/controllers/DirectionController.ts"
|
|
10203
10336
|
}
|
|
10204
|
-
}
|
|
10337
|
+
}
|
|
10338
|
+
]
|
|
10339
|
+
},
|
|
10340
|
+
{
|
|
10341
|
+
"kind": "javascript-module",
|
|
10342
|
+
"path": "src/common/controllers/EventController.ts",
|
|
10343
|
+
"declarations": [
|
|
10205
10344
|
{
|
|
10206
|
-
"kind": "
|
|
10207
|
-
"
|
|
10345
|
+
"kind": "class",
|
|
10346
|
+
"description": "",
|
|
10347
|
+
"name": "EventController",
|
|
10348
|
+
"members": [
|
|
10349
|
+
{
|
|
10350
|
+
"kind": "field",
|
|
10351
|
+
"name": "listeners",
|
|
10352
|
+
"type": {
|
|
10353
|
+
"text": "Array<() => void>"
|
|
10354
|
+
},
|
|
10355
|
+
"privacy": "private",
|
|
10356
|
+
"default": "[]"
|
|
10357
|
+
},
|
|
10358
|
+
{
|
|
10359
|
+
"kind": "method",
|
|
10360
|
+
"name": "hostDisconnected"
|
|
10361
|
+
},
|
|
10362
|
+
{
|
|
10363
|
+
"kind": "method",
|
|
10364
|
+
"name": "listen",
|
|
10365
|
+
"return": {
|
|
10366
|
+
"type": {
|
|
10367
|
+
"text": "void"
|
|
10368
|
+
}
|
|
10369
|
+
},
|
|
10370
|
+
"parameters": [
|
|
10371
|
+
{
|
|
10372
|
+
"name": "window",
|
|
10373
|
+
"type": {
|
|
10374
|
+
"text": "Window"
|
|
10375
|
+
}
|
|
10376
|
+
},
|
|
10377
|
+
{
|
|
10378
|
+
"name": "type",
|
|
10379
|
+
"type": {
|
|
10380
|
+
"text": "K"
|
|
10381
|
+
}
|
|
10382
|
+
},
|
|
10383
|
+
{
|
|
10384
|
+
"name": "listener",
|
|
10385
|
+
"type": {
|
|
10386
|
+
"text": "(this: Window, ev: WindowEventMap[K]) => any"
|
|
10387
|
+
}
|
|
10388
|
+
},
|
|
10389
|
+
{
|
|
10390
|
+
"name": "options",
|
|
10391
|
+
"optional": true,
|
|
10392
|
+
"type": {
|
|
10393
|
+
"text": "boolean | AddEventListenerOptions"
|
|
10394
|
+
}
|
|
10395
|
+
}
|
|
10396
|
+
]
|
|
10397
|
+
},
|
|
10398
|
+
{
|
|
10399
|
+
"kind": "method",
|
|
10400
|
+
"name": "listen",
|
|
10401
|
+
"return": {
|
|
10402
|
+
"type": {
|
|
10403
|
+
"text": "void"
|
|
10404
|
+
}
|
|
10405
|
+
},
|
|
10406
|
+
"parameters": [
|
|
10407
|
+
{
|
|
10408
|
+
"name": "document",
|
|
10409
|
+
"type": {
|
|
10410
|
+
"text": "Document"
|
|
10411
|
+
}
|
|
10412
|
+
},
|
|
10413
|
+
{
|
|
10414
|
+
"name": "type",
|
|
10415
|
+
"type": {
|
|
10416
|
+
"text": "K"
|
|
10417
|
+
}
|
|
10418
|
+
},
|
|
10419
|
+
{
|
|
10420
|
+
"name": "listener",
|
|
10421
|
+
"type": {
|
|
10422
|
+
"text": "(this: Document, ev: DocumentEventMap[K]) => any"
|
|
10423
|
+
}
|
|
10424
|
+
},
|
|
10425
|
+
{
|
|
10426
|
+
"name": "options",
|
|
10427
|
+
"optional": true,
|
|
10428
|
+
"type": {
|
|
10429
|
+
"text": "boolean | AddEventListenerOptions"
|
|
10430
|
+
}
|
|
10431
|
+
}
|
|
10432
|
+
]
|
|
10433
|
+
},
|
|
10434
|
+
{
|
|
10435
|
+
"kind": "method",
|
|
10436
|
+
"name": "listen",
|
|
10437
|
+
"return": {
|
|
10438
|
+
"type": {
|
|
10439
|
+
"text": "void"
|
|
10440
|
+
}
|
|
10441
|
+
},
|
|
10442
|
+
"parameters": [
|
|
10443
|
+
{
|
|
10444
|
+
"name": "element",
|
|
10445
|
+
"type": {
|
|
10446
|
+
"text": "HTMLElement"
|
|
10447
|
+
}
|
|
10448
|
+
},
|
|
10449
|
+
{
|
|
10450
|
+
"name": "type",
|
|
10451
|
+
"type": {
|
|
10452
|
+
"text": "K"
|
|
10453
|
+
}
|
|
10454
|
+
},
|
|
10455
|
+
{
|
|
10456
|
+
"name": "listener",
|
|
10457
|
+
"type": {
|
|
10458
|
+
"text": "(this: HTMLElement, ev: HTMLElementEventMap[K]) => any"
|
|
10459
|
+
}
|
|
10460
|
+
},
|
|
10461
|
+
{
|
|
10462
|
+
"name": "options",
|
|
10463
|
+
"optional": true,
|
|
10464
|
+
"type": {
|
|
10465
|
+
"text": "boolean | AddEventListenerOptions"
|
|
10466
|
+
}
|
|
10467
|
+
}
|
|
10468
|
+
]
|
|
10469
|
+
},
|
|
10470
|
+
{
|
|
10471
|
+
"kind": "method",
|
|
10472
|
+
"name": "listen",
|
|
10473
|
+
"return": {
|
|
10474
|
+
"type": {
|
|
10475
|
+
"text": "void"
|
|
10476
|
+
}
|
|
10477
|
+
},
|
|
10478
|
+
"parameters": [
|
|
10479
|
+
{
|
|
10480
|
+
"name": "element",
|
|
10481
|
+
"type": {
|
|
10482
|
+
"text": "ShadowRoot"
|
|
10483
|
+
}
|
|
10484
|
+
},
|
|
10485
|
+
{
|
|
10486
|
+
"name": "type",
|
|
10487
|
+
"type": {
|
|
10488
|
+
"text": "K"
|
|
10489
|
+
}
|
|
10490
|
+
},
|
|
10491
|
+
{
|
|
10492
|
+
"name": "listener",
|
|
10493
|
+
"type": {
|
|
10494
|
+
"text": "(this: ShadowRoot, ev: ShadowRootEventMap[K]) => any"
|
|
10495
|
+
}
|
|
10496
|
+
},
|
|
10497
|
+
{
|
|
10498
|
+
"name": "options",
|
|
10499
|
+
"optional": true,
|
|
10500
|
+
"type": {
|
|
10501
|
+
"text": "boolean | AddEventListenerOptions"
|
|
10502
|
+
}
|
|
10503
|
+
}
|
|
10504
|
+
]
|
|
10505
|
+
},
|
|
10506
|
+
{
|
|
10507
|
+
"kind": "method",
|
|
10508
|
+
"name": "listen",
|
|
10509
|
+
"parameters": [
|
|
10510
|
+
{
|
|
10511
|
+
"name": "element",
|
|
10512
|
+
"type": {
|
|
10513
|
+
"text": "Window | Document | HTMLElement | ShadowRoot"
|
|
10514
|
+
}
|
|
10515
|
+
},
|
|
10516
|
+
{
|
|
10517
|
+
"name": "type",
|
|
10518
|
+
"type": {
|
|
10519
|
+
"text": "string"
|
|
10520
|
+
}
|
|
10521
|
+
},
|
|
10522
|
+
{
|
|
10523
|
+
"name": "listener",
|
|
10524
|
+
"type": {
|
|
10525
|
+
"text": "(ev: any) => any"
|
|
10526
|
+
}
|
|
10527
|
+
},
|
|
10528
|
+
{
|
|
10529
|
+
"name": "options",
|
|
10530
|
+
"optional": true,
|
|
10531
|
+
"type": {
|
|
10532
|
+
"text": "boolean | AddEventListenerOptions"
|
|
10533
|
+
}
|
|
10534
|
+
}
|
|
10535
|
+
]
|
|
10536
|
+
}
|
|
10537
|
+
]
|
|
10538
|
+
}
|
|
10539
|
+
],
|
|
10540
|
+
"exports": [
|
|
10541
|
+
{
|
|
10542
|
+
"kind": "js",
|
|
10543
|
+
"name": "EventController",
|
|
10208
10544
|
"declaration": {
|
|
10209
|
-
"name": "
|
|
10210
|
-
"module": "src/common/
|
|
10545
|
+
"name": "EventController",
|
|
10546
|
+
"module": "src/common/controllers/EventController.ts"
|
|
10211
10547
|
}
|
|
10212
|
-
}
|
|
10548
|
+
}
|
|
10549
|
+
]
|
|
10550
|
+
},
|
|
10551
|
+
{
|
|
10552
|
+
"kind": "javascript-module",
|
|
10553
|
+
"path": "src/common/controllers/FormDataController.ts",
|
|
10554
|
+
"declarations": [
|
|
10555
|
+
{
|
|
10556
|
+
"kind": "class",
|
|
10557
|
+
"description": "",
|
|
10558
|
+
"name": "FormDataController",
|
|
10559
|
+
"members": [
|
|
10560
|
+
{
|
|
10561
|
+
"kind": "field",
|
|
10562
|
+
"name": "events",
|
|
10563
|
+
"type": {
|
|
10564
|
+
"text": "EventController"
|
|
10565
|
+
},
|
|
10566
|
+
"privacy": "private",
|
|
10567
|
+
"default": "new EventController(host)"
|
|
10568
|
+
},
|
|
10569
|
+
{
|
|
10570
|
+
"kind": "method",
|
|
10571
|
+
"name": "hostConnected"
|
|
10572
|
+
},
|
|
10573
|
+
{
|
|
10574
|
+
"kind": "field",
|
|
10575
|
+
"name": "handleFormData",
|
|
10576
|
+
"privacy": "private"
|
|
10577
|
+
}
|
|
10578
|
+
]
|
|
10579
|
+
}
|
|
10580
|
+
],
|
|
10581
|
+
"exports": [
|
|
10213
10582
|
{
|
|
10214
10583
|
"kind": "js",
|
|
10215
|
-
"name": "
|
|
10584
|
+
"name": "FormDataController",
|
|
10216
10585
|
"declaration": {
|
|
10217
|
-
"name": "
|
|
10218
|
-
"module": "src/common/
|
|
10586
|
+
"name": "FormDataController",
|
|
10587
|
+
"module": "src/common/controllers/FormDataController.ts"
|
|
10219
10588
|
}
|
|
10220
|
-
}
|
|
10589
|
+
}
|
|
10590
|
+
]
|
|
10591
|
+
},
|
|
10592
|
+
{
|
|
10593
|
+
"kind": "javascript-module",
|
|
10594
|
+
"path": "src/common/controllers/LightDismissController.ts",
|
|
10595
|
+
"declarations": [
|
|
10596
|
+
{
|
|
10597
|
+
"kind": "class",
|
|
10598
|
+
"description": "",
|
|
10599
|
+
"name": "LightDismissController",
|
|
10600
|
+
"members": [
|
|
10601
|
+
{
|
|
10602
|
+
"kind": "field",
|
|
10603
|
+
"name": "shortcut",
|
|
10604
|
+
"type": {
|
|
10605
|
+
"text": "ShortcutController"
|
|
10606
|
+
},
|
|
10607
|
+
"privacy": "private",
|
|
10608
|
+
"default": "new ShortcutController(host, { Escape: this.handleEsc })"
|
|
10609
|
+
},
|
|
10610
|
+
{
|
|
10611
|
+
"kind": "field",
|
|
10612
|
+
"name": "events",
|
|
10613
|
+
"type": {
|
|
10614
|
+
"text": "EventController"
|
|
10615
|
+
},
|
|
10616
|
+
"privacy": "private",
|
|
10617
|
+
"default": "new EventController(host)"
|
|
10618
|
+
},
|
|
10619
|
+
{
|
|
10620
|
+
"kind": "method",
|
|
10621
|
+
"name": "hostConnected"
|
|
10622
|
+
},
|
|
10623
|
+
{
|
|
10624
|
+
"kind": "field",
|
|
10625
|
+
"name": "handleEsc",
|
|
10626
|
+
"privacy": "private"
|
|
10627
|
+
},
|
|
10628
|
+
{
|
|
10629
|
+
"kind": "field",
|
|
10630
|
+
"name": "handleClickOut",
|
|
10631
|
+
"privacy": "private"
|
|
10632
|
+
}
|
|
10633
|
+
]
|
|
10634
|
+
}
|
|
10635
|
+
],
|
|
10636
|
+
"exports": [
|
|
10221
10637
|
{
|
|
10222
10638
|
"kind": "js",
|
|
10223
|
-
"name": "
|
|
10639
|
+
"name": "LightDismissController",
|
|
10224
10640
|
"declaration": {
|
|
10225
|
-
"name": "
|
|
10226
|
-
"module": "src/common/
|
|
10641
|
+
"name": "LightDismissController",
|
|
10642
|
+
"module": "src/common/controllers/LightDismissController.ts"
|
|
10227
10643
|
}
|
|
10228
|
-
}
|
|
10644
|
+
}
|
|
10645
|
+
]
|
|
10646
|
+
},
|
|
10647
|
+
{
|
|
10648
|
+
"kind": "javascript-module",
|
|
10649
|
+
"path": "src/common/controllers/LightDomController.ts",
|
|
10650
|
+
"declarations": [
|
|
10651
|
+
{
|
|
10652
|
+
"kind": "class",
|
|
10653
|
+
"description": "",
|
|
10654
|
+
"name": "LightDomController",
|
|
10655
|
+
"members": [
|
|
10656
|
+
{
|
|
10657
|
+
"kind": "field",
|
|
10658
|
+
"name": "container",
|
|
10659
|
+
"type": {
|
|
10660
|
+
"text": "HTMLElement"
|
|
10661
|
+
},
|
|
10662
|
+
"privacy": "private"
|
|
10663
|
+
},
|
|
10664
|
+
{
|
|
10665
|
+
"kind": "method",
|
|
10666
|
+
"name": "hostUpdated"
|
|
10667
|
+
},
|
|
10668
|
+
{
|
|
10669
|
+
"kind": "method",
|
|
10670
|
+
"name": "hostDisconnected"
|
|
10671
|
+
}
|
|
10672
|
+
]
|
|
10673
|
+
}
|
|
10674
|
+
],
|
|
10675
|
+
"exports": [
|
|
10229
10676
|
{
|
|
10230
10677
|
"kind": "js",
|
|
10231
|
-
"name": "
|
|
10678
|
+
"name": "LightDomController",
|
|
10232
10679
|
"declaration": {
|
|
10233
|
-
"name": "
|
|
10234
|
-
"module": "src/common/
|
|
10680
|
+
"name": "LightDomController",
|
|
10681
|
+
"module": "src/common/controllers/LightDomController.ts"
|
|
10235
10682
|
}
|
|
10236
10683
|
}
|
|
10237
10684
|
]
|
|
10238
10685
|
},
|
|
10239
10686
|
{
|
|
10240
10687
|
"kind": "javascript-module",
|
|
10241
|
-
"path": "src/common/
|
|
10688
|
+
"path": "src/common/controllers/LightSlotController.ts",
|
|
10242
10689
|
"declarations": [
|
|
10243
10690
|
{
|
|
10244
|
-
"kind": "
|
|
10245
|
-
"
|
|
10246
|
-
"
|
|
10247
|
-
|
|
10248
|
-
"text": "TInner"
|
|
10249
|
-
}
|
|
10250
|
-
},
|
|
10251
|
-
"parameters": [
|
|
10691
|
+
"kind": "class",
|
|
10692
|
+
"description": "Handles cases where a component needs to render to light DOM,\nand potentially sync component properties to user-supplied content.",
|
|
10693
|
+
"name": "LightSlotController",
|
|
10694
|
+
"members": [
|
|
10252
10695
|
{
|
|
10253
|
-
"
|
|
10696
|
+
"kind": "field",
|
|
10697
|
+
"name": "renderHook",
|
|
10254
10698
|
"type": {
|
|
10255
|
-
"text": "
|
|
10256
|
-
}
|
|
10699
|
+
"text": "Comment"
|
|
10700
|
+
},
|
|
10701
|
+
"privacy": "private"
|
|
10257
10702
|
},
|
|
10258
10703
|
{
|
|
10259
|
-
"
|
|
10704
|
+
"kind": "field",
|
|
10705
|
+
"name": "lightDom",
|
|
10260
10706
|
"type": {
|
|
10261
|
-
"text": "
|
|
10262
|
-
}
|
|
10707
|
+
"text": "LightDomController"
|
|
10708
|
+
},
|
|
10709
|
+
"privacy": "private",
|
|
10710
|
+
"default": "new LightDomController(host, {\n render: () => (this.hasContent ? nothing : this.options.render()),\n renderOptions: { renderBefore: this.renderHook },\n })"
|
|
10263
10711
|
},
|
|
10264
10712
|
{
|
|
10265
|
-
"
|
|
10266
|
-
"
|
|
10267
|
-
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
]
|
|
10271
|
-
},
|
|
10272
|
-
{
|
|
10273
|
-
"kind": "function",
|
|
10274
|
-
"name": "wrapIf",
|
|
10275
|
-
"return": {
|
|
10276
|
-
"type": {
|
|
10277
|
-
"text": "TWrapper"
|
|
10278
|
-
}
|
|
10279
|
-
},
|
|
10280
|
-
"parameters": [
|
|
10281
|
-
{
|
|
10282
|
-
"name": "condition",
|
|
10283
|
-
"type": {
|
|
10284
|
-
"text": "true"
|
|
10713
|
+
"kind": "method",
|
|
10714
|
+
"name": "hostConnected",
|
|
10715
|
+
"inheritedFrom": {
|
|
10716
|
+
"name": "SlotController",
|
|
10717
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10285
10718
|
}
|
|
10286
10719
|
},
|
|
10287
10720
|
{
|
|
10288
|
-
"
|
|
10289
|
-
"
|
|
10290
|
-
"text": "() => TInner"
|
|
10291
|
-
}
|
|
10721
|
+
"kind": "method",
|
|
10722
|
+
"name": "hostDisconnected"
|
|
10292
10723
|
},
|
|
10293
10724
|
{
|
|
10294
|
-
"
|
|
10295
|
-
"
|
|
10296
|
-
|
|
10725
|
+
"kind": "field",
|
|
10726
|
+
"name": "onChange",
|
|
10727
|
+
"privacy": "protected",
|
|
10728
|
+
"parameters": [
|
|
10729
|
+
{
|
|
10730
|
+
"name": "_e",
|
|
10731
|
+
"type": {
|
|
10732
|
+
"text": "Event"
|
|
10733
|
+
}
|
|
10734
|
+
}
|
|
10735
|
+
],
|
|
10736
|
+
"inheritedFrom": {
|
|
10737
|
+
"name": "SlotController",
|
|
10738
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10297
10739
|
}
|
|
10298
|
-
}
|
|
10299
|
-
]
|
|
10300
|
-
},
|
|
10301
|
-
{
|
|
10302
|
-
"kind": "function",
|
|
10303
|
-
"name": "wrapIf",
|
|
10304
|
-
"return": {
|
|
10305
|
-
"type": {
|
|
10306
|
-
"text": "TInner | TWrapper"
|
|
10307
|
-
}
|
|
10308
|
-
},
|
|
10309
|
-
"parameters": [
|
|
10740
|
+
},
|
|
10310
10741
|
{
|
|
10311
|
-
"
|
|
10312
|
-
"
|
|
10313
|
-
|
|
10314
|
-
}
|
|
10742
|
+
"kind": "method",
|
|
10743
|
+
"name": "syncLightDom",
|
|
10744
|
+
"privacy": "private"
|
|
10315
10745
|
},
|
|
10316
10746
|
{
|
|
10317
|
-
"
|
|
10747
|
+
"kind": "field",
|
|
10748
|
+
"name": "events",
|
|
10318
10749
|
"type": {
|
|
10319
|
-
"text": "
|
|
10750
|
+
"text": "EventController"
|
|
10751
|
+
},
|
|
10752
|
+
"privacy": "private",
|
|
10753
|
+
"default": "new EventController(host)",
|
|
10754
|
+
"inheritedFrom": {
|
|
10755
|
+
"name": "SlotController",
|
|
10756
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10320
10757
|
}
|
|
10321
10758
|
},
|
|
10322
10759
|
{
|
|
10323
|
-
"
|
|
10324
|
-
"
|
|
10325
|
-
|
|
10760
|
+
"kind": "field",
|
|
10761
|
+
"name": "hasContent",
|
|
10762
|
+
"inheritedFrom": {
|
|
10763
|
+
"name": "SlotController",
|
|
10764
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10326
10765
|
}
|
|
10327
|
-
}
|
|
10328
|
-
]
|
|
10329
|
-
},
|
|
10330
|
-
{
|
|
10331
|
-
"kind": "function",
|
|
10332
|
-
"name": "wrapIf",
|
|
10333
|
-
"parameters": [
|
|
10766
|
+
},
|
|
10334
10767
|
{
|
|
10335
|
-
"
|
|
10336
|
-
"
|
|
10337
|
-
|
|
10768
|
+
"kind": "field",
|
|
10769
|
+
"name": "isEmpty",
|
|
10770
|
+
"inheritedFrom": {
|
|
10771
|
+
"name": "SlotController",
|
|
10772
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10338
10773
|
}
|
|
10339
10774
|
},
|
|
10340
10775
|
{
|
|
10341
|
-
"
|
|
10342
|
-
"
|
|
10343
|
-
|
|
10776
|
+
"kind": "field",
|
|
10777
|
+
"name": "content",
|
|
10778
|
+
"inheritedFrom": {
|
|
10779
|
+
"name": "SlotController",
|
|
10780
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10344
10781
|
}
|
|
10345
10782
|
},
|
|
10346
10783
|
{
|
|
10347
|
-
"
|
|
10348
|
-
"
|
|
10349
|
-
|
|
10784
|
+
"kind": "field",
|
|
10785
|
+
"name": "handleSlotChange",
|
|
10786
|
+
"privacy": "private",
|
|
10787
|
+
"inheritedFrom": {
|
|
10788
|
+
"name": "SlotController",
|
|
10789
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10350
10790
|
}
|
|
10351
10791
|
}
|
|
10352
10792
|
],
|
|
10353
|
-
"
|
|
10354
|
-
"
|
|
10355
|
-
|
|
10356
|
-
|
|
10357
|
-
|
|
10793
|
+
"superclass": {
|
|
10794
|
+
"name": "SlotController",
|
|
10795
|
+
"module": "/src/common/controllers/SlotController.js"
|
|
10796
|
+
},
|
|
10797
|
+
"status": null,
|
|
10798
|
+
"category": null
|
|
10358
10799
|
}
|
|
10359
10800
|
],
|
|
10360
10801
|
"exports": [
|
|
10361
10802
|
{
|
|
10362
10803
|
"kind": "js",
|
|
10363
|
-
"name": "
|
|
10804
|
+
"name": "LightSlotController",
|
|
10364
10805
|
"declaration": {
|
|
10365
|
-
"name": "
|
|
10366
|
-
"module": "src/common/
|
|
10806
|
+
"name": "LightSlotController",
|
|
10807
|
+
"module": "src/common/controllers/LightSlotController.ts"
|
|
10367
10808
|
}
|
|
10368
|
-
}
|
|
10809
|
+
}
|
|
10810
|
+
]
|
|
10811
|
+
},
|
|
10812
|
+
{
|
|
10813
|
+
"kind": "javascript-module",
|
|
10814
|
+
"path": "src/common/controllers/MediaQueryController.ts",
|
|
10815
|
+
"declarations": [
|
|
10369
10816
|
{
|
|
10370
|
-
"kind": "
|
|
10371
|
-
"
|
|
10372
|
-
"
|
|
10373
|
-
|
|
10374
|
-
|
|
10375
|
-
|
|
10376
|
-
|
|
10817
|
+
"kind": "class",
|
|
10818
|
+
"description": "",
|
|
10819
|
+
"name": "MediaQueryController",
|
|
10820
|
+
"members": [
|
|
10821
|
+
{
|
|
10822
|
+
"kind": "field",
|
|
10823
|
+
"name": "mq",
|
|
10824
|
+
"type": {
|
|
10825
|
+
"text": "MediaQueryList"
|
|
10826
|
+
},
|
|
10827
|
+
"privacy": "private"
|
|
10828
|
+
},
|
|
10829
|
+
{
|
|
10830
|
+
"kind": "field",
|
|
10831
|
+
"name": "matches"
|
|
10832
|
+
},
|
|
10833
|
+
{
|
|
10834
|
+
"kind": "method",
|
|
10835
|
+
"name": "hostConnected"
|
|
10836
|
+
},
|
|
10837
|
+
{
|
|
10838
|
+
"kind": "method",
|
|
10839
|
+
"name": "hostDisconnected"
|
|
10840
|
+
},
|
|
10841
|
+
{
|
|
10842
|
+
"kind": "field",
|
|
10843
|
+
"name": "handleChange"
|
|
10844
|
+
}
|
|
10845
|
+
]
|
|
10846
|
+
}
|
|
10847
|
+
],
|
|
10848
|
+
"exports": [
|
|
10377
10849
|
{
|
|
10378
10850
|
"kind": "js",
|
|
10379
|
-
"name": "
|
|
10851
|
+
"name": "MediaQueryController",
|
|
10380
10852
|
"declaration": {
|
|
10381
|
-
"name": "
|
|
10382
|
-
"module": "src/common/
|
|
10853
|
+
"name": "MediaQueryController",
|
|
10854
|
+
"module": "src/common/controllers/MediaQueryController.ts"
|
|
10383
10855
|
}
|
|
10384
|
-
}
|
|
10856
|
+
}
|
|
10857
|
+
]
|
|
10858
|
+
},
|
|
10859
|
+
{
|
|
10860
|
+
"kind": "javascript-module",
|
|
10861
|
+
"path": "src/common/controllers/PortalController.ts",
|
|
10862
|
+
"declarations": [
|
|
10863
|
+
{
|
|
10864
|
+
"kind": "class",
|
|
10865
|
+
"description": "",
|
|
10866
|
+
"name": "PortalController",
|
|
10867
|
+
"members": [
|
|
10868
|
+
{
|
|
10869
|
+
"kind": "field",
|
|
10870
|
+
"name": "renderHook",
|
|
10871
|
+
"type": {
|
|
10872
|
+
"text": "Comment"
|
|
10873
|
+
},
|
|
10874
|
+
"privacy": "private"
|
|
10875
|
+
},
|
|
10876
|
+
{
|
|
10877
|
+
"kind": "field",
|
|
10878
|
+
"name": "lightDom",
|
|
10879
|
+
"type": {
|
|
10880
|
+
"text": "LightDomController"
|
|
10881
|
+
},
|
|
10882
|
+
"privacy": "private",
|
|
10883
|
+
"default": "new LightDomController(host, {\n render: () => this.options.render.call(host),\n container: options.outlet,\n renderOptions: {\n renderBefore: this.renderHook,\n host,\n },\n })"
|
|
10884
|
+
},
|
|
10885
|
+
{
|
|
10886
|
+
"kind": "method",
|
|
10887
|
+
"name": "hostConnected"
|
|
10888
|
+
},
|
|
10889
|
+
{
|
|
10890
|
+
"kind": "method",
|
|
10891
|
+
"name": "hostUpdated"
|
|
10892
|
+
},
|
|
10893
|
+
{
|
|
10894
|
+
"kind": "method",
|
|
10895
|
+
"name": "hostDisconnected"
|
|
10896
|
+
}
|
|
10897
|
+
]
|
|
10898
|
+
}
|
|
10899
|
+
],
|
|
10900
|
+
"exports": [
|
|
10385
10901
|
{
|
|
10386
10902
|
"kind": "js",
|
|
10387
|
-
"name": "
|
|
10903
|
+
"name": "PortalController",
|
|
10388
10904
|
"declaration": {
|
|
10389
|
-
"name": "
|
|
10390
|
-
"module": "src/common/
|
|
10905
|
+
"name": "PortalController",
|
|
10906
|
+
"module": "src/common/controllers/PortalController.ts"
|
|
10391
10907
|
}
|
|
10392
10908
|
}
|
|
10393
10909
|
]
|
|
10394
10910
|
},
|
|
10395
10911
|
{
|
|
10396
10912
|
"kind": "javascript-module",
|
|
10397
|
-
"path": "src/common/controllers/
|
|
10913
|
+
"path": "src/common/controllers/ShortcutController.ts",
|
|
10398
10914
|
"declarations": [
|
|
10399
10915
|
{
|
|
10400
10916
|
"kind": "class",
|
|
10401
10917
|
"description": "",
|
|
10402
|
-
"name": "
|
|
10918
|
+
"name": "ShortcutController",
|
|
10403
10919
|
"members": [
|
|
10404
10920
|
{
|
|
10405
10921
|
"kind": "field",
|
|
10406
|
-
"name": "
|
|
10407
|
-
"privacy": "private",
|
|
10408
|
-
"static": true,
|
|
10409
|
-
"default": "new Set<ReactiveControllerHost>()"
|
|
10410
|
-
},
|
|
10411
|
-
{
|
|
10412
|
-
"kind": "field",
|
|
10413
|
-
"name": "observer",
|
|
10922
|
+
"name": "unregister",
|
|
10414
10923
|
"type": {
|
|
10415
|
-
"text": "
|
|
10924
|
+
"text": "ReturnType<typeof tinykeys> | undefined"
|
|
10416
10925
|
},
|
|
10417
|
-
"privacy": "private"
|
|
10418
|
-
"static": true
|
|
10419
|
-
},
|
|
10420
|
-
{
|
|
10421
|
-
"kind": "field",
|
|
10422
|
-
"name": "dir",
|
|
10423
|
-
"type": {
|
|
10424
|
-
"text": "WritingDirection"
|
|
10425
|
-
}
|
|
10426
|
-
},
|
|
10427
|
-
{
|
|
10428
|
-
"kind": "field",
|
|
10429
|
-
"name": "isLTR"
|
|
10430
|
-
},
|
|
10431
|
-
{
|
|
10432
|
-
"kind": "field",
|
|
10433
|
-
"name": "isRTL"
|
|
10926
|
+
"privacy": "private"
|
|
10434
10927
|
},
|
|
10435
10928
|
{
|
|
10436
10929
|
"kind": "method",
|
|
@@ -10442,9 +10935,19 @@
|
|
|
10442
10935
|
},
|
|
10443
10936
|
{
|
|
10444
10937
|
"kind": "method",
|
|
10445
|
-
"name": "
|
|
10446
|
-
|
|
10447
|
-
|
|
10938
|
+
"name": "unbind"
|
|
10939
|
+
},
|
|
10940
|
+
{
|
|
10941
|
+
"kind": "method",
|
|
10942
|
+
"name": "bind",
|
|
10943
|
+
"parameters": [
|
|
10944
|
+
{
|
|
10945
|
+
"name": "shortcuts",
|
|
10946
|
+
"type": {
|
|
10947
|
+
"text": "KeyBindingMap"
|
|
10948
|
+
}
|
|
10949
|
+
}
|
|
10950
|
+
]
|
|
10448
10951
|
}
|
|
10449
10952
|
]
|
|
10450
10953
|
}
|
|
@@ -10452,207 +10955,70 @@
|
|
|
10452
10955
|
"exports": [
|
|
10453
10956
|
{
|
|
10454
10957
|
"kind": "js",
|
|
10455
|
-
"name": "
|
|
10958
|
+
"name": "ShortcutController",
|
|
10456
10959
|
"declaration": {
|
|
10457
|
-
"name": "
|
|
10458
|
-
"module": "src/common/controllers/
|
|
10960
|
+
"name": "ShortcutController",
|
|
10961
|
+
"module": "src/common/controllers/ShortcutController.ts"
|
|
10962
|
+
}
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"kind": "js",
|
|
10966
|
+
"name": "ShortcutMap",
|
|
10967
|
+
"declaration": {
|
|
10968
|
+
"name": "KeyBindingMap",
|
|
10969
|
+
"module": "src/common/controllers/ShortcutController.ts"
|
|
10459
10970
|
}
|
|
10460
10971
|
}
|
|
10461
10972
|
]
|
|
10462
10973
|
},
|
|
10463
10974
|
{
|
|
10464
10975
|
"kind": "javascript-module",
|
|
10465
|
-
"path": "src/common/controllers/
|
|
10976
|
+
"path": "src/common/controllers/SlotController.ts",
|
|
10466
10977
|
"declarations": [
|
|
10467
10978
|
{
|
|
10468
10979
|
"kind": "class",
|
|
10469
10980
|
"description": "",
|
|
10470
|
-
"name": "
|
|
10981
|
+
"name": "SlotController",
|
|
10471
10982
|
"members": [
|
|
10472
10983
|
{
|
|
10473
10984
|
"kind": "field",
|
|
10474
|
-
"name": "
|
|
10985
|
+
"name": "events",
|
|
10475
10986
|
"type": {
|
|
10476
|
-
"text": "
|
|
10987
|
+
"text": "EventController"
|
|
10477
10988
|
},
|
|
10478
10989
|
"privacy": "private",
|
|
10479
|
-
"default": "
|
|
10990
|
+
"default": "new EventController(host)"
|
|
10480
10991
|
},
|
|
10481
10992
|
{
|
|
10482
10993
|
"kind": "method",
|
|
10483
|
-
"name": "
|
|
10994
|
+
"name": "hostConnected"
|
|
10484
10995
|
},
|
|
10485
10996
|
{
|
|
10486
|
-
"kind": "
|
|
10487
|
-
"name": "
|
|
10488
|
-
"return": {
|
|
10489
|
-
"type": {
|
|
10490
|
-
"text": "void"
|
|
10491
|
-
}
|
|
10492
|
-
},
|
|
10493
|
-
"parameters": [
|
|
10494
|
-
{
|
|
10495
|
-
"name": "window",
|
|
10496
|
-
"type": {
|
|
10497
|
-
"text": "Window"
|
|
10498
|
-
}
|
|
10499
|
-
},
|
|
10500
|
-
{
|
|
10501
|
-
"name": "type",
|
|
10502
|
-
"type": {
|
|
10503
|
-
"text": "K"
|
|
10504
|
-
}
|
|
10505
|
-
},
|
|
10506
|
-
{
|
|
10507
|
-
"name": "listener",
|
|
10508
|
-
"type": {
|
|
10509
|
-
"text": "(this: Window, ev: WindowEventMap[K]) => any"
|
|
10510
|
-
}
|
|
10511
|
-
},
|
|
10512
|
-
{
|
|
10513
|
-
"name": "options",
|
|
10514
|
-
"optional": true,
|
|
10515
|
-
"type": {
|
|
10516
|
-
"text": "boolean | AddEventListenerOptions"
|
|
10517
|
-
}
|
|
10518
|
-
}
|
|
10519
|
-
]
|
|
10997
|
+
"kind": "field",
|
|
10998
|
+
"name": "hasContent"
|
|
10520
10999
|
},
|
|
10521
11000
|
{
|
|
10522
|
-
"kind": "
|
|
10523
|
-
"name": "
|
|
10524
|
-
"return": {
|
|
10525
|
-
"type": {
|
|
10526
|
-
"text": "void"
|
|
10527
|
-
}
|
|
10528
|
-
},
|
|
10529
|
-
"parameters": [
|
|
10530
|
-
{
|
|
10531
|
-
"name": "document",
|
|
10532
|
-
"type": {
|
|
10533
|
-
"text": "Document"
|
|
10534
|
-
}
|
|
10535
|
-
},
|
|
10536
|
-
{
|
|
10537
|
-
"name": "type",
|
|
10538
|
-
"type": {
|
|
10539
|
-
"text": "K"
|
|
10540
|
-
}
|
|
10541
|
-
},
|
|
10542
|
-
{
|
|
10543
|
-
"name": "listener",
|
|
10544
|
-
"type": {
|
|
10545
|
-
"text": "(this: Document, ev: DocumentEventMap[K]) => any"
|
|
10546
|
-
}
|
|
10547
|
-
},
|
|
10548
|
-
{
|
|
10549
|
-
"name": "options",
|
|
10550
|
-
"optional": true,
|
|
10551
|
-
"type": {
|
|
10552
|
-
"text": "boolean | AddEventListenerOptions"
|
|
10553
|
-
}
|
|
10554
|
-
}
|
|
10555
|
-
]
|
|
11001
|
+
"kind": "field",
|
|
11002
|
+
"name": "isEmpty"
|
|
10556
11003
|
},
|
|
10557
11004
|
{
|
|
10558
|
-
"kind": "
|
|
10559
|
-
"name": "
|
|
10560
|
-
"return": {
|
|
10561
|
-
"type": {
|
|
10562
|
-
"text": "void"
|
|
10563
|
-
}
|
|
10564
|
-
},
|
|
10565
|
-
"parameters": [
|
|
10566
|
-
{
|
|
10567
|
-
"name": "element",
|
|
10568
|
-
"type": {
|
|
10569
|
-
"text": "HTMLElement"
|
|
10570
|
-
}
|
|
10571
|
-
},
|
|
10572
|
-
{
|
|
10573
|
-
"name": "type",
|
|
10574
|
-
"type": {
|
|
10575
|
-
"text": "K"
|
|
10576
|
-
}
|
|
10577
|
-
},
|
|
10578
|
-
{
|
|
10579
|
-
"name": "listener",
|
|
10580
|
-
"type": {
|
|
10581
|
-
"text": "(this: HTMLElement, ev: HTMLElementEventMap[K]) => any"
|
|
10582
|
-
}
|
|
10583
|
-
},
|
|
10584
|
-
{
|
|
10585
|
-
"name": "options",
|
|
10586
|
-
"optional": true,
|
|
10587
|
-
"type": {
|
|
10588
|
-
"text": "boolean | AddEventListenerOptions"
|
|
10589
|
-
}
|
|
10590
|
-
}
|
|
10591
|
-
]
|
|
11005
|
+
"kind": "field",
|
|
11006
|
+
"name": "content"
|
|
10592
11007
|
},
|
|
10593
11008
|
{
|
|
10594
|
-
"kind": "
|
|
10595
|
-
"name": "
|
|
10596
|
-
"
|
|
10597
|
-
"type": {
|
|
10598
|
-
"text": "void"
|
|
10599
|
-
}
|
|
10600
|
-
},
|
|
10601
|
-
"parameters": [
|
|
10602
|
-
{
|
|
10603
|
-
"name": "element",
|
|
10604
|
-
"type": {
|
|
10605
|
-
"text": "ShadowRoot"
|
|
10606
|
-
}
|
|
10607
|
-
},
|
|
10608
|
-
{
|
|
10609
|
-
"name": "type",
|
|
10610
|
-
"type": {
|
|
10611
|
-
"text": "K"
|
|
10612
|
-
}
|
|
10613
|
-
},
|
|
10614
|
-
{
|
|
10615
|
-
"name": "listener",
|
|
10616
|
-
"type": {
|
|
10617
|
-
"text": "(this: ShadowRoot, ev: ShadowRootEventMap[K]) => any"
|
|
10618
|
-
}
|
|
10619
|
-
},
|
|
10620
|
-
{
|
|
10621
|
-
"name": "options",
|
|
10622
|
-
"optional": true,
|
|
10623
|
-
"type": {
|
|
10624
|
-
"text": "boolean | AddEventListenerOptions"
|
|
10625
|
-
}
|
|
10626
|
-
}
|
|
10627
|
-
]
|
|
11009
|
+
"kind": "field",
|
|
11010
|
+
"name": "handleSlotChange",
|
|
11011
|
+
"privacy": "private"
|
|
10628
11012
|
},
|
|
10629
|
-
{
|
|
10630
|
-
"kind": "method",
|
|
10631
|
-
"name": "
|
|
10632
|
-
"
|
|
10633
|
-
|
|
10634
|
-
"name": "element",
|
|
10635
|
-
"type": {
|
|
10636
|
-
"text": "Window | Document | HTMLElement | ShadowRoot"
|
|
10637
|
-
}
|
|
10638
|
-
},
|
|
10639
|
-
{
|
|
10640
|
-
"name": "type",
|
|
10641
|
-
"type": {
|
|
10642
|
-
"text": "string"
|
|
10643
|
-
}
|
|
10644
|
-
},
|
|
10645
|
-
{
|
|
10646
|
-
"name": "listener",
|
|
10647
|
-
"type": {
|
|
10648
|
-
"text": "(ev: any) => any"
|
|
10649
|
-
}
|
|
10650
|
-
},
|
|
11013
|
+
{
|
|
11014
|
+
"kind": "method",
|
|
11015
|
+
"name": "onChange",
|
|
11016
|
+
"privacy": "protected",
|
|
11017
|
+
"parameters": [
|
|
10651
11018
|
{
|
|
10652
|
-
"name": "
|
|
10653
|
-
"optional": true,
|
|
11019
|
+
"name": "_e",
|
|
10654
11020
|
"type": {
|
|
10655
|
-
"text": "
|
|
11021
|
+
"text": "Event"
|
|
10656
11022
|
}
|
|
10657
11023
|
}
|
|
10658
11024
|
]
|
|
@@ -10663,22 +11029,22 @@
|
|
|
10663
11029
|
"exports": [
|
|
10664
11030
|
{
|
|
10665
11031
|
"kind": "js",
|
|
10666
|
-
"name": "
|
|
11032
|
+
"name": "SlotController",
|
|
10667
11033
|
"declaration": {
|
|
10668
|
-
"name": "
|
|
10669
|
-
"module": "src/common/controllers/
|
|
11034
|
+
"name": "SlotController",
|
|
11035
|
+
"module": "src/common/controllers/SlotController.ts"
|
|
10670
11036
|
}
|
|
10671
11037
|
}
|
|
10672
11038
|
]
|
|
10673
11039
|
},
|
|
10674
11040
|
{
|
|
10675
11041
|
"kind": "javascript-module",
|
|
10676
|
-
"path": "src/common/controllers/
|
|
11042
|
+
"path": "src/common/controllers/SwipeController.ts",
|
|
10677
11043
|
"declarations": [
|
|
10678
11044
|
{
|
|
10679
11045
|
"kind": "class",
|
|
10680
11046
|
"description": "",
|
|
10681
|
-
"name": "
|
|
11047
|
+
"name": "SwipeController",
|
|
10682
11048
|
"members": [
|
|
10683
11049
|
{
|
|
10684
11050
|
"kind": "field",
|
|
@@ -10690,285 +11056,320 @@
|
|
|
10690
11056
|
"default": "new EventController(host)"
|
|
10691
11057
|
},
|
|
10692
11058
|
{
|
|
10693
|
-
"kind": "
|
|
10694
|
-
"name": "
|
|
11059
|
+
"kind": "field",
|
|
11060
|
+
"name": "hadFirstUpdate",
|
|
11061
|
+
"type": {
|
|
11062
|
+
"text": "boolean"
|
|
11063
|
+
},
|
|
11064
|
+
"privacy": "private",
|
|
11065
|
+
"default": "false"
|
|
10695
11066
|
},
|
|
10696
11067
|
{
|
|
10697
11068
|
"kind": "field",
|
|
10698
|
-
"name": "
|
|
10699
|
-
"
|
|
10700
|
-
|
|
10701
|
-
|
|
10702
|
-
|
|
10703
|
-
|
|
10704
|
-
|
|
10705
|
-
{
|
|
10706
|
-
"kind": "js",
|
|
10707
|
-
"name": "FormDataController",
|
|
10708
|
-
"declaration": {
|
|
10709
|
-
"name": "FormDataController",
|
|
10710
|
-
"module": "src/common/controllers/FormDataController.ts"
|
|
10711
|
-
}
|
|
10712
|
-
}
|
|
10713
|
-
]
|
|
10714
|
-
},
|
|
10715
|
-
{
|
|
10716
|
-
"kind": "javascript-module",
|
|
10717
|
-
"path": "src/common/controllers/LightDismissController.ts",
|
|
10718
|
-
"declarations": [
|
|
10719
|
-
{
|
|
10720
|
-
"kind": "class",
|
|
10721
|
-
"description": "",
|
|
10722
|
-
"name": "LightDismissController",
|
|
10723
|
-
"members": [
|
|
11069
|
+
"name": "initialTouchX",
|
|
11070
|
+
"type": {
|
|
11071
|
+
"text": "number"
|
|
11072
|
+
},
|
|
11073
|
+
"privacy": "private",
|
|
11074
|
+
"default": "0"
|
|
11075
|
+
},
|
|
10724
11076
|
{
|
|
10725
11077
|
"kind": "field",
|
|
10726
|
-
"name": "
|
|
11078
|
+
"name": "initialTouchY",
|
|
10727
11079
|
"type": {
|
|
10728
|
-
"text": "
|
|
11080
|
+
"text": "number"
|
|
10729
11081
|
},
|
|
10730
11082
|
"privacy": "private",
|
|
10731
|
-
"default": "
|
|
11083
|
+
"default": "0"
|
|
10732
11084
|
},
|
|
10733
11085
|
{
|
|
10734
11086
|
"kind": "field",
|
|
10735
|
-
"name": "
|
|
11087
|
+
"name": "options",
|
|
10736
11088
|
"type": {
|
|
10737
|
-
"text": "
|
|
11089
|
+
"text": "SetRequired<SwipeControllerOptions, \"target\">"
|
|
10738
11090
|
},
|
|
10739
11091
|
"privacy": "private",
|
|
10740
|
-
"default": "
|
|
11092
|
+
"default": "{\n target: () => host,\n ...options,\n }"
|
|
10741
11093
|
},
|
|
10742
11094
|
{
|
|
10743
11095
|
"kind": "method",
|
|
10744
|
-
"name": "
|
|
11096
|
+
"name": "hostUpdated"
|
|
11097
|
+
},
|
|
11098
|
+
{
|
|
11099
|
+
"kind": "method",
|
|
11100
|
+
"name": "hostDisconnected"
|
|
10745
11101
|
},
|
|
10746
11102
|
{
|
|
10747
11103
|
"kind": "field",
|
|
10748
|
-
"name": "
|
|
11104
|
+
"name": "handleTouchStart",
|
|
10749
11105
|
"privacy": "private"
|
|
10750
11106
|
},
|
|
10751
11107
|
{
|
|
10752
11108
|
"kind": "field",
|
|
10753
|
-
"name": "
|
|
11109
|
+
"name": "handleTouchEnd",
|
|
10754
11110
|
"privacy": "private"
|
|
10755
11111
|
}
|
|
10756
11112
|
]
|
|
11113
|
+
},
|
|
11114
|
+
{
|
|
11115
|
+
"kind": "function",
|
|
11116
|
+
"name": "isHorizontalSwipe",
|
|
11117
|
+
"parameters": [
|
|
11118
|
+
{
|
|
11119
|
+
"name": "{ distX, distY }",
|
|
11120
|
+
"type": {
|
|
11121
|
+
"text": "SwipeDetails"
|
|
11122
|
+
}
|
|
11123
|
+
}
|
|
11124
|
+
]
|
|
11125
|
+
},
|
|
11126
|
+
{
|
|
11127
|
+
"kind": "function",
|
|
11128
|
+
"name": "isDownwardsSwipe",
|
|
11129
|
+
"parameters": [
|
|
11130
|
+
{
|
|
11131
|
+
"name": "{ distX, distY }",
|
|
11132
|
+
"type": {
|
|
11133
|
+
"text": "SwipeDetails"
|
|
11134
|
+
}
|
|
11135
|
+
}
|
|
11136
|
+
]
|
|
10757
11137
|
}
|
|
10758
11138
|
],
|
|
10759
11139
|
"exports": [
|
|
10760
11140
|
{
|
|
10761
11141
|
"kind": "js",
|
|
10762
|
-
"name": "
|
|
11142
|
+
"name": "SwipeController",
|
|
10763
11143
|
"declaration": {
|
|
10764
|
-
"name": "
|
|
10765
|
-
"module": "src/common/controllers/
|
|
11144
|
+
"name": "SwipeController",
|
|
11145
|
+
"module": "src/common/controllers/SwipeController.ts"
|
|
11146
|
+
}
|
|
11147
|
+
},
|
|
11148
|
+
{
|
|
11149
|
+
"kind": "js",
|
|
11150
|
+
"name": "isHorizontalSwipe",
|
|
11151
|
+
"declaration": {
|
|
11152
|
+
"name": "isHorizontalSwipe",
|
|
11153
|
+
"module": "src/common/controllers/SwipeController.ts"
|
|
11154
|
+
}
|
|
11155
|
+
},
|
|
11156
|
+
{
|
|
11157
|
+
"kind": "js",
|
|
11158
|
+
"name": "isDownwardsSwipe",
|
|
11159
|
+
"declaration": {
|
|
11160
|
+
"name": "isDownwardsSwipe",
|
|
11161
|
+
"module": "src/common/controllers/SwipeController.ts"
|
|
10766
11162
|
}
|
|
10767
11163
|
}
|
|
10768
11164
|
]
|
|
10769
11165
|
},
|
|
10770
11166
|
{
|
|
10771
11167
|
"kind": "javascript-module",
|
|
10772
|
-
"path": "src/common/
|
|
11168
|
+
"path": "src/common/directives/cond.ts",
|
|
10773
11169
|
"declarations": [
|
|
10774
11170
|
{
|
|
10775
|
-
"kind": "
|
|
10776
|
-
"
|
|
10777
|
-
"
|
|
10778
|
-
|
|
11171
|
+
"kind": "function",
|
|
11172
|
+
"name": "cond",
|
|
11173
|
+
"return": {
|
|
11174
|
+
"type": {
|
|
11175
|
+
"text": "typeof value | typeof nothing"
|
|
11176
|
+
}
|
|
11177
|
+
},
|
|
11178
|
+
"parameters": [
|
|
10779
11179
|
{
|
|
10780
|
-
"
|
|
10781
|
-
"name": "container",
|
|
11180
|
+
"name": "value",
|
|
10782
11181
|
"type": {
|
|
10783
|
-
"text": "
|
|
10784
|
-
}
|
|
10785
|
-
|
|
10786
|
-
|
|
11182
|
+
"text": "any"
|
|
11183
|
+
}
|
|
11184
|
+
}
|
|
11185
|
+
],
|
|
11186
|
+
"description": "if value is truthy, return it, otherwise return nothing"
|
|
11187
|
+
},
|
|
11188
|
+
{
|
|
11189
|
+
"kind": "function",
|
|
11190
|
+
"name": "cond",
|
|
11191
|
+
"return": {
|
|
11192
|
+
"type": {
|
|
11193
|
+
"text": "typeof trueCase | typeof nothing"
|
|
11194
|
+
}
|
|
11195
|
+
},
|
|
11196
|
+
"parameters": [
|
|
10787
11197
|
{
|
|
10788
|
-
"
|
|
10789
|
-
"
|
|
11198
|
+
"name": "condition",
|
|
11199
|
+
"type": {
|
|
11200
|
+
"text": "unknown"
|
|
11201
|
+
}
|
|
10790
11202
|
},
|
|
10791
11203
|
{
|
|
10792
|
-
"
|
|
10793
|
-
"
|
|
11204
|
+
"name": "trueCase",
|
|
11205
|
+
"type": {
|
|
11206
|
+
"text": "any"
|
|
11207
|
+
}
|
|
10794
11208
|
}
|
|
10795
|
-
]
|
|
10796
|
-
|
|
10797
|
-
|
|
10798
|
-
"exports": [
|
|
11209
|
+
],
|
|
11210
|
+
"description": "if condition is truthy, return trueCase, otherwise return nothing"
|
|
11211
|
+
},
|
|
10799
11212
|
{
|
|
10800
|
-
"kind": "
|
|
10801
|
-
"name": "
|
|
10802
|
-
"
|
|
10803
|
-
"
|
|
10804
|
-
|
|
10805
|
-
|
|
10806
|
-
|
|
10807
|
-
|
|
10808
|
-
|
|
10809
|
-
|
|
10810
|
-
|
|
10811
|
-
|
|
10812
|
-
|
|
11213
|
+
"kind": "function",
|
|
11214
|
+
"name": "cond",
|
|
11215
|
+
"return": {
|
|
11216
|
+
"type": {
|
|
11217
|
+
"text": "typeof trueCase"
|
|
11218
|
+
}
|
|
11219
|
+
},
|
|
11220
|
+
"parameters": [
|
|
11221
|
+
{
|
|
11222
|
+
"name": "condition",
|
|
11223
|
+
"type": {
|
|
11224
|
+
"text": "true"
|
|
11225
|
+
}
|
|
11226
|
+
},
|
|
11227
|
+
{
|
|
11228
|
+
"name": "trueCase",
|
|
11229
|
+
"type": {
|
|
11230
|
+
"text": "any"
|
|
11231
|
+
}
|
|
11232
|
+
}
|
|
11233
|
+
],
|
|
11234
|
+
"description": "condition is true, so always return trueCase"
|
|
11235
|
+
},
|
|
10813
11236
|
{
|
|
10814
|
-
"kind": "
|
|
10815
|
-
"
|
|
10816
|
-
"
|
|
10817
|
-
|
|
11237
|
+
"kind": "function",
|
|
11238
|
+
"name": "cond",
|
|
11239
|
+
"return": {
|
|
11240
|
+
"type": {
|
|
11241
|
+
"text": "typeof nothing"
|
|
11242
|
+
}
|
|
11243
|
+
},
|
|
11244
|
+
"parameters": [
|
|
10818
11245
|
{
|
|
10819
|
-
"
|
|
10820
|
-
"name": "renderHook",
|
|
11246
|
+
"name": "condition",
|
|
10821
11247
|
"type": {
|
|
10822
|
-
"text": "
|
|
10823
|
-
}
|
|
10824
|
-
"privacy": "private"
|
|
11248
|
+
"text": "false"
|
|
11249
|
+
}
|
|
10825
11250
|
},
|
|
10826
11251
|
{
|
|
10827
|
-
"
|
|
10828
|
-
"
|
|
11252
|
+
"name": "trueCase",
|
|
11253
|
+
"type": {
|
|
11254
|
+
"text": "any"
|
|
11255
|
+
}
|
|
11256
|
+
}
|
|
11257
|
+
],
|
|
11258
|
+
"description": "condition is false, to will always return nothing"
|
|
11259
|
+
},
|
|
11260
|
+
{
|
|
11261
|
+
"kind": "function",
|
|
11262
|
+
"name": "cond",
|
|
11263
|
+
"return": {
|
|
11264
|
+
"type": {
|
|
11265
|
+
"text": "typeof trueCase | typeof falseCase"
|
|
11266
|
+
}
|
|
11267
|
+
},
|
|
11268
|
+
"parameters": [
|
|
11269
|
+
{
|
|
11270
|
+
"name": "condition",
|
|
10829
11271
|
"type": {
|
|
10830
|
-
"text": "
|
|
10831
|
-
},
|
|
10832
|
-
"privacy": "private",
|
|
10833
|
-
"default": "new LightDomController(host, {\n render: () => (this.hasContent ? nothing : this.options.render()),\n renderOptions: { renderBefore: this.renderHook },\n })"
|
|
10834
|
-
},
|
|
10835
|
-
{
|
|
10836
|
-
"kind": "method",
|
|
10837
|
-
"name": "hostConnected",
|
|
10838
|
-
"inheritedFrom": {
|
|
10839
|
-
"name": "SlotController",
|
|
10840
|
-
"module": "src/common/controllers/SlotController.ts"
|
|
11272
|
+
"text": "unknown"
|
|
10841
11273
|
}
|
|
10842
11274
|
},
|
|
10843
11275
|
{
|
|
10844
|
-
"
|
|
10845
|
-
"
|
|
11276
|
+
"name": "trueCase",
|
|
11277
|
+
"type": {
|
|
11278
|
+
"text": "any"
|
|
11279
|
+
}
|
|
10846
11280
|
},
|
|
10847
11281
|
{
|
|
10848
|
-
"
|
|
10849
|
-
"
|
|
10850
|
-
|
|
10851
|
-
"parameters": [
|
|
10852
|
-
{
|
|
10853
|
-
"name": "_e",
|
|
10854
|
-
"type": {
|
|
10855
|
-
"text": "Event"
|
|
10856
|
-
}
|
|
10857
|
-
}
|
|
10858
|
-
],
|
|
10859
|
-
"inheritedFrom": {
|
|
10860
|
-
"name": "SlotController",
|
|
10861
|
-
"module": "src/common/controllers/SlotController.ts"
|
|
11282
|
+
"name": "falseCase",
|
|
11283
|
+
"type": {
|
|
11284
|
+
"text": "any"
|
|
10862
11285
|
}
|
|
10863
|
-
}
|
|
11286
|
+
}
|
|
11287
|
+
],
|
|
11288
|
+
"description": "if condition is truthy, return trueCase, otherwise return falseCase"
|
|
11289
|
+
},
|
|
11290
|
+
{
|
|
11291
|
+
"kind": "function",
|
|
11292
|
+
"name": "cond",
|
|
11293
|
+
"return": {
|
|
11294
|
+
"type": {
|
|
11295
|
+
"text": "typeof trueCase"
|
|
11296
|
+
}
|
|
11297
|
+
},
|
|
11298
|
+
"parameters": [
|
|
10864
11299
|
{
|
|
10865
|
-
"
|
|
10866
|
-
"
|
|
10867
|
-
|
|
11300
|
+
"name": "condition",
|
|
11301
|
+
"type": {
|
|
11302
|
+
"text": "true"
|
|
11303
|
+
}
|
|
10868
11304
|
},
|
|
10869
11305
|
{
|
|
10870
|
-
"
|
|
10871
|
-
"name": "events",
|
|
11306
|
+
"name": "trueCase",
|
|
10872
11307
|
"type": {
|
|
10873
|
-
"text": "
|
|
10874
|
-
},
|
|
10875
|
-
"privacy": "private",
|
|
10876
|
-
"default": "new EventController(host)",
|
|
10877
|
-
"inheritedFrom": {
|
|
10878
|
-
"name": "SlotController",
|
|
10879
|
-
"module": "src/common/controllers/SlotController.ts"
|
|
11308
|
+
"text": "any"
|
|
10880
11309
|
}
|
|
10881
11310
|
},
|
|
10882
11311
|
{
|
|
10883
|
-
"
|
|
10884
|
-
"
|
|
10885
|
-
|
|
10886
|
-
"name": "SlotController",
|
|
10887
|
-
"module": "src/common/controllers/SlotController.ts"
|
|
11312
|
+
"name": "falseCase",
|
|
11313
|
+
"type": {
|
|
11314
|
+
"text": "any"
|
|
10888
11315
|
}
|
|
10889
|
-
}
|
|
11316
|
+
}
|
|
11317
|
+
],
|
|
11318
|
+
"description": "condition is true, so always return trueCase"
|
|
11319
|
+
},
|
|
11320
|
+
{
|
|
11321
|
+
"kind": "function",
|
|
11322
|
+
"name": "cond",
|
|
11323
|
+
"return": {
|
|
11324
|
+
"type": {
|
|
11325
|
+
"text": "typeof falseCase"
|
|
11326
|
+
}
|
|
11327
|
+
},
|
|
11328
|
+
"parameters": [
|
|
10890
11329
|
{
|
|
10891
|
-
"
|
|
10892
|
-
"
|
|
10893
|
-
|
|
10894
|
-
"name": "SlotController",
|
|
10895
|
-
"module": "src/common/controllers/SlotController.ts"
|
|
11330
|
+
"name": "condition",
|
|
11331
|
+
"type": {
|
|
11332
|
+
"text": "false"
|
|
10896
11333
|
}
|
|
10897
11334
|
},
|
|
10898
11335
|
{
|
|
10899
|
-
"
|
|
10900
|
-
"
|
|
10901
|
-
|
|
10902
|
-
"name": "SlotController",
|
|
10903
|
-
"module": "src/common/controllers/SlotController.ts"
|
|
11336
|
+
"name": "trueCase",
|
|
11337
|
+
"type": {
|
|
11338
|
+
"text": "any"
|
|
10904
11339
|
}
|
|
10905
11340
|
},
|
|
10906
11341
|
{
|
|
10907
|
-
"
|
|
10908
|
-
"
|
|
10909
|
-
|
|
10910
|
-
"inheritedFrom": {
|
|
10911
|
-
"name": "SlotController",
|
|
10912
|
-
"module": "src/common/controllers/SlotController.ts"
|
|
11342
|
+
"name": "falseCase",
|
|
11343
|
+
"type": {
|
|
11344
|
+
"text": "any"
|
|
10913
11345
|
}
|
|
10914
11346
|
}
|
|
10915
11347
|
],
|
|
10916
|
-
"
|
|
10917
|
-
|
|
10918
|
-
"module": "/src/common/controllers/SlotController.js"
|
|
10919
|
-
},
|
|
10920
|
-
"status": null,
|
|
10921
|
-
"category": null
|
|
10922
|
-
}
|
|
10923
|
-
],
|
|
10924
|
-
"exports": [
|
|
10925
|
-
{
|
|
10926
|
-
"kind": "js",
|
|
10927
|
-
"name": "LightSlotController",
|
|
10928
|
-
"declaration": {
|
|
10929
|
-
"name": "LightSlotController",
|
|
10930
|
-
"module": "src/common/controllers/LightSlotController.ts"
|
|
10931
|
-
}
|
|
10932
|
-
}
|
|
10933
|
-
]
|
|
10934
|
-
},
|
|
10935
|
-
{
|
|
10936
|
-
"kind": "javascript-module",
|
|
10937
|
-
"path": "src/common/controllers/PortalController.ts",
|
|
10938
|
-
"declarations": [
|
|
11348
|
+
"description": "condition is false, so always return falseCase"
|
|
11349
|
+
},
|
|
10939
11350
|
{
|
|
10940
|
-
"kind": "
|
|
10941
|
-
"
|
|
10942
|
-
"
|
|
10943
|
-
"members": [
|
|
11351
|
+
"kind": "function",
|
|
11352
|
+
"name": "cond",
|
|
11353
|
+
"parameters": [
|
|
10944
11354
|
{
|
|
10945
|
-
"
|
|
10946
|
-
"name": "renderHook",
|
|
11355
|
+
"name": "condition",
|
|
10947
11356
|
"type": {
|
|
10948
|
-
"text": "
|
|
10949
|
-
}
|
|
10950
|
-
"privacy": "private"
|
|
11357
|
+
"text": "unknown"
|
|
11358
|
+
}
|
|
10951
11359
|
},
|
|
10952
11360
|
{
|
|
10953
|
-
"
|
|
10954
|
-
"
|
|
11361
|
+
"name": "trueCase",
|
|
11362
|
+
"default": "condition",
|
|
10955
11363
|
"type": {
|
|
10956
|
-
"text": "
|
|
10957
|
-
}
|
|
10958
|
-
"privacy": "private",
|
|
10959
|
-
"default": "new LightDomController(host, {\n render: () => this.options.render.call(host),\n container: options.outlet,\n renderOptions: {\n renderBefore: this.renderHook,\n host,\n },\n })"
|
|
10960
|
-
},
|
|
10961
|
-
{
|
|
10962
|
-
"kind": "method",
|
|
10963
|
-
"name": "hostConnected"
|
|
10964
|
-
},
|
|
10965
|
-
{
|
|
10966
|
-
"kind": "method",
|
|
10967
|
-
"name": "hostUpdated"
|
|
11364
|
+
"text": "any"
|
|
11365
|
+
}
|
|
10968
11366
|
},
|
|
10969
11367
|
{
|
|
10970
|
-
"
|
|
10971
|
-
"
|
|
11368
|
+
"name": "falseCase",
|
|
11369
|
+
"default": "nothing",
|
|
11370
|
+
"type": {
|
|
11371
|
+
"text": "any"
|
|
11372
|
+
}
|
|
10972
11373
|
}
|
|
10973
11374
|
]
|
|
10974
11375
|
}
|
|
@@ -10976,265 +11377,222 @@
|
|
|
10976
11377
|
"exports": [
|
|
10977
11378
|
{
|
|
10978
11379
|
"kind": "js",
|
|
10979
|
-
"name": "
|
|
11380
|
+
"name": "cond",
|
|
10980
11381
|
"declaration": {
|
|
10981
|
-
"name": "
|
|
10982
|
-
"module": "src/common/
|
|
11382
|
+
"name": "cond",
|
|
11383
|
+
"module": "src/common/directives/cond.ts"
|
|
10983
11384
|
}
|
|
10984
|
-
}
|
|
10985
|
-
]
|
|
10986
|
-
},
|
|
10987
|
-
{
|
|
10988
|
-
"kind": "javascript-module",
|
|
10989
|
-
"path": "src/common/controllers/ShortcutController.ts",
|
|
10990
|
-
"declarations": [
|
|
11385
|
+
},
|
|
10991
11386
|
{
|
|
10992
|
-
"kind": "
|
|
10993
|
-
"
|
|
10994
|
-
"
|
|
10995
|
-
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11005
|
-
|
|
11006
|
-
|
|
11007
|
-
|
|
11008
|
-
|
|
11009
|
-
|
|
11010
|
-
|
|
11011
|
-
|
|
11012
|
-
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
},
|
|
11016
|
-
{
|
|
11017
|
-
"kind": "method",
|
|
11018
|
-
"name": "bind",
|
|
11019
|
-
"parameters": [
|
|
11020
|
-
{
|
|
11021
|
-
"name": "shortcuts",
|
|
11022
|
-
"type": {
|
|
11023
|
-
"text": "KeyBindingMap"
|
|
11024
|
-
}
|
|
11025
|
-
}
|
|
11026
|
-
]
|
|
11027
|
-
}
|
|
11028
|
-
]
|
|
11029
|
-
}
|
|
11030
|
-
],
|
|
11031
|
-
"exports": [
|
|
11387
|
+
"kind": "js",
|
|
11388
|
+
"name": "cond",
|
|
11389
|
+
"declaration": {
|
|
11390
|
+
"name": "cond",
|
|
11391
|
+
"module": "src/common/directives/cond.ts"
|
|
11392
|
+
}
|
|
11393
|
+
},
|
|
11394
|
+
{
|
|
11395
|
+
"kind": "js",
|
|
11396
|
+
"name": "cond",
|
|
11397
|
+
"declaration": {
|
|
11398
|
+
"name": "cond",
|
|
11399
|
+
"module": "src/common/directives/cond.ts"
|
|
11400
|
+
}
|
|
11401
|
+
},
|
|
11402
|
+
{
|
|
11403
|
+
"kind": "js",
|
|
11404
|
+
"name": "cond",
|
|
11405
|
+
"declaration": {
|
|
11406
|
+
"name": "cond",
|
|
11407
|
+
"module": "src/common/directives/cond.ts"
|
|
11408
|
+
}
|
|
11409
|
+
},
|
|
11032
11410
|
{
|
|
11033
11411
|
"kind": "js",
|
|
11034
|
-
"name": "
|
|
11412
|
+
"name": "cond",
|
|
11035
11413
|
"declaration": {
|
|
11036
|
-
"name": "
|
|
11037
|
-
"module": "src/common/
|
|
11414
|
+
"name": "cond",
|
|
11415
|
+
"module": "src/common/directives/cond.ts"
|
|
11038
11416
|
}
|
|
11039
11417
|
},
|
|
11040
11418
|
{
|
|
11041
11419
|
"kind": "js",
|
|
11042
|
-
"name": "
|
|
11420
|
+
"name": "cond",
|
|
11043
11421
|
"declaration": {
|
|
11044
|
-
"name": "
|
|
11045
|
-
"module": "src/common/
|
|
11422
|
+
"name": "cond",
|
|
11423
|
+
"module": "src/common/directives/cond.ts"
|
|
11046
11424
|
}
|
|
11047
|
-
}
|
|
11048
|
-
]
|
|
11049
|
-
},
|
|
11050
|
-
{
|
|
11051
|
-
"kind": "javascript-module",
|
|
11052
|
-
"path": "src/common/controllers/SlotController.ts",
|
|
11053
|
-
"declarations": [
|
|
11425
|
+
},
|
|
11054
11426
|
{
|
|
11055
|
-
"kind": "
|
|
11056
|
-
"
|
|
11057
|
-
"
|
|
11058
|
-
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
|
|
11062
|
-
"type": {
|
|
11063
|
-
"text": "EventController"
|
|
11064
|
-
},
|
|
11065
|
-
"privacy": "private",
|
|
11066
|
-
"default": "new EventController(host)"
|
|
11067
|
-
},
|
|
11068
|
-
{
|
|
11069
|
-
"kind": "method",
|
|
11070
|
-
"name": "hostConnected"
|
|
11071
|
-
},
|
|
11072
|
-
{
|
|
11073
|
-
"kind": "field",
|
|
11074
|
-
"name": "hasContent"
|
|
11075
|
-
},
|
|
11076
|
-
{
|
|
11077
|
-
"kind": "field",
|
|
11078
|
-
"name": "isEmpty"
|
|
11079
|
-
},
|
|
11080
|
-
{
|
|
11081
|
-
"kind": "field",
|
|
11082
|
-
"name": "content"
|
|
11083
|
-
},
|
|
11084
|
-
{
|
|
11085
|
-
"kind": "field",
|
|
11086
|
-
"name": "handleSlotChange",
|
|
11087
|
-
"privacy": "private"
|
|
11088
|
-
},
|
|
11089
|
-
{
|
|
11090
|
-
"kind": "method",
|
|
11091
|
-
"name": "onChange",
|
|
11092
|
-
"privacy": "protected",
|
|
11093
|
-
"parameters": [
|
|
11094
|
-
{
|
|
11095
|
-
"name": "_e",
|
|
11096
|
-
"type": {
|
|
11097
|
-
"text": "Event"
|
|
11098
|
-
}
|
|
11099
|
-
}
|
|
11100
|
-
]
|
|
11101
|
-
}
|
|
11102
|
-
]
|
|
11103
|
-
}
|
|
11104
|
-
],
|
|
11105
|
-
"exports": [
|
|
11427
|
+
"kind": "js",
|
|
11428
|
+
"name": "cond",
|
|
11429
|
+
"declaration": {
|
|
11430
|
+
"name": "cond",
|
|
11431
|
+
"module": "src/common/directives/cond.ts"
|
|
11432
|
+
}
|
|
11433
|
+
},
|
|
11106
11434
|
{
|
|
11107
11435
|
"kind": "js",
|
|
11108
|
-
"name": "
|
|
11436
|
+
"name": "cond",
|
|
11109
11437
|
"declaration": {
|
|
11110
|
-
"name": "
|
|
11111
|
-
"module": "src/common/
|
|
11438
|
+
"name": "cond",
|
|
11439
|
+
"module": "src/common/directives/cond.ts"
|
|
11112
11440
|
}
|
|
11113
11441
|
}
|
|
11114
11442
|
]
|
|
11115
11443
|
},
|
|
11116
11444
|
{
|
|
11117
11445
|
"kind": "javascript-module",
|
|
11118
|
-
"path": "src/common/
|
|
11446
|
+
"path": "src/common/directives/wrapIf.ts",
|
|
11119
11447
|
"declarations": [
|
|
11120
11448
|
{
|
|
11121
|
-
"kind": "
|
|
11122
|
-
"
|
|
11123
|
-
"
|
|
11124
|
-
|
|
11449
|
+
"kind": "function",
|
|
11450
|
+
"name": "wrapIf",
|
|
11451
|
+
"return": {
|
|
11452
|
+
"type": {
|
|
11453
|
+
"text": "TInner"
|
|
11454
|
+
}
|
|
11455
|
+
},
|
|
11456
|
+
"parameters": [
|
|
11125
11457
|
{
|
|
11126
|
-
"
|
|
11127
|
-
"name": "events",
|
|
11458
|
+
"name": "condition",
|
|
11128
11459
|
"type": {
|
|
11129
|
-
"text": "
|
|
11130
|
-
}
|
|
11131
|
-
"privacy": "private",
|
|
11132
|
-
"default": "new EventController(host)"
|
|
11460
|
+
"text": "false"
|
|
11461
|
+
}
|
|
11133
11462
|
},
|
|
11134
11463
|
{
|
|
11135
|
-
"
|
|
11136
|
-
"name": "hadFirstUpdate",
|
|
11464
|
+
"name": "inner",
|
|
11137
11465
|
"type": {
|
|
11138
|
-
"text": "
|
|
11139
|
-
}
|
|
11140
|
-
"privacy": "private",
|
|
11141
|
-
"default": "false"
|
|
11466
|
+
"text": "() => TInner"
|
|
11467
|
+
}
|
|
11142
11468
|
},
|
|
11143
11469
|
{
|
|
11144
|
-
"
|
|
11145
|
-
"name": "initialTouchX",
|
|
11470
|
+
"name": "wrapper",
|
|
11146
11471
|
"type": {
|
|
11147
|
-
"text": "
|
|
11148
|
-
}
|
|
11149
|
-
|
|
11150
|
-
|
|
11151
|
-
|
|
11472
|
+
"text": "(inner: TInner) => TWrapper"
|
|
11473
|
+
}
|
|
11474
|
+
}
|
|
11475
|
+
]
|
|
11476
|
+
},
|
|
11477
|
+
{
|
|
11478
|
+
"kind": "function",
|
|
11479
|
+
"name": "wrapIf",
|
|
11480
|
+
"return": {
|
|
11481
|
+
"type": {
|
|
11482
|
+
"text": "TWrapper"
|
|
11483
|
+
}
|
|
11484
|
+
},
|
|
11485
|
+
"parameters": [
|
|
11152
11486
|
{
|
|
11153
|
-
"
|
|
11154
|
-
"name": "initialTouchY",
|
|
11487
|
+
"name": "condition",
|
|
11155
11488
|
"type": {
|
|
11156
|
-
"text": "
|
|
11157
|
-
}
|
|
11158
|
-
"privacy": "private",
|
|
11159
|
-
"default": "0"
|
|
11489
|
+
"text": "true"
|
|
11490
|
+
}
|
|
11160
11491
|
},
|
|
11161
11492
|
{
|
|
11162
|
-
"
|
|
11163
|
-
"name": "options",
|
|
11493
|
+
"name": "inner",
|
|
11164
11494
|
"type": {
|
|
11165
|
-
"text": "
|
|
11166
|
-
}
|
|
11167
|
-
"privacy": "private",
|
|
11168
|
-
"default": "{\n target: () => host,\n ...options,\n }"
|
|
11169
|
-
},
|
|
11170
|
-
{
|
|
11171
|
-
"kind": "method",
|
|
11172
|
-
"name": "hostUpdated"
|
|
11173
|
-
},
|
|
11174
|
-
{
|
|
11175
|
-
"kind": "method",
|
|
11176
|
-
"name": "hostDisconnected"
|
|
11177
|
-
},
|
|
11178
|
-
{
|
|
11179
|
-
"kind": "field",
|
|
11180
|
-
"name": "handleTouchStart",
|
|
11181
|
-
"privacy": "private"
|
|
11495
|
+
"text": "() => TInner"
|
|
11496
|
+
}
|
|
11182
11497
|
},
|
|
11183
11498
|
{
|
|
11184
|
-
"
|
|
11185
|
-
"
|
|
11186
|
-
|
|
11499
|
+
"name": "wrapper",
|
|
11500
|
+
"type": {
|
|
11501
|
+
"text": "(inner: TInner) => TWrapper"
|
|
11502
|
+
}
|
|
11187
11503
|
}
|
|
11188
11504
|
]
|
|
11189
11505
|
},
|
|
11190
11506
|
{
|
|
11191
11507
|
"kind": "function",
|
|
11192
|
-
"name": "
|
|
11508
|
+
"name": "wrapIf",
|
|
11509
|
+
"return": {
|
|
11510
|
+
"type": {
|
|
11511
|
+
"text": "TInner | TWrapper"
|
|
11512
|
+
}
|
|
11513
|
+
},
|
|
11193
11514
|
"parameters": [
|
|
11194
11515
|
{
|
|
11195
|
-
"name": "
|
|
11516
|
+
"name": "condition",
|
|
11196
11517
|
"type": {
|
|
11197
|
-
"text": "
|
|
11518
|
+
"text": "unknown"
|
|
11519
|
+
}
|
|
11520
|
+
},
|
|
11521
|
+
{
|
|
11522
|
+
"name": "inner",
|
|
11523
|
+
"type": {
|
|
11524
|
+
"text": "() => TInner"
|
|
11525
|
+
}
|
|
11526
|
+
},
|
|
11527
|
+
{
|
|
11528
|
+
"name": "wrapper",
|
|
11529
|
+
"type": {
|
|
11530
|
+
"text": "(inner: TInner) => TWrapper"
|
|
11198
11531
|
}
|
|
11199
11532
|
}
|
|
11200
11533
|
]
|
|
11201
11534
|
},
|
|
11202
11535
|
{
|
|
11203
11536
|
"kind": "function",
|
|
11204
|
-
"name": "
|
|
11537
|
+
"name": "wrapIf",
|
|
11205
11538
|
"parameters": [
|
|
11206
11539
|
{
|
|
11207
|
-
"name": "
|
|
11540
|
+
"name": "condition",
|
|
11208
11541
|
"type": {
|
|
11209
|
-
"text": "
|
|
11542
|
+
"text": "any"
|
|
11543
|
+
}
|
|
11544
|
+
},
|
|
11545
|
+
{
|
|
11546
|
+
"name": "inner",
|
|
11547
|
+
"type": {
|
|
11548
|
+
"text": "() => TInner"
|
|
11549
|
+
}
|
|
11550
|
+
},
|
|
11551
|
+
{
|
|
11552
|
+
"name": "wrapper",
|
|
11553
|
+
"type": {
|
|
11554
|
+
"text": "(innards: TInner) => TWrapper"
|
|
11210
11555
|
}
|
|
11211
11556
|
}
|
|
11212
|
-
]
|
|
11557
|
+
],
|
|
11558
|
+
"return": {
|
|
11559
|
+
"type": {
|
|
11560
|
+
"text": ""
|
|
11561
|
+
}
|
|
11562
|
+
}
|
|
11213
11563
|
}
|
|
11214
11564
|
],
|
|
11215
11565
|
"exports": [
|
|
11216
11566
|
{
|
|
11217
11567
|
"kind": "js",
|
|
11218
|
-
"name": "
|
|
11568
|
+
"name": "wrapIf",
|
|
11219
11569
|
"declaration": {
|
|
11220
|
-
"name": "
|
|
11221
|
-
"module": "src/common/
|
|
11570
|
+
"name": "wrapIf",
|
|
11571
|
+
"module": "src/common/directives/wrapIf.ts"
|
|
11222
11572
|
}
|
|
11223
11573
|
},
|
|
11224
11574
|
{
|
|
11225
11575
|
"kind": "js",
|
|
11226
|
-
"name": "
|
|
11576
|
+
"name": "wrapIf",
|
|
11227
11577
|
"declaration": {
|
|
11228
|
-
"name": "
|
|
11229
|
-
"module": "src/common/
|
|
11578
|
+
"name": "wrapIf",
|
|
11579
|
+
"module": "src/common/directives/wrapIf.ts"
|
|
11230
11580
|
}
|
|
11231
11581
|
},
|
|
11232
11582
|
{
|
|
11233
11583
|
"kind": "js",
|
|
11234
|
-
"name": "
|
|
11584
|
+
"name": "wrapIf",
|
|
11235
11585
|
"declaration": {
|
|
11236
|
-
"name": "
|
|
11237
|
-
"module": "src/common/
|
|
11586
|
+
"name": "wrapIf",
|
|
11587
|
+
"module": "src/common/directives/wrapIf.ts"
|
|
11588
|
+
}
|
|
11589
|
+
},
|
|
11590
|
+
{
|
|
11591
|
+
"kind": "js",
|
|
11592
|
+
"name": "wrapIf",
|
|
11593
|
+
"declaration": {
|
|
11594
|
+
"name": "wrapIf",
|
|
11595
|
+
"module": "src/common/directives/wrapIf.ts"
|
|
11238
11596
|
}
|
|
11239
11597
|
}
|
|
11240
11598
|
]
|