zartui 3.1.71 → 3.1.72
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/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/picker/Picker.d.ts +3 -0
- package/es/picker/Picker.mjs +5 -2
- package/es/picker/index.d.ts +2 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/picker/Picker.d.ts +3 -0
- package/lib/picker/Picker.js +5 -2
- package/lib/picker/index.d.ts +2 -0
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +6 -3
- package/lib/zartui.es.js +6 -3
- package/lib/zartui.js +6 -3
- package/lib/zartui.min.js +2 -2
- package/package.json +7 -7
package/lib/zartui.cjs.js
CHANGED
|
@@ -6732,6 +6732,7 @@ const pickerProps = extend$1({}, pickerSharedProps$1, {
|
|
|
6732
6732
|
columnsFieldNames: Object,
|
|
6733
6733
|
showPicker: Boolean,
|
|
6734
6734
|
popup: truthProp,
|
|
6735
|
+
teleport: [String, Object],
|
|
6735
6736
|
showType: makeStringProp("default"),
|
|
6736
6737
|
columnCounts: makeNumberProp(3)
|
|
6737
6738
|
});
|
|
@@ -6974,7 +6975,8 @@ var stdin_default$1i = vue.defineComponent({
|
|
|
6974
6975
|
"show": showPicker.value,
|
|
6975
6976
|
"onUpdate:show": [($event) => showPicker.value = $event, updateShow],
|
|
6976
6977
|
"round": true,
|
|
6977
|
-
"position": "bottom"
|
|
6978
|
+
"position": "bottom",
|
|
6979
|
+
"teleport": props.teleport
|
|
6978
6980
|
}, {
|
|
6979
6981
|
default: renderTiledPicker
|
|
6980
6982
|
});
|
|
@@ -6986,7 +6988,8 @@ var stdin_default$1i = vue.defineComponent({
|
|
|
6986
6988
|
"show": showPicker.value,
|
|
6987
6989
|
"onUpdate:show": [($event) => showPicker.value = $event, updateShow],
|
|
6988
6990
|
"round": true,
|
|
6989
|
-
"position": "bottom"
|
|
6991
|
+
"position": "bottom",
|
|
6992
|
+
"teleport": props.teleport
|
|
6990
6993
|
}, {
|
|
6991
6994
|
default: renderPicker
|
|
6992
6995
|
});
|
|
@@ -23408,7 +23411,7 @@ const Lazyload = {
|
|
|
23408
23411
|
});
|
|
23409
23412
|
}
|
|
23410
23413
|
};
|
|
23411
|
-
const version = "3.1.
|
|
23414
|
+
const version = "3.1.72";
|
|
23412
23415
|
function install(app) {
|
|
23413
23416
|
const components = [
|
|
23414
23417
|
ActionSheet,
|
package/lib/zartui.es.js
CHANGED
|
@@ -6730,6 +6730,7 @@ const pickerProps = extend$1({}, pickerSharedProps$1, {
|
|
|
6730
6730
|
columnsFieldNames: Object,
|
|
6731
6731
|
showPicker: Boolean,
|
|
6732
6732
|
popup: truthProp,
|
|
6733
|
+
teleport: [String, Object],
|
|
6733
6734
|
showType: makeStringProp("default"),
|
|
6734
6735
|
columnCounts: makeNumberProp(3)
|
|
6735
6736
|
});
|
|
@@ -6972,7 +6973,8 @@ var stdin_default$1i = defineComponent({
|
|
|
6972
6973
|
"show": showPicker.value,
|
|
6973
6974
|
"onUpdate:show": [($event) => showPicker.value = $event, updateShow],
|
|
6974
6975
|
"round": true,
|
|
6975
|
-
"position": "bottom"
|
|
6976
|
+
"position": "bottom",
|
|
6977
|
+
"teleport": props.teleport
|
|
6976
6978
|
}, {
|
|
6977
6979
|
default: renderTiledPicker
|
|
6978
6980
|
});
|
|
@@ -6984,7 +6986,8 @@ var stdin_default$1i = defineComponent({
|
|
|
6984
6986
|
"show": showPicker.value,
|
|
6985
6987
|
"onUpdate:show": [($event) => showPicker.value = $event, updateShow],
|
|
6986
6988
|
"round": true,
|
|
6987
|
-
"position": "bottom"
|
|
6989
|
+
"position": "bottom",
|
|
6990
|
+
"teleport": props.teleport
|
|
6988
6991
|
}, {
|
|
6989
6992
|
default: renderPicker
|
|
6990
6993
|
});
|
|
@@ -23406,7 +23409,7 @@ const Lazyload = {
|
|
|
23406
23409
|
});
|
|
23407
23410
|
}
|
|
23408
23411
|
};
|
|
23409
|
-
const version = "3.1.
|
|
23412
|
+
const version = "3.1.72";
|
|
23410
23413
|
function install(app) {
|
|
23411
23414
|
const components = [
|
|
23412
23415
|
ActionSheet,
|
package/lib/zartui.js
CHANGED
|
@@ -6976,6 +6976,7 @@
|
|
|
6976
6976
|
columnsFieldNames: Object,
|
|
6977
6977
|
showPicker: Boolean,
|
|
6978
6978
|
popup: truthProp,
|
|
6979
|
+
teleport: [String, Object],
|
|
6979
6980
|
showType: makeStringProp("default"),
|
|
6980
6981
|
columnCounts: makeNumberProp(3)
|
|
6981
6982
|
});
|
|
@@ -7218,7 +7219,8 @@
|
|
|
7218
7219
|
"show": showPicker.value,
|
|
7219
7220
|
"onUpdate:show": [($event) => showPicker.value = $event, updateShow],
|
|
7220
7221
|
"round": true,
|
|
7221
|
-
"position": "bottom"
|
|
7222
|
+
"position": "bottom",
|
|
7223
|
+
"teleport": props.teleport
|
|
7222
7224
|
}, {
|
|
7223
7225
|
default: renderTiledPicker
|
|
7224
7226
|
});
|
|
@@ -7230,7 +7232,8 @@
|
|
|
7230
7232
|
"show": showPicker.value,
|
|
7231
7233
|
"onUpdate:show": [($event) => showPicker.value = $event, updateShow],
|
|
7232
7234
|
"round": true,
|
|
7233
|
-
"position": "bottom"
|
|
7235
|
+
"position": "bottom",
|
|
7236
|
+
"teleport": props.teleport
|
|
7234
7237
|
}, {
|
|
7235
7238
|
default: renderPicker
|
|
7236
7239
|
});
|
|
@@ -27468,7 +27471,7 @@
|
|
|
27468
27471
|
});
|
|
27469
27472
|
}
|
|
27470
27473
|
};
|
|
27471
|
-
const version = "3.1.
|
|
27474
|
+
const version = "3.1.72";
|
|
27472
27475
|
function install(app) {
|
|
27473
27476
|
const components = [
|
|
27474
27477
|
ActionSheet,
|