bitboss-ui 0.1.64 → 0.1.67
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/BbDropdownButton/BbDropdownButton.vue.d.ts +6 -15
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +18 -9
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +3 -13
- package/dist/index102.js.map +1 -1
- package/dist/index106.js +2 -2
- package/dist/index111.js +1 -1
- package/dist/index113.js +1 -1
- package/dist/index116.js +1 -1
- package/dist/index118.js +1 -1
- package/dist/index119.js +1 -1
- package/dist/index120.js +1 -1
- package/dist/index14.js +6 -6
- package/dist/index16.js +3 -3
- package/dist/index18.js +2 -2
- package/dist/index186.js +2 -2
- package/dist/index186.js.map +1 -1
- package/dist/index188.js +1 -1
- package/dist/index189.js +2 -2
- package/dist/index190.js +2 -2
- package/dist/index191.js +2 -2
- package/dist/index192.js +3 -3
- package/dist/index193.js +2 -2
- package/dist/index194.js +2 -2
- package/dist/index197.js +3 -2
- package/dist/index197.js.map +1 -1
- package/dist/index198.js +3 -350
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +3 -134
- package/dist/index199.js.map +1 -1
- package/dist/index20.js +1 -1
- package/dist/index200.js +35 -2
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +6 -186
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +350 -23
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +126 -323
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +2 -3
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +186 -3
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +23 -2
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +331 -3
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +232 -32
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +2 -6
- package/dist/index209.js.map +1 -1
- package/dist/index210.js +2 -2
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +2 -235
- package/dist/index211.js.map +1 -1
- package/dist/index213.js +2 -2
- package/dist/index214.js +1 -1
- package/dist/index216.js +3 -78
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +295 -4
- package/dist/index217.js.map +1 -1
- package/dist/index218.js +5 -294
- package/dist/index218.js.map +1 -1
- package/dist/index219.js +2 -6
- package/dist/index219.js.map +1 -1
- package/dist/index220.js +2 -2
- package/dist/index225.js +224 -2
- package/dist/index225.js.map +1 -1
- package/dist/index226.js +258 -2
- package/dist/index226.js.map +1 -1
- package/dist/index227.js +10 -116
- package/dist/index227.js.map +1 -1
- package/dist/index228.js +428 -99
- package/dist/index228.js.map +1 -1
- package/dist/index229.js +7 -222
- package/dist/index229.js.map +1 -1
- package/dist/index230.js +83 -252
- package/dist/index230.js.map +1 -1
- package/dist/index231.js +2 -11
- package/dist/index231.js.map +1 -1
- package/dist/index232.js +110 -428
- package/dist/index232.js.map +1 -1
- package/dist/index233.js +104 -7
- package/dist/index233.js.map +1 -1
- package/dist/index234.js +55 -65
- package/dist/index234.js.map +1 -1
- package/dist/index237.js +9 -2
- package/dist/index237.js.map +1 -1
- package/dist/index238.js +5 -8
- package/dist/index238.js.map +1 -1
- package/dist/index239.js +2 -6
- package/dist/index239.js.map +1 -1
- package/dist/index243.js +1 -1
- package/dist/index26.js +2 -2
- package/dist/index28.js +4 -4
- package/dist/index30.js +1 -1
- package/dist/index62.js +3 -3
- package/dist/index64.js.map +1 -1
- package/dist/index66.js +15 -15
- package/dist/index66.js.map +1 -1
- package/dist/index69.js +1 -1
- package/dist/index72.js +1 -1
- package/dist/index74.js +1 -1
- package/dist/index76.js +3 -3
- package/dist/index78.js +1 -1
- package/dist/index96.js +2 -2
- package/dist/index98.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
export type BbDropdownButtonProps =
|
|
3
|
-
block?: boolean;
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
id?: string;
|
|
6
|
-
items: Item[];
|
|
7
|
-
placement?: "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
8
|
-
theme?: string;
|
|
9
|
-
transitionDuration?: number;
|
|
10
|
-
width?: number;
|
|
11
|
-
};
|
|
1
|
+
import type { BbDropdownProps } from "../BbDropdown/BbDropdown.vue";
|
|
2
|
+
export type BbDropdownButtonProps = Pick<BbDropdownProps, "block" | "disabled" | "id" | "items" | "placement" | "theme" | "transitionDuration" | "width">;
|
|
12
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbDropdownButtonProps>, {
|
|
13
4
|
theme: string;
|
|
14
5
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbDropdownButtonProps>, {
|
|
@@ -49,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
49
40
|
closing: boolean;
|
|
50
41
|
disabled?: boolean | undefined;
|
|
51
42
|
index: number;
|
|
52
|
-
item: Item;
|
|
43
|
+
item: import("../BbDropdown/BbDropdown.vue").Item;
|
|
53
44
|
open: boolean;
|
|
54
45
|
opening: boolean;
|
|
55
46
|
placement: "left" | "right" | "top" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
|
|
@@ -60,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
51
|
closing: boolean;
|
|
61
52
|
disabled?: boolean | undefined;
|
|
62
53
|
index: number;
|
|
63
|
-
item: Item;
|
|
54
|
+
item: import("../BbDropdown/BbDropdown.vue").Item;
|
|
64
55
|
open: boolean;
|
|
65
56
|
opening: boolean;
|
|
66
57
|
placement: "left" | "right" | "top" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
|
|
@@ -71,7 +62,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
71
62
|
closing: boolean;
|
|
72
63
|
disabled?: boolean | undefined;
|
|
73
64
|
index: number;
|
|
74
|
-
item: Item;
|
|
65
|
+
item: import("../BbDropdown/BbDropdown.vue").Item;
|
|
75
66
|
open: boolean;
|
|
76
67
|
opening: boolean;
|
|
77
68
|
placement: "left" | "right" | "top" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
|
|
@@ -99,7 +90,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
90
|
closing: boolean;
|
|
100
91
|
disabled?: boolean | undefined;
|
|
101
92
|
index: number;
|
|
102
|
-
item: Item;
|
|
93
|
+
item: import("../BbDropdown/BbDropdown.vue").Item;
|
|
103
94
|
open: boolean;
|
|
104
95
|
opening: boolean;
|
|
105
96
|
placement: "left" | "right" | "top" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | undefined;
|
|
@@ -1,18 +1,27 @@
|
|
|
1
|
+
import { CommonProps } from '../../types/CommonProps';
|
|
1
2
|
export type DropZoneError = ReturnType<(typeof createError)[keyof typeof createError]>;
|
|
2
|
-
export
|
|
3
|
+
export type BbDropzoneProps = Pick<CommonProps, 'autofocus' | 'disabled' | 'errors' | 'hasErrors' | 'id' | 'multiple' | 'name'> & {
|
|
4
|
+
/**
|
|
5
|
+
* Array of mime-types or extensions to filter selectable files.
|
|
6
|
+
*/
|
|
3
7
|
accept?: string[];
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
hasErrors?: boolean;
|
|
8
|
-
id?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Maximum number of acceptable files
|
|
10
|
+
*/
|
|
9
11
|
maxFiles?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Max size of the files in bytes.
|
|
14
|
+
*/
|
|
10
15
|
maxSize?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Used by v-model.
|
|
18
|
+
*/
|
|
11
19
|
modelValue: any;
|
|
12
|
-
|
|
13
|
-
|
|
20
|
+
/**
|
|
21
|
+
* HTML tag of the outer container.
|
|
22
|
+
*/
|
|
14
23
|
tag?: string;
|
|
15
|
-
}
|
|
24
|
+
};
|
|
16
25
|
export type BbDropzoneEvents = {
|
|
17
26
|
(e: "blur", event: FocusEvent): void;
|
|
18
27
|
(e: "error", data: DropZoneError): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Simplify } from '../../types/Simplify';
|
|
2
1
|
import { BaseInputContainerSlots } from "../BaseInputContainer/BaseInputContainer.vue";
|
|
3
2
|
import type { BaseTextInputEvents, BaseTextInputSlots } from "../BaseTextInput/BaseTextInput.vue";
|
|
4
3
|
export interface BbTextInputProps {
|
|
@@ -17,10 +16,10 @@ export interface BbTextInputProps {
|
|
|
17
16
|
placeholder?: string;
|
|
18
17
|
readonly?: boolean;
|
|
19
18
|
reverse?: boolean;
|
|
20
|
-
type?: HTMLInputElement[
|
|
19
|
+
type?: HTMLInputElement["type"];
|
|
21
20
|
}
|
|
22
21
|
export type BbTextInputEvents = BaseTextInputEvents;
|
|
23
|
-
export type BbTextInputSlots =
|
|
22
|
+
export type BbTextInputSlots = BaseTextInputSlots & Pick<BaseInputContainerSlots, "label">;
|
|
24
23
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<BbTextInputProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
24
|
blur: (event: FocusEvent) => void;
|
|
26
25
|
change: (event: Event) => void;
|
|
@@ -41,16 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
41
40
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
42
41
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
43
42
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
44
|
-
}, {}, {}>, Readonly<
|
|
45
|
-
'prepend-outer'?: ((props: {}) => any) | undefined;
|
|
46
|
-
prepend?: ((props: {}) => any) | undefined;
|
|
47
|
-
append?: ((props: {}) => any) | undefined;
|
|
48
|
-
'append-outer'?: ((props: {}) => any) | undefined;
|
|
49
|
-
label?: ((props: {
|
|
50
|
-
text: string;
|
|
51
|
-
hasErrors: boolean;
|
|
52
|
-
}) => any) | undefined;
|
|
53
|
-
}>>;
|
|
43
|
+
}, {}, {}>, Readonly<BaseTextInputSlots & Pick<BaseInputContainerSlots, "label">>>;
|
|
54
44
|
export default _default;
|
|
55
45
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
56
46
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
package/dist/index102.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index102.js","sources":["../src/components/BbTextInput/BbTextInput.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { normalizeProps as _normalizeProps, guardReactiveProps as _guardReactiveProps, renderSlot as _renderSlot, mergeProps as _mergeProps, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { Simplify } from \"@/types/Simplify\";\nimport BaseInputContainer, {\n BaseInputContainerSlots,\n} from \"../BaseInputContainer/BaseInputContainer.vue\";\nimport BaseTextInput from \"../BaseTextInput/BaseTextInput.vue\";\nimport type {\n BaseTextInputEvents,\n BaseTextInputSlots,\n} from \"../BaseTextInput/BaseTextInput.vue\";\n\nexport interface BbTextInputProps {\n autocomplete?: string;\n autofocus?: boolean;\n direction?: \"horizontal\" | \"vertical\" | \"auto\" | string;\n disabled?: boolean;\n errors?: string | string[];\n hasErrors?: boolean;\n hideLabel?: boolean;\n id?: string;\n label: string;\n labelPosition?: \"left\" | \"center\" | \"right\";\n modelValue?: any;\n name?: string;\n placeholder?: string;\n readonly?: boolean;\n reverse?: boolean;\n type?: HTMLInputElement[
|
|
1
|
+
{"version":3,"file":"index102.js","sources":["../src/components/BbTextInput/BbTextInput.vue?vue&type=script&setup=true&lang.ts"],"sourcesContent":["import { defineComponent as _defineComponent } from 'vue'\nimport { normalizeProps as _normalizeProps, guardReactiveProps as _guardReactiveProps, renderSlot as _renderSlot, mergeProps as _mergeProps, withCtx as _withCtx, createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock } from \"vue\"\n\nimport { Simplify } from \"@/types/Simplify\";\nimport BaseInputContainer, {\n BaseInputContainerSlots,\n} from \"../BaseInputContainer/BaseInputContainer.vue\";\nimport BaseTextInput from \"../BaseTextInput/BaseTextInput.vue\";\nimport type {\n BaseTextInputEvents,\n BaseTextInputSlots,\n} from \"../BaseTextInput/BaseTextInput.vue\";\n\nexport interface BbTextInputProps {\n autocomplete?: string;\n autofocus?: boolean;\n direction?: \"horizontal\" | \"vertical\" | \"auto\" | string;\n disabled?: boolean;\n errors?: string | string[];\n hasErrors?: boolean;\n hideLabel?: boolean;\n id?: string;\n label: string;\n labelPosition?: \"left\" | \"center\" | \"right\";\n modelValue?: any;\n name?: string;\n placeholder?: string;\n readonly?: boolean;\n reverse?: boolean;\n type?: HTMLInputElement[\"type\"];\n}\n\nexport type BbTextInputEvents = BaseTextInputEvents;\nexport type BbTextInputSlots = BaseTextInputSlots &\n Pick<BaseInputContainerSlots, \"label\">;\n\n\nexport default /*#__PURE__*/_defineComponent({\n __name: 'BbTextInput',\n props: {\n autocomplete: {},\n autofocus: { type: Boolean },\n direction: {},\n disabled: { type: Boolean },\n errors: {},\n hasErrors: { type: Boolean },\n hideLabel: { type: Boolean },\n id: {},\n label: {},\n labelPosition: {},\n modelValue: {},\n name: {},\n placeholder: {},\n readonly: { type: Boolean },\n reverse: { type: Boolean },\n type: {}\n },\n emits: [\"blur\", \"change\", \"click\", \"focus\", \"input\", \"keydown\", \"mousedown\", \"mouseup\", \"update:modelValue\"],\n setup(__props: any, { emit: __emit }) {\n\n\n\nconst emit = __emit;\n\n\n\n/**\n * These events are just propagated\n */\nconst eventListeners = {\n onBlur: (event: FocusEvent) => emit(\"blur\", event),\n onChange: (event: Event) => emit(\"change\", event),\n onClick: (event: MouseEvent) => emit(\"click\", event),\n onFocus: (event: FocusEvent) => emit(\"focus\", event),\n onInput: (event: Event) => emit(\"input\", event),\n onKeydown: (event: KeyboardEvent) => emit(\"keydown\", event),\n onMousedown: (event: MouseEvent) => emit(\"mousedown\", event),\n onMouseup: (event: MouseEvent) => emit(\"mouseup\", event),\n \"onUpdate:modelValue\": (value: string | null) =>\n emit(\"update:modelValue\", value),\n};\n\nreturn (_ctx: any,_cache: any) => {\n return (_openBlock(), _createBlock(BaseInputContainer, {\n class: \"bb-text-input\",\n direction: _ctx.direction,\n errors: _ctx.errors,\n hasErrors: _ctx.hasErrors,\n hideLabel: _ctx.hideLabel,\n id: _ctx.id,\n label: _ctx.label,\n labelPosition: _ctx.labelPosition,\n modelValue: _ctx.modelValue,\n name: _ctx.name,\n reverse: _ctx.reverse\n }, {\n label: _withCtx((data) => [\n _renderSlot(_ctx.$slots, \"label\", _normalizeProps(_guardReactiveProps(data)))\n ]),\n input: _withCtx(({ id, name, hasErrors }) => [\n _createVNode(BaseTextInput, _mergeProps({\n autocomplete: _ctx.autocomplete,\n autofocus: _ctx.autofocus,\n disabled: _ctx.disabled,\n hasErrors: hasErrors,\n id: id,\n modelValue: _ctx.modelValue,\n name: name,\n placeholder: _ctx.placeholder,\n readonly: _ctx.readonly,\n type: _ctx.type\n }, eventListeners), {\n \"append-outer\": _withCtx(() => [\n _renderSlot(_ctx.$slots, \"append-outer\")\n ]),\n append: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"append\")\n ]),\n prepend: _withCtx(() => [\n _renderSlot(_ctx.$slots, \"prepend\")\n ]),\n \"prepend-outer\": _withCtx(() => [\n _renderSlot(_ctx.$slots, \"prepend-outer\")\n ]),\n _: 2\n }, 1040, [\"autocomplete\", \"autofocus\", \"disabled\", \"hasErrors\", \"id\", \"modelValue\", \"name\", \"placeholder\", \"readonly\", \"type\"])\n ]),\n _: 3\n }, 8, [\"direction\", \"errors\", \"hasErrors\", \"hideLabel\", \"id\", \"label\", \"labelPosition\", \"modelValue\", \"name\", \"reverse\"]))\n}\n}\n\n})"],"names":["_sfc_main","_defineComponent","__props","__emit","emit","eventListeners","event","value","_ctx","_cache","_openBlock","_createBlock","BaseInputContainer","_withCtx","data","_renderSlot","_normalizeProps","_guardReactiveProps","id","name","hasErrors","_createVNode","BaseTextInput","_mergeProps"],"mappings":";;;;;AAqCA,MAA4BA,IAAiBC,gBAAAA,EAAA;AAAA,EAC3C,QAAQ;AAAA,EACR,OAAO;AAAA,IACL,cAAc,CAAC;AAAA,IACf,WAAW,EAAE,MAAM,QAAQ;AAAA,IAC3B,WAAW,CAAC;AAAA,IACZ,UAAU,EAAE,MAAM,QAAQ;AAAA,IAC1B,QAAQ,CAAC;AAAA,IACT,WAAW,EAAE,MAAM,QAAQ;AAAA,IAC3B,WAAW,EAAE,MAAM,QAAQ;AAAA,IAC3B,IAAI,CAAC;AAAA,IACL,OAAO,CAAC;AAAA,IACR,eAAe,CAAC;AAAA,IAChB,YAAY,CAAC;AAAA,IACb,MAAM,CAAC;AAAA,IACP,aAAa,CAAC;AAAA,IACd,UAAU,EAAE,MAAM,QAAQ;AAAA,IAC1B,SAAS,EAAE,MAAM,QAAQ;AAAA,IACzB,MAAM,CAAC;AAAA,EACT;AAAA,EACA,OAAO,CAAC,QAAQ,UAAU,SAAS,SAAS,SAAS,WAAW,aAAa,WAAW,mBAAmB;AAAA,EAC3G,MAAMC,GAAc,EAAE,MAAMC,KAAU;AAIxC,UAAMC,IAAOD,GAOPE,IAAiB;AAAA,MACrB,QAAQ,CAACC,MAAsBF,EAAK,QAAQE,CAAK;AAAA,MACjD,UAAU,CAACA,MAAiBF,EAAK,UAAUE,CAAK;AAAA,MAChD,SAAS,CAACA,MAAsBF,EAAK,SAASE,CAAK;AAAA,MACnD,SAAS,CAACA,MAAsBF,EAAK,SAASE,CAAK;AAAA,MACnD,SAAS,CAACA,MAAiBF,EAAK,SAASE,CAAK;AAAA,MAC9C,WAAW,CAACA,MAAyBF,EAAK,WAAWE,CAAK;AAAA,MAC1D,aAAa,CAACA,MAAsBF,EAAK,aAAaE,CAAK;AAAA,MAC3D,WAAW,CAACA,MAAsBF,EAAK,WAAWE,CAAK;AAAA,MACvD,uBAAuB,CAACC,MACtBH,EAAK,qBAAqBG,CAAK;AAAA,IAAA;AAG5B,WAAA,CAACC,GAAUC,OACRC,EAAA,GAAcC,EAAaC,GAAoB;AAAA,MACrD,OAAO;AAAA,MACP,WAAWJ,EAAK;AAAA,MAChB,QAAQA,EAAK;AAAA,MACb,WAAWA,EAAK;AAAA,MAChB,WAAWA,EAAK;AAAA,MAChB,IAAIA,EAAK;AAAA,MACT,OAAOA,EAAK;AAAA,MACZ,eAAeA,EAAK;AAAA,MACpB,YAAYA,EAAK;AAAA,MACjB,MAAMA,EAAK;AAAA,MACX,SAASA,EAAK;AAAA,IAAA,GACb;AAAA,MACD,OAAOK,EAAS,CAACC,MAAS;AAAA,QACxBC,EAAYP,EAAK,QAAQ,SAASQ,EAAgBC,EAAoBH,CAAI,CAAC,CAAC;AAAA,MAAA,CAC7E;AAAA,MACD,OAAOD,EAAS,CAAC,EAAE,IAAAK,GAAI,MAAAC,GAAM,WAAAC,QAAgB;AAAA,QAC3CC,EAAaC,GAAeC,EAAY;AAAA,UACtC,cAAcf,EAAK;AAAA,UACnB,WAAWA,EAAK;AAAA,UAChB,UAAUA,EAAK;AAAA,UACf,WAAAY;AAAA,UACA,IAAAF;AAAA,UACA,YAAYV,EAAK;AAAA,UACjB,MAAAW;AAAA,UACA,aAAaX,EAAK;AAAA,UAClB,UAAUA,EAAK;AAAA,UACf,MAAMA,EAAK;AAAA,QACb,GAAGH,CAAc,GAAG;AAAA,UAClB,gBAAgBQ,EAAS,MAAM;AAAA,YAC7BE,EAAYP,EAAK,QAAQ,cAAc;AAAA,UAAA,CACxC;AAAA,UACD,QAAQK,EAAS,MAAM;AAAA,YACrBE,EAAYP,EAAK,QAAQ,QAAQ;AAAA,UAAA,CAClC;AAAA,UACD,SAASK,EAAS,MAAM;AAAA,YACtBE,EAAYP,EAAK,QAAQ,SAAS;AAAA,UAAA,CACnC;AAAA,UACD,iBAAiBK,EAAS,MAAM;AAAA,YAC9BE,EAAYP,EAAK,QAAQ,eAAe;AAAA,UAAA,CACzC;AAAA,UACD,GAAG;AAAA,QACF,GAAA,MAAM,CAAC,gBAAgB,aAAa,YAAY,aAAa,MAAM,cAAc,QAAQ,eAAe,YAAY,MAAM,CAAC;AAAA,MAAA,CAC/H;AAAA,MACD,GAAG;AAAA,IACF,GAAA,GAAG,CAAC,aAAa,UAAU,aAAa,aAAa,MAAM,SAAS,iBAAiB,cAAc,QAAQ,SAAS,CAAC;AAAA,EAE1H;AAEA,CAAC;"}
|
package/dist/index106.js
CHANGED
|
@@ -4,8 +4,8 @@ import { useId as j } from "./index118.js";
|
|
|
4
4
|
import { wait as C } from "./index117.js";
|
|
5
5
|
import q from "./index6.js";
|
|
6
6
|
import "./index7.js";
|
|
7
|
-
import { autoUpdate as A } from "./
|
|
8
|
-
import { flip as G, shift as J } from "./
|
|
7
|
+
import { autoUpdate as A } from "./index202.js";
|
|
8
|
+
import { flip as G, shift as J } from "./index207.js";
|
|
9
9
|
const K = /* @__PURE__ */ l("span", { class: "bb-tooltip__arrow" }, null, -1), Q = { class: "bb-tooltip__bubble" }, W = /* @__PURE__ */ l("svg", {
|
|
10
10
|
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
package/dist/index111.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as i, ref as a, watch as s, computed as u, openBlock as c, createElementBlock as p, normalizeProps as d, guardReactiveProps as m, createElementVNode as b, renderSlot as v, createCommentVNode as f } from "vue";
|
|
2
2
|
import { wait as V } from "./index117.js";
|
|
3
|
-
import { throttle as _ } from "./
|
|
3
|
+
import { throttle as _ } from "./index199.js";
|
|
4
4
|
const h = { class: "bb-collapsible__content" }, k = /* @__PURE__ */ i({
|
|
5
5
|
__name: "BbCollapsible",
|
|
6
6
|
props: {
|
package/dist/index113.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as v, ref as r, onMounted as p, onBeforeUnmount as h, openBlock as i, createBlock as l, resolveDynamicComponent as u, normalizeStyle as m, withCtx as f, renderSlot as d } from "vue";
|
|
2
|
-
import { throttle as g } from "./
|
|
2
|
+
import { throttle as g } from "./index199.js";
|
|
3
3
|
const O = /* @__PURE__ */ v({
|
|
4
4
|
__name: "BbSmoothHeight",
|
|
5
5
|
props: {
|
package/dist/index116.js
CHANGED
package/dist/index118.js
CHANGED
package/dist/index119.js
CHANGED
package/dist/index120.js
CHANGED
package/dist/index14.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { defineComponent as R, ref as l, computed as Y, watch as J, onMounted as Q, onBeforeUnmount as X, openBlock as B, createElementBlock as Z, normalizeClass as C, renderSlot as u, createElementVNode as g, withDirectives as x, mergeProps as T, unref as d, toDisplayString as ee, createBlock as ae, Teleport as te, createVNode as ne, createSlots as oe, renderList as le, withCtx as ie, normalizeProps as re, guardReactiveProps as se } from "vue";
|
|
2
|
-
import { autoUpdate as ue, computePosition as de } from "./
|
|
3
|
-
import ce from "./
|
|
2
|
+
import { autoUpdate as ue, computePosition as de } from "./index202.js";
|
|
3
|
+
import ce from "./index203.js";
|
|
4
4
|
import c from "./index189.js";
|
|
5
5
|
import fe from "./index192.js";
|
|
6
|
-
import { identity as pe } from "./
|
|
6
|
+
import { identity as pe } from "./index204.js";
|
|
7
7
|
import { last as me } from "./index196.js";
|
|
8
|
-
import { vMaska as be } from "./
|
|
8
|
+
import { vMaska as be } from "./index205.js";
|
|
9
9
|
import { wait as I } from "./index117.js";
|
|
10
10
|
import ve from "./index12.js";
|
|
11
11
|
import "./index13.js";
|
|
12
|
-
import O from "./
|
|
12
|
+
import O from "./index206.js";
|
|
13
13
|
import { useId as ye } from "./index118.js";
|
|
14
|
-
import { offset as ge, flip as he, shift as ke } from "./
|
|
14
|
+
import { offset as ge, flip as he, shift as ke } from "./index207.js";
|
|
15
15
|
const we = ["autocomplete", "autofocus", "data-maska", "disabled", "id", "name", "placeholder", "readonly", "value", "aria-describedby"], Ee = ["id"], Pe = /* @__PURE__ */ R({
|
|
16
16
|
__name: "BaseDatePickerInput",
|
|
17
17
|
props: {
|
package/dist/index16.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as J, ref as o, useAttrs as Q, computed as m, onMounted as A, onBeforeUnmount as X, watch as Y, nextTick as E, openBlock as y, createBlock as Z, Teleport as ee, createElementVNode as l, mergeProps as H, createElementBlock as V, renderSlot as i, createTextVNode as te, toDisplayString as D, createCommentVNode as M } from "vue";
|
|
2
|
-
import { throttle as oe } from "./
|
|
3
|
-
import { useFocusTrap as le } from "./
|
|
2
|
+
import { throttle as oe } from "./index199.js";
|
|
3
|
+
import { useFocusTrap as le } from "./index200.js";
|
|
4
4
|
import { useId as N } from "./index118.js";
|
|
5
5
|
import { wait as W } from "./index117.js";
|
|
6
|
-
import { waitFor as ae } from "./
|
|
6
|
+
import { waitFor as ae } from "./index201.js";
|
|
7
7
|
const se = { class: "bb-base-dialog-close" }, ne = { class: "bb-base-dialog-close__content" }, ie = { class: "bb-base-dialog-close__label" }, re = /* @__PURE__ */ l("span", { class: "bb-base-dialog-close__icon" }, [
|
|
8
8
|
/* @__PURE__ */ l("svg", {
|
|
9
9
|
viewBox: "0 0 24 24",
|
package/dist/index18.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as $, computed as n, openBlock as i, createElementBlock as b, createBlock as h, resolveDynamicComponent as v, normalizeProps as o, guardReactiveProps as l, withCtx as c, renderSlot as _, createTextVNode as A, toDisplayString as g, createElementVNode as E, unref as z, createVNode as S, Fragment as T, renderList as V } from "vue";
|
|
2
|
-
import { deburr as N } from "./
|
|
2
|
+
import { deburr as N } from "./index197.js";
|
|
3
3
|
import { getAsPercentage as P } from "./index116.js";
|
|
4
|
-
import { snakeCase as D } from "./
|
|
4
|
+
import { snakeCase as D } from "./index198.js";
|
|
5
5
|
import { useId as I } from "./index118.js";
|
|
6
6
|
import F from "./index113.js";
|
|
7
7
|
import "./index174.js";
|
package/dist/index186.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
const n = (t, a, m) => Math.min(Math.max(t, a), m);
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
n as clamp
|
|
4
4
|
};
|
|
5
5
|
//# sourceMappingURL=index186.js.map
|
package/dist/index186.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index186.js","sources":["../
|
|
1
|
+
{"version":3,"file":"index186.js","sources":["../src/utilities/functions/clamp.ts"],"sourcesContent":["/**\n * Returns value ensuring it doesn't go below min and exceed max.\n * EXAMPLE: clamp(5, 7, 20) === 7\n * @param value The value to clamp\n * @param min Minimum bound\n * @param max Maximum bound\n * @returns \n */\n\nexport const clamp = (value: number, min: number, max: number) => {\n return Math.min(Math.max(value, min), max);\n};\n"],"names":["clamp","value","min","max"],"mappings":"AASO,MAAMA,IAAQ,CAACC,GAAeC,GAAaC,MACzC,KAAK,IAAI,KAAK,IAAIF,GAAOC,CAAG,GAAGC,CAAG;"}
|
package/dist/index188.js
CHANGED
package/dist/index189.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as r } from "./
|
|
2
|
-
import { __require as o } from "./
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index218.js";
|
|
2
|
+
import { __require as o } from "./index217.js";
|
|
3
3
|
var t = o();
|
|
4
4
|
const s = /* @__PURE__ */ r(t);
|
|
5
5
|
export {
|
package/dist/index190.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as f, commonjsGlobal as n } from "./
|
|
2
|
-
import { __module as e } from "./
|
|
1
|
+
import { getDefaultExportFromCjs as f, commonjsGlobal as n } from "./index218.js";
|
|
2
|
+
import { __module as e } from "./index220.js";
|
|
3
3
|
(function(s, a) {
|
|
4
4
|
(function(i, t) {
|
|
5
5
|
s.exports = t();
|
package/dist/index191.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as i, commonjsGlobal as n } from "./
|
|
2
|
-
import { __module as t } from "./
|
|
1
|
+
import { getDefaultExportFromCjs as i, commonjsGlobal as n } from "./index218.js";
|
|
2
|
+
import { __module as t } from "./index221.js";
|
|
3
3
|
(function(s, a) {
|
|
4
4
|
(function(f, o) {
|
|
5
5
|
s.exports = o();
|
package/dist/index192.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as i, commonjsGlobal as m } from "./
|
|
2
|
-
import { __module as _ } from "./
|
|
3
|
-
import { __require as s } from "./
|
|
1
|
+
import { getDefaultExportFromCjs as i, commonjsGlobal as m } from "./index218.js";
|
|
2
|
+
import { __module as _ } from "./index222.js";
|
|
3
|
+
import { __require as s } from "./index217.js";
|
|
4
4
|
(function(n, d) {
|
|
5
5
|
(function(t, o) {
|
|
6
6
|
n.exports = o(s());
|
package/dist/index193.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as p, commonjsGlobal as s } from "./
|
|
2
|
-
import { __module as n } from "./
|
|
1
|
+
import { getDefaultExportFromCjs as p, commonjsGlobal as s } from "./index218.js";
|
|
2
|
+
import { __module as n } from "./index223.js";
|
|
3
3
|
(function(u, l) {
|
|
4
4
|
(function(c, e) {
|
|
5
5
|
u.exports = e();
|
package/dist/index194.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs as c, commonjsGlobal as k } from "./
|
|
2
|
-
import { __module as n } from "./
|
|
1
|
+
import { getDefaultExportFromCjs as c, commonjsGlobal as k } from "./index218.js";
|
|
2
|
+
import { __module as n } from "./index224.js";
|
|
3
3
|
(function(f, p) {
|
|
4
4
|
(function(r, e) {
|
|
5
5
|
f.exports = e();
|
package/dist/index197.js
CHANGED
package/dist/index197.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index197.js","sources":["../src/utilities/functions/
|
|
1
|
+
{"version":3,"file":"index197.js","sources":["../src/utilities/functions/deburr.ts"],"sourcesContent":["import d from \"lodash.deburr\";\n\nexport const deburr = d;"],"names":["deburr","d"],"mappings":";AAEO,MAAMA,IAASC;"}
|