2018-05-15 01:52:44 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/clickable.vue correctly 1`] = `
|
2020-03-07 11:45:13 +00:00
|
|
|
<div>
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-horizontal">
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">1</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 3
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-divider ant-divider-horizontal" role="separator">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps ant-steps-vertical">
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">1</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 3
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/customized-progress-dot.vue correctly 1`] = `
|
2018-05-15 01:52:44 +00:00
|
|
|
<div>
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot">
|
2018-05-15 01:52:44 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2022-05-26 13:55:56 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><!----><span class="ant-steps-icon-dot"></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">You can hover on the dot.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2022-05-26 13:55:56 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><!----><span class="ant-steps-icon-dot"></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">You can hover on the dot.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2022-05-26 13:55:56 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><!----><span class="ant-steps-icon-dot"></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">You can hover on the dot.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2022-05-26 13:55:56 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><!----><span class="ant-steps-icon-dot"></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">You can hover on the dot.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/error.vue correctly 1`] = `
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-horizontal">
|
2018-05-15 01:52:44 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish ant-steps-next-error">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-error ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="close" class="anticon anticon-close ant-steps-error-icon"><svg focusable="false" class="" data-icon="close" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 00203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-title">In Process
|
2020-08-13 14:12:58 +00:00
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/icon.vue correctly 1`] = `
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-horizontal">
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish ant-steps-item-custom ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="user" class="anticon anticon-user"><svg focusable="false" class="" data-icon="user" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Login
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-12-15 14:16:54 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish ant-steps-item-custom">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="solution" class="anticon anticon-solution"><svg focusable="false" class="" data-icon="solution" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Verification
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-12-15 14:16:54 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-custom">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="loading" class="anticon anticon-loading"><svg focusable="false" class="anticon-spin" data-icon="loading" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="0 0 1024 1024"><path d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Pay
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-12-15 14:16:54 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-wait ant-steps-item-custom">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="smile" class="anticon anticon-smile"><svg focusable="false" class="" data-icon="smile" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M288 421a48 48 0 1096 0 48 48 0 10-96 0zm352 0a48 48 0 1096 0 48 48 0 10-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 01248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 01249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 01775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 01775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 00-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 00-8-8.4z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Done
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
exports[`renders ./components/steps/demo/inline.vue correctly 1`] = `
|
|
|
|
<div class="ant-list ant-list-split">
|
|
|
|
<!---->
|
|
|
|
<!---->
|
|
|
|
<div class="ant-spin-nested-loading">
|
|
|
|
<!---->
|
|
|
|
<div class="ant-spin-container">
|
|
|
|
<ul class="ant-list-items">
|
|
|
|
<li class="ant-list-item">
|
|
|
|
<div class="ant-list-item-meta">
|
|
|
|
<div class="ant-list-item-meta-avatar"><span class="ant-avatar ant-avatar-circle ant-avatar-image"><img src="https://joeschmoe.io/api/v1/random"></span></div>
|
|
|
|
<div class="ant-list-item-meta-content">
|
|
|
|
<h4 class="ant-list-item-meta-title"><a href="https://www.antdv.com/">Ant Design Title 1</a></h4>
|
|
|
|
<div class="ant-list-item-meta-description">Ant Design, a design language for background applications, is refined by Ant UED Team</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot ant-steps-inline" style="margin-top: 8px;">
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 1.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 2.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 3
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 3.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<!---->
|
|
|
|
</li>
|
|
|
|
<li class="ant-list-item">
|
|
|
|
<div class="ant-list-item-meta">
|
|
|
|
<div class="ant-list-item-meta-avatar"><span class="ant-avatar ant-avatar-circle ant-avatar-image"><img src="https://joeschmoe.io/api/v1/random"></span></div>
|
|
|
|
<div class="ant-list-item-meta-content">
|
|
|
|
<h4 class="ant-list-item-meta-title"><a href="https://www.antdv.com/">Ant Design Title 2</a></h4>
|
|
|
|
<div class="ant-list-item-meta-description">Ant Design, a design language for background applications, is refined by Ant UED Team</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot ant-steps-inline" style="margin-top: 8px;">
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish ant-steps-next-error">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 1.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-error ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 2.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 3
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 3.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<!---->
|
|
|
|
</li>
|
|
|
|
<li class="ant-list-item">
|
|
|
|
<div class="ant-list-item-meta">
|
|
|
|
<div class="ant-list-item-meta-avatar"><span class="ant-avatar ant-avatar-circle ant-avatar-image"><img src="https://joeschmoe.io/api/v1/random"></span></div>
|
|
|
|
<div class="ant-list-item-meta-content">
|
|
|
|
<h4 class="ant-list-item-meta-title"><a href="https://www.antdv.com/">Ant Design Title 3</a></h4>
|
|
|
|
<div class="ant-list-item-meta-description">Ant Design, a design language for background applications, is refined by Ant UED Team</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot ant-steps-inline" style="margin-top: 8px;">
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 1.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 2.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 3
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 3.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<!---->
|
|
|
|
</li>
|
|
|
|
<li class="ant-list-item">
|
|
|
|
<div class="ant-list-item-meta">
|
|
|
|
<div class="ant-list-item-meta-avatar"><span class="ant-avatar ant-avatar-circle ant-avatar-image"><img src="https://joeschmoe.io/api/v1/random"></span></div>
|
|
|
|
<div class="ant-list-item-meta-content">
|
|
|
|
<h4 class="ant-list-item-meta-title"><a href="https://www.antdv.com/">Ant Design Title 4</a></h4>
|
|
|
|
<div class="ant-list-item-meta-description">Ant Design, a design language for background applications, is refined by Ant UED Team</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot ant-steps-inline" style="margin-top: 8px;">
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 1.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 2.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 3
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a Step 3.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<!---->
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!---->
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`renders ./components/steps/demo/label-placement.vue correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical">
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div><br>
|
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-with-progress">
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon">
|
|
|
|
<div class="ant-steps-progress-icon">
|
|
|
|
<div role="progressbar" class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-40">
|
|
|
|
<div class="ant-progress-inner" style="width: 40px; height: 40px; font-size: 12px;"><svg class="ant-progress-circle" viewBox="0 0 100 100">
|
|
|
|
<!---->
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke-linecap="round" stroke-width="4" fill-opacity="0" class="ant-progress-circle-trail" style="stroke-dasharray: 301.59289474462014px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke="" stroke-linecap="round" stroke-width="4" opacity="1" fill-opacity="0" class="ant-progress-circle-path" style="stroke-dasharray: 180.95573684677208px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke="" stroke-linecap="round" stroke-width="4" opacity="0" fill-opacity="0" class="ant-progress-circle-path" style="stroke: #52C41A; stroke-dasharray: 0px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
</svg><span class="ant-progress-text"><!----></span></div>
|
|
|
|
</div><span class="ant-steps-icon">2</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div><br>
|
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-vertical">
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/nav.vue correctly 1`] = `
|
2020-03-07 11:45:13 +00:00
|
|
|
<div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal ant-steps-navigation" style="margin-bottom: 60px; box-shadow: 0px -1px 0 0 #e8e8e8 inset;">
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 1<div title="00:00:05" class="ant-steps-item-subtitle">00:00:05</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 2<div title="00:01:02" class="ant-steps-item-subtitle">00:01:02</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Step 3<div title="waiting for longlong time" class="ant-steps-item-subtitle">waiting for longlong time</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-horizontal ant-steps-navigation" style="margin-bottom: 60px; box-shadow: 0px -1px 0 0 #e8e8e8 inset;">
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 3
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">4</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Step 4
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal ant-steps-navigation" style="margin-bottom: 60px; box-shadow: 0px -1px 0 0 #e8e8e8 inset;">
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">finish 1
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">finish 2
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">current process
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait ant-steps-item-disabled">
|
|
|
|
<div class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">4</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">wait
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/progress.vue correctly 1`] = `
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-horizontal ant-steps-with-progress">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon">
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-progress-icon">
|
|
|
|
<div role="progressbar" class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-40">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-progress-inner" style="width: 40px; height: 40px; font-size: 12px;"><svg class="ant-progress-circle" viewBox="0 0 100 100">
|
|
|
|
<!---->
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke-linecap="round" stroke-width="4" fill-opacity="0" class="ant-progress-circle-trail" style="stroke-dasharray: 301.59289474462014px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke="" stroke-linecap="round" stroke-width="4" opacity="1" fill-opacity="0" class="ant-progress-circle-path" style="stroke-dasharray: 180.95573684677208px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke="" stroke-linecap="round" stroke-width="4" opacity="0" fill-opacity="0" class="ant-progress-circle-path" style="stroke: #52C41A; stroke-dasharray: 0px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
</svg><span class="ant-progress-text"><!----></span></div>
|
|
|
|
</div><span class="ant-steps-icon">2</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">In Progress<div title="Left 00:00:08" class="ant-steps-item-subtitle">Left 00:00:08</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal ant-steps-with-progress">
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon">
|
|
|
|
<div class="ant-steps-progress-icon">
|
|
|
|
<div role="progressbar" class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-32">
|
|
|
|
<div class="ant-progress-inner" style="width: 32px; height: 32px; font-size: 10.8px;"><svg class="ant-progress-circle" viewBox="0 0 100 100">
|
|
|
|
<!---->
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke-linecap="round" stroke-width="4" fill-opacity="0" class="ant-progress-circle-trail" style="stroke-dasharray: 301.59289474462014px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke="" stroke-linecap="round" stroke-width="4" opacity="1" fill-opacity="0" class="ant-progress-circle-path" style="stroke-dasharray: 180.95573684677208px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
<path d="M 50,50 m 0,-48
|
|
|
|
a 48,48 0 1 1 0,96
|
|
|
|
a 48,48 0 1 1 0,-96" stroke="" stroke-linecap="round" stroke-width="4" opacity="0" fill-opacity="0" class="ant-progress-circle-path" style="stroke: #52C41A; stroke-dasharray: 0px 301.59289474462014px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s;"></path>
|
|
|
|
</svg><span class="ant-progress-text"><!----></span></div>
|
|
|
|
</div><span class="ant-steps-icon">2</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">In Progress<div title="Left 00:00:08" class="ant-steps-item-subtitle">Left 00:00:08</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-09-25 08:51:32 +00:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`renders ./components/steps/demo/progress-dot.vue correctly 1`] = `
|
2020-03-07 11:45:13 +00:00
|
|
|
<div>
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-vertical ant-steps-dot">
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-divider ant-divider-horizontal" role="separator">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps ant-steps-vertical ant-steps-dot">
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description. This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description. This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description. This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span class="ant-steps-icon-dot"></span></span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/simple.vue correctly 1`] = `
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-horizontal">
|
2018-05-15 01:52:44 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
2020-08-13 14:12:58 +00:00
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
|
|
|
<div class="ant-steps-item-title">In Progress<div title="Left 00:00:08" class="ant-steps-item-subtitle">Left 00:00:08</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/small-size.vue correctly 1`] = `
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-small ant-steps-label-horizontal">
|
2018-05-15 01:52:44 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/step-next.vue correctly 1`] = `
|
2018-05-15 01:52:44 +00:00
|
|
|
<div>
|
2022-09-02 08:16:03 +00:00
|
|
|
<div class="ant-steps ant-steps-horizontal ant-steps-label-horizontal">
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">1</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">First
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Second
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Last
|
|
|
|
<!---->
|
|
|
|
</div>
|
|
|
|
<!---->
|
2020-03-07 11:45:13 +00:00
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="steps-content">First-content</div>
|
|
|
|
<div class="steps-action"><button class="ant-btn ant-btn-primary" type="button">
|
2020-08-31 09:16:16 +00:00
|
|
|
<!----><span>Next</span>
|
|
|
|
</button>
|
2020-08-13 14:12:58 +00:00
|
|
|
<!--v-if-->
|
|
|
|
<!--v-if-->
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/vertical.vue correctly 1`] = `
|
2018-05-15 01:52:44 +00:00
|
|
|
<div class="ant-steps ant-steps-vertical">
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2021-09-25 08:51:32 +00:00
|
|
|
exports[`renders ./components/steps/demo/vertical-small.vue correctly 1`] = `
|
2018-05-15 01:52:44 +00:00
|
|
|
<div class="ant-steps ant-steps-vertical ant-steps-small">
|
|
|
|
<div class="ant-steps-item ant-steps-item-finish">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
Feat v4 (#6329)
* refactor(icon): remove style dir (#6215)
* refactor: rename locale
* refactor: locale-provider
* refactor: modal
* refactor: menu
* fix: custom class (#6217)
* refactor: tooltip
* refactor: grid (#6220)
* refactor: grid
* fix(grid): align & justify responsive
* chore: update demo and snapshot
* fix: row ts type not work
* doc: update demo
* refactor: ts
* refactor: spin (#6222)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* refactor: spin
* refactor: spin
* refactor: spin
* refactor: spinnn
* refactor: spin
---------
Co-authored-by: lyn <76365499@qq.com>
* fix: spin error #6222
* test: test case error (#6225)
* fix: inject value maybe undefined
* fix: tootip emit correct value
* fix: rollback warning suffix avoid test break
* doc(grid): remove unused type="flex"
* refactor: skeleton (#6224)
* refactor: skeleton
* refactor: skeleton style
* chore: modify skeleton demo style
* fix(button): link and text should not have wave (#6226)
* refactor: dropdown
* refactor: popover & popconfirm
* refactor(tag): less to cssinjs (#6227)
* refactor(empty): less to cssinjs (#6230)
* refactor(empty): less to cssinjs
* chore: remove unuse code
* fix: reactivity lose
* fix: empty props #6230
* refactor: progress style (#6234)
* refactor: progress
* refactor: progress style
* fix: progress attrs
* refactor: progress #6234
* refactor: switch (#6236)
* refactor: switch style
* refactor: delete switch style
* refactor:input (#6237)
* refactor:input
* fix inheritAttrs:false
* fix attrs.class
* feat: input add disabled
* refactor:comment (#6238)
* refactor:comment
* fix inheritAttrs: false & attrs.class
* refactor:pageheader (#6239)
* refactor:pageheader
* fix inheritAttrs: false & attrs.class
* refactor:statistic (#6240)
* refactor:statistic
* fix inheritAttrs: false & attrs.class
* refactor:list (#6241)
* refactor:list
* fix inheritAttrs: false & attrs.class
* feat: update type
* refactor(Space): less to cssinjs & add compact mode (#6229)
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: space compact
* refactor:typography (#6244)
* refactor:typography
* fix return
* fix import type
* fix: typography #6244
* refactor:datepicker (#6245)
* refactor: datepicker type
* refactor: rate style (#6254)
* refactor(layout): less to cssinjs (#6249)
* doc: update layout cover
* refactor(result): less to cssinjs (#6246)
* refactor(result): less to cssinjs
* fix: class name is overridden
* docs: update result cover
* refactor:slider (#6250)
* feat: slider deprecated tooltipVisible
* refactor(crad): less to cssinjs (#6258)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* Eliminate invalid code
* optimization and adjustment css
* Adjust the css
* Optimize each item
* adjustment css
* refactor: card #6258
* refactor:carousel (#6262)
* refactor:carousel
* docs:update & refactor: carousel type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor:transfer (#6247)
* refactor:transfer
* merge v4 branch & fix theme interface conflict
* docs:update & refactor: transfer type
* perf: transfer
* refactor:checkbox (#6248)
* refactor:checkbox
* docs:update & refactor: checkbox type
* feat: checkbox add disabled context
* refactor:pagination (#6251)
* refactor:pagination
* docs:update & refactor: pagination type
* style: update pagination props type
* refactor: mentions (#6255)
* refactor: mentions
* refactor: mentions menu provider
* doc: update mentions demo
* refcator:upload (#6261)
* refcator:upload
* docs:update & refactor: upload type
* Update style.ts
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* perf: upload motion
* refactor:timeline (#6263)
* refactor:timeline
* docs:update & refactor: timeline type
* perf: timeline
* refactor:steps (#6264)
* refactor:steps
* fix ...attrs
* fix StepsToken error
* docs:update & refactor: steps type
* fix: steps icon clss error
* refactor:collapse (#6266)
* refactor:collapse
* fix collapse props version
* docs:update & refactor: collapse type & fix collapsible
* feat: update collapse type
* refactor:inputnumber (#6265)
* refactor:inputnumber
* docs:update & refactor: inputnumber type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: number add compactSize & disabledContext
* refactor:table (#6267)
* refactor:table
* docs:update & refactor: table type
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: table
* feat: table add expandColumnTitle slot
* refactor:calendar (#6269)
* refactor:calendar
* docs:update
* refactor:timepicker (#6270)
* refactor:timepicker
* docs:update & refactor: timepicker type
* refactor:tree (#6276)
* Feat v4 fix type errors (#6285)
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* refactor: rename locale file
* feat: tree add leafIcon
* [tabs] :less to cssinjs (#6288)
* update
* switch
* Style adjustment
* refactor(Card): less to cssinjs
* tabs: less to cssinjs 开发ing
* add function cssinjs
* Eliminate irrelevant code
* Eliminate irrelevant code 2
* update components
* Eliminate irrelevant input code
* refactor: tabs #6288
* feat: add segmented (#6286)
* refactor: segmented #6286
* refactor:select (#6295)
* refactor:select
* update doc
* delete useless
* feat: select add context size
* refactor: tree select (#6296)
* feat: tree-select add context size
* perf: table
* docs: update doc toc
* refactor: cascader
* refactor: auto-complete
* refactor: image
* refactor: drawer
* refactor:radio (#6299)
* refactor:radio
* fix attrs
* feat: radio add disabled context
* fix: some type & doc (#6292)
* fix: typo (#6218)
* fix: typo
* docs<upload>: docs update
* fix: type of minute in props disabledDateTime of DatePicker (#6233)
* docs: typo (#6256)
* feat: tooltip added overlayInnerStyle attribute
* Update abstractTooltipProps.ts
* Update Tooltip.tsx
---------
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: tangjinzhou <415800467@qq.com>
* refactor: form
* fix: directive not work
* fix: use open, remove visible
* doc: update cover
* refactor: remove not use code
* chore: update build script
* doc: update doc
* doc: refactor doc
* chore: update token error
* chore: update style
* refactor: rename _style to style
* fix: tag warning
* fix(dropdown): open invalid (#6316)
* feat: add watermark (#6300)
* feat: add watermark
* feat: add watermark demo
* feat: add mutationObserver
* feat: add watermark demo
* refactor: watermark type
* doc: add theme-editor
* fix: inject value maybe undefined && tag style invalid (#6320)
* fix: inject value maybe undefined
* fix(tag): style invalid
* feat: add qrcode (#6315)
* feat: add qrcode
* fix: qrcode bug
* fix: qrcode value required
* refactor: props deconstruct
* Feat v4 floatbutton (#6294)
* feat: add float-button components
* fix type & demo display
* fix components entry
* fix review bug
* fix bug
* fix .value
* refactor: qrcode #6315
* refactor: float-button
* fix: groupsize context error
* fix: floatbutton animation not work
* Feat v4 theme editor (#6348)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* fix: token effect error
* Feat v4 theme editor (#6349)
* feat: add theme editor container
* feat: add theme editor layout
* add left panel
* add vue-colorful & fix bug
* 修复hue组件抖动问题
* fix bug && add demo
* fix bug
* fix demo preview
* fix theme editor components demo
* add theme editor token drawer
* add theme editor token drawer
* fix bug
* open commment
* fix error demo
* fix theme editor bug
* fix: cssinjs effect error
* doc: format code
* fix: tag click event not trigger
* release 4.0.0-alpha.1
* fix: qrcode type
* fix: remove not use file
* doc: update doc site
* doc: update site
* doc: fix theme editor bgcolor (#6358)
* fix: motion not work
* release 4.0.0-alpha.2
* fix: qrcode ; error, close #6362
* fix docs dark theme & add docs coverDark (#6367)
* fix docs dark theme & add docs coverDark
* fix theme Editor edit
* fix: dropdown divider disappear, close #6365 (#6369)
* doc: update baner
* fix: button wave not work
* fix: ant-piker-cell-range-hover-end style error (#6373)
* fix: ant-piker-cell-range-hover-end style error
* feat: be consistent with antd
* feat: be consistent with antd
* fix: ConfigProvider error for style, close #6368
* release 4.0.0-alpha.4
* style: add dark style for `pre` and `code` (#6382)
* docs: version menu (#6390)
* Feat(DatePicker): increase presets prop (#6387)
* feat(date-picker): add PresetDate type
* feat(date-picker): add usePresets hook
* feat(date-picker): add PresetPanel Component
* feat(date-picker): add PresetPanel Component
* feat(demo): update Preset Ranges Examples
* feat(docs): add new prop presets
* feat(docs): add new prop presets with english
* fix(RangePicker): footer is not managed by panels
* chore(Picker): prefixCls default rc-picker
* chore(date-picker): update presetted-ranges demo
* chore(date-picker): update rangePickerProps'presets
* feat(date-picker): presets reactively processing
* chore(date-picker): update type
* refactor(RangePicker): deprecated ranges prop
* chore(date-picker): update type
* chore(PickerPanel): del notuse panelRef
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: datepicker presets error #6387
* docs: update datepicker doc #6387
* feat(Steps): add items prop and variants (#6406)
* refactor(steps): add items prop and variants
* feat(steps): add Label Placement and Inline Steps demo
* feat(steps): Label Placement and Inline Steps snap
* test(steps): Steps demo snap
* feat(Steps): update docs
* fix(Step): progressDot
* chore(useLegacyItems): change from warning to devWarning
* refactor(Steps): Remove useLegacyItems
* refactor(Steps): renderStep
* test(Steps): update test snapshot
* chore(Steps): filterEmpty
* feat(Steps): update docs
* docs: update site
* refactor: steps #6406
* test: update steps
* perf: shallowRef instead ref
* fix(Modal): fix modal locale (#6423)
* feat(StyleProvider): add StyleProvider handle cssinjs features (#6415)
* feat(StyleProvider): StyleProvider
* feat(StyleProvider): refactor to use context
* chore(StyleProvider): update AStyleProviderProps type
* chore(App): reback
* chore(StyleProvider): export StyleProvider
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): update StyleProvider docs
* feat(StyleProvider): add StyleProvider docs routes
* chore(StyleProvider): with useStyleProvider
* docs: update compatiple #6415
* feat(Progress): enhance size prop and add variants (#6409)
* refactor(progress): Progress size and add variants
* feat(progress): add `getsize`
* refactor(progress): Progress size and add variants
* chore(progress): update props type
* chore(progress): update props type
* feat(progress): update demo
* feat(progress): update docs
* test(progress): update test snap
* fix(Circle): Merging classes
* test(progress): update test snap
* feat(progress): add size demo
* test(progress): add size snapshot
* chore(Progress): reback Circle svg class change
* fix: progress borderRadius reactive #6409
* fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419
* fix: qrcode size error, close #6418
* release 4.0.0-alpha.4
* fix: picker import error
* test: add QRCode unit testing (#6441)
* fix
* fix compile type errors
* fix menuprops type import
* fix lint errors
* fix lint errors
* fix format error
* fix node version
* fix run dist error
* fix run lint
* fix as any
* fix string type
* fix steps error & fix docs version select option & fix theme editor error
* fix(badge): badge props count default value error (#6433)
* docs: update site responsive
* fix: modal api method i18n not work, close #6438
* release 4.0.0-alpha.5
* chore(docs): update docs (#6446)
* docs(space): update demo
* docs(affix): update docs
* fix: cssinjs compatibility (#6454)
* feat: add convertLegacyToken
* docs: v4 vuedocs (#6468)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: remove backtop
* feat(anchor): add direction action (#6447)
* refactor(anchor): direction show
* refactor(anchor): update anchor css
* feat(anchor): update demo
* test(anchor): update demo test snap
* feat(anchor): update docs
* Update index.zh-CN.md
* Update index.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* feat: anchor add customTitle slot #6447
* docs: update doc anchor
* feat(menu): icon support function components with items and update demo (#6457)
* fix(menu): icon do not show problem
* fix(menu): icon do not show problem
* feat(menu): update demo
* test(menu): update demo snap
* chore(Menu): update docs
* test(Menu): update demo
* Update MenuItem.tsx
* Update SubMenu.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* doc: update menu icon
* feat: menu items icon add arg
* fix: antd.min error
* release 4.0.0-alpha.6
* fix: table resizable not work && type error (#6514)
* Refactor(demo): change options to composition api (#6499)
* feat(demo): A-B
* feat(demo): update B-checkbox
* feat(demo): update CheckBox -DatePicker
* feat(demo): update DatePicker - Form
* feat(demo): update Form - List
* feat(demo): update List-pagination
* feat(demo): update List - skeleton
* feat(demo): update skeleton - switch
* feat(demo): update skeleton - switch
* feat(demo): update switch - upload
* feat(demo): update watermark
* fix(demo): del hashId
* fix: submenu type lose theme
* fix: dropdown menu hide error
* fix: dealing with switching topics modal, notification, message does not take effect close #6512 (#6518)
* fix: resolve dark mode not support
* fix: unified expression
* feat(modal): add useModal (#6517)
* feat(modal): add useModal hook
* feat(modal): add HookModal demo
* test(modal): update HookModal demo snap
* feat(modal): update modal docs
* chore(modal): update modal type
* perf: useModal #6517
* release 4.0.0-beta.1
* docs: fix tab demo error
* fix(config-provider): fix ConfigProvider.config is not function close #6528 (#6529)
* Feat(use): add useMessage useNotification (#6527)
* feat(Message): add useMessage hook
* feat(Notification): add useNotification hook
* feat(Message): add Hook demo
* feat(Notification): add Hook demo
* test(Message): update demo snap
* test(Notification): update demo snap
* docs(Message): update docs with FAQ
* docs(Notification): update docs with FAQ
* refactor: useMessage #6527
* refactor: useNotification #6527
* release 4.0.0-beta.2
* docs(button): update demo with space (#6536)
* feat(button): demo space
* test(button): update demo snap
* chore(button): disabled demo Ghost space
* test(button): update disabled demo snap
* docs(introduce): update docs (#6539)
* docs(introduce): update docs
* docs(introduce): add Dollar
* Update introduce.zh-CN.md
* Update introduce.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* docs(customize-theme): update docs (#6540)
* fix introduce doc
* fix getting-started doc
* add migration-v4 doc
* fix docs
* Update migration-v4.zh-CN.md
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
* Update migration-v4.zh-CN.md
* Update getting-started.en-US.md
* Update getting-started.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* update customize-theme doc & fix migration-v4 error
* update customize-theme doc
* fix migration-v4 error
* remove SSR & shadowDom
* Update customize-theme.zh-CN.md
* Update customize-theme.en-US.md
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: getPopupContainer not work
* release 4.0.0-beta.3
* release 4.0.0-beta.4
* docs: update grid docs (#6549)
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* test(alert): update demo with space (#6541)
* docs(alert): update demo with space
* docs(alert): update alert test snap
---------
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
* fix: components bug & update docs (#6548)
* fix bug
* fix test case and update snapshot,fix space merge class
* docs(grid): update migrate docs && delete xxxl in grid docs (#6562)
* fix: segmentd disabled label is undefined (#6556)
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix: segmentd disabled label is undefined
* fix(grid): remove grid xxxl attribute (#6572)
* fix: remove grid xxxl attribute
* docs: remove xxxl in grid docs
* fix: tooltip custom color error
* feat: remove Step __legacy
* feat: add tour (#6332)
* feat v4 add tour
* fix type error
* sync tour from antd5.4.6 & fix type error
* fix error
* refactor: tour #6332
* fix: tour center
* fix: picker support v-show
* test: update snap
* test: update tour test
* fix: tour-mask attrs pointer-events (#6577)
* fix: tour animated
* feat: support vue 3.3 slot type
* release 4.0.0-rc.1
* release 4.0.0-rc.2, close #6588
* 4.0.0-rc.3
* chore: remove vue private api
* fix: paginantion error, close #6590
* release 4.0.0-rc.4
* fix: checxbox style
* fix: pagination mini size style
* release 4.0.0-rc.5
* docs: update v4 tabs doc error(#6606) (#6607)
* docs: add ant-design-vue nuxt module (#6620)
* fix: layout-sider and menu transition style(#6637) (#6640)
* docs: fixed the style error of online demo (#6630)
* feat: ✨checkbox label slot support use option label (#6642)
* docs: 📃change the default setting of "treeNodeFilterProp" from "value" to "label"
* revert: ↩revert this config and create another pr to commit
* feat: ✨checkbox label slot support use option label
* test: 🧪update checkbox *.snap file
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
* fix: add disabledContext override with form components (#6618)
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
* fix(tour): target position (#6629)
* style: format lint
* docs(form): add form disabled demo (#6658)
* fix: comment node error
* release 4.0
* fix: portalWrapper add autoLock prop (#6687), close #6649
* fix: image animation & zindex, close #6675
* docs(QRCode): Synchronize QR code demonstration and add SVG (#6660)
* fix: Synchronize QR code demonstration and add SVG
* fix: responsive loss and invalid border style
* docs: synchronize antd5.6.3 QRCode color in dark mode
* feat: calendar select support info.source param (#6697)
* docs: add ant-design-vue nuxt module
* feat: calendar select support info.source param
* docs: synchronous config-provider demo (#6706)
* revert: #6706
* docs: export space-compact types (#6716)
* release 4.0.0
---------
Co-authored-by: bqy_fe <1743369777@qq.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: Zev Zhu <45655660+aibayanyu20@users.noreply.github.com>
Co-authored-by: lyn <76365499@qq.com>
Co-authored-by: 果冻橙 <shifeng199307@gmail.com>
Co-authored-by: songsong0707 <74165917+songsong0707@users.noreply.github.com>
Co-authored-by: yang <30883395+webvs2@users.noreply.github.com>
Co-authored-by: selicens <1244620067@qq.com>
Co-authored-by: 一堆菠萝 <53335668+JavanShen@users.noreply.github.com>
Co-authored-by: H1mple <35363759+baohangxing@users.noreply.github.com>
Co-authored-by: Cherry7 <79909910+CCherry07@users.noreply.github.com>
Co-authored-by: Konv Suu <2583695112@qq.com>
Co-authored-by: luoawai <32483950+luoawai@users.noreply.github.com>
Co-authored-by: 鱼见 <657715602@qq.com>
Co-authored-by: zhuzhengjian <zhuzhengjian@hoteamsoft.com>
Co-authored-by: Cupid Valentine <53572196+valcosmos@users.noreply.github.com>
Co-authored-by: 专业逮虾户aa <30494925+waldonUB@users.noreply.github.com>
Co-authored-by: PanStar <PanStar@users.noreply.github.com>
2023-07-14 03:58:27 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon"><span role="img" aria-label="check" class="anticon anticon-check ant-steps-finish-icon"><svg focusable="false" class="" data-icon="check" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"></path></svg></span></span></div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Finished
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item ant-steps-item-process ant-steps-item-active">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">2</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">In Progress
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ant-steps-item ant-steps-item-wait">
|
2021-09-25 08:51:32 +00:00
|
|
|
<div role="button" tabindex="0" class="ant-steps-item-container">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-tail">
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-icon"><span class="ant-steps-icon">3</span></div>
|
|
|
|
<div class="ant-steps-item-content">
|
2020-08-13 14:12:58 +00:00
|
|
|
<div class="ant-steps-item-title">Waiting
|
|
|
|
<!---->
|
|
|
|
</div>
|
2020-03-07 11:45:13 +00:00
|
|
|
<div class="ant-steps-item-description">This is a description.</div>
|
|
|
|
</div>
|
2018-05-15 01:52:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|