@simsustech/quasar-components 0.11.12 → 0.11.14
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/CHANGELOG.md +12 -0
- package/dist/{LocaleSelect.vue_vue_type_script_setup_true_lang-Du4fNbTV.js → LocaleSelect.vue_vue_type_script_setup_true_lang-DmbnGyqQ.js} +5 -21
- package/dist/form.js +2 -2
- package/dist/general.js +1 -1
- package/dist/md3.js +0 -1
- package/package.json +10 -10
- package/src/ui/form/LocaleSelect.vue +2 -9
- package/src/ui/md3/Md3Layout.vue +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @simsustech/quasar-components
|
|
2
2
|
|
|
3
|
+
## 0.11.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7bc307d: fix(components): fix localeSelect selectedItems slot
|
|
8
|
+
|
|
9
|
+
## 0.11.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 221c1b4: chore: update dependencies
|
|
14
|
+
|
|
3
15
|
## 0.11.12
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -502,37 +502,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
502
502
|
return (_ctx, _cache) => {
|
|
503
503
|
const _component_q_icon = QIcon;
|
|
504
504
|
const _component_q_item_section = QItemSection;
|
|
505
|
-
const _component_q_item = QItem;
|
|
506
505
|
const _component_q_item_label = QItemLabel;
|
|
506
|
+
const _component_q_item = QItem;
|
|
507
507
|
return openBlock(), createBlock(unref(QSelect), mergeProps(unref(attrs), {
|
|
508
508
|
options: languageOptions.value,
|
|
509
509
|
"model-value": unref(modelValue),
|
|
510
510
|
filled: false,
|
|
511
|
-
borderless: "",
|
|
512
511
|
"emit-value": "",
|
|
513
512
|
"map-options": ""
|
|
514
513
|
}), {
|
|
515
514
|
"selected-item": withCtx((scope) => [
|
|
516
515
|
scope.opt ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
517
|
-
createVNode(
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
createVNode(_component_q_icon, {
|
|
522
|
-
name: scope.opt.icon
|
|
523
|
-
}, null, 8, ["name"])
|
|
524
|
-
]),
|
|
525
|
-
_: 2
|
|
526
|
-
}, 1024),
|
|
527
|
-
createVNode(_component_q_item_section, { label: "" }, {
|
|
528
|
-
default: withCtx(() => [
|
|
529
|
-
createTextVNode(toDisplayString(scope.opt.label), 1)
|
|
530
|
-
]),
|
|
531
|
-
_: 2
|
|
532
|
-
}, 1024)
|
|
533
|
-
]),
|
|
534
|
-
_: 2
|
|
535
|
-
}, 1024)
|
|
516
|
+
createVNode(_component_q_icon, {
|
|
517
|
+
name: scope.opt.icon
|
|
518
|
+
}, null, 8, ["name"]),
|
|
519
|
+
createTextVNode(" " + toDisplayString(scope.opt.label), 1)
|
|
536
520
|
])) : createCommentVNode("", true)
|
|
537
521
|
]),
|
|
538
522
|
option: withCtx((scope) => [
|
package/dist/form.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, withAsyncContext, watch, ref, createBlock, openBlock, unref, mergeProps, normalizeProps, guardReactiveProps, withCtx, createVNode, createTextVNode, toDisplayString, toRefs, computed, useSlots, createCommentVNode, renderSlot, createSlots, renderList, resolveDirective, createElementVNode, withDirectives, createElementBlock, Fragment, resolveDynamicComponent } from "vue";
|
|
2
2
|
import { useQuasar, QSelect, QItem, QItemSection, QItemLabel, QInput, QField, QIcon, QTooltip, QPopupProxy, QDate, QBtn, QEditor } from "quasar";
|
|
3
|
-
import { u as useLang, l as loadLang } from "./LocaleSelect.vue_vue_type_script_setup_true_lang-
|
|
4
|
-
import { _ } from "./LocaleSelect.vue_vue_type_script_setup_true_lang-
|
|
3
|
+
import { u as useLang, l as loadLang } from "./LocaleSelect.vue_vue_type_script_setup_true_lang-DmbnGyqQ.js";
|
|
4
|
+
import { _ } from "./LocaleSelect.vue_vue_type_script_setup_true_lang-DmbnGyqQ.js";
|
|
5
5
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "GenderSelect",
|
|
7
7
|
props: {
|
package/dist/general.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { u as useLang, l as loadLang, _ as _sfc_main$5 } from "./QSubmitButton.vue_vue_type_script_setup_true_lang-UtpXkOh7.js";
|
|
2
2
|
import { useQuasar, QCard, QCardSection, QCardActions, QDialog, QLayout, QHeader, QToolbar, QBtn, QToolbarTitle, QPageContainer, QPage, QPageSticky, QSpace, QList } from "quasar";
|
|
3
3
|
import { defineComponent, watch, ref, createBlock, openBlock, unref, withCtx, renderSlot, createVNode, createElementVNode, normalizeProps, guardReactiveProps, createCommentVNode, toRefs, normalizeClass, createElementBlock } from "vue";
|
|
4
|
-
import { _ as _sfc_main$6 } from "./LocaleSelect.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { _ as _sfc_main$6 } from "./LocaleSelect.vue_vue_type_script_setup_true_lang-DmbnGyqQ.js";
|
|
5
5
|
const _hoisted_1$1 = { class: "text-h6" };
|
|
6
6
|
const _hoisted_2$1 = { class: "text-subtitle2" };
|
|
7
7
|
const __default__$2 = {
|
package/dist/md3.js
CHANGED
|
@@ -316,7 +316,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
316
316
|
const debouncedToggleMiniState = debounce(toggleMiniState, 500);
|
|
317
317
|
onClickOutside(drawerRef, () => toggleMiniState(true));
|
|
318
318
|
onMounted(() => {
|
|
319
|
-
console.log($q.screen);
|
|
320
319
|
if ($q.screen.gt.sm) {
|
|
321
320
|
toggleMiniState(true);
|
|
322
321
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simsustech/quasar-components",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.14",
|
|
4
4
|
"author": "Stefan van Herwijnen",
|
|
5
5
|
"description": "High level components for Quasar Framework",
|
|
6
6
|
"license": "MIT",
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@iconify-json/flagpack": "^1.2.2",
|
|
62
|
-
"@types/node": "^22.15.
|
|
62
|
+
"@types/node": "^22.15.17",
|
|
63
63
|
"@types/validator": "^13.15.0",
|
|
64
64
|
"@types/ws": "^8.18.1",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
66
|
-
"@typescript-eslint/parser": "^8.
|
|
67
|
-
"@vitejs/plugin-vue": "^5.2.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
66
|
+
"@typescript-eslint/parser": "^8.32.1",
|
|
67
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
68
68
|
"@vue/server-renderer": "^3.5.13",
|
|
69
|
-
"eslint": "^9.
|
|
70
|
-
"eslint-config-prettier": "^10.1.
|
|
71
|
-
"eslint-plugin-prettier": "^5.
|
|
69
|
+
"eslint": "^9.26.0",
|
|
70
|
+
"eslint-config-prettier": "^10.1.5",
|
|
71
|
+
"eslint-plugin-prettier": "^5.4.0",
|
|
72
72
|
"eslint-plugin-prettier-vue": "^5.0.0",
|
|
73
73
|
"eslint-plugin-vue": "^10.1.0",
|
|
74
74
|
"glob": "^11.0.2",
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"quasar": "^2.18.1",
|
|
78
78
|
"rimraf": "^6.0.1",
|
|
79
79
|
"typescript": "5.8.3",
|
|
80
|
-
"typescript-eslint": "^8.
|
|
80
|
+
"typescript-eslint": "^8.32.1",
|
|
81
81
|
"unplugin-vue-components": "^28.5.0",
|
|
82
|
-
"vite": "^6.3.
|
|
82
|
+
"vite": "^6.3.5",
|
|
83
83
|
"vue": "^3.5.13",
|
|
84
84
|
"vue-eslint-parser": "^10.1.3",
|
|
85
85
|
"vue-router": "^4.5.1",
|
|
@@ -4,20 +4,13 @@
|
|
|
4
4
|
:options="languageOptions"
|
|
5
5
|
:model-value="modelValue"
|
|
6
6
|
:filled="false"
|
|
7
|
-
borderless
|
|
8
7
|
emit-value
|
|
9
8
|
map-options
|
|
10
9
|
>
|
|
11
10
|
<template #selected-item="scope">
|
|
12
11
|
<div v-if="scope.opt">
|
|
13
|
-
<q-
|
|
14
|
-
|
|
15
|
-
<q-icon :name="scope.opt.icon" />
|
|
16
|
-
</q-item-section>
|
|
17
|
-
<q-item-section label>
|
|
18
|
-
{{ scope.opt.label }}
|
|
19
|
-
</q-item-section>
|
|
20
|
-
</q-item>
|
|
12
|
+
<q-icon :name="scope.opt.icon" />
|
|
13
|
+
{{ scope.opt.label }}
|
|
21
14
|
</div>
|
|
22
15
|
</template>
|
|
23
16
|
<template #option="scope">
|
package/src/ui/md3/Md3Layout.vue
CHANGED