survey-vue3-ui 1.9.99
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/package.json +27 -0
- package/survey-vue3-ui.es.js +4745 -0
- package/survey-vue3-ui.umd.js +1 -0
- package/types/App.vue.d.ts +4 -0
- package/types/BooleanCheckbox.vue.d.ts +18 -0
- package/types/BooleanRadio.vue.d.ts +12 -0
- package/types/BooleanRadioItem.vue.d.ts +29 -0
- package/types/BooleanSwitch.vue.d.ts +12 -0
- package/types/Checkbox.vue.d.ts +13 -0
- package/types/CheckboxItem.vue.d.ts +35 -0
- package/types/Comment.vue.d.ts +19 -0
- package/types/Composite.vue.d.ts +19 -0
- package/types/Custom.vue.d.ts +19 -0
- package/types/CustomWidget.vue.d.ts +19 -0
- package/types/Dropdown.vue.d.ts +13 -0
- package/types/DropdownSelect.vue.d.ts +13 -0
- package/types/Element.vue.d.ts +35 -0
- package/types/ElementHeader.vue.d.ts +19 -0
- package/types/Errors.vue.d.ts +19 -0
- package/types/Expression.vue.d.ts +13 -0
- package/types/File.vue.d.ts +13 -0
- package/types/Header.vue.d.ts +13 -0
- package/types/Html.vue.d.ts +13 -0
- package/types/Image.vue.d.ts +13 -0
- package/types/Imagepicker.vue.d.ts +13 -0
- package/types/ImagepickerItem.vue.d.ts +21 -0
- package/types/Matrix.vue.d.ts +13 -0
- package/types/MatrixCell.vue.d.ts +21 -0
- package/types/MatrixDropdown.vue.d.ts +13 -0
- package/types/MatrixDynamic.vue.d.ts +13 -0
- package/types/MatrixHeaderRequired.vue.d.ts +21 -0
- package/types/MatrixTable.vue.d.ts +13 -0
- package/types/Multipletext.vue.d.ts +13 -0
- package/types/MultipletextItem.vue.d.ts +21 -0
- package/types/Notifier.vue.d.ts +13 -0
- package/types/Page.vue.d.ts +28 -0
- package/types/Panel.vue.d.ts +25 -0
- package/types/PanelDynamic.vue.d.ts +19 -0
- package/types/PanelDynamicProgress.vue.d.ts +13 -0
- package/types/PanelDynamicProgressV2.vue.d.ts +13 -0
- package/types/PopupSurvey.vue.d.ts +29 -0
- package/types/QuestionComment.vue.d.ts +19 -0
- package/types/QuestionOther.vue.d.ts +19 -0
- package/types/Radiogroup.vue.d.ts +13 -0
- package/types/RadiogroupItem.vue.d.ts +35 -0
- package/types/Ranking.vue.d.ts +13 -0
- package/types/RankingItem.vue.d.ts +65 -0
- package/types/Rating.vue.d.ts +13 -0
- package/types/RatingDropdown.vue.d.ts +13 -0
- package/types/Row.vue.d.ts +27 -0
- package/types/Signaturepad.vue.d.ts +13 -0
- package/types/String.vue.d.ts +13 -0
- package/types/StringEditor.vue.d.ts +13 -0
- package/types/StringViewer.vue.d.ts +13 -0
- package/types/Survey.vue.d.ts +35 -0
- package/types/Tagbox.vue.d.ts +13 -0
- package/types/Text.vue.d.ts +13 -0
- package/types/TextInput.vue.d.ts +13 -0
- package/types/TimerPanel.vue.d.ts +19 -0
- package/types/base.d.ts +8 -0
- package/types/boolean.d.ts +4 -0
- package/types/components/BrandInfo.vue.d.ts +2 -0
- package/types/components/CharacterCounter.vue.d.ts +19 -0
- package/types/components/Container.vue.d.ts +27 -0
- package/types/components/Skeleton.vue.d.ts +12 -0
- package/types/components/action-bar/Action.vue.d.ts +13 -0
- package/types/components/action-bar/ActionBar.vue.d.ts +19 -0
- package/types/components/action-bar/ActionBarItem.vue.d.ts +13 -0
- package/types/components/action-bar/ActionBarItemDropdown.vue.d.ts +13 -0
- package/types/components/action-bar/ActionBarSeparator.vue.d.ts +13 -0
- package/types/components/dropdown/Dropdown.vue.d.ts +13 -0
- package/types/components/dropdown/OptionItem.vue.d.ts +13 -0
- package/types/components/list/List.vue.d.ts +13 -0
- package/types/components/list/ListItem.vue.d.ts +21 -0
- package/types/components/matrix-actions/detail-button/DetailButton.vue.d.ts +13 -0
- package/types/components/matrix-actions/drag-drop-icon/DragDropIcon.vue.d.ts +13 -0
- package/types/components/matrix-actions/matrix-action.d.ts +7 -0
- package/types/components/matrix-actions/remove-button/RemoveButton.vue.d.ts +13 -0
- package/types/components/paneldynamic-actions/PaneldynamicAddBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicNextBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicPrevBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicProgressText.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicRemoveBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/action.d.ts +9 -0
- package/types/components/popup/Popup.vue.d.ts +19 -0
- package/types/components/popup/PopupContainer.vue.d.ts +13 -0
- package/types/components/popup/PopupModal.vue.d.ts +2 -0
- package/types/components/popup/PopupPointer.vue.d.ts +13 -0
- package/types/components/progress/Progress.vue.d.ts +19 -0
- package/types/components/progress/ProgressButtons.vue.d.ts +13 -0
- package/types/components/progress/ProgressToc.vue.d.ts +13 -0
- package/types/components/rating/RatingItem.vue.d.ts +28 -0
- package/types/components/rating/RatingItemSmiley.vue.d.ts +28 -0
- package/types/components/rating/RatingItemStar.vue.d.ts +28 -0
- package/types/components/rating/rating.d.ts +6 -0
- package/types/components/survey-actions/SurveyNavigationButton.vue.d.ts +13 -0
- package/types/components/svg-icon/SvgIcon.vue.d.ts +38 -0
- package/types/components/tagbox/Tagbox.vue.d.ts +13 -0
- package/types/components/tagbox/TagboxFilter.vue.d.ts +21 -0
- package/types/components/tagbox/TagboxItem.vue.d.ts +21 -0
- package/types/components/title/TitleActions.vue.d.ts +21 -0
- package/types/components/title/TitleContent.vue.d.ts +21 -0
- package/types/components/title/TitleElement.vue.d.ts +21 -0
- package/types/index.d.ts +4 -0
- package/types/main.d.ts +1 -0
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "survey-vue3-ui",
|
|
3
|
+
"version": "1.9.99",
|
|
4
|
+
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"Survey",
|
|
7
|
+
"JavaScript",
|
|
8
|
+
"Bootstrap",
|
|
9
|
+
"Library",
|
|
10
|
+
"knockout"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://surveyjs.io/",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"main": "survey-vue3-ui.umd.js",
|
|
15
|
+
"module": "survey-vue3-ui.es.js",
|
|
16
|
+
"types": "types/index.d.ts",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/surveyjs/surveyjs.git"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"vue": "^3.2.41"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"survey-core": "*"
|
|
26
|
+
}
|
|
27
|
+
}
|