Skip to content

Commit 3744a79

Browse files
Components Vue Composition API (#27)
* refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * docs: add todo * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor: add union type * refactor: add union type * refactor: add union type * refactor: add missing offset variant * refactor(compounds): modern vue sfc style * refactor: all props optional * docs: define docs for gap * docs: define docs for gap * refactor(compounds): modern vue sfc style * refactor: use undefined instead of null * refactor(compounds): modern vue sfc style * refactor: provide item selection for children * refactor: shorter type name * refactor: comment * refactor: typed inject * refactor: change value type to any * refactor: use defineModel instead of props.modelValue * refactor: rename * refactor: move DropdownSymbol to a separate file * refactor: move DropdownSymbol to a separate file * chore: disable linting for tsconfig.json * chore: remove unnecessary import defineModel * feat: add unrefElement.ts * feat: add onClickOutside.ts * chore: passive * refactor: use onClickOutside * feat: close dropdown on click outside * refactor: better code organization * refactor(compounds): modern vue sfc style * refactor: type * refactor(compounds): modern vue sfc style * refactor: use defineModel for active model * refactor: use defineModel for active model * refactor: single line * refactor: rename newActive -> active * refactor: rename newExpanded -> expanded * refactor: delete unused event * fix: do not emit 'update:active' with same value * fix: test * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor: use defineModel * refactor: use union * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor: unwrap reactive * refactor: simplify logic * refactor(compounds): modern vue sfc style * refactor: use $slots * refactor(compounds): modern vue sfc style * chore: remove eslint-disable * docs: add todo * feat: add intOrParseInt * refactor: use intOrParseInt * refactor: options type * refactor: options type * refactor: options type * refactor: typing * refactor: typing * refactor: typing * refactor(compounds): modern vue sfc style * refactor: modern vue prefer undefined * feat: separate PaginationPage * feat: single file for all component shared types * fix: typing * fix: typing * refactor: rename * refactor: allow null * refactor: typing * fix: secure focus() invoke * refactor: e is optional * docs: add todo advice about props types * refactor: useTemplateRef * refactor(compounds): modern vue sfc style * refactor(compounds): modern vue sfc style * refactor: delete unused imports * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: use unions * docs: add todo * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * docs: add todo * refactor: simplify line breaks * refactor: rename tabs store file * refactor(compounds): modern vue sfc style * refactor: use useTemplateRef * refactor: use extract tab types * refactor: typing * refactor: typing * refactor: typing * refactor: typing * feat: add steps-store.ts * refactor: typing * refactor: universal generic store for tabs and for steps * fix: import * refactor(compounds): modern vue sfc style * refactor: union type * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: remove unnecessary template wrapper * refactor: use index for keying v-for loop * docs: add todo * refactor: rename functions * refactor(compounds): modern vue sfc style * style: remove eslint-disable * style: fix paths * refactor: typed data * refactor: export types * refactor: typing * refactor: typing * refactor: typing * refactor: typing emit * refactor: typing * refactor: typing * refactor: typing * refactor: typing * style: remove eslint comments * style: rename to ts * refactor: typing * fix: enum name * refactor(compounds): modern vue sfc style * style: rename to ts * style: remove eslint-disable * style: rename to ts * style: rename ts * style: rename to ts * style: typing * style: remove stying types * style: typing * style: typing * style: check for null * style: typing * style: reduce state touches * style: typing * style: typing * style: extract variables for more readability * style: use undefined instead of null * refactor: typing * refactor: typing * refactor: typing * refactor: rename * refactor: typing * refactor: typing * refactor: window * refactor: rename Positions to Position * refactor: typing * refactor: useTemplateRef * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * docs: todo delete * refactor: rename ToastApi * refactor: typing * refactor: typing * refactor: useTemplateRef * refactor: modern vue sfc style * refactor: modern vue sfc style * feat: add firstIfArray * refactor: typing * refactor: typing * refactor: useTemplateRef * refactor: useTemplateRef * refactor: useTemplateRef * refactor: typing * refactor: remove nulls * feat: add bulma-calendar.d.ts * feat: add types for bulma-calendar.d.ts * chore: comment deprecated event listener * docs: add link for options * refactor: typing * refactor: typing * refactor: typing * refactor: typing * refactor: typing * docs: link * test: todo * fix(menu): properly handle submenu expansion - Update menu item click handlers - Fix aria attributes for accessibility * fix(menu): properly handle submenu expansion - Fix tests menu. --------- Co-authored-by: AbsoluteC2H6O <alfredofp63@gmail.com>
1 parent 4b32f9d commit 3744a79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2092
-1666
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": ["dist", "coverage"]
10+
"ignore": ["dist", "coverage", "tsconfig.json"]
1111
},
1212
"formatter": {
1313
"enabled": true,

0 commit comments

Comments
 (0)