delta-comic-core 0.0.11 → 0.1.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.
@@ -1,5 +1,5 @@
1
1
  import { uni } from '../struct';
2
- import { Component } from 'vue';
2
+ import { Component, SlotsType } from 'vue';
3
3
  import { Utils } from '..';
4
4
  interface DependDefineConstraint<_T> {
5
5
  }
@@ -16,10 +16,15 @@ export declare const coreModule: DependDefine<{
16
16
  comments: Utils.data.RStream<uni.comment.Comment>;
17
17
  }>;
18
18
  CommentRow: Component<{
19
- comments: uni.comment.Comment;
19
+ comment: uni.comment.Comment;
20
+ parentComment?: uni.comment.Comment;
21
+ usernameHighlight?: boolean;
20
22
  }, any, any, any, any, {
23
+ click: [c: uni.comment.Comment];
24
+ clickUser: [u: uni.user.User];
25
+ }, SlotsType<{
21
26
  userExtra(): any;
22
- }>;
27
+ }>>;
23
28
  ItemCard: uni.content.ItemCardComp;
24
29
  FavouriteSelect: Component<{
25
30
  item: uni.item.Item;
package/dist/pack.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delta-comic-core",
3
- "version": "0.0.11",
3
+ "version": "0.1.0",
4
4
  "description": "我曾亲眼见证神的熟视无睹.",
5
5
  "homepage": "https://github.com/wenxig/delta-comic-core",
6
6
  "repository": {