@genesislcap/foundation-zero 15.8.1 → 15.8.3
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 +353 -353
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +12 -12
|
@@ -914,37 +914,6 @@
|
|
|
914
914
|
}
|
|
915
915
|
]
|
|
916
916
|
},
|
|
917
|
-
{
|
|
918
|
-
"kind": "javascript-module",
|
|
919
|
-
"path": "src/_config/index.ts",
|
|
920
|
-
"declarations": [],
|
|
921
|
-
"exports": [
|
|
922
|
-
{
|
|
923
|
-
"kind": "js",
|
|
924
|
-
"name": "*",
|
|
925
|
-
"declaration": {
|
|
926
|
-
"name": "*",
|
|
927
|
-
"package": "./styles"
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"kind": "js",
|
|
932
|
-
"name": "*",
|
|
933
|
-
"declaration": {
|
|
934
|
-
"name": "*",
|
|
935
|
-
"package": "./tokens"
|
|
936
|
-
}
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"kind": "js",
|
|
940
|
-
"name": "*",
|
|
941
|
-
"declaration": {
|
|
942
|
-
"name": "*",
|
|
943
|
-
"package": "./values"
|
|
944
|
-
}
|
|
945
|
-
}
|
|
946
|
-
]
|
|
947
|
-
},
|
|
948
917
|
{
|
|
949
918
|
"kind": "javascript-module",
|
|
950
919
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1426,6 +1395,37 @@
|
|
|
1426
1395
|
}
|
|
1427
1396
|
]
|
|
1428
1397
|
},
|
|
1398
|
+
{
|
|
1399
|
+
"kind": "javascript-module",
|
|
1400
|
+
"path": "src/_config/index.ts",
|
|
1401
|
+
"declarations": [],
|
|
1402
|
+
"exports": [
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "js",
|
|
1405
|
+
"name": "*",
|
|
1406
|
+
"declaration": {
|
|
1407
|
+
"name": "*",
|
|
1408
|
+
"package": "./styles"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"kind": "js",
|
|
1413
|
+
"name": "*",
|
|
1414
|
+
"declaration": {
|
|
1415
|
+
"name": "*",
|
|
1416
|
+
"package": "./tokens"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "js",
|
|
1421
|
+
"name": "*",
|
|
1422
|
+
"declaration": {
|
|
1423
|
+
"name": "*",
|
|
1424
|
+
"package": "./values"
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1429
1429
|
{
|
|
1430
1430
|
"kind": "javascript-module",
|
|
1431
1431
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -19748,231 +19748,257 @@
|
|
|
19748
19748
|
},
|
|
19749
19749
|
{
|
|
19750
19750
|
"kind": "javascript-module",
|
|
19751
|
-
"path": "src/
|
|
19751
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
19752
19752
|
"declarations": [
|
|
19753
19753
|
{
|
|
19754
|
-
"kind": "
|
|
19755
|
-
"name": "
|
|
19756
|
-
"
|
|
19757
|
-
"type": {
|
|
19758
|
-
"text": "ElementStyles"
|
|
19759
|
-
}
|
|
19760
|
-
},
|
|
19761
|
-
"parameters": [
|
|
19762
|
-
{
|
|
19763
|
-
"name": "context",
|
|
19764
|
-
"type": {
|
|
19765
|
-
"text": "ElementDefinitionContext"
|
|
19766
|
-
}
|
|
19767
|
-
},
|
|
19768
|
-
{
|
|
19769
|
-
"name": "definition",
|
|
19770
|
-
"type": {
|
|
19771
|
-
"text": "FlipperOptions"
|
|
19772
|
-
}
|
|
19773
|
-
}
|
|
19774
|
-
]
|
|
19754
|
+
"kind": "variable",
|
|
19755
|
+
"name": "zeroFlyoutStyles",
|
|
19756
|
+
"default": "css`\n ${foundationFlyoutStyles}\n div.flyout {\n background-color: ${neutralLayer2};\n border-color: ${neutralFillHover};\n color: ${neutralForegroundRest};\n }\n\n :host([position='left']) div.flyout {\n border-right-style: solid;\n border-right-width: 1px;\n }\n\n :host([position='right']) div.flyout {\n border-left-style: solid;\n border-left-width: 1px;\n }\n\n div.exit {\n cursor: pointer;\n padding: 5px 8px;\n }\n\n div.exit:hover {\n background-color: ${neutralFillHover};\n border-radius: 3px;\n }\n`"
|
|
19775
19757
|
}
|
|
19776
19758
|
],
|
|
19777
19759
|
"exports": [
|
|
19778
19760
|
{
|
|
19779
19761
|
"kind": "js",
|
|
19780
|
-
"name": "
|
|
19762
|
+
"name": "zeroFlyoutStyles",
|
|
19781
19763
|
"declaration": {
|
|
19782
|
-
"name": "
|
|
19783
|
-
"module": "src/
|
|
19764
|
+
"name": "zeroFlyoutStyles",
|
|
19765
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
19784
19766
|
}
|
|
19785
19767
|
}
|
|
19786
19768
|
]
|
|
19787
19769
|
},
|
|
19788
19770
|
{
|
|
19789
19771
|
"kind": "javascript-module",
|
|
19790
|
-
"path": "src/
|
|
19772
|
+
"path": "src/flyout/flyout.template.ts",
|
|
19791
19773
|
"declarations": [
|
|
19792
19774
|
{
|
|
19793
|
-
"kind": "
|
|
19794
|
-
"name": "
|
|
19795
|
-
"
|
|
19796
|
-
"type": {
|
|
19797
|
-
"text": "ViewTemplate<Flipper>"
|
|
19798
|
-
}
|
|
19799
|
-
},
|
|
19800
|
-
"parameters": [
|
|
19801
|
-
{
|
|
19802
|
-
"name": "context",
|
|
19803
|
-
"type": {
|
|
19804
|
-
"text": "ElementDefinitionContext"
|
|
19805
|
-
}
|
|
19806
|
-
},
|
|
19807
|
-
{
|
|
19808
|
-
"name": "definition",
|
|
19809
|
-
"type": {
|
|
19810
|
-
"text": "FlipperOptions"
|
|
19811
|
-
}
|
|
19812
|
-
}
|
|
19813
|
-
]
|
|
19775
|
+
"kind": "variable",
|
|
19776
|
+
"name": "zeroFlyoutTemplate",
|
|
19777
|
+
"default": "html<Flyout>`\n ${getPrefixedFlyout('zero')}\n`"
|
|
19814
19778
|
}
|
|
19815
19779
|
],
|
|
19816
19780
|
"exports": [
|
|
19817
19781
|
{
|
|
19818
19782
|
"kind": "js",
|
|
19819
|
-
"name": "
|
|
19783
|
+
"name": "zeroFlyoutTemplate",
|
|
19820
19784
|
"declaration": {
|
|
19821
|
-
"name": "
|
|
19822
|
-
"module": "src/
|
|
19785
|
+
"name": "zeroFlyoutTemplate",
|
|
19786
|
+
"module": "src/flyout/flyout.template.ts"
|
|
19823
19787
|
}
|
|
19824
19788
|
}
|
|
19825
19789
|
]
|
|
19826
19790
|
},
|
|
19827
19791
|
{
|
|
19828
19792
|
"kind": "javascript-module",
|
|
19829
|
-
"path": "src/
|
|
19793
|
+
"path": "src/flyout/flyout.ts",
|
|
19830
19794
|
"declarations": [
|
|
19795
|
+
{
|
|
19796
|
+
"kind": "variable",
|
|
19797
|
+
"name": "defaultFlyoutConfig",
|
|
19798
|
+
"default": "foundationConfig"
|
|
19799
|
+
},
|
|
19800
|
+
{
|
|
19801
|
+
"kind": "variable",
|
|
19802
|
+
"name": "zeroFlyoutShadowOptions",
|
|
19803
|
+
"default": "foundationFlyoutShadowOptions"
|
|
19804
|
+
},
|
|
19831
19805
|
{
|
|
19832
19806
|
"kind": "class",
|
|
19833
19807
|
"description": "",
|
|
19834
|
-
"name": "
|
|
19808
|
+
"name": "Flyout",
|
|
19835
19809
|
"superclass": {
|
|
19836
|
-
"name": "
|
|
19810
|
+
"name": "FoundationFlyout",
|
|
19837
19811
|
"package": "@genesislcap/foundation-ui"
|
|
19838
19812
|
},
|
|
19839
|
-
"tagName": "%%prefix%%-
|
|
19813
|
+
"tagName": "%%prefix%%-flyout",
|
|
19840
19814
|
"customElement": true,
|
|
19841
19815
|
"attributes": [
|
|
19842
19816
|
{
|
|
19817
|
+
"name": "position",
|
|
19843
19818
|
"type": {
|
|
19844
|
-
"text": "
|
|
19819
|
+
"text": "string"
|
|
19845
19820
|
},
|
|
19846
|
-
"
|
|
19847
|
-
"fieldName": "
|
|
19821
|
+
"default": "'right'",
|
|
19822
|
+
"fieldName": "position",
|
|
19848
19823
|
"inheritedFrom": {
|
|
19849
|
-
"name": "
|
|
19850
|
-
"module": "src/
|
|
19824
|
+
"name": "Flyout",
|
|
19825
|
+
"module": "src/flyout/flyout.ts"
|
|
19851
19826
|
}
|
|
19852
19827
|
},
|
|
19853
19828
|
{
|
|
19854
|
-
"name": "
|
|
19829
|
+
"name": "flyout-width",
|
|
19855
19830
|
"type": {
|
|
19856
|
-
"text": "
|
|
19831
|
+
"text": "string"
|
|
19857
19832
|
},
|
|
19858
|
-
"default": "
|
|
19859
|
-
"
|
|
19860
|
-
"fieldName": "hiddenFromAT",
|
|
19833
|
+
"default": "'20%'",
|
|
19834
|
+
"fieldName": "flyoutWidth",
|
|
19861
19835
|
"inheritedFrom": {
|
|
19862
|
-
"name": "
|
|
19863
|
-
"module": "src/
|
|
19836
|
+
"name": "Flyout",
|
|
19837
|
+
"module": "src/flyout/flyout.ts"
|
|
19864
19838
|
}
|
|
19865
19839
|
},
|
|
19866
19840
|
{
|
|
19867
|
-
"name": "direction",
|
|
19868
19841
|
"type": {
|
|
19869
|
-
"text": "
|
|
19842
|
+
"text": "boolean"
|
|
19870
19843
|
},
|
|
19871
|
-
"
|
|
19872
|
-
"fieldName": "
|
|
19844
|
+
"default": "true",
|
|
19845
|
+
"fieldName": "displayHeader",
|
|
19873
19846
|
"inheritedFrom": {
|
|
19874
|
-
"name": "
|
|
19875
|
-
"module": "src/
|
|
19847
|
+
"name": "Flyout",
|
|
19848
|
+
"module": "src/flyout/flyout.ts"
|
|
19876
19849
|
}
|
|
19877
19850
|
}
|
|
19878
19851
|
],
|
|
19879
19852
|
"members": [
|
|
19880
19853
|
{
|
|
19881
19854
|
"kind": "field",
|
|
19882
|
-
"name": "
|
|
19855
|
+
"name": "exit",
|
|
19883
19856
|
"type": {
|
|
19884
|
-
"text": "
|
|
19857
|
+
"text": "HTMLDivElement"
|
|
19885
19858
|
},
|
|
19886
19859
|
"privacy": "public",
|
|
19887
|
-
"description": "The disabled state of the flipper.",
|
|
19888
19860
|
"inheritedFrom": {
|
|
19889
|
-
"name": "
|
|
19890
|
-
"module": "src/
|
|
19861
|
+
"name": "Flyout",
|
|
19862
|
+
"module": "src/flyout/flyout.ts"
|
|
19891
19863
|
}
|
|
19892
19864
|
},
|
|
19893
19865
|
{
|
|
19894
19866
|
"kind": "field",
|
|
19895
|
-
"name": "
|
|
19867
|
+
"name": "position",
|
|
19896
19868
|
"type": {
|
|
19897
|
-
"text": "
|
|
19869
|
+
"text": "string"
|
|
19898
19870
|
},
|
|
19899
|
-
"
|
|
19900
|
-
"default": "true",
|
|
19901
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
19871
|
+
"default": "'right'",
|
|
19902
19872
|
"inheritedFrom": {
|
|
19903
|
-
"name": "
|
|
19904
|
-
"module": "src/
|
|
19873
|
+
"name": "Flyout",
|
|
19874
|
+
"module": "src/flyout/flyout.ts"
|
|
19905
19875
|
}
|
|
19906
19876
|
},
|
|
19907
19877
|
{
|
|
19908
19878
|
"kind": "field",
|
|
19909
|
-
"name": "
|
|
19879
|
+
"name": "flyoutWidth",
|
|
19910
19880
|
"type": {
|
|
19911
|
-
"text": "
|
|
19881
|
+
"text": "string"
|
|
19912
19882
|
},
|
|
19913
|
-
"
|
|
19914
|
-
"description": "The direction that the flipper implies navigating.",
|
|
19883
|
+
"default": "'20%'",
|
|
19915
19884
|
"inheritedFrom": {
|
|
19916
|
-
"name": "
|
|
19917
|
-
"module": "src/
|
|
19885
|
+
"name": "Flyout",
|
|
19886
|
+
"module": "src/flyout/flyout.ts"
|
|
19918
19887
|
}
|
|
19919
19888
|
},
|
|
19920
19889
|
{
|
|
19921
19890
|
"kind": "method",
|
|
19922
|
-
"name": "
|
|
19923
|
-
"privacy": "public",
|
|
19924
|
-
"parameters": [
|
|
19925
|
-
{
|
|
19926
|
-
"name": "e",
|
|
19927
|
-
"type": {
|
|
19928
|
-
"text": "Event & KeyboardEvent"
|
|
19929
|
-
},
|
|
19930
|
-
"description": "Keyboard event"
|
|
19931
|
-
}
|
|
19932
|
-
],
|
|
19933
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
19891
|
+
"name": "flyoutWidthChanged",
|
|
19934
19892
|
"inheritedFrom": {
|
|
19935
|
-
"name": "
|
|
19936
|
-
"module": "src/
|
|
19893
|
+
"name": "Flyout",
|
|
19894
|
+
"module": "src/flyout/flyout.ts"
|
|
19937
19895
|
}
|
|
19938
19896
|
},
|
|
19939
19897
|
{
|
|
19940
19898
|
"kind": "field",
|
|
19941
|
-
"name": "
|
|
19899
|
+
"name": "displayHeader",
|
|
19942
19900
|
"type": {
|
|
19943
|
-
"text": "
|
|
19901
|
+
"text": "boolean"
|
|
19944
19902
|
},
|
|
19945
|
-
"
|
|
19946
|
-
"default": "void 0",
|
|
19903
|
+
"default": "true",
|
|
19947
19904
|
"inheritedFrom": {
|
|
19948
|
-
"name": "
|
|
19949
|
-
"module": "src/
|
|
19905
|
+
"name": "Flyout",
|
|
19906
|
+
"module": "src/flyout/flyout.ts"
|
|
19950
19907
|
}
|
|
19951
19908
|
},
|
|
19952
19909
|
{
|
|
19953
19910
|
"kind": "field",
|
|
19954
|
-
"name": "
|
|
19911
|
+
"name": "closed",
|
|
19955
19912
|
"type": {
|
|
19956
|
-
"text": "
|
|
19913
|
+
"text": "boolean"
|
|
19957
19914
|
},
|
|
19958
|
-
"
|
|
19959
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
19915
|
+
"default": "true",
|
|
19960
19916
|
"inheritedFrom": {
|
|
19961
|
-
"name": "
|
|
19962
|
-
"module": "src/
|
|
19917
|
+
"name": "Flyout",
|
|
19918
|
+
"module": "src/flyout/flyout.ts"
|
|
19963
19919
|
}
|
|
19964
19920
|
},
|
|
19965
19921
|
{
|
|
19966
|
-
"kind": "
|
|
19967
|
-
"name": "
|
|
19968
|
-
"
|
|
19969
|
-
"
|
|
19970
|
-
|
|
19971
|
-
|
|
19922
|
+
"kind": "method",
|
|
19923
|
+
"name": "closedChanged",
|
|
19924
|
+
"inheritedFrom": {
|
|
19925
|
+
"name": "Flyout",
|
|
19926
|
+
"module": "src/flyout/flyout.ts"
|
|
19927
|
+
}
|
|
19928
|
+
},
|
|
19929
|
+
{
|
|
19930
|
+
"kind": "field",
|
|
19931
|
+
"name": "visuallyhidden",
|
|
19932
|
+
"type": {
|
|
19933
|
+
"text": "boolean"
|
|
19934
|
+
},
|
|
19935
|
+
"default": "true",
|
|
19936
|
+
"inheritedFrom": {
|
|
19937
|
+
"name": "Flyout",
|
|
19938
|
+
"module": "src/flyout/flyout.ts"
|
|
19939
|
+
}
|
|
19940
|
+
},
|
|
19941
|
+
{
|
|
19942
|
+
"kind": "method",
|
|
19943
|
+
"name": "closeFlyout",
|
|
19944
|
+
"inheritedFrom": {
|
|
19945
|
+
"name": "Flyout",
|
|
19946
|
+
"module": "src/flyout/flyout.ts"
|
|
19947
|
+
}
|
|
19948
|
+
},
|
|
19949
|
+
{
|
|
19950
|
+
"kind": "method",
|
|
19951
|
+
"name": "closingFinished",
|
|
19952
|
+
"inheritedFrom": {
|
|
19953
|
+
"name": "Flyout",
|
|
19954
|
+
"module": "src/flyout/flyout.ts"
|
|
19955
|
+
}
|
|
19956
|
+
},
|
|
19957
|
+
{
|
|
19958
|
+
"kind": "method",
|
|
19959
|
+
"name": "focusExit",
|
|
19960
|
+
"inheritedFrom": {
|
|
19961
|
+
"name": "Flyout",
|
|
19962
|
+
"module": "src/flyout/flyout.ts"
|
|
19963
|
+
}
|
|
19964
|
+
},
|
|
19965
|
+
{
|
|
19966
|
+
"kind": "field",
|
|
19967
|
+
"name": "_presentation",
|
|
19968
|
+
"type": {
|
|
19969
|
+
"text": "ComponentPresentation | null | undefined"
|
|
19970
|
+
},
|
|
19971
|
+
"privacy": "private",
|
|
19972
|
+
"default": "void 0",
|
|
19973
|
+
"inheritedFrom": {
|
|
19974
|
+
"name": "FoundationElement",
|
|
19975
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19976
|
+
}
|
|
19977
|
+
},
|
|
19978
|
+
{
|
|
19979
|
+
"kind": "field",
|
|
19980
|
+
"name": "$presentation",
|
|
19981
|
+
"type": {
|
|
19982
|
+
"text": "ComponentPresentation | null"
|
|
19983
|
+
},
|
|
19984
|
+
"privacy": "public",
|
|
19985
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
19986
|
+
"inheritedFrom": {
|
|
19987
|
+
"name": "FoundationElement",
|
|
19988
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19989
|
+
}
|
|
19990
|
+
},
|
|
19991
|
+
{
|
|
19992
|
+
"kind": "field",
|
|
19993
|
+
"name": "template",
|
|
19994
|
+
"type": {
|
|
19995
|
+
"text": "ElementViewTemplate | void | null"
|
|
19996
|
+
},
|
|
19997
|
+
"privacy": "public",
|
|
19972
19998
|
"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.",
|
|
19973
19999
|
"inheritedFrom": {
|
|
19974
|
-
"name": "
|
|
19975
|
-
"module": "src/
|
|
20000
|
+
"name": "FoundationElement",
|
|
20001
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19976
20002
|
}
|
|
19977
20003
|
},
|
|
19978
20004
|
{
|
|
@@ -19985,8 +20011,8 @@
|
|
|
19985
20011
|
}
|
|
19986
20012
|
},
|
|
19987
20013
|
"inheritedFrom": {
|
|
19988
|
-
"name": "
|
|
19989
|
-
"module": "src/
|
|
20014
|
+
"name": "FoundationElement",
|
|
20015
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
19990
20016
|
}
|
|
19991
20017
|
},
|
|
19992
20018
|
{
|
|
@@ -19998,8 +20024,8 @@
|
|
|
19998
20024
|
"privacy": "public",
|
|
19999
20025
|
"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.",
|
|
20000
20026
|
"inheritedFrom": {
|
|
20001
|
-
"name": "
|
|
20002
|
-
"module": "src/
|
|
20027
|
+
"name": "FoundationElement",
|
|
20028
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20003
20029
|
}
|
|
20004
20030
|
},
|
|
20005
20031
|
{
|
|
@@ -20012,8 +20038,8 @@
|
|
|
20012
20038
|
}
|
|
20013
20039
|
},
|
|
20014
20040
|
"inheritedFrom": {
|
|
20015
|
-
"name": "
|
|
20016
|
-
"module": "src/
|
|
20041
|
+
"name": "FoundationElement",
|
|
20042
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20017
20043
|
}
|
|
20018
20044
|
},
|
|
20019
20045
|
{
|
|
@@ -20043,49 +20069,67 @@
|
|
|
20043
20069
|
],
|
|
20044
20070
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20045
20071
|
"inheritedFrom": {
|
|
20046
|
-
"name": "
|
|
20047
|
-
"module": "src/
|
|
20072
|
+
"name": "FoundationElement",
|
|
20073
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20048
20074
|
}
|
|
20049
20075
|
}
|
|
20050
20076
|
],
|
|
20051
20077
|
"events": [
|
|
20052
20078
|
{
|
|
20053
|
-
"description": "
|
|
20054
|
-
"name": "
|
|
20079
|
+
"description": "Fired when the flyout finishes closing",
|
|
20080
|
+
"name": "closed",
|
|
20055
20081
|
"inheritedFrom": {
|
|
20056
|
-
"name": "
|
|
20057
|
-
"module": "src/
|
|
20082
|
+
"name": "Flyout",
|
|
20083
|
+
"module": "src/flyout/flyout.ts"
|
|
20058
20084
|
}
|
|
20059
20085
|
}
|
|
20060
20086
|
]
|
|
20061
20087
|
},
|
|
20062
20088
|
{
|
|
20063
20089
|
"kind": "variable",
|
|
20064
|
-
"name": "
|
|
20090
|
+
"name": "zeroFlyout",
|
|
20091
|
+
"description": "The Zero Flyout",
|
|
20092
|
+
"privacy": "public"
|
|
20065
20093
|
}
|
|
20066
20094
|
],
|
|
20067
20095
|
"exports": [
|
|
20068
20096
|
{
|
|
20069
20097
|
"kind": "js",
|
|
20070
|
-
"name": "
|
|
20098
|
+
"name": "defaultFlyoutConfig",
|
|
20071
20099
|
"declaration": {
|
|
20072
|
-
"name": "
|
|
20073
|
-
"module": "src/
|
|
20100
|
+
"name": "defaultFlyoutConfig",
|
|
20101
|
+
"module": "src/flyout/flyout.ts"
|
|
20074
20102
|
}
|
|
20075
20103
|
},
|
|
20076
20104
|
{
|
|
20077
20105
|
"kind": "js",
|
|
20078
|
-
"name": "
|
|
20106
|
+
"name": "zeroFlyoutShadowOptions",
|
|
20079
20107
|
"declaration": {
|
|
20080
|
-
"name": "
|
|
20081
|
-
"module": "src/
|
|
20108
|
+
"name": "zeroFlyoutShadowOptions",
|
|
20109
|
+
"module": "src/flyout/flyout.ts"
|
|
20110
|
+
}
|
|
20111
|
+
},
|
|
20112
|
+
{
|
|
20113
|
+
"kind": "js",
|
|
20114
|
+
"name": "Flyout",
|
|
20115
|
+
"declaration": {
|
|
20116
|
+
"name": "Flyout",
|
|
20117
|
+
"module": "src/flyout/flyout.ts"
|
|
20118
|
+
}
|
|
20119
|
+
},
|
|
20120
|
+
{
|
|
20121
|
+
"kind": "js",
|
|
20122
|
+
"name": "zeroFlyout",
|
|
20123
|
+
"declaration": {
|
|
20124
|
+
"name": "zeroFlyout",
|
|
20125
|
+
"module": "src/flyout/flyout.ts"
|
|
20082
20126
|
}
|
|
20083
20127
|
}
|
|
20084
20128
|
]
|
|
20085
20129
|
},
|
|
20086
20130
|
{
|
|
20087
20131
|
"kind": "javascript-module",
|
|
20088
|
-
"path": "src/
|
|
20132
|
+
"path": "src/flyout/index.ts",
|
|
20089
20133
|
"declarations": [],
|
|
20090
20134
|
"exports": [
|
|
20091
20135
|
{
|
|
@@ -20093,7 +20137,7 @@
|
|
|
20093
20137
|
"name": "*",
|
|
20094
20138
|
"declaration": {
|
|
20095
20139
|
"name": "*",
|
|
20096
|
-
"package": "./
|
|
20140
|
+
"package": "./flyout"
|
|
20097
20141
|
}
|
|
20098
20142
|
},
|
|
20099
20143
|
{
|
|
@@ -20101,7 +20145,7 @@
|
|
|
20101
20145
|
"name": "*",
|
|
20102
20146
|
"declaration": {
|
|
20103
20147
|
"name": "*",
|
|
20104
|
-
"package": "./
|
|
20148
|
+
"package": "./flyout.styles"
|
|
20105
20149
|
}
|
|
20106
20150
|
},
|
|
20107
20151
|
{
|
|
@@ -20109,225 +20153,199 @@
|
|
|
20109
20153
|
"name": "*",
|
|
20110
20154
|
"declaration": {
|
|
20111
20155
|
"name": "*",
|
|
20112
|
-
"package": "./
|
|
20156
|
+
"package": "./flyout.template"
|
|
20113
20157
|
}
|
|
20114
20158
|
}
|
|
20115
20159
|
]
|
|
20116
20160
|
},
|
|
20117
20161
|
{
|
|
20118
20162
|
"kind": "javascript-module",
|
|
20119
|
-
"path": "src/
|
|
20163
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
20120
20164
|
"declarations": [
|
|
20121
20165
|
{
|
|
20122
|
-
"kind": "
|
|
20123
|
-
"name": "
|
|
20124
|
-
"
|
|
20166
|
+
"kind": "function",
|
|
20167
|
+
"name": "zeroFlipperStyles",
|
|
20168
|
+
"return": {
|
|
20169
|
+
"type": {
|
|
20170
|
+
"text": "ElementStyles"
|
|
20171
|
+
}
|
|
20172
|
+
},
|
|
20173
|
+
"parameters": [
|
|
20174
|
+
{
|
|
20175
|
+
"name": "context",
|
|
20176
|
+
"type": {
|
|
20177
|
+
"text": "ElementDefinitionContext"
|
|
20178
|
+
}
|
|
20179
|
+
},
|
|
20180
|
+
{
|
|
20181
|
+
"name": "definition",
|
|
20182
|
+
"type": {
|
|
20183
|
+
"text": "FlipperOptions"
|
|
20184
|
+
}
|
|
20185
|
+
}
|
|
20186
|
+
]
|
|
20125
20187
|
}
|
|
20126
20188
|
],
|
|
20127
20189
|
"exports": [
|
|
20128
20190
|
{
|
|
20129
20191
|
"kind": "js",
|
|
20130
|
-
"name": "
|
|
20192
|
+
"name": "zeroFlipperStyles",
|
|
20131
20193
|
"declaration": {
|
|
20132
|
-
"name": "
|
|
20133
|
-
"module": "src/
|
|
20194
|
+
"name": "zeroFlipperStyles",
|
|
20195
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
20134
20196
|
}
|
|
20135
20197
|
}
|
|
20136
20198
|
]
|
|
20137
20199
|
},
|
|
20138
20200
|
{
|
|
20139
20201
|
"kind": "javascript-module",
|
|
20140
|
-
"path": "src/
|
|
20202
|
+
"path": "src/flipper/flipper.template.ts",
|
|
20141
20203
|
"declarations": [
|
|
20142
20204
|
{
|
|
20143
|
-
"kind": "
|
|
20144
|
-
"name": "
|
|
20145
|
-
"
|
|
20205
|
+
"kind": "function",
|
|
20206
|
+
"name": "zeroFlipperTemplate",
|
|
20207
|
+
"return": {
|
|
20208
|
+
"type": {
|
|
20209
|
+
"text": "ViewTemplate<Flipper>"
|
|
20210
|
+
}
|
|
20211
|
+
},
|
|
20212
|
+
"parameters": [
|
|
20213
|
+
{
|
|
20214
|
+
"name": "context",
|
|
20215
|
+
"type": {
|
|
20216
|
+
"text": "ElementDefinitionContext"
|
|
20217
|
+
}
|
|
20218
|
+
},
|
|
20219
|
+
{
|
|
20220
|
+
"name": "definition",
|
|
20221
|
+
"type": {
|
|
20222
|
+
"text": "FlipperOptions"
|
|
20223
|
+
}
|
|
20224
|
+
}
|
|
20225
|
+
]
|
|
20146
20226
|
}
|
|
20147
20227
|
],
|
|
20148
20228
|
"exports": [
|
|
20149
20229
|
{
|
|
20150
20230
|
"kind": "js",
|
|
20151
|
-
"name": "
|
|
20231
|
+
"name": "zeroFlipperTemplate",
|
|
20152
20232
|
"declaration": {
|
|
20153
|
-
"name": "
|
|
20154
|
-
"module": "src/
|
|
20233
|
+
"name": "zeroFlipperTemplate",
|
|
20234
|
+
"module": "src/flipper/flipper.template.ts"
|
|
20155
20235
|
}
|
|
20156
20236
|
}
|
|
20157
20237
|
]
|
|
20158
20238
|
},
|
|
20159
20239
|
{
|
|
20160
20240
|
"kind": "javascript-module",
|
|
20161
|
-
"path": "src/
|
|
20241
|
+
"path": "src/flipper/flipper.ts",
|
|
20162
20242
|
"declarations": [
|
|
20163
|
-
{
|
|
20164
|
-
"kind": "variable",
|
|
20165
|
-
"name": "defaultFlyoutConfig",
|
|
20166
|
-
"default": "foundationConfig"
|
|
20167
|
-
},
|
|
20168
|
-
{
|
|
20169
|
-
"kind": "variable",
|
|
20170
|
-
"name": "zeroFlyoutShadowOptions",
|
|
20171
|
-
"default": "foundationFlyoutShadowOptions"
|
|
20172
|
-
},
|
|
20173
20243
|
{
|
|
20174
20244
|
"kind": "class",
|
|
20175
20245
|
"description": "",
|
|
20176
|
-
"name": "
|
|
20246
|
+
"name": "Flipper",
|
|
20177
20247
|
"superclass": {
|
|
20178
|
-
"name": "
|
|
20248
|
+
"name": "FoundationFlipper",
|
|
20179
20249
|
"package": "@genesislcap/foundation-ui"
|
|
20180
20250
|
},
|
|
20181
|
-
"tagName": "%%prefix%%-
|
|
20251
|
+
"tagName": "%%prefix%%-flipper",
|
|
20182
20252
|
"customElement": true,
|
|
20183
20253
|
"attributes": [
|
|
20184
20254
|
{
|
|
20185
|
-
"name": "position",
|
|
20186
20255
|
"type": {
|
|
20187
|
-
"text": "
|
|
20256
|
+
"text": "boolean"
|
|
20188
20257
|
},
|
|
20189
|
-
"
|
|
20190
|
-
"fieldName": "
|
|
20258
|
+
"description": "The disabled state of the flipper.",
|
|
20259
|
+
"fieldName": "disabled",
|
|
20191
20260
|
"inheritedFrom": {
|
|
20192
|
-
"name": "
|
|
20193
|
-
"module": "src/
|
|
20261
|
+
"name": "Flipper",
|
|
20262
|
+
"module": "src/flipper/flipper.ts"
|
|
20194
20263
|
}
|
|
20195
20264
|
},
|
|
20196
20265
|
{
|
|
20197
|
-
"name": "
|
|
20266
|
+
"name": "aria-hidden",
|
|
20198
20267
|
"type": {
|
|
20199
|
-
"text": "
|
|
20268
|
+
"text": "boolean"
|
|
20200
20269
|
},
|
|
20201
|
-
"default": "
|
|
20202
|
-
"
|
|
20270
|
+
"default": "true",
|
|
20271
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
20272
|
+
"fieldName": "hiddenFromAT",
|
|
20203
20273
|
"inheritedFrom": {
|
|
20204
|
-
"name": "
|
|
20205
|
-
"module": "src/
|
|
20274
|
+
"name": "Flipper",
|
|
20275
|
+
"module": "src/flipper/flipper.ts"
|
|
20206
20276
|
}
|
|
20207
20277
|
},
|
|
20208
20278
|
{
|
|
20279
|
+
"name": "direction",
|
|
20209
20280
|
"type": {
|
|
20210
|
-
"text": "
|
|
20281
|
+
"text": "FlipperDirection"
|
|
20211
20282
|
},
|
|
20212
|
-
"
|
|
20213
|
-
"fieldName": "
|
|
20283
|
+
"description": "The direction that the flipper implies navigating.",
|
|
20284
|
+
"fieldName": "direction",
|
|
20214
20285
|
"inheritedFrom": {
|
|
20215
|
-
"name": "
|
|
20216
|
-
"module": "src/
|
|
20286
|
+
"name": "Flipper",
|
|
20287
|
+
"module": "src/flipper/flipper.ts"
|
|
20217
20288
|
}
|
|
20218
20289
|
}
|
|
20219
20290
|
],
|
|
20220
20291
|
"members": [
|
|
20221
20292
|
{
|
|
20222
20293
|
"kind": "field",
|
|
20223
|
-
"name": "
|
|
20224
|
-
"type": {
|
|
20225
|
-
"text": "HTMLDivElement"
|
|
20226
|
-
},
|
|
20227
|
-
"privacy": "public",
|
|
20228
|
-
"inheritedFrom": {
|
|
20229
|
-
"name": "Flyout",
|
|
20230
|
-
"module": "src/flyout/flyout.ts"
|
|
20231
|
-
}
|
|
20232
|
-
},
|
|
20233
|
-
{
|
|
20234
|
-
"kind": "field",
|
|
20235
|
-
"name": "position",
|
|
20236
|
-
"type": {
|
|
20237
|
-
"text": "string"
|
|
20238
|
-
},
|
|
20239
|
-
"default": "'right'",
|
|
20240
|
-
"inheritedFrom": {
|
|
20241
|
-
"name": "Flyout",
|
|
20242
|
-
"module": "src/flyout/flyout.ts"
|
|
20243
|
-
}
|
|
20244
|
-
},
|
|
20245
|
-
{
|
|
20246
|
-
"kind": "field",
|
|
20247
|
-
"name": "flyoutWidth",
|
|
20248
|
-
"type": {
|
|
20249
|
-
"text": "string"
|
|
20250
|
-
},
|
|
20251
|
-
"default": "'20%'",
|
|
20252
|
-
"inheritedFrom": {
|
|
20253
|
-
"name": "Flyout",
|
|
20254
|
-
"module": "src/flyout/flyout.ts"
|
|
20255
|
-
}
|
|
20256
|
-
},
|
|
20257
|
-
{
|
|
20258
|
-
"kind": "method",
|
|
20259
|
-
"name": "flyoutWidthChanged",
|
|
20260
|
-
"inheritedFrom": {
|
|
20261
|
-
"name": "Flyout",
|
|
20262
|
-
"module": "src/flyout/flyout.ts"
|
|
20263
|
-
}
|
|
20264
|
-
},
|
|
20265
|
-
{
|
|
20266
|
-
"kind": "field",
|
|
20267
|
-
"name": "displayHeader",
|
|
20294
|
+
"name": "disabled",
|
|
20268
20295
|
"type": {
|
|
20269
20296
|
"text": "boolean"
|
|
20270
20297
|
},
|
|
20271
|
-
"
|
|
20298
|
+
"privacy": "public",
|
|
20299
|
+
"description": "The disabled state of the flipper.",
|
|
20272
20300
|
"inheritedFrom": {
|
|
20273
|
-
"name": "
|
|
20274
|
-
"module": "src/
|
|
20301
|
+
"name": "Flipper",
|
|
20302
|
+
"module": "src/flipper/flipper.ts"
|
|
20275
20303
|
}
|
|
20276
20304
|
},
|
|
20277
20305
|
{
|
|
20278
20306
|
"kind": "field",
|
|
20279
|
-
"name": "
|
|
20307
|
+
"name": "hiddenFromAT",
|
|
20280
20308
|
"type": {
|
|
20281
20309
|
"text": "boolean"
|
|
20282
20310
|
},
|
|
20311
|
+
"privacy": "public",
|
|
20283
20312
|
"default": "true",
|
|
20313
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
20284
20314
|
"inheritedFrom": {
|
|
20285
|
-
"name": "
|
|
20286
|
-
"module": "src/
|
|
20287
|
-
}
|
|
20288
|
-
},
|
|
20289
|
-
{
|
|
20290
|
-
"kind": "method",
|
|
20291
|
-
"name": "closedChanged",
|
|
20292
|
-
"inheritedFrom": {
|
|
20293
|
-
"name": "Flyout",
|
|
20294
|
-
"module": "src/flyout/flyout.ts"
|
|
20315
|
+
"name": "Flipper",
|
|
20316
|
+
"module": "src/flipper/flipper.ts"
|
|
20295
20317
|
}
|
|
20296
20318
|
},
|
|
20297
20319
|
{
|
|
20298
20320
|
"kind": "field",
|
|
20299
|
-
"name": "
|
|
20321
|
+
"name": "direction",
|
|
20300
20322
|
"type": {
|
|
20301
|
-
"text": "
|
|
20323
|
+
"text": "FlipperDirection"
|
|
20302
20324
|
},
|
|
20303
|
-
"
|
|
20304
|
-
"
|
|
20305
|
-
"name": "Flyout",
|
|
20306
|
-
"module": "src/flyout/flyout.ts"
|
|
20307
|
-
}
|
|
20308
|
-
},
|
|
20309
|
-
{
|
|
20310
|
-
"kind": "method",
|
|
20311
|
-
"name": "closeFlyout",
|
|
20312
|
-
"inheritedFrom": {
|
|
20313
|
-
"name": "Flyout",
|
|
20314
|
-
"module": "src/flyout/flyout.ts"
|
|
20315
|
-
}
|
|
20316
|
-
},
|
|
20317
|
-
{
|
|
20318
|
-
"kind": "method",
|
|
20319
|
-
"name": "closingFinished",
|
|
20325
|
+
"privacy": "public",
|
|
20326
|
+
"description": "The direction that the flipper implies navigating.",
|
|
20320
20327
|
"inheritedFrom": {
|
|
20321
|
-
"name": "
|
|
20322
|
-
"module": "src/
|
|
20328
|
+
"name": "Flipper",
|
|
20329
|
+
"module": "src/flipper/flipper.ts"
|
|
20323
20330
|
}
|
|
20324
20331
|
},
|
|
20325
20332
|
{
|
|
20326
20333
|
"kind": "method",
|
|
20327
|
-
"name": "
|
|
20334
|
+
"name": "keyupHandler",
|
|
20335
|
+
"privacy": "public",
|
|
20336
|
+
"parameters": [
|
|
20337
|
+
{
|
|
20338
|
+
"name": "e",
|
|
20339
|
+
"type": {
|
|
20340
|
+
"text": "Event & KeyboardEvent"
|
|
20341
|
+
},
|
|
20342
|
+
"description": "Keyboard event"
|
|
20343
|
+
}
|
|
20344
|
+
],
|
|
20345
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
20328
20346
|
"inheritedFrom": {
|
|
20329
|
-
"name": "
|
|
20330
|
-
"module": "src/
|
|
20347
|
+
"name": "Flipper",
|
|
20348
|
+
"module": "src/flipper/flipper.ts"
|
|
20331
20349
|
}
|
|
20332
20350
|
},
|
|
20333
20351
|
{
|
|
@@ -20339,8 +20357,8 @@
|
|
|
20339
20357
|
"privacy": "private",
|
|
20340
20358
|
"default": "void 0",
|
|
20341
20359
|
"inheritedFrom": {
|
|
20342
|
-
"name": "
|
|
20343
|
-
"module": "src/
|
|
20360
|
+
"name": "Flipper",
|
|
20361
|
+
"module": "src/flipper/flipper.ts"
|
|
20344
20362
|
}
|
|
20345
20363
|
},
|
|
20346
20364
|
{
|
|
@@ -20352,8 +20370,8 @@
|
|
|
20352
20370
|
"privacy": "public",
|
|
20353
20371
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20354
20372
|
"inheritedFrom": {
|
|
20355
|
-
"name": "
|
|
20356
|
-
"module": "src/
|
|
20373
|
+
"name": "Flipper",
|
|
20374
|
+
"module": "src/flipper/flipper.ts"
|
|
20357
20375
|
}
|
|
20358
20376
|
},
|
|
20359
20377
|
{
|
|
@@ -20365,8 +20383,8 @@
|
|
|
20365
20383
|
"privacy": "public",
|
|
20366
20384
|
"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.",
|
|
20367
20385
|
"inheritedFrom": {
|
|
20368
|
-
"name": "
|
|
20369
|
-
"module": "src/
|
|
20386
|
+
"name": "Flipper",
|
|
20387
|
+
"module": "src/flipper/flipper.ts"
|
|
20370
20388
|
}
|
|
20371
20389
|
},
|
|
20372
20390
|
{
|
|
@@ -20379,8 +20397,8 @@
|
|
|
20379
20397
|
}
|
|
20380
20398
|
},
|
|
20381
20399
|
"inheritedFrom": {
|
|
20382
|
-
"name": "
|
|
20383
|
-
"module": "src/
|
|
20400
|
+
"name": "Flipper",
|
|
20401
|
+
"module": "src/flipper/flipper.ts"
|
|
20384
20402
|
}
|
|
20385
20403
|
},
|
|
20386
20404
|
{
|
|
@@ -20392,8 +20410,8 @@
|
|
|
20392
20410
|
"privacy": "public",
|
|
20393
20411
|
"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.",
|
|
20394
20412
|
"inheritedFrom": {
|
|
20395
|
-
"name": "
|
|
20396
|
-
"module": "src/
|
|
20413
|
+
"name": "Flipper",
|
|
20414
|
+
"module": "src/flipper/flipper.ts"
|
|
20397
20415
|
}
|
|
20398
20416
|
},
|
|
20399
20417
|
{
|
|
@@ -20406,8 +20424,8 @@
|
|
|
20406
20424
|
}
|
|
20407
20425
|
},
|
|
20408
20426
|
"inheritedFrom": {
|
|
20409
|
-
"name": "
|
|
20410
|
-
"module": "src/
|
|
20427
|
+
"name": "Flipper",
|
|
20428
|
+
"module": "src/flipper/flipper.ts"
|
|
20411
20429
|
}
|
|
20412
20430
|
},
|
|
20413
20431
|
{
|
|
@@ -20437,67 +20455,49 @@
|
|
|
20437
20455
|
],
|
|
20438
20456
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20439
20457
|
"inheritedFrom": {
|
|
20440
|
-
"name": "
|
|
20441
|
-
"module": "src/
|
|
20458
|
+
"name": "Flipper",
|
|
20459
|
+
"module": "src/flipper/flipper.ts"
|
|
20442
20460
|
}
|
|
20443
20461
|
}
|
|
20444
20462
|
],
|
|
20445
20463
|
"events": [
|
|
20446
20464
|
{
|
|
20447
|
-
"description": "
|
|
20448
|
-
"name": "
|
|
20465
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
20466
|
+
"name": "click",
|
|
20449
20467
|
"inheritedFrom": {
|
|
20450
|
-
"name": "
|
|
20451
|
-
"module": "src/
|
|
20468
|
+
"name": "Flipper",
|
|
20469
|
+
"module": "src/flipper/flipper.ts"
|
|
20452
20470
|
}
|
|
20453
20471
|
}
|
|
20454
20472
|
]
|
|
20455
20473
|
},
|
|
20456
20474
|
{
|
|
20457
20475
|
"kind": "variable",
|
|
20458
|
-
"name": "
|
|
20459
|
-
"description": "The Zero Flyout",
|
|
20460
|
-
"privacy": "public"
|
|
20476
|
+
"name": "zeroFlipper"
|
|
20461
20477
|
}
|
|
20462
20478
|
],
|
|
20463
20479
|
"exports": [
|
|
20464
20480
|
{
|
|
20465
20481
|
"kind": "js",
|
|
20466
|
-
"name": "
|
|
20467
|
-
"declaration": {
|
|
20468
|
-
"name": "defaultFlyoutConfig",
|
|
20469
|
-
"module": "src/flyout/flyout.ts"
|
|
20470
|
-
}
|
|
20471
|
-
},
|
|
20472
|
-
{
|
|
20473
|
-
"kind": "js",
|
|
20474
|
-
"name": "zeroFlyoutShadowOptions",
|
|
20475
|
-
"declaration": {
|
|
20476
|
-
"name": "zeroFlyoutShadowOptions",
|
|
20477
|
-
"module": "src/flyout/flyout.ts"
|
|
20478
|
-
}
|
|
20479
|
-
},
|
|
20480
|
-
{
|
|
20481
|
-
"kind": "js",
|
|
20482
|
-
"name": "Flyout",
|
|
20482
|
+
"name": "Flipper",
|
|
20483
20483
|
"declaration": {
|
|
20484
|
-
"name": "
|
|
20485
|
-
"module": "src/
|
|
20484
|
+
"name": "Flipper",
|
|
20485
|
+
"module": "src/flipper/flipper.ts"
|
|
20486
20486
|
}
|
|
20487
20487
|
},
|
|
20488
20488
|
{
|
|
20489
20489
|
"kind": "js",
|
|
20490
|
-
"name": "
|
|
20490
|
+
"name": "zeroFlipper",
|
|
20491
20491
|
"declaration": {
|
|
20492
|
-
"name": "
|
|
20493
|
-
"module": "src/
|
|
20492
|
+
"name": "zeroFlipper",
|
|
20493
|
+
"module": "src/flipper/flipper.ts"
|
|
20494
20494
|
}
|
|
20495
20495
|
}
|
|
20496
20496
|
]
|
|
20497
20497
|
},
|
|
20498
20498
|
{
|
|
20499
20499
|
"kind": "javascript-module",
|
|
20500
|
-
"path": "src/
|
|
20500
|
+
"path": "src/flipper/index.ts",
|
|
20501
20501
|
"declarations": [],
|
|
20502
20502
|
"exports": [
|
|
20503
20503
|
{
|
|
@@ -20505,7 +20505,7 @@
|
|
|
20505
20505
|
"name": "*",
|
|
20506
20506
|
"declaration": {
|
|
20507
20507
|
"name": "*",
|
|
20508
|
-
"package": "./
|
|
20508
|
+
"package": "./flipper"
|
|
20509
20509
|
}
|
|
20510
20510
|
},
|
|
20511
20511
|
{
|
|
@@ -20513,7 +20513,7 @@
|
|
|
20513
20513
|
"name": "*",
|
|
20514
20514
|
"declaration": {
|
|
20515
20515
|
"name": "*",
|
|
20516
|
-
"package": "./
|
|
20516
|
+
"package": "./flipper.styles"
|
|
20517
20517
|
}
|
|
20518
20518
|
},
|
|
20519
20519
|
{
|
|
@@ -20521,7 +20521,7 @@
|
|
|
20521
20521
|
"name": "*",
|
|
20522
20522
|
"declaration": {
|
|
20523
20523
|
"name": "*",
|
|
20524
|
-
"package": "./
|
|
20524
|
+
"package": "./flipper.template"
|
|
20525
20525
|
}
|
|
20526
20526
|
}
|
|
20527
20527
|
]
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -510,15 +510,6 @@ export declare const FlexLayout: React.ForwardRefExoticComponent<
|
|
|
510
510
|
>;
|
|
511
511
|
export type FlexLayoutRef = FlexLayoutWC;
|
|
512
512
|
|
|
513
|
-
export declare const Flipper: React.ForwardRefExoticComponent<
|
|
514
|
-
React.PropsWithChildren<
|
|
515
|
-
Omit<PublicOf<FlipperWC>, 'children' | 'style'> &
|
|
516
|
-
HTMLWCProps & {
|
|
517
|
-
}
|
|
518
|
-
> & React.RefAttributes<FlipperWC>
|
|
519
|
-
>;
|
|
520
|
-
export type FlipperRef = FlipperWC;
|
|
521
|
-
|
|
522
513
|
export declare const Flyout: React.ForwardRefExoticComponent<
|
|
523
514
|
React.PropsWithChildren<
|
|
524
515
|
Omit<PublicOf<FlyoutWC>, 'children' | 'style'> &
|
|
@@ -529,6 +520,15 @@ export declare const Flyout: React.ForwardRefExoticComponent<
|
|
|
529
520
|
>;
|
|
530
521
|
export type FlyoutRef = FlyoutWC;
|
|
531
522
|
|
|
523
|
+
export declare const Flipper: React.ForwardRefExoticComponent<
|
|
524
|
+
React.PropsWithChildren<
|
|
525
|
+
Omit<PublicOf<FlipperWC>, 'children' | 'style'> &
|
|
526
|
+
HTMLWCProps & {
|
|
527
|
+
}
|
|
528
|
+
> & React.RefAttributes<FlipperWC>
|
|
529
|
+
>;
|
|
530
|
+
export type FlipperRef = FlipperWC;
|
|
531
|
+
|
|
532
532
|
export declare const GridLayout: React.ForwardRefExoticComponent<
|
|
533
533
|
React.PropsWithChildren<
|
|
534
534
|
Omit<PublicOf<GridLayoutWC>, 'children' | 'style'> &
|
package/dist/react.cjs
CHANGED
|
@@ -572,11 +572,6 @@ const FlexLayout = React.forwardRef(function FlexLayout(props, ref) {
|
|
|
572
572
|
return React.createElement(customElements.getName(FlexLayoutWC) ?? '%%prefix%%-flex-layout', { ...rest, ref }, children);
|
|
573
573
|
});
|
|
574
574
|
|
|
575
|
-
const Flipper = React.forwardRef(function Flipper(props, ref) {
|
|
576
|
-
const { children, ...rest } = props;
|
|
577
|
-
return React.createElement(customElements.getName(FlipperWC) ?? '%%prefix%%-flipper', { ...rest, ref }, children);
|
|
578
|
-
});
|
|
579
|
-
|
|
580
575
|
const Flyout = React.forwardRef(function Flyout(props, ref) {
|
|
581
576
|
const { onClosed, children, ...rest } = props;
|
|
582
577
|
const _innerRef = React.useRef(null);
|
|
@@ -594,6 +589,11 @@ const Flyout = React.forwardRef(function Flyout(props, ref) {
|
|
|
594
589
|
return React.createElement(customElements.getName(FlyoutWC) ?? '%%prefix%%-flyout', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
595
590
|
});
|
|
596
591
|
|
|
592
|
+
const Flipper = React.forwardRef(function Flipper(props, ref) {
|
|
593
|
+
const { children, ...rest } = props;
|
|
594
|
+
return React.createElement(customElements.getName(FlipperWC) ?? '%%prefix%%-flipper', { ...rest, ref }, children);
|
|
595
|
+
});
|
|
596
|
+
|
|
597
597
|
const GridLayout = React.forwardRef(function GridLayout(props, ref) {
|
|
598
598
|
const { children, ...rest } = props;
|
|
599
599
|
return React.createElement(customElements.getName(GridLayoutWC) ?? '%%prefix%%-grid-layout', { ...rest, ref }, children);
|
|
@@ -1102,8 +1102,8 @@ module.exports = {
|
|
|
1102
1102
|
Filter,
|
|
1103
1103
|
FilterBar,
|
|
1104
1104
|
FlexLayout,
|
|
1105
|
-
Flipper,
|
|
1106
1105
|
Flyout,
|
|
1106
|
+
Flipper,
|
|
1107
1107
|
GridLayout,
|
|
1108
1108
|
GridLayoutItem,
|
|
1109
1109
|
HorizontalScroll,
|
package/dist/react.mjs
CHANGED
|
@@ -570,11 +570,6 @@ export const FlexLayout = React.forwardRef(function FlexLayout(props, ref) {
|
|
|
570
570
|
return React.createElement(customElements.getName(FlexLayoutWC) ?? '%%prefix%%-flex-layout', { ...rest, ref }, children);
|
|
571
571
|
});
|
|
572
572
|
|
|
573
|
-
export const Flipper = React.forwardRef(function Flipper(props, ref) {
|
|
574
|
-
const { children, ...rest } = props;
|
|
575
|
-
return React.createElement(customElements.getName(FlipperWC) ?? '%%prefix%%-flipper', { ...rest, ref }, children);
|
|
576
|
-
});
|
|
577
|
-
|
|
578
573
|
export const Flyout = React.forwardRef(function Flyout(props, ref) {
|
|
579
574
|
const { onClosed, children, ...rest } = props;
|
|
580
575
|
const _innerRef = React.useRef(null);
|
|
@@ -592,6 +587,11 @@ export const Flyout = React.forwardRef(function Flyout(props, ref) {
|
|
|
592
587
|
return React.createElement(customElements.getName(FlyoutWC) ?? '%%prefix%%-flyout', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
593
588
|
});
|
|
594
589
|
|
|
590
|
+
export const Flipper = React.forwardRef(function Flipper(props, ref) {
|
|
591
|
+
const { children, ...rest } = props;
|
|
592
|
+
return React.createElement(customElements.getName(FlipperWC) ?? '%%prefix%%-flipper', { ...rest, ref }, children);
|
|
593
|
+
});
|
|
594
|
+
|
|
595
595
|
export const GridLayout = React.forwardRef(function GridLayout(props, ref) {
|
|
596
596
|
const { children, ...rest } = props;
|
|
597
597
|
return React.createElement(customElements.getName(GridLayoutWC) ?? '%%prefix%%-grid-layout', { ...rest, ref }, children);
|
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": "15.8.
|
|
4
|
+
"version": "15.8.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "15.8.
|
|
77
|
-
"@genesislcap/rollup-builder": "15.8.
|
|
78
|
-
"@genesislcap/ts-builder": "15.8.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "15.8.
|
|
80
|
-
"@genesislcap/vite-builder": "15.8.
|
|
81
|
-
"@genesislcap/webpack-builder": "15.8.
|
|
76
|
+
"@genesislcap/genx": "15.8.3",
|
|
77
|
+
"@genesislcap/rollup-builder": "15.8.3",
|
|
78
|
+
"@genesislcap/ts-builder": "15.8.3",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "15.8.3",
|
|
80
|
+
"@genesislcap/vite-builder": "15.8.3",
|
|
81
|
+
"@genesislcap/webpack-builder": "15.8.3"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "15.8.
|
|
85
|
-
"@genesislcap/foundation-logger": "15.8.
|
|
86
|
-
"@genesislcap/foundation-ui": "15.8.
|
|
87
|
-
"@genesislcap/foundation-utils": "15.8.
|
|
84
|
+
"@genesislcap/foundation-comms": "15.8.3",
|
|
85
|
+
"@genesislcap/foundation-logger": "15.8.3",
|
|
86
|
+
"@genesislcap/foundation-ui": "15.8.3",
|
|
87
|
+
"@genesislcap/foundation-utils": "15.8.3",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"require": "./dist/react.cjs"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "0001fb4c5a056b22bb1a3d316cc4f2e2aa79cff4"
|
|
115
115
|
}
|