@next-bricks/presentational-bricks 1.338.1 → 1.339.1
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/deploy/contract.yaml +123 -123
- package/dist/bricks.json +30 -30
- package/dist/index.8e5be25b.js +2 -0
- package/dist/index.8e5be25b.js.map +1 -0
- package/dist/stories.json +27 -27
- package/dist-types/agent-status/index.d.ts +24 -0
- package/dist-types/avatar-upload/index.d.ts +21 -0
- package/dist-types/banner-display-card-list/index.d.ts +16 -0
- package/dist-types/basic-icon/index.d.ts +37 -0
- package/dist-types/basic-progress/index.d.ts +55 -0
- package/dist-types/bootstrap.d.ts +78 -0
- package/dist-types/brick-alert/index.d.ts +38 -0
- package/dist-types/brick-alert-level/index.d.ts +13 -0
- package/dist-types/brick-alert-number/index.d.ts +7 -0
- package/dist-types/brick-alert-status/index.d.ts +17 -0
- package/dist-types/brick-alert-value/index.d.ts +9 -0
- package/dist-types/brick-button/index.d.ts +11 -0
- package/dist-types/brick-calendar/index.d.ts +49 -0
- package/dist-types/brick-cluster-type/index.d.ts +17 -0
- package/dist-types/brick-code-display/index.d.ts +15 -0
- package/dist-types/brick-collapse-card/index.d.ts +46 -0
- package/dist-types/brick-conditional-display/index.d.ts +51 -0
- package/dist-types/brick-delete-confirm/index.d.ts +15 -0
- package/dist-types/brick-descriptions/index.d.ts +83 -0
- package/dist-types/brick-display-structs/index.d.ts +20 -0
- package/dist-types/brick-divider/index.d.ts +22 -0
- package/dist-types/brick-form/index.d.ts +95 -0
- package/dist-types/brick-general-search/index.d.ts +73 -0
- package/dist-types/brick-humanize-time/index.d.ts +32 -0
- package/dist-types/brick-illustration/index.d.ts +45 -0
- package/dist-types/brick-input/index.d.ts +25 -0
- package/dist-types/brick-link/index.d.ts +53 -0
- package/dist-types/brick-list/index.d.ts +40 -0
- package/dist-types/brick-placeholder/index.d.ts +15 -0
- package/dist-types/brick-quick-entries/index.d.ts +53 -0
- package/dist-types/brick-rate/index.d.ts +33 -0
- package/dist-types/brick-result/index.d.ts +62 -0
- package/dist-types/brick-table/index.d.ts +313 -0
- package/dist-types/brick-tag/index.d.ts +125 -0
- package/dist-types/brick-timeline/index.d.ts +54 -0
- package/dist-types/brick-tree/index.d.ts +175 -0
- package/dist-types/brick-user/index.d.ts +29 -0
- package/dist-types/brick-user-group/index.d.ts +19 -0
- package/dist-types/brick-utils/index.d.ts +9 -0
- package/dist-types/brick-value-mapping/index.d.ts +71 -0
- package/dist-types/button-wrapper/index.d.ts +11 -0
- package/dist-types/card-item/index.d.ts +169 -0
- package/dist-types/code-editor/index.d.ts +45 -0
- package/dist-types/collapse-info-list/index.d.ts +27 -0
- package/dist-types/collapsible-card-item/index.d.ts +60 -0
- package/dist-types/copyable-text/index.d.ts +25 -0
- package/dist-types/cost-time/index.d.ts +30 -0
- package/dist-types/crontab-display/index.d.ts +11 -0
- package/dist-types/datetime-selector/index.d.ts +63 -0
- package/dist-types/digital-number/index.d.ts +33 -0
- package/dist-types/dropdown-button/index.d.ts +33 -0
- package/dist-types/dropdown-select/index.d.ts +80 -0
- package/dist-types/dynamic-content/index.d.ts +9 -0
- package/dist-types/dynamic-grid-container/index.d.ts +23 -0
- package/dist-types/entry-card-item/index.d.ts +62 -0
- package/dist-types/general-badge/index.d.ts +29 -0
- package/dist-types/general-carousel/index.d.ts +84 -0
- package/dist-types/general-image/index.d.ts +55 -0
- package/dist-types/general-label/index.d.ts +29 -0
- package/dist-types/general-list/index.d.ts +13 -0
- package/dist-types/general-pagination/index.d.ts +35 -0
- package/dist-types/general-preview-image/index.d.ts +23 -0
- package/dist-types/general-slider/index.d.ts +53 -0
- package/dist-types/general-tooltip/index.d.ts +80 -0
- package/dist-types/general-transfer/index.d.ts +44 -0
- package/dist-types/general-video/index.d.ts +13 -0
- package/dist-types/index.d.ts +78 -0
- package/dist-types/info-display-card-list/index.d.ts +50 -0
- package/dist-types/interfaces/common.d.ts +18 -0
- package/dist-types/jsx.d.ts +949 -0
- package/dist-types/log-display/index.d.ts +16 -0
- package/dist-types/markdown-display/index.d.ts +40 -0
- package/dist-types/markdown-editor/index.d.ts +53 -0
- package/dist-types/modal-confirm/index.d.ts +82 -0
- package/dist-types/qrcode-download/index.d.ts +25 -0
- package/dist-types/rank-table/index.d.ts +99 -0
- package/dist-types/single-field-edit/index.d.ts +53 -0
- package/dist-types/statistic-card/index.d.ts +45 -0
- package/dist-types/table-transfer/index.d.ts +46 -0
- package/dist-types/template-breadcrumb/index.d.ts +7 -0
- package/dist-types/text-collapse/index.d.ts +9 -0
- package/dist-types/tree-transfer/index.d.ts +33 -0
- package/package.json +3 -4
- package/dist/index.200a8d2c.js +0 -2
- package/dist/index.200a8d2c.js.map +0 -1
|
@@ -0,0 +1,949 @@
|
|
|
1
|
+
import type { DetailedHTMLProps, HTMLAttributes } from "react";
|
|
2
|
+
import type { DataNode } from "rc-tree-select/lib/interface";
|
|
3
|
+
import type { EventDataNode } from "rc-tree/lib/interface";
|
|
4
|
+
import type {
|
|
5
|
+
AgentStatusElement,
|
|
6
|
+
AgentStatusProps,
|
|
7
|
+
} from "./agent-status/index.js";
|
|
8
|
+
import type {
|
|
9
|
+
AvatarUploadElement,
|
|
10
|
+
AvatarUploadProps,
|
|
11
|
+
AvatarUploadEvents,
|
|
12
|
+
} from "./avatar-upload/index.js";
|
|
13
|
+
import type {
|
|
14
|
+
BannerDisplayCardListElement,
|
|
15
|
+
BannerDisplayCardListProps,
|
|
16
|
+
} from "./banner-display-card-list/index.js";
|
|
17
|
+
import type {
|
|
18
|
+
BasicIconElement,
|
|
19
|
+
BasicIconProps,
|
|
20
|
+
BasicIconEvents,
|
|
21
|
+
} from "./basic-icon/index.js";
|
|
22
|
+
import type {
|
|
23
|
+
BasicProgressElement,
|
|
24
|
+
BasicProgressProps,
|
|
25
|
+
} from "./basic-progress/index.js";
|
|
26
|
+
import type {
|
|
27
|
+
BrickAlertElement,
|
|
28
|
+
BrickAlertProps,
|
|
29
|
+
} from "./brick-alert/index.js";
|
|
30
|
+
import type {
|
|
31
|
+
BrickAlertLevelElement,
|
|
32
|
+
BrickAlertLevelProps,
|
|
33
|
+
} from "./brick-alert-level/index.js";
|
|
34
|
+
import type {
|
|
35
|
+
BrickAlertNumberElement,
|
|
36
|
+
BrickAlertNumberProps,
|
|
37
|
+
} from "./brick-alert-number/index.js";
|
|
38
|
+
import type {
|
|
39
|
+
BrickAlertStatusElement,
|
|
40
|
+
BrickAlertStatusProps,
|
|
41
|
+
} from "./brick-alert-status/index.js";
|
|
42
|
+
import type {
|
|
43
|
+
BrickAlertValueElement,
|
|
44
|
+
BrickAlertValueProps,
|
|
45
|
+
} from "./brick-alert-value/index.js";
|
|
46
|
+
import type {
|
|
47
|
+
BrickButtonElement,
|
|
48
|
+
BrickButtonProps,
|
|
49
|
+
} from "./brick-button/index.js";
|
|
50
|
+
import type {
|
|
51
|
+
BrickCalendarElement,
|
|
52
|
+
BrickCalendarProps,
|
|
53
|
+
BrickCalendarEvents,
|
|
54
|
+
PanelEvent,
|
|
55
|
+
} from "./brick-calendar/index.js";
|
|
56
|
+
import type {
|
|
57
|
+
BrickClusterTypeElement,
|
|
58
|
+
BrickClusterTypeProps,
|
|
59
|
+
} from "./brick-cluster-type/index.js";
|
|
60
|
+
import type {
|
|
61
|
+
BrickCodeDisplayElement,
|
|
62
|
+
BrickCodeDisplayProps,
|
|
63
|
+
} from "./brick-code-display/index.js";
|
|
64
|
+
import type {
|
|
65
|
+
BrickCollapseCardElement,
|
|
66
|
+
BrickCollapseCardProps,
|
|
67
|
+
} from "./brick-collapse-card/index.js";
|
|
68
|
+
import type {
|
|
69
|
+
BrickConditionalDisplayElement,
|
|
70
|
+
BrickConditionalDisplayProps,
|
|
71
|
+
} from "./brick-conditional-display/index.js";
|
|
72
|
+
import type {
|
|
73
|
+
BrickDeleteConfirmElement,
|
|
74
|
+
BrickDeleteConfirmProps,
|
|
75
|
+
} from "./brick-delete-confirm/index.js";
|
|
76
|
+
import type {
|
|
77
|
+
BrickDescriptionsElement,
|
|
78
|
+
BrickDescriptionsProps,
|
|
79
|
+
} from "./brick-descriptions/index.js";
|
|
80
|
+
import type {
|
|
81
|
+
BrickDisplayStructsElement,
|
|
82
|
+
BrickDisplayStructsProps,
|
|
83
|
+
} from "./brick-display-structs/index.js";
|
|
84
|
+
import type {
|
|
85
|
+
BrickDividerElement,
|
|
86
|
+
BrickDividerProps,
|
|
87
|
+
} from "./brick-divider/index.js";
|
|
88
|
+
import type { BrickFormElement, BrickFormProps } from "./brick-form/index.js";
|
|
89
|
+
import type {
|
|
90
|
+
BrickGeneralSearchElement,
|
|
91
|
+
BrickGeneralSearchProps,
|
|
92
|
+
BrickGeneralSearchEvents,
|
|
93
|
+
} from "./brick-general-search/index.js";
|
|
94
|
+
import type {
|
|
95
|
+
BrickHumanizeTimeElement,
|
|
96
|
+
BrickHumanizeTimeProps,
|
|
97
|
+
} from "./brick-humanize-time/index.js";
|
|
98
|
+
import type {
|
|
99
|
+
BrickIllustrationElement,
|
|
100
|
+
BrickIllustrationProps,
|
|
101
|
+
} from "./brick-illustration/index.js";
|
|
102
|
+
import type {
|
|
103
|
+
BrickInputElement,
|
|
104
|
+
BrickInputProps,
|
|
105
|
+
BrickInputEvents,
|
|
106
|
+
} from "./brick-input/index.js";
|
|
107
|
+
import type {
|
|
108
|
+
BrickLinkElement,
|
|
109
|
+
BrickLinkProps,
|
|
110
|
+
BrickLinkEvents,
|
|
111
|
+
} from "./brick-link/index.js";
|
|
112
|
+
import type { BrickListElement, BrickListProps } from "./brick-list/index.js";
|
|
113
|
+
import type {
|
|
114
|
+
BrickPlaceholderElement,
|
|
115
|
+
BrickPlaceholderProps,
|
|
116
|
+
} from "./brick-placeholder/index.js";
|
|
117
|
+
import type {
|
|
118
|
+
BrickQuickEntriesElement,
|
|
119
|
+
BrickQuickEntriesProps,
|
|
120
|
+
BrickQuickEntriesEvents,
|
|
121
|
+
} from "./brick-quick-entries/index.js";
|
|
122
|
+
import type {
|
|
123
|
+
BrickRateElement,
|
|
124
|
+
BrickRateProps,
|
|
125
|
+
BrickRateEvents,
|
|
126
|
+
} from "./brick-rate/index.js";
|
|
127
|
+
import type {
|
|
128
|
+
BrickResultElement,
|
|
129
|
+
BrickResultProps,
|
|
130
|
+
} from "./brick-result/index.js";
|
|
131
|
+
import type {
|
|
132
|
+
BrickTableElement,
|
|
133
|
+
BrickTableProps,
|
|
134
|
+
BrickTableEvents,
|
|
135
|
+
TableDragInfo,
|
|
136
|
+
} from "./brick-table/index.js";
|
|
137
|
+
import type {
|
|
138
|
+
BrickTagElement,
|
|
139
|
+
BrickTagProps,
|
|
140
|
+
BrickTagEvents,
|
|
141
|
+
TagListType,
|
|
142
|
+
} from "./brick-tag/index.js";
|
|
143
|
+
import type {
|
|
144
|
+
BrickTimelineElement,
|
|
145
|
+
BrickTimelineProps,
|
|
146
|
+
BrickTimelineEvents,
|
|
147
|
+
ItemProps,
|
|
148
|
+
} from "./brick-timeline/index.js";
|
|
149
|
+
import type {
|
|
150
|
+
BrickTreeElement,
|
|
151
|
+
BrickTreeProps,
|
|
152
|
+
BrickTreeEvents,
|
|
153
|
+
} from "./brick-tree/index.js";
|
|
154
|
+
import type { BrickUserElement, BrickUserProps } from "./brick-user/index.js";
|
|
155
|
+
import type {
|
|
156
|
+
BrickUserGroupElement,
|
|
157
|
+
BrickUserGroupProps,
|
|
158
|
+
} from "./brick-user-group/index.js";
|
|
159
|
+
import type {
|
|
160
|
+
BrickUtilsElement,
|
|
161
|
+
BrickUtilsProps,
|
|
162
|
+
} from "./brick-utils/index.js";
|
|
163
|
+
import type {
|
|
164
|
+
BrickValueMappingElement,
|
|
165
|
+
BrickValueMappingProps,
|
|
166
|
+
BrickValueMappingEvents,
|
|
167
|
+
} from "./brick-value-mapping/index.js";
|
|
168
|
+
import type {
|
|
169
|
+
ButtonWrapperElement,
|
|
170
|
+
ButtonWrapperProps,
|
|
171
|
+
} from "./button-wrapper/index.js";
|
|
172
|
+
import type {
|
|
173
|
+
CardItemElement,
|
|
174
|
+
CardItemProps,
|
|
175
|
+
CardItemEvents,
|
|
176
|
+
} from "./card-item/index.js";
|
|
177
|
+
import type {
|
|
178
|
+
CodeEditorElement,
|
|
179
|
+
CodeEditorProps,
|
|
180
|
+
CodeEditorEvents,
|
|
181
|
+
} from "./code-editor/index.js";
|
|
182
|
+
import type {
|
|
183
|
+
CollapseInfoListElement,
|
|
184
|
+
CollapseInfoListProps,
|
|
185
|
+
CollapseInfoListEvents,
|
|
186
|
+
} from "./collapse-info-list/index.js";
|
|
187
|
+
import type {
|
|
188
|
+
CollapsibleCardItemElement,
|
|
189
|
+
CollapsibleCardItemProps,
|
|
190
|
+
CollapsibleCardItemEvents,
|
|
191
|
+
} from "./collapsible-card-item/index.js";
|
|
192
|
+
import type {
|
|
193
|
+
CopyableTextElement,
|
|
194
|
+
CopyableTextProps,
|
|
195
|
+
CopyableTextEvents,
|
|
196
|
+
} from "./copyable-text/index.js";
|
|
197
|
+
import type { CostTimeElement, CostTimeProps } from "./cost-time/index.js";
|
|
198
|
+
import type {
|
|
199
|
+
CrontabDisplayElement,
|
|
200
|
+
CrontabDisplayProps,
|
|
201
|
+
} from "./crontab-display/index.js";
|
|
202
|
+
import type {
|
|
203
|
+
DatetimeSelectorElement,
|
|
204
|
+
DatetimeSelectorProps,
|
|
205
|
+
DatetimeSelectorEvents,
|
|
206
|
+
} from "./datetime-selector/index.js";
|
|
207
|
+
import type {
|
|
208
|
+
DigitalNumberElement,
|
|
209
|
+
DigitalNumberProps,
|
|
210
|
+
} from "./digital-number/index.js";
|
|
211
|
+
import type {
|
|
212
|
+
DropdownButtonElement,
|
|
213
|
+
DropdownButtonProps,
|
|
214
|
+
DropdownButtonEvents,
|
|
215
|
+
} from "./dropdown-button/index.js";
|
|
216
|
+
import type {
|
|
217
|
+
DropdownSelectElement,
|
|
218
|
+
DropdownSelectProps,
|
|
219
|
+
DropdownSelectEvents,
|
|
220
|
+
} from "./dropdown-select/index.js";
|
|
221
|
+
import type {
|
|
222
|
+
DynamicContentElement,
|
|
223
|
+
DynamicContentProps,
|
|
224
|
+
} from "./dynamic-content/index.js";
|
|
225
|
+
import type {
|
|
226
|
+
DynamicGridContainerElement,
|
|
227
|
+
DynamicGridContainerProps,
|
|
228
|
+
DynamicGridContainerEvents,
|
|
229
|
+
} from "./dynamic-grid-container/index.js";
|
|
230
|
+
import type {
|
|
231
|
+
EntryCardItemElement,
|
|
232
|
+
EntryCardItemProps,
|
|
233
|
+
} from "./entry-card-item/index.js";
|
|
234
|
+
import type {
|
|
235
|
+
GeneralBadgeElement,
|
|
236
|
+
GeneralBadgeProps,
|
|
237
|
+
} from "./general-badge/index.js";
|
|
238
|
+
import type {
|
|
239
|
+
GeneralCarouselElement,
|
|
240
|
+
GeneralCarouselProps,
|
|
241
|
+
GeneralCarouselEvents,
|
|
242
|
+
} from "./general-carousel/index.js";
|
|
243
|
+
import type {
|
|
244
|
+
GeneralImageElement,
|
|
245
|
+
GeneralImageProps,
|
|
246
|
+
GeneralImageEvents,
|
|
247
|
+
} from "./general-image/index.js";
|
|
248
|
+
import type {
|
|
249
|
+
GeneralLabelElement,
|
|
250
|
+
GeneralLabelProps,
|
|
251
|
+
GeneralLabelEvents,
|
|
252
|
+
} from "./general-label/index.js";
|
|
253
|
+
import type {
|
|
254
|
+
GeneralListElement,
|
|
255
|
+
GeneralListProps,
|
|
256
|
+
} from "./general-list/index.js";
|
|
257
|
+
import type {
|
|
258
|
+
GeneralPaginationElement,
|
|
259
|
+
GeneralPaginationProps,
|
|
260
|
+
GeneralPaginationEvents,
|
|
261
|
+
} from "./general-pagination/index.js";
|
|
262
|
+
import type {
|
|
263
|
+
GeneralPreviewImageElement,
|
|
264
|
+
GeneralPreviewImageProps,
|
|
265
|
+
} from "./general-preview-image/index.js";
|
|
266
|
+
import type {
|
|
267
|
+
GeneralSliderElement,
|
|
268
|
+
GeneralSliderProps,
|
|
269
|
+
GeneralSliderEvents,
|
|
270
|
+
} from "./general-slider/index.js";
|
|
271
|
+
import type {
|
|
272
|
+
GeneralTooltipElement,
|
|
273
|
+
GeneralTooltipProps,
|
|
274
|
+
} from "./general-tooltip/index.js";
|
|
275
|
+
import type {
|
|
276
|
+
GeneralTransferElement,
|
|
277
|
+
GeneralTransferProps,
|
|
278
|
+
GeneralTransferEvents,
|
|
279
|
+
} from "./general-transfer/index.js";
|
|
280
|
+
import type {
|
|
281
|
+
GeneralVideoElement,
|
|
282
|
+
GeneralVideoProps,
|
|
283
|
+
} from "./general-video/index.js";
|
|
284
|
+
import type {
|
|
285
|
+
InfoDisplayCardListElement,
|
|
286
|
+
InfoDisplayCardListProps,
|
|
287
|
+
} from "./info-display-card-list/index.js";
|
|
288
|
+
import type {
|
|
289
|
+
LogDisplayElement,
|
|
290
|
+
LogDisplayProps,
|
|
291
|
+
} from "./log-display/index.js";
|
|
292
|
+
import type {
|
|
293
|
+
MarkdownDisplayElement,
|
|
294
|
+
MarkdownDisplayProps,
|
|
295
|
+
MarkdownDisplayEvents,
|
|
296
|
+
CheckboxInfo,
|
|
297
|
+
} from "./markdown-display/index.js";
|
|
298
|
+
import type {
|
|
299
|
+
MarkdownEditorElement,
|
|
300
|
+
MarkdownEditorProps,
|
|
301
|
+
MarkdownEditorEvents,
|
|
302
|
+
ImageInfo,
|
|
303
|
+
} from "./markdown-editor/index.js";
|
|
304
|
+
import type {
|
|
305
|
+
ModalConfirmElement,
|
|
306
|
+
ModalConfirmProps,
|
|
307
|
+
ModalConfirmEvents,
|
|
308
|
+
} from "./modal-confirm/index.js";
|
|
309
|
+
import type {
|
|
310
|
+
QrcodeDownloadElement,
|
|
311
|
+
QrcodeDownloadProps,
|
|
312
|
+
} from "./qrcode-download/index.js";
|
|
313
|
+
import type {
|
|
314
|
+
RankTableElement,
|
|
315
|
+
RankTableProps,
|
|
316
|
+
RankTableEvents,
|
|
317
|
+
} from "./rank-table/index.js";
|
|
318
|
+
import type {
|
|
319
|
+
SingleFieldEditElement,
|
|
320
|
+
SingleFieldEditProps,
|
|
321
|
+
SingleFieldEditEvents,
|
|
322
|
+
} from "./single-field-edit/index.js";
|
|
323
|
+
import type {
|
|
324
|
+
StatisticCardElement,
|
|
325
|
+
StatisticCardProps,
|
|
326
|
+
} from "./statistic-card/index.js";
|
|
327
|
+
import type {
|
|
328
|
+
TableTransferElement,
|
|
329
|
+
TableTransferProps,
|
|
330
|
+
TableTransferEvents,
|
|
331
|
+
} from "./table-transfer/index.js";
|
|
332
|
+
import type {
|
|
333
|
+
TemplateBreadcrumbElement,
|
|
334
|
+
TemplateBreadcrumbProps,
|
|
335
|
+
} from "./template-breadcrumb/index.js";
|
|
336
|
+
import type {
|
|
337
|
+
TextCollapseElement,
|
|
338
|
+
TextCollapseProps,
|
|
339
|
+
} from "./text-collapse/index.js";
|
|
340
|
+
import type {
|
|
341
|
+
TreeTransferElement,
|
|
342
|
+
TreeTransferProps,
|
|
343
|
+
TreeTransferEvents,
|
|
344
|
+
} from "./tree-transfer/index.js";
|
|
345
|
+
|
|
346
|
+
declare global {
|
|
347
|
+
namespace JSX {
|
|
348
|
+
interface IntrinsicElements {
|
|
349
|
+
"presentational-bricks.agent-status": DetailedHTMLProps<
|
|
350
|
+
HTMLAttributes<AgentStatusElement>,
|
|
351
|
+
AgentStatusElement
|
|
352
|
+
> &
|
|
353
|
+
AgentStatusProps;
|
|
354
|
+
"presentational-bricks.avatar-upload": DetailedHTMLProps<
|
|
355
|
+
HTMLAttributes<AvatarUploadElement>,
|
|
356
|
+
AvatarUploadElement
|
|
357
|
+
> &
|
|
358
|
+
AvatarUploadProps & {
|
|
359
|
+
onAvatarUploadSuccess?: (event: CustomEvent<any>) => void;
|
|
360
|
+
};
|
|
361
|
+
"presentational-bricks.banner-display-card-list": DetailedHTMLProps<
|
|
362
|
+
HTMLAttributes<BannerDisplayCardListElement>,
|
|
363
|
+
BannerDisplayCardListElement
|
|
364
|
+
> &
|
|
365
|
+
BannerDisplayCardListProps;
|
|
366
|
+
"presentational-bricks.basic-icon": DetailedHTMLProps<
|
|
367
|
+
HTMLAttributes<BasicIconElement>,
|
|
368
|
+
BasicIconElement
|
|
369
|
+
> &
|
|
370
|
+
BasicIconProps & {
|
|
371
|
+
onIconClick?: (event: CustomEvent<any>) => void;
|
|
372
|
+
};
|
|
373
|
+
"presentational-bricks.basic-progress": DetailedHTMLProps<
|
|
374
|
+
HTMLAttributes<BasicProgressElement>,
|
|
375
|
+
BasicProgressElement
|
|
376
|
+
> &
|
|
377
|
+
BasicProgressProps;
|
|
378
|
+
"presentational-bricks.brick-alert": DetailedHTMLProps<
|
|
379
|
+
HTMLAttributes<BrickAlertElement>,
|
|
380
|
+
BrickAlertElement
|
|
381
|
+
> &
|
|
382
|
+
BrickAlertProps;
|
|
383
|
+
"presentational-bricks.brick-alert-level": DetailedHTMLProps<
|
|
384
|
+
HTMLAttributes<BrickAlertLevelElement>,
|
|
385
|
+
BrickAlertLevelElement
|
|
386
|
+
> &
|
|
387
|
+
BrickAlertLevelProps;
|
|
388
|
+
"presentational-bricks.brick-alert-number": DetailedHTMLProps<
|
|
389
|
+
HTMLAttributes<BrickAlertNumberElement>,
|
|
390
|
+
BrickAlertNumberElement
|
|
391
|
+
> &
|
|
392
|
+
BrickAlertNumberProps;
|
|
393
|
+
"presentational-bricks.brick-alert-status": DetailedHTMLProps<
|
|
394
|
+
HTMLAttributes<BrickAlertStatusElement>,
|
|
395
|
+
BrickAlertStatusElement
|
|
396
|
+
> &
|
|
397
|
+
BrickAlertStatusProps;
|
|
398
|
+
"presentational-bricks.brick-alert-value": DetailedHTMLProps<
|
|
399
|
+
HTMLAttributes<BrickAlertValueElement>,
|
|
400
|
+
BrickAlertValueElement
|
|
401
|
+
> &
|
|
402
|
+
BrickAlertValueProps;
|
|
403
|
+
"presentational-bricks.brick-button": DetailedHTMLProps<
|
|
404
|
+
HTMLAttributes<BrickButtonElement>,
|
|
405
|
+
BrickButtonElement
|
|
406
|
+
> &
|
|
407
|
+
BrickButtonProps;
|
|
408
|
+
"presentational-bricks.calendar": DetailedHTMLProps<
|
|
409
|
+
HTMLAttributes<BrickCalendarElement>,
|
|
410
|
+
BrickCalendarElement
|
|
411
|
+
> &
|
|
412
|
+
BrickCalendarProps & {
|
|
413
|
+
onPresentationalCalendarOnSelect?: (
|
|
414
|
+
event: CustomEvent<moment.Moment>
|
|
415
|
+
) => void;
|
|
416
|
+
onPresentationalCalendarOnSelectV2?: (
|
|
417
|
+
event: CustomEvent<{ date: moment.Moment; data: any }>
|
|
418
|
+
) => void;
|
|
419
|
+
onPresentationalCalendarOnChange?: (
|
|
420
|
+
event: CustomEvent<moment.Moment>
|
|
421
|
+
) => void;
|
|
422
|
+
onPresentationalCalendarOnChangeV2?: (
|
|
423
|
+
event: CustomEvent<{ date: moment.Moment; data: any }>
|
|
424
|
+
) => void;
|
|
425
|
+
onPresentationalCalendarOnPanelChange?: (
|
|
426
|
+
event: CustomEvent<PanelEvent>
|
|
427
|
+
) => void;
|
|
428
|
+
};
|
|
429
|
+
"presentational-bricks.brick-cluster-type": DetailedHTMLProps<
|
|
430
|
+
HTMLAttributes<BrickClusterTypeElement>,
|
|
431
|
+
BrickClusterTypeElement
|
|
432
|
+
> &
|
|
433
|
+
BrickClusterTypeProps;
|
|
434
|
+
"presentational-bricks.brick-code-display": DetailedHTMLProps<
|
|
435
|
+
HTMLAttributes<BrickCodeDisplayElement>,
|
|
436
|
+
BrickCodeDisplayElement
|
|
437
|
+
> &
|
|
438
|
+
BrickCodeDisplayProps;
|
|
439
|
+
"presentational-bricks.brick-collapse-card": DetailedHTMLProps<
|
|
440
|
+
HTMLAttributes<BrickCollapseCardElement>,
|
|
441
|
+
BrickCollapseCardElement
|
|
442
|
+
> &
|
|
443
|
+
BrickCollapseCardProps;
|
|
444
|
+
"presentational-bricks.brick-conditional-display": DetailedHTMLProps<
|
|
445
|
+
HTMLAttributes<BrickConditionalDisplayElement>,
|
|
446
|
+
BrickConditionalDisplayElement
|
|
447
|
+
> &
|
|
448
|
+
BrickConditionalDisplayProps;
|
|
449
|
+
"presentational-bricks.brick-delete-confirm": DetailedHTMLProps<
|
|
450
|
+
HTMLAttributes<BrickDeleteConfirmElement>,
|
|
451
|
+
BrickDeleteConfirmElement
|
|
452
|
+
> &
|
|
453
|
+
BrickDeleteConfirmProps;
|
|
454
|
+
"presentational-bricks.brick-descriptions": DetailedHTMLProps<
|
|
455
|
+
HTMLAttributes<BrickDescriptionsElement>,
|
|
456
|
+
BrickDescriptionsElement
|
|
457
|
+
> &
|
|
458
|
+
BrickDescriptionsProps;
|
|
459
|
+
"presentational-bricks.brick-display-structs": DetailedHTMLProps<
|
|
460
|
+
HTMLAttributes<BrickDisplayStructsElement>,
|
|
461
|
+
BrickDisplayStructsElement
|
|
462
|
+
> &
|
|
463
|
+
BrickDisplayStructsProps;
|
|
464
|
+
"presentational-bricks.brick-divider": DetailedHTMLProps<
|
|
465
|
+
HTMLAttributes<BrickDividerElement>,
|
|
466
|
+
BrickDividerElement
|
|
467
|
+
> &
|
|
468
|
+
BrickDividerProps;
|
|
469
|
+
"presentational-bricks.brick-form": DetailedHTMLProps<
|
|
470
|
+
HTMLAttributes<BrickFormElement>,
|
|
471
|
+
BrickFormElement
|
|
472
|
+
> &
|
|
473
|
+
BrickFormProps;
|
|
474
|
+
"presentational-bricks.brick-general-search": DetailedHTMLProps<
|
|
475
|
+
HTMLAttributes<BrickGeneralSearchElement>,
|
|
476
|
+
BrickGeneralSearchElement
|
|
477
|
+
> &
|
|
478
|
+
BrickGeneralSearchProps & {
|
|
479
|
+
onFilterUpdate?: (event: CustomEvent<Record<string, any>>) => void;
|
|
480
|
+
onQueryChange?: (event: CustomEvent<string>) => void;
|
|
481
|
+
onQueryChangeV2?: (event: CustomEvent<{ q: string }>) => void;
|
|
482
|
+
onSearchTypeChange?: (event: CustomEvent<string>) => void;
|
|
483
|
+
onInputBlur?: (event: CustomEvent<string>) => void;
|
|
484
|
+
};
|
|
485
|
+
"presentational-bricks.brick-humanize-time": DetailedHTMLProps<
|
|
486
|
+
HTMLAttributes<BrickHumanizeTimeElement>,
|
|
487
|
+
BrickHumanizeTimeElement
|
|
488
|
+
> &
|
|
489
|
+
BrickHumanizeTimeProps;
|
|
490
|
+
"presentational-bricks.brick-illustration": DetailedHTMLProps<
|
|
491
|
+
HTMLAttributes<BrickIllustrationElement>,
|
|
492
|
+
BrickIllustrationElement
|
|
493
|
+
> &
|
|
494
|
+
BrickIllustrationProps;
|
|
495
|
+
"presentational-bricks.brick-input": DetailedHTMLProps<
|
|
496
|
+
HTMLAttributes<BrickInputElement>,
|
|
497
|
+
BrickInputElement
|
|
498
|
+
> &
|
|
499
|
+
BrickInputProps & {
|
|
500
|
+
onInputEmit?: (event: CustomEvent<Record<string, any>>) => void;
|
|
501
|
+
onInputChange?: (event: CustomEvent<Record<string, any>>) => void;
|
|
502
|
+
};
|
|
503
|
+
"presentational-bricks.brick-link": DetailedHTMLProps<
|
|
504
|
+
HTMLAttributes<BrickLinkElement>,
|
|
505
|
+
BrickLinkElement
|
|
506
|
+
> &
|
|
507
|
+
BrickLinkProps & {
|
|
508
|
+
onLinkClick?: (event: CustomEvent<any>) => void;
|
|
509
|
+
};
|
|
510
|
+
"presentational-bricks.brick-list": DetailedHTMLProps<
|
|
511
|
+
HTMLAttributes<BrickListElement>,
|
|
512
|
+
BrickListElement
|
|
513
|
+
> &
|
|
514
|
+
BrickListProps;
|
|
515
|
+
"presentational-bricks.brick-placeholder": DetailedHTMLProps<
|
|
516
|
+
HTMLAttributes<BrickPlaceholderElement>,
|
|
517
|
+
BrickPlaceholderElement
|
|
518
|
+
> &
|
|
519
|
+
BrickPlaceholderProps;
|
|
520
|
+
"presentational-bricks.brick-quick-entries": DetailedHTMLProps<
|
|
521
|
+
HTMLAttributes<BrickQuickEntriesElement>,
|
|
522
|
+
BrickQuickEntriesElement
|
|
523
|
+
> &
|
|
524
|
+
BrickQuickEntriesProps & {
|
|
525
|
+
onTitleIconClick?: (event: CustomEvent<any>) => void;
|
|
526
|
+
};
|
|
527
|
+
"presentational-bricks.brick-rate": DetailedHTMLProps<
|
|
528
|
+
HTMLAttributes<BrickRateElement>,
|
|
529
|
+
BrickRateElement
|
|
530
|
+
> &
|
|
531
|
+
BrickRateProps & {
|
|
532
|
+
onRateChange?: (event: CustomEvent<Record<number, any>>) => void;
|
|
533
|
+
};
|
|
534
|
+
"presentational-bricks.brick-result": DetailedHTMLProps<
|
|
535
|
+
HTMLAttributes<BrickResultElement>,
|
|
536
|
+
BrickResultElement
|
|
537
|
+
> &
|
|
538
|
+
BrickResultProps;
|
|
539
|
+
"presentational-bricks.brick-table": DetailedHTMLProps<
|
|
540
|
+
HTMLAttributes<BrickTableElement>,
|
|
541
|
+
BrickTableElement
|
|
542
|
+
> &
|
|
543
|
+
BrickTableProps & {
|
|
544
|
+
onPageUpdate?: (event: CustomEvent<Record<string, number>>) => void;
|
|
545
|
+
onFilterUpdate?: (event: CustomEvent<Record<string, number>>) => void;
|
|
546
|
+
onSelectUpdate?: (event: CustomEvent<Record<string, any>[]>) => void;
|
|
547
|
+
onSelectRowKeysUpdate?: (event: CustomEvent<string[]>) => void;
|
|
548
|
+
onSortUpdate?: (
|
|
549
|
+
event: CustomEvent<{
|
|
550
|
+
sort: string;
|
|
551
|
+
order: string | number;
|
|
552
|
+
}>
|
|
553
|
+
) => void;
|
|
554
|
+
onRowExpand?: (
|
|
555
|
+
event: CustomEvent<{
|
|
556
|
+
expanded: boolean;
|
|
557
|
+
record: Record<string, any>;
|
|
558
|
+
}>
|
|
559
|
+
) => void;
|
|
560
|
+
onExpandRowsChange?: (
|
|
561
|
+
event: CustomEvent<{
|
|
562
|
+
expandedRows: React.Key[];
|
|
563
|
+
}>
|
|
564
|
+
) => void;
|
|
565
|
+
onRowDrag?: (
|
|
566
|
+
event: CustomEvent<{
|
|
567
|
+
data: Record<string, any>[];
|
|
568
|
+
info: TableDragInfo;
|
|
569
|
+
}>
|
|
570
|
+
) => void;
|
|
571
|
+
onColumnFiltersUpdate?: (
|
|
572
|
+
event: CustomEvent<Record<string, string[]>>
|
|
573
|
+
) => void;
|
|
574
|
+
};
|
|
575
|
+
"presentational-bricks.brick-tag": DetailedHTMLProps<
|
|
576
|
+
HTMLAttributes<BrickTagElement>,
|
|
577
|
+
BrickTagElement
|
|
578
|
+
> &
|
|
579
|
+
BrickTagProps & {
|
|
580
|
+
onCheckedUpdate?: (event: CustomEvent<string[]>) => void;
|
|
581
|
+
onCheckedUpdateV2?: (
|
|
582
|
+
event: CustomEvent<{ label: string; key: string }[]>
|
|
583
|
+
) => void;
|
|
584
|
+
onTagClose?: (
|
|
585
|
+
event: CustomEvent<{
|
|
586
|
+
current: Record<string, any>;
|
|
587
|
+
tagList: Record<string, any>[];
|
|
588
|
+
}>
|
|
589
|
+
) => void;
|
|
590
|
+
onTagClick?: (event: CustomEvent<TagListType>) => void;
|
|
591
|
+
};
|
|
592
|
+
"presentational-bricks.brick-timeline": DetailedHTMLProps<
|
|
593
|
+
HTMLAttributes<BrickTimelineElement>,
|
|
594
|
+
BrickTimelineElement
|
|
595
|
+
> &
|
|
596
|
+
BrickTimelineProps & {
|
|
597
|
+
onItemClick?: (event: CustomEvent<ItemProps>) => void;
|
|
598
|
+
};
|
|
599
|
+
"presentational-bricks.brick-tree": DetailedHTMLProps<
|
|
600
|
+
HTMLAttributes<BrickTreeElement>,
|
|
601
|
+
BrickTreeElement
|
|
602
|
+
> &
|
|
603
|
+
BrickTreeProps & {
|
|
604
|
+
onTreeSelect?: (event: CustomEvent<string[]>) => void;
|
|
605
|
+
onTreeSelectV2?: (
|
|
606
|
+
event: CustomEvent<{
|
|
607
|
+
selectedKeys: string[];
|
|
608
|
+
info: {
|
|
609
|
+
event: "select";
|
|
610
|
+
selected: boolean;
|
|
611
|
+
node: EventDataNode;
|
|
612
|
+
selectedNodes: DataNode[];
|
|
613
|
+
nativeEvent: MouseEvent;
|
|
614
|
+
};
|
|
615
|
+
}>
|
|
616
|
+
) => void;
|
|
617
|
+
onTreeCheck?: (
|
|
618
|
+
event: CustomEvent<
|
|
619
|
+
string[] | { checked: string[]; halfChecked: string[] }
|
|
620
|
+
>
|
|
621
|
+
) => void;
|
|
622
|
+
onTreeCheckV2?: (
|
|
623
|
+
event: CustomEvent<{
|
|
624
|
+
checkedKeys:
|
|
625
|
+
| string[]
|
|
626
|
+
| { checked: string[]; halfChecked: string[] };
|
|
627
|
+
info: {
|
|
628
|
+
event: "check";
|
|
629
|
+
checked: boolean;
|
|
630
|
+
checkedNodes: DataNode[];
|
|
631
|
+
nativeEvent: MouseEvent;
|
|
632
|
+
};
|
|
633
|
+
}>
|
|
634
|
+
) => void;
|
|
635
|
+
onTreeSearch?: (event: CustomEvent<string>) => void;
|
|
636
|
+
onTreeExpand?: (event: CustomEvent<React.Key[]>) => void;
|
|
637
|
+
};
|
|
638
|
+
"presentational-bricks.brick-user": DetailedHTMLProps<
|
|
639
|
+
HTMLAttributes<BrickUserElement>,
|
|
640
|
+
BrickUserElement
|
|
641
|
+
> &
|
|
642
|
+
BrickUserProps;
|
|
643
|
+
"presentational-bricks.brick-user-group": DetailedHTMLProps<
|
|
644
|
+
HTMLAttributes<BrickUserGroupElement>,
|
|
645
|
+
BrickUserGroupElement
|
|
646
|
+
> &
|
|
647
|
+
BrickUserGroupProps;
|
|
648
|
+
"presentational-bricks.brick-utils": DetailedHTMLProps<
|
|
649
|
+
HTMLAttributes<BrickUtilsElement>,
|
|
650
|
+
BrickUtilsElement
|
|
651
|
+
> &
|
|
652
|
+
BrickUtilsProps;
|
|
653
|
+
"presentational-bricks.brick-value-mapping": DetailedHTMLProps<
|
|
654
|
+
HTMLAttributes<BrickValueMappingElement>,
|
|
655
|
+
BrickValueMappingElement
|
|
656
|
+
> &
|
|
657
|
+
BrickValueMappingProps & {
|
|
658
|
+
onBrickValueMappingClick?: (
|
|
659
|
+
event: CustomEvent<{ data: any; value: string | number }>
|
|
660
|
+
) => void;
|
|
661
|
+
};
|
|
662
|
+
"presentational-bricks.button-wrapper": DetailedHTMLProps<
|
|
663
|
+
HTMLAttributes<ButtonWrapperElement>,
|
|
664
|
+
ButtonWrapperElement
|
|
665
|
+
> &
|
|
666
|
+
ButtonWrapperProps;
|
|
667
|
+
"presentational-bricks.card-item": DetailedHTMLProps<
|
|
668
|
+
HTMLAttributes<CardItemElement>,
|
|
669
|
+
CardItemElement
|
|
670
|
+
> &
|
|
671
|
+
CardItemProps & {
|
|
672
|
+
onPresentationalBricksCardItemClick?: (
|
|
673
|
+
event: CustomEvent<any>
|
|
674
|
+
) => void;
|
|
675
|
+
};
|
|
676
|
+
"presentational-bricks.code-editor": DetailedHTMLProps<
|
|
677
|
+
HTMLAttributes<CodeEditorElement>,
|
|
678
|
+
CodeEditorElement
|
|
679
|
+
> &
|
|
680
|
+
CodeEditorProps & {
|
|
681
|
+
onCodeChange?: (event: CustomEvent<string>) => void;
|
|
682
|
+
onCodeErrorChange?: (event: CustomEvent<boolean>) => void;
|
|
683
|
+
onEditorBlur?: (event: CustomEvent<string>) => void;
|
|
684
|
+
};
|
|
685
|
+
"presentational-bricks.collapse-info-list": DetailedHTMLProps<
|
|
686
|
+
HTMLAttributes<CollapseInfoListElement>,
|
|
687
|
+
CollapseInfoListElement
|
|
688
|
+
> &
|
|
689
|
+
CollapseInfoListProps & {
|
|
690
|
+
onCollapseInfoListChange?: (event: CustomEvent<string[]>) => void;
|
|
691
|
+
};
|
|
692
|
+
"presentational-bricks.collapsible-card-item": DetailedHTMLProps<
|
|
693
|
+
HTMLAttributes<CollapsibleCardItemElement>,
|
|
694
|
+
CollapsibleCardItemElement
|
|
695
|
+
> &
|
|
696
|
+
CollapsibleCardItemProps & {
|
|
697
|
+
onCollapseChange?: (event: CustomEvent<boolean>) => void;
|
|
698
|
+
};
|
|
699
|
+
"presentational-bricks.copyable-text": DetailedHTMLProps<
|
|
700
|
+
HTMLAttributes<CopyableTextElement>,
|
|
701
|
+
CopyableTextElement
|
|
702
|
+
> &
|
|
703
|
+
CopyableTextProps & {
|
|
704
|
+
onTextClick?: (event: CustomEvent<any>) => void;
|
|
705
|
+
};
|
|
706
|
+
"presentational-bricks.cost-time": DetailedHTMLProps<
|
|
707
|
+
HTMLAttributes<CostTimeElement>,
|
|
708
|
+
CostTimeElement
|
|
709
|
+
> &
|
|
710
|
+
CostTimeProps;
|
|
711
|
+
"presentational-bricks.crontab-display": DetailedHTMLProps<
|
|
712
|
+
HTMLAttributes<CrontabDisplayElement>,
|
|
713
|
+
CrontabDisplayElement
|
|
714
|
+
> &
|
|
715
|
+
CrontabDisplayProps;
|
|
716
|
+
"presentational-bricks.datetime-selector": DetailedHTMLProps<
|
|
717
|
+
HTMLAttributes<DatetimeSelectorElement>,
|
|
718
|
+
DatetimeSelectorElement
|
|
719
|
+
> &
|
|
720
|
+
DatetimeSelectorProps & {
|
|
721
|
+
onDatetimeSelected?: (
|
|
722
|
+
event: CustomEvent<
|
|
723
|
+
| { type: "dateRange"; value: "now/d" }
|
|
724
|
+
| { type: "specifiedDate"; value: { from: number; to: number } }
|
|
725
|
+
>
|
|
726
|
+
) => void;
|
|
727
|
+
onDatetimeSelectedV2?: (
|
|
728
|
+
event: CustomEvent<{ from: number; to: number }>
|
|
729
|
+
) => void;
|
|
730
|
+
onDatetimeSelectedV3?: (
|
|
731
|
+
event: CustomEvent<{ from: number; to: number } | { from: string }>
|
|
732
|
+
) => void;
|
|
733
|
+
};
|
|
734
|
+
"presentational-bricks.digital-number": DetailedHTMLProps<
|
|
735
|
+
HTMLAttributes<DigitalNumberElement>,
|
|
736
|
+
DigitalNumberElement
|
|
737
|
+
> &
|
|
738
|
+
DigitalNumberProps;
|
|
739
|
+
"presentational-bricks.dropdown-button": DetailedHTMLProps<
|
|
740
|
+
HTMLAttributes<DropdownButtonElement>,
|
|
741
|
+
DropdownButtonElement
|
|
742
|
+
> &
|
|
743
|
+
DropdownButtonProps & {
|
|
744
|
+
onSelectChange?: (
|
|
745
|
+
event: CustomEvent<{ value: any; item: any }>
|
|
746
|
+
) => void;
|
|
747
|
+
onLeftButtonClick?: (event: CustomEvent<{ item: any }>) => void;
|
|
748
|
+
};
|
|
749
|
+
"presentational-bricks.dropdown-select": DetailedHTMLProps<
|
|
750
|
+
HTMLAttributes<DropdownSelectElement>,
|
|
751
|
+
DropdownSelectElement
|
|
752
|
+
> &
|
|
753
|
+
DropdownSelectProps & {
|
|
754
|
+
onSelectChange?: (
|
|
755
|
+
event: CustomEvent<{ value: any; item: any }>
|
|
756
|
+
) => void;
|
|
757
|
+
onMultipleSelectChange?: (event: CustomEvent<{ value: any }>) => void;
|
|
758
|
+
};
|
|
759
|
+
"presentational-bricks.dynamic-content": DetailedHTMLProps<
|
|
760
|
+
HTMLAttributes<DynamicContentElement>,
|
|
761
|
+
DynamicContentElement
|
|
762
|
+
> &
|
|
763
|
+
DynamicContentProps;
|
|
764
|
+
"presentational-bricks.dynamic-grid-container": DetailedHTMLProps<
|
|
765
|
+
HTMLAttributes<DynamicGridContainerElement>,
|
|
766
|
+
DynamicGridContainerElement
|
|
767
|
+
> &
|
|
768
|
+
DynamicGridContainerProps & {
|
|
769
|
+
onDynamicGridContainerRendered?: (event: CustomEvent<void>) => void;
|
|
770
|
+
};
|
|
771
|
+
"presentational-bricks.entry-card-item": DetailedHTMLProps<
|
|
772
|
+
HTMLAttributes<EntryCardItemElement>,
|
|
773
|
+
EntryCardItemElement
|
|
774
|
+
> &
|
|
775
|
+
EntryCardItemProps;
|
|
776
|
+
"presentational-bricks.general-badge": DetailedHTMLProps<
|
|
777
|
+
HTMLAttributes<GeneralBadgeElement>,
|
|
778
|
+
GeneralBadgeElement
|
|
779
|
+
> &
|
|
780
|
+
GeneralBadgeProps;
|
|
781
|
+
"presentational-bricks.general-carousel": DetailedHTMLProps<
|
|
782
|
+
HTMLAttributes<GeneralCarouselElement>,
|
|
783
|
+
GeneralCarouselElement
|
|
784
|
+
> &
|
|
785
|
+
GeneralCarouselProps & {
|
|
786
|
+
onGeneralCarouselClick?: (event: CustomEvent<number>) => void;
|
|
787
|
+
};
|
|
788
|
+
"presentational-bricks.general-image": DetailedHTMLProps<
|
|
789
|
+
HTMLAttributes<GeneralImageElement>,
|
|
790
|
+
GeneralImageElement
|
|
791
|
+
> &
|
|
792
|
+
GeneralImageProps & {
|
|
793
|
+
onGeneralImageVisibleChange?: (event: CustomEvent<void>) => void;
|
|
794
|
+
};
|
|
795
|
+
"presentational-bricks.general-label": DetailedHTMLProps<
|
|
796
|
+
HTMLAttributes<GeneralLabelElement>,
|
|
797
|
+
GeneralLabelElement
|
|
798
|
+
> &
|
|
799
|
+
GeneralLabelProps & {
|
|
800
|
+
onLabelClick?: (event: CustomEvent<any>) => void;
|
|
801
|
+
};
|
|
802
|
+
"presentational-bricks.general-list": DetailedHTMLProps<
|
|
803
|
+
HTMLAttributes<GeneralListElement>,
|
|
804
|
+
GeneralListElement
|
|
805
|
+
> &
|
|
806
|
+
GeneralListProps;
|
|
807
|
+
"presentational-bricks.general-pagination": DetailedHTMLProps<
|
|
808
|
+
HTMLAttributes<GeneralPaginationElement>,
|
|
809
|
+
GeneralPaginationElement
|
|
810
|
+
> &
|
|
811
|
+
GeneralPaginationProps & {
|
|
812
|
+
onPageUpdate?: (event: CustomEvent<{ page: number }>) => void;
|
|
813
|
+
onFilterUpdate?: (
|
|
814
|
+
event: CustomEvent<{ page: 1; pageSize: number }>
|
|
815
|
+
) => void;
|
|
816
|
+
};
|
|
817
|
+
"presentational-bricks.general-preview-image": DetailedHTMLProps<
|
|
818
|
+
HTMLAttributes<GeneralPreviewImageElement>,
|
|
819
|
+
GeneralPreviewImageElement
|
|
820
|
+
> &
|
|
821
|
+
GeneralPreviewImageProps;
|
|
822
|
+
"presentational-bricks.general-slider": DetailedHTMLProps<
|
|
823
|
+
HTMLAttributes<GeneralSliderElement>,
|
|
824
|
+
GeneralSliderElement
|
|
825
|
+
> &
|
|
826
|
+
GeneralSliderProps & {
|
|
827
|
+
onSliderChange?: (
|
|
828
|
+
event: CustomEvent<number | [number, number]>
|
|
829
|
+
) => void;
|
|
830
|
+
onSliderAfterChange?: (
|
|
831
|
+
event: CustomEvent<number | [number, number]>
|
|
832
|
+
) => void;
|
|
833
|
+
};
|
|
834
|
+
"presentational-bricks.general-tooltip": DetailedHTMLProps<
|
|
835
|
+
HTMLAttributes<GeneralTooltipElement>,
|
|
836
|
+
GeneralTooltipElement
|
|
837
|
+
> &
|
|
838
|
+
GeneralTooltipProps;
|
|
839
|
+
"presentational-bricks.general-transfer": DetailedHTMLProps<
|
|
840
|
+
HTMLAttributes<GeneralTransferElement>,
|
|
841
|
+
GeneralTransferElement
|
|
842
|
+
> &
|
|
843
|
+
GeneralTransferProps & {
|
|
844
|
+
onGeneralTransferChange?: (event: CustomEvent<string[]>) => void;
|
|
845
|
+
};
|
|
846
|
+
"presentational-bricks.general-video": DetailedHTMLProps<
|
|
847
|
+
HTMLAttributes<GeneralVideoElement>,
|
|
848
|
+
GeneralVideoElement
|
|
849
|
+
> &
|
|
850
|
+
GeneralVideoProps;
|
|
851
|
+
"presentational-bricks.info-display-card-list": DetailedHTMLProps<
|
|
852
|
+
HTMLAttributes<InfoDisplayCardListElement>,
|
|
853
|
+
InfoDisplayCardListElement
|
|
854
|
+
> &
|
|
855
|
+
InfoDisplayCardListProps;
|
|
856
|
+
"presentational-bricks.log-display": DetailedHTMLProps<
|
|
857
|
+
HTMLAttributes<LogDisplayElement>,
|
|
858
|
+
LogDisplayElement
|
|
859
|
+
> &
|
|
860
|
+
LogDisplayProps;
|
|
861
|
+
"presentational-bricks.markdown-display": DetailedHTMLProps<
|
|
862
|
+
HTMLAttributes<MarkdownDisplayElement>,
|
|
863
|
+
MarkdownDisplayElement
|
|
864
|
+
> &
|
|
865
|
+
MarkdownDisplayProps & {
|
|
866
|
+
onCheckboxChange?: (event: CustomEvent<CheckboxInfo[]>) => void;
|
|
867
|
+
};
|
|
868
|
+
"presentational-bricks.markdown-editor": DetailedHTMLProps<
|
|
869
|
+
HTMLAttributes<MarkdownEditorElement>,
|
|
870
|
+
MarkdownEditorElement
|
|
871
|
+
> &
|
|
872
|
+
MarkdownEditorProps & {
|
|
873
|
+
onMarkdownValueChange?: (event: CustomEvent<string>) => void;
|
|
874
|
+
onImageUpload?: (event: CustomEvent<ImageInfo>) => void;
|
|
875
|
+
};
|
|
876
|
+
"presentational-bricks.modal-confirm": DetailedHTMLProps<
|
|
877
|
+
HTMLAttributes<ModalConfirmElement>,
|
|
878
|
+
ModalConfirmElement
|
|
879
|
+
> &
|
|
880
|
+
ModalConfirmProps & {
|
|
881
|
+
onConfirmOk?: (event: CustomEvent<any>) => void;
|
|
882
|
+
onConfirmCancel?: (event: CustomEvent<any>) => void;
|
|
883
|
+
};
|
|
884
|
+
"presentational-bricks.qrcode-download": DetailedHTMLProps<
|
|
885
|
+
HTMLAttributes<QrcodeDownloadElement>,
|
|
886
|
+
QrcodeDownloadElement
|
|
887
|
+
> &
|
|
888
|
+
QrcodeDownloadProps;
|
|
889
|
+
"presentational-bricks.rank-table": DetailedHTMLProps<
|
|
890
|
+
HTMLAttributes<RankTableElement>,
|
|
891
|
+
RankTableElement
|
|
892
|
+
> &
|
|
893
|
+
RankTableProps & {
|
|
894
|
+
onSortUpdate?: (
|
|
895
|
+
event: CustomEvent<{
|
|
896
|
+
sort: string;
|
|
897
|
+
order: string | number;
|
|
898
|
+
}>
|
|
899
|
+
) => void;
|
|
900
|
+
};
|
|
901
|
+
"presentational-bricks.single-field-edit": DetailedHTMLProps<
|
|
902
|
+
HTMLAttributes<SingleFieldEditElement>,
|
|
903
|
+
SingleFieldEditElement
|
|
904
|
+
> &
|
|
905
|
+
SingleFieldEditProps & {
|
|
906
|
+
onSingleFieldEditOk?: (event: CustomEvent<any>) => void;
|
|
907
|
+
onSingleFieldEditCancel?: (event: CustomEvent<any>) => void;
|
|
908
|
+
};
|
|
909
|
+
"presentational-bricks.statistic-card": DetailedHTMLProps<
|
|
910
|
+
HTMLAttributes<StatisticCardElement>,
|
|
911
|
+
StatisticCardElement
|
|
912
|
+
> &
|
|
913
|
+
StatisticCardProps;
|
|
914
|
+
"presentational-bricks.table-transfer": DetailedHTMLProps<
|
|
915
|
+
HTMLAttributes<TableTransferElement>,
|
|
916
|
+
TableTransferElement
|
|
917
|
+
> &
|
|
918
|
+
TableTransferProps & {
|
|
919
|
+
onTableTransferChange?: (event: CustomEvent<string[]>) => void;
|
|
920
|
+
onSortChange?: (event: CustomEvent<string[]>) => void;
|
|
921
|
+
onSearchChange?: (
|
|
922
|
+
event: CustomEvent<{
|
|
923
|
+
direction: "left" | "right";
|
|
924
|
+
value: any;
|
|
925
|
+
}>
|
|
926
|
+
) => void;
|
|
927
|
+
};
|
|
928
|
+
"presentational-bricks.template-breadcrumb": DetailedHTMLProps<
|
|
929
|
+
HTMLAttributes<TemplateBreadcrumbElement>,
|
|
930
|
+
TemplateBreadcrumbElement
|
|
931
|
+
> &
|
|
932
|
+
TemplateBreadcrumbProps;
|
|
933
|
+
"presentational-bricks.text-collapse": DetailedHTMLProps<
|
|
934
|
+
HTMLAttributes<TextCollapseElement>,
|
|
935
|
+
TextCollapseElement
|
|
936
|
+
> &
|
|
937
|
+
TextCollapseProps;
|
|
938
|
+
"presentational-bricks.tree-transfer": DetailedHTMLProps<
|
|
939
|
+
HTMLAttributes<TreeTransferElement>,
|
|
940
|
+
TreeTransferElement
|
|
941
|
+
> &
|
|
942
|
+
TreeTransferProps & {
|
|
943
|
+
onGeneralTransferChange?: (
|
|
944
|
+
event: CustomEvent<Array<DataNode["key"]>>
|
|
945
|
+
) => void;
|
|
946
|
+
};
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
}
|