bitboss-ui 2.1.102 → 2.1.104
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/BaseColorInput/BaseColorInput.vue.d.ts +21 -47
- package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +36 -0
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +1 -1
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +17 -0
- package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +207 -0
- package/dist/components/BbSelectPopover/BbSelectPopover.vue.d.ts +277 -0
- package/dist/components/FlatListBox.vue.d.ts +4 -1
- package/dist/components/GroupedListBox.vue.d.ts +4 -1
- package/dist/components/ListBox.vue.d.ts +5 -1
- package/dist/composables/useCoherence.d.ts +1 -0
- package/dist/composables/usePrefill.d.ts +13 -3
- package/dist/i18n/en.d.ts +5 -0
- package/dist/i18n/it.d.ts +5 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +79 -77
- package/dist/index109.js +132 -175
- package/dist/index11.js +1 -1
- package/dist/index110.js +185 -0
- package/dist/{index115.js → index116.js} +1 -1
- package/dist/index12.js +2 -2
- package/dist/{index121.js → index122.js} +10 -10
- package/dist/{index123.js → index124.js} +15 -17
- package/dist/index13.js +6 -6
- package/dist/{index131.js → index132.js} +1 -1
- package/dist/{index133.js → index134.js} +6 -6
- package/dist/{index135.js → index136.js} +1 -1
- package/dist/{index137.js → index138.js} +4 -4
- package/dist/index14.js +1 -1
- package/dist/index140.js +13 -11
- package/dist/index141.js +11 -2
- package/dist/index142.js +2 -419
- package/dist/index143.js +417 -7
- package/dist/index144.js +8 -8
- package/dist/index145.js +9 -25
- package/dist/index146.js +25 -2
- package/dist/index147.js +2 -5
- package/dist/index148.js +5 -6
- package/dist/index149.js +5 -4
- package/dist/index150.js +5 -3
- package/dist/index151.js +1 -1
- package/dist/index152.js +1 -1
- package/dist/index153.js +1 -1
- package/dist/index154.js +1 -1
- package/dist/index155.js +1 -1
- package/dist/index156.js +1 -1
- package/dist/index157.js +1 -1
- package/dist/index158.js +1 -1
- package/dist/index159.js +1 -1
- package/dist/index16.js +80 -94
- package/dist/index160.js +1 -1
- package/dist/index161.js +1 -1
- package/dist/index162.js +1 -1
- package/dist/index163.js +1 -1
- package/dist/index164.js +1 -1
- package/dist/index165.js +1 -1
- package/dist/index166.js +1 -1
- package/dist/index167.js +1 -1
- package/dist/index168.js +1 -1
- package/dist/index169.js +1 -1
- package/dist/index170.js +1 -1
- package/dist/index171.js +1 -1
- package/dist/index172.js +1 -1
- package/dist/index173.js +1 -1
- package/dist/index174.js +1 -1
- package/dist/index175.js +1 -1
- package/dist/index176.js +1 -1
- package/dist/index177.js +1 -1
- package/dist/index178.js +1 -1
- package/dist/index179.js +1 -1
- package/dist/index18.js +3 -3
- package/dist/index180.js +1 -1
- package/dist/index181.js +1 -1
- package/dist/index182.js +1 -1
- package/dist/index183.js +2 -3
- package/dist/index184.js +1 -1
- package/dist/index185.js +1 -1
- package/dist/index186.js +1 -1
- package/dist/index187.js +1 -1
- package/dist/index188.js +3 -2
- package/dist/index189.js +1 -1
- package/dist/index190.js +2 -3
- package/dist/index191.js +1 -1
- package/dist/index192.js +1 -1
- package/dist/index193.js +1 -1
- package/dist/index194.js +2 -2
- package/dist/index195.js +1 -1
- package/dist/index196.js +1 -1
- package/dist/index197.js +1 -1
- package/dist/index198.js +3 -2
- package/dist/index199.js +1 -1
- package/dist/index20.js +14 -14
- package/dist/index200.js +2 -3
- package/dist/index201.js +1 -1
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index204.js +1 -1
- package/dist/index205.js +1 -1
- package/dist/index206.js +1 -1
- package/dist/index207.js +1 -1
- package/dist/index208.js +1 -1
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +1 -1
- package/dist/index212.js +1 -1
- package/dist/index213.js +1 -1
- package/dist/index214.js +5 -0
- package/dist/index215.js +3 -7
- package/dist/index217.js +7 -2
- package/dist/index218.js +2 -2
- package/dist/index219.js +137 -4
- package/dist/index22.js +14 -14
- package/dist/index220.js +2 -8
- package/dist/index221.js +3 -33
- package/dist/index222.js +5 -28
- package/dist/index223.js +10 -0
- package/dist/index224.js +2 -2
- package/dist/index225.js +66 -12
- package/dist/index226.js +86 -2
- package/dist/index228.js +30 -3
- package/dist/index229.js +17 -5
- package/dist/index230.js +51 -5
- package/dist/index231.js +18 -5
- package/dist/index232.js +3 -5
- package/dist/index233.js +12 -3
- package/dist/index234.js +18 -2
- package/dist/index235.js +13 -6
- package/dist/index236.js +12 -7
- package/dist/index237.js +13 -268
- package/dist/index238.js +2 -52
- package/dist/index239.js +101 -47
- package/dist/index24.js +13 -13
- package/dist/index241.js +95 -55
- package/dist/index243.js +3 -5
- package/dist/index244.js +18 -5
- package/dist/index245.js +12 -5
- package/dist/index246.js +4 -2
- package/dist/index247.js +135 -3
- package/dist/index249.js +102 -130
- package/dist/index250.js +4 -0
- package/dist/index251.js +11 -4
- package/dist/index252.js +2 -4
- package/dist/index253.js +2 -201
- package/dist/index254.js +9 -0
- package/dist/index255.js +6 -187
- package/dist/index256.js +5 -3
- package/dist/index257.js +9 -3
- package/dist/index258.js +23 -2
- package/dist/index259.js +4 -86
- package/dist/index26.js +4 -4
- package/dist/index260.js +25 -0
- package/dist/index261.js +8 -29
- package/dist/index262.js +9 -17
- package/dist/index263.js +25 -51
- package/dist/index264.js +6 -15
- package/dist/index265.js +16 -12
- package/dist/index266.js +3 -16
- package/dist/index267.js +2 -25
- package/dist/index268.js +2 -106
- package/dist/index269.js +9 -0
- package/dist/index270.js +5 -100
- package/dist/index271.js +7 -0
- package/dist/index272.js +5 -67
- package/dist/index273.js +5 -18
- package/dist/index274.js +5 -12
- package/dist/index275.js +5 -104
- package/dist/index276.js +19 -12
- package/dist/index277.js +3 -10
- package/dist/index278.js +8 -12
- package/dist/index279.js +21 -5
- package/dist/index28.js +2 -2
- package/dist/index280.js +33 -6
- package/dist/index281.js +27 -15
- package/dist/index285.js +3 -4
- package/dist/index286.js +372 -8
- package/dist/index288.js +184 -19
- package/dist/index289.js +3 -7
- package/dist/index290.js +5 -2
- package/dist/index291.js +6 -7
- package/dist/index292.js +268 -7
- package/dist/index293.js +50 -7
- package/dist/index294.js +51 -20
- package/dist/index295.js +31 -52
- package/dist/index296.js +60 -9
- package/dist/index298.js +53 -3
- package/dist/index299.js +2 -7
- package/dist/index30.js +6 -6
- package/dist/index300.js +5 -2
- package/dist/index301.js +2 -4
- package/dist/index302.js +3 -5
- package/dist/index303.js +17 -5
- package/dist/index304.js +27 -279
- package/dist/index305.js +3 -2
- package/dist/index306.js +3 -16
- package/dist/index307.js +4 -2
- package/dist/index308.js +7 -16
- package/dist/index310.js +3 -27
- package/dist/index311.js +3 -2
- package/dist/index312.js +1 -1
- package/dist/index313.js +5 -2
- package/dist/index314.js +719 -2
- package/dist/index315.js +366 -2
- package/dist/index316.js +52 -23
- package/dist/index317.js +280 -2
- package/dist/index318.js +2 -3
- package/dist/index319.js +125 -3
- package/dist/index32.js +2 -2
- package/dist/index320.js +2 -125
- package/dist/index321.js +15 -2
- package/dist/index322.js +2 -15
- package/dist/index323.js +16 -2
- package/dist/index324.js +2 -19
- package/dist/index325.js +16 -2
- package/dist/index326.js +2 -3
- package/dist/index327.js +18 -16
- package/dist/index328.js +2 -2
- package/dist/index329.js +1 -1
- package/dist/index330.js +27 -3
- package/dist/index331.js +2 -719
- package/dist/index332.js +2 -366
- package/dist/index333.js +2 -57
- package/dist/index334.js +1 -1
- package/dist/index335.js +2 -4
- package/dist/index336.js +2 -6
- package/dist/index337.js +227 -6
- package/dist/index338.js +5 -18
- package/dist/index339.js +67 -9
- package/dist/index34.js +12 -12
- package/dist/index340.js +66 -14
- package/dist/index341.js +4 -5
- package/dist/index342.js +34 -7
- package/dist/index343.js +6 -6
- package/dist/index344.js +128 -7
- package/dist/index345.js +397 -6
- package/dist/index346.js +199 -34
- package/dist/index347.js +258 -5
- package/dist/index348.js +85 -121
- package/dist/index349.js +114 -378
- package/dist/index350.js +2 -228
- package/dist/index351.js +2 -62
- package/dist/index352.js +5 -62
- package/dist/index353.js +6 -92
- package/dist/index354.js +7 -191
- package/dist/index355.js +17 -256
- package/dist/index356.js +9 -22
- package/dist/index357.js +17 -0
- package/dist/index358.js +21 -133
- package/dist/index36.js +5 -5
- package/dist/index360.js +441 -2
- package/dist/index361.js +114 -427
- package/dist/index362.js +46 -127
- package/dist/index363.js +67 -44
- package/dist/index364.js +516 -66
- package/dist/index365.js +45 -515
- package/dist/index38.js +245 -245
- package/dist/index40.js +8 -8
- package/dist/index42.js +2 -2
- package/dist/index44.js +27 -29
- package/dist/index46.js +9 -9
- package/dist/index48.js +4 -4
- package/dist/index50.js +4 -4
- package/dist/index54.js +2 -2
- package/dist/index56.js +2 -2
- package/dist/index58.js +2 -2
- package/dist/index60.js +4 -4
- package/dist/index62.js +6 -6
- package/dist/index68.js +1 -1
- package/dist/index7.js +2 -2
- package/dist/index72.js +16 -10
- package/dist/index74.js +119 -79
- package/dist/index75.js +85 -0
- package/dist/index77.js +17 -123
- package/dist/index78.js +127 -0
- package/dist/{index81.js → index82.js} +10 -10
- package/dist/{index83.js → index84.js} +4 -4
- package/dist/{index85.js → index86.js} +3 -3
- package/dist/{index87.js → index88.js} +3 -3
- package/dist/index9.js +1 -1
- package/dist/index90.js +37 -125
- package/dist/index91.js +134 -0
- package/dist/{index92.js → index93.js} +4 -4
- package/dist/{index94.js → index95.js} +3 -3
- package/dist/{index96.js → index97.js} +6 -6
- package/dist/{index98.js → index99.js} +2 -2
- package/package.json +2 -2
- package/dist/components/BaseColorInput/ColorPallette.vue.d.ts +0 -13
- package/dist/index108.js +0 -144
- package/dist/index139.js +0 -15
- package/dist/index216.js +0 -140
- package/dist/index227.js +0 -4
- package/dist/index240.js +0 -34
- package/dist/index242.js +0 -5
- package/dist/index248.js +0 -22
- package/dist/index287.js +0 -25
- package/dist/index309.js +0 -4
- package/dist/index359.js +0 -4
- package/dist/index366.js +0 -52
- package/dist/index76.js +0 -21
- package/dist/index89.js +0 -46
- /package/dist/{index100.js → index101.js} +0 -0
- /package/dist/{index102.js → index103.js} +0 -0
- /package/dist/{index104.js → index105.js} +0 -0
- /package/dist/{index106.js → index107.js} +0 -0
- /package/dist/{index111.js → index112.js} +0 -0
- /package/dist/{index113.js → index114.js} +0 -0
- /package/dist/{index117.js → index118.js} +0 -0
- /package/dist/{index119.js → index120.js} +0 -0
- /package/dist/{index125.js → index126.js} +0 -0
- /package/dist/{index127.js → index128.js} +0 -0
- /package/dist/{index129.js → index130.js} +0 -0
- /package/dist/{index282.js → index297.js} +0 -0
- /package/dist/{index79.js → index80.js} +0 -0
|
@@ -3,7 +3,8 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly "onOption:unselected"?: ((option: Option) => any) | undefined;
|
|
5
5
|
readonly "onOption:selected"?: ((option: Option) => any) | undefined;
|
|
6
|
-
|
|
6
|
+
readonly "onFocused:change"?: ((id: string | undefined) => any) | undefined;
|
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onOption:unselected" | "onOption:selected" | "onFocused:change"> & {
|
|
7
8
|
/**
|
|
8
9
|
* Sets the listbox in a compact state.
|
|
9
10
|
*/
|
|
@@ -28,6 +29,7 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
28
29
|
confirmOption: () => void;
|
|
29
30
|
focusByHash: (hash: Option["valueHash"]) => void;
|
|
30
31
|
getHighlighted: () => Option | undefined;
|
|
32
|
+
getActiveDescendantId: () => string | undefined;
|
|
31
33
|
}>): void;
|
|
32
34
|
attrs: any;
|
|
33
35
|
slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
|
|
@@ -46,6 +48,7 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
46
48
|
emit: {
|
|
47
49
|
(e: "option:selected", option: Option): void;
|
|
48
50
|
(e: "option:unselected", option: Option): void;
|
|
51
|
+
(e: "focused:change", id: string | undefined): void;
|
|
49
52
|
};
|
|
50
53
|
}>) => import('vue').VNode & {
|
|
51
54
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -3,7 +3,8 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly "onOption:unselected"?: ((option: Option) => any) | undefined;
|
|
5
5
|
readonly "onOption:selected"?: ((option: Option) => any) | undefined;
|
|
6
|
-
|
|
6
|
+
readonly "onFocused:change"?: ((id: string | undefined) => any) | undefined;
|
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onOption:unselected" | "onOption:selected" | "onFocused:change"> & {
|
|
7
8
|
/**
|
|
8
9
|
* Sets the listbox in a compact state.
|
|
9
10
|
*/
|
|
@@ -32,6 +33,7 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
32
33
|
confirmOption: () => void;
|
|
33
34
|
focusByHash: (hash: Option["valueHash"]) => void;
|
|
34
35
|
getHighlighted: () => Option | undefined;
|
|
36
|
+
getActiveDescendantId: () => string | undefined;
|
|
35
37
|
}>): void;
|
|
36
38
|
attrs: any;
|
|
37
39
|
slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
|
|
@@ -57,6 +59,7 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
57
59
|
emit: {
|
|
58
60
|
(e: "option:selected", option: Option): void;
|
|
59
61
|
(e: "option:unselected", option: Option): void;
|
|
62
|
+
(e: "focused:change", id: string | undefined): void;
|
|
60
63
|
};
|
|
61
64
|
}>) => import('vue').VNode & {
|
|
62
65
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -10,12 +10,14 @@ export type ListBoxExposed = {
|
|
|
10
10
|
confirmOption: () => void;
|
|
11
11
|
focusByHash: (hash: Option['valueHash']) => void;
|
|
12
12
|
getHighlighted: () => Option | undefined;
|
|
13
|
+
getActiveDescendantId: () => string | undefined;
|
|
13
14
|
};
|
|
14
15
|
declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
15
16
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
16
17
|
readonly "onOption:unselected"?: ((option: Option) => any) | undefined;
|
|
17
18
|
readonly "onOption:selected"?: ((option: Option) => any) | undefined;
|
|
18
|
-
|
|
19
|
+
readonly "onFocused:change"?: ((id: string | undefined) => any) | undefined;
|
|
20
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onOption:unselected" | "onOption:selected" | "onFocused:change"> & {
|
|
19
21
|
compact?: boolean;
|
|
20
22
|
/**
|
|
21
23
|
* Flat option list. Used when `groups` is not provided.
|
|
@@ -48,6 +50,7 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
48
50
|
confirmOption: () => void | undefined;
|
|
49
51
|
focusByHash: (hash: Option["valueHash"]) => void | undefined;
|
|
50
52
|
getHighlighted: () => Option | undefined;
|
|
53
|
+
getActiveDescendantId: () => string | undefined;
|
|
51
54
|
}>): void;
|
|
52
55
|
attrs: any;
|
|
53
56
|
slots: {
|
|
@@ -88,6 +91,7 @@ declare const _default: <Item = any>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
88
91
|
emit: {
|
|
89
92
|
(e: "option:selected", option: Option): void;
|
|
90
93
|
(e: "option:unselected", option: Option): void;
|
|
94
|
+
(e: "focused:change", id: string | undefined): void;
|
|
91
95
|
};
|
|
92
96
|
}>) => import('vue').VNode & {
|
|
93
97
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
@@ -1,12 +1,22 @@
|
|
|
1
|
+
import { MaybeRefOrGetter } from 'vue';
|
|
1
2
|
type Options = {
|
|
2
|
-
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Called to load items. Receives `isPrefill: boolean` — true when triggered
|
|
5
|
+
* as a prefill (show existing selection on mount), false for a user search.
|
|
6
|
+
*/
|
|
7
|
+
fn: (isPrefill: boolean) => any;
|
|
8
|
+
/**
|
|
9
|
+
* External trigger used to unlock preload.
|
|
10
|
+
* Can be a boolean or reactive getter.
|
|
11
|
+
*/
|
|
12
|
+
trigger?: MaybeRefOrGetter<boolean>;
|
|
4
13
|
multiple?: boolean;
|
|
5
14
|
currentValue?: any;
|
|
6
15
|
};
|
|
7
|
-
export declare const usePrefill: ({ fn,
|
|
16
|
+
export declare const usePrefill: ({ fn, trigger, multiple, currentValue, }: Options) => {
|
|
8
17
|
isPrefilling: import('vue').Ref<boolean, boolean>;
|
|
9
18
|
hasPrefilled: import('vue').Ref<boolean, boolean>;
|
|
19
|
+
canLoad: import('vue').ComputedRef<boolean>;
|
|
10
20
|
prefill: () => Promise<void>;
|
|
11
21
|
};
|
|
12
22
|
export {};
|
package/dist/i18n/en.d.ts
CHANGED
|
@@ -6,11 +6,16 @@ declare const _default: {
|
|
|
6
6
|
clearLabel: string;
|
|
7
7
|
};
|
|
8
8
|
colorInput: {
|
|
9
|
+
dialogLabel: string;
|
|
10
|
+
openPicker: string;
|
|
11
|
+
openPickerSelected: string;
|
|
9
12
|
paletteLabel: string;
|
|
10
13
|
mainCanvasDesc: string;
|
|
11
14
|
mainCanvasSelectedColor: string;
|
|
12
15
|
hueCanvasDesc: string;
|
|
13
16
|
hueCanvasSelectedHue: string;
|
|
17
|
+
alphaSliderDesc: string;
|
|
18
|
+
eyeDropper: string;
|
|
14
19
|
};
|
|
15
20
|
datePicker: {
|
|
16
21
|
monthLabel: string;
|
package/dist/i18n/it.d.ts
CHANGED
|
@@ -6,11 +6,16 @@ declare const _default: {
|
|
|
6
6
|
clearLabel: string;
|
|
7
7
|
};
|
|
8
8
|
colorInput: {
|
|
9
|
+
dialogLabel: string;
|
|
10
|
+
openPicker: string;
|
|
11
|
+
openPickerSelected: string;
|
|
9
12
|
paletteLabel: string;
|
|
10
13
|
mainCanvasDesc: string;
|
|
11
14
|
mainCanvasSelectedColor: string;
|
|
12
15
|
hueCanvasDesc: string;
|
|
13
16
|
hueCanvasSelectedHue: string;
|
|
17
|
+
alphaSliderDesc: string;
|
|
18
|
+
eyeDropper: string;
|
|
14
19
|
};
|
|
15
20
|
datePicker: {
|
|
16
21
|
monthLabel: string;
|