Skip to content

Commit

Permalink
feat: 发布版本
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoJikun committed Dec 5, 2022
1 parent 37dde3a commit bd5ecc1
Show file tree
Hide file tree
Showing 17 changed files with 271 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ivy-ui",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
22 changes: 19 additions & 3 deletions components/src/components/ivy-pager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,29 @@
| ------------- | ------------- | ----------- | -------- | ------------------- |
| `defaultPage` | `defaultpage` | | `string` | `'1'` |
| `layout` | `layout` | | `string` | `'prev,pager,next'` |
| `size` | `size` | | `string` | `'10'` |
| `sizes` | `sizes` | | `string` | `''` |
| `total` | `total` | | `string` | `'0'` |


## Events

| Event | Description | Type |
| ------------ | ----------- | --------------------- |
| `pageChange` | | `CustomEvent<string>` |
| Event | Description | Type |
| ---------------- | ----------- | --------------------- |
| `current-change` | | `CustomEvent<number>` |


## Methods

### `setTotal(total: number) => Promise<void>`



#### Returns

Type: `Promise<void>`




----------------------------------------------
Expand Down
33 changes: 33 additions & 0 deletions components/src/components/ivy-progress/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ivy-progress



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| ----------- | ----------- | ----------- | ------------------ | ------------ |
| `color` | `color` | | `string` | `undefined` |
| `formatter` | `formatter` | | `string` | `'{value}%'` |
| `showText` | `show-text` | | `boolean` | `false` |
| `value` | `value` | | `number \| string` | `'0'` |


## Methods

### `setValue(val: string | number) => Promise<void>`



#### Returns

Type: `Promise<void>`




----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ivy-icon",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "使用web component技术的icon组件库",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion icons/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## 现有图标

```json
["ivy-arrow-down","ivy-arrow-left","ivy-arrow-right","ivy-arrow-up","ivy-refresh"]
["ivy-arrow-down","ivy-arrow-left","ivy-arrow-right","ivy-arrow-up","ivy-down","ivy-left","ivy-left-circle","ivy-refresh","ivy-right","ivy-right-circle","ivy-up","ivy-up-circle","ivy-down-circle"]
```
18 changes: 18 additions & 0 deletions icons/src/components/ivy-arrow-down/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-arrow-down



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-arrow-left/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-arrow-left



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-arrow-right/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-arrow-right



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-arrow-up/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-arrow-up



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-down-circle/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-down-circle



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-down/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-down



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-left-circle/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-left-circle



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-left/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-left



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-right-circle/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-right-circle



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-right/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-right



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-up-circle/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-up-circle



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*
18 changes: 18 additions & 0 deletions icons/src/components/ivy-up/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ivy-up



<!-- Auto Generated Below -->


## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `color` | `color` | | `string` | `'#333333'` |
| `size` | `size` | | `string` | `'14px'` |


----------------------------------------------

*Built with [StencilJS](https://stenciljs.com/)*

0 comments on commit bd5ecc1

Please sign in to comment.