@opengis/form 0.0.132 → 0.0.134

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/locales/en.json CHANGED
@@ -1,34 +1,34 @@
1
- {
2
- "form": {
3
- "richtext": {
4
- "paragraph": "Paragraph",
5
- "heading1": "Heading 1",
6
- "heading2": "Heading 2",
7
- "heading3": "Heading 3",
8
- "heading4": "Heading 4",
9
- "heading5": "Heading 5",
10
- "heading6": "Heading 6",
11
- "createTable": "Create Table",
12
- "addColumn": "Add Column",
13
- "addRow": "Add Row",
14
- "deleteColumn": "Delete Column",
15
- "deleteRow": "Delete Row",
16
- "deleteTable": "Delete Table",
17
- "mergeCells": "Merge Cells",
18
- "splitCells": "Split Cells",
19
- "linkTitle": "Enter Link",
20
- "link": "Link",
21
- "linkUrl": "Enter URL",
22
- "editLink": "Edit Link",
23
- "openLink": "Open Link",
24
- "removeLink": "Remove Link",
25
- "openInNewTab": "Open in New Tab",
26
- "editor": "Editor",
27
- "html": "HTML",
28
- "markdown": "Markdown",
29
- "create": "Create",
30
- "update": "Update",
31
- "cancel": "Cancel"
32
- }
33
- }
34
- }
1
+ {
2
+ "form": {
3
+ "richtext": {
4
+ "paragraph": "Paragraph",
5
+ "heading1": "Heading 1",
6
+ "heading2": "Heading 2",
7
+ "heading3": "Heading 3",
8
+ "heading4": "Heading 4",
9
+ "heading5": "Heading 5",
10
+ "heading6": "Heading 6",
11
+ "createTable": "Create Table",
12
+ "addColumn": "Add Column",
13
+ "addRow": "Add Row",
14
+ "deleteColumn": "Delete Column",
15
+ "deleteRow": "Delete Row",
16
+ "deleteTable": "Delete Table",
17
+ "mergeCells": "Merge Cells",
18
+ "splitCells": "Split Cells",
19
+ "linkTitle": "Enter Link",
20
+ "link": "Link",
21
+ "linkUrl": "Enter URL",
22
+ "editLink": "Edit Link",
23
+ "openLink": "Open Link",
24
+ "removeLink": "Remove Link",
25
+ "openInNewTab": "Open in New Tab",
26
+ "editor": "Editor",
27
+ "html": "HTML",
28
+ "markdown": "Markdown",
29
+ "create": "Create",
30
+ "update": "Update",
31
+ "cancel": "Cancel"
32
+ }
33
+ }
34
+ }
package/locales/uk.json CHANGED
@@ -1,34 +1,34 @@
1
- {
2
- "form": {
3
- "richtext": {
4
- "paragraph": "Звичайний текст",
5
- "heading1": "Заголовок 1",
6
- "heading2": "Заголовок 2",
7
- "heading3": "Заголовок 3",
8
- "heading4": "Заголовок 4",
9
- "heading5": "Заголовок 5",
10
- "heading6": "Заголовок 6",
11
- "createTable": "Створити таблицю",
12
- "addColumn": "Додати колонку",
13
- "addRow": "Додати рядок",
14
- "deleteColumn": "Видалити колонку",
15
- "deleteRow": "Видалити рядок",
16
- "deleteTable": "Видалити таблицю",
17
- "mergeCells": "Об'єднати комірки",
18
- "splitCells": "Розділити комірки",
19
- "linkTitle": "Додати посилання",
20
- "link": "Посилання",
21
- "linkUrl": "Введіть URL",
22
- "editLink": "Редагувати посилання",
23
- "openLink": "Відкрити посилання",
24
- "removeLink": "Видалити посилання",
25
- "openInNewTab": "Відкривати в новій вкладці",
26
- "editor": "Редактор",
27
- "html": "HTML",
28
- "markdown": "Markdown",
29
- "create": "Створити",
30
- "update": "Оновити",
31
- "cancel": "Скасувати"
32
- }
33
- }
34
- }
1
+ {
2
+ "form": {
3
+ "richtext": {
4
+ "paragraph": "Звичайний текст",
5
+ "heading1": "Заголовок 1",
6
+ "heading2": "Заголовок 2",
7
+ "heading3": "Заголовок 3",
8
+ "heading4": "Заголовок 4",
9
+ "heading5": "Заголовок 5",
10
+ "heading6": "Заголовок 6",
11
+ "createTable": "Створити таблицю",
12
+ "addColumn": "Додати колонку",
13
+ "addRow": "Додати рядок",
14
+ "deleteColumn": "Видалити колонку",
15
+ "deleteRow": "Видалити рядок",
16
+ "deleteTable": "Видалити таблицю",
17
+ "mergeCells": "Об'єднати комірки",
18
+ "splitCells": "Розділити комірки",
19
+ "linkTitle": "Додати посилання",
20
+ "link": "Посилання",
21
+ "linkUrl": "Введіть URL",
22
+ "editLink": "Редагувати посилання",
23
+ "openLink": "Відкрити посилання",
24
+ "removeLink": "Видалити посилання",
25
+ "openInNewTab": "Відкривати в новій вкладці",
26
+ "editor": "Редактор",
27
+ "html": "HTML",
28
+ "markdown": "Markdown",
29
+ "create": "Створити",
30
+ "update": "Оновити",
31
+ "cancel": "Скасувати"
32
+ }
33
+ }
34
+ }
package/package.json CHANGED
@@ -1,79 +1,79 @@
1
- {
2
- "name": "@opengis/form",
3
- "private": false,
4
- "version": "0.0.132",
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.134",
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
+ }