bitboss-ui 2.0.95 → 2.0.97
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/BaseCheckbox/BaseCheckbox.vue.d.ts +1 -1
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +3 -3
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +5 -1
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +22 -5
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +2 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +69 -19
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +4 -0
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +5 -1
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +1 -1
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +1 -1
- package/dist/components/BaseRating/BaseRating.vue.d.ts +1 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +7 -0
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +1 -1
- package/dist/components/BaseTag/BaseTag.vue.d.ts +6 -1
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +5 -1
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +5 -1
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +1 -1
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +5 -1
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +5 -1
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -0
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +7 -2
- package/dist/components/BbRadio/BbRadio.vue.d.ts +1 -1
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +5 -1
- package/dist/components/BbRating/BbRating.vue.d.ts +5 -1
- package/dist/components/BbSelect/BbSelect.vue.d.ts +4 -0
- package/dist/components/BbSlider/BbSlider.vue.d.ts +5 -1
- package/dist/components/BbTable/types.d.ts +1 -1
- package/dist/components/BbTag/BbTag.vue.d.ts +5 -1
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +5 -1
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +5 -1
- package/dist/components/ListBox.vue.d.ts +4 -0
- package/dist/components/OptionsContainer.vue.d.ts +2 -2
- package/dist/composables/useBbConfig.d.ts +3 -0
- package/dist/composables/useLocale.d.ts +5 -0
- package/dist/i18n/en.d.ts +8 -0
- package/dist/i18n/index.d.ts +3 -0
- package/dist/i18n/it.d.ts +8 -0
- package/dist/index100.js +4 -4
- package/dist/index101.js +18 -15
- package/dist/index103.js +11 -9
- package/dist/index105.js +10 -10
- package/dist/index107.js +16 -14
- package/dist/index111.js +6 -6
- package/dist/index113.js +12 -9
- package/dist/index115.js +27 -24
- package/dist/index117.js +27 -24
- package/dist/index119.js +2 -2
- package/dist/index121.js +5 -5
- package/dist/index123.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index129.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index134.js +2 -2
- package/dist/index15.js +22 -20
- package/dist/index17.js +15 -16
- package/dist/index19.js +72 -65
- package/dist/index208.js +1 -1
- package/dist/index21.js +84 -72
- package/dist/index210.js +1 -1
- package/dist/index211.js +5 -20
- package/dist/index212.js +16 -4
- package/dist/index213.js +16 -5
- package/dist/index214.js +18 -15
- package/dist/index215.js +16 -13
- package/dist/index216.js +26 -18
- package/dist/index217.js +3 -19
- package/dist/index218.js +2 -27
- package/dist/index219.js +8 -3
- package/dist/index220.js +250 -2
- package/dist/index221.js +50 -6
- package/dist/index222.js +36 -241
- package/dist/index223.js +5 -52
- package/dist/index224.js +47 -31
- package/dist/index225.js +2 -5
- package/dist/index226.js +4 -60
- package/dist/index227.js +2 -2
- package/dist/index228.js +126 -4
- package/dist/index229.js +125 -2
- package/dist/index23.js +28 -26
- package/dist/index230.js +2 -3
- package/dist/index231.js +1 -1
- package/dist/index232.js +20 -6
- package/dist/index233.js +6 -7
- package/dist/index234.js +5 -12
- package/dist/index235.js +12 -164
- package/dist/index236.js +368 -83
- package/dist/index237.js +166 -0
- package/dist/index238.js +83 -125
- package/dist/index240.js +8 -2
- package/dist/index241.js +3 -5
- package/dist/index242.js +7 -369
- package/dist/index243.js +1 -1
- package/dist/index244.js +4 -2
- package/dist/index245.js +1 -1
- package/dist/index247.js +1 -1
- package/dist/index249.js +2 -2
- package/dist/index25.js +5 -5
- package/dist/index250.js +2 -18
- package/dist/index251.js +17 -9
- package/dist/index252.js +9 -2
- package/dist/index253.js +2 -8
- package/dist/index254.js +3 -23
- package/dist/index256.js +9 -0
- package/dist/index257.js +4 -9
- package/dist/index258.js +281 -6
- package/dist/index259.js +6 -16
- package/dist/index260.js +2 -3
- package/dist/index261.js +4 -0
- package/dist/index262.js +2 -7
- package/dist/index263.js +2 -176
- package/dist/index264.js +2 -281
- package/dist/index265.js +2 -6
- package/dist/index266.js +2 -2
- package/dist/index267.js +2 -2
- package/dist/index268.js +2 -2
- package/dist/index269.js +2 -2
- package/dist/index27.js +8 -6
- package/dist/index270.js +28 -2
- package/dist/index271.js +22 -2
- package/dist/index273.js +89 -2
- package/dist/index275.js +9 -2
- package/dist/index276.js +6 -28
- package/dist/index277.js +15 -21
- package/dist/index278.js +11 -0
- package/dist/index279.js +23 -4
- package/dist/index280.js +3 -431
- package/dist/index281.js +12 -2
- package/dist/index282.js +7 -87
- package/dist/index283.js +9 -3
- package/dist/index284.js +17 -12
- package/dist/index285.js +3 -8
- package/dist/index286.js +7 -9
- package/dist/index287.js +11 -17
- package/dist/index288.js +2 -4
- package/dist/index289.js +122 -196
- package/dist/index29.js +8 -6
- package/dist/index290.js +431 -2
- package/dist/index291.js +171 -121
- package/dist/index294.js +2 -8
- package/dist/index295.js +83 -218
- package/dist/index296.js +219 -431
- package/dist/index297.js +8 -127
- package/dist/index298.js +200 -3
- package/dist/index299.js +436 -3
- package/dist/index300.js +126 -210
- package/dist/index301.js +1 -1
- package/dist/index302.js +2 -32
- package/dist/index303.js +2 -5
- package/dist/index304.js +5 -8
- package/dist/index305.js +66 -3
- package/dist/index306.js +213 -3
- package/dist/index307.js +32 -57
- package/dist/index308.js +5 -2
- package/dist/index309.js +7 -6
- package/dist/index31.js +6 -6
- package/dist/index310.js +2 -65
- package/dist/index311.js +4 -5
- package/dist/index312.js +3 -7
- package/dist/index313.js +3 -19
- package/dist/index314.js +57 -10
- package/dist/index315.js +6 -3
- package/dist/index316.js +6 -46
- package/dist/index317.js +19 -480
- package/dist/index318.js +10 -0
- package/dist/index319.js +8 -2
- package/dist/index320.js +43 -420
- package/dist/index321.js +2 -47
- package/dist/index322.js +480 -2
- package/dist/index324.js +426 -0
- package/dist/index325.js +49 -0
- package/dist/index326.js +4 -0
- package/dist/index33.js +12 -12
- package/dist/index35.js +35 -35
- package/dist/index37.js +54 -50
- package/dist/index39.js +4 -4
- package/dist/index4.js +5 -4
- package/dist/index41.js +3 -3
- package/dist/index43.js +3 -3
- package/dist/index45.js +42 -40
- package/dist/index47.js +29 -27
- package/dist/index49.js +16 -14
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index61.js +2 -2
- package/dist/index63.js +9 -9
- package/dist/index65.js +11 -9
- package/dist/index67.js +24 -21
- package/dist/index71.js +8 -5
- package/dist/index75.js +3 -3
- package/dist/index77.js +36 -34
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index82.js +24 -21
- package/dist/index84.js +2 -2
- package/dist/index86.js +1 -1
- package/dist/index88.js +2 -2
- package/dist/index92.js +6 -6
- package/dist/index94.js +11 -9
- package/dist/index96.js +13 -11
- package/dist/style.css +1 -1
- package/dist/types/CommonProps.d.ts +1 -1
- package/package.json +2 -2
- package/dist/index239.js +0 -127
- package/dist/index255.js +0 -91
- package/dist/index272.js +0 -4
- package/dist/index274.js +0 -4
@@ -1,4 +1,4 @@
|
|
1
|
-
import { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
1
|
+
import { HTMLAttributes, InputHTMLAttributes, MaybeRefOrGetter } from 'vue';
|
2
2
|
import { NestedKeyOf } from '../../types/NestedKeyOf';
|
3
3
|
import { SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
|
4
4
|
export type BaseCheckboxGroupProps<T> = {
|
@@ -88,11 +88,11 @@ export type BaseCheckboxGroupProps<T> = {
|
|
88
88
|
/**
|
89
89
|
* String displayed when there are no items to display.
|
90
90
|
*/
|
91
|
-
noDataText?: string
|
91
|
+
noDataText?: MaybeRefOrGetter<string>;
|
92
92
|
/**
|
93
93
|
* Sets the input in a readonly state.
|
94
94
|
*/
|
95
|
-
readonly?:
|
95
|
+
readonly?: boolean;
|
96
96
|
};
|
97
97
|
export type BaseCheckboxGroupEvents = {
|
98
98
|
(e: 'blur', event: FocusEvent): void;
|
@@ -16,6 +16,10 @@ export type BaseColorInputProps = {
|
|
16
16
|
* Sets autofocus on page load.
|
17
17
|
*/
|
18
18
|
autofocus?: InputHTMLAttributes['autofocus'];
|
19
|
+
/**
|
20
|
+
* Displays the component in a compact version.
|
21
|
+
*/
|
22
|
+
compact?: boolean;
|
19
23
|
/**
|
20
24
|
* Disables the component
|
21
25
|
*/
|
@@ -52,7 +56,7 @@ export type BaseColorInputProps = {
|
|
52
56
|
/**
|
53
57
|
* Sets the input in a readonly state.
|
54
58
|
*/
|
55
|
-
readonly?:
|
59
|
+
readonly?: boolean;
|
56
60
|
/**
|
57
61
|
* Sets the input as required.
|
58
62
|
*/
|
@@ -1,17 +1,22 @@
|
|
1
1
|
import { default as it } from 'dayjs/locale/it';
|
2
|
+
import { HTMLAttributes } from 'vue';
|
2
3
|
export type BaseDatePickerProps = {
|
3
4
|
/**
|
4
5
|
* Disables the component
|
5
6
|
*/
|
6
7
|
disabled?: boolean;
|
7
|
-
/**
|
8
|
-
* Shows or hides the header of the component
|
9
|
-
*/
|
10
|
-
header?: boolean;
|
11
8
|
/**
|
12
9
|
* Defines the first day of the week with `0` meaning Sunday and `6` meaning Saturday
|
13
10
|
*/
|
14
11
|
firstDayOfWeek?: (typeof it)['weekStart'];
|
12
|
+
/**
|
13
|
+
* The identifier of the component.
|
14
|
+
*/
|
15
|
+
id?: HTMLAttributes['id'];
|
16
|
+
/**
|
17
|
+
* Shows or hides the header of the component
|
18
|
+
*/
|
19
|
+
header?: boolean;
|
15
20
|
/**
|
16
21
|
* Maximum selectable date
|
17
22
|
*/
|
@@ -42,7 +47,13 @@ export type BaseDatePickerProps = {
|
|
42
47
|
*/
|
43
48
|
selectable?: (date: Date) => boolean;
|
44
49
|
};
|
45
|
-
declare
|
50
|
+
declare function __VLS_template(): {
|
51
|
+
slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
52
|
+
refs: {};
|
53
|
+
attrs: Partial<{}>;
|
54
|
+
};
|
55
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
56
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseDatePickerProps, {
|
46
57
|
resetStatus: () => void;
|
47
58
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
48
59
|
"update:modelValue": (value: any) => any;
|
@@ -51,4 +62,10 @@ declare const _default: import('vue').DefineComponent<BaseDatePickerProps, {
|
|
51
62
|
}>, {
|
52
63
|
firstDayOfWeek: number;
|
53
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
65
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
54
66
|
export default _default;
|
67
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
68
|
+
new (): {
|
69
|
+
$slots: S;
|
70
|
+
};
|
71
|
+
};
|
@@ -1,9 +1,11 @@
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
1
2
|
import { default as dayjs, Dayjs } from 'dayjs';
|
2
3
|
type Props = {
|
3
4
|
cursor: Dayjs;
|
4
5
|
current: boolean;
|
5
6
|
disabled: boolean;
|
6
7
|
firstDayOfWeek: number;
|
8
|
+
id?: HTMLAttributes['id'];
|
7
9
|
/**
|
8
10
|
* Used by v-model. Can be null, a single string, or an array of strings based on whether a range or single date is needed
|
9
11
|
*/
|
@@ -17,6 +17,10 @@ export type BaseDatePickerInputProps = {
|
|
17
17
|
* Sets autofocus on page load.
|
18
18
|
*/
|
19
19
|
autofocus?: InputHTMLAttributes['autofocus'];
|
20
|
+
/**
|
21
|
+
* Sets the component in a compact state.
|
22
|
+
*/
|
23
|
+
compact?: boolean;
|
20
24
|
/**
|
21
25
|
* Disables the component
|
22
26
|
*/
|
@@ -214,28 +218,74 @@ declare function __VLS_template(): {
|
|
214
218
|
}) | null;
|
215
219
|
input: HTMLInputElement;
|
216
220
|
calendar: HTMLSpanElement;
|
217
|
-
basedatepicker:
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
221
|
+
basedatepicker: ({
|
222
|
+
$: import('vue').ComponentInternalInstance;
|
223
|
+
$data: {};
|
224
|
+
$props: {
|
225
|
+
readonly disabled?: boolean | undefined;
|
226
|
+
readonly firstDayOfWeek?: (typeof it)["weekStart"];
|
227
|
+
readonly id?: HTMLAttributes["id"];
|
228
|
+
readonly header?: boolean | undefined;
|
229
|
+
readonly max?: (Date | string | number) | undefined;
|
230
|
+
readonly min?: (Date | string | number) | undefined;
|
231
|
+
readonly modelValue: string | string[] | null;
|
232
|
+
readonly multiple?: boolean | undefined;
|
233
|
+
readonly range?: boolean | undefined;
|
234
|
+
readonly readonly?: boolean | undefined;
|
235
|
+
readonly selectable?: ((date: Date) => boolean) | undefined;
|
236
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
237
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
238
|
+
$attrs: {
|
239
|
+
[x: string]: unknown;
|
240
|
+
};
|
241
|
+
$refs: {
|
242
|
+
[x: string]: unknown;
|
243
|
+
};
|
244
|
+
$slots: Readonly<{
|
245
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
246
|
+
}>;
|
247
|
+
$root: import('vue').ComponentPublicInstance | null;
|
248
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
249
|
+
$host: Element | null;
|
250
|
+
$emit: (event: "update:modelValue", value: any) => void;
|
251
|
+
$el: any;
|
252
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../..').BaseDatePickerProps> & Readonly<{
|
253
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
254
|
+
}>, {
|
255
|
+
resetStatus: () => void;
|
256
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
257
|
+
"update:modelValue": (value: any) => any;
|
258
|
+
}, string, {
|
259
|
+
firstDayOfWeek: number;
|
260
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
261
|
+
beforeCreate?: (() => void) | (() => void)[];
|
262
|
+
created?: (() => void) | (() => void)[];
|
263
|
+
beforeMount?: (() => void) | (() => void)[];
|
264
|
+
mounted?: (() => void) | (() => void)[];
|
265
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
266
|
+
updated?: (() => void) | (() => void)[];
|
267
|
+
activated?: (() => void) | (() => void)[];
|
268
|
+
deactivated?: (() => void) | (() => void)[];
|
269
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
270
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
271
|
+
destroyed?: (() => void) | (() => void)[];
|
272
|
+
unmounted?: (() => void) | (() => void)[];
|
273
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
274
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
275
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
276
|
+
};
|
277
|
+
$forceUpdate: () => void;
|
278
|
+
$nextTick: typeof import('vue').nextTick;
|
279
|
+
$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;
|
280
|
+
} & Readonly<{
|
224
281
|
firstDayOfWeek: number;
|
225
|
-
}
|
226
|
-
P: {};
|
227
|
-
B: {};
|
228
|
-
D: {};
|
229
|
-
C: {};
|
230
|
-
M: {};
|
231
|
-
Defaults: {};
|
232
|
-
}, Readonly<import('../..').BaseDatePickerProps> & Readonly<{
|
282
|
+
}> & Omit<Readonly<import('../..').BaseDatePickerProps> & Readonly<{
|
233
283
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
234
|
-
}>, {
|
284
|
+
}>, "firstDayOfWeek" | "resetStatus"> & import('vue').ShallowUnwrapRef<{
|
235
285
|
resetStatus: () => void;
|
236
|
-
}
|
237
|
-
|
238
|
-
}
|
286
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
287
|
+
$slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
|
288
|
+
}) | null;
|
239
289
|
};
|
240
290
|
attrs: Partial<{}>;
|
241
291
|
};
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
2
2
|
export type BaseInputContainerProps = {
|
3
|
+
/**
|
4
|
+
* Displays the component in a compact version.
|
5
|
+
*/
|
6
|
+
compact?: boolean;
|
3
7
|
/**
|
4
8
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
5
9
|
*/
|
@@ -16,6 +16,10 @@ export type BaseNumberInputProps = {
|
|
16
16
|
* Sets autofocus on page load.
|
17
17
|
*/
|
18
18
|
autofocus?: InputHTMLAttributes['autofocus'];
|
19
|
+
/**
|
20
|
+
* Sets the component in a compact state.
|
21
|
+
*/
|
22
|
+
compact?: boolean;
|
19
23
|
/**
|
20
24
|
* Disables the component
|
21
25
|
*/
|
@@ -60,7 +64,7 @@ export type BaseNumberInputProps = {
|
|
60
64
|
/**
|
61
65
|
* Sets the input in a readonly state.
|
62
66
|
*/
|
63
|
-
readonly?:
|
67
|
+
readonly?: boolean;
|
64
68
|
/**
|
65
69
|
* Sets the input as required.
|
66
70
|
*/
|
@@ -34,6 +34,10 @@ export type BaseSelectProps = {
|
|
34
34
|
* cannot deselect an option by pressing the close button.
|
35
35
|
*/
|
36
36
|
comma?: boolean;
|
37
|
+
/**
|
38
|
+
* Sets the component in a compact mode.
|
39
|
+
*/
|
40
|
+
compact?: boolean;
|
37
41
|
/**
|
38
42
|
* Defines an array of dependencies that will trigger actions in the component upon change.
|
39
43
|
*/
|
@@ -428,6 +432,7 @@ declare function __VLS_template(): {
|
|
428
432
|
$: import('vue').ComponentInternalInstance;
|
429
433
|
$data: {};
|
430
434
|
$props: {
|
435
|
+
readonly compact?: boolean | undefined;
|
431
436
|
readonly options: BaseOption[];
|
432
437
|
readonly open?: boolean | undefined;
|
433
438
|
readonly loading?: boolean | undefined;
|
@@ -452,6 +457,7 @@ declare function __VLS_template(): {
|
|
452
457
|
$emit: ((event: "option:unselected", option: BaseOption) => void) & ((event: "option:selected", option: BaseOption) => void);
|
453
458
|
$el: any;
|
454
459
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
460
|
+
compact?: boolean;
|
455
461
|
options: BaseOption[];
|
456
462
|
open?: boolean;
|
457
463
|
loading?: boolean;
|
@@ -504,6 +510,7 @@ declare function __VLS_template(): {
|
|
504
510
|
loadingText: string;
|
505
511
|
noDataText: string;
|
506
512
|
}> & Omit<Readonly<{
|
513
|
+
compact?: boolean;
|
507
514
|
options: BaseOption[];
|
508
515
|
open?: boolean;
|
509
516
|
loading?: boolean;
|
@@ -23,6 +23,10 @@ export type BaseTagProps = {
|
|
23
23
|
* cannot deselect an option by pressing the close button.
|
24
24
|
*/
|
25
25
|
comma?: boolean;
|
26
|
+
/**
|
27
|
+
* Sets the component in a compact mode.
|
28
|
+
*/
|
29
|
+
compact?: boolean;
|
26
30
|
/**
|
27
31
|
* Disables the component
|
28
32
|
*/
|
@@ -71,7 +75,7 @@ export type BaseTagProps = {
|
|
71
75
|
/**
|
72
76
|
* Sets the input in a readonly state.
|
73
77
|
*/
|
74
|
-
readonly?:
|
78
|
+
readonly?: boolean;
|
75
79
|
/**
|
76
80
|
* Sets the input as required.
|
77
81
|
*/
|
@@ -296,6 +300,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseTagProps, {}, {
|
|
296
300
|
}, string, import('vue').PublicProps, Readonly<BaseTagProps> & Readonly<{
|
297
301
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
298
302
|
}>, {
|
303
|
+
autocomplete: string;
|
299
304
|
multiple: boolean;
|
300
305
|
divider: KeyboardEvent["key"];
|
301
306
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
@@ -16,6 +16,10 @@ export type BaseTextInputProps = {
|
|
16
16
|
* Sets autofocus on page load.
|
17
17
|
*/
|
18
18
|
autofocus?: InputHTMLAttributes['autofocus'];
|
19
|
+
/**
|
20
|
+
* Displays the component in a compact version.
|
21
|
+
*/
|
22
|
+
compact?: boolean;
|
19
23
|
/**
|
20
24
|
* Disables the component
|
21
25
|
*/
|
@@ -52,7 +56,7 @@ export type BaseTextInputProps = {
|
|
52
56
|
/**
|
53
57
|
* Sets the input in a readonly state.
|
54
58
|
*/
|
55
|
-
readonly?:
|
59
|
+
readonly?: boolean;
|
56
60
|
/**
|
57
61
|
* Sets the input as required.
|
58
62
|
*/
|
@@ -20,6 +20,10 @@ export type BaseTextareaProps = {
|
|
20
20
|
* Sets autofocus on page load.
|
21
21
|
*/
|
22
22
|
autofocus?: InputHTMLAttributes['autofocus'];
|
23
|
+
/**
|
24
|
+
* Sets the component in a compact state.
|
25
|
+
*/
|
26
|
+
compact?: boolean;
|
23
27
|
/**
|
24
28
|
* Disables the component
|
25
29
|
*/
|
@@ -56,7 +60,7 @@ export type BaseTextareaProps = {
|
|
56
60
|
/**
|
57
61
|
* Sets the input in a readonly state.
|
58
62
|
*/
|
59
|
-
readonly?:
|
63
|
+
readonly?: boolean;
|
60
64
|
/**
|
61
65
|
* Sets the input as required.
|
62
66
|
*/
|
@@ -13,6 +13,10 @@ export type BbCheckboxGroupProps<T> = {
|
|
13
13
|
* Either a custom color or a coded color in common HEX, RGB, etc... format.
|
14
14
|
*/
|
15
15
|
color?: string;
|
16
|
+
/**
|
17
|
+
* Displays the component in a compact version.
|
18
|
+
*/
|
19
|
+
compact?: boolean;
|
16
20
|
/**
|
17
21
|
* Defines an array of dependencies that will trigger actions in the component upon change.
|
18
22
|
*/
|
@@ -109,7 +113,7 @@ export type BbCheckboxGroupProps<T> = {
|
|
109
113
|
/**
|
110
114
|
* Sets the input in a readonly state.
|
111
115
|
*/
|
112
|
-
readonly?:
|
116
|
+
readonly?: boolean;
|
113
117
|
/**
|
114
118
|
* Reverses the layout. Applicable in every direction the order of the label and the input is swapped.
|
115
119
|
*/
|
@@ -13,6 +13,10 @@ export type BbColorInputProps = {
|
|
13
13
|
* Sets autofocus on page load.
|
14
14
|
*/
|
15
15
|
autofocus?: InputHTMLAttributes['autofocus'];
|
16
|
+
/**
|
17
|
+
* Displays the component in a compact version.
|
18
|
+
*/
|
19
|
+
compact?: boolean;
|
16
20
|
/**
|
17
21
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
18
22
|
*/
|
@@ -77,7 +81,7 @@ export type BbColorInputProps = {
|
|
77
81
|
/**
|
78
82
|
* Sets the input in a readonly state.
|
79
83
|
*/
|
80
|
-
readonly?:
|
84
|
+
readonly?: boolean;
|
81
85
|
/**
|
82
86
|
* Sets the input as required.
|
83
87
|
*/
|
@@ -18,6 +18,10 @@ export type BbDatePickerInputProps = {
|
|
18
18
|
* Sets autofocus on page load.
|
19
19
|
*/
|
20
20
|
autofocus?: InputHTMLAttributes['autofocus'];
|
21
|
+
/**
|
22
|
+
* Sets the component in a compact state.
|
23
|
+
*/
|
24
|
+
compact?: boolean;
|
21
25
|
/**
|
22
26
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
23
27
|
*/
|
@@ -13,6 +13,10 @@ export type BbNumberInputProps = {
|
|
13
13
|
* Sets autofocus on page load.
|
14
14
|
*/
|
15
15
|
autofocus?: InputHTMLAttributes['autofocus'];
|
16
|
+
/**
|
17
|
+
* Sets the component in a compact state.
|
18
|
+
*/
|
19
|
+
compact?: boolean;
|
16
20
|
/**
|
17
21
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
18
22
|
*/
|
@@ -85,7 +89,7 @@ export type BbNumberInputProps = {
|
|
85
89
|
/**
|
86
90
|
* Sets the input in a readonly state.
|
87
91
|
*/
|
88
|
-
readonly?:
|
92
|
+
readonly?: boolean;
|
89
93
|
/**
|
90
94
|
* Sets the input as required.
|
91
95
|
*/
|
@@ -124,6 +128,7 @@ declare function __VLS_template(): {
|
|
124
128
|
readonly ariaDescribedby?: InputHTMLAttributes["aria-describedby"];
|
125
129
|
readonly autocomplete?: InputHTMLAttributes["autocomplete"];
|
126
130
|
readonly autofocus?: InputHTMLAttributes["autofocus"];
|
131
|
+
readonly compact?: boolean | undefined;
|
127
132
|
readonly disabled?: boolean | undefined;
|
128
133
|
readonly hasErrors?: boolean | undefined;
|
129
134
|
readonly id?: HTMLAttributes["id"];
|
@@ -134,7 +139,7 @@ declare function __VLS_template(): {
|
|
134
139
|
readonly name?: InputHTMLAttributes["name"];
|
135
140
|
readonly placeholder?: InputHTMLAttributes["placeholder"];
|
136
141
|
readonly 'prepend:icon'?: string | undefined;
|
137
|
-
readonly readonly?:
|
142
|
+
readonly readonly?: boolean | undefined;
|
138
143
|
readonly required?: boolean | undefined;
|
139
144
|
readonly step?: number | undefined;
|
140
145
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
@@ -14,6 +14,10 @@ export type BbRadioGroupProps<T> = {
|
|
14
14
|
* Either a custom color or a coded color in common HEX, RGB, etc... format.
|
15
15
|
*/
|
16
16
|
color?: string;
|
17
|
+
/**
|
18
|
+
* Sets the component in a compact state.
|
19
|
+
*/
|
20
|
+
compact?: boolean;
|
17
21
|
/**
|
18
22
|
* Defines an array of dependencies that will trigger actions in the component upon change.
|
19
23
|
*/
|
@@ -106,7 +110,7 @@ export type BbRadioGroupProps<T> = {
|
|
106
110
|
/**
|
107
111
|
* Sets the input in a readonly state.
|
108
112
|
*/
|
109
|
-
readonly?:
|
113
|
+
readonly?: boolean;
|
110
114
|
/**
|
111
115
|
* Sets the input as required.
|
112
116
|
*/
|
@@ -12,6 +12,10 @@ export type BbRatingProps = {
|
|
12
12
|
* Either a custom color or a coded color in common HEX, RGB, etc... format.
|
13
13
|
*/
|
14
14
|
color?: string;
|
15
|
+
/**
|
16
|
+
* Sets the component in a compact state.
|
17
|
+
*/
|
18
|
+
compact?: boolean;
|
15
19
|
/**
|
16
20
|
* Disables the component
|
17
21
|
*/
|
@@ -64,7 +68,7 @@ export type BbRatingProps = {
|
|
64
68
|
/**
|
65
69
|
* Sets the input in a readonly state.
|
66
70
|
*/
|
67
|
-
readonly?:
|
71
|
+
readonly?: boolean;
|
68
72
|
/**
|
69
73
|
* Reverses the layout. Applicable in every direction the order of the label and the input is swapped.
|
70
74
|
*/
|
@@ -31,6 +31,10 @@ export type BbSelectProps<T> = {
|
|
31
31
|
* cannot deselect an option by pressing the close button.
|
32
32
|
*/
|
33
33
|
comma?: boolean;
|
34
|
+
/**
|
35
|
+
* Sets the component in a compact mode.
|
36
|
+
*/
|
37
|
+
compact?: boolean;
|
34
38
|
/**
|
35
39
|
* Defines an array of dependencies that will trigger actions in the component upon change.
|
36
40
|
*/
|
@@ -11,6 +11,10 @@ export type BbSliderProps = {
|
|
11
11
|
* Either a custom color or a coded color in common HEX, RGB, etc... format.
|
12
12
|
*/
|
13
13
|
color?: string;
|
14
|
+
/**
|
15
|
+
* Set the component in compact mode.
|
16
|
+
*/
|
17
|
+
compact?: boolean;
|
14
18
|
/**
|
15
19
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
16
20
|
*/
|
@@ -76,7 +80,7 @@ export type BbSliderProps = {
|
|
76
80
|
/**
|
77
81
|
* Sets the input in a readonly state.
|
78
82
|
*/
|
79
|
-
readonly?:
|
83
|
+
readonly?: boolean;
|
80
84
|
/**
|
81
85
|
* Sets the input as required.
|
82
86
|
*/
|
@@ -153,7 +153,7 @@ export type BbTableProps = {
|
|
153
153
|
/**
|
154
154
|
* Sets the input in a readonly state.
|
155
155
|
*/
|
156
|
-
readonly?:
|
156
|
+
readonly?: boolean;
|
157
157
|
/**
|
158
158
|
* Defines whether the table is selectable.
|
159
159
|
* Can be a global boolean that affects all rows or a function
|
@@ -19,6 +19,10 @@ export type BbTagProps = {
|
|
19
19
|
* cannot deselect an option by pressing the close button.
|
20
20
|
*/
|
21
21
|
comma?: boolean;
|
22
|
+
/**
|
23
|
+
* Sets the component in a compact mode.
|
24
|
+
*/
|
25
|
+
compact?: boolean;
|
22
26
|
/**
|
23
27
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
24
28
|
*/
|
@@ -95,7 +99,7 @@ export type BbTagProps = {
|
|
95
99
|
/**
|
96
100
|
* Sets the input in a readonly state.
|
97
101
|
*/
|
98
|
-
readonly?:
|
102
|
+
readonly?: boolean;
|
99
103
|
/**
|
100
104
|
* Sets the input as required.
|
101
105
|
*/
|
@@ -13,6 +13,10 @@ export type BbTextInputProps = {
|
|
13
13
|
* Sets autofocus on page load.
|
14
14
|
*/
|
15
15
|
autofocus?: InputHTMLAttributes['autofocus'];
|
16
|
+
/**
|
17
|
+
* Displays the component in a compact version.
|
18
|
+
*/
|
19
|
+
compact?: boolean;
|
16
20
|
/**
|
17
21
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
18
22
|
*/
|
@@ -77,7 +81,7 @@ export type BbTextInputProps = {
|
|
77
81
|
/**
|
78
82
|
* Sets the input in a readonly state.
|
79
83
|
*/
|
80
|
-
readonly?:
|
84
|
+
readonly?: boolean;
|
81
85
|
/**
|
82
86
|
* Sets the input as required.
|
83
87
|
*/
|
@@ -17,6 +17,10 @@ export type BbTextareaProps = {
|
|
17
17
|
* Expands the textarea to match its content
|
18
18
|
*/
|
19
19
|
autoGrow?: boolean;
|
20
|
+
/**
|
21
|
+
* Sets the component in a compact state.
|
22
|
+
*/
|
23
|
+
compact?: boolean;
|
20
24
|
/**
|
21
25
|
* Direction of the layout of the component. Can either be a predefined value or a pattern separated by a space like `xx xxxxx`.
|
22
26
|
*/
|
@@ -81,7 +85,7 @@ export type BbTextareaProps = {
|
|
81
85
|
/**
|
82
86
|
* Sets the input in a readonly state.
|
83
87
|
*/
|
84
|
-
readonly?:
|
88
|
+
readonly?: boolean;
|
85
89
|
/**
|
86
90
|
* Sets the input as required.
|
87
91
|
*/
|