@genesislcap/foundation-zero 14.264.1 → 14.264.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 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 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-cron-builder"
477
+ }
478
+ },
471
479
  {
472
480
  "kind": "js",
473
481
  "name": "*",
@@ -24834,6 +24842,333 @@
24834
24842
  }
24835
24843
  ]
24836
24844
  },
24845
+ {
24846
+ "kind": "javascript-module",
24847
+ "path": "src/scheduler-cron-builder/index.ts",
24848
+ "declarations": [],
24849
+ "exports": [
24850
+ {
24851
+ "kind": "js",
24852
+ "name": "*",
24853
+ "declaration": {
24854
+ "name": "*",
24855
+ "package": "./scheduler-cron-builder"
24856
+ }
24857
+ },
24858
+ {
24859
+ "kind": "js",
24860
+ "name": "*",
24861
+ "declaration": {
24862
+ "name": "*",
24863
+ "package": "./scheduler-cron-builder.styles"
24864
+ }
24865
+ },
24866
+ {
24867
+ "kind": "js",
24868
+ "name": "*",
24869
+ "declaration": {
24870
+ "name": "*",
24871
+ "package": "./scheduler-cron-builder.template"
24872
+ }
24873
+ }
24874
+ ]
24875
+ },
24876
+ {
24877
+ "kind": "javascript-module",
24878
+ "path": "src/scheduler-cron-builder/scheduler-cron-builder.styles.ts",
24879
+ "declarations": [
24880
+ {
24881
+ "kind": "variable",
24882
+ "name": "zeroSchedulerCronBuilderStyles",
24883
+ "type": {
24884
+ "text": "ElementStyles"
24885
+ },
24886
+ "default": "css`\n ${schedulerCronBuilderStyles}\n\n :host {\n font-family: var(--body-font);\n }\n`"
24887
+ }
24888
+ ],
24889
+ "exports": [
24890
+ {
24891
+ "kind": "js",
24892
+ "name": "zeroSchedulerCronBuilderStyles",
24893
+ "declaration": {
24894
+ "name": "zeroSchedulerCronBuilderStyles",
24895
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.styles.ts"
24896
+ }
24897
+ }
24898
+ ]
24899
+ },
24900
+ {
24901
+ "kind": "javascript-module",
24902
+ "path": "src/scheduler-cron-builder/scheduler-cron-builder.template.ts",
24903
+ "declarations": [
24904
+ {
24905
+ "kind": "variable",
24906
+ "name": "zeroSchedulerCronBuilderTemplate",
24907
+ "default": "html<SchedulerCronBuilder>`\n ${getPrefixedCronBuilder('zero')}\n`"
24908
+ }
24909
+ ],
24910
+ "exports": [
24911
+ {
24912
+ "kind": "js",
24913
+ "name": "zeroSchedulerCronBuilderTemplate",
24914
+ "declaration": {
24915
+ "name": "zeroSchedulerCronBuilderTemplate",
24916
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.template.ts"
24917
+ }
24918
+ }
24919
+ ]
24920
+ },
24921
+ {
24922
+ "kind": "javascript-module",
24923
+ "path": "src/scheduler-cron-builder/scheduler-cron-builder.ts",
24924
+ "declarations": [
24925
+ {
24926
+ "kind": "class",
24927
+ "description": "",
24928
+ "name": "SchedulerCronBuilder",
24929
+ "superclass": {
24930
+ "name": "FoundationSchedulerCronBuilder",
24931
+ "package": "@genesislcap/foundation-ui"
24932
+ },
24933
+ "tagName": "%%prefix%%-scheduler-cron-builder",
24934
+ "customElement": true,
24935
+ "attributes": [
24936
+ {
24937
+ "name": "timezone",
24938
+ "type": {
24939
+ "text": "string"
24940
+ },
24941
+ "default": "''",
24942
+ "fieldName": "timezone",
24943
+ "inheritedFrom": {
24944
+ "name": "SchedulerCronBuilder",
24945
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
24946
+ }
24947
+ }
24948
+ ],
24949
+ "members": [
24950
+ {
24951
+ "kind": "field",
24952
+ "name": "getConfigs",
24953
+ "type": {
24954
+ "text": "GetConfigs"
24955
+ },
24956
+ "privacy": "private",
24957
+ "default": "{\n buildConfigForHourlyRecurrence,\n buildConfigForDailyRecurrence,\n buildConfigForWeeklyRecurrence,\n buildConfigForMonthlyRecurrence,\n buildConfigForYearlyRecurrence,\n }",
24958
+ "inheritedFrom": {
24959
+ "name": "SchedulerCronBuilder",
24960
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
24961
+ }
24962
+ },
24963
+ {
24964
+ "kind": "field",
24965
+ "name": "cron",
24966
+ "type": {
24967
+ "text": "string"
24968
+ },
24969
+ "default": "''",
24970
+ "description": "used to store the cron string generated as result of selected input",
24971
+ "inheritedFrom": {
24972
+ "name": "SchedulerCronBuilder",
24973
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
24974
+ }
24975
+ },
24976
+ {
24977
+ "kind": "method",
24978
+ "name": "cronChanged",
24979
+ "inheritedFrom": {
24980
+ "name": "SchedulerCronBuilder",
24981
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
24982
+ }
24983
+ },
24984
+ {
24985
+ "kind": "field",
24986
+ "name": "frequencySuffix",
24987
+ "type": {
24988
+ "text": "string"
24989
+ },
24990
+ "description": "The suffix that appears with frequency field",
24991
+ "readonly": true,
24992
+ "inheritedFrom": {
24993
+ "name": "SchedulerCronBuilder",
24994
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
24995
+ }
24996
+ },
24997
+ {
24998
+ "kind": "field",
24999
+ "name": "frequencyList",
25000
+ "type": {
25001
+ "text": "Array<Number>"
25002
+ },
25003
+ "description": "The frequency dropdown list",
25004
+ "readonly": true,
25005
+ "inheritedFrom": {
25006
+ "name": "SchedulerCronBuilder",
25007
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
25008
+ }
25009
+ },
25010
+ {
25011
+ "kind": "field",
25012
+ "name": "timezone",
25013
+ "type": {
25014
+ "text": "string"
25015
+ },
25016
+ "default": "''",
25017
+ "inheritedFrom": {
25018
+ "name": "SchedulerCronBuilder",
25019
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
25020
+ }
25021
+ },
25022
+ {
25023
+ "kind": "method",
25024
+ "name": "getBaseConfigFields",
25025
+ "return": {
25026
+ "type": {
25027
+ "text": "baseConfig"
25028
+ }
25029
+ },
25030
+ "inheritedFrom": {
25031
+ "name": "SchedulerCronBuilder",
25032
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
25033
+ }
25034
+ },
25035
+ {
25036
+ "kind": "field",
25037
+ "name": "_presentation",
25038
+ "type": {
25039
+ "text": "ComponentPresentation | null | undefined"
25040
+ },
25041
+ "privacy": "private",
25042
+ "default": "void 0",
25043
+ "inheritedFrom": {
25044
+ "name": "FoundationElement",
25045
+ "module": "src/foundation-element/foundation-element.ts"
25046
+ }
25047
+ },
25048
+ {
25049
+ "kind": "field",
25050
+ "name": "$presentation",
25051
+ "type": {
25052
+ "text": "ComponentPresentation | null"
25053
+ },
25054
+ "privacy": "public",
25055
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
25056
+ "inheritedFrom": {
25057
+ "name": "FoundationElement",
25058
+ "module": "src/foundation-element/foundation-element.ts"
25059
+ }
25060
+ },
25061
+ {
25062
+ "kind": "field",
25063
+ "name": "template",
25064
+ "type": {
25065
+ "text": "ElementViewTemplate | void | null"
25066
+ },
25067
+ "privacy": "public",
25068
+ "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.",
25069
+ "inheritedFrom": {
25070
+ "name": "FoundationElement",
25071
+ "module": "src/foundation-element/foundation-element.ts"
25072
+ }
25073
+ },
25074
+ {
25075
+ "kind": "method",
25076
+ "name": "templateChanged",
25077
+ "privacy": "protected",
25078
+ "return": {
25079
+ "type": {
25080
+ "text": "void"
25081
+ }
25082
+ },
25083
+ "inheritedFrom": {
25084
+ "name": "FoundationElement",
25085
+ "module": "src/foundation-element/foundation-element.ts"
25086
+ }
25087
+ },
25088
+ {
25089
+ "kind": "field",
25090
+ "name": "styles",
25091
+ "type": {
25092
+ "text": "ElementStyles | void | null"
25093
+ },
25094
+ "privacy": "public",
25095
+ "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.",
25096
+ "inheritedFrom": {
25097
+ "name": "FoundationElement",
25098
+ "module": "src/foundation-element/foundation-element.ts"
25099
+ }
25100
+ },
25101
+ {
25102
+ "kind": "method",
25103
+ "name": "stylesChanged",
25104
+ "privacy": "protected",
25105
+ "return": {
25106
+ "type": {
25107
+ "text": "void"
25108
+ }
25109
+ },
25110
+ "inheritedFrom": {
25111
+ "name": "FoundationElement",
25112
+ "module": "src/foundation-element/foundation-element.ts"
25113
+ }
25114
+ },
25115
+ {
25116
+ "kind": "method",
25117
+ "name": "compose",
25118
+ "privacy": "public",
25119
+ "static": true,
25120
+ "return": {
25121
+ "type": {
25122
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
25123
+ }
25124
+ },
25125
+ "parameters": [
25126
+ {
25127
+ "name": "this",
25128
+ "type": {
25129
+ "text": "K"
25130
+ }
25131
+ },
25132
+ {
25133
+ "name": "elementDefinition",
25134
+ "type": {
25135
+ "text": "T"
25136
+ },
25137
+ "description": "The definition of the element to create the registry\nfunction for."
25138
+ }
25139
+ ],
25140
+ "description": "Defines an element registry function with a set of element definition defaults.",
25141
+ "inheritedFrom": {
25142
+ "name": "FoundationElement",
25143
+ "module": "src/foundation-element/foundation-element.ts"
25144
+ }
25145
+ }
25146
+ ]
25147
+ },
25148
+ {
25149
+ "kind": "variable",
25150
+ "name": "zeroSchedulerCronBuilder"
25151
+ }
25152
+ ],
25153
+ "exports": [
25154
+ {
25155
+ "kind": "js",
25156
+ "name": "SchedulerCronBuilder",
25157
+ "declaration": {
25158
+ "name": "SchedulerCronBuilder",
25159
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
25160
+ }
25161
+ },
25162
+ {
25163
+ "kind": "js",
25164
+ "name": "zeroSchedulerCronBuilder",
25165
+ "declaration": {
25166
+ "name": "zeroSchedulerCronBuilder",
25167
+ "module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
25168
+ }
25169
+ }
25170
+ ]
25171
+ },
24837
25172
  {
24838
25173
  "kind": "javascript-module",
24839
25174
  "path": "src/search-bar/index.ts",
@@ -207,6 +207,17 @@ export declare const baseComponents: {
207
207
  zeroProgressRing: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").ProgressRingOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").ProgressRingOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
208
208
  zeroRadio: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./radio").Radio>;
209
209
  zeroRadioGroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./radio-group").RadioGroup>;
210
+ zeroSchedulerCronBuilder: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
211
+ baseName: string;
212
+ template: import("@microsoft/fast-element").ViewTemplate<import("./scheduler-cron-builder").SchedulerCronBuilder, any>;
213
+ styles: import("@microsoft/fast-element").ElementStyles;
214
+ shadowOptions: ShadowRootInit;
215
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
216
+ baseName: string;
217
+ template: import("@microsoft/fast-element").ViewTemplate<import("./scheduler-cron-builder").SchedulerCronBuilder, any>;
218
+ styles: import("@microsoft/fast-element").ElementStyles;
219
+ shadowOptions: ShadowRootInit;
220
+ }, typeof import("./scheduler-cron-builder").SchedulerCronBuilder>;
210
221
  zeroSearchBar: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
211
222
  baseName: string;
212
223
  template: import("@microsoft/fast-element").ViewTemplate<import("./search-bar").SearchBar, any>;
@@ -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;AA4E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,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;AA6E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -53,6 +53,7 @@ export * from './progress';
53
53
  export * from './progress-ring';
54
54
  export * from './radio';
55
55
  export * from './radio-group';
56
+ export * from './scheduler-cron-builder';
56
57
  export * from './search-bar';
57
58
  export * from './segmented-control';
58
59
  export * from './segmented-item';
@@ -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,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,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"}
@@ -0,0 +1,4 @@
1
+ export * from './scheduler-cron-builder';
2
+ export * from './scheduler-cron-builder.styles';
3
+ export * from './scheduler-cron-builder.template';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/scheduler-cron-builder/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,mCAAmC,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { SchedulerCronBuilder as FoundationSchedulerCronBuilder } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-scheduler-cron-builder
4
+ */
5
+ export declare class SchedulerCronBuilder extends FoundationSchedulerCronBuilder {
6
+ }
7
+ export declare const zeroSchedulerCronBuilder: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
8
+ baseName: string;
9
+ template: import("@microsoft/fast-element").ViewTemplate<SchedulerCronBuilder, 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<SchedulerCronBuilder, any>;
15
+ styles: import("@microsoft/fast-element").ElementStyles;
16
+ shadowOptions: ShadowRootInit;
17
+ }, typeof SchedulerCronBuilder>;
18
+ //# sourceMappingURL=scheduler-cron-builder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scheduler-cron-builder.d.ts","sourceRoot":"","sources":["../../../src/scheduler-cron-builder/scheduler-cron-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,oBAAoB,IAAI,8BAA8B,EACvD,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,8BAA8B;CAAG;AAE3E,eAAO,MAAM,wBAAwB;;;;;;;;;;+BAMnC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ElementStyles } from '@microsoft/fast-element';
2
+ export declare const zeroSchedulerCronBuilderStyles: ElementStyles;
3
+ //# sourceMappingURL=scheduler-cron-builder.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scheduler-cron-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/scheduler-cron-builder/scheduler-cron-builder.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,8BAA8B,EAAE,aAM5C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SchedulerCronBuilder } from './scheduler-cron-builder';
2
+ export declare const zeroSchedulerCronBuilderTemplate: import("@microsoft/fast-element").ViewTemplate<SchedulerCronBuilder, any>;
3
+ //# sourceMappingURL=scheduler-cron-builder.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scheduler-cron-builder.template.d.ts","sourceRoot":"","sources":["../../../src/scheduler-cron-builder/scheduler-cron-builder.template.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAErE,eAAO,MAAM,gCAAgC,2EAE5C,CAAC"}
@@ -49,6 +49,7 @@ 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 { zeroSchedulerCronBuilder } from './scheduler-cron-builder';
52
53
  import { zeroSearchBar, zeroSearchBarCombobox } from './search-bar';
53
54
  import { zeroSegmentedControl } from './segmented-control';
54
55
  import { zeroSegmentedItem } from './segmented-item';
@@ -123,6 +124,7 @@ export const baseComponents = {
123
124
  zeroProgressRing,
124
125
  zeroRadio,
125
126
  zeroRadioGroup,
127
+ zeroSchedulerCronBuilder,
126
128
  zeroSearchBar,
127
129
  zeroSearchBarCombobox,
128
130
  zeroSegmentedControl,
package/dist/esm/index.js CHANGED
@@ -53,6 +53,7 @@ export * from './progress';
53
53
  export * from './progress-ring';
54
54
  export * from './radio';
55
55
  export * from './radio-group';
56
+ export * from './scheduler-cron-builder';
56
57
  export * from './search-bar';
57
58
  export * from './segmented-control';
58
59
  export * from './segmented-item';
@@ -0,0 +1,3 @@
1
+ export * from './scheduler-cron-builder';
2
+ export * from './scheduler-cron-builder.styles';
3
+ export * from './scheduler-cron-builder.template';
@@ -0,0 +1,10 @@
1
+ import { defaultCronBuilderConfig, foundationSchedulerCronBuilderShadowOptions, SchedulerCronBuilder as FoundationSchedulerCronBuilder, } from '@genesislcap/foundation-ui';
2
+ import { zeroSchedulerCronBuilderStyles as styles } from './scheduler-cron-builder.styles';
3
+ import { zeroSchedulerCronBuilderTemplate as template } from './scheduler-cron-builder.template';
4
+ /**
5
+ * @tagname %%prefix%%-scheduler-cron-builder
6
+ */
7
+ export class SchedulerCronBuilder extends FoundationSchedulerCronBuilder {
8
+ }
9
+ export const zeroSchedulerCronBuilder = SchedulerCronBuilder.compose(Object.assign({ baseName: 'scheduler-cron-builder', template,
10
+ styles, shadowOptions: foundationSchedulerCronBuilderShadowOptions }, defaultCronBuilderConfig));
@@ -0,0 +1,9 @@
1
+ import { schedulerCronBuilderStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const zeroSchedulerCronBuilderStyles = css `
4
+ ${schedulerCronBuilderStyles}
5
+
6
+ :host {
7
+ font-family: var(--body-font);
8
+ }
9
+ `;
@@ -0,0 +1,5 @@
1
+ import { getPrefixedCronBuilder } from '@genesislcap/foundation-ui';
2
+ import { html } from '@microsoft/fast-element';
3
+ export const zeroSchedulerCronBuilderTemplate = html `
4
+ ${getPrefixedCronBuilder('zero')}
5
+ `;
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.264.1",
4
+ "version": "14.264.2",
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.264.1",
75
- "@genesislcap/rollup-builder": "14.264.1",
76
- "@genesislcap/ts-builder": "14.264.1",
77
- "@genesislcap/uvu-playwright-builder": "14.264.1",
78
- "@genesislcap/vite-builder": "14.264.1",
79
- "@genesislcap/webpack-builder": "14.264.1",
74
+ "@genesislcap/genx": "14.264.2",
75
+ "@genesislcap/rollup-builder": "14.264.2",
76
+ "@genesislcap/ts-builder": "14.264.2",
77
+ "@genesislcap/uvu-playwright-builder": "14.264.2",
78
+ "@genesislcap/vite-builder": "14.264.2",
79
+ "@genesislcap/webpack-builder": "14.264.2",
80
80
  "rimraf": "^5.0.0"
81
81
  },
82
82
  "dependencies": {
83
- "@genesislcap/foundation-comms": "14.264.1",
84
- "@genesislcap/foundation-logger": "14.264.1",
85
- "@genesislcap/foundation-ui": "14.264.1",
86
- "@genesislcap/foundation-utils": "14.264.1",
83
+ "@genesislcap/foundation-comms": "14.264.2",
84
+ "@genesislcap/foundation-logger": "14.264.2",
85
+ "@genesislcap/foundation-ui": "14.264.2",
86
+ "@genesislcap/foundation-utils": "14.264.2",
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": "8bbcef13e902c2385b18e6d94d1313f7c1affaef"
103
+ "gitHead": "2b24c552e9fe3df3effc26a660e842fcf2065788"
104
104
  }