@bitrix24/b24ui-nuxt 0.6.7 → 0.6.8
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/meta.d.mts +374 -169
- package/dist/meta.mjs +374 -169
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/App.vue +1 -1
- package/dist/runtime/components/Calendar.vue +5 -1
- package/dist/runtime/components/Checkbox.vue +1 -1
- package/dist/runtime/components/InputMenu.vue.d.ts +208 -0
- package/dist/runtime/components/InputNumber.vue.d.ts +74 -0
- package/dist/runtime/components/RadioGroup.vue +2 -2
- package/package.json +27 -27
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -15,7 +15,7 @@ import B24OverlayProvider from "./OverlayProvider.vue";
|
|
|
15
15
|
const props = defineProps({
|
|
16
16
|
tooltip: { type: Object, required: false },
|
|
17
17
|
toaster: { type: [Object, null], required: false },
|
|
18
|
-
locale: { type:
|
|
18
|
+
locale: { type: Object, required: false },
|
|
19
19
|
portal: { type: null, required: false, default: "body" },
|
|
20
20
|
scrollBody: { type: [Boolean, Object], required: false },
|
|
21
21
|
nonce: { type: String, required: false }
|
|
@@ -37,6 +37,7 @@ const props = defineProps({
|
|
|
37
37
|
allowNonContiguousRanges: { type: Boolean, required: false },
|
|
38
38
|
pagedNavigation: { type: Boolean, required: false },
|
|
39
39
|
preventDeselect: { type: Boolean, required: false },
|
|
40
|
+
maximumDays: { type: Number, required: false },
|
|
40
41
|
weekStartsOn: { type: Number, required: false },
|
|
41
42
|
weekdayFormat: { type: String, required: false },
|
|
42
43
|
fixedWeeks: { type: Boolean, required: false, default: true },
|
|
@@ -48,8 +49,11 @@ const props = defineProps({
|
|
|
48
49
|
initialFocus: { type: Boolean, required: false },
|
|
49
50
|
isDateDisabled: { type: Function, required: false },
|
|
50
51
|
isDateUnavailable: { type: Function, required: false },
|
|
52
|
+
isDateHighlightable: { type: Function, required: false },
|
|
51
53
|
nextPage: { type: Function, required: false },
|
|
52
|
-
prevPage: { type: Function, required: false }
|
|
54
|
+
prevPage: { type: Function, required: false },
|
|
55
|
+
disableDaysOutsideCurrentView: { type: Boolean, required: false },
|
|
56
|
+
fixedDate: { type: String, required: false }
|
|
53
57
|
});
|
|
54
58
|
const emits = defineEmits(["update:modelValue", "update:placeholder", "update:startValue"]);
|
|
55
59
|
defineSlots();
|
|
@@ -23,7 +23,7 @@ const props = defineProps({
|
|
|
23
23
|
disabled: { type: Boolean, required: false },
|
|
24
24
|
required: { type: Boolean, required: false },
|
|
25
25
|
name: { type: String, required: false },
|
|
26
|
-
value: { type:
|
|
26
|
+
value: { type: null, required: false },
|
|
27
27
|
id: { type: String, required: false },
|
|
28
28
|
defaultValue: { type: [Boolean, String], required: false }
|
|
29
29
|
});
|
|
@@ -251,6 +251,110 @@ declare const _default: <T extends ArrayOrNested<InputMenuItem>, VK extends GetI
|
|
|
251
251
|
};
|
|
252
252
|
$refs: {
|
|
253
253
|
[x: string]: unknown;
|
|
254
|
+
} & {
|
|
255
|
+
primitiveElement: ({
|
|
256
|
+
$: import("vue").ComponentInternalInstance;
|
|
257
|
+
$data: {};
|
|
258
|
+
$props: {
|
|
259
|
+
readonly modelValue?: string | undefined;
|
|
260
|
+
readonly autoFocus?: boolean | undefined;
|
|
261
|
+
readonly disabled?: boolean | undefined;
|
|
262
|
+
readonly asChild?: boolean | undefined;
|
|
263
|
+
readonly as?: (import("reka-ui").AsTag | import("vue").Component) | undefined;
|
|
264
|
+
readonly "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
265
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
266
|
+
$attrs: {
|
|
267
|
+
[x: string]: unknown;
|
|
268
|
+
};
|
|
269
|
+
$refs: {
|
|
270
|
+
[x: string]: unknown;
|
|
271
|
+
} & {
|
|
272
|
+
primitiveElement: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
273
|
+
asChild: {
|
|
274
|
+
type: BooleanConstructor;
|
|
275
|
+
default: boolean;
|
|
276
|
+
};
|
|
277
|
+
as: {
|
|
278
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
279
|
+
default: string;
|
|
280
|
+
};
|
|
281
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
282
|
+
[key: string]: any;
|
|
283
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
284
|
+
asChild: boolean;
|
|
285
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
286
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
287
|
+
P: {};
|
|
288
|
+
B: {};
|
|
289
|
+
D: {};
|
|
290
|
+
C: {};
|
|
291
|
+
M: {};
|
|
292
|
+
Defaults: {};
|
|
293
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
294
|
+
asChild: {
|
|
295
|
+
type: BooleanConstructor;
|
|
296
|
+
default: boolean;
|
|
297
|
+
};
|
|
298
|
+
as: {
|
|
299
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
300
|
+
default: string;
|
|
301
|
+
};
|
|
302
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
303
|
+
[key: string]: any;
|
|
304
|
+
}>, {}, {}, {}, {
|
|
305
|
+
asChild: boolean;
|
|
306
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
307
|
+
}> | null;
|
|
308
|
+
};
|
|
309
|
+
$slots: Readonly<{
|
|
310
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
311
|
+
}>;
|
|
312
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
313
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
314
|
+
$host: Element | null;
|
|
315
|
+
$emit: (event: "update:modelValue", args_0: string) => void;
|
|
316
|
+
$el: any;
|
|
317
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("reka-ui").ListboxFilterProps> & Readonly<{
|
|
318
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
319
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
320
|
+
"update:modelValue": (args_0: string) => any;
|
|
321
|
+
}, string, {
|
|
322
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
323
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
324
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
325
|
+
created?: (() => void) | (() => void)[];
|
|
326
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
327
|
+
mounted?: (() => void) | (() => void)[];
|
|
328
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
329
|
+
updated?: (() => void) | (() => void)[];
|
|
330
|
+
activated?: (() => void) | (() => void)[];
|
|
331
|
+
deactivated?: (() => void) | (() => void)[];
|
|
332
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
333
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
334
|
+
destroyed?: (() => void) | (() => void)[];
|
|
335
|
+
unmounted?: (() => void) | (() => void)[];
|
|
336
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
337
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
338
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
339
|
+
};
|
|
340
|
+
$forceUpdate: () => void;
|
|
341
|
+
$nextTick: typeof import("vue").nextTick;
|
|
342
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
343
|
+
} & Readonly<{
|
|
344
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
345
|
+
}> & Omit<Readonly<import("reka-ui").ListboxFilterProps> & Readonly<{
|
|
346
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
347
|
+
}>, "as"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
348
|
+
$slots: Readonly<{
|
|
349
|
+
default?: (props: {
|
|
350
|
+
modelValue: string | undefined;
|
|
351
|
+
}) => any;
|
|
352
|
+
}> & {
|
|
353
|
+
default?: (props: {
|
|
354
|
+
modelValue: string | undefined;
|
|
355
|
+
}) => any;
|
|
356
|
+
};
|
|
357
|
+
}) | null;
|
|
254
358
|
};
|
|
255
359
|
$slots: Readonly<{
|
|
256
360
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -311,6 +415,110 @@ declare const _default: <T extends ArrayOrNested<InputMenuItem>, VK extends GetI
|
|
|
311
415
|
};
|
|
312
416
|
$refs: {
|
|
313
417
|
[x: string]: unknown;
|
|
418
|
+
} & {
|
|
419
|
+
primitiveElement: ({
|
|
420
|
+
$: import("vue").ComponentInternalInstance;
|
|
421
|
+
$data: {};
|
|
422
|
+
$props: {
|
|
423
|
+
readonly modelValue?: string | undefined;
|
|
424
|
+
readonly autoFocus?: boolean | undefined;
|
|
425
|
+
readonly disabled?: boolean | undefined;
|
|
426
|
+
readonly asChild?: boolean | undefined;
|
|
427
|
+
readonly as?: (import("reka-ui").AsTag | import("vue").Component) | undefined;
|
|
428
|
+
readonly "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
429
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
430
|
+
$attrs: {
|
|
431
|
+
[x: string]: unknown;
|
|
432
|
+
};
|
|
433
|
+
$refs: {
|
|
434
|
+
[x: string]: unknown;
|
|
435
|
+
} & {
|
|
436
|
+
primitiveElement: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
437
|
+
asChild: {
|
|
438
|
+
type: BooleanConstructor;
|
|
439
|
+
default: boolean;
|
|
440
|
+
};
|
|
441
|
+
as: {
|
|
442
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
443
|
+
default: string;
|
|
444
|
+
};
|
|
445
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
446
|
+
[key: string]: any;
|
|
447
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
448
|
+
asChild: boolean;
|
|
449
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
450
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
451
|
+
P: {};
|
|
452
|
+
B: {};
|
|
453
|
+
D: {};
|
|
454
|
+
C: {};
|
|
455
|
+
M: {};
|
|
456
|
+
Defaults: {};
|
|
457
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
458
|
+
asChild: {
|
|
459
|
+
type: BooleanConstructor;
|
|
460
|
+
default: boolean;
|
|
461
|
+
};
|
|
462
|
+
as: {
|
|
463
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
464
|
+
default: string;
|
|
465
|
+
};
|
|
466
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
467
|
+
[key: string]: any;
|
|
468
|
+
}>, {}, {}, {}, {
|
|
469
|
+
asChild: boolean;
|
|
470
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
471
|
+
}> | null;
|
|
472
|
+
};
|
|
473
|
+
$slots: Readonly<{
|
|
474
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
475
|
+
}>;
|
|
476
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
477
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
478
|
+
$host: Element | null;
|
|
479
|
+
$emit: (event: "update:modelValue", args_0: string) => void;
|
|
480
|
+
$el: any;
|
|
481
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("reka-ui").ListboxFilterProps> & Readonly<{
|
|
482
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
483
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
484
|
+
"update:modelValue": (args_0: string) => any;
|
|
485
|
+
}, string, {
|
|
486
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
487
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
488
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
489
|
+
created?: (() => void) | (() => void)[];
|
|
490
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
491
|
+
mounted?: (() => void) | (() => void)[];
|
|
492
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
493
|
+
updated?: (() => void) | (() => void)[];
|
|
494
|
+
activated?: (() => void) | (() => void)[];
|
|
495
|
+
deactivated?: (() => void) | (() => void)[];
|
|
496
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
497
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
498
|
+
destroyed?: (() => void) | (() => void)[];
|
|
499
|
+
unmounted?: (() => void) | (() => void)[];
|
|
500
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
501
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
502
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
503
|
+
};
|
|
504
|
+
$forceUpdate: () => void;
|
|
505
|
+
$nextTick: typeof import("vue").nextTick;
|
|
506
|
+
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
507
|
+
} & Readonly<{
|
|
508
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
509
|
+
}> & Omit<Readonly<import("reka-ui").ListboxFilterProps> & Readonly<{
|
|
510
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
511
|
+
}>, "as"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
512
|
+
$slots: Readonly<{
|
|
513
|
+
default?: (props: {
|
|
514
|
+
modelValue: string | undefined;
|
|
515
|
+
}) => any;
|
|
516
|
+
}> & {
|
|
517
|
+
default?: (props: {
|
|
518
|
+
modelValue: string | undefined;
|
|
519
|
+
}) => any;
|
|
520
|
+
};
|
|
521
|
+
}) | null;
|
|
314
522
|
};
|
|
315
523
|
$slots: Readonly<{
|
|
316
524
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -117,6 +117,43 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<InputNumbe
|
|
|
117
117
|
};
|
|
118
118
|
$refs: {
|
|
119
119
|
[x: string]: unknown;
|
|
120
|
+
} & {
|
|
121
|
+
primitiveElement: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
122
|
+
asChild: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
as: {
|
|
127
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
131
|
+
[key: string]: any;
|
|
132
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
133
|
+
asChild: boolean;
|
|
134
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
135
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
136
|
+
P: {};
|
|
137
|
+
B: {};
|
|
138
|
+
D: {};
|
|
139
|
+
C: {};
|
|
140
|
+
M: {};
|
|
141
|
+
Defaults: {};
|
|
142
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
143
|
+
asChild: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
as: {
|
|
148
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
152
|
+
[key: string]: any;
|
|
153
|
+
}>, {}, {}, {}, {
|
|
154
|
+
asChild: boolean;
|
|
155
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
156
|
+
}> | null;
|
|
120
157
|
};
|
|
121
158
|
$slots: Readonly<{
|
|
122
159
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -166,6 +203,43 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<InputNumbe
|
|
|
166
203
|
};
|
|
167
204
|
$refs: {
|
|
168
205
|
[x: string]: unknown;
|
|
206
|
+
} & {
|
|
207
|
+
primitiveElement: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
208
|
+
asChild: {
|
|
209
|
+
type: BooleanConstructor;
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
212
|
+
as: {
|
|
213
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
214
|
+
default: string;
|
|
215
|
+
};
|
|
216
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
217
|
+
[key: string]: any;
|
|
218
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
219
|
+
asChild: boolean;
|
|
220
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
221
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
222
|
+
P: {};
|
|
223
|
+
B: {};
|
|
224
|
+
D: {};
|
|
225
|
+
C: {};
|
|
226
|
+
M: {};
|
|
227
|
+
Defaults: {};
|
|
228
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
229
|
+
asChild: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
as: {
|
|
234
|
+
type: import("vue").PropType<import("reka-ui").AsTag | import("vue").Component>;
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
238
|
+
[key: string]: any;
|
|
239
|
+
}>, {}, {}, {}, {
|
|
240
|
+
asChild: boolean;
|
|
241
|
+
as: import("reka-ui").AsTag | import("vue").Component;
|
|
242
|
+
}> | null;
|
|
169
243
|
};
|
|
170
244
|
$slots: Readonly<{
|
|
171
245
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
@@ -24,10 +24,10 @@ const props = defineProps({
|
|
|
24
24
|
indicator: { type: null, required: false },
|
|
25
25
|
class: { type: null, required: false },
|
|
26
26
|
b24ui: { type: null, required: false },
|
|
27
|
-
defaultValue: { type:
|
|
27
|
+
defaultValue: { type: null, required: false },
|
|
28
28
|
disabled: { type: Boolean, required: false },
|
|
29
29
|
loop: { type: Boolean, required: false },
|
|
30
|
-
modelValue: { type:
|
|
30
|
+
modelValue: { type: null, required: false },
|
|
31
31
|
name: { type: String, required: false },
|
|
32
32
|
required: { type: Boolean, required: false }
|
|
33
33
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrix24/b24ui-nuxt",
|
|
3
3
|
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -100,20 +100,20 @@
|
|
|
100
100
|
"vue-plugin.d.ts"
|
|
101
101
|
],
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@bitrix24/b24icons-vue": "^
|
|
103
|
+
"@bitrix24/b24icons-vue": "^2.0.2",
|
|
104
104
|
"@bitrix24/b24style": "^1.0.1",
|
|
105
|
-
"@internationalized/date": "^3.8.
|
|
106
|
-
"@internationalized/number": "^3.6.
|
|
107
|
-
"@nuxt/kit": "^3.
|
|
108
|
-
"@nuxt/schema": "^3.
|
|
105
|
+
"@internationalized/date": "^3.8.1",
|
|
106
|
+
"@internationalized/number": "^3.6.2",
|
|
107
|
+
"@nuxt/kit": "^3.17.4",
|
|
108
|
+
"@nuxt/schema": "^3.17.4",
|
|
109
109
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
110
110
|
"@standard-schema/spec": "^1.0.0",
|
|
111
|
-
"@tailwindcss/postcss": "^4.1.
|
|
112
|
-
"@tailwindcss/vite": "^4.1.
|
|
111
|
+
"@tailwindcss/postcss": "^4.1.8",
|
|
112
|
+
"@tailwindcss/vite": "^4.1.8",
|
|
113
113
|
"@tanstack/vue-table": "^8.21.3",
|
|
114
|
-
"@unhead/vue": "^2.0.
|
|
115
|
-
"@vueuse/core": "^13.
|
|
116
|
-
"@vueuse/integrations": "^13.
|
|
114
|
+
"@unhead/vue": "^2.0.10",
|
|
115
|
+
"@vueuse/core": "^13.3.0",
|
|
116
|
+
"@vueuse/integrations": "^13.3.0",
|
|
117
117
|
"canvas-confetti": "^1.9.3",
|
|
118
118
|
"colortranslator": "^4.1.0",
|
|
119
119
|
"consola": "^3.4.2",
|
|
@@ -135,37 +135,37 @@
|
|
|
135
135
|
"reka-ui": "^2.2.0",
|
|
136
136
|
"scule": "^1.3.0",
|
|
137
137
|
"tailwind-variants": "^1.0.0",
|
|
138
|
-
"tailwindcss": "^4.1.
|
|
139
|
-
"tinyglobby": "^0.2.
|
|
140
|
-
"unplugin": "^2.3.
|
|
141
|
-
"unplugin-auto-import": "^19.
|
|
142
|
-
"unplugin-vue-components": "^28.
|
|
138
|
+
"tailwindcss": "^4.1.8",
|
|
139
|
+
"tinyglobby": "^0.2.14",
|
|
140
|
+
"unplugin": "^2.3.5",
|
|
141
|
+
"unplugin-auto-import": "^19.3.0",
|
|
142
|
+
"unplugin-vue-components": "^28.7.0",
|
|
143
143
|
"vaul-vue": "^0.4.1"
|
|
144
144
|
},
|
|
145
145
|
"devDependencies": {
|
|
146
|
-
"@nuxt/eslint-config": "^1.
|
|
146
|
+
"@nuxt/eslint-config": "^1.4.1",
|
|
147
147
|
"@nuxt/module-builder": "^1.0.1",
|
|
148
|
-
"@nuxt/test-utils": "^3.
|
|
148
|
+
"@nuxt/test-utils": "^3.19.1",
|
|
149
149
|
"@types/canvas-confetti": "^1.9.0",
|
|
150
150
|
"@vue/test-utils": "^2.4.6",
|
|
151
151
|
"embla-carousel": "^8.6.0",
|
|
152
|
-
"eslint": "^9.
|
|
153
|
-
"happy-dom": "^17.
|
|
154
|
-
"nuxt": "^3.
|
|
155
|
-
"nuxt-component-meta": "^0.
|
|
156
|
-
"vitest": "^3.
|
|
152
|
+
"eslint": "^9.28.0",
|
|
153
|
+
"happy-dom": "^17.6.1",
|
|
154
|
+
"nuxt": "^3.17.4",
|
|
155
|
+
"nuxt-component-meta": "^0.11.0",
|
|
156
|
+
"vitest": "^3.2.0",
|
|
157
157
|
"vitest-environment-nuxt": "^1.0.1",
|
|
158
158
|
"vue-tsc": "^2.2.10"
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
|
-
"@inertiajs/vue3": "^2.0.
|
|
161
|
+
"@inertiajs/vue3": "^2.0.11",
|
|
162
162
|
"joi": "^17.13.3",
|
|
163
163
|
"superstruct": "^2.0.2",
|
|
164
164
|
"typescript": "^5.8.3",
|
|
165
|
-
"valibot": "^1.
|
|
166
|
-
"vue-router": "^4.5.
|
|
165
|
+
"valibot": "^1.1.0",
|
|
166
|
+
"vue-router": "^4.5.1",
|
|
167
167
|
"yup": "^1.6.1",
|
|
168
|
-
"zod": "^3.
|
|
168
|
+
"zod": "^3.25.49"
|
|
169
169
|
},
|
|
170
170
|
"peerDependenciesMeta": {
|
|
171
171
|
"@inertiajs/vue3": {
|