@opengis/form 0.0.184 → 0.0.185
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 +61 -61
- package/dist/api/suggest/suggestions_list.json +7 -7
- package/dist/{index-CDkrmpbb.js → index-DnsOnW7S.js} +3036 -3038
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +24 -24
- package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
- package/dist/src/composables/useInputOptions.d.ts +2 -2
- package/dist/src/composables/useInputOptions.d.ts.map +1 -1
- package/dist/src/richtext/components/controls/index.d.ts +0 -2
- package/dist/src/richtext/components/controls/index.d.ts.map +1 -1
- package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
- package/dist/src/richtext/components/vs-richtext.vue.d.ts +0 -1
- package/dist/src/richtext/composables/contentFormat.d.ts +18 -0
- package/dist/src/richtext/composables/contentFormat.d.ts.map +1 -1
- package/dist/vs-richtext-CY9z5Lsr.js +3000 -0
- package/locales/en.json +39 -39
- package/locales/uk.json +39 -39
- package/package.json +79 -79
- package/dist/src/richtext/components/controls/vs-editor-tab.vue.d.ts +0 -8
- package/dist/src/richtext/components/controls/vs-editor-tab.vue.d.ts.map +0 -1
- package/dist/src/richtext/components/controls/vs-editor-type-tag.vue.d.ts +0 -8
- package/dist/src/richtext/components/controls/vs-editor-type-tag.vue.d.ts.map +0 -1
- package/dist/vs-richtext-DuLs6lTx.js +0 -3049
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.
|
|
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.185",
|
|
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,8 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
editor: Record<string, any>;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly editor?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
8
|
-
//# sourceMappingURL=vs-editor-tab.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs-editor-tab.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-tab.vue"],"names":[],"mappings":""}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
editor?: Record<string, any> | undefined;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly editor?: Record<string, any> | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
export default _default;
|
|
8
|
-
//# sourceMappingURL=vs-editor-type-tag.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vs-editor-type-tag.vue.d.ts","sourceRoot":"","sources":["../../../../../src/richtext/components/controls/vs-editor-type-tag.vue"],"names":[],"mappings":""}
|