bitboss-ui 2.0.89 → 2.0.90
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/assets/css/index.css +1 -0
- package/dist/components/BaseButton/BaseButton.css +1 -0
- package/dist/components/BaseCheckbox/BaseCheckbox.css +1 -0
- package/dist/components/BaseColorInput/BaseColorInput.css +1 -0
- package/dist/components/BaseDatePicker/BaseDatePicker.css +1 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.css +1 -0
- package/dist/components/BaseDialog/BaseDialog.css +1 -0
- package/dist/components/BaseInputContainer/BaseInputContainer.css +1 -0
- package/dist/components/BaseNumberInput/BaseNumberInput.css +1 -0
- package/dist/components/BaseRadio/BaseRadio.css +1 -0
- package/dist/components/BaseRating/BaseRating.css +1 -0
- package/dist/components/BaseSelect/BaseSelect.css +1 -0
- package/dist/components/BaseSlider/BaseSlider.css +1 -0
- package/dist/components/BaseSwitch/BaseSwitch.css +1 -0
- package/dist/components/BaseTag/BaseTag.css +1 -0
- package/dist/components/BaseTextarea/BaseTextarea.css +1 -0
- package/dist/components/BbAccordion/BbAccordion.css +1 -0
- package/dist/components/BbAlert/BbAlert.css +1 -0
- package/dist/components/BbAvatar/BbAvatar.css +1 -0
- package/dist/components/BbBadge/BbBadge.css +1 -0
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.css +1 -0
- package/dist/components/BbButton/BbButton.css +1 -0
- package/dist/components/BbCheckbox/BbCheckbox.css +1 -0
- package/dist/components/BbChip/BbChip.css +1 -0
- package/dist/components/BbCollapsible/BbCollapsible.css +1 -0
- package/dist/components/BbColorInput/BbColorInput.css +1 -0
- package/dist/components/BbConfirm/BbConfirm.css +1 -0
- package/dist/components/BbDatePickerInput/BbDatePickerInput.css +1 -0
- package/dist/components/BbDropdown/BbDropdown.css +1 -0
- package/dist/components/BbDropdownButton/BbDropdownButton.css +1 -0
- package/dist/components/BbDropzone/BbDropzone.css +1 -0
- package/dist/components/BbIcon/BbIcon.css +1 -0
- package/dist/components/BbNumberInput/BbNumberInput.css +1 -0
- package/dist/components/BbOffCanvas/BbOffCanvas.css +1 -0
- package/dist/components/BbPagination/BbPagination.css +1 -0
- package/dist/components/BbPopover/BbPopover.css +1 -0
- package/dist/components/BbProgress/BbProgress.css +1 -0
- package/dist/components/BbRadio/BbRadio.css +1 -0
- package/dist/components/BbRatio/BbRatio.css +1 -0
- package/dist/components/BbSelect/BbSelect.css +1 -0
- package/dist/components/BbSlider/BbSlider.css +1 -0
- package/dist/components/BbSmoothHeight/BbSmoothHeight.css +1 -0
- package/dist/components/BbSpinner/BbSpinner.css +1 -0
- package/dist/components/BbSwitch/BbSwitch.css +1 -0
- package/dist/components/BbTab/BbTab.css +1 -0
- package/dist/components/BbTable/BbTable.css +1 -0
- package/dist/components/BbTag/BbTag.css +1 -0
- package/dist/components/BbTextInput/BbTextInput.css +1 -0
- package/dist/components/BbTextarea/BbTextarea.css +1 -0
- package/dist/components/BbToast/BbToast.css +1 -0
- package/dist/components/BbTooltip/BbTooltip.css +1 -0
- package/dist/components/BbTree/BbTree.css +1 -0
- package/dist/components/ChipsBox.css +1 -0
- package/dist/components/CommaBox.css +1 -0
- package/dist/components/CommonFloating.css +1 -0
- package/dist/components/CommonInputOuterContainer.css +1 -0
- package/dist/components/ErrorIcon.css +1 -0
- package/dist/components/OptionsContainer.css +1 -0
- package/dist/components/Transitions/Slide.css +1 -0
- package/dist/components/Transitions/SlideBack.css +1 -0
- package/dist/index.js +141 -142
- package/dist/index10.js +35 -74
- package/dist/{index102.js → index101.js} +2 -2
- package/dist/{index104.js → index103.js} +2 -2
- package/dist/{index106.js → index105.js} +2 -2
- package/dist/{index108.js → index107.js} +7 -7
- package/dist/{index110.js → index109.js} +9 -9
- package/dist/index11.js +189 -36
- package/dist/{index112.js → index111.js} +2 -2
- package/dist/{index114.js → index113.js} +2 -2
- package/dist/{index116.js → index115.js} +2 -2
- package/dist/{index118.js → index117.js} +3 -3
- package/dist/{index120.js → index119.js} +8 -8
- package/dist/index12.js +80 -191
- package/dist/{index122.js → index121.js} +1 -1
- package/dist/index123.js +42 -0
- package/dist/index124.js +39 -35
- package/dist/index125.js +46 -39
- package/dist/index126.js +42 -46
- package/dist/index127.js +31 -43
- package/dist/index128.js +2 -35
- package/dist/index129.js +21 -2
- package/dist/index130.js +2 -21
- package/dist/index131.js +340 -2
- package/dist/index132.js +22 -337
- package/dist/index133.js +2 -25
- package/dist/index134.js +5 -2
- package/dist/index135.js +9 -5
- package/dist/index136.js +5 -8
- package/dist/index137.js +3 -6
- package/dist/index138.js +1 -1
- package/dist/index139.js +1 -1
- package/dist/{index15.js → index14.js} +2 -2
- package/dist/index140.js +1 -1
- package/dist/index141.js +1 -1
- package/dist/index142.js +1 -1
- package/dist/index143.js +1 -1
- package/dist/index144.js +1 -1
- package/dist/index145.js +1 -1
- package/dist/index146.js +1 -1
- package/dist/index147.js +1 -1
- package/dist/index148.js +1 -1
- package/dist/index149.js +1 -1
- package/dist/index150.js +1 -1
- 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/{index17.js → index16.js} +3 -3
- 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 +2 -2
- package/dist/index168.js +5 -0
- 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 +2 -2
- package/dist/index177.js +4 -0
- package/dist/index178.js +3 -2
- package/dist/index179.js +1 -1
- package/dist/{index19.js → 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 +1 -1
- package/dist/index184.js +1 -1
- package/dist/index185.js +1 -1
- package/dist/index186.js +1 -1
- package/dist/index187.js +2 -2
- package/dist/index188.js +1 -1
- package/dist/index189.js +1 -1
- package/dist/{index167.js → index193.js} +1 -1
- package/dist/index194.js +1 -1
- package/dist/index195.js +1 -1
- package/dist/index196.js +1 -1
- package/dist/index197.js +1 -1
- package/dist/index198.js +1 -1
- package/dist/index199.js +1 -1
- package/dist/{index21.js → index20.js} +17 -18
- package/dist/index200.js +1 -1
- package/dist/index201.js +1 -1
- package/dist/index202.js +1 -1
- package/dist/index203.js +81 -3
- package/dist/index205.js +5 -6
- package/dist/index207.js +1 -1
- package/dist/index208.js +8 -5
- package/dist/index209.js +2 -16
- package/dist/index210.js +4 -16
- package/dist/index211.js +124 -17
- package/dist/index212.js +5 -19
- package/dist/index213.js +121 -23
- package/dist/index214.js +19 -3
- package/dist/index215.js +16 -2
- package/dist/index216.js +16 -8
- package/dist/index217.js +2 -249
- package/dist/index218.js +2 -52
- package/dist/index219.js +41 -44
- package/dist/{index23.js → index22.js} +19 -19
- package/dist/index220.js +20 -5
- package/dist/index221.js +5 -59
- package/dist/index222.js +5 -3
- package/dist/index223.js +12 -3
- package/dist/index224.js +366 -38
- package/dist/index225.js +2 -6
- package/dist/index226.js +3 -7
- package/dist/index227.js +4 -12
- package/dist/index228.js +3 -81
- package/dist/index229.js +7 -164
- package/dist/index230.js +164 -84
- package/dist/index231.js +86 -0
- package/dist/index233.js +19 -4
- package/dist/index234.js +27 -2
- package/dist/index235.js +3 -20
- package/dist/index236.js +249 -4
- package/dist/index237.js +49 -123
- package/dist/index238.js +44 -125
- package/dist/index239.js +5 -2
- package/dist/{index25.js → index24.js} +8 -8
- package/dist/index240.js +60 -5
- package/dist/index241.js +2 -369
- package/dist/index242.js +18 -2
- package/dist/index243.js +106 -2
- package/dist/index245.js +47 -53
- package/dist/index247.js +2 -100
- package/dist/index248.js +12 -0
- package/dist/index249.js +2 -9
- package/dist/index250.js +3 -3
- package/dist/index252.js +7 -23
- package/dist/index253.js +8 -88
- package/dist/index254.js +25 -0
- package/dist/index255.js +89 -6
- package/dist/index257.js +4 -9
- package/dist/index258.js +281 -3
- package/dist/index259.js +8 -0
- package/dist/{index27.js → index26.js} +5 -5
- package/dist/index260.js +2 -7
- package/dist/index261.js +2 -281
- package/dist/index262.js +2 -6
- package/dist/index263.js +2 -2
- package/dist/index265.js +126 -2
- package/dist/index266.js +431 -2
- package/dist/index267.js +176 -2
- package/dist/index268.js +22 -2
- package/dist/index270.js +1 -1
- package/dist/index271.js +224 -2
- package/dist/index272.js +5 -1
- package/dist/index273.js +15 -27
- package/dist/index274.js +9 -22
- package/dist/index275.js +202 -0
- package/dist/index276.js +431 -219
- package/dist/index277.js +120 -424
- package/dist/index278.js +89 -2
- package/dist/index279.js +3 -89
- package/dist/index280.js +12 -3
- package/dist/index281.js +9 -12
- package/dist/index282.js +8 -8
- package/dist/index283.js +15 -7
- package/dist/index284.js +4 -17
- package/dist/index285.js +2 -4
- package/dist/index286.js +2 -4
- package/dist/index287.js +2 -176
- package/dist/index288.js +2 -200
- package/dist/index289.js +2 -2
- package/dist/index290.js +2 -66
- package/dist/index291.js +28 -2
- package/dist/index292.js +21 -125
- package/dist/index294.js +4 -0
- package/dist/index295.js +3 -5
- package/dist/index296.js +3 -436
- package/dist/index297.js +210 -126
- package/dist/index298.js +5 -3
- package/dist/index299.js +65 -2
- package/dist/index3.js +16 -0
- package/dist/{index31.js → index30.js} +2 -2
- package/dist/index300.js +33 -211
- package/dist/index301.js +5 -3
- package/dist/index302.js +8 -3
- package/dist/index303.js +4 -3
- package/dist/index304.js +3 -58
- package/dist/index305.js +3 -7
- package/dist/index306.js +3 -19
- package/dist/index307.js +57 -4
- package/dist/index308.js +10 -7
- package/dist/index309.js +6 -32
- package/dist/index310.js +6 -6
- package/dist/index311.js +18 -3
- package/dist/index312.js +46 -10
- package/dist/index313.js +1 -1
- package/dist/index315.js +1 -1
- package/dist/index316.js +426 -0
- package/dist/index317.js +43 -420
- package/dist/{index33.js → index32.js} +3 -3
- package/dist/{index35.js → index34.js} +4 -4
- package/dist/{index37.js → index36.js} +20 -21
- package/dist/{index39.js → index38.js} +6 -6
- package/dist/index4.js +40 -14
- package/dist/{index41.js → index40.js} +2 -2
- package/dist/{index43.js → index42.js} +3 -3
- package/dist/{index45.js → index44.js} +19 -20
- package/dist/{index47.js → index46.js} +1 -1
- package/dist/index5.js +76 -38
- package/dist/{index51.js → index50.js} +3 -3
- package/dist/{index53.js → index52.js} +2 -2
- package/dist/{index55.js → index54.js} +2 -2
- package/dist/{index57.js → index56.js} +2 -2
- package/dist/{index59.js → index58.js} +1 -1
- package/dist/index6.js +62 -78
- package/dist/{index61.js → index60.js} +7 -8
- package/dist/{index63.js → index62.js} +2 -2
- package/dist/{index65.js → index64.js} +2 -2
- package/dist/{index67.js → index66.js} +2 -2
- package/dist/{index69.js → index68.js} +4 -4
- package/dist/index7.js +10 -60
- package/dist/{index71.js → index70.js} +2 -2
- package/dist/{index73.js → index72.js} +1 -1
- package/dist/{index75.js → index74.js} +8 -8
- package/dist/{index77.js → index76.js} +6 -7
- package/dist/{index79.js → index78.js} +4 -4
- package/dist/index8.js +7 -11
- package/dist/index80.js +46 -0
- package/dist/index81.js +120 -37
- package/dist/{index84.js → index83.js} +5 -5
- package/dist/{index86.js → index85.js} +17 -18
- package/dist/{index88.js → index87.js} +7 -7
- package/dist/{index90.js → index89.js} +1 -1
- package/dist/index9.js +78 -7
- package/dist/{index92.js → index91.js} +2 -2
- package/dist/{index94.js → index93.js} +2 -2
- package/dist/{index96.js → index95.js} +2 -2
- package/dist/{index100.js → index99.js} +2 -2
- package/package.json +2 -2
- package/dist/index13.js +0 -84
- package/dist/index176.js +0 -5
- package/dist/index192.js +0 -5
- package/dist/index232.js +0 -4
- package/dist/index244.js +0 -20
- package/dist/index251.js +0 -11
- package/dist/index256.js +0 -18
- package/dist/index269.js +0 -4
- package/dist/index293.js +0 -24
- package/dist/index314.js +0 -49
- package/dist/index319.js +0 -49
- package/dist/index82.js +0 -129
- package/dist/style.css +0 -1
- /package/dist/{index165.js → index166.js} +0 -0
- /package/dist/{index190.js → index191.js} +0 -0
- /package/dist/{index29.js → index28.js} +0 -0
- /package/dist/{index49.js → index48.js} +0 -0
- /package/dist/{index98.js → index97.js} +0 -0
@@ -1,19 +1,18 @@
|
|
1
|
-
import { defineComponent as Y, ref as i, computed as k, toRef as B, openBlock as
|
1
|
+
import { defineComponent as Y, ref as i, computed as k, toRef as B, openBlock as m, createBlock as C, normalizeClass as x, withCtx as a, renderSlot as s, createVNode as O, unref as v, createElementVNode as $, createElementBlock as ee, Fragment as te, createCommentVNode as oe, withDirectives as ne, mergeProps as le, isRef as ae, withModifiers as d, withKeys as y, vModelDynamic as re, nextTick as ie } from "vue";
|
2
2
|
/* empty css */
|
3
|
-
|
4
|
-
import ue from "./index127.js";
|
3
|
+
import ue from "./index126.js";
|
5
4
|
/* empty css */
|
6
|
-
import { isNotNil as se } from "./
|
7
|
-
import { last as de } from "./
|
8
|
-
import { useOptions as pe } from "./
|
9
|
-
import ce from "./
|
5
|
+
import { isNotNil as se } from "./index133.js";
|
6
|
+
import { last as de } from "./index218.js";
|
7
|
+
import { useOptions as pe } from "./index230.js";
|
8
|
+
import ce from "./index243.js";
|
10
9
|
/* empty css */
|
11
|
-
import
|
10
|
+
import fe from "./index245.js";
|
12
11
|
/* empty css */
|
13
|
-
import
|
12
|
+
import me from "./index205.js";
|
14
13
|
/* empty css */
|
15
14
|
import ve from "./index207.js";
|
16
|
-
const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "placeholder", "readonly", "required", "onKeydown"],
|
15
|
+
const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "placeholder", "readonly", "required", "onKeydown"], Ne = /* @__PURE__ */ Y({
|
17
16
|
__name: "BaseTag",
|
18
17
|
props: {
|
19
18
|
"append:icon": {},
|
@@ -93,9 +92,9 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
93
92
|
}
|
94
93
|
if (/^[A-Za-z0-9]$/.test(e.key) && ((n = r.value) == null || n.blur()), e.key === t.divider || e.key === "Unidentified" && o.value.includes(t.divider)) {
|
95
94
|
if (t.divider.length === 1 && o.value.includes(t.divider)) {
|
96
|
-
const
|
97
|
-
if (
|
98
|
-
o.value =
|
95
|
+
const f = o.value.split(t.divider)[0];
|
96
|
+
if (f)
|
97
|
+
o.value = f;
|
99
98
|
else {
|
100
99
|
o.value = "";
|
101
100
|
return;
|
@@ -132,7 +131,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
132
131
|
onKeyup: (e) => l("keyup", e),
|
133
132
|
onInput: (e) => l("input", e)
|
134
133
|
};
|
135
|
-
return (e, n) => (
|
134
|
+
return (e, n) => (m(), C(ve, {
|
136
135
|
ref_key: "outerContainer",
|
137
136
|
ref: b,
|
138
137
|
class: x({
|
@@ -152,7 +151,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
152
151
|
s(e.$slots, "append-outer")
|
153
152
|
]),
|
154
153
|
default: a(() => [
|
155
|
-
O(
|
154
|
+
O(me, {
|
156
155
|
ref_key: "innerContainer",
|
157
156
|
ref: T,
|
158
157
|
"append:icon": t["append:icon"],
|
@@ -175,13 +174,13 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
175
174
|
O(v(ue), { tag: "span" }, {
|
176
175
|
default: a(() => [
|
177
176
|
$("span", ye, [
|
178
|
-
e.multiple ? (
|
179
|
-
e.comma ? (
|
177
|
+
e.multiple ? (m(), ee(te, { key: 0 }, [
|
178
|
+
e.comma ? (m(), C(fe, {
|
180
179
|
key: 0,
|
181
180
|
ref_key: "commaBox",
|
182
181
|
ref: V,
|
183
182
|
options: v(u)
|
184
|
-
}, null, 8, ["options"])) : (
|
183
|
+
}, null, 8, ["options"])) : (m(), C(ce, {
|
185
184
|
key: 1,
|
186
185
|
ref_key: "chipsBox",
|
187
186
|
ref: w,
|
@@ -194,7 +193,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
194
193
|
ref_key: "input",
|
195
194
|
ref: p
|
196
195
|
}, X, {
|
197
|
-
"onUpdate:modelValue": n[0] || (n[0] = (
|
196
|
+
"onUpdate:modelValue": n[0] || (n[0] = (f) => ae(o) ? o.value = f : null),
|
198
197
|
"aria-describedby": e.ariaDescribedby,
|
199
198
|
autocomplete: e.autocomplete,
|
200
199
|
autofocus: e.autofocus,
|
@@ -229,5 +228,5 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
229
228
|
}
|
230
229
|
});
|
231
230
|
export {
|
232
|
-
|
231
|
+
Ne as default
|
233
232
|
};
|
@@ -2,7 +2,7 @@ import { defineComponent as w, ref as g, computed as u, onMounted as y, watch as
|
|
2
2
|
import v from "./index207.js";
|
3
3
|
import E from "./index205.js";
|
4
4
|
/* empty css */
|
5
|
-
import G from "./
|
5
|
+
import G from "./index126.js";
|
6
6
|
/* empty css */
|
7
7
|
const M = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "rows", "value"], z = /* @__PURE__ */ w({
|
8
8
|
__name: "BaseTextarea",
|
package/dist/index5.js
CHANGED
@@ -1,42 +1,80 @@
|
|
1
|
-
import { ref as
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
import { ref as u, watch as c, reactive as x, computed as f } from "vue";
|
2
|
+
import { isNil as l } from "./index128.js";
|
3
|
+
let r = [];
|
4
|
+
const i = u(null);
|
5
|
+
c(
|
6
|
+
() => i.value,
|
7
|
+
() => {
|
8
|
+
typeof i.value == "boolean" && (r.forEach((s) => s()), r = []);
|
9
|
+
}
|
10
|
+
);
|
11
|
+
const o = {
|
12
|
+
actions: !0,
|
13
|
+
description: "",
|
14
|
+
loading: !1,
|
15
|
+
no: !0,
|
16
|
+
noText: "",
|
17
|
+
open: !1,
|
18
|
+
size: "sm",
|
19
|
+
text: "",
|
20
|
+
theme: "default",
|
21
|
+
title: "",
|
22
|
+
yes: !0,
|
23
|
+
yesText: ""
|
24
|
+
}, d = {
|
25
|
+
actions: !0,
|
26
|
+
description: "",
|
27
|
+
no: !0,
|
28
|
+
noText: "Annulla",
|
29
|
+
text: "",
|
30
|
+
theme: "default",
|
31
|
+
title: "",
|
32
|
+
yes: !0,
|
33
|
+
yesText: "OK"
|
34
|
+
}, e = x({
|
35
|
+
...o
|
36
|
+
}), m = f(() => [
|
37
|
+
{
|
38
|
+
text: e.noText,
|
39
|
+
handler: () => {
|
40
|
+
i.value = !1;
|
9
41
|
}
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
var t;
|
16
|
-
s[e] === void 0 && (s[e] = []), (t = s[e]) == null || t.push(n), a.removeonUnmount && s[e] && h(() => {
|
17
|
-
const c = s[e], u = c.indexOf(n);
|
18
|
-
u !== -1 && c.splice(u, 1);
|
19
|
-
});
|
20
|
-
};
|
21
|
-
try {
|
22
|
-
o.value = new BroadcastChannel(l), o.value.addEventListener(
|
23
|
-
"message",
|
24
|
-
(e) => {
|
25
|
-
const n = e.data, a = s[n.type] ?? [];
|
26
|
-
"params" in n ? a.forEach((t) => t(n.params)) : a.forEach((t) => t());
|
27
|
-
},
|
28
|
-
{ passive: !0 }
|
29
|
-
);
|
30
|
-
} catch (e) {
|
31
|
-
console.error(e);
|
42
|
+
},
|
43
|
+
{
|
44
|
+
text: e.yesText,
|
45
|
+
handler: () => {
|
46
|
+
i.value = !0;
|
32
47
|
}
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
48
|
+
}
|
49
|
+
]), y = () => ({
|
50
|
+
/**
|
51
|
+
* The confirm function. It accepts a set of options defining
|
52
|
+
* the behavior of the modal and returns `Promise<boolean>`
|
53
|
+
* when the user accepts, declines, or ignores the modal.
|
54
|
+
*/
|
55
|
+
confirm: (s) => {
|
56
|
+
i.value = null;
|
57
|
+
const n = { ...d, ...s }, t = { ...o };
|
58
|
+
return t.title = n.title, t.text = n.text, n.description && (t.description = n.description), n.noText && (t.noText = n.noText), n.yesText && (t.yesText = n.yesText), n.size && (t.size = n.size), n.theme && (t.theme = n.theme), l(n.yes) || (t.yes = !!n.yes), l(n.no) || (t.no = !!n.no), l(n.actions) || (t.actions = !!n.actions), e.actions = t.actions, e.description = t.description, e.no = t.no, e.noText = t.noText, e.open = !0, e.size = t.size, e.text = t.text, e.theme = t.theme, e.title = t.title, e.yes = t.yes, e.yesText = t.yesText, new Promise((a) => {
|
59
|
+
r.push(() => a(i.value));
|
60
|
+
});
|
61
|
+
},
|
62
|
+
/**
|
63
|
+
* Sets the state of the confirm to loading and displays a spinner.
|
64
|
+
*/
|
65
|
+
setLoading: (s = !0) => {
|
66
|
+
e.loading = s;
|
67
|
+
},
|
68
|
+
/**
|
69
|
+
* Closes the confirmation modal. It is a manual operation
|
70
|
+
* so you can update the state while the modal is still open.
|
71
|
+
*/
|
72
|
+
close: () => (e.description = o.description, e.loading = o.loading, e.noText = o.noText, e.open = o.open, e.text = o.text, e.theme = o.theme, e.title = o.title, e.yesText = o.yesText, i.value = !1, Promise.resolve().then(() => {
|
73
|
+
i.value = null;
|
74
|
+
}))
|
75
|
+
});
|
40
76
|
export {
|
41
|
-
|
77
|
+
m as actions,
|
78
|
+
e as state,
|
79
|
+
y as useConfirm
|
42
80
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as f, ref as _, watch as v, openBlock as b, createElementBlock as h, createVNode as n, unref as t, normalizeClass as d, withModifiers as g, withCtx as s, renderSlot as u } from "vue";
|
2
|
-
import { useId as V } from "./
|
3
|
-
import $ from "./
|
2
|
+
import { useId as V } from "./index7.js";
|
3
|
+
import $ from "./index12.js";
|
4
4
|
/* empty css */
|
5
|
-
import B from "./
|
5
|
+
import B from "./index124.js";
|
6
6
|
/* empty css */
|
7
7
|
const y = { class: "bb-accordion" }, A = /* @__PURE__ */ f({
|
8
8
|
__name: "BbAccordion",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent as h, ref as v, watch as k, openBlock as s, createBlock as i, normalizeClass as C, withCtx as w, createElementVNode as t, createCommentVNode as r, createElementBlock as V, renderSlot as n, normalizeProps as c, guardReactiveProps as d, createTextVNode as m, toDisplayString as u } from "vue";
|
2
|
-
import y from "./
|
2
|
+
import y from "./index124.js";
|
3
3
|
/* empty css */
|
4
|
-
import z from "./
|
4
|
+
import z from "./index125.js";
|
5
5
|
/* empty css */
|
6
6
|
const B = {
|
7
7
|
class: "bb-alert__inner-container",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent as z, computed as b, ref as o, onMounted as g, openBlock as l, createElementBlock as i, normalizeProps as h, guardReactiveProps as k, renderSlot as y } from "vue";
|
2
|
-
import { isCssColor as _ } from "./
|
3
|
-
import { wait as C } from "./
|
2
|
+
import { isCssColor as _ } from "./index209.js";
|
3
|
+
import { wait as C } from "./index130.js";
|
4
4
|
const w = ["alt", "sizes", "src", "srcset"], B = {
|
5
5
|
key: 1,
|
6
6
|
class: "bb-avatar__fallback"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent as p, useSlots as d, computed as n, openBlock as m, createElementBlock as u, normalizeClass as g, createElementVNode as s, renderSlot as l, mergeProps as f, createTextVNode as _, toDisplayString as y } from "vue";
|
2
|
-
import { isCssColor as r } from "./
|
3
|
-
import { isNil as B } from "./
|
2
|
+
import { isCssColor as r } from "./index209.js";
|
3
|
+
import { isNil as B } from "./index128.js";
|
4
4
|
const C = { class: "bb-badge__wrapper" }, h = { class: "bb-badge__content-inner" }, S = /* @__PURE__ */ p({
|
5
5
|
__name: "BbBadge",
|
6
6
|
props: {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as n, openBlock as r, createElementBlock as t, Fragment as l, renderList as m, createElementVNode as b, renderSlot as d, createVNode as p, mergeProps as u, withCtx as c, createTextVNode as f, toDisplayString as _ } from "vue";
|
2
|
-
import h from "./
|
2
|
+
import h from "./index12.js";
|
3
3
|
/* empty css */
|
4
4
|
const B = ["aria-label"], $ = { class: "bb-breadcrumbs__breadcrumb-container" }, k = {
|
5
5
|
"aria-hidden": "true",
|
package/dist/index6.js
CHANGED
@@ -1,80 +1,64 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
|
4
|
-
const
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
)
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
},
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
/**
|
63
|
-
* Sets the state of the confirm to loading and displays a spinner.
|
64
|
-
*/
|
65
|
-
setLoading: (s = !0) => {
|
66
|
-
e.loading = s;
|
67
|
-
},
|
68
|
-
/**
|
69
|
-
* Closes the confirmation modal. It is a manual operation
|
70
|
-
* so you can update the state while the modal is still open.
|
71
|
-
*/
|
72
|
-
close: () => (e.description = o.description, e.loading = o.loading, e.noText = o.noText, e.open = o.open, e.text = o.text, e.theme = o.theme, e.title = o.title, e.yesText = o.yesText, i.value = !1, Promise.resolve().then(() => {
|
73
|
-
i.value = null;
|
74
|
-
}))
|
75
|
-
});
|
1
|
+
import { getAsPercentage as p } from "./index129.js";
|
2
|
+
import { wait as w } from "./index130.js";
|
3
|
+
import { ref as c, computed as o, onBeforeUnmount as H } from "vue";
|
4
|
+
const Y = ({
|
5
|
+
duration: t,
|
6
|
+
onStart: f,
|
7
|
+
onFinish: i,
|
8
|
+
onStop: s
|
9
|
+
}) => {
|
10
|
+
if (!t)
|
11
|
+
throw new Error("You must define a duration for the coundown");
|
12
|
+
const e = c(t), u = c(0), M = o(() => p(u.value, t)), m = 100, r = c(!1), n = c(!1);
|
13
|
+
let a;
|
14
|
+
const I = () => {
|
15
|
+
u.value === t || r.value && !n.value || (f && f(), n.value = !1, r.value = !0, a = setInterval(() => {
|
16
|
+
e.value = Math.max(e.value - m, 0), u.value = Math.min(u.value + m, t), e.value === 0 && w(0).then(() => {
|
17
|
+
clearInterval(a), r.value = !1, s && s(), i && i();
|
18
|
+
});
|
19
|
+
}, m));
|
20
|
+
}, d = () => {
|
21
|
+
A(), I();
|
22
|
+
}, A = () => {
|
23
|
+
a && clearInterval(a), n.value || s && s(), e.value = t, u.value = 0, r.value = !1, n.value = !1;
|
24
|
+
}, g = () => {
|
25
|
+
a && clearInterval(a), n.value || s && s(), n.value = !0;
|
26
|
+
}, y = o(() => {
|
27
|
+
const l = Math.trunc(e.value / 864e5), v = Math.trunc((e.value - l * 864e5) / 36e5), h = Math.trunc(
|
28
|
+
(e.value - v * 36e5 - l * 864e5) / 6e4
|
29
|
+
), D = Math.trunc(
|
30
|
+
(e.value - h * 6e4 - v * 36e5 - l * 864e5) / 1e3
|
31
|
+
);
|
32
|
+
return {
|
33
|
+
days: l,
|
34
|
+
hours: v,
|
35
|
+
minutes: h,
|
36
|
+
seconds: D
|
37
|
+
};
|
38
|
+
});
|
39
|
+
return H(() => clearInterval(a)), {
|
40
|
+
/** Elapsed milliseconds since starting the timer */
|
41
|
+
elapsed: o(() => u.value),
|
42
|
+
/** Remaining milliseconds */
|
43
|
+
remaining: o(() => e.value),
|
44
|
+
/** Remaining as a formatted object for display */
|
45
|
+
remainingFormatted: y,
|
46
|
+
/** Percentage of elapsed time against duration */
|
47
|
+
progress: M,
|
48
|
+
/** Starts the timer */
|
49
|
+
start: I,
|
50
|
+
/** Reset the timer to intiial state and starts again */
|
51
|
+
restart: d,
|
52
|
+
/** Pauses the timer */
|
53
|
+
pause: g,
|
54
|
+
/** Reset the timer to initial state, if the timer is running it is stopped */
|
55
|
+
reset: A,
|
56
|
+
/** Boolean, is the timer running (paused doesn't change running state) */
|
57
|
+
running: r,
|
58
|
+
/** Boolean is the timer paused */
|
59
|
+
paused: n
|
60
|
+
};
|
61
|
+
};
|
76
62
|
export {
|
77
|
-
|
78
|
-
e as state,
|
79
|
-
y as useConfirm
|
63
|
+
Y as useCountdown
|
80
64
|
};
|
@@ -1,18 +1,17 @@
|
|
1
1
|
import { defineComponent as _, ref as f, computed as c, useAttrs as g, toRef as v, openBlock as t, createBlock as a, unref as p, mergeProps as B, withCtx as k, createVNode as C, createCommentVNode as l, createElementVNode as h, normalizeClass as L, renderSlot as S, createTextVNode as V, toDisplayString as x, createElementBlock as F } from "vue";
|
2
2
|
/* empty css */
|
3
|
-
|
4
|
-
import N from "./index13.js";
|
3
|
+
import N from "./index12.js";
|
5
4
|
/* empty css */
|
6
|
-
import r from "./
|
5
|
+
import r from "./index125.js";
|
7
6
|
/* empty css */
|
8
|
-
import P from "./
|
7
|
+
import P from "./index127.js";
|
9
8
|
/* empty css */
|
10
|
-
import { pickBy as $ } from "./
|
11
|
-
import { noop as A } from "./
|
9
|
+
import { pickBy as $ } from "./index248.js";
|
10
|
+
import { noop as A } from "./index249.js";
|
12
11
|
const T = {
|
13
12
|
key: 2,
|
14
13
|
class: "bb-button__loading-label sr-only"
|
15
|
-
},
|
14
|
+
}, G = /* @__PURE__ */ _({
|
16
15
|
__name: "BbButton",
|
17
16
|
props: {
|
18
17
|
autoLoading: { type: Boolean },
|
@@ -109,5 +108,5 @@ const T = {
|
|
109
108
|
}
|
110
109
|
});
|
111
110
|
export {
|
112
|
-
|
111
|
+
G as default
|
113
112
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent as c, ref as f, computed as v, openBlock as y, createBlock as k, withCtx as r, renderSlot as n, normalizeProps as w, guardReactiveProps as B, createVNode as V, mergeProps as i } from "vue";
|
2
|
-
import g from "./
|
2
|
+
import g from "./index16.js";
|
3
3
|
/* empty css */
|
4
|
-
import P from "./
|
4
|
+
import P from "./index26.js";
|
5
5
|
/* empty css */
|
6
6
|
const E = /* @__PURE__ */ c({
|
7
7
|
__name: "BbCheckbox",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent as f, ref as v, computed as g, openBlock as y, createBlock as B, withCtx as a, renderSlot as i, normalizeProps as l, guardReactiveProps as r, createVNode as $, mergeProps as w } from "vue";
|
2
|
-
import T from "./
|
2
|
+
import T from "./index18.js";
|
3
3
|
/* empty css */
|
4
|
-
import V from "./
|
4
|
+
import V from "./index26.js";
|
5
5
|
/* empty css */
|
6
6
|
const E = /* @__PURE__ */ f({
|
7
7
|
__name: "BbCheckboxGroup",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent as c, ref as h, computed as b, openBlock as f, createBlock as y, withCtx as r, renderSlot as n, normalizeProps as v, guardReactiveProps as B, createVNode as w, mergeProps as g } from "vue";
|
2
|
-
import $ from "./
|
2
|
+
import $ from "./index26.js";
|
3
3
|
/* empty css */
|
4
|
-
import k from "./
|
4
|
+
import k from "./index14.js";
|
5
5
|
/* empty css */
|
6
6
|
const E = /* @__PURE__ */ c({
|
7
7
|
__name: "BbColorInput",
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { defineComponent as k, computed as _, openBlock as n, createBlock as l, unref as e, createSlots as h, withCtx as s, createElementBlock as f, toDisplayString as c, createCommentVNode as m, renderSlot as d, createElementVNode as g, createVNode as C, renderList as $, normalizeProps as x, guardReactiveProps as V, mergeProps as z, createTextVNode as u } from "vue";
|
2
|
-
import { actions as p, state as o } from "./
|
3
|
-
import A from "./
|
2
|
+
import { actions as p, state as o } from "./index5.js";
|
3
|
+
import A from "./index24.js";
|
4
4
|
/* empty css */
|
5
|
-
import B from "./
|
5
|
+
import B from "./index127.js";
|
6
6
|
/* empty css */
|
7
|
-
import v from "./
|
7
|
+
import v from "./index60.js";
|
8
8
|
/* empty css */
|
9
9
|
const N = {
|
10
10
|
key: 0,
|
package/dist/index7.js
CHANGED
@@ -1,64 +1,14 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
if (!t)
|
11
|
-
throw new Error("You must define a duration for the coundown");
|
12
|
-
const e = c(t), u = c(0), M = o(() => p(u.value, t)), m = 100, r = c(!1), n = c(!1);
|
13
|
-
let a;
|
14
|
-
const I = () => {
|
15
|
-
u.value === t || r.value && !n.value || (f && f(), n.value = !1, r.value = !0, a = setInterval(() => {
|
16
|
-
e.value = Math.max(e.value - m, 0), u.value = Math.min(u.value + m, t), e.value === 0 && w(0).then(() => {
|
17
|
-
clearInterval(a), r.value = !1, s && s(), i && i();
|
18
|
-
});
|
19
|
-
}, m));
|
20
|
-
}, d = () => {
|
21
|
-
A(), I();
|
22
|
-
}, A = () => {
|
23
|
-
a && clearInterval(a), n.value || s && s(), e.value = t, u.value = 0, r.value = !1, n.value = !1;
|
24
|
-
}, g = () => {
|
25
|
-
a && clearInterval(a), n.value || s && s(), n.value = !0;
|
26
|
-
}, y = o(() => {
|
27
|
-
const l = Math.trunc(e.value / 864e5), v = Math.trunc((e.value - l * 864e5) / 36e5), h = Math.trunc(
|
28
|
-
(e.value - v * 36e5 - l * 864e5) / 6e4
|
29
|
-
), D = Math.trunc(
|
30
|
-
(e.value - h * 6e4 - v * 36e5 - l * 864e5) / 1e3
|
31
|
-
);
|
32
|
-
return {
|
33
|
-
days: l,
|
34
|
-
hours: v,
|
35
|
-
minutes: h,
|
36
|
-
seconds: D
|
37
|
-
};
|
38
|
-
});
|
39
|
-
return H(() => clearInterval(a)), {
|
40
|
-
/** Elapsed milliseconds since starting the timer */
|
41
|
-
elapsed: o(() => u.value),
|
42
|
-
/** Remaining milliseconds */
|
43
|
-
remaining: o(() => e.value),
|
44
|
-
/** Remaining as a formatted object for display */
|
45
|
-
remainingFormatted: y,
|
46
|
-
/** Percentage of elapsed time against duration */
|
47
|
-
progress: M,
|
48
|
-
/** Starts the timer */
|
49
|
-
start: I,
|
50
|
-
/** Reset the timer to intiial state and starts again */
|
51
|
-
restart: d,
|
52
|
-
/** Pauses the timer */
|
53
|
-
pause: g,
|
54
|
-
/** Reset the timer to initial state, if the timer is running it is stopped */
|
55
|
-
reset: A,
|
56
|
-
/** Boolean, is the timer running (paused doesn't change running state) */
|
57
|
-
running: r,
|
58
|
-
/** Boolean is the timer paused */
|
59
|
-
paused: n
|
1
|
+
import { ref as s, useId as t } from "vue";
|
2
|
+
const r = () => "bb-ui-" + t(), n = () => {
|
3
|
+
const e = s(r());
|
4
|
+
return {
|
5
|
+
/**
|
6
|
+
* The generated id
|
7
|
+
*/
|
8
|
+
id: e,
|
9
|
+
refresh: () => e.value = r()
|
60
10
|
};
|
61
11
|
};
|
62
12
|
export {
|
63
|
-
|
13
|
+
n as useId
|
64
14
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent as m, ref as u, computed as c, openBlock as h, createBlock as f, withCtx as l, renderSlot as b, normalizeProps as v, guardReactiveProps as y, createVNode as w, mergeProps as g } from "vue";
|
2
|
-
import B from "./
|
2
|
+
import B from "./index22.js";
|
3
3
|
/* empty css */
|
4
|
-
import k from "./
|
4
|
+
import k from "./index26.js";
|
5
5
|
/* empty css */
|
6
6
|
const E = /* @__PURE__ */ m({
|
7
7
|
__name: "BbDatePickerInput",
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as d, computed as u, openBlock as m, createBlock as f, mergeProps as y, withCtx as l, renderSlot as t, normalizeProps as a, guardReactiveProps as r } from "vue";
|
2
|
-
import $ from "./
|
2
|
+
import $ from "./index24.js";
|
3
3
|
/* empty css */
|
4
4
|
const b = /* @__PURE__ */ d({
|
5
5
|
__name: "BbDialog",
|
@@ -1,14 +1,14 @@
|
|
1
1
|
import { defineComponent as X, computed as A, ref as y, openBlock as h, createElementBlock as T, mergeProps as B, createElementVNode as H, renderSlot as w, normalizeProps as Y, guardReactiveProps as Z, unref as $, createVNode as C, withCtx as O, normalizeStyle as x, Fragment as K, renderList as ee, createBlock as P, createCommentVNode as N, toDisplayString as te } from "vue";
|
2
|
-
import { findRightIndex as I } from "./
|
3
|
-
import { useId as ne } from "./
|
4
|
-
import { wait as oe } from "./
|
5
|
-
import { useIntersectionObserver as ae } from "./
|
6
|
-
import le from "./
|
2
|
+
import { findRightIndex as I } from "./index253.js";
|
3
|
+
import { useId as ne } from "./index7.js";
|
4
|
+
import { wait as oe } from "./index130.js";
|
5
|
+
import { useIntersectionObserver as ae } from "./index131.js";
|
6
|
+
import le from "./index12.js";
|
7
7
|
/* empty css */
|
8
|
-
import V from "./
|
9
|
-
import se from "./
|
8
|
+
import V from "./index254.js";
|
9
|
+
import se from "./index255.js";
|
10
10
|
/* empty css */
|
11
|
-
import j from "./
|
11
|
+
import j from "./index125.js";
|
12
12
|
/* empty css */
|
13
13
|
const ie = { class: "item__content" }, ke = /* @__PURE__ */ X({
|
14
14
|
__name: "BbDropdown",
|