tocco-widget-bundle 0.1.91 → 0.1.93
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/changelog.md +17 -0
- package/dist/address-update.js +8 -8
- package/dist/chunk-527.fd07fa2ccc0801655aad.js +1 -0
- package/dist/{chunk-560.6dd026a3333c91a1c670.js → chunk-560.e4ff60ba504aab64fded.js} +1 -1
- package/dist/chunk-563.56fc5560230e6a8417d9.js +1 -0
- package/dist/{chunk-759.e39acb8e76796408b741.js → chunk-759.e98d9ca417f9458cdb73.js} +1 -1
- package/dist/{chunk-817.e69dbe018055e675170e.js → chunk-817.f2e0d7dc047dc48d52c8.js} +1 -1
- package/dist/chunk-889.b3132cd4fb3ba7ce705a.js +6 -0
- package/dist/chunk-actions.df4a5b24c7a916222db8.js +1 -0
- package/dist/{chunk-ckeditor.13df02033574b308f15b.js → chunk-ckeditor.7062280c14664adccb99.js} +4 -4
- package/dist/chunk-code-editor.92f43cbe55db28653cf1.js +6 -0
- package/dist/chunk-docs-actions.1d1609a83fe5167b7c3a.js +1 -0
- package/dist/chunk-vendor-fontawesome.428fb8a2ead9aced75bc.js +1 -0
- package/dist/chunk-vendor-icons.46e0deb3498e2b8b806e.js +1 -0
- package/dist/{chunk-vendor-libphonenumber-js.4533d665bea87f7b6efe.js → chunk-vendor-libphonenumber-js.88c9f0af7ea24892c48a.js} +1 -1
- package/dist/docs-browser.js +7 -7
- package/dist/entity-browser.js +7 -7
- package/dist/entity-dms.js +7 -7
- package/dist/login.js +9 -9
- package/dist/mailing-list.js +9 -9
- package/dist/password-update.js +9 -9
- package/dist/personal-dms.js +7 -7
- package/dist/public-dms.js +7 -7
- package/dist/sso-login.js +7 -7
- package/dist/stint-auction.js +9 -9
- package/dist/user-availability.js +9 -9
- package/dist/user-grades.js +9 -9
- package/dist/user-menu.js +7 -7
- package/dist/wage-view.js +9 -9
- package/package.json +1 -1
- package/dist/chunk-344.e2f5c95b17d4a75c35ce.js +0 -1
- package/dist/chunk-81.98d330a11384e1603c3a.js +0 -6
- package/dist/chunk-actions.205a848b1d52da6bfa9c.js +0 -1
- package/dist/chunk-code-editor.5d64dc0e83fbb831d429.js +0 -1
- package/dist/chunk-docs-actions.f43345d065dec5d0f267.js +0 -1
- package/dist/chunk-vendor-fontawesome.27039b73576b1327de88.js +0 -1
- package/dist/chunk-vendor-icons.061609690c8b686372e9.js +0 -1
package/changelog.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
0.1.93
|
|
2
|
+
- pass widget key as query param so backend can read it in a standardized way
|
|
3
|
+
- add min/max selection option for multiple-choice
|
|
4
|
+
- support min and max selection in validation
|
|
5
|
+
- add login component
|
|
6
|
+
|
|
7
|
+
0.1.92
|
|
8
|
+
- add username form to login
|
|
9
|
+
- restructre login page input props
|
|
10
|
+
- fix paddings for user-menu button
|
|
11
|
+
- fix error message alignment
|
|
12
|
+
- add the possibility to close some modals with enter key if button is primary
|
|
13
|
+
- add choice ui component
|
|
14
|
+
- add choice field
|
|
15
|
+
- add form pseudo field logic
|
|
16
|
+
- add additional condition to getUsedPaths
|
|
17
|
+
|
|
1
18
|
0.1.91
|
|
2
19
|
- create event-registration-action
|
|
3
20
|
- add event-registration-action
|