forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: True tree-shaking for Quasar -- WIP
- Loading branch information
1 parent
3ddb991
commit c4d8de6
Showing
220 changed files
with
906 additions
and
713 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
export * from './components/action-sheet' | ||
export * from './components/ajax-bar' | ||
export * from './components/alert' | ||
export * from './components/autocomplete' | ||
export * from './components/breadcrumbs' | ||
export * from './components/btn' | ||
export * from './components/card' | ||
export * from './components/carousel' | ||
export * from './components/chat' | ||
export * from './components/checkbox' | ||
export * from './components/chip' | ||
export * from './components/chips-input' | ||
export * from './components/collapsible' | ||
export * from './components/color' | ||
export * from './components/context-menu' | ||
export * from './components/datetime' | ||
export * from './components/dialog' | ||
export * from './components/editor' | ||
export * from './components/fab' | ||
export * from './components/field' | ||
export * from './components/icon' | ||
export * from './components/infinite-scroll' | ||
export * from './components/inner-loading' | ||
export * from './components/input' | ||
export * from './components/input-frame' | ||
export * from './components/jumbotron' | ||
export * from './components/knob' | ||
export * from './components/layout' | ||
export * from './components/list' | ||
export * from './components/modal' | ||
export * from './components/no-ssr' | ||
export * from './components/observables' | ||
export * from './components/option-group' | ||
export * from './components/pagination' | ||
export * from './components/parallax' | ||
export * from './components/popover' | ||
export * from './components/progress' | ||
export * from './components/pull-to-refresh' | ||
export * from './components/radio' | ||
export * from './components/range' | ||
export * from './components/rating' | ||
export * from './components/scroll-area' | ||
export * from './components/search' | ||
export * from './components/select' | ||
export * from './components/slide-transition' | ||
export * from './components/slider' | ||
export * from './components/spinner' | ||
export * from './components/stepper' | ||
export * from './components/tab' | ||
export * from './components/table' | ||
export * from './components/timeline' | ||
export * from './components/toggle' | ||
export * from './components/toolbar' | ||
export * from './components/tooltip' | ||
export * from './components/tree' | ||
export * from './components/uploader' | ||
export * from './components/video' | ||
export * from './components/action-sheet/index.js' | ||
export * from './components/ajax-bar/index.js' | ||
export * from './components/alert/index.js' | ||
export * from './components/autocomplete/index.js' | ||
export * from './components/breadcrumbs/index.js' | ||
export * from './components/btn/index.js' | ||
export * from './components/card/index.js' | ||
export * from './components/carousel/index.js' | ||
export * from './components/chat/index.js' | ||
export * from './components/checkbox/index.js' | ||
export * from './components/chip/index.js' | ||
export * from './components/chips-input/index.js' | ||
export * from './components/collapsible/index.js' | ||
export * from './components/color/index.js' | ||
export * from './components/context-menu/index.js' | ||
export * from './components/datetime/index.js' | ||
export * from './components/dialog/index.js' | ||
export * from './components/editor/index.js' | ||
export * from './components/fab/index.js' | ||
export * from './components/field/index.js' | ||
export * from './components/icon/index.js' | ||
export * from './components/infinite-scroll/index.js' | ||
export * from './components/inner-loading/index.js' | ||
export * from './components/input/index.js' | ||
export * from './components/input-frame/index.js' | ||
export * from './components/jumbotron/index.js' | ||
export * from './components/knob/index.js' | ||
export * from './components/layout/index.js' | ||
export * from './components/list/index.js' | ||
export * from './components/modal/index.js' | ||
export * from './components/no-ssr/index.js' | ||
export * from './components/observables/index.js' | ||
export * from './components/option-group/index.js' | ||
export * from './components/pagination/index.js' | ||
export * from './components/parallax/index.js' | ||
export * from './components/popover/index.js' | ||
export * from './components/progress/index.js' | ||
export * from './components/pull-to-refresh/index.js' | ||
export * from './components/radio/index.js' | ||
export * from './components/range/index.js' | ||
export * from './components/rating/index.js' | ||
export * from './components/scroll-area/index.js' | ||
export * from './components/search/index.js' | ||
export * from './components/select/index.js' | ||
export * from './components/slide-transition/index.js' | ||
export * from './components/slider/index.js' | ||
export * from './components/spinner/index.js' | ||
export * from './components/stepper/index.js' | ||
export * from './components/tab/index.js' | ||
export * from './components/table/index.js' | ||
export * from './components/timeline/index.js' | ||
export * from './components/toggle/index.js' | ||
export * from './components/toolbar/index.js' | ||
export * from './components/tooltip/index.js' | ||
export * from './components/tree/index.js' | ||
export * from './components/uploader/index.js' | ||
export * from './components/video/index.js' |
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,4 +1,4 @@ | ||
import QActionSheet from './QActionSheet' | ||
import QActionSheet from './QActionSheet.js' | ||
|
||
export { | ||
QActionSheet | ||
|
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,4 +1,4 @@ | ||
import QAjaxBar from './QAjaxBar' | ||
import QAjaxBar from './QAjaxBar.js' | ||
|
||
export { | ||
QAjaxBar | ||
|
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,4 +1,4 @@ | ||
import QAlert from './QAlert' | ||
import QAlert from './QAlert.js' | ||
|
||
export { | ||
QAlert | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.