@jay-framework/aiditor 0.20.0 → 0.21.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/index.client.d.ts +35 -9
- package/dist/index.client.js +2155 -1103
- package/dist/index.d.ts +8 -6
- package/dist/index.js +74 -25
- package/dist/pages/aiditor/page.css +73 -4
- package/dist/pages/aiditor/page.jay-html +340 -80
- package/dist/pages/aiditor/page.jay-html.d.ts +35 -9
- package/package.json +10 -10
|
@@ -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 {
|
|
@@ -201,7 +202,8 @@ export interface AttachmentChipOfVisualAnnotationRowOfPageViewState {
|
|
|
201
202
|
key: string,
|
|
202
203
|
name: string,
|
|
203
204
|
thumbUrl: string,
|
|
204
|
-
annotationId: string
|
|
205
|
+
annotationId: string,
|
|
206
|
+
numberLabel: string
|
|
205
207
|
}
|
|
206
208
|
|
|
207
209
|
export interface MarkerAddMenuChipOfVisualAnnotationRowOfPageViewState {
|
|
@@ -250,7 +252,8 @@ export interface AttachmentChipOfRecordingDraftUiOfPageViewState {
|
|
|
250
252
|
key: string,
|
|
251
253
|
name: string,
|
|
252
254
|
thumbUrl: string,
|
|
253
|
-
annotationId: string
|
|
255
|
+
annotationId: string,
|
|
256
|
+
numberLabel: string
|
|
254
257
|
}
|
|
255
258
|
|
|
256
259
|
export interface RecordingDraftUiOfPageViewState {
|
|
@@ -268,7 +271,8 @@ export interface RecordingDraftAttachmentChipOfPageViewState {
|
|
|
268
271
|
key: string,
|
|
269
272
|
name: string,
|
|
270
273
|
thumbUrl: string,
|
|
271
|
-
annotationId: string
|
|
274
|
+
annotationId: string,
|
|
275
|
+
numberLabel: string
|
|
272
276
|
}
|
|
273
277
|
|
|
274
278
|
export interface VideoPointDisplayItemOfPageViewState {
|
|
@@ -295,7 +299,8 @@ export interface AttachmentChipOfVideoAnnotationRowOfPageViewState {
|
|
|
295
299
|
key: string,
|
|
296
300
|
name: string,
|
|
297
301
|
thumbUrl: string,
|
|
298
|
-
annotationId: string
|
|
302
|
+
annotationId: string,
|
|
303
|
+
numberLabel: string
|
|
299
304
|
}
|
|
300
305
|
|
|
301
306
|
export interface MarkerAddMenuChipOfVideoAnnotationRowOfPageViewState {
|
|
@@ -370,7 +375,8 @@ export interface AttachmentChipOfSnapshotAnnotationItemOfPageViewState {
|
|
|
370
375
|
key: string,
|
|
371
376
|
name: string,
|
|
372
377
|
thumbUrl: string,
|
|
373
|
-
annotationId: string
|
|
378
|
+
annotationId: string,
|
|
379
|
+
numberLabel: string
|
|
374
380
|
}
|
|
375
381
|
|
|
376
382
|
export interface MarkerAddMenuChipOfSnapshotAnnotationItemOfPageViewState {
|
|
@@ -617,6 +623,7 @@ export interface PageViewState {
|
|
|
617
623
|
showAssetMentionPanel: boolean,
|
|
618
624
|
assetMentionLeft: number,
|
|
619
625
|
assetMentionTop: number,
|
|
626
|
+
assetMentionOpensAbove: boolean,
|
|
620
627
|
assetMentionHeaderTitle: string,
|
|
621
628
|
showAssetMentionHeaderBack: boolean,
|
|
622
629
|
showAssetMentionSearchField: boolean,
|
|
@@ -626,6 +633,7 @@ export interface PageViewState {
|
|
|
626
633
|
toastMessage: string,
|
|
627
634
|
isPreviewMode: boolean,
|
|
628
635
|
previewUrlBar: string,
|
|
636
|
+
previewUrlBarOpenTabDisabled: boolean,
|
|
629
637
|
previewLoading: boolean,
|
|
630
638
|
previewError: string,
|
|
631
639
|
selectedPreviewPath: string,
|
|
@@ -802,12 +810,24 @@ export interface PageViewState {
|
|
|
802
810
|
briefFillContextNotes: string,
|
|
803
811
|
briefFillPopoverError: string,
|
|
804
812
|
showBriefFillPopoverError: boolean,
|
|
805
|
-
|
|
813
|
+
briefFillContentDisabled: boolean,
|
|
814
|
+
briefFillDesignDisabled: boolean,
|
|
806
815
|
briefFillInputDisabled: boolean,
|
|
807
816
|
briefFillDropzoneClass: string,
|
|
808
817
|
addPageBriefFillGenerateDisabled: boolean,
|
|
809
|
-
|
|
810
|
-
|
|
818
|
+
contentTabGeneratingHint: string,
|
|
819
|
+
designTabGeneratingHint: string,
|
|
820
|
+
showContentTabGeneratingHint: boolean,
|
|
821
|
+
showDesignTabGeneratingHint: boolean,
|
|
822
|
+
contentGenError: string,
|
|
823
|
+
designGenError: string,
|
|
824
|
+
showContentTabGenError: boolean,
|
|
825
|
+
showDesignTabGenError: boolean,
|
|
826
|
+
addPageContentMdDisabled: boolean,
|
|
827
|
+
addPageDesignMdDisabled: boolean,
|
|
828
|
+
addPageReferencesDisabled: boolean,
|
|
829
|
+
addPageReferencesDropzoneClass: string,
|
|
830
|
+
showAddPageDiscardConfirm: boolean,
|
|
811
831
|
showBriefFillThumbnails: boolean,
|
|
812
832
|
addPageBriefFillThumbRows: Array<AddPageBriefFillThumbRowOfPageViewState>,
|
|
813
833
|
showSuggestedRouteBanner: boolean,
|
|
@@ -835,6 +855,7 @@ export interface PageElementRefs {
|
|
|
835
855
|
stageResizeLeft: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
836
856
|
stageResizeRight: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
837
857
|
harmonyAssetsBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
858
|
+
previewUrlBarOpenTabBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
838
859
|
breakpointDesktopBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
839
860
|
breakpointTabletBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
840
861
|
breakpointMobileBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
@@ -882,8 +903,10 @@ export interface PageElementRefs {
|
|
|
882
903
|
addPageSuggestedRouteApplyBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
883
904
|
addPageSuggestedRouteDismissBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
884
905
|
addPageContentMd: HTMLElementProxy<PageViewState, HTMLTextAreaElement>,
|
|
906
|
+
addPageBriefFillStopContentBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
885
907
|
addPageFillContentFromImageBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
886
908
|
addPageDesignMd: HTMLElementProxy<PageViewState, HTMLTextAreaElement>,
|
|
909
|
+
addPageBriefFillStopDesignBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
887
910
|
addPageFillDesignFromImageBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
888
911
|
addPageAttachReferenceBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
889
912
|
addPageReferenceDrop: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
@@ -899,6 +922,9 @@ export interface PageElementRefs {
|
|
|
899
922
|
addPageBriefFillCancelBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
900
923
|
addPageBriefFillGenerateBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
901
924
|
addPageBriefFillPopover: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
925
|
+
addPageDiscardDismissBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
926
|
+
addPageDiscardConfirmBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
|
927
|
+
addPageDiscardConfirmOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
902
928
|
addPageSlideover: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
903
929
|
addPageOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
|
|
904
930
|
pageInfoInspectorBackBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/aiditor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.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,21 @@
|
|
|
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/reactive": "^0.
|
|
82
|
-
"@jay-framework/stack-client-runtime": "^0.
|
|
83
|
-
"@jay-framework/stack-server-runtime": "^0.
|
|
77
|
+
"@jay-framework/compiler-jay-html": "^0.21.0",
|
|
78
|
+
"@jay-framework/compiler-shared": "^0.21.0",
|
|
79
|
+
"@jay-framework/component": "^0.21.0",
|
|
80
|
+
"@jay-framework/fullstack-component": "^0.21.0",
|
|
81
|
+
"@jay-framework/reactive": "^0.21.0",
|
|
82
|
+
"@jay-framework/stack-client-runtime": "^0.21.0",
|
|
83
|
+
"@jay-framework/stack-server-runtime": "^0.21.0",
|
|
84
84
|
"busboy": "^1.6.0",
|
|
85
85
|
"html2canvas": "^1.4.1",
|
|
86
86
|
"js-yaml": "^4.1.0",
|
|
87
87
|
"zod": "^4.3.6"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@jay-framework/compiler-jay-stack": "^0.
|
|
91
|
-
"@jay-framework/jay-cli": "^0.
|
|
90
|
+
"@jay-framework/compiler-jay-stack": "^0.21.0",
|
|
91
|
+
"@jay-framework/jay-cli": "^0.21.0",
|
|
92
92
|
"@types/busboy": "^1",
|
|
93
93
|
"nodemon": "^3.0.3",
|
|
94
94
|
"rimraf": "^5.0.5",
|