survey-js-ui 1.11.7
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/README.md +51 -0
- package/package.json +28 -0
- package/survey-js-ui.d.ts +2 -0
- package/survey-js-ui.js +11317 -0
- package/survey-js-ui.js.map +1 -0
- package/survey-js-ui.min.js +6 -0
- package/typings/entries/core-export.d.ts +3 -0
- package/typings/entries/js-ui.d.ts +7 -0
- package/typings/entries/react-ui-model.d.ts +84 -0
- package/typings/react/boolean-checkbox.d.ts +6 -0
- package/typings/react/boolean-radio.d.ts +8 -0
- package/typings/react/boolean.d.ts +17 -0
- package/typings/react/components/action-bar/action-bar-item-dropdown.d.ts +8 -0
- package/typings/react/components/action-bar/action-bar-item.d.ts +20 -0
- package/typings/react/components/action-bar/action-bar-separator.d.ts +5 -0
- package/typings/react/components/action-bar/action-bar.d.ts +21 -0
- package/typings/react/components/brand-info.d.ts +4 -0
- package/typings/react/components/character-counter.d.ts +11 -0
- package/typings/react/components/components-container.d.ts +4 -0
- package/typings/react/components/file/file-choose-button.d.ts +8 -0
- package/typings/react/components/file/file-preview.d.ts +11 -0
- package/typings/react/components/header.d.ts +22 -0
- package/typings/react/components/list/list-item-content.d.ts +14 -0
- package/typings/react/components/list/list-item-group.d.ts +14 -0
- package/typings/react/components/list/list-item.d.ts +16 -0
- package/typings/react/components/list/list.d.ts +22 -0
- package/typings/react/components/loading-indicator.d.ts +4 -0
- package/typings/react/components/matrix/row.d.ts +20 -0
- package/typings/react/components/matrix-actions/detail-button/detail-button.d.ts +12 -0
- package/typings/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +6 -0
- package/typings/react/components/matrix-actions/remove-button/remove-button.d.ts +9 -0
- package/typings/react/components/notifier.d.ts +11 -0
- package/typings/react/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -0
- package/typings/react/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -0
- package/typings/react/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -0
- package/typings/react/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -0
- package/typings/react/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -0
- package/typings/react/components/popup/popup.d.ts +42 -0
- package/typings/react/components/question-error.d.ts +10 -0
- package/typings/react/components/rating/rating-dropdown-item.d.ts +12 -0
- package/typings/react/components/rating/rating-item-smiley.d.ts +5 -0
- package/typings/react/components/rating/rating-item-star.d.ts +5 -0
- package/typings/react/components/rating/rating-item.d.ts +22 -0
- package/typings/react/components/skeleton.d.ts +4 -0
- package/typings/react/components/survey-actions/survey-nav-button.d.ts +8 -0
- package/typings/react/components/survey-header/logo-image.d.ts +11 -0
- package/typings/react/components/survey-header/survey-header.d.ts +17 -0
- package/typings/react/components/svg-icon/svg-icon.d.ts +9 -0
- package/typings/react/components/title/title-actions.d.ts +7 -0
- package/typings/react/components/title/title-content.d.ts +10 -0
- package/typings/react/components/title/title-element.d.ts +6 -0
- package/typings/react/custom-widget.d.ts +12 -0
- package/typings/react/dropdown-base.d.ts +25 -0
- package/typings/react/dropdown-item.d.ts +13 -0
- package/typings/react/dropdown-select.d.ts +6 -0
- package/typings/react/element-factory.d.ts +9 -0
- package/typings/react/element-header.d.ts +5 -0
- package/typings/react/element.d.ts +19 -0
- package/typings/react/flow-panel.d.ts +22 -0
- package/typings/react/image.d.ts +10 -0
- package/typings/react/imagepicker.d.ts +25 -0
- package/typings/react/page.d.ts +11 -0
- package/typings/react/panel-base.d.ts +25 -0
- package/typings/react/panel.d.ts +16 -0
- package/typings/react/progress.d.ts +9 -0
- package/typings/react/progressButtons.d.ts +19 -0
- package/typings/react/progressToc.d.ts +5 -0
- package/typings/react/rating-dropdown.d.ts +8 -0
- package/typings/react/react-popup-survey.d.ts +24 -0
- package/typings/react/reactSurvey.d.ts +41 -0
- package/typings/react/reactSurveyNavigationBase.d.ts +10 -0
- package/typings/react/reactquestion.d.ts +81 -0
- package/typings/react/reactquestion_buttongroup.d.ts +23 -0
- package/typings/react/reactquestion_checkbox.d.ts +33 -0
- package/typings/react/reactquestion_comment.d.ts +31 -0
- package/typings/react/reactquestion_custom.d.ts +13 -0
- package/typings/react/reactquestion_dropdown.d.ts +7 -0
- package/typings/react/reactquestion_element.d.ts +63 -0
- package/typings/react/reactquestion_empty.d.ts +8 -0
- package/typings/react/reactquestion_expression.d.ts +8 -0
- package/typings/react/reactquestion_factory.d.ts +8 -0
- package/typings/react/reactquestion_file.d.ts +14 -0
- package/typings/react/reactquestion_html.d.ts +13 -0
- package/typings/react/reactquestion_matrix.d.ts +33 -0
- package/typings/react/reactquestion_matrixdropdown.d.ts +4 -0
- package/typings/react/reactquestion_matrixdropdownbase.d.ts +29 -0
- package/typings/react/reactquestion_matrixdynamic.d.ts +20 -0
- package/typings/react/reactquestion_multipletext.d.ts +22 -0
- package/typings/react/reactquestion_paneldynamic.d.ts +28 -0
- package/typings/react/reactquestion_radiogroup.d.ts +32 -0
- package/typings/react/reactquestion_ranking.d.ts +30 -0
- package/typings/react/reactquestion_rating.d.ts +10 -0
- package/typings/react/reactquestion_tagbox.d.ts +10 -0
- package/typings/react/reactquestion_text.d.ts +11 -0
- package/typings/react/reactsurveymodel.d.ts +9 -0
- package/typings/react/reacttimerpanel.d.ts +11 -0
- package/typings/react/row.d.ts +21 -0
- package/typings/react/signaturepad.d.ts +11 -0
- package/typings/react/string-editor.d.ts +11 -0
- package/typings/react/string-viewer.d.ts +15 -0
- package/typings/react/svgbundle.d.ts +7 -0
- package/typings/react/tagbox-filter.d.ts +23 -0
- package/typings/react/tagbox-item.d.ts +10 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.