@jay-framework/aiditor 0.21.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.
@@ -67,7 +67,7 @@ interface AddMenuPickerSubCategoryFilterRowOfPageViewState {
67
67
  cssClass: string
68
68
  }
69
69
 
70
- interface AddMenuPickerBrowseRowOfPageViewState {
70
+ interface StripCellOfAddMenuPickerBrowseBlockOfPageViewState {
71
71
  rowKey: string,
72
72
  isSectionHeader: boolean,
73
73
  label: string,
@@ -77,11 +77,111 @@ interface AddMenuPickerBrowseRowOfPageViewState {
77
77
  showBrowseOnly: boolean,
78
78
  isItemSelected: boolean,
79
79
  cardCssClass: string,
80
+ showImage: boolean,
81
+ showGif: boolean,
82
+ showHtmlFragment: boolean,
83
+ imageUrl: string,
84
+ gifUrl: string,
85
+ posterUrl: string,
86
+ previewHtml: string,
87
+ showGifAutoplay: boolean,
88
+ showGifPoster: boolean,
89
+ showGifReducedInfoIcon: boolean,
80
90
  showThumbnail: boolean,
81
91
  showInfoIcon: boolean,
82
92
  thumbnailUrl: string,
83
93
  isAnimatedThumbnail: boolean,
84
- thumbCssClass: string
94
+ thumbCssClass: string,
95
+ browseSize: string
96
+ }
97
+
98
+ interface QuadRowOfBandSlotOfAddMenuPickerBrowseBlockOfPageViewState {
99
+ rowKey: string,
100
+ label: string,
101
+ itemId: string,
102
+ isPickable: boolean,
103
+ showPickable: boolean,
104
+ isItemSelected: boolean,
105
+ cardCssClass: string,
106
+ showImage: boolean,
107
+ showGif: boolean,
108
+ showHtmlFragment: boolean,
109
+ imageUrl: string,
110
+ gifUrl: string,
111
+ posterUrl: string,
112
+ previewHtml: string,
113
+ showGifAutoplay: boolean,
114
+ showGifPoster: boolean,
115
+ showGifReducedInfoIcon: boolean,
116
+ showThumbnail: boolean,
117
+ showInfoIcon: boolean,
118
+ thumbnailUrl: string,
119
+ isAnimatedThumbnail: boolean,
120
+ thumbCssClass: string,
121
+ browseSize: string
122
+ }
123
+
124
+ interface BandSlotOfAddMenuPickerBrowseBlockOfPageViewState {
125
+ slotKey: string,
126
+ slotKind: string,
127
+ slotCssClass: string,
128
+ showMediumSlot: boolean,
129
+ showLargeSlot: boolean,
130
+ showSmallQuad: boolean,
131
+ rowKey: string,
132
+ label: string,
133
+ itemId: string,
134
+ isPickable: boolean,
135
+ showPickable: boolean,
136
+ isItemSelected: boolean,
137
+ cardCssClass: string,
138
+ showImage: boolean,
139
+ showGif: boolean,
140
+ showHtmlFragment: boolean,
141
+ imageUrl: string,
142
+ gifUrl: string,
143
+ posterUrl: string,
144
+ previewHtml: string,
145
+ showGifAutoplay: boolean,
146
+ showGifPoster: boolean,
147
+ showGifReducedInfoIcon: boolean,
148
+ showThumbnail: boolean,
149
+ showInfoIcon: boolean,
150
+ thumbnailUrl: string,
151
+ isAnimatedThumbnail: boolean,
152
+ thumbCssClass: string,
153
+ browseSize: string,
154
+ quadRows: Array<QuadRowOfBandSlotOfAddMenuPickerBrowseBlockOfPageViewState>
155
+ }
156
+
157
+ interface AddMenuPickerBrowseBlockOfPageViewState {
158
+ blockKey: string,
159
+ kind: string,
160
+ showSectionHeader: boolean,
161
+ showBand: boolean,
162
+ sectionLabel: string,
163
+ bandKind: string,
164
+ bandCssClass: string,
165
+ showSmallStrip: boolean,
166
+ showMediumBand: boolean,
167
+ stripCells: Array<StripCellOfAddMenuPickerBrowseBlockOfPageViewState>,
168
+ bandSlots: Array<BandSlotOfAddMenuPickerBrowseBlockOfPageViewState>
169
+ }
170
+
171
+ interface AddMenuPickerBrowseBreadcrumbSegmentOfPageViewState {
172
+ segmentKey: string,
173
+ navKey: string,
174
+ label: string,
175
+ isLast: boolean
176
+ }
177
+
178
+ interface AddMenuPickerBrowseFolderRowOfPageViewState {
179
+ rowKey: string,
180
+ navKey: string,
181
+ segment: string,
182
+ label: string,
183
+ itemCountLabel: string,
184
+ totalItemCount: number
85
185
  }
86
186
 
87
187
  interface PageInfoComponentRowOfPageViewState {
@@ -148,7 +248,7 @@ interface AddMenuDockSubCategoryFilterRowOfPageViewState {
148
248
  cssClass: string
149
249
  }
150
250
 
151
- interface AddMenuDockBrowseRowOfPageViewState {
251
+ interface StripCellOfAddMenuDockBrowseBlockOfPageViewState {
152
252
  rowKey: string,
153
253
  isSectionHeader: boolean,
154
254
  label: string,
@@ -158,11 +258,111 @@ interface AddMenuDockBrowseRowOfPageViewState {
158
258
  showBrowseOnly: boolean,
159
259
  isItemSelected: boolean,
160
260
  cardCssClass: string,
261
+ showImage: boolean,
262
+ showGif: boolean,
263
+ showHtmlFragment: boolean,
264
+ imageUrl: string,
265
+ gifUrl: string,
266
+ posterUrl: string,
267
+ previewHtml: string,
268
+ showGifAutoplay: boolean,
269
+ showGifPoster: boolean,
270
+ showGifReducedInfoIcon: boolean,
271
+ showThumbnail: boolean,
272
+ showInfoIcon: boolean,
273
+ thumbnailUrl: string,
274
+ isAnimatedThumbnail: boolean,
275
+ thumbCssClass: string,
276
+ browseSize: string
277
+ }
278
+
279
+ interface QuadRowOfBandSlotOfAddMenuDockBrowseBlockOfPageViewState {
280
+ rowKey: string,
281
+ label: string,
282
+ itemId: string,
283
+ isPickable: boolean,
284
+ showPickable: boolean,
285
+ isItemSelected: boolean,
286
+ cardCssClass: string,
287
+ showImage: boolean,
288
+ showGif: boolean,
289
+ showHtmlFragment: boolean,
290
+ imageUrl: string,
291
+ gifUrl: string,
292
+ posterUrl: string,
293
+ previewHtml: string,
294
+ showGifAutoplay: boolean,
295
+ showGifPoster: boolean,
296
+ showGifReducedInfoIcon: boolean,
161
297
  showThumbnail: boolean,
162
298
  showInfoIcon: boolean,
163
299
  thumbnailUrl: string,
164
300
  isAnimatedThumbnail: boolean,
165
- thumbCssClass: string
301
+ thumbCssClass: string,
302
+ browseSize: string
303
+ }
304
+
305
+ interface BandSlotOfAddMenuDockBrowseBlockOfPageViewState {
306
+ slotKey: string,
307
+ slotKind: string,
308
+ slotCssClass: string,
309
+ showMediumSlot: boolean,
310
+ showLargeSlot: boolean,
311
+ showSmallQuad: boolean,
312
+ rowKey: string,
313
+ label: string,
314
+ itemId: string,
315
+ isPickable: boolean,
316
+ showPickable: boolean,
317
+ isItemSelected: boolean,
318
+ cardCssClass: string,
319
+ showImage: boolean,
320
+ showGif: boolean,
321
+ showHtmlFragment: boolean,
322
+ imageUrl: string,
323
+ gifUrl: string,
324
+ posterUrl: string,
325
+ previewHtml: string,
326
+ showGifAutoplay: boolean,
327
+ showGifPoster: boolean,
328
+ showGifReducedInfoIcon: boolean,
329
+ showThumbnail: boolean,
330
+ showInfoIcon: boolean,
331
+ thumbnailUrl: string,
332
+ isAnimatedThumbnail: boolean,
333
+ thumbCssClass: string,
334
+ browseSize: string,
335
+ quadRows: Array<QuadRowOfBandSlotOfAddMenuDockBrowseBlockOfPageViewState>
336
+ }
337
+
338
+ interface AddMenuDockBrowseBlockOfPageViewState {
339
+ blockKey: string,
340
+ kind: string,
341
+ showSectionHeader: boolean,
342
+ showBand: boolean,
343
+ sectionLabel: string,
344
+ bandKind: string,
345
+ bandCssClass: string,
346
+ showSmallStrip: boolean,
347
+ showMediumBand: boolean,
348
+ stripCells: Array<StripCellOfAddMenuDockBrowseBlockOfPageViewState>,
349
+ bandSlots: Array<BandSlotOfAddMenuDockBrowseBlockOfPageViewState>
350
+ }
351
+
352
+ interface AddMenuDockBrowseBreadcrumbSegmentOfPageViewState {
353
+ segmentKey: string,
354
+ navKey: string,
355
+ label: string,
356
+ isLast: boolean
357
+ }
358
+
359
+ interface AddMenuDockBrowseFolderRowOfPageViewState {
360
+ rowKey: string,
361
+ navKey: string,
362
+ segment: string,
363
+ label: string,
364
+ itemCountLabel: string,
365
+ totalItemCount: number
166
366
  }
167
367
 
168
368
  interface AssetMentionRowOfPageViewState {
@@ -553,7 +753,12 @@ interface PageViewState {
553
753
  addMenuPickerBrowseLayoutClass: string,
554
754
  addMenuPickerLeftNavRows: Array<AddMenuPickerLeftNavRowOfPageViewState>,
555
755
  addMenuPickerSubCategoryFilterRows: Array<AddMenuPickerSubCategoryFilterRowOfPageViewState>,
556
- addMenuPickerBrowseRows: Array<AddMenuPickerBrowseRowOfPageViewState>,
756
+ addMenuPickerBrowseBlocks: Array<AddMenuPickerBrowseBlockOfPageViewState>,
757
+ showAddMenuPickerBreadcrumb: boolean,
758
+ showAddMenuPickerFolderGrid: boolean,
759
+ showAddMenuPickerEmptyFolder: boolean,
760
+ addMenuPickerBrowseBreadcrumbSegments: Array<AddMenuPickerBrowseBreadcrumbSegmentOfPageViewState>,
761
+ addMenuPickerBrowseFolderRows: Array<AddMenuPickerBrowseFolderRowOfPageViewState>,
557
762
  showPageInfoPanel: boolean,
558
763
  pageInfoPanelLeft: number,
559
764
  pageInfoPanelTop: number,
@@ -618,7 +823,12 @@ interface PageViewState {
618
823
  addMenuDockLoadMoreLabel: string,
619
824
  addMenuDockLeftNavRows: Array<AddMenuDockLeftNavRowOfPageViewState>,
620
825
  addMenuDockSubCategoryFilterRows: Array<AddMenuDockSubCategoryFilterRowOfPageViewState>,
621
- addMenuDockBrowseRows: Array<AddMenuDockBrowseRowOfPageViewState>,
826
+ addMenuDockBrowseBlocks: Array<AddMenuDockBrowseBlockOfPageViewState>,
827
+ showAddMenuDockBreadcrumb: boolean,
828
+ showAddMenuDockFolderGrid: boolean,
829
+ showAddMenuDockEmptyFolder: boolean,
830
+ addMenuDockBrowseBreadcrumbSegments: Array<AddMenuDockBrowseBreadcrumbSegmentOfPageViewState>,
831
+ addMenuDockBrowseFolderRows: Array<AddMenuDockBrowseFolderRowOfPageViewState>,
622
832
  showAddMenuDockSearchMode: boolean,
623
833
  addMenuDockSearchSummary: string,
624
834
  showAssetMentionPanel: boolean,
@@ -946,6 +1156,7 @@ interface PageElementRefs {
946
1156
  addMenuDockCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
947
1157
  addMenuDockHeader: HTMLElementProxy<PageViewState, HTMLDivElement>,
948
1158
  addMenuDockSearchInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
1159
+ addMenuDockBrowseContent: HTMLElementProxy<PageViewState, HTMLDivElement>,
949
1160
  addMenuDockPanel: HTMLElementProxy<PageViewState, HTMLDivElement>,
950
1161
  assetMentionHeaderBack: HTMLElementProxy<PageViewState, HTMLButtonElement>,
951
1162
  assetMentionHeaderSearchInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
@@ -959,15 +1170,16 @@ interface PageElementRefs {
959
1170
  addMenuPickerCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
960
1171
  addMenuPickerSearchInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
961
1172
  addMenuPickerSubCategoryFilters: HTMLElementProxy<PageViewState, HTMLDivElement>,
1173
+ addMenuPickerBrowseContent: HTMLElementProxy<PageViewState, HTMLDivElement>,
962
1174
  addMenuPickerDialog: HTMLElementProxy<PageViewState, HTMLDivElement>,
963
1175
  addMenuPickerOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
964
1176
  addMenuPickerDismissConfirmOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
965
1177
  filePreviewCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
966
1178
  filePreviewBackdrop: HTMLElementProxy<PageViewState, HTMLDivElement>,
967
1179
  videoReviewCloseBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
1180
+ videoReviewAttachFileInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
968
1181
  videoModalToolPointBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
969
1182
  videoModalToolAreaBtn: HTMLElementProxy<PageViewState, HTMLButtonElement>,
970
- videoReviewAttachFileInput: HTMLElementProxy<PageViewState, HTMLInputElement>,
971
1183
  videoReviewPlayer: HTMLElementProxy<PageViewState, HTMLVideoElement>,
972
1184
  videoReviewOverlay: HTMLElementProxy<PageViewState, HTMLDivElement>,
973
1185
  videoReviewCaptureRoot: HTMLElementProxy<PageViewState, HTMLDivElement>,