@tb-dev/vue-components 7.0.5 → 7.0.6
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.
|
@@ -9,9 +9,9 @@ declare function __VLS_template(): {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
11
|
declare const __VLS_component: import('vue').DefineComponent<ContextMenuRadioGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (payload:
|
|
12
|
+
"update:modelValue": (payload: import('reka-ui').AcceptableValue) => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<ContextMenuRadioGroupProps> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((payload:
|
|
14
|
+
"onUpdate:modelValue"?: ((payload: import('reka-ui').AcceptableValue) => any) | undefined;
|
|
15
15
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
17
|
export default _default;
|
|
@@ -9,9 +9,9 @@ declare function __VLS_template(): {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
11
|
declare const __VLS_component: import('vue').DefineComponent<DropdownMenuRadioGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (payload:
|
|
12
|
+
"update:modelValue": (payload: import('reka-ui').AcceptableValue) => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<DropdownMenuRadioGroupProps> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((payload:
|
|
14
|
+
"onUpdate:modelValue"?: ((payload: import('reka-ui').AcceptableValue) => any) | undefined;
|
|
15
15
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
17
|
export default _default;
|
|
@@ -9,9 +9,9 @@ declare function __VLS_template(): {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
11
|
declare const __VLS_component: import('vue').DefineComponent<MenubarRadioGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (payload:
|
|
12
|
+
"update:modelValue": (payload: import('reka-ui').AcceptableValue) => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<MenubarRadioGroupProps> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((payload:
|
|
14
|
+
"onUpdate:modelValue"?: ((payload: import('reka-ui').AcceptableValue) => any) | undefined;
|
|
15
15
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
17
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -1539,6 +1539,7 @@ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
|
|
|
1539
1539
|
collisionBoundary: {},
|
|
1540
1540
|
collisionPadding: {},
|
|
1541
1541
|
arrowPadding: {},
|
|
1542
|
+
hideShiftedArrow: { type: Boolean },
|
|
1542
1543
|
sticky: {},
|
|
1543
1544
|
hideWhenDetached: { type: Boolean },
|
|
1544
1545
|
positionStrategy: {},
|
|
@@ -2371,6 +2372,7 @@ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
|
|
|
2371
2372
|
avoidCollisions: { type: Boolean },
|
|
2372
2373
|
collisionBoundary: {},
|
|
2373
2374
|
collisionPadding: {},
|
|
2375
|
+
hideShiftedArrow: { type: Boolean },
|
|
2374
2376
|
sticky: {},
|
|
2375
2377
|
hideWhenDetached: { type: Boolean },
|
|
2376
2378
|
positionStrategy: {},
|
|
@@ -2641,6 +2643,7 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
|
|
|
2641
2643
|
collisionBoundary: {},
|
|
2642
2644
|
collisionPadding: {},
|
|
2643
2645
|
arrowPadding: {},
|
|
2646
|
+
hideShiftedArrow: { type: Boolean },
|
|
2644
2647
|
sticky: {},
|
|
2645
2648
|
hideWhenDetached: { type: Boolean },
|
|
2646
2649
|
positionStrategy: {},
|
|
@@ -3035,6 +3038,7 @@ const _sfc_main$2p = /* @__PURE__ */ defineComponent({
|
|
|
3035
3038
|
collisionBoundary: {},
|
|
3036
3039
|
collisionPadding: {},
|
|
3037
3040
|
arrowPadding: {},
|
|
3041
|
+
hideShiftedArrow: { type: Boolean },
|
|
3038
3042
|
sticky: {},
|
|
3039
3043
|
hideWhenDetached: { type: Boolean },
|
|
3040
3044
|
positionStrategy: {},
|
|
@@ -3290,6 +3294,7 @@ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
|
|
|
3290
3294
|
collisionBoundary: {},
|
|
3291
3295
|
collisionPadding: {},
|
|
3292
3296
|
arrowPadding: {},
|
|
3297
|
+
hideShiftedArrow: { type: Boolean },
|
|
3293
3298
|
sticky: {},
|
|
3294
3299
|
hideWhenDetached: { type: Boolean },
|
|
3295
3300
|
positionStrategy: {},
|
|
@@ -3552,6 +3557,7 @@ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
|
|
|
3552
3557
|
collisionBoundary: {},
|
|
3553
3558
|
collisionPadding: {},
|
|
3554
3559
|
arrowPadding: {},
|
|
3560
|
+
hideShiftedArrow: { type: Boolean },
|
|
3555
3561
|
sticky: {},
|
|
3556
3562
|
hideWhenDetached: { type: Boolean },
|
|
3557
3563
|
positionStrategy: {},
|
|
@@ -4030,6 +4036,7 @@ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
|
|
|
4030
4036
|
collisionBoundary: {},
|
|
4031
4037
|
collisionPadding: {},
|
|
4032
4038
|
arrowPadding: {},
|
|
4039
|
+
hideShiftedArrow: { type: Boolean },
|
|
4033
4040
|
sticky: {},
|
|
4034
4041
|
hideWhenDetached: { type: Boolean },
|
|
4035
4042
|
positionStrategy: {},
|
|
@@ -4312,6 +4319,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
|
|
|
4312
4319
|
collisionBoundary: {},
|
|
4313
4320
|
collisionPadding: {},
|
|
4314
4321
|
arrowPadding: {},
|
|
4322
|
+
hideShiftedArrow: { type: Boolean },
|
|
4315
4323
|
sticky: {},
|
|
4316
4324
|
hideWhenDetached: { type: Boolean },
|
|
4317
4325
|
positionStrategy: {},
|
|
@@ -4669,6 +4677,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
4669
4677
|
max: {},
|
|
4670
4678
|
step: {},
|
|
4671
4679
|
stepSnapping: { type: Boolean },
|
|
4680
|
+
focusOnChange: { type: Boolean },
|
|
4672
4681
|
formatOptions: {},
|
|
4673
4682
|
locale: {},
|
|
4674
4683
|
disabled: { type: Boolean },
|
|
@@ -5096,6 +5105,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
5096
5105
|
collisionBoundary: {},
|
|
5097
5106
|
collisionPadding: {},
|
|
5098
5107
|
arrowPadding: {},
|
|
5108
|
+
hideShiftedArrow: { type: Boolean },
|
|
5099
5109
|
sticky: {},
|
|
5100
5110
|
hideWhenDetached: { type: Boolean },
|
|
5101
5111
|
positionStrategy: {},
|
|
@@ -5495,6 +5505,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
5495
5505
|
collisionBoundary: {},
|
|
5496
5506
|
collisionPadding: {},
|
|
5497
5507
|
arrowPadding: {},
|
|
5508
|
+
hideShiftedArrow: { type: Boolean },
|
|
5498
5509
|
sticky: {},
|
|
5499
5510
|
hideWhenDetached: { type: Boolean },
|
|
5500
5511
|
positionStrategy: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tb-dev/vue-components",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.6",
|
|
4
4
|
"description": "Vue components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@tanstack/vue-table": "^8.21.3",
|
|
27
|
-
"@tb-dev/utils": "^7.
|
|
27
|
+
"@tb-dev/utils": "^7.2.0",
|
|
28
28
|
"@tb-dev/vue": "^3.4.3",
|
|
29
29
|
"@vueuse/core": "^14.1.0",
|
|
30
30
|
"class-variance-authority": "^0.7.1",
|
|
31
31
|
"clsx": "^2.1.1",
|
|
32
|
-
"lucide-vue-next": "^0.
|
|
33
|
-
"reka-ui": "^2.
|
|
32
|
+
"lucide-vue-next": "^0.563.0",
|
|
33
|
+
"reka-ui": "^2.8.0",
|
|
34
34
|
"tailwind-merge": "^3.4.0",
|
|
35
35
|
"tw-animate-css": "^1.4.0",
|
|
36
36
|
"vaul-vue": "^0.4.1",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@tailwindcss/vite": "^4.1.18",
|
|
43
|
-
"@tb-dev/eslint-config": "^8.2.
|
|
44
|
-
"@types/node": "^25.0
|
|
43
|
+
"@tb-dev/eslint-config": "^8.2.4",
|
|
44
|
+
"@types/node": "^25.1.0",
|
|
45
45
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
46
46
|
"eslint": "^9.39.2",
|
|
47
47
|
"tailwindcss": "^4.1.18",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typescript": "~5.9.3",
|
|
50
50
|
"vite": "^7.3.1",
|
|
51
51
|
"vite-plugin-dts": "^4.5.4",
|
|
52
|
-
"vue-tsc": "^3.2.
|
|
52
|
+
"vue-tsc": "^3.2.4"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist"
|