@opengis/form 0.0.77 → 0.0.79

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/dist/schema.d.ts CHANGED
@@ -390,6 +390,11 @@ declare const allFields: {
390
390
  ua: string;
391
391
  placeholder: string;
392
392
  };
393
+ tel: {
394
+ type: string;
395
+ ua: string;
396
+ placeholder: string;
397
+ };
393
398
  datatable: {
394
399
  type: string;
395
400
  ua: string;
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../src/schema.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8DjB,CAAC;AAEF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqEX,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuFpB,CAAC;AAEF,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IZ,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Od,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDpB,CAAC;AACF,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,eAAe,GAC3E,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../src/schema.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8DjB,CAAC;AAEF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqEX,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuFpB,CAAC;AAEF,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IZ,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgPd,CAAC;AAEF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDpB,CAAC;AACF,OAAO,EACL,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,eAAe,GAC3E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"formRules.d.ts","sourceRoot":"","sources":["../../src/utils/formRules.ts"],"names":[],"mappings":"AA8DA,eAAO,MAAM,cAAc,GAAI,OAAO,GAAG,EAAE,MAAM,GAAG,qBAcnD,CAAC;;AACF,wBAAoB"}
1
+ {"version":3,"file":"formRules.d.ts","sourceRoot":"","sources":["../../src/utils/formRules.ts"],"names":[],"mappings":"AAsEA,eAAO,MAAM,cAAc,GAAI,OAAO,GAAG,EAAE,MAAM,GAAG,qBAgBnD,CAAC;;AACF,wBAAoB"}
package/package.json CHANGED
@@ -1,68 +1,68 @@
1
- {
2
- "name": "@opengis/form",
3
- "private": false,
4
- "version": "0.0.77",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "description": "A flexible and extensible Vue form library",
9
- "homepage": "https://form.opengis.info/",
10
- "author": {
11
- "name": "OpenGIS",
12
- "url": "https://opengis.info/"
13
- },
14
- "files": [
15
- "dist"
16
- ],
17
- "keywords": [
18
- "vuejs",
19
- "vue",
20
- "forms",
21
- "form",
22
- "form-builder",
23
- "form-generator",
24
- "vue-form",
25
- "vue-form-generator",
26
- "vue3",
27
- "forms-builder",
28
- "vueforms",
29
- "vueform",
30
- "form-generator-vue3"
31
- ],
32
- "scripts": {
33
- "dev": "vite",
34
- "build": "vue-tsc -b && vite build && npm run build:types",
35
- "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
36
- "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
37
- "build:only": "vite build",
38
- "build:app": "app=true vite build",
39
- "prepublishOnly": "bun run build",
40
- "preview": "vite preview",
41
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
42
- },
43
- "devDependencies": {
44
- "@opengis/core": "^0.0.30",
45
- "@tsconfig/node22": "^22.0.2",
46
- "@types/node": "^24.2.1",
47
- "@typescript-eslint/parser": "^6.21.0",
48
- "@vitejs/plugin-vue": "^6.0.0",
49
- "@vue/eslint-config-typescript": "^12.0.0",
50
- "@vue/tsconfig": "^0.7.0",
51
- "eslint": "^8.2.0",
52
- "eslint-config-airbnb": "^19.0.4",
53
- "eslint-plugin-import": "^2.25.3",
54
- "eslint-plugin-vue": "^9.33.0",
55
- "globals": "^16.0.0",
56
- "imask": "^7.6.1",
57
- "mitt": "^3.0.1",
58
- "moment": "^2.30.1",
59
- "prettier": "^3.2.5",
60
- "sass": "^1.72.0",
61
- "typescript": "~5.8.3",
62
- "vite": "^7.0.0",
63
- "vue-tsc": "^2.2.10"
64
- },
65
- "peerDependencies": {
66
- "vue": "^3.5.17"
67
- }
68
- }
1
+ {
2
+ "name": "@opengis/form",
3
+ "private": false,
4
+ "version": "0.0.79",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "description": "A flexible and extensible Vue form library",
9
+ "homepage": "https://form.opengis.info/",
10
+ "author": {
11
+ "name": "OpenGIS",
12
+ "url": "https://opengis.info/"
13
+ },
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "keywords": [
18
+ "vuejs",
19
+ "vue",
20
+ "forms",
21
+ "form",
22
+ "form-builder",
23
+ "form-generator",
24
+ "vue-form",
25
+ "vue-form-generator",
26
+ "vue3",
27
+ "forms-builder",
28
+ "vueforms",
29
+ "vueform",
30
+ "form-generator-vue3"
31
+ ],
32
+ "scripts": {
33
+ "dev": "vite",
34
+ "build": "vue-tsc -b && vite build && npm run build:types",
35
+ "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
36
+ "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
37
+ "build:only": "vite build",
38
+ "build:app": "app=true vite build",
39
+ "prepublishOnly": "bun run build",
40
+ "preview": "vite preview",
41
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
42
+ },
43
+ "devDependencies": {
44
+ "@opengis/core": "^0.0.30",
45
+ "@tsconfig/node22": "^22.0.2",
46
+ "@types/node": "^24.2.1",
47
+ "@typescript-eslint/parser": "^6.21.0",
48
+ "@vitejs/plugin-vue": "^6.0.0",
49
+ "@vue/eslint-config-typescript": "^12.0.0",
50
+ "@vue/tsconfig": "^0.7.0",
51
+ "eslint": "^8.2.0",
52
+ "eslint-config-airbnb": "^19.0.4",
53
+ "eslint-plugin-import": "^2.25.3",
54
+ "eslint-plugin-vue": "^9.33.0",
55
+ "globals": "^16.0.0",
56
+ "imask": "^7.6.1",
57
+ "mitt": "^3.0.1",
58
+ "moment": "^2.30.1",
59
+ "prettier": "^3.2.5",
60
+ "sass": "^1.72.0",
61
+ "typescript": "~5.8.3",
62
+ "vite": "^7.0.0",
63
+ "vue-tsc": "^2.2.10"
64
+ },
65
+ "peerDependencies": {
66
+ "vue": "^3.5.17"
67
+ }
68
+ }