@genesislcap/foundation-zero 14.283.2 → 14.284.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 +491 -1
- package/dist/dts/base-components.d.ts +9 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/status-pill/index.d.ts +2 -0
- package/dist/dts/status-pill/index.d.ts.map +1 -0
- package/dist/dts/status-pill/status-pill.d.ts +16 -0
- package/dist/dts/status-pill/status-pill.d.ts.map +1 -0
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/status-pill/index.js +1 -0
- package/dist/esm/status-pill/status-pill.js +11 -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 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}"
|
|
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 zeroStatusPill,\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": [
|
|
@@ -30693,6 +30693,496 @@
|
|
|
30693
30693
|
}
|
|
30694
30694
|
]
|
|
30695
30695
|
},
|
|
30696
|
+
{
|
|
30697
|
+
"kind": "javascript-module",
|
|
30698
|
+
"path": "src/status-pill/index.ts",
|
|
30699
|
+
"declarations": [],
|
|
30700
|
+
"exports": [
|
|
30701
|
+
{
|
|
30702
|
+
"kind": "js",
|
|
30703
|
+
"name": "*",
|
|
30704
|
+
"declaration": {
|
|
30705
|
+
"name": "*",
|
|
30706
|
+
"package": "./status-pill"
|
|
30707
|
+
}
|
|
30708
|
+
}
|
|
30709
|
+
]
|
|
30710
|
+
},
|
|
30711
|
+
{
|
|
30712
|
+
"kind": "javascript-module",
|
|
30713
|
+
"path": "src/status-pill/status-pill.ts",
|
|
30714
|
+
"declarations": [
|
|
30715
|
+
{
|
|
30716
|
+
"kind": "class",
|
|
30717
|
+
"description": "",
|
|
30718
|
+
"name": "StatusPill",
|
|
30719
|
+
"superclass": {
|
|
30720
|
+
"name": "FoundationStatusPill",
|
|
30721
|
+
"package": "@genesislcap/foundation-ui"
|
|
30722
|
+
},
|
|
30723
|
+
"tagName": "%%prefix%%-status-pill",
|
|
30724
|
+
"customElement": true,
|
|
30725
|
+
"attributes": [
|
|
30726
|
+
{
|
|
30727
|
+
"name": "background-color",
|
|
30728
|
+
"type": {
|
|
30729
|
+
"text": "string"
|
|
30730
|
+
},
|
|
30731
|
+
"attribute": "background-color",
|
|
30732
|
+
"fieldName": "backgroundColor",
|
|
30733
|
+
"description": "a valid hex, rgb or rgba color for the background fill color of the pill",
|
|
30734
|
+
"inheritedFrom": {
|
|
30735
|
+
"name": "StatusPill",
|
|
30736
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30737
|
+
}
|
|
30738
|
+
},
|
|
30739
|
+
{
|
|
30740
|
+
"name": "icon-name",
|
|
30741
|
+
"type": {
|
|
30742
|
+
"text": "string"
|
|
30743
|
+
},
|
|
30744
|
+
"attribute": "icon-name",
|
|
30745
|
+
"fieldName": "iconName",
|
|
30746
|
+
"description": "a string for the icon. Valid values are from the free set of font awesome icons which can be found here https://fontawesome.com/search?ic=free",
|
|
30747
|
+
"inheritedFrom": {
|
|
30748
|
+
"name": "StatusPill",
|
|
30749
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30750
|
+
}
|
|
30751
|
+
},
|
|
30752
|
+
{
|
|
30753
|
+
"name": "icon-src",
|
|
30754
|
+
"type": {
|
|
30755
|
+
"text": "string"
|
|
30756
|
+
},
|
|
30757
|
+
"attribute": "icon-src",
|
|
30758
|
+
"fieldName": "iconSrc",
|
|
30759
|
+
"description": "the src for an image. This can be used if the icon you want an icon that is not included in the free set of font awesome icons. Note, only svgs are recommended",
|
|
30760
|
+
"inheritedFrom": {
|
|
30761
|
+
"name": "StatusPill",
|
|
30762
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30763
|
+
}
|
|
30764
|
+
},
|
|
30765
|
+
{
|
|
30766
|
+
"name": "icon-initial",
|
|
30767
|
+
"type": {
|
|
30768
|
+
"text": "string"
|
|
30769
|
+
},
|
|
30770
|
+
"attribute": "icon-initial",
|
|
30771
|
+
"fieldName": "iconInitialBackgroundColor",
|
|
30772
|
+
"description": "sets a circular background on an icon",
|
|
30773
|
+
"inheritedFrom": {
|
|
30774
|
+
"name": "StatusPill",
|
|
30775
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30776
|
+
}
|
|
30777
|
+
},
|
|
30778
|
+
{
|
|
30779
|
+
"name": "icon-size",
|
|
30780
|
+
"type": {
|
|
30781
|
+
"text": "string"
|
|
30782
|
+
},
|
|
30783
|
+
"default": "'sm'",
|
|
30784
|
+
"attribute": "icon-size",
|
|
30785
|
+
"fieldName": "iconSize",
|
|
30786
|
+
"description": "sets the size of the icon. Defaults to 'sm'. Can be one of any valid fa icon size, \"2xs\" | \"xs\" | \"sm\" | \"lg\" | \"xl\" | \"2xl\" | \"1x\" | \"2x\" | \"3x\" | \"4x\" | \"5x\" | \"6x\" | \"7x\" | \"8x\" | \"9x\" | \"10x\"",
|
|
30787
|
+
"inheritedFrom": {
|
|
30788
|
+
"name": "StatusPill",
|
|
30789
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30790
|
+
}
|
|
30791
|
+
},
|
|
30792
|
+
{
|
|
30793
|
+
"name": "large",
|
|
30794
|
+
"type": {
|
|
30795
|
+
"text": "string"
|
|
30796
|
+
},
|
|
30797
|
+
"fieldName": "textColor",
|
|
30798
|
+
"description": "a valid hex, rgb or rgba color for the color applied to text and icon.",
|
|
30799
|
+
"inheritedFrom": {
|
|
30800
|
+
"name": "StatusPill",
|
|
30801
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30802
|
+
}
|
|
30803
|
+
},
|
|
30804
|
+
{
|
|
30805
|
+
"name": "text",
|
|
30806
|
+
"type": {
|
|
30807
|
+
"text": "string"
|
|
30808
|
+
},
|
|
30809
|
+
"attribute": "text",
|
|
30810
|
+
"fieldName": "text",
|
|
30811
|
+
"description": "a string for the text shown at the end of the pill",
|
|
30812
|
+
"inheritedFrom": {
|
|
30813
|
+
"name": "StatusPill",
|
|
30814
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30815
|
+
}
|
|
30816
|
+
},
|
|
30817
|
+
{
|
|
30818
|
+
"name": "date-countdown",
|
|
30819
|
+
"type": {
|
|
30820
|
+
"text": "number"
|
|
30821
|
+
},
|
|
30822
|
+
"attribute": "date-countdown",
|
|
30823
|
+
"fieldName": "dateCountdown",
|
|
30824
|
+
"description": "a date or timestamp that the pill will count down to",
|
|
30825
|
+
"inheritedFrom": {
|
|
30826
|
+
"name": "StatusPill",
|
|
30827
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30828
|
+
}
|
|
30829
|
+
},
|
|
30830
|
+
{
|
|
30831
|
+
"name": "date-countdown-completed-message",
|
|
30832
|
+
"type": {
|
|
30833
|
+
"text": "string"
|
|
30834
|
+
},
|
|
30835
|
+
"default": "`Expired`",
|
|
30836
|
+
"attribute": "date-countdown-completed-message",
|
|
30837
|
+
"fieldName": "dateCountdownCompletedMessage",
|
|
30838
|
+
"description": "the string that will be shown when the countdown is complete",
|
|
30839
|
+
"inheritedFrom": {
|
|
30840
|
+
"name": "StatusPill",
|
|
30841
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30842
|
+
}
|
|
30843
|
+
},
|
|
30844
|
+
{
|
|
30845
|
+
"name": "icon-initial-background-color",
|
|
30846
|
+
"type": {
|
|
30847
|
+
"text": "string"
|
|
30848
|
+
},
|
|
30849
|
+
"attribute": "icon-initial",
|
|
30850
|
+
"fieldName": "iconInitialBackgroundColor",
|
|
30851
|
+
"inheritedFrom": {
|
|
30852
|
+
"name": "StatusPill",
|
|
30853
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30854
|
+
}
|
|
30855
|
+
},
|
|
30856
|
+
{
|
|
30857
|
+
"name": "text-color",
|
|
30858
|
+
"type": {
|
|
30859
|
+
"text": "string"
|
|
30860
|
+
},
|
|
30861
|
+
"attribute": "large",
|
|
30862
|
+
"fieldName": "textColor",
|
|
30863
|
+
"inheritedFrom": {
|
|
30864
|
+
"name": "StatusPill",
|
|
30865
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30866
|
+
}
|
|
30867
|
+
}
|
|
30868
|
+
],
|
|
30869
|
+
"members": [
|
|
30870
|
+
{
|
|
30871
|
+
"kind": "field",
|
|
30872
|
+
"name": "backgroundColor",
|
|
30873
|
+
"type": {
|
|
30874
|
+
"text": "string"
|
|
30875
|
+
},
|
|
30876
|
+
"attribute": "background-color",
|
|
30877
|
+
"inheritedFrom": {
|
|
30878
|
+
"name": "StatusPill",
|
|
30879
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30880
|
+
}
|
|
30881
|
+
},
|
|
30882
|
+
{
|
|
30883
|
+
"kind": "field",
|
|
30884
|
+
"name": "iconName",
|
|
30885
|
+
"type": {
|
|
30886
|
+
"text": "string"
|
|
30887
|
+
},
|
|
30888
|
+
"attribute": "icon-name",
|
|
30889
|
+
"inheritedFrom": {
|
|
30890
|
+
"name": "StatusPill",
|
|
30891
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30892
|
+
}
|
|
30893
|
+
},
|
|
30894
|
+
{
|
|
30895
|
+
"kind": "field",
|
|
30896
|
+
"name": "iconSrc",
|
|
30897
|
+
"type": {
|
|
30898
|
+
"text": "string"
|
|
30899
|
+
},
|
|
30900
|
+
"attribute": "icon-src",
|
|
30901
|
+
"inheritedFrom": {
|
|
30902
|
+
"name": "StatusPill",
|
|
30903
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30904
|
+
}
|
|
30905
|
+
},
|
|
30906
|
+
{
|
|
30907
|
+
"kind": "field",
|
|
30908
|
+
"name": "iconInitial",
|
|
30909
|
+
"type": {
|
|
30910
|
+
"text": "string"
|
|
30911
|
+
},
|
|
30912
|
+
"attribute": "icon-initial",
|
|
30913
|
+
"inheritedFrom": {
|
|
30914
|
+
"name": "StatusPill",
|
|
30915
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30916
|
+
}
|
|
30917
|
+
},
|
|
30918
|
+
{
|
|
30919
|
+
"kind": "field",
|
|
30920
|
+
"name": "iconInitialBackgroundColor",
|
|
30921
|
+
"type": {
|
|
30922
|
+
"text": "string"
|
|
30923
|
+
},
|
|
30924
|
+
"attribute": "icon-initial",
|
|
30925
|
+
"inheritedFrom": {
|
|
30926
|
+
"name": "StatusPill",
|
|
30927
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30928
|
+
}
|
|
30929
|
+
},
|
|
30930
|
+
{
|
|
30931
|
+
"kind": "field",
|
|
30932
|
+
"name": "iconSize",
|
|
30933
|
+
"type": {
|
|
30934
|
+
"text": "string"
|
|
30935
|
+
},
|
|
30936
|
+
"default": "'sm'",
|
|
30937
|
+
"attribute": "icon-size",
|
|
30938
|
+
"inheritedFrom": {
|
|
30939
|
+
"name": "StatusPill",
|
|
30940
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30941
|
+
}
|
|
30942
|
+
},
|
|
30943
|
+
{
|
|
30944
|
+
"kind": "field",
|
|
30945
|
+
"name": "textColor",
|
|
30946
|
+
"type": {
|
|
30947
|
+
"text": "string"
|
|
30948
|
+
},
|
|
30949
|
+
"attribute": "large",
|
|
30950
|
+
"inheritedFrom": {
|
|
30951
|
+
"name": "StatusPill",
|
|
30952
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30953
|
+
}
|
|
30954
|
+
},
|
|
30955
|
+
{
|
|
30956
|
+
"kind": "field",
|
|
30957
|
+
"name": "text",
|
|
30958
|
+
"type": {
|
|
30959
|
+
"text": "string"
|
|
30960
|
+
},
|
|
30961
|
+
"attribute": "text",
|
|
30962
|
+
"inheritedFrom": {
|
|
30963
|
+
"name": "StatusPill",
|
|
30964
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30965
|
+
}
|
|
30966
|
+
},
|
|
30967
|
+
{
|
|
30968
|
+
"kind": "field",
|
|
30969
|
+
"name": "dateCountdown",
|
|
30970
|
+
"type": {
|
|
30971
|
+
"text": "number"
|
|
30972
|
+
},
|
|
30973
|
+
"attribute": "date-countdown",
|
|
30974
|
+
"inheritedFrom": {
|
|
30975
|
+
"name": "StatusPill",
|
|
30976
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30977
|
+
}
|
|
30978
|
+
},
|
|
30979
|
+
{
|
|
30980
|
+
"kind": "field",
|
|
30981
|
+
"name": "dateCountdownCompletedMessage",
|
|
30982
|
+
"type": {
|
|
30983
|
+
"text": "string"
|
|
30984
|
+
},
|
|
30985
|
+
"default": "`Expired`",
|
|
30986
|
+
"attribute": "date-countdown-completed-message",
|
|
30987
|
+
"inheritedFrom": {
|
|
30988
|
+
"name": "StatusPill",
|
|
30989
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30990
|
+
}
|
|
30991
|
+
},
|
|
30992
|
+
{
|
|
30993
|
+
"kind": "field",
|
|
30994
|
+
"name": "dateInterval",
|
|
30995
|
+
"privacy": "private",
|
|
30996
|
+
"inheritedFrom": {
|
|
30997
|
+
"name": "StatusPill",
|
|
30998
|
+
"module": "src/status-pill/status-pill.ts"
|
|
30999
|
+
}
|
|
31000
|
+
},
|
|
31001
|
+
{
|
|
31002
|
+
"kind": "method",
|
|
31003
|
+
"name": "setUpDateCountdown",
|
|
31004
|
+
"privacy": "private",
|
|
31005
|
+
"return": {
|
|
31006
|
+
"type": {
|
|
31007
|
+
"text": "void"
|
|
31008
|
+
}
|
|
31009
|
+
},
|
|
31010
|
+
"parameters": [
|
|
31011
|
+
{
|
|
31012
|
+
"name": "dateCountdown",
|
|
31013
|
+
"type": {
|
|
31014
|
+
"text": "number"
|
|
31015
|
+
}
|
|
31016
|
+
}
|
|
31017
|
+
],
|
|
31018
|
+
"inheritedFrom": {
|
|
31019
|
+
"name": "StatusPill",
|
|
31020
|
+
"module": "src/status-pill/status-pill.ts"
|
|
31021
|
+
}
|
|
31022
|
+
},
|
|
31023
|
+
{
|
|
31024
|
+
"kind": "method",
|
|
31025
|
+
"name": "updateCountdown",
|
|
31026
|
+
"privacy": "private",
|
|
31027
|
+
"parameters": [
|
|
31028
|
+
{
|
|
31029
|
+
"name": "targetDate",
|
|
31030
|
+
"type": {
|
|
31031
|
+
"text": "Date"
|
|
31032
|
+
}
|
|
31033
|
+
}
|
|
31034
|
+
],
|
|
31035
|
+
"inheritedFrom": {
|
|
31036
|
+
"name": "StatusPill",
|
|
31037
|
+
"module": "src/status-pill/status-pill.ts"
|
|
31038
|
+
}
|
|
31039
|
+
},
|
|
31040
|
+
{
|
|
31041
|
+
"kind": "method",
|
|
31042
|
+
"name": "clearCountdownTimer",
|
|
31043
|
+
"privacy": "private",
|
|
31044
|
+
"inheritedFrom": {
|
|
31045
|
+
"name": "StatusPill",
|
|
31046
|
+
"module": "src/status-pill/status-pill.ts"
|
|
31047
|
+
}
|
|
31048
|
+
},
|
|
31049
|
+
{
|
|
31050
|
+
"kind": "field",
|
|
31051
|
+
"name": "_presentation",
|
|
31052
|
+
"type": {
|
|
31053
|
+
"text": "ComponentPresentation | null | undefined"
|
|
31054
|
+
},
|
|
31055
|
+
"privacy": "private",
|
|
31056
|
+
"default": "void 0",
|
|
31057
|
+
"inheritedFrom": {
|
|
31058
|
+
"name": "FoundationElement",
|
|
31059
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31060
|
+
}
|
|
31061
|
+
},
|
|
31062
|
+
{
|
|
31063
|
+
"kind": "field",
|
|
31064
|
+
"name": "$presentation",
|
|
31065
|
+
"type": {
|
|
31066
|
+
"text": "ComponentPresentation | null"
|
|
31067
|
+
},
|
|
31068
|
+
"privacy": "public",
|
|
31069
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
31070
|
+
"inheritedFrom": {
|
|
31071
|
+
"name": "FoundationElement",
|
|
31072
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31073
|
+
}
|
|
31074
|
+
},
|
|
31075
|
+
{
|
|
31076
|
+
"kind": "field",
|
|
31077
|
+
"name": "template",
|
|
31078
|
+
"type": {
|
|
31079
|
+
"text": "ElementViewTemplate | void | null"
|
|
31080
|
+
},
|
|
31081
|
+
"privacy": "public",
|
|
31082
|
+
"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.",
|
|
31083
|
+
"inheritedFrom": {
|
|
31084
|
+
"name": "FoundationElement",
|
|
31085
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31086
|
+
}
|
|
31087
|
+
},
|
|
31088
|
+
{
|
|
31089
|
+
"kind": "method",
|
|
31090
|
+
"name": "templateChanged",
|
|
31091
|
+
"privacy": "protected",
|
|
31092
|
+
"return": {
|
|
31093
|
+
"type": {
|
|
31094
|
+
"text": "void"
|
|
31095
|
+
}
|
|
31096
|
+
},
|
|
31097
|
+
"inheritedFrom": {
|
|
31098
|
+
"name": "FoundationElement",
|
|
31099
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31100
|
+
}
|
|
31101
|
+
},
|
|
31102
|
+
{
|
|
31103
|
+
"kind": "field",
|
|
31104
|
+
"name": "styles",
|
|
31105
|
+
"type": {
|
|
31106
|
+
"text": "ElementStyles | void | null"
|
|
31107
|
+
},
|
|
31108
|
+
"privacy": "public",
|
|
31109
|
+
"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.",
|
|
31110
|
+
"inheritedFrom": {
|
|
31111
|
+
"name": "FoundationElement",
|
|
31112
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31113
|
+
}
|
|
31114
|
+
},
|
|
31115
|
+
{
|
|
31116
|
+
"kind": "method",
|
|
31117
|
+
"name": "stylesChanged",
|
|
31118
|
+
"privacy": "protected",
|
|
31119
|
+
"return": {
|
|
31120
|
+
"type": {
|
|
31121
|
+
"text": "void"
|
|
31122
|
+
}
|
|
31123
|
+
},
|
|
31124
|
+
"inheritedFrom": {
|
|
31125
|
+
"name": "FoundationElement",
|
|
31126
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31127
|
+
}
|
|
31128
|
+
},
|
|
31129
|
+
{
|
|
31130
|
+
"kind": "method",
|
|
31131
|
+
"name": "compose",
|
|
31132
|
+
"privacy": "public",
|
|
31133
|
+
"static": true,
|
|
31134
|
+
"return": {
|
|
31135
|
+
"type": {
|
|
31136
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
31137
|
+
}
|
|
31138
|
+
},
|
|
31139
|
+
"parameters": [
|
|
31140
|
+
{
|
|
31141
|
+
"name": "this",
|
|
31142
|
+
"type": {
|
|
31143
|
+
"text": "K"
|
|
31144
|
+
}
|
|
31145
|
+
},
|
|
31146
|
+
{
|
|
31147
|
+
"name": "elementDefinition",
|
|
31148
|
+
"type": {
|
|
31149
|
+
"text": "T"
|
|
31150
|
+
},
|
|
31151
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
31152
|
+
}
|
|
31153
|
+
],
|
|
31154
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
31155
|
+
"inheritedFrom": {
|
|
31156
|
+
"name": "FoundationElement",
|
|
31157
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
31158
|
+
}
|
|
31159
|
+
}
|
|
31160
|
+
]
|
|
31161
|
+
},
|
|
31162
|
+
{
|
|
31163
|
+
"kind": "variable",
|
|
31164
|
+
"name": "zeroStatusPill"
|
|
31165
|
+
}
|
|
31166
|
+
],
|
|
31167
|
+
"exports": [
|
|
31168
|
+
{
|
|
31169
|
+
"kind": "js",
|
|
31170
|
+
"name": "StatusPill",
|
|
31171
|
+
"declaration": {
|
|
31172
|
+
"name": "StatusPill",
|
|
31173
|
+
"module": "src/status-pill/status-pill.ts"
|
|
31174
|
+
}
|
|
31175
|
+
},
|
|
31176
|
+
{
|
|
31177
|
+
"kind": "js",
|
|
31178
|
+
"name": "zeroStatusPill",
|
|
31179
|
+
"declaration": {
|
|
31180
|
+
"name": "zeroStatusPill",
|
|
31181
|
+
"module": "src/status-pill/status-pill.ts"
|
|
31182
|
+
}
|
|
31183
|
+
}
|
|
31184
|
+
]
|
|
31185
|
+
},
|
|
30696
31186
|
{
|
|
30697
31187
|
"kind": "javascript-module",
|
|
30698
31188
|
"path": "src/stepper/index.ts",
|
|
@@ -270,6 +270,15 @@ export declare const baseComponents: {
|
|
|
270
270
|
template: import("@microsoft/fast-element").ViewTemplate<import("./snackbar").Snackbar, any>;
|
|
271
271
|
}, typeof import("./snackbar").Snackbar>;
|
|
272
272
|
zeroStackingIcons: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./stacking-icons").StackingIcons>;
|
|
273
|
+
zeroStatusPill: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
274
|
+
baseName: string;
|
|
275
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").StatusPill, any>;
|
|
276
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
277
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
278
|
+
baseName: string;
|
|
279
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").StatusPill, any>;
|
|
280
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
281
|
+
}, typeof import("./status-pill").StatusPill>;
|
|
273
282
|
zeroStepper: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
274
283
|
baseName: string;
|
|
275
284
|
template: import("@microsoft/fast-element").ViewTemplate<import("./stepper").Stepper, 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;
|
|
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;AAgF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/status-pill/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StatusPill as FoundationStatusPill } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-status-pill
|
|
4
|
+
*/
|
|
5
|
+
export declare class StatusPill extends FoundationStatusPill {
|
|
6
|
+
}
|
|
7
|
+
export declare const zeroStatusPill: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
8
|
+
baseName: string;
|
|
9
|
+
template: import("@microsoft/fast-element").ViewTemplate<FoundationStatusPill, any>;
|
|
10
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
11
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
12
|
+
baseName: string;
|
|
13
|
+
template: import("@microsoft/fast-element").ViewTemplate<FoundationStatusPill, any>;
|
|
14
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
15
|
+
}, typeof StatusPill>;
|
|
16
|
+
//# sourceMappingURL=status-pill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status-pill.d.ts","sourceRoot":"","sources":["../../../src/status-pill/status-pill.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,IAAI,oBAAoB,EAGnC,MAAM,4BAA4B,CAAC;AAEpC;;GAEG;AACH,qBAAa,UAAW,SAAQ,oBAAoB;CAAG;AAEvD,eAAO,MAAM,cAAc;;;;;;;;qBAIzB,CAAC"}
|
|
@@ -61,6 +61,7 @@ import { zeroSlider } from './slider';
|
|
|
61
61
|
import { zeroSliderLabel } from './slider-label';
|
|
62
62
|
import { zeroSnackbar } from './snackbar';
|
|
63
63
|
import { zeroStackingIcons } from './stacking-icons';
|
|
64
|
+
import { zeroStatusPill } from './status-pill';
|
|
64
65
|
import { zeroStepper } from './stepper';
|
|
65
66
|
import { zeroStepperTab } from './stepper-tab';
|
|
66
67
|
import { zeroStepperTabPanel } from './stepper-tab-panel';
|
|
@@ -139,6 +140,7 @@ export const baseComponents = {
|
|
|
139
140
|
zeroSliderLabel,
|
|
140
141
|
zeroSnackbar,
|
|
141
142
|
zeroStackingIcons,
|
|
143
|
+
zeroStatusPill,
|
|
142
144
|
zeroStepper,
|
|
143
145
|
zeroStepperTab,
|
|
144
146
|
zeroStepperTabPanel,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './status-pill';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StatusPill as FoundationStatusPill, foundationStatusPillTemplate as template, statusPillStyles as styles, } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-status-pill
|
|
4
|
+
*/
|
|
5
|
+
export class StatusPill extends FoundationStatusPill {
|
|
6
|
+
}
|
|
7
|
+
export const zeroStatusPill = StatusPill.compose({
|
|
8
|
+
baseName: 'status-pill',
|
|
9
|
+
template,
|
|
10
|
+
styles,
|
|
11
|
+
});
|
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.284.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.284.0",
|
|
75
|
+
"@genesislcap/rollup-builder": "14.284.0",
|
|
76
|
+
"@genesislcap/ts-builder": "14.284.0",
|
|
77
|
+
"@genesislcap/uvu-playwright-builder": "14.284.0",
|
|
78
|
+
"@genesislcap/vite-builder": "14.284.0",
|
|
79
|
+
"@genesislcap/webpack-builder": "14.284.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.284.0",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.284.0",
|
|
85
|
+
"@genesislcap/foundation-ui": "14.284.0",
|
|
86
|
+
"@genesislcap/foundation-utils": "14.284.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": "a2b9ad74ad30820f7d9e2cbd1f88c8d89e182828"
|
|
104
104
|
}
|