quasar 2.3.2 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/AppFullscreen.json +15 -8
- package/dist/api/BottomSheet.json +6 -0
- package/dist/api/Cookies.json +4 -3
- package/dist/api/Dialog.json +24 -10
- package/dist/api/Loading.json +0 -2
- package/dist/api/LoadingBar.json +8 -3
- package/dist/api/Morph.json +14 -7
- package/dist/api/Mutation.json +1 -1
- package/dist/api/Notify.json +41 -27
- package/dist/api/QAjaxBar.json +6 -3
- package/dist/api/QBreadcrumbs.json +8 -4
- package/dist/api/QBreadcrumbsEl.json +35 -12
- package/dist/api/QBtn.json +36 -17
- package/dist/api/QBtnDropdown.json +41 -20
- package/dist/api/QBtnToggle.json +7 -2
- package/dist/api/QCard.json +2 -1
- package/dist/api/QCardActions.json +2 -1
- package/dist/api/QCardSection.json +2 -1
- package/dist/api/QCarousel.json +10 -5
- package/dist/api/QCarouselControl.json +4 -2
- package/dist/api/QChatMessage.json +0 -4
- package/dist/api/QCheckbox.json +8 -4
- package/dist/api/QChip.json +2 -1
- package/dist/api/QCircularProgress.json +14 -7
- package/dist/api/QColor.json +6 -3
- package/dist/api/QDate.json +33 -5
- package/dist/api/QDialog.json +8 -4
- package/dist/api/QDrawer.json +10 -5
- package/dist/api/QEditor.json +10 -5
- package/dist/api/QExpansionItem.json +36 -13
- package/dist/api/QFab.json +41 -6
- package/dist/api/QFabAction.json +12 -2
- package/dist/api/QField.json +3 -1
- package/dist/api/QFile.json +8 -2
- package/dist/api/QFooter.json +2 -1
- package/dist/api/QForm.json +1 -1
- package/dist/api/QHeader.json +4 -2
- package/dist/api/QIcon.json +2 -1
- package/dist/api/QImg.json +8 -4
- package/dist/api/QInfiniteScroll.json +6 -3
- package/dist/api/QInnerLoading.json +8 -4
- package/dist/api/QInput.json +3 -1
- package/dist/api/QIntersection.json +4 -2
- package/dist/api/QItem.json +33 -11
- package/dist/api/QKnob.json +8 -4
- package/dist/api/QLayout.json +9 -1
- package/dist/api/QLinearProgress.json +4 -2
- package/dist/api/QMarkupTable.json +2 -1
- package/dist/api/QMenu.json +8 -4
- package/dist/api/QNoSsr.json +2 -1
- package/dist/api/QOptionGroup.json +76 -5
- package/dist/api/QPage.json +2 -1
- package/dist/api/QPageScroller.json +8 -4
- package/dist/api/QPageSticky.json +2 -1
- package/dist/api/QPagination.json +10 -6
- package/dist/api/QParallax.json +2 -1
- package/dist/api/QPopupEdit.json +5 -2
- package/dist/api/QPopupProxy.json +7 -4
- package/dist/api/QRange.json +600 -111
- package/dist/api/QRating.json +5 -2
- package/dist/api/QResizeObserver.json +4 -1
- package/dist/api/QRouteTab.json +35 -13
- package/dist/api/QScrollArea.json +29 -6
- package/dist/api/QScrollObserver.json +13 -1
- package/dist/api/QSelect.json +76 -47
- package/dist/api/QSeparator.json +2 -1
- package/dist/api/QSkeleton.json +8 -4
- package/dist/api/QSlideItem.json +9 -0
- package/dist/api/QSlideTransition.json +2 -1
- package/dist/api/QSlider.json +512 -43
- package/dist/api/QSpinner.json +2 -1
- package/dist/api/QSplitter.json +4 -2
- package/dist/api/QStep.json +2 -1
- package/dist/api/QStepper.json +6 -3
- package/dist/api/QTab.json +4 -2
- package/dist/api/QTabPanels.json +6 -3
- package/dist/api/QTable.json +154 -88
- package/dist/api/QTabs.json +4 -2
- package/dist/api/QTime.json +16 -4
- package/dist/api/QTimeline.json +4 -2
- package/dist/api/QTimelineEntry.json +4 -2
- package/dist/api/QToggle.json +8 -4
- package/dist/api/QTooltip.json +18 -9
- package/dist/api/QTree.json +34 -19
- package/dist/api/QUploader.json +28 -6
- package/dist/api/QVirtualScroll.json +26 -11
- package/dist/api/ScrollFire.json +1 -1
- package/dist/api/TouchHold.json +2 -1
- package/dist/api/TouchRepeat.json +2 -1
- package/dist/api/TouchSwipe.json +2 -1
- package/dist/icon-set/bootstrap-icons.umd.prod.js +1 -1
- package/dist/icon-set/eva-icons.umd.prod.js +1 -1
- package/dist/icon-set/fontawesome-v5-pro.umd.prod.js +1 -1
- package/dist/icon-set/fontawesome-v5.umd.prod.js +1 -1
- package/dist/icon-set/ionicons-v4.umd.prod.js +1 -1
- package/dist/icon-set/line-awesome.umd.prod.js +1 -1
- package/dist/icon-set/material-icons-outlined.umd.prod.js +1 -1
- package/dist/icon-set/material-icons-round.umd.prod.js +1 -1
- package/dist/icon-set/material-icons-sharp.umd.prod.js +1 -1
- package/dist/icon-set/material-icons.umd.prod.js +1 -1
- package/dist/icon-set/mdi-v3.umd.prod.js +1 -1
- package/dist/icon-set/mdi-v4.umd.prod.js +1 -1
- package/dist/icon-set/mdi-v5.umd.prod.js +1 -1
- package/dist/icon-set/mdi-v6.umd.prod.js +1 -1
- package/dist/icon-set/svg-bootstrap-icons.umd.prod.js +1 -1
- package/dist/icon-set/svg-eva-icons.umd.prod.js +1 -1
- package/dist/icon-set/svg-fontawesome-v5.umd.prod.js +1 -1
- package/dist/icon-set/svg-ionicons-v4.umd.prod.js +1 -1
- package/dist/icon-set/svg-ionicons-v5.umd.prod.js +1 -1
- package/dist/icon-set/svg-ionicons-v6.umd.prod.js +1 -1
- package/dist/icon-set/svg-line-awesome.umd.prod.js +1 -1
- package/dist/icon-set/svg-material-icons-outlined.umd.prod.js +1 -1
- package/dist/icon-set/svg-material-icons-round.umd.prod.js +1 -1
- package/dist/icon-set/svg-material-icons-sharp.umd.prod.js +1 -1
- package/dist/icon-set/svg-material-icons.umd.prod.js +1 -1
- package/dist/icon-set/svg-mdi-v4.umd.prod.js +1 -1
- package/dist/icon-set/svg-mdi-v5.umd.prod.js +1 -1
- package/dist/icon-set/svg-mdi-v6.umd.prod.js +1 -1
- package/dist/icon-set/svg-themify.umd.prod.js +1 -1
- package/dist/icon-set/themify.umd.prod.js +1 -1
- package/dist/lang/ar.umd.prod.js +1 -1
- package/dist/lang/az-Latn.umd.prod.js +1 -1
- package/dist/lang/bg.umd.prod.js +1 -1
- package/dist/lang/bn.umd.prod.js +1 -1
- package/dist/lang/ca.umd.prod.js +1 -1
- package/dist/lang/cs.umd.prod.js +1 -1
- package/dist/lang/da.umd.prod.js +1 -1
- package/dist/lang/de.umd.prod.js +1 -1
- package/dist/lang/el.umd.prod.js +1 -1
- package/dist/lang/en-GB.umd.prod.js +1 -1
- package/dist/lang/en-US.umd.prod.js +1 -1
- package/dist/lang/eo.umd.prod.js +1 -1
- package/dist/lang/es.umd.prod.js +1 -1
- package/dist/lang/et.umd.prod.js +1 -1
- package/dist/lang/fa-IR.umd.prod.js +1 -1
- package/dist/lang/fa.umd.prod.js +1 -1
- package/dist/lang/fi.umd.prod.js +1 -1
- package/dist/lang/fr.umd.prod.js +1 -1
- package/dist/lang/gn.umd.prod.js +1 -1
- package/dist/lang/he.umd.prod.js +1 -1
- package/dist/lang/hr.umd.prod.js +1 -1
- package/dist/lang/hu.umd.prod.js +1 -1
- package/dist/lang/id.umd.prod.js +1 -1
- package/dist/lang/is.umd.prod.js +1 -1
- package/dist/lang/it.umd.prod.js +1 -1
- package/dist/lang/ja.umd.prod.js +1 -1
- package/dist/lang/km.umd.prod.js +1 -1
- package/dist/lang/ko-KR.umd.prod.js +1 -1
- package/dist/lang/kur-CKB.umd.prod.js +1 -1
- package/dist/lang/lt.umd.prod.js +1 -1
- package/dist/lang/lu.umd.prod.js +1 -1
- package/dist/lang/lv.umd.prod.js +1 -1
- package/dist/lang/ml.umd.prod.js +1 -1
- package/dist/lang/ms.umd.prod.js +1 -1
- package/dist/lang/nb-NO.umd.prod.js +1 -1
- package/dist/lang/nl.umd.prod.js +1 -1
- package/dist/lang/pl.umd.prod.js +1 -1
- package/dist/lang/pt-BR.umd.prod.js +1 -1
- package/dist/lang/pt.umd.prod.js +1 -1
- package/dist/lang/ro.umd.prod.js +1 -1
- package/dist/lang/ru.umd.prod.js +1 -1
- package/dist/lang/sk.umd.prod.js +1 -1
- package/dist/lang/sl.umd.prod.js +1 -1
- package/dist/lang/sr-CYR.umd.prod.js +1 -1
- package/dist/lang/sr.umd.prod.js +1 -1
- package/dist/lang/sv.umd.prod.js +1 -1
- package/dist/lang/ta.umd.prod.js +1 -1
- package/dist/lang/th.umd.prod.js +1 -1
- package/dist/lang/tr.umd.prod.js +1 -1
- package/dist/lang/ug.umd.prod.js +1 -1
- package/dist/lang/uk.umd.prod.js +1 -1
- package/dist/lang/vi.umd.prod.js +1 -1
- package/dist/lang/zh-CN.umd.prod.js +1 -1
- package/dist/lang/zh-TW.umd.prod.js +1 -1
- package/dist/quasar.cjs.prod.js +2 -2
- package/dist/quasar.css +268 -184
- package/dist/quasar.esm.prod.js +2 -2
- package/dist/quasar.prod.css +1 -1
- package/dist/quasar.rtl.css +340 -263
- package/dist/quasar.rtl.prod.css +1 -1
- package/dist/quasar.sass +272 -212
- package/dist/quasar.umd.js +16522 -16213
- package/dist/quasar.umd.prod.js +2 -2
- package/dist/ssr-directives/Morph.js +1 -1
- package/dist/transforms/loader-asset-urls.json +20 -0
- package/dist/types/api/cookies.d.ts +1 -1
- package/dist/types/api/slider.d.ts +46 -0
- package/dist/types/api/validation.d.ts +4 -0
- package/dist/types/api.d.ts +2 -0
- package/dist/types/composables.d.ts +3 -3
- package/dist/types/index.d.ts +759 -177
- package/dist/vetur/quasar-attributes.json +251 -83
- package/dist/vetur/quasar-tags.json +59 -17
- package/dist/web-types/web-types.json +587 -155
- package/package.json +1 -1
- package/src/api.extends.json +0 -1
- package/src/components/breadcrumbs/QBreadcrumbs.js +7 -2
- package/src/components/breadcrumbs/QBreadcrumbs.sass +0 -3
- package/src/components/breadcrumbs/QBreadcrumbsEl.js +14 -8
- package/src/components/btn/QBtn.js +6 -5
- package/src/components/btn/use-btn.js +21 -21
- package/src/components/btn/use-btn.json +22 -13
- package/src/components/btn-dropdown/QBtnDropdown.json +1 -0
- package/src/components/btn-toggle/QBtnToggle.json +3 -0
- package/src/components/checkbox/use-checkbox.js +1 -1
- package/src/components/chip/QChip.json +1 -2
- package/src/components/color/QColor.js +32 -26
- package/src/components/color/QColor.sass +10 -23
- package/src/components/date/QDate.json +25 -1
- package/src/components/date/QDate.sass +2 -0
- package/src/components/drawer/QDrawer.js +18 -15
- package/src/components/editor/QEditor.js +1 -1
- package/src/components/editor/QEditor.sass +10 -1
- package/src/components/expansion-item/QExpansionItem.js +4 -1
- package/src/components/expansion-item/QExpansionItem.json +2 -1
- package/src/components/fab/QFab.js +18 -12
- package/src/components/fab/QFab.json +36 -1
- package/src/components/fab/QFab.sass +1 -1
- package/src/components/fab/QFabAction.js +14 -7
- package/src/components/fab/QFabAction.json +10 -0
- package/src/components/field/QField.json +3 -3
- package/src/components/file/QFile.js +12 -5
- package/src/components/file/QFile.json +9 -6
- package/src/components/file/QFile.sass +4 -2
- package/src/components/footer/QFooter.js +1 -1
- package/src/components/form/QForm.json +2 -3
- package/src/components/header/QHeader.js +1 -1
- package/src/components/icon/QIcon.js +2 -2
- package/src/components/infinite-scroll/QInfiniteScroll.js +4 -5
- package/src/components/item/QItem.js +2 -3
- package/src/components/layout/QLayout.json +8 -1
- package/src/components/linear-progress/QLinearProgress.js +3 -2
- package/src/components/linear-progress/QLinearProgress.sass +1 -1
- package/src/components/option-group/QOptionGroup.js +3 -0
- package/src/components/option-group/QOptionGroup.json +48 -2
- package/src/components/pagination/QPagination.json +0 -1
- package/src/components/parallax/QParallax.js +4 -2
- package/src/components/popup-edit/QPopupEdit.js +2 -5
- package/src/components/popup-edit/QPopupEdit.json +1 -0
- package/src/components/popup-proxy/QPopupProxy.json +2 -1
- package/src/components/radio/QRadio.js +2 -7
- package/src/components/range/QRange.js +103 -222
- package/src/components/range/QRange.json +11 -121
- package/src/components/rating/QRating.json +1 -1
- package/src/components/resize-observer/QResizeObserver.json +2 -0
- package/src/components/scroll-area/QScrollArea.js +10 -13
- package/src/components/scroll-area/QScrollArea.json +29 -9
- package/src/components/scroll-observer/QScrollObserver.json +11 -0
- package/src/components/select/QSelect.json +41 -15
- package/src/components/slide-item/QSlideItem.json +9 -0
- package/src/components/slider/QSlider.js +46 -132
- package/src/components/slider/QSlider.json +1 -121
- package/src/components/slider/QSlider.sass +198 -132
- package/src/components/slider/use-slider.js +453 -109
- package/src/components/slider/use-slider.json +546 -0
- package/src/components/stepper/QStepper.js +3 -3
- package/src/components/stepper/QStepper.sass +24 -26
- package/src/components/table/QTable.js +27 -47
- package/src/components/table/QTable.json +104 -55
- package/src/components/table/table-pagination.js +4 -0
- package/src/components/tabs/QRouteTab.js +1 -2
- package/src/components/tabs/QRouteTab.json +0 -7
- package/src/components/tabs/QTabs.js +71 -20
- package/src/components/tabs/use-tab.js +26 -13
- package/src/components/time/QTime.json +8 -0
- package/src/components/tree/QTree.js +14 -12
- package/src/components/tree/QTree.json +26 -21
- package/src/components/tree/QTree.sass +45 -41
- package/src/components/uploader/QUploader.json +14 -2
- package/src/components/uploader/uploader-core.js +16 -9
- package/src/components/uploader/xhr-uploader-plugin.json +8 -3
- package/src/components/virtual-scroll/QVirtualScroll.json +15 -0
- package/src/components/virtual-scroll/QVirtualScroll.sass +1 -0
- package/src/components/virtual-scroll/use-virtual-scroll.js +30 -17
- package/src/components/virtual-scroll/use-virtual-scroll.json +7 -5
- package/src/composables/private/use-field.js +5 -5
- package/src/composables/private/use-file.js +20 -5
- package/src/composables/private/use-form.js +2 -3
- package/src/composables/private/use-fullscreen.js +15 -4
- package/src/composables/private/use-router-link.js +44 -23
- package/src/composables/private/use-router-link.json +26 -10
- package/src/composables/private/use-split-attrs.js +7 -10
- package/src/composables/private/use-validate.js +21 -15
- package/src/composables/private/use-validate.json +1 -0
- package/src/css/core/helpers.sass +3 -0
- package/src/css/core/positioning.sass +5 -0
- package/src/directives/Mutation.json +2 -3
- package/src/directives/ScrollFire.js +1 -0
- package/src/directives/ScrollFire.json +2 -3
- package/src/icon-set.js +2 -4
- package/src/plugins/AppFullscreen.js +70 -53
- package/src/plugins/AppFullscreen.json +8 -8
- package/src/plugins/AppVisibility.js +2 -3
- package/src/plugins/BottomSheet.js +3 -5
- package/src/plugins/Cookies.json +2 -2
- package/src/plugins/Dialog.js +3 -5
- package/src/plugins/Dialog.json +6 -5
- package/src/plugins/LoadingBar.js +17 -18
- package/src/plugins/LoadingBar.json +4 -3
- package/src/plugins/Notify.js +296 -295
- package/src/plugins/Notify.json +13 -19
- package/src/plugins/Platform.js +14 -14
- package/src/utils/date.js +4 -4
- package/src/utils/dom.js +2 -2
- package/src/utils/open-url.js +2 -2
- package/src/utils/patterns.js +1 -0
- package/src/utils/private/define-reactive-plugin.js +10 -8
- package/src/utils/private/global-dialog.js +6 -8
- package/src/utils/private/global-dialog.json +6 -0
- package/src/utils/private/inject-obj-prop.js +13 -0
- package/src/utils/private/is.js +2 -2
package/dist/api/QSelect.json
CHANGED
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"examples": [
|
|
29
29
|
"virtual-scroll-slice-size=\"60\""
|
|
30
30
|
],
|
|
31
|
-
"category": "virtual-scroll"
|
|
31
|
+
"category": "virtual-scroll",
|
|
32
|
+
"required": false
|
|
32
33
|
},
|
|
33
34
|
"virtual-scroll-slice-ratio-before": {
|
|
34
35
|
"type": [
|
|
@@ -40,7 +41,8 @@
|
|
|
40
41
|
"examples": [
|
|
41
42
|
"virtual-scroll-slice-ratio-before=\"0.3\""
|
|
42
43
|
],
|
|
43
|
-
"category": "virtual-scroll"
|
|
44
|
+
"category": "virtual-scroll",
|
|
45
|
+
"required": false
|
|
44
46
|
},
|
|
45
47
|
"virtual-scroll-slice-ratio-after": {
|
|
46
48
|
"type": [
|
|
@@ -52,7 +54,8 @@
|
|
|
52
54
|
"examples": [
|
|
53
55
|
"virtual-scroll-slice-ratio-after=\"2\""
|
|
54
56
|
],
|
|
55
|
-
"category": "virtual-scroll"
|
|
57
|
+
"category": "virtual-scroll",
|
|
58
|
+
"required": false
|
|
56
59
|
},
|
|
57
60
|
"virtual-scroll-item-size": {
|
|
58
61
|
"type": [
|
|
@@ -64,7 +67,8 @@
|
|
|
64
67
|
"examples": [
|
|
65
68
|
"virtual-scroll-item-size=\"48\""
|
|
66
69
|
],
|
|
67
|
-
"category": "virtual-scroll"
|
|
70
|
+
"category": "virtual-scroll",
|
|
71
|
+
"required": false
|
|
68
72
|
},
|
|
69
73
|
"virtual-scroll-sticky-size-start": {
|
|
70
74
|
"type": [
|
|
@@ -76,7 +80,8 @@
|
|
|
76
80
|
"examples": [
|
|
77
81
|
"virtual-scroll-sticky-size-start=\"48\""
|
|
78
82
|
],
|
|
79
|
-
"category": "virtual-scroll"
|
|
83
|
+
"category": "virtual-scroll",
|
|
84
|
+
"required": false
|
|
80
85
|
},
|
|
81
86
|
"virtual-scroll-sticky-size-end": {
|
|
82
87
|
"type": [
|
|
@@ -88,7 +93,8 @@
|
|
|
88
93
|
"examples": [
|
|
89
94
|
"virtual-scroll-sticky-size-end=\"48\""
|
|
90
95
|
],
|
|
91
|
-
"category": "virtual-scroll"
|
|
96
|
+
"category": "virtual-scroll",
|
|
97
|
+
"required": false
|
|
92
98
|
},
|
|
93
99
|
"table-colspan": {
|
|
94
100
|
"type": [
|
|
@@ -105,13 +111,7 @@
|
|
|
105
111
|
"desc": "Model of the component; Must be Array if using 'multiple' prop; Either use this property (along with a listener for 'update:modelValue' event) OR use v-model directive",
|
|
106
112
|
"required": true,
|
|
107
113
|
"category": "model",
|
|
108
|
-
"type":
|
|
109
|
-
"Number",
|
|
110
|
-
"String",
|
|
111
|
-
"Array",
|
|
112
|
-
"null",
|
|
113
|
-
"undefined"
|
|
114
|
-
],
|
|
114
|
+
"type": "Any",
|
|
115
115
|
"examples": [
|
|
116
116
|
"v-model=\"myModel\""
|
|
117
117
|
]
|
|
@@ -136,6 +136,7 @@
|
|
|
136
136
|
},
|
|
137
137
|
"rules": {
|
|
138
138
|
"type": "Array",
|
|
139
|
+
"tsType": "ValidationRule",
|
|
139
140
|
"desc": "Array of Functions/Strings; If String, then it must be a name of one of the embedded validation rules",
|
|
140
141
|
"examples": [
|
|
141
142
|
":rules=\"[ val => val.length <= 3 || 'Please use maximum 3 characters' ]\"",
|
|
@@ -361,7 +362,6 @@
|
|
|
361
362
|
},
|
|
362
363
|
"display-value-html": {
|
|
363
364
|
"type": "Boolean",
|
|
364
|
-
"default": "false",
|
|
365
365
|
"desc": "Force render the selected option(s) as HTML; This can lead to XSS attacks so make sure that you sanitize the content; Does NOT apply when using 'selected' or 'selected-item' slots!",
|
|
366
366
|
"category": "selection"
|
|
367
367
|
},
|
|
@@ -373,7 +373,8 @@
|
|
|
373
373
|
":options=\"[ 'BMW', 'Samsung Phone' ]\"",
|
|
374
374
|
":options=\"[ { label: 'BMW', value: 'car' }, { label: 'Samsung Phone', value: 'phone' } ]\""
|
|
375
375
|
],
|
|
376
|
-
"category": "options"
|
|
376
|
+
"category": "options",
|
|
377
|
+
"required": false
|
|
377
378
|
},
|
|
378
379
|
"option-value": {
|
|
379
380
|
"type": [
|
|
@@ -408,7 +409,8 @@
|
|
|
408
409
|
"option-value=\"modelNumber\"",
|
|
409
410
|
":option-value=\"(item) => item === null ? null : item.modelNumber\""
|
|
410
411
|
],
|
|
411
|
-
"category": "options"
|
|
412
|
+
"category": "options",
|
|
413
|
+
"required": false
|
|
412
414
|
},
|
|
413
415
|
"option-label": {
|
|
414
416
|
"type": [
|
|
@@ -443,7 +445,8 @@
|
|
|
443
445
|
"option-label=\"itemName\"",
|
|
444
446
|
":option-label=\"(item) => item === null ? 'Null value' : item.itemName\""
|
|
445
447
|
],
|
|
446
|
-
"category": "options"
|
|
448
|
+
"category": "options",
|
|
449
|
+
"required": false
|
|
447
450
|
},
|
|
448
451
|
"option-disable": {
|
|
449
452
|
"type": [
|
|
@@ -474,7 +477,8 @@
|
|
|
474
477
|
"option-disable=\"cannotSelect\"",
|
|
475
478
|
":option-disable=\"(item) => item === null ? true : item.cannotSelect\""
|
|
476
479
|
],
|
|
477
|
-
"category": "options"
|
|
480
|
+
"category": "options",
|
|
481
|
+
"required": false
|
|
478
482
|
},
|
|
479
483
|
"hide-selected": {
|
|
480
484
|
"type": "Boolean",
|
|
@@ -528,7 +532,6 @@
|
|
|
528
532
|
},
|
|
529
533
|
"options-html": {
|
|
530
534
|
"type": "Boolean",
|
|
531
|
-
"default": "false",
|
|
532
535
|
"desc": "Force render the options as HTML; This can lead to XSS attacks so make sure that you sanitize the content; Does NOT apply when using 'option' slot!",
|
|
533
536
|
"category": "options"
|
|
534
537
|
},
|
|
@@ -669,7 +672,8 @@
|
|
|
669
672
|
"examples": [
|
|
670
673
|
650
|
|
671
674
|
],
|
|
672
|
-
"category": "content"
|
|
675
|
+
"category": "content",
|
|
676
|
+
"required": false
|
|
673
677
|
},
|
|
674
678
|
"input-class": {
|
|
675
679
|
"type": [
|
|
@@ -725,7 +729,8 @@
|
|
|
725
729
|
"slide-down"
|
|
726
730
|
],
|
|
727
731
|
"category": "behavior",
|
|
728
|
-
"default": "fade"
|
|
732
|
+
"default": "fade",
|
|
733
|
+
"required": false
|
|
729
734
|
},
|
|
730
735
|
"transition-hide": {
|
|
731
736
|
"type": "String",
|
|
@@ -735,7 +740,8 @@
|
|
|
735
740
|
"slide-down"
|
|
736
741
|
],
|
|
737
742
|
"category": "behavior",
|
|
738
|
-
"default": "fade"
|
|
743
|
+
"default": "fade",
|
|
744
|
+
"required": false
|
|
739
745
|
},
|
|
740
746
|
"transition-duration": {
|
|
741
747
|
"type": [
|
|
@@ -748,7 +754,8 @@
|
|
|
748
754
|
500,
|
|
749
755
|
"1200"
|
|
750
756
|
],
|
|
751
|
-
"category": "behavior"
|
|
757
|
+
"category": "behavior",
|
|
758
|
+
"required": false
|
|
752
759
|
},
|
|
753
760
|
"behavior": {
|
|
754
761
|
"type": "String",
|
|
@@ -759,7 +766,8 @@
|
|
|
759
766
|
"dialog"
|
|
760
767
|
],
|
|
761
768
|
"default": "default",
|
|
762
|
-
"category": "behavior"
|
|
769
|
+
"category": "behavior",
|
|
770
|
+
"required": false
|
|
763
771
|
}
|
|
764
772
|
},
|
|
765
773
|
"slots": {
|
|
@@ -838,6 +846,7 @@
|
|
|
838
846
|
"params": {
|
|
839
847
|
"index": {
|
|
840
848
|
"type": "Number",
|
|
849
|
+
"required": true,
|
|
841
850
|
"desc": "Index at which to remove selection",
|
|
842
851
|
"examples": [
|
|
843
852
|
0
|
|
@@ -852,6 +861,7 @@
|
|
|
852
861
|
"params": {
|
|
853
862
|
"opt": {
|
|
854
863
|
"type": "Any",
|
|
864
|
+
"required": true,
|
|
855
865
|
"desc": "Option to add to model"
|
|
856
866
|
}
|
|
857
867
|
},
|
|
@@ -895,6 +905,7 @@
|
|
|
895
905
|
"params": {
|
|
896
906
|
"opt": {
|
|
897
907
|
"type": "Any",
|
|
908
|
+
"required": true,
|
|
898
909
|
"desc": "Option to add to model"
|
|
899
910
|
}
|
|
900
911
|
},
|
|
@@ -906,6 +917,7 @@
|
|
|
906
917
|
"params": {
|
|
907
918
|
"index": {
|
|
908
919
|
"type": "Number",
|
|
920
|
+
"required": true,
|
|
909
921
|
"desc": "Index of option from menu",
|
|
910
922
|
"examples": [
|
|
911
923
|
10
|
|
@@ -931,6 +943,7 @@
|
|
|
931
943
|
"definition": {
|
|
932
944
|
"index": {
|
|
933
945
|
"type": "Number",
|
|
946
|
+
"required": true,
|
|
934
947
|
"desc": "Index of the list item that was scrolled into view (0 based)",
|
|
935
948
|
"examples": [
|
|
936
949
|
30
|
|
@@ -938,6 +951,7 @@
|
|
|
938
951
|
},
|
|
939
952
|
"from": {
|
|
940
953
|
"type": "Number",
|
|
954
|
+
"required": true,
|
|
941
955
|
"desc": "The index of the first list item that is rendered (0 based)",
|
|
942
956
|
"examples": [
|
|
943
957
|
10
|
|
@@ -945,6 +959,7 @@
|
|
|
945
959
|
},
|
|
946
960
|
"to": {
|
|
947
961
|
"type": "Number",
|
|
962
|
+
"required": true,
|
|
948
963
|
"desc": "The index of the last list item that is rendered (0 based)",
|
|
949
964
|
"examples": [
|
|
950
965
|
50
|
|
@@ -952,6 +967,7 @@
|
|
|
952
967
|
},
|
|
953
968
|
"direction": {
|
|
954
969
|
"type": "String",
|
|
970
|
+
"required": true,
|
|
955
971
|
"desc": "Direction of change",
|
|
956
972
|
"values": [
|
|
957
973
|
"increase",
|
|
@@ -959,8 +975,10 @@
|
|
|
959
975
|
]
|
|
960
976
|
},
|
|
961
977
|
"ref": {
|
|
962
|
-
"type": "
|
|
963
|
-
"
|
|
978
|
+
"type": "Component",
|
|
979
|
+
"required": true,
|
|
980
|
+
"desc": "Vue reference to the QSelect",
|
|
981
|
+
"tsType": "QSelect"
|
|
964
982
|
}
|
|
965
983
|
}
|
|
966
984
|
}
|
|
@@ -992,8 +1010,7 @@
|
|
|
992
1010
|
"params": {
|
|
993
1011
|
"value": {
|
|
994
1012
|
"type": "String",
|
|
995
|
-
"desc": "New text value"
|
|
996
|
-
"required": true
|
|
1013
|
+
"desc": "New text value"
|
|
997
1014
|
}
|
|
998
1015
|
}
|
|
999
1016
|
},
|
|
@@ -1006,6 +1023,7 @@
|
|
|
1006
1023
|
"definition": {
|
|
1007
1024
|
"index": {
|
|
1008
1025
|
"type": "Number",
|
|
1026
|
+
"required": true,
|
|
1009
1027
|
"desc": "Model index at which removal took place",
|
|
1010
1028
|
"examples": [
|
|
1011
1029
|
2
|
|
@@ -1013,6 +1031,7 @@
|
|
|
1013
1031
|
},
|
|
1014
1032
|
"value": {
|
|
1015
1033
|
"type": "Any",
|
|
1034
|
+
"required": true,
|
|
1016
1035
|
"desc": "The actual value that was removed"
|
|
1017
1036
|
}
|
|
1018
1037
|
}
|
|
@@ -1028,6 +1047,7 @@
|
|
|
1028
1047
|
"definition": {
|
|
1029
1048
|
"index": {
|
|
1030
1049
|
"type": "Number",
|
|
1050
|
+
"required": true,
|
|
1031
1051
|
"desc": "Model index at which addition took place",
|
|
1032
1052
|
"examples": [
|
|
1033
1053
|
2
|
|
@@ -1035,6 +1055,7 @@
|
|
|
1035
1055
|
},
|
|
1036
1056
|
"value": {
|
|
1037
1057
|
"type": "Any",
|
|
1058
|
+
"required": true,
|
|
1038
1059
|
"desc": "The actual value that was added"
|
|
1039
1060
|
}
|
|
1040
1061
|
}
|
|
@@ -1057,10 +1078,12 @@
|
|
|
1057
1078
|
"params": {
|
|
1058
1079
|
"item": {
|
|
1059
1080
|
"type": "Any",
|
|
1081
|
+
"required": false,
|
|
1060
1082
|
"desc": "Item to add"
|
|
1061
1083
|
},
|
|
1062
1084
|
"mode": {
|
|
1063
1085
|
"type": "String",
|
|
1086
|
+
"required": false,
|
|
1064
1087
|
"desc": "Override 'new-value-mode' (prop) behavior should you wish to",
|
|
1065
1088
|
"values": [
|
|
1066
1089
|
"add",
|
|
@@ -1090,16 +1113,20 @@
|
|
|
1090
1113
|
"params": {
|
|
1091
1114
|
"callbackFn": {
|
|
1092
1115
|
"type": "Function",
|
|
1116
|
+
"required": true,
|
|
1093
1117
|
"desc": "Callback to call to make the actual updates",
|
|
1094
1118
|
"params": null,
|
|
1095
1119
|
"returns": null
|
|
1096
1120
|
},
|
|
1097
1121
|
"afterFn": {
|
|
1098
1122
|
"type": "Function",
|
|
1123
|
+
"required": false,
|
|
1099
1124
|
"desc": "Callback to call at the end after the update has been fully processed by QSelect",
|
|
1100
1125
|
"params": {
|
|
1101
1126
|
"ref": {
|
|
1102
|
-
"type": "
|
|
1127
|
+
"type": "Component",
|
|
1128
|
+
"tsType": "QSelect",
|
|
1129
|
+
"required": true,
|
|
1103
1130
|
"desc": "Vue reference to the QSelect which triggered the filtering"
|
|
1104
1131
|
}
|
|
1105
1132
|
},
|
|
@@ -1228,8 +1255,8 @@
|
|
|
1228
1255
|
"params": {
|
|
1229
1256
|
"index": {
|
|
1230
1257
|
"type": "Number",
|
|
1231
|
-
"desc": "Index at which to remove selection",
|
|
1232
1258
|
"required": true,
|
|
1259
|
+
"desc": "Index at which to remove selection",
|
|
1233
1260
|
"examples": [
|
|
1234
1261
|
0
|
|
1235
1262
|
]
|
|
@@ -1241,8 +1268,8 @@
|
|
|
1241
1268
|
"params": {
|
|
1242
1269
|
"opt": {
|
|
1243
1270
|
"type": "Any",
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1271
|
+
"required": true,
|
|
1272
|
+
"desc": "Option to add to model"
|
|
1246
1273
|
},
|
|
1247
1274
|
"unique": {
|
|
1248
1275
|
"type": "Boolean",
|
|
@@ -1255,8 +1282,8 @@
|
|
|
1255
1282
|
"params": {
|
|
1256
1283
|
"opt": {
|
|
1257
1284
|
"type": "Any",
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1285
|
+
"required": true,
|
|
1286
|
+
"desc": "Option to add to model"
|
|
1260
1287
|
},
|
|
1261
1288
|
"keepOpen": {
|
|
1262
1289
|
"type": "Boolean",
|
|
@@ -1269,8 +1296,8 @@
|
|
|
1269
1296
|
"params": {
|
|
1270
1297
|
"index": {
|
|
1271
1298
|
"type": "Number",
|
|
1272
|
-
"desc": "Index of option from menu",
|
|
1273
1299
|
"required": true,
|
|
1300
|
+
"desc": "Index of option from menu",
|
|
1274
1301
|
"examples": [
|
|
1275
1302
|
10
|
|
1276
1303
|
]
|
|
@@ -1288,7 +1315,8 @@
|
|
|
1288
1315
|
-1,
|
|
1289
1316
|
1,
|
|
1290
1317
|
5
|
|
1291
|
-
]
|
|
1318
|
+
],
|
|
1319
|
+
"required": false
|
|
1292
1320
|
},
|
|
1293
1321
|
"skipInputValue": {
|
|
1294
1322
|
"type": "Boolean",
|
|
@@ -1301,8 +1329,8 @@
|
|
|
1301
1329
|
"params": {
|
|
1302
1330
|
"value": {
|
|
1303
1331
|
"type": "String",
|
|
1304
|
-
"desc": "String to filter with",
|
|
1305
1332
|
"required": true,
|
|
1333
|
+
"desc": "String to filter with",
|
|
1306
1334
|
"examples": [
|
|
1307
1335
|
"car"
|
|
1308
1336
|
]
|
|
@@ -1317,6 +1345,7 @@
|
|
|
1317
1345
|
"params": {
|
|
1318
1346
|
"value": {
|
|
1319
1347
|
"type": "String",
|
|
1348
|
+
"required": true,
|
|
1320
1349
|
"desc": "String to set the input value to",
|
|
1321
1350
|
"examples": [
|
|
1322
1351
|
"hotel"
|
|
@@ -1333,8 +1362,8 @@
|
|
|
1333
1362
|
"params": {
|
|
1334
1363
|
"opt": {
|
|
1335
1364
|
"type": "Any",
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1365
|
+
"required": true,
|
|
1366
|
+
"desc": "Option entry"
|
|
1338
1367
|
}
|
|
1339
1368
|
},
|
|
1340
1369
|
"returns": {
|
|
@@ -1347,8 +1376,8 @@
|
|
|
1347
1376
|
"params": {
|
|
1348
1377
|
"opt": {
|
|
1349
1378
|
"type": "Any",
|
|
1350
|
-
"
|
|
1351
|
-
"
|
|
1379
|
+
"required": true,
|
|
1380
|
+
"desc": "Option entry"
|
|
1352
1381
|
}
|
|
1353
1382
|
},
|
|
1354
1383
|
"returns": {
|
|
@@ -1361,8 +1390,8 @@
|
|
|
1361
1390
|
"params": {
|
|
1362
1391
|
"opt": {
|
|
1363
1392
|
"type": "Any",
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1393
|
+
"required": true,
|
|
1394
|
+
"desc": "Option entry"
|
|
1366
1395
|
}
|
|
1367
1396
|
},
|
|
1368
1397
|
"returns": {
|
|
@@ -1375,8 +1404,8 @@
|
|
|
1375
1404
|
"params": {
|
|
1376
1405
|
"opt": {
|
|
1377
1406
|
"type": "Any",
|
|
1378
|
-
"
|
|
1379
|
-
"
|
|
1407
|
+
"required": true,
|
|
1408
|
+
"desc": "Option entry"
|
|
1380
1409
|
}
|
|
1381
1410
|
},
|
|
1382
1411
|
"returns": {
|
|
@@ -1389,8 +1418,8 @@
|
|
|
1389
1418
|
"params": {
|
|
1390
1419
|
"opt": {
|
|
1391
1420
|
"type": "Any",
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1421
|
+
"required": true,
|
|
1422
|
+
"desc": "Option entry"
|
|
1394
1423
|
}
|
|
1395
1424
|
},
|
|
1396
1425
|
"returns": {
|
package/dist/api/QSeparator.json
CHANGED
package/dist/api/QSkeleton.json
CHANGED
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"QAvatar"
|
|
30
30
|
],
|
|
31
31
|
"default": "rect",
|
|
32
|
-
"category": "content"
|
|
32
|
+
"category": "content",
|
|
33
|
+
"required": false
|
|
33
34
|
},
|
|
34
35
|
"animation": {
|
|
35
36
|
"type": "String",
|
|
@@ -44,7 +45,8 @@
|
|
|
44
45
|
"none"
|
|
45
46
|
],
|
|
46
47
|
"default": "wave",
|
|
47
|
-
"category": "style"
|
|
48
|
+
"category": "style",
|
|
49
|
+
"required": false
|
|
48
50
|
},
|
|
49
51
|
"animation-speed": {
|
|
50
52
|
"type": [
|
|
@@ -58,7 +60,8 @@
|
|
|
58
60
|
],
|
|
59
61
|
"category": "style",
|
|
60
62
|
"default": 300,
|
|
61
|
-
"addedIn": "v2.2"
|
|
63
|
+
"addedIn": "v2.2",
|
|
64
|
+
"required": false
|
|
62
65
|
},
|
|
63
66
|
"square": {
|
|
64
67
|
"type": "Boolean",
|
|
@@ -107,7 +110,8 @@
|
|
|
107
110
|
"span"
|
|
108
111
|
],
|
|
109
112
|
"category": "content",
|
|
110
|
-
"default": "div"
|
|
113
|
+
"default": "div",
|
|
114
|
+
"required": false
|
|
111
115
|
}
|
|
112
116
|
},
|
|
113
117
|
"slots": {
|
package/dist/api/QSlideItem.json
CHANGED
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"definition": {
|
|
74
74
|
"reset": {
|
|
75
75
|
"type": "Function",
|
|
76
|
+
"required": true,
|
|
76
77
|
"desc": "When called, it resets the component to its initial non-slided state",
|
|
77
78
|
"params": null,
|
|
78
79
|
"returns": null
|
|
@@ -90,6 +91,7 @@
|
|
|
90
91
|
"definition": {
|
|
91
92
|
"reset": {
|
|
92
93
|
"type": "Function",
|
|
94
|
+
"required": true,
|
|
93
95
|
"desc": "When called, it resets the component to its initial non-slided state",
|
|
94
96
|
"params": null,
|
|
95
97
|
"returns": null
|
|
@@ -107,6 +109,7 @@
|
|
|
107
109
|
"definition": {
|
|
108
110
|
"reset": {
|
|
109
111
|
"type": "Function",
|
|
112
|
+
"required": true,
|
|
110
113
|
"desc": "When called, it resets the component to its initial non-slided state",
|
|
111
114
|
"params": null,
|
|
112
115
|
"returns": null
|
|
@@ -124,6 +127,7 @@
|
|
|
124
127
|
"definition": {
|
|
125
128
|
"reset": {
|
|
126
129
|
"type": "Function",
|
|
130
|
+
"required": true,
|
|
127
131
|
"desc": "When called, it resets the component to its initial non-slided state",
|
|
128
132
|
"params": null,
|
|
129
133
|
"returns": null
|
|
@@ -141,6 +145,7 @@
|
|
|
141
145
|
"definition": {
|
|
142
146
|
"side": {
|
|
143
147
|
"type": "String",
|
|
148
|
+
"required": true,
|
|
144
149
|
"desc": "Side to which sliding is taking effect",
|
|
145
150
|
"values": [
|
|
146
151
|
"left",
|
|
@@ -151,6 +156,7 @@
|
|
|
151
156
|
},
|
|
152
157
|
"ratio": {
|
|
153
158
|
"type": "Number",
|
|
159
|
+
"required": true,
|
|
154
160
|
"desc": "Ratio of how much of the required slide was performed (0..1)",
|
|
155
161
|
"examples": [
|
|
156
162
|
0,
|
|
@@ -160,6 +166,7 @@
|
|
|
160
166
|
},
|
|
161
167
|
"isReset": {
|
|
162
168
|
"type": "Boolean",
|
|
169
|
+
"required": true,
|
|
163
170
|
"desc": "Ratio has been reset"
|
|
164
171
|
}
|
|
165
172
|
}
|
|
@@ -175,6 +182,7 @@
|
|
|
175
182
|
"definition": {
|
|
176
183
|
"side": {
|
|
177
184
|
"type": "String",
|
|
185
|
+
"required": true,
|
|
178
186
|
"desc": "Side to which sliding has taken effect",
|
|
179
187
|
"values": [
|
|
180
188
|
"left",
|
|
@@ -185,6 +193,7 @@
|
|
|
185
193
|
},
|
|
186
194
|
"reset": {
|
|
187
195
|
"type": "Function",
|
|
196
|
+
"required": true,
|
|
188
197
|
"desc": "When called, it resets the component to its initial non-slided state",
|
|
189
198
|
"params": null,
|
|
190
199
|
"returns": null
|