ant-design-vue/components/_util
tangjinzhou 2ee3d43534
Feat css var (#5327)
* style: affix & util

* feat(alert): add customIcon slot

* feat(anchor): ts type

* style: auto-complete

* feat: avatar add crossOrigin & maxPopoverTrigger

* style(backTop): v-show instead v-if

* style: badge

* style: breadcrumb

* feat: button add global size

* feat: update i18n

* feat: picker add disabledTime

* test: update snap

* doc: update img url

* style: fix Card tabs of left position

* doc: update cascader doc

* feat: collapse

* style: comment

* style: configprovider

* feat: date-picker add soem icon slot

* style: update descriptions style

* feat: add divider orientationMargin

* doc: update drawer

* feat: dropdown add destroyPopupOnHide & loading

* style: update empty

* feat: form add labelWrap

* style: update grid

* test: update grid snap

* fix: image ts error

* fix: mentions cannot select, close #5233

* doc: update pagination change info, close #5293

* fix: table dynamic expand error, close #5295

* style: remove not use

* release 3.0.0-beta.11

* doc: update typo

* feat: input add showCount

* feat: inputNumber add prefix slot

* style: update layout

* style: update list

* feat: add locale i18

* style: update locale ts

* style: update mentions

* feat: menu divider add dashed

* perf: menu

* perf: menu animate

* feat: modal method add wrapClassName

* style: update pageheader

* feat: update pagination ts

* feat: confirm add showCancel & promise

* doc: update popover

* style: update progress

* style: radio

* style: update rate、result、row

* feat: select add fieldNames

* feat: add skeleton button & input

* feat: spin tip support slot

* style: slider & space

* stype: update steps ts type

* style: update switch

* feat: table add tree filter

* test: update input sanp

* feat: table add filterMode...

* fix: tree autoExpandParent bug

* test: update input snap

* doc: tabs add destroyInactiveTabPane

* style: update tag

* style: update timeline & time-picker

* fix: Tooltip arrowPointAtCenter 1px shift bug

* feat: typography add enterEnterIcon triggerType

* doc: update tree-select

* fix: deps and TypeScript types

* style: udpate transfer

* style: update style

* doc: add colorScheme

* chore: add css var builg

* doc: sort api

* style: lint code

* doc: add css var

* test: update snap

* chore: add pre script

* chore: update lint

* perf: collapse animate

* perf: collapse tree

* perf: typography shaking when edit

* doc: update auto-complete demo

* fix: table tree not have animate

* feat: deprecated dropdown center placement

* feat: deprecated dropdown center placement

* test: update snap
2022-03-12 09:56:32 +08:00
..
__mocks__ refactor: drawer (#4725) 2021-10-03 13:30:50 +08:00
__tests__ Feat css var (#5327) 2022-03-12 09:56:32 +08:00
copy-to-clipboard style: update prettier & format code 2021-06-23 23:10:07 +08:00
css-animation fix: remove window 2021-11-29 17:53:09 +08:00
hooks Feat css var (#5327) 2022-03-12 09:56:32 +08:00
props-util fix: multipe select can not separator content, #4844 2021-11-03 16:24:35 +08:00
vue-types perf: ts type, close #5044 2021-12-16 17:20:18 +08:00
ActionButton.tsx Feat css var (#5327) 2022-03-12 09:56:32 +08:00
antInputDirective.js chore: rever util to js 2020-10-02 15:44:10 +08:00
BaseInput.tsx fix: tree-select placeholder error 2020-10-22 00:30:57 +08:00
BaseMixin.js test: update test & ts 2020-10-28 15:31:45 +08:00
canUseDom.ts refactor: Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate (#4171) 2021-06-07 17:35:03 +08:00
classNames.ts refactor: some util by ts 2020-10-13 22:26:56 +08:00
collapseMotion.tsx Feat css var (#5327) 2022-03-12 09:56:32 +08:00
colors.ts chore: use type import (#4260) 2021-06-26 09:35:40 +08:00
component-classes.ts style: update prettier & format code 2021-06-23 23:10:07 +08:00
createRef.ts fix: virtual list ts error 2020-10-17 12:14:13 +08:00
debouncedWatch.ts 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
easings.ts refactor: some util by ts 2020-10-13 22:26:56 +08:00
env.ts refactor: some util by ts 2020-10-13 22:26:56 +08:00
EventInterface.ts Feat css var (#5327) 2022-03-12 09:56:32 +08:00
firstNotUndefined.ts 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
getLocale.js chore: rever util to js 2020-10-02 15:44:10 +08:00
getRequestAnimationFrame.js style: update prettier & format code 2021-06-23 23:10:07 +08:00
getScroll.ts refactor: Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate (#4171) 2021-06-07 17:35:03 +08:00
getScrollBarSize.ts 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
isCssAnimationSupported.js chore: rever util to js 2020-10-02 15:44:10 +08:00
isMobile.js refactor: Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate (#4171) 2021-06-07 17:35:03 +08:00
isNumeric.ts refactor: some util by ts 2020-10-13 22:26:56 +08:00
isValid.ts refactor: some util by ts 2020-10-13 22:26:56 +08:00
isValidValue.ts refactor: input-number 2021-12-20 14:52:29 +08:00
json2mq.js style: update prettier & format code 2021-06-23 23:10:07 +08:00
KeyCode.ts refactor: some util by ts 2020-10-13 22:26:56 +08:00
omit.ts 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
pickAttrs.ts perf: remove chrome passive warning 2021-07-23 10:10:39 +08:00
Portal.tsx feat: date-picker support vshow, close #5132 2022-01-07 18:50:30 +08:00
PortalWrapper.tsx refactor: raf 2021-12-20 14:52:29 +08:00
raf.ts refactor: raf 2021-12-20 14:52:29 +08:00
reactivePick.ts 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
requestAnimationTimeout.js fix: collapse animation not work, close #4856 2021-11-08 22:41:27 +08:00
responsiveObserve.ts feat: add xxxl grid col size for 4k&5k display (#4953) 2021-11-30 21:07:50 +08:00
scrollTo.ts refactor: Anchor、Alert、Avatar、Badge、BackTop、Col、Form、Layout、Menu、Space、Spin、Switch、Row、Result、Rate (#4171) 2021-06-07 17:35:03 +08:00
setStyle.ts chore: use type import (#4260) 2021-06-26 09:35:40 +08:00
shallowequal.js style: update prettier & format code 2021-06-23 23:10:07 +08:00
styleChecker.ts Feat css var (#5327) 2022-03-12 09:56:32 +08:00
supportsPassive.js fix: passive waring 2020-12-10 17:40:46 +08:00
switchScrollingEffect.ts refactor: modal (#5129), close #5096 2022-01-06 16:08:53 +08:00
throttleByAnimationFrame.ts refactor: raf 2021-12-20 14:52:29 +08:00
toReactive.ts 3.0 ready (#4523) 2021-09-25 16:51:32 +08:00
transButton.tsx chore: use type import (#4260) 2021-06-26 09:35:40 +08:00
transition.tsx Feat css var (#5327) 2022-03-12 09:56:32 +08:00
triggerEvent.ts refactor: some util by ts 2020-10-13 22:26:56 +08:00
type.ts perf: ts type, close #5044 2021-12-16 17:20:18 +08:00
unreachableException.ts Feat css var (#5327) 2022-03-12 09:56:32 +08:00
util.ts refactor: input 2021-12-14 23:50:22 +08:00
vnode.js feat: refactor vc-select 2020-10-07 22:49:01 +08:00
warning.js chore: rever util to js 2020-10-02 15:44:10 +08:00
wave.tsx Feat css var (#5327) 2022-03-12 09:56:32 +08:00