@titaui/pc 1.7.95 → 1.7.96

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.
@@ -22,22 +22,34 @@ if (source === 860) {
22
22
  }
23
23
 
24
24
  var onlineBroadcastData = [{
25
+ hasOnline: true,
26
+ preContent: 'Tita「Learning」 全新上线',
27
+ preHref: 'https://wiki.tita.com/x/doNrAQ',
28
+ isNew: true,
29
+ date: '12/26'
30
+ }, {
31
+ hasOnline: true,
32
+ preContent: '「OKR」支持设置子目标权重',
33
+ preHref: 'https://wiki.tita.com/x/mIFrAQ',
34
+ isNew: true,
35
+ date: '12/18'
36
+ }, {
25
37
  hasOnline: true,
26
38
  preContent: '「OKR 」每周工作小结推送',
27
39
  preHref: 'https://wiki.tita.com/x/F4FrAQ',
28
- isNew: true,
40
+ isNew: false,
29
41
  date: '12/8'
30
42
  }, {
31
43
  hasOnline: true,
32
44
  preContent: '「OKR」新增管理规定,开启全员提醒',
33
45
  preHref: 'https://wiki.tita.com/x/6YBrAQ',
34
- isNew: true,
46
+ isNew: false,
35
47
  date: '12/7'
36
48
  }, {
37
49
  hasOnline: true,
38
50
  preContent: '新增「安全水印」,保护企业隐私',
39
51
  preHref: 'https://wiki.tita.com/x/7YBrAQ',
40
- isNew: true,
52
+ isNew: false,
41
53
  date: '12/1'
42
54
  }, {
43
55
  hasOnline: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.7.95",
3
+ "version": "1.7.96",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
package/yarn-error.log ADDED
@@ -0,0 +1,103 @@
1
+ Arguments:
2
+ /usr/local/bin/node /usr/local/bin/yarn
3
+
4
+ PATH:
5
+ /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/opt/homebrew/bin:/opt/homebrew/sbin
6
+
7
+ Yarn version:
8
+ 1.22.10
9
+
10
+ Node version:
11
+ 12.22.1
12
+
13
+ Platform:
14
+ darwin x64
15
+
16
+ Trace:
17
+ SyntaxError: /Users/yang/tita/titaui-pc/package.json: Unexpected token < in JSON at position 26
18
+ at JSON.parse (<anonymous>)
19
+ at /usr/local/lib/node_modules/yarn/lib/cli.js:1625:59
20
+ at Generator.next (<anonymous>)
21
+ at step (/usr/local/lib/node_modules/yarn/lib/cli.js:310:30)
22
+ at /usr/local/lib/node_modules/yarn/lib/cli.js:321:13
23
+
24
+ npm manifest:
25
+ {
26
+ "name": "@titaui/pc",
27
+ <<<<<<< HEAD
28
+ "version": "1.2.22",
29
+ =======
30
+ "version": "1.2.13",
31
+ >>>>>>> master
32
+ "nameCN": "",
33
+ "description": "",
34
+ "main": "src/index.js",
35
+ "scripts": {
36
+ "storybook": "start-storybook -p 6006 --no-dll",
37
+ "start": "dev_server=on webpack-dev-server --disableHostCheck=true --progress --colors --config webpack-stories.config.js",
38
+ "build-storybook": "build-storybook --docs --no-dll",
39
+ "build:es": "babel src -d es --ignore **/__tests__",
40
+ "build:lib": "cross-env OUTPUT_MODULE=commonjs babel src -d lib --ignore **/__tests__",
41
+ "build:umd": "webpack --config ./.scripts/webpack.umd.js",
42
+ "build": "npm run build:lib && npm run build:es && npm run build:umd"
43
+ },
44
+ "author": "",
45
+ "license": "ISC",
46
+ "devDependencies": {
47
+ "del": "^6.0.0",
48
+ "gulp": "^3.x",
49
+ "gulp-autoprefixer": "^7.0.1",
50
+ "gulp-babel": "^8.0.0",
51
+ "gulp-concat": "^2.6.1",
52
+ "gulp-cssbeautify": "^3.0.0",
53
+ "gulp-cssnano": "^2.1.3",
54
+ "gulp-filesize": "0.0.6",
55
+ "gulp-postcss": "^9.0.0",
56
+ "gulp-rename": "^2.0.0",
57
+ "gulp-replace": "^1.0.0",
58
+ "gulp-sass": "^4.1.0",
59
+ "gulp-sourcemaps": "^2.6.5",
60
+ "sass-resources-loader": "^2.2.1"
61
+ },
62
+ "dependencies": {
63
+ "@titaui/dagre": "^0.8.8-pre",
64
+ "@titaui/rc-tree2": "^4.1.15",
65
+ "@titaui/rc-trigger": "^5.2.5",
66
+ "@titaui/react-flow-renderer": "9.5.4",
67
+ "@titaui/toast": "^1.0.0",
68
+ "axios": "^0.21.1",
69
+ "classnames": "^2.2.6",
70
+ "clone-deep": "^4.0.1",
71
+ "d3-cloud": "^1.2.5",
72
+ "dayjs": "^1.10.4",
73
+ "html2canvas": "^1.0.0-rc.7",
74
+ "moment": "^2.29.1",
75
+ "qs": "^6.10.1",
76
+ "rc-checkbox": "^2.3.2",
77
+ "rc-dialog": "8.5.2",
78
+ "rc-drawer": "^4.3.1",
79
+ "rc-input-number": "^5.0.0",
80
+ "rc-pagination": "^3.1.6",
81
+ "rc-queue-anim": "1.4.1",
82
+ "rc-select": "^12.1.7",
83
+ "rc-switch": "^3.2.2",
84
+ "rc-table": "^7.13.2",
85
+ "rc-tabs": "^11.7.3",
86
+ "rc-tooltip": "^5.1.1",
87
+ "rc-tree": "^4.1.5",
88
+ "rc-trigger": "^5.2.3",
89
+ "rc-upload": "^4.2.0-alpha.0",
90
+ "rc-util": "^5.13.1",
91
+ "react-collapse": "^5.1.0",
92
+ "react-perfect-scrollbar": "^1.5.2",
93
+ "url-parse": "^1.5.1",
94
+ "uuid": "^3.1.0",
95
+ "wordcloud": "^1.2.2"
96
+ }
97
+ }
98
+
99
+ yarn manifest:
100
+ No manifest
101
+
102
+ Lockfile:
103
+ No lockfile