@kubex/zinc 1.1.87 → 1.1.89
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 +1045 -1045
- package/dist/vscode.html-custom-data.json +89 -89
- package/dist/web-types.json +215 -215
- package/dist/zn.d.ts +6 -32
- package/dist/zn.min.js +229 -248
- package/package.json +1 -1
- package/src/components/editor/modules/context-menu/context-menu-tool.test.ts +36 -7
- package/src/components/editor/modules/context-menu/context-menu.ts +108 -118
- package/src/components/editor/modules/toolbar/toolbar.ts +4 -1
- package/src/components/slash-menu/slash-menu.component.ts +1 -0
- package/src/components/slash-menu/slash-menu.test.ts +13 -1
- package/src/components/theme-editor/theme-editor.component.ts +0 -1
- package/src/components/theme-editor/theme-editor.scss +0 -1
- package/src/components/editor/modules/context-menu/context-menu-component.ts +0 -116
- package/src/components/editor/modules/context-menu/context-menu.scss +0 -49
|
@@ -47,79 +47,6 @@
|
|
|
47
47
|
}
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "javascript-module",
|
|
52
|
-
"path": "components/action-bar/action-bar.js",
|
|
53
|
-
"declarations": [
|
|
54
|
-
{
|
|
55
|
-
"kind": "class",
|
|
56
|
-
"description": "",
|
|
57
|
-
"name": "ZnActionBar",
|
|
58
|
-
"cssProperties": [
|
|
59
|
-
{
|
|
60
|
-
"description": "An example CSS custom property.",
|
|
61
|
-
"name": "--example"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"cssParts": [
|
|
65
|
-
{
|
|
66
|
-
"description": "The component's base wrapper.",
|
|
67
|
-
"name": "base"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"slots": [
|
|
71
|
-
{
|
|
72
|
-
"description": "The default slot.",
|
|
73
|
-
"name": ""
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"description": "An example slot.",
|
|
77
|
-
"name": "example"
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"members": [
|
|
81
|
-
{
|
|
82
|
-
"kind": "field",
|
|
83
|
-
"name": "localize",
|
|
84
|
-
"privacy": "private",
|
|
85
|
-
"readonly": true,
|
|
86
|
-
"default": "new LocalizeController(this)"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"events": [
|
|
90
|
-
{
|
|
91
|
-
"description": "Emitted as an example.",
|
|
92
|
-
"name": "zn-event-name"
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"superclass": {
|
|
96
|
-
"name": "ZincElement",
|
|
97
|
-
"module": "/src/internal/zinc-element"
|
|
98
|
-
},
|
|
99
|
-
"summary": "Short summary of the component's intended use.",
|
|
100
|
-
"tagNameWithoutPrefix": "action-bar",
|
|
101
|
-
"tagName": "zn-action-bar",
|
|
102
|
-
"customElement": true,
|
|
103
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\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 */",
|
|
104
|
-
"documentation": "https://zinc.style/components/action-bar",
|
|
105
|
-
"status": "experimental",
|
|
106
|
-
"since": "1.0",
|
|
107
|
-
"dependencies": [
|
|
108
|
-
"zn-example"
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
],
|
|
112
|
-
"exports": [
|
|
113
|
-
{
|
|
114
|
-
"kind": "js",
|
|
115
|
-
"name": "default",
|
|
116
|
-
"declaration": {
|
|
117
|
-
"name": "ZnActionBar",
|
|
118
|
-
"module": "components/action-bar/action-bar.js"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
]
|
|
122
|
-
},
|
|
123
50
|
{
|
|
124
51
|
"kind": "javascript-module",
|
|
125
52
|
"path": "components/alert/alert.js",
|
|
@@ -314,6 +241,79 @@
|
|
|
314
241
|
}
|
|
315
242
|
]
|
|
316
243
|
},
|
|
244
|
+
{
|
|
245
|
+
"kind": "javascript-module",
|
|
246
|
+
"path": "components/action-bar/action-bar.js",
|
|
247
|
+
"declarations": [
|
|
248
|
+
{
|
|
249
|
+
"kind": "class",
|
|
250
|
+
"description": "",
|
|
251
|
+
"name": "ZnActionBar",
|
|
252
|
+
"cssProperties": [
|
|
253
|
+
{
|
|
254
|
+
"description": "An example CSS custom property.",
|
|
255
|
+
"name": "--example"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"cssParts": [
|
|
259
|
+
{
|
|
260
|
+
"description": "The component's base wrapper.",
|
|
261
|
+
"name": "base"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"slots": [
|
|
265
|
+
{
|
|
266
|
+
"description": "The default slot.",
|
|
267
|
+
"name": ""
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"description": "An example slot.",
|
|
271
|
+
"name": "example"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"members": [
|
|
275
|
+
{
|
|
276
|
+
"kind": "field",
|
|
277
|
+
"name": "localize",
|
|
278
|
+
"privacy": "private",
|
|
279
|
+
"readonly": true,
|
|
280
|
+
"default": "new LocalizeController(this)"
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"events": [
|
|
284
|
+
{
|
|
285
|
+
"description": "Emitted as an example.",
|
|
286
|
+
"name": "zn-event-name"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"superclass": {
|
|
290
|
+
"name": "ZincElement",
|
|
291
|
+
"module": "/src/internal/zinc-element"
|
|
292
|
+
},
|
|
293
|
+
"summary": "Short summary of the component's intended use.",
|
|
294
|
+
"tagNameWithoutPrefix": "action-bar",
|
|
295
|
+
"tagName": "zn-action-bar",
|
|
296
|
+
"customElement": true,
|
|
297
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\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 */",
|
|
298
|
+
"documentation": "https://zinc.style/components/action-bar",
|
|
299
|
+
"status": "experimental",
|
|
300
|
+
"since": "1.0",
|
|
301
|
+
"dependencies": [
|
|
302
|
+
"zn-example"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"exports": [
|
|
307
|
+
{
|
|
308
|
+
"kind": "js",
|
|
309
|
+
"name": "default",
|
|
310
|
+
"declaration": {
|
|
311
|
+
"name": "ZnActionBar",
|
|
312
|
+
"module": "components/action-bar/action-bar.js"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
317
|
{
|
|
318
318
|
"kind": "javascript-module",
|
|
319
319
|
"path": "components/animated-button/animated-button.js",
|
|
@@ -833,6 +833,363 @@
|
|
|
833
833
|
}
|
|
834
834
|
]
|
|
835
835
|
},
|
|
836
|
+
{
|
|
837
|
+
"kind": "javascript-module",
|
|
838
|
+
"path": "components/bulk-actions/bulk-actions.js",
|
|
839
|
+
"declarations": [
|
|
840
|
+
{
|
|
841
|
+
"kind": "class",
|
|
842
|
+
"description": "",
|
|
843
|
+
"name": "ZnBulkActions",
|
|
844
|
+
"cssProperties": [
|
|
845
|
+
{
|
|
846
|
+
"description": "An example CSS custom property.",
|
|
847
|
+
"name": "--example"
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"cssParts": [
|
|
851
|
+
{
|
|
852
|
+
"description": "The component's base wrapper.",
|
|
853
|
+
"name": "base"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"slots": [
|
|
857
|
+
{
|
|
858
|
+
"description": "The default slot.",
|
|
859
|
+
"name": ""
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"description": "An example slot.",
|
|
863
|
+
"name": "example"
|
|
864
|
+
}
|
|
865
|
+
],
|
|
866
|
+
"members": [
|
|
867
|
+
{
|
|
868
|
+
"kind": "field",
|
|
869
|
+
"name": "dependencies",
|
|
870
|
+
"type": {
|
|
871
|
+
"text": "object"
|
|
872
|
+
},
|
|
873
|
+
"static": true,
|
|
874
|
+
"default": "{ 'zn-button': ZnButton, 'zn-input': ZnInput, 'zn-option': ZnOption, 'zn-select': ZnSelect, }"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"kind": "field",
|
|
878
|
+
"name": "container",
|
|
879
|
+
"type": {
|
|
880
|
+
"text": "HTMLDivElement"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"kind": "field",
|
|
885
|
+
"name": "addRule",
|
|
886
|
+
"type": {
|
|
887
|
+
"text": "ZnSelect"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"kind": "field",
|
|
892
|
+
"name": "input",
|
|
893
|
+
"type": {
|
|
894
|
+
"text": "HTMLInputElement"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "field",
|
|
899
|
+
"name": "name",
|
|
900
|
+
"type": {
|
|
901
|
+
"text": "string"
|
|
902
|
+
},
|
|
903
|
+
"attribute": "name"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"kind": "field",
|
|
907
|
+
"name": "value",
|
|
908
|
+
"type": {
|
|
909
|
+
"text": "PropertyKey"
|
|
910
|
+
},
|
|
911
|
+
"attribute": "value"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"kind": "field",
|
|
915
|
+
"name": "actions",
|
|
916
|
+
"type": {
|
|
917
|
+
"text": "BulkActionData"
|
|
918
|
+
},
|
|
919
|
+
"default": "[]",
|
|
920
|
+
"attribute": "actions"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"kind": "field",
|
|
924
|
+
"name": "_selectedRules",
|
|
925
|
+
"type": {
|
|
926
|
+
"text": "Map<string, CreatedRule>"
|
|
927
|
+
},
|
|
928
|
+
"privacy": "private",
|
|
929
|
+
"default": "new Map<string, CreatedRule>()"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"kind": "field",
|
|
933
|
+
"name": "_formController",
|
|
934
|
+
"type": {
|
|
935
|
+
"text": "FormControlController"
|
|
936
|
+
},
|
|
937
|
+
"privacy": "private",
|
|
938
|
+
"default": "new FormControlController(this, {})"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"kind": "field",
|
|
942
|
+
"name": "validationMessage",
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "string"
|
|
945
|
+
},
|
|
946
|
+
"readonly": true
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"kind": "field",
|
|
950
|
+
"name": "validity",
|
|
951
|
+
"type": {
|
|
952
|
+
"text": "ValidityState"
|
|
953
|
+
},
|
|
954
|
+
"readonly": true
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"kind": "method",
|
|
958
|
+
"name": "_handleChange",
|
|
959
|
+
"privacy": "private"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"kind": "method",
|
|
963
|
+
"name": "_addRule",
|
|
964
|
+
"privacy": "private",
|
|
965
|
+
"parameters": [
|
|
966
|
+
{
|
|
967
|
+
"name": "event",
|
|
968
|
+
"type": {
|
|
969
|
+
"text": "Event | null"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "value",
|
|
974
|
+
"default": "\"\"",
|
|
975
|
+
"type": {
|
|
976
|
+
"text": "string"
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"name": "pos",
|
|
981
|
+
"optional": true,
|
|
982
|
+
"type": {
|
|
983
|
+
"text": "number"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
]
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "method",
|
|
990
|
+
"name": "_createInput",
|
|
991
|
+
"privacy": "private",
|
|
992
|
+
"return": {
|
|
993
|
+
"type": {
|
|
994
|
+
"text": "ZnSelect | ZnInput | null"
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"parameters": [
|
|
998
|
+
{
|
|
999
|
+
"name": "uniqueId",
|
|
1000
|
+
"type": {
|
|
1001
|
+
"text": "string"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "filter",
|
|
1006
|
+
"type": {
|
|
1007
|
+
"text": "BulkActionItem"
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
]
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "method",
|
|
1014
|
+
"name": "_updateValue",
|
|
1015
|
+
"privacy": "private",
|
|
1016
|
+
"parameters": [
|
|
1017
|
+
{
|
|
1018
|
+
"name": "id",
|
|
1019
|
+
"type": {
|
|
1020
|
+
"text": "string"
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "event",
|
|
1025
|
+
"type": {
|
|
1026
|
+
"text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "method",
|
|
1033
|
+
"name": "_getRulePosition",
|
|
1034
|
+
"privacy": "private",
|
|
1035
|
+
"return": {
|
|
1036
|
+
"type": {
|
|
1037
|
+
"text": "number"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"parameters": [
|
|
1041
|
+
{
|
|
1042
|
+
"name": "id",
|
|
1043
|
+
"type": {
|
|
1044
|
+
"text": "string"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
]
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "method",
|
|
1051
|
+
"name": "_changeRule",
|
|
1052
|
+
"privacy": "private",
|
|
1053
|
+
"parameters": [
|
|
1054
|
+
{
|
|
1055
|
+
"name": "id",
|
|
1056
|
+
"type": {
|
|
1057
|
+
"text": "string"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"name": "event",
|
|
1062
|
+
"type": {
|
|
1063
|
+
"text": "ZnChangeEvent"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
]
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "method",
|
|
1070
|
+
"name": "_removeRule",
|
|
1071
|
+
"privacy": "private",
|
|
1072
|
+
"parameters": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "id",
|
|
1075
|
+
"type": {
|
|
1076
|
+
"text": "string"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "event",
|
|
1081
|
+
"type": {
|
|
1082
|
+
"text": "Event"
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
]
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"kind": "method",
|
|
1089
|
+
"name": "checkValidity",
|
|
1090
|
+
"return": {
|
|
1091
|
+
"type": {
|
|
1092
|
+
"text": "boolean"
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"kind": "method",
|
|
1098
|
+
"name": "getForm",
|
|
1099
|
+
"return": {
|
|
1100
|
+
"type": {
|
|
1101
|
+
"text": "HTMLFormElement | null"
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"kind": "method",
|
|
1107
|
+
"name": "reportValidity",
|
|
1108
|
+
"return": {
|
|
1109
|
+
"type": {
|
|
1110
|
+
"text": "boolean"
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "method",
|
|
1116
|
+
"name": "setCustomValidity",
|
|
1117
|
+
"return": {
|
|
1118
|
+
"type": {
|
|
1119
|
+
"text": "void"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"parameters": [
|
|
1123
|
+
{
|
|
1124
|
+
"name": "message",
|
|
1125
|
+
"type": {
|
|
1126
|
+
"text": "string"
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
]
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"events": [
|
|
1133
|
+
{
|
|
1134
|
+
"description": "Emitted as an example.",
|
|
1135
|
+
"name": "zn-event-name"
|
|
1136
|
+
}
|
|
1137
|
+
],
|
|
1138
|
+
"attributes": [
|
|
1139
|
+
{
|
|
1140
|
+
"name": "name",
|
|
1141
|
+
"type": {
|
|
1142
|
+
"text": "string"
|
|
1143
|
+
},
|
|
1144
|
+
"fieldName": "name"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "value",
|
|
1148
|
+
"type": {
|
|
1149
|
+
"text": "PropertyKey"
|
|
1150
|
+
},
|
|
1151
|
+
"fieldName": "value"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "actions",
|
|
1155
|
+
"type": {
|
|
1156
|
+
"text": "BulkActionData"
|
|
1157
|
+
},
|
|
1158
|
+
"default": "[]",
|
|
1159
|
+
"fieldName": "actions"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1162
|
+
"superclass": {
|
|
1163
|
+
"name": "ZincElement",
|
|
1164
|
+
"module": "/src/internal/zinc-element"
|
|
1165
|
+
},
|
|
1166
|
+
"summary": "Short summary of the component's intended use.",
|
|
1167
|
+
"tagNameWithoutPrefix": "bulk-actions",
|
|
1168
|
+
"tagName": "zn-bulk-actions",
|
|
1169
|
+
"customElement": true,
|
|
1170
|
+
"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 */",
|
|
1171
|
+
"documentation": "https://zinc.style/components/bulk-actions",
|
|
1172
|
+
"status": "experimental",
|
|
1173
|
+
"since": "1.0",
|
|
1174
|
+
"dependencies": [
|
|
1175
|
+
"zn-button",
|
|
1176
|
+
"zn-input",
|
|
1177
|
+
"zn-option",
|
|
1178
|
+
"zn-select"
|
|
1179
|
+
]
|
|
1180
|
+
}
|
|
1181
|
+
],
|
|
1182
|
+
"exports": [
|
|
1183
|
+
{
|
|
1184
|
+
"kind": "js",
|
|
1185
|
+
"name": "default",
|
|
1186
|
+
"declaration": {
|
|
1187
|
+
"name": "ZnBulkActions",
|
|
1188
|
+
"module": "components/bulk-actions/bulk-actions.js"
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
]
|
|
1192
|
+
},
|
|
836
1193
|
{
|
|
837
1194
|
"kind": "javascript-module",
|
|
838
1195
|
"path": "components/button/button.js",
|
|
@@ -1771,363 +2128,6 @@
|
|
|
1771
2128
|
}
|
|
1772
2129
|
]
|
|
1773
2130
|
},
|
|
1774
|
-
{
|
|
1775
|
-
"kind": "javascript-module",
|
|
1776
|
-
"path": "components/bulk-actions/bulk-actions.js",
|
|
1777
|
-
"declarations": [
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "class",
|
|
1780
|
-
"description": "",
|
|
1781
|
-
"name": "ZnBulkActions",
|
|
1782
|
-
"cssProperties": [
|
|
1783
|
-
{
|
|
1784
|
-
"description": "An example CSS custom property.",
|
|
1785
|
-
"name": "--example"
|
|
1786
|
-
}
|
|
1787
|
-
],
|
|
1788
|
-
"cssParts": [
|
|
1789
|
-
{
|
|
1790
|
-
"description": "The component's base wrapper.",
|
|
1791
|
-
"name": "base"
|
|
1792
|
-
}
|
|
1793
|
-
],
|
|
1794
|
-
"slots": [
|
|
1795
|
-
{
|
|
1796
|
-
"description": "The default slot.",
|
|
1797
|
-
"name": ""
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"description": "An example slot.",
|
|
1801
|
-
"name": "example"
|
|
1802
|
-
}
|
|
1803
|
-
],
|
|
1804
|
-
"members": [
|
|
1805
|
-
{
|
|
1806
|
-
"kind": "field",
|
|
1807
|
-
"name": "dependencies",
|
|
1808
|
-
"type": {
|
|
1809
|
-
"text": "object"
|
|
1810
|
-
},
|
|
1811
|
-
"static": true,
|
|
1812
|
-
"default": "{ 'zn-button': ZnButton, 'zn-input': ZnInput, 'zn-option': ZnOption, 'zn-select': ZnSelect, }"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"kind": "field",
|
|
1816
|
-
"name": "container",
|
|
1817
|
-
"type": {
|
|
1818
|
-
"text": "HTMLDivElement"
|
|
1819
|
-
}
|
|
1820
|
-
},
|
|
1821
|
-
{
|
|
1822
|
-
"kind": "field",
|
|
1823
|
-
"name": "addRule",
|
|
1824
|
-
"type": {
|
|
1825
|
-
"text": "ZnSelect"
|
|
1826
|
-
}
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"kind": "field",
|
|
1830
|
-
"name": "input",
|
|
1831
|
-
"type": {
|
|
1832
|
-
"text": "HTMLInputElement"
|
|
1833
|
-
}
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"kind": "field",
|
|
1837
|
-
"name": "name",
|
|
1838
|
-
"type": {
|
|
1839
|
-
"text": "string"
|
|
1840
|
-
},
|
|
1841
|
-
"attribute": "name"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"kind": "field",
|
|
1845
|
-
"name": "value",
|
|
1846
|
-
"type": {
|
|
1847
|
-
"text": "PropertyKey"
|
|
1848
|
-
},
|
|
1849
|
-
"attribute": "value"
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"kind": "field",
|
|
1853
|
-
"name": "actions",
|
|
1854
|
-
"type": {
|
|
1855
|
-
"text": "BulkActionData"
|
|
1856
|
-
},
|
|
1857
|
-
"default": "[]",
|
|
1858
|
-
"attribute": "actions"
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"kind": "field",
|
|
1862
|
-
"name": "_selectedRules",
|
|
1863
|
-
"type": {
|
|
1864
|
-
"text": "Map<string, CreatedRule>"
|
|
1865
|
-
},
|
|
1866
|
-
"privacy": "private",
|
|
1867
|
-
"default": "new Map<string, CreatedRule>()"
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"kind": "field",
|
|
1871
|
-
"name": "_formController",
|
|
1872
|
-
"type": {
|
|
1873
|
-
"text": "FormControlController"
|
|
1874
|
-
},
|
|
1875
|
-
"privacy": "private",
|
|
1876
|
-
"default": "new FormControlController(this, {})"
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
"kind": "field",
|
|
1880
|
-
"name": "validationMessage",
|
|
1881
|
-
"type": {
|
|
1882
|
-
"text": "string"
|
|
1883
|
-
},
|
|
1884
|
-
"readonly": true
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"kind": "field",
|
|
1888
|
-
"name": "validity",
|
|
1889
|
-
"type": {
|
|
1890
|
-
"text": "ValidityState"
|
|
1891
|
-
},
|
|
1892
|
-
"readonly": true
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"kind": "method",
|
|
1896
|
-
"name": "_handleChange",
|
|
1897
|
-
"privacy": "private"
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"kind": "method",
|
|
1901
|
-
"name": "_addRule",
|
|
1902
|
-
"privacy": "private",
|
|
1903
|
-
"parameters": [
|
|
1904
|
-
{
|
|
1905
|
-
"name": "event",
|
|
1906
|
-
"type": {
|
|
1907
|
-
"text": "Event | null"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "value",
|
|
1912
|
-
"default": "\"\"",
|
|
1913
|
-
"type": {
|
|
1914
|
-
"text": "string"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "pos",
|
|
1919
|
-
"optional": true,
|
|
1920
|
-
"type": {
|
|
1921
|
-
"text": "number"
|
|
1922
|
-
}
|
|
1923
|
-
}
|
|
1924
|
-
]
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"kind": "method",
|
|
1928
|
-
"name": "_createInput",
|
|
1929
|
-
"privacy": "private",
|
|
1930
|
-
"return": {
|
|
1931
|
-
"type": {
|
|
1932
|
-
"text": "ZnSelect | ZnInput | null"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
"parameters": [
|
|
1936
|
-
{
|
|
1937
|
-
"name": "uniqueId",
|
|
1938
|
-
"type": {
|
|
1939
|
-
"text": "string"
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"name": "filter",
|
|
1944
|
-
"type": {
|
|
1945
|
-
"text": "BulkActionItem"
|
|
1946
|
-
}
|
|
1947
|
-
}
|
|
1948
|
-
]
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"kind": "method",
|
|
1952
|
-
"name": "_updateValue",
|
|
1953
|
-
"privacy": "private",
|
|
1954
|
-
"parameters": [
|
|
1955
|
-
{
|
|
1956
|
-
"name": "id",
|
|
1957
|
-
"type": {
|
|
1958
|
-
"text": "string"
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"name": "event",
|
|
1963
|
-
"type": {
|
|
1964
|
-
"text": "Event | { target: ZnSelect | ZnInput | HTMLDivElement }"
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"kind": "method",
|
|
1971
|
-
"name": "_getRulePosition",
|
|
1972
|
-
"privacy": "private",
|
|
1973
|
-
"return": {
|
|
1974
|
-
"type": {
|
|
1975
|
-
"text": "number"
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
"parameters": [
|
|
1979
|
-
{
|
|
1980
|
-
"name": "id",
|
|
1981
|
-
"type": {
|
|
1982
|
-
"text": "string"
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
|
-
]
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"kind": "method",
|
|
1989
|
-
"name": "_changeRule",
|
|
1990
|
-
"privacy": "private",
|
|
1991
|
-
"parameters": [
|
|
1992
|
-
{
|
|
1993
|
-
"name": "id",
|
|
1994
|
-
"type": {
|
|
1995
|
-
"text": "string"
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"name": "event",
|
|
2000
|
-
"type": {
|
|
2001
|
-
"text": "ZnChangeEvent"
|
|
2002
|
-
}
|
|
2003
|
-
}
|
|
2004
|
-
]
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "method",
|
|
2008
|
-
"name": "_removeRule",
|
|
2009
|
-
"privacy": "private",
|
|
2010
|
-
"parameters": [
|
|
2011
|
-
{
|
|
2012
|
-
"name": "id",
|
|
2013
|
-
"type": {
|
|
2014
|
-
"text": "string"
|
|
2015
|
-
}
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"name": "event",
|
|
2019
|
-
"type": {
|
|
2020
|
-
"text": "Event"
|
|
2021
|
-
}
|
|
2022
|
-
}
|
|
2023
|
-
]
|
|
2024
|
-
},
|
|
2025
|
-
{
|
|
2026
|
-
"kind": "method",
|
|
2027
|
-
"name": "checkValidity",
|
|
2028
|
-
"return": {
|
|
2029
|
-
"type": {
|
|
2030
|
-
"text": "boolean"
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
"kind": "method",
|
|
2036
|
-
"name": "getForm",
|
|
2037
|
-
"return": {
|
|
2038
|
-
"type": {
|
|
2039
|
-
"text": "HTMLFormElement | null"
|
|
2040
|
-
}
|
|
2041
|
-
}
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"kind": "method",
|
|
2045
|
-
"name": "reportValidity",
|
|
2046
|
-
"return": {
|
|
2047
|
-
"type": {
|
|
2048
|
-
"text": "boolean"
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"kind": "method",
|
|
2054
|
-
"name": "setCustomValidity",
|
|
2055
|
-
"return": {
|
|
2056
|
-
"type": {
|
|
2057
|
-
"text": "void"
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
"parameters": [
|
|
2061
|
-
{
|
|
2062
|
-
"name": "message",
|
|
2063
|
-
"type": {
|
|
2064
|
-
"text": "string"
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
]
|
|
2068
|
-
}
|
|
2069
|
-
],
|
|
2070
|
-
"events": [
|
|
2071
|
-
{
|
|
2072
|
-
"description": "Emitted as an example.",
|
|
2073
|
-
"name": "zn-event-name"
|
|
2074
|
-
}
|
|
2075
|
-
],
|
|
2076
|
-
"attributes": [
|
|
2077
|
-
{
|
|
2078
|
-
"name": "name",
|
|
2079
|
-
"type": {
|
|
2080
|
-
"text": "string"
|
|
2081
|
-
},
|
|
2082
|
-
"fieldName": "name"
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"name": "value",
|
|
2086
|
-
"type": {
|
|
2087
|
-
"text": "PropertyKey"
|
|
2088
|
-
},
|
|
2089
|
-
"fieldName": "value"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "actions",
|
|
2093
|
-
"type": {
|
|
2094
|
-
"text": "BulkActionData"
|
|
2095
|
-
},
|
|
2096
|
-
"default": "[]",
|
|
2097
|
-
"fieldName": "actions"
|
|
2098
|
-
}
|
|
2099
|
-
],
|
|
2100
|
-
"superclass": {
|
|
2101
|
-
"name": "ZincElement",
|
|
2102
|
-
"module": "/src/internal/zinc-element"
|
|
2103
|
-
},
|
|
2104
|
-
"summary": "Short summary of the component's intended use.",
|
|
2105
|
-
"tagNameWithoutPrefix": "bulk-actions",
|
|
2106
|
-
"tagName": "zn-bulk-actions",
|
|
2107
|
-
"customElement": true,
|
|
2108
|
-
"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 */",
|
|
2109
|
-
"documentation": "https://zinc.style/components/bulk-actions",
|
|
2110
|
-
"status": "experimental",
|
|
2111
|
-
"since": "1.0",
|
|
2112
|
-
"dependencies": [
|
|
2113
|
-
"zn-button",
|
|
2114
|
-
"zn-input",
|
|
2115
|
-
"zn-option",
|
|
2116
|
-
"zn-select"
|
|
2117
|
-
]
|
|
2118
|
-
}
|
|
2119
|
-
],
|
|
2120
|
-
"exports": [
|
|
2121
|
-
{
|
|
2122
|
-
"kind": "js",
|
|
2123
|
-
"name": "default",
|
|
2124
|
-
"declaration": {
|
|
2125
|
-
"name": "ZnBulkActions",
|
|
2126
|
-
"module": "components/bulk-actions/bulk-actions.js"
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
]
|
|
2130
|
-
},
|
|
2131
2131
|
{
|
|
2132
2132
|
"kind": "javascript-module",
|
|
2133
2133
|
"path": "components/button-group/button-group.js",
|
|
@@ -11339,12 +11339,12 @@
|
|
|
11339
11339
|
},
|
|
11340
11340
|
{
|
|
11341
11341
|
"kind": "javascript-module",
|
|
11342
|
-
"path": "components/
|
|
11342
|
+
"path": "components/editor/editor.js",
|
|
11343
11343
|
"declarations": [
|
|
11344
11344
|
{
|
|
11345
11345
|
"kind": "class",
|
|
11346
11346
|
"description": "",
|
|
11347
|
-
"name": "
|
|
11347
|
+
"name": "ZnEditor",
|
|
11348
11348
|
"cssProperties": [
|
|
11349
11349
|
{
|
|
11350
11350
|
"description": "An example CSS custom property.",
|
|
@@ -11370,274 +11370,395 @@
|
|
|
11370
11370
|
"members": [
|
|
11371
11371
|
{
|
|
11372
11372
|
"kind": "field",
|
|
11373
|
-
"name": "
|
|
11374
|
-
"
|
|
11375
|
-
|
|
11376
|
-
}
|
|
11373
|
+
"name": "formControlController",
|
|
11374
|
+
"privacy": "private",
|
|
11375
|
+
"default": "new FormControlController(this, {})"
|
|
11377
11376
|
},
|
|
11378
11377
|
{
|
|
11379
11378
|
"kind": "field",
|
|
11380
|
-
"name": "
|
|
11379
|
+
"name": "editor",
|
|
11381
11380
|
"type": {
|
|
11382
|
-
"text": "
|
|
11383
|
-
}
|
|
11381
|
+
"text": "HTMLElement"
|
|
11382
|
+
},
|
|
11383
|
+
"privacy": "private"
|
|
11384
11384
|
},
|
|
11385
11385
|
{
|
|
11386
11386
|
"kind": "field",
|
|
11387
|
-
"name": "
|
|
11387
|
+
"name": "editorHtml",
|
|
11388
11388
|
"type": {
|
|
11389
|
-
"text": "
|
|
11390
|
-
}
|
|
11389
|
+
"text": "HTMLTextAreaElement"
|
|
11390
|
+
},
|
|
11391
|
+
"privacy": "private"
|
|
11391
11392
|
},
|
|
11392
11393
|
{
|
|
11393
11394
|
"kind": "field",
|
|
11394
|
-
"name": "
|
|
11395
|
+
"name": "toolbar",
|
|
11395
11396
|
"type": {
|
|
11396
|
-
"text": "
|
|
11397
|
+
"text": "ToolbarComponent"
|
|
11397
11398
|
},
|
|
11398
11399
|
"privacy": "private"
|
|
11399
11400
|
},
|
|
11400
11401
|
{
|
|
11401
11402
|
"kind": "field",
|
|
11402
|
-
"name": "
|
|
11403
|
+
"name": "id",
|
|
11404
|
+
"type": {
|
|
11405
|
+
"text": "string"
|
|
11406
|
+
},
|
|
11407
|
+
"attribute": "id",
|
|
11408
|
+
"reflects": true
|
|
11409
|
+
},
|
|
11410
|
+
{
|
|
11411
|
+
"kind": "field",
|
|
11412
|
+
"name": "name",
|
|
11413
|
+
"type": {
|
|
11414
|
+
"text": "string"
|
|
11415
|
+
},
|
|
11416
|
+
"attribute": "name"
|
|
11417
|
+
},
|
|
11418
|
+
{
|
|
11419
|
+
"kind": "field",
|
|
11420
|
+
"name": "value",
|
|
11421
|
+
"type": {
|
|
11422
|
+
"text": "string"
|
|
11423
|
+
},
|
|
11424
|
+
"attribute": "value"
|
|
11425
|
+
},
|
|
11426
|
+
{
|
|
11427
|
+
"kind": "field",
|
|
11428
|
+
"name": "interactionType",
|
|
11429
|
+
"type": {
|
|
11430
|
+
"text": "'ticket' | 'chat'"
|
|
11431
|
+
},
|
|
11432
|
+
"default": "'chat'",
|
|
11433
|
+
"attribute": "interaction-type"
|
|
11434
|
+
},
|
|
11435
|
+
{
|
|
11436
|
+
"kind": "field",
|
|
11437
|
+
"name": "uploadAttachmentUrl",
|
|
11438
|
+
"type": {
|
|
11439
|
+
"text": "string"
|
|
11440
|
+
},
|
|
11441
|
+
"attribute": "attachment-url"
|
|
11442
|
+
},
|
|
11443
|
+
{
|
|
11444
|
+
"kind": "field",
|
|
11445
|
+
"name": "codeBlocksEnabled",
|
|
11403
11446
|
"type": {
|
|
11404
11447
|
"text": "boolean"
|
|
11405
11448
|
},
|
|
11406
11449
|
"default": "false",
|
|
11407
|
-
"
|
|
11408
|
-
"attribute": "open",
|
|
11409
|
-
"reflects": true
|
|
11450
|
+
"attribute": "code-blocks"
|
|
11410
11451
|
},
|
|
11411
11452
|
{
|
|
11412
11453
|
"kind": "field",
|
|
11413
|
-
"name": "
|
|
11454
|
+
"name": "dividersEnabled",
|
|
11414
11455
|
"type": {
|
|
11415
|
-
"text": "
|
|
11456
|
+
"text": "boolean"
|
|
11416
11457
|
},
|
|
11417
|
-
"default": "
|
|
11418
|
-
"
|
|
11419
|
-
"attribute": "placement",
|
|
11420
|
-
"reflects": true
|
|
11458
|
+
"default": "false",
|
|
11459
|
+
"attribute": "dividers"
|
|
11421
11460
|
},
|
|
11422
11461
|
{
|
|
11423
11462
|
"kind": "field",
|
|
11424
|
-
"name": "
|
|
11463
|
+
"name": "linksEnabled",
|
|
11425
11464
|
"type": {
|
|
11426
11465
|
"text": "boolean"
|
|
11427
11466
|
},
|
|
11428
11467
|
"default": "false",
|
|
11429
|
-
"
|
|
11430
|
-
"attribute": "disabled",
|
|
11431
|
-
"reflects": true
|
|
11468
|
+
"attribute": "links"
|
|
11432
11469
|
},
|
|
11433
11470
|
{
|
|
11434
11471
|
"kind": "field",
|
|
11435
|
-
"name": "
|
|
11472
|
+
"name": "attachmentsEnabled",
|
|
11436
11473
|
"type": {
|
|
11437
11474
|
"text": "boolean"
|
|
11438
11475
|
},
|
|
11439
11476
|
"default": "false",
|
|
11440
|
-
"
|
|
11441
|
-
"attribute": "stay-open-on-select",
|
|
11442
|
-
"reflects": true
|
|
11477
|
+
"attribute": "attachments"
|
|
11443
11478
|
},
|
|
11444
11479
|
{
|
|
11445
11480
|
"kind": "field",
|
|
11446
|
-
"name": "
|
|
11481
|
+
"name": "imagesEnabled",
|
|
11447
11482
|
"type": {
|
|
11448
|
-
"text": "
|
|
11483
|
+
"text": "boolean"
|
|
11449
11484
|
},
|
|
11450
|
-
"
|
|
11485
|
+
"default": "false",
|
|
11486
|
+
"attribute": "images"
|
|
11451
11487
|
},
|
|
11452
11488
|
{
|
|
11453
11489
|
"kind": "field",
|
|
11454
|
-
"name": "
|
|
11490
|
+
"name": "videosEnabled",
|
|
11455
11491
|
"type": {
|
|
11456
|
-
"text": "
|
|
11492
|
+
"text": "boolean"
|
|
11457
11493
|
},
|
|
11458
|
-
"default": "
|
|
11459
|
-
"
|
|
11460
|
-
"attribute": "distance"
|
|
11494
|
+
"default": "false",
|
|
11495
|
+
"attribute": "videos"
|
|
11461
11496
|
},
|
|
11462
11497
|
{
|
|
11463
11498
|
"kind": "field",
|
|
11464
|
-
"name": "
|
|
11499
|
+
"name": "datesEnabled",
|
|
11465
11500
|
"type": {
|
|
11466
|
-
"text": "
|
|
11501
|
+
"text": "boolean"
|
|
11467
11502
|
},
|
|
11468
|
-
"default": "
|
|
11469
|
-
"
|
|
11470
|
-
"attribute": "skidding"
|
|
11503
|
+
"default": "false",
|
|
11504
|
+
"attribute": "dates"
|
|
11471
11505
|
},
|
|
11472
11506
|
{
|
|
11473
11507
|
"kind": "field",
|
|
11474
|
-
"name": "
|
|
11508
|
+
"name": "emojisEnabled",
|
|
11475
11509
|
"type": {
|
|
11476
11510
|
"text": "boolean"
|
|
11477
11511
|
},
|
|
11478
|
-
"default": "
|
|
11479
|
-
"
|
|
11480
|
-
"attribute": "hoist"
|
|
11512
|
+
"default": "false",
|
|
11513
|
+
"attribute": "emojis"
|
|
11481
11514
|
},
|
|
11482
11515
|
{
|
|
11483
11516
|
"kind": "field",
|
|
11484
|
-
"name": "
|
|
11517
|
+
"name": "codeEnabled",
|
|
11485
11518
|
"type": {
|
|
11486
|
-
"text": "
|
|
11519
|
+
"text": "boolean"
|
|
11487
11520
|
},
|
|
11488
|
-
"default": "
|
|
11489
|
-
"
|
|
11490
|
-
"attribute": "sync",
|
|
11491
|
-
"reflects": true
|
|
11521
|
+
"default": "false",
|
|
11522
|
+
"attribute": "code"
|
|
11492
11523
|
},
|
|
11493
11524
|
{
|
|
11494
11525
|
"kind": "field",
|
|
11495
|
-
"name": "
|
|
11526
|
+
"name": "aiEnabled",
|
|
11496
11527
|
"type": {
|
|
11497
|
-
"text": "
|
|
11528
|
+
"text": "boolean"
|
|
11498
11529
|
},
|
|
11499
|
-
"
|
|
11530
|
+
"default": "false",
|
|
11531
|
+
"attribute": "ai"
|
|
11500
11532
|
},
|
|
11501
11533
|
{
|
|
11502
11534
|
"kind": "field",
|
|
11503
|
-
"name": "
|
|
11535
|
+
"name": "aiPath",
|
|
11504
11536
|
"type": {
|
|
11505
11537
|
"text": "string"
|
|
11506
11538
|
},
|
|
11507
11539
|
"default": "''",
|
|
11508
|
-
"attribute": "
|
|
11540
|
+
"attribute": "ai-path"
|
|
11509
11541
|
},
|
|
11510
11542
|
{
|
|
11511
|
-
"kind": "
|
|
11512
|
-
"name": "
|
|
11513
|
-
"
|
|
11543
|
+
"kind": "field",
|
|
11544
|
+
"name": "storeKey",
|
|
11545
|
+
"type": {
|
|
11546
|
+
"text": "string"
|
|
11547
|
+
},
|
|
11548
|
+
"default": "\"\"",
|
|
11549
|
+
"description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
|
|
11550
|
+
"attribute": "store-key",
|
|
11551
|
+
"reflects": true
|
|
11514
11552
|
},
|
|
11515
11553
|
{
|
|
11516
|
-
"kind": "
|
|
11517
|
-
"name": "
|
|
11518
|
-
"
|
|
11554
|
+
"kind": "field",
|
|
11555
|
+
"name": "storeTtl",
|
|
11556
|
+
"type": {
|
|
11557
|
+
"text": "number"
|
|
11558
|
+
},
|
|
11559
|
+
"default": "86400",
|
|
11560
|
+
"description": "Cached-content expiry in seconds. Defaults to 1 day.",
|
|
11561
|
+
"attribute": "store-ttl",
|
|
11562
|
+
"reflects": true
|
|
11519
11563
|
},
|
|
11520
11564
|
{
|
|
11521
|
-
"kind": "
|
|
11522
|
-
"name": "
|
|
11523
|
-
"
|
|
11565
|
+
"kind": "field",
|
|
11566
|
+
"name": "localStorage",
|
|
11567
|
+
"type": {
|
|
11568
|
+
"text": "boolean"
|
|
11569
|
+
},
|
|
11570
|
+
"description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
|
|
11571
|
+
"attribute": "local-storage",
|
|
11572
|
+
"reflects": true
|
|
11524
11573
|
},
|
|
11525
11574
|
{
|
|
11526
|
-
"kind": "
|
|
11527
|
-
"name": "
|
|
11575
|
+
"kind": "field",
|
|
11576
|
+
"name": "_store",
|
|
11577
|
+
"type": {
|
|
11578
|
+
"text": "Store"
|
|
11579
|
+
},
|
|
11580
|
+
"privacy": "protected"
|
|
11581
|
+
},
|
|
11582
|
+
{
|
|
11583
|
+
"kind": "field",
|
|
11584
|
+
"name": "quillElement",
|
|
11585
|
+
"type": {
|
|
11586
|
+
"text": "Quill"
|
|
11587
|
+
},
|
|
11528
11588
|
"privacy": "private"
|
|
11529
11589
|
},
|
|
11530
11590
|
{
|
|
11531
11591
|
"kind": "field",
|
|
11532
|
-
"name": "
|
|
11533
|
-
"
|
|
11592
|
+
"name": "_content",
|
|
11593
|
+
"type": {
|
|
11594
|
+
"text": "string"
|
|
11595
|
+
},
|
|
11596
|
+
"privacy": "private",
|
|
11597
|
+
"default": "''"
|
|
11534
11598
|
},
|
|
11535
11599
|
{
|
|
11536
|
-
"kind": "
|
|
11537
|
-
"name": "
|
|
11538
|
-
"
|
|
11600
|
+
"kind": "field",
|
|
11601
|
+
"name": "_selectionRange",
|
|
11602
|
+
"type": {
|
|
11603
|
+
"text": "Range"
|
|
11604
|
+
},
|
|
11605
|
+
"privacy": "private",
|
|
11606
|
+
"default": "{index: 0, length: 0}"
|
|
11539
11607
|
},
|
|
11540
11608
|
{
|
|
11541
11609
|
"kind": "field",
|
|
11542
|
-
"name": "
|
|
11543
|
-
"
|
|
11610
|
+
"name": "validity",
|
|
11611
|
+
"type": {
|
|
11612
|
+
"text": "ValidityState"
|
|
11613
|
+
},
|
|
11614
|
+
"readonly": true
|
|
11615
|
+
},
|
|
11616
|
+
{
|
|
11617
|
+
"kind": "field",
|
|
11618
|
+
"name": "validationMessage",
|
|
11619
|
+
"type": {
|
|
11620
|
+
"text": "string"
|
|
11621
|
+
},
|
|
11622
|
+
"readonly": true
|
|
11544
11623
|
},
|
|
11545
11624
|
{
|
|
11546
11625
|
"kind": "method",
|
|
11547
|
-
"name": "
|
|
11626
|
+
"name": "checkValidity",
|
|
11627
|
+
"return": {
|
|
11628
|
+
"type": {
|
|
11629
|
+
"text": "boolean"
|
|
11630
|
+
}
|
|
11631
|
+
}
|
|
11548
11632
|
},
|
|
11549
11633
|
{
|
|
11550
11634
|
"kind": "method",
|
|
11551
|
-
"name": "
|
|
11552
|
-
"
|
|
11553
|
-
{
|
|
11554
|
-
"
|
|
11555
|
-
"type": {
|
|
11556
|
-
"text": "KeyboardEvent"
|
|
11557
|
-
}
|
|
11635
|
+
"name": "getForm",
|
|
11636
|
+
"return": {
|
|
11637
|
+
"type": {
|
|
11638
|
+
"text": "HTMLFormElement | null"
|
|
11558
11639
|
}
|
|
11559
|
-
|
|
11640
|
+
}
|
|
11560
11641
|
},
|
|
11561
11642
|
{
|
|
11562
11643
|
"kind": "method",
|
|
11563
|
-
"name": "
|
|
11564
|
-
"
|
|
11644
|
+
"name": "reportValidity",
|
|
11645
|
+
"return": {
|
|
11646
|
+
"type": {
|
|
11647
|
+
"text": "boolean"
|
|
11648
|
+
}
|
|
11649
|
+
}
|
|
11650
|
+
},
|
|
11651
|
+
{
|
|
11652
|
+
"kind": "method",
|
|
11653
|
+
"name": "setCustomValidity",
|
|
11654
|
+
"return": {
|
|
11655
|
+
"type": {
|
|
11656
|
+
"text": "void"
|
|
11657
|
+
}
|
|
11658
|
+
},
|
|
11565
11659
|
"parameters": [
|
|
11566
11660
|
{
|
|
11567
|
-
"name": "
|
|
11661
|
+
"name": "message",
|
|
11568
11662
|
"type": {
|
|
11569
|
-
"text": "
|
|
11663
|
+
"text": "string"
|
|
11570
11664
|
}
|
|
11571
11665
|
}
|
|
11572
11666
|
]
|
|
11573
11667
|
},
|
|
11574
11668
|
{
|
|
11575
11669
|
"kind": "method",
|
|
11576
|
-
"name": "
|
|
11670
|
+
"name": "_handleTextChange",
|
|
11671
|
+
"privacy": "private"
|
|
11672
|
+
},
|
|
11673
|
+
{
|
|
11674
|
+
"kind": "method",
|
|
11675
|
+
"name": "_isEmpty",
|
|
11577
11676
|
"privacy": "private",
|
|
11578
11677
|
"parameters": [
|
|
11579
11678
|
{
|
|
11580
|
-
"name": "
|
|
11679
|
+
"name": "value",
|
|
11581
11680
|
"type": {
|
|
11582
|
-
"text": "
|
|
11681
|
+
"text": "string"
|
|
11583
11682
|
}
|
|
11584
11683
|
}
|
|
11585
11684
|
]
|
|
11586
11685
|
},
|
|
11587
11686
|
{
|
|
11588
11687
|
"kind": "method",
|
|
11589
|
-
"name": "
|
|
11688
|
+
"name": "_cacheContent",
|
|
11590
11689
|
"privacy": "private"
|
|
11591
11690
|
},
|
|
11592
11691
|
{
|
|
11593
11692
|
"kind": "method",
|
|
11594
|
-
"name": "
|
|
11693
|
+
"name": "_clearCachedContent",
|
|
11694
|
+
"privacy": "private"
|
|
11695
|
+
},
|
|
11696
|
+
{
|
|
11697
|
+
"kind": "method",
|
|
11698
|
+
"name": "_getQuillKeyboardBindings",
|
|
11699
|
+
"privacy": "private"
|
|
11700
|
+
},
|
|
11701
|
+
{
|
|
11702
|
+
"kind": "method",
|
|
11703
|
+
"name": "_handleEditorChange",
|
|
11595
11704
|
"privacy": "private",
|
|
11596
11705
|
"parameters": [
|
|
11597
11706
|
{
|
|
11598
|
-
"name": "
|
|
11707
|
+
"name": "e",
|
|
11599
11708
|
"type": {
|
|
11600
|
-
"text": "
|
|
11709
|
+
"text": "OnEvent"
|
|
11601
11710
|
}
|
|
11602
11711
|
}
|
|
11603
11712
|
]
|
|
11604
11713
|
},
|
|
11714
|
+
{
|
|
11715
|
+
"kind": "field",
|
|
11716
|
+
"name": "_handleEditorInsert",
|
|
11717
|
+
"privacy": "private"
|
|
11718
|
+
},
|
|
11605
11719
|
{
|
|
11606
11720
|
"kind": "method",
|
|
11607
|
-
"name": "
|
|
11721
|
+
"name": "_insertHtml",
|
|
11722
|
+
"privacy": "private",
|
|
11608
11723
|
"parameters": [
|
|
11609
11724
|
{
|
|
11610
|
-
"name": "
|
|
11725
|
+
"name": "mode",
|
|
11611
11726
|
"type": {
|
|
11612
|
-
"text": "
|
|
11727
|
+
"text": "'insert' | 'replace'"
|
|
11728
|
+
}
|
|
11729
|
+
},
|
|
11730
|
+
{
|
|
11731
|
+
"name": "content",
|
|
11732
|
+
"type": {
|
|
11733
|
+
"text": "string"
|
|
11613
11734
|
}
|
|
11614
11735
|
}
|
|
11615
11736
|
]
|
|
11616
11737
|
},
|
|
11617
11738
|
{
|
|
11618
11739
|
"kind": "method",
|
|
11619
|
-
"name": "
|
|
11620
|
-
"
|
|
11740
|
+
"name": "_replaceTextAtSelection",
|
|
11741
|
+
"privacy": "private"
|
|
11621
11742
|
},
|
|
11622
11743
|
{
|
|
11623
11744
|
"kind": "method",
|
|
11624
|
-
"name": "
|
|
11625
|
-
"
|
|
11745
|
+
"name": "_insertTextAtSelection",
|
|
11746
|
+
"privacy": "private"
|
|
11626
11747
|
},
|
|
11627
11748
|
{
|
|
11628
11749
|
"kind": "method",
|
|
11629
|
-
"name": "
|
|
11630
|
-
"
|
|
11750
|
+
"name": "_closePopups",
|
|
11751
|
+
"privacy": "private"
|
|
11631
11752
|
},
|
|
11632
11753
|
{
|
|
11633
11754
|
"kind": "method",
|
|
11634
|
-
"name": "
|
|
11635
|
-
"privacy": "private"
|
|
11636
|
-
"description": "Aria related method"
|
|
11755
|
+
"name": "_closeAiPanel",
|
|
11756
|
+
"privacy": "private"
|
|
11637
11757
|
},
|
|
11638
11758
|
{
|
|
11639
11759
|
"kind": "method",
|
|
11640
|
-
"name": "
|
|
11760
|
+
"name": "_closeDialog",
|
|
11761
|
+
"privacy": "private"
|
|
11641
11762
|
}
|
|
11642
11763
|
],
|
|
11643
11764
|
"events": [
|
|
@@ -11648,91 +11769,154 @@
|
|
|
11648
11769
|
],
|
|
11649
11770
|
"attributes": [
|
|
11650
11771
|
{
|
|
11651
|
-
"name": "
|
|
11772
|
+
"name": "id",
|
|
11773
|
+
"type": {
|
|
11774
|
+
"text": "string"
|
|
11775
|
+
},
|
|
11776
|
+
"fieldName": "id"
|
|
11777
|
+
},
|
|
11778
|
+
{
|
|
11779
|
+
"name": "name",
|
|
11780
|
+
"type": {
|
|
11781
|
+
"text": "string"
|
|
11782
|
+
},
|
|
11783
|
+
"fieldName": "name"
|
|
11784
|
+
},
|
|
11785
|
+
{
|
|
11786
|
+
"name": "value",
|
|
11787
|
+
"type": {
|
|
11788
|
+
"text": "string"
|
|
11789
|
+
},
|
|
11790
|
+
"fieldName": "value"
|
|
11791
|
+
},
|
|
11792
|
+
{
|
|
11793
|
+
"name": "interaction-type",
|
|
11794
|
+
"type": {
|
|
11795
|
+
"text": "'ticket' | 'chat'"
|
|
11796
|
+
},
|
|
11797
|
+
"default": "'chat'",
|
|
11798
|
+
"fieldName": "interactionType"
|
|
11799
|
+
},
|
|
11800
|
+
{
|
|
11801
|
+
"name": "attachment-url",
|
|
11802
|
+
"type": {
|
|
11803
|
+
"text": "string"
|
|
11804
|
+
},
|
|
11805
|
+
"fieldName": "uploadAttachmentUrl"
|
|
11806
|
+
},
|
|
11807
|
+
{
|
|
11808
|
+
"name": "code-blocks",
|
|
11652
11809
|
"type": {
|
|
11653
11810
|
"text": "boolean"
|
|
11654
11811
|
},
|
|
11655
11812
|
"default": "false",
|
|
11656
|
-
"
|
|
11657
|
-
"fieldName": "open"
|
|
11813
|
+
"fieldName": "codeBlocksEnabled"
|
|
11658
11814
|
},
|
|
11659
11815
|
{
|
|
11660
|
-
"name": "
|
|
11816
|
+
"name": "dividers",
|
|
11661
11817
|
"type": {
|
|
11662
|
-
"text": "
|
|
11818
|
+
"text": "boolean"
|
|
11663
11819
|
},
|
|
11664
|
-
"default": "
|
|
11665
|
-
"
|
|
11666
|
-
"fieldName": "placement"
|
|
11820
|
+
"default": "false",
|
|
11821
|
+
"fieldName": "dividersEnabled"
|
|
11667
11822
|
},
|
|
11668
11823
|
{
|
|
11669
|
-
"name": "
|
|
11824
|
+
"name": "links",
|
|
11670
11825
|
"type": {
|
|
11671
11826
|
"text": "boolean"
|
|
11672
11827
|
},
|
|
11673
11828
|
"default": "false",
|
|
11674
|
-
"
|
|
11675
|
-
"fieldName": "disabled"
|
|
11829
|
+
"fieldName": "linksEnabled"
|
|
11676
11830
|
},
|
|
11677
11831
|
{
|
|
11678
|
-
"name": "
|
|
11832
|
+
"name": "attachments",
|
|
11679
11833
|
"type": {
|
|
11680
11834
|
"text": "boolean"
|
|
11681
11835
|
},
|
|
11682
11836
|
"default": "false",
|
|
11683
|
-
"
|
|
11684
|
-
"fieldName": "stayOpenOnSelect"
|
|
11837
|
+
"fieldName": "attachmentsEnabled"
|
|
11685
11838
|
},
|
|
11686
11839
|
{
|
|
11687
|
-
"name": "
|
|
11840
|
+
"name": "images",
|
|
11688
11841
|
"type": {
|
|
11689
|
-
"text": "
|
|
11842
|
+
"text": "boolean"
|
|
11690
11843
|
},
|
|
11691
|
-
"default": "
|
|
11692
|
-
"
|
|
11693
|
-
"fieldName": "distance"
|
|
11844
|
+
"default": "false",
|
|
11845
|
+
"fieldName": "imagesEnabled"
|
|
11694
11846
|
},
|
|
11695
11847
|
{
|
|
11696
|
-
"name": "
|
|
11848
|
+
"name": "videos",
|
|
11697
11849
|
"type": {
|
|
11698
|
-
"text": "
|
|
11850
|
+
"text": "boolean"
|
|
11699
11851
|
},
|
|
11700
|
-
"default": "
|
|
11701
|
-
"
|
|
11702
|
-
"fieldName": "skidding"
|
|
11852
|
+
"default": "false",
|
|
11853
|
+
"fieldName": "videosEnabled"
|
|
11703
11854
|
},
|
|
11704
11855
|
{
|
|
11705
|
-
"name": "
|
|
11856
|
+
"name": "dates",
|
|
11706
11857
|
"type": {
|
|
11707
11858
|
"text": "boolean"
|
|
11708
11859
|
},
|
|
11709
|
-
"default": "
|
|
11710
|
-
"
|
|
11711
|
-
"fieldName": "hoist"
|
|
11860
|
+
"default": "false",
|
|
11861
|
+
"fieldName": "datesEnabled"
|
|
11712
11862
|
},
|
|
11713
11863
|
{
|
|
11714
|
-
"name": "
|
|
11864
|
+
"name": "emojis",
|
|
11715
11865
|
"type": {
|
|
11716
|
-
"text": "
|
|
11866
|
+
"text": "boolean"
|
|
11717
11867
|
},
|
|
11718
|
-
"default": "
|
|
11719
|
-
"
|
|
11720
|
-
"fieldName": "sync"
|
|
11868
|
+
"default": "false",
|
|
11869
|
+
"fieldName": "emojisEnabled"
|
|
11721
11870
|
},
|
|
11722
11871
|
{
|
|
11723
|
-
"name": "
|
|
11872
|
+
"name": "code",
|
|
11724
11873
|
"type": {
|
|
11725
|
-
"text": "
|
|
11874
|
+
"text": "boolean"
|
|
11726
11875
|
},
|
|
11727
|
-
"
|
|
11876
|
+
"default": "false",
|
|
11877
|
+
"fieldName": "codeEnabled"
|
|
11728
11878
|
},
|
|
11729
11879
|
{
|
|
11730
|
-
"name": "
|
|
11880
|
+
"name": "ai",
|
|
11881
|
+
"type": {
|
|
11882
|
+
"text": "boolean"
|
|
11883
|
+
},
|
|
11884
|
+
"default": "false",
|
|
11885
|
+
"fieldName": "aiEnabled"
|
|
11886
|
+
},
|
|
11887
|
+
{
|
|
11888
|
+
"name": "ai-path",
|
|
11731
11889
|
"type": {
|
|
11732
11890
|
"text": "string"
|
|
11733
11891
|
},
|
|
11734
11892
|
"default": "''",
|
|
11735
|
-
"fieldName": "
|
|
11893
|
+
"fieldName": "aiPath"
|
|
11894
|
+
},
|
|
11895
|
+
{
|
|
11896
|
+
"name": "store-key",
|
|
11897
|
+
"type": {
|
|
11898
|
+
"text": "string"
|
|
11899
|
+
},
|
|
11900
|
+
"default": "\"\"",
|
|
11901
|
+
"description": "Caches unsent content while typing and restores it when the editor next loads,\nso agent replies in tickets/chats survive reloads and navigation. Use a key\nunique to the conversation (e.g. the ticket ID). The cache is cleared on submit.",
|
|
11902
|
+
"fieldName": "storeKey"
|
|
11903
|
+
},
|
|
11904
|
+
{
|
|
11905
|
+
"name": "store-ttl",
|
|
11906
|
+
"type": {
|
|
11907
|
+
"text": "number"
|
|
11908
|
+
},
|
|
11909
|
+
"default": "86400",
|
|
11910
|
+
"description": "Cached-content expiry in seconds. Defaults to 1 day.",
|
|
11911
|
+
"fieldName": "storeTtl"
|
|
11912
|
+
},
|
|
11913
|
+
{
|
|
11914
|
+
"name": "local-storage",
|
|
11915
|
+
"type": {
|
|
11916
|
+
"text": "boolean"
|
|
11917
|
+
},
|
|
11918
|
+
"description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
|
|
11919
|
+
"fieldName": "localStorage"
|
|
11736
11920
|
}
|
|
11737
11921
|
],
|
|
11738
11922
|
"superclass": {
|
|
@@ -11740,11 +11924,11 @@
|
|
|
11740
11924
|
"module": "/src/internal/zinc-element"
|
|
11741
11925
|
},
|
|
11742
11926
|
"summary": "Short summary of the component's intended use.",
|
|
11743
|
-
"tagNameWithoutPrefix": "
|
|
11744
|
-
"tagName": "zn-
|
|
11927
|
+
"tagNameWithoutPrefix": "editor",
|
|
11928
|
+
"tagName": "zn-editor",
|
|
11745
11929
|
"customElement": true,
|
|
11746
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/
|
|
11747
|
-
"documentation": "https://zinc.style/components/
|
|
11930
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/editor\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 */",
|
|
11931
|
+
"documentation": "https://zinc.style/components/editor",
|
|
11748
11932
|
"status": "experimental",
|
|
11749
11933
|
"since": "1.0",
|
|
11750
11934
|
"dependencies": [
|
|
@@ -11757,20 +11941,20 @@
|
|
|
11757
11941
|
"kind": "js",
|
|
11758
11942
|
"name": "default",
|
|
11759
11943
|
"declaration": {
|
|
11760
|
-
"name": "
|
|
11761
|
-
"module": "components/
|
|
11944
|
+
"name": "ZnEditor",
|
|
11945
|
+
"module": "components/editor/editor.js"
|
|
11762
11946
|
}
|
|
11763
11947
|
}
|
|
11764
11948
|
]
|
|
11765
11949
|
},
|
|
11766
11950
|
{
|
|
11767
11951
|
"kind": "javascript-module",
|
|
11768
|
-
"path": "components/
|
|
11952
|
+
"path": "components/dropdown/dropdown.js",
|
|
11769
11953
|
"declarations": [
|
|
11770
11954
|
{
|
|
11771
11955
|
"kind": "class",
|
|
11772
11956
|
"description": "",
|
|
11773
|
-
"name": "
|
|
11957
|
+
"name": "ZnDropdown",
|
|
11774
11958
|
"cssProperties": [
|
|
11775
11959
|
{
|
|
11776
11960
|
"description": "An example CSS custom property.",
|
|
@@ -11796,395 +11980,274 @@
|
|
|
11796
11980
|
"members": [
|
|
11797
11981
|
{
|
|
11798
11982
|
"kind": "field",
|
|
11799
|
-
"name": "
|
|
11800
|
-
"privacy": "private",
|
|
11801
|
-
"default": "new FormControlController(this, {})"
|
|
11802
|
-
},
|
|
11803
|
-
{
|
|
11804
|
-
"kind": "field",
|
|
11805
|
-
"name": "editor",
|
|
11806
|
-
"type": {
|
|
11807
|
-
"text": "HTMLElement"
|
|
11808
|
-
},
|
|
11809
|
-
"privacy": "private"
|
|
11810
|
-
},
|
|
11811
|
-
{
|
|
11812
|
-
"kind": "field",
|
|
11813
|
-
"name": "editorHtml",
|
|
11814
|
-
"type": {
|
|
11815
|
-
"text": "HTMLTextAreaElement"
|
|
11816
|
-
},
|
|
11817
|
-
"privacy": "private"
|
|
11818
|
-
},
|
|
11819
|
-
{
|
|
11820
|
-
"kind": "field",
|
|
11821
|
-
"name": "toolbar",
|
|
11822
|
-
"type": {
|
|
11823
|
-
"text": "ToolbarComponent"
|
|
11824
|
-
},
|
|
11825
|
-
"privacy": "private"
|
|
11826
|
-
},
|
|
11827
|
-
{
|
|
11828
|
-
"kind": "field",
|
|
11829
|
-
"name": "id",
|
|
11830
|
-
"type": {
|
|
11831
|
-
"text": "string"
|
|
11832
|
-
},
|
|
11833
|
-
"attribute": "id",
|
|
11834
|
-
"reflects": true
|
|
11835
|
-
},
|
|
11836
|
-
{
|
|
11837
|
-
"kind": "field",
|
|
11838
|
-
"name": "name",
|
|
11839
|
-
"type": {
|
|
11840
|
-
"text": "string"
|
|
11841
|
-
},
|
|
11842
|
-
"attribute": "name"
|
|
11843
|
-
},
|
|
11844
|
-
{
|
|
11845
|
-
"kind": "field",
|
|
11846
|
-
"name": "value",
|
|
11847
|
-
"type": {
|
|
11848
|
-
"text": "string"
|
|
11849
|
-
},
|
|
11850
|
-
"attribute": "value"
|
|
11851
|
-
},
|
|
11852
|
-
{
|
|
11853
|
-
"kind": "field",
|
|
11854
|
-
"name": "interactionType",
|
|
11855
|
-
"type": {
|
|
11856
|
-
"text": "'ticket' | 'chat'"
|
|
11857
|
-
},
|
|
11858
|
-
"default": "'chat'",
|
|
11859
|
-
"attribute": "interaction-type"
|
|
11860
|
-
},
|
|
11861
|
-
{
|
|
11862
|
-
"kind": "field",
|
|
11863
|
-
"name": "uploadAttachmentUrl",
|
|
11864
|
-
"type": {
|
|
11865
|
-
"text": "string"
|
|
11866
|
-
},
|
|
11867
|
-
"attribute": "attachment-url"
|
|
11868
|
-
},
|
|
11869
|
-
{
|
|
11870
|
-
"kind": "field",
|
|
11871
|
-
"name": "codeBlocksEnabled",
|
|
11872
|
-
"type": {
|
|
11873
|
-
"text": "boolean"
|
|
11874
|
-
},
|
|
11875
|
-
"default": "false",
|
|
11876
|
-
"attribute": "code-blocks"
|
|
11877
|
-
},
|
|
11878
|
-
{
|
|
11879
|
-
"kind": "field",
|
|
11880
|
-
"name": "dividersEnabled",
|
|
11881
|
-
"type": {
|
|
11882
|
-
"text": "boolean"
|
|
11883
|
-
},
|
|
11884
|
-
"default": "false",
|
|
11885
|
-
"attribute": "dividers"
|
|
11886
|
-
},
|
|
11887
|
-
{
|
|
11888
|
-
"kind": "field",
|
|
11889
|
-
"name": "linksEnabled",
|
|
11983
|
+
"name": "popup",
|
|
11890
11984
|
"type": {
|
|
11891
|
-
"text": "
|
|
11892
|
-
}
|
|
11893
|
-
"default": "false",
|
|
11894
|
-
"attribute": "links"
|
|
11985
|
+
"text": "ZnPopup"
|
|
11986
|
+
}
|
|
11895
11987
|
},
|
|
11896
11988
|
{
|
|
11897
11989
|
"kind": "field",
|
|
11898
|
-
"name": "
|
|
11990
|
+
"name": "trigger",
|
|
11899
11991
|
"type": {
|
|
11900
|
-
"text": "
|
|
11901
|
-
}
|
|
11902
|
-
"default": "false",
|
|
11903
|
-
"attribute": "attachments"
|
|
11992
|
+
"text": "HTMLSlotElement"
|
|
11993
|
+
}
|
|
11904
11994
|
},
|
|
11905
11995
|
{
|
|
11906
11996
|
"kind": "field",
|
|
11907
|
-
"name": "
|
|
11997
|
+
"name": "panel",
|
|
11908
11998
|
"type": {
|
|
11909
|
-
"text": "
|
|
11910
|
-
}
|
|
11911
|
-
"default": "false",
|
|
11912
|
-
"attribute": "images"
|
|
11999
|
+
"text": "HTMLSlotElement"
|
|
12000
|
+
}
|
|
11913
12001
|
},
|
|
11914
12002
|
{
|
|
11915
12003
|
"kind": "field",
|
|
11916
|
-
"name": "
|
|
12004
|
+
"name": "closeWatcher",
|
|
11917
12005
|
"type": {
|
|
11918
|
-
"text": "
|
|
12006
|
+
"text": "CloseWatcher | null"
|
|
11919
12007
|
},
|
|
11920
|
-
"
|
|
11921
|
-
"attribute": "videos"
|
|
12008
|
+
"privacy": "private"
|
|
11922
12009
|
},
|
|
11923
12010
|
{
|
|
11924
12011
|
"kind": "field",
|
|
11925
|
-
"name": "
|
|
12012
|
+
"name": "open",
|
|
11926
12013
|
"type": {
|
|
11927
12014
|
"text": "boolean"
|
|
11928
12015
|
},
|
|
11929
12016
|
"default": "false",
|
|
11930
|
-
"
|
|
12017
|
+
"description": "Indicates whether the dropdown is open",
|
|
12018
|
+
"attribute": "open",
|
|
12019
|
+
"reflects": true
|
|
11931
12020
|
},
|
|
11932
12021
|
{
|
|
11933
12022
|
"kind": "field",
|
|
11934
|
-
"name": "
|
|
12023
|
+
"name": "placement",
|
|
11935
12024
|
"type": {
|
|
11936
|
-
"text": "
|
|
12025
|
+
"text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
|
|
11937
12026
|
},
|
|
11938
|
-
"default": "
|
|
11939
|
-
"
|
|
12027
|
+
"default": "'bottom-start'",
|
|
12028
|
+
"description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
|
|
12029
|
+
"attribute": "placement",
|
|
12030
|
+
"reflects": true
|
|
11940
12031
|
},
|
|
11941
12032
|
{
|
|
11942
12033
|
"kind": "field",
|
|
11943
|
-
"name": "
|
|
12034
|
+
"name": "disabled",
|
|
11944
12035
|
"type": {
|
|
11945
12036
|
"text": "boolean"
|
|
11946
12037
|
},
|
|
11947
12038
|
"default": "false",
|
|
11948
|
-
"
|
|
12039
|
+
"description": "Disable the dropdown",
|
|
12040
|
+
"attribute": "disabled",
|
|
12041
|
+
"reflects": true
|
|
11949
12042
|
},
|
|
11950
12043
|
{
|
|
11951
12044
|
"kind": "field",
|
|
11952
|
-
"name": "
|
|
12045
|
+
"name": "stayOpenOnSelect",
|
|
11953
12046
|
"type": {
|
|
11954
12047
|
"text": "boolean"
|
|
11955
12048
|
},
|
|
11956
12049
|
"default": "false",
|
|
11957
|
-
"
|
|
12050
|
+
"description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
|
|
12051
|
+
"attribute": "stay-open-on-select",
|
|
12052
|
+
"reflects": true
|
|
11958
12053
|
},
|
|
11959
12054
|
{
|
|
11960
12055
|
"kind": "field",
|
|
11961
|
-
"name": "
|
|
12056
|
+
"name": "containingElement",
|
|
11962
12057
|
"type": {
|
|
11963
|
-
"text": "
|
|
12058
|
+
"text": "HTMLElement | undefined"
|
|
11964
12059
|
},
|
|
11965
|
-
"
|
|
11966
|
-
"attribute": "ai-path"
|
|
12060
|
+
"description": "The dropdown will close when the user interacts outside the element*"
|
|
11967
12061
|
},
|
|
11968
12062
|
{
|
|
11969
12063
|
"kind": "field",
|
|
11970
|
-
"name": "
|
|
12064
|
+
"name": "distance",
|
|
11971
12065
|
"type": {
|
|
11972
|
-
"text": "
|
|
12066
|
+
"text": "number"
|
|
11973
12067
|
},
|
|
11974
|
-
"default": "
|
|
11975
|
-
"description": "
|
|
11976
|
-
"attribute": "
|
|
11977
|
-
"reflects": true
|
|
12068
|
+
"default": "0",
|
|
12069
|
+
"description": "The distance in pixels from which to offset the panel away from the trigger",
|
|
12070
|
+
"attribute": "distance"
|
|
11978
12071
|
},
|
|
11979
12072
|
{
|
|
11980
12073
|
"kind": "field",
|
|
11981
|
-
"name": "
|
|
12074
|
+
"name": "skidding",
|
|
11982
12075
|
"type": {
|
|
11983
12076
|
"text": "number"
|
|
11984
12077
|
},
|
|
11985
|
-
"default": "
|
|
11986
|
-
"description": "
|
|
11987
|
-
"attribute": "
|
|
11988
|
-
"reflects": true
|
|
12078
|
+
"default": "0",
|
|
12079
|
+
"description": "The distance in pixels from which to offset the panel away from the trigger",
|
|
12080
|
+
"attribute": "skidding"
|
|
11989
12081
|
},
|
|
11990
12082
|
{
|
|
11991
12083
|
"kind": "field",
|
|
11992
|
-
"name": "
|
|
12084
|
+
"name": "hoist",
|
|
11993
12085
|
"type": {
|
|
11994
12086
|
"text": "boolean"
|
|
11995
12087
|
},
|
|
11996
|
-
"
|
|
11997
|
-
"
|
|
11998
|
-
"
|
|
11999
|
-
},
|
|
12000
|
-
{
|
|
12001
|
-
"kind": "field",
|
|
12002
|
-
"name": "_store",
|
|
12003
|
-
"type": {
|
|
12004
|
-
"text": "Store"
|
|
12005
|
-
},
|
|
12006
|
-
"privacy": "protected"
|
|
12007
|
-
},
|
|
12008
|
-
{
|
|
12009
|
-
"kind": "field",
|
|
12010
|
-
"name": "quillElement",
|
|
12011
|
-
"type": {
|
|
12012
|
-
"text": "Quill"
|
|
12013
|
-
},
|
|
12014
|
-
"privacy": "private"
|
|
12015
|
-
},
|
|
12016
|
-
{
|
|
12017
|
-
"kind": "field",
|
|
12018
|
-
"name": "_content",
|
|
12019
|
-
"type": {
|
|
12020
|
-
"text": "string"
|
|
12021
|
-
},
|
|
12022
|
-
"privacy": "private",
|
|
12023
|
-
"default": "''"
|
|
12088
|
+
"default": "true",
|
|
12089
|
+
"description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
|
|
12090
|
+
"attribute": "hoist"
|
|
12024
12091
|
},
|
|
12025
12092
|
{
|
|
12026
12093
|
"kind": "field",
|
|
12027
|
-
"name": "
|
|
12094
|
+
"name": "sync",
|
|
12028
12095
|
"type": {
|
|
12029
|
-
"text": "
|
|
12096
|
+
"text": "'width' | 'height' | 'both' | undefined"
|
|
12030
12097
|
},
|
|
12031
|
-
"
|
|
12032
|
-
"
|
|
12098
|
+
"default": "undefined",
|
|
12099
|
+
"description": "Syncs the popup width or height with the trigger element",
|
|
12100
|
+
"attribute": "sync",
|
|
12101
|
+
"reflects": true
|
|
12033
12102
|
},
|
|
12034
12103
|
{
|
|
12035
12104
|
"kind": "field",
|
|
12036
|
-
"name": "
|
|
12105
|
+
"name": "uri",
|
|
12037
12106
|
"type": {
|
|
12038
|
-
"text": "
|
|
12107
|
+
"text": "string"
|
|
12039
12108
|
},
|
|
12040
|
-
"
|
|
12109
|
+
"attribute": "uri"
|
|
12041
12110
|
},
|
|
12042
12111
|
{
|
|
12043
12112
|
"kind": "field",
|
|
12044
|
-
"name": "
|
|
12113
|
+
"name": "fetchedContent",
|
|
12045
12114
|
"type": {
|
|
12046
12115
|
"text": "string"
|
|
12047
12116
|
},
|
|
12048
|
-
"
|
|
12117
|
+
"default": "''",
|
|
12118
|
+
"attribute": "fetchedContent"
|
|
12049
12119
|
},
|
|
12050
12120
|
{
|
|
12051
12121
|
"kind": "method",
|
|
12052
|
-
"name": "
|
|
12053
|
-
"
|
|
12054
|
-
"type": {
|
|
12055
|
-
"text": "boolean"
|
|
12056
|
-
}
|
|
12057
|
-
}
|
|
12122
|
+
"name": "focusOnTrigger",
|
|
12123
|
+
"privacy": "public"
|
|
12058
12124
|
},
|
|
12059
12125
|
{
|
|
12060
12126
|
"kind": "method",
|
|
12061
|
-
"name": "
|
|
12062
|
-
"
|
|
12063
|
-
"type": {
|
|
12064
|
-
"text": "HTMLFormElement | null"
|
|
12065
|
-
}
|
|
12066
|
-
}
|
|
12127
|
+
"name": "getMenu",
|
|
12128
|
+
"privacy": "private"
|
|
12067
12129
|
},
|
|
12068
12130
|
{
|
|
12069
12131
|
"kind": "method",
|
|
12070
|
-
"name": "
|
|
12071
|
-
"
|
|
12072
|
-
"type": {
|
|
12073
|
-
"text": "boolean"
|
|
12074
|
-
}
|
|
12075
|
-
}
|
|
12132
|
+
"name": "addOpenListeners",
|
|
12133
|
+
"privacy": "private"
|
|
12076
12134
|
},
|
|
12077
12135
|
{
|
|
12078
12136
|
"kind": "method",
|
|
12079
|
-
"name": "
|
|
12080
|
-
"
|
|
12081
|
-
|
|
12082
|
-
|
|
12083
|
-
|
|
12084
|
-
|
|
12085
|
-
"
|
|
12086
|
-
{
|
|
12087
|
-
"name": "message",
|
|
12088
|
-
"type": {
|
|
12089
|
-
"text": "string"
|
|
12090
|
-
}
|
|
12091
|
-
}
|
|
12092
|
-
]
|
|
12137
|
+
"name": "removeOpenListeners",
|
|
12138
|
+
"privacy": "private"
|
|
12139
|
+
},
|
|
12140
|
+
{
|
|
12141
|
+
"kind": "field",
|
|
12142
|
+
"name": "handlePanelSelect",
|
|
12143
|
+
"description": "Events"
|
|
12093
12144
|
},
|
|
12094
12145
|
{
|
|
12095
12146
|
"kind": "method",
|
|
12096
|
-
"name": "
|
|
12147
|
+
"name": "preloadContent",
|
|
12148
|
+
"privacy": "private"
|
|
12149
|
+
},
|
|
12150
|
+
{
|
|
12151
|
+
"kind": "field",
|
|
12152
|
+
"name": "handlePreload",
|
|
12097
12153
|
"privacy": "private"
|
|
12098
12154
|
},
|
|
12099
12155
|
{
|
|
12100
12156
|
"kind": "method",
|
|
12101
|
-
"name": "
|
|
12102
|
-
|
|
12157
|
+
"name": "handleTriggerClick"
|
|
12158
|
+
},
|
|
12159
|
+
{
|
|
12160
|
+
"kind": "method",
|
|
12161
|
+
"name": "handleKeyDown",
|
|
12103
12162
|
"parameters": [
|
|
12104
12163
|
{
|
|
12105
|
-
"name": "
|
|
12164
|
+
"name": "event",
|
|
12106
12165
|
"type": {
|
|
12107
|
-
"text": "
|
|
12166
|
+
"text": "KeyboardEvent"
|
|
12108
12167
|
}
|
|
12109
12168
|
}
|
|
12110
12169
|
]
|
|
12111
12170
|
},
|
|
12112
12171
|
{
|
|
12113
12172
|
"kind": "method",
|
|
12114
|
-
"name": "
|
|
12115
|
-
"privacy": "private"
|
|
12116
|
-
|
|
12117
|
-
|
|
12118
|
-
|
|
12119
|
-
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
|
|
12123
|
-
|
|
12124
|
-
"name": "_getQuillKeyboardBindings",
|
|
12125
|
-
"privacy": "private"
|
|
12173
|
+
"name": "handleTriggerKeyDown",
|
|
12174
|
+
"privacy": "private",
|
|
12175
|
+
"parameters": [
|
|
12176
|
+
{
|
|
12177
|
+
"name": "event",
|
|
12178
|
+
"type": {
|
|
12179
|
+
"text": "KeyboardEvent"
|
|
12180
|
+
}
|
|
12181
|
+
}
|
|
12182
|
+
]
|
|
12126
12183
|
},
|
|
12127
12184
|
{
|
|
12128
12185
|
"kind": "method",
|
|
12129
|
-
"name": "
|
|
12186
|
+
"name": "handleTriggerKeyUp",
|
|
12130
12187
|
"privacy": "private",
|
|
12131
12188
|
"parameters": [
|
|
12132
12189
|
{
|
|
12133
|
-
"name": "
|
|
12190
|
+
"name": "event",
|
|
12134
12191
|
"type": {
|
|
12135
|
-
"text": "
|
|
12192
|
+
"text": "KeyboardEvent"
|
|
12136
12193
|
}
|
|
12137
12194
|
}
|
|
12138
12195
|
]
|
|
12139
12196
|
},
|
|
12140
12197
|
{
|
|
12141
|
-
"kind": "
|
|
12142
|
-
"name": "
|
|
12198
|
+
"kind": "method",
|
|
12199
|
+
"name": "handleTriggerSlotChange",
|
|
12143
12200
|
"privacy": "private"
|
|
12144
12201
|
},
|
|
12145
12202
|
{
|
|
12146
12203
|
"kind": "method",
|
|
12147
|
-
"name": "
|
|
12204
|
+
"name": "handleDocumentMouseDown",
|
|
12148
12205
|
"privacy": "private",
|
|
12149
12206
|
"parameters": [
|
|
12150
12207
|
{
|
|
12151
|
-
"name": "
|
|
12208
|
+
"name": "event",
|
|
12152
12209
|
"type": {
|
|
12153
|
-
"text": "
|
|
12210
|
+
"text": "MouseEvent"
|
|
12154
12211
|
}
|
|
12155
|
-
}
|
|
12212
|
+
}
|
|
12213
|
+
]
|
|
12214
|
+
},
|
|
12215
|
+
{
|
|
12216
|
+
"kind": "method",
|
|
12217
|
+
"name": "handleDocumentKeyDown",
|
|
12218
|
+
"parameters": [
|
|
12156
12219
|
{
|
|
12157
|
-
"name": "
|
|
12220
|
+
"name": "event",
|
|
12158
12221
|
"type": {
|
|
12159
|
-
"text": "
|
|
12222
|
+
"text": "KeyboardEvent"
|
|
12160
12223
|
}
|
|
12161
12224
|
}
|
|
12162
12225
|
]
|
|
12163
12226
|
},
|
|
12164
12227
|
{
|
|
12165
12228
|
"kind": "method",
|
|
12166
|
-
"name": "
|
|
12167
|
-
"
|
|
12229
|
+
"name": "show",
|
|
12230
|
+
"description": "Opens the dropdown"
|
|
12168
12231
|
},
|
|
12169
12232
|
{
|
|
12170
12233
|
"kind": "method",
|
|
12171
|
-
"name": "
|
|
12172
|
-
"
|
|
12234
|
+
"name": "hide",
|
|
12235
|
+
"description": "Closes the dropdown"
|
|
12173
12236
|
},
|
|
12174
12237
|
{
|
|
12175
12238
|
"kind": "method",
|
|
12176
|
-
"name": "
|
|
12177
|
-
"
|
|
12239
|
+
"name": "reposition",
|
|
12240
|
+
"description": "Instructs the dropdown to reposition itself"
|
|
12178
12241
|
},
|
|
12179
12242
|
{
|
|
12180
12243
|
"kind": "method",
|
|
12181
|
-
"name": "
|
|
12182
|
-
"privacy": "private"
|
|
12244
|
+
"name": "updateAccessibleTrigger",
|
|
12245
|
+
"privacy": "private",
|
|
12246
|
+
"description": "Aria related method"
|
|
12183
12247
|
},
|
|
12184
12248
|
{
|
|
12185
12249
|
"kind": "method",
|
|
12186
|
-
"name": "
|
|
12187
|
-
"privacy": "private"
|
|
12250
|
+
"name": "handleOpenChange"
|
|
12188
12251
|
}
|
|
12189
12252
|
],
|
|
12190
12253
|
"events": [
|
|
@@ -12195,154 +12258,91 @@
|
|
|
12195
12258
|
],
|
|
12196
12259
|
"attributes": [
|
|
12197
12260
|
{
|
|
12198
|
-
"name": "
|
|
12199
|
-
"type": {
|
|
12200
|
-
"text": "string"
|
|
12201
|
-
},
|
|
12202
|
-
"fieldName": "id"
|
|
12203
|
-
},
|
|
12204
|
-
{
|
|
12205
|
-
"name": "name",
|
|
12206
|
-
"type": {
|
|
12207
|
-
"text": "string"
|
|
12208
|
-
},
|
|
12209
|
-
"fieldName": "name"
|
|
12210
|
-
},
|
|
12211
|
-
{
|
|
12212
|
-
"name": "value",
|
|
12213
|
-
"type": {
|
|
12214
|
-
"text": "string"
|
|
12215
|
-
},
|
|
12216
|
-
"fieldName": "value"
|
|
12217
|
-
},
|
|
12218
|
-
{
|
|
12219
|
-
"name": "interaction-type",
|
|
12220
|
-
"type": {
|
|
12221
|
-
"text": "'ticket' | 'chat'"
|
|
12222
|
-
},
|
|
12223
|
-
"default": "'chat'",
|
|
12224
|
-
"fieldName": "interactionType"
|
|
12225
|
-
},
|
|
12226
|
-
{
|
|
12227
|
-
"name": "attachment-url",
|
|
12228
|
-
"type": {
|
|
12229
|
-
"text": "string"
|
|
12230
|
-
},
|
|
12231
|
-
"fieldName": "uploadAttachmentUrl"
|
|
12232
|
-
},
|
|
12233
|
-
{
|
|
12234
|
-
"name": "code-blocks",
|
|
12235
|
-
"type": {
|
|
12236
|
-
"text": "boolean"
|
|
12237
|
-
},
|
|
12238
|
-
"default": "false",
|
|
12239
|
-
"fieldName": "codeBlocksEnabled"
|
|
12240
|
-
},
|
|
12241
|
-
{
|
|
12242
|
-
"name": "dividers",
|
|
12243
|
-
"type": {
|
|
12244
|
-
"text": "boolean"
|
|
12245
|
-
},
|
|
12246
|
-
"default": "false",
|
|
12247
|
-
"fieldName": "dividersEnabled"
|
|
12248
|
-
},
|
|
12249
|
-
{
|
|
12250
|
-
"name": "links",
|
|
12261
|
+
"name": "open",
|
|
12251
12262
|
"type": {
|
|
12252
12263
|
"text": "boolean"
|
|
12253
12264
|
},
|
|
12254
12265
|
"default": "false",
|
|
12255
|
-
"
|
|
12266
|
+
"description": "Indicates whether the dropdown is open",
|
|
12267
|
+
"fieldName": "open"
|
|
12256
12268
|
},
|
|
12257
12269
|
{
|
|
12258
|
-
"name": "
|
|
12270
|
+
"name": "placement",
|
|
12259
12271
|
"type": {
|
|
12260
|
-
"text": "
|
|
12272
|
+
"text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
|
|
12261
12273
|
},
|
|
12262
|
-
"default": "
|
|
12263
|
-
"
|
|
12274
|
+
"default": "'bottom-start'",
|
|
12275
|
+
"description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
|
|
12276
|
+
"fieldName": "placement"
|
|
12264
12277
|
},
|
|
12265
12278
|
{
|
|
12266
|
-
"name": "
|
|
12279
|
+
"name": "disabled",
|
|
12267
12280
|
"type": {
|
|
12268
12281
|
"text": "boolean"
|
|
12269
12282
|
},
|
|
12270
12283
|
"default": "false",
|
|
12271
|
-
"
|
|
12284
|
+
"description": "Disable the dropdown",
|
|
12285
|
+
"fieldName": "disabled"
|
|
12272
12286
|
},
|
|
12273
12287
|
{
|
|
12274
|
-
"name": "
|
|
12288
|
+
"name": "stay-open-on-select",
|
|
12275
12289
|
"type": {
|
|
12276
12290
|
"text": "boolean"
|
|
12277
12291
|
},
|
|
12278
12292
|
"default": "false",
|
|
12279
|
-
"
|
|
12293
|
+
"description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
|
|
12294
|
+
"fieldName": "stayOpenOnSelect"
|
|
12280
12295
|
},
|
|
12281
12296
|
{
|
|
12282
|
-
"name": "
|
|
12297
|
+
"name": "distance",
|
|
12283
12298
|
"type": {
|
|
12284
|
-
"text": "
|
|
12299
|
+
"text": "number"
|
|
12285
12300
|
},
|
|
12286
|
-
"default": "
|
|
12287
|
-
"
|
|
12301
|
+
"default": "0",
|
|
12302
|
+
"description": "The distance in pixels from which to offset the panel away from the trigger",
|
|
12303
|
+
"fieldName": "distance"
|
|
12288
12304
|
},
|
|
12289
12305
|
{
|
|
12290
|
-
"name": "
|
|
12306
|
+
"name": "skidding",
|
|
12291
12307
|
"type": {
|
|
12292
|
-
"text": "
|
|
12308
|
+
"text": "number"
|
|
12293
12309
|
},
|
|
12294
|
-
"default": "
|
|
12295
|
-
"
|
|
12310
|
+
"default": "0",
|
|
12311
|
+
"description": "The distance in pixels from which to offset the panel away from the trigger",
|
|
12312
|
+
"fieldName": "skidding"
|
|
12296
12313
|
},
|
|
12297
12314
|
{
|
|
12298
|
-
"name": "
|
|
12315
|
+
"name": "hoist",
|
|
12299
12316
|
"type": {
|
|
12300
12317
|
"text": "boolean"
|
|
12301
12318
|
},
|
|
12302
|
-
"default": "
|
|
12303
|
-
"
|
|
12319
|
+
"default": "true",
|
|
12320
|
+
"description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
|
|
12321
|
+
"fieldName": "hoist"
|
|
12304
12322
|
},
|
|
12305
12323
|
{
|
|
12306
|
-
"name": "
|
|
12324
|
+
"name": "sync",
|
|
12307
12325
|
"type": {
|
|
12308
|
-
"text": "
|
|
12326
|
+
"text": "'width' | 'height' | 'both' | undefined"
|
|
12309
12327
|
},
|
|
12310
|
-
"default": "
|
|
12311
|
-
"
|
|
12328
|
+
"default": "undefined",
|
|
12329
|
+
"description": "Syncs the popup width or height with the trigger element",
|
|
12330
|
+
"fieldName": "sync"
|
|
12312
12331
|
},
|
|
12313
12332
|
{
|
|
12314
|
-
"name": "
|
|
12333
|
+
"name": "uri",
|
|
12315
12334
|
"type": {
|
|
12316
12335
|
"text": "string"
|
|
12317
12336
|
},
|
|
12318
|
-
"
|
|
12319
|
-
"fieldName": "aiPath"
|
|
12337
|
+
"fieldName": "uri"
|
|
12320
12338
|
},
|
|
12321
12339
|
{
|
|
12322
|
-
"name": "
|
|
12340
|
+
"name": "fetchedContent",
|
|
12323
12341
|
"type": {
|
|
12324
12342
|
"text": "string"
|
|
12325
12343
|
},
|
|
12326
|
-
"default": "
|
|
12327
|
-
"
|
|
12328
|
-
"fieldName": "storeKey"
|
|
12329
|
-
},
|
|
12330
|
-
{
|
|
12331
|
-
"name": "store-ttl",
|
|
12332
|
-
"type": {
|
|
12333
|
-
"text": "number"
|
|
12334
|
-
},
|
|
12335
|
-
"default": "86400",
|
|
12336
|
-
"description": "Cached-content expiry in seconds. Defaults to 1 day.",
|
|
12337
|
-
"fieldName": "storeTtl"
|
|
12338
|
-
},
|
|
12339
|
-
{
|
|
12340
|
-
"name": "local-storage",
|
|
12341
|
-
"type": {
|
|
12342
|
-
"text": "boolean"
|
|
12343
|
-
},
|
|
12344
|
-
"description": "Cache to localStorage instead of sessionStorage, persisting across tabs and browser restarts.",
|
|
12345
|
-
"fieldName": "localStorage"
|
|
12344
|
+
"default": "''",
|
|
12345
|
+
"fieldName": "fetchedContent"
|
|
12346
12346
|
}
|
|
12347
12347
|
],
|
|
12348
12348
|
"superclass": {
|
|
@@ -12350,11 +12350,11 @@
|
|
|
12350
12350
|
"module": "/src/internal/zinc-element"
|
|
12351
12351
|
},
|
|
12352
12352
|
"summary": "Short summary of the component's intended use.",
|
|
12353
|
-
"tagNameWithoutPrefix": "
|
|
12354
|
-
"tagName": "zn-
|
|
12353
|
+
"tagNameWithoutPrefix": "dropdown",
|
|
12354
|
+
"tagName": "zn-dropdown",
|
|
12355
12355
|
"customElement": true,
|
|
12356
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/
|
|
12357
|
-
"documentation": "https://zinc.style/components/
|
|
12356
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/dropdown\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 */",
|
|
12357
|
+
"documentation": "https://zinc.style/components/dropdown",
|
|
12358
12358
|
"status": "experimental",
|
|
12359
12359
|
"since": "1.0",
|
|
12360
12360
|
"dependencies": [
|
|
@@ -12367,8 +12367,8 @@
|
|
|
12367
12367
|
"kind": "js",
|
|
12368
12368
|
"name": "default",
|
|
12369
12369
|
"declaration": {
|
|
12370
|
-
"name": "
|
|
12371
|
-
"module": "components/
|
|
12370
|
+
"name": "ZnDropdown",
|
|
12371
|
+
"module": "components/dropdown/dropdown.js"
|
|
12372
12372
|
}
|
|
12373
12373
|
}
|
|
12374
12374
|
]
|
|
@@ -39348,114 +39348,6 @@
|
|
|
39348
39348
|
}
|
|
39349
39349
|
]
|
|
39350
39350
|
},
|
|
39351
|
-
{
|
|
39352
|
-
"kind": "javascript-module",
|
|
39353
|
-
"path": "components/tab/tab.js",
|
|
39354
|
-
"declarations": [
|
|
39355
|
-
{
|
|
39356
|
-
"kind": "class",
|
|
39357
|
-
"description": "",
|
|
39358
|
-
"name": "ZnTab",
|
|
39359
|
-
"slots": [
|
|
39360
|
-
{
|
|
39361
|
-
"description": "The tab panel content.",
|
|
39362
|
-
"name": ""
|
|
39363
|
-
}
|
|
39364
|
-
],
|
|
39365
|
-
"members": [
|
|
39366
|
-
{
|
|
39367
|
-
"kind": "field",
|
|
39368
|
-
"name": "caption",
|
|
39369
|
-
"type": {
|
|
39370
|
-
"text": "string"
|
|
39371
|
-
},
|
|
39372
|
-
"attribute": "caption"
|
|
39373
|
-
},
|
|
39374
|
-
{
|
|
39375
|
-
"kind": "field",
|
|
39376
|
-
"name": "priority",
|
|
39377
|
-
"type": {
|
|
39378
|
-
"text": "number"
|
|
39379
|
-
},
|
|
39380
|
-
"attribute": "priority"
|
|
39381
|
-
},
|
|
39382
|
-
{
|
|
39383
|
-
"kind": "field",
|
|
39384
|
-
"name": "uri",
|
|
39385
|
-
"type": {
|
|
39386
|
-
"text": "string"
|
|
39387
|
-
},
|
|
39388
|
-
"attribute": "uri"
|
|
39389
|
-
},
|
|
39390
|
-
{
|
|
39391
|
-
"kind": "field",
|
|
39392
|
-
"name": "selected",
|
|
39393
|
-
"type": {
|
|
39394
|
-
"text": "boolean"
|
|
39395
|
-
},
|
|
39396
|
-
"default": "false",
|
|
39397
|
-
"description": "When present, zn-page opens this tab on load instead of the first tab.",
|
|
39398
|
-
"attribute": "selected",
|
|
39399
|
-
"reflects": true
|
|
39400
|
-
}
|
|
39401
|
-
],
|
|
39402
|
-
"attributes": [
|
|
39403
|
-
{
|
|
39404
|
-
"name": "caption",
|
|
39405
|
-
"type": {
|
|
39406
|
-
"text": "string"
|
|
39407
|
-
},
|
|
39408
|
-
"fieldName": "caption"
|
|
39409
|
-
},
|
|
39410
|
-
{
|
|
39411
|
-
"name": "priority",
|
|
39412
|
-
"type": {
|
|
39413
|
-
"text": "number"
|
|
39414
|
-
},
|
|
39415
|
-
"fieldName": "priority"
|
|
39416
|
-
},
|
|
39417
|
-
{
|
|
39418
|
-
"name": "uri",
|
|
39419
|
-
"type": {
|
|
39420
|
-
"text": "string"
|
|
39421
|
-
},
|
|
39422
|
-
"fieldName": "uri"
|
|
39423
|
-
},
|
|
39424
|
-
{
|
|
39425
|
-
"name": "selected",
|
|
39426
|
-
"type": {
|
|
39427
|
-
"text": "boolean"
|
|
39428
|
-
},
|
|
39429
|
-
"default": "false",
|
|
39430
|
-
"description": "When present, zn-page opens this tab on load instead of the first tab.",
|
|
39431
|
-
"fieldName": "selected"
|
|
39432
|
-
}
|
|
39433
|
-
],
|
|
39434
|
-
"superclass": {
|
|
39435
|
-
"name": "ZincElement",
|
|
39436
|
-
"module": "/src/internal/zinc-element"
|
|
39437
|
-
},
|
|
39438
|
-
"summary": "Defines a tab panel for use inside zn-page.",
|
|
39439
|
-
"tagNameWithoutPrefix": "tab",
|
|
39440
|
-
"tagName": "zn-tab",
|
|
39441
|
-
"customElement": true,
|
|
39442
|
-
"jsDoc": "/**\n * @summary Defines a tab panel for use inside zn-page.\n * @documentation https://zinc.style/components/tab\n * @status experimental\n * @since 1.0\n *\n * @slot - The tab panel content.\n */",
|
|
39443
|
-
"documentation": "https://zinc.style/components/tab",
|
|
39444
|
-
"status": "experimental",
|
|
39445
|
-
"since": "1.0"
|
|
39446
|
-
}
|
|
39447
|
-
],
|
|
39448
|
-
"exports": [
|
|
39449
|
-
{
|
|
39450
|
-
"kind": "js",
|
|
39451
|
-
"name": "default",
|
|
39452
|
-
"declaration": {
|
|
39453
|
-
"name": "ZnTab",
|
|
39454
|
-
"module": "components/tab/tab.js"
|
|
39455
|
-
}
|
|
39456
|
-
}
|
|
39457
|
-
]
|
|
39458
|
-
},
|
|
39459
39351
|
{
|
|
39460
39352
|
"kind": "javascript-module",
|
|
39461
39353
|
"path": "components/style/style.js",
|
|
@@ -39826,6 +39718,114 @@
|
|
|
39826
39718
|
}
|
|
39827
39719
|
]
|
|
39828
39720
|
},
|
|
39721
|
+
{
|
|
39722
|
+
"kind": "javascript-module",
|
|
39723
|
+
"path": "components/tab/tab.js",
|
|
39724
|
+
"declarations": [
|
|
39725
|
+
{
|
|
39726
|
+
"kind": "class",
|
|
39727
|
+
"description": "",
|
|
39728
|
+
"name": "ZnTab",
|
|
39729
|
+
"slots": [
|
|
39730
|
+
{
|
|
39731
|
+
"description": "The tab panel content.",
|
|
39732
|
+
"name": ""
|
|
39733
|
+
}
|
|
39734
|
+
],
|
|
39735
|
+
"members": [
|
|
39736
|
+
{
|
|
39737
|
+
"kind": "field",
|
|
39738
|
+
"name": "caption",
|
|
39739
|
+
"type": {
|
|
39740
|
+
"text": "string"
|
|
39741
|
+
},
|
|
39742
|
+
"attribute": "caption"
|
|
39743
|
+
},
|
|
39744
|
+
{
|
|
39745
|
+
"kind": "field",
|
|
39746
|
+
"name": "priority",
|
|
39747
|
+
"type": {
|
|
39748
|
+
"text": "number"
|
|
39749
|
+
},
|
|
39750
|
+
"attribute": "priority"
|
|
39751
|
+
},
|
|
39752
|
+
{
|
|
39753
|
+
"kind": "field",
|
|
39754
|
+
"name": "uri",
|
|
39755
|
+
"type": {
|
|
39756
|
+
"text": "string"
|
|
39757
|
+
},
|
|
39758
|
+
"attribute": "uri"
|
|
39759
|
+
},
|
|
39760
|
+
{
|
|
39761
|
+
"kind": "field",
|
|
39762
|
+
"name": "selected",
|
|
39763
|
+
"type": {
|
|
39764
|
+
"text": "boolean"
|
|
39765
|
+
},
|
|
39766
|
+
"default": "false",
|
|
39767
|
+
"description": "When present, zn-page opens this tab on load instead of the first tab.",
|
|
39768
|
+
"attribute": "selected",
|
|
39769
|
+
"reflects": true
|
|
39770
|
+
}
|
|
39771
|
+
],
|
|
39772
|
+
"attributes": [
|
|
39773
|
+
{
|
|
39774
|
+
"name": "caption",
|
|
39775
|
+
"type": {
|
|
39776
|
+
"text": "string"
|
|
39777
|
+
},
|
|
39778
|
+
"fieldName": "caption"
|
|
39779
|
+
},
|
|
39780
|
+
{
|
|
39781
|
+
"name": "priority",
|
|
39782
|
+
"type": {
|
|
39783
|
+
"text": "number"
|
|
39784
|
+
},
|
|
39785
|
+
"fieldName": "priority"
|
|
39786
|
+
},
|
|
39787
|
+
{
|
|
39788
|
+
"name": "uri",
|
|
39789
|
+
"type": {
|
|
39790
|
+
"text": "string"
|
|
39791
|
+
},
|
|
39792
|
+
"fieldName": "uri"
|
|
39793
|
+
},
|
|
39794
|
+
{
|
|
39795
|
+
"name": "selected",
|
|
39796
|
+
"type": {
|
|
39797
|
+
"text": "boolean"
|
|
39798
|
+
},
|
|
39799
|
+
"default": "false",
|
|
39800
|
+
"description": "When present, zn-page opens this tab on load instead of the first tab.",
|
|
39801
|
+
"fieldName": "selected"
|
|
39802
|
+
}
|
|
39803
|
+
],
|
|
39804
|
+
"superclass": {
|
|
39805
|
+
"name": "ZincElement",
|
|
39806
|
+
"module": "/src/internal/zinc-element"
|
|
39807
|
+
},
|
|
39808
|
+
"summary": "Defines a tab panel for use inside zn-page.",
|
|
39809
|
+
"tagNameWithoutPrefix": "tab",
|
|
39810
|
+
"tagName": "zn-tab",
|
|
39811
|
+
"customElement": true,
|
|
39812
|
+
"jsDoc": "/**\n * @summary Defines a tab panel for use inside zn-page.\n * @documentation https://zinc.style/components/tab\n * @status experimental\n * @since 1.0\n *\n * @slot - The tab panel content.\n */",
|
|
39813
|
+
"documentation": "https://zinc.style/components/tab",
|
|
39814
|
+
"status": "experimental",
|
|
39815
|
+
"since": "1.0"
|
|
39816
|
+
}
|
|
39817
|
+
],
|
|
39818
|
+
"exports": [
|
|
39819
|
+
{
|
|
39820
|
+
"kind": "js",
|
|
39821
|
+
"name": "default",
|
|
39822
|
+
"declaration": {
|
|
39823
|
+
"name": "ZnTab",
|
|
39824
|
+
"module": "components/tab/tab.js"
|
|
39825
|
+
}
|
|
39826
|
+
}
|
|
39827
|
+
]
|
|
39828
|
+
},
|
|
39829
39829
|
{
|
|
39830
39830
|
"kind": "javascript-module",
|
|
39831
39831
|
"path": "components/table/table.js",
|
|
@@ -45871,7 +45871,7 @@
|
|
|
45871
45871
|
"package": {
|
|
45872
45872
|
"name": "@kubex/zinc",
|
|
45873
45873
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
45874
|
-
"version": "1.1.
|
|
45874
|
+
"version": "1.1.89",
|
|
45875
45875
|
"author": "",
|
|
45876
45876
|
"license": "MIT"
|
|
45877
45877
|
}
|