@zeedhi/vuetify 1.100.1 → 1.100.2
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/zd-vuetify.esm.js
CHANGED
@@ -52292,9 +52292,6 @@ let ZdSelect = class ZdSelect extends __vue_component__$1m {
|
|
52292
52292
|
}
|
52293
52293
|
this.blur(event);
|
52294
52294
|
}
|
52295
|
-
formattedDataFunc(item) {
|
52296
|
-
return this.$refs.instance && this.$refs.instance.isMenuActive ? this.formattedDataText(item) : this.formattedDataDiscreteText(item);
|
52297
|
-
}
|
52298
52295
|
selectFocus(event) {
|
52299
52296
|
if (!this.componentRef)
|
52300
52297
|
return;
|
@@ -52523,7 +52520,7 @@ var __vue_render__$K = function () {
|
|
52523
52520
|
disabled: _vm.instance.disabled,
|
52524
52521
|
readonly: _vm.instance.readonly,
|
52525
52522
|
items: _vm.items,
|
52526
|
-
"item-text": _vm.
|
52523
|
+
"item-text": _vm.formattedDataDiscreteText,
|
52527
52524
|
"item-value": _vm.instance.dataValue,
|
52528
52525
|
"item-disabled": _vm.instance.dataDisabled,
|
52529
52526
|
maxLength: _vm.instance.maxLength,
|
@@ -52656,6 +52653,32 @@ var __vue_render__$K = function () {
|
|
52656
52653
|
proxy: true,
|
52657
52654
|
}
|
52658
52655
|
: null,
|
52656
|
+
{
|
52657
|
+
key: "item",
|
52658
|
+
fn: function (ref) {
|
52659
|
+
var item = ref.item;
|
52660
|
+
var on = ref.on;
|
52661
|
+
var attrs = ref.attrs;
|
52662
|
+
return [
|
52663
|
+
_c(
|
52664
|
+
"v-list-item",
|
52665
|
+
_vm._g(_vm._b({}, "v-list-item", attrs, false), on),
|
52666
|
+
[
|
52667
|
+
_c(
|
52668
|
+
"v-list-item-content",
|
52669
|
+
[
|
52670
|
+
_c("v-list-item-title", [
|
52671
|
+
_vm._v(_vm._s(_vm.formattedDataText(item))),
|
52672
|
+
]),
|
52673
|
+
],
|
52674
|
+
1
|
52675
|
+
),
|
52676
|
+
],
|
52677
|
+
1
|
52678
|
+
),
|
52679
|
+
]
|
52680
|
+
},
|
52681
|
+
},
|
52659
52682
|
{
|
52660
52683
|
key: "append-item",
|
52661
52684
|
fn: function () {
|
@@ -52771,7 +52794,7 @@ __vue_render__$K._withStripped = true;
|
|
52771
52794
|
/* style */
|
52772
52795
|
const __vue_inject_styles__$K = function (inject) {
|
52773
52796
|
if (!inject) return
|
52774
|
-
inject("data-v-
|
52797
|
+
inject("data-v-8a29c9ba_0", { source: ".zd-select .v-input__control .v-input__slot .v-select__slot {\n position: static;\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-outer {\n margin-right: var(--spacing-1);\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-outer {\n margin-left: var(--spacing-1);\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-outer, .zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-outer {\n margin-top: 5px;\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-inner, .zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-inner {\n padding-left: 0;\n padding-right: 0;\n}\n.zd-select.zd-select-align-left > .v-input__control > .v-input__slot input {\n text-align: left;\n}\n.zd-select.zd-select-align-center > .v-input__control > .v-input__slot input {\n text-align: center;\n}\n.zd-select.zd-select-align-right > .v-input__control > .v-input__slot input {\n text-align: right;\n}\n.zd-select .v-select__selections {\n padding: 0;\n width: 172px;\n overflow: hidden;\n white-space: nowrap;\n flex-wrap: nowrap;\n text-overflow: ellipsis;\n}\n.zd-select .v-select__selections .v-select__selection {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n margin: 0;\n max-width: none;\n}\n.zd-select .v-select__selections .v-select__selection--disabled {\n opacity: 0.5;\n}\n.zd-select.zd-dense .v-input__append-inner, .zd-select.zd-dense .v-input__prepend-inner {\n margin-top: 0;\n}\n.zd-select-append-item .v-list-item__content {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-size);\n color: var(--v-primary-base);\n}\n.v-menu__content.zd-select-menu {\n box-shadow: var(--shadow-2);\n}\n.v-menu__content.zd-select-menu .v-select-list {\n padding: 0;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item {\n height: auto;\n min-height: 40px;\n padding: 0 var(--spacing-4);\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item__content {\n padding: var(--spacing-2) 0;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item:not(.theme--dark) {\n color: var(--zd-font-color);\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item__title {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n height: auto;\n line-height: unset;\n white-space: unset;\n overflow: auto;\n text-overflow: unset;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item.v-list-item--disabled .v-list-item__title {\n opacity: 0.5;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item.v-list-item--disabled.primary--text .v-list-item__title {\n color: inherit;\n}\n.v-menu__content.zd-select-menu.zd-dense .v-list-item {\n height: auto;\n min-height: 24px;\n padding: 0 var(--spacing-4);\n}\n.v-menu__content.zd-select-menu.zd-select-align-left .v-list-item__content .v-list-item__title {\n text-align: left;\n}\n.v-menu__content.zd-select-menu.zd-select-align-center .v-list-item__content .v-list-item__title {\n text-align: center;\n}\n.v-menu__content.zd-select-menu.zd-select-align-right .v-list-item__content .v-list-item__title {\n text-align: right;\n}", map: undefined, media: undefined });
|
52775
52798
|
|
52776
52799
|
};
|
52777
52800
|
/* scoped */
|
package/dist/zd-vuetify.umd.js
CHANGED
@@ -52291,9 +52291,6 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
52291
52291
|
}
|
52292
52292
|
this.blur(event);
|
52293
52293
|
}
|
52294
|
-
formattedDataFunc(item) {
|
52295
|
-
return this.$refs.instance && this.$refs.instance.isMenuActive ? this.formattedDataText(item) : this.formattedDataDiscreteText(item);
|
52296
|
-
}
|
52297
52294
|
selectFocus(event) {
|
52298
52295
|
if (!this.componentRef)
|
52299
52296
|
return;
|
@@ -52522,7 +52519,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
52522
52519
|
disabled: _vm.instance.disabled,
|
52523
52520
|
readonly: _vm.instance.readonly,
|
52524
52521
|
items: _vm.items,
|
52525
|
-
"item-text": _vm.
|
52522
|
+
"item-text": _vm.formattedDataDiscreteText,
|
52526
52523
|
"item-value": _vm.instance.dataValue,
|
52527
52524
|
"item-disabled": _vm.instance.dataDisabled,
|
52528
52525
|
maxLength: _vm.instance.maxLength,
|
@@ -52655,6 +52652,32 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
52655
52652
|
proxy: true,
|
52656
52653
|
}
|
52657
52654
|
: null,
|
52655
|
+
{
|
52656
|
+
key: "item",
|
52657
|
+
fn: function (ref) {
|
52658
|
+
var item = ref.item;
|
52659
|
+
var on = ref.on;
|
52660
|
+
var attrs = ref.attrs;
|
52661
|
+
return [
|
52662
|
+
_c(
|
52663
|
+
"v-list-item",
|
52664
|
+
_vm._g(_vm._b({}, "v-list-item", attrs, false), on),
|
52665
|
+
[
|
52666
|
+
_c(
|
52667
|
+
"v-list-item-content",
|
52668
|
+
[
|
52669
|
+
_c("v-list-item-title", [
|
52670
|
+
_vm._v(_vm._s(_vm.formattedDataText(item))),
|
52671
|
+
]),
|
52672
|
+
],
|
52673
|
+
1
|
52674
|
+
),
|
52675
|
+
],
|
52676
|
+
1
|
52677
|
+
),
|
52678
|
+
]
|
52679
|
+
},
|
52680
|
+
},
|
52658
52681
|
{
|
52659
52682
|
key: "append-item",
|
52660
52683
|
fn: function () {
|
@@ -52770,7 +52793,7 @@ If you're seeing "$attrs is readonly", it's caused by this`);
|
|
52770
52793
|
/* style */
|
52771
52794
|
const __vue_inject_styles__$K = function (inject) {
|
52772
52795
|
if (!inject) return
|
52773
|
-
inject("data-v-
|
52796
|
+
inject("data-v-8a29c9ba_0", { source: ".zd-select .v-input__control .v-input__slot .v-select__slot {\n position: static;\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-outer {\n margin-right: var(--spacing-1);\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-outer {\n margin-left: var(--spacing-1);\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-outer, .zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-outer {\n margin-top: 5px;\n}\n.zd-select .v-input__control .v-input__slot .v-select__slot .v-input__append-inner, .zd-select .v-input__control .v-input__slot .v-select__slot .v-input__prepend-inner {\n padding-left: 0;\n padding-right: 0;\n}\n.zd-select.zd-select-align-left > .v-input__control > .v-input__slot input {\n text-align: left;\n}\n.zd-select.zd-select-align-center > .v-input__control > .v-input__slot input {\n text-align: center;\n}\n.zd-select.zd-select-align-right > .v-input__control > .v-input__slot input {\n text-align: right;\n}\n.zd-select .v-select__selections {\n padding: 0;\n width: 172px;\n overflow: hidden;\n white-space: nowrap;\n flex-wrap: nowrap;\n text-overflow: ellipsis;\n}\n.zd-select .v-select__selections .v-select__selection {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n color: var(--zd-font-color);\n margin: 0;\n max-width: none;\n}\n.zd-select .v-select__selections .v-select__selection--disabled {\n opacity: 0.5;\n}\n.zd-select.zd-dense .v-input__append-inner, .zd-select.zd-dense .v-input__prepend-inner {\n margin-top: 0;\n}\n.zd-select-append-item .v-list-item__content {\n font-size: var(--zd-font-body2-size);\n font-weight: var(--zd-font-body2-size);\n color: var(--v-primary-base);\n}\n.v-menu__content.zd-select-menu {\n box-shadow: var(--shadow-2);\n}\n.v-menu__content.zd-select-menu .v-select-list {\n padding: 0;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item {\n height: auto;\n min-height: 40px;\n padding: 0 var(--spacing-4);\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item__content {\n padding: var(--spacing-2) 0;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item:not(.theme--dark) {\n color: var(--zd-font-color);\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item__title {\n font-size: var(--zd-font-body1-size);\n font-weight: var(--zd-font-body1-weight);\n height: auto;\n line-height: unset;\n white-space: unset;\n overflow: auto;\n text-overflow: unset;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item.v-list-item--disabled .v-list-item__title {\n opacity: 0.5;\n}\n.v-menu__content.zd-select-menu .v-select-list .v-list-item.v-list-item--disabled.primary--text .v-list-item__title {\n color: inherit;\n}\n.v-menu__content.zd-select-menu.zd-dense .v-list-item {\n height: auto;\n min-height: 24px;\n padding: 0 var(--spacing-4);\n}\n.v-menu__content.zd-select-menu.zd-select-align-left .v-list-item__content .v-list-item__title {\n text-align: left;\n}\n.v-menu__content.zd-select-menu.zd-select-align-center .v-list-item__content .v-list-item__title {\n text-align: center;\n}\n.v-menu__content.zd-select-menu.zd-select-align-right .v-list-item__content .v-list-item__title {\n text-align: right;\n}", map: undefined, media: undefined });
|
52774
52797
|
|
52775
52798
|
};
|
52776
52799
|
/* scoped */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zeedhi/vuetify",
|
3
|
-
"version": "1.100.
|
3
|
+
"version": "1.100.2",
|
4
4
|
"description": "Zeedhi Components based on Vuetify",
|
5
5
|
"author": "Zeedhi <zeedhi@teknisa.com>",
|
6
6
|
"license": "ISC",
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"@types/prismjs": "1.26.*",
|
52
52
|
"@types/sortablejs": "1.15.*"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "2fb4d52eeebc36287dc335cb32601b6e4f55378f"
|
55
55
|
}
|
@@ -48,7 +48,6 @@ export default class ZdSelect extends ZdTextInput {
|
|
48
48
|
selectChange(value: any, event: Event): void;
|
49
49
|
selectInput(value: any): void;
|
50
50
|
selectBlur(event: Event): void;
|
51
|
-
formattedDataFunc(item: IDictionary<any>): any;
|
52
51
|
selectFocus(event?: Event): void;
|
53
52
|
selectKeydown(event: KeyboardEvent): void;
|
54
53
|
formattedDataText(item: IDictionary<any>): any;
|