@genesislcap/foundation-ui 14.272.0 → 14.273.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 +840 -183
- package/dist/dts/base-components.d.ts +22 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +2 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/scheduler/index.d.ts +4 -0
- package/dist/dts/scheduler/index.d.ts.map +1 -0
- package/dist/dts/scheduler/scheduler.d.ts +37 -0
- package/dist/dts/scheduler/scheduler.d.ts.map +1 -0
- package/dist/dts/scheduler/scheduler.styles.d.ts +3 -0
- package/dist/dts/scheduler/scheduler.styles.d.ts.map +1 -0
- package/dist/dts/scheduler/scheduler.template.d.ts +4 -0
- package/dist/dts/scheduler/scheduler.template.d.ts.map +1 -0
- package/dist/dts/scheduler-timezone/index.d.ts +4 -0
- package/dist/dts/scheduler-timezone/index.d.ts.map +1 -0
- package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts +40 -0
- package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts.map +1 -0
- package/dist/dts/scheduler-timezone/scheduler-timezone.styles.d.ts +3 -0
- package/dist/dts/scheduler-timezone/scheduler-timezone.styles.d.ts.map +1 -0
- package/dist/dts/scheduler-timezone/scheduler-timezone.template.d.ts +4 -0
- package/dist/dts/scheduler-timezone/scheduler-timezone.template.d.ts.map +1 -0
- package/dist/esm/base-components.js +4 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/scheduler/index.js +3 -0
- package/dist/esm/scheduler/scheduler.js +47 -0
- package/dist/esm/scheduler/scheduler.styles.js +9 -0
- package/dist/esm/scheduler/scheduler.template.js +18 -0
- package/dist/esm/scheduler-timezone/index.js +3 -0
- package/dist/esm/scheduler-timezone/scheduler-timezone.js +81 -0
- package/dist/esm/scheduler-timezone/scheduler-timezone.styles.js +29 -0
- package/dist/esm/scheduler-timezone/scheduler-timezone.template.js +23 -0
- package/package.json +18 -18
|
@@ -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 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}"
|
|
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 foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\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": [
|
|
@@ -556,6 +556,14 @@
|
|
|
556
556
|
"package": "./router"
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
|
+
{
|
|
560
|
+
"kind": "js",
|
|
561
|
+
"name": "*",
|
|
562
|
+
"declaration": {
|
|
563
|
+
"name": "*",
|
|
564
|
+
"package": "./scheduler"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
559
567
|
{
|
|
560
568
|
"kind": "js",
|
|
561
569
|
"name": "*",
|
|
@@ -564,6 +572,14 @@
|
|
|
564
572
|
"package": "./scheduler-cron-builder"
|
|
565
573
|
}
|
|
566
574
|
},
|
|
575
|
+
{
|
|
576
|
+
"kind": "js",
|
|
577
|
+
"name": "*",
|
|
578
|
+
"declaration": {
|
|
579
|
+
"name": "*",
|
|
580
|
+
"package": "./scheduler-timezone"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
567
583
|
{
|
|
568
584
|
"kind": "js",
|
|
569
585
|
"name": "*",
|
|
@@ -911,188 +927,6 @@
|
|
|
911
927
|
}
|
|
912
928
|
]
|
|
913
929
|
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "javascript-module",
|
|
916
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
917
|
-
"declarations": [
|
|
918
|
-
{
|
|
919
|
-
"kind": "function",
|
|
920
|
-
"name": "foundationAccordionStyles",
|
|
921
|
-
"return": {
|
|
922
|
-
"type": {
|
|
923
|
-
"text": "ElementStyles"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
"parameters": [
|
|
927
|
-
{
|
|
928
|
-
"name": "context",
|
|
929
|
-
"type": {
|
|
930
|
-
"text": "ElementDefinitionContext"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"name": "definition",
|
|
935
|
-
"type": {
|
|
936
|
-
"text": "FoundationElementDefinition"
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
]
|
|
940
|
-
}
|
|
941
|
-
],
|
|
942
|
-
"exports": [
|
|
943
|
-
{
|
|
944
|
-
"kind": "js",
|
|
945
|
-
"name": "foundationAccordionStyles",
|
|
946
|
-
"declaration": {
|
|
947
|
-
"name": "foundationAccordionStyles",
|
|
948
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
]
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"kind": "javascript-module",
|
|
955
|
-
"path": "src/accordion/accordion.template.ts",
|
|
956
|
-
"declarations": [
|
|
957
|
-
{
|
|
958
|
-
"kind": "function",
|
|
959
|
-
"name": "foundationAccordionTemplate",
|
|
960
|
-
"return": {
|
|
961
|
-
"type": {
|
|
962
|
-
"text": "ViewTemplate<Accordion>"
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
"parameters": [
|
|
966
|
-
{
|
|
967
|
-
"name": "context",
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "ElementDefinitionContext"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "definition",
|
|
974
|
-
"type": {
|
|
975
|
-
"text": "FoundationElementDefinition"
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"exports": [
|
|
982
|
-
{
|
|
983
|
-
"kind": "js",
|
|
984
|
-
"name": "foundationAccordionTemplate",
|
|
985
|
-
"declaration": {
|
|
986
|
-
"name": "foundationAccordionTemplate",
|
|
987
|
-
"module": "src/accordion/accordion.template.ts"
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
]
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "javascript-module",
|
|
994
|
-
"path": "src/accordion/accordion.ts",
|
|
995
|
-
"declarations": [
|
|
996
|
-
{
|
|
997
|
-
"kind": "class",
|
|
998
|
-
"description": "",
|
|
999
|
-
"name": "Accordion",
|
|
1000
|
-
"superclass": {
|
|
1001
|
-
"name": "FASTAccordion",
|
|
1002
|
-
"package": "@microsoft/fast-foundation"
|
|
1003
|
-
},
|
|
1004
|
-
"tagName": "%%prefix%%-accordion",
|
|
1005
|
-
"customElement": true
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"kind": "variable",
|
|
1009
|
-
"name": "foundationAccordionShadowOptions",
|
|
1010
|
-
"type": {
|
|
1011
|
-
"text": "ShadowRootInit"
|
|
1012
|
-
},
|
|
1013
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"kind": "variable",
|
|
1017
|
-
"name": "defaultAccordionConfig",
|
|
1018
|
-
"type": {
|
|
1019
|
-
"text": "object"
|
|
1020
|
-
},
|
|
1021
|
-
"default": "{}"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"kind": "variable",
|
|
1025
|
-
"name": "foundationAccordion",
|
|
1026
|
-
"description": "The Foundation Accordion",
|
|
1027
|
-
"privacy": "public"
|
|
1028
|
-
}
|
|
1029
|
-
],
|
|
1030
|
-
"exports": [
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "js",
|
|
1033
|
-
"name": "Accordion",
|
|
1034
|
-
"declaration": {
|
|
1035
|
-
"name": "Accordion",
|
|
1036
|
-
"module": "src/accordion/accordion.ts"
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "js",
|
|
1041
|
-
"name": "foundationAccordionShadowOptions",
|
|
1042
|
-
"declaration": {
|
|
1043
|
-
"name": "foundationAccordionShadowOptions",
|
|
1044
|
-
"module": "src/accordion/accordion.ts"
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "js",
|
|
1049
|
-
"name": "defaultAccordionConfig",
|
|
1050
|
-
"declaration": {
|
|
1051
|
-
"name": "defaultAccordionConfig",
|
|
1052
|
-
"module": "src/accordion/accordion.ts"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "js",
|
|
1057
|
-
"name": "foundationAccordion",
|
|
1058
|
-
"declaration": {
|
|
1059
|
-
"name": "foundationAccordion",
|
|
1060
|
-
"module": "src/accordion/accordion.ts"
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
]
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "javascript-module",
|
|
1067
|
-
"path": "src/accordion/index.ts",
|
|
1068
|
-
"declarations": [],
|
|
1069
|
-
"exports": [
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "js",
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"declaration": {
|
|
1074
|
-
"name": "*",
|
|
1075
|
-
"package": "./accordion.template"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "js",
|
|
1080
|
-
"name": "*",
|
|
1081
|
-
"declaration": {
|
|
1082
|
-
"name": "*",
|
|
1083
|
-
"package": "./accordion.styles"
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
"kind": "js",
|
|
1088
|
-
"name": "*",
|
|
1089
|
-
"declaration": {
|
|
1090
|
-
"name": "*",
|
|
1091
|
-
"package": "./accordion"
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
]
|
|
1095
|
-
},
|
|
1096
930
|
{
|
|
1097
931
|
"kind": "javascript-module",
|
|
1098
932
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1487,6 +1321,188 @@
|
|
|
1487
1321
|
}
|
|
1488
1322
|
]
|
|
1489
1323
|
},
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "javascript-module",
|
|
1326
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1327
|
+
"declarations": [
|
|
1328
|
+
{
|
|
1329
|
+
"kind": "function",
|
|
1330
|
+
"name": "foundationAccordionStyles",
|
|
1331
|
+
"return": {
|
|
1332
|
+
"type": {
|
|
1333
|
+
"text": "ElementStyles"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
"parameters": [
|
|
1337
|
+
{
|
|
1338
|
+
"name": "context",
|
|
1339
|
+
"type": {
|
|
1340
|
+
"text": "ElementDefinitionContext"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"name": "definition",
|
|
1345
|
+
"type": {
|
|
1346
|
+
"text": "FoundationElementDefinition"
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
]
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"exports": [
|
|
1353
|
+
{
|
|
1354
|
+
"kind": "js",
|
|
1355
|
+
"name": "foundationAccordionStyles",
|
|
1356
|
+
"declaration": {
|
|
1357
|
+
"name": "foundationAccordionStyles",
|
|
1358
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
]
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"kind": "javascript-module",
|
|
1365
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1366
|
+
"declarations": [
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "function",
|
|
1369
|
+
"name": "foundationAccordionTemplate",
|
|
1370
|
+
"return": {
|
|
1371
|
+
"type": {
|
|
1372
|
+
"text": "ViewTemplate<Accordion>"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
"parameters": [
|
|
1376
|
+
{
|
|
1377
|
+
"name": "context",
|
|
1378
|
+
"type": {
|
|
1379
|
+
"text": "ElementDefinitionContext"
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "definition",
|
|
1384
|
+
"type": {
|
|
1385
|
+
"text": "FoundationElementDefinition"
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
]
|
|
1389
|
+
}
|
|
1390
|
+
],
|
|
1391
|
+
"exports": [
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "js",
|
|
1394
|
+
"name": "foundationAccordionTemplate",
|
|
1395
|
+
"declaration": {
|
|
1396
|
+
"name": "foundationAccordionTemplate",
|
|
1397
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"kind": "javascript-module",
|
|
1404
|
+
"path": "src/accordion/accordion.ts",
|
|
1405
|
+
"declarations": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "class",
|
|
1408
|
+
"description": "",
|
|
1409
|
+
"name": "Accordion",
|
|
1410
|
+
"superclass": {
|
|
1411
|
+
"name": "FASTAccordion",
|
|
1412
|
+
"package": "@microsoft/fast-foundation"
|
|
1413
|
+
},
|
|
1414
|
+
"tagName": "%%prefix%%-accordion",
|
|
1415
|
+
"customElement": true
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "variable",
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"type": {
|
|
1421
|
+
"text": "ShadowRootInit"
|
|
1422
|
+
},
|
|
1423
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "variable",
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"type": {
|
|
1429
|
+
"text": "object"
|
|
1430
|
+
},
|
|
1431
|
+
"default": "{}"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"kind": "variable",
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"description": "The Foundation Accordion",
|
|
1437
|
+
"privacy": "public"
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"exports": [
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "js",
|
|
1443
|
+
"name": "Accordion",
|
|
1444
|
+
"declaration": {
|
|
1445
|
+
"name": "Accordion",
|
|
1446
|
+
"module": "src/accordion/accordion.ts"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"kind": "js",
|
|
1451
|
+
"name": "foundationAccordionShadowOptions",
|
|
1452
|
+
"declaration": {
|
|
1453
|
+
"name": "foundationAccordionShadowOptions",
|
|
1454
|
+
"module": "src/accordion/accordion.ts"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "js",
|
|
1459
|
+
"name": "defaultAccordionConfig",
|
|
1460
|
+
"declaration": {
|
|
1461
|
+
"name": "defaultAccordionConfig",
|
|
1462
|
+
"module": "src/accordion/accordion.ts"
|
|
1463
|
+
}
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"kind": "js",
|
|
1467
|
+
"name": "foundationAccordion",
|
|
1468
|
+
"declaration": {
|
|
1469
|
+
"name": "foundationAccordion",
|
|
1470
|
+
"module": "src/accordion/accordion.ts"
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
]
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"kind": "javascript-module",
|
|
1477
|
+
"path": "src/accordion/index.ts",
|
|
1478
|
+
"declarations": [],
|
|
1479
|
+
"exports": [
|
|
1480
|
+
{
|
|
1481
|
+
"kind": "js",
|
|
1482
|
+
"name": "*",
|
|
1483
|
+
"declaration": {
|
|
1484
|
+
"name": "*",
|
|
1485
|
+
"package": "./accordion.template"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "js",
|
|
1490
|
+
"name": "*",
|
|
1491
|
+
"declaration": {
|
|
1492
|
+
"name": "*",
|
|
1493
|
+
"package": "./accordion.styles"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
"kind": "js",
|
|
1498
|
+
"name": "*",
|
|
1499
|
+
"declaration": {
|
|
1500
|
+
"name": "*",
|
|
1501
|
+
"package": "./accordion"
|
|
1502
|
+
}
|
|
1503
|
+
}
|
|
1504
|
+
]
|
|
1505
|
+
},
|
|
1490
1506
|
{
|
|
1491
1507
|
"kind": "javascript-module",
|
|
1492
1508
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -32380,6 +32396,333 @@
|
|
|
32380
32396
|
}
|
|
32381
32397
|
]
|
|
32382
32398
|
},
|
|
32399
|
+
{
|
|
32400
|
+
"kind": "javascript-module",
|
|
32401
|
+
"path": "src/scheduler/index.ts",
|
|
32402
|
+
"declarations": [],
|
|
32403
|
+
"exports": [
|
|
32404
|
+
{
|
|
32405
|
+
"kind": "js",
|
|
32406
|
+
"name": "*",
|
|
32407
|
+
"declaration": {
|
|
32408
|
+
"name": "*",
|
|
32409
|
+
"package": "./scheduler"
|
|
32410
|
+
}
|
|
32411
|
+
},
|
|
32412
|
+
{
|
|
32413
|
+
"kind": "js",
|
|
32414
|
+
"name": "*",
|
|
32415
|
+
"declaration": {
|
|
32416
|
+
"name": "*",
|
|
32417
|
+
"package": "./scheduler.styles"
|
|
32418
|
+
}
|
|
32419
|
+
},
|
|
32420
|
+
{
|
|
32421
|
+
"kind": "js",
|
|
32422
|
+
"name": "*",
|
|
32423
|
+
"declaration": {
|
|
32424
|
+
"name": "*",
|
|
32425
|
+
"package": "./scheduler.template"
|
|
32426
|
+
}
|
|
32427
|
+
}
|
|
32428
|
+
]
|
|
32429
|
+
},
|
|
32430
|
+
{
|
|
32431
|
+
"kind": "javascript-module",
|
|
32432
|
+
"path": "src/scheduler/scheduler.styles.ts",
|
|
32433
|
+
"declarations": [
|
|
32434
|
+
{
|
|
32435
|
+
"kind": "variable",
|
|
32436
|
+
"name": "schedulerStyles",
|
|
32437
|
+
"type": {
|
|
32438
|
+
"text": "ElementStyles"
|
|
32439
|
+
},
|
|
32440
|
+
"default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n`"
|
|
32441
|
+
}
|
|
32442
|
+
],
|
|
32443
|
+
"exports": [
|
|
32444
|
+
{
|
|
32445
|
+
"kind": "js",
|
|
32446
|
+
"name": "schedulerStyles",
|
|
32447
|
+
"declaration": {
|
|
32448
|
+
"name": "schedulerStyles",
|
|
32449
|
+
"module": "src/scheduler/scheduler.styles.ts"
|
|
32450
|
+
}
|
|
32451
|
+
}
|
|
32452
|
+
]
|
|
32453
|
+
},
|
|
32454
|
+
{
|
|
32455
|
+
"kind": "javascript-module",
|
|
32456
|
+
"path": "src/scheduler/scheduler.template.ts",
|
|
32457
|
+
"declarations": [
|
|
32458
|
+
{
|
|
32459
|
+
"kind": "function",
|
|
32460
|
+
"name": "getPrefixedScheduler",
|
|
32461
|
+
"parameters": [
|
|
32462
|
+
{
|
|
32463
|
+
"name": "prefix",
|
|
32464
|
+
"type": {
|
|
32465
|
+
"text": "string"
|
|
32466
|
+
}
|
|
32467
|
+
}
|
|
32468
|
+
]
|
|
32469
|
+
},
|
|
32470
|
+
{
|
|
32471
|
+
"kind": "variable",
|
|
32472
|
+
"name": "foundationSchedulerTemplate",
|
|
32473
|
+
"default": "html<Scheduler>`\n ${(x) => getPrefixedScheduler(getPrefix(x))}\n`"
|
|
32474
|
+
}
|
|
32475
|
+
],
|
|
32476
|
+
"exports": [
|
|
32477
|
+
{
|
|
32478
|
+
"kind": "js",
|
|
32479
|
+
"name": "getPrefixedScheduler",
|
|
32480
|
+
"declaration": {
|
|
32481
|
+
"name": "getPrefixedScheduler",
|
|
32482
|
+
"module": "src/scheduler/scheduler.template.ts"
|
|
32483
|
+
}
|
|
32484
|
+
},
|
|
32485
|
+
{
|
|
32486
|
+
"kind": "js",
|
|
32487
|
+
"name": "foundationSchedulerTemplate",
|
|
32488
|
+
"declaration": {
|
|
32489
|
+
"name": "foundationSchedulerTemplate",
|
|
32490
|
+
"module": "src/scheduler/scheduler.template.ts"
|
|
32491
|
+
}
|
|
32492
|
+
}
|
|
32493
|
+
]
|
|
32494
|
+
},
|
|
32495
|
+
{
|
|
32496
|
+
"kind": "javascript-module",
|
|
32497
|
+
"path": "src/scheduler/scheduler.ts",
|
|
32498
|
+
"declarations": [
|
|
32499
|
+
{
|
|
32500
|
+
"kind": "class",
|
|
32501
|
+
"description": "",
|
|
32502
|
+
"name": "Scheduler",
|
|
32503
|
+
"members": [
|
|
32504
|
+
{
|
|
32505
|
+
"kind": "field",
|
|
32506
|
+
"name": "timezone",
|
|
32507
|
+
"type": {
|
|
32508
|
+
"text": "string"
|
|
32509
|
+
},
|
|
32510
|
+
"default": "''"
|
|
32511
|
+
},
|
|
32512
|
+
{
|
|
32513
|
+
"kind": "field",
|
|
32514
|
+
"name": "cron",
|
|
32515
|
+
"type": {
|
|
32516
|
+
"text": "string"
|
|
32517
|
+
},
|
|
32518
|
+
"default": "''"
|
|
32519
|
+
},
|
|
32520
|
+
{
|
|
32521
|
+
"kind": "field",
|
|
32522
|
+
"name": "cronConfig",
|
|
32523
|
+
"type": {
|
|
32524
|
+
"text": "CronConfig"
|
|
32525
|
+
}
|
|
32526
|
+
},
|
|
32527
|
+
{
|
|
32528
|
+
"kind": "method",
|
|
32529
|
+
"name": "cronConfigChanged"
|
|
32530
|
+
},
|
|
32531
|
+
{
|
|
32532
|
+
"kind": "method",
|
|
32533
|
+
"name": "handleChange",
|
|
32534
|
+
"parameters": [
|
|
32535
|
+
{
|
|
32536
|
+
"name": "event",
|
|
32537
|
+
"type": {
|
|
32538
|
+
"text": "CustomEvent"
|
|
32539
|
+
}
|
|
32540
|
+
},
|
|
32541
|
+
{
|
|
32542
|
+
"name": "key",
|
|
32543
|
+
"type": {
|
|
32544
|
+
"text": "string"
|
|
32545
|
+
}
|
|
32546
|
+
}
|
|
32547
|
+
]
|
|
32548
|
+
},
|
|
32549
|
+
{
|
|
32550
|
+
"kind": "field",
|
|
32551
|
+
"name": "_presentation",
|
|
32552
|
+
"type": {
|
|
32553
|
+
"text": "ComponentPresentation | null | undefined"
|
|
32554
|
+
},
|
|
32555
|
+
"privacy": "private",
|
|
32556
|
+
"default": "void 0",
|
|
32557
|
+
"inheritedFrom": {
|
|
32558
|
+
"name": "FoundationElement",
|
|
32559
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
32560
|
+
}
|
|
32561
|
+
},
|
|
32562
|
+
{
|
|
32563
|
+
"kind": "field",
|
|
32564
|
+
"name": "$presentation",
|
|
32565
|
+
"type": {
|
|
32566
|
+
"text": "ComponentPresentation | null"
|
|
32567
|
+
},
|
|
32568
|
+
"privacy": "public",
|
|
32569
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32570
|
+
"inheritedFrom": {
|
|
32571
|
+
"name": "FoundationElement",
|
|
32572
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
32573
|
+
}
|
|
32574
|
+
},
|
|
32575
|
+
{
|
|
32576
|
+
"kind": "field",
|
|
32577
|
+
"name": "template",
|
|
32578
|
+
"type": {
|
|
32579
|
+
"text": "ElementViewTemplate | void | null"
|
|
32580
|
+
},
|
|
32581
|
+
"privacy": "public",
|
|
32582
|
+
"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.",
|
|
32583
|
+
"inheritedFrom": {
|
|
32584
|
+
"name": "FoundationElement",
|
|
32585
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
32586
|
+
}
|
|
32587
|
+
},
|
|
32588
|
+
{
|
|
32589
|
+
"kind": "method",
|
|
32590
|
+
"name": "templateChanged",
|
|
32591
|
+
"privacy": "protected",
|
|
32592
|
+
"return": {
|
|
32593
|
+
"type": {
|
|
32594
|
+
"text": "void"
|
|
32595
|
+
}
|
|
32596
|
+
},
|
|
32597
|
+
"inheritedFrom": {
|
|
32598
|
+
"name": "FoundationElement",
|
|
32599
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
32600
|
+
}
|
|
32601
|
+
},
|
|
32602
|
+
{
|
|
32603
|
+
"kind": "field",
|
|
32604
|
+
"name": "styles",
|
|
32605
|
+
"type": {
|
|
32606
|
+
"text": "ElementStyles | void | null"
|
|
32607
|
+
},
|
|
32608
|
+
"privacy": "public",
|
|
32609
|
+
"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.",
|
|
32610
|
+
"inheritedFrom": {
|
|
32611
|
+
"name": "FoundationElement",
|
|
32612
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
32613
|
+
}
|
|
32614
|
+
},
|
|
32615
|
+
{
|
|
32616
|
+
"kind": "method",
|
|
32617
|
+
"name": "stylesChanged",
|
|
32618
|
+
"privacy": "protected",
|
|
32619
|
+
"return": {
|
|
32620
|
+
"type": {
|
|
32621
|
+
"text": "void"
|
|
32622
|
+
}
|
|
32623
|
+
},
|
|
32624
|
+
"inheritedFrom": {
|
|
32625
|
+
"name": "FoundationElement",
|
|
32626
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
32627
|
+
}
|
|
32628
|
+
},
|
|
32629
|
+
{
|
|
32630
|
+
"kind": "method",
|
|
32631
|
+
"name": "compose",
|
|
32632
|
+
"privacy": "public",
|
|
32633
|
+
"static": true,
|
|
32634
|
+
"return": {
|
|
32635
|
+
"type": {
|
|
32636
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
32637
|
+
}
|
|
32638
|
+
},
|
|
32639
|
+
"parameters": [
|
|
32640
|
+
{
|
|
32641
|
+
"name": "this",
|
|
32642
|
+
"type": {
|
|
32643
|
+
"text": "K"
|
|
32644
|
+
}
|
|
32645
|
+
},
|
|
32646
|
+
{
|
|
32647
|
+
"name": "elementDefinition",
|
|
32648
|
+
"type": {
|
|
32649
|
+
"text": "T"
|
|
32650
|
+
},
|
|
32651
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
32652
|
+
}
|
|
32653
|
+
],
|
|
32654
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
32655
|
+
"inheritedFrom": {
|
|
32656
|
+
"name": "FoundationElement",
|
|
32657
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
32658
|
+
}
|
|
32659
|
+
}
|
|
32660
|
+
],
|
|
32661
|
+
"superclass": {
|
|
32662
|
+
"name": "FoundationElement",
|
|
32663
|
+
"package": "@microsoft/fast-foundation"
|
|
32664
|
+
},
|
|
32665
|
+
"tagName": "%%prefix%%-scheduler",
|
|
32666
|
+
"customElement": true
|
|
32667
|
+
},
|
|
32668
|
+
{
|
|
32669
|
+
"kind": "variable",
|
|
32670
|
+
"name": "foundationSchedulerShadowOptions",
|
|
32671
|
+
"type": {
|
|
32672
|
+
"text": "ShadowRootInit"
|
|
32673
|
+
},
|
|
32674
|
+
"default": "undefined"
|
|
32675
|
+
},
|
|
32676
|
+
{
|
|
32677
|
+
"kind": "variable",
|
|
32678
|
+
"name": "defaultConfig",
|
|
32679
|
+
"type": {
|
|
32680
|
+
"text": "object"
|
|
32681
|
+
},
|
|
32682
|
+
"default": "{}"
|
|
32683
|
+
},
|
|
32684
|
+
{
|
|
32685
|
+
"kind": "variable",
|
|
32686
|
+
"name": "foundationScheduler",
|
|
32687
|
+
"description": "The Foundation Scheduler Element.",
|
|
32688
|
+
"privacy": "public"
|
|
32689
|
+
}
|
|
32690
|
+
],
|
|
32691
|
+
"exports": [
|
|
32692
|
+
{
|
|
32693
|
+
"kind": "js",
|
|
32694
|
+
"name": "Scheduler",
|
|
32695
|
+
"declaration": {
|
|
32696
|
+
"name": "Scheduler",
|
|
32697
|
+
"module": "src/scheduler/scheduler.ts"
|
|
32698
|
+
}
|
|
32699
|
+
},
|
|
32700
|
+
{
|
|
32701
|
+
"kind": "js",
|
|
32702
|
+
"name": "foundationSchedulerShadowOptions",
|
|
32703
|
+
"declaration": {
|
|
32704
|
+
"name": "foundationSchedulerShadowOptions",
|
|
32705
|
+
"module": "src/scheduler/scheduler.ts"
|
|
32706
|
+
}
|
|
32707
|
+
},
|
|
32708
|
+
{
|
|
32709
|
+
"kind": "js",
|
|
32710
|
+
"name": "defaultConfig",
|
|
32711
|
+
"declaration": {
|
|
32712
|
+
"name": "defaultConfig",
|
|
32713
|
+
"module": "src/scheduler/scheduler.ts"
|
|
32714
|
+
}
|
|
32715
|
+
},
|
|
32716
|
+
{
|
|
32717
|
+
"kind": "js",
|
|
32718
|
+
"name": "foundationScheduler",
|
|
32719
|
+
"declaration": {
|
|
32720
|
+
"name": "foundationScheduler",
|
|
32721
|
+
"module": "src/scheduler/scheduler.ts"
|
|
32722
|
+
}
|
|
32723
|
+
}
|
|
32724
|
+
]
|
|
32725
|
+
},
|
|
32383
32726
|
{
|
|
32384
32727
|
"kind": "javascript-module",
|
|
32385
32728
|
"path": "src/scheduler-cron-builder/helpers.ts",
|
|
@@ -32890,6 +33233,320 @@
|
|
|
32890
33233
|
}
|
|
32891
33234
|
]
|
|
32892
33235
|
},
|
|
33236
|
+
{
|
|
33237
|
+
"kind": "javascript-module",
|
|
33238
|
+
"path": "src/scheduler-timezone/index.ts",
|
|
33239
|
+
"declarations": [],
|
|
33240
|
+
"exports": [
|
|
33241
|
+
{
|
|
33242
|
+
"kind": "js",
|
|
33243
|
+
"name": "*",
|
|
33244
|
+
"declaration": {
|
|
33245
|
+
"name": "*",
|
|
33246
|
+
"package": "./scheduler-timezone.styles"
|
|
33247
|
+
}
|
|
33248
|
+
},
|
|
33249
|
+
{
|
|
33250
|
+
"kind": "js",
|
|
33251
|
+
"name": "*",
|
|
33252
|
+
"declaration": {
|
|
33253
|
+
"name": "*",
|
|
33254
|
+
"package": "./scheduler-timezone.template"
|
|
33255
|
+
}
|
|
33256
|
+
},
|
|
33257
|
+
{
|
|
33258
|
+
"kind": "js",
|
|
33259
|
+
"name": "*",
|
|
33260
|
+
"declaration": {
|
|
33261
|
+
"name": "*",
|
|
33262
|
+
"package": "./scheduler-timezone"
|
|
33263
|
+
}
|
|
33264
|
+
}
|
|
33265
|
+
]
|
|
33266
|
+
},
|
|
33267
|
+
{
|
|
33268
|
+
"kind": "javascript-module",
|
|
33269
|
+
"path": "src/scheduler-timezone/scheduler-timezone.styles.ts",
|
|
33270
|
+
"declarations": [
|
|
33271
|
+
{
|
|
33272
|
+
"kind": "variable",
|
|
33273
|
+
"name": "schedulerTimezoneStyles",
|
|
33274
|
+
"type": {
|
|
33275
|
+
"text": "ElementStyles"
|
|
33276
|
+
},
|
|
33277
|
+
"default": "css`\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) * 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 .timezone-combobox::part(listbox) {\n max-height: 20vh;\n }\n`"
|
|
33278
|
+
}
|
|
33279
|
+
],
|
|
33280
|
+
"exports": [
|
|
33281
|
+
{
|
|
33282
|
+
"kind": "js",
|
|
33283
|
+
"name": "schedulerTimezoneStyles",
|
|
33284
|
+
"declaration": {
|
|
33285
|
+
"name": "schedulerTimezoneStyles",
|
|
33286
|
+
"module": "src/scheduler-timezone/scheduler-timezone.styles.ts"
|
|
33287
|
+
}
|
|
33288
|
+
}
|
|
33289
|
+
]
|
|
33290
|
+
},
|
|
33291
|
+
{
|
|
33292
|
+
"kind": "javascript-module",
|
|
33293
|
+
"path": "src/scheduler-timezone/scheduler-timezone.template.ts",
|
|
33294
|
+
"declarations": [
|
|
33295
|
+
{
|
|
33296
|
+
"kind": "function",
|
|
33297
|
+
"name": "getPrefixedSchedulerTimezone",
|
|
33298
|
+
"parameters": [
|
|
33299
|
+
{
|
|
33300
|
+
"name": "prefix",
|
|
33301
|
+
"type": {
|
|
33302
|
+
"text": "string"
|
|
33303
|
+
}
|
|
33304
|
+
}
|
|
33305
|
+
]
|
|
33306
|
+
},
|
|
33307
|
+
{
|
|
33308
|
+
"kind": "variable",
|
|
33309
|
+
"name": "foundationSchedulerTimezoneTemplate",
|
|
33310
|
+
"default": "html<SchedulerTimezone>`\n ${(x) => getPrefixedSchedulerTimezone(getPrefix(x))}\n`"
|
|
33311
|
+
}
|
|
33312
|
+
],
|
|
33313
|
+
"exports": [
|
|
33314
|
+
{
|
|
33315
|
+
"kind": "js",
|
|
33316
|
+
"name": "getPrefixedSchedulerTimezone",
|
|
33317
|
+
"declaration": {
|
|
33318
|
+
"name": "getPrefixedSchedulerTimezone",
|
|
33319
|
+
"module": "src/scheduler-timezone/scheduler-timezone.template.ts"
|
|
33320
|
+
}
|
|
33321
|
+
},
|
|
33322
|
+
{
|
|
33323
|
+
"kind": "js",
|
|
33324
|
+
"name": "foundationSchedulerTimezoneTemplate",
|
|
33325
|
+
"declaration": {
|
|
33326
|
+
"name": "foundationSchedulerTimezoneTemplate",
|
|
33327
|
+
"module": "src/scheduler-timezone/scheduler-timezone.template.ts"
|
|
33328
|
+
}
|
|
33329
|
+
}
|
|
33330
|
+
]
|
|
33331
|
+
},
|
|
33332
|
+
{
|
|
33333
|
+
"kind": "javascript-module",
|
|
33334
|
+
"path": "src/scheduler-timezone/scheduler-timezone.ts",
|
|
33335
|
+
"declarations": [
|
|
33336
|
+
{
|
|
33337
|
+
"kind": "class",
|
|
33338
|
+
"description": "",
|
|
33339
|
+
"name": "SchedulerTimezone",
|
|
33340
|
+
"members": [
|
|
33341
|
+
{
|
|
33342
|
+
"kind": "field",
|
|
33343
|
+
"name": "timezone",
|
|
33344
|
+
"type": {
|
|
33345
|
+
"text": "string"
|
|
33346
|
+
},
|
|
33347
|
+
"default": "''"
|
|
33348
|
+
},
|
|
33349
|
+
{
|
|
33350
|
+
"kind": "method",
|
|
33351
|
+
"name": "timezoneChanged"
|
|
33352
|
+
},
|
|
33353
|
+
{
|
|
33354
|
+
"kind": "field",
|
|
33355
|
+
"name": "connect",
|
|
33356
|
+
"type": {
|
|
33357
|
+
"text": "Connect"
|
|
33358
|
+
}
|
|
33359
|
+
},
|
|
33360
|
+
{
|
|
33361
|
+
"kind": "field",
|
|
33362
|
+
"name": "timeZones"
|
|
33363
|
+
},
|
|
33364
|
+
{
|
|
33365
|
+
"kind": "method",
|
|
33366
|
+
"name": "getTimeZones",
|
|
33367
|
+
"return": {
|
|
33368
|
+
"type": {
|
|
33369
|
+
"text": "Promise<void>"
|
|
33370
|
+
}
|
|
33371
|
+
}
|
|
33372
|
+
},
|
|
33373
|
+
{
|
|
33374
|
+
"kind": "field",
|
|
33375
|
+
"name": "_presentation",
|
|
33376
|
+
"type": {
|
|
33377
|
+
"text": "ComponentPresentation | null | undefined"
|
|
33378
|
+
},
|
|
33379
|
+
"privacy": "private",
|
|
33380
|
+
"default": "void 0",
|
|
33381
|
+
"inheritedFrom": {
|
|
33382
|
+
"name": "FoundationElement",
|
|
33383
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33384
|
+
}
|
|
33385
|
+
},
|
|
33386
|
+
{
|
|
33387
|
+
"kind": "field",
|
|
33388
|
+
"name": "$presentation",
|
|
33389
|
+
"type": {
|
|
33390
|
+
"text": "ComponentPresentation | null"
|
|
33391
|
+
},
|
|
33392
|
+
"privacy": "public",
|
|
33393
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33394
|
+
"inheritedFrom": {
|
|
33395
|
+
"name": "FoundationElement",
|
|
33396
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33397
|
+
}
|
|
33398
|
+
},
|
|
33399
|
+
{
|
|
33400
|
+
"kind": "field",
|
|
33401
|
+
"name": "template",
|
|
33402
|
+
"type": {
|
|
33403
|
+
"text": "ElementViewTemplate | void | null"
|
|
33404
|
+
},
|
|
33405
|
+
"privacy": "public",
|
|
33406
|
+
"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.",
|
|
33407
|
+
"inheritedFrom": {
|
|
33408
|
+
"name": "FoundationElement",
|
|
33409
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33410
|
+
}
|
|
33411
|
+
},
|
|
33412
|
+
{
|
|
33413
|
+
"kind": "method",
|
|
33414
|
+
"name": "templateChanged",
|
|
33415
|
+
"privacy": "protected",
|
|
33416
|
+
"return": {
|
|
33417
|
+
"type": {
|
|
33418
|
+
"text": "void"
|
|
33419
|
+
}
|
|
33420
|
+
},
|
|
33421
|
+
"inheritedFrom": {
|
|
33422
|
+
"name": "FoundationElement",
|
|
33423
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33424
|
+
}
|
|
33425
|
+
},
|
|
33426
|
+
{
|
|
33427
|
+
"kind": "field",
|
|
33428
|
+
"name": "styles",
|
|
33429
|
+
"type": {
|
|
33430
|
+
"text": "ElementStyles | void | null"
|
|
33431
|
+
},
|
|
33432
|
+
"privacy": "public",
|
|
33433
|
+
"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.",
|
|
33434
|
+
"inheritedFrom": {
|
|
33435
|
+
"name": "FoundationElement",
|
|
33436
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33437
|
+
}
|
|
33438
|
+
},
|
|
33439
|
+
{
|
|
33440
|
+
"kind": "method",
|
|
33441
|
+
"name": "stylesChanged",
|
|
33442
|
+
"privacy": "protected",
|
|
33443
|
+
"return": {
|
|
33444
|
+
"type": {
|
|
33445
|
+
"text": "void"
|
|
33446
|
+
}
|
|
33447
|
+
},
|
|
33448
|
+
"inheritedFrom": {
|
|
33449
|
+
"name": "FoundationElement",
|
|
33450
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33451
|
+
}
|
|
33452
|
+
},
|
|
33453
|
+
{
|
|
33454
|
+
"kind": "method",
|
|
33455
|
+
"name": "compose",
|
|
33456
|
+
"privacy": "public",
|
|
33457
|
+
"static": true,
|
|
33458
|
+
"return": {
|
|
33459
|
+
"type": {
|
|
33460
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
33461
|
+
}
|
|
33462
|
+
},
|
|
33463
|
+
"parameters": [
|
|
33464
|
+
{
|
|
33465
|
+
"name": "this",
|
|
33466
|
+
"type": {
|
|
33467
|
+
"text": "K"
|
|
33468
|
+
}
|
|
33469
|
+
},
|
|
33470
|
+
{
|
|
33471
|
+
"name": "elementDefinition",
|
|
33472
|
+
"type": {
|
|
33473
|
+
"text": "T"
|
|
33474
|
+
},
|
|
33475
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
33476
|
+
}
|
|
33477
|
+
],
|
|
33478
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33479
|
+
"inheritedFrom": {
|
|
33480
|
+
"name": "FoundationElement",
|
|
33481
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
33482
|
+
}
|
|
33483
|
+
}
|
|
33484
|
+
],
|
|
33485
|
+
"superclass": {
|
|
33486
|
+
"name": "FoundationElement",
|
|
33487
|
+
"package": "@microsoft/fast-foundation"
|
|
33488
|
+
},
|
|
33489
|
+
"tagName": "%%prefix%%-scheduler-timezone",
|
|
33490
|
+
"customElement": true
|
|
33491
|
+
},
|
|
33492
|
+
{
|
|
33493
|
+
"kind": "variable",
|
|
33494
|
+
"name": "foundationSchedulerTimezoneShadowOptions",
|
|
33495
|
+
"type": {
|
|
33496
|
+
"text": "ShadowRootInit"
|
|
33497
|
+
},
|
|
33498
|
+
"default": "undefined"
|
|
33499
|
+
},
|
|
33500
|
+
{
|
|
33501
|
+
"kind": "variable",
|
|
33502
|
+
"name": "defaultTimezoneConfig",
|
|
33503
|
+
"type": {
|
|
33504
|
+
"text": "object"
|
|
33505
|
+
},
|
|
33506
|
+
"default": "{}"
|
|
33507
|
+
},
|
|
33508
|
+
{
|
|
33509
|
+
"kind": "variable",
|
|
33510
|
+
"name": "foundationSchedulerTimezone",
|
|
33511
|
+
"description": "The Foundation Scheduler Timezone Element.",
|
|
33512
|
+
"privacy": "public"
|
|
33513
|
+
}
|
|
33514
|
+
],
|
|
33515
|
+
"exports": [
|
|
33516
|
+
{
|
|
33517
|
+
"kind": "js",
|
|
33518
|
+
"name": "SchedulerTimezone",
|
|
33519
|
+
"declaration": {
|
|
33520
|
+
"name": "SchedulerTimezone",
|
|
33521
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
33522
|
+
}
|
|
33523
|
+
},
|
|
33524
|
+
{
|
|
33525
|
+
"kind": "js",
|
|
33526
|
+
"name": "foundationSchedulerTimezoneShadowOptions",
|
|
33527
|
+
"declaration": {
|
|
33528
|
+
"name": "foundationSchedulerTimezoneShadowOptions",
|
|
33529
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
33530
|
+
}
|
|
33531
|
+
},
|
|
33532
|
+
{
|
|
33533
|
+
"kind": "js",
|
|
33534
|
+
"name": "defaultTimezoneConfig",
|
|
33535
|
+
"declaration": {
|
|
33536
|
+
"name": "defaultTimezoneConfig",
|
|
33537
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
33538
|
+
}
|
|
33539
|
+
},
|
|
33540
|
+
{
|
|
33541
|
+
"kind": "js",
|
|
33542
|
+
"name": "foundationSchedulerTimezone",
|
|
33543
|
+
"declaration": {
|
|
33544
|
+
"name": "foundationSchedulerTimezone",
|
|
33545
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
33546
|
+
}
|
|
33547
|
+
}
|
|
33548
|
+
]
|
|
33549
|
+
},
|
|
32893
33550
|
{
|
|
32894
33551
|
"kind": "javascript-module",
|
|
32895
33552
|
"path": "src/search-bar/index.ts",
|