@dckj-npm/dc-material 0.1.12 → 0.1.14

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 (64) hide show
  1. package/build/lowcode/assets-daily.json +67 -0
  2. package/build/lowcode/assets-dev.json +67 -0
  3. package/build/lowcode/assets-prod.json +67 -0
  4. package/build/lowcode/designer.html +302 -0
  5. package/build/lowcode/index.html +304 -0
  6. package/build/lowcode/index.js +1 -0
  7. package/build/lowcode/meta.js +1 -0
  8. package/build/lowcode/preview.css +1 -0
  9. package/build/lowcode/preview.html +33 -0
  10. package/build/lowcode/preview.js +308 -0
  11. package/build/lowcode/render/default/view.css +1 -0
  12. package/build/lowcode/render/default/view.js +295 -0
  13. package/build/lowcode/view.css +1 -0
  14. package/build/lowcode/view.js +295 -0
  15. package/lowcode/search-bar/meta.ts +1 -0
  16. package/lowcode_es/d-c-slider/meta.d.ts +140 -0
  17. package/lowcode_es/d-c-slider/meta.js +298 -0
  18. package/lowcode_es/d-c-slider/snippets.d.ts +36 -0
  19. package/lowcode_es/d-c-slider/snippets.js +36 -0
  20. package/lowcode_es/grid-nav/meta.d.ts +22 -0
  21. package/lowcode_es/grid-nav/meta.js +152 -0
  22. package/lowcode_es/menu-list/meta.d.ts +22 -0
  23. package/lowcode_es/menu-list/meta.js +128 -0
  24. package/lowcode_es/meta.js +173 -0
  25. package/lowcode_es/navigation/meta.d.ts +22 -0
  26. package/lowcode_es/navigation/meta.js +136 -0
  27. package/lowcode_es/position/meta.d.ts +22 -0
  28. package/lowcode_es/position/meta.js +190 -0
  29. package/lowcode_es/search-bar/meta.d.ts +22 -0
  30. package/lowcode_es/search-bar/meta.js +47 -0
  31. package/lowcode_es/tag-c/meta.d.ts +22 -0
  32. package/lowcode_es/tag-c/meta.js +66 -0
  33. package/lowcode_es/teletext-list/meta.d.ts +22 -0
  34. package/lowcode_es/teletext-list/meta.js +294 -0
  35. package/lowcode_es/title1/meta.d.ts +22 -0
  36. package/lowcode_es/title1/meta.js +51 -0
  37. package/lowcode_es/title2/meta.d.ts +22 -0
  38. package/lowcode_es/title2/meta.js +83 -0
  39. package/lowcode_es/view.js +18 -0
  40. package/lowcode_lib/d-c-slider/meta.d.ts +140 -0
  41. package/lowcode_lib/d-c-slider/meta.js +303 -0
  42. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -0
  43. package/lowcode_lib/d-c-slider/snippets.js +40 -0
  44. package/lowcode_lib/grid-nav/meta.d.ts +22 -0
  45. package/lowcode_lib/grid-nav/meta.js +157 -0
  46. package/lowcode_lib/menu-list/meta.d.ts +22 -0
  47. package/lowcode_lib/menu-list/meta.js +133 -0
  48. package/lowcode_lib/meta.js +177 -0
  49. package/lowcode_lib/navigation/meta.d.ts +22 -0
  50. package/lowcode_lib/navigation/meta.js +141 -0
  51. package/lowcode_lib/position/meta.d.ts +22 -0
  52. package/lowcode_lib/position/meta.js +195 -0
  53. package/lowcode_lib/search-bar/meta.d.ts +22 -0
  54. package/lowcode_lib/search-bar/meta.js +52 -0
  55. package/lowcode_lib/tag-c/meta.d.ts +22 -0
  56. package/lowcode_lib/tag-c/meta.js +71 -0
  57. package/lowcode_lib/teletext-list/meta.d.ts +22 -0
  58. package/lowcode_lib/teletext-list/meta.js +299 -0
  59. package/lowcode_lib/title1/meta.d.ts +22 -0
  60. package/lowcode_lib/title1/meta.js +56 -0
  61. package/lowcode_lib/title2/meta.d.ts +22 -0
  62. package/lowcode_lib/title2/meta.js +88 -0
  63. package/lowcode_lib/view.js +29 -0
  64. package/package.json +110 -110
package/package.json CHANGED
@@ -1,110 +1,110 @@
1
- {
2
- "name": "@dckj-npm/dc-material",
3
- "version": "0.1.12",
4
- "description": "dc低代码物料",
5
- "main": "lib/index.js",
6
- "module": "es/index.js",
7
- "exports": {
8
- "./*": "./*",
9
- ".": {
10
- "import": "./es/index.js",
11
- "require": "./lib/index.js"
12
- },
13
- "./prototype": {
14
- "require": "./lowcode_lib/meta.js",
15
- "import": "./lowcode_es/meta.js"
16
- },
17
- "./prototypeView": {
18
- "require": "./lowcode_lib/view.js",
19
- "import": "./lowcode_es/view.js"
20
- }
21
- },
22
- "publishConfig": {
23
- "access": "public",
24
- "registry": "https://registry.npmjs.org/"
25
- },
26
- "typings": "types/index.d.ts",
27
- "files": [
28
- "build/",
29
- "dist/",
30
- "lib/",
31
- "es/",
32
- "types/",
33
- "lowcode/",
34
- "lowcode_lib/",
35
- "lowcode_es/"
36
- ],
37
- "scripts": {
38
- "start": "npm run dumi",
39
- "build": "build-scripts build",
40
- "lowcode:dev": "build-scripts start --config ./build.lowcode.js",
41
- "lowcode:build": "build-scripts build --config ./build.lowcode.js",
42
- "f2elint-scan": "f2elint scan",
43
- "f2elint-fix": "f2elint fix",
44
- "dumi": "cross-env APP_ROOT=docs dumi dev",
45
- "dumi:build": "cross-env APP_ROOT=docs dumi build",
46
- "prepablishOnly": "npm run build && npm run lowcode:build && npm run dumi:build"
47
- },
48
- "directories": {
49
- "test": "test"
50
- },
51
- "keywords": [
52
- "Fusion"
53
- ],
54
- "author": "fusion-team",
55
- "license": "MIT",
56
- "husky": {
57
- "hooks": {
58
- "pre-commit": "f2elint commit-file-scan",
59
- "commit-msg": "f2elint commit-msg-scan"
60
- }
61
- },
62
- "lint-staged": {
63
- "**/*.{js,jsx,ts,tsx,vue}": "f2elint exec eslint",
64
- "**/*.{css,scss,less,acss}": "f2elint exec stylelint"
65
- },
66
- "peerDependencies": {
67
- "moment": "latest",
68
- "react": "^16.x",
69
- "react-dom": "^16.x"
70
- },
71
- "devDependencies": {
72
- "@alib/build-scripts": "^0.1.3",
73
- "@alifd/build-plugin-lowcode": "^0.4.0",
74
- "@alifd/theme-2": "^0.4.0",
75
- "@alilc/build-plugin-alt": "^1.3.4",
76
- "@alilc/lowcode-materials": "^1.2.1",
77
- "@types/react": "^16.14.24",
78
- "@types/react-dom": "^16.9.4",
79
- "@umijs/plugin-sass": "^1.1.1",
80
- "build-plugin-component": "^1.12.1",
81
- "build-plugin-fusion": "^0.1.0",
82
- "cross-env": "^7.0.3",
83
- "dumi": "^1.1.49",
84
- "dumi-theme-default": "^1.1.24",
85
- "f2elint": "^1.2.0"
86
- },
87
- "dependencies": {
88
- "@alifd/next": "^1.25.27",
89
- "@babel/runtime": "^7.0.0",
90
- "antd": "^5.20.6",
91
- "moment": "latest",
92
- "prop-types": "^15.5.8",
93
- "react": "^16.x",
94
- "react-dom": "^16.x"
95
- },
96
- "acceptDependencies": {
97
- "webpack": "^4.46.x"
98
- },
99
- "resolutions": {
100
- "webpack": "^4.46.x"
101
- },
102
- "componentConfig": {
103
- "isComponentLibrary": true,
104
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.8/build/lowcode/assets-prod.json"
105
- },
106
- "lcMeta": {
107
- "type": "component"
108
- },
109
- "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.8/build/index.html"
110
- }
1
+ {
2
+ "name": "@dckj-npm/dc-material",
3
+ "version": "0.1.14",
4
+ "description": "dc低代码物料",
5
+ "main": "lib/index.js",
6
+ "module": "es/index.js",
7
+ "exports": {
8
+ "./*": "./*",
9
+ ".": {
10
+ "import": "./es/index.js",
11
+ "require": "./lib/index.js"
12
+ },
13
+ "./prototype": {
14
+ "require": "./lowcode_lib/meta.js",
15
+ "import": "./lowcode_es/meta.js"
16
+ },
17
+ "./prototypeView": {
18
+ "require": "./lowcode_lib/view.js",
19
+ "import": "./lowcode_es/view.js"
20
+ }
21
+ },
22
+ "publishConfig": {
23
+ "access": "public",
24
+ "registry": "https://registry.npmjs.org/"
25
+ },
26
+ "typings": "types/index.d.ts",
27
+ "files": [
28
+ "build/",
29
+ "dist/",
30
+ "lib/",
31
+ "es/",
32
+ "types/",
33
+ "lowcode/",
34
+ "lowcode_lib/",
35
+ "lowcode_es/"
36
+ ],
37
+ "scripts": {
38
+ "start": "npm run dumi",
39
+ "build": "build-scripts build",
40
+ "lowcode:dev": "build-scripts start --config ./build.lowcode.js",
41
+ "lowcode:build": "build-scripts build --config ./build.lowcode.js",
42
+ "f2elint-scan": "f2elint scan",
43
+ "f2elint-fix": "f2elint fix",
44
+ "dumi": "cross-env APP_ROOT=docs dumi dev",
45
+ "dumi:build": "cross-env APP_ROOT=docs dumi build",
46
+ "prepablishOnly": "npm run build && npm run lowcode:build && npm run dumi:build"
47
+ },
48
+ "directories": {
49
+ "test": "test"
50
+ },
51
+ "keywords": [
52
+ "Fusion"
53
+ ],
54
+ "author": "fusion-team",
55
+ "license": "MIT",
56
+ "husky": {
57
+ "hooks": {
58
+ "pre-commit": "f2elint commit-file-scan",
59
+ "commit-msg": "f2elint commit-msg-scan"
60
+ }
61
+ },
62
+ "lint-staged": {
63
+ "**/*.{js,jsx,ts,tsx,vue}": "f2elint exec eslint",
64
+ "**/*.{css,scss,less,acss}": "f2elint exec stylelint"
65
+ },
66
+ "peerDependencies": {
67
+ "moment": "latest",
68
+ "react": "^16.x",
69
+ "react-dom": "^16.x"
70
+ },
71
+ "devDependencies": {
72
+ "@alib/build-scripts": "^0.1.3",
73
+ "@alifd/build-plugin-lowcode": "^0.4.0",
74
+ "@alifd/theme-2": "^0.4.0",
75
+ "@alilc/build-plugin-alt": "^1.3.4",
76
+ "@alilc/lowcode-materials": "^1.2.1",
77
+ "@types/react": "^16.14.24",
78
+ "@types/react-dom": "^16.9.4",
79
+ "@umijs/plugin-sass": "^1.1.1",
80
+ "build-plugin-component": "^1.12.1",
81
+ "build-plugin-fusion": "^0.1.0",
82
+ "cross-env": "^7.0.3",
83
+ "dumi": "^1.1.49",
84
+ "dumi-theme-default": "^1.1.24",
85
+ "f2elint": "^1.2.0"
86
+ },
87
+ "dependencies": {
88
+ "@alifd/next": "^1.25.27",
89
+ "@babel/runtime": "^7.0.0",
90
+ "antd": "^5.20.6",
91
+ "moment": "latest",
92
+ "prop-types": "^15.5.8",
93
+ "react": "^16.x",
94
+ "react-dom": "^16.x"
95
+ },
96
+ "acceptDependencies": {
97
+ "webpack": "^4.46.x"
98
+ },
99
+ "resolutions": {
100
+ "webpack": "^4.46.x"
101
+ },
102
+ "componentConfig": {
103
+ "isComponentLibrary": true,
104
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.14/build/lowcode/assets-prod.json"
105
+ },
106
+ "lcMeta": {
107
+ "type": "component"
108
+ },
109
+ "homepage": "https://unpkg.com/@dckj-npm/dc-material@0.1.8/build/index.html"
110
+ }