@farris/jit-engine 1.3.324 → 1.3.326
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 +4 -0
- package/bin/index.js +0 -0
- package/lib/domstructure/devkit/devkit.js +217 -217
- package/lib/domstructure/devkit/devkit.js.map +1 -1
- package/lib/template/ui/mobilevue/calendar-input.pug +4 -3
- package/lib/template/ui/mobilevue/checkbox-group.pug +4 -3
- package/lib/template/ui/mobilevue/custom-box.pug +4 -3
- package/lib/template/ui/mobilevue/date-time-picker.pug +4 -3
- package/lib/template/ui/mobilevue/lookup-department.pug +4 -3
- package/lib/template/ui/mobilevue/lookup-employee.pug +4 -3
- package/lib/template/ui/mobilevue/lookup-input.pug +4 -3
- package/lib/template/ui/mobilevue/number.pug +4 -3
- package/lib/template/ui/mobilevue/picker-area.pug +4 -3
- package/lib/template/ui/mobilevue/picker-city.pug +4 -3
- package/lib/template/ui/mobilevue/picker-relation.pug +4 -3
- package/lib/template/ui/mobilevue/picker.pug +4 -3
- package/lib/template/ui/mobilevue/radio-group.pug +4 -3
- package/lib/template/ui/mobilevue/rich-text-editor.pug +4 -3
- package/lib/template/ui/mobilevue/switch.pug +4 -3
- package/lib/template/ui/mobilevue/text-area.pug +4 -3
- package/lib/template/ui/mobilevue/text-box-external.pug +4 -3
- package/lib/template/ui/mobilevue/text-box.pug +4 -3
- package/lib/template/ui/mobilevue/text-scan.pug +4 -3
- package/lib/template/ui/mobilevue/text-telphone.pug +4 -3
- package/lib/utility/devkit/external-component/external-component-creator.js +102 -101
- package/lib/utility/devkit/external-component/external-component-creator.js.map +1 -1
- package/package.json +56 -56
package/package.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@farris/jit-engine",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "./lib/index.js",
|
|
6
|
-
"bin": {
|
|
7
|
-
"jit": "./bin/index.js"
|
|
8
|
-
},
|
|
9
|
-
"engines": {
|
|
10
|
-
"node": ">= 6.9.0",
|
|
11
|
-
"npm": ">= 3.0.0"
|
|
12
|
-
},
|
|
13
|
-
"files": [
|
|
14
|
-
"lib/",
|
|
15
|
-
"bin/",
|
|
16
|
-
"ioc.config"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"build": "npm run build-ts && npm run copy-static-assets",
|
|
20
|
-
"build-q": "npm run build-ts",
|
|
21
|
-
"test": "jest --coverage ",
|
|
22
|
-
"watch-test": "npm run test --watchAll",
|
|
23
|
-
"build-ts": "tsc",
|
|
24
|
-
"tslint": "tslint -c tslint.json -p tsconfig.json",
|
|
25
|
-
"copy-static-assets": "ts-node copyStaticAssets.ts"
|
|
26
|
-
},
|
|
27
|
-
"keywords": [
|
|
28
|
-
"jit",
|
|
29
|
-
"engine",
|
|
30
|
-
"jit-engine"
|
|
31
|
-
],
|
|
32
|
-
"author": "Noah",
|
|
33
|
-
"license": "ISC",
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"fs-extra": "^8.1.0",
|
|
36
|
-
"lodash": "^4.17.10",
|
|
37
|
-
"prettier": "^1.18.2",
|
|
38
|
-
"pug": "^2.0.0-rc.4",
|
|
39
|
-
"read-package-tree": "^5.3.1",
|
|
40
|
-
"typescript-ioc": "^1.2.4",
|
|
41
|
-
"yargs": "^12.0.1"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@types/fs-extra": "^8.1.1",
|
|
45
|
-
"@types/jest": "24.0.15",
|
|
46
|
-
"@types/lodash": "^4.14.91",
|
|
47
|
-
"@types/node": "^12.6.1",
|
|
48
|
-
"@types/prettier": "^1.18.0",
|
|
49
|
-
"@types/pug": "^2.0.4",
|
|
50
|
-
"@types/yargs": "^11.1.1",
|
|
51
|
-
"jest": "^24.8.0",
|
|
52
|
-
"ts-jest": "^24.0.2",
|
|
53
|
-
"ts-node": "^8.3.0",
|
|
54
|
-
"tslint": "^5.18.0",
|
|
55
|
-
"typescript": "^3.5.3"
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@farris/jit-engine",
|
|
3
|
+
"version": "1.3.326",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "./lib/index.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"jit": "./bin/index.js"
|
|
8
|
+
},
|
|
9
|
+
"engines": {
|
|
10
|
+
"node": ">= 6.9.0",
|
|
11
|
+
"npm": ">= 3.0.0"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"lib/",
|
|
15
|
+
"bin/",
|
|
16
|
+
"ioc.config"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"build": "npm run build-ts && npm run copy-static-assets",
|
|
20
|
+
"build-q": "npm run build-ts",
|
|
21
|
+
"test": "jest --coverage ",
|
|
22
|
+
"watch-test": "npm run test --watchAll",
|
|
23
|
+
"build-ts": "tsc",
|
|
24
|
+
"tslint": "tslint -c tslint.json -p tsconfig.json",
|
|
25
|
+
"copy-static-assets": "ts-node copyStaticAssets.ts"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"jit",
|
|
29
|
+
"engine",
|
|
30
|
+
"jit-engine"
|
|
31
|
+
],
|
|
32
|
+
"author": "Noah",
|
|
33
|
+
"license": "ISC",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"fs-extra": "^8.1.0",
|
|
36
|
+
"lodash": "^4.17.10",
|
|
37
|
+
"prettier": "^1.18.2",
|
|
38
|
+
"pug": "^2.0.0-rc.4",
|
|
39
|
+
"read-package-tree": "^5.3.1",
|
|
40
|
+
"typescript-ioc": "^1.2.4",
|
|
41
|
+
"yargs": "^12.0.1"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@types/fs-extra": "^8.1.1",
|
|
45
|
+
"@types/jest": "24.0.15",
|
|
46
|
+
"@types/lodash": "^4.14.91",
|
|
47
|
+
"@types/node": "^12.6.1",
|
|
48
|
+
"@types/prettier": "^1.18.0",
|
|
49
|
+
"@types/pug": "^2.0.4",
|
|
50
|
+
"@types/yargs": "^11.1.1",
|
|
51
|
+
"jest": "^24.8.0",
|
|
52
|
+
"ts-jest": "^24.0.2",
|
|
53
|
+
"ts-node": "^8.3.0",
|
|
54
|
+
"tslint": "^5.18.0",
|
|
55
|
+
"typescript": "^3.5.3"
|
|
56
|
+
}
|
|
57
57
|
}
|