-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs(form): 文档更新 (#3064) * docs(form): 文档更新 * docs(form): 文档更新 * fix(descriptions): title is already declared as a prop (#3065) * docs: update tree demo (#3066) * docs: update tree demo * chore: update snapshot --------- Co-authored-by: Uyarn <[email protected]> * chore(deps-dev): bump @babel/eslint-parser from 7.19.1 to 7.23.10 (#3072) Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.19.1 to 7.23.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.10/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: add composition api demo (#3081) * docs(upload): justify upload demo request-method.vue * docs(upload): composition api demo * chore: eslint ignore examples * docs(table): remove dulplicate varaibles * docs(table): add composition-api demo * docs(notification): fix offset demo code * docs: add composition api demo of components with first letter `a` * docs: add composition api demo of components with first letter `a` * docs: add composition api demo of components with first letter `c` * feat: support various demo display * docs: add composition api demo of components with first letter `d ~ g` * docs(form): add composition demo * docs: add composition api demo of components with first letter `i` * docs: add composition api demo of components with first letter `l ~ p` * docs: add composition api demo of components with first letter `r ~ s` * docs: add composition api demo of components with first letter `t` * docs(table and upload): update composition api demo * docs(table and upload): fix composition api demo * docs(table): fix table composition api demo * docs(tag-input): add draggable.vue composition-api demo * docs(all): fix demo never used * test: update snapshots * feat: complete whole demo display process * feat: complete whole demo display process * feat: set up codesandbox with vite * feat: stackblitz work for vue 2.7 --------- Co-authored-by: Uyarn <[email protected]> Co-authored-by: HaixingOoO <[email protected]> * chore: remove assign CI (#3088) * chore: fix demo tab name (#3090) * feat: support table filter input; fix fixed columns in dialog problem (#3098) * [Slider] support label=null or label = false to hide label tips (#3100) * docs(Table): update demo * feat(Slider): support label=null * fix(Slider): label * fix(Slider): hideEmptyPopup * test: update snapshots * feat(table): 支持全局配置 size (#3103) * fix(table): primary-table expose refreshTable function (#3104) * fix(Descriptions): fix descriptions item prompt (#3105) * fix: fix descriptions item prompt * chore: update common * fix(Datepicker): value display wrong with special format (#3106) * chore: release 1.9.1 (#3107) * chore: release 1.9.1 * chore: changelog's changes * chore: resolve warning --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: liweijie0812 <[email protected]> Co-authored-by: betavs <[email protected]> Co-authored-by: sheepluo <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HaixingOoO <[email protected]> Co-authored-by: Lyan-u <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
462988c
commit a6c94f7
Showing
851 changed files
with
34,886 additions
and
1,127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ script/test/cypress | |
_site | ||
temp* | ||
static/ | ||
site/ | ||
site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,38 +15,3 @@ jobs: | |
issuesOpened: | | ||
👋 @{{ author }},感谢给 TDesign 提出了 issue。 | ||
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。 | ||
# https://docs.github.com/cn/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issues | ||
- uses: 94dreamer/issue-assignees@main | ||
id: assignees | ||
with: | ||
project_name: ${{github.event.repository.name}} | ||
issue_title: ${{github.event.issue.title}} | ||
|
||
- run: echo ${{ steps.assignees.outputs.contributors }} | ||
- name: Add assigness | ||
if: steps.assignees.outputs.contributors != '' | ||
uses: actions-cool/issues-helper@v3 | ||
with: | ||
actions: 'add-assignees' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-number: ${{ github.event.issue.number }} | ||
assignees: ${{ steps.assignees.outputs.contributors }} | ||
|
||
- run: | | ||
contributors=${{ steps.assignees.outputs.contributors }} | ||
contributorstring=${contributors//,/ @} | ||
echo "::set-output name=string::@$contributorstring" | ||
id: contributors | ||
- name: 通知贡献者 | ||
if: steps.assignees.outputs.contributors != '' | ||
uses: actions-cool/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
body: | | ||
♥️ 有劳 ${{ steps.contributors.outputs.string }} 尽快确认问题。 | ||
确认有效后将下一步计划和可能需要的时间回复给 @${{ github.event.issue.user.login }} 。 | ||
<!-- AUTO_ASSIGENEES_NOTIFY_HOOK --> | ||
number: ${{ github.event.issue.number }} | ||
body-include: "<!-- AUTO_ASSIGENEES_NOTIFY_HOOK -->" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.