@opengis/form 0.1.1 → 0.1.3
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 +11 -26
- package/dist/index-bop7NxwT.js +12529 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +22 -22
- package/dist/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -1
- package/dist/src/components/modal/modal-edit.vue.d.ts.map +1 -1
- package/dist/src/utils/file.api.d.ts +2 -1
- package/dist/src/utils/file.api.d.ts.map +1 -1
- package/dist/{vs-richtext-DfF4oqFg.js → vs-richtext-CYpHn7jW.js} +1 -1
- package/package.json +80 -79
- package/dist/index-B1hnQExR.js +0 -12392
package/README.md
CHANGED
|
@@ -1,35 +1,20 @@
|
|
|
1
1
|
# Vue 3 + TypeScript + Vite
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Flexible and reusable way to create forms with validation, different input types, and layouts
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
* **Advanced Inputs** — richtext, mask, slug, color, file, range та custom input types.
|
|
17
|
-
* **Array Fields** — динамічні списки та repeatable blocks.
|
|
18
|
-
* **Key Value Inputs** — редактор key-value структур.
|
|
19
|
-
* **Select & Options** — select, radio, checkbox та async options.
|
|
20
|
-
* **Conditional Logic** — умовне відображення та поведінка полів.
|
|
21
|
-
* **Layouts** — секції, колонки, групи та вкладені layout-компоненти.
|
|
22
|
-
* **Validation Rules** — built-in та custom правила валідації.
|
|
23
|
-
* **Form Methods** — API для submit, reset, validate та state management.
|
|
24
|
-
* **Localization** — мультимовні labels, placeholders та validation messages.
|
|
25
|
-
* **Reactive State** — повністю reactive form model на Vue 3 Composition API.
|
|
26
|
-
* **Custom Components** — підтримка власних input-компонентів.
|
|
27
|
-
* **Nested Schemas** — вкладені форми та complex object structures.
|
|
28
|
-
* **Async Support** — async validation, loading states та remote data sources.
|
|
29
|
-
* **Static Elements** — текстові блоки, separators та helper content.
|
|
30
|
-
* **Type Safety** — сумісність з TypeScript.
|
|
31
|
-
* **Extensible Architecture** — plugin-based розширення та кастомізація.
|
|
7
|
+
- Schema-based filter rendering (radio, checkbox)
|
|
8
|
+
- Slot-based extensibility for custom filters
|
|
9
|
+
- Built-in clear/reset support
|
|
10
|
+
- Emits `change` and `clear` events
|
|
11
|
+
- Popover support with positioning logic
|
|
12
|
+
- Show more / limit options logic
|
|
13
|
+
- Written in TypeScript
|
|
14
|
+
- Fully styleable with Tailwind CSS
|
|
15
|
+
- Mobile-friendly and responsive
|
|
32
16
|
|
|
17
|
+
---
|
|
33
18
|
|
|
34
19
|
## Documentation
|
|
35
20
|
|