@histoire/controls 0.3.2 → 0.3.3
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/index.es.js +12 -8
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -1486,7 +1486,8 @@ var PrivatePopper = () => defineComponent({
|
|
|
1486
1486
|
classes: __spreadProps2(__spreadValues2({}, this.classes), {
|
|
1487
1487
|
popperClass: this.popperClass
|
|
1488
1488
|
}),
|
|
1489
|
-
result: this.positioningDisabled ? null : this.result
|
|
1489
|
+
result: this.positioningDisabled ? null : this.result,
|
|
1490
|
+
attrs: this.$attrs
|
|
1490
1491
|
};
|
|
1491
1492
|
},
|
|
1492
1493
|
parentPopper() {
|
|
@@ -2465,19 +2466,22 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2465
2466
|
handleResize,
|
|
2466
2467
|
onResize,
|
|
2467
2468
|
classes,
|
|
2468
|
-
result
|
|
2469
|
+
result,
|
|
2470
|
+
attrs
|
|
2469
2471
|
}) => [
|
|
2470
|
-
createElementVNode("div", {
|
|
2472
|
+
createElementVNode("div", mergeProps({
|
|
2471
2473
|
ref: "reference",
|
|
2472
|
-
class:
|
|
2474
|
+
class: "v-popper"
|
|
2475
|
+
}, attrs, {
|
|
2476
|
+
class: [
|
|
2473
2477
|
_ctx.$attrs.class,
|
|
2474
2478
|
_ctx.themeClass,
|
|
2475
2479
|
{
|
|
2476
2480
|
"v-popper--shown": isShown
|
|
2477
2481
|
}
|
|
2478
|
-
]
|
|
2479
|
-
style:
|
|
2480
|
-
}, [
|
|
2482
|
+
],
|
|
2483
|
+
style: _ctx.$attrs.style
|
|
2484
|
+
}), [
|
|
2481
2485
|
renderSlot(_ctx.$slots, "default", {
|
|
2482
2486
|
shown: isShown,
|
|
2483
2487
|
show,
|
|
@@ -2505,7 +2509,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2505
2509
|
]),
|
|
2506
2510
|
_: 2
|
|
2507
2511
|
}, 1032, ["popper-id", "theme", "shown", "mounted", "skip-transition", "auto-hide", "handle-resize", "classes", "result", "onHide", "onResize"])
|
|
2508
|
-
],
|
|
2512
|
+
], 16)
|
|
2509
2513
|
]),
|
|
2510
2514
|
_: 3
|
|
2511
2515
|
}, 16, ["theme", "target-nodes", "reference-node", "popper-node"]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@histoire/controls",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Prebuilt controls components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@iconify/vue": "^3.2.1",
|
|
35
35
|
"@vueuse/core": "^8.2.5",
|
|
36
|
-
"floating-vue": "^2.0.0-beta.
|
|
36
|
+
"floating-vue": "^2.0.0-beta.16"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@peeky/test": "^0.13.5",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@vueuse/core": "^8.2.5",
|
|
44
44
|
"autoprefixer": "^10.4.4",
|
|
45
45
|
"concurrently": "^7.1.0",
|
|
46
|
-
"floating-vue": "^2.0.0-beta.
|
|
47
|
-
"histoire": "0.3.
|
|
46
|
+
"floating-vue": "^2.0.0-beta.16",
|
|
47
|
+
"histoire": "0.3.3",
|
|
48
48
|
"postcss": "^8.4.12",
|
|
49
49
|
"postcss-import": "^14.1.0",
|
|
50
50
|
"tailwindcss": "^3.0.23",
|