@blueking/bkui-form 1.0.0-beta.2 → 1.0.0-beta.4

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.
@@ -0,0 +1,50 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg>
4
+ <metadata>
5
+ Created by font-carrier
6
+ </metadata>
7
+ <defs>
8
+ <font id="iconfont" horiz-adv-x="1024" vert-adv-y="1024" >
9
+ <font-face
10
+
11
+ font-family="iconfont"
12
+
13
+ font-weight="400"
14
+
15
+ font-stretch="normal"
16
+
17
+ units-per-em="1024"
18
+
19
+ ascent="812"
20
+
21
+ descent="-212"
22
+
23
+ />
24
+ <missing-glyph />
25
+
26
+
27
+ <glyph glyph-name="x" unicode="&#x78;" horiz-adv-x="100"
28
+ d="M20 20 L50 20 L50 -20 Z" />
29
+
30
+
31
+
32
+ <glyph glyph-name="uniE102" unicode="&#xE102;" d="M128 364H896V236H128V364Z" horiz-adv-x="1024" vert-adv-y="1024" />
33
+
34
+
35
+ <glyph glyph-name="uniE104" unicode="&#xE104;" d="M896 364L576 364 576 684 448 684 448 364 128 364 128 236 448 236 448-84 576-84 576 236 896 236Z" horiz-adv-x="1024" vert-adv-y="1024" />
36
+
37
+
38
+ <glyph glyph-name="uniE105" unicode="&#xE105;" d="M512 748C264 748 64 548 64 300S264-148 512-148 960 52 960 300 760 748 512 748ZM736 268H544V76H480V268H288V332H480V524H544V332H736V268Z" horiz-adv-x="1024" vert-adv-y="1024" />
39
+
40
+
41
+ <glyph glyph-name="uniE106" unicode="&#xE106;" d="M672 588V652C672 687.2 643.2 716 608 716H416C380.8 716 352 687.2 352 652V588H96V524H208V-52C208-87.2 236.8-116 272-116H752C787.2-116 816-87.2 816-52V524H928V588H672ZM416 636C416 645.6 422.4 652 432 652H592C601.6 652 608 645.6 608 636V588H416V636ZM448 60H384V412H448V60ZM640 60H576V412H640V60Z" horiz-adv-x="1024" vert-adv-y="1024" />
42
+
43
+
44
+ <glyph glyph-name="uniE107" unicode="&#xE107;" d="M512 44C505.6 44 498.56 46.56 493.44 52.32L136.96 436.32C128.64 445.28 126.08 459.36 129.92 471.52S144 492 155.52 492H868.48C880 492 889.6 483.68 894.08 471.52S895.36 445.28 887.04 436.32L530.56 52.32C525.44 46.56 518.4 44 512 44Z" horiz-adv-x="1024" vert-adv-y="1024" />
45
+
46
+
47
+
48
+ </font>
49
+ </defs>
50
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.0.0-beta.2",
3
- "main": "dist/index.umd.js",
2
+ "version": "1.0.0-beta.4",
3
+ "main": "dist/umd/index.umd.js",
4
4
  "name": "@blueking/bkui-form",
5
5
  "scripts": {
6
6
  "build": "gulp build",
@@ -8,7 +8,9 @@
8
8
  "playground": "node ./playground/server.js",
9
9
  "test": "jest",
10
10
  "coverage": "jest --coverage",
11
- "publish": "npm run build && npm publish"
11
+ "publish": "npm run build && npm publish",
12
+ "build:tsc-esm": "tsc --emitDeclarationOnly -d --outDir /dist/esm/",
13
+ "build:tsc-umd": "tsc --emitDeclarationOnly -d --outDir /dist/umd/"
12
14
  },
13
15
  "files": [
14
16
  "dist/"
@@ -20,7 +22,7 @@
20
22
  "devDependencies": {
21
23
  "@babel/preset-typescript": "^7.23.3",
22
24
  "@blueking/babel-preset-bk": "^2.1.0-beta.10",
23
- "@blueking/cli-service-webpack": "0.0.0-beta.109",
25
+ "@blueking/cli-service-webpack": "0.0.1-beta.2",
24
26
  "@blueking/eslint-config-bk": "2.1.0-beta.6",
25
27
  "@types/jest": "^27.0.3",
26
28
  "@types/json-schema": "^7.0.9",
File without changes