@genesislcap/foundation-ui 14.246.1 → 14.247.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +2676 -1485
- package/dist/dts/base-components.d.ts +11 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +342 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.d.ts +3 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.d.ts +4 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/helpers.d.ts +211 -0
- package/dist/dts/scheduler-cron-builder/helpers.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/index.d.ts +4 -0
- package/dist/dts/scheduler-cron-builder/index.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +400 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.d.ts +3 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.d.ts +4 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts +124 -0
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.styles.d.ts +4 -0
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.styles.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.template.d.ts +4 -0
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.template.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/types.d.ts +90 -0
- package/dist/dts/scheduler-cron-builder/types.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +346 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.styles.d.ts +3 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.styles.d.ts.map +1 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.template.d.ts +4 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.template.d.ts.map +1 -0
- package/dist/dts/utils/base-datasource.d.ts +1 -1
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +38 -0
- package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.js +5 -0
- package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.js +25 -0
- package/dist/esm/scheduler-cron-builder/helpers.js +330 -0
- package/dist/esm/scheduler-cron-builder/index.js +3 -0
- package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +130 -0
- package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.js +25 -0
- package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.js +92 -0
- package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.js +289 -0
- package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.styles.js +72 -0
- package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.template.js +101 -0
- package/dist/esm/scheduler-cron-builder/types.js +67 -0
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +59 -0
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.styles.js +9 -0
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.template.js +25 -0
- package/package.json +17 -16
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
15
|
+
"default": "{\n foundationAccordion,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationSchedulerCronBuilder,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStepper,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -548,6 +548,14 @@
|
|
|
548
548
|
"package": "./router"
|
|
549
549
|
}
|
|
550
550
|
},
|
|
551
|
+
{
|
|
552
|
+
"kind": "js",
|
|
553
|
+
"name": "*",
|
|
554
|
+
"declaration": {
|
|
555
|
+
"name": "*",
|
|
556
|
+
"package": "./scheduler-cron-builder"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
551
559
|
{
|
|
552
560
|
"kind": "js",
|
|
553
561
|
"name": "*",
|
|
@@ -821,112 +829,50 @@
|
|
|
821
829
|
},
|
|
822
830
|
{
|
|
823
831
|
"kind": "javascript-module",
|
|
824
|
-
"path": "src/
|
|
825
|
-
"declarations": [
|
|
826
|
-
{
|
|
827
|
-
"kind": "function",
|
|
828
|
-
"name": "closeIcon",
|
|
829
|
-
"parameters": [
|
|
830
|
-
{
|
|
831
|
-
"name": "slot",
|
|
832
|
-
"default": "'start'"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "fill",
|
|
836
|
-
"default": "'#879ba6'"
|
|
837
|
-
}
|
|
838
|
-
]
|
|
839
|
-
}
|
|
840
|
-
],
|
|
832
|
+
"path": "src/_config/index.ts",
|
|
833
|
+
"declarations": [],
|
|
841
834
|
"exports": [
|
|
842
835
|
{
|
|
843
836
|
"kind": "js",
|
|
844
|
-
"name": "
|
|
837
|
+
"name": "*",
|
|
845
838
|
"declaration": {
|
|
846
|
-
"name": "
|
|
847
|
-
"
|
|
839
|
+
"name": "*",
|
|
840
|
+
"package": "./styles"
|
|
848
841
|
}
|
|
849
|
-
}
|
|
850
|
-
]
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"kind": "javascript-module",
|
|
854
|
-
"path": "src/_common/index.ts",
|
|
855
|
-
"declarations": [],
|
|
856
|
-
"exports": [
|
|
842
|
+
},
|
|
857
843
|
{
|
|
858
844
|
"kind": "js",
|
|
859
845
|
"name": "*",
|
|
860
846
|
"declaration": {
|
|
861
847
|
"name": "*",
|
|
862
|
-
"package": "./
|
|
848
|
+
"package": "./tokens"
|
|
863
849
|
}
|
|
864
|
-
}
|
|
865
|
-
]
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"kind": "javascript-module",
|
|
869
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
870
|
-
"declarations": [
|
|
871
|
-
{
|
|
872
|
-
"kind": "function",
|
|
873
|
-
"name": "foundationAccordionStyles",
|
|
874
|
-
"return": {
|
|
875
|
-
"type": {
|
|
876
|
-
"text": "ElementStyles"
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
|
-
"parameters": [
|
|
880
|
-
{
|
|
881
|
-
"name": "context",
|
|
882
|
-
"type": {
|
|
883
|
-
"text": "ElementDefinitionContext"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"name": "definition",
|
|
888
|
-
"type": {
|
|
889
|
-
"text": "FoundationElementDefinition"
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
]
|
|
893
|
-
}
|
|
894
|
-
],
|
|
895
|
-
"exports": [
|
|
850
|
+
},
|
|
896
851
|
{
|
|
897
852
|
"kind": "js",
|
|
898
|
-
"name": "
|
|
853
|
+
"name": "*",
|
|
899
854
|
"declaration": {
|
|
900
|
-
"name": "
|
|
901
|
-
"
|
|
855
|
+
"name": "*",
|
|
856
|
+
"package": "./values"
|
|
902
857
|
}
|
|
903
858
|
}
|
|
904
859
|
]
|
|
905
860
|
},
|
|
906
861
|
{
|
|
907
862
|
"kind": "javascript-module",
|
|
908
|
-
"path": "src/
|
|
863
|
+
"path": "src/_common/icons.ts",
|
|
909
864
|
"declarations": [
|
|
910
865
|
{
|
|
911
866
|
"kind": "function",
|
|
912
|
-
"name": "
|
|
913
|
-
"return": {
|
|
914
|
-
"type": {
|
|
915
|
-
"text": "ViewTemplate<Accordion>"
|
|
916
|
-
}
|
|
917
|
-
},
|
|
867
|
+
"name": "closeIcon",
|
|
918
868
|
"parameters": [
|
|
919
869
|
{
|
|
920
|
-
"name": "
|
|
921
|
-
"
|
|
922
|
-
"text": "ElementDefinitionContext"
|
|
923
|
-
}
|
|
870
|
+
"name": "slot",
|
|
871
|
+
"default": "'start'"
|
|
924
872
|
},
|
|
925
873
|
{
|
|
926
|
-
"name": "
|
|
927
|
-
"
|
|
928
|
-
"text": "FoundationElementDefinition"
|
|
929
|
-
}
|
|
874
|
+
"name": "fill",
|
|
875
|
+
"default": "'#879ba6'"
|
|
930
876
|
}
|
|
931
877
|
]
|
|
932
878
|
}
|
|
@@ -934,121 +880,17 @@
|
|
|
934
880
|
"exports": [
|
|
935
881
|
{
|
|
936
882
|
"kind": "js",
|
|
937
|
-
"name": "
|
|
938
|
-
"declaration": {
|
|
939
|
-
"name": "foundationAccordionTemplate",
|
|
940
|
-
"module": "src/accordion/accordion.template.ts"
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
]
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"kind": "javascript-module",
|
|
947
|
-
"path": "src/accordion/accordion.ts",
|
|
948
|
-
"declarations": [
|
|
949
|
-
{
|
|
950
|
-
"kind": "class",
|
|
951
|
-
"description": "",
|
|
952
|
-
"name": "Accordion",
|
|
953
|
-
"superclass": {
|
|
954
|
-
"name": "FASTAccordion",
|
|
955
|
-
"package": "@microsoft/fast-foundation"
|
|
956
|
-
},
|
|
957
|
-
"tagName": "%%prefix%%-accordion",
|
|
958
|
-
"customElement": true
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
"kind": "variable",
|
|
962
|
-
"name": "foundationAccordionShadowOptions",
|
|
963
|
-
"type": {
|
|
964
|
-
"text": "ShadowRootInit"
|
|
965
|
-
},
|
|
966
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"kind": "variable",
|
|
970
|
-
"name": "defaultAccordionConfig",
|
|
971
|
-
"type": {
|
|
972
|
-
"text": "object"
|
|
973
|
-
},
|
|
974
|
-
"default": "{}"
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
"kind": "variable",
|
|
978
|
-
"name": "foundationAccordion",
|
|
979
|
-
"description": "The Foundation Accordion",
|
|
980
|
-
"privacy": "public"
|
|
981
|
-
}
|
|
982
|
-
],
|
|
983
|
-
"exports": [
|
|
984
|
-
{
|
|
985
|
-
"kind": "js",
|
|
986
|
-
"name": "Accordion",
|
|
987
|
-
"declaration": {
|
|
988
|
-
"name": "Accordion",
|
|
989
|
-
"module": "src/accordion/accordion.ts"
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "js",
|
|
994
|
-
"name": "foundationAccordionShadowOptions",
|
|
995
|
-
"declaration": {
|
|
996
|
-
"name": "foundationAccordionShadowOptions",
|
|
997
|
-
"module": "src/accordion/accordion.ts"
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "defaultAccordionConfig",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "defaultAccordionConfig",
|
|
1005
|
-
"module": "src/accordion/accordion.ts"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "js",
|
|
1010
|
-
"name": "foundationAccordion",
|
|
1011
|
-
"declaration": {
|
|
1012
|
-
"name": "foundationAccordion",
|
|
1013
|
-
"module": "src/accordion/accordion.ts"
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
]
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"kind": "javascript-module",
|
|
1020
|
-
"path": "src/accordion/index.ts",
|
|
1021
|
-
"declarations": [],
|
|
1022
|
-
"exports": [
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "js",
|
|
1025
|
-
"name": "*",
|
|
1026
|
-
"declaration": {
|
|
1027
|
-
"name": "*",
|
|
1028
|
-
"package": "./accordion.template"
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "js",
|
|
1033
|
-
"name": "*",
|
|
1034
|
-
"declaration": {
|
|
1035
|
-
"name": "*",
|
|
1036
|
-
"package": "./accordion.styles"
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "js",
|
|
1041
|
-
"name": "*",
|
|
883
|
+
"name": "closeIcon",
|
|
1042
884
|
"declaration": {
|
|
1043
|
-
"name": "
|
|
1044
|
-
"
|
|
885
|
+
"name": "closeIcon",
|
|
886
|
+
"module": "src/_common/icons.ts"
|
|
1045
887
|
}
|
|
1046
888
|
}
|
|
1047
889
|
]
|
|
1048
890
|
},
|
|
1049
891
|
{
|
|
1050
892
|
"kind": "javascript-module",
|
|
1051
|
-
"path": "src/
|
|
893
|
+
"path": "src/_common/index.ts",
|
|
1052
894
|
"declarations": [],
|
|
1053
895
|
"exports": [
|
|
1054
896
|
{
|
|
@@ -1056,23 +898,7 @@
|
|
|
1056
898
|
"name": "*",
|
|
1057
899
|
"declaration": {
|
|
1058
900
|
"name": "*",
|
|
1059
|
-
"package": "./
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "js",
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"declaration": {
|
|
1066
|
-
"name": "*",
|
|
1067
|
-
"package": "./tokens"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "js",
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"declaration": {
|
|
1074
|
-
"name": "*",
|
|
1075
|
-
"package": "./values"
|
|
901
|
+
"package": "./icons"
|
|
1076
902
|
}
|
|
1077
903
|
}
|
|
1078
904
|
]
|
|
@@ -1473,11 +1299,11 @@
|
|
|
1473
1299
|
},
|
|
1474
1300
|
{
|
|
1475
1301
|
"kind": "javascript-module",
|
|
1476
|
-
"path": "src/
|
|
1302
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1477
1303
|
"declarations": [
|
|
1478
1304
|
{
|
|
1479
1305
|
"kind": "function",
|
|
1480
|
-
"name": "
|
|
1306
|
+
"name": "foundationAccordionStyles",
|
|
1481
1307
|
"return": {
|
|
1482
1308
|
"type": {
|
|
1483
1309
|
"text": "ElementStyles"
|
|
@@ -1497,13 +1323,195 @@
|
|
|
1497
1323
|
}
|
|
1498
1324
|
}
|
|
1499
1325
|
]
|
|
1500
|
-
}
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
1328
|
+
"exports": [
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "js",
|
|
1331
|
+
"name": "foundationAccordionStyles",
|
|
1332
|
+
"declaration": {
|
|
1333
|
+
"name": "foundationAccordionStyles",
|
|
1334
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "javascript-module",
|
|
1341
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1342
|
+
"declarations": [
|
|
1501
1343
|
{
|
|
1502
1344
|
"kind": "function",
|
|
1503
|
-
"name": "
|
|
1345
|
+
"name": "foundationAccordionTemplate",
|
|
1504
1346
|
"return": {
|
|
1505
1347
|
"type": {
|
|
1506
|
-
"text": "
|
|
1348
|
+
"text": "ViewTemplate<Accordion>"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
"parameters": [
|
|
1352
|
+
{
|
|
1353
|
+
"name": "context",
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "ElementDefinitionContext"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "definition",
|
|
1360
|
+
"type": {
|
|
1361
|
+
"text": "FoundationElementDefinition"
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
]
|
|
1365
|
+
}
|
|
1366
|
+
],
|
|
1367
|
+
"exports": [
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "js",
|
|
1370
|
+
"name": "foundationAccordionTemplate",
|
|
1371
|
+
"declaration": {
|
|
1372
|
+
"name": "foundationAccordionTemplate",
|
|
1373
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
]
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"kind": "javascript-module",
|
|
1380
|
+
"path": "src/accordion/accordion.ts",
|
|
1381
|
+
"declarations": [
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "class",
|
|
1384
|
+
"description": "",
|
|
1385
|
+
"name": "Accordion",
|
|
1386
|
+
"superclass": {
|
|
1387
|
+
"name": "FASTAccordion",
|
|
1388
|
+
"package": "@microsoft/fast-foundation"
|
|
1389
|
+
},
|
|
1390
|
+
"tagName": "%%prefix%%-accordion",
|
|
1391
|
+
"customElement": true
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "variable",
|
|
1395
|
+
"name": "foundationAccordionShadowOptions",
|
|
1396
|
+
"type": {
|
|
1397
|
+
"text": "ShadowRootInit"
|
|
1398
|
+
},
|
|
1399
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "variable",
|
|
1403
|
+
"name": "defaultAccordionConfig",
|
|
1404
|
+
"type": {
|
|
1405
|
+
"text": "object"
|
|
1406
|
+
},
|
|
1407
|
+
"default": "{}"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "variable",
|
|
1411
|
+
"name": "foundationAccordion",
|
|
1412
|
+
"description": "The Foundation Accordion",
|
|
1413
|
+
"privacy": "public"
|
|
1414
|
+
}
|
|
1415
|
+
],
|
|
1416
|
+
"exports": [
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "js",
|
|
1419
|
+
"name": "Accordion",
|
|
1420
|
+
"declaration": {
|
|
1421
|
+
"name": "Accordion",
|
|
1422
|
+
"module": "src/accordion/accordion.ts"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "js",
|
|
1427
|
+
"name": "foundationAccordionShadowOptions",
|
|
1428
|
+
"declaration": {
|
|
1429
|
+
"name": "foundationAccordionShadowOptions",
|
|
1430
|
+
"module": "src/accordion/accordion.ts"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "js",
|
|
1435
|
+
"name": "defaultAccordionConfig",
|
|
1436
|
+
"declaration": {
|
|
1437
|
+
"name": "defaultAccordionConfig",
|
|
1438
|
+
"module": "src/accordion/accordion.ts"
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "js",
|
|
1443
|
+
"name": "foundationAccordion",
|
|
1444
|
+
"declaration": {
|
|
1445
|
+
"name": "foundationAccordion",
|
|
1446
|
+
"module": "src/accordion/accordion.ts"
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
]
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"kind": "javascript-module",
|
|
1453
|
+
"path": "src/accordion/index.ts",
|
|
1454
|
+
"declarations": [],
|
|
1455
|
+
"exports": [
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "js",
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"declaration": {
|
|
1460
|
+
"name": "*",
|
|
1461
|
+
"package": "./accordion.template"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"kind": "js",
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"declaration": {
|
|
1468
|
+
"name": "*",
|
|
1469
|
+
"package": "./accordion.styles"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "js",
|
|
1474
|
+
"name": "*",
|
|
1475
|
+
"declaration": {
|
|
1476
|
+
"name": "*",
|
|
1477
|
+
"package": "./accordion"
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
]
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "javascript-module",
|
|
1484
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1485
|
+
"declarations": [
|
|
1486
|
+
{
|
|
1487
|
+
"kind": "function",
|
|
1488
|
+
"name": "actionsMenuBaseStyles",
|
|
1489
|
+
"return": {
|
|
1490
|
+
"type": {
|
|
1491
|
+
"text": "ElementStyles"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"parameters": [
|
|
1495
|
+
{
|
|
1496
|
+
"name": "context",
|
|
1497
|
+
"type": {
|
|
1498
|
+
"text": "ElementDefinitionContext"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"name": "definition",
|
|
1503
|
+
"type": {
|
|
1504
|
+
"text": "FoundationElementDefinition"
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "function",
|
|
1511
|
+
"name": "foundationActionsMenuStyles",
|
|
1512
|
+
"return": {
|
|
1513
|
+
"type": {
|
|
1514
|
+
"text": "ElementStyles"
|
|
1507
1515
|
}
|
|
1508
1516
|
},
|
|
1509
1517
|
"parameters": [
|
|
@@ -13826,330 +13834,6 @@
|
|
|
13826
13834
|
}
|
|
13827
13835
|
]
|
|
13828
13836
|
},
|
|
13829
|
-
{
|
|
13830
|
-
"kind": "javascript-module",
|
|
13831
|
-
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
13832
|
-
"declarations": [
|
|
13833
|
-
{
|
|
13834
|
-
"kind": "function",
|
|
13835
|
-
"name": "designSystemProviderStyles",
|
|
13836
|
-
"parameters": [
|
|
13837
|
-
{
|
|
13838
|
-
"name": "context",
|
|
13839
|
-
"type": {
|
|
13840
|
-
"text": "ElementDefinitionContext"
|
|
13841
|
-
}
|
|
13842
|
-
}
|
|
13843
|
-
]
|
|
13844
|
-
}
|
|
13845
|
-
],
|
|
13846
|
-
"exports": [
|
|
13847
|
-
{
|
|
13848
|
-
"kind": "js",
|
|
13849
|
-
"name": "designSystemProviderStyles",
|
|
13850
|
-
"declaration": {
|
|
13851
|
-
"name": "designSystemProviderStyles",
|
|
13852
|
-
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
13853
|
-
}
|
|
13854
|
-
}
|
|
13855
|
-
]
|
|
13856
|
-
},
|
|
13857
|
-
{
|
|
13858
|
-
"kind": "javascript-module",
|
|
13859
|
-
"path": "src/design-system-provider/design-system-provider.ts",
|
|
13860
|
-
"declarations": [
|
|
13861
|
-
{
|
|
13862
|
-
"kind": "class",
|
|
13863
|
-
"description": "The Foundation Design System Provider",
|
|
13864
|
-
"name": "FoundationDesignSystemProvider",
|
|
13865
|
-
"members": [
|
|
13866
|
-
{
|
|
13867
|
-
"kind": "field",
|
|
13868
|
-
"name": "cardFillColor",
|
|
13869
|
-
"type": {
|
|
13870
|
-
"text": "Swatch"
|
|
13871
|
-
},
|
|
13872
|
-
"privacy": "public"
|
|
13873
|
-
},
|
|
13874
|
-
{
|
|
13875
|
-
"kind": "field",
|
|
13876
|
-
"name": "cardForegroundColor",
|
|
13877
|
-
"type": {
|
|
13878
|
-
"text": "Swatch"
|
|
13879
|
-
},
|
|
13880
|
-
"privacy": "public"
|
|
13881
|
-
}
|
|
13882
|
-
],
|
|
13883
|
-
"attributes": [
|
|
13884
|
-
{
|
|
13885
|
-
"name": "card-fill-color",
|
|
13886
|
-
"type": {
|
|
13887
|
-
"text": "Swatch"
|
|
13888
|
-
},
|
|
13889
|
-
"fieldName": "cardFillColor"
|
|
13890
|
-
},
|
|
13891
|
-
{
|
|
13892
|
-
"name": "card-foreground-color",
|
|
13893
|
-
"type": {
|
|
13894
|
-
"text": "Swatch"
|
|
13895
|
-
},
|
|
13896
|
-
"fieldName": "cardForegroundColor"
|
|
13897
|
-
}
|
|
13898
|
-
],
|
|
13899
|
-
"superclass": {
|
|
13900
|
-
"name": "FASTDesignSystemProvider",
|
|
13901
|
-
"package": "@microsoft/fast-components"
|
|
13902
|
-
},
|
|
13903
|
-
"tagName": "%%prefix%%-design-system-provider",
|
|
13904
|
-
"customElement": true
|
|
13905
|
-
},
|
|
13906
|
-
{
|
|
13907
|
-
"kind": "variable",
|
|
13908
|
-
"name": "foundationDesignSystemProvider",
|
|
13909
|
-
"description": "The Foundation Design System Provider composed element",
|
|
13910
|
-
"privacy": "public"
|
|
13911
|
-
}
|
|
13912
|
-
],
|
|
13913
|
-
"exports": [
|
|
13914
|
-
{
|
|
13915
|
-
"kind": "js",
|
|
13916
|
-
"name": "FoundationDesignSystemProvider",
|
|
13917
|
-
"declaration": {
|
|
13918
|
-
"name": "FoundationDesignSystemProvider",
|
|
13919
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13920
|
-
}
|
|
13921
|
-
},
|
|
13922
|
-
{
|
|
13923
|
-
"kind": "js",
|
|
13924
|
-
"name": "foundationDesignSystemProvider",
|
|
13925
|
-
"declaration": {
|
|
13926
|
-
"name": "foundationDesignSystemProvider",
|
|
13927
|
-
"module": "src/design-system-provider/design-system-provider.ts"
|
|
13928
|
-
}
|
|
13929
|
-
}
|
|
13930
|
-
]
|
|
13931
|
-
},
|
|
13932
|
-
{
|
|
13933
|
-
"kind": "javascript-module",
|
|
13934
|
-
"path": "src/design-system-provider/design-system-provider.utils.ts",
|
|
13935
|
-
"declarations": [
|
|
13936
|
-
{
|
|
13937
|
-
"kind": "function",
|
|
13938
|
-
"name": "provideTokens",
|
|
13939
|
-
"parameters": [
|
|
13940
|
-
{
|
|
13941
|
-
"name": "tokens"
|
|
13942
|
-
},
|
|
13943
|
-
{
|
|
13944
|
-
"name": "values"
|
|
13945
|
-
},
|
|
13946
|
-
{
|
|
13947
|
-
"name": "element",
|
|
13948
|
-
"optional": true,
|
|
13949
|
-
"type": {
|
|
13950
|
-
"text": "HTMLElement"
|
|
13951
|
-
}
|
|
13952
|
-
}
|
|
13953
|
-
]
|
|
13954
|
-
},
|
|
13955
|
-
{
|
|
13956
|
-
"kind": "function",
|
|
13957
|
-
"name": "designToken",
|
|
13958
|
-
"parameters": [
|
|
13959
|
-
{
|
|
13960
|
-
"name": "token",
|
|
13961
|
-
"type": {
|
|
13962
|
-
"text": "DesignToken<T>"
|
|
13963
|
-
}
|
|
13964
|
-
}
|
|
13965
|
-
]
|
|
13966
|
-
},
|
|
13967
|
-
{
|
|
13968
|
-
"kind": "variable",
|
|
13969
|
-
"name": "swatchConverter",
|
|
13970
|
-
"type": {
|
|
13971
|
-
"text": "ValueConverter"
|
|
13972
|
-
},
|
|
13973
|
-
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
13974
|
-
},
|
|
13975
|
-
{
|
|
13976
|
-
"kind": "function",
|
|
13977
|
-
"name": "paletteFromHex",
|
|
13978
|
-
"parameters": [
|
|
13979
|
-
{
|
|
13980
|
-
"name": "hexColor",
|
|
13981
|
-
"type": {
|
|
13982
|
-
"text": "string"
|
|
13983
|
-
}
|
|
13984
|
-
}
|
|
13985
|
-
]
|
|
13986
|
-
},
|
|
13987
|
-
{
|
|
13988
|
-
"kind": "function",
|
|
13989
|
-
"name": "getDefaultConfig",
|
|
13990
|
-
"parameters": [
|
|
13991
|
-
{
|
|
13992
|
-
"name": "definition",
|
|
13993
|
-
"type": {
|
|
13994
|
-
"text": "Partial<FoundationElementDefinition>"
|
|
13995
|
-
}
|
|
13996
|
-
},
|
|
13997
|
-
{
|
|
13998
|
-
"name": "exclusions",
|
|
13999
|
-
"default": "defaultExclusions"
|
|
14000
|
-
}
|
|
14001
|
-
]
|
|
14002
|
-
},
|
|
14003
|
-
{
|
|
14004
|
-
"kind": "function",
|
|
14005
|
-
"name": "getExports",
|
|
14006
|
-
"parameters": [
|
|
14007
|
-
{
|
|
14008
|
-
"name": "registrationFunction"
|
|
14009
|
-
}
|
|
14010
|
-
]
|
|
14011
|
-
},
|
|
14012
|
-
{
|
|
14013
|
-
"kind": "function",
|
|
14014
|
-
"name": "getTypeRampValue",
|
|
14015
|
-
"parameters": [
|
|
14016
|
-
{
|
|
14017
|
-
"name": "baseTypeRamp",
|
|
14018
|
-
"type": {
|
|
14019
|
-
"text": "string"
|
|
14020
|
-
}
|
|
14021
|
-
},
|
|
14022
|
-
{
|
|
14023
|
-
"name": "value",
|
|
14024
|
-
"type": {
|
|
14025
|
-
"text": "number"
|
|
14026
|
-
}
|
|
14027
|
-
}
|
|
14028
|
-
]
|
|
14029
|
-
},
|
|
14030
|
-
{
|
|
14031
|
-
"kind": "function",
|
|
14032
|
-
"name": "configureDesignSystem",
|
|
14033
|
-
"parameters": [
|
|
14034
|
-
{
|
|
14035
|
-
"name": "provider",
|
|
14036
|
-
"type": {
|
|
14037
|
-
"text": "HTMLElement"
|
|
14038
|
-
}
|
|
14039
|
-
},
|
|
14040
|
-
{
|
|
14041
|
-
"name": "config",
|
|
14042
|
-
"type": {
|
|
14043
|
-
"text": "DesignTokensConfig"
|
|
14044
|
-
}
|
|
14045
|
-
}
|
|
14046
|
-
]
|
|
14047
|
-
}
|
|
14048
|
-
],
|
|
14049
|
-
"exports": [
|
|
14050
|
-
{
|
|
14051
|
-
"kind": "js",
|
|
14052
|
-
"name": "provideTokens",
|
|
14053
|
-
"declaration": {
|
|
14054
|
-
"name": "provideTokens",
|
|
14055
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14056
|
-
}
|
|
14057
|
-
},
|
|
14058
|
-
{
|
|
14059
|
-
"kind": "js",
|
|
14060
|
-
"name": "designToken",
|
|
14061
|
-
"declaration": {
|
|
14062
|
-
"name": "designToken",
|
|
14063
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14064
|
-
}
|
|
14065
|
-
},
|
|
14066
|
-
{
|
|
14067
|
-
"kind": "js",
|
|
14068
|
-
"name": "swatchConverter",
|
|
14069
|
-
"declaration": {
|
|
14070
|
-
"name": "swatchConverter",
|
|
14071
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14072
|
-
}
|
|
14073
|
-
},
|
|
14074
|
-
{
|
|
14075
|
-
"kind": "js",
|
|
14076
|
-
"name": "paletteFromHex",
|
|
14077
|
-
"declaration": {
|
|
14078
|
-
"name": "paletteFromHex",
|
|
14079
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14080
|
-
}
|
|
14081
|
-
},
|
|
14082
|
-
{
|
|
14083
|
-
"kind": "js",
|
|
14084
|
-
"name": "getDefaultConfig",
|
|
14085
|
-
"declaration": {
|
|
14086
|
-
"name": "getDefaultConfig",
|
|
14087
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14088
|
-
}
|
|
14089
|
-
},
|
|
14090
|
-
{
|
|
14091
|
-
"kind": "js",
|
|
14092
|
-
"name": "getExports",
|
|
14093
|
-
"declaration": {
|
|
14094
|
-
"name": "getExports",
|
|
14095
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14096
|
-
}
|
|
14097
|
-
},
|
|
14098
|
-
{
|
|
14099
|
-
"kind": "js",
|
|
14100
|
-
"name": "getTypeRampValue",
|
|
14101
|
-
"declaration": {
|
|
14102
|
-
"name": "getTypeRampValue",
|
|
14103
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14104
|
-
}
|
|
14105
|
-
},
|
|
14106
|
-
{
|
|
14107
|
-
"kind": "js",
|
|
14108
|
-
"name": "configureDesignSystem",
|
|
14109
|
-
"declaration": {
|
|
14110
|
-
"name": "configureDesignSystem",
|
|
14111
|
-
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14112
|
-
}
|
|
14113
|
-
}
|
|
14114
|
-
]
|
|
14115
|
-
},
|
|
14116
|
-
{
|
|
14117
|
-
"kind": "javascript-module",
|
|
14118
|
-
"path": "src/design-system-provider/index.ts",
|
|
14119
|
-
"declarations": [],
|
|
14120
|
-
"exports": [
|
|
14121
|
-
{
|
|
14122
|
-
"kind": "js",
|
|
14123
|
-
"name": "*",
|
|
14124
|
-
"declaration": {
|
|
14125
|
-
"name": "*",
|
|
14126
|
-
"package": "./design-system-provider.utils"
|
|
14127
|
-
}
|
|
14128
|
-
},
|
|
14129
|
-
{
|
|
14130
|
-
"kind": "js",
|
|
14131
|
-
"name": "*",
|
|
14132
|
-
"declaration": {
|
|
14133
|
-
"name": "*",
|
|
14134
|
-
"package": "./design-system-provider"
|
|
14135
|
-
}
|
|
14136
|
-
},
|
|
14137
|
-
{
|
|
14138
|
-
"kind": "js",
|
|
14139
|
-
"name": "*",
|
|
14140
|
-
"declaration": {
|
|
14141
|
-
"name": "*",
|
|
14142
|
-
"package": "./types"
|
|
14143
|
-
}
|
|
14144
|
-
}
|
|
14145
|
-
]
|
|
14146
|
-
},
|
|
14147
|
-
{
|
|
14148
|
-
"kind": "javascript-module",
|
|
14149
|
-
"path": "src/design-system-provider/types.ts",
|
|
14150
|
-
"declarations": [],
|
|
14151
|
-
"exports": []
|
|
14152
|
-
},
|
|
14153
13837
|
{
|
|
14154
13838
|
"kind": "javascript-module",
|
|
14155
13839
|
"path": "src/dialog/dialog.styles.ts",
|
|
@@ -15081,6 +14765,330 @@
|
|
|
15081
14765
|
}
|
|
15082
14766
|
]
|
|
15083
14767
|
},
|
|
14768
|
+
{
|
|
14769
|
+
"kind": "javascript-module",
|
|
14770
|
+
"path": "src/design-system-provider/design-system-provider.styles.ts",
|
|
14771
|
+
"declarations": [
|
|
14772
|
+
{
|
|
14773
|
+
"kind": "function",
|
|
14774
|
+
"name": "designSystemProviderStyles",
|
|
14775
|
+
"parameters": [
|
|
14776
|
+
{
|
|
14777
|
+
"name": "context",
|
|
14778
|
+
"type": {
|
|
14779
|
+
"text": "ElementDefinitionContext"
|
|
14780
|
+
}
|
|
14781
|
+
}
|
|
14782
|
+
]
|
|
14783
|
+
}
|
|
14784
|
+
],
|
|
14785
|
+
"exports": [
|
|
14786
|
+
{
|
|
14787
|
+
"kind": "js",
|
|
14788
|
+
"name": "designSystemProviderStyles",
|
|
14789
|
+
"declaration": {
|
|
14790
|
+
"name": "designSystemProviderStyles",
|
|
14791
|
+
"module": "src/design-system-provider/design-system-provider.styles.ts"
|
|
14792
|
+
}
|
|
14793
|
+
}
|
|
14794
|
+
]
|
|
14795
|
+
},
|
|
14796
|
+
{
|
|
14797
|
+
"kind": "javascript-module",
|
|
14798
|
+
"path": "src/design-system-provider/design-system-provider.ts",
|
|
14799
|
+
"declarations": [
|
|
14800
|
+
{
|
|
14801
|
+
"kind": "class",
|
|
14802
|
+
"description": "The Foundation Design System Provider",
|
|
14803
|
+
"name": "FoundationDesignSystemProvider",
|
|
14804
|
+
"members": [
|
|
14805
|
+
{
|
|
14806
|
+
"kind": "field",
|
|
14807
|
+
"name": "cardFillColor",
|
|
14808
|
+
"type": {
|
|
14809
|
+
"text": "Swatch"
|
|
14810
|
+
},
|
|
14811
|
+
"privacy": "public"
|
|
14812
|
+
},
|
|
14813
|
+
{
|
|
14814
|
+
"kind": "field",
|
|
14815
|
+
"name": "cardForegroundColor",
|
|
14816
|
+
"type": {
|
|
14817
|
+
"text": "Swatch"
|
|
14818
|
+
},
|
|
14819
|
+
"privacy": "public"
|
|
14820
|
+
}
|
|
14821
|
+
],
|
|
14822
|
+
"attributes": [
|
|
14823
|
+
{
|
|
14824
|
+
"name": "card-fill-color",
|
|
14825
|
+
"type": {
|
|
14826
|
+
"text": "Swatch"
|
|
14827
|
+
},
|
|
14828
|
+
"fieldName": "cardFillColor"
|
|
14829
|
+
},
|
|
14830
|
+
{
|
|
14831
|
+
"name": "card-foreground-color",
|
|
14832
|
+
"type": {
|
|
14833
|
+
"text": "Swatch"
|
|
14834
|
+
},
|
|
14835
|
+
"fieldName": "cardForegroundColor"
|
|
14836
|
+
}
|
|
14837
|
+
],
|
|
14838
|
+
"superclass": {
|
|
14839
|
+
"name": "FASTDesignSystemProvider",
|
|
14840
|
+
"package": "@microsoft/fast-components"
|
|
14841
|
+
},
|
|
14842
|
+
"tagName": "%%prefix%%-design-system-provider",
|
|
14843
|
+
"customElement": true
|
|
14844
|
+
},
|
|
14845
|
+
{
|
|
14846
|
+
"kind": "variable",
|
|
14847
|
+
"name": "foundationDesignSystemProvider",
|
|
14848
|
+
"description": "The Foundation Design System Provider composed element",
|
|
14849
|
+
"privacy": "public"
|
|
14850
|
+
}
|
|
14851
|
+
],
|
|
14852
|
+
"exports": [
|
|
14853
|
+
{
|
|
14854
|
+
"kind": "js",
|
|
14855
|
+
"name": "FoundationDesignSystemProvider",
|
|
14856
|
+
"declaration": {
|
|
14857
|
+
"name": "FoundationDesignSystemProvider",
|
|
14858
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
14859
|
+
}
|
|
14860
|
+
},
|
|
14861
|
+
{
|
|
14862
|
+
"kind": "js",
|
|
14863
|
+
"name": "foundationDesignSystemProvider",
|
|
14864
|
+
"declaration": {
|
|
14865
|
+
"name": "foundationDesignSystemProvider",
|
|
14866
|
+
"module": "src/design-system-provider/design-system-provider.ts"
|
|
14867
|
+
}
|
|
14868
|
+
}
|
|
14869
|
+
]
|
|
14870
|
+
},
|
|
14871
|
+
{
|
|
14872
|
+
"kind": "javascript-module",
|
|
14873
|
+
"path": "src/design-system-provider/design-system-provider.utils.ts",
|
|
14874
|
+
"declarations": [
|
|
14875
|
+
{
|
|
14876
|
+
"kind": "function",
|
|
14877
|
+
"name": "provideTokens",
|
|
14878
|
+
"parameters": [
|
|
14879
|
+
{
|
|
14880
|
+
"name": "tokens"
|
|
14881
|
+
},
|
|
14882
|
+
{
|
|
14883
|
+
"name": "values"
|
|
14884
|
+
},
|
|
14885
|
+
{
|
|
14886
|
+
"name": "element",
|
|
14887
|
+
"optional": true,
|
|
14888
|
+
"type": {
|
|
14889
|
+
"text": "HTMLElement"
|
|
14890
|
+
}
|
|
14891
|
+
}
|
|
14892
|
+
]
|
|
14893
|
+
},
|
|
14894
|
+
{
|
|
14895
|
+
"kind": "function",
|
|
14896
|
+
"name": "designToken",
|
|
14897
|
+
"parameters": [
|
|
14898
|
+
{
|
|
14899
|
+
"name": "token",
|
|
14900
|
+
"type": {
|
|
14901
|
+
"text": "DesignToken<T>"
|
|
14902
|
+
}
|
|
14903
|
+
}
|
|
14904
|
+
]
|
|
14905
|
+
},
|
|
14906
|
+
{
|
|
14907
|
+
"kind": "variable",
|
|
14908
|
+
"name": "swatchConverter",
|
|
14909
|
+
"type": {
|
|
14910
|
+
"text": "ValueConverter"
|
|
14911
|
+
},
|
|
14912
|
+
"default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
|
|
14913
|
+
},
|
|
14914
|
+
{
|
|
14915
|
+
"kind": "function",
|
|
14916
|
+
"name": "paletteFromHex",
|
|
14917
|
+
"parameters": [
|
|
14918
|
+
{
|
|
14919
|
+
"name": "hexColor",
|
|
14920
|
+
"type": {
|
|
14921
|
+
"text": "string"
|
|
14922
|
+
}
|
|
14923
|
+
}
|
|
14924
|
+
]
|
|
14925
|
+
},
|
|
14926
|
+
{
|
|
14927
|
+
"kind": "function",
|
|
14928
|
+
"name": "getDefaultConfig",
|
|
14929
|
+
"parameters": [
|
|
14930
|
+
{
|
|
14931
|
+
"name": "definition",
|
|
14932
|
+
"type": {
|
|
14933
|
+
"text": "Partial<FoundationElementDefinition>"
|
|
14934
|
+
}
|
|
14935
|
+
},
|
|
14936
|
+
{
|
|
14937
|
+
"name": "exclusions",
|
|
14938
|
+
"default": "defaultExclusions"
|
|
14939
|
+
}
|
|
14940
|
+
]
|
|
14941
|
+
},
|
|
14942
|
+
{
|
|
14943
|
+
"kind": "function",
|
|
14944
|
+
"name": "getExports",
|
|
14945
|
+
"parameters": [
|
|
14946
|
+
{
|
|
14947
|
+
"name": "registrationFunction"
|
|
14948
|
+
}
|
|
14949
|
+
]
|
|
14950
|
+
},
|
|
14951
|
+
{
|
|
14952
|
+
"kind": "function",
|
|
14953
|
+
"name": "getTypeRampValue",
|
|
14954
|
+
"parameters": [
|
|
14955
|
+
{
|
|
14956
|
+
"name": "baseTypeRamp",
|
|
14957
|
+
"type": {
|
|
14958
|
+
"text": "string"
|
|
14959
|
+
}
|
|
14960
|
+
},
|
|
14961
|
+
{
|
|
14962
|
+
"name": "value",
|
|
14963
|
+
"type": {
|
|
14964
|
+
"text": "number"
|
|
14965
|
+
}
|
|
14966
|
+
}
|
|
14967
|
+
]
|
|
14968
|
+
},
|
|
14969
|
+
{
|
|
14970
|
+
"kind": "function",
|
|
14971
|
+
"name": "configureDesignSystem",
|
|
14972
|
+
"parameters": [
|
|
14973
|
+
{
|
|
14974
|
+
"name": "provider",
|
|
14975
|
+
"type": {
|
|
14976
|
+
"text": "HTMLElement"
|
|
14977
|
+
}
|
|
14978
|
+
},
|
|
14979
|
+
{
|
|
14980
|
+
"name": "config",
|
|
14981
|
+
"type": {
|
|
14982
|
+
"text": "DesignTokensConfig"
|
|
14983
|
+
}
|
|
14984
|
+
}
|
|
14985
|
+
]
|
|
14986
|
+
}
|
|
14987
|
+
],
|
|
14988
|
+
"exports": [
|
|
14989
|
+
{
|
|
14990
|
+
"kind": "js",
|
|
14991
|
+
"name": "provideTokens",
|
|
14992
|
+
"declaration": {
|
|
14993
|
+
"name": "provideTokens",
|
|
14994
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
14995
|
+
}
|
|
14996
|
+
},
|
|
14997
|
+
{
|
|
14998
|
+
"kind": "js",
|
|
14999
|
+
"name": "designToken",
|
|
15000
|
+
"declaration": {
|
|
15001
|
+
"name": "designToken",
|
|
15002
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
15003
|
+
}
|
|
15004
|
+
},
|
|
15005
|
+
{
|
|
15006
|
+
"kind": "js",
|
|
15007
|
+
"name": "swatchConverter",
|
|
15008
|
+
"declaration": {
|
|
15009
|
+
"name": "swatchConverter",
|
|
15010
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
15011
|
+
}
|
|
15012
|
+
},
|
|
15013
|
+
{
|
|
15014
|
+
"kind": "js",
|
|
15015
|
+
"name": "paletteFromHex",
|
|
15016
|
+
"declaration": {
|
|
15017
|
+
"name": "paletteFromHex",
|
|
15018
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
15019
|
+
}
|
|
15020
|
+
},
|
|
15021
|
+
{
|
|
15022
|
+
"kind": "js",
|
|
15023
|
+
"name": "getDefaultConfig",
|
|
15024
|
+
"declaration": {
|
|
15025
|
+
"name": "getDefaultConfig",
|
|
15026
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
15027
|
+
}
|
|
15028
|
+
},
|
|
15029
|
+
{
|
|
15030
|
+
"kind": "js",
|
|
15031
|
+
"name": "getExports",
|
|
15032
|
+
"declaration": {
|
|
15033
|
+
"name": "getExports",
|
|
15034
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
15035
|
+
}
|
|
15036
|
+
},
|
|
15037
|
+
{
|
|
15038
|
+
"kind": "js",
|
|
15039
|
+
"name": "getTypeRampValue",
|
|
15040
|
+
"declaration": {
|
|
15041
|
+
"name": "getTypeRampValue",
|
|
15042
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
15043
|
+
}
|
|
15044
|
+
},
|
|
15045
|
+
{
|
|
15046
|
+
"kind": "js",
|
|
15047
|
+
"name": "configureDesignSystem",
|
|
15048
|
+
"declaration": {
|
|
15049
|
+
"name": "configureDesignSystem",
|
|
15050
|
+
"module": "src/design-system-provider/design-system-provider.utils.ts"
|
|
15051
|
+
}
|
|
15052
|
+
}
|
|
15053
|
+
]
|
|
15054
|
+
},
|
|
15055
|
+
{
|
|
15056
|
+
"kind": "javascript-module",
|
|
15057
|
+
"path": "src/design-system-provider/index.ts",
|
|
15058
|
+
"declarations": [],
|
|
15059
|
+
"exports": [
|
|
15060
|
+
{
|
|
15061
|
+
"kind": "js",
|
|
15062
|
+
"name": "*",
|
|
15063
|
+
"declaration": {
|
|
15064
|
+
"name": "*",
|
|
15065
|
+
"package": "./design-system-provider.utils"
|
|
15066
|
+
}
|
|
15067
|
+
},
|
|
15068
|
+
{
|
|
15069
|
+
"kind": "js",
|
|
15070
|
+
"name": "*",
|
|
15071
|
+
"declaration": {
|
|
15072
|
+
"name": "*",
|
|
15073
|
+
"package": "./design-system-provider"
|
|
15074
|
+
}
|
|
15075
|
+
},
|
|
15076
|
+
{
|
|
15077
|
+
"kind": "js",
|
|
15078
|
+
"name": "*",
|
|
15079
|
+
"declaration": {
|
|
15080
|
+
"name": "*",
|
|
15081
|
+
"package": "./types"
|
|
15082
|
+
}
|
|
15083
|
+
}
|
|
15084
|
+
]
|
|
15085
|
+
},
|
|
15086
|
+
{
|
|
15087
|
+
"kind": "javascript-module",
|
|
15088
|
+
"path": "src/design-system-provider/types.ts",
|
|
15089
|
+
"declarations": [],
|
|
15090
|
+
"exports": []
|
|
15091
|
+
},
|
|
15084
15092
|
{
|
|
15085
15093
|
"kind": "javascript-module",
|
|
15086
15094
|
"path": "src/divider/divider.styles.ts",
|
|
@@ -23728,6 +23736,486 @@
|
|
|
23728
23736
|
}
|
|
23729
23737
|
]
|
|
23730
23738
|
},
|
|
23739
|
+
{
|
|
23740
|
+
"kind": "javascript-module",
|
|
23741
|
+
"path": "src/menu-item/index.ts",
|
|
23742
|
+
"declarations": [],
|
|
23743
|
+
"exports": [
|
|
23744
|
+
{
|
|
23745
|
+
"kind": "js",
|
|
23746
|
+
"name": "*",
|
|
23747
|
+
"declaration": {
|
|
23748
|
+
"name": "*",
|
|
23749
|
+
"package": "./menu-item.template"
|
|
23750
|
+
}
|
|
23751
|
+
},
|
|
23752
|
+
{
|
|
23753
|
+
"kind": "js",
|
|
23754
|
+
"name": "*",
|
|
23755
|
+
"declaration": {
|
|
23756
|
+
"name": "*",
|
|
23757
|
+
"package": "./menu-item.styles"
|
|
23758
|
+
}
|
|
23759
|
+
},
|
|
23760
|
+
{
|
|
23761
|
+
"kind": "js",
|
|
23762
|
+
"name": "*",
|
|
23763
|
+
"declaration": {
|
|
23764
|
+
"name": "*",
|
|
23765
|
+
"package": "./menu-item"
|
|
23766
|
+
}
|
|
23767
|
+
}
|
|
23768
|
+
]
|
|
23769
|
+
},
|
|
23770
|
+
{
|
|
23771
|
+
"kind": "javascript-module",
|
|
23772
|
+
"path": "src/menu-item/menu-item.styles.ts",
|
|
23773
|
+
"declarations": [
|
|
23774
|
+
{
|
|
23775
|
+
"kind": "function",
|
|
23776
|
+
"name": "foundationMenuItemStyles",
|
|
23777
|
+
"return": {
|
|
23778
|
+
"type": {
|
|
23779
|
+
"text": "ElementStyles"
|
|
23780
|
+
}
|
|
23781
|
+
},
|
|
23782
|
+
"parameters": [
|
|
23783
|
+
{
|
|
23784
|
+
"name": "context",
|
|
23785
|
+
"type": {
|
|
23786
|
+
"text": "ElementDefinitionContext"
|
|
23787
|
+
}
|
|
23788
|
+
},
|
|
23789
|
+
{
|
|
23790
|
+
"name": "definition",
|
|
23791
|
+
"type": {
|
|
23792
|
+
"text": "MenuItemOptions"
|
|
23793
|
+
}
|
|
23794
|
+
}
|
|
23795
|
+
]
|
|
23796
|
+
}
|
|
23797
|
+
],
|
|
23798
|
+
"exports": [
|
|
23799
|
+
{
|
|
23800
|
+
"kind": "js",
|
|
23801
|
+
"name": "foundationMenuItemStyles",
|
|
23802
|
+
"declaration": {
|
|
23803
|
+
"name": "foundationMenuItemStyles",
|
|
23804
|
+
"module": "src/menu-item/menu-item.styles.ts"
|
|
23805
|
+
}
|
|
23806
|
+
}
|
|
23807
|
+
]
|
|
23808
|
+
},
|
|
23809
|
+
{
|
|
23810
|
+
"kind": "javascript-module",
|
|
23811
|
+
"path": "src/menu-item/menu-item.template.ts",
|
|
23812
|
+
"declarations": [
|
|
23813
|
+
{
|
|
23814
|
+
"kind": "function",
|
|
23815
|
+
"name": "foundationMenuItemTemplate",
|
|
23816
|
+
"return": {
|
|
23817
|
+
"type": {
|
|
23818
|
+
"text": "ViewTemplate<MenuItem>"
|
|
23819
|
+
}
|
|
23820
|
+
},
|
|
23821
|
+
"parameters": [
|
|
23822
|
+
{
|
|
23823
|
+
"name": "context",
|
|
23824
|
+
"type": {
|
|
23825
|
+
"text": "ElementDefinitionContext"
|
|
23826
|
+
}
|
|
23827
|
+
},
|
|
23828
|
+
{
|
|
23829
|
+
"name": "definition",
|
|
23830
|
+
"type": {
|
|
23831
|
+
"text": "MenuItemOptions"
|
|
23832
|
+
}
|
|
23833
|
+
}
|
|
23834
|
+
]
|
|
23835
|
+
}
|
|
23836
|
+
],
|
|
23837
|
+
"exports": [
|
|
23838
|
+
{
|
|
23839
|
+
"kind": "js",
|
|
23840
|
+
"name": "foundationMenuItemTemplate",
|
|
23841
|
+
"declaration": {
|
|
23842
|
+
"name": "foundationMenuItemTemplate",
|
|
23843
|
+
"module": "src/menu-item/menu-item.template.ts"
|
|
23844
|
+
}
|
|
23845
|
+
}
|
|
23846
|
+
]
|
|
23847
|
+
},
|
|
23848
|
+
{
|
|
23849
|
+
"kind": "javascript-module",
|
|
23850
|
+
"path": "src/menu-item/menu-item.ts",
|
|
23851
|
+
"declarations": [
|
|
23852
|
+
{
|
|
23853
|
+
"kind": "class",
|
|
23854
|
+
"description": "",
|
|
23855
|
+
"name": "MenuItem",
|
|
23856
|
+
"superclass": {
|
|
23857
|
+
"name": "FASTMenuItem",
|
|
23858
|
+
"package": "@microsoft/fast-components"
|
|
23859
|
+
},
|
|
23860
|
+
"tagName": "%%prefix%%-menu-item",
|
|
23861
|
+
"customElement": true,
|
|
23862
|
+
"attributes": [
|
|
23863
|
+
{
|
|
23864
|
+
"type": {
|
|
23865
|
+
"text": "boolean"
|
|
23866
|
+
},
|
|
23867
|
+
"description": "The disabled state of the element.",
|
|
23868
|
+
"fieldName": "disabled",
|
|
23869
|
+
"inheritedFrom": {
|
|
23870
|
+
"name": "MenuItem",
|
|
23871
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23872
|
+
}
|
|
23873
|
+
},
|
|
23874
|
+
{
|
|
23875
|
+
"name": "role",
|
|
23876
|
+
"type": {
|
|
23877
|
+
"text": "MenuItemRole"
|
|
23878
|
+
},
|
|
23879
|
+
"description": "The role of the element.",
|
|
23880
|
+
"fieldName": "role",
|
|
23881
|
+
"inheritedFrom": {
|
|
23882
|
+
"name": "MenuItem",
|
|
23883
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23884
|
+
}
|
|
23885
|
+
}
|
|
23886
|
+
],
|
|
23887
|
+
"members": [
|
|
23888
|
+
{
|
|
23889
|
+
"kind": "field",
|
|
23890
|
+
"name": "disabled",
|
|
23891
|
+
"type": {
|
|
23892
|
+
"text": "boolean"
|
|
23893
|
+
},
|
|
23894
|
+
"privacy": "public",
|
|
23895
|
+
"description": "The disabled state of the element.",
|
|
23896
|
+
"inheritedFrom": {
|
|
23897
|
+
"name": "MenuItem",
|
|
23898
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23899
|
+
}
|
|
23900
|
+
},
|
|
23901
|
+
{
|
|
23902
|
+
"kind": "field",
|
|
23903
|
+
"name": "expanded",
|
|
23904
|
+
"type": {
|
|
23905
|
+
"text": "boolean"
|
|
23906
|
+
},
|
|
23907
|
+
"privacy": "public",
|
|
23908
|
+
"description": "The expanded state of the element.",
|
|
23909
|
+
"inheritedFrom": {
|
|
23910
|
+
"name": "MenuItem",
|
|
23911
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23912
|
+
}
|
|
23913
|
+
},
|
|
23914
|
+
{
|
|
23915
|
+
"kind": "method",
|
|
23916
|
+
"name": "expandedChanged",
|
|
23917
|
+
"privacy": "private",
|
|
23918
|
+
"return": {
|
|
23919
|
+
"type": {
|
|
23920
|
+
"text": "void"
|
|
23921
|
+
}
|
|
23922
|
+
},
|
|
23923
|
+
"parameters": [
|
|
23924
|
+
{
|
|
23925
|
+
"name": "oldValue",
|
|
23926
|
+
"type": {
|
|
23927
|
+
"text": "boolean"
|
|
23928
|
+
}
|
|
23929
|
+
}
|
|
23930
|
+
],
|
|
23931
|
+
"inheritedFrom": {
|
|
23932
|
+
"name": "MenuItem",
|
|
23933
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23934
|
+
}
|
|
23935
|
+
},
|
|
23936
|
+
{
|
|
23937
|
+
"kind": "field",
|
|
23938
|
+
"name": "role",
|
|
23939
|
+
"type": {
|
|
23940
|
+
"text": "MenuItemRole"
|
|
23941
|
+
},
|
|
23942
|
+
"privacy": "public",
|
|
23943
|
+
"description": "The role of the element.",
|
|
23944
|
+
"inheritedFrom": {
|
|
23945
|
+
"name": "MenuItem",
|
|
23946
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23947
|
+
}
|
|
23948
|
+
},
|
|
23949
|
+
{
|
|
23950
|
+
"kind": "field",
|
|
23951
|
+
"name": "checked",
|
|
23952
|
+
"type": {
|
|
23953
|
+
"text": "boolean"
|
|
23954
|
+
},
|
|
23955
|
+
"privacy": "public",
|
|
23956
|
+
"description": "The checked value of the element.",
|
|
23957
|
+
"inheritedFrom": {
|
|
23958
|
+
"name": "MenuItem",
|
|
23959
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23960
|
+
}
|
|
23961
|
+
},
|
|
23962
|
+
{
|
|
23963
|
+
"kind": "method",
|
|
23964
|
+
"name": "checkedChanged",
|
|
23965
|
+
"privacy": "private",
|
|
23966
|
+
"return": {
|
|
23967
|
+
"type": {
|
|
23968
|
+
"text": "void"
|
|
23969
|
+
}
|
|
23970
|
+
},
|
|
23971
|
+
"parameters": [
|
|
23972
|
+
{
|
|
23973
|
+
"name": "oldValue",
|
|
23974
|
+
"type": {
|
|
23975
|
+
"text": "boolean"
|
|
23976
|
+
}
|
|
23977
|
+
},
|
|
23978
|
+
{
|
|
23979
|
+
"name": "newValue",
|
|
23980
|
+
"type": {
|
|
23981
|
+
"text": "boolean"
|
|
23982
|
+
}
|
|
23983
|
+
}
|
|
23984
|
+
],
|
|
23985
|
+
"inheritedFrom": {
|
|
23986
|
+
"name": "MenuItem",
|
|
23987
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23988
|
+
}
|
|
23989
|
+
},
|
|
23990
|
+
{
|
|
23991
|
+
"kind": "field",
|
|
23992
|
+
"name": "focusSubmenuOnLoad",
|
|
23993
|
+
"type": {
|
|
23994
|
+
"text": "boolean"
|
|
23995
|
+
},
|
|
23996
|
+
"privacy": "private",
|
|
23997
|
+
"default": "false",
|
|
23998
|
+
"inheritedFrom": {
|
|
23999
|
+
"name": "MenuItem",
|
|
24000
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24001
|
+
}
|
|
24002
|
+
},
|
|
24003
|
+
{
|
|
24004
|
+
"kind": "field",
|
|
24005
|
+
"name": "observer",
|
|
24006
|
+
"type": {
|
|
24007
|
+
"text": "MutationObserver | undefined"
|
|
24008
|
+
},
|
|
24009
|
+
"privacy": "private",
|
|
24010
|
+
"inheritedFrom": {
|
|
24011
|
+
"name": "MenuItem",
|
|
24012
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24013
|
+
}
|
|
24014
|
+
},
|
|
24015
|
+
{
|
|
24016
|
+
"kind": "method",
|
|
24017
|
+
"name": "domChildren",
|
|
24018
|
+
"privacy": "private",
|
|
24019
|
+
"return": {
|
|
24020
|
+
"type": {
|
|
24021
|
+
"text": "Element[]"
|
|
24022
|
+
}
|
|
24023
|
+
},
|
|
24024
|
+
"description": "get an array of valid DOM children",
|
|
24025
|
+
"inheritedFrom": {
|
|
24026
|
+
"name": "MenuItem",
|
|
24027
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24028
|
+
}
|
|
24029
|
+
},
|
|
24030
|
+
{
|
|
24031
|
+
"kind": "field",
|
|
24032
|
+
"name": "_presentation",
|
|
24033
|
+
"type": {
|
|
24034
|
+
"text": "ComponentPresentation | null | undefined"
|
|
24035
|
+
},
|
|
24036
|
+
"privacy": "private",
|
|
24037
|
+
"default": "void 0",
|
|
24038
|
+
"inheritedFrom": {
|
|
24039
|
+
"name": "FoundationElement",
|
|
24040
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24041
|
+
}
|
|
24042
|
+
},
|
|
24043
|
+
{
|
|
24044
|
+
"kind": "field",
|
|
24045
|
+
"name": "$presentation",
|
|
24046
|
+
"type": {
|
|
24047
|
+
"text": "ComponentPresentation | null"
|
|
24048
|
+
},
|
|
24049
|
+
"privacy": "public",
|
|
24050
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
24051
|
+
"inheritedFrom": {
|
|
24052
|
+
"name": "FoundationElement",
|
|
24053
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24054
|
+
}
|
|
24055
|
+
},
|
|
24056
|
+
{
|
|
24057
|
+
"kind": "field",
|
|
24058
|
+
"name": "template",
|
|
24059
|
+
"type": {
|
|
24060
|
+
"text": "ElementViewTemplate | void | null"
|
|
24061
|
+
},
|
|
24062
|
+
"privacy": "public",
|
|
24063
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
24064
|
+
"inheritedFrom": {
|
|
24065
|
+
"name": "FoundationElement",
|
|
24066
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24067
|
+
}
|
|
24068
|
+
},
|
|
24069
|
+
{
|
|
24070
|
+
"kind": "method",
|
|
24071
|
+
"name": "templateChanged",
|
|
24072
|
+
"privacy": "protected",
|
|
24073
|
+
"return": {
|
|
24074
|
+
"type": {
|
|
24075
|
+
"text": "void"
|
|
24076
|
+
}
|
|
24077
|
+
},
|
|
24078
|
+
"inheritedFrom": {
|
|
24079
|
+
"name": "FoundationElement",
|
|
24080
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24081
|
+
}
|
|
24082
|
+
},
|
|
24083
|
+
{
|
|
24084
|
+
"kind": "field",
|
|
24085
|
+
"name": "styles",
|
|
24086
|
+
"type": {
|
|
24087
|
+
"text": "ElementStyles | void | null"
|
|
24088
|
+
},
|
|
24089
|
+
"privacy": "public",
|
|
24090
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
24091
|
+
"inheritedFrom": {
|
|
24092
|
+
"name": "FoundationElement",
|
|
24093
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24094
|
+
}
|
|
24095
|
+
},
|
|
24096
|
+
{
|
|
24097
|
+
"kind": "method",
|
|
24098
|
+
"name": "stylesChanged",
|
|
24099
|
+
"privacy": "protected",
|
|
24100
|
+
"return": {
|
|
24101
|
+
"type": {
|
|
24102
|
+
"text": "void"
|
|
24103
|
+
}
|
|
24104
|
+
},
|
|
24105
|
+
"inheritedFrom": {
|
|
24106
|
+
"name": "FoundationElement",
|
|
24107
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24108
|
+
}
|
|
24109
|
+
},
|
|
24110
|
+
{
|
|
24111
|
+
"kind": "method",
|
|
24112
|
+
"name": "compose",
|
|
24113
|
+
"privacy": "public",
|
|
24114
|
+
"static": true,
|
|
24115
|
+
"return": {
|
|
24116
|
+
"type": {
|
|
24117
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
24118
|
+
}
|
|
24119
|
+
},
|
|
24120
|
+
"parameters": [
|
|
24121
|
+
{
|
|
24122
|
+
"name": "this",
|
|
24123
|
+
"type": {
|
|
24124
|
+
"text": "K"
|
|
24125
|
+
}
|
|
24126
|
+
},
|
|
24127
|
+
{
|
|
24128
|
+
"name": "elementDefinition",
|
|
24129
|
+
"type": {
|
|
24130
|
+
"text": "T"
|
|
24131
|
+
},
|
|
24132
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
24133
|
+
}
|
|
24134
|
+
],
|
|
24135
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
24136
|
+
"inheritedFrom": {
|
|
24137
|
+
"name": "FoundationElement",
|
|
24138
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24139
|
+
}
|
|
24140
|
+
}
|
|
24141
|
+
],
|
|
24142
|
+
"events": [
|
|
24143
|
+
{
|
|
24144
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
24145
|
+
"name": "expanded-change",
|
|
24146
|
+
"inheritedFrom": {
|
|
24147
|
+
"name": "MenuItem",
|
|
24148
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24149
|
+
}
|
|
24150
|
+
},
|
|
24151
|
+
{
|
|
24152
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
24153
|
+
"name": "change",
|
|
24154
|
+
"inheritedFrom": {
|
|
24155
|
+
"name": "MenuItem",
|
|
24156
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24157
|
+
}
|
|
24158
|
+
}
|
|
24159
|
+
]
|
|
24160
|
+
},
|
|
24161
|
+
{
|
|
24162
|
+
"kind": "variable",
|
|
24163
|
+
"name": "foundationMenuItemShadowOptions",
|
|
24164
|
+
"type": {
|
|
24165
|
+
"text": "ShadowRootInit"
|
|
24166
|
+
},
|
|
24167
|
+
"default": "undefined"
|
|
24168
|
+
},
|
|
24169
|
+
{
|
|
24170
|
+
"kind": "variable",
|
|
24171
|
+
"name": "defaultMenuItemConfig",
|
|
24172
|
+
"type": {
|
|
24173
|
+
"text": "object"
|
|
24174
|
+
},
|
|
24175
|
+
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
24176
|
+
},
|
|
24177
|
+
{
|
|
24178
|
+
"kind": "variable",
|
|
24179
|
+
"name": "foundationMenuItem",
|
|
24180
|
+
"description": "The Foundation Menu Item",
|
|
24181
|
+
"privacy": "public"
|
|
24182
|
+
}
|
|
24183
|
+
],
|
|
24184
|
+
"exports": [
|
|
24185
|
+
{
|
|
24186
|
+
"kind": "js",
|
|
24187
|
+
"name": "MenuItem",
|
|
24188
|
+
"declaration": {
|
|
24189
|
+
"name": "MenuItem",
|
|
24190
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24191
|
+
}
|
|
24192
|
+
},
|
|
24193
|
+
{
|
|
24194
|
+
"kind": "js",
|
|
24195
|
+
"name": "foundationMenuItemShadowOptions",
|
|
24196
|
+
"declaration": {
|
|
24197
|
+
"name": "foundationMenuItemShadowOptions",
|
|
24198
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24199
|
+
}
|
|
24200
|
+
},
|
|
24201
|
+
{
|
|
24202
|
+
"kind": "js",
|
|
24203
|
+
"name": "defaultMenuItemConfig",
|
|
24204
|
+
"declaration": {
|
|
24205
|
+
"name": "defaultMenuItemConfig",
|
|
24206
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24207
|
+
}
|
|
24208
|
+
},
|
|
24209
|
+
{
|
|
24210
|
+
"kind": "js",
|
|
24211
|
+
"name": "foundationMenuItem",
|
|
24212
|
+
"declaration": {
|
|
24213
|
+
"name": "foundationMenuItem",
|
|
24214
|
+
"module": "src/menu-item/menu-item.ts"
|
|
24215
|
+
}
|
|
24216
|
+
}
|
|
24217
|
+
]
|
|
24218
|
+
},
|
|
23731
24219
|
{
|
|
23732
24220
|
"kind": "javascript-module",
|
|
23733
24221
|
"path": "src/multiselect/index.ts",
|
|
@@ -24547,7 +25035,7 @@
|
|
|
24547
25035
|
},
|
|
24548
25036
|
{
|
|
24549
25037
|
"kind": "javascript-module",
|
|
24550
|
-
"path": "src/
|
|
25038
|
+
"path": "src/notification-listener/index.ts",
|
|
24551
25039
|
"declarations": [],
|
|
24552
25040
|
"exports": [
|
|
24553
25041
|
{
|
|
@@ -24555,7 +25043,7 @@
|
|
|
24555
25043
|
"name": "*",
|
|
24556
25044
|
"declaration": {
|
|
24557
25045
|
"name": "*",
|
|
24558
|
-
"package": "./
|
|
25046
|
+
"package": "./notification-listener.template"
|
|
24559
25047
|
}
|
|
24560
25048
|
},
|
|
24561
25049
|
{
|
|
@@ -24563,518 +25051,38 @@
|
|
|
24563
25051
|
"name": "*",
|
|
24564
25052
|
"declaration": {
|
|
24565
25053
|
"name": "*",
|
|
24566
|
-
"package": "./
|
|
25054
|
+
"package": "./notification-listener"
|
|
24567
25055
|
}
|
|
24568
|
-
}
|
|
25056
|
+
}
|
|
25057
|
+
]
|
|
25058
|
+
},
|
|
25059
|
+
{
|
|
25060
|
+
"kind": "javascript-module",
|
|
25061
|
+
"path": "src/notification-listener/notification-listener.template.ts",
|
|
25062
|
+
"declarations": [
|
|
25063
|
+
{
|
|
25064
|
+
"kind": "variable",
|
|
25065
|
+
"name": "foundationNotificationListenerTemplate",
|
|
25066
|
+
"type": {
|
|
25067
|
+
"text": "ViewTemplate<NotificationListener>"
|
|
25068
|
+
},
|
|
25069
|
+
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
25070
|
+
}
|
|
25071
|
+
],
|
|
25072
|
+
"exports": [
|
|
24569
25073
|
{
|
|
24570
25074
|
"kind": "js",
|
|
24571
|
-
"name": "
|
|
25075
|
+
"name": "foundationNotificationListenerTemplate",
|
|
24572
25076
|
"declaration": {
|
|
24573
|
-
"name": "
|
|
24574
|
-
"
|
|
25077
|
+
"name": "foundationNotificationListenerTemplate",
|
|
25078
|
+
"module": "src/notification-listener/notification-listener.template.ts"
|
|
24575
25079
|
}
|
|
24576
25080
|
}
|
|
24577
25081
|
]
|
|
24578
25082
|
},
|
|
24579
25083
|
{
|
|
24580
25084
|
"kind": "javascript-module",
|
|
24581
|
-
"path": "src/
|
|
24582
|
-
"declarations": [
|
|
24583
|
-
{
|
|
24584
|
-
"kind": "function",
|
|
24585
|
-
"name": "foundationMenuItemStyles",
|
|
24586
|
-
"return": {
|
|
24587
|
-
"type": {
|
|
24588
|
-
"text": "ElementStyles"
|
|
24589
|
-
}
|
|
24590
|
-
},
|
|
24591
|
-
"parameters": [
|
|
24592
|
-
{
|
|
24593
|
-
"name": "context",
|
|
24594
|
-
"type": {
|
|
24595
|
-
"text": "ElementDefinitionContext"
|
|
24596
|
-
}
|
|
24597
|
-
},
|
|
24598
|
-
{
|
|
24599
|
-
"name": "definition",
|
|
24600
|
-
"type": {
|
|
24601
|
-
"text": "MenuItemOptions"
|
|
24602
|
-
}
|
|
24603
|
-
}
|
|
24604
|
-
]
|
|
24605
|
-
}
|
|
24606
|
-
],
|
|
24607
|
-
"exports": [
|
|
24608
|
-
{
|
|
24609
|
-
"kind": "js",
|
|
24610
|
-
"name": "foundationMenuItemStyles",
|
|
24611
|
-
"declaration": {
|
|
24612
|
-
"name": "foundationMenuItemStyles",
|
|
24613
|
-
"module": "src/menu-item/menu-item.styles.ts"
|
|
24614
|
-
}
|
|
24615
|
-
}
|
|
24616
|
-
]
|
|
24617
|
-
},
|
|
24618
|
-
{
|
|
24619
|
-
"kind": "javascript-module",
|
|
24620
|
-
"path": "src/menu-item/menu-item.template.ts",
|
|
24621
|
-
"declarations": [
|
|
24622
|
-
{
|
|
24623
|
-
"kind": "function",
|
|
24624
|
-
"name": "foundationMenuItemTemplate",
|
|
24625
|
-
"return": {
|
|
24626
|
-
"type": {
|
|
24627
|
-
"text": "ViewTemplate<MenuItem>"
|
|
24628
|
-
}
|
|
24629
|
-
},
|
|
24630
|
-
"parameters": [
|
|
24631
|
-
{
|
|
24632
|
-
"name": "context",
|
|
24633
|
-
"type": {
|
|
24634
|
-
"text": "ElementDefinitionContext"
|
|
24635
|
-
}
|
|
24636
|
-
},
|
|
24637
|
-
{
|
|
24638
|
-
"name": "definition",
|
|
24639
|
-
"type": {
|
|
24640
|
-
"text": "MenuItemOptions"
|
|
24641
|
-
}
|
|
24642
|
-
}
|
|
24643
|
-
]
|
|
24644
|
-
}
|
|
24645
|
-
],
|
|
24646
|
-
"exports": [
|
|
24647
|
-
{
|
|
24648
|
-
"kind": "js",
|
|
24649
|
-
"name": "foundationMenuItemTemplate",
|
|
24650
|
-
"declaration": {
|
|
24651
|
-
"name": "foundationMenuItemTemplate",
|
|
24652
|
-
"module": "src/menu-item/menu-item.template.ts"
|
|
24653
|
-
}
|
|
24654
|
-
}
|
|
24655
|
-
]
|
|
24656
|
-
},
|
|
24657
|
-
{
|
|
24658
|
-
"kind": "javascript-module",
|
|
24659
|
-
"path": "src/menu-item/menu-item.ts",
|
|
24660
|
-
"declarations": [
|
|
24661
|
-
{
|
|
24662
|
-
"kind": "class",
|
|
24663
|
-
"description": "",
|
|
24664
|
-
"name": "MenuItem",
|
|
24665
|
-
"superclass": {
|
|
24666
|
-
"name": "FASTMenuItem",
|
|
24667
|
-
"package": "@microsoft/fast-components"
|
|
24668
|
-
},
|
|
24669
|
-
"tagName": "%%prefix%%-menu-item",
|
|
24670
|
-
"customElement": true,
|
|
24671
|
-
"attributes": [
|
|
24672
|
-
{
|
|
24673
|
-
"type": {
|
|
24674
|
-
"text": "boolean"
|
|
24675
|
-
},
|
|
24676
|
-
"description": "The disabled state of the element.",
|
|
24677
|
-
"fieldName": "disabled",
|
|
24678
|
-
"inheritedFrom": {
|
|
24679
|
-
"name": "MenuItem",
|
|
24680
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24681
|
-
}
|
|
24682
|
-
},
|
|
24683
|
-
{
|
|
24684
|
-
"name": "role",
|
|
24685
|
-
"type": {
|
|
24686
|
-
"text": "MenuItemRole"
|
|
24687
|
-
},
|
|
24688
|
-
"description": "The role of the element.",
|
|
24689
|
-
"fieldName": "role",
|
|
24690
|
-
"inheritedFrom": {
|
|
24691
|
-
"name": "MenuItem",
|
|
24692
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24693
|
-
}
|
|
24694
|
-
}
|
|
24695
|
-
],
|
|
24696
|
-
"members": [
|
|
24697
|
-
{
|
|
24698
|
-
"kind": "field",
|
|
24699
|
-
"name": "disabled",
|
|
24700
|
-
"type": {
|
|
24701
|
-
"text": "boolean"
|
|
24702
|
-
},
|
|
24703
|
-
"privacy": "public",
|
|
24704
|
-
"description": "The disabled state of the element.",
|
|
24705
|
-
"inheritedFrom": {
|
|
24706
|
-
"name": "MenuItem",
|
|
24707
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24708
|
-
}
|
|
24709
|
-
},
|
|
24710
|
-
{
|
|
24711
|
-
"kind": "field",
|
|
24712
|
-
"name": "expanded",
|
|
24713
|
-
"type": {
|
|
24714
|
-
"text": "boolean"
|
|
24715
|
-
},
|
|
24716
|
-
"privacy": "public",
|
|
24717
|
-
"description": "The expanded state of the element.",
|
|
24718
|
-
"inheritedFrom": {
|
|
24719
|
-
"name": "MenuItem",
|
|
24720
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24721
|
-
}
|
|
24722
|
-
},
|
|
24723
|
-
{
|
|
24724
|
-
"kind": "method",
|
|
24725
|
-
"name": "expandedChanged",
|
|
24726
|
-
"privacy": "private",
|
|
24727
|
-
"return": {
|
|
24728
|
-
"type": {
|
|
24729
|
-
"text": "void"
|
|
24730
|
-
}
|
|
24731
|
-
},
|
|
24732
|
-
"parameters": [
|
|
24733
|
-
{
|
|
24734
|
-
"name": "oldValue",
|
|
24735
|
-
"type": {
|
|
24736
|
-
"text": "boolean"
|
|
24737
|
-
}
|
|
24738
|
-
}
|
|
24739
|
-
],
|
|
24740
|
-
"inheritedFrom": {
|
|
24741
|
-
"name": "MenuItem",
|
|
24742
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24743
|
-
}
|
|
24744
|
-
},
|
|
24745
|
-
{
|
|
24746
|
-
"kind": "field",
|
|
24747
|
-
"name": "role",
|
|
24748
|
-
"type": {
|
|
24749
|
-
"text": "MenuItemRole"
|
|
24750
|
-
},
|
|
24751
|
-
"privacy": "public",
|
|
24752
|
-
"description": "The role of the element.",
|
|
24753
|
-
"inheritedFrom": {
|
|
24754
|
-
"name": "MenuItem",
|
|
24755
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24756
|
-
}
|
|
24757
|
-
},
|
|
24758
|
-
{
|
|
24759
|
-
"kind": "field",
|
|
24760
|
-
"name": "checked",
|
|
24761
|
-
"type": {
|
|
24762
|
-
"text": "boolean"
|
|
24763
|
-
},
|
|
24764
|
-
"privacy": "public",
|
|
24765
|
-
"description": "The checked value of the element.",
|
|
24766
|
-
"inheritedFrom": {
|
|
24767
|
-
"name": "MenuItem",
|
|
24768
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24769
|
-
}
|
|
24770
|
-
},
|
|
24771
|
-
{
|
|
24772
|
-
"kind": "method",
|
|
24773
|
-
"name": "checkedChanged",
|
|
24774
|
-
"privacy": "private",
|
|
24775
|
-
"return": {
|
|
24776
|
-
"type": {
|
|
24777
|
-
"text": "void"
|
|
24778
|
-
}
|
|
24779
|
-
},
|
|
24780
|
-
"parameters": [
|
|
24781
|
-
{
|
|
24782
|
-
"name": "oldValue",
|
|
24783
|
-
"type": {
|
|
24784
|
-
"text": "boolean"
|
|
24785
|
-
}
|
|
24786
|
-
},
|
|
24787
|
-
{
|
|
24788
|
-
"name": "newValue",
|
|
24789
|
-
"type": {
|
|
24790
|
-
"text": "boolean"
|
|
24791
|
-
}
|
|
24792
|
-
}
|
|
24793
|
-
],
|
|
24794
|
-
"inheritedFrom": {
|
|
24795
|
-
"name": "MenuItem",
|
|
24796
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24797
|
-
}
|
|
24798
|
-
},
|
|
24799
|
-
{
|
|
24800
|
-
"kind": "field",
|
|
24801
|
-
"name": "focusSubmenuOnLoad",
|
|
24802
|
-
"type": {
|
|
24803
|
-
"text": "boolean"
|
|
24804
|
-
},
|
|
24805
|
-
"privacy": "private",
|
|
24806
|
-
"default": "false",
|
|
24807
|
-
"inheritedFrom": {
|
|
24808
|
-
"name": "MenuItem",
|
|
24809
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24810
|
-
}
|
|
24811
|
-
},
|
|
24812
|
-
{
|
|
24813
|
-
"kind": "field",
|
|
24814
|
-
"name": "observer",
|
|
24815
|
-
"type": {
|
|
24816
|
-
"text": "MutationObserver | undefined"
|
|
24817
|
-
},
|
|
24818
|
-
"privacy": "private",
|
|
24819
|
-
"inheritedFrom": {
|
|
24820
|
-
"name": "MenuItem",
|
|
24821
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24822
|
-
}
|
|
24823
|
-
},
|
|
24824
|
-
{
|
|
24825
|
-
"kind": "method",
|
|
24826
|
-
"name": "domChildren",
|
|
24827
|
-
"privacy": "private",
|
|
24828
|
-
"return": {
|
|
24829
|
-
"type": {
|
|
24830
|
-
"text": "Element[]"
|
|
24831
|
-
}
|
|
24832
|
-
},
|
|
24833
|
-
"description": "get an array of valid DOM children",
|
|
24834
|
-
"inheritedFrom": {
|
|
24835
|
-
"name": "MenuItem",
|
|
24836
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24837
|
-
}
|
|
24838
|
-
},
|
|
24839
|
-
{
|
|
24840
|
-
"kind": "field",
|
|
24841
|
-
"name": "_presentation",
|
|
24842
|
-
"type": {
|
|
24843
|
-
"text": "ComponentPresentation | null | undefined"
|
|
24844
|
-
},
|
|
24845
|
-
"privacy": "private",
|
|
24846
|
-
"default": "void 0",
|
|
24847
|
-
"inheritedFrom": {
|
|
24848
|
-
"name": "FoundationElement",
|
|
24849
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24850
|
-
}
|
|
24851
|
-
},
|
|
24852
|
-
{
|
|
24853
|
-
"kind": "field",
|
|
24854
|
-
"name": "$presentation",
|
|
24855
|
-
"type": {
|
|
24856
|
-
"text": "ComponentPresentation | null"
|
|
24857
|
-
},
|
|
24858
|
-
"privacy": "public",
|
|
24859
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
24860
|
-
"inheritedFrom": {
|
|
24861
|
-
"name": "FoundationElement",
|
|
24862
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24863
|
-
}
|
|
24864
|
-
},
|
|
24865
|
-
{
|
|
24866
|
-
"kind": "field",
|
|
24867
|
-
"name": "template",
|
|
24868
|
-
"type": {
|
|
24869
|
-
"text": "ElementViewTemplate | void | null"
|
|
24870
|
-
},
|
|
24871
|
-
"privacy": "public",
|
|
24872
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
24873
|
-
"inheritedFrom": {
|
|
24874
|
-
"name": "FoundationElement",
|
|
24875
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24876
|
-
}
|
|
24877
|
-
},
|
|
24878
|
-
{
|
|
24879
|
-
"kind": "method",
|
|
24880
|
-
"name": "templateChanged",
|
|
24881
|
-
"privacy": "protected",
|
|
24882
|
-
"return": {
|
|
24883
|
-
"type": {
|
|
24884
|
-
"text": "void"
|
|
24885
|
-
}
|
|
24886
|
-
},
|
|
24887
|
-
"inheritedFrom": {
|
|
24888
|
-
"name": "FoundationElement",
|
|
24889
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24890
|
-
}
|
|
24891
|
-
},
|
|
24892
|
-
{
|
|
24893
|
-
"kind": "field",
|
|
24894
|
-
"name": "styles",
|
|
24895
|
-
"type": {
|
|
24896
|
-
"text": "ElementStyles | void | null"
|
|
24897
|
-
},
|
|
24898
|
-
"privacy": "public",
|
|
24899
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
24900
|
-
"inheritedFrom": {
|
|
24901
|
-
"name": "FoundationElement",
|
|
24902
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24903
|
-
}
|
|
24904
|
-
},
|
|
24905
|
-
{
|
|
24906
|
-
"kind": "method",
|
|
24907
|
-
"name": "stylesChanged",
|
|
24908
|
-
"privacy": "protected",
|
|
24909
|
-
"return": {
|
|
24910
|
-
"type": {
|
|
24911
|
-
"text": "void"
|
|
24912
|
-
}
|
|
24913
|
-
},
|
|
24914
|
-
"inheritedFrom": {
|
|
24915
|
-
"name": "FoundationElement",
|
|
24916
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24917
|
-
}
|
|
24918
|
-
},
|
|
24919
|
-
{
|
|
24920
|
-
"kind": "method",
|
|
24921
|
-
"name": "compose",
|
|
24922
|
-
"privacy": "public",
|
|
24923
|
-
"static": true,
|
|
24924
|
-
"return": {
|
|
24925
|
-
"type": {
|
|
24926
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
24927
|
-
}
|
|
24928
|
-
},
|
|
24929
|
-
"parameters": [
|
|
24930
|
-
{
|
|
24931
|
-
"name": "this",
|
|
24932
|
-
"type": {
|
|
24933
|
-
"text": "K"
|
|
24934
|
-
}
|
|
24935
|
-
},
|
|
24936
|
-
{
|
|
24937
|
-
"name": "elementDefinition",
|
|
24938
|
-
"type": {
|
|
24939
|
-
"text": "T"
|
|
24940
|
-
},
|
|
24941
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
24942
|
-
}
|
|
24943
|
-
],
|
|
24944
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
24945
|
-
"inheritedFrom": {
|
|
24946
|
-
"name": "FoundationElement",
|
|
24947
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24948
|
-
}
|
|
24949
|
-
}
|
|
24950
|
-
],
|
|
24951
|
-
"events": [
|
|
24952
|
-
{
|
|
24953
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
24954
|
-
"name": "expanded-change",
|
|
24955
|
-
"inheritedFrom": {
|
|
24956
|
-
"name": "MenuItem",
|
|
24957
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24958
|
-
}
|
|
24959
|
-
},
|
|
24960
|
-
{
|
|
24961
|
-
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
24962
|
-
"name": "change",
|
|
24963
|
-
"inheritedFrom": {
|
|
24964
|
-
"name": "MenuItem",
|
|
24965
|
-
"module": "src/menu-item/menu-item.ts"
|
|
24966
|
-
}
|
|
24967
|
-
}
|
|
24968
|
-
]
|
|
24969
|
-
},
|
|
24970
|
-
{
|
|
24971
|
-
"kind": "variable",
|
|
24972
|
-
"name": "foundationMenuItemShadowOptions",
|
|
24973
|
-
"type": {
|
|
24974
|
-
"text": "ShadowRootInit"
|
|
24975
|
-
},
|
|
24976
|
-
"default": "undefined"
|
|
24977
|
-
},
|
|
24978
|
-
{
|
|
24979
|
-
"kind": "variable",
|
|
24980
|
-
"name": "defaultMenuItemConfig",
|
|
24981
|
-
"type": {
|
|
24982
|
-
"text": "object"
|
|
24983
|
-
},
|
|
24984
|
-
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
24985
|
-
},
|
|
24986
|
-
{
|
|
24987
|
-
"kind": "variable",
|
|
24988
|
-
"name": "foundationMenuItem",
|
|
24989
|
-
"description": "The Foundation Menu Item",
|
|
24990
|
-
"privacy": "public"
|
|
24991
|
-
}
|
|
24992
|
-
],
|
|
24993
|
-
"exports": [
|
|
24994
|
-
{
|
|
24995
|
-
"kind": "js",
|
|
24996
|
-
"name": "MenuItem",
|
|
24997
|
-
"declaration": {
|
|
24998
|
-
"name": "MenuItem",
|
|
24999
|
-
"module": "src/menu-item/menu-item.ts"
|
|
25000
|
-
}
|
|
25001
|
-
},
|
|
25002
|
-
{
|
|
25003
|
-
"kind": "js",
|
|
25004
|
-
"name": "foundationMenuItemShadowOptions",
|
|
25005
|
-
"declaration": {
|
|
25006
|
-
"name": "foundationMenuItemShadowOptions",
|
|
25007
|
-
"module": "src/menu-item/menu-item.ts"
|
|
25008
|
-
}
|
|
25009
|
-
},
|
|
25010
|
-
{
|
|
25011
|
-
"kind": "js",
|
|
25012
|
-
"name": "defaultMenuItemConfig",
|
|
25013
|
-
"declaration": {
|
|
25014
|
-
"name": "defaultMenuItemConfig",
|
|
25015
|
-
"module": "src/menu-item/menu-item.ts"
|
|
25016
|
-
}
|
|
25017
|
-
},
|
|
25018
|
-
{
|
|
25019
|
-
"kind": "js",
|
|
25020
|
-
"name": "foundationMenuItem",
|
|
25021
|
-
"declaration": {
|
|
25022
|
-
"name": "foundationMenuItem",
|
|
25023
|
-
"module": "src/menu-item/menu-item.ts"
|
|
25024
|
-
}
|
|
25025
|
-
}
|
|
25026
|
-
]
|
|
25027
|
-
},
|
|
25028
|
-
{
|
|
25029
|
-
"kind": "javascript-module",
|
|
25030
|
-
"path": "src/notification-listener/index.ts",
|
|
25031
|
-
"declarations": [],
|
|
25032
|
-
"exports": [
|
|
25033
|
-
{
|
|
25034
|
-
"kind": "js",
|
|
25035
|
-
"name": "*",
|
|
25036
|
-
"declaration": {
|
|
25037
|
-
"name": "*",
|
|
25038
|
-
"package": "./notification-listener.template"
|
|
25039
|
-
}
|
|
25040
|
-
},
|
|
25041
|
-
{
|
|
25042
|
-
"kind": "js",
|
|
25043
|
-
"name": "*",
|
|
25044
|
-
"declaration": {
|
|
25045
|
-
"name": "*",
|
|
25046
|
-
"package": "./notification-listener"
|
|
25047
|
-
}
|
|
25048
|
-
}
|
|
25049
|
-
]
|
|
25050
|
-
},
|
|
25051
|
-
{
|
|
25052
|
-
"kind": "javascript-module",
|
|
25053
|
-
"path": "src/notification-listener/notification-listener.template.ts",
|
|
25054
|
-
"declarations": [
|
|
25055
|
-
{
|
|
25056
|
-
"kind": "variable",
|
|
25057
|
-
"name": "foundationNotificationListenerTemplate",
|
|
25058
|
-
"type": {
|
|
25059
|
-
"text": "ViewTemplate<NotificationListener>"
|
|
25060
|
-
},
|
|
25061
|
-
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
25062
|
-
}
|
|
25063
|
-
],
|
|
25064
|
-
"exports": [
|
|
25065
|
-
{
|
|
25066
|
-
"kind": "js",
|
|
25067
|
-
"name": "foundationNotificationListenerTemplate",
|
|
25068
|
-
"declaration": {
|
|
25069
|
-
"name": "foundationNotificationListenerTemplate",
|
|
25070
|
-
"module": "src/notification-listener/notification-listener.template.ts"
|
|
25071
|
-
}
|
|
25072
|
-
}
|
|
25073
|
-
]
|
|
25074
|
-
},
|
|
25075
|
-
{
|
|
25076
|
-
"kind": "javascript-module",
|
|
25077
|
-
"path": "src/notification-listener/notification-listener.ts",
|
|
25085
|
+
"path": "src/notification-listener/notification-listener.ts",
|
|
25078
25086
|
"declarations": [
|
|
25079
25087
|
{
|
|
25080
25088
|
"kind": "variable",
|
|
@@ -30869,6 +30877,516 @@
|
|
|
30869
30877
|
}
|
|
30870
30878
|
]
|
|
30871
30879
|
},
|
|
30880
|
+
{
|
|
30881
|
+
"kind": "javascript-module",
|
|
30882
|
+
"path": "src/scheduler-cron-builder/helpers.ts",
|
|
30883
|
+
"declarations": [
|
|
30884
|
+
{
|
|
30885
|
+
"kind": "function",
|
|
30886
|
+
"name": "formatFrequency",
|
|
30887
|
+
"parameters": [
|
|
30888
|
+
{
|
|
30889
|
+
"name": "freq",
|
|
30890
|
+
"type": {
|
|
30891
|
+
"text": "string"
|
|
30892
|
+
}
|
|
30893
|
+
}
|
|
30894
|
+
]
|
|
30895
|
+
}
|
|
30896
|
+
],
|
|
30897
|
+
"exports": [
|
|
30898
|
+
{
|
|
30899
|
+
"kind": "js",
|
|
30900
|
+
"name": "formatFrequency",
|
|
30901
|
+
"declaration": {
|
|
30902
|
+
"name": "formatFrequency",
|
|
30903
|
+
"module": "src/scheduler-cron-builder/helpers.ts"
|
|
30904
|
+
}
|
|
30905
|
+
}
|
|
30906
|
+
]
|
|
30907
|
+
},
|
|
30908
|
+
{
|
|
30909
|
+
"kind": "javascript-module",
|
|
30910
|
+
"path": "src/scheduler-cron-builder/index.ts",
|
|
30911
|
+
"declarations": [],
|
|
30912
|
+
"exports": [
|
|
30913
|
+
{
|
|
30914
|
+
"kind": "js",
|
|
30915
|
+
"name": "*",
|
|
30916
|
+
"declaration": {
|
|
30917
|
+
"name": "*",
|
|
30918
|
+
"package": "./scheduler-cron-builder"
|
|
30919
|
+
}
|
|
30920
|
+
},
|
|
30921
|
+
{
|
|
30922
|
+
"kind": "js",
|
|
30923
|
+
"name": "*",
|
|
30924
|
+
"declaration": {
|
|
30925
|
+
"name": "*",
|
|
30926
|
+
"package": "./scheduler-cron-builder.template"
|
|
30927
|
+
}
|
|
30928
|
+
},
|
|
30929
|
+
{
|
|
30930
|
+
"kind": "js",
|
|
30931
|
+
"name": "*",
|
|
30932
|
+
"declaration": {
|
|
30933
|
+
"name": "*",
|
|
30934
|
+
"package": "./scheduler-cron-builder.styles"
|
|
30935
|
+
}
|
|
30936
|
+
}
|
|
30937
|
+
]
|
|
30938
|
+
},
|
|
30939
|
+
{
|
|
30940
|
+
"kind": "javascript-module",
|
|
30941
|
+
"path": "src/scheduler-cron-builder/scheduler-cron-builder.styles.ts",
|
|
30942
|
+
"declarations": [
|
|
30943
|
+
{
|
|
30944
|
+
"kind": "variable",
|
|
30945
|
+
"name": "inputControls",
|
|
30946
|
+
"default": "css`\n .input-container {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .label {\n color: var(--neutral-foreground-hint);\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n }\n\n .row {\n display: flex;\n width: 50%;\n align-items: center;\n gap: calc(var(--design-unit) * 4px);\n }\n`"
|
|
30947
|
+
},
|
|
30948
|
+
{
|
|
30949
|
+
"kind": "variable",
|
|
30950
|
+
"name": "schedulerCronBuilderStyles",
|
|
30951
|
+
"type": {
|
|
30952
|
+
"text": "ElementStyles"
|
|
30953
|
+
},
|
|
30954
|
+
"default": "css`\n ${inputControls}\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n\n .container {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px);\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 4px);\n }\n\n .flex-row {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 4px);\n }\n\n .time-select {\n min-width: 110px;\n position: relative;\n }\n\n .frequency-select {\n position: relative;\n }\n\n .frequency-select::part(end),\n .time-select::part(end) {\n min-width: 0;\n width: 0;\n }\n\n .suffix-label {\n position: absolute;\n right: 35px; /* Move it before the icon */\n top: 50%;\n transform: translateY(-50%);\n padding: 0 calc(var(--design-unit) * 1px);\n color: var(--neutral-foreground-hint);\n font-size: var(--type-ramp-minus-1-font-size);\n white-space: nowrap;\n }\n`"
|
|
30955
|
+
}
|
|
30956
|
+
],
|
|
30957
|
+
"exports": [
|
|
30958
|
+
{
|
|
30959
|
+
"kind": "js",
|
|
30960
|
+
"name": "inputControls",
|
|
30961
|
+
"declaration": {
|
|
30962
|
+
"name": "inputControls",
|
|
30963
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.styles.ts"
|
|
30964
|
+
}
|
|
30965
|
+
},
|
|
30966
|
+
{
|
|
30967
|
+
"kind": "js",
|
|
30968
|
+
"name": "schedulerCronBuilderStyles",
|
|
30969
|
+
"declaration": {
|
|
30970
|
+
"name": "schedulerCronBuilderStyles",
|
|
30971
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.styles.ts"
|
|
30972
|
+
}
|
|
30973
|
+
}
|
|
30974
|
+
]
|
|
30975
|
+
},
|
|
30976
|
+
{
|
|
30977
|
+
"kind": "javascript-module",
|
|
30978
|
+
"path": "src/scheduler-cron-builder/scheduler-cron-builder.template.ts",
|
|
30979
|
+
"declarations": [
|
|
30980
|
+
{
|
|
30981
|
+
"kind": "function",
|
|
30982
|
+
"name": "getPrefixedCronBuilder",
|
|
30983
|
+
"parameters": [
|
|
30984
|
+
{
|
|
30985
|
+
"name": "prefix",
|
|
30986
|
+
"type": {
|
|
30987
|
+
"text": "string"
|
|
30988
|
+
}
|
|
30989
|
+
}
|
|
30990
|
+
]
|
|
30991
|
+
},
|
|
30992
|
+
{
|
|
30993
|
+
"kind": "variable",
|
|
30994
|
+
"name": "foundationSchedulerCronBuilderTemplate",
|
|
30995
|
+
"default": "html<SchedulerCronBuilder>`\n ${(x) => getPrefixedCronBuilder(getPrefix(x))}\n`"
|
|
30996
|
+
}
|
|
30997
|
+
],
|
|
30998
|
+
"exports": [
|
|
30999
|
+
{
|
|
31000
|
+
"kind": "js",
|
|
31001
|
+
"name": "getPrefixedCronBuilder",
|
|
31002
|
+
"declaration": {
|
|
31003
|
+
"name": "getPrefixedCronBuilder",
|
|
31004
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.template.ts"
|
|
31005
|
+
}
|
|
31006
|
+
},
|
|
31007
|
+
{
|
|
31008
|
+
"kind": "js",
|
|
31009
|
+
"name": "foundationSchedulerCronBuilderTemplate",
|
|
31010
|
+
"declaration": {
|
|
31011
|
+
"name": "foundationSchedulerCronBuilderTemplate",
|
|
31012
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.template.ts"
|
|
31013
|
+
}
|
|
31014
|
+
}
|
|
31015
|
+
]
|
|
31016
|
+
},
|
|
31017
|
+
{
|
|
31018
|
+
"kind": "javascript-module",
|
|
31019
|
+
"path": "src/scheduler-cron-builder/scheduler-cron-builder.ts",
|
|
31020
|
+
"declarations": [
|
|
31021
|
+
{
|
|
31022
|
+
"kind": "class",
|
|
31023
|
+
"description": "",
|
|
31024
|
+
"name": "SchedulerCronBuilder",
|
|
31025
|
+
"members": [
|
|
31026
|
+
{
|
|
31027
|
+
"kind": "field",
|
|
31028
|
+
"name": "getConfigs",
|
|
31029
|
+
"type": {
|
|
31030
|
+
"text": "GetConfigs"
|
|
31031
|
+
},
|
|
31032
|
+
"privacy": "private",
|
|
31033
|
+
"default": "{\n buildConfigForDailyRecurrence,\n buildConfigForWeeklyRecurrence,\n buildConfigForMonthlyRecurrence,\n buildConfigForYearlyRecurrence,\n }"
|
|
31034
|
+
},
|
|
31035
|
+
{
|
|
31036
|
+
"kind": "field",
|
|
31037
|
+
"name": "cron",
|
|
31038
|
+
"type": {
|
|
31039
|
+
"text": "string"
|
|
31040
|
+
},
|
|
31041
|
+
"default": "''",
|
|
31042
|
+
"description": "used to store the cron string generated as result of selected input"
|
|
31043
|
+
},
|
|
31044
|
+
{
|
|
31045
|
+
"kind": "method",
|
|
31046
|
+
"name": "cronChanged"
|
|
31047
|
+
},
|
|
31048
|
+
{
|
|
31049
|
+
"kind": "field",
|
|
31050
|
+
"name": "frequencySuffix",
|
|
31051
|
+
"type": {
|
|
31052
|
+
"text": "string"
|
|
31053
|
+
},
|
|
31054
|
+
"description": "The suffix that appears with frequency field",
|
|
31055
|
+
"readonly": true
|
|
31056
|
+
},
|
|
31057
|
+
{
|
|
31058
|
+
"kind": "field",
|
|
31059
|
+
"name": "frequencyList",
|
|
31060
|
+
"type": {
|
|
31061
|
+
"text": "Array<Number>"
|
|
31062
|
+
},
|
|
31063
|
+
"description": "The frequency dropdown list",
|
|
31064
|
+
"readonly": true
|
|
31065
|
+
},
|
|
31066
|
+
{
|
|
31067
|
+
"kind": "field",
|
|
31068
|
+
"name": "timezone",
|
|
31069
|
+
"type": {
|
|
31070
|
+
"text": "string"
|
|
31071
|
+
},
|
|
31072
|
+
"default": "''"
|
|
31073
|
+
},
|
|
31074
|
+
{
|
|
31075
|
+
"kind": "method",
|
|
31076
|
+
"name": "getBaseConfigFields",
|
|
31077
|
+
"return": {
|
|
31078
|
+
"type": {
|
|
31079
|
+
"text": "baseConfig"
|
|
31080
|
+
}
|
|
31081
|
+
}
|
|
31082
|
+
},
|
|
31083
|
+
{
|
|
31084
|
+
"kind": "field",
|
|
31085
|
+
"name": "_presentation",
|
|
31086
|
+
"type": {
|
|
31087
|
+
"text": "ComponentPresentation | null | undefined"
|
|
31088
|
+
},
|
|
31089
|
+
"privacy": "private",
|
|
31090
|
+
"default": "void 0",
|
|
31091
|
+
"inheritedFrom": {
|
|
31092
|
+
"name": "FoundationElement",
|
|
31093
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31094
|
+
}
|
|
31095
|
+
},
|
|
31096
|
+
{
|
|
31097
|
+
"kind": "field",
|
|
31098
|
+
"name": "$presentation",
|
|
31099
|
+
"type": {
|
|
31100
|
+
"text": "ComponentPresentation | null"
|
|
31101
|
+
},
|
|
31102
|
+
"privacy": "public",
|
|
31103
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
31104
|
+
"inheritedFrom": {
|
|
31105
|
+
"name": "FoundationElement",
|
|
31106
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31107
|
+
}
|
|
31108
|
+
},
|
|
31109
|
+
{
|
|
31110
|
+
"kind": "field",
|
|
31111
|
+
"name": "template",
|
|
31112
|
+
"type": {
|
|
31113
|
+
"text": "ElementViewTemplate | void | null"
|
|
31114
|
+
},
|
|
31115
|
+
"privacy": "public",
|
|
31116
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
31117
|
+
"inheritedFrom": {
|
|
31118
|
+
"name": "FoundationElement",
|
|
31119
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31120
|
+
}
|
|
31121
|
+
},
|
|
31122
|
+
{
|
|
31123
|
+
"kind": "method",
|
|
31124
|
+
"name": "templateChanged",
|
|
31125
|
+
"privacy": "protected",
|
|
31126
|
+
"return": {
|
|
31127
|
+
"type": {
|
|
31128
|
+
"text": "void"
|
|
31129
|
+
}
|
|
31130
|
+
},
|
|
31131
|
+
"inheritedFrom": {
|
|
31132
|
+
"name": "FoundationElement",
|
|
31133
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31134
|
+
}
|
|
31135
|
+
},
|
|
31136
|
+
{
|
|
31137
|
+
"kind": "field",
|
|
31138
|
+
"name": "styles",
|
|
31139
|
+
"type": {
|
|
31140
|
+
"text": "ElementStyles | void | null"
|
|
31141
|
+
},
|
|
31142
|
+
"privacy": "public",
|
|
31143
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
31144
|
+
"inheritedFrom": {
|
|
31145
|
+
"name": "FoundationElement",
|
|
31146
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31147
|
+
}
|
|
31148
|
+
},
|
|
31149
|
+
{
|
|
31150
|
+
"kind": "method",
|
|
31151
|
+
"name": "stylesChanged",
|
|
31152
|
+
"privacy": "protected",
|
|
31153
|
+
"return": {
|
|
31154
|
+
"type": {
|
|
31155
|
+
"text": "void"
|
|
31156
|
+
}
|
|
31157
|
+
},
|
|
31158
|
+
"inheritedFrom": {
|
|
31159
|
+
"name": "FoundationElement",
|
|
31160
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31161
|
+
}
|
|
31162
|
+
},
|
|
31163
|
+
{
|
|
31164
|
+
"kind": "method",
|
|
31165
|
+
"name": "compose",
|
|
31166
|
+
"privacy": "public",
|
|
31167
|
+
"static": true,
|
|
31168
|
+
"return": {
|
|
31169
|
+
"type": {
|
|
31170
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
31171
|
+
}
|
|
31172
|
+
},
|
|
31173
|
+
"parameters": [
|
|
31174
|
+
{
|
|
31175
|
+
"name": "this",
|
|
31176
|
+
"type": {
|
|
31177
|
+
"text": "K"
|
|
31178
|
+
}
|
|
31179
|
+
},
|
|
31180
|
+
{
|
|
31181
|
+
"name": "elementDefinition",
|
|
31182
|
+
"type": {
|
|
31183
|
+
"text": "T"
|
|
31184
|
+
},
|
|
31185
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
31186
|
+
}
|
|
31187
|
+
],
|
|
31188
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
31189
|
+
"inheritedFrom": {
|
|
31190
|
+
"name": "FoundationElement",
|
|
31191
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31192
|
+
}
|
|
31193
|
+
}
|
|
31194
|
+
],
|
|
31195
|
+
"attributes": [
|
|
31196
|
+
{
|
|
31197
|
+
"name": "timezone",
|
|
31198
|
+
"type": {
|
|
31199
|
+
"text": "string"
|
|
31200
|
+
},
|
|
31201
|
+
"default": "''",
|
|
31202
|
+
"fieldName": "timezone"
|
|
31203
|
+
}
|
|
31204
|
+
],
|
|
31205
|
+
"superclass": {
|
|
31206
|
+
"name": "FoundationElement",
|
|
31207
|
+
"package": "@microsoft/fast-foundation"
|
|
31208
|
+
},
|
|
31209
|
+
"tagName": "%%prefix%%-scheduler-cron-builder",
|
|
31210
|
+
"customElement": true
|
|
31211
|
+
},
|
|
31212
|
+
{
|
|
31213
|
+
"kind": "variable",
|
|
31214
|
+
"name": "foundationSchedulerCronBuilderShadowOptions",
|
|
31215
|
+
"type": {
|
|
31216
|
+
"text": "ShadowRootInit"
|
|
31217
|
+
},
|
|
31218
|
+
"default": "undefined"
|
|
31219
|
+
},
|
|
31220
|
+
{
|
|
31221
|
+
"kind": "variable",
|
|
31222
|
+
"name": "defaultCronBuilderConfig",
|
|
31223
|
+
"type": {
|
|
31224
|
+
"text": "object"
|
|
31225
|
+
},
|
|
31226
|
+
"default": "{}"
|
|
31227
|
+
},
|
|
31228
|
+
{
|
|
31229
|
+
"kind": "variable",
|
|
31230
|
+
"name": "foundationSchedulerCronBuilder",
|
|
31231
|
+
"description": "The Foundation Cron Scheduler Builder",
|
|
31232
|
+
"privacy": "public"
|
|
31233
|
+
}
|
|
31234
|
+
],
|
|
31235
|
+
"exports": [
|
|
31236
|
+
{
|
|
31237
|
+
"kind": "js",
|
|
31238
|
+
"name": "SchedulerCronBuilder",
|
|
31239
|
+
"declaration": {
|
|
31240
|
+
"name": "SchedulerCronBuilder",
|
|
31241
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31242
|
+
}
|
|
31243
|
+
},
|
|
31244
|
+
{
|
|
31245
|
+
"kind": "js",
|
|
31246
|
+
"name": "foundationSchedulerCronBuilderShadowOptions",
|
|
31247
|
+
"declaration": {
|
|
31248
|
+
"name": "foundationSchedulerCronBuilderShadowOptions",
|
|
31249
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31250
|
+
}
|
|
31251
|
+
},
|
|
31252
|
+
{
|
|
31253
|
+
"kind": "js",
|
|
31254
|
+
"name": "defaultCronBuilderConfig",
|
|
31255
|
+
"declaration": {
|
|
31256
|
+
"name": "defaultCronBuilderConfig",
|
|
31257
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31258
|
+
}
|
|
31259
|
+
},
|
|
31260
|
+
{
|
|
31261
|
+
"kind": "js",
|
|
31262
|
+
"name": "foundationSchedulerCronBuilder",
|
|
31263
|
+
"declaration": {
|
|
31264
|
+
"name": "foundationSchedulerCronBuilder",
|
|
31265
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31266
|
+
}
|
|
31267
|
+
}
|
|
31268
|
+
]
|
|
31269
|
+
},
|
|
31270
|
+
{
|
|
31271
|
+
"kind": "javascript-module",
|
|
31272
|
+
"path": "src/scheduler-cron-builder/types.ts",
|
|
31273
|
+
"declarations": [
|
|
31274
|
+
{
|
|
31275
|
+
"kind": "variable",
|
|
31276
|
+
"name": "MAX_MONTHS",
|
|
31277
|
+
"type": {
|
|
31278
|
+
"text": "number"
|
|
31279
|
+
},
|
|
31280
|
+
"default": "12"
|
|
31281
|
+
},
|
|
31282
|
+
{
|
|
31283
|
+
"kind": "variable",
|
|
31284
|
+
"name": "MAX_DAYS",
|
|
31285
|
+
"type": {
|
|
31286
|
+
"text": "number"
|
|
31287
|
+
},
|
|
31288
|
+
"default": "31"
|
|
31289
|
+
},
|
|
31290
|
+
{
|
|
31291
|
+
"kind": "variable",
|
|
31292
|
+
"name": "CRON_LENGTH",
|
|
31293
|
+
"type": {
|
|
31294
|
+
"text": "number"
|
|
31295
|
+
},
|
|
31296
|
+
"default": "6"
|
|
31297
|
+
},
|
|
31298
|
+
{
|
|
31299
|
+
"kind": "variable",
|
|
31300
|
+
"name": "MAX_WEEK_DAYS",
|
|
31301
|
+
"type": {
|
|
31302
|
+
"text": "number"
|
|
31303
|
+
},
|
|
31304
|
+
"default": "7"
|
|
31305
|
+
},
|
|
31306
|
+
{
|
|
31307
|
+
"kind": "variable",
|
|
31308
|
+
"name": "MAX_HOURS",
|
|
31309
|
+
"type": {
|
|
31310
|
+
"text": "number"
|
|
31311
|
+
},
|
|
31312
|
+
"default": "24"
|
|
31313
|
+
},
|
|
31314
|
+
{
|
|
31315
|
+
"kind": "variable",
|
|
31316
|
+
"name": "MAX_MINS_SEC",
|
|
31317
|
+
"type": {
|
|
31318
|
+
"text": "number"
|
|
31319
|
+
},
|
|
31320
|
+
"default": "60"
|
|
31321
|
+
},
|
|
31322
|
+
{
|
|
31323
|
+
"kind": "variable",
|
|
31324
|
+
"name": "MAX_WEEK_NUMBER",
|
|
31325
|
+
"type": {
|
|
31326
|
+
"text": "number"
|
|
31327
|
+
},
|
|
31328
|
+
"default": "4"
|
|
31329
|
+
}
|
|
31330
|
+
],
|
|
31331
|
+
"exports": [
|
|
31332
|
+
{
|
|
31333
|
+
"kind": "js",
|
|
31334
|
+
"name": "MAX_MONTHS",
|
|
31335
|
+
"declaration": {
|
|
31336
|
+
"name": "MAX_MONTHS",
|
|
31337
|
+
"module": "src/scheduler-cron-builder/types.ts"
|
|
31338
|
+
}
|
|
31339
|
+
},
|
|
31340
|
+
{
|
|
31341
|
+
"kind": "js",
|
|
31342
|
+
"name": "MAX_DAYS",
|
|
31343
|
+
"declaration": {
|
|
31344
|
+
"name": "MAX_DAYS",
|
|
31345
|
+
"module": "src/scheduler-cron-builder/types.ts"
|
|
31346
|
+
}
|
|
31347
|
+
},
|
|
31348
|
+
{
|
|
31349
|
+
"kind": "js",
|
|
31350
|
+
"name": "CRON_LENGTH",
|
|
31351
|
+
"declaration": {
|
|
31352
|
+
"name": "CRON_LENGTH",
|
|
31353
|
+
"module": "src/scheduler-cron-builder/types.ts"
|
|
31354
|
+
}
|
|
31355
|
+
},
|
|
31356
|
+
{
|
|
31357
|
+
"kind": "js",
|
|
31358
|
+
"name": "MAX_WEEK_DAYS",
|
|
31359
|
+
"declaration": {
|
|
31360
|
+
"name": "MAX_WEEK_DAYS",
|
|
31361
|
+
"module": "src/scheduler-cron-builder/types.ts"
|
|
31362
|
+
}
|
|
31363
|
+
},
|
|
31364
|
+
{
|
|
31365
|
+
"kind": "js",
|
|
31366
|
+
"name": "MAX_HOURS",
|
|
31367
|
+
"declaration": {
|
|
31368
|
+
"name": "MAX_HOURS",
|
|
31369
|
+
"module": "src/scheduler-cron-builder/types.ts"
|
|
31370
|
+
}
|
|
31371
|
+
},
|
|
31372
|
+
{
|
|
31373
|
+
"kind": "js",
|
|
31374
|
+
"name": "MAX_MINS_SEC",
|
|
31375
|
+
"declaration": {
|
|
31376
|
+
"name": "MAX_MINS_SEC",
|
|
31377
|
+
"module": "src/scheduler-cron-builder/types.ts"
|
|
31378
|
+
}
|
|
31379
|
+
},
|
|
31380
|
+
{
|
|
31381
|
+
"kind": "js",
|
|
31382
|
+
"name": "MAX_WEEK_NUMBER",
|
|
31383
|
+
"declaration": {
|
|
31384
|
+
"name": "MAX_WEEK_NUMBER",
|
|
31385
|
+
"module": "src/scheduler-cron-builder/types.ts"
|
|
31386
|
+
}
|
|
31387
|
+
}
|
|
31388
|
+
]
|
|
31389
|
+
},
|
|
30872
31390
|
{
|
|
30873
31391
|
"kind": "javascript-module",
|
|
30874
31392
|
"path": "src/search-bar/index.ts",
|
|
@@ -32480,6 +32998,382 @@
|
|
|
32480
32998
|
}
|
|
32481
32999
|
]
|
|
32482
33000
|
},
|
|
33001
|
+
{
|
|
33002
|
+
"kind": "javascript-module",
|
|
33003
|
+
"path": "src/segmented-item/index.ts",
|
|
33004
|
+
"declarations": [],
|
|
33005
|
+
"exports": [
|
|
33006
|
+
{
|
|
33007
|
+
"kind": "js",
|
|
33008
|
+
"name": "*",
|
|
33009
|
+
"declaration": {
|
|
33010
|
+
"name": "*",
|
|
33011
|
+
"package": "./segmented-item.template"
|
|
33012
|
+
}
|
|
33013
|
+
},
|
|
33014
|
+
{
|
|
33015
|
+
"kind": "js",
|
|
33016
|
+
"name": "*",
|
|
33017
|
+
"declaration": {
|
|
33018
|
+
"name": "*",
|
|
33019
|
+
"package": "./segmented-item.styles"
|
|
33020
|
+
}
|
|
33021
|
+
},
|
|
33022
|
+
{
|
|
33023
|
+
"kind": "js",
|
|
33024
|
+
"name": "*",
|
|
33025
|
+
"declaration": {
|
|
33026
|
+
"name": "*",
|
|
33027
|
+
"package": "./segmented-item"
|
|
33028
|
+
}
|
|
33029
|
+
}
|
|
33030
|
+
]
|
|
33031
|
+
},
|
|
33032
|
+
{
|
|
33033
|
+
"kind": "javascript-module",
|
|
33034
|
+
"path": "src/segmented-item/segmented-item.styles.ts",
|
|
33035
|
+
"declarations": [
|
|
33036
|
+
{
|
|
33037
|
+
"kind": "function",
|
|
33038
|
+
"name": "foundationSegmentedItemStyles",
|
|
33039
|
+
"return": {
|
|
33040
|
+
"type": {
|
|
33041
|
+
"text": "ElementStyles"
|
|
33042
|
+
}
|
|
33043
|
+
},
|
|
33044
|
+
"parameters": [
|
|
33045
|
+
{
|
|
33046
|
+
"name": "context",
|
|
33047
|
+
"type": {
|
|
33048
|
+
"text": "ElementDefinitionContext"
|
|
33049
|
+
}
|
|
33050
|
+
},
|
|
33051
|
+
{
|
|
33052
|
+
"name": "definition",
|
|
33053
|
+
"type": {
|
|
33054
|
+
"text": "RadioOptions"
|
|
33055
|
+
}
|
|
33056
|
+
}
|
|
33057
|
+
]
|
|
33058
|
+
}
|
|
33059
|
+
],
|
|
33060
|
+
"exports": [
|
|
33061
|
+
{
|
|
33062
|
+
"kind": "js",
|
|
33063
|
+
"name": "foundationSegmentedItemStyles",
|
|
33064
|
+
"declaration": {
|
|
33065
|
+
"name": "foundationSegmentedItemStyles",
|
|
33066
|
+
"module": "src/segmented-item/segmented-item.styles.ts"
|
|
33067
|
+
}
|
|
33068
|
+
}
|
|
33069
|
+
]
|
|
33070
|
+
},
|
|
33071
|
+
{
|
|
33072
|
+
"kind": "javascript-module",
|
|
33073
|
+
"path": "src/segmented-item/segmented-item.template.ts",
|
|
33074
|
+
"declarations": [
|
|
33075
|
+
{
|
|
33076
|
+
"kind": "function",
|
|
33077
|
+
"name": "foundationSegmentedItemTemplate",
|
|
33078
|
+
"parameters": [
|
|
33079
|
+
{
|
|
33080
|
+
"name": "context",
|
|
33081
|
+
"type": {
|
|
33082
|
+
"text": "ElementDefinitionContext"
|
|
33083
|
+
}
|
|
33084
|
+
},
|
|
33085
|
+
{
|
|
33086
|
+
"name": "definition",
|
|
33087
|
+
"type": {
|
|
33088
|
+
"text": "RadioOptions"
|
|
33089
|
+
}
|
|
33090
|
+
}
|
|
33091
|
+
]
|
|
33092
|
+
}
|
|
33093
|
+
],
|
|
33094
|
+
"exports": [
|
|
33095
|
+
{
|
|
33096
|
+
"kind": "js",
|
|
33097
|
+
"name": "foundationSegmentedItemTemplate",
|
|
33098
|
+
"declaration": {
|
|
33099
|
+
"name": "foundationSegmentedItemTemplate",
|
|
33100
|
+
"module": "src/segmented-item/segmented-item.template.ts"
|
|
33101
|
+
}
|
|
33102
|
+
}
|
|
33103
|
+
]
|
|
33104
|
+
},
|
|
33105
|
+
{
|
|
33106
|
+
"kind": "javascript-module",
|
|
33107
|
+
"path": "src/segmented-item/segmented-item.ts",
|
|
33108
|
+
"declarations": [
|
|
33109
|
+
{
|
|
33110
|
+
"kind": "class",
|
|
33111
|
+
"description": "",
|
|
33112
|
+
"name": "SegmentedItem",
|
|
33113
|
+
"superclass": {
|
|
33114
|
+
"name": "FASTRadio",
|
|
33115
|
+
"package": "@microsoft/fast-components"
|
|
33116
|
+
},
|
|
33117
|
+
"tagName": "%%prefix%%-segmented-item",
|
|
33118
|
+
"customElement": true,
|
|
33119
|
+
"attributes": [
|
|
33120
|
+
{
|
|
33121
|
+
"name": "readonly",
|
|
33122
|
+
"type": {
|
|
33123
|
+
"text": "boolean"
|
|
33124
|
+
},
|
|
33125
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
33126
|
+
"fieldName": "readOnly",
|
|
33127
|
+
"inheritedFrom": {
|
|
33128
|
+
"name": "Radio",
|
|
33129
|
+
"module": "src/radio/radio.ts"
|
|
33130
|
+
}
|
|
33131
|
+
}
|
|
33132
|
+
],
|
|
33133
|
+
"members": [
|
|
33134
|
+
{
|
|
33135
|
+
"kind": "field",
|
|
33136
|
+
"name": "readOnly",
|
|
33137
|
+
"type": {
|
|
33138
|
+
"text": "boolean"
|
|
33139
|
+
},
|
|
33140
|
+
"privacy": "public",
|
|
33141
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
33142
|
+
"inheritedFrom": {
|
|
33143
|
+
"name": "Radio",
|
|
33144
|
+
"module": "src/radio/radio.ts"
|
|
33145
|
+
}
|
|
33146
|
+
},
|
|
33147
|
+
{
|
|
33148
|
+
"kind": "method",
|
|
33149
|
+
"name": "readOnlyChanged",
|
|
33150
|
+
"privacy": "private",
|
|
33151
|
+
"return": {
|
|
33152
|
+
"type": {
|
|
33153
|
+
"text": "void"
|
|
33154
|
+
}
|
|
33155
|
+
},
|
|
33156
|
+
"inheritedFrom": {
|
|
33157
|
+
"name": "Radio",
|
|
33158
|
+
"module": "src/radio/radio.ts"
|
|
33159
|
+
}
|
|
33160
|
+
},
|
|
33161
|
+
{
|
|
33162
|
+
"kind": "field",
|
|
33163
|
+
"name": "name",
|
|
33164
|
+
"type": {
|
|
33165
|
+
"text": "string"
|
|
33166
|
+
},
|
|
33167
|
+
"privacy": "public",
|
|
33168
|
+
"description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
|
|
33169
|
+
"inheritedFrom": {
|
|
33170
|
+
"name": "Radio",
|
|
33171
|
+
"module": "src/radio/radio.ts"
|
|
33172
|
+
}
|
|
33173
|
+
},
|
|
33174
|
+
{
|
|
33175
|
+
"kind": "method",
|
|
33176
|
+
"name": "isInsideRadioGroup",
|
|
33177
|
+
"privacy": "private",
|
|
33178
|
+
"return": {
|
|
33179
|
+
"type": {
|
|
33180
|
+
"text": "boolean"
|
|
33181
|
+
}
|
|
33182
|
+
},
|
|
33183
|
+
"inheritedFrom": {
|
|
33184
|
+
"name": "Radio",
|
|
33185
|
+
"module": "src/radio/radio.ts"
|
|
33186
|
+
}
|
|
33187
|
+
},
|
|
33188
|
+
{
|
|
33189
|
+
"kind": "field",
|
|
33190
|
+
"name": "proxy",
|
|
33191
|
+
"inheritedFrom": {
|
|
33192
|
+
"name": "Radio",
|
|
33193
|
+
"module": "src/radio/radio.ts"
|
|
33194
|
+
}
|
|
33195
|
+
},
|
|
33196
|
+
{
|
|
33197
|
+
"kind": "field",
|
|
33198
|
+
"name": "_presentation",
|
|
33199
|
+
"type": {
|
|
33200
|
+
"text": "ComponentPresentation | null | undefined"
|
|
33201
|
+
},
|
|
33202
|
+
"privacy": "private",
|
|
33203
|
+
"default": "void 0",
|
|
33204
|
+
"inheritedFrom": {
|
|
33205
|
+
"name": "Radio",
|
|
33206
|
+
"module": "src/radio/radio.ts"
|
|
33207
|
+
}
|
|
33208
|
+
},
|
|
33209
|
+
{
|
|
33210
|
+
"kind": "field",
|
|
33211
|
+
"name": "$presentation",
|
|
33212
|
+
"type": {
|
|
33213
|
+
"text": "ComponentPresentation | null"
|
|
33214
|
+
},
|
|
33215
|
+
"privacy": "public",
|
|
33216
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33217
|
+
"inheritedFrom": {
|
|
33218
|
+
"name": "Radio",
|
|
33219
|
+
"module": "src/radio/radio.ts"
|
|
33220
|
+
}
|
|
33221
|
+
},
|
|
33222
|
+
{
|
|
33223
|
+
"kind": "field",
|
|
33224
|
+
"name": "template",
|
|
33225
|
+
"type": {
|
|
33226
|
+
"text": "ElementViewTemplate | void | null"
|
|
33227
|
+
},
|
|
33228
|
+
"privacy": "public",
|
|
33229
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
33230
|
+
"inheritedFrom": {
|
|
33231
|
+
"name": "Radio",
|
|
33232
|
+
"module": "src/radio/radio.ts"
|
|
33233
|
+
}
|
|
33234
|
+
},
|
|
33235
|
+
{
|
|
33236
|
+
"kind": "method",
|
|
33237
|
+
"name": "templateChanged",
|
|
33238
|
+
"privacy": "protected",
|
|
33239
|
+
"return": {
|
|
33240
|
+
"type": {
|
|
33241
|
+
"text": "void"
|
|
33242
|
+
}
|
|
33243
|
+
},
|
|
33244
|
+
"inheritedFrom": {
|
|
33245
|
+
"name": "Radio",
|
|
33246
|
+
"module": "src/radio/radio.ts"
|
|
33247
|
+
}
|
|
33248
|
+
},
|
|
33249
|
+
{
|
|
33250
|
+
"kind": "field",
|
|
33251
|
+
"name": "styles",
|
|
33252
|
+
"type": {
|
|
33253
|
+
"text": "ElementStyles | void | null"
|
|
33254
|
+
},
|
|
33255
|
+
"privacy": "public",
|
|
33256
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
33257
|
+
"inheritedFrom": {
|
|
33258
|
+
"name": "Radio",
|
|
33259
|
+
"module": "src/radio/radio.ts"
|
|
33260
|
+
}
|
|
33261
|
+
},
|
|
33262
|
+
{
|
|
33263
|
+
"kind": "method",
|
|
33264
|
+
"name": "stylesChanged",
|
|
33265
|
+
"privacy": "protected",
|
|
33266
|
+
"return": {
|
|
33267
|
+
"type": {
|
|
33268
|
+
"text": "void"
|
|
33269
|
+
}
|
|
33270
|
+
},
|
|
33271
|
+
"inheritedFrom": {
|
|
33272
|
+
"name": "Radio",
|
|
33273
|
+
"module": "src/radio/radio.ts"
|
|
33274
|
+
}
|
|
33275
|
+
},
|
|
33276
|
+
{
|
|
33277
|
+
"kind": "method",
|
|
33278
|
+
"name": "compose",
|
|
33279
|
+
"privacy": "public",
|
|
33280
|
+
"static": true,
|
|
33281
|
+
"return": {
|
|
33282
|
+
"type": {
|
|
33283
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
33284
|
+
}
|
|
33285
|
+
},
|
|
33286
|
+
"parameters": [
|
|
33287
|
+
{
|
|
33288
|
+
"name": "this",
|
|
33289
|
+
"type": {
|
|
33290
|
+
"text": "K"
|
|
33291
|
+
}
|
|
33292
|
+
},
|
|
33293
|
+
{
|
|
33294
|
+
"name": "elementDefinition",
|
|
33295
|
+
"type": {
|
|
33296
|
+
"text": "T"
|
|
33297
|
+
},
|
|
33298
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
33299
|
+
}
|
|
33300
|
+
],
|
|
33301
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33302
|
+
"inheritedFrom": {
|
|
33303
|
+
"name": "Radio",
|
|
33304
|
+
"module": "src/radio/radio.ts"
|
|
33305
|
+
}
|
|
33306
|
+
}
|
|
33307
|
+
],
|
|
33308
|
+
"events": [
|
|
33309
|
+
{
|
|
33310
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
33311
|
+
"name": "change",
|
|
33312
|
+
"inheritedFrom": {
|
|
33313
|
+
"name": "Radio",
|
|
33314
|
+
"module": "src/radio/radio.ts"
|
|
33315
|
+
}
|
|
33316
|
+
}
|
|
33317
|
+
]
|
|
33318
|
+
},
|
|
33319
|
+
{
|
|
33320
|
+
"kind": "variable",
|
|
33321
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
33322
|
+
"type": {
|
|
33323
|
+
"text": "ShadowRootInit"
|
|
33324
|
+
},
|
|
33325
|
+
"default": "undefined"
|
|
33326
|
+
},
|
|
33327
|
+
{
|
|
33328
|
+
"kind": "variable",
|
|
33329
|
+
"name": "defaultSegmentedItemConfig",
|
|
33330
|
+
"type": {
|
|
33331
|
+
"text": "object"
|
|
33332
|
+
},
|
|
33333
|
+
"default": "{}"
|
|
33334
|
+
},
|
|
33335
|
+
{
|
|
33336
|
+
"kind": "variable",
|
|
33337
|
+
"name": "foundationSegmentedItem",
|
|
33338
|
+
"description": "The Foundation Segmented item",
|
|
33339
|
+
"privacy": "public"
|
|
33340
|
+
}
|
|
33341
|
+
],
|
|
33342
|
+
"exports": [
|
|
33343
|
+
{
|
|
33344
|
+
"kind": "js",
|
|
33345
|
+
"name": "SegmentedItem",
|
|
33346
|
+
"declaration": {
|
|
33347
|
+
"name": "SegmentedItem",
|
|
33348
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
33349
|
+
}
|
|
33350
|
+
},
|
|
33351
|
+
{
|
|
33352
|
+
"kind": "js",
|
|
33353
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
33354
|
+
"declaration": {
|
|
33355
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
33356
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
33357
|
+
}
|
|
33358
|
+
},
|
|
33359
|
+
{
|
|
33360
|
+
"kind": "js",
|
|
33361
|
+
"name": "defaultSegmentedItemConfig",
|
|
33362
|
+
"declaration": {
|
|
33363
|
+
"name": "defaultSegmentedItemConfig",
|
|
33364
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
33365
|
+
}
|
|
33366
|
+
},
|
|
33367
|
+
{
|
|
33368
|
+
"kind": "js",
|
|
33369
|
+
"name": "foundationSegmentedItem",
|
|
33370
|
+
"declaration": {
|
|
33371
|
+
"name": "foundationSegmentedItem",
|
|
33372
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
33373
|
+
}
|
|
33374
|
+
}
|
|
33375
|
+
]
|
|
33376
|
+
},
|
|
32483
33377
|
{
|
|
32484
33378
|
"kind": "javascript-module",
|
|
32485
33379
|
"path": "src/select/index.ts",
|
|
@@ -33146,7 +34040,7 @@
|
|
|
33146
34040
|
},
|
|
33147
34041
|
{
|
|
33148
34042
|
"kind": "javascript-module",
|
|
33149
|
-
"path": "src/
|
|
34043
|
+
"path": "src/skeleton/index.ts",
|
|
33150
34044
|
"declarations": [],
|
|
33151
34045
|
"exports": [
|
|
33152
34046
|
{
|
|
@@ -33154,7 +34048,7 @@
|
|
|
33154
34048
|
"name": "*",
|
|
33155
34049
|
"declaration": {
|
|
33156
34050
|
"name": "*",
|
|
33157
|
-
"package": "./
|
|
34051
|
+
"package": "./skeleton.template"
|
|
33158
34052
|
}
|
|
33159
34053
|
},
|
|
33160
34054
|
{
|
|
@@ -33162,7 +34056,7 @@
|
|
|
33162
34056
|
"name": "*",
|
|
33163
34057
|
"declaration": {
|
|
33164
34058
|
"name": "*",
|
|
33165
|
-
"package": "./
|
|
34059
|
+
"package": "./skeleton.styles"
|
|
33166
34060
|
}
|
|
33167
34061
|
},
|
|
33168
34062
|
{
|
|
@@ -33170,18 +34064,18 @@
|
|
|
33170
34064
|
"name": "*",
|
|
33171
34065
|
"declaration": {
|
|
33172
34066
|
"name": "*",
|
|
33173
|
-
"package": "./
|
|
34067
|
+
"package": "./skeleton"
|
|
33174
34068
|
}
|
|
33175
34069
|
}
|
|
33176
34070
|
]
|
|
33177
34071
|
},
|
|
33178
34072
|
{
|
|
33179
34073
|
"kind": "javascript-module",
|
|
33180
|
-
"path": "src/
|
|
34074
|
+
"path": "src/skeleton/skeleton.styles.ts",
|
|
33181
34075
|
"declarations": [
|
|
33182
34076
|
{
|
|
33183
34077
|
"kind": "function",
|
|
33184
|
-
"name": "
|
|
34078
|
+
"name": "foundationSkeletonStyles",
|
|
33185
34079
|
"return": {
|
|
33186
34080
|
"type": {
|
|
33187
34081
|
"text": "ElementStyles"
|
|
@@ -33197,7 +34091,7 @@
|
|
|
33197
34091
|
{
|
|
33198
34092
|
"name": "definition",
|
|
33199
34093
|
"type": {
|
|
33200
|
-
"text": "
|
|
34094
|
+
"text": "FoundationElementDefinition"
|
|
33201
34095
|
}
|
|
33202
34096
|
}
|
|
33203
34097
|
]
|
|
@@ -33206,21 +34100,26 @@
|
|
|
33206
34100
|
"exports": [
|
|
33207
34101
|
{
|
|
33208
34102
|
"kind": "js",
|
|
33209
|
-
"name": "
|
|
34103
|
+
"name": "foundationSkeletonStyles",
|
|
33210
34104
|
"declaration": {
|
|
33211
|
-
"name": "
|
|
33212
|
-
"module": "src/
|
|
34105
|
+
"name": "foundationSkeletonStyles",
|
|
34106
|
+
"module": "src/skeleton/skeleton.styles.ts"
|
|
33213
34107
|
}
|
|
33214
34108
|
}
|
|
33215
34109
|
]
|
|
33216
34110
|
},
|
|
33217
34111
|
{
|
|
33218
34112
|
"kind": "javascript-module",
|
|
33219
|
-
"path": "src/
|
|
34113
|
+
"path": "src/skeleton/skeleton.template.ts",
|
|
33220
34114
|
"declarations": [
|
|
33221
34115
|
{
|
|
33222
34116
|
"kind": "function",
|
|
33223
|
-
"name": "
|
|
34117
|
+
"name": "foundationSkeletonTemplate",
|
|
34118
|
+
"return": {
|
|
34119
|
+
"type": {
|
|
34120
|
+
"text": "ViewTemplate<Skeleton>"
|
|
34121
|
+
}
|
|
34122
|
+
},
|
|
33224
34123
|
"parameters": [
|
|
33225
34124
|
{
|
|
33226
34125
|
"name": "context",
|
|
@@ -33231,7 +34130,7 @@
|
|
|
33231
34130
|
{
|
|
33232
34131
|
"name": "definition",
|
|
33233
34132
|
"type": {
|
|
33234
|
-
"text": "
|
|
34133
|
+
"text": "FoundationElementDefinition"
|
|
33235
34134
|
}
|
|
33236
34135
|
}
|
|
33237
34136
|
]
|
|
@@ -33240,485 +34139,104 @@
|
|
|
33240
34139
|
"exports": [
|
|
33241
34140
|
{
|
|
33242
34141
|
"kind": "js",
|
|
33243
|
-
"name": "
|
|
34142
|
+
"name": "foundationSkeletonTemplate",
|
|
33244
34143
|
"declaration": {
|
|
33245
|
-
"name": "
|
|
33246
|
-
"module": "src/
|
|
34144
|
+
"name": "foundationSkeletonTemplate",
|
|
34145
|
+
"module": "src/skeleton/skeleton.template.ts"
|
|
33247
34146
|
}
|
|
33248
34147
|
}
|
|
33249
34148
|
]
|
|
33250
34149
|
},
|
|
33251
34150
|
{
|
|
33252
34151
|
"kind": "javascript-module",
|
|
33253
|
-
"path": "src/
|
|
34152
|
+
"path": "src/skeleton/skeleton.ts",
|
|
33254
34153
|
"declarations": [
|
|
33255
34154
|
{
|
|
33256
34155
|
"kind": "class",
|
|
33257
34156
|
"description": "",
|
|
33258
|
-
"name": "
|
|
34157
|
+
"name": "Skeleton",
|
|
33259
34158
|
"superclass": {
|
|
33260
|
-
"name": "
|
|
34159
|
+
"name": "FASTSkeleton",
|
|
33261
34160
|
"package": "@microsoft/fast-components"
|
|
33262
34161
|
},
|
|
33263
|
-
"tagName": "%%prefix%%-
|
|
34162
|
+
"tagName": "%%prefix%%-skeleton",
|
|
33264
34163
|
"customElement": true,
|
|
33265
34164
|
"attributes": [
|
|
33266
34165
|
{
|
|
33267
|
-
"name": "
|
|
34166
|
+
"name": "fill",
|
|
33268
34167
|
"type": {
|
|
33269
|
-
"text": "
|
|
34168
|
+
"text": "string"
|
|
33270
34169
|
},
|
|
33271
|
-
"description": "
|
|
33272
|
-
"fieldName": "
|
|
34170
|
+
"description": "Indicates the Skeleton should have a filled style.",
|
|
34171
|
+
"fieldName": "fill",
|
|
33273
34172
|
"inheritedFrom": {
|
|
33274
|
-
"name": "
|
|
33275
|
-
"module": "src/
|
|
34173
|
+
"name": "Skeleton",
|
|
34174
|
+
"module": "src/skeleton/skeleton.ts"
|
|
33276
34175
|
}
|
|
33277
|
-
}
|
|
33278
|
-
],
|
|
33279
|
-
"members": [
|
|
34176
|
+
},
|
|
33280
34177
|
{
|
|
33281
|
-
"
|
|
33282
|
-
"name": "readOnly",
|
|
34178
|
+
"name": "shape",
|
|
33283
34179
|
"type": {
|
|
33284
|
-
"text": "
|
|
34180
|
+
"text": "SkeletonShape"
|
|
33285
34181
|
},
|
|
33286
|
-
"
|
|
33287
|
-
"description": "
|
|
34182
|
+
"default": "\"rect\"",
|
|
34183
|
+
"description": "Indicates what the shape of the Skeleton should be.",
|
|
34184
|
+
"fieldName": "shape",
|
|
33288
34185
|
"inheritedFrom": {
|
|
33289
|
-
"name": "
|
|
33290
|
-
"module": "src/
|
|
34186
|
+
"name": "Skeleton",
|
|
34187
|
+
"module": "src/skeleton/skeleton.ts"
|
|
33291
34188
|
}
|
|
33292
34189
|
},
|
|
33293
34190
|
{
|
|
33294
|
-
"
|
|
33295
|
-
"
|
|
33296
|
-
|
|
33297
|
-
"return": {
|
|
33298
|
-
"type": {
|
|
33299
|
-
"text": "void"
|
|
33300
|
-
}
|
|
34191
|
+
"name": "pattern",
|
|
34192
|
+
"type": {
|
|
34193
|
+
"text": "string"
|
|
33301
34194
|
},
|
|
34195
|
+
"description": "Indicates that the component can accept a pattern URL.",
|
|
34196
|
+
"fieldName": "pattern",
|
|
33302
34197
|
"inheritedFrom": {
|
|
33303
|
-
"name": "
|
|
33304
|
-
"module": "src/
|
|
34198
|
+
"name": "Skeleton",
|
|
34199
|
+
"module": "src/skeleton/skeleton.ts"
|
|
33305
34200
|
}
|
|
33306
34201
|
},
|
|
33307
34202
|
{
|
|
33308
|
-
"kind": "field",
|
|
33309
|
-
"name": "name",
|
|
33310
34203
|
"type": {
|
|
33311
|
-
"text": "
|
|
34204
|
+
"text": "boolean"
|
|
33312
34205
|
},
|
|
33313
|
-
"
|
|
33314
|
-
"
|
|
34206
|
+
"description": "Indicates that the component has an activated shimmer effect",
|
|
34207
|
+
"fieldName": "shimmer",
|
|
33315
34208
|
"inheritedFrom": {
|
|
33316
|
-
"name": "
|
|
33317
|
-
"module": "src/
|
|
34209
|
+
"name": "Skeleton",
|
|
34210
|
+
"module": "src/skeleton/skeleton.ts"
|
|
33318
34211
|
}
|
|
33319
|
-
}
|
|
34212
|
+
}
|
|
34213
|
+
],
|
|
34214
|
+
"members": [
|
|
33320
34215
|
{
|
|
33321
|
-
"kind": "
|
|
33322
|
-
"name": "
|
|
33323
|
-
"
|
|
33324
|
-
|
|
33325
|
-
"type": {
|
|
33326
|
-
"text": "boolean"
|
|
33327
|
-
}
|
|
34216
|
+
"kind": "field",
|
|
34217
|
+
"name": "fill",
|
|
34218
|
+
"type": {
|
|
34219
|
+
"text": "string"
|
|
33328
34220
|
},
|
|
34221
|
+
"privacy": "public",
|
|
34222
|
+
"description": "Indicates the Skeleton should have a filled style.",
|
|
33329
34223
|
"inheritedFrom": {
|
|
33330
|
-
"name": "
|
|
33331
|
-
"module": "src/
|
|
34224
|
+
"name": "Skeleton",
|
|
34225
|
+
"module": "src/skeleton/skeleton.ts"
|
|
33332
34226
|
}
|
|
33333
34227
|
},
|
|
33334
34228
|
{
|
|
33335
34229
|
"kind": "field",
|
|
33336
|
-
"name": "
|
|
34230
|
+
"name": "shape",
|
|
34231
|
+
"type": {
|
|
34232
|
+
"text": "SkeletonShape"
|
|
34233
|
+
},
|
|
34234
|
+
"privacy": "public",
|
|
34235
|
+
"default": "\"rect\"",
|
|
34236
|
+
"description": "Indicates what the shape of the Skeleton should be.",
|
|
33337
34237
|
"inheritedFrom": {
|
|
33338
|
-
"name": "
|
|
33339
|
-
"module": "src/
|
|
33340
|
-
}
|
|
33341
|
-
},
|
|
33342
|
-
{
|
|
33343
|
-
"kind": "field",
|
|
33344
|
-
"name": "_presentation",
|
|
33345
|
-
"type": {
|
|
33346
|
-
"text": "ComponentPresentation | null | undefined"
|
|
33347
|
-
},
|
|
33348
|
-
"privacy": "private",
|
|
33349
|
-
"default": "void 0",
|
|
33350
|
-
"inheritedFrom": {
|
|
33351
|
-
"name": "Radio",
|
|
33352
|
-
"module": "src/radio/radio.ts"
|
|
33353
|
-
}
|
|
33354
|
-
},
|
|
33355
|
-
{
|
|
33356
|
-
"kind": "field",
|
|
33357
|
-
"name": "$presentation",
|
|
33358
|
-
"type": {
|
|
33359
|
-
"text": "ComponentPresentation | null"
|
|
33360
|
-
},
|
|
33361
|
-
"privacy": "public",
|
|
33362
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33363
|
-
"inheritedFrom": {
|
|
33364
|
-
"name": "Radio",
|
|
33365
|
-
"module": "src/radio/radio.ts"
|
|
33366
|
-
}
|
|
33367
|
-
},
|
|
33368
|
-
{
|
|
33369
|
-
"kind": "field",
|
|
33370
|
-
"name": "template",
|
|
33371
|
-
"type": {
|
|
33372
|
-
"text": "ElementViewTemplate | void | null"
|
|
33373
|
-
},
|
|
33374
|
-
"privacy": "public",
|
|
33375
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
33376
|
-
"inheritedFrom": {
|
|
33377
|
-
"name": "Radio",
|
|
33378
|
-
"module": "src/radio/radio.ts"
|
|
33379
|
-
}
|
|
33380
|
-
},
|
|
33381
|
-
{
|
|
33382
|
-
"kind": "method",
|
|
33383
|
-
"name": "templateChanged",
|
|
33384
|
-
"privacy": "protected",
|
|
33385
|
-
"return": {
|
|
33386
|
-
"type": {
|
|
33387
|
-
"text": "void"
|
|
33388
|
-
}
|
|
33389
|
-
},
|
|
33390
|
-
"inheritedFrom": {
|
|
33391
|
-
"name": "Radio",
|
|
33392
|
-
"module": "src/radio/radio.ts"
|
|
33393
|
-
}
|
|
33394
|
-
},
|
|
33395
|
-
{
|
|
33396
|
-
"kind": "field",
|
|
33397
|
-
"name": "styles",
|
|
33398
|
-
"type": {
|
|
33399
|
-
"text": "ElementStyles | void | null"
|
|
33400
|
-
},
|
|
33401
|
-
"privacy": "public",
|
|
33402
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
33403
|
-
"inheritedFrom": {
|
|
33404
|
-
"name": "Radio",
|
|
33405
|
-
"module": "src/radio/radio.ts"
|
|
33406
|
-
}
|
|
33407
|
-
},
|
|
33408
|
-
{
|
|
33409
|
-
"kind": "method",
|
|
33410
|
-
"name": "stylesChanged",
|
|
33411
|
-
"privacy": "protected",
|
|
33412
|
-
"return": {
|
|
33413
|
-
"type": {
|
|
33414
|
-
"text": "void"
|
|
33415
|
-
}
|
|
33416
|
-
},
|
|
33417
|
-
"inheritedFrom": {
|
|
33418
|
-
"name": "Radio",
|
|
33419
|
-
"module": "src/radio/radio.ts"
|
|
33420
|
-
}
|
|
33421
|
-
},
|
|
33422
|
-
{
|
|
33423
|
-
"kind": "method",
|
|
33424
|
-
"name": "compose",
|
|
33425
|
-
"privacy": "public",
|
|
33426
|
-
"static": true,
|
|
33427
|
-
"return": {
|
|
33428
|
-
"type": {
|
|
33429
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
33430
|
-
}
|
|
33431
|
-
},
|
|
33432
|
-
"parameters": [
|
|
33433
|
-
{
|
|
33434
|
-
"name": "this",
|
|
33435
|
-
"type": {
|
|
33436
|
-
"text": "K"
|
|
33437
|
-
}
|
|
33438
|
-
},
|
|
33439
|
-
{
|
|
33440
|
-
"name": "elementDefinition",
|
|
33441
|
-
"type": {
|
|
33442
|
-
"text": "T"
|
|
33443
|
-
},
|
|
33444
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
33445
|
-
}
|
|
33446
|
-
],
|
|
33447
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33448
|
-
"inheritedFrom": {
|
|
33449
|
-
"name": "Radio",
|
|
33450
|
-
"module": "src/radio/radio.ts"
|
|
33451
|
-
}
|
|
33452
|
-
}
|
|
33453
|
-
],
|
|
33454
|
-
"events": [
|
|
33455
|
-
{
|
|
33456
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
33457
|
-
"name": "change",
|
|
33458
|
-
"inheritedFrom": {
|
|
33459
|
-
"name": "Radio",
|
|
33460
|
-
"module": "src/radio/radio.ts"
|
|
33461
|
-
}
|
|
33462
|
-
}
|
|
33463
|
-
]
|
|
33464
|
-
},
|
|
33465
|
-
{
|
|
33466
|
-
"kind": "variable",
|
|
33467
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
33468
|
-
"type": {
|
|
33469
|
-
"text": "ShadowRootInit"
|
|
33470
|
-
},
|
|
33471
|
-
"default": "undefined"
|
|
33472
|
-
},
|
|
33473
|
-
{
|
|
33474
|
-
"kind": "variable",
|
|
33475
|
-
"name": "defaultSegmentedItemConfig",
|
|
33476
|
-
"type": {
|
|
33477
|
-
"text": "object"
|
|
33478
|
-
},
|
|
33479
|
-
"default": "{}"
|
|
33480
|
-
},
|
|
33481
|
-
{
|
|
33482
|
-
"kind": "variable",
|
|
33483
|
-
"name": "foundationSegmentedItem",
|
|
33484
|
-
"description": "The Foundation Segmented item",
|
|
33485
|
-
"privacy": "public"
|
|
33486
|
-
}
|
|
33487
|
-
],
|
|
33488
|
-
"exports": [
|
|
33489
|
-
{
|
|
33490
|
-
"kind": "js",
|
|
33491
|
-
"name": "SegmentedItem",
|
|
33492
|
-
"declaration": {
|
|
33493
|
-
"name": "SegmentedItem",
|
|
33494
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
33495
|
-
}
|
|
33496
|
-
},
|
|
33497
|
-
{
|
|
33498
|
-
"kind": "js",
|
|
33499
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
33500
|
-
"declaration": {
|
|
33501
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
33502
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
33503
|
-
}
|
|
33504
|
-
},
|
|
33505
|
-
{
|
|
33506
|
-
"kind": "js",
|
|
33507
|
-
"name": "defaultSegmentedItemConfig",
|
|
33508
|
-
"declaration": {
|
|
33509
|
-
"name": "defaultSegmentedItemConfig",
|
|
33510
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
33511
|
-
}
|
|
33512
|
-
},
|
|
33513
|
-
{
|
|
33514
|
-
"kind": "js",
|
|
33515
|
-
"name": "foundationSegmentedItem",
|
|
33516
|
-
"declaration": {
|
|
33517
|
-
"name": "foundationSegmentedItem",
|
|
33518
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
33519
|
-
}
|
|
33520
|
-
}
|
|
33521
|
-
]
|
|
33522
|
-
},
|
|
33523
|
-
{
|
|
33524
|
-
"kind": "javascript-module",
|
|
33525
|
-
"path": "src/skeleton/index.ts",
|
|
33526
|
-
"declarations": [],
|
|
33527
|
-
"exports": [
|
|
33528
|
-
{
|
|
33529
|
-
"kind": "js",
|
|
33530
|
-
"name": "*",
|
|
33531
|
-
"declaration": {
|
|
33532
|
-
"name": "*",
|
|
33533
|
-
"package": "./skeleton.template"
|
|
33534
|
-
}
|
|
33535
|
-
},
|
|
33536
|
-
{
|
|
33537
|
-
"kind": "js",
|
|
33538
|
-
"name": "*",
|
|
33539
|
-
"declaration": {
|
|
33540
|
-
"name": "*",
|
|
33541
|
-
"package": "./skeleton.styles"
|
|
33542
|
-
}
|
|
33543
|
-
},
|
|
33544
|
-
{
|
|
33545
|
-
"kind": "js",
|
|
33546
|
-
"name": "*",
|
|
33547
|
-
"declaration": {
|
|
33548
|
-
"name": "*",
|
|
33549
|
-
"package": "./skeleton"
|
|
33550
|
-
}
|
|
33551
|
-
}
|
|
33552
|
-
]
|
|
33553
|
-
},
|
|
33554
|
-
{
|
|
33555
|
-
"kind": "javascript-module",
|
|
33556
|
-
"path": "src/skeleton/skeleton.styles.ts",
|
|
33557
|
-
"declarations": [
|
|
33558
|
-
{
|
|
33559
|
-
"kind": "function",
|
|
33560
|
-
"name": "foundationSkeletonStyles",
|
|
33561
|
-
"return": {
|
|
33562
|
-
"type": {
|
|
33563
|
-
"text": "ElementStyles"
|
|
33564
|
-
}
|
|
33565
|
-
},
|
|
33566
|
-
"parameters": [
|
|
33567
|
-
{
|
|
33568
|
-
"name": "context",
|
|
33569
|
-
"type": {
|
|
33570
|
-
"text": "ElementDefinitionContext"
|
|
33571
|
-
}
|
|
33572
|
-
},
|
|
33573
|
-
{
|
|
33574
|
-
"name": "definition",
|
|
33575
|
-
"type": {
|
|
33576
|
-
"text": "FoundationElementDefinition"
|
|
33577
|
-
}
|
|
33578
|
-
}
|
|
33579
|
-
]
|
|
33580
|
-
}
|
|
33581
|
-
],
|
|
33582
|
-
"exports": [
|
|
33583
|
-
{
|
|
33584
|
-
"kind": "js",
|
|
33585
|
-
"name": "foundationSkeletonStyles",
|
|
33586
|
-
"declaration": {
|
|
33587
|
-
"name": "foundationSkeletonStyles",
|
|
33588
|
-
"module": "src/skeleton/skeleton.styles.ts"
|
|
33589
|
-
}
|
|
33590
|
-
}
|
|
33591
|
-
]
|
|
33592
|
-
},
|
|
33593
|
-
{
|
|
33594
|
-
"kind": "javascript-module",
|
|
33595
|
-
"path": "src/skeleton/skeleton.template.ts",
|
|
33596
|
-
"declarations": [
|
|
33597
|
-
{
|
|
33598
|
-
"kind": "function",
|
|
33599
|
-
"name": "foundationSkeletonTemplate",
|
|
33600
|
-
"return": {
|
|
33601
|
-
"type": {
|
|
33602
|
-
"text": "ViewTemplate<Skeleton>"
|
|
33603
|
-
}
|
|
33604
|
-
},
|
|
33605
|
-
"parameters": [
|
|
33606
|
-
{
|
|
33607
|
-
"name": "context",
|
|
33608
|
-
"type": {
|
|
33609
|
-
"text": "ElementDefinitionContext"
|
|
33610
|
-
}
|
|
33611
|
-
},
|
|
33612
|
-
{
|
|
33613
|
-
"name": "definition",
|
|
33614
|
-
"type": {
|
|
33615
|
-
"text": "FoundationElementDefinition"
|
|
33616
|
-
}
|
|
33617
|
-
}
|
|
33618
|
-
]
|
|
33619
|
-
}
|
|
33620
|
-
],
|
|
33621
|
-
"exports": [
|
|
33622
|
-
{
|
|
33623
|
-
"kind": "js",
|
|
33624
|
-
"name": "foundationSkeletonTemplate",
|
|
33625
|
-
"declaration": {
|
|
33626
|
-
"name": "foundationSkeletonTemplate",
|
|
33627
|
-
"module": "src/skeleton/skeleton.template.ts"
|
|
33628
|
-
}
|
|
33629
|
-
}
|
|
33630
|
-
]
|
|
33631
|
-
},
|
|
33632
|
-
{
|
|
33633
|
-
"kind": "javascript-module",
|
|
33634
|
-
"path": "src/skeleton/skeleton.ts",
|
|
33635
|
-
"declarations": [
|
|
33636
|
-
{
|
|
33637
|
-
"kind": "class",
|
|
33638
|
-
"description": "",
|
|
33639
|
-
"name": "Skeleton",
|
|
33640
|
-
"superclass": {
|
|
33641
|
-
"name": "FASTSkeleton",
|
|
33642
|
-
"package": "@microsoft/fast-components"
|
|
33643
|
-
},
|
|
33644
|
-
"tagName": "%%prefix%%-skeleton",
|
|
33645
|
-
"customElement": true,
|
|
33646
|
-
"attributes": [
|
|
33647
|
-
{
|
|
33648
|
-
"name": "fill",
|
|
33649
|
-
"type": {
|
|
33650
|
-
"text": "string"
|
|
33651
|
-
},
|
|
33652
|
-
"description": "Indicates the Skeleton should have a filled style.",
|
|
33653
|
-
"fieldName": "fill",
|
|
33654
|
-
"inheritedFrom": {
|
|
33655
|
-
"name": "Skeleton",
|
|
33656
|
-
"module": "src/skeleton/skeleton.ts"
|
|
33657
|
-
}
|
|
33658
|
-
},
|
|
33659
|
-
{
|
|
33660
|
-
"name": "shape",
|
|
33661
|
-
"type": {
|
|
33662
|
-
"text": "SkeletonShape"
|
|
33663
|
-
},
|
|
33664
|
-
"default": "\"rect\"",
|
|
33665
|
-
"description": "Indicates what the shape of the Skeleton should be.",
|
|
33666
|
-
"fieldName": "shape",
|
|
33667
|
-
"inheritedFrom": {
|
|
33668
|
-
"name": "Skeleton",
|
|
33669
|
-
"module": "src/skeleton/skeleton.ts"
|
|
33670
|
-
}
|
|
33671
|
-
},
|
|
33672
|
-
{
|
|
33673
|
-
"name": "pattern",
|
|
33674
|
-
"type": {
|
|
33675
|
-
"text": "string"
|
|
33676
|
-
},
|
|
33677
|
-
"description": "Indicates that the component can accept a pattern URL.",
|
|
33678
|
-
"fieldName": "pattern",
|
|
33679
|
-
"inheritedFrom": {
|
|
33680
|
-
"name": "Skeleton",
|
|
33681
|
-
"module": "src/skeleton/skeleton.ts"
|
|
33682
|
-
}
|
|
33683
|
-
},
|
|
33684
|
-
{
|
|
33685
|
-
"type": {
|
|
33686
|
-
"text": "boolean"
|
|
33687
|
-
},
|
|
33688
|
-
"description": "Indicates that the component has an activated shimmer effect",
|
|
33689
|
-
"fieldName": "shimmer",
|
|
33690
|
-
"inheritedFrom": {
|
|
33691
|
-
"name": "Skeleton",
|
|
33692
|
-
"module": "src/skeleton/skeleton.ts"
|
|
33693
|
-
}
|
|
33694
|
-
}
|
|
33695
|
-
],
|
|
33696
|
-
"members": [
|
|
33697
|
-
{
|
|
33698
|
-
"kind": "field",
|
|
33699
|
-
"name": "fill",
|
|
33700
|
-
"type": {
|
|
33701
|
-
"text": "string"
|
|
33702
|
-
},
|
|
33703
|
-
"privacy": "public",
|
|
33704
|
-
"description": "Indicates the Skeleton should have a filled style.",
|
|
33705
|
-
"inheritedFrom": {
|
|
33706
|
-
"name": "Skeleton",
|
|
33707
|
-
"module": "src/skeleton/skeleton.ts"
|
|
33708
|
-
}
|
|
33709
|
-
},
|
|
33710
|
-
{
|
|
33711
|
-
"kind": "field",
|
|
33712
|
-
"name": "shape",
|
|
33713
|
-
"type": {
|
|
33714
|
-
"text": "SkeletonShape"
|
|
33715
|
-
},
|
|
33716
|
-
"privacy": "public",
|
|
33717
|
-
"default": "\"rect\"",
|
|
33718
|
-
"description": "Indicates what the shape of the Skeleton should be.",
|
|
33719
|
-
"inheritedFrom": {
|
|
33720
|
-
"name": "Skeleton",
|
|
33721
|
-
"module": "src/skeleton/skeleton.ts"
|
|
34238
|
+
"name": "Skeleton",
|
|
34239
|
+
"module": "src/skeleton/skeleton.ts"
|
|
33722
34240
|
}
|
|
33723
34241
|
},
|
|
33724
34242
|
{
|
|
@@ -45975,6 +46493,679 @@
|
|
|
45975
46493
|
}
|
|
45976
46494
|
]
|
|
45977
46495
|
},
|
|
46496
|
+
{
|
|
46497
|
+
"kind": "javascript-module",
|
|
46498
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts",
|
|
46499
|
+
"declarations": [
|
|
46500
|
+
{
|
|
46501
|
+
"kind": "variable",
|
|
46502
|
+
"name": "dailyRecurrenceStyles",
|
|
46503
|
+
"type": {
|
|
46504
|
+
"text": "ElementStyles"
|
|
46505
|
+
},
|
|
46506
|
+
"default": "css`\n ${inputControls}\n`"
|
|
46507
|
+
}
|
|
46508
|
+
],
|
|
46509
|
+
"exports": [
|
|
46510
|
+
{
|
|
46511
|
+
"kind": "js",
|
|
46512
|
+
"name": "dailyRecurrenceStyles",
|
|
46513
|
+
"declaration": {
|
|
46514
|
+
"name": "dailyRecurrenceStyles",
|
|
46515
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.styles.ts"
|
|
46516
|
+
}
|
|
46517
|
+
}
|
|
46518
|
+
]
|
|
46519
|
+
},
|
|
46520
|
+
{
|
|
46521
|
+
"kind": "javascript-module",
|
|
46522
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts",
|
|
46523
|
+
"declarations": [
|
|
46524
|
+
{
|
|
46525
|
+
"kind": "function",
|
|
46526
|
+
"name": "getPrefixedDailyRecurrence",
|
|
46527
|
+
"parameters": [
|
|
46528
|
+
{
|
|
46529
|
+
"name": "prefix",
|
|
46530
|
+
"type": {
|
|
46531
|
+
"text": "string"
|
|
46532
|
+
}
|
|
46533
|
+
}
|
|
46534
|
+
]
|
|
46535
|
+
},
|
|
46536
|
+
{
|
|
46537
|
+
"kind": "variable",
|
|
46538
|
+
"name": "dailyRecurrenceTemplate",
|
|
46539
|
+
"default": "html<DailyRecurrence>`\n ${(x) => getPrefixedDailyRecurrence(x.prefix)}\n`"
|
|
46540
|
+
}
|
|
46541
|
+
],
|
|
46542
|
+
"exports": [
|
|
46543
|
+
{
|
|
46544
|
+
"kind": "js",
|
|
46545
|
+
"name": "getPrefixedDailyRecurrence",
|
|
46546
|
+
"declaration": {
|
|
46547
|
+
"name": "getPrefixedDailyRecurrence",
|
|
46548
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
|
|
46549
|
+
}
|
|
46550
|
+
},
|
|
46551
|
+
{
|
|
46552
|
+
"kind": "js",
|
|
46553
|
+
"name": "dailyRecurrenceTemplate",
|
|
46554
|
+
"declaration": {
|
|
46555
|
+
"name": "dailyRecurrenceTemplate",
|
|
46556
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.template.ts"
|
|
46557
|
+
}
|
|
46558
|
+
}
|
|
46559
|
+
]
|
|
46560
|
+
},
|
|
46561
|
+
{
|
|
46562
|
+
"kind": "javascript-module",
|
|
46563
|
+
"path": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts",
|
|
46564
|
+
"declarations": [
|
|
46565
|
+
{
|
|
46566
|
+
"kind": "class",
|
|
46567
|
+
"description": "",
|
|
46568
|
+
"name": "DailyRecurrence",
|
|
46569
|
+
"members": [
|
|
46570
|
+
{
|
|
46571
|
+
"kind": "method",
|
|
46572
|
+
"name": "configChanged"
|
|
46573
|
+
},
|
|
46574
|
+
{
|
|
46575
|
+
"kind": "field",
|
|
46576
|
+
"name": "_presentation",
|
|
46577
|
+
"type": {
|
|
46578
|
+
"text": "ComponentPresentation | null | undefined"
|
|
46579
|
+
},
|
|
46580
|
+
"privacy": "private",
|
|
46581
|
+
"default": "void 0",
|
|
46582
|
+
"inheritedFrom": {
|
|
46583
|
+
"name": "FoundationElement",
|
|
46584
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46585
|
+
}
|
|
46586
|
+
},
|
|
46587
|
+
{
|
|
46588
|
+
"kind": "field",
|
|
46589
|
+
"name": "$presentation",
|
|
46590
|
+
"type": {
|
|
46591
|
+
"text": "ComponentPresentation | null"
|
|
46592
|
+
},
|
|
46593
|
+
"privacy": "public",
|
|
46594
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
46595
|
+
"inheritedFrom": {
|
|
46596
|
+
"name": "FoundationElement",
|
|
46597
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46598
|
+
}
|
|
46599
|
+
},
|
|
46600
|
+
{
|
|
46601
|
+
"kind": "field",
|
|
46602
|
+
"name": "template",
|
|
46603
|
+
"type": {
|
|
46604
|
+
"text": "ElementViewTemplate | void | null"
|
|
46605
|
+
},
|
|
46606
|
+
"privacy": "public",
|
|
46607
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
46608
|
+
"inheritedFrom": {
|
|
46609
|
+
"name": "FoundationElement",
|
|
46610
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46611
|
+
}
|
|
46612
|
+
},
|
|
46613
|
+
{
|
|
46614
|
+
"kind": "method",
|
|
46615
|
+
"name": "templateChanged",
|
|
46616
|
+
"privacy": "protected",
|
|
46617
|
+
"return": {
|
|
46618
|
+
"type": {
|
|
46619
|
+
"text": "void"
|
|
46620
|
+
}
|
|
46621
|
+
},
|
|
46622
|
+
"inheritedFrom": {
|
|
46623
|
+
"name": "FoundationElement",
|
|
46624
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46625
|
+
}
|
|
46626
|
+
},
|
|
46627
|
+
{
|
|
46628
|
+
"kind": "field",
|
|
46629
|
+
"name": "styles",
|
|
46630
|
+
"type": {
|
|
46631
|
+
"text": "ElementStyles | void | null"
|
|
46632
|
+
},
|
|
46633
|
+
"privacy": "public",
|
|
46634
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
46635
|
+
"inheritedFrom": {
|
|
46636
|
+
"name": "FoundationElement",
|
|
46637
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46638
|
+
}
|
|
46639
|
+
},
|
|
46640
|
+
{
|
|
46641
|
+
"kind": "method",
|
|
46642
|
+
"name": "stylesChanged",
|
|
46643
|
+
"privacy": "protected",
|
|
46644
|
+
"return": {
|
|
46645
|
+
"type": {
|
|
46646
|
+
"text": "void"
|
|
46647
|
+
}
|
|
46648
|
+
},
|
|
46649
|
+
"inheritedFrom": {
|
|
46650
|
+
"name": "FoundationElement",
|
|
46651
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46652
|
+
}
|
|
46653
|
+
},
|
|
46654
|
+
{
|
|
46655
|
+
"kind": "method",
|
|
46656
|
+
"name": "compose",
|
|
46657
|
+
"privacy": "public",
|
|
46658
|
+
"static": true,
|
|
46659
|
+
"return": {
|
|
46660
|
+
"type": {
|
|
46661
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
46662
|
+
}
|
|
46663
|
+
},
|
|
46664
|
+
"parameters": [
|
|
46665
|
+
{
|
|
46666
|
+
"name": "this",
|
|
46667
|
+
"type": {
|
|
46668
|
+
"text": "K"
|
|
46669
|
+
}
|
|
46670
|
+
},
|
|
46671
|
+
{
|
|
46672
|
+
"name": "elementDefinition",
|
|
46673
|
+
"type": {
|
|
46674
|
+
"text": "T"
|
|
46675
|
+
},
|
|
46676
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
46677
|
+
}
|
|
46678
|
+
],
|
|
46679
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
46680
|
+
"inheritedFrom": {
|
|
46681
|
+
"name": "FoundationElement",
|
|
46682
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46683
|
+
}
|
|
46684
|
+
}
|
|
46685
|
+
],
|
|
46686
|
+
"mixins": [
|
|
46687
|
+
{
|
|
46688
|
+
"name": "EventEmitter",
|
|
46689
|
+
"package": "@genesislcap/foundation-events"
|
|
46690
|
+
}
|
|
46691
|
+
],
|
|
46692
|
+
"superclass": {
|
|
46693
|
+
"name": "FoundationElement",
|
|
46694
|
+
"package": "@microsoft/fast-foundation"
|
|
46695
|
+
}
|
|
46696
|
+
}
|
|
46697
|
+
],
|
|
46698
|
+
"exports": [
|
|
46699
|
+
{
|
|
46700
|
+
"kind": "js",
|
|
46701
|
+
"name": "DailyRecurrence",
|
|
46702
|
+
"declaration": {
|
|
46703
|
+
"name": "DailyRecurrence",
|
|
46704
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
|
|
46705
|
+
}
|
|
46706
|
+
},
|
|
46707
|
+
{
|
|
46708
|
+
"kind": "custom-element-definition",
|
|
46709
|
+
"name": "daily-recurrence",
|
|
46710
|
+
"declaration": {
|
|
46711
|
+
"name": "DailyRecurrence",
|
|
46712
|
+
"module": "src/scheduler-cron-builder/daily-recurrence/daily-recurrence.ts"
|
|
46713
|
+
}
|
|
46714
|
+
}
|
|
46715
|
+
]
|
|
46716
|
+
},
|
|
46717
|
+
{
|
|
46718
|
+
"kind": "javascript-module",
|
|
46719
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts",
|
|
46720
|
+
"declarations": [
|
|
46721
|
+
{
|
|
46722
|
+
"kind": "variable",
|
|
46723
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
46724
|
+
"type": {
|
|
46725
|
+
"text": "ElementStyles"
|
|
46726
|
+
},
|
|
46727
|
+
"default": "css`\n ${inputControls}\n :host {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 4px);\n }\n\n .weekdays-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .day-of-month-row {\n display: flex;\n gap: calc(var(--design-unit) * 4px);\n width: 100%;\n }\n\n .day-date-number-field::part(root) {\n width: 40%;\n }\n`"
|
|
46728
|
+
}
|
|
46729
|
+
],
|
|
46730
|
+
"exports": [
|
|
46731
|
+
{
|
|
46732
|
+
"kind": "js",
|
|
46733
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
46734
|
+
"declaration": {
|
|
46735
|
+
"name": "monthlyYearlyRecurrenceStyles",
|
|
46736
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.styles.ts"
|
|
46737
|
+
}
|
|
46738
|
+
}
|
|
46739
|
+
]
|
|
46740
|
+
},
|
|
46741
|
+
{
|
|
46742
|
+
"kind": "javascript-module",
|
|
46743
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts",
|
|
46744
|
+
"declarations": [
|
|
46745
|
+
{
|
|
46746
|
+
"kind": "function",
|
|
46747
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
46748
|
+
"parameters": [
|
|
46749
|
+
{
|
|
46750
|
+
"name": "prefix",
|
|
46751
|
+
"type": {
|
|
46752
|
+
"text": "string"
|
|
46753
|
+
}
|
|
46754
|
+
}
|
|
46755
|
+
]
|
|
46756
|
+
},
|
|
46757
|
+
{
|
|
46758
|
+
"kind": "variable",
|
|
46759
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
46760
|
+
"default": "html<MonthlyYearlyRecurrence>`\n ${(x) => getPrefixedMonthlyYearlyRecurrence(x.prefix)}\n`"
|
|
46761
|
+
}
|
|
46762
|
+
],
|
|
46763
|
+
"exports": [
|
|
46764
|
+
{
|
|
46765
|
+
"kind": "js",
|
|
46766
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
46767
|
+
"declaration": {
|
|
46768
|
+
"name": "getPrefixedMonthlyYearlyRecurrence",
|
|
46769
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
|
|
46770
|
+
}
|
|
46771
|
+
},
|
|
46772
|
+
{
|
|
46773
|
+
"kind": "js",
|
|
46774
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
46775
|
+
"declaration": {
|
|
46776
|
+
"name": "monthlyYearlyRecurrenceTemplate",
|
|
46777
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.template.ts"
|
|
46778
|
+
}
|
|
46779
|
+
}
|
|
46780
|
+
]
|
|
46781
|
+
},
|
|
46782
|
+
{
|
|
46783
|
+
"kind": "javascript-module",
|
|
46784
|
+
"path": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts",
|
|
46785
|
+
"declarations": [
|
|
46786
|
+
{
|
|
46787
|
+
"kind": "class",
|
|
46788
|
+
"description": "",
|
|
46789
|
+
"name": "MonthlyYearlyRecurrence",
|
|
46790
|
+
"members": [
|
|
46791
|
+
{
|
|
46792
|
+
"kind": "method",
|
|
46793
|
+
"name": "configChanged"
|
|
46794
|
+
},
|
|
46795
|
+
{
|
|
46796
|
+
"kind": "field",
|
|
46797
|
+
"name": "_presentation",
|
|
46798
|
+
"type": {
|
|
46799
|
+
"text": "ComponentPresentation | null | undefined"
|
|
46800
|
+
},
|
|
46801
|
+
"privacy": "private",
|
|
46802
|
+
"default": "void 0",
|
|
46803
|
+
"inheritedFrom": {
|
|
46804
|
+
"name": "FoundationElement",
|
|
46805
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46806
|
+
}
|
|
46807
|
+
},
|
|
46808
|
+
{
|
|
46809
|
+
"kind": "field",
|
|
46810
|
+
"name": "$presentation",
|
|
46811
|
+
"type": {
|
|
46812
|
+
"text": "ComponentPresentation | null"
|
|
46813
|
+
},
|
|
46814
|
+
"privacy": "public",
|
|
46815
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
46816
|
+
"inheritedFrom": {
|
|
46817
|
+
"name": "FoundationElement",
|
|
46818
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46819
|
+
}
|
|
46820
|
+
},
|
|
46821
|
+
{
|
|
46822
|
+
"kind": "field",
|
|
46823
|
+
"name": "template",
|
|
46824
|
+
"type": {
|
|
46825
|
+
"text": "ElementViewTemplate | void | null"
|
|
46826
|
+
},
|
|
46827
|
+
"privacy": "public",
|
|
46828
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
46829
|
+
"inheritedFrom": {
|
|
46830
|
+
"name": "FoundationElement",
|
|
46831
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46832
|
+
}
|
|
46833
|
+
},
|
|
46834
|
+
{
|
|
46835
|
+
"kind": "method",
|
|
46836
|
+
"name": "templateChanged",
|
|
46837
|
+
"privacy": "protected",
|
|
46838
|
+
"return": {
|
|
46839
|
+
"type": {
|
|
46840
|
+
"text": "void"
|
|
46841
|
+
}
|
|
46842
|
+
},
|
|
46843
|
+
"inheritedFrom": {
|
|
46844
|
+
"name": "FoundationElement",
|
|
46845
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46846
|
+
}
|
|
46847
|
+
},
|
|
46848
|
+
{
|
|
46849
|
+
"kind": "field",
|
|
46850
|
+
"name": "styles",
|
|
46851
|
+
"type": {
|
|
46852
|
+
"text": "ElementStyles | void | null"
|
|
46853
|
+
},
|
|
46854
|
+
"privacy": "public",
|
|
46855
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
46856
|
+
"inheritedFrom": {
|
|
46857
|
+
"name": "FoundationElement",
|
|
46858
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46859
|
+
}
|
|
46860
|
+
},
|
|
46861
|
+
{
|
|
46862
|
+
"kind": "method",
|
|
46863
|
+
"name": "stylesChanged",
|
|
46864
|
+
"privacy": "protected",
|
|
46865
|
+
"return": {
|
|
46866
|
+
"type": {
|
|
46867
|
+
"text": "void"
|
|
46868
|
+
}
|
|
46869
|
+
},
|
|
46870
|
+
"inheritedFrom": {
|
|
46871
|
+
"name": "FoundationElement",
|
|
46872
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46873
|
+
}
|
|
46874
|
+
},
|
|
46875
|
+
{
|
|
46876
|
+
"kind": "method",
|
|
46877
|
+
"name": "compose",
|
|
46878
|
+
"privacy": "public",
|
|
46879
|
+
"static": true,
|
|
46880
|
+
"return": {
|
|
46881
|
+
"type": {
|
|
46882
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
46883
|
+
}
|
|
46884
|
+
},
|
|
46885
|
+
"parameters": [
|
|
46886
|
+
{
|
|
46887
|
+
"name": "this",
|
|
46888
|
+
"type": {
|
|
46889
|
+
"text": "K"
|
|
46890
|
+
}
|
|
46891
|
+
},
|
|
46892
|
+
{
|
|
46893
|
+
"name": "elementDefinition",
|
|
46894
|
+
"type": {
|
|
46895
|
+
"text": "T"
|
|
46896
|
+
},
|
|
46897
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
46898
|
+
}
|
|
46899
|
+
],
|
|
46900
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
46901
|
+
"inheritedFrom": {
|
|
46902
|
+
"name": "FoundationElement",
|
|
46903
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
46904
|
+
}
|
|
46905
|
+
}
|
|
46906
|
+
],
|
|
46907
|
+
"mixins": [
|
|
46908
|
+
{
|
|
46909
|
+
"name": "EventEmitter",
|
|
46910
|
+
"package": "@genesislcap/foundation-events"
|
|
46911
|
+
}
|
|
46912
|
+
],
|
|
46913
|
+
"superclass": {
|
|
46914
|
+
"name": "FoundationElement",
|
|
46915
|
+
"package": "@microsoft/fast-foundation"
|
|
46916
|
+
}
|
|
46917
|
+
}
|
|
46918
|
+
],
|
|
46919
|
+
"exports": [
|
|
46920
|
+
{
|
|
46921
|
+
"kind": "js",
|
|
46922
|
+
"name": "MonthlyYearlyRecurrence",
|
|
46923
|
+
"declaration": {
|
|
46924
|
+
"name": "MonthlyYearlyRecurrence",
|
|
46925
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
|
|
46926
|
+
}
|
|
46927
|
+
},
|
|
46928
|
+
{
|
|
46929
|
+
"kind": "custom-element-definition",
|
|
46930
|
+
"name": "monthly-yearly-recurrence",
|
|
46931
|
+
"declaration": {
|
|
46932
|
+
"name": "MonthlyYearlyRecurrence",
|
|
46933
|
+
"module": "src/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.ts"
|
|
46934
|
+
}
|
|
46935
|
+
}
|
|
46936
|
+
]
|
|
46937
|
+
},
|
|
46938
|
+
{
|
|
46939
|
+
"kind": "javascript-module",
|
|
46940
|
+
"path": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.styles.ts",
|
|
46941
|
+
"declarations": [
|
|
46942
|
+
{
|
|
46943
|
+
"kind": "variable",
|
|
46944
|
+
"name": "weeklyRecurrenceStyles",
|
|
46945
|
+
"type": {
|
|
46946
|
+
"text": "ElementStyles"
|
|
46947
|
+
},
|
|
46948
|
+
"default": "css`\n ${inputControls}\n .weekdays-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n`"
|
|
46949
|
+
}
|
|
46950
|
+
],
|
|
46951
|
+
"exports": [
|
|
46952
|
+
{
|
|
46953
|
+
"kind": "js",
|
|
46954
|
+
"name": "weeklyRecurrenceStyles",
|
|
46955
|
+
"declaration": {
|
|
46956
|
+
"name": "weeklyRecurrenceStyles",
|
|
46957
|
+
"module": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.styles.ts"
|
|
46958
|
+
}
|
|
46959
|
+
}
|
|
46960
|
+
]
|
|
46961
|
+
},
|
|
46962
|
+
{
|
|
46963
|
+
"kind": "javascript-module",
|
|
46964
|
+
"path": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.template.ts",
|
|
46965
|
+
"declarations": [
|
|
46966
|
+
{
|
|
46967
|
+
"kind": "function",
|
|
46968
|
+
"name": "getPrefixedWeeklyRecurrence",
|
|
46969
|
+
"parameters": [
|
|
46970
|
+
{
|
|
46971
|
+
"name": "prefix",
|
|
46972
|
+
"type": {
|
|
46973
|
+
"text": "string"
|
|
46974
|
+
}
|
|
46975
|
+
}
|
|
46976
|
+
]
|
|
46977
|
+
},
|
|
46978
|
+
{
|
|
46979
|
+
"kind": "variable",
|
|
46980
|
+
"name": "weeklyRecurrenceTemplate",
|
|
46981
|
+
"default": "html<WeeklyRecurrence>`\n ${(x) => getPrefixedWeeklyRecurrence(x.prefix)}\n`"
|
|
46982
|
+
}
|
|
46983
|
+
],
|
|
46984
|
+
"exports": [
|
|
46985
|
+
{
|
|
46986
|
+
"kind": "js",
|
|
46987
|
+
"name": "getPrefixedWeeklyRecurrence",
|
|
46988
|
+
"declaration": {
|
|
46989
|
+
"name": "getPrefixedWeeklyRecurrence",
|
|
46990
|
+
"module": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.template.ts"
|
|
46991
|
+
}
|
|
46992
|
+
},
|
|
46993
|
+
{
|
|
46994
|
+
"kind": "js",
|
|
46995
|
+
"name": "weeklyRecurrenceTemplate",
|
|
46996
|
+
"declaration": {
|
|
46997
|
+
"name": "weeklyRecurrenceTemplate",
|
|
46998
|
+
"module": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.template.ts"
|
|
46999
|
+
}
|
|
47000
|
+
}
|
|
47001
|
+
]
|
|
47002
|
+
},
|
|
47003
|
+
{
|
|
47004
|
+
"kind": "javascript-module",
|
|
47005
|
+
"path": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.ts",
|
|
47006
|
+
"declarations": [
|
|
47007
|
+
{
|
|
47008
|
+
"kind": "class",
|
|
47009
|
+
"description": "",
|
|
47010
|
+
"name": "WeeklyRecurrence",
|
|
47011
|
+
"members": [
|
|
47012
|
+
{
|
|
47013
|
+
"kind": "method",
|
|
47014
|
+
"name": "configChanged"
|
|
47015
|
+
},
|
|
47016
|
+
{
|
|
47017
|
+
"kind": "field",
|
|
47018
|
+
"name": "selectedDays",
|
|
47019
|
+
"type": {
|
|
47020
|
+
"text": "Set<string>"
|
|
47021
|
+
},
|
|
47022
|
+
"privacy": "private",
|
|
47023
|
+
"default": "new Set()",
|
|
47024
|
+
"description": "Used for storing specific Week days (Monday-Sunday) on which the event should occurs"
|
|
47025
|
+
},
|
|
47026
|
+
{
|
|
47027
|
+
"kind": "field",
|
|
47028
|
+
"name": "_presentation",
|
|
47029
|
+
"type": {
|
|
47030
|
+
"text": "ComponentPresentation | null | undefined"
|
|
47031
|
+
},
|
|
47032
|
+
"privacy": "private",
|
|
47033
|
+
"default": "void 0",
|
|
47034
|
+
"inheritedFrom": {
|
|
47035
|
+
"name": "FoundationElement",
|
|
47036
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
47037
|
+
}
|
|
47038
|
+
},
|
|
47039
|
+
{
|
|
47040
|
+
"kind": "field",
|
|
47041
|
+
"name": "$presentation",
|
|
47042
|
+
"type": {
|
|
47043
|
+
"text": "ComponentPresentation | null"
|
|
47044
|
+
},
|
|
47045
|
+
"privacy": "public",
|
|
47046
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
47047
|
+
"inheritedFrom": {
|
|
47048
|
+
"name": "FoundationElement",
|
|
47049
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
47050
|
+
}
|
|
47051
|
+
},
|
|
47052
|
+
{
|
|
47053
|
+
"kind": "field",
|
|
47054
|
+
"name": "template",
|
|
47055
|
+
"type": {
|
|
47056
|
+
"text": "ElementViewTemplate | void | null"
|
|
47057
|
+
},
|
|
47058
|
+
"privacy": "public",
|
|
47059
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
47060
|
+
"inheritedFrom": {
|
|
47061
|
+
"name": "FoundationElement",
|
|
47062
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
47063
|
+
}
|
|
47064
|
+
},
|
|
47065
|
+
{
|
|
47066
|
+
"kind": "method",
|
|
47067
|
+
"name": "templateChanged",
|
|
47068
|
+
"privacy": "protected",
|
|
47069
|
+
"return": {
|
|
47070
|
+
"type": {
|
|
47071
|
+
"text": "void"
|
|
47072
|
+
}
|
|
47073
|
+
},
|
|
47074
|
+
"inheritedFrom": {
|
|
47075
|
+
"name": "FoundationElement",
|
|
47076
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
47077
|
+
}
|
|
47078
|
+
},
|
|
47079
|
+
{
|
|
47080
|
+
"kind": "field",
|
|
47081
|
+
"name": "styles",
|
|
47082
|
+
"type": {
|
|
47083
|
+
"text": "ElementStyles | void | null"
|
|
47084
|
+
},
|
|
47085
|
+
"privacy": "public",
|
|
47086
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
47087
|
+
"inheritedFrom": {
|
|
47088
|
+
"name": "FoundationElement",
|
|
47089
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
47090
|
+
}
|
|
47091
|
+
},
|
|
47092
|
+
{
|
|
47093
|
+
"kind": "method",
|
|
47094
|
+
"name": "stylesChanged",
|
|
47095
|
+
"privacy": "protected",
|
|
47096
|
+
"return": {
|
|
47097
|
+
"type": {
|
|
47098
|
+
"text": "void"
|
|
47099
|
+
}
|
|
47100
|
+
},
|
|
47101
|
+
"inheritedFrom": {
|
|
47102
|
+
"name": "FoundationElement",
|
|
47103
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
47104
|
+
}
|
|
47105
|
+
},
|
|
47106
|
+
{
|
|
47107
|
+
"kind": "method",
|
|
47108
|
+
"name": "compose",
|
|
47109
|
+
"privacy": "public",
|
|
47110
|
+
"static": true,
|
|
47111
|
+
"return": {
|
|
47112
|
+
"type": {
|
|
47113
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
47114
|
+
}
|
|
47115
|
+
},
|
|
47116
|
+
"parameters": [
|
|
47117
|
+
{
|
|
47118
|
+
"name": "this",
|
|
47119
|
+
"type": {
|
|
47120
|
+
"text": "K"
|
|
47121
|
+
}
|
|
47122
|
+
},
|
|
47123
|
+
{
|
|
47124
|
+
"name": "elementDefinition",
|
|
47125
|
+
"type": {
|
|
47126
|
+
"text": "T"
|
|
47127
|
+
},
|
|
47128
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
47129
|
+
}
|
|
47130
|
+
],
|
|
47131
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
47132
|
+
"inheritedFrom": {
|
|
47133
|
+
"name": "FoundationElement",
|
|
47134
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
47135
|
+
}
|
|
47136
|
+
}
|
|
47137
|
+
],
|
|
47138
|
+
"mixins": [
|
|
47139
|
+
{
|
|
47140
|
+
"name": "EventEmitter",
|
|
47141
|
+
"package": "@genesislcap/foundation-events"
|
|
47142
|
+
}
|
|
47143
|
+
],
|
|
47144
|
+
"superclass": {
|
|
47145
|
+
"name": "FoundationElement",
|
|
47146
|
+
"package": "@microsoft/fast-foundation"
|
|
47147
|
+
}
|
|
47148
|
+
}
|
|
47149
|
+
],
|
|
47150
|
+
"exports": [
|
|
47151
|
+
{
|
|
47152
|
+
"kind": "js",
|
|
47153
|
+
"name": "WeeklyRecurrence",
|
|
47154
|
+
"declaration": {
|
|
47155
|
+
"name": "WeeklyRecurrence",
|
|
47156
|
+
"module": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.ts"
|
|
47157
|
+
}
|
|
47158
|
+
},
|
|
47159
|
+
{
|
|
47160
|
+
"kind": "custom-element-definition",
|
|
47161
|
+
"name": "weekly-recurrence",
|
|
47162
|
+
"declaration": {
|
|
47163
|
+
"name": "WeeklyRecurrence",
|
|
47164
|
+
"module": "src/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.ts"
|
|
47165
|
+
}
|
|
47166
|
+
}
|
|
47167
|
+
]
|
|
47168
|
+
},
|
|
45978
47169
|
{
|
|
45979
47170
|
"kind": "javascript-module",
|
|
45980
47171
|
"path": "src/_config/styles/external/index.ts",
|