@kubex/zinc 1.1.6 → 1.1.7
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 +1161 -1157
- package/dist/vscode.html-custom-data.json +60 -60
- package/dist/web-types.json +164 -160
- package/dist/zn.d.ts +1 -0
- package/dist/zn.min.js +2 -2
- package/package.json +1 -1
- package/src/components/chip/chip.scss +2 -2
- package/src/components/page/page.component.ts +2 -1
|
@@ -815,363 +815,6 @@
|
|
|
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
|
-
},
|
|
1175
818
|
{
|
|
1176
819
|
"kind": "javascript-module",
|
|
1177
820
|
"path": "components/button/button.js",
|
|
@@ -2275,6 +1918,363 @@
|
|
|
2275
1918
|
}
|
|
2276
1919
|
]
|
|
2277
1920
|
},
|
|
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",
|
|
@@ -20217,6 +20217,10 @@
|
|
|
20217
20217
|
"module": "src/components/tabs/tabs.component.ts"
|
|
20218
20218
|
}
|
|
20219
20219
|
},
|
|
20220
|
+
{
|
|
20221
|
+
"description": "Rich subtitle/description content. Falls back to the `summary` attribute when empty.",
|
|
20222
|
+
"name": "description"
|
|
20223
|
+
},
|
|
20220
20224
|
{
|
|
20221
20225
|
"description": "Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom slot.",
|
|
20222
20226
|
"name": "bottom"
|
|
@@ -21691,7 +21695,7 @@
|
|
|
21691
21695
|
"tagNameWithoutPrefix": "page",
|
|
21692
21696
|
"tagName": "zn-page",
|
|
21693
21697
|
"customElement": true,
|
|
21694
|
-
"jsDoc": "/**\n * @summary Combines a page header with tab navigation and tab panels.\n * @documentation https://zinc.style/components/page\n * @status experimental\n * @since 1.0\n *\n * @slot - Page content. Use zn-tab for named tabs and header-action/header-actions for header actions.\n * @slot bottom - Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom slot.\n */",
|
|
21698
|
+
"jsDoc": "/**\n * @summary Combines a page header with tab navigation and tab panels.\n * @documentation https://zinc.style/components/page\n * @status experimental\n * @since 1.0\n *\n * @slot - Page content. Use zn-tab for named tabs and header-action/header-actions for header actions.\n * @slot description - Rich subtitle/description content. Falls back to the `summary` attribute when empty.\n * @slot bottom - Content rendered below the navbar row (e.g. chips, filters). Forwarded to the navbar's bottom slot.\n */",
|
|
21695
21699
|
"documentation": "https://zinc.style/components/page",
|
|
21696
21700
|
"status": "experimental",
|
|
21697
21701
|
"since": "1.0",
|
|
@@ -29417,46 +29421,30 @@
|
|
|
29417
29421
|
},
|
|
29418
29422
|
{
|
|
29419
29423
|
"kind": "javascript-module",
|
|
29420
|
-
"path": "components/
|
|
29424
|
+
"path": "components/sp/sp.js",
|
|
29421
29425
|
"declarations": [
|
|
29426
|
+
{
|
|
29427
|
+
"kind": "variable",
|
|
29428
|
+
"name": "defaultSizes",
|
|
29429
|
+
"type": {
|
|
29430
|
+
"text": "object"
|
|
29431
|
+
},
|
|
29432
|
+
"default": "{ px: '1', xxs: '3', xs: '5', sm: '10', md: '15', lg: '20', xl: '25' }"
|
|
29433
|
+
},
|
|
29422
29434
|
{
|
|
29423
29435
|
"kind": "class",
|
|
29424
29436
|
"description": "",
|
|
29425
|
-
"name": "
|
|
29437
|
+
"name": "ZnSp",
|
|
29426
29438
|
"cssProperties": [
|
|
29427
29439
|
{
|
|
29428
|
-
"description": "
|
|
29429
|
-
"name": "--
|
|
29430
|
-
},
|
|
29431
|
-
{
|
|
29432
|
-
"description": "The amount of padding to use for the header.",
|
|
29433
|
-
"name": "--header-spacing"
|
|
29434
|
-
},
|
|
29435
|
-
{
|
|
29436
|
-
"description": "The amount of padding to use for the body.",
|
|
29437
|
-
"name": "--body-spacing"
|
|
29440
|
+
"description": "An example CSS custom property.",
|
|
29441
|
+
"name": "--example"
|
|
29438
29442
|
}
|
|
29439
29443
|
],
|
|
29440
29444
|
"cssParts": [
|
|
29441
29445
|
{
|
|
29442
29446
|
"description": "The component's base wrapper.",
|
|
29443
29447
|
"name": "base"
|
|
29444
|
-
},
|
|
29445
|
-
{
|
|
29446
|
-
"description": "The slideout's header. This element wraps the title and header actions.",
|
|
29447
|
-
"name": "header"
|
|
29448
|
-
},
|
|
29449
|
-
{
|
|
29450
|
-
"description": "The slideout's close button.",
|
|
29451
|
-
"name": "close-button"
|
|
29452
|
-
},
|
|
29453
|
-
{
|
|
29454
|
-
"description": "The close buttons exported `base` part.",
|
|
29455
|
-
"name": "close-button__base"
|
|
29456
|
-
},
|
|
29457
|
-
{
|
|
29458
|
-
"description": "The slideout's body.",
|
|
29459
|
-
"name": "body"
|
|
29460
29448
|
}
|
|
29461
29449
|
],
|
|
29462
29450
|
"slots": [
|
|
@@ -29465,887 +29453,418 @@
|
|
|
29465
29453
|
"name": ""
|
|
29466
29454
|
},
|
|
29467
29455
|
{
|
|
29468
|
-
"description": "
|
|
29469
|
-
"name": "
|
|
29456
|
+
"description": "An example slot.",
|
|
29457
|
+
"name": "example"
|
|
29470
29458
|
}
|
|
29471
29459
|
],
|
|
29472
29460
|
"members": [
|
|
29473
29461
|
{
|
|
29474
29462
|
"kind": "field",
|
|
29475
|
-
"name": "
|
|
29463
|
+
"name": "divide",
|
|
29476
29464
|
"type": {
|
|
29477
|
-
"text": "
|
|
29465
|
+
"text": "boolean"
|
|
29478
29466
|
},
|
|
29479
|
-
"
|
|
29480
|
-
"
|
|
29467
|
+
"default": "false",
|
|
29468
|
+
"attribute": "divide",
|
|
29469
|
+
"reflects": true
|
|
29481
29470
|
},
|
|
29482
29471
|
{
|
|
29483
29472
|
"kind": "field",
|
|
29484
|
-
"name": "
|
|
29485
|
-
"
|
|
29486
|
-
|
|
29487
|
-
|
|
29473
|
+
"name": "gap",
|
|
29474
|
+
"type": {
|
|
29475
|
+
"text": "keyof typeof defaultSizes"
|
|
29476
|
+
},
|
|
29477
|
+
"attribute": "gap",
|
|
29478
|
+
"reflects": true
|
|
29488
29479
|
},
|
|
29489
29480
|
{
|
|
29490
29481
|
"kind": "field",
|
|
29491
|
-
"name": "
|
|
29482
|
+
"name": "row",
|
|
29492
29483
|
"type": {
|
|
29493
|
-
"text": "
|
|
29484
|
+
"text": "boolean"
|
|
29494
29485
|
},
|
|
29495
|
-
"
|
|
29486
|
+
"default": "false",
|
|
29487
|
+
"attribute": "row",
|
|
29488
|
+
"reflects": true
|
|
29496
29489
|
},
|
|
29497
29490
|
{
|
|
29498
29491
|
"kind": "field",
|
|
29499
|
-
"name": "
|
|
29492
|
+
"name": "align",
|
|
29500
29493
|
"type": {
|
|
29501
|
-
"text": "
|
|
29502
|
-
}
|
|
29494
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
29495
|
+
},
|
|
29496
|
+
"attribute": "align",
|
|
29497
|
+
"reflects": true
|
|
29503
29498
|
},
|
|
29504
29499
|
{
|
|
29505
29500
|
"kind": "field",
|
|
29506
|
-
"name": "
|
|
29501
|
+
"name": "justify",
|
|
29507
29502
|
"type": {
|
|
29508
|
-
"text": "
|
|
29509
|
-
}
|
|
29503
|
+
"text": "'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'"
|
|
29504
|
+
},
|
|
29505
|
+
"attribute": "justify",
|
|
29506
|
+
"reflects": true
|
|
29510
29507
|
},
|
|
29511
29508
|
{
|
|
29512
29509
|
"kind": "field",
|
|
29513
|
-
"name": "
|
|
29510
|
+
"name": "grow",
|
|
29514
29511
|
"type": {
|
|
29515
|
-
"text": "
|
|
29516
|
-
}
|
|
29512
|
+
"text": "boolean"
|
|
29513
|
+
},
|
|
29514
|
+
"default": "false",
|
|
29515
|
+
"attribute": "grow",
|
|
29516
|
+
"reflects": true
|
|
29517
29517
|
},
|
|
29518
29518
|
{
|
|
29519
29519
|
"kind": "field",
|
|
29520
|
-
"name": "
|
|
29520
|
+
"name": "padX",
|
|
29521
29521
|
"type": {
|
|
29522
29522
|
"text": "boolean"
|
|
29523
29523
|
},
|
|
29524
29524
|
"default": "false",
|
|
29525
|
-
"
|
|
29526
|
-
"attribute": "open",
|
|
29525
|
+
"attribute": "pad-x",
|
|
29527
29526
|
"reflects": true
|
|
29528
29527
|
},
|
|
29529
29528
|
{
|
|
29530
29529
|
"kind": "field",
|
|
29531
|
-
"name": "
|
|
29530
|
+
"name": "padY",
|
|
29532
29531
|
"type": {
|
|
29533
|
-
"text": "
|
|
29532
|
+
"text": "boolean"
|
|
29534
29533
|
},
|
|
29535
|
-
"
|
|
29536
|
-
"attribute": "
|
|
29534
|
+
"default": "false",
|
|
29535
|
+
"attribute": "pad-y",
|
|
29537
29536
|
"reflects": true
|
|
29538
29537
|
},
|
|
29539
29538
|
{
|
|
29540
29539
|
"kind": "field",
|
|
29541
|
-
"name": "
|
|
29540
|
+
"name": "noGap",
|
|
29542
29541
|
"type": {
|
|
29543
|
-
"text": "
|
|
29542
|
+
"text": "boolean"
|
|
29544
29543
|
},
|
|
29545
|
-
"
|
|
29546
|
-
"attribute": "
|
|
29544
|
+
"default": "false",
|
|
29545
|
+
"attribute": "no-gap",
|
|
29547
29546
|
"reflects": true
|
|
29548
29547
|
},
|
|
29549
29548
|
{
|
|
29550
|
-
"kind": "
|
|
29551
|
-
"name": "
|
|
29552
|
-
"
|
|
29553
|
-
|
|
29554
|
-
|
|
29555
|
-
|
|
29556
|
-
|
|
29557
|
-
|
|
29558
|
-
}
|
|
29559
|
-
}
|
|
29560
|
-
]
|
|
29549
|
+
"kind": "field",
|
|
29550
|
+
"name": "noPosition",
|
|
29551
|
+
"type": {
|
|
29552
|
+
"text": "boolean"
|
|
29553
|
+
},
|
|
29554
|
+
"default": "false",
|
|
29555
|
+
"attribute": "no-pos",
|
|
29556
|
+
"reflects": true
|
|
29561
29557
|
},
|
|
29562
29558
|
{
|
|
29563
|
-
"kind": "
|
|
29564
|
-
"name": "
|
|
29565
|
-
"
|
|
29559
|
+
"kind": "field",
|
|
29560
|
+
"name": "flush",
|
|
29561
|
+
"type": {
|
|
29562
|
+
"text": "boolean"
|
|
29563
|
+
},
|
|
29564
|
+
"default": "false",
|
|
29565
|
+
"attribute": "flush",
|
|
29566
|
+
"reflects": true
|
|
29566
29567
|
},
|
|
29567
29568
|
{
|
|
29568
|
-
"kind": "
|
|
29569
|
-
"name": "
|
|
29570
|
-
"
|
|
29569
|
+
"kind": "field",
|
|
29570
|
+
"name": "flushX",
|
|
29571
|
+
"type": {
|
|
29572
|
+
"text": "boolean"
|
|
29573
|
+
},
|
|
29574
|
+
"default": "false",
|
|
29575
|
+
"attribute": "flush-x",
|
|
29576
|
+
"reflects": true
|
|
29571
29577
|
},
|
|
29572
29578
|
{
|
|
29573
|
-
"kind": "
|
|
29574
|
-
"name": "
|
|
29575
|
-
"
|
|
29579
|
+
"kind": "field",
|
|
29580
|
+
"name": "flushY",
|
|
29581
|
+
"type": {
|
|
29582
|
+
"text": "boolean"
|
|
29583
|
+
},
|
|
29584
|
+
"default": "false",
|
|
29585
|
+
"attribute": "flush-y",
|
|
29586
|
+
"reflects": true
|
|
29576
29587
|
},
|
|
29577
29588
|
{
|
|
29578
|
-
"kind": "
|
|
29579
|
-
"name": "
|
|
29580
|
-
"
|
|
29589
|
+
"kind": "field",
|
|
29590
|
+
"name": "flushT",
|
|
29591
|
+
"type": {
|
|
29592
|
+
"text": "boolean"
|
|
29593
|
+
},
|
|
29594
|
+
"default": "false",
|
|
29595
|
+
"attribute": "flush-t",
|
|
29596
|
+
"reflects": true
|
|
29581
29597
|
},
|
|
29582
29598
|
{
|
|
29583
29599
|
"kind": "field",
|
|
29584
|
-
"name": "
|
|
29585
|
-
"
|
|
29586
|
-
|
|
29587
|
-
|
|
29588
|
-
|
|
29600
|
+
"name": "flushB",
|
|
29601
|
+
"type": {
|
|
29602
|
+
"text": "boolean"
|
|
29603
|
+
},
|
|
29604
|
+
"default": "false",
|
|
29605
|
+
"attribute": "flush-b",
|
|
29606
|
+
"reflects": true
|
|
29607
|
+
},
|
|
29589
29608
|
{
|
|
29590
|
-
"
|
|
29591
|
-
"name": "
|
|
29609
|
+
"kind": "field",
|
|
29610
|
+
"name": "flushL",
|
|
29611
|
+
"type": {
|
|
29612
|
+
"text": "boolean"
|
|
29613
|
+
},
|
|
29614
|
+
"default": "false",
|
|
29615
|
+
"attribute": "flush-l",
|
|
29616
|
+
"reflects": true
|
|
29592
29617
|
},
|
|
29593
29618
|
{
|
|
29594
|
-
"
|
|
29595
|
-
"name": "
|
|
29619
|
+
"kind": "field",
|
|
29620
|
+
"name": "flushR",
|
|
29621
|
+
"type": {
|
|
29622
|
+
"text": "boolean"
|
|
29623
|
+
},
|
|
29624
|
+
"default": "false",
|
|
29625
|
+
"attribute": "flush-r",
|
|
29626
|
+
"reflects": true
|
|
29596
29627
|
},
|
|
29597
29628
|
{
|
|
29629
|
+
"kind": "field",
|
|
29630
|
+
"name": "widthContainer",
|
|
29598
29631
|
"type": {
|
|
29599
|
-
"text": "
|
|
29632
|
+
"text": "boolean"
|
|
29600
29633
|
},
|
|
29601
|
-
"
|
|
29602
|
-
"
|
|
29634
|
+
"default": "false",
|
|
29635
|
+
"attribute": "width-container",
|
|
29636
|
+
"reflects": true
|
|
29637
|
+
},
|
|
29638
|
+
{
|
|
29639
|
+
"kind": "field",
|
|
29640
|
+
"name": "formContainer",
|
|
29641
|
+
"type": {
|
|
29642
|
+
"text": "boolean"
|
|
29643
|
+
},
|
|
29644
|
+
"default": "false",
|
|
29645
|
+
"attribute": "form-container",
|
|
29646
|
+
"reflects": true
|
|
29647
|
+
},
|
|
29648
|
+
{
|
|
29649
|
+
"kind": "field",
|
|
29650
|
+
"name": "wideFormContainer",
|
|
29651
|
+
"type": {
|
|
29652
|
+
"text": "boolean"
|
|
29653
|
+
},
|
|
29654
|
+
"default": "false",
|
|
29655
|
+
"attribute": "wide-form-container",
|
|
29656
|
+
"reflects": true
|
|
29657
|
+
}
|
|
29658
|
+
],
|
|
29659
|
+
"events": [
|
|
29660
|
+
{
|
|
29661
|
+
"description": "Emitted as an example.",
|
|
29662
|
+
"name": "zn-event-name"
|
|
29603
29663
|
}
|
|
29604
29664
|
],
|
|
29605
29665
|
"attributes": [
|
|
29606
29666
|
{
|
|
29607
|
-
"name": "
|
|
29667
|
+
"name": "divide",
|
|
29608
29668
|
"type": {
|
|
29609
29669
|
"text": "boolean"
|
|
29610
29670
|
},
|
|
29611
29671
|
"default": "false",
|
|
29612
|
-
"
|
|
29613
|
-
"fieldName": "open"
|
|
29672
|
+
"fieldName": "divide"
|
|
29614
29673
|
},
|
|
29615
29674
|
{
|
|
29616
|
-
"name": "
|
|
29675
|
+
"name": "gap",
|
|
29617
29676
|
"type": {
|
|
29618
|
-
"text": "
|
|
29677
|
+
"text": "keyof typeof defaultSizes"
|
|
29619
29678
|
},
|
|
29620
|
-
"
|
|
29621
|
-
"fieldName": "label"
|
|
29679
|
+
"fieldName": "gap"
|
|
29622
29680
|
},
|
|
29623
29681
|
{
|
|
29624
|
-
"name": "
|
|
29682
|
+
"name": "row",
|
|
29625
29683
|
"type": {
|
|
29626
|
-
"text": "
|
|
29684
|
+
"text": "boolean"
|
|
29627
29685
|
},
|
|
29628
|
-
"
|
|
29629
|
-
"fieldName": "
|
|
29686
|
+
"default": "false",
|
|
29687
|
+
"fieldName": "row"
|
|
29688
|
+
},
|
|
29689
|
+
{
|
|
29690
|
+
"name": "align",
|
|
29691
|
+
"type": {
|
|
29692
|
+
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
29693
|
+
},
|
|
29694
|
+
"fieldName": "align"
|
|
29695
|
+
},
|
|
29696
|
+
{
|
|
29697
|
+
"name": "justify",
|
|
29698
|
+
"type": {
|
|
29699
|
+
"text": "'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'"
|
|
29700
|
+
},
|
|
29701
|
+
"fieldName": "justify"
|
|
29702
|
+
},
|
|
29703
|
+
{
|
|
29704
|
+
"name": "grow",
|
|
29705
|
+
"type": {
|
|
29706
|
+
"text": "boolean"
|
|
29707
|
+
},
|
|
29708
|
+
"default": "false",
|
|
29709
|
+
"fieldName": "grow"
|
|
29710
|
+
},
|
|
29711
|
+
{
|
|
29712
|
+
"name": "pad-x",
|
|
29713
|
+
"type": {
|
|
29714
|
+
"text": "boolean"
|
|
29715
|
+
},
|
|
29716
|
+
"default": "false",
|
|
29717
|
+
"fieldName": "padX"
|
|
29718
|
+
},
|
|
29719
|
+
{
|
|
29720
|
+
"name": "pad-y",
|
|
29721
|
+
"type": {
|
|
29722
|
+
"text": "boolean"
|
|
29723
|
+
},
|
|
29724
|
+
"default": "false",
|
|
29725
|
+
"fieldName": "padY"
|
|
29726
|
+
},
|
|
29727
|
+
{
|
|
29728
|
+
"name": "no-gap",
|
|
29729
|
+
"type": {
|
|
29730
|
+
"text": "boolean"
|
|
29731
|
+
},
|
|
29732
|
+
"default": "false",
|
|
29733
|
+
"fieldName": "noGap"
|
|
29734
|
+
},
|
|
29735
|
+
{
|
|
29736
|
+
"name": "no-pos",
|
|
29737
|
+
"type": {
|
|
29738
|
+
"text": "boolean"
|
|
29739
|
+
},
|
|
29740
|
+
"default": "false",
|
|
29741
|
+
"fieldName": "noPosition"
|
|
29742
|
+
},
|
|
29743
|
+
{
|
|
29744
|
+
"name": "flush",
|
|
29745
|
+
"type": {
|
|
29746
|
+
"text": "boolean"
|
|
29747
|
+
},
|
|
29748
|
+
"default": "false",
|
|
29749
|
+
"fieldName": "flush"
|
|
29750
|
+
},
|
|
29751
|
+
{
|
|
29752
|
+
"name": "flush-x",
|
|
29753
|
+
"type": {
|
|
29754
|
+
"text": "boolean"
|
|
29755
|
+
},
|
|
29756
|
+
"default": "false",
|
|
29757
|
+
"fieldName": "flushX"
|
|
29758
|
+
},
|
|
29759
|
+
{
|
|
29760
|
+
"name": "flush-y",
|
|
29761
|
+
"type": {
|
|
29762
|
+
"text": "boolean"
|
|
29763
|
+
},
|
|
29764
|
+
"default": "false",
|
|
29765
|
+
"fieldName": "flushY"
|
|
29766
|
+
},
|
|
29767
|
+
{
|
|
29768
|
+
"name": "flush-t",
|
|
29769
|
+
"type": {
|
|
29770
|
+
"text": "boolean"
|
|
29771
|
+
},
|
|
29772
|
+
"default": "false",
|
|
29773
|
+
"fieldName": "flushT"
|
|
29774
|
+
},
|
|
29775
|
+
{
|
|
29776
|
+
"name": "flush-b",
|
|
29777
|
+
"type": {
|
|
29778
|
+
"text": "boolean"
|
|
29779
|
+
},
|
|
29780
|
+
"default": "false",
|
|
29781
|
+
"fieldName": "flushB"
|
|
29782
|
+
},
|
|
29783
|
+
{
|
|
29784
|
+
"name": "flush-l",
|
|
29785
|
+
"type": {
|
|
29786
|
+
"text": "boolean"
|
|
29787
|
+
},
|
|
29788
|
+
"default": "false",
|
|
29789
|
+
"fieldName": "flushL"
|
|
29790
|
+
},
|
|
29791
|
+
{
|
|
29792
|
+
"name": "flush-r",
|
|
29793
|
+
"type": {
|
|
29794
|
+
"text": "boolean"
|
|
29795
|
+
},
|
|
29796
|
+
"default": "false",
|
|
29797
|
+
"fieldName": "flushR"
|
|
29798
|
+
},
|
|
29799
|
+
{
|
|
29800
|
+
"name": "width-container",
|
|
29801
|
+
"type": {
|
|
29802
|
+
"text": "boolean"
|
|
29803
|
+
},
|
|
29804
|
+
"default": "false",
|
|
29805
|
+
"fieldName": "widthContainer"
|
|
29806
|
+
},
|
|
29807
|
+
{
|
|
29808
|
+
"name": "form-container",
|
|
29809
|
+
"type": {
|
|
29810
|
+
"text": "boolean"
|
|
29811
|
+
},
|
|
29812
|
+
"default": "false",
|
|
29813
|
+
"fieldName": "formContainer"
|
|
29814
|
+
},
|
|
29815
|
+
{
|
|
29816
|
+
"name": "wide-form-container",
|
|
29817
|
+
"type": {
|
|
29818
|
+
"text": "boolean"
|
|
29819
|
+
},
|
|
29820
|
+
"default": "false",
|
|
29821
|
+
"fieldName": "wideFormContainer"
|
|
29630
29822
|
}
|
|
29631
29823
|
],
|
|
29632
29824
|
"superclass": {
|
|
29633
29825
|
"name": "ZincElement",
|
|
29634
29826
|
"module": "/src/internal/zinc-element"
|
|
29635
29827
|
},
|
|
29636
|
-
"summary": "
|
|
29637
|
-
"tagNameWithoutPrefix": "
|
|
29638
|
-
"tagName": "zn-
|
|
29828
|
+
"summary": "A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.",
|
|
29829
|
+
"tagNameWithoutPrefix": "sp",
|
|
29830
|
+
"tagName": "zn-sp",
|
|
29639
29831
|
"customElement": true,
|
|
29640
|
-
"jsDoc": "/**\n * @summary
|
|
29641
|
-
"documentation": "https://zinc.style/components/
|
|
29832
|
+
"jsDoc": "/**\n * @summary A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.\n * @documentation https://zinc.style/components/sp\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 */",
|
|
29833
|
+
"documentation": "https://zinc.style/components/sp",
|
|
29642
29834
|
"status": "experimental",
|
|
29643
29835
|
"since": "1.0",
|
|
29644
29836
|
"dependencies": [
|
|
29645
|
-
"zn-
|
|
29837
|
+
"zn-example"
|
|
29646
29838
|
]
|
|
29647
29839
|
}
|
|
29648
29840
|
],
|
|
29649
29841
|
"exports": [
|
|
29842
|
+
{
|
|
29843
|
+
"kind": "js",
|
|
29844
|
+
"name": "defaultSizes",
|
|
29845
|
+
"declaration": {
|
|
29846
|
+
"name": "defaultSizes",
|
|
29847
|
+
"module": "components/sp/sp.js"
|
|
29848
|
+
}
|
|
29849
|
+
},
|
|
29650
29850
|
{
|
|
29651
29851
|
"kind": "js",
|
|
29652
29852
|
"name": "default",
|
|
29653
29853
|
"declaration": {
|
|
29654
|
-
"name": "
|
|
29655
|
-
"module": "components/
|
|
29854
|
+
"name": "ZnSp",
|
|
29855
|
+
"module": "components/sp/sp.js"
|
|
29656
29856
|
}
|
|
29657
29857
|
}
|
|
29658
29858
|
]
|
|
29659
29859
|
},
|
|
29660
29860
|
{
|
|
29661
29861
|
"kind": "javascript-module",
|
|
29662
|
-
"path": "components/
|
|
29862
|
+
"path": "components/split-pane/split-pane.js",
|
|
29663
29863
|
"declarations": [
|
|
29664
|
-
{
|
|
29665
|
-
"kind": "variable",
|
|
29666
|
-
"name": "defaultSizes",
|
|
29667
|
-
"type": {
|
|
29668
|
-
"text": "object"
|
|
29669
|
-
},
|
|
29670
|
-
"default": "{ px: '1', xxs: '3', xs: '5', sm: '10', md: '15', lg: '20', xl: '25' }"
|
|
29671
|
-
},
|
|
29672
29864
|
{
|
|
29673
29865
|
"kind": "class",
|
|
29674
29866
|
"description": "",
|
|
29675
|
-
"name": "
|
|
29676
|
-
"cssProperties": [
|
|
29677
|
-
{
|
|
29678
|
-
"description": "An example CSS custom property.",
|
|
29679
|
-
"name": "--example"
|
|
29680
|
-
}
|
|
29681
|
-
],
|
|
29682
|
-
"cssParts": [
|
|
29683
|
-
{
|
|
29684
|
-
"description": "The component's base wrapper.",
|
|
29685
|
-
"name": "base"
|
|
29686
|
-
}
|
|
29687
|
-
],
|
|
29688
|
-
"slots": [
|
|
29689
|
-
{
|
|
29690
|
-
"description": "The default slot.",
|
|
29691
|
-
"name": ""
|
|
29692
|
-
},
|
|
29693
|
-
{
|
|
29694
|
-
"description": "An example slot.",
|
|
29695
|
-
"name": "example"
|
|
29696
|
-
}
|
|
29697
|
-
],
|
|
29698
|
-
"members": [
|
|
29699
|
-
{
|
|
29700
|
-
"kind": "field",
|
|
29701
|
-
"name": "divide",
|
|
29702
|
-
"type": {
|
|
29703
|
-
"text": "boolean"
|
|
29704
|
-
},
|
|
29705
|
-
"default": "false",
|
|
29706
|
-
"attribute": "divide",
|
|
29707
|
-
"reflects": true
|
|
29708
|
-
},
|
|
29709
|
-
{
|
|
29710
|
-
"kind": "field",
|
|
29711
|
-
"name": "gap",
|
|
29712
|
-
"type": {
|
|
29713
|
-
"text": "keyof typeof defaultSizes"
|
|
29714
|
-
},
|
|
29715
|
-
"attribute": "gap",
|
|
29716
|
-
"reflects": true
|
|
29717
|
-
},
|
|
29718
|
-
{
|
|
29719
|
-
"kind": "field",
|
|
29720
|
-
"name": "row",
|
|
29721
|
-
"type": {
|
|
29722
|
-
"text": "boolean"
|
|
29723
|
-
},
|
|
29724
|
-
"default": "false",
|
|
29725
|
-
"attribute": "row",
|
|
29726
|
-
"reflects": true
|
|
29727
|
-
},
|
|
29728
|
-
{
|
|
29729
|
-
"kind": "field",
|
|
29730
|
-
"name": "align",
|
|
29731
|
-
"type": {
|
|
29732
|
-
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
29733
|
-
},
|
|
29734
|
-
"attribute": "align",
|
|
29735
|
-
"reflects": true
|
|
29736
|
-
},
|
|
29737
|
-
{
|
|
29738
|
-
"kind": "field",
|
|
29739
|
-
"name": "justify",
|
|
29740
|
-
"type": {
|
|
29741
|
-
"text": "'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'"
|
|
29742
|
-
},
|
|
29743
|
-
"attribute": "justify",
|
|
29744
|
-
"reflects": true
|
|
29745
|
-
},
|
|
29746
|
-
{
|
|
29747
|
-
"kind": "field",
|
|
29748
|
-
"name": "grow",
|
|
29749
|
-
"type": {
|
|
29750
|
-
"text": "boolean"
|
|
29751
|
-
},
|
|
29752
|
-
"default": "false",
|
|
29753
|
-
"attribute": "grow",
|
|
29754
|
-
"reflects": true
|
|
29755
|
-
},
|
|
29756
|
-
{
|
|
29757
|
-
"kind": "field",
|
|
29758
|
-
"name": "padX",
|
|
29759
|
-
"type": {
|
|
29760
|
-
"text": "boolean"
|
|
29761
|
-
},
|
|
29762
|
-
"default": "false",
|
|
29763
|
-
"attribute": "pad-x",
|
|
29764
|
-
"reflects": true
|
|
29765
|
-
},
|
|
29766
|
-
{
|
|
29767
|
-
"kind": "field",
|
|
29768
|
-
"name": "padY",
|
|
29769
|
-
"type": {
|
|
29770
|
-
"text": "boolean"
|
|
29771
|
-
},
|
|
29772
|
-
"default": "false",
|
|
29773
|
-
"attribute": "pad-y",
|
|
29774
|
-
"reflects": true
|
|
29775
|
-
},
|
|
29776
|
-
{
|
|
29777
|
-
"kind": "field",
|
|
29778
|
-
"name": "noGap",
|
|
29779
|
-
"type": {
|
|
29780
|
-
"text": "boolean"
|
|
29781
|
-
},
|
|
29782
|
-
"default": "false",
|
|
29783
|
-
"attribute": "no-gap",
|
|
29784
|
-
"reflects": true
|
|
29785
|
-
},
|
|
29786
|
-
{
|
|
29787
|
-
"kind": "field",
|
|
29788
|
-
"name": "noPosition",
|
|
29789
|
-
"type": {
|
|
29790
|
-
"text": "boolean"
|
|
29791
|
-
},
|
|
29792
|
-
"default": "false",
|
|
29793
|
-
"attribute": "no-pos",
|
|
29794
|
-
"reflects": true
|
|
29795
|
-
},
|
|
29796
|
-
{
|
|
29797
|
-
"kind": "field",
|
|
29798
|
-
"name": "flush",
|
|
29799
|
-
"type": {
|
|
29800
|
-
"text": "boolean"
|
|
29801
|
-
},
|
|
29802
|
-
"default": "false",
|
|
29803
|
-
"attribute": "flush",
|
|
29804
|
-
"reflects": true
|
|
29805
|
-
},
|
|
29806
|
-
{
|
|
29807
|
-
"kind": "field",
|
|
29808
|
-
"name": "flushX",
|
|
29809
|
-
"type": {
|
|
29810
|
-
"text": "boolean"
|
|
29811
|
-
},
|
|
29812
|
-
"default": "false",
|
|
29813
|
-
"attribute": "flush-x",
|
|
29814
|
-
"reflects": true
|
|
29815
|
-
},
|
|
29816
|
-
{
|
|
29817
|
-
"kind": "field",
|
|
29818
|
-
"name": "flushY",
|
|
29819
|
-
"type": {
|
|
29820
|
-
"text": "boolean"
|
|
29821
|
-
},
|
|
29822
|
-
"default": "false",
|
|
29823
|
-
"attribute": "flush-y",
|
|
29824
|
-
"reflects": true
|
|
29825
|
-
},
|
|
29826
|
-
{
|
|
29827
|
-
"kind": "field",
|
|
29828
|
-
"name": "flushT",
|
|
29829
|
-
"type": {
|
|
29830
|
-
"text": "boolean"
|
|
29831
|
-
},
|
|
29832
|
-
"default": "false",
|
|
29833
|
-
"attribute": "flush-t",
|
|
29834
|
-
"reflects": true
|
|
29835
|
-
},
|
|
29836
|
-
{
|
|
29837
|
-
"kind": "field",
|
|
29838
|
-
"name": "flushB",
|
|
29839
|
-
"type": {
|
|
29840
|
-
"text": "boolean"
|
|
29841
|
-
},
|
|
29842
|
-
"default": "false",
|
|
29843
|
-
"attribute": "flush-b",
|
|
29844
|
-
"reflects": true
|
|
29845
|
-
},
|
|
29846
|
-
{
|
|
29847
|
-
"kind": "field",
|
|
29848
|
-
"name": "flushL",
|
|
29849
|
-
"type": {
|
|
29850
|
-
"text": "boolean"
|
|
29851
|
-
},
|
|
29852
|
-
"default": "false",
|
|
29853
|
-
"attribute": "flush-l",
|
|
29854
|
-
"reflects": true
|
|
29855
|
-
},
|
|
29856
|
-
{
|
|
29857
|
-
"kind": "field",
|
|
29858
|
-
"name": "flushR",
|
|
29859
|
-
"type": {
|
|
29860
|
-
"text": "boolean"
|
|
29861
|
-
},
|
|
29862
|
-
"default": "false",
|
|
29863
|
-
"attribute": "flush-r",
|
|
29864
|
-
"reflects": true
|
|
29865
|
-
},
|
|
29866
|
-
{
|
|
29867
|
-
"kind": "field",
|
|
29868
|
-
"name": "widthContainer",
|
|
29869
|
-
"type": {
|
|
29870
|
-
"text": "boolean"
|
|
29871
|
-
},
|
|
29872
|
-
"default": "false",
|
|
29873
|
-
"attribute": "width-container",
|
|
29874
|
-
"reflects": true
|
|
29875
|
-
},
|
|
29876
|
-
{
|
|
29877
|
-
"kind": "field",
|
|
29878
|
-
"name": "formContainer",
|
|
29879
|
-
"type": {
|
|
29880
|
-
"text": "boolean"
|
|
29881
|
-
},
|
|
29882
|
-
"default": "false",
|
|
29883
|
-
"attribute": "form-container",
|
|
29884
|
-
"reflects": true
|
|
29885
|
-
},
|
|
29886
|
-
{
|
|
29887
|
-
"kind": "field",
|
|
29888
|
-
"name": "wideFormContainer",
|
|
29889
|
-
"type": {
|
|
29890
|
-
"text": "boolean"
|
|
29891
|
-
},
|
|
29892
|
-
"default": "false",
|
|
29893
|
-
"attribute": "wide-form-container",
|
|
29894
|
-
"reflects": true
|
|
29895
|
-
}
|
|
29896
|
-
],
|
|
29897
|
-
"events": [
|
|
29898
|
-
{
|
|
29899
|
-
"description": "Emitted as an example.",
|
|
29900
|
-
"name": "zn-event-name"
|
|
29901
|
-
}
|
|
29902
|
-
],
|
|
29903
|
-
"attributes": [
|
|
29904
|
-
{
|
|
29905
|
-
"name": "divide",
|
|
29906
|
-
"type": {
|
|
29907
|
-
"text": "boolean"
|
|
29908
|
-
},
|
|
29909
|
-
"default": "false",
|
|
29910
|
-
"fieldName": "divide"
|
|
29911
|
-
},
|
|
29912
|
-
{
|
|
29913
|
-
"name": "gap",
|
|
29914
|
-
"type": {
|
|
29915
|
-
"text": "keyof typeof defaultSizes"
|
|
29916
|
-
},
|
|
29917
|
-
"fieldName": "gap"
|
|
29918
|
-
},
|
|
29919
|
-
{
|
|
29920
|
-
"name": "row",
|
|
29921
|
-
"type": {
|
|
29922
|
-
"text": "boolean"
|
|
29923
|
-
},
|
|
29924
|
-
"default": "false",
|
|
29925
|
-
"fieldName": "row"
|
|
29926
|
-
},
|
|
29927
|
-
{
|
|
29928
|
-
"name": "align",
|
|
29929
|
-
"type": {
|
|
29930
|
-
"text": "'start' | 'center' | 'end' | 'stretch' | 'baseline'"
|
|
29931
|
-
},
|
|
29932
|
-
"fieldName": "align"
|
|
29933
|
-
},
|
|
29934
|
-
{
|
|
29935
|
-
"name": "justify",
|
|
29936
|
-
"type": {
|
|
29937
|
-
"text": "'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'"
|
|
29938
|
-
},
|
|
29939
|
-
"fieldName": "justify"
|
|
29940
|
-
},
|
|
29941
|
-
{
|
|
29942
|
-
"name": "grow",
|
|
29943
|
-
"type": {
|
|
29944
|
-
"text": "boolean"
|
|
29945
|
-
},
|
|
29946
|
-
"default": "false",
|
|
29947
|
-
"fieldName": "grow"
|
|
29948
|
-
},
|
|
29949
|
-
{
|
|
29950
|
-
"name": "pad-x",
|
|
29951
|
-
"type": {
|
|
29952
|
-
"text": "boolean"
|
|
29953
|
-
},
|
|
29954
|
-
"default": "false",
|
|
29955
|
-
"fieldName": "padX"
|
|
29956
|
-
},
|
|
29957
|
-
{
|
|
29958
|
-
"name": "pad-y",
|
|
29959
|
-
"type": {
|
|
29960
|
-
"text": "boolean"
|
|
29961
|
-
},
|
|
29962
|
-
"default": "false",
|
|
29963
|
-
"fieldName": "padY"
|
|
29964
|
-
},
|
|
29965
|
-
{
|
|
29966
|
-
"name": "no-gap",
|
|
29967
|
-
"type": {
|
|
29968
|
-
"text": "boolean"
|
|
29969
|
-
},
|
|
29970
|
-
"default": "false",
|
|
29971
|
-
"fieldName": "noGap"
|
|
29972
|
-
},
|
|
29973
|
-
{
|
|
29974
|
-
"name": "no-pos",
|
|
29975
|
-
"type": {
|
|
29976
|
-
"text": "boolean"
|
|
29977
|
-
},
|
|
29978
|
-
"default": "false",
|
|
29979
|
-
"fieldName": "noPosition"
|
|
29980
|
-
},
|
|
29981
|
-
{
|
|
29982
|
-
"name": "flush",
|
|
29983
|
-
"type": {
|
|
29984
|
-
"text": "boolean"
|
|
29985
|
-
},
|
|
29986
|
-
"default": "false",
|
|
29987
|
-
"fieldName": "flush"
|
|
29988
|
-
},
|
|
29989
|
-
{
|
|
29990
|
-
"name": "flush-x",
|
|
29991
|
-
"type": {
|
|
29992
|
-
"text": "boolean"
|
|
29993
|
-
},
|
|
29994
|
-
"default": "false",
|
|
29995
|
-
"fieldName": "flushX"
|
|
29996
|
-
},
|
|
29997
|
-
{
|
|
29998
|
-
"name": "flush-y",
|
|
29999
|
-
"type": {
|
|
30000
|
-
"text": "boolean"
|
|
30001
|
-
},
|
|
30002
|
-
"default": "false",
|
|
30003
|
-
"fieldName": "flushY"
|
|
30004
|
-
},
|
|
30005
|
-
{
|
|
30006
|
-
"name": "flush-t",
|
|
30007
|
-
"type": {
|
|
30008
|
-
"text": "boolean"
|
|
30009
|
-
},
|
|
30010
|
-
"default": "false",
|
|
30011
|
-
"fieldName": "flushT"
|
|
30012
|
-
},
|
|
30013
|
-
{
|
|
30014
|
-
"name": "flush-b",
|
|
30015
|
-
"type": {
|
|
30016
|
-
"text": "boolean"
|
|
30017
|
-
},
|
|
30018
|
-
"default": "false",
|
|
30019
|
-
"fieldName": "flushB"
|
|
30020
|
-
},
|
|
30021
|
-
{
|
|
30022
|
-
"name": "flush-l",
|
|
30023
|
-
"type": {
|
|
30024
|
-
"text": "boolean"
|
|
30025
|
-
},
|
|
30026
|
-
"default": "false",
|
|
30027
|
-
"fieldName": "flushL"
|
|
30028
|
-
},
|
|
30029
|
-
{
|
|
30030
|
-
"name": "flush-r",
|
|
30031
|
-
"type": {
|
|
30032
|
-
"text": "boolean"
|
|
30033
|
-
},
|
|
30034
|
-
"default": "false",
|
|
30035
|
-
"fieldName": "flushR"
|
|
30036
|
-
},
|
|
30037
|
-
{
|
|
30038
|
-
"name": "width-container",
|
|
30039
|
-
"type": {
|
|
30040
|
-
"text": "boolean"
|
|
30041
|
-
},
|
|
30042
|
-
"default": "false",
|
|
30043
|
-
"fieldName": "widthContainer"
|
|
30044
|
-
},
|
|
30045
|
-
{
|
|
30046
|
-
"name": "form-container",
|
|
30047
|
-
"type": {
|
|
30048
|
-
"text": "boolean"
|
|
30049
|
-
},
|
|
30050
|
-
"default": "false",
|
|
30051
|
-
"fieldName": "formContainer"
|
|
30052
|
-
},
|
|
30053
|
-
{
|
|
30054
|
-
"name": "wide-form-container",
|
|
30055
|
-
"type": {
|
|
30056
|
-
"text": "boolean"
|
|
30057
|
-
},
|
|
30058
|
-
"default": "false",
|
|
30059
|
-
"fieldName": "wideFormContainer"
|
|
30060
|
-
}
|
|
30061
|
-
],
|
|
30062
|
-
"superclass": {
|
|
30063
|
-
"name": "ZincElement",
|
|
30064
|
-
"module": "/src/internal/zinc-element"
|
|
30065
|
-
},
|
|
30066
|
-
"summary": "A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.",
|
|
30067
|
-
"tagNameWithoutPrefix": "sp",
|
|
30068
|
-
"tagName": "zn-sp",
|
|
30069
|
-
"customElement": true,
|
|
30070
|
-
"jsDoc": "/**\n * @summary A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.\n * @documentation https://zinc.style/components/sp\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 */",
|
|
30071
|
-
"documentation": "https://zinc.style/components/sp",
|
|
30072
|
-
"status": "experimental",
|
|
30073
|
-
"since": "1.0",
|
|
30074
|
-
"dependencies": [
|
|
30075
|
-
"zn-example"
|
|
30076
|
-
]
|
|
30077
|
-
}
|
|
30078
|
-
],
|
|
30079
|
-
"exports": [
|
|
30080
|
-
{
|
|
30081
|
-
"kind": "js",
|
|
30082
|
-
"name": "defaultSizes",
|
|
30083
|
-
"declaration": {
|
|
30084
|
-
"name": "defaultSizes",
|
|
30085
|
-
"module": "components/sp/sp.js"
|
|
30086
|
-
}
|
|
30087
|
-
},
|
|
30088
|
-
{
|
|
30089
|
-
"kind": "js",
|
|
30090
|
-
"name": "default",
|
|
30091
|
-
"declaration": {
|
|
30092
|
-
"name": "ZnSp",
|
|
30093
|
-
"module": "components/sp/sp.js"
|
|
30094
|
-
}
|
|
30095
|
-
}
|
|
30096
|
-
]
|
|
30097
|
-
},
|
|
30098
|
-
{
|
|
30099
|
-
"kind": "javascript-module",
|
|
30100
|
-
"path": "components/split-button/split-button.js",
|
|
30101
|
-
"declarations": [
|
|
30102
|
-
{
|
|
30103
|
-
"kind": "class",
|
|
30104
|
-
"description": "",
|
|
30105
|
-
"name": "ZnSplitButton",
|
|
30106
|
-
"cssProperties": [
|
|
30107
|
-
{
|
|
30108
|
-
"description": "An example CSS custom property.",
|
|
30109
|
-
"name": "--example"
|
|
30110
|
-
}
|
|
30111
|
-
],
|
|
30112
|
-
"cssParts": [
|
|
30113
|
-
{
|
|
30114
|
-
"description": "The component's base wrapper.",
|
|
30115
|
-
"name": "base"
|
|
30116
|
-
}
|
|
30117
|
-
],
|
|
30118
|
-
"slots": [
|
|
30119
|
-
{
|
|
30120
|
-
"description": "The default slot.",
|
|
30121
|
-
"name": ""
|
|
30122
|
-
},
|
|
30123
|
-
{
|
|
30124
|
-
"description": "An example slot.",
|
|
30125
|
-
"name": "example"
|
|
30126
|
-
}
|
|
30127
|
-
],
|
|
30128
|
-
"members": [
|
|
30129
|
-
{
|
|
30130
|
-
"kind": "field",
|
|
30131
|
-
"name": "formControlController",
|
|
30132
|
-
"privacy": "private",
|
|
30133
|
-
"readonly": true,
|
|
30134
|
-
"default": "new FormControlController(this)"
|
|
30135
|
-
},
|
|
30136
|
-
{
|
|
30137
|
-
"kind": "field",
|
|
30138
|
-
"name": "caption",
|
|
30139
|
-
"type": {
|
|
30140
|
-
"text": "string"
|
|
30141
|
-
},
|
|
30142
|
-
"attribute": "caption"
|
|
30143
|
-
},
|
|
30144
|
-
{
|
|
30145
|
-
"kind": "field",
|
|
30146
|
-
"name": "href",
|
|
30147
|
-
"type": {
|
|
30148
|
-
"text": "string"
|
|
30149
|
-
},
|
|
30150
|
-
"attribute": "href"
|
|
30151
|
-
},
|
|
30152
|
-
{
|
|
30153
|
-
"kind": "field",
|
|
30154
|
-
"name": "name",
|
|
30155
|
-
"type": {
|
|
30156
|
-
"text": "string"
|
|
30157
|
-
},
|
|
30158
|
-
"attribute": "name"
|
|
30159
|
-
},
|
|
30160
|
-
{
|
|
30161
|
-
"kind": "field",
|
|
30162
|
-
"name": "value",
|
|
30163
|
-
"type": {
|
|
30164
|
-
"text": "string"
|
|
30165
|
-
},
|
|
30166
|
-
"attribute": "value"
|
|
30167
|
-
},
|
|
30168
|
-
{
|
|
30169
|
-
"kind": "field",
|
|
30170
|
-
"name": "defaultValue",
|
|
30171
|
-
"type": {
|
|
30172
|
-
"text": "string"
|
|
30173
|
-
}
|
|
30174
|
-
},
|
|
30175
|
-
{
|
|
30176
|
-
"kind": "field",
|
|
30177
|
-
"name": "type",
|
|
30178
|
-
"type": {
|
|
30179
|
-
"text": "string"
|
|
30180
|
-
},
|
|
30181
|
-
"attribute": "type"
|
|
30182
|
-
},
|
|
30183
|
-
{
|
|
30184
|
-
"kind": "field",
|
|
30185
|
-
"name": "dropdown",
|
|
30186
|
-
"type": {
|
|
30187
|
-
"text": "ZnDropdown"
|
|
30188
|
-
}
|
|
30189
|
-
},
|
|
30190
|
-
{
|
|
30191
|
-
"kind": "field",
|
|
30192
|
-
"name": "button",
|
|
30193
|
-
"type": {
|
|
30194
|
-
"text": "ZnButton"
|
|
30195
|
-
}
|
|
30196
|
-
},
|
|
30197
|
-
{
|
|
30198
|
-
"kind": "method",
|
|
30199
|
-
"name": "handleMenuItemClick",
|
|
30200
|
-
"privacy": "public",
|
|
30201
|
-
"parameters": [
|
|
30202
|
-
{
|
|
30203
|
-
"name": "e",
|
|
30204
|
-
"type": {
|
|
30205
|
-
"text": "ZnMenuSelectEvent"
|
|
30206
|
-
}
|
|
30207
|
-
}
|
|
30208
|
-
]
|
|
30209
|
-
},
|
|
30210
|
-
{
|
|
30211
|
-
"kind": "method",
|
|
30212
|
-
"name": "handleTriggerClick",
|
|
30213
|
-
"privacy": "public"
|
|
30214
|
-
},
|
|
30215
|
-
{
|
|
30216
|
-
"kind": "method",
|
|
30217
|
-
"name": "renderTriggerSlot",
|
|
30218
|
-
"privacy": "private"
|
|
30219
|
-
},
|
|
30220
|
-
{
|
|
30221
|
-
"kind": "method",
|
|
30222
|
-
"name": "checkValidity",
|
|
30223
|
-
"return": {
|
|
30224
|
-
"type": {
|
|
30225
|
-
"text": "boolean"
|
|
30226
|
-
}
|
|
30227
|
-
}
|
|
30228
|
-
},
|
|
30229
|
-
{
|
|
30230
|
-
"kind": "method",
|
|
30231
|
-
"name": "getForm",
|
|
30232
|
-
"return": {
|
|
30233
|
-
"type": {
|
|
30234
|
-
"text": "HTMLFormElement | null"
|
|
30235
|
-
}
|
|
30236
|
-
}
|
|
30237
|
-
},
|
|
30238
|
-
{
|
|
30239
|
-
"kind": "method",
|
|
30240
|
-
"name": "reportValidity"
|
|
30241
|
-
},
|
|
30242
|
-
{
|
|
30243
|
-
"kind": "method",
|
|
30244
|
-
"name": "setCustomValidity",
|
|
30245
|
-
"parameters": [
|
|
30246
|
-
{
|
|
30247
|
-
"name": "message",
|
|
30248
|
-
"type": {
|
|
30249
|
-
"text": "string"
|
|
30250
|
-
}
|
|
30251
|
-
}
|
|
30252
|
-
]
|
|
30253
|
-
},
|
|
30254
|
-
{
|
|
30255
|
-
"kind": "field",
|
|
30256
|
-
"name": "validity",
|
|
30257
|
-
"readonly": true
|
|
30258
|
-
},
|
|
30259
|
-
{
|
|
30260
|
-
"kind": "field",
|
|
30261
|
-
"name": "validationMessage",
|
|
30262
|
-
"readonly": true
|
|
30263
|
-
},
|
|
30264
|
-
{
|
|
30265
|
-
"kind": "method",
|
|
30266
|
-
"name": "_isButton",
|
|
30267
|
-
"privacy": "private"
|
|
30268
|
-
}
|
|
30269
|
-
],
|
|
30270
|
-
"events": [
|
|
30271
|
-
{
|
|
30272
|
-
"description": "Emitted as an example.",
|
|
30273
|
-
"name": "zn-event-name"
|
|
30274
|
-
}
|
|
30275
|
-
],
|
|
30276
|
-
"attributes": [
|
|
30277
|
-
{
|
|
30278
|
-
"name": "caption",
|
|
30279
|
-
"type": {
|
|
30280
|
-
"text": "string"
|
|
30281
|
-
},
|
|
30282
|
-
"fieldName": "caption"
|
|
30283
|
-
},
|
|
30284
|
-
{
|
|
30285
|
-
"name": "href",
|
|
30286
|
-
"type": {
|
|
30287
|
-
"text": "string"
|
|
30288
|
-
},
|
|
30289
|
-
"fieldName": "href"
|
|
30290
|
-
},
|
|
30291
|
-
{
|
|
30292
|
-
"name": "name",
|
|
30293
|
-
"type": {
|
|
30294
|
-
"text": "string"
|
|
30295
|
-
},
|
|
30296
|
-
"fieldName": "name"
|
|
30297
|
-
},
|
|
30298
|
-
{
|
|
30299
|
-
"name": "value",
|
|
30300
|
-
"type": {
|
|
30301
|
-
"text": "string"
|
|
30302
|
-
},
|
|
30303
|
-
"fieldName": "value"
|
|
30304
|
-
},
|
|
30305
|
-
{
|
|
30306
|
-
"name": "type",
|
|
30307
|
-
"type": {
|
|
30308
|
-
"text": "string"
|
|
30309
|
-
},
|
|
30310
|
-
"fieldName": "type"
|
|
30311
|
-
}
|
|
30312
|
-
],
|
|
30313
|
-
"superclass": {
|
|
30314
|
-
"name": "ZincElement",
|
|
30315
|
-
"module": "/src/internal/zinc-element"
|
|
30316
|
-
},
|
|
30317
|
-
"summary": "Short summary of the component's intended use.",
|
|
30318
|
-
"tagNameWithoutPrefix": "split-button",
|
|
30319
|
-
"tagName": "zn-split-button",
|
|
30320
|
-
"customElement": true,
|
|
30321
|
-
"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 */",
|
|
30322
|
-
"documentation": "https://zinc.style/components/split-button",
|
|
30323
|
-
"status": "experimental",
|
|
30324
|
-
"since": "1.0",
|
|
30325
|
-
"dependencies": [
|
|
30326
|
-
"zn-example"
|
|
30327
|
-
]
|
|
30328
|
-
}
|
|
30329
|
-
],
|
|
30330
|
-
"exports": [
|
|
30331
|
-
{
|
|
30332
|
-
"kind": "js",
|
|
30333
|
-
"name": "default",
|
|
30334
|
-
"declaration": {
|
|
30335
|
-
"name": "ZnSplitButton",
|
|
30336
|
-
"module": "components/split-button/split-button.js"
|
|
30337
|
-
}
|
|
30338
|
-
}
|
|
30339
|
-
]
|
|
30340
|
-
},
|
|
30341
|
-
{
|
|
30342
|
-
"kind": "javascript-module",
|
|
30343
|
-
"path": "components/split-pane/split-pane.js",
|
|
30344
|
-
"declarations": [
|
|
30345
|
-
{
|
|
30346
|
-
"kind": "class",
|
|
30347
|
-
"description": "",
|
|
30348
|
-
"name": "ZnSplitPane",
|
|
29867
|
+
"name": "ZnSplitPane",
|
|
30349
29868
|
"cssProperties": [
|
|
30350
29869
|
{
|
|
30351
29870
|
"description": "An example CSS custom property.",
|
|
@@ -30946,6 +30465,491 @@
|
|
|
30946
30465
|
}
|
|
30947
30466
|
]
|
|
30948
30467
|
},
|
|
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
|
+
},
|
|
30949
30953
|
{
|
|
30950
30954
|
"kind": "javascript-module",
|
|
30951
30955
|
"path": "components/stat/stat.js",
|
|
@@ -36334,7 +36338,7 @@
|
|
|
36334
36338
|
"package": {
|
|
36335
36339
|
"name": "@kubex/zinc",
|
|
36336
36340
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
36337
|
-
"version": "1.1.
|
|
36341
|
+
"version": "1.1.7",
|
|
36338
36342
|
"author": "",
|
|
36339
36343
|
"license": "MIT"
|
|
36340
36344
|
}
|