@next-bricks/ai-portal 0.28.2 → 0.28.4
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/bricks.json +20 -20
- package/dist/chunks/4820.d2d81591.js +2 -0
- package/dist/chunks/4820.d2d81591.js.map +1 -0
- package/dist/chunks/981.797494af.js +2 -0
- package/dist/chunks/981.797494af.js.map +1 -0
- package/dist/chunks/chat-history.d6faa19d.js.map +1 -1
- package/dist/chunks/elevo-sidebar.f02fd532.js.map +1 -1
- package/dist/chunks/{main.a70b98fa.js → main.87948978.js} +2 -2
- package/dist/chunks/{main.a70b98fa.js.map → main.87948978.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.02d1374e.js → index.acbbaa55.js} +2 -2
- package/dist/{index.02d1374e.js.map → index.acbbaa55.js.map} +1 -1
- package/dist/manifest.json +84 -84
- package/dist/types.json +201 -201
- package/dist-types/cruise-canvas/useLayout.d.ts +3 -3
- package/dist-types/shared/constants.d.ts +3 -3
- package/package.json +2 -2
- package/dist/chunks/4820.2a04a06c.js +0 -2
- package/dist/chunks/4820.2a04a06c.js.map +0 -1
- package/dist/chunks/981.11674fea.js +0 -2
- package/dist/chunks/981.11674fea.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -171,6 +171,11 @@
|
|
|
171
171
|
}
|
|
172
172
|
]
|
|
173
173
|
},
|
|
174
|
+
"ai-portal.home-container": {
|
|
175
|
+
"properties": [],
|
|
176
|
+
"events": [],
|
|
177
|
+
"methods": []
|
|
178
|
+
},
|
|
174
179
|
"ai-portal.save-request-store": {
|
|
175
180
|
"type": "provider",
|
|
176
181
|
"params": [
|
|
@@ -288,49 +293,36 @@
|
|
|
288
293
|
}
|
|
289
294
|
}
|
|
290
295
|
},
|
|
291
|
-
"ai-portal.
|
|
292
|
-
"properties": [],
|
|
293
|
-
"events": [],
|
|
294
|
-
"methods": []
|
|
295
|
-
},
|
|
296
|
-
"ai-portal.chat-box": {
|
|
296
|
+
"ai-portal.chat-history": {
|
|
297
297
|
"properties": [
|
|
298
298
|
{
|
|
299
|
-
"name": "
|
|
300
|
-
"annotation": {
|
|
301
|
-
"type": "keyword",
|
|
302
|
-
"value": "boolean"
|
|
303
|
-
}
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"name": "placeholder",
|
|
307
|
-
"annotation": {
|
|
308
|
-
"type": "keyword",
|
|
309
|
-
"value": "string"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "autoFocus",
|
|
299
|
+
"name": "list",
|
|
314
300
|
"annotation": {
|
|
315
|
-
"type": "
|
|
316
|
-
"
|
|
301
|
+
"type": "array",
|
|
302
|
+
"elementType": {
|
|
303
|
+
"type": "reference",
|
|
304
|
+
"typeName": {
|
|
305
|
+
"type": "identifier",
|
|
306
|
+
"name": "HistoryItem"
|
|
307
|
+
}
|
|
308
|
+
}
|
|
317
309
|
}
|
|
318
310
|
},
|
|
319
311
|
{
|
|
320
|
-
"name": "
|
|
312
|
+
"name": "actions",
|
|
321
313
|
"annotation": {
|
|
322
314
|
"type": "array",
|
|
323
315
|
"elementType": {
|
|
324
316
|
"type": "reference",
|
|
325
317
|
"typeName": {
|
|
326
318
|
"type": "identifier",
|
|
327
|
-
"name": "
|
|
319
|
+
"name": "ActionType"
|
|
328
320
|
}
|
|
329
321
|
}
|
|
330
322
|
}
|
|
331
323
|
},
|
|
332
324
|
{
|
|
333
|
-
"name": "
|
|
325
|
+
"name": "nextToken",
|
|
334
326
|
"annotation": {
|
|
335
327
|
"type": "keyword",
|
|
336
328
|
"value": "string"
|
|
@@ -339,11 +331,36 @@
|
|
|
339
331
|
],
|
|
340
332
|
"events": [
|
|
341
333
|
{
|
|
342
|
-
"name": "
|
|
334
|
+
"name": "action.click",
|
|
343
335
|
"detail": {
|
|
344
336
|
"annotation": {
|
|
345
|
-
"type": "
|
|
346
|
-
"
|
|
337
|
+
"type": "reference",
|
|
338
|
+
"typeName": {
|
|
339
|
+
"type": "identifier",
|
|
340
|
+
"name": "ActionClickDetail"
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "load.more",
|
|
347
|
+
"detail": {
|
|
348
|
+
"annotation": {
|
|
349
|
+
"type": "typeLiteral",
|
|
350
|
+
"members": [
|
|
351
|
+
{
|
|
352
|
+
"type": "propertySignature",
|
|
353
|
+
"key": {
|
|
354
|
+
"type": "identifier",
|
|
355
|
+
"name": "nextToken"
|
|
356
|
+
},
|
|
357
|
+
"annotation": {
|
|
358
|
+
"type": "keyword",
|
|
359
|
+
"value": "string"
|
|
360
|
+
},
|
|
361
|
+
"computed": false
|
|
362
|
+
}
|
|
363
|
+
]
|
|
347
364
|
}
|
|
348
365
|
}
|
|
349
366
|
}
|
|
@@ -352,13 +369,13 @@
|
|
|
352
369
|
"types": [
|
|
353
370
|
{
|
|
354
371
|
"type": "interface",
|
|
355
|
-
"name": "
|
|
372
|
+
"name": "HistoryItem",
|
|
356
373
|
"body": [
|
|
357
374
|
{
|
|
358
375
|
"type": "propertySignature",
|
|
359
376
|
"key": {
|
|
360
377
|
"type": "identifier",
|
|
361
|
-
"name": "
|
|
378
|
+
"name": "id"
|
|
362
379
|
},
|
|
363
380
|
"annotation": {
|
|
364
381
|
"type": "keyword",
|
|
@@ -370,53 +387,19 @@
|
|
|
370
387
|
"type": "propertySignature",
|
|
371
388
|
"key": {
|
|
372
389
|
"type": "identifier",
|
|
373
|
-
"name": "
|
|
390
|
+
"name": "url"
|
|
374
391
|
},
|
|
375
392
|
"annotation": {
|
|
376
393
|
"type": "keyword",
|
|
377
394
|
"value": "string"
|
|
378
395
|
},
|
|
379
396
|
"computed": false
|
|
380
|
-
}
|
|
381
|
-
]
|
|
382
|
-
}
|
|
383
|
-
]
|
|
384
|
-
},
|
|
385
|
-
"ai-portal.show-cases": {
|
|
386
|
-
"properties": [
|
|
387
|
-
{
|
|
388
|
-
"name": "list",
|
|
389
|
-
"annotation": {
|
|
390
|
-
"type": "array",
|
|
391
|
-
"elementType": {
|
|
392
|
-
"type": "reference",
|
|
393
|
-
"typeName": {
|
|
394
|
-
"type": "identifier",
|
|
395
|
-
"name": "ShowCase"
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "taskUrlTemplate",
|
|
402
|
-
"annotation": {
|
|
403
|
-
"type": "keyword",
|
|
404
|
-
"value": "string"
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
],
|
|
408
|
-
"events": [],
|
|
409
|
-
"methods": [],
|
|
410
|
-
"types": [
|
|
411
|
-
{
|
|
412
|
-
"type": "interface",
|
|
413
|
-
"name": "ShowCase",
|
|
414
|
-
"body": [
|
|
397
|
+
},
|
|
415
398
|
{
|
|
416
399
|
"type": "propertySignature",
|
|
417
400
|
"key": {
|
|
418
401
|
"type": "identifier",
|
|
419
|
-
"name": "
|
|
402
|
+
"name": "title"
|
|
420
403
|
},
|
|
421
404
|
"annotation": {
|
|
422
405
|
"type": "keyword",
|
|
@@ -428,11 +411,11 @@
|
|
|
428
411
|
"type": "propertySignature",
|
|
429
412
|
"key": {
|
|
430
413
|
"type": "identifier",
|
|
431
|
-
"name": "
|
|
414
|
+
"name": "startTime"
|
|
432
415
|
},
|
|
433
416
|
"annotation": {
|
|
434
417
|
"type": "keyword",
|
|
435
|
-
"value": "
|
|
418
|
+
"value": "number"
|
|
436
419
|
},
|
|
437
420
|
"computed": false
|
|
438
421
|
},
|
|
@@ -440,23 +423,36 @@
|
|
|
440
423
|
"type": "propertySignature",
|
|
441
424
|
"key": {
|
|
442
425
|
"type": "identifier",
|
|
443
|
-
"name": "
|
|
426
|
+
"name": "state"
|
|
444
427
|
},
|
|
445
428
|
"annotation": {
|
|
446
|
-
"type": "
|
|
447
|
-
"
|
|
429
|
+
"type": "reference",
|
|
430
|
+
"typeName": {
|
|
431
|
+
"type": "identifier",
|
|
432
|
+
"name": "TaskState"
|
|
433
|
+
}
|
|
448
434
|
},
|
|
435
|
+
"optional": true,
|
|
449
436
|
"computed": false
|
|
450
|
-
}
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"type": "interface",
|
|
442
|
+
"name": "ActionClickDetail",
|
|
443
|
+
"body": [
|
|
451
444
|
{
|
|
452
445
|
"type": "propertySignature",
|
|
453
446
|
"key": {
|
|
454
447
|
"type": "identifier",
|
|
455
|
-
"name": "
|
|
448
|
+
"name": "action"
|
|
456
449
|
},
|
|
457
450
|
"annotation": {
|
|
458
|
-
"type": "
|
|
459
|
-
"
|
|
451
|
+
"type": "reference",
|
|
452
|
+
"typeName": {
|
|
453
|
+
"type": "identifier",
|
|
454
|
+
"name": "SimpleActionType"
|
|
455
|
+
}
|
|
460
456
|
},
|
|
461
457
|
"computed": false
|
|
462
458
|
},
|
|
@@ -464,13 +460,15 @@
|
|
|
464
460
|
"type": "propertySignature",
|
|
465
461
|
"key": {
|
|
466
462
|
"type": "identifier",
|
|
467
|
-
"name": "
|
|
463
|
+
"name": "item"
|
|
468
464
|
},
|
|
469
465
|
"annotation": {
|
|
470
|
-
"type": "
|
|
471
|
-
"
|
|
466
|
+
"type": "reference",
|
|
467
|
+
"typeName": {
|
|
468
|
+
"type": "identifier",
|
|
469
|
+
"name": "HistoryItem"
|
|
470
|
+
}
|
|
472
471
|
},
|
|
473
|
-
"optional": true,
|
|
474
472
|
"computed": false
|
|
475
473
|
}
|
|
476
474
|
]
|
|
@@ -601,6 +599,101 @@
|
|
|
601
599
|
}
|
|
602
600
|
]
|
|
603
601
|
},
|
|
602
|
+
"ai-portal.show-cases": {
|
|
603
|
+
"properties": [
|
|
604
|
+
{
|
|
605
|
+
"name": "list",
|
|
606
|
+
"annotation": {
|
|
607
|
+
"type": "array",
|
|
608
|
+
"elementType": {
|
|
609
|
+
"type": "reference",
|
|
610
|
+
"typeName": {
|
|
611
|
+
"type": "identifier",
|
|
612
|
+
"name": "ShowCase"
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "taskUrlTemplate",
|
|
619
|
+
"annotation": {
|
|
620
|
+
"type": "keyword",
|
|
621
|
+
"value": "string"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"events": [],
|
|
626
|
+
"methods": [],
|
|
627
|
+
"types": [
|
|
628
|
+
{
|
|
629
|
+
"type": "interface",
|
|
630
|
+
"name": "ShowCase",
|
|
631
|
+
"body": [
|
|
632
|
+
{
|
|
633
|
+
"type": "propertySignature",
|
|
634
|
+
"key": {
|
|
635
|
+
"type": "identifier",
|
|
636
|
+
"name": "taskId"
|
|
637
|
+
},
|
|
638
|
+
"annotation": {
|
|
639
|
+
"type": "keyword",
|
|
640
|
+
"value": "string"
|
|
641
|
+
},
|
|
642
|
+
"computed": false
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"type": "propertySignature",
|
|
646
|
+
"key": {
|
|
647
|
+
"type": "identifier",
|
|
648
|
+
"name": "title"
|
|
649
|
+
},
|
|
650
|
+
"annotation": {
|
|
651
|
+
"type": "keyword",
|
|
652
|
+
"value": "string"
|
|
653
|
+
},
|
|
654
|
+
"computed": false
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"type": "propertySignature",
|
|
658
|
+
"key": {
|
|
659
|
+
"type": "identifier",
|
|
660
|
+
"name": "summary"
|
|
661
|
+
},
|
|
662
|
+
"annotation": {
|
|
663
|
+
"type": "keyword",
|
|
664
|
+
"value": "string"
|
|
665
|
+
},
|
|
666
|
+
"computed": false
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"type": "propertySignature",
|
|
670
|
+
"key": {
|
|
671
|
+
"type": "identifier",
|
|
672
|
+
"name": "scenario"
|
|
673
|
+
},
|
|
674
|
+
"annotation": {
|
|
675
|
+
"type": "keyword",
|
|
676
|
+
"value": "string"
|
|
677
|
+
},
|
|
678
|
+
"computed": false
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"type": "propertySignature",
|
|
682
|
+
"key": {
|
|
683
|
+
"type": "identifier",
|
|
684
|
+
"name": "thumbUrl"
|
|
685
|
+
},
|
|
686
|
+
"annotation": {
|
|
687
|
+
"type": "keyword",
|
|
688
|
+
"value": "string"
|
|
689
|
+
},
|
|
690
|
+
"optional": true,
|
|
691
|
+
"computed": false
|
|
692
|
+
}
|
|
693
|
+
]
|
|
694
|
+
}
|
|
695
|
+
]
|
|
696
|
+
},
|
|
604
697
|
"ai-portal.ai-employees": {
|
|
605
698
|
"properties": [
|
|
606
699
|
{
|
|
@@ -769,36 +862,44 @@
|
|
|
769
862
|
}
|
|
770
863
|
]
|
|
771
864
|
},
|
|
772
|
-
"ai-portal.chat-
|
|
865
|
+
"ai-portal.chat-box": {
|
|
773
866
|
"properties": [
|
|
774
867
|
{
|
|
775
|
-
"name": "
|
|
868
|
+
"name": "disabled",
|
|
776
869
|
"annotation": {
|
|
777
|
-
"type": "
|
|
778
|
-
"
|
|
779
|
-
"type": "reference",
|
|
780
|
-
"typeName": {
|
|
781
|
-
"type": "identifier",
|
|
782
|
-
"name": "HistoryItem"
|
|
783
|
-
}
|
|
784
|
-
}
|
|
870
|
+
"type": "keyword",
|
|
871
|
+
"value": "boolean"
|
|
785
872
|
}
|
|
786
873
|
},
|
|
787
874
|
{
|
|
788
|
-
"name": "
|
|
875
|
+
"name": "placeholder",
|
|
876
|
+
"annotation": {
|
|
877
|
+
"type": "keyword",
|
|
878
|
+
"value": "string"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "autoFocus",
|
|
883
|
+
"annotation": {
|
|
884
|
+
"type": "keyword",
|
|
885
|
+
"value": "boolean"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "suggestions",
|
|
789
890
|
"annotation": {
|
|
790
891
|
"type": "array",
|
|
791
892
|
"elementType": {
|
|
792
893
|
"type": "reference",
|
|
793
894
|
"typeName": {
|
|
794
895
|
"type": "identifier",
|
|
795
|
-
"name": "
|
|
896
|
+
"name": "Suggestion"
|
|
796
897
|
}
|
|
797
898
|
}
|
|
798
899
|
}
|
|
799
900
|
},
|
|
800
901
|
{
|
|
801
|
-
"name": "
|
|
902
|
+
"name": "suggestionsLabel",
|
|
802
903
|
"annotation": {
|
|
803
904
|
"type": "keyword",
|
|
804
905
|
"value": "string"
|
|
@@ -807,36 +908,11 @@
|
|
|
807
908
|
],
|
|
808
909
|
"events": [
|
|
809
910
|
{
|
|
810
|
-
"name": "
|
|
811
|
-
"detail": {
|
|
812
|
-
"annotation": {
|
|
813
|
-
"type": "reference",
|
|
814
|
-
"typeName": {
|
|
815
|
-
"type": "identifier",
|
|
816
|
-
"name": "ActionClickDetail"
|
|
817
|
-
}
|
|
818
|
-
}
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"name": "load.more",
|
|
911
|
+
"name": "message.submit",
|
|
823
912
|
"detail": {
|
|
824
913
|
"annotation": {
|
|
825
|
-
"type": "
|
|
826
|
-
"
|
|
827
|
-
{
|
|
828
|
-
"type": "propertySignature",
|
|
829
|
-
"key": {
|
|
830
|
-
"type": "identifier",
|
|
831
|
-
"name": "nextToken"
|
|
832
|
-
},
|
|
833
|
-
"annotation": {
|
|
834
|
-
"type": "keyword",
|
|
835
|
-
"value": "string"
|
|
836
|
-
},
|
|
837
|
-
"computed": false
|
|
838
|
-
}
|
|
839
|
-
]
|
|
914
|
+
"type": "keyword",
|
|
915
|
+
"value": "string"
|
|
840
916
|
}
|
|
841
917
|
}
|
|
842
918
|
}
|
|
@@ -845,32 +921,8 @@
|
|
|
845
921
|
"types": [
|
|
846
922
|
{
|
|
847
923
|
"type": "interface",
|
|
848
|
-
"name": "
|
|
924
|
+
"name": "Suggestion",
|
|
849
925
|
"body": [
|
|
850
|
-
{
|
|
851
|
-
"type": "propertySignature",
|
|
852
|
-
"key": {
|
|
853
|
-
"type": "identifier",
|
|
854
|
-
"name": "id"
|
|
855
|
-
},
|
|
856
|
-
"annotation": {
|
|
857
|
-
"type": "keyword",
|
|
858
|
-
"value": "string"
|
|
859
|
-
},
|
|
860
|
-
"computed": false
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"type": "propertySignature",
|
|
864
|
-
"key": {
|
|
865
|
-
"type": "identifier",
|
|
866
|
-
"name": "url"
|
|
867
|
-
},
|
|
868
|
-
"annotation": {
|
|
869
|
-
"type": "keyword",
|
|
870
|
-
"value": "string"
|
|
871
|
-
},
|
|
872
|
-
"computed": false
|
|
873
|
-
},
|
|
874
926
|
{
|
|
875
927
|
"type": "propertySignature",
|
|
876
928
|
"key": {
|
|
@@ -887,63 +939,11 @@
|
|
|
887
939
|
"type": "propertySignature",
|
|
888
940
|
"key": {
|
|
889
941
|
"type": "identifier",
|
|
890
|
-
"name": "
|
|
942
|
+
"name": "content"
|
|
891
943
|
},
|
|
892
944
|
"annotation": {
|
|
893
945
|
"type": "keyword",
|
|
894
|
-
"value": "
|
|
895
|
-
},
|
|
896
|
-
"computed": false
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"type": "propertySignature",
|
|
900
|
-
"key": {
|
|
901
|
-
"type": "identifier",
|
|
902
|
-
"name": "state"
|
|
903
|
-
},
|
|
904
|
-
"annotation": {
|
|
905
|
-
"type": "reference",
|
|
906
|
-
"typeName": {
|
|
907
|
-
"type": "identifier",
|
|
908
|
-
"name": "TaskState"
|
|
909
|
-
}
|
|
910
|
-
},
|
|
911
|
-
"optional": true,
|
|
912
|
-
"computed": false
|
|
913
|
-
}
|
|
914
|
-
]
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"type": "interface",
|
|
918
|
-
"name": "ActionClickDetail",
|
|
919
|
-
"body": [
|
|
920
|
-
{
|
|
921
|
-
"type": "propertySignature",
|
|
922
|
-
"key": {
|
|
923
|
-
"type": "identifier",
|
|
924
|
-
"name": "action"
|
|
925
|
-
},
|
|
926
|
-
"annotation": {
|
|
927
|
-
"type": "reference",
|
|
928
|
-
"typeName": {
|
|
929
|
-
"type": "identifier",
|
|
930
|
-
"name": "SimpleActionType"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
"computed": false
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"type": "propertySignature",
|
|
937
|
-
"key": {
|
|
938
|
-
"type": "identifier",
|
|
939
|
-
"name": "item"
|
|
940
|
-
},
|
|
941
|
-
"annotation": {
|
|
942
|
-
"type": "reference",
|
|
943
|
-
"typeName": {
|
|
944
|
-
"type": "identifier",
|
|
945
|
-
"name": "HistoryItem"
|
|
946
|
-
}
|
|
946
|
+
"value": "string"
|
|
947
947
|
},
|
|
948
948
|
"computed": false
|
|
949
949
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { NodePosition, GraphEdge, GraphNode, SizeTuple
|
|
1
|
+
import type { NodePosition, GraphEdge, GraphNode, SizeTuple } from "./interfaces";
|
|
2
2
|
export interface UseLayoutOptions {
|
|
3
3
|
rawNodes: GraphNode[] | undefined;
|
|
4
4
|
rawEdges: GraphEdge[] | undefined;
|
|
5
5
|
sizeMap: Map<string, SizeTuple> | null;
|
|
6
|
-
|
|
6
|
+
completed?: boolean;
|
|
7
7
|
showFeedback?: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare function useLayout({ rawNodes: _rawNodes, rawEdges: _rawEdges, sizeMap,
|
|
9
|
+
export declare function useLayout({ rawNodes: _rawNodes, rawEdges: _rawEdges, sizeMap, completed, showFeedback, }: UseLayoutOptions): {
|
|
10
10
|
sizeReady: boolean;
|
|
11
11
|
nodes: GraphNode[];
|
|
12
12
|
edges: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { GeneralIconProps } from "@next-bricks/icons/general-icon";
|
|
2
2
|
import type { TaskState as LegacyTaskState } from "../cruise-canvas/interfaces.js";
|
|
3
3
|
import type { TaskState } from "./interfaces.js";
|
|
4
|
-
export declare const DONE_STATES: (TaskState | LegacyTaskState)[];
|
|
5
|
-
export declare const GENERAL_DONE_STATES: (TaskState | LegacyTaskState)[];
|
|
6
|
-
export declare const NON_WORKING_STATES: string[];
|
|
4
|
+
export declare const DONE_STATES: (TaskState | LegacyTaskState | undefined)[];
|
|
5
|
+
export declare const GENERAL_DONE_STATES: (TaskState | LegacyTaskState | undefined)[];
|
|
6
|
+
export declare const NON_WORKING_STATES: (string | undefined)[];
|
|
7
7
|
export declare const ICON_CLOSE: GeneralIconProps;
|
|
8
8
|
export declare const ICON_LOADING: GeneralIconProps;
|
|
9
9
|
export declare const ICON_CANVAS: GeneralIconProps;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/ai-portal",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.4",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/ai-portal",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"@next-bricks/presentational": "*",
|
|
47
47
|
"@next-bricks/vs": "*"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "88e5c97e76e19be760d5a41f7845bd1a1653d16e"
|
|
50
50
|
}
|