@kubex/zinc 1.1.133 → 1.1.134

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.
@@ -490,6 +490,48 @@
490
490
  }
491
491
  ]
492
492
  },
493
+ {
494
+ "name": "zn-chart",
495
+ "description": "Chart component powered by Apache ECharts.\n---\n\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
496
+ "attributes": [
497
+ { "name": "type", "values": [{ "name": "ChartType" }] },
498
+ { "name": "data", "values": [{ "name": "SeriesItem[]" }] },
499
+ { "name": "categories", "values": [{ "name": "string[]" }] },
500
+ { "name": "y-categories", "values": [{ "name": "string[]" }] },
501
+ { "name": "indicators", "values": [{ "name": "RadarIndicator[]" }] },
502
+ {
503
+ "name": "xaxis",
504
+ "values": [
505
+ { "name": "datetime" },
506
+ { "name": "category" },
507
+ { "name": "numeric" }
508
+ ]
509
+ },
510
+ { "name": "d-size", "values": [] },
511
+ { "name": "stacked", "values": [] },
512
+ { "name": "live", "values": [] },
513
+ { "name": "data-url", "values": [] },
514
+ { "name": "live-interval", "values": [] },
515
+ { "name": "height", "values": [] },
516
+ { "name": "enable-animations", "values": [] },
517
+ { "name": "y-axis-append", "values": [] },
518
+ { "name": "colors", "values": [{ "name": "string[]" }] },
519
+ { "name": "sync-group", "values": [] },
520
+ { "name": "smooth", "values": [] },
521
+ { "name": "inner-radius", "values": [] },
522
+ { "name": "outer-radius", "values": [] },
523
+ { "name": "show-labels", "values": [] },
524
+ { "name": "min-value", "values": [] },
525
+ { "name": "max-value", "values": [] },
526
+ { "name": "scale", "values": [] }
527
+ ],
528
+ "references": [
529
+ {
530
+ "name": "Documentation",
531
+ "url": "https://zinc.style/components/chart"
532
+ }
533
+ ]
534
+ },
493
535
  {
494
536
  "name": "zn-chat-message",
495
537
  "description": "A single message in a chat-style conversation: avatar, sender,\ntime, optional badge, and a message bubble with optional actions. Also renders\nsystem events (connections, transfers, etc.) as a centred card.\n---\n\n\n### **Slots:**\n - _default_ - The message content. Ignored when the `message` attribute is set.\n- **badge** - Rendered in the header after the sender and time (e.g. an INTERNAL NOTE chip).\n- **attachments** - Attachments displayed beneath the message content. Use `zn-chat-message-attachment`, which auto-assigns itself to this slot.\n- **edit-dialog-trigger** - Action rendered at the end of the bubble (e.g. a remove icon button).\n- **edit-dialog** - Pass-through for an associated dialog element.\n\n### **CSS Properties:**\n - **--message-background** - The bubble's background color. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **avatar** - The avatar column.\n- **body** - The header and bubble column.\n- **header** - The sender/time/badge row.\n- **bubble** - The message bubble.\n- **content** - The message content within the bubble.\n- **attachments** - The attachments row beneath the message content.\n- **system-card** - The card rendered for system action types.",
@@ -542,48 +584,6 @@
542
584
  }
543
585
  ]
544
586
  },
545
- {
546
- "name": "zn-chart",
547
- "description": "Chart component powered by Apache ECharts.\n---\n\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
548
- "attributes": [
549
- { "name": "type", "values": [{ "name": "ChartType" }] },
550
- { "name": "data", "values": [{ "name": "SeriesItem[]" }] },
551
- { "name": "categories", "values": [{ "name": "string[]" }] },
552
- { "name": "y-categories", "values": [{ "name": "string[]" }] },
553
- { "name": "indicators", "values": [{ "name": "RadarIndicator[]" }] },
554
- {
555
- "name": "xaxis",
556
- "values": [
557
- { "name": "datetime" },
558
- { "name": "category" },
559
- { "name": "numeric" }
560
- ]
561
- },
562
- { "name": "d-size", "values": [] },
563
- { "name": "stacked", "values": [] },
564
- { "name": "live", "values": [] },
565
- { "name": "data-url", "values": [] },
566
- { "name": "live-interval", "values": [] },
567
- { "name": "height", "values": [] },
568
- { "name": "enable-animations", "values": [] },
569
- { "name": "y-axis-append", "values": [] },
570
- { "name": "colors", "values": [{ "name": "string[]" }] },
571
- { "name": "sync-group", "values": [] },
572
- { "name": "smooth", "values": [] },
573
- { "name": "inner-radius", "values": [] },
574
- { "name": "outer-radius", "values": [] },
575
- { "name": "show-labels", "values": [] },
576
- { "name": "min-value", "values": [] },
577
- { "name": "max-value", "values": [] },
578
- { "name": "scale", "values": [] }
579
- ],
580
- "references": [
581
- {
582
- "name": "Documentation",
583
- "url": "https://zinc.style/components/chart"
584
- }
585
- ]
586
- },
587
587
  {
588
588
  "name": "zn-chat-message-attachment",
589
589
  "description": "A single file or link attachment for a `zn-chat-message` or `zn-content-block`.\nRenders an icon and a label as a link, styled to match the message's attachments row. It is\nintended to be used only inside a `zn-chat-message` or `zn-content-block` and is automatically\nplaced in that component's `attachments` slot.\n---\n\n\n### **Slots:**\n - _default_ - The attachment label. Falls back to the `name` attribute when empty.\n\n### **CSS Parts:**\n - **base** - The attachment link.\n- **icon** - The leading icon.\n- **label** - The attachment label.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@kubex/zinc",
4
- "version": "1.1.133",
4
+ "version": "1.1.134",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1003,6 +1003,119 @@
1003
1003
  ]
1004
1004
  }
1005
1005
  },
1006
+ {
1007
+ "name": "zn-chart",
1008
+ "description": "Chart component powered by Apache ECharts.\n---\n\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
1009
+ "doc-url": "",
1010
+ "attributes": [
1011
+ {
1012
+ "name": "type",
1013
+ "value": { "type": "ChartType", "default": "'bar'" }
1014
+ },
1015
+ {
1016
+ "name": "data",
1017
+ "value": { "type": "SeriesItem[]", "default": "[]" }
1018
+ },
1019
+ {
1020
+ "name": "categories",
1021
+ "value": { "type": "string[]", "default": "[]" }
1022
+ },
1023
+ {
1024
+ "name": "y-categories",
1025
+ "value": { "type": "string[]", "default": "[]" }
1026
+ },
1027
+ {
1028
+ "name": "indicators",
1029
+ "value": { "type": "RadarIndicator[]", "default": "[]" }
1030
+ },
1031
+ {
1032
+ "name": "xaxis",
1033
+ "value": { "type": "'datetime' | 'category' | 'numeric'" }
1034
+ },
1035
+ { "name": "d-size", "value": { "type": "number", "default": "1" } },
1036
+ {
1037
+ "name": "stacked",
1038
+ "value": { "type": "boolean", "default": "false" }
1039
+ },
1040
+ {
1041
+ "name": "live",
1042
+ "value": { "type": "boolean", "default": "false" }
1043
+ },
1044
+ {
1045
+ "name": "data-url",
1046
+ "value": { "type": "string", "default": "''" }
1047
+ },
1048
+ {
1049
+ "name": "live-interval",
1050
+ "value": { "type": "number", "default": "1000" }
1051
+ },
1052
+ {
1053
+ "name": "height",
1054
+ "value": { "type": "number", "default": "300" }
1055
+ },
1056
+ {
1057
+ "name": "enable-animations",
1058
+ "value": { "type": "boolean | number", "default": "false" }
1059
+ },
1060
+ { "name": "y-axis-append", "value": { "type": "string" } },
1061
+ { "name": "colors", "value": { "type": "string[] | undefined" } },
1062
+ { "name": "sync-group", "value": { "type": "string | undefined" } },
1063
+ {
1064
+ "name": "smooth",
1065
+ "value": { "type": "boolean", "default": "false" }
1066
+ },
1067
+ {
1068
+ "name": "inner-radius",
1069
+ "value": { "type": "number | string | undefined" }
1070
+ },
1071
+ {
1072
+ "name": "outer-radius",
1073
+ "value": { "type": "number | string | undefined" }
1074
+ },
1075
+ {
1076
+ "name": "show-labels",
1077
+ "value": { "type": "boolean | undefined" }
1078
+ },
1079
+ { "name": "min-value", "value": { "type": "number | undefined" } },
1080
+ { "name": "max-value", "value": { "type": "number | undefined" } },
1081
+ {
1082
+ "name": "scale",
1083
+ "value": { "type": "boolean | number", "default": "false" }
1084
+ }
1085
+ ],
1086
+ "events": [],
1087
+ "js": {
1088
+ "properties": [
1089
+ { "name": "type", "type": "ChartType" },
1090
+ { "name": "data", "type": "SeriesItem[]" },
1091
+ { "name": "categories", "type": "string[]" },
1092
+ { "name": "yCategories", "type": "string[]" },
1093
+ { "name": "indicators", "type": "RadarIndicator[]" },
1094
+ {
1095
+ "name": "xAxis",
1096
+ "type": "'datetime' | 'category' | 'numeric'"
1097
+ },
1098
+ { "name": "datapointSize", "type": "number" },
1099
+ { "name": "stacked", "type": "boolean" },
1100
+ { "name": "live", "type": "boolean" },
1101
+ { "name": "dataUrl", "type": "string" },
1102
+ { "name": "liveInterval", "type": "number" },
1103
+ { "name": "height", "type": "number" },
1104
+ { "name": "enableAnimations", "type": "boolean | number" },
1105
+ { "name": "yAxisAppend", "type": "string" },
1106
+ { "name": "colors", "type": "string[] | undefined" },
1107
+ { "name": "syncGroup", "type": "string | undefined" },
1108
+ { "name": "smooth", "type": "boolean" },
1109
+ { "name": "innerRadius", "type": "number | string | undefined" },
1110
+ { "name": "outerRadius", "type": "number | string | undefined" },
1111
+ { "name": "showLabels", "type": "boolean | undefined" },
1112
+ { "name": "minValue", "type": "number | undefined" },
1113
+ { "name": "maxValue", "type": "number | undefined" },
1114
+ { "name": "scale", "type": "boolean | number" }
1115
+ ],
1116
+ "events": []
1117
+ }
1118
+ },
1006
1119
  {
1007
1120
  "name": "zn-chat-message",
1008
1121
  "description": "A single message in a chat-style conversation: avatar, sender,\ntime, optional badge, and a message bubble with optional actions. Also renders\nsystem events (connections, transfers, etc.) as a centred card.\n---\n\n\n### **Slots:**\n - _default_ - The message content. Ignored when the `message` attribute is set.\n- **badge** - Rendered in the header after the sender and time (e.g. an INTERNAL NOTE chip).\n- **attachments** - Attachments displayed beneath the message content. Use `zn-chat-message-attachment`, which auto-assigns itself to this slot.\n- **edit-dialog-trigger** - Action rendered at the end of the bubble (e.g. a remove icon button).\n- **edit-dialog** - Pass-through for an associated dialog element.\n\n### **CSS Properties:**\n - **--message-background** - The bubble's background color. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **avatar** - The avatar column.\n- **body** - The header and bubble column.\n- **header** - The sender/time/badge row.\n- **bubble** - The message bubble.\n- **content** - The message content within the bubble.\n- **attachments** - The attachments row beneath the message content.\n- **system-card** - The card rendered for system action types.",
@@ -1118,119 +1231,6 @@
1118
1231
  "events": []
1119
1232
  }
1120
1233
  },
1121
- {
1122
- "name": "zn-chart",
1123
- "description": "Chart component powered by Apache ECharts.\n---\n\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
1124
- "doc-url": "",
1125
- "attributes": [
1126
- {
1127
- "name": "type",
1128
- "value": { "type": "ChartType", "default": "'bar'" }
1129
- },
1130
- {
1131
- "name": "data",
1132
- "value": { "type": "SeriesItem[]", "default": "[]" }
1133
- },
1134
- {
1135
- "name": "categories",
1136
- "value": { "type": "string[]", "default": "[]" }
1137
- },
1138
- {
1139
- "name": "y-categories",
1140
- "value": { "type": "string[]", "default": "[]" }
1141
- },
1142
- {
1143
- "name": "indicators",
1144
- "value": { "type": "RadarIndicator[]", "default": "[]" }
1145
- },
1146
- {
1147
- "name": "xaxis",
1148
- "value": { "type": "'datetime' | 'category' | 'numeric'" }
1149
- },
1150
- { "name": "d-size", "value": { "type": "number", "default": "1" } },
1151
- {
1152
- "name": "stacked",
1153
- "value": { "type": "boolean", "default": "false" }
1154
- },
1155
- {
1156
- "name": "live",
1157
- "value": { "type": "boolean", "default": "false" }
1158
- },
1159
- {
1160
- "name": "data-url",
1161
- "value": { "type": "string", "default": "''" }
1162
- },
1163
- {
1164
- "name": "live-interval",
1165
- "value": { "type": "number", "default": "1000" }
1166
- },
1167
- {
1168
- "name": "height",
1169
- "value": { "type": "number", "default": "300" }
1170
- },
1171
- {
1172
- "name": "enable-animations",
1173
- "value": { "type": "boolean | number", "default": "false" }
1174
- },
1175
- { "name": "y-axis-append", "value": { "type": "string" } },
1176
- { "name": "colors", "value": { "type": "string[] | undefined" } },
1177
- { "name": "sync-group", "value": { "type": "string | undefined" } },
1178
- {
1179
- "name": "smooth",
1180
- "value": { "type": "boolean", "default": "false" }
1181
- },
1182
- {
1183
- "name": "inner-radius",
1184
- "value": { "type": "number | string | undefined" }
1185
- },
1186
- {
1187
- "name": "outer-radius",
1188
- "value": { "type": "number | string | undefined" }
1189
- },
1190
- {
1191
- "name": "show-labels",
1192
- "value": { "type": "boolean | undefined" }
1193
- },
1194
- { "name": "min-value", "value": { "type": "number | undefined" } },
1195
- { "name": "max-value", "value": { "type": "number | undefined" } },
1196
- {
1197
- "name": "scale",
1198
- "value": { "type": "boolean | number", "default": "false" }
1199
- }
1200
- ],
1201
- "events": [],
1202
- "js": {
1203
- "properties": [
1204
- { "name": "type", "type": "ChartType" },
1205
- { "name": "data", "type": "SeriesItem[]" },
1206
- { "name": "categories", "type": "string[]" },
1207
- { "name": "yCategories", "type": "string[]" },
1208
- { "name": "indicators", "type": "RadarIndicator[]" },
1209
- {
1210
- "name": "xAxis",
1211
- "type": "'datetime' | 'category' | 'numeric'"
1212
- },
1213
- { "name": "datapointSize", "type": "number" },
1214
- { "name": "stacked", "type": "boolean" },
1215
- { "name": "live", "type": "boolean" },
1216
- { "name": "dataUrl", "type": "string" },
1217
- { "name": "liveInterval", "type": "number" },
1218
- { "name": "height", "type": "number" },
1219
- { "name": "enableAnimations", "type": "boolean | number" },
1220
- { "name": "yAxisAppend", "type": "string" },
1221
- { "name": "colors", "type": "string[] | undefined" },
1222
- { "name": "syncGroup", "type": "string | undefined" },
1223
- { "name": "smooth", "type": "boolean" },
1224
- { "name": "innerRadius", "type": "number | string | undefined" },
1225
- { "name": "outerRadius", "type": "number | string | undefined" },
1226
- { "name": "showLabels", "type": "boolean | undefined" },
1227
- { "name": "minValue", "type": "number | undefined" },
1228
- { "name": "maxValue", "type": "number | undefined" },
1229
- { "name": "scale", "type": "boolean | number" }
1230
- ],
1231
- "events": []
1232
- }
1233
- },
1234
1234
  {
1235
1235
  "name": "zn-chat-message-attachment",
1236
1236
  "description": "A single file or link attachment for a `zn-chat-message` or `zn-content-block`.\nRenders an icon and a label as a link, styled to match the message's attachments row. It is\nintended to be used only inside a `zn-chat-message` or `zn-content-block` and is automatically\nplaced in that component's `attachments` slot.\n---\n\n\n### **Slots:**\n - _default_ - The attachment label. Falls back to the `name` attribute when empty.\n\n### **CSS Parts:**\n - **base** - The attachment link.\n- **icon** - The leading icon.\n- **label** - The attachment label.",