-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: remove unused and duplicated composables * chore: move some composables to std * chore: update useChildComponents * fix: broken story * chore: remove useFocus * feat: create useFormControl * fix: useClientOnly * chore: remove useSyncProp * chore: move useFocusable composable to std * chore: move useFocusOutside to std * chore: remove useCSSVariables composable * chore: remove useless composables and create useLoadableControl composable * chore: move useStrictInject to utils * chore: remove useClearable * chore: remove useHTMLElement and useElementRef composables * chore: simplify useBem * chore: remove useTextColor composable * chore: remove useHover * chore: remove useDropdownable * chore: make useElementFocusedKeyboard * chore: remove useLongPressKey * chore: remove useAlign * chore: remove useDebounce * chore: refactor useThrottle * chore: refactor usePressed * chore: move useMaxSelection to VaSelect * chore: remove useScroll composable * chore: remove useTimer composable * fix(useFixedBar): correctly handle selector on mounted * fix(VaSkeleton): do not convert classes over ref keys * fix(VaTimePicker): use correctly ref from useBem * feat: change type of numeric prop * chore: remove useParsableMeasure * fix: improve useZIndex * raw: useOptionsControl * fix(build): correct imports and types
- Loading branch information
Showing
238 changed files
with
2,006 additions
and
2,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export type BadgeOffsetProp = number | string | [number, number] | [string, string] | ||
import { LengthString } from '../../composables/std' | ||
|
||
export type BadgeOffsetProp = number | LengthString | [number, number] | [LengthString, LengthString] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.