survey-creator-core 1.9.32 → 1.9.35
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 +2 -2
- package/package.json +1 -1
- package/survey-creator-core.css +70 -38
- package/survey-creator-core.d.ts +216 -196
- package/survey-creator-core.i18n.js +22 -25
- package/survey-creator-core.i18n.min.js +2 -2
- package/survey-creator-core.js +355 -247
- package/survey-creator-core.min.css +14 -14
- package/survey-creator-core.min.js +3 -3
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Survey Creator
|
|
1
|
+
# Survey Creator Model (Platform-Independent Part)
|
|
2
2
|
|
|
3
3
|
[](https://dev.azure.com/SurveyJS/SurveyJS%20Integration%20Tests/_build/latest?definitionId=8&branchName=master)
|
|
4
4
|
<a href="https://www.npmjs.com/package/survey-creator"><img alt="NPM Version" src="https://img.shields.io/npm/v/survey-creator.svg" data-canonical-src="https://img.shields.io/npm/v/survey-creator.svg" style="max-width:100%;"></a>
|
|
5
5
|
|
|
6
|
-
This package implements a platform-independent survey model for Survey Creator
|
|
6
|
+
This package implements a platform-independent survey model for Survey Creator. It should be used with one of the following platform-specific packages:
|
|
7
7
|
|
|
8
8
|
- [survey-creator-react](../survey-creator-react) for React
|
|
9
9
|
- [survey-creator-knockout](../survey-creator-knockout) for Knockout, jQuery, Angular, and Vue
|