@opengis/form 0.0.178 → 0.0.180

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.
Files changed (30) hide show
  1. package/README.md +61 -61
  2. package/dist/api/suggest/suggestions_list.json +7 -7
  3. package/dist/index-BFryeOp5.js +12104 -0
  4. package/dist/index.css +1 -1
  5. package/dist/index.js +22 -21
  6. package/dist/index.umd.cjs +23 -23
  7. package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
  8. package/dist/src/components/inputs/file/file-input.utils.d.ts +23 -0
  9. package/dist/src/components/inputs/file/file-input.utils.d.ts.map +1 -0
  10. package/dist/src/components/inputs/file/vs-input-file-list-item.vue.d.ts +14 -2
  11. package/dist/src/components/inputs/file/vs-input-file-list-item.vue.d.ts.map +1 -1
  12. package/dist/src/components/inputs/file/vs-input-file.vue.d.ts +7 -11
  13. package/dist/src/components/inputs/file/vs-input-file.vue.d.ts.map +1 -1
  14. package/dist/src/components/inputs/file/vs-input-file2.vue.d.ts +5 -7
  15. package/dist/src/components/inputs/file/vs-input-file2.vue.d.ts.map +1 -1
  16. package/dist/src/components/inputs/index.d.ts +21 -90
  17. package/dist/src/components/inputs/index.d.ts.map +1 -1
  18. package/dist/src/components/inputs/select/vs-select-control.vue.d.ts.map +1 -1
  19. package/dist/src/components/inputs/vs-input-select.vue.d.ts.map +1 -1
  20. package/dist/src/composables/useInputOptions.d.ts +2 -2
  21. package/dist/src/composables/useInputOptions.d.ts.map +1 -1
  22. package/dist/src/index.d.ts +1 -0
  23. package/dist/src/index.d.ts.map +1 -1
  24. package/dist/src/types/form.d.ts +1 -0
  25. package/dist/src/types/form.d.ts.map +1 -1
  26. package/dist/{vs-richtext-nU0ypT40.js → vs-richtext-Au0gqD7B.js} +8 -8
  27. package/locales/en.json +39 -39
  28. package/locales/uk.json +39 -39
  29. package/package.json +79 -79
  30. package/dist/index-BO-lqUWK.js +0 -12137
package/locales/en.json CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "form": {
3
- "autofillFrom": "Filled from",
4
- "date": {
5
- "today": "Today",
6
- "clear": "Clear"
7
- },
8
- "richtext": {
9
- "paragraph": "Paragraph",
10
- "heading1": "Heading 1",
11
- "heading2": "Heading 2",
12
- "heading3": "Heading 3",
13
- "heading4": "Heading 4",
14
- "heading5": "Heading 5",
15
- "heading6": "Heading 6",
16
- "createTable": "Create Table",
17
- "addColumn": "Add Column",
18
- "addRow": "Add Row",
19
- "deleteColumn": "Delete Column",
20
- "deleteRow": "Delete Row",
21
- "deleteTable": "Delete Table",
22
- "mergeCells": "Merge Cells",
23
- "splitCells": "Split Cells",
24
- "linkTitle": "Enter Link",
25
- "link": "Link",
26
- "linkUrl": "Enter URL",
27
- "editLink": "Edit Link",
28
- "openLink": "Open Link",
29
- "removeLink": "Remove Link",
30
- "openInNewTab": "Open in New Tab",
31
- "editor": "Editor",
32
- "html": "HTML",
33
- "markdown": "Markdown",
34
- "create": "Create",
35
- "update": "Update",
36
- "cancel": "Cancel"
37
- }
38
- }
39
- }
1
+ {
2
+ "form": {
3
+ "autofillFrom": "Filled from",
4
+ "date": {
5
+ "today": "Today",
6
+ "clear": "Clear"
7
+ },
8
+ "richtext": {
9
+ "paragraph": "Paragraph",
10
+ "heading1": "Heading 1",
11
+ "heading2": "Heading 2",
12
+ "heading3": "Heading 3",
13
+ "heading4": "Heading 4",
14
+ "heading5": "Heading 5",
15
+ "heading6": "Heading 6",
16
+ "createTable": "Create Table",
17
+ "addColumn": "Add Column",
18
+ "addRow": "Add Row",
19
+ "deleteColumn": "Delete Column",
20
+ "deleteRow": "Delete Row",
21
+ "deleteTable": "Delete Table",
22
+ "mergeCells": "Merge Cells",
23
+ "splitCells": "Split Cells",
24
+ "linkTitle": "Enter Link",
25
+ "link": "Link",
26
+ "linkUrl": "Enter URL",
27
+ "editLink": "Edit Link",
28
+ "openLink": "Open Link",
29
+ "removeLink": "Remove Link",
30
+ "openInNewTab": "Open in New Tab",
31
+ "editor": "Editor",
32
+ "html": "HTML",
33
+ "markdown": "Markdown",
34
+ "create": "Create",
35
+ "update": "Update",
36
+ "cancel": "Cancel"
37
+ }
38
+ }
39
+ }
package/locales/uk.json CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "form": {
3
- "autofillFrom": "Підставлено з",
4
- "date": {
5
- "today": "Сьогодні",
6
- "clear": "Очистити"
7
- },
8
- "richtext": {
9
- "paragraph": "Звичайний текст",
10
- "heading1": "Заголовок 1",
11
- "heading2": "Заголовок 2",
12
- "heading3": "Заголовок 3",
13
- "heading4": "Заголовок 4",
14
- "heading5": "Заголовок 5",
15
- "heading6": "Заголовок 6",
16
- "createTable": "Створити таблицю",
17
- "addColumn": "Додати колонку",
18
- "addRow": "Додати рядок",
19
- "deleteColumn": "Видалити колонку",
20
- "deleteRow": "Видалити рядок",
21
- "deleteTable": "Видалити таблицю",
22
- "mergeCells": "Об'єднати комірки",
23
- "splitCells": "Розділити комірки",
24
- "linkTitle": "Додати посилання",
25
- "link": "Посилання",
26
- "linkUrl": "Введіть URL",
27
- "editLink": "Редагувати посилання",
28
- "openLink": "Відкрити посилання",
29
- "removeLink": "Видалити посилання",
30
- "openInNewTab": "Відкривати в новій вкладці",
31
- "editor": "Редактор",
32
- "html": "HTML",
33
- "markdown": "Markdown",
34
- "create": "Створити",
35
- "update": "Оновити",
36
- "cancel": "Скасувати"
37
- }
38
- }
39
- }
1
+ {
2
+ "form": {
3
+ "autofillFrom": "Підставлено з",
4
+ "date": {
5
+ "today": "Сьогодні",
6
+ "clear": "Очистити"
7
+ },
8
+ "richtext": {
9
+ "paragraph": "Звичайний текст",
10
+ "heading1": "Заголовок 1",
11
+ "heading2": "Заголовок 2",
12
+ "heading3": "Заголовок 3",
13
+ "heading4": "Заголовок 4",
14
+ "heading5": "Заголовок 5",
15
+ "heading6": "Заголовок 6",
16
+ "createTable": "Створити таблицю",
17
+ "addColumn": "Додати колонку",
18
+ "addRow": "Додати рядок",
19
+ "deleteColumn": "Видалити колонку",
20
+ "deleteRow": "Видалити рядок",
21
+ "deleteTable": "Видалити таблицю",
22
+ "mergeCells": "Об'єднати комірки",
23
+ "splitCells": "Розділити комірки",
24
+ "linkTitle": "Додати посилання",
25
+ "link": "Посилання",
26
+ "linkUrl": "Введіть URL",
27
+ "editLink": "Редагувати посилання",
28
+ "openLink": "Відкрити посилання",
29
+ "removeLink": "Видалити посилання",
30
+ "openInNewTab": "Відкривати в новій вкладці",
31
+ "editor": "Редактор",
32
+ "html": "HTML",
33
+ "markdown": "Markdown",
34
+ "create": "Створити",
35
+ "update": "Оновити",
36
+ "cancel": "Скасувати"
37
+ }
38
+ }
39
+ }
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
- {
2
- "name": "@opengis/form",
3
- "private": false,
4
- "version": "0.0.178",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
12
- },
13
- "./dist/index.css": "./dist/index.css",
14
- "./locales/en.json": "./locales/en.json",
15
- "./locales/uk.json": "./locales/uk.json"
16
- },
17
- "description": "A flexible and extensible Vue form library",
18
- "homepage": "https://form.opengis.info/",
19
- "author": {
20
- "name": "OpenGIS",
21
- "url": "https://opengis.info/"
22
- },
23
- "files": [
24
- "dist",
25
- "locales"
26
- ],
27
- "keywords": [
28
- "vuejs",
29
- "vue",
30
- "forms",
31
- "form",
32
- "form-builder",
33
- "form-generator",
34
- "vue-form",
35
- "vue-form-generator",
36
- "vue3",
37
- "forms-builder",
38
- "vueforms",
39
- "vueform",
40
- "form-generator-vue3"
41
- ],
42
- "scripts": {
43
- "dev": "vite",
44
- "build": "vue-tsc -b && vite build && npm run build:types",
45
- "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
46
- "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
47
- "build:only": "vite build",
48
- "build:app": "app=true vite build",
49
- "prepublishOnly": "bun run build",
50
- "preview": "vite preview",
51
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
52
- },
53
- "devDependencies": {
54
- "@opengis/core": "^0.0.30",
55
- "@tsconfig/node22": "^22.0.2",
56
- "@types/node": "^24.2.1",
57
- "@typescript-eslint/parser": "^6.21.0",
58
- "@vitejs/plugin-vue": "^6.0.0",
59
- "@vue/eslint-config-typescript": "^12.0.0",
60
- "@vue/tsconfig": "^0.7.0",
61
- "eslint": "^8.2.0",
62
- "eslint-config-airbnb": "^19.0.4",
63
- "eslint-plugin-import": "^2.25.3",
64
- "eslint-plugin-vue": "^9.33.0",
65
- "globals": "^16.0.0",
66
- "imask": "^7.6.1",
67
- "lucide-vue-next": "^0.564.0",
68
- "mitt": "^3.0.1",
69
- "prettier": "^3.2.5",
70
- "sass": "^1.72.0",
71
- "typescript": "~5.8.3",
72
- "vite": "^7.0.0",
73
- "vue-tsc": "^2.2.10"
74
- },
75
- "peerDependencies": {
76
- "vue": "^3.5.17",
77
- "lucide-vue-next": "^0.577.0"
78
- }
79
- }
1
+ {
2
+ "name": "@opengis/form",
3
+ "private": false,
4
+ "version": "0.0.180",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ },
13
+ "./dist/index.css": "./dist/index.css",
14
+ "./locales/en.json": "./locales/en.json",
15
+ "./locales/uk.json": "./locales/uk.json"
16
+ },
17
+ "description": "A flexible and extensible Vue form library",
18
+ "homepage": "https://form.opengis.info/",
19
+ "author": {
20
+ "name": "OpenGIS",
21
+ "url": "https://opengis.info/"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "locales"
26
+ ],
27
+ "keywords": [
28
+ "vuejs",
29
+ "vue",
30
+ "forms",
31
+ "form",
32
+ "form-builder",
33
+ "form-generator",
34
+ "vue-form",
35
+ "vue-form-generator",
36
+ "vue3",
37
+ "forms-builder",
38
+ "vueforms",
39
+ "vueform",
40
+ "form-generator-vue3"
41
+ ],
42
+ "scripts": {
43
+ "dev": "vite",
44
+ "build": "vue-tsc -b && vite build && npm run build:types",
45
+ "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
46
+ "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
47
+ "build:only": "vite build",
48
+ "build:app": "app=true vite build",
49
+ "prepublishOnly": "bun run build",
50
+ "preview": "vite preview",
51
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
52
+ },
53
+ "devDependencies": {
54
+ "@opengis/core": "^0.0.30",
55
+ "@tsconfig/node22": "^22.0.2",
56
+ "@types/node": "^24.2.1",
57
+ "@typescript-eslint/parser": "^6.21.0",
58
+ "@vitejs/plugin-vue": "^6.0.0",
59
+ "@vue/eslint-config-typescript": "^12.0.0",
60
+ "@vue/tsconfig": "^0.7.0",
61
+ "eslint": "^8.2.0",
62
+ "eslint-config-airbnb": "^19.0.4",
63
+ "eslint-plugin-import": "^2.25.3",
64
+ "eslint-plugin-vue": "^9.33.0",
65
+ "globals": "^16.0.0",
66
+ "imask": "^7.6.1",
67
+ "lucide-vue-next": "^0.564.0",
68
+ "mitt": "^3.0.1",
69
+ "prettier": "^3.2.5",
70
+ "sass": "^1.72.0",
71
+ "typescript": "~5.8.3",
72
+ "vite": "^7.0.0",
73
+ "vue-tsc": "^2.2.10"
74
+ },
75
+ "peerDependencies": {
76
+ "vue": "^3.5.17",
77
+ "lucide-vue-next": "^0.577.0"
78
+ }
79
+ }