survey-vue3-ui 1.9.104 → 1.9.106

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,4 +1,4 @@
1
- import { type PanelModel, type Question } from "survey-core";
1
+ import type { PanelModel, Question } from "survey-core";
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  element: {
4
4
  type: import("vue").PropType<Question | PanelModel>;
@@ -1,11 +1,11 @@
1
- import type { MultipleTextItemModel, QuestionMultipleTextModel } from "survey-core";
1
+ import type { QuestionMultipleTextModel, MultipleTextCell } from "survey-core";
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  question: {
4
4
  type: import("vue").PropType<QuestionMultipleTextModel>;
5
5
  required: true;
6
6
  };
7
- item: {
8
- type: import("vue").PropType<MultipleTextItemModel>;
7
+ cell: {
8
+ type: import("vue").PropType<MultipleTextCell>;
9
9
  required: true;
10
10
  };
11
11
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
13
13
  type: import("vue").PropType<QuestionMultipleTextModel>;
14
14
  required: true;
15
15
  };
16
- item: {
17
- type: import("vue").PropType<MultipleTextItemModel>;
16
+ cell: {
17
+ type: import("vue").PropType<MultipleTextCell>;
18
18
  required: true;
19
19
  };
20
20
  }>>, {}, {}>;
@@ -4,6 +4,9 @@ declare const _default: import("vue").DefineComponent<{
4
4
  type: import("vue").PropType<ActionContainer<import("survey-core").Action>>;
5
5
  required: true;
6
6
  };
7
+ container: {
8
+ type: import("vue").PropType<string>;
9
+ };
7
10
  handleClick: {
8
11
  type: import("vue").PropType<boolean>;
9
12
  };
@@ -12,6 +15,9 @@ declare const _default: import("vue").DefineComponent<{
12
15
  type: import("vue").PropType<ActionContainer<import("survey-core").Action>>;
13
16
  required: true;
14
17
  };
18
+ container: {
19
+ type: import("vue").PropType<string>;
20
+ };
15
21
  handleClick: {
16
22
  type: import("vue").PropType<boolean>;
17
23
  };
@@ -4,6 +4,9 @@ declare const _default: import("vue").DefineComponent<{
4
4
  type: import("vue").PropType<SurveyModel>;
5
5
  required: true;
6
6
  };
7
+ container: {
8
+ type: import("vue").PropType<string>;
9
+ };
7
10
  css: {
8
11
  type: import("vue").PropType<any>;
9
12
  };
@@ -12,6 +15,9 @@ declare const _default: import("vue").DefineComponent<{
12
15
  type: import("vue").PropType<SurveyModel>;
13
16
  required: true;
14
17
  };
18
+ container: {
19
+ type: import("vue").PropType<string>;
20
+ };
15
21
  css: {
16
22
  type: import("vue").PropType<any>;
17
23
  };