@stsdti/funky-ui-kit 1.2.0 → 1.3.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.
- package/README.md +3 -2
- package/dist/funky-ui-kit.css +2 -2
- package/dist/funky-ui-kit.es.js +1124 -4017
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +1 -2
- package/web-types.json +1 -1
package/README.md
CHANGED
|
@@ -423,7 +423,9 @@ class UserModel extends BaseModel {
|
|
|
423
423
|
Date formatting and manipulation powered by `date-fns`.
|
|
424
424
|
|
|
425
425
|
### UIUtils
|
|
426
|
-
|
|
426
|
+
|
|
427
|
+
UI helpers including toast notifications (`showToastSuccess`, `showToastError`) and confirmations (
|
|
428
|
+
`showConfirmation`, `showDeleteConfirmation`).
|
|
427
429
|
|
|
428
430
|
### ResponseUtils
|
|
429
431
|
Response status checking and error extraction helpers.
|
|
@@ -560,7 +562,6 @@ For **VS Code**, install the [Volar](https://marketplace.visualstudio.com/items?
|
|
|
560
562
|
| `gsap` | Animations |
|
|
561
563
|
| `pdfjs-dist` | PDF rendering |
|
|
562
564
|
| `docx-preview` | DOCX file preview |
|
|
563
|
-
| `sweetalert2` | Alert/confirmation dialogs |
|
|
564
565
|
| `vue-tippy` | Tooltip directive |
|
|
565
566
|
| `vue-toast-notification` | Toast notifications |
|
|
566
567
|
| `vuedraggable` | Drag-and-drop lists |
|