@jay-framework/aiditor 0.20.0 → 0.22.0
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/actions/cancel-agent-task.jay-action +1 -0
- package/dist/actions/cancel-agent-task.jay-action.d.ts +1 -0
- package/dist/agent-kit-template/plugin/aiditor-add-menu.md +470 -63
- package/dist/index.client.d.ts +254 -16
- package/dist/index.client.js +3323 -1359
- package/dist/index.d.ts +29 -29
- package/dist/index.js +180 -162
- package/dist/pages/aiditor/page.css +127 -22
- package/dist/pages/aiditor/page.jay-html +853 -171
- package/dist/pages/aiditor/page.jay-html.d.ts +254 -16
- package/package.json +11 -10
- package/plugin.yaml +2 -3
|
@@ -22,7 +22,8 @@ export interface FilteredPageRouteRowOfPageViewState {
|
|
|
22
22
|
label: string,
|
|
23
23
|
isSelected: boolean,
|
|
24
24
|
checkGlyph: string,
|
|
25
|
-
cssClass: string
|
|
25
|
+
cssClass: string,
|
|
26
|
+
rowCssClass: string
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
export interface InstanceSwitcherRowOfPageViewState {
|
|
@@ -65,7 +66,7 @@ export interface AddMenuPickerSubCategoryFilterRowOfPageViewState {
|
|
|
65
66
|
cssClass: string
|
|
66
67
|
}
|
|
67
68
|
|
|
68
|
-
export interface
|
|
69
|
+
export interface StripCellOfAddMenuPickerBrowseBlockOfPageViewState {
|
|
69
70
|
rowKey: string,
|
|
70
71
|
isSectionHeader: boolean,
|
|
71
72
|
label: string,
|
|
@@ -75,11 +76,111 @@ export interface AddMenuPickerBrowseRowOfPageViewState {
|
|
|
75
76
|
showBrowseOnly: boolean,
|
|
76
77
|
isItemSelected: boolean,
|
|
77
78
|
cardCssClass: string,
|
|
79
|
+
showImage: boolean,
|
|
80
|
+
showGif: boolean,
|
|
81
|
+
showHtmlFragment: boolean,
|
|
82
|
+
imageUrl: string,
|
|
83
|
+
gifUrl: string,
|
|
84
|
+
posterUrl: string,
|
|
85
|
+
previewHtml: string,
|
|
86
|
+
showGifAutoplay: boolean,
|
|
87
|
+
showGifPoster: boolean,
|
|
88
|
+
showGifReducedInfoIcon: boolean,
|
|
89
|
+
showThumbnail: boolean,
|
|
90
|
+
showInfoIcon: boolean,
|
|
91
|
+
thumbnailUrl: string,
|
|
92
|
+
isAnimatedThumbnail: boolean,
|
|
93
|
+
thumbCssClass: string,
|
|
94
|
+
browseSize: string
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface QuadRowOfBandSlotOfAddMenuPickerBrowseBlockOfPageViewState {
|
|
98
|
+
rowKey: string,
|
|
99
|
+
label: string,
|
|
100
|
+
itemId: string,
|
|
101
|
+
isPickable: boolean,
|
|
102
|
+
showPickable: boolean,
|
|
103
|
+
isItemSelected: boolean,
|
|
104
|
+
cardCssClass: string,
|
|
105
|
+
showImage: boolean,
|
|
106
|
+
showGif: boolean,
|
|
107
|
+
showHtmlFragment: boolean,
|
|
108
|
+
imageUrl: string,
|
|
109
|
+
gifUrl: string,
|
|
110
|
+
posterUrl: string,
|
|
111
|
+
previewHtml: string,
|
|
112
|
+
showGifAutoplay: boolean,
|
|
113
|
+
showGifPoster: boolean,
|
|
114
|
+
showGifReducedInfoIcon: boolean,
|
|
115
|
+
showThumbnail: boolean,
|
|
116
|
+
showInfoIcon: boolean,
|
|
117
|
+
thumbnailUrl: string,
|
|
118
|
+
isAnimatedThumbnail: boolean,
|
|
119
|
+
thumbCssClass: string,
|
|
120
|
+
browseSize: string
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export interface BandSlotOfAddMenuPickerBrowseBlockOfPageViewState {
|
|
124
|
+
slotKey: string,
|
|
125
|
+
slotKind: string,
|
|
126
|
+
slotCssClass: string,
|
|
127
|
+
showMediumSlot: boolean,
|
|
128
|
+
showLargeSlot: boolean,
|
|
129
|
+
showSmallQuad: boolean,
|
|
130
|
+
rowKey: string,
|
|
131
|
+
label: string,
|
|
132
|
+
itemId: string,
|
|
133
|
+
isPickable: boolean,
|
|
134
|
+
showPickable: boolean,
|
|
135
|
+
isItemSelected: boolean,
|
|
136
|
+
cardCssClass: string,
|
|
137
|
+
showImage: boolean,
|
|
138
|
+
showGif: boolean,
|
|
139
|
+
showHtmlFragment: boolean,
|
|
140
|
+
imageUrl: string,
|
|
141
|
+
gifUrl: string,
|
|
142
|
+
posterUrl: string,
|
|
143
|
+
previewHtml: string,
|
|
144
|
+
showGifAutoplay: boolean,
|
|
145
|
+
showGifPoster: boolean,
|
|
146
|
+
showGifReducedInfoIcon: boolean,
|
|
78
147
|
showThumbnail: boolean,
|
|
79
148
|
showInfoIcon: boolean,
|
|
80
149
|
thumbnailUrl: string,
|
|
81
150
|
isAnimatedThumbnail: boolean,
|
|
82
|
-
thumbCssClass: string
|
|
151
|
+
thumbCssClass: string,
|
|
152
|
+
browseSize: string,
|
|
153
|
+
quadRows: Array<QuadRowOfBandSlotOfAddMenuPickerBrowseBlockOfPageViewState>
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface AddMenuPickerBrowseBlockOfPageViewState {
|
|
157
|
+
blockKey: string,
|
|
158
|
+
kind: string,
|
|
159
|
+
showSectionHeader: boolean,
|
|
160
|
+
showBand: boolean,
|
|
161
|
+
sectionLabel: string,
|
|
162
|
+
bandKind: string,
|
|
163
|
+
bandCssClass: string,
|
|
164
|
+
showSmallStrip: boolean,
|
|
165
|
+
showMediumBand: boolean,
|
|
166
|
+
stripCells: Array<StripCellOfAddMenuPickerBrowseBlockOfPageViewState>,
|
|
167
|
+
bandSlots: Array<BandSlotOfAddMenuPickerBrowseBlockOfPageViewState>
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface AddMenuPickerBrowseBreadcrumbSegmentOfPageViewState {
|
|
171
|
+
segmentKey: string,
|
|
172
|
+
navKey: string,
|
|
173
|
+
label: string,
|
|
174
|
+
isLast: boolean
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface AddMenuPickerBrowseFolderRowOfPageViewState {
|
|
178
|
+
rowKey: string,
|
|
179
|
+
navKey: string,
|
|
180
|
+
segment: string,
|
|
181
|
+
label: string,
|
|
182
|
+
itemCountLabel: string,
|
|
183
|
+
totalItemCount: number
|
|
83
184
|
}
|
|
84
185
|
|
|
85
186
|
export interface PageInfoComponentRowOfPageViewState {
|
|
@@ -146,7 +247,7 @@ export interface AddMenuDockSubCategoryFilterRowOfPageViewState {
|
|
|
146
247
|
cssClass: string
|
|
147
248
|
}
|
|
148
249
|
|
|
149
|
-
export interface
|
|
250
|
+
export interface StripCellOfAddMenuDockBrowseBlockOfPageViewState {
|
|
150
251
|
rowKey: string,
|
|
151
252
|
isSectionHeader: boolean,
|
|
152
253
|
label: string,
|
|
@@ -156,11 +257,111 @@ export interface AddMenuDockBrowseRowOfPageViewState {
|
|
|
156
257
|
showBrowseOnly: boolean,
|
|
157
258
|
isItemSelected: boolean,
|
|
158
259
|
cardCssClass: string,
|
|
260
|
+
showImage: boolean,
|
|
261
|
+
showGif: boolean,
|
|
262
|
+
showHtmlFragment: boolean,
|
|
263
|
+
imageUrl: string,
|
|
264
|
+
gifUrl: string,
|
|
265
|
+
posterUrl: string,
|
|
266
|
+
previewHtml: string,
|
|
267
|
+
showGifAutoplay: boolean,
|
|
268
|
+
showGifPoster: boolean,
|
|
269
|
+
showGifReducedInfoIcon: boolean,
|
|
159
270
|
showThumbnail: boolean,
|
|
160
271
|
showInfoIcon: boolean,
|
|
161
272
|
thumbnailUrl: string,
|
|
162
273
|
isAnimatedThumbnail: boolean,
|
|
163
|
-
thumbCssClass: string
|
|
274
|
+
thumbCssClass: string,
|
|
275
|
+
browseSize: string
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
export interface QuadRowOfBandSlotOfAddMenuDockBrowseBlockOfPageViewState {
|
|
279
|
+
rowKey: string,
|
|
280
|
+
label: string,
|
|
281
|
+
itemId: string,
|
|
282
|
+
isPickable: boolean,
|
|
283
|
+
showPickable: boolean,
|
|
284
|
+
isItemSelected: boolean,
|
|
285
|
+
cardCssClass: string,
|
|
286
|
+
showImage: boolean,
|
|
287
|
+
showGif: boolean,
|
|
288
|
+
showHtmlFragment: boolean,
|
|
289
|
+
imageUrl: string,
|
|
290
|
+
gifUrl: string,
|
|
291
|
+
posterUrl: string,
|
|
292
|
+
previewHtml: string,
|
|
293
|
+
showGifAutoplay: boolean,
|
|
294
|
+
showGifPoster: boolean,
|
|
295
|
+
showGifReducedInfoIcon: boolean,
|
|
296
|
+
showThumbnail: boolean,
|
|
297
|
+
showInfoIcon: boolean,
|
|
298
|
+
thumbnailUrl: string,
|
|
299
|
+
isAnimatedThumbnail: boolean,
|
|
300
|
+
thumbCssClass: string,
|
|
301
|
+
browseSize: string
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export interface BandSlotOfAddMenuDockBrowseBlockOfPageViewState {
|
|
305
|
+
slotKey: string,
|
|
306
|
+
slotKind: string,
|
|
307
|
+
slotCssClass: string,
|
|
308
|
+
showMediumSlot: boolean,
|
|
309
|
+
showLargeSlot: boolean,
|
|
310
|
+
showSmallQuad: boolean,
|
|
311
|
+
rowKey: string,
|
|
312
|
+
label: string,
|
|
313
|
+
itemId: string,
|
|
314
|
+
isPickable: boolean,
|
|
315
|
+
showPickable: boolean,
|
|
316
|
+
isItemSelected: boolean,
|
|
317
|
+
cardCssClass: string,
|
|
318
|
+
showImage: boolean,
|
|
319
|
+
showGif: boolean,
|
|
320
|
+
showHtmlFragment: boolean,
|
|
321
|
+
imageUrl: string,
|
|
322
|
+
gifUrl: string,
|
|
323
|
+
posterUrl: string,
|
|
324
|
+
previewHtml: string,
|
|
325
|
+
showGifAutoplay: boolean,
|
|
326
|
+
showGifPoster: boolean,
|
|
327
|
+
showGifReducedInfoIcon: boolean,
|
|
328
|
+
showThumbnail: boolean,
|
|
329
|
+
showInfoIcon: boolean,
|
|
330
|
+
thumbnailUrl: string,
|
|
331
|
+
isAnimatedThumbnail: boolean,
|
|
332
|
+
thumbCssClass: string,
|
|
333
|
+
browseSize: string,
|
|
334
|
+
quadRows: Array<QuadRowOfBandSlotOfAddMenuDockBrowseBlockOfPageViewState>
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export interface AddMenuDockBrowseBlockOfPageViewState {
|
|
338
|
+
blockKey: string,
|
|
339
|
+
kind: string,
|
|
340
|
+
showSectionHeader: boolean,
|
|
341
|
+
showBand: boolean,
|
|
342
|
+
sectionLabel: string,
|
|
343
|
+
bandKind: string,
|
|
344
|
+
bandCssClass: string,
|
|
345
|
+
showSmallStrip: boolean,
|
|
346
|
+
showMediumBand: boolean,
|
|
347
|
+
stripCells: Array<StripCellOfAddMenuDockBrowseBlockOfPageViewState>,
|
|
348
|
+
bandSlots: Array<BandSlotOfAddMenuDockBrowseBlockOfPageViewState>
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
export interface AddMenuDockBrowseBreadcrumbSegmentOfPageViewState {
|
|
352
|
+
segmentKey: string,
|
|
353
|
+
navKey: string,
|
|
354
|
+
label: string,
|
|
355
|
+
isLast: boolean
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export interface AddMenuDockBrowseFolderRowOfPageViewState {
|
|
359
|
+
rowKey: string,
|
|
360
|
+
navKey: string,
|
|
361
|
+
segment: string,
|
|
362
|
+
label: string,
|
|
363
|
+
itemCountLabel: string,
|
|
364
|
+
totalItemCount: number
|
|
164
365
|
}
|
|
165
366
|
|
|
166
367
|
export interface AssetMentionRowOfPageViewState {
|
|
@@ -201,7 +402,8 @@ export interface AttachmentChipOfVisualAnnotationRowOfPageViewState {
|
|
|
201
402
|
key: string,
|
|
202
403
|
name: string,
|
|
203
404
|
thumbUrl: string,
|
|
204
|
-
annotationId: string
|
|
405
|
+
annotationId: string,
|
|
406
|
+
numberLabel: string
|
|
205
407
|
}
|
|
206
408
|
|
|
207
409
|
export interface MarkerAddMenuChipOfVisualAnnotationRowOfPageViewState {
|
|
@@ -250,7 +452,8 @@ export interface AttachmentChipOfRecordingDraftUiOfPageViewState {
|
|
|
250
452
|
key: string,
|
|
251
453
|
name: string,
|
|
252
454
|
thumbUrl: string,
|
|
253
|
-
annotationId: string
|
|
455
|
+
annotationId: string,
|
|
456
|
+
numberLabel: string
|
|
254
457
|
}
|
|
255
458
|
|
|
256
459
|
export interface RecordingDraftUiOfPageViewState {
|
|
@@ -268,7 +471,8 @@ export interface RecordingDraftAttachmentChipOfPageViewState {
|
|
|
268
471
|
key: string,
|
|
269
472
|
name: string,
|
|
270
473
|
thumbUrl: string,
|
|
271
|
-
annotationId: string
|
|
474
|
+
annotationId: string,
|
|
475
|
+
numberLabel: string
|
|
272
476
|
}
|
|
273
477
|
|
|
274
478
|
export interface VideoPointDisplayItemOfPageViewState {
|
|
@@ -295,7 +499,8 @@ export interface AttachmentChipOfVideoAnnotationRowOfPageViewState {
|
|
|
295
499
|
key: string,
|
|
296
500
|
name: string,
|
|
297
501
|
thumbUrl: string,
|
|
298
|
-
annotationId: string
|
|
502
|
+
annotationId: string,
|
|
503
|
+
numberLabel: string
|
|
299
504
|
}
|
|
300
505
|
|
|
301
506
|
export interface MarkerAddMenuChipOfVideoAnnotationRowOfPageViewState {
|
|
@@ -370,7 +575,8 @@ export interface AttachmentChipOfSnapshotAnnotationItemOfPageViewState {
|
|
|
370
575
|
key: string,
|
|
371
576
|
name: string,
|
|
372
577
|
thumbUrl: string,
|
|
373
|
-
annotationId: string
|
|
578
|
+
annotationId: string,
|
|
579
|
+
numberLabel: string
|
|
374
580
|
}
|
|
375
581
|
|
|
376
582
|
export interface MarkerAddMenuChipOfSnapshotAnnotationItemOfPageViewState {
|
|
@@ -546,7 +752,12 @@ export interface PageViewState {
|
|
|
546
752
|
addMenuPickerBrowseLayoutClass: string,
|
|
547
753
|
addMenuPickerLeftNavRows: Array<AddMenuPickerLeftNavRowOfPageViewState>,
|
|
548
754
|
addMenuPickerSubCategoryFilterRows: Array<AddMenuPickerSubCategoryFilterRowOfPageViewState>,
|
|
549
|
-
|
|
755
|
+
addMenuPickerBrowseBlocks: Array<AddMenuPickerBrowseBlockOfPageViewState>,
|
|
756
|
+
showAddMenuPickerBreadcrumb: boolean,
|
|
757
|
+
showAddMenuPickerFolderGrid: boolean,
|
|
758
|
+
showAddMenuPickerEmptyFolder: boolean,
|
|
759
|
+
addMenuPickerBrowseBreadcrumbSegments: Array<AddMenuPickerBrowseBreadcrumbSegmentOfPageViewState>,
|
|
760
|
+
addMenuPickerBrowseFolderRows: Array<AddMenuPickerBrowseFolderRowOfPageViewState>,
|
|
550
761
|
showPageInfoPanel: boolean,
|
|
551
762
|
pageInfoPanelLeft: number,
|
|
552
763
|
pageInfoPanelTop: number,
|
|
@@ -611,12 +822,18 @@ export interface PageViewState {
|
|
|
611
822
|
addMenuDockLoadMoreLabel: string,
|
|
612
823
|
addMenuDockLeftNavRows: Array<AddMenuDockLeftNavRowOfPageViewState>,
|
|
613
824
|
addMenuDockSubCategoryFilterRows: Array<AddMenuDockSubCategoryFilterRowOfPageViewState>,
|
|
614
|
-
|
|
825
|
+
addMenuDockBrowseBlocks: Array<AddMenuDockBrowseBlockOfPageViewState>,
|
|
826
|
+
showAddMenuDockBreadcrumb: boolean,
|
|
827
|
+
showAddMenuDockFolderGrid: boolean,
|
|
828
|
+
showAddMenuDockEmptyFolder: boolean,
|
|
829
|
+
addMenuDockBrowseBreadcrumbSegments: Array<AddMenuDockBrowseBreadcrumbSegmentOfPageViewState>,
|
|
830
|
+
addMenuDockBrowseFolderRows: Array<AddMenuDockBrowseFolderRowOfPageViewState>,
|
|
615
831
|
showAddMenuDockSearchMode: boolean,
|
|
616
832
|
addMenuDockSearchSummary: string,
|
|
617
833
|
showAssetMentionPanel: boolean,
|
|
618
834
|
assetMentionLeft: number,
|
|
619
835
|
assetMentionTop: number,
|
|
836
|
+
assetMentionOpensAbove: boolean,
|
|
620
837
|
assetMentionHeaderTitle: string,
|
|
621
838
|
showAssetMentionHeaderBack: boolean,
|
|
622
839
|
showAssetMentionSearchField: boolean,
|
|
@@ -626,6 +843,7 @@ export interface PageViewState {
|
|
|
626
843
|
toastMessage: string,
|
|
627
844
|
isPreviewMode: boolean,
|
|
628
845
|
previewUrlBar: string,
|
|
846
|
+
previewUrlBarOpenTabDisabled: boolean,
|
|
629
847
|
previewLoading: boolean,
|
|
630
848
|
previewError: string,
|
|
631
849
|
selectedPreviewPath: string,
|
|
@@ -802,12 +1020,24 @@ export interface PageViewState {
|
|
|
802
1020
|
briefFillContextNotes: string,
|
|
803
1021
|
briefFillPopoverError: string,
|
|
804
1022
|
showBriefFillPopoverError: boolean,
|
|
805
|
-
|
|
1023
|
+
briefFillContentDisabled: boolean,
|
|
1024
|
+
briefFillDesignDisabled: boolean,
|
|
806
1025
|
briefFillInputDisabled: boolean,
|
|
807
1026
|
briefFillDropzoneClass: string,
|
|
808
1027
|
addPageBriefFillGenerateDisabled: boolean,
|
|
809
|
-
|
|
810
|
-
|
|
1028
|
+
contentTabGeneratingHint: string,
|
|
1029
|
+
designTabGeneratingHint: string,
|
|
1030
|
+
showContentTabGeneratingHint: boolean,
|
|
1031
|
+
showDesignTabGeneratingHint: boolean,
|
|
1032
|
+
contentGenError: string,
|
|
1033
|
+
designGenError: string,
|
|
1034
|
+
showContentTabGenError: boolean,
|
|
1035
|
+
showDesignTabGenError: boolean,
|
|
1036
|
+
addPageContentMdDisabled: boolean,
|
|
1037
|
+
addPageDesignMdDisabled: boolean,
|
|
1038
|
+
addPageReferencesDisabled: boolean,
|
|
1039
|
+
addPageReferencesDropzoneClass: string,
|
|
1040
|
+
showAddPageDiscardConfirm: boolean,
|
|
811
1041
|
showBriefFillThumbnails: boolean,
|
|
812
1042
|
addPageBriefFillThumbRows: Array<AddPageBriefFillThumbRowOfPageViewState>,
|
|
813
1043
|
showSuggestedRouteBanner: boolean,
|
|
@@ -835,6 +1065,7 @@ export interface PageElementRefs {
|
|
|
835
1065
|
stageResizeLeft: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
836
1066
|
stageResizeRight: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
837
1067
|
harmonyAssetsBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
1068
|
+
previewUrlBarOpenTabBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
838
1069
|
breakpointDesktopBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
839
1070
|
breakpointTabletBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
840
1071
|
breakpointMobileBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
@@ -882,8 +1113,10 @@ export interface PageElementRefs {
|
|
|
882
1113
|
addPageSuggestedRouteApplyBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
883
1114
|
addPageSuggestedRouteDismissBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
884
1115
|
addPageContentMd: HTMLElementProxy<PageViewState, HTMLTextAreaElement>,
|
|
1116
|
+
addPageBriefFillStopContentBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
885
1117
|
addPageFillContentFromImageBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
886
1118
|
addPageDesignMd: HTMLElementProxy<PageViewState, HTMLTextAreaElement>,
|
|
1119
|
+
addPageBriefFillStopDesignBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
887
1120
|
addPageFillDesignFromImageBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
888
1121
|
addPageAttachReferenceBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
889
1122
|
addPageReferenceDrop: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
@@ -899,6 +1132,9 @@ export interface PageElementRefs {
|
|
|
899
1132
|
addPageBriefFillCancelBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
900
1133
|
addPageBriefFillGenerateBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
901
1134
|
addPageBriefFillPopover: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
1135
|
+
addPageDiscardDismissBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
1136
|
+
addPageDiscardConfirmBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
1137
|
+
addPageDiscardConfirmOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
902
1138
|
addPageSlideover: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
903
1139
|
addPageOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
904
1140
|
pageInfoInspectorBackBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
@@ -919,6 +1155,7 @@ export interface PageElementRefs {
|
|
|
919
1155
|
addMenuDockCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
920
1156
|
addMenuDockHeader: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
921
1157
|
addMenuDockSearchInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
|
|
1158
|
+
addMenuDockBrowseContent: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
922
1159
|
addMenuDockPanel: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
923
1160
|
assetMentionHeaderBack: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
924
1161
|
assetMentionHeaderSearchInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
|
|
@@ -932,15 +1169,16 @@ export interface PageElementRefs {
|
|
|
932
1169
|
addMenuPickerCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
933
1170
|
addMenuPickerSearchInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
|
|
934
1171
|
addMenuPickerSubCategoryFilters: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
1172
|
+
addMenuPickerBrowseContent: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
935
1173
|
addMenuPickerDialog: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
936
1174
|
addMenuPickerOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
937
1175
|
addMenuPickerDismissConfirmOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
938
1176
|
filePreviewCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
939
1177
|
filePreviewBackdrop: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
940
1178
|
videoReviewCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
1179
|
+
videoReviewAttachFileInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
|
|
941
1180
|
videoModalToolPointBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
942
1181
|
videoModalToolAreaBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
943
|
-
videoReviewAttachFileInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
|
|
944
1182
|
videoReviewPlayer: HTMLElementProxy<PageViewState, HTMLVideoElement>,
|
|
945
1183
|
videoReviewOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
946
1184
|
videoReviewCaptureRoot: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/aiditor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AIditor — visual AI-driven code editor plugin for Jay Framework",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -74,21 +74,22 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@anthropic-ai/claude-agent-sdk": "0.2.119",
|
|
77
|
-
"@jay-framework/compiler-jay-html": "^0.
|
|
78
|
-
"@jay-framework/compiler-shared": "^0.
|
|
79
|
-
"@jay-framework/component": "^0.
|
|
80
|
-
"@jay-framework/fullstack-component": "^0.
|
|
81
|
-
"@jay-framework/
|
|
82
|
-
"@jay-framework/
|
|
83
|
-
"@jay-framework/stack-
|
|
77
|
+
"@jay-framework/compiler-jay-html": "^0.22.0",
|
|
78
|
+
"@jay-framework/compiler-shared": "^0.22.0",
|
|
79
|
+
"@jay-framework/component": "^0.22.0",
|
|
80
|
+
"@jay-framework/fullstack-component": "^0.22.0",
|
|
81
|
+
"@jay-framework/plugin-validator": "^0.22.0",
|
|
82
|
+
"@jay-framework/reactive": "^0.22.0",
|
|
83
|
+
"@jay-framework/stack-client-runtime": "^0.22.0",
|
|
84
|
+
"@jay-framework/stack-server-runtime": "^0.22.0",
|
|
84
85
|
"busboy": "^1.6.0",
|
|
85
86
|
"html2canvas": "^1.4.1",
|
|
86
87
|
"js-yaml": "^4.1.0",
|
|
87
88
|
"zod": "^4.3.6"
|
|
88
89
|
},
|
|
89
90
|
"devDependencies": {
|
|
90
|
-
"@jay-framework/compiler-jay-stack": "^0.
|
|
91
|
-
"@jay-framework/jay-cli": "^0.
|
|
91
|
+
"@jay-framework/compiler-jay-stack": "^0.22.0",
|
|
92
|
+
"@jay-framework/jay-cli": "^0.22.0",
|
|
92
93
|
"@types/busboy": "^1",
|
|
93
94
|
"nodemon": "^3.0.3",
|
|
94
95
|
"rimraf": "^5.0.5",
|
package/plugin.yaml
CHANGED
|
@@ -78,9 +78,8 @@ actions:
|
|
|
78
78
|
- name: runAiditorPublishAction
|
|
79
79
|
action: run-aiditor-publish.jay-action
|
|
80
80
|
|
|
81
|
-
setup:
|
|
82
|
-
|
|
83
|
-
description: Install AIditor Add Menu contributor guide into agent-kit/plugin/
|
|
81
|
+
setup: setupAiditor
|
|
82
|
+
description: Install AIditor Add Menu contributor guide into agent-kit/plugin/
|
|
84
83
|
|
|
85
84
|
routes:
|
|
86
85
|
- path: /aiditor
|