@farris/x-ui 0.0.9 → 0.1.1

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.
@@ -10,6 +10,11 @@ declare const _default: import('../../../vue').DefineComponent<import('../../../
10
10
  type: BooleanConstructor;
11
11
  default: boolean;
12
12
  };
13
+ /** 是否在未提交时将面板固定在对话框底部 */
14
+ pinned: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
13
18
  onSubmitAnswers: {
14
19
  type: PropType<(answers: Array<{
15
20
  id: string;
@@ -17,7 +22,7 @@ declare const _default: import('../../../vue').DefineComponent<import('../../../
17
22
  }>) => void>;
18
23
  default: undefined;
19
24
  };
20
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
25
+ }>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, string, import('../../../vue').PublicProps, Readonly<import('../../../vue').ExtractPropTypes<{
21
26
  content: {
22
27
  type: PropType<MessageContentHitlQuestion>;
23
28
  required: true;
@@ -26,6 +31,11 @@ declare const _default: import('../../../vue').DefineComponent<import('../../../
26
31
  type: BooleanConstructor;
27
32
  default: boolean;
28
33
  };
34
+ /** 是否在未提交时将面板固定在对话框底部 */
35
+ pinned: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
29
39
  onSubmitAnswers: {
30
40
  type: PropType<(answers: Array<{
31
41
  id: string;
@@ -35,6 +45,7 @@ declare const _default: import('../../../vue').DefineComponent<import('../../../
35
45
  };
36
46
  }>> & Readonly<{}>, {
37
47
  disabled: boolean;
48
+ pinned: boolean;
38
49
  onSubmitAnswers: (answers: Array<{
39
50
  id: string;
40
51
  answer: unknown;