bitboss-ui 2.0.104 → 2.0.106
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/components/BaseDialog/BaseDialog.vue.d.ts +0 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +1 -7
- package/dist/components/BbAlert/BbAlert.vue.d.ts +0 -1
- package/dist/components/BbChip/BbChip.vue.d.ts +0 -1
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +0 -1
- package/dist/components/BbPopover/BbPopover.vue.d.ts +1 -1
- package/dist/components/BbTable/BbTable.vue.d.ts +2 -7
- package/dist/components/ListBox.vue.d.ts +0 -2
- package/dist/composables/useLocale.d.ts +1 -1
- package/dist/i18n/en.d.ts +45 -0
- package/dist/i18n/it.d.ts +45 -0
- package/dist/index100.js +9 -9
- package/dist/index111.js +109 -108
- package/dist/index119.js +1 -1
- package/dist/index121.js +55 -54
- package/dist/index123.js +1 -1
- package/dist/index125.js +14 -13
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index129.js +1 -1
- package/dist/index13.js +23 -23
- package/dist/index132.js +2 -2
- package/dist/index133.js +2 -2
- package/dist/index15.js +36 -35
- package/dist/index17.js +3 -3
- package/dist/index19.js +63 -64
- package/dist/index206.js +85 -114
- package/dist/index208.js +25 -16
- package/dist/index209.js +16 -15
- package/dist/index21.js +110 -103
- package/dist/index210.js +48 -19
- package/dist/index211.js +15 -19
- package/dist/index212.js +3 -27
- package/dist/index213.js +12 -3
- package/dist/index214.js +16 -2
- package/dist/index215.js +2 -8
- package/dist/index216.js +4 -250
- package/dist/index217.js +2 -52
- package/dist/index218.js +6 -42
- package/dist/index219.js +3 -5
- package/dist/index220.js +41 -60
- package/dist/index221.js +6 -126
- package/dist/index222.js +7 -125
- package/dist/index223.js +12 -2
- package/dist/index224.js +13 -41
- package/dist/index225.js +51 -18
- package/dist/index227.js +12 -52
- package/dist/index228.js +7 -0
- package/dist/index229.js +16 -13
- package/dist/index23.js +127 -119
- package/dist/index230.js +16 -5
- package/dist/index231.js +19 -12
- package/dist/index232.js +14 -368
- package/dist/index233.js +19 -4
- package/dist/index234.js +27 -84
- package/dist/index235.js +4 -0
- package/dist/index236.js +249 -7
- package/dist/index237.js +51 -24
- package/dist/index238.js +44 -17
- package/dist/index239.js +5 -48
- package/dist/index240.js +60 -15
- package/dist/index241.js +19 -11
- package/dist/index242.js +4 -16
- package/dist/index243.js +126 -2
- package/dist/index244.js +125 -4
- package/dist/index245.js +2 -2
- package/dist/index246.js +5 -3
- package/dist/index247.js +369 -7
- package/dist/index248.js +115 -2
- package/dist/index249.js +3 -18
- package/dist/index25.js +44 -41
- package/dist/index250.js +2 -106
- package/dist/index251.js +20 -0
- package/dist/index252.js +53 -47
- package/dist/index254.js +100 -12
- package/dist/index256.js +12 -3
- package/dist/index258.js +2 -10
- package/dist/index259.js +9 -2
- package/dist/index260.js +2 -8
- package/dist/index261.js +3 -23
- package/dist/index262.js +14 -86
- package/dist/index263.js +11 -0
- package/dist/index264.js +27 -8
- package/dist/index265.js +4 -6
- package/dist/index266.js +430 -15
- package/dist/index267.js +2 -281
- package/dist/index268.js +88 -5
- package/dist/index269.js +7 -2
- package/dist/index27.js +1 -1
- package/dist/index270.js +11 -2
- package/dist/index271.js +3 -2
- package/dist/index273.js +7 -2
- package/dist/index274.js +200 -2
- package/dist/index275.js +281 -2
- package/dist/index276.js +6 -2
- package/dist/index277.js +2 -2
- package/dist/index278.js +2 -2
- package/dist/index279.js +2 -28
- package/dist/index280.js +2 -22
- package/dist/index282.js +2 -7
- package/dist/index283.js +2 -3
- package/dist/index284.js +2 -7
- package/dist/index285.js +2 -11
- package/dist/index286.js +2 -17
- package/dist/index287.js +2 -9
- package/dist/index288.js +22 -3
- package/dist/index29.js +2 -2
- package/dist/index290.js +6 -173
- package/dist/index291.js +23 -2
- package/dist/index292.js +88 -125
- package/dist/index294.js +176 -22
- package/dist/index295.js +4 -0
- package/dist/index296.js +126 -2
- package/dist/index297.js +22 -4
- package/dist/index299.js +7 -434
- package/dist/index300.js +6 -127
- package/dist/index301.js +15 -199
- package/dist/index302.js +8 -89
- package/dist/index303.js +224 -3
- package/dist/index304.js +436 -3
- package/dist/index305.js +126 -212
- package/dist/index306.js +3 -224
- package/dist/index307.js +3 -5
- package/dist/index308.js +214 -2
- package/dist/index309.js +21 -20
- package/dist/index31.js +2 -2
- package/dist/index310.js +2 -3
- package/dist/index311.js +5 -7
- package/dist/index312.js +4 -18
- package/dist/index313.js +7 -4
- package/dist/index314.js +6 -7
- package/dist/index315.js +19 -3
- package/dist/index316.js +53 -3
- package/dist/index317.js +52 -57
- package/dist/index318.js +7 -8
- package/dist/index319.js +32 -7
- package/dist/index320.js +3 -6
- package/dist/index321.js +3 -4
- package/dist/index322.js +2 -32
- package/dist/index323.js +3 -47
- package/dist/index324.js +58 -2
- package/dist/index325.js +47 -480
- package/dist/index326.js +4 -0
- package/dist/index327.js +470 -414
- package/dist/index329.js +424 -2
- package/dist/index33.js +45 -45
- package/dist/index331.js +4 -0
- package/dist/index35.js +56 -55
- package/dist/index37.js +166 -165
- package/dist/index39.js +3 -3
- package/dist/index41.js +2 -2
- package/dist/index43.js +70 -71
- package/dist/index45.js +7 -7
- package/dist/index47.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index53.js +28 -27
- package/dist/index55.js +1 -1
- package/dist/index57.js +2 -2
- package/dist/index61.js +32 -31
- package/dist/index75.js +3 -3
- package/dist/index77.js +87 -86
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +45 -44
- package/dist/index86.js +67 -66
- package/dist/index88.js +69 -67
- package/package.json +1 -1
- package/dist/index207.js +0 -7
- package/dist/index226.js +0 -8
- package/dist/index255.js +0 -4
- package/dist/index293.js +0 -433
- package/dist/index298.js +0 -10
- /package/dist/{index272.js → index281.js} +0 -0
- /package/dist/{index328.js → index330.js} +0 -0
@@ -77,7 +77,6 @@ declare const __VLS_component: import('vue').DefineComponent<BaseDialogProps, {}
|
|
77
77
|
size?: any;
|
78
78
|
} & string) | keyof Sizes;
|
79
79
|
transition: string;
|
80
|
-
closeLabel: string;
|
81
80
|
panelClasses: import('../../types/Classes').Classes;
|
82
81
|
overlayClasses: import('../../types/Classes').Classes;
|
83
82
|
showClose: boolean;
|
@@ -469,8 +469,6 @@ declare function __VLS_template(): {
|
|
469
469
|
"option:selected": (option: BaseOption) => any;
|
470
470
|
}, string, {
|
471
471
|
transitionDuration: number;
|
472
|
-
loadingText: string;
|
473
|
-
noDataText: string;
|
474
472
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
475
473
|
beforeCreate?: (() => void) | (() => void)[];
|
476
474
|
created?: (() => void) | (() => void)[];
|
@@ -493,8 +491,6 @@ declare function __VLS_template(): {
|
|
493
491
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T 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;
|
494
492
|
} & Readonly<{
|
495
493
|
transitionDuration: number;
|
496
|
-
loadingText: string;
|
497
|
-
noDataText: string;
|
498
494
|
}> & Omit<Readonly<{
|
499
495
|
compact?: boolean;
|
500
496
|
options: BaseOption[];
|
@@ -506,7 +502,7 @@ declare function __VLS_template(): {
|
|
506
502
|
}> & Readonly<{
|
507
503
|
"onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
508
504
|
"onOption:selected"?: ((option: BaseOption) => any) | undefined;
|
509
|
-
}>, "blur" | "focusNext" | "focusPrevious" | "focusFirst" | "focusFirstSelected" | "focusLast" | "focusLastSelected" | "confirmOption" | "focusByHash" | "getHighlighted"
|
505
|
+
}>, "transitionDuration" | "blur" | "focusNext" | "focusPrevious" | "focusFirst" | "focusFirstSelected" | "focusLast" | "focusLastSelected" | "confirmOption" | "focusByHash" | "getHighlighted"> & import('vue').ShallowUnwrapRef<{
|
510
506
|
focusNext: () => void;
|
511
507
|
focusPrevious: () => Promise<void>;
|
512
508
|
focusFirst: () => void;
|
@@ -560,9 +556,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseSelectProps, {}
|
|
560
556
|
allowWriting: boolean | "not-mobile";
|
561
557
|
dependencies: any[];
|
562
558
|
depsDebounceTime: number;
|
563
|
-
loadingText: string;
|
564
559
|
modelValueDebounceTime: number;
|
565
|
-
noDataText: string;
|
566
560
|
max: number;
|
567
561
|
prefill: boolean | "focus";
|
568
562
|
filterBy: string | string[] | false | ((value: any, item: any) => boolean) | null;
|
@@ -42,7 +42,6 @@ declare const __VLS_component: import('vue').DefineComponent<BbAlertProps, {}, {
|
|
42
42
|
}, string, import('vue').PublicProps, Readonly<BbAlertProps> & Readonly<{
|
43
43
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
44
44
|
}>, {
|
45
|
-
closeLabel: string;
|
46
45
|
theme: string;
|
47
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
48
47
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
@@ -28,7 +28,6 @@ declare const __VLS_component: import('vue').DefineComponent<BbChipProps, {}, {}
|
|
28
28
|
"onClick:clear"?: ((...args: any[]) => any) | undefined;
|
29
29
|
}>, {
|
30
30
|
clearable: boolean;
|
31
|
-
clearableLabel: string;
|
32
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
33
32
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
34
33
|
export default _default;
|
@@ -84,7 +84,6 @@ declare const __VLS_component: import('vue').DefineComponent<BbOffCanvasProps, {
|
|
84
84
|
size?: any;
|
85
85
|
} & string) | keyof Sizes;
|
86
86
|
transition: string;
|
87
|
-
closeLabel: string;
|
88
87
|
panelClasses: import('../../types/Classes').Classes;
|
89
88
|
overlayClasses: import('../../types/Classes').Classes;
|
90
89
|
showClose: boolean;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { CommonProps } from '../../types/CommonProps';
|
2
2
|
import { Placement } from '@floating-ui/vue';
|
3
|
-
export type BbPopoverProps = Pick<CommonProps, 'arrowPadding' | 'block' | 'disabled' | 'eager' | 'offset' | 'padding' | 'placement' | 'showClose' | 'theme' | 'transitionDuration'> & {
|
3
|
+
export type BbPopoverProps = Pick<CommonProps, 'arrowPadding' | 'closeLabel' | 'block' | 'disabled' | 'eager' | 'offset' | 'padding' | 'placement' | 'showClose' | 'theme' | 'transitionDuration'> & {
|
4
4
|
/**
|
5
5
|
* Elements that obtains focus immediately after opening the popover.
|
6
6
|
* By default it's the first tabbable item.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BbTableProps,
|
1
|
+
import { BbTableProps, BbTableColumn } from './types';
|
2
2
|
import { Classes } from '../../types/Classes';
|
3
3
|
declare let __VLS_typeProps: BbTableProps;
|
4
4
|
type __VLS_PublicProps = {
|
@@ -109,23 +109,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
109
109
|
}>, {
|
110
110
|
dependencies: any[];
|
111
111
|
depsDebounceTime: number;
|
112
|
-
loadingText: string;
|
113
112
|
multiple: boolean;
|
114
|
-
noDataText: string;
|
115
113
|
modelValue: any;
|
116
114
|
items: any[] | ((prefill: boolean, modelValue?: any[]) => Promise<any[]>) | ((prefill: boolean, modelValue?: any[]) => any[]);
|
117
115
|
max: number;
|
118
116
|
align: "left" | "center" | "right";
|
119
117
|
columns: BbTableColumn[];
|
120
|
-
actionsText: string;
|
121
118
|
allowSelectAll: boolean;
|
122
119
|
fixedColumns: (number | {
|
123
120
|
index: number;
|
124
121
|
position: "left" | "right";
|
125
122
|
})[];
|
126
|
-
|
127
|
-
selectText: string;
|
128
|
-
accessibleLabel: (columns: MappedCell[], item: any) => string;
|
123
|
+
actionsText: string;
|
129
124
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
130
125
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
131
126
|
export default _default;
|
@@ -50,8 +50,6 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
50
50
|
"onOption:selected"?: ((option: Option) => any) | undefined;
|
51
51
|
}>, {
|
52
52
|
transitionDuration: number;
|
53
|
-
loadingText: string;
|
54
|
-
noDataText: string;
|
55
53
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
56
54
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
57
55
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Locale } from '../i18n';
|
2
2
|
import { NestedKeyOf } from '../types/NestedKeyOf';
|
3
3
|
export declare const useLocale: () => {
|
4
|
-
t: (path: NestedKeyOf<Locale
|
4
|
+
t: (path: NestedKeyOf<Locale>, ...args: any[]) => Readonly<import('vue').Ref<any, any>>;
|
5
5
|
};
|
package/dist/i18n/en.d.ts
CHANGED
@@ -4,5 +4,50 @@ declare const _default: {
|
|
4
4
|
loadingText: string;
|
5
5
|
noDataText: string;
|
6
6
|
};
|
7
|
+
colorInput: {
|
8
|
+
paletteLabel: string;
|
9
|
+
};
|
10
|
+
datePicker: {
|
11
|
+
monthLabel: string;
|
12
|
+
yearLabel: string;
|
13
|
+
previousMonthLabel: string;
|
14
|
+
nextMonthLabel: string;
|
15
|
+
};
|
16
|
+
baseDatePickerInput: {
|
17
|
+
dateFormat: string;
|
18
|
+
dateFormatSingle: string;
|
19
|
+
dateFormatRange: string;
|
20
|
+
emptyRange: string;
|
21
|
+
changeSelectionRange: string;
|
22
|
+
changeSelection: string;
|
23
|
+
emptySelection: string;
|
24
|
+
};
|
25
|
+
dialog: {
|
26
|
+
closeLabel: string;
|
27
|
+
};
|
28
|
+
dropdownButton: {
|
29
|
+
open: string;
|
30
|
+
close: string;
|
31
|
+
};
|
32
|
+
rating: {
|
33
|
+
singleStar: string;
|
34
|
+
multipleStars: string;
|
35
|
+
};
|
36
|
+
select: {
|
37
|
+
multipleMaxReached: string;
|
38
|
+
};
|
39
|
+
chip: {
|
40
|
+
clearLabel: string;
|
41
|
+
};
|
42
|
+
pagination: {
|
43
|
+
previous: string;
|
44
|
+
next: string;
|
45
|
+
};
|
46
|
+
table: {
|
47
|
+
noDataText: string;
|
48
|
+
selectAllLabel: string;
|
49
|
+
selectText: string;
|
50
|
+
select: string;
|
51
|
+
};
|
7
52
|
};
|
8
53
|
export default _default;
|
package/dist/i18n/it.d.ts
CHANGED
@@ -4,5 +4,50 @@ declare const _default: {
|
|
4
4
|
loadingText: string;
|
5
5
|
noDataText: string;
|
6
6
|
};
|
7
|
+
colorInput: {
|
8
|
+
paletteLabel: string;
|
9
|
+
};
|
10
|
+
datePicker: {
|
11
|
+
monthLabel: string;
|
12
|
+
yearLabel: string;
|
13
|
+
previousMonthLabel: string;
|
14
|
+
nextMonthLabel: string;
|
15
|
+
};
|
16
|
+
baseDatePickerInput: {
|
17
|
+
dateFormat: string;
|
18
|
+
dateFormatSingle: string;
|
19
|
+
dateFormatRange: string;
|
20
|
+
emptyRange: string;
|
21
|
+
changeSelectionRange: string;
|
22
|
+
changeSelection: string;
|
23
|
+
emptySelection: string;
|
24
|
+
};
|
25
|
+
dialog: {
|
26
|
+
closeLabel: string;
|
27
|
+
};
|
28
|
+
dropdownButton: {
|
29
|
+
open: string;
|
30
|
+
close: string;
|
31
|
+
};
|
32
|
+
rating: {
|
33
|
+
singleStar: string;
|
34
|
+
multipleStars: string;
|
35
|
+
};
|
36
|
+
select: {
|
37
|
+
multipleMaxReached: string;
|
38
|
+
};
|
39
|
+
chip: {
|
40
|
+
clearLabel: string;
|
41
|
+
};
|
42
|
+
pagination: {
|
43
|
+
previous: string;
|
44
|
+
next: string;
|
45
|
+
};
|
46
|
+
table: {
|
47
|
+
noDataText: string;
|
48
|
+
selectAllLabel: string;
|
49
|
+
selectText: string;
|
50
|
+
select: string;
|
51
|
+
};
|
7
52
|
};
|
8
53
|
export default _default;
|
package/dist/index100.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
import { defineComponent as L, mergeModels as V, computed as b, toRef as m, reactive as P, useModel as I, watch as R, openBlock as B, createElementBlock as g, Fragment as k, renderSlot as r, unref as j, createCommentVNode as E, renderList as G } from "vue";
|
2
|
-
import { useItemValue as U } from "./
|
3
|
-
import { isNil as x } from "./
|
4
|
-
import { indexBy as W } from "./
|
5
|
-
import { hash as H } from "./
|
6
|
-
import { useItemsGetter as q } from "./
|
7
|
-
import { usePrefill as z } from "./
|
8
|
-
import { useIndexById as J } from "./
|
9
|
-
import { useBaseOptions as K } from "./
|
10
|
-
import { useHashedWatcher as Q } from "./
|
2
|
+
import { useItemValue as U } from "./index263.js";
|
3
|
+
import { isNil as x } from "./index258.js";
|
4
|
+
import { indexBy as W } from "./index302.js";
|
5
|
+
import { hash as H } from "./index212.js";
|
6
|
+
import { useItemsGetter as q } from "./index208.js";
|
7
|
+
import { usePrefill as z } from "./index214.js";
|
8
|
+
import { useIndexById as J } from "./index209.js";
|
9
|
+
import { useBaseOptions as K } from "./index210.js";
|
10
|
+
import { useHashedWatcher as Q } from "./index213.js";
|
11
11
|
const ne = /* @__PURE__ */ L({
|
12
12
|
__name: "BbRows",
|
13
13
|
props: /* @__PURE__ */ V({
|