@kubex/zinc 1.1.7 → 1.1.9
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 +873 -843
- package/dist/vscode.html-custom-data.json +61 -60
- package/dist/web-types.json +165 -160
- package/dist/zn.d.ts +4 -0
- package/dist/zn.min.js +45 -44
- package/package.json +1 -1
- package/src/components/page/page.scss +1 -2
- package/src/components/reveal/reveal.component.ts +30 -8
- package/src/components/reveal/reveal.scss +32 -2
|
@@ -815,6 +815,363 @@
|
|
|
815
815
|
}
|
|
816
816
|
]
|
|
817
817
|
},
|
|
818
|
+
{
|
|
819
|
+
"kind": "javascript-module",
|
|
820
|
+
"path": "components/bulk-actions/bulk-actions.js",
|
|
821
|
+
"declarations": [
|
|
822
|
+
{
|
|
823
|
+
"kind": "class",
|
|
824
|
+
"description": "",
|
|
825
|
+
"name": "ZnBulkActions",
|
|
826
|
+
"cssProperties": [
|
|
827
|
+
{
|
|
828
|
+
"description": "An example CSS custom property.",
|
|
829
|
+
"name": "--example"
|
|
830
|
+
}
|
|
831
|
+
],
|
|
832
|
+
"cssParts": [
|
|
833
|
+
{
|
|
834
|
+
"description": "The component's base wrapper.",
|
|
835
|
+
"name": "base"
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
"slots": [
|
|
839
|
+
{
|
|
840
|
+
"description": "The default slot.",
|
|
841
|
+
"name": ""
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"description": "An example slot.",
|
|
845
|
+
"name": "example"
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"members": [
|
|
849
|
+
{
|
|
850
|
+
"kind": "field",
|
|
851
|
+
"name": "dependencies",
|
|
852
|
+
"type": {
|
|
853
|
+
"text": "object"
|
|
854
|
+
},
|
|
855
|
+
"static": true,
|
|
856
|
+
"default": "{ 'zn-button': ZnButton, 'zn-input': ZnInput, 'zn-option': ZnOption, 'zn-select': ZnSelect, }"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"kind": "field",
|
|
860
|
+
"name": "container",
|
|
861
|
+
"type": {
|
|
862
|
+
"text": "HTMLDivElement"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "field",
|
|
867
|
+
"name": "addRule",
|
|
868
|
+
"type": {
|
|
869
|
+
"text": "ZnSelect"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "field",
|
|
874
|
+
"name": "input",
|
|
875
|
+
"type": {
|
|
876
|
+
"text": "HTMLInputElement"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"kind": "field",
|
|
881
|
+
"name": "name",
|
|
882
|
+
"type": {
|
|
883
|
+
"text": "string"
|
|
884
|
+
},
|
|
885
|
+
"attribute": "name"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "field",
|
|
889
|
+
"name": "value",
|
|
890
|
+
"type": {
|
|
891
|
+
"text": "PropertyKey"
|
|
892
|
+
},
|
|
893
|
+
"attribute": "value"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"kind": "field",
|
|
897
|
+
"name": "actions",
|
|
898
|
+
"type": {
|
|
899
|
+
"text": "BulkActionData"
|
|
900
|
+
},
|
|
901
|
+
"default": "[]",
|
|
902
|
+
"attribute": "actions"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"kind": "field",
|
|
906
|
+
"name": "_selectedRules",
|
|
907
|
+
"type": {
|
|
908
|
+
"text": "Map<string, CreatedRule>"
|
|
909
|
+
},
|
|
910
|
+
"privacy": "private",
|
|
911
|
+
"default": "new Map<string, CreatedRule>()"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"kind": "field",
|
|
915
|
+
"name": "_formController",
|
|
916
|
+
"type": {
|
|
917
|
+
"text": "FormControlController"
|
|
918
|
+
},
|
|
919
|
+
"privacy": "private",
|
|
920
|
+
"default": "new FormControlController(this, {})"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"kind": "field",
|
|
924
|
+
"name": "validationMessage",
|
|
925
|
+
"type": {
|
|
926
|
+
"text": "string"
|
|
927
|
+
},
|
|
928
|
+
"readonly": true
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"kind": "field",
|
|
932
|
+
"name": "validity",
|
|
933
|
+
"type": {
|
|
934
|
+
"text": "ValidityState"
|
|
935
|
+
},
|
|
936
|
+
"readonly": true
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"kind": "method",
|
|
940
|
+
"name": "_handleChange",
|
|
941
|
+
"privacy": "private"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"kind": "method",
|
|
945
|
+
"name": "_addRule",
|
|
946
|
+
"privacy": "private",
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"name": "event",
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "Event | null"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "value",
|
|
956
|
+
"default": "\"\"",
|
|
957
|
+
"type": {
|
|
958
|
+
"text": "string"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "pos",
|
|
963
|
+
"optional": true,
|
|
964
|
+
"type": {
|
|
965
|
+
"text": "number"
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
]
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "method",
|
|
972
|
+
"name": "_createInput",
|
|
973
|
+
"privacy": "private",
|
|
974
|
+
"return": {
|
|
975
|
+
"type": {
|
|
976
|
+
"text": "ZnSelect | ZnInput | null"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
"parameters": [
|
|
980
|
+
{
|
|
981
|
+
"name": "uniqueId",
|
|
982
|
+
"type": {
|
|
983
|
+
"text": "string"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "filter",
|
|
988
|
+
"type": {
|
|
989
|
+
"text": "BulkActionItem"
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
]
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"kind": "method",
|
|
996
|
+
"name": "_updateValue",
|
|
997
|
+
"privacy": "private",
|
|
998
|
+
"parameters": [
|
|
999
|
+
{
|
|
1000
|
+
"name": "id",
|
|
1001
|
+
"type": {
|
|
1002
|
+
"text": "string"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "event",
|
|
1007
|
+
"type": {
|
|
1008
|
+
"text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "method",
|
|
1015
|
+
"name": "_getRulePosition",
|
|
1016
|
+
"privacy": "private",
|
|
1017
|
+
"return": {
|
|
1018
|
+
"type": {
|
|
1019
|
+
"text": "number"
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
"parameters": [
|
|
1023
|
+
{
|
|
1024
|
+
"name": "id",
|
|
1025
|
+
"type": {
|
|
1026
|
+
"text": "string"
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "method",
|
|
1033
|
+
"name": "_changeRule",
|
|
1034
|
+
"privacy": "private",
|
|
1035
|
+
"parameters": [
|
|
1036
|
+
{
|
|
1037
|
+
"name": "id",
|
|
1038
|
+
"type": {
|
|
1039
|
+
"text": "string"
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "event",
|
|
1044
|
+
"type": {
|
|
1045
|
+
"text": "ZnChangeEvent"
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "method",
|
|
1052
|
+
"name": "_removeRule",
|
|
1053
|
+
"privacy": "private",
|
|
1054
|
+
"parameters": [
|
|
1055
|
+
{
|
|
1056
|
+
"name": "id",
|
|
1057
|
+
"type": {
|
|
1058
|
+
"text": "string"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "event",
|
|
1063
|
+
"type": {
|
|
1064
|
+
"text": "Event"
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
]
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"kind": "method",
|
|
1071
|
+
"name": "checkValidity",
|
|
1072
|
+
"return": {
|
|
1073
|
+
"type": {
|
|
1074
|
+
"text": "boolean"
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "method",
|
|
1080
|
+
"name": "getForm",
|
|
1081
|
+
"return": {
|
|
1082
|
+
"type": {
|
|
1083
|
+
"text": "HTMLFormElement | null"
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"kind": "method",
|
|
1089
|
+
"name": "reportValidity",
|
|
1090
|
+
"return": {
|
|
1091
|
+
"type": {
|
|
1092
|
+
"text": "boolean"
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"kind": "method",
|
|
1098
|
+
"name": "setCustomValidity",
|
|
1099
|
+
"return": {
|
|
1100
|
+
"type": {
|
|
1101
|
+
"text": "void"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
"parameters": [
|
|
1105
|
+
{
|
|
1106
|
+
"name": "message",
|
|
1107
|
+
"type": {
|
|
1108
|
+
"text": "string"
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
]
|
|
1112
|
+
}
|
|
1113
|
+
],
|
|
1114
|
+
"events": [
|
|
1115
|
+
{
|
|
1116
|
+
"description": "Emitted as an example.",
|
|
1117
|
+
"name": "zn-event-name"
|
|
1118
|
+
}
|
|
1119
|
+
],
|
|
1120
|
+
"attributes": [
|
|
1121
|
+
{
|
|
1122
|
+
"name": "name",
|
|
1123
|
+
"type": {
|
|
1124
|
+
"text": "string"
|
|
1125
|
+
},
|
|
1126
|
+
"fieldName": "name"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "value",
|
|
1130
|
+
"type": {
|
|
1131
|
+
"text": "PropertyKey"
|
|
1132
|
+
},
|
|
1133
|
+
"fieldName": "value"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "actions",
|
|
1137
|
+
"type": {
|
|
1138
|
+
"text": "BulkActionData"
|
|
1139
|
+
},
|
|
1140
|
+
"default": "[]",
|
|
1141
|
+
"fieldName": "actions"
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"superclass": {
|
|
1145
|
+
"name": "ZincElement",
|
|
1146
|
+
"module": "/src/internal/zinc-element"
|
|
1147
|
+
},
|
|
1148
|
+
"summary": "Short summary of the component's intended use.",
|
|
1149
|
+
"tagNameWithoutPrefix": "bulk-actions",
|
|
1150
|
+
"tagName": "zn-bulk-actions",
|
|
1151
|
+
"customElement": true,
|
|
1152
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/bulk-actions\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n * @dependency zn-input\n * @dependency zn-option\n * @dependency zn-select\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
|
|
1153
|
+
"documentation": "https://zinc.style/components/bulk-actions",
|
|
1154
|
+
"status": "experimental",
|
|
1155
|
+
"since": "1.0",
|
|
1156
|
+
"dependencies": [
|
|
1157
|
+
"zn-button",
|
|
1158
|
+
"zn-input",
|
|
1159
|
+
"zn-option",
|
|
1160
|
+
"zn-select"
|
|
1161
|
+
]
|
|
1162
|
+
}
|
|
1163
|
+
],
|
|
1164
|
+
"exports": [
|
|
1165
|
+
{
|
|
1166
|
+
"kind": "js",
|
|
1167
|
+
"name": "default",
|
|
1168
|
+
"declaration": {
|
|
1169
|
+
"name": "ZnBulkActions",
|
|
1170
|
+
"module": "components/bulk-actions/bulk-actions.js"
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
818
1175
|
{
|
|
819
1176
|
"kind": "javascript-module",
|
|
820
1177
|
"path": "components/button/button.js",
|
|
@@ -1918,363 +2275,6 @@
|
|
|
1918
2275
|
}
|
|
1919
2276
|
]
|
|
1920
2277
|
},
|
|
1921
|
-
{
|
|
1922
|
-
"kind": "javascript-module",
|
|
1923
|
-
"path": "components/bulk-actions/bulk-actions.js",
|
|
1924
|
-
"declarations": [
|
|
1925
|
-
{
|
|
1926
|
-
"kind": "class",
|
|
1927
|
-
"description": "",
|
|
1928
|
-
"name": "ZnBulkActions",
|
|
1929
|
-
"cssProperties": [
|
|
1930
|
-
{
|
|
1931
|
-
"description": "An example CSS custom property.",
|
|
1932
|
-
"name": "--example"
|
|
1933
|
-
}
|
|
1934
|
-
],
|
|
1935
|
-
"cssParts": [
|
|
1936
|
-
{
|
|
1937
|
-
"description": "The component's base wrapper.",
|
|
1938
|
-
"name": "base"
|
|
1939
|
-
}
|
|
1940
|
-
],
|
|
1941
|
-
"slots": [
|
|
1942
|
-
{
|
|
1943
|
-
"description": "The default slot.",
|
|
1944
|
-
"name": ""
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"description": "An example slot.",
|
|
1948
|
-
"name": "example"
|
|
1949
|
-
}
|
|
1950
|
-
],
|
|
1951
|
-
"members": [
|
|
1952
|
-
{
|
|
1953
|
-
"kind": "field",
|
|
1954
|
-
"name": "dependencies",
|
|
1955
|
-
"type": {
|
|
1956
|
-
"text": "object"
|
|
1957
|
-
},
|
|
1958
|
-
"static": true,
|
|
1959
|
-
"default": "{ 'zn-button': ZnButton, 'zn-input': ZnInput, 'zn-option': ZnOption, 'zn-select': ZnSelect, }"
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"kind": "field",
|
|
1963
|
-
"name": "container",
|
|
1964
|
-
"type": {
|
|
1965
|
-
"text": "HTMLDivElement"
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"kind": "field",
|
|
1970
|
-
"name": "addRule",
|
|
1971
|
-
"type": {
|
|
1972
|
-
"text": "ZnSelect"
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"kind": "field",
|
|
1977
|
-
"name": "input",
|
|
1978
|
-
"type": {
|
|
1979
|
-
"text": "HTMLInputElement"
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"kind": "field",
|
|
1984
|
-
"name": "name",
|
|
1985
|
-
"type": {
|
|
1986
|
-
"text": "string"
|
|
1987
|
-
},
|
|
1988
|
-
"attribute": "name"
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"kind": "field",
|
|
1992
|
-
"name": "value",
|
|
1993
|
-
"type": {
|
|
1994
|
-
"text": "PropertyKey"
|
|
1995
|
-
},
|
|
1996
|
-
"attribute": "value"
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"kind": "field",
|
|
2000
|
-
"name": "actions",
|
|
2001
|
-
"type": {
|
|
2002
|
-
"text": "BulkActionData"
|
|
2003
|
-
},
|
|
2004
|
-
"default": "[]",
|
|
2005
|
-
"attribute": "actions"
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"kind": "field",
|
|
2009
|
-
"name": "_selectedRules",
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "Map<string, CreatedRule>"
|
|
2012
|
-
},
|
|
2013
|
-
"privacy": "private",
|
|
2014
|
-
"default": "new Map<string, CreatedRule>()"
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "field",
|
|
2018
|
-
"name": "_formController",
|
|
2019
|
-
"type": {
|
|
2020
|
-
"text": "FormControlController"
|
|
2021
|
-
},
|
|
2022
|
-
"privacy": "private",
|
|
2023
|
-
"default": "new FormControlController(this, {})"
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"kind": "field",
|
|
2027
|
-
"name": "validationMessage",
|
|
2028
|
-
"type": {
|
|
2029
|
-
"text": "string"
|
|
2030
|
-
},
|
|
2031
|
-
"readonly": true
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"kind": "field",
|
|
2035
|
-
"name": "validity",
|
|
2036
|
-
"type": {
|
|
2037
|
-
"text": "ValidityState"
|
|
2038
|
-
},
|
|
2039
|
-
"readonly": true
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"kind": "method",
|
|
2043
|
-
"name": "_handleChange",
|
|
2044
|
-
"privacy": "private"
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"kind": "method",
|
|
2048
|
-
"name": "_addRule",
|
|
2049
|
-
"privacy": "private",
|
|
2050
|
-
"parameters": [
|
|
2051
|
-
{
|
|
2052
|
-
"name": "event",
|
|
2053
|
-
"type": {
|
|
2054
|
-
"text": "Event | null"
|
|
2055
|
-
}
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"name": "value",
|
|
2059
|
-
"default": "\"\"",
|
|
2060
|
-
"type": {
|
|
2061
|
-
"text": "string"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"name": "pos",
|
|
2066
|
-
"optional": true,
|
|
2067
|
-
"type": {
|
|
2068
|
-
"text": "number"
|
|
2069
|
-
}
|
|
2070
|
-
}
|
|
2071
|
-
]
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"kind": "method",
|
|
2075
|
-
"name": "_createInput",
|
|
2076
|
-
"privacy": "private",
|
|
2077
|
-
"return": {
|
|
2078
|
-
"type": {
|
|
2079
|
-
"text": "ZnSelect | ZnInput | null"
|
|
2080
|
-
}
|
|
2081
|
-
},
|
|
2082
|
-
"parameters": [
|
|
2083
|
-
{
|
|
2084
|
-
"name": "uniqueId",
|
|
2085
|
-
"type": {
|
|
2086
|
-
"text": "string"
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"name": "filter",
|
|
2091
|
-
"type": {
|
|
2092
|
-
"text": "BulkActionItem"
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
]
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"kind": "method",
|
|
2099
|
-
"name": "_updateValue",
|
|
2100
|
-
"privacy": "private",
|
|
2101
|
-
"parameters": [
|
|
2102
|
-
{
|
|
2103
|
-
"name": "id",
|
|
2104
|
-
"type": {
|
|
2105
|
-
"text": "string"
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
"name": "event",
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
]
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"kind": "method",
|
|
2118
|
-
"name": "_getRulePosition",
|
|
2119
|
-
"privacy": "private",
|
|
2120
|
-
"return": {
|
|
2121
|
-
"type": {
|
|
2122
|
-
"text": "number"
|
|
2123
|
-
}
|
|
2124
|
-
},
|
|
2125
|
-
"parameters": [
|
|
2126
|
-
{
|
|
2127
|
-
"name": "id",
|
|
2128
|
-
"type": {
|
|
2129
|
-
"text": "string"
|
|
2130
|
-
}
|
|
2131
|
-
}
|
|
2132
|
-
]
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "method",
|
|
2136
|
-
"name": "_changeRule",
|
|
2137
|
-
"privacy": "private",
|
|
2138
|
-
"parameters": [
|
|
2139
|
-
{
|
|
2140
|
-
"name": "id",
|
|
2141
|
-
"type": {
|
|
2142
|
-
"text": "string"
|
|
2143
|
-
}
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"name": "event",
|
|
2147
|
-
"type": {
|
|
2148
|
-
"text": "ZnChangeEvent"
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2151
|
-
]
|
|
2152
|
-
},
|
|
2153
|
-
{
|
|
2154
|
-
"kind": "method",
|
|
2155
|
-
"name": "_removeRule",
|
|
2156
|
-
"privacy": "private",
|
|
2157
|
-
"parameters": [
|
|
2158
|
-
{
|
|
2159
|
-
"name": "id",
|
|
2160
|
-
"type": {
|
|
2161
|
-
"text": "string"
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"name": "event",
|
|
2166
|
-
"type": {
|
|
2167
|
-
"text": "Event"
|
|
2168
|
-
}
|
|
2169
|
-
}
|
|
2170
|
-
]
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"kind": "method",
|
|
2174
|
-
"name": "checkValidity",
|
|
2175
|
-
"return": {
|
|
2176
|
-
"type": {
|
|
2177
|
-
"text": "boolean"
|
|
2178
|
-
}
|
|
2179
|
-
}
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "method",
|
|
2183
|
-
"name": "getForm",
|
|
2184
|
-
"return": {
|
|
2185
|
-
"type": {
|
|
2186
|
-
"text": "HTMLFormElement | null"
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"kind": "method",
|
|
2192
|
-
"name": "reportValidity",
|
|
2193
|
-
"return": {
|
|
2194
|
-
"type": {
|
|
2195
|
-
"text": "boolean"
|
|
2196
|
-
}
|
|
2197
|
-
}
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"kind": "method",
|
|
2201
|
-
"name": "setCustomValidity",
|
|
2202
|
-
"return": {
|
|
2203
|
-
"type": {
|
|
2204
|
-
"text": "void"
|
|
2205
|
-
}
|
|
2206
|
-
},
|
|
2207
|
-
"parameters": [
|
|
2208
|
-
{
|
|
2209
|
-
"name": "message",
|
|
2210
|
-
"type": {
|
|
2211
|
-
"text": "string"
|
|
2212
|
-
}
|
|
2213
|
-
}
|
|
2214
|
-
]
|
|
2215
|
-
}
|
|
2216
|
-
],
|
|
2217
|
-
"events": [
|
|
2218
|
-
{
|
|
2219
|
-
"description": "Emitted as an example.",
|
|
2220
|
-
"name": "zn-event-name"
|
|
2221
|
-
}
|
|
2222
|
-
],
|
|
2223
|
-
"attributes": [
|
|
2224
|
-
{
|
|
2225
|
-
"name": "name",
|
|
2226
|
-
"type": {
|
|
2227
|
-
"text": "string"
|
|
2228
|
-
},
|
|
2229
|
-
"fieldName": "name"
|
|
2230
|
-
},
|
|
2231
|
-
{
|
|
2232
|
-
"name": "value",
|
|
2233
|
-
"type": {
|
|
2234
|
-
"text": "PropertyKey"
|
|
2235
|
-
},
|
|
2236
|
-
"fieldName": "value"
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"name": "actions",
|
|
2240
|
-
"type": {
|
|
2241
|
-
"text": "BulkActionData"
|
|
2242
|
-
},
|
|
2243
|
-
"default": "[]",
|
|
2244
|
-
"fieldName": "actions"
|
|
2245
|
-
}
|
|
2246
|
-
],
|
|
2247
|
-
"superclass": {
|
|
2248
|
-
"name": "ZincElement",
|
|
2249
|
-
"module": "/src/internal/zinc-element"
|
|
2250
|
-
},
|
|
2251
|
-
"summary": "Short summary of the component's intended use.",
|
|
2252
|
-
"tagNameWithoutPrefix": "bulk-actions",
|
|
2253
|
-
"tagName": "zn-bulk-actions",
|
|
2254
|
-
"customElement": true,
|
|
2255
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/bulk-actions\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n * @dependency zn-input\n * @dependency zn-option\n * @dependency zn-select\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
|
|
2256
|
-
"documentation": "https://zinc.style/components/bulk-actions",
|
|
2257
|
-
"status": "experimental",
|
|
2258
|
-
"since": "1.0",
|
|
2259
|
-
"dependencies": [
|
|
2260
|
-
"zn-button",
|
|
2261
|
-
"zn-input",
|
|
2262
|
-
"zn-option",
|
|
2263
|
-
"zn-select"
|
|
2264
|
-
]
|
|
2265
|
-
}
|
|
2266
|
-
],
|
|
2267
|
-
"exports": [
|
|
2268
|
-
{
|
|
2269
|
-
"kind": "js",
|
|
2270
|
-
"name": "default",
|
|
2271
|
-
"declaration": {
|
|
2272
|
-
"name": "ZnBulkActions",
|
|
2273
|
-
"module": "components/bulk-actions/bulk-actions.js"
|
|
2274
|
-
}
|
|
2275
|
-
}
|
|
2276
|
-
]
|
|
2277
|
-
},
|
|
2278
2278
|
{
|
|
2279
2279
|
"kind": "javascript-module",
|
|
2280
2280
|
"path": "components/button-menu/button-menu.js",
|
|
@@ -27037,6 +27037,15 @@
|
|
|
27037
27037
|
"default": "''",
|
|
27038
27038
|
"attribute": "revealed"
|
|
27039
27039
|
},
|
|
27040
|
+
{
|
|
27041
|
+
"kind": "field",
|
|
27042
|
+
"name": "hideDelay",
|
|
27043
|
+
"type": {
|
|
27044
|
+
"text": "number"
|
|
27045
|
+
},
|
|
27046
|
+
"default": "150",
|
|
27047
|
+
"attribute": "hide-delay"
|
|
27048
|
+
},
|
|
27040
27049
|
{
|
|
27041
27050
|
"kind": "field",
|
|
27042
27051
|
"name": "_isRevealed",
|
|
@@ -27055,6 +27064,19 @@
|
|
|
27055
27064
|
"privacy": "private",
|
|
27056
27065
|
"default": "false"
|
|
27057
27066
|
},
|
|
27067
|
+
{
|
|
27068
|
+
"kind": "field",
|
|
27069
|
+
"name": "_hideTimer",
|
|
27070
|
+
"type": {
|
|
27071
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
27072
|
+
},
|
|
27073
|
+
"privacy": "private"
|
|
27074
|
+
},
|
|
27075
|
+
{
|
|
27076
|
+
"kind": "method",
|
|
27077
|
+
"name": "_clearHideTimer",
|
|
27078
|
+
"privacy": "private"
|
|
27079
|
+
},
|
|
27058
27080
|
{
|
|
27059
27081
|
"kind": "method",
|
|
27060
27082
|
"name": "handleToggleReveal",
|
|
@@ -27101,6 +27123,14 @@
|
|
|
27101
27123
|
},
|
|
27102
27124
|
"default": "''",
|
|
27103
27125
|
"fieldName": "revealed"
|
|
27126
|
+
},
|
|
27127
|
+
{
|
|
27128
|
+
"name": "hide-delay",
|
|
27129
|
+
"type": {
|
|
27130
|
+
"text": "number"
|
|
27131
|
+
},
|
|
27132
|
+
"default": "150",
|
|
27133
|
+
"fieldName": "hideDelay"
|
|
27104
27134
|
}
|
|
27105
27135
|
],
|
|
27106
27136
|
"superclass": {
|
|
@@ -29419,6 +29449,248 @@
|
|
|
29419
29449
|
}
|
|
29420
29450
|
]
|
|
29421
29451
|
},
|
|
29452
|
+
{
|
|
29453
|
+
"kind": "javascript-module",
|
|
29454
|
+
"path": "components/slideout/slideout.js",
|
|
29455
|
+
"declarations": [
|
|
29456
|
+
{
|
|
29457
|
+
"kind": "class",
|
|
29458
|
+
"description": "",
|
|
29459
|
+
"name": "ZnSlideout",
|
|
29460
|
+
"cssProperties": [
|
|
29461
|
+
{
|
|
29462
|
+
"description": "The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens.",
|
|
29463
|
+
"name": "--width"
|
|
29464
|
+
},
|
|
29465
|
+
{
|
|
29466
|
+
"description": "The amount of padding to use for the header.",
|
|
29467
|
+
"name": "--header-spacing"
|
|
29468
|
+
},
|
|
29469
|
+
{
|
|
29470
|
+
"description": "The amount of padding to use for the body.",
|
|
29471
|
+
"name": "--body-spacing"
|
|
29472
|
+
}
|
|
29473
|
+
],
|
|
29474
|
+
"cssParts": [
|
|
29475
|
+
{
|
|
29476
|
+
"description": "The component's base wrapper.",
|
|
29477
|
+
"name": "base"
|
|
29478
|
+
},
|
|
29479
|
+
{
|
|
29480
|
+
"description": "The slideout's header. This element wraps the title and header actions.",
|
|
29481
|
+
"name": "header"
|
|
29482
|
+
},
|
|
29483
|
+
{
|
|
29484
|
+
"description": "The slideout's close button.",
|
|
29485
|
+
"name": "close-button"
|
|
29486
|
+
},
|
|
29487
|
+
{
|
|
29488
|
+
"description": "The close buttons exported `base` part.",
|
|
29489
|
+
"name": "close-button__base"
|
|
29490
|
+
},
|
|
29491
|
+
{
|
|
29492
|
+
"description": "The slideout's body.",
|
|
29493
|
+
"name": "body"
|
|
29494
|
+
}
|
|
29495
|
+
],
|
|
29496
|
+
"slots": [
|
|
29497
|
+
{
|
|
29498
|
+
"description": "The default slot.",
|
|
29499
|
+
"name": ""
|
|
29500
|
+
},
|
|
29501
|
+
{
|
|
29502
|
+
"description": "The slideout's label. Alternatively you can use the `label` attribute.",
|
|
29503
|
+
"name": "label"
|
|
29504
|
+
}
|
|
29505
|
+
],
|
|
29506
|
+
"members": [
|
|
29507
|
+
{
|
|
29508
|
+
"kind": "field",
|
|
29509
|
+
"name": "dependencies",
|
|
29510
|
+
"type": {
|
|
29511
|
+
"text": "object"
|
|
29512
|
+
},
|
|
29513
|
+
"static": true,
|
|
29514
|
+
"default": "{ 'zn-button': ZnButton }"
|
|
29515
|
+
},
|
|
29516
|
+
{
|
|
29517
|
+
"kind": "field",
|
|
29518
|
+
"name": "localize",
|
|
29519
|
+
"privacy": "private",
|
|
29520
|
+
"readonly": true,
|
|
29521
|
+
"default": "new LocalizeController(this)"
|
|
29522
|
+
},
|
|
29523
|
+
{
|
|
29524
|
+
"kind": "field",
|
|
29525
|
+
"name": "closeWatcher",
|
|
29526
|
+
"type": {
|
|
29527
|
+
"text": "CloseWatcher | null"
|
|
29528
|
+
},
|
|
29529
|
+
"privacy": "private"
|
|
29530
|
+
},
|
|
29531
|
+
{
|
|
29532
|
+
"kind": "field",
|
|
29533
|
+
"name": "slideout",
|
|
29534
|
+
"type": {
|
|
29535
|
+
"text": "HTMLDialogElement"
|
|
29536
|
+
}
|
|
29537
|
+
},
|
|
29538
|
+
{
|
|
29539
|
+
"kind": "field",
|
|
29540
|
+
"name": "panel",
|
|
29541
|
+
"type": {
|
|
29542
|
+
"text": "HTMLElement"
|
|
29543
|
+
}
|
|
29544
|
+
},
|
|
29545
|
+
{
|
|
29546
|
+
"kind": "field",
|
|
29547
|
+
"name": "overlay",
|
|
29548
|
+
"type": {
|
|
29549
|
+
"text": "HTMLElement"
|
|
29550
|
+
}
|
|
29551
|
+
},
|
|
29552
|
+
{
|
|
29553
|
+
"kind": "field",
|
|
29554
|
+
"name": "open",
|
|
29555
|
+
"type": {
|
|
29556
|
+
"text": "boolean"
|
|
29557
|
+
},
|
|
29558
|
+
"default": "false",
|
|
29559
|
+
"description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
|
|
29560
|
+
"attribute": "open",
|
|
29561
|
+
"reflects": true
|
|
29562
|
+
},
|
|
29563
|
+
{
|
|
29564
|
+
"kind": "field",
|
|
29565
|
+
"name": "label",
|
|
29566
|
+
"type": {
|
|
29567
|
+
"text": "string"
|
|
29568
|
+
},
|
|
29569
|
+
"description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
|
|
29570
|
+
"attribute": "label",
|
|
29571
|
+
"reflects": true
|
|
29572
|
+
},
|
|
29573
|
+
{
|
|
29574
|
+
"kind": "field",
|
|
29575
|
+
"name": "trigger",
|
|
29576
|
+
"type": {
|
|
29577
|
+
"text": "string"
|
|
29578
|
+
},
|
|
29579
|
+
"description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
|
|
29580
|
+
"attribute": "trigger",
|
|
29581
|
+
"reflects": true
|
|
29582
|
+
},
|
|
29583
|
+
{
|
|
29584
|
+
"kind": "method",
|
|
29585
|
+
"name": "requestClose",
|
|
29586
|
+
"privacy": "private",
|
|
29587
|
+
"parameters": [
|
|
29588
|
+
{
|
|
29589
|
+
"name": "source",
|
|
29590
|
+
"type": {
|
|
29591
|
+
"text": "'close-button' | 'keyboard' | 'overlay'"
|
|
29592
|
+
}
|
|
29593
|
+
}
|
|
29594
|
+
]
|
|
29595
|
+
},
|
|
29596
|
+
{
|
|
29597
|
+
"kind": "method",
|
|
29598
|
+
"name": "addOpenListeners",
|
|
29599
|
+
"privacy": "private"
|
|
29600
|
+
},
|
|
29601
|
+
{
|
|
29602
|
+
"kind": "method",
|
|
29603
|
+
"name": "removeOpenListeners",
|
|
29604
|
+
"privacy": "private"
|
|
29605
|
+
},
|
|
29606
|
+
{
|
|
29607
|
+
"kind": "method",
|
|
29608
|
+
"name": "show",
|
|
29609
|
+
"description": "Shows the slideout."
|
|
29610
|
+
},
|
|
29611
|
+
{
|
|
29612
|
+
"kind": "method",
|
|
29613
|
+
"name": "hide",
|
|
29614
|
+
"description": "Hides the slideout."
|
|
29615
|
+
},
|
|
29616
|
+
{
|
|
29617
|
+
"kind": "field",
|
|
29618
|
+
"name": "closeClickHandler",
|
|
29619
|
+
"privacy": "private"
|
|
29620
|
+
}
|
|
29621
|
+
],
|
|
29622
|
+
"events": [
|
|
29623
|
+
{
|
|
29624
|
+
"description": "Emitted when the slideout is opens.",
|
|
29625
|
+
"name": "zn-show"
|
|
29626
|
+
},
|
|
29627
|
+
{
|
|
29628
|
+
"description": "Emitted when the slideout is closed.",
|
|
29629
|
+
"name": "zn-close"
|
|
29630
|
+
},
|
|
29631
|
+
{
|
|
29632
|
+
"type": {
|
|
29633
|
+
"text": "{ source: 'close-button' | 'keyboard' | 'overlay' }"
|
|
29634
|
+
},
|
|
29635
|
+
"description": "Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss.",
|
|
29636
|
+
"name": "zn-request-close"
|
|
29637
|
+
}
|
|
29638
|
+
],
|
|
29639
|
+
"attributes": [
|
|
29640
|
+
{
|
|
29641
|
+
"name": "open",
|
|
29642
|
+
"type": {
|
|
29643
|
+
"text": "boolean"
|
|
29644
|
+
},
|
|
29645
|
+
"default": "false",
|
|
29646
|
+
"description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
|
|
29647
|
+
"fieldName": "open"
|
|
29648
|
+
},
|
|
29649
|
+
{
|
|
29650
|
+
"name": "label",
|
|
29651
|
+
"type": {
|
|
29652
|
+
"text": "string"
|
|
29653
|
+
},
|
|
29654
|
+
"description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
|
|
29655
|
+
"fieldName": "label"
|
|
29656
|
+
},
|
|
29657
|
+
{
|
|
29658
|
+
"name": "trigger",
|
|
29659
|
+
"type": {
|
|
29660
|
+
"text": "string"
|
|
29661
|
+
},
|
|
29662
|
+
"description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
|
|
29663
|
+
"fieldName": "trigger"
|
|
29664
|
+
}
|
|
29665
|
+
],
|
|
29666
|
+
"superclass": {
|
|
29667
|
+
"name": "ZincElement",
|
|
29668
|
+
"module": "/src/internal/zinc-element"
|
|
29669
|
+
},
|
|
29670
|
+
"summary": "Short summary of the component's intended use.",
|
|
29671
|
+
"tagNameWithoutPrefix": "slideout",
|
|
29672
|
+
"tagName": "zn-slideout",
|
|
29673
|
+
"customElement": true,
|
|
29674
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/slideout\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n *\n * @event zn-show - Emitted when the slideout is opens.\n * @event zn-close - Emitted when the slideout is closed.\n * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} zn-request-close - Emitted when the user attempts to\n * close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling\n * `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in\n * destructive behavior such as data loss.\n *\n * @slot - The default slot.\n * @slot label - The slideout's label. Alternatively you can use the `label` attribute.\n *\n * @csspart base - The component's base wrapper.\n * @csspart header - The slideout's header. This element wraps the title and header actions.\n * @csspart close-button - The slideout's close button.\n * @csspart close-button__base - The close buttons exported `base` part.\n * @csspart body - The slideout's body.\n *\n * @cssproperty --width - The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens.\n * @cssproperty --header-spacing - The amount of padding to use for the header.\n * @cssproperty --body-spacing - The amount of padding to use for the body.\n */",
|
|
29675
|
+
"documentation": "https://zinc.style/components/slideout",
|
|
29676
|
+
"status": "experimental",
|
|
29677
|
+
"since": "1.0",
|
|
29678
|
+
"dependencies": [
|
|
29679
|
+
"zn-button"
|
|
29680
|
+
]
|
|
29681
|
+
}
|
|
29682
|
+
],
|
|
29683
|
+
"exports": [
|
|
29684
|
+
{
|
|
29685
|
+
"kind": "js",
|
|
29686
|
+
"name": "default",
|
|
29687
|
+
"declaration": {
|
|
29688
|
+
"name": "ZnSlideout",
|
|
29689
|
+
"module": "components/slideout/slideout.js"
|
|
29690
|
+
}
|
|
29691
|
+
}
|
|
29692
|
+
]
|
|
29693
|
+
},
|
|
29422
29694
|
{
|
|
29423
29695
|
"kind": "javascript-module",
|
|
29424
29696
|
"path": "components/sp/sp.js",
|
|
@@ -29857,6 +30129,249 @@
|
|
|
29857
30129
|
}
|
|
29858
30130
|
]
|
|
29859
30131
|
},
|
|
30132
|
+
{
|
|
30133
|
+
"kind": "javascript-module",
|
|
30134
|
+
"path": "components/split-button/split-button.js",
|
|
30135
|
+
"declarations": [
|
|
30136
|
+
{
|
|
30137
|
+
"kind": "class",
|
|
30138
|
+
"description": "",
|
|
30139
|
+
"name": "ZnSplitButton",
|
|
30140
|
+
"cssProperties": [
|
|
30141
|
+
{
|
|
30142
|
+
"description": "An example CSS custom property.",
|
|
30143
|
+
"name": "--example"
|
|
30144
|
+
}
|
|
30145
|
+
],
|
|
30146
|
+
"cssParts": [
|
|
30147
|
+
{
|
|
30148
|
+
"description": "The component's base wrapper.",
|
|
30149
|
+
"name": "base"
|
|
30150
|
+
}
|
|
30151
|
+
],
|
|
30152
|
+
"slots": [
|
|
30153
|
+
{
|
|
30154
|
+
"description": "The default slot.",
|
|
30155
|
+
"name": ""
|
|
30156
|
+
},
|
|
30157
|
+
{
|
|
30158
|
+
"description": "An example slot.",
|
|
30159
|
+
"name": "example"
|
|
30160
|
+
}
|
|
30161
|
+
],
|
|
30162
|
+
"members": [
|
|
30163
|
+
{
|
|
30164
|
+
"kind": "field",
|
|
30165
|
+
"name": "formControlController",
|
|
30166
|
+
"privacy": "private",
|
|
30167
|
+
"readonly": true,
|
|
30168
|
+
"default": "new FormControlController(this)"
|
|
30169
|
+
},
|
|
30170
|
+
{
|
|
30171
|
+
"kind": "field",
|
|
30172
|
+
"name": "caption",
|
|
30173
|
+
"type": {
|
|
30174
|
+
"text": "string"
|
|
30175
|
+
},
|
|
30176
|
+
"attribute": "caption"
|
|
30177
|
+
},
|
|
30178
|
+
{
|
|
30179
|
+
"kind": "field",
|
|
30180
|
+
"name": "href",
|
|
30181
|
+
"type": {
|
|
30182
|
+
"text": "string"
|
|
30183
|
+
},
|
|
30184
|
+
"attribute": "href"
|
|
30185
|
+
},
|
|
30186
|
+
{
|
|
30187
|
+
"kind": "field",
|
|
30188
|
+
"name": "name",
|
|
30189
|
+
"type": {
|
|
30190
|
+
"text": "string"
|
|
30191
|
+
},
|
|
30192
|
+
"attribute": "name"
|
|
30193
|
+
},
|
|
30194
|
+
{
|
|
30195
|
+
"kind": "field",
|
|
30196
|
+
"name": "value",
|
|
30197
|
+
"type": {
|
|
30198
|
+
"text": "string"
|
|
30199
|
+
},
|
|
30200
|
+
"attribute": "value"
|
|
30201
|
+
},
|
|
30202
|
+
{
|
|
30203
|
+
"kind": "field",
|
|
30204
|
+
"name": "defaultValue",
|
|
30205
|
+
"type": {
|
|
30206
|
+
"text": "string"
|
|
30207
|
+
}
|
|
30208
|
+
},
|
|
30209
|
+
{
|
|
30210
|
+
"kind": "field",
|
|
30211
|
+
"name": "type",
|
|
30212
|
+
"type": {
|
|
30213
|
+
"text": "string"
|
|
30214
|
+
},
|
|
30215
|
+
"attribute": "type"
|
|
30216
|
+
},
|
|
30217
|
+
{
|
|
30218
|
+
"kind": "field",
|
|
30219
|
+
"name": "dropdown",
|
|
30220
|
+
"type": {
|
|
30221
|
+
"text": "ZnDropdown"
|
|
30222
|
+
}
|
|
30223
|
+
},
|
|
30224
|
+
{
|
|
30225
|
+
"kind": "field",
|
|
30226
|
+
"name": "button",
|
|
30227
|
+
"type": {
|
|
30228
|
+
"text": "ZnButton"
|
|
30229
|
+
}
|
|
30230
|
+
},
|
|
30231
|
+
{
|
|
30232
|
+
"kind": "method",
|
|
30233
|
+
"name": "handleMenuItemClick",
|
|
30234
|
+
"privacy": "public",
|
|
30235
|
+
"parameters": [
|
|
30236
|
+
{
|
|
30237
|
+
"name": "e",
|
|
30238
|
+
"type": {
|
|
30239
|
+
"text": "ZnMenuSelectEvent"
|
|
30240
|
+
}
|
|
30241
|
+
}
|
|
30242
|
+
]
|
|
30243
|
+
},
|
|
30244
|
+
{
|
|
30245
|
+
"kind": "method",
|
|
30246
|
+
"name": "handleTriggerClick",
|
|
30247
|
+
"privacy": "public"
|
|
30248
|
+
},
|
|
30249
|
+
{
|
|
30250
|
+
"kind": "method",
|
|
30251
|
+
"name": "renderTriggerSlot",
|
|
30252
|
+
"privacy": "private"
|
|
30253
|
+
},
|
|
30254
|
+
{
|
|
30255
|
+
"kind": "method",
|
|
30256
|
+
"name": "checkValidity",
|
|
30257
|
+
"return": {
|
|
30258
|
+
"type": {
|
|
30259
|
+
"text": "boolean"
|
|
30260
|
+
}
|
|
30261
|
+
}
|
|
30262
|
+
},
|
|
30263
|
+
{
|
|
30264
|
+
"kind": "method",
|
|
30265
|
+
"name": "getForm",
|
|
30266
|
+
"return": {
|
|
30267
|
+
"type": {
|
|
30268
|
+
"text": "HTMLFormElement | null"
|
|
30269
|
+
}
|
|
30270
|
+
}
|
|
30271
|
+
},
|
|
30272
|
+
{
|
|
30273
|
+
"kind": "method",
|
|
30274
|
+
"name": "reportValidity"
|
|
30275
|
+
},
|
|
30276
|
+
{
|
|
30277
|
+
"kind": "method",
|
|
30278
|
+
"name": "setCustomValidity",
|
|
30279
|
+
"parameters": [
|
|
30280
|
+
{
|
|
30281
|
+
"name": "message",
|
|
30282
|
+
"type": {
|
|
30283
|
+
"text": "string"
|
|
30284
|
+
}
|
|
30285
|
+
}
|
|
30286
|
+
]
|
|
30287
|
+
},
|
|
30288
|
+
{
|
|
30289
|
+
"kind": "field",
|
|
30290
|
+
"name": "validity",
|
|
30291
|
+
"readonly": true
|
|
30292
|
+
},
|
|
30293
|
+
{
|
|
30294
|
+
"kind": "field",
|
|
30295
|
+
"name": "validationMessage",
|
|
30296
|
+
"readonly": true
|
|
30297
|
+
},
|
|
30298
|
+
{
|
|
30299
|
+
"kind": "method",
|
|
30300
|
+
"name": "_isButton",
|
|
30301
|
+
"privacy": "private"
|
|
30302
|
+
}
|
|
30303
|
+
],
|
|
30304
|
+
"events": [
|
|
30305
|
+
{
|
|
30306
|
+
"description": "Emitted as an example.",
|
|
30307
|
+
"name": "zn-event-name"
|
|
30308
|
+
}
|
|
30309
|
+
],
|
|
30310
|
+
"attributes": [
|
|
30311
|
+
{
|
|
30312
|
+
"name": "caption",
|
|
30313
|
+
"type": {
|
|
30314
|
+
"text": "string"
|
|
30315
|
+
},
|
|
30316
|
+
"fieldName": "caption"
|
|
30317
|
+
},
|
|
30318
|
+
{
|
|
30319
|
+
"name": "href",
|
|
30320
|
+
"type": {
|
|
30321
|
+
"text": "string"
|
|
30322
|
+
},
|
|
30323
|
+
"fieldName": "href"
|
|
30324
|
+
},
|
|
30325
|
+
{
|
|
30326
|
+
"name": "name",
|
|
30327
|
+
"type": {
|
|
30328
|
+
"text": "string"
|
|
30329
|
+
},
|
|
30330
|
+
"fieldName": "name"
|
|
30331
|
+
},
|
|
30332
|
+
{
|
|
30333
|
+
"name": "value",
|
|
30334
|
+
"type": {
|
|
30335
|
+
"text": "string"
|
|
30336
|
+
},
|
|
30337
|
+
"fieldName": "value"
|
|
30338
|
+
},
|
|
30339
|
+
{
|
|
30340
|
+
"name": "type",
|
|
30341
|
+
"type": {
|
|
30342
|
+
"text": "string"
|
|
30343
|
+
},
|
|
30344
|
+
"fieldName": "type"
|
|
30345
|
+
}
|
|
30346
|
+
],
|
|
30347
|
+
"superclass": {
|
|
30348
|
+
"name": "ZincElement",
|
|
30349
|
+
"module": "/src/internal/zinc-element"
|
|
30350
|
+
},
|
|
30351
|
+
"summary": "Short summary of the component's intended use.",
|
|
30352
|
+
"tagNameWithoutPrefix": "split-button",
|
|
30353
|
+
"tagName": "zn-split-button",
|
|
30354
|
+
"customElement": true,
|
|
30355
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/split-button\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
|
|
30356
|
+
"documentation": "https://zinc.style/components/split-button",
|
|
30357
|
+
"status": "experimental",
|
|
30358
|
+
"since": "1.0",
|
|
30359
|
+
"dependencies": [
|
|
30360
|
+
"zn-example"
|
|
30361
|
+
]
|
|
30362
|
+
}
|
|
30363
|
+
],
|
|
30364
|
+
"exports": [
|
|
30365
|
+
{
|
|
30366
|
+
"kind": "js",
|
|
30367
|
+
"name": "default",
|
|
30368
|
+
"declaration": {
|
|
30369
|
+
"name": "ZnSplitButton",
|
|
30370
|
+
"module": "components/split-button/split-button.js"
|
|
30371
|
+
}
|
|
30372
|
+
}
|
|
30373
|
+
]
|
|
30374
|
+
},
|
|
29860
30375
|
{
|
|
29861
30376
|
"kind": "javascript-module",
|
|
29862
30377
|
"path": "components/split-pane/split-pane.js",
|
|
@@ -30465,491 +30980,6 @@
|
|
|
30465
30980
|
}
|
|
30466
30981
|
]
|
|
30467
30982
|
},
|
|
30468
|
-
{
|
|
30469
|
-
"kind": "javascript-module",
|
|
30470
|
-
"path": "components/slideout/slideout.js",
|
|
30471
|
-
"declarations": [
|
|
30472
|
-
{
|
|
30473
|
-
"kind": "class",
|
|
30474
|
-
"description": "",
|
|
30475
|
-
"name": "ZnSlideout",
|
|
30476
|
-
"cssProperties": [
|
|
30477
|
-
{
|
|
30478
|
-
"description": "The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens.",
|
|
30479
|
-
"name": "--width"
|
|
30480
|
-
},
|
|
30481
|
-
{
|
|
30482
|
-
"description": "The amount of padding to use for the header.",
|
|
30483
|
-
"name": "--header-spacing"
|
|
30484
|
-
},
|
|
30485
|
-
{
|
|
30486
|
-
"description": "The amount of padding to use for the body.",
|
|
30487
|
-
"name": "--body-spacing"
|
|
30488
|
-
}
|
|
30489
|
-
],
|
|
30490
|
-
"cssParts": [
|
|
30491
|
-
{
|
|
30492
|
-
"description": "The component's base wrapper.",
|
|
30493
|
-
"name": "base"
|
|
30494
|
-
},
|
|
30495
|
-
{
|
|
30496
|
-
"description": "The slideout's header. This element wraps the title and header actions.",
|
|
30497
|
-
"name": "header"
|
|
30498
|
-
},
|
|
30499
|
-
{
|
|
30500
|
-
"description": "The slideout's close button.",
|
|
30501
|
-
"name": "close-button"
|
|
30502
|
-
},
|
|
30503
|
-
{
|
|
30504
|
-
"description": "The close buttons exported `base` part.",
|
|
30505
|
-
"name": "close-button__base"
|
|
30506
|
-
},
|
|
30507
|
-
{
|
|
30508
|
-
"description": "The slideout's body.",
|
|
30509
|
-
"name": "body"
|
|
30510
|
-
}
|
|
30511
|
-
],
|
|
30512
|
-
"slots": [
|
|
30513
|
-
{
|
|
30514
|
-
"description": "The default slot.",
|
|
30515
|
-
"name": ""
|
|
30516
|
-
},
|
|
30517
|
-
{
|
|
30518
|
-
"description": "The slideout's label. Alternatively you can use the `label` attribute.",
|
|
30519
|
-
"name": "label"
|
|
30520
|
-
}
|
|
30521
|
-
],
|
|
30522
|
-
"members": [
|
|
30523
|
-
{
|
|
30524
|
-
"kind": "field",
|
|
30525
|
-
"name": "dependencies",
|
|
30526
|
-
"type": {
|
|
30527
|
-
"text": "object"
|
|
30528
|
-
},
|
|
30529
|
-
"static": true,
|
|
30530
|
-
"default": "{ 'zn-button': ZnButton }"
|
|
30531
|
-
},
|
|
30532
|
-
{
|
|
30533
|
-
"kind": "field",
|
|
30534
|
-
"name": "localize",
|
|
30535
|
-
"privacy": "private",
|
|
30536
|
-
"readonly": true,
|
|
30537
|
-
"default": "new LocalizeController(this)"
|
|
30538
|
-
},
|
|
30539
|
-
{
|
|
30540
|
-
"kind": "field",
|
|
30541
|
-
"name": "closeWatcher",
|
|
30542
|
-
"type": {
|
|
30543
|
-
"text": "CloseWatcher | null"
|
|
30544
|
-
},
|
|
30545
|
-
"privacy": "private"
|
|
30546
|
-
},
|
|
30547
|
-
{
|
|
30548
|
-
"kind": "field",
|
|
30549
|
-
"name": "slideout",
|
|
30550
|
-
"type": {
|
|
30551
|
-
"text": "HTMLDialogElement"
|
|
30552
|
-
}
|
|
30553
|
-
},
|
|
30554
|
-
{
|
|
30555
|
-
"kind": "field",
|
|
30556
|
-
"name": "panel",
|
|
30557
|
-
"type": {
|
|
30558
|
-
"text": "HTMLElement"
|
|
30559
|
-
}
|
|
30560
|
-
},
|
|
30561
|
-
{
|
|
30562
|
-
"kind": "field",
|
|
30563
|
-
"name": "overlay",
|
|
30564
|
-
"type": {
|
|
30565
|
-
"text": "HTMLElement"
|
|
30566
|
-
}
|
|
30567
|
-
},
|
|
30568
|
-
{
|
|
30569
|
-
"kind": "field",
|
|
30570
|
-
"name": "open",
|
|
30571
|
-
"type": {
|
|
30572
|
-
"text": "boolean"
|
|
30573
|
-
},
|
|
30574
|
-
"default": "false",
|
|
30575
|
-
"description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
|
|
30576
|
-
"attribute": "open",
|
|
30577
|
-
"reflects": true
|
|
30578
|
-
},
|
|
30579
|
-
{
|
|
30580
|
-
"kind": "field",
|
|
30581
|
-
"name": "label",
|
|
30582
|
-
"type": {
|
|
30583
|
-
"text": "string"
|
|
30584
|
-
},
|
|
30585
|
-
"description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
|
|
30586
|
-
"attribute": "label",
|
|
30587
|
-
"reflects": true
|
|
30588
|
-
},
|
|
30589
|
-
{
|
|
30590
|
-
"kind": "field",
|
|
30591
|
-
"name": "trigger",
|
|
30592
|
-
"type": {
|
|
30593
|
-
"text": "string"
|
|
30594
|
-
},
|
|
30595
|
-
"description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
|
|
30596
|
-
"attribute": "trigger",
|
|
30597
|
-
"reflects": true
|
|
30598
|
-
},
|
|
30599
|
-
{
|
|
30600
|
-
"kind": "method",
|
|
30601
|
-
"name": "requestClose",
|
|
30602
|
-
"privacy": "private",
|
|
30603
|
-
"parameters": [
|
|
30604
|
-
{
|
|
30605
|
-
"name": "source",
|
|
30606
|
-
"type": {
|
|
30607
|
-
"text": "'close-button' | 'keyboard' | 'overlay'"
|
|
30608
|
-
}
|
|
30609
|
-
}
|
|
30610
|
-
]
|
|
30611
|
-
},
|
|
30612
|
-
{
|
|
30613
|
-
"kind": "method",
|
|
30614
|
-
"name": "addOpenListeners",
|
|
30615
|
-
"privacy": "private"
|
|
30616
|
-
},
|
|
30617
|
-
{
|
|
30618
|
-
"kind": "method",
|
|
30619
|
-
"name": "removeOpenListeners",
|
|
30620
|
-
"privacy": "private"
|
|
30621
|
-
},
|
|
30622
|
-
{
|
|
30623
|
-
"kind": "method",
|
|
30624
|
-
"name": "show",
|
|
30625
|
-
"description": "Shows the slideout."
|
|
30626
|
-
},
|
|
30627
|
-
{
|
|
30628
|
-
"kind": "method",
|
|
30629
|
-
"name": "hide",
|
|
30630
|
-
"description": "Hides the slideout."
|
|
30631
|
-
},
|
|
30632
|
-
{
|
|
30633
|
-
"kind": "field",
|
|
30634
|
-
"name": "closeClickHandler",
|
|
30635
|
-
"privacy": "private"
|
|
30636
|
-
}
|
|
30637
|
-
],
|
|
30638
|
-
"events": [
|
|
30639
|
-
{
|
|
30640
|
-
"description": "Emitted when the slideout is opens.",
|
|
30641
|
-
"name": "zn-show"
|
|
30642
|
-
},
|
|
30643
|
-
{
|
|
30644
|
-
"description": "Emitted when the slideout is closed.",
|
|
30645
|
-
"name": "zn-close"
|
|
30646
|
-
},
|
|
30647
|
-
{
|
|
30648
|
-
"type": {
|
|
30649
|
-
"text": "{ source: 'close-button' | 'keyboard' | 'overlay' }"
|
|
30650
|
-
},
|
|
30651
|
-
"description": "Emitted when the user attempts to close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in destructive behavior such as data loss.",
|
|
30652
|
-
"name": "zn-request-close"
|
|
30653
|
-
}
|
|
30654
|
-
],
|
|
30655
|
-
"attributes": [
|
|
30656
|
-
{
|
|
30657
|
-
"name": "open",
|
|
30658
|
-
"type": {
|
|
30659
|
-
"text": "boolean"
|
|
30660
|
-
},
|
|
30661
|
-
"default": "false",
|
|
30662
|
-
"description": "Indicated whether of not the slideout is open. You can toggle this attribute to show and hide the slideout, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the slideout's state.",
|
|
30663
|
-
"fieldName": "open"
|
|
30664
|
-
},
|
|
30665
|
-
{
|
|
30666
|
-
"name": "label",
|
|
30667
|
-
"type": {
|
|
30668
|
-
"text": "string"
|
|
30669
|
-
},
|
|
30670
|
-
"description": "The slideout's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
|
|
30671
|
-
"fieldName": "label"
|
|
30672
|
-
},
|
|
30673
|
-
{
|
|
30674
|
-
"name": "trigger",
|
|
30675
|
-
"type": {
|
|
30676
|
-
"text": "string"
|
|
30677
|
-
},
|
|
30678
|
-
"description": "The slideout's trigger element. This is used to open the slideout when clicked. If you do not provide a trigger, you\nwill need to manually open the slideout using the `show()` method.",
|
|
30679
|
-
"fieldName": "trigger"
|
|
30680
|
-
}
|
|
30681
|
-
],
|
|
30682
|
-
"superclass": {
|
|
30683
|
-
"name": "ZincElement",
|
|
30684
|
-
"module": "/src/internal/zinc-element"
|
|
30685
|
-
},
|
|
30686
|
-
"summary": "Short summary of the component's intended use.",
|
|
30687
|
-
"tagNameWithoutPrefix": "slideout",
|
|
30688
|
-
"tagName": "zn-slideout",
|
|
30689
|
-
"customElement": true,
|
|
30690
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/slideout\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-button\n *\n * @event zn-show - Emitted when the slideout is opens.\n * @event zn-close - Emitted when the slideout is closed.\n * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} zn-request-close - Emitted when the user attempts to\n * close the slideout by clicking the close button, clicking the overlay, or pressing escape. Calling\n * `event.preventDefault()` will keep the slideout open. Avoid using this unless closing the slideout will result in\n * destructive behavior such as data loss.\n *\n * @slot - The default slot.\n * @slot label - The slideout's label. Alternatively you can use the `label` attribute.\n *\n * @csspart base - The component's base wrapper.\n * @csspart header - The slideout's header. This element wraps the title and header actions.\n * @csspart close-button - The slideout's close button.\n * @csspart close-button__base - The close buttons exported `base` part.\n * @csspart body - The slideout's body.\n *\n * @cssproperty --width - The preferred width of the slideout. Note the slideout will shrink to accommodate smaller screens.\n * @cssproperty --header-spacing - The amount of padding to use for the header.\n * @cssproperty --body-spacing - The amount of padding to use for the body.\n */",
|
|
30691
|
-
"documentation": "https://zinc.style/components/slideout",
|
|
30692
|
-
"status": "experimental",
|
|
30693
|
-
"since": "1.0",
|
|
30694
|
-
"dependencies": [
|
|
30695
|
-
"zn-button"
|
|
30696
|
-
]
|
|
30697
|
-
}
|
|
30698
|
-
],
|
|
30699
|
-
"exports": [
|
|
30700
|
-
{
|
|
30701
|
-
"kind": "js",
|
|
30702
|
-
"name": "default",
|
|
30703
|
-
"declaration": {
|
|
30704
|
-
"name": "ZnSlideout",
|
|
30705
|
-
"module": "components/slideout/slideout.js"
|
|
30706
|
-
}
|
|
30707
|
-
}
|
|
30708
|
-
]
|
|
30709
|
-
},
|
|
30710
|
-
{
|
|
30711
|
-
"kind": "javascript-module",
|
|
30712
|
-
"path": "components/split-button/split-button.js",
|
|
30713
|
-
"declarations": [
|
|
30714
|
-
{
|
|
30715
|
-
"kind": "class",
|
|
30716
|
-
"description": "",
|
|
30717
|
-
"name": "ZnSplitButton",
|
|
30718
|
-
"cssProperties": [
|
|
30719
|
-
{
|
|
30720
|
-
"description": "An example CSS custom property.",
|
|
30721
|
-
"name": "--example"
|
|
30722
|
-
}
|
|
30723
|
-
],
|
|
30724
|
-
"cssParts": [
|
|
30725
|
-
{
|
|
30726
|
-
"description": "The component's base wrapper.",
|
|
30727
|
-
"name": "base"
|
|
30728
|
-
}
|
|
30729
|
-
],
|
|
30730
|
-
"slots": [
|
|
30731
|
-
{
|
|
30732
|
-
"description": "The default slot.",
|
|
30733
|
-
"name": ""
|
|
30734
|
-
},
|
|
30735
|
-
{
|
|
30736
|
-
"description": "An example slot.",
|
|
30737
|
-
"name": "example"
|
|
30738
|
-
}
|
|
30739
|
-
],
|
|
30740
|
-
"members": [
|
|
30741
|
-
{
|
|
30742
|
-
"kind": "field",
|
|
30743
|
-
"name": "formControlController",
|
|
30744
|
-
"privacy": "private",
|
|
30745
|
-
"readonly": true,
|
|
30746
|
-
"default": "new FormControlController(this)"
|
|
30747
|
-
},
|
|
30748
|
-
{
|
|
30749
|
-
"kind": "field",
|
|
30750
|
-
"name": "caption",
|
|
30751
|
-
"type": {
|
|
30752
|
-
"text": "string"
|
|
30753
|
-
},
|
|
30754
|
-
"attribute": "caption"
|
|
30755
|
-
},
|
|
30756
|
-
{
|
|
30757
|
-
"kind": "field",
|
|
30758
|
-
"name": "href",
|
|
30759
|
-
"type": {
|
|
30760
|
-
"text": "string"
|
|
30761
|
-
},
|
|
30762
|
-
"attribute": "href"
|
|
30763
|
-
},
|
|
30764
|
-
{
|
|
30765
|
-
"kind": "field",
|
|
30766
|
-
"name": "name",
|
|
30767
|
-
"type": {
|
|
30768
|
-
"text": "string"
|
|
30769
|
-
},
|
|
30770
|
-
"attribute": "name"
|
|
30771
|
-
},
|
|
30772
|
-
{
|
|
30773
|
-
"kind": "field",
|
|
30774
|
-
"name": "value",
|
|
30775
|
-
"type": {
|
|
30776
|
-
"text": "string"
|
|
30777
|
-
},
|
|
30778
|
-
"attribute": "value"
|
|
30779
|
-
},
|
|
30780
|
-
{
|
|
30781
|
-
"kind": "field",
|
|
30782
|
-
"name": "defaultValue",
|
|
30783
|
-
"type": {
|
|
30784
|
-
"text": "string"
|
|
30785
|
-
}
|
|
30786
|
-
},
|
|
30787
|
-
{
|
|
30788
|
-
"kind": "field",
|
|
30789
|
-
"name": "type",
|
|
30790
|
-
"type": {
|
|
30791
|
-
"text": "string"
|
|
30792
|
-
},
|
|
30793
|
-
"attribute": "type"
|
|
30794
|
-
},
|
|
30795
|
-
{
|
|
30796
|
-
"kind": "field",
|
|
30797
|
-
"name": "dropdown",
|
|
30798
|
-
"type": {
|
|
30799
|
-
"text": "ZnDropdown"
|
|
30800
|
-
}
|
|
30801
|
-
},
|
|
30802
|
-
{
|
|
30803
|
-
"kind": "field",
|
|
30804
|
-
"name": "button",
|
|
30805
|
-
"type": {
|
|
30806
|
-
"text": "ZnButton"
|
|
30807
|
-
}
|
|
30808
|
-
},
|
|
30809
|
-
{
|
|
30810
|
-
"kind": "method",
|
|
30811
|
-
"name": "handleMenuItemClick",
|
|
30812
|
-
"privacy": "public",
|
|
30813
|
-
"parameters": [
|
|
30814
|
-
{
|
|
30815
|
-
"name": "e",
|
|
30816
|
-
"type": {
|
|
30817
|
-
"text": "ZnMenuSelectEvent"
|
|
30818
|
-
}
|
|
30819
|
-
}
|
|
30820
|
-
]
|
|
30821
|
-
},
|
|
30822
|
-
{
|
|
30823
|
-
"kind": "method",
|
|
30824
|
-
"name": "handleTriggerClick",
|
|
30825
|
-
"privacy": "public"
|
|
30826
|
-
},
|
|
30827
|
-
{
|
|
30828
|
-
"kind": "method",
|
|
30829
|
-
"name": "renderTriggerSlot",
|
|
30830
|
-
"privacy": "private"
|
|
30831
|
-
},
|
|
30832
|
-
{
|
|
30833
|
-
"kind": "method",
|
|
30834
|
-
"name": "checkValidity",
|
|
30835
|
-
"return": {
|
|
30836
|
-
"type": {
|
|
30837
|
-
"text": "boolean"
|
|
30838
|
-
}
|
|
30839
|
-
}
|
|
30840
|
-
},
|
|
30841
|
-
{
|
|
30842
|
-
"kind": "method",
|
|
30843
|
-
"name": "getForm",
|
|
30844
|
-
"return": {
|
|
30845
|
-
"type": {
|
|
30846
|
-
"text": "HTMLFormElement | null"
|
|
30847
|
-
}
|
|
30848
|
-
}
|
|
30849
|
-
},
|
|
30850
|
-
{
|
|
30851
|
-
"kind": "method",
|
|
30852
|
-
"name": "reportValidity"
|
|
30853
|
-
},
|
|
30854
|
-
{
|
|
30855
|
-
"kind": "method",
|
|
30856
|
-
"name": "setCustomValidity",
|
|
30857
|
-
"parameters": [
|
|
30858
|
-
{
|
|
30859
|
-
"name": "message",
|
|
30860
|
-
"type": {
|
|
30861
|
-
"text": "string"
|
|
30862
|
-
}
|
|
30863
|
-
}
|
|
30864
|
-
]
|
|
30865
|
-
},
|
|
30866
|
-
{
|
|
30867
|
-
"kind": "field",
|
|
30868
|
-
"name": "validity",
|
|
30869
|
-
"readonly": true
|
|
30870
|
-
},
|
|
30871
|
-
{
|
|
30872
|
-
"kind": "field",
|
|
30873
|
-
"name": "validationMessage",
|
|
30874
|
-
"readonly": true
|
|
30875
|
-
},
|
|
30876
|
-
{
|
|
30877
|
-
"kind": "method",
|
|
30878
|
-
"name": "_isButton",
|
|
30879
|
-
"privacy": "private"
|
|
30880
|
-
}
|
|
30881
|
-
],
|
|
30882
|
-
"events": [
|
|
30883
|
-
{
|
|
30884
|
-
"description": "Emitted as an example.",
|
|
30885
|
-
"name": "zn-event-name"
|
|
30886
|
-
}
|
|
30887
|
-
],
|
|
30888
|
-
"attributes": [
|
|
30889
|
-
{
|
|
30890
|
-
"name": "caption",
|
|
30891
|
-
"type": {
|
|
30892
|
-
"text": "string"
|
|
30893
|
-
},
|
|
30894
|
-
"fieldName": "caption"
|
|
30895
|
-
},
|
|
30896
|
-
{
|
|
30897
|
-
"name": "href",
|
|
30898
|
-
"type": {
|
|
30899
|
-
"text": "string"
|
|
30900
|
-
},
|
|
30901
|
-
"fieldName": "href"
|
|
30902
|
-
},
|
|
30903
|
-
{
|
|
30904
|
-
"name": "name",
|
|
30905
|
-
"type": {
|
|
30906
|
-
"text": "string"
|
|
30907
|
-
},
|
|
30908
|
-
"fieldName": "name"
|
|
30909
|
-
},
|
|
30910
|
-
{
|
|
30911
|
-
"name": "value",
|
|
30912
|
-
"type": {
|
|
30913
|
-
"text": "string"
|
|
30914
|
-
},
|
|
30915
|
-
"fieldName": "value"
|
|
30916
|
-
},
|
|
30917
|
-
{
|
|
30918
|
-
"name": "type",
|
|
30919
|
-
"type": {
|
|
30920
|
-
"text": "string"
|
|
30921
|
-
},
|
|
30922
|
-
"fieldName": "type"
|
|
30923
|
-
}
|
|
30924
|
-
],
|
|
30925
|
-
"superclass": {
|
|
30926
|
-
"name": "ZincElement",
|
|
30927
|
-
"module": "/src/internal/zinc-element"
|
|
30928
|
-
},
|
|
30929
|
-
"summary": "Short summary of the component's intended use.",
|
|
30930
|
-
"tagNameWithoutPrefix": "split-button",
|
|
30931
|
-
"tagName": "zn-split-button",
|
|
30932
|
-
"customElement": true,
|
|
30933
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/split-button\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
|
|
30934
|
-
"documentation": "https://zinc.style/components/split-button",
|
|
30935
|
-
"status": "experimental",
|
|
30936
|
-
"since": "1.0",
|
|
30937
|
-
"dependencies": [
|
|
30938
|
-
"zn-example"
|
|
30939
|
-
]
|
|
30940
|
-
}
|
|
30941
|
-
],
|
|
30942
|
-
"exports": [
|
|
30943
|
-
{
|
|
30944
|
-
"kind": "js",
|
|
30945
|
-
"name": "default",
|
|
30946
|
-
"declaration": {
|
|
30947
|
-
"name": "ZnSplitButton",
|
|
30948
|
-
"module": "components/split-button/split-button.js"
|
|
30949
|
-
}
|
|
30950
|
-
}
|
|
30951
|
-
]
|
|
30952
|
-
},
|
|
30953
30983
|
{
|
|
30954
30984
|
"kind": "javascript-module",
|
|
30955
30985
|
"path": "components/stat/stat.js",
|
|
@@ -36338,7 +36368,7 @@
|
|
|
36338
36368
|
"package": {
|
|
36339
36369
|
"name": "@kubex/zinc",
|
|
36340
36370
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
36341
|
-
"version": "1.1.
|
|
36371
|
+
"version": "1.1.9",
|
|
36342
36372
|
"author": "",
|
|
36343
36373
|
"license": "MIT"
|
|
36344
36374
|
}
|