survey-creator-vue 1.12.21 → 2.0.0-rc.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.
Files changed (79) hide show
  1. package/package.json +4 -4
  2. package/survey-creator-vue.es.js +1090 -1062
  3. package/survey-creator-vue.umd.js +1 -1
  4. package/types/Creator.vue.d.ts +5 -13
  5. package/types/QuestionEditor.vue.d.ts +3 -13
  6. package/types/StringEditor.vue.d.ts +5 -13
  7. package/types/adorners/CellQuestion.vue.d.ts +3 -14
  8. package/types/adorners/CellQuestionDropdown.vue.d.ts +3 -14
  9. package/types/adorners/CustomWidget.vue.d.ts +5 -14
  10. package/types/adorners/Dropdown.vue.d.ts +3 -14
  11. package/types/adorners/Image.vue.d.ts +3 -14
  12. package/types/adorners/ImageItemValue.vue.d.ts +5 -23
  13. package/types/adorners/ItemValue.vue.d.ts +5 -23
  14. package/types/adorners/MatrixCell.vue.d.ts +13 -15
  15. package/types/adorners/Panel.vue.d.ts +5 -14
  16. package/types/adorners/Question.vue.d.ts +3 -14
  17. package/types/adorners/QuestionBanner.vue.d.ts +3 -13
  18. package/types/adorners/QuestionBase.vue.d.ts +5 -20
  19. package/types/adorners/QuestionDropdown.vue.d.ts +3 -14
  20. package/types/adorners/QuestionImage.vue.d.ts +3 -14
  21. package/types/adorners/Rating.vue.d.ts +13 -19
  22. package/types/components/ActionButton.vue.d.ts +3 -20
  23. package/types/components/QuestionError.vue.d.ts +3 -16
  24. package/types/components/Scroll.vue.d.ts +16 -4
  25. package/types/components/Search.vue.d.ts +3 -13
  26. package/types/components/SurfacePlaceholder.vue.d.ts +3 -15
  27. package/types/components/Switcher.vue.d.ts +3 -12
  28. package/types/custom-questions/BooleanSwitch.vue.d.ts +3 -12
  29. package/types/custom-questions/Color.vue.d.ts +3 -13
  30. package/types/custom-questions/ColorItem.vue.d.ts +3 -13
  31. package/types/custom-questions/File.vue.d.ts +5 -13
  32. package/types/custom-questions/SpinEditor.vue.d.ts +3 -13
  33. package/types/custom-questions/TextWithReset.vue.d.ts +3 -13
  34. package/types/header/Logo.vue.d.ts +5 -13
  35. package/types/main.d.ts +1 -1
  36. package/types/page-navigator/PageNavigator.vue.d.ts +5 -14
  37. package/types/page-navigator/PageNavigatorItem.vue.d.ts +3 -13
  38. package/types/questions/EmbeddedSurvey.vue.d.ts +3 -13
  39. package/types/questions/LinkValue.vue.d.ts +3 -13
  40. package/types/questions/LogicOperator.vue.d.ts +3 -12
  41. package/types/side-bar/ObjectSelector.vue.d.ts +3 -13
  42. package/types/side-bar/PropertyGrid.vue.d.ts +3 -13
  43. package/types/side-bar/PropertyGridPlaceholder.vue.d.ts +1 -1
  44. package/types/side-bar/SideBar.vue.d.ts +5 -13
  45. package/types/side-bar/SideBarDefaultHeader.vue.d.ts +3 -13
  46. package/types/side-bar/SideBarHeader.vue.d.ts +3 -13
  47. package/types/side-bar/SideBarPage.vue.d.ts +3 -13
  48. package/types/side-bar/SideBarPropertyGridHeader.vue.d.ts +3 -13
  49. package/types/side-bar/TabButton.vue.d.ts +3 -13
  50. package/types/side-bar/TabControl.vue.d.ts +3 -13
  51. package/types/side-bar/Tabs.vue.d.ts +3 -13
  52. package/types/tabbed-menu/TabbedMenu.vue.d.ts +5 -13
  53. package/types/tabbed-menu/TabbedMenuItem.vue.d.ts +3 -13
  54. package/types/tabbed-menu/TabbedMenuItemWrapper.vue.d.ts +5 -13
  55. package/types/tabs/designer/AddQuestion.vue.d.ts +3 -15
  56. package/types/tabs/designer/AddQuestionTypeSelector.vue.d.ts +3 -14
  57. package/types/tabs/designer/Designer.vue.d.ts +3 -13
  58. package/types/tabs/designer/Page.vue.d.ts +5 -16
  59. package/types/tabs/designer/Row.vue.d.ts +13 -18
  60. package/types/tabs/json/JsonEditorAce.vue.d.ts +5 -13
  61. package/types/tabs/json/JsonEditorErrorItem.vue.d.ts +3 -13
  62. package/types/tabs/json/JsonEditorTextArea.vue.d.ts +5 -13
  63. package/types/tabs/logic/Logic.vue.d.ts +3 -13
  64. package/types/tabs/logic/LogicAddButton.vue.d.ts +3 -13
  65. package/types/tabs/preview/Simulator.vue.d.ts +3 -13
  66. package/types/tabs/preview/SurveyResults.vue.d.ts +3 -13
  67. package/types/tabs/preview/SurveyResultsRow.vue.d.ts +3 -13
  68. package/types/tabs/preview/Test.vue.d.ts +3 -13
  69. package/types/tabs/preview/TestAgain.vue.d.ts +3 -15
  70. package/types/tabs/theme/Theme.vue.d.ts +3 -13
  71. package/types/tabs/translation/TranslateFromAction.vue.d.ts +3 -13
  72. package/types/tabs/translation/Translation.vue.d.ts +3 -13
  73. package/types/tabs/translation/TranslationLineSkeleton.vue.d.ts +1 -1
  74. package/types/toolbox/AdaptiveToolbox.vue.d.ts +5 -13
  75. package/types/toolbox/ToolboxCategory.vue.d.ts +3 -14
  76. package/types/toolbox/ToolboxItem.vue.d.ts +3 -16
  77. package/types/toolbox/ToolboxItemGroup.vue.d.ts +3 -16
  78. package/types/toolbox/ToolboxList.vue.d.ts +3 -14
  79. package/types/toolbox/ToolboxTool.vue.d.ts +5 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-creator-vue",
3
- "version": "1.12.21",
3
+ "version": "2.0.0-rc.0",
4
4
  "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -21,9 +21,9 @@
21
21
  "url": "https://github.com/surveyjs/survey-creator.git"
22
22
  },
23
23
  "peerDependencies": {
24
- "survey-core": "1.12.21",
25
- "survey-creator-core": "1.12.21",
26
- "survey-vue3-ui": "1.12.21",
24
+ "survey-core": "2.0.0-rc.0",
25
+ "survey-creator-core": "2.0.0-rc.0",
26
+ "survey-vue3-ui": "2.0.0-rc.0",
27
27
  "vue": "^3.2.41"
28
28
  }
29
29
  }