@next-bricks/ai-portal 0.26.2 → 0.26.3

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/types.json CHANGED
@@ -1,9 +1,4 @@
1
1
  {
2
- "ai-portal.home-container": {
3
- "properties": [],
4
- "events": [],
5
- "methods": []
6
- },
7
2
  "ai-portal.stat-with-mini-chart": {
8
3
  "properties": [
9
4
  {
@@ -108,6 +103,11 @@
108
103
  "events": [],
109
104
  "methods": []
110
105
  },
106
+ "ai-portal.home-container": {
107
+ "properties": [],
108
+ "events": [],
109
+ "methods": []
110
+ },
111
111
  "ai-portal.elevo-logo": {
112
112
  "properties": [],
113
113
  "events": [],
@@ -176,95 +176,6 @@
176
176
  }
177
177
  ]
178
178
  },
179
- "ai-portal.chat-box": {
180
- "properties": [
181
- {
182
- "name": "disabled",
183
- "annotation": {
184
- "type": "keyword",
185
- "value": "boolean"
186
- }
187
- },
188
- {
189
- "name": "placeholder",
190
- "annotation": {
191
- "type": "keyword",
192
- "value": "string"
193
- }
194
- },
195
- {
196
- "name": "autoFocus",
197
- "annotation": {
198
- "type": "keyword",
199
- "value": "boolean"
200
- }
201
- },
202
- {
203
- "name": "suggestions",
204
- "annotation": {
205
- "type": "array",
206
- "elementType": {
207
- "type": "reference",
208
- "typeName": {
209
- "type": "identifier",
210
- "name": "Suggestion"
211
- }
212
- }
213
- }
214
- },
215
- {
216
- "name": "suggestionsLabel",
217
- "annotation": {
218
- "type": "keyword",
219
- "value": "string"
220
- }
221
- }
222
- ],
223
- "events": [
224
- {
225
- "name": "message.submit",
226
- "detail": {
227
- "annotation": {
228
- "type": "keyword",
229
- "value": "string"
230
- }
231
- }
232
- }
233
- ],
234
- "methods": [],
235
- "types": [
236
- {
237
- "type": "interface",
238
- "name": "Suggestion",
239
- "body": [
240
- {
241
- "type": "propertySignature",
242
- "key": {
243
- "type": "identifier",
244
- "name": "title"
245
- },
246
- "annotation": {
247
- "type": "keyword",
248
- "value": "string"
249
- },
250
- "computed": false
251
- },
252
- {
253
- "type": "propertySignature",
254
- "key": {
255
- "type": "identifier",
256
- "name": "content"
257
- },
258
- "annotation": {
259
- "type": "keyword",
260
- "value": "string"
261
- },
262
- "computed": false
263
- }
264
- ]
265
- }
266
- ]
267
- },
268
179
  "ai-portal.chat-history": {
269
180
  "properties": [
270
181
  {
@@ -447,6 +358,95 @@
447
358
  }
448
359
  ]
449
360
  },
361
+ "ai-portal.chat-box": {
362
+ "properties": [
363
+ {
364
+ "name": "disabled",
365
+ "annotation": {
366
+ "type": "keyword",
367
+ "value": "boolean"
368
+ }
369
+ },
370
+ {
371
+ "name": "placeholder",
372
+ "annotation": {
373
+ "type": "keyword",
374
+ "value": "string"
375
+ }
376
+ },
377
+ {
378
+ "name": "autoFocus",
379
+ "annotation": {
380
+ "type": "keyword",
381
+ "value": "boolean"
382
+ }
383
+ },
384
+ {
385
+ "name": "suggestions",
386
+ "annotation": {
387
+ "type": "array",
388
+ "elementType": {
389
+ "type": "reference",
390
+ "typeName": {
391
+ "type": "identifier",
392
+ "name": "Suggestion"
393
+ }
394
+ }
395
+ }
396
+ },
397
+ {
398
+ "name": "suggestionsLabel",
399
+ "annotation": {
400
+ "type": "keyword",
401
+ "value": "string"
402
+ }
403
+ }
404
+ ],
405
+ "events": [
406
+ {
407
+ "name": "message.submit",
408
+ "detail": {
409
+ "annotation": {
410
+ "type": "keyword",
411
+ "value": "string"
412
+ }
413
+ }
414
+ }
415
+ ],
416
+ "methods": [],
417
+ "types": [
418
+ {
419
+ "type": "interface",
420
+ "name": "Suggestion",
421
+ "body": [
422
+ {
423
+ "type": "propertySignature",
424
+ "key": {
425
+ "type": "identifier",
426
+ "name": "title"
427
+ },
428
+ "annotation": {
429
+ "type": "keyword",
430
+ "value": "string"
431
+ },
432
+ "computed": false
433
+ },
434
+ {
435
+ "type": "propertySignature",
436
+ "key": {
437
+ "type": "identifier",
438
+ "name": "content"
439
+ },
440
+ "annotation": {
441
+ "type": "keyword",
442
+ "value": "string"
443
+ },
444
+ "computed": false
445
+ }
446
+ ]
447
+ }
448
+ ]
449
+ },
450
450
  "ai-portal.show-cases": {
451
451
  "properties": [
452
452
  {
@@ -666,7 +666,7 @@
666
666
  }
667
667
  ]
668
668
  },
669
- "ai-portal.ai-employees": {
669
+ "ai-portal.ai-agents": {
670
670
  "properties": [
671
671
  {
672
672
  "name": "list",
@@ -676,20 +676,10 @@
676
676
  "type": "reference",
677
677
  "typeName": {
678
678
  "type": "identifier",
679
- "name": "Employee"
679
+ "name": "Agent"
680
680
  }
681
681
  }
682
682
  }
683
- },
684
- {
685
- "name": "industries",
686
- "annotation": {
687
- "type": "array",
688
- "elementType": {
689
- "type": "keyword",
690
- "value": "string"
691
- }
692
- }
693
683
  }
694
684
  ],
695
685
  "events": [],
@@ -697,7 +687,7 @@
697
687
  "types": [
698
688
  {
699
689
  "type": "interface",
700
- "name": "Employee",
690
+ "name": "Agent",
701
691
  "body": [
702
692
  {
703
693
  "type": "propertySignature",
@@ -715,7 +705,7 @@
715
705
  "type": "propertySignature",
716
706
  "key": {
717
707
  "type": "identifier",
718
- "name": "industry"
708
+ "name": "description"
719
709
  },
720
710
  "annotation": {
721
711
  "type": "keyword",
@@ -727,31 +717,39 @@
727
717
  "type": "propertySignature",
728
718
  "key": {
729
719
  "type": "identifier",
730
- "name": "role"
720
+ "name": "icon"
731
721
  },
732
722
  "annotation": {
733
- "type": "keyword",
734
- "value": "string"
723
+ "type": "reference",
724
+ "typeName": {
725
+ "type": "identifier",
726
+ "name": "GeneralIconProps"
727
+ }
735
728
  },
729
+ "optional": true,
736
730
  "computed": false
737
731
  },
738
732
  {
739
733
  "type": "propertySignature",
740
734
  "key": {
741
735
  "type": "identifier",
742
- "name": "description"
736
+ "name": "tags"
743
737
  },
744
738
  "annotation": {
745
- "type": "keyword",
746
- "value": "string"
739
+ "type": "array",
740
+ "elementType": {
741
+ "type": "keyword",
742
+ "value": "string"
743
+ }
747
744
  },
745
+ "optional": true,
748
746
  "computed": false
749
747
  }
750
748
  ]
751
749
  }
752
750
  ]
753
751
  },
754
- "ai-portal.ai-agents": {
752
+ "ai-portal.ai-employees": {
755
753
  "properties": [
756
754
  {
757
755
  "name": "list",
@@ -761,10 +759,20 @@
761
759
  "type": "reference",
762
760
  "typeName": {
763
761
  "type": "identifier",
764
- "name": "Agent"
762
+ "name": "Employee"
765
763
  }
766
764
  }
767
765
  }
766
+ },
767
+ {
768
+ "name": "industries",
769
+ "annotation": {
770
+ "type": "array",
771
+ "elementType": {
772
+ "type": "keyword",
773
+ "value": "string"
774
+ }
775
+ }
768
776
  }
769
777
  ],
770
778
  "events": [],
@@ -772,7 +780,7 @@
772
780
  "types": [
773
781
  {
774
782
  "type": "interface",
775
- "name": "Agent",
783
+ "name": "Employee",
776
784
  "body": [
777
785
  {
778
786
  "type": "propertySignature",
@@ -790,7 +798,7 @@
790
798
  "type": "propertySignature",
791
799
  "key": {
792
800
  "type": "identifier",
793
- "name": "description"
801
+ "name": "industry"
794
802
  },
795
803
  "annotation": {
796
804
  "type": "keyword",
@@ -802,32 +810,24 @@
802
810
  "type": "propertySignature",
803
811
  "key": {
804
812
  "type": "identifier",
805
- "name": "icon"
813
+ "name": "role"
806
814
  },
807
815
  "annotation": {
808
- "type": "reference",
809
- "typeName": {
810
- "type": "identifier",
811
- "name": "GeneralIconProps"
812
- }
816
+ "type": "keyword",
817
+ "value": "string"
813
818
  },
814
- "optional": true,
815
819
  "computed": false
816
820
  },
817
821
  {
818
822
  "type": "propertySignature",
819
823
  "key": {
820
824
  "type": "identifier",
821
- "name": "tags"
825
+ "name": "description"
822
826
  },
823
827
  "annotation": {
824
- "type": "array",
825
- "elementType": {
826
- "type": "keyword",
827
- "value": "string"
828
- }
828
+ "type": "keyword",
829
+ "value": "string"
829
830
  },
830
- "optional": true,
831
831
  "computed": false
832
832
  }
833
833
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/ai-portal",
3
- "version": "0.26.2",
3
+ "version": "0.26.3",
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": "efe57b8d5ea6affa50c0b6d2a3755c271fa489dc"
49
+ "gitHead": "18fb238a398914aa56aebb8efccd01cdb7f34a8b"
50
50
  }