Skip to content

Commit 4fb76b4

Browse files
committed
gitpkg
0 parents  commit 4fb76b4

1,099 files changed

Lines changed: 312843 additions & 0 deletions

File tree

Some content is hidden

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

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015-present Razvan Stoenescu
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
![Quasar Framework logo](https://cdn.quasar.dev/logo-v2/header.png)
2+
3+
# Quasar Framework UI Package
4+
5+
> Build high-performance VueJS user interfaces in record time: responsive Single Page Apps, SSR Apps, PWAs, Browser extensions, Hybrid Mobile Apps and Electron Apps. If you want, all using the same codebase!
6+
7+
<img src="https://img.shields.io/npm/v/quasar.svg?label=quasar">
8+
9+
[![Join the chat at https://chat.quasar.dev](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://chat.quasar.dev)
10+
<a href="https://forum.quasar.dev" target="_blank"><img src="https://img.shields.io/badge/community-forum-brightgreen.svg"></a>
11+
[![https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg](https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg)](https://good-labs.github.io/greater-good-affirmation)
12+
13+
Please submit a PR to https://github.com/quasarframework/quasar-awesome with your website/app/Quasar tutorial/video etc. Thank you!
14+
15+
## Supporting Quasar
16+
Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](https://github.com/rstoenescu/quasar-framework/blob/dev/backers.md).
17+
18+
**Please read our manifest on [Why donations are important](https://quasar.dev/why-donate)**. If you'd like to become a donator, check out [Quasar Framework's Donator campaign](https://donate.quasar.dev).
19+
20+
## Documentation
21+
22+
Head on to the Quasar Framework official website: [https://quasar.dev](https://quasar.dev)
23+
24+
## Stay in Touch
25+
26+
For latest releases and announcements, follow on Twitter: [@quasarframework](https://twitter.com/quasarframework)
27+
28+
## Chat Support
29+
30+
Ask questions at the official community Discord server: [https://chat.quasar.dev](https://chat.quasar.dev)
31+
32+
## Community Forum
33+
34+
Ask questions at the official community forum: [https://forum.quasar.dev](https://forum.quasar.dev)
35+
36+
## Contributing
37+
38+
I'm excited if you want to contribute to Quasar under any form (report bugs, write a plugin, fix an issue, write a new feature). Please read the [Contributing Guide](../CONTRIBUTING.md).
39+
40+
## Semver
41+
Quasar is following [Semantic Versioning 2.0](https://semver.org/).
42+
43+
## License
44+
45+
Copyright (c) 2015-present Razvan Stoenescu
46+
47+
[MIT License](http://en.wikipedia.org/wiki/MIT_License)

dist/api-list.json

Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
[
2+
"AddressbarColor",
3+
"AppFullscreen",
4+
"AppVisibility",
5+
"BottomSheet",
6+
"Cookies",
7+
"Dark",
8+
"Dialog",
9+
"Interaction",
10+
"Loading",
11+
"LoadingBar",
12+
"LocalStorage",
13+
"Meta",
14+
"Notify",
15+
"Platform",
16+
"Screen",
17+
"SessionStorage",
18+
"ClosePopup",
19+
"GoBack",
20+
"Intersection",
21+
"KeyGroupNavigation",
22+
"Morph",
23+
"Mutation",
24+
"Ripple",
25+
"Scroll",
26+
"ScrollFire",
27+
"TouchHold",
28+
"TouchPan",
29+
"TouchRepeat",
30+
"TouchSwipe",
31+
"QAjaxBar",
32+
"QAvatar",
33+
"QBadge",
34+
"QBanner",
35+
"QBar",
36+
"QBreadcrumbs",
37+
"QBreadcrumbsEl",
38+
"QBtnDropdown",
39+
"QBtnGroup",
40+
"QBtnToggle",
41+
"QBtn",
42+
"QCard",
43+
"QCardActions",
44+
"QCardSection",
45+
"QCarousel",
46+
"QCarouselControl",
47+
"QCarouselSlide",
48+
"QChatMessage",
49+
"QCheckbox",
50+
"QChip",
51+
"QCircularProgress",
52+
"QColor",
53+
"QDate",
54+
"QDialog",
55+
"QDrawer",
56+
"QEditor",
57+
"QExpansionItem",
58+
"QFab",
59+
"QFabAction",
60+
"QField",
61+
"QFile",
62+
"QFooter",
63+
"QForm",
64+
"QHeader",
65+
"QIcon",
66+
"QImg",
67+
"QInfiniteScroll",
68+
"QInnerLoading",
69+
"QInput",
70+
"QIntersection",
71+
"QItem",
72+
"QItemLabel",
73+
"QItemSection",
74+
"QList",
75+
"QKnob",
76+
"QLayout",
77+
"QLinearProgress",
78+
"QMarkupTable",
79+
"QMenu",
80+
"QNoSsr",
81+
"QOptionGroup",
82+
"QPageScroller",
83+
"QPageSticky",
84+
"QPage",
85+
"QPageContainer",
86+
"QPagination",
87+
"QParallax",
88+
"QPopupEdit",
89+
"QPopupProxy",
90+
"QPullToRefresh",
91+
"QRadio",
92+
"QRange",
93+
"QRating",
94+
"QResizeObserver",
95+
"QResponsive",
96+
"QScrollArea",
97+
"QScrollObserver",
98+
"QSelect",
99+
"QSeparator",
100+
"QSkeleton",
101+
"QSlideItem",
102+
"QSlideTransition",
103+
"QSlider",
104+
"QSpace",
105+
"QSpinner",
106+
"QSpinnerAudio",
107+
"QSpinnerBall",
108+
"QSpinnerBars",
109+
"QSpinnerBox",
110+
"QSpinnerClock",
111+
"QSpinnerComment",
112+
"QSpinnerCube",
113+
"QSpinnerDots",
114+
"QSpinnerFacebook",
115+
"QSpinnerGears",
116+
"QSpinnerGrid",
117+
"QSpinnerHearts",
118+
"QSpinnerHourglass",
119+
"QSpinnerInfinity",
120+
"QSpinnerIos",
121+
"QSpinnerOrbit",
122+
"QSpinnerOval",
123+
"QSpinnerPie",
124+
"QSpinnerPuff",
125+
"QSpinnerRadio",
126+
"QSpinnerRings",
127+
"QSpinnerTail",
128+
"QSplitter",
129+
"QStep",
130+
"QStepper",
131+
"QStepperNavigation",
132+
"QTabPanel",
133+
"QTabPanels",
134+
"QTable",
135+
"QTd",
136+
"QTh",
137+
"QTr",
138+
"QRouteTab",
139+
"QTab",
140+
"QTabs",
141+
"QTime",
142+
"QTimeline",
143+
"QTimelineEntry",
144+
"QToggle",
145+
"QToolbar",
146+
"QToolbarTitle",
147+
"QTooltip",
148+
"QTree",
149+
"QUploader",
150+
"QUploaderAddTrigger",
151+
"QUploaderBase",
152+
"QVideo",
153+
"QVirtualScroll"
154+
]

dist/api/AddressbarColor.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"type": "plugin",
3+
"meta": {
4+
"docsUrl": "https://v1.quasar.dev/quasar-plugins/addressbar-color"
5+
},
6+
"injection": "$q.addressbarColor",
7+
"methods": {
8+
"set": {
9+
"desc": "Sets addressbar color (for browsers that support it)",
10+
"params": {
11+
"hexColor": {
12+
"type": "String",
13+
"desc": "Color in hex format",
14+
"required": true,
15+
"examples": [
16+
"#ff0000"
17+
]
18+
}
19+
}
20+
}
21+
}
22+
}

dist/api/AppFullscreen.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"type": "plugin",
3+
"meta": {
4+
"docsUrl": "https://v1.quasar.dev/quasar-plugins/app-fullscreen"
5+
},
6+
"injection": "$q.fullscreen",
7+
"props": {
8+
"isCapable": {
9+
"type": "Boolean",
10+
"desc": "Does browser support it?"
11+
},
12+
"isActive": {
13+
"type": "Boolean",
14+
"desc": "Is Fullscreen active?"
15+
},
16+
"activeEl": {
17+
"type": "Object",
18+
"desc": "The DOM element used as root for fullscreen, otherwise 'null'",
19+
"addedIn": "v1.12.5"
20+
}
21+
},
22+
"methods": {
23+
"request": {
24+
"desc": "Request going into Fullscreen (with optional target)",
25+
"params": {
26+
"target": {
27+
"type": "Element",
28+
"desc": "Optional Element of target to request Fullscreen on",
29+
"examples": [
30+
"document.getElementById('example')"
31+
]
32+
}
33+
},
34+
"returns": {
35+
"type": "Promise<any>",
36+
"desc": "A Promise with the outcome (true -> validation was a success, false -> invalid models detected)",
37+
"examples": [
38+
"request().then(response => { ... }).catch(err => { ... })"
39+
]
40+
}
41+
},
42+
"exit": {
43+
"desc": "Request exiting out of Fullscreen mode",
44+
"returns": {
45+
"type": "Promise<any>",
46+
"desc": "A Promise with the outcome (true -> validation was a success, false -> invalid models detected)",
47+
"examples": [
48+
"exit().then(response => { ... }).catch(err => { ... })"
49+
]
50+
}
51+
},
52+
"toggle": {
53+
"desc": "Request toggling Fullscreen mode (with optional target if requesting going into Fullscreen only)",
54+
"params": {
55+
"target": {
56+
"type": "Element",
57+
"desc": "Optional Element of target to request Fullscreen on",
58+
"examples": [
59+
"document.getElementById('example')"
60+
]
61+
}
62+
},
63+
"returns": {
64+
"type": "Promise<any>",
65+
"desc": "A Promise with the outcome (true -> validation was a success, false -> invalid models detected)",
66+
"examples": [
67+
"toggle().then(response => { ... }).catch(err => { ... })"
68+
]
69+
}
70+
}
71+
}
72+
}

dist/api/AppVisibility.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"type": "plugin",
3+
"meta": {
4+
"docsUrl": "https://v1.quasar.dev/quasar-plugins/app-visibility"
5+
},
6+
"injection": "$q.appVisible",
7+
"props": {
8+
"appVisible": {
9+
"tsInjectionPoint": true,
10+
"type": "Boolean",
11+
"desc": "Does the app have user focus? Or the app runs in the background / another tab has the user's attention",
12+
"reactive": true
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)