Skip to content

Commit

Permalink
chore(*): Release-build/1.25.33-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Apr 26, 2022
1 parent 4951180 commit 2d1a5b7
Show file tree
Hide file tree
Showing 3,714 changed files with 741,935 additions and 22 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 3 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock

# Runtime data
pids
*.pid
Expand Down Expand Up @@ -60,31 +59,19 @@ typings/

# next.js build output
.next
next/

.history

# special demo file for locally reappear issue
docs/**/demo/issues.md

*.DS_Store
precss.css
.sass-cache/
scripts/server-remote
__html/
dist/
es/
lib/
test/coverage/
test/**/coverage/
compiled_docs/
demos/
platform-docs/
coverage/
docs-lang/
gemini-report/
.idea/
.vscode/
*.iml
*.log
.DS_Store
src/core-temp

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.25.33-beta](https://github.com/alibaba-fusion/next/compare/1.25.32...1.25.33-beta) (2022-04-26)


### Features

* **Nav:** add iconTextOnly, close [#3834](https://github.com/alibaba-fusion/next/issues/3834) ([b7d1a5d](https://github.com/alibaba-fusion/next/commit/b7d1a5d))




## [1.25.32](https://github.com/alibaba-fusion/next/compare/1.25.31...1.25.32) (2022-04-21)


Expand Down
6 changes: 3 additions & 3 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Latest Log

## [1.25.32](https://github.com/alibaba-fusion/next/compare/1.25.31...1.25.32) (2022-04-21)
## [1.25.33-beta](https://github.com/alibaba-fusion/next/compare/1.25.32...1.25.33-beta) (2022-04-26)


### Bug Fixes
### Features

* **Menu:** add variable for icon right fix [#3862](https://github.com/alibaba-fusion/next/issues/3862) ([00a3d43](https://github.com/alibaba-fusion/next/commit/00a3d43))
* **Nav:** add iconTextOnly, close [#3834](https://github.com/alibaba-fusion/next/issues/3834) ([b7d1a5d](https://github.com/alibaba-fusion/next/commit/b7d1a5d))


1 change: 1 addition & 0 deletions compiled_docs/affix/demo/absolute-position.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/absolute-position.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/basic.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/basic.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/custom-container.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/custom-container.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/custom-offset.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/custom-offset.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/on-affix.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/demo/on-affix.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/affix/index.en-us.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"meta":"<h2 id=\"Guide\">Guide <a class=\"header-anchor scroll-count-item\" href=\"#Guide\" data-scroll-id=\"Guide\">#</a></h2>\n<h3 id=\"When To Use\">When to Use <a class=\"header-anchor scroll-count-item\" href=\"#When To Use\" data-scroll-id=\"When To Use\">#</a></h3>\n<p>The Affix component allows an element to become affixed (locked) to an area on the page. This is offten used with navigation menus or social icon buttons, to make them \"stick\" at specific area while scrolling up and down the page.</p>\n","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Affix\">Affix <a class=\"header-anchor scroll-count-item\" href=\"#Affix\" data-scroll-id=\"Affix\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>container</td>\n<td>The container for listening scroll events<br><br><strong>signature</strong>:<br>Function() =&gt; ReactElement<br><strong>return</strong>:<br>{ReactElement} the instance of container<br></td>\n<td>Function</td>\n<td>() =&gt; window</td>\n</tr>\n<tr>\n<td>offsetTop</td>\n<td>Offset from top when event triggers</td>\n<td>Number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>offsetBottom</td>\n<td>Offset from bottom when event triggers</td>\n<td>Number</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onAffix</td>\n<td>Callback when affix event triggers <br><br><strong>signature</strong>:<br>Function(isAffixed: Boolean) =&gt; void<br><strong>parameters</strong>:<br><em>if element is affixed</em>: {Boolean} null</td>\n<td>Function</td>\n<td>func.noop</td>\n</tr>\n<tr>\n<td>useAbsolute</td>\n<td>Enable absolute position</td>\n<td>Boolean</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n"}
1 change: 1 addition & 0 deletions compiled_docs/affix/index.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/animate/demo/basic.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/animate/demo/basic.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/animate/demo/expand.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/animate/demo/expand.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/animate/demo/multiple.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/animate/demo/multiple.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/animate/index.en-us.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"meta":"<h2 id=\"Guide\">Guide <a class=\"header-anchor scroll-count-item\" href=\"#Guide\" data-scroll-id=\"Guide\">#</a></h2>\n<h3 id=\"When To Use\">When To Use <a class=\"header-anchor scroll-count-item\" href=\"#When To Use\" data-scroll-id=\"When To Use\">#</a></h3>\n<p>Need to customize animation.</p>\n","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Animate\">Animate <a class=\"header-anchor scroll-count-item\" href=\"#Animate\" data-scroll-id=\"Animate\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Descripiton</th>\n<th>Type</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>animation</td>\n<td>animation class names</td>\n<td>String/Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>animationAppear</td>\n<td>whether the child elements performs animation when it is first mounted</td>\n<td>Boolean</td>\n<td>true</td>\n</tr>\n<tr>\n<td>component</td>\n<td>component wrapped child element</td>\n<td>any</td>\n<td>'div'</td>\n</tr>\n<tr>\n<td>singleMode</td>\n<td>whether there is only a single child element, if there is more than one child element, set it to false</td>\n<td>Boolean</td>\n<td>true</td>\n</tr>\n<tr>\n<td>children</td>\n<td>child elements</td>\n<td>ReactElement/Array&lt;ReactElement&gt;</td>\n<td>-</td>\n</tr>\n<tr>\n<td>beforeAppear</td>\n<td>triggered before performing the first mount animation<br><br><strong>signatures</strong>:<br>Function() =&gt; void</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>onAppear</td>\n<td>triggered after adding the xxx-appear-active class name<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>afterAppear</td>\n<td>triggered after performing the first mount animation<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>beforeEnter</td>\n<td>triggered before performing the enter animation<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>onEnter</td>\n<td>triggered after adding the xxx-enter-active class name<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>afterEnter</td>\n<td>triggered after performing the enter animation<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>beforeLeave</td>\n<td>triggered before performing the leave animation<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>onLeave</td>\n<td>triggered after adding the xxx-leave-active class name<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n<tr>\n<td>afterLeave</td>\n<td>triggered after performing the leave animation<br><br><strong>signatures</strong>:<br>Function(node: HTMLElement) =&gt; void<br><strong>params</strong>:<br><em>node</em>: {HTMLElement} \banimated dom element</td>\n<td>Function</td>\n<td>() =&gt; {}</td>\n</tr>\n</tbody>\n</table>\n<h2 id=\"Animation List\">Animation List <a class=\"header-anchor scroll-count-item\" href=\"#Animation List\" data-scroll-id=\"Animation List\">#</a></h2>\n<table>\n<thead>\n<tr>\n<th>In</th>\n<th>Out</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fadeIn</td>\n<td>fadeOut</td>\n</tr>\n<tr>\n<td>fadeInDown</td>\n<td>fadeOutDown</td>\n</tr>\n<tr>\n<td>fadeInLeft</td>\n<td>fadeOutLeft</td>\n</tr>\n<tr>\n<td>fadeInRight</td>\n<td>fadeOutRight</td>\n</tr>\n<tr>\n<td>fadeInUp</td>\n<td>fadeOutUp</td>\n</tr>\n<tr>\n<td>zoomIn</td>\n<td>zoomOut</td>\n</tr>\n<tr>\n<td>expandInDown</td>\n<td>expandOutUp</td>\n</tr>\n<tr>\n<td>expandInUp</td>\n<td>expandOutDown</td>\n</tr>\n<tr>\n<td>pulse</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"}
1 change: 1 addition & 0 deletions compiled_docs/animate/index.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/avatar/demo/basic.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/avatar/demo/basic.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/avatar/demo/type.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/avatar/demo/type.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/avatar/demo/with-badge.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/avatar/demo/with-badge.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/avatar/index.en-us.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"meta":"<h2 id=\"Develop Guide\">Develop Guide <a class=\"header-anchor scroll-count-item\" href=\"#Develop Guide\" data-scroll-id=\"Develop Guide\">#</a></h2>\n<p>1.19.0+ supported</p>\n<h3 id=\"When To Use\">When to Use <a class=\"header-anchor scroll-count-item\" href=\"#When To Use\" data-scroll-id=\"When To Use\">#</a></h3>\n<p>Avatars can be used to represent people or objects. It supports images, Icons, or letters.</p>\n","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Avatar\">Avatar <a class=\"header-anchor scroll-count-item\" href=\"#Avatar\" data-scroll-id=\"Avatar\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>size</td>\n<td>size of avatar</td>\n<td>Enum/Number</td>\n<td>'medium'</td>\n</tr>\n<tr>\n<td>shape</td>\n<td>shape of avatar <br><br><strong>option</strong>:<br>'circle', 'square'</td>\n<td>Enum</td>\n<td>'circle'</td>\n</tr>\n<tr>\n<td>icon</td>\n<td>the <code>Icon</code> type for an icon avatar, it can be any type of <code>Icon</code> Component or <code>ReactNode</code></td>\n<td>ReactNode/String</td>\n<td>-</td>\n</tr>\n<tr>\n<td>src</td>\n<td>the address of the image for an image avatars</td>\n<td>String</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onError</td>\n<td>error handler of image, return false to prevent default fallback behavior<br><br><strong>signatures</strong>:<br>Function() =&gt; void</td>\n<td>Function</td>\n<td>-</td>\n</tr>\n<tr>\n<td>alt</td>\n<td>This attribute defines the alternative text describing the image</td>\n<td>String</td>\n<td>-</td>\n</tr>\n<tr>\n<td>srcSet</td>\n<td>a list of sources to use for different screen resolutions</td>\n<td>String</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n"}
1 change: 1 addition & 0 deletions compiled_docs/avatar/index.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/accessibility.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/accessibility.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/basic.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/basic.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/clickable.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/clickable.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/content.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/content.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/dot.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/dot.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/dynamic-content.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/dynamic-content.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/no-wrapper.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/no-wrapper.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/overflowCount.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/demo/overflowCount.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/badge/index.en-us.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"meta":"<h2 id=\"Develop Guide\">Develop Guide <a class=\"header-anchor scroll-count-item\" href=\"#Develop Guide\" data-scroll-id=\"Develop Guide\">#</a></h2>\n<h3 id=\"When To Use\">When to Use <a class=\"header-anchor scroll-count-item\" href=\"#When To Use\" data-scroll-id=\"When To Use\">#</a></h3>\n<p>When we receive a new message, or our app/plugin/module should be update or upgrade.</p>\n<h3 id=\"Accessibility\">Accessibility <a class=\"header-anchor scroll-count-item\" href=\"#Accessibility\" data-scroll-id=\"Accessibility\">#</a></h3>\n<p>You can add class as below, so that messages will not appear on pages, but can be read by screen reader.\n<code>&lt;span className=\"next-sr-only\"&gt;unread messages&lt;/span&gt;</code></p>\n","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Badge\">Badge <a class=\"header-anchor scroll-count-item\" href=\"#Badge\" data-scroll-id=\"Badge\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Descripiton</th>\n<th>Type</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>children</td>\n<td>content of Badge based on</td>\n<td>ReactNode</td>\n<td>-</td>\n</tr>\n<tr>\n<td>count</td>\n<td>number to display, display ${overflowCount}+ when count is greater than overflowCount, display none when count equal to 0</td>\n<td>Number/String</td>\n<td>0</td>\n</tr>\n<tr>\n<td>showZero</td>\n<td>whether to show count when count is 0</td>\n<td>Boolean</td>\n<td>false</td>\n</tr>\n<tr>\n<td>content</td>\n<td>customized node content</td>\n<td>ReactNode</td>\n<td>-</td>\n</tr>\n<tr>\n<td>overflowCount</td>\n<td>max number to display</td>\n<td>Number/String</td>\n<td>99</td>\n</tr>\n<tr>\n<td>dot</td>\n<td>display a red dot, not a number</td>\n<td>Boolean</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n"}
1 change: 1 addition & 0 deletions compiled_docs/badge/index.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/accessibility.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/accessibility.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/alignment.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/alignment.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/arrow-point-to-center.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/arrow-point-to-center.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/basic.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/basic.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/control.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/control.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/nested.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/nested.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/onCloseClick.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/onCloseClick.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/tooltip-dir.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/tooltip-dir.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/tooltip.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/tooltip.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/triggerType.en-us.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compiled_docs/balloon/demo/triggerType.md

Large diffs are not rendered by default.

Loading

0 comments on commit 2d1a5b7

Please sign in to comment.