@genesislcap/foundation-zero 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 +590 -1
- 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 +18 -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 +3 -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 +18 -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 +3 -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 +10 -0
- package/dist/esm/scheduler/scheduler.styles.js +9 -0
- package/dist/esm/scheduler/scheduler.template.js +5 -0
- package/dist/esm/scheduler-timezone/index.js +3 -0
- package/dist/esm/scheduler-timezone/scheduler-timezone.js +10 -0
- package/dist/esm/scheduler-timezone/scheduler-timezone.styles.js +9 -0
- package/dist/esm/scheduler-timezone/scheduler-timezone.template.js +5 -0
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\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 zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSchedulerCronBuilder,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroScheduler,\n zeroSchedulerTimezone,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\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": [
|
|
@@ -468,6 +468,14 @@
|
|
|
468
468
|
"package": "./radio-group"
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
|
+
{
|
|
472
|
+
"kind": "js",
|
|
473
|
+
"name": "*",
|
|
474
|
+
"declaration": {
|
|
475
|
+
"name": "*",
|
|
476
|
+
"package": "./scheduler"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
471
479
|
{
|
|
472
480
|
"kind": "js",
|
|
473
481
|
"name": "*",
|
|
@@ -476,6 +484,14 @@
|
|
|
476
484
|
"package": "./scheduler-cron-builder"
|
|
477
485
|
}
|
|
478
486
|
},
|
|
487
|
+
{
|
|
488
|
+
"kind": "js",
|
|
489
|
+
"name": "*",
|
|
490
|
+
"declaration": {
|
|
491
|
+
"name": "*",
|
|
492
|
+
"package": "./scheduler-timezone"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
479
495
|
{
|
|
480
496
|
"kind": "js",
|
|
481
497
|
"name": "*",
|
|
@@ -24798,6 +24814,299 @@
|
|
|
24798
24814
|
}
|
|
24799
24815
|
]
|
|
24800
24816
|
},
|
|
24817
|
+
{
|
|
24818
|
+
"kind": "javascript-module",
|
|
24819
|
+
"path": "src/scheduler/index.ts",
|
|
24820
|
+
"declarations": [],
|
|
24821
|
+
"exports": [
|
|
24822
|
+
{
|
|
24823
|
+
"kind": "js",
|
|
24824
|
+
"name": "*",
|
|
24825
|
+
"declaration": {
|
|
24826
|
+
"name": "*",
|
|
24827
|
+
"package": "./scheduler"
|
|
24828
|
+
}
|
|
24829
|
+
},
|
|
24830
|
+
{
|
|
24831
|
+
"kind": "js",
|
|
24832
|
+
"name": "*",
|
|
24833
|
+
"declaration": {
|
|
24834
|
+
"name": "*",
|
|
24835
|
+
"package": "./scheduler.styles"
|
|
24836
|
+
}
|
|
24837
|
+
},
|
|
24838
|
+
{
|
|
24839
|
+
"kind": "js",
|
|
24840
|
+
"name": "*",
|
|
24841
|
+
"declaration": {
|
|
24842
|
+
"name": "*",
|
|
24843
|
+
"package": "./scheduler.template"
|
|
24844
|
+
}
|
|
24845
|
+
}
|
|
24846
|
+
]
|
|
24847
|
+
},
|
|
24848
|
+
{
|
|
24849
|
+
"kind": "javascript-module",
|
|
24850
|
+
"path": "src/scheduler/scheduler.styles.ts",
|
|
24851
|
+
"declarations": [
|
|
24852
|
+
{
|
|
24853
|
+
"kind": "variable",
|
|
24854
|
+
"name": "zeroSchedulerStyles",
|
|
24855
|
+
"type": {
|
|
24856
|
+
"text": "ElementStyles"
|
|
24857
|
+
},
|
|
24858
|
+
"default": "css`\n ${schedulerStyles}\n\n :host {\n font-family: var(--body-font);\n }\n`"
|
|
24859
|
+
}
|
|
24860
|
+
],
|
|
24861
|
+
"exports": [
|
|
24862
|
+
{
|
|
24863
|
+
"kind": "js",
|
|
24864
|
+
"name": "zeroSchedulerStyles",
|
|
24865
|
+
"declaration": {
|
|
24866
|
+
"name": "zeroSchedulerStyles",
|
|
24867
|
+
"module": "src/scheduler/scheduler.styles.ts"
|
|
24868
|
+
}
|
|
24869
|
+
}
|
|
24870
|
+
]
|
|
24871
|
+
},
|
|
24872
|
+
{
|
|
24873
|
+
"kind": "javascript-module",
|
|
24874
|
+
"path": "src/scheduler/scheduler.template.ts",
|
|
24875
|
+
"declarations": [
|
|
24876
|
+
{
|
|
24877
|
+
"kind": "variable",
|
|
24878
|
+
"name": "zeroSchedulerTemplate",
|
|
24879
|
+
"default": "html<Scheduler>`\n ${getPrefixedScheduler('zero')}\n`"
|
|
24880
|
+
}
|
|
24881
|
+
],
|
|
24882
|
+
"exports": [
|
|
24883
|
+
{
|
|
24884
|
+
"kind": "js",
|
|
24885
|
+
"name": "zeroSchedulerTemplate",
|
|
24886
|
+
"declaration": {
|
|
24887
|
+
"name": "zeroSchedulerTemplate",
|
|
24888
|
+
"module": "src/scheduler/scheduler.template.ts"
|
|
24889
|
+
}
|
|
24890
|
+
}
|
|
24891
|
+
]
|
|
24892
|
+
},
|
|
24893
|
+
{
|
|
24894
|
+
"kind": "javascript-module",
|
|
24895
|
+
"path": "src/scheduler/scheduler.ts",
|
|
24896
|
+
"declarations": [
|
|
24897
|
+
{
|
|
24898
|
+
"kind": "class",
|
|
24899
|
+
"description": "",
|
|
24900
|
+
"name": "Scheduler",
|
|
24901
|
+
"superclass": {
|
|
24902
|
+
"name": "FoundationScheduler",
|
|
24903
|
+
"package": "@genesislcap/foundation-ui"
|
|
24904
|
+
},
|
|
24905
|
+
"tagName": "%%prefix%%-scheduler",
|
|
24906
|
+
"customElement": true,
|
|
24907
|
+
"members": [
|
|
24908
|
+
{
|
|
24909
|
+
"kind": "field",
|
|
24910
|
+
"name": "timezone",
|
|
24911
|
+
"type": {
|
|
24912
|
+
"text": "string"
|
|
24913
|
+
},
|
|
24914
|
+
"default": "''",
|
|
24915
|
+
"inheritedFrom": {
|
|
24916
|
+
"name": "Scheduler",
|
|
24917
|
+
"module": "src/scheduler/scheduler.ts"
|
|
24918
|
+
}
|
|
24919
|
+
},
|
|
24920
|
+
{
|
|
24921
|
+
"kind": "field",
|
|
24922
|
+
"name": "cron",
|
|
24923
|
+
"type": {
|
|
24924
|
+
"text": "string"
|
|
24925
|
+
},
|
|
24926
|
+
"default": "''",
|
|
24927
|
+
"inheritedFrom": {
|
|
24928
|
+
"name": "Scheduler",
|
|
24929
|
+
"module": "src/scheduler/scheduler.ts"
|
|
24930
|
+
}
|
|
24931
|
+
},
|
|
24932
|
+
{
|
|
24933
|
+
"kind": "field",
|
|
24934
|
+
"name": "cronConfig",
|
|
24935
|
+
"type": {
|
|
24936
|
+
"text": "CronConfig"
|
|
24937
|
+
},
|
|
24938
|
+
"inheritedFrom": {
|
|
24939
|
+
"name": "Scheduler",
|
|
24940
|
+
"module": "src/scheduler/scheduler.ts"
|
|
24941
|
+
}
|
|
24942
|
+
},
|
|
24943
|
+
{
|
|
24944
|
+
"kind": "method",
|
|
24945
|
+
"name": "cronConfigChanged",
|
|
24946
|
+
"inheritedFrom": {
|
|
24947
|
+
"name": "Scheduler",
|
|
24948
|
+
"module": "src/scheduler/scheduler.ts"
|
|
24949
|
+
}
|
|
24950
|
+
},
|
|
24951
|
+
{
|
|
24952
|
+
"kind": "method",
|
|
24953
|
+
"name": "handleChange",
|
|
24954
|
+
"parameters": [
|
|
24955
|
+
{
|
|
24956
|
+
"name": "event",
|
|
24957
|
+
"type": {
|
|
24958
|
+
"text": "CustomEvent"
|
|
24959
|
+
}
|
|
24960
|
+
},
|
|
24961
|
+
{
|
|
24962
|
+
"name": "key",
|
|
24963
|
+
"type": {
|
|
24964
|
+
"text": "string"
|
|
24965
|
+
}
|
|
24966
|
+
}
|
|
24967
|
+
],
|
|
24968
|
+
"inheritedFrom": {
|
|
24969
|
+
"name": "Scheduler",
|
|
24970
|
+
"module": "src/scheduler/scheduler.ts"
|
|
24971
|
+
}
|
|
24972
|
+
},
|
|
24973
|
+
{
|
|
24974
|
+
"kind": "field",
|
|
24975
|
+
"name": "_presentation",
|
|
24976
|
+
"type": {
|
|
24977
|
+
"text": "ComponentPresentation | null | undefined"
|
|
24978
|
+
},
|
|
24979
|
+
"privacy": "private",
|
|
24980
|
+
"default": "void 0",
|
|
24981
|
+
"inheritedFrom": {
|
|
24982
|
+
"name": "FoundationElement",
|
|
24983
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24984
|
+
}
|
|
24985
|
+
},
|
|
24986
|
+
{
|
|
24987
|
+
"kind": "field",
|
|
24988
|
+
"name": "$presentation",
|
|
24989
|
+
"type": {
|
|
24990
|
+
"text": "ComponentPresentation | null"
|
|
24991
|
+
},
|
|
24992
|
+
"privacy": "public",
|
|
24993
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
24994
|
+
"inheritedFrom": {
|
|
24995
|
+
"name": "FoundationElement",
|
|
24996
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
24997
|
+
}
|
|
24998
|
+
},
|
|
24999
|
+
{
|
|
25000
|
+
"kind": "field",
|
|
25001
|
+
"name": "template",
|
|
25002
|
+
"type": {
|
|
25003
|
+
"text": "ElementViewTemplate | void | null"
|
|
25004
|
+
},
|
|
25005
|
+
"privacy": "public",
|
|
25006
|
+
"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.",
|
|
25007
|
+
"inheritedFrom": {
|
|
25008
|
+
"name": "FoundationElement",
|
|
25009
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25010
|
+
}
|
|
25011
|
+
},
|
|
25012
|
+
{
|
|
25013
|
+
"kind": "method",
|
|
25014
|
+
"name": "templateChanged",
|
|
25015
|
+
"privacy": "protected",
|
|
25016
|
+
"return": {
|
|
25017
|
+
"type": {
|
|
25018
|
+
"text": "void"
|
|
25019
|
+
}
|
|
25020
|
+
},
|
|
25021
|
+
"inheritedFrom": {
|
|
25022
|
+
"name": "FoundationElement",
|
|
25023
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25024
|
+
}
|
|
25025
|
+
},
|
|
25026
|
+
{
|
|
25027
|
+
"kind": "field",
|
|
25028
|
+
"name": "styles",
|
|
25029
|
+
"type": {
|
|
25030
|
+
"text": "ElementStyles | void | null"
|
|
25031
|
+
},
|
|
25032
|
+
"privacy": "public",
|
|
25033
|
+
"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.",
|
|
25034
|
+
"inheritedFrom": {
|
|
25035
|
+
"name": "FoundationElement",
|
|
25036
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25037
|
+
}
|
|
25038
|
+
},
|
|
25039
|
+
{
|
|
25040
|
+
"kind": "method",
|
|
25041
|
+
"name": "stylesChanged",
|
|
25042
|
+
"privacy": "protected",
|
|
25043
|
+
"return": {
|
|
25044
|
+
"type": {
|
|
25045
|
+
"text": "void"
|
|
25046
|
+
}
|
|
25047
|
+
},
|
|
25048
|
+
"inheritedFrom": {
|
|
25049
|
+
"name": "FoundationElement",
|
|
25050
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25051
|
+
}
|
|
25052
|
+
},
|
|
25053
|
+
{
|
|
25054
|
+
"kind": "method",
|
|
25055
|
+
"name": "compose",
|
|
25056
|
+
"privacy": "public",
|
|
25057
|
+
"static": true,
|
|
25058
|
+
"return": {
|
|
25059
|
+
"type": {
|
|
25060
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
25061
|
+
}
|
|
25062
|
+
},
|
|
25063
|
+
"parameters": [
|
|
25064
|
+
{
|
|
25065
|
+
"name": "this",
|
|
25066
|
+
"type": {
|
|
25067
|
+
"text": "K"
|
|
25068
|
+
}
|
|
25069
|
+
},
|
|
25070
|
+
{
|
|
25071
|
+
"name": "elementDefinition",
|
|
25072
|
+
"type": {
|
|
25073
|
+
"text": "T"
|
|
25074
|
+
},
|
|
25075
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
25076
|
+
}
|
|
25077
|
+
],
|
|
25078
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
25079
|
+
"inheritedFrom": {
|
|
25080
|
+
"name": "FoundationElement",
|
|
25081
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25082
|
+
}
|
|
25083
|
+
}
|
|
25084
|
+
]
|
|
25085
|
+
},
|
|
25086
|
+
{
|
|
25087
|
+
"kind": "variable",
|
|
25088
|
+
"name": "zeroScheduler"
|
|
25089
|
+
}
|
|
25090
|
+
],
|
|
25091
|
+
"exports": [
|
|
25092
|
+
{
|
|
25093
|
+
"kind": "js",
|
|
25094
|
+
"name": "Scheduler",
|
|
25095
|
+
"declaration": {
|
|
25096
|
+
"name": "Scheduler",
|
|
25097
|
+
"module": "src/scheduler/scheduler.ts"
|
|
25098
|
+
}
|
|
25099
|
+
},
|
|
25100
|
+
{
|
|
25101
|
+
"kind": "js",
|
|
25102
|
+
"name": "zeroScheduler",
|
|
25103
|
+
"declaration": {
|
|
25104
|
+
"name": "zeroScheduler",
|
|
25105
|
+
"module": "src/scheduler/scheduler.ts"
|
|
25106
|
+
}
|
|
25107
|
+
}
|
|
25108
|
+
]
|
|
25109
|
+
},
|
|
24801
25110
|
{
|
|
24802
25111
|
"kind": "javascript-module",
|
|
24803
25112
|
"path": "src/scheduler-cron-builder/index.ts",
|
|
@@ -25125,6 +25434,286 @@
|
|
|
25125
25434
|
}
|
|
25126
25435
|
]
|
|
25127
25436
|
},
|
|
25437
|
+
{
|
|
25438
|
+
"kind": "javascript-module",
|
|
25439
|
+
"path": "src/scheduler-timezone/index.ts",
|
|
25440
|
+
"declarations": [],
|
|
25441
|
+
"exports": [
|
|
25442
|
+
{
|
|
25443
|
+
"kind": "js",
|
|
25444
|
+
"name": "*",
|
|
25445
|
+
"declaration": {
|
|
25446
|
+
"name": "*",
|
|
25447
|
+
"package": "./scheduler-timezone"
|
|
25448
|
+
}
|
|
25449
|
+
},
|
|
25450
|
+
{
|
|
25451
|
+
"kind": "js",
|
|
25452
|
+
"name": "*",
|
|
25453
|
+
"declaration": {
|
|
25454
|
+
"name": "*",
|
|
25455
|
+
"package": "./scheduler-timezone.styles"
|
|
25456
|
+
}
|
|
25457
|
+
},
|
|
25458
|
+
{
|
|
25459
|
+
"kind": "js",
|
|
25460
|
+
"name": "*",
|
|
25461
|
+
"declaration": {
|
|
25462
|
+
"name": "*",
|
|
25463
|
+
"package": "./scheduler-timezone.template"
|
|
25464
|
+
}
|
|
25465
|
+
}
|
|
25466
|
+
]
|
|
25467
|
+
},
|
|
25468
|
+
{
|
|
25469
|
+
"kind": "javascript-module",
|
|
25470
|
+
"path": "src/scheduler-timezone/scheduler-timezone.styles.ts",
|
|
25471
|
+
"declarations": [
|
|
25472
|
+
{
|
|
25473
|
+
"kind": "variable",
|
|
25474
|
+
"name": "zeroSchedulerTimezoneStyles",
|
|
25475
|
+
"type": {
|
|
25476
|
+
"text": "ElementStyles"
|
|
25477
|
+
},
|
|
25478
|
+
"default": "css`\n ${schedulerTimezoneStyles}\n\n :host {\n font-family: var(--body-font);\n }\n`"
|
|
25479
|
+
}
|
|
25480
|
+
],
|
|
25481
|
+
"exports": [
|
|
25482
|
+
{
|
|
25483
|
+
"kind": "js",
|
|
25484
|
+
"name": "zeroSchedulerTimezoneStyles",
|
|
25485
|
+
"declaration": {
|
|
25486
|
+
"name": "zeroSchedulerTimezoneStyles",
|
|
25487
|
+
"module": "src/scheduler-timezone/scheduler-timezone.styles.ts"
|
|
25488
|
+
}
|
|
25489
|
+
}
|
|
25490
|
+
]
|
|
25491
|
+
},
|
|
25492
|
+
{
|
|
25493
|
+
"kind": "javascript-module",
|
|
25494
|
+
"path": "src/scheduler-timezone/scheduler-timezone.template.ts",
|
|
25495
|
+
"declarations": [
|
|
25496
|
+
{
|
|
25497
|
+
"kind": "variable",
|
|
25498
|
+
"name": "zeroSchedulerTimezoneTemplate",
|
|
25499
|
+
"default": "html<SchedulerTimezone>`\n ${getPrefixedSchedulerTimezone('zero')}\n`"
|
|
25500
|
+
}
|
|
25501
|
+
],
|
|
25502
|
+
"exports": [
|
|
25503
|
+
{
|
|
25504
|
+
"kind": "js",
|
|
25505
|
+
"name": "zeroSchedulerTimezoneTemplate",
|
|
25506
|
+
"declaration": {
|
|
25507
|
+
"name": "zeroSchedulerTimezoneTemplate",
|
|
25508
|
+
"module": "src/scheduler-timezone/scheduler-timezone.template.ts"
|
|
25509
|
+
}
|
|
25510
|
+
}
|
|
25511
|
+
]
|
|
25512
|
+
},
|
|
25513
|
+
{
|
|
25514
|
+
"kind": "javascript-module",
|
|
25515
|
+
"path": "src/scheduler-timezone/scheduler-timezone.ts",
|
|
25516
|
+
"declarations": [
|
|
25517
|
+
{
|
|
25518
|
+
"kind": "class",
|
|
25519
|
+
"description": "",
|
|
25520
|
+
"name": "SchedulerTimezone",
|
|
25521
|
+
"superclass": {
|
|
25522
|
+
"name": "FoundationSchedulerTimezone",
|
|
25523
|
+
"package": "@genesislcap/foundation-ui"
|
|
25524
|
+
},
|
|
25525
|
+
"tagName": "%%prefix%%-scheduler-timezone",
|
|
25526
|
+
"customElement": true,
|
|
25527
|
+
"members": [
|
|
25528
|
+
{
|
|
25529
|
+
"kind": "field",
|
|
25530
|
+
"name": "timezone",
|
|
25531
|
+
"type": {
|
|
25532
|
+
"text": "string"
|
|
25533
|
+
},
|
|
25534
|
+
"default": "''",
|
|
25535
|
+
"inheritedFrom": {
|
|
25536
|
+
"name": "SchedulerTimezone",
|
|
25537
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
25538
|
+
}
|
|
25539
|
+
},
|
|
25540
|
+
{
|
|
25541
|
+
"kind": "method",
|
|
25542
|
+
"name": "timezoneChanged",
|
|
25543
|
+
"inheritedFrom": {
|
|
25544
|
+
"name": "SchedulerTimezone",
|
|
25545
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
25546
|
+
}
|
|
25547
|
+
},
|
|
25548
|
+
{
|
|
25549
|
+
"kind": "field",
|
|
25550
|
+
"name": "connect",
|
|
25551
|
+
"type": {
|
|
25552
|
+
"text": "Connect"
|
|
25553
|
+
},
|
|
25554
|
+
"inheritedFrom": {
|
|
25555
|
+
"name": "SchedulerTimezone",
|
|
25556
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
25557
|
+
}
|
|
25558
|
+
},
|
|
25559
|
+
{
|
|
25560
|
+
"kind": "field",
|
|
25561
|
+
"name": "timeZones",
|
|
25562
|
+
"inheritedFrom": {
|
|
25563
|
+
"name": "SchedulerTimezone",
|
|
25564
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
25565
|
+
}
|
|
25566
|
+
},
|
|
25567
|
+
{
|
|
25568
|
+
"kind": "method",
|
|
25569
|
+
"name": "getTimeZones",
|
|
25570
|
+
"return": {
|
|
25571
|
+
"type": {
|
|
25572
|
+
"text": "Promise<void>"
|
|
25573
|
+
}
|
|
25574
|
+
},
|
|
25575
|
+
"inheritedFrom": {
|
|
25576
|
+
"name": "SchedulerTimezone",
|
|
25577
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
25578
|
+
}
|
|
25579
|
+
},
|
|
25580
|
+
{
|
|
25581
|
+
"kind": "field",
|
|
25582
|
+
"name": "_presentation",
|
|
25583
|
+
"type": {
|
|
25584
|
+
"text": "ComponentPresentation | null | undefined"
|
|
25585
|
+
},
|
|
25586
|
+
"privacy": "private",
|
|
25587
|
+
"default": "void 0",
|
|
25588
|
+
"inheritedFrom": {
|
|
25589
|
+
"name": "FoundationElement",
|
|
25590
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25591
|
+
}
|
|
25592
|
+
},
|
|
25593
|
+
{
|
|
25594
|
+
"kind": "field",
|
|
25595
|
+
"name": "$presentation",
|
|
25596
|
+
"type": {
|
|
25597
|
+
"text": "ComponentPresentation | null"
|
|
25598
|
+
},
|
|
25599
|
+
"privacy": "public",
|
|
25600
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
25601
|
+
"inheritedFrom": {
|
|
25602
|
+
"name": "FoundationElement",
|
|
25603
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25604
|
+
}
|
|
25605
|
+
},
|
|
25606
|
+
{
|
|
25607
|
+
"kind": "field",
|
|
25608
|
+
"name": "template",
|
|
25609
|
+
"type": {
|
|
25610
|
+
"text": "ElementViewTemplate | void | null"
|
|
25611
|
+
},
|
|
25612
|
+
"privacy": "public",
|
|
25613
|
+
"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.",
|
|
25614
|
+
"inheritedFrom": {
|
|
25615
|
+
"name": "FoundationElement",
|
|
25616
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25617
|
+
}
|
|
25618
|
+
},
|
|
25619
|
+
{
|
|
25620
|
+
"kind": "method",
|
|
25621
|
+
"name": "templateChanged",
|
|
25622
|
+
"privacy": "protected",
|
|
25623
|
+
"return": {
|
|
25624
|
+
"type": {
|
|
25625
|
+
"text": "void"
|
|
25626
|
+
}
|
|
25627
|
+
},
|
|
25628
|
+
"inheritedFrom": {
|
|
25629
|
+
"name": "FoundationElement",
|
|
25630
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25631
|
+
}
|
|
25632
|
+
},
|
|
25633
|
+
{
|
|
25634
|
+
"kind": "field",
|
|
25635
|
+
"name": "styles",
|
|
25636
|
+
"type": {
|
|
25637
|
+
"text": "ElementStyles | void | null"
|
|
25638
|
+
},
|
|
25639
|
+
"privacy": "public",
|
|
25640
|
+
"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.",
|
|
25641
|
+
"inheritedFrom": {
|
|
25642
|
+
"name": "FoundationElement",
|
|
25643
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25644
|
+
}
|
|
25645
|
+
},
|
|
25646
|
+
{
|
|
25647
|
+
"kind": "method",
|
|
25648
|
+
"name": "stylesChanged",
|
|
25649
|
+
"privacy": "protected",
|
|
25650
|
+
"return": {
|
|
25651
|
+
"type": {
|
|
25652
|
+
"text": "void"
|
|
25653
|
+
}
|
|
25654
|
+
},
|
|
25655
|
+
"inheritedFrom": {
|
|
25656
|
+
"name": "FoundationElement",
|
|
25657
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25658
|
+
}
|
|
25659
|
+
},
|
|
25660
|
+
{
|
|
25661
|
+
"kind": "method",
|
|
25662
|
+
"name": "compose",
|
|
25663
|
+
"privacy": "public",
|
|
25664
|
+
"static": true,
|
|
25665
|
+
"return": {
|
|
25666
|
+
"type": {
|
|
25667
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
25668
|
+
}
|
|
25669
|
+
},
|
|
25670
|
+
"parameters": [
|
|
25671
|
+
{
|
|
25672
|
+
"name": "this",
|
|
25673
|
+
"type": {
|
|
25674
|
+
"text": "K"
|
|
25675
|
+
}
|
|
25676
|
+
},
|
|
25677
|
+
{
|
|
25678
|
+
"name": "elementDefinition",
|
|
25679
|
+
"type": {
|
|
25680
|
+
"text": "T"
|
|
25681
|
+
},
|
|
25682
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
25683
|
+
}
|
|
25684
|
+
],
|
|
25685
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
25686
|
+
"inheritedFrom": {
|
|
25687
|
+
"name": "FoundationElement",
|
|
25688
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25689
|
+
}
|
|
25690
|
+
}
|
|
25691
|
+
]
|
|
25692
|
+
},
|
|
25693
|
+
{
|
|
25694
|
+
"kind": "variable",
|
|
25695
|
+
"name": "zeroSchedulerTimezone"
|
|
25696
|
+
}
|
|
25697
|
+
],
|
|
25698
|
+
"exports": [
|
|
25699
|
+
{
|
|
25700
|
+
"kind": "js",
|
|
25701
|
+
"name": "SchedulerTimezone",
|
|
25702
|
+
"declaration": {
|
|
25703
|
+
"name": "SchedulerTimezone",
|
|
25704
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
25705
|
+
}
|
|
25706
|
+
},
|
|
25707
|
+
{
|
|
25708
|
+
"kind": "js",
|
|
25709
|
+
"name": "zeroSchedulerTimezone",
|
|
25710
|
+
"declaration": {
|
|
25711
|
+
"name": "zeroSchedulerTimezone",
|
|
25712
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
25713
|
+
}
|
|
25714
|
+
}
|
|
25715
|
+
]
|
|
25716
|
+
},
|
|
25128
25717
|
{
|
|
25129
25718
|
"kind": "javascript-module",
|
|
25130
25719
|
"path": "src/search-bar/index.ts",
|
|
@@ -233,6 +233,28 @@ export declare const baseComponents: {
|
|
|
233
233
|
zeroSegmentedControl: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./segmented-control").SegmentedControl>;
|
|
234
234
|
zeroSegmentedItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").RadioOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").RadioOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
235
235
|
zeroSelect: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./select").Select>;
|
|
236
|
+
zeroScheduler: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
237
|
+
baseName: string;
|
|
238
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./scheduler").Scheduler, any>;
|
|
239
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
240
|
+
shadowOptions: ShadowRootInit;
|
|
241
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
242
|
+
baseName: string;
|
|
243
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./scheduler").Scheduler, any>;
|
|
244
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
245
|
+
shadowOptions: ShadowRootInit;
|
|
246
|
+
}, typeof import("./scheduler").Scheduler>;
|
|
247
|
+
zeroSchedulerTimezone: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
248
|
+
baseName: string;
|
|
249
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./scheduler-timezone").SchedulerTimezone, any>;
|
|
250
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
251
|
+
shadowOptions: ShadowRootInit;
|
|
252
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
253
|
+
baseName: string;
|
|
254
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./scheduler-timezone").SchedulerTimezone, any>;
|
|
255
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
256
|
+
shadowOptions: ShadowRootInit;
|
|
257
|
+
}, typeof import("./scheduler-timezone").SchedulerTimezone>;
|
|
236
258
|
zeroSkeleton: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./skeleton").Skeleton>;
|
|
237
259
|
zeroSlider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./slider").Slider>;
|
|
238
260
|
zeroSliderLabel: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./slider-label").SliderLabel>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA+E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA+EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -53,7 +53,9 @@ export * from './progress';
|
|
|
53
53
|
export * from './progress-ring';
|
|
54
54
|
export * from './radio';
|
|
55
55
|
export * from './radio-group';
|
|
56
|
+
export * from './scheduler';
|
|
56
57
|
export * from './scheduler-cron-builder';
|
|
58
|
+
export * from './scheduler-timezone';
|
|
57
59
|
export * from './search-bar';
|
|
58
60
|
export * from './segmented-control';
|
|
59
61
|
export * from './segmented-item';
|
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/scheduler/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Scheduler as FoundationScheduler } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-scheduler
|
|
4
|
+
*/
|
|
5
|
+
export declare class Scheduler extends FoundationScheduler {
|
|
6
|
+
}
|
|
7
|
+
export declare const zeroScheduler: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
8
|
+
baseName: string;
|
|
9
|
+
template: import("@microsoft/fast-element").ViewTemplate<Scheduler, any>;
|
|
10
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
11
|
+
shadowOptions: ShadowRootInit;
|
|
12
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
13
|
+
baseName: string;
|
|
14
|
+
template: import("@microsoft/fast-element").ViewTemplate<Scheduler, any>;
|
|
15
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
16
|
+
shadowOptions: ShadowRootInit;
|
|
17
|
+
}, typeof Scheduler>;
|
|
18
|
+
//# sourceMappingURL=scheduler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduler.d.ts","sourceRoot":"","sources":["../../../src/scheduler/scheduler.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,IAAI,mBAAmB,EACjC,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,SAAU,SAAQ,mBAAmB;CAAG;AAErD,eAAO,MAAM,aAAa;;;;;;;;;;oBAMxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduler.styles.d.ts","sourceRoot":"","sources":["../../../src/scheduler/scheduler.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,mBAAmB,EAAE,aAMjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduler.template.d.ts","sourceRoot":"","sources":["../../../src/scheduler/scheduler.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,qBAAqB,gEAEjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/scheduler-timezone/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SchedulerTimezone as FoundationSchedulerTimezone } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-scheduler-timezone
|
|
4
|
+
*/
|
|
5
|
+
export declare class SchedulerTimezone extends FoundationSchedulerTimezone {
|
|
6
|
+
}
|
|
7
|
+
export declare const zeroSchedulerTimezone: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
8
|
+
baseName: string;
|
|
9
|
+
template: import("@microsoft/fast-element").ViewTemplate<SchedulerTimezone, any>;
|
|
10
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
11
|
+
shadowOptions: ShadowRootInit;
|
|
12
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
13
|
+
baseName: string;
|
|
14
|
+
template: import("@microsoft/fast-element").ViewTemplate<SchedulerTimezone, any>;
|
|
15
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
16
|
+
shadowOptions: ShadowRootInit;
|
|
17
|
+
}, typeof SchedulerTimezone>;
|
|
18
|
+
//# sourceMappingURL=scheduler-timezone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduler-timezone.d.ts","sourceRoot":"","sources":["../../../src/scheduler-timezone/scheduler-timezone.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,iBAAiB,IAAI,2BAA2B,EACjD,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,2BAA2B;CAAG;AAErE,eAAO,MAAM,qBAAqB;;;;;;;;;;4BAMhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduler-timezone.styles.d.ts","sourceRoot":"","sources":["../../../src/scheduler-timezone/scheduler-timezone.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,2BAA2B,EAAE,aAMzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduler-timezone.template.d.ts","sourceRoot":"","sources":["../../../src/scheduler-timezone/scheduler-timezone.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,eAAO,MAAM,6BAA6B,wEAEzC,CAAC"}
|
|
@@ -49,7 +49,9 @@ import { zeroProgress } from './progress';
|
|
|
49
49
|
import { zeroProgressRing } from './progress-ring';
|
|
50
50
|
import { zeroRadio } from './radio';
|
|
51
51
|
import { zeroRadioGroup } from './radio-group';
|
|
52
|
+
import { zeroScheduler } from './scheduler';
|
|
52
53
|
import { zeroSchedulerCronBuilder } from './scheduler-cron-builder';
|
|
54
|
+
import { zeroSchedulerTimezone } from './scheduler-timezone';
|
|
53
55
|
import { zeroSearchBar, zeroSearchBarCombobox } from './search-bar';
|
|
54
56
|
import { zeroSegmentedControl } from './segmented-control';
|
|
55
57
|
import { zeroSegmentedItem } from './segmented-item';
|
|
@@ -130,6 +132,8 @@ export const baseComponents = {
|
|
|
130
132
|
zeroSegmentedControl,
|
|
131
133
|
zeroSegmentedItem,
|
|
132
134
|
zeroSelect,
|
|
135
|
+
zeroScheduler,
|
|
136
|
+
zeroSchedulerTimezone,
|
|
133
137
|
zeroSkeleton,
|
|
134
138
|
zeroSlider,
|
|
135
139
|
zeroSliderLabel,
|
package/dist/esm/index.js
CHANGED
|
@@ -53,7 +53,9 @@ export * from './progress';
|
|
|
53
53
|
export * from './progress-ring';
|
|
54
54
|
export * from './radio';
|
|
55
55
|
export * from './radio-group';
|
|
56
|
+
export * from './scheduler';
|
|
56
57
|
export * from './scheduler-cron-builder';
|
|
58
|
+
export * from './scheduler-timezone';
|
|
57
59
|
export * from './search-bar';
|
|
58
60
|
export * from './segmented-control';
|
|
59
61
|
export * from './segmented-item';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { defaultConfig, foundationSchedulerShadowOptions, Scheduler as FoundationScheduler, } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { zeroSchedulerStyles as styles } from './scheduler.styles';
|
|
3
|
+
import { zeroSchedulerTemplate as template } from './scheduler.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-scheduler
|
|
6
|
+
*/
|
|
7
|
+
export class Scheduler extends FoundationScheduler {
|
|
8
|
+
}
|
|
9
|
+
export const zeroScheduler = Scheduler.compose(Object.assign({ baseName: 'scheduler', template,
|
|
10
|
+
styles, shadowOptions: foundationSchedulerShadowOptions }, defaultConfig));
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { defaultTimezoneConfig, foundationSchedulerTimezoneShadowOptions, SchedulerTimezone as FoundationSchedulerTimezone, } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { zeroSchedulerTimezoneStyles as styles } from './scheduler-timezone.styles';
|
|
3
|
+
import { zeroSchedulerTimezoneTemplate as template } from './scheduler-timezone.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-scheduler-timezone
|
|
6
|
+
*/
|
|
7
|
+
export class SchedulerTimezone extends FoundationSchedulerTimezone {
|
|
8
|
+
}
|
|
9
|
+
export const zeroSchedulerTimezone = SchedulerTimezone.compose(Object.assign({ baseName: 'scheduler-timezone', template,
|
|
10
|
+
styles, shadowOptions: foundationSchedulerTimezoneShadowOptions }, defaultTimezoneConfig));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.273.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -71,19 +71,19 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
74
|
-
"@genesislcap/genx": "14.
|
|
75
|
-
"@genesislcap/rollup-builder": "14.
|
|
76
|
-
"@genesislcap/ts-builder": "14.
|
|
77
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
78
|
-
"@genesislcap/vite-builder": "14.
|
|
79
|
-
"@genesislcap/webpack-builder": "14.
|
|
74
|
+
"@genesislcap/genx": "14.273.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.273.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.273.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.273.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.273.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.273.0",
|
|
80
80
|
"rimraf": "^5.0.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@genesislcap/foundation-comms": "14.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.
|
|
85
|
-
"@genesislcap/foundation-ui": "14.
|
|
86
|
-
"@genesislcap/foundation-utils": "14.
|
|
83
|
+
"@genesislcap/foundation-comms": "14.273.0",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.273.0",
|
|
85
|
+
"@genesislcap/foundation-ui": "14.273.0",
|
|
86
|
+
"@genesislcap/foundation-utils": "14.273.0",
|
|
87
87
|
"@microsoft/fast-colors": "5.3.1",
|
|
88
88
|
"@microsoft/fast-components": "2.30.6",
|
|
89
89
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "06838df20d39cb79d0f9ab27c3ca2a9654441a66"
|
|
104
104
|
}
|