Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update all blocks to @alifd/next #1307

Merged
merged 10 commits into from
Jan 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 9 additions & 7 deletions react-materials/blocks/AbilityIntroduction/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@icedesign/ability-introduction-block",
"version": "1.0.0",
"version": "2.0.0",
"description": "产品能力介绍",
"author": "wssgcg1213 <i@zeroling.com>",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"repository": {
"type": "git",
Expand All @@ -22,17 +23,18 @@
"registry": "http://registry.npmjs.com"
},
"dependencies": {
"@icedesign/base": "^0.2.1",
"prop-types": "^15.5.8",
"react": "^16.2.0"
"react": "^16.2.0",
"@alifd/next": "^1.x"
},
"blockConfig": {
"name": "ability-introduction",
"title": "产品能力介绍",
"categories": [
"信息展示"
],
"screenshot": "https://gw.alicdn.com/tfs/TB1T_OutDtYBeNjy1XdXXXXyVXa-2458-1186.png"
"screenshot": "https://unpkg.com/@icedesign/ability-introduction-block/screenshot.png",
"version-0.x": "1.0.0"
},
"homepage": "https://alibaba.github.io/ice/block/ability-introduction"
}
"homepage": "https://unpkg.com/@icedesign/ability-introduction-block/build/index.html"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Grid } from '@icedesign/base';
import { Grid } from '@alifd/next';

const { Row, Col } = Grid;

Expand Down
12 changes: 7 additions & 5 deletions react-materials/blocks/AblityItems/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@icedesign/ablity-items-block",
"version": "1.0.3",
"version": "2.0.0",
"description": "中间展示特点 特性的区块",
"author": "muchen <tao360907796@gmail.com>",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"repository": {
"type": "git",
Expand All @@ -32,7 +33,8 @@
"信息展示",
"欢迎页"
],
"screenshot": "https://img.alicdn.com/tfs/TB1TBcQCgmTBuNjy1XbXXaMrVXa-1683-293.png"
"screenshot": "https://unpkg.com/@icedesign/ablity-items-block/screenshot.png",
"version-0.x": "1.0.3"
},
"homepage": "https://alibaba.github.io/ice/block/ablity-items"
}
"homepage": "https://unpkg.com/@icedesign/ablity-items-block/build/index.html"
}
Binary file added react-materials/blocks/AblityItems/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 7 additions & 5 deletions react-materials/blocks/About/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@icedesign/about-block",
"version": "1.0.3",
"version": "2.0.0",
"description": "适用于产品的简介",
"homepage": "https://alibaba.github.io/ice/block/about",
"homepage": "https://unpkg.com/@icedesign/about-block/build/index.html",
"author": "",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"publishConfig": {
"access": "public",
Expand All @@ -32,6 +33,7 @@
"categories": [
"信息展示"
],
"screenshot": "https://img.alicdn.com/tfs/TB1rINTukZmBKNjSZPiXXXFNVXa-2722-1092.png"
"screenshot": "https://unpkg.com/@icedesign/about-block/screenshot.png",
"version-0.x": "1.0.3"
}
}
}
Binary file added react-materials/blocks/About/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 10 additions & 8 deletions react-materials/blocks/AccountBadge/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@icedesign/account-badge-block",
"version": "1.0.0",
"version": "2.0.0",
"description": "展示账户权益勋章等权益信息",
"homepage": "https://alibaba.github.io/ice/block/account-badge",
"homepage": "https://unpkg.com/@icedesign/account-badge-block/build/index.html",
"author": "noyobo <nongyoubao@alibaba-inc.com>",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"repository": {
"type": "git",
Expand All @@ -22,17 +23,18 @@
"access": "public"
},
"dependencies": {
"@icedesign/base": "^0.2.4",
"@icedesign/container": "^0.1.4",
"@icedesign/container": "^1.x",
"prop-types": "^15.5.8",
"react": "^16.2.0"
"react": "^16.2.0",
"@alifd/next": "^1.x"
},
"blockConfig": {
"name": "account-badge",
"title": "账户勋章",
"categories": [
"信息展示"
],
"screenshot": "https://img.alicdn.com/tfs/TB18PFFfxtnkeRjSZSgXXXAuXXa-1866-378.png"
"screenshot": "https://unpkg.com/@icedesign/account-badge-block/screenshot.png",
"version-0.x": "1.0.0"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion react-materials/blocks/AccountBadge/src/BadgeItem.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Grid } from '@icedesign/base';
import { Grid } from '@alifd/next';

const { Row, Col } = Grid;

Expand Down
18 changes: 10 additions & 8 deletions react-materials/blocks/AccountFeatures/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@icedesign/account-features-block",
"version": "1.0.0",
"version": "2.0.0",
"description": "罗列账户功能列表",
"homepage": "https://alibaba.github.io/ice/block/account-features",
"homepage": "https://unpkg.com/@icedesign/account-features-block/build/index.html",
"author": "noyobo <nongyoubao@alibaba-inc.com>",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"repository": {
"type": "git",
Expand All @@ -22,17 +23,18 @@
"access": "public"
},
"dependencies": {
"@icedesign/base": "^0.2.4",
"@icedesign/container": "^0.1.4",
"@icedesign/container": "^1.x",
"prop-types": "^15.5.8",
"react": "^16.2.0"
"react": "^16.2.0",
"@alifd/next": "^1.x"
},
"blockConfig": {
"name": "account-features",
"title": "账户特性",
"categories": [
"列表"
],
"screenshot": "https://img.alicdn.com/tfs/TB1Z_J9pj7nBKNjSZLeXXbxCFXa-1868-1218.png"
"screenshot": "https://unpkg.com/@icedesign/account-features-block/screenshot.png",
"version-0.x": "1.0.0"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion react-materials/blocks/AccountFeatures/src/FeatureItem.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Grid } from '@icedesign/base';
import { Grid } from '@alifd/next';

const { Row, Col } = Grid;

Expand Down
18 changes: 10 additions & 8 deletions react-materials/blocks/AccountPanel/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@icedesign/account-panel-block",
"version": "1.0.0",
"version": "2.0.0",
"description": "用户中心展示账户信息内容",
"homepage": "https://alibaba.github.io/ice/block/account-panel",
"homepage": "https://unpkg.com/@icedesign/account-panel-block/build/index.html",
"author": "noyobo <nongyoubao@alibaba-inc.com>",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"repository": {
"type": "git",
Expand All @@ -22,18 +23,19 @@
"access": "public"
},
"dependencies": {
"@icedesign/base": "^0.2.4",
"@icedesign/container": "^0.1.4",
"@icedesign/container": "^1.x",
"@icedesign/form-binder": "^0.1.7",
"prop-types": "^15.5.8",
"react": "^16.2.0"
"react": "^16.2.0",
"@alifd/next": "^1.x"
},
"blockConfig": {
"name": "account-panel",
"title": "账户信息",
"categories": [
"信息展示"
],
"screenshot": "https://img.alicdn.com/tfs/TB1lXJfpr3nBKNjSZFMXXaUSFXa-1868-788.png"
"screenshot": "https://unpkg.com/@icedesign/account-panel-block/screenshot.png",
"version-0.x": "1.0.0"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions react-materials/blocks/AccountPanel/src/AccountPanel.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import Container from '@icedesign/container';
import { Button, Dialog, Input, Upload } from '@icedesign/base';
import { Button, Dialog, Input, Upload } from '@alifd/next';
import {
FormBinderWrapper,
FormBinder,
Expand Down Expand Up @@ -85,8 +85,7 @@ export default class AccountPanel extends Component {
<div style={styles.fromItem}>
<span>账号简介:</span>
<FormBinder name="desc" required max={200} message="不能为空">
<Input
multiple
<Input.TextArea
hasLimitHint
maxLength={200}
style={{ width: 500 }}
Expand Down
18 changes: 10 additions & 8 deletions react-materials/blocks/AccountStatus/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@icedesign/account-status-block",
"version": "1.0.0",
"version": "2.0.0",
"description": "展示账户标识以及操作等",
"author": "noyobo <nongyoubao@alibaba-inc.com>",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"repository": {
"type": "git",
Expand All @@ -21,18 +22,19 @@
"access": "public"
},
"dependencies": {
"@icedesign/base": "^0.2.4",
"@icedesign/container": "^0.1.4",
"@icedesign/container": "^1.x",
"prop-types": "^15.5.8",
"react": "^16.2.0"
"react": "^16.2.0",
"@alifd/next": "^1.x"
},
"blockConfig": {
"name": "account-status",
"title": "账户状态",
"categories": [
"信息展示"
],
"screenshot": "https://img.alicdn.com/tfs/TB1lcWrpaQoBKNjSZJnXXaw9VXa-2020-374.png"
"screenshot": "https://unpkg.com/@icedesign/account-status-block/screenshot.png",
"version-0.x": "1.0.0"
},
"homepage": "https://alibaba.github.io/ice/block/account-status"
}
"homepage": "https://unpkg.com/@icedesign/account-status-block/build/index.html"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion react-materials/blocks/AccountStatus/src/StateItem.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import { Grid } from '@icedesign/base';
import { Grid } from '@alifd/next';

const { Row, Col } = Grid;

Expand Down
12 changes: 7 additions & 5 deletions react-materials/blocks/AddressInfo/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@icedesign/address-info-block",
"version": "1.0.3",
"version": "2.0.0",
"description": "适用于地址的信息展示",
"homepage": "https://alibaba.github.io/ice/block/address-info",
"homepage": "https://unpkg.com/@icedesign/address-info-block/build/index.html",
"author": "",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"publishConfig": {
"access": "public",
Expand All @@ -32,6 +33,7 @@
"categories": [
"信息展示"
],
"screenshot": "https://img.alicdn.com/tfs/TB1eO4gupkoBKNjSZFkXXb4tFXa-2528-1448.png"
"screenshot": "https://unpkg.com/@icedesign/address-info-block/screenshot.png",
"version-0.x": "1.0.3"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 13 additions & 12 deletions react-materials/blocks/ApplicationProgress/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@icedesign/application-progress-block",
"version": "0.1.9",
"version": "2.0.0",
"description": "申请进度信息展示",
"files": [
"src/",
"build/"
"build/",
"screenshot.png"
],
"author": {
"name": "ICE Team",
Expand All @@ -20,29 +21,29 @@
"ice-block"
],
"dependencies": {
"@icedesign/base": "^0.2.0",
"@icedesign/container": "^0.1.0",
"@icedesign/container": "^1.x",
"enquire-js": "^0.1.2",
"prop-types": "^15.5.8"
"prop-types": "^15.5.8",
"@alifd/next": "^1.x"
},
"devDependencies": {
"@icedesign/demo-layout": "^0.1.0",
"@icedesign/skin": "^0.1.2",
"@icedesign/theme": "^0.x",
"react": "*",
"react-dom": "*"
},
"blockConfig": {
"name": "application-progress",
"screenshot": "https://img.alicdn.com/tfs/TB1I67ih3vD8KJjy0FlXXagBFXa-947-929.png",
"themePackage": "@icedesign/skin",
"screenshot": "https://unpkg.com/@icedesign/application-progress-block/screenshot.png",
"themePackage": "@icedesign/theme",
"title": "申请进度信息展示",
"categories": [
"信息展示"
]
],
"version-0.x": "0.1.9"
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.com"
},
"homepage": "https://alibaba.github.io/ice/block/application-progress"
}
"homepage": "https://unpkg.com/@icedesign/application-progress-block/build/index.html"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading