@wwtdev/bsds-components-vue3 3.0.14 → 3.0.15
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/lib/bsds-components.js +863 -853
- package/lib/bsds-components.js.map +1 -1
- package/lib/components.css +1 -1
- package/package.json +2 -2
package/lib/bsds-components.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { shallowRef as ut, ref as I, computed as f, readonly as ye, shallowReadonly as Gi, useId as Ce, useAttrs as We, inject as ce, unref as h, warn as ct, watch as G, createElementBlock as y, openBlock as d, createElementVNode as C, createCommentVNode as O, createVNode as F, renderSlot as A, createBlock as P, resolveDynamicComponent as ie, createTextVNode as Q, toDisplayString as M, onMounted as oe, useSlots as
|
|
1
|
+
import { shallowRef as ut, ref as I, computed as f, readonly as ye, shallowReadonly as Gi, useId as Ce, useAttrs as We, inject as ce, unref as h, warn as ct, watch as G, createElementBlock as y, openBlock as d, createElementVNode as C, createCommentVNode as O, createVNode as F, renderSlot as A, createBlock as P, resolveDynamicComponent as ie, createTextVNode as Q, toDisplayString as M, onMounted as oe, useSlots as Tt, mergeProps as X, withCtx as V, Fragment as ee, onUnmounted as Oe, Transition as St, normalizeStyle as $t, normalizeClass as Ee, normalizeProps as $e, guardReactiveProps as Ie, withDirectives as me, toHandlers as Sn, vShow as Pe, onBeforeUnmount as It, onBeforeMount as In, createSlots as Bt, renderList as ue, withModifiers as Se, provide as Be, useTemplateRef as it, nextTick as Ve, Teleport as Bo, mergeModels as Le, useModel as je, toHandlerKey as Xi, withKeys as Lt, toRaw as Yi, resolveComponent as Do, isRef as Qi, h as de, cloneVNode as Zi } from "vue";
|
|
2
2
|
import { BsIcon as ze, BsIconCaretDown as Ge, BsIconSmallCaretLeft as ko, BsIconCaretLeft as Yt, BsIconSmallCaretRight as To, BsIconCaretRight as Qt, BsIconCircleExclamation as Cn, BsIconClose as xe, BsIconWarning as Bn, BsIconCalendar as $o, BsIconSearch as Io, BsIconCaretSort as Co, BsIconCaretLeftDouble as Ji, BsIconCaretRightDouble as _i, BsIconCaretSortDown as ea, BsIconCaretSortUp as ta, BsIconActionEllipsis as na, BsIconCirclePause as oa, BsIconCirclePlay as ia, BsIconGraphPieEmpty as oo, BsIconCircleEllipsis as aa, BsIconCircleX as sa, BsIconCircleCheck as ra, BsIconCircleStop as la, BsIconThumbsUpStroke as da, BsIconCaretUp as ua } from "@wwtdev/bsds-icons-vue3";
|
|
3
3
|
import { DatePicker as ca } from "v-calendar";
|
|
4
4
|
import pt from "debounce";
|
|
@@ -99,7 +99,7 @@ const Ia = {
|
|
|
99
99
|
typeahead: "[data-component=bs-typeahead]",
|
|
100
100
|
typeaheadField: "[data-component=bs-typeahead-field]",
|
|
101
101
|
verticalNavigation: "[data-component=bs-vertical-navigation]"
|
|
102
|
-
},
|
|
102
|
+
}, jp = {
|
|
103
103
|
bsSelectors: Ia
|
|
104
104
|
}, Oo = {
|
|
105
105
|
// REQUIRED
|
|
@@ -156,7 +156,7 @@ const Ia = {
|
|
|
156
156
|
icon: {
|
|
157
157
|
description: "Custom icon to display on the left. Alternative to the\n `icon` prop."
|
|
158
158
|
}
|
|
159
|
-
},
|
|
159
|
+
}, Mp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
160
160
|
__proto__: null,
|
|
161
161
|
emitDefinitions: Po,
|
|
162
162
|
propDefinitions: Oo,
|
|
@@ -242,7 +242,7 @@ const Ia = {
|
|
|
242
242
|
title: {
|
|
243
243
|
description: "The title of the alert. Overrides the `title` prop."
|
|
244
244
|
}
|
|
245
|
-
},
|
|
245
|
+
}, Vp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
246
246
|
__proto__: null,
|
|
247
247
|
emitDefinitions: Ao,
|
|
248
248
|
propDefinitions: On,
|
|
@@ -313,7 +313,7 @@ const Ia = {
|
|
|
313
313
|
default: {
|
|
314
314
|
description: "The text for the badge. Not applicable when variant is set to\n `notext`."
|
|
315
315
|
}
|
|
316
|
-
},
|
|
316
|
+
}, Fp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
317
317
|
__proto__: null,
|
|
318
318
|
emitDefinitions: Pa,
|
|
319
319
|
propDefinitions: Pn,
|
|
@@ -349,7 +349,7 @@ const Ia = {
|
|
|
349
349
|
icon: {
|
|
350
350
|
description: "The icon to be displayed in the banner. Overrides the `icon`\n prop."
|
|
351
351
|
}
|
|
352
|
-
},
|
|
352
|
+
}, qp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
353
353
|
__proto__: null,
|
|
354
354
|
emitDefinitions: Eo,
|
|
355
355
|
propDefinitions: An,
|
|
@@ -358,7 +358,7 @@ const Ia = {
|
|
|
358
358
|
function La() {
|
|
359
359
|
return window.getSelection && window.getSelection().toString().length > 0;
|
|
360
360
|
}
|
|
361
|
-
let
|
|
361
|
+
let Dt = !1, Ln = null;
|
|
362
362
|
const Me = ut({}), Ze = I({}), Ye = I({}), pe = I([]), Je = I([]), _e = I([]), et = I([]), zt = I(null), xt = I(null), zn = I(!1);
|
|
363
363
|
function tt(e) {
|
|
364
364
|
return pe.value.includes(e);
|
|
@@ -475,10 +475,10 @@ function Fo({ force: e } = {}) {
|
|
|
475
475
|
e ? (pe.value = [], Ye.value = {}, qo()) : pe.value.forEach(nt);
|
|
476
476
|
}
|
|
477
477
|
function Ja() {
|
|
478
|
-
|
|
478
|
+
Dt || !pe.value.length || (document.addEventListener("click", Ro), document.addEventListener("keydown", No), Dt = !0);
|
|
479
479
|
}
|
|
480
480
|
function qo() {
|
|
481
|
-
!
|
|
481
|
+
!Dt || pe.value.length || (document.removeEventListener("click", Ro), document.removeEventListener("keydown", No), Dt = !1);
|
|
482
482
|
}
|
|
483
483
|
function No(e) {
|
|
484
484
|
if (e.key !== "Escape") return;
|
|
@@ -494,7 +494,7 @@ function Ro(e) {
|
|
|
494
494
|
t && e.target.closest(`#${t}`) || e.target.closest(`#${n}`) || (zn.value = !0, jt(n));
|
|
495
495
|
}
|
|
496
496
|
function _a() {
|
|
497
|
-
Fo({ force: !0 }), Object.keys(Me.value).forEach(Lo),
|
|
497
|
+
Fo({ force: !0 }), Object.keys(Me.value).forEach(Lo), Dt = !1, Ln = null, pe.value = [], Ze.value = {}, Ye.value = {}, Je.value = [], _e.value = [], et.value = [], zt.value = null, xt.value = null;
|
|
498
498
|
}
|
|
499
499
|
function at(e = "") {
|
|
500
500
|
const n = (t) => (o) => t(e, o);
|
|
@@ -541,7 +541,7 @@ function at(e = "") {
|
|
|
541
541
|
setAnchorId: Mo
|
|
542
542
|
};
|
|
543
543
|
}
|
|
544
|
-
const
|
|
544
|
+
const Ct = {
|
|
545
545
|
pop: {
|
|
546
546
|
type: String,
|
|
547
547
|
default: void 0,
|
|
@@ -594,7 +594,7 @@ const It = {
|
|
|
594
594
|
}
|
|
595
595
|
};
|
|
596
596
|
function Jt(e) {
|
|
597
|
-
const n = at(), t = Ce(), o = We(), i = ce(En, null), a = f(() => h(e)), r = f(() => Object.keys(
|
|
597
|
+
const n = at(), t = Ce(), o = We(), i = ce(En, null), a = f(() => h(e)), r = f(() => Object.keys(Ct).find((b) => a.value[b] !== void 0)), s = f(() => {
|
|
598
598
|
if (!r.value) return;
|
|
599
599
|
const b = a.value[r.value];
|
|
600
600
|
return b ? b === "self" ? (i == null ? void 0 : i.id) || ct('Invalid prop: The value "self" can only be used when inside of a popover.') : b : ct(`Invalid prop: The "${r.value}" prop must have a value.`);
|
|
@@ -711,7 +711,7 @@ const Mt = {
|
|
|
711
711
|
},
|
|
712
712
|
// Pop System related props...they're stored in the usePopTriggers composable file so consumers
|
|
713
713
|
// can potentially import them to create their own custom pop buttons for cases unique to their apps
|
|
714
|
-
...
|
|
714
|
+
...Ct,
|
|
715
715
|
// DEPRECATED
|
|
716
716
|
router: {
|
|
717
717
|
default: void 0,
|
|
@@ -726,7 +726,7 @@ const Mt = {
|
|
|
726
726
|
default: {
|
|
727
727
|
description: "Button label content."
|
|
728
728
|
}
|
|
729
|
-
},
|
|
729
|
+
}, Np = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
730
730
|
__proto__: null,
|
|
731
731
|
emitDefinitions: es,
|
|
732
732
|
propDefinitions: Mt,
|
|
@@ -860,12 +860,86 @@ const Mt = {
|
|
|
860
860
|
label: {
|
|
861
861
|
description: "The label for the input. Overrides the `label` prop."
|
|
862
862
|
}
|
|
863
|
-
},
|
|
863
|
+
}, Rp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
864
864
|
__proto__: null,
|
|
865
865
|
emitDefinitions: Wo,
|
|
866
866
|
propDefinitions: Vt,
|
|
867
867
|
slotDefinitions: ns
|
|
868
868
|
}, Symbol.toStringTag, { value: "Module" })), yt = {
|
|
869
|
+
direction: {
|
|
870
|
+
type: String,
|
|
871
|
+
default: "right",
|
|
872
|
+
description: "Direction of the caret icon. Either left or right.",
|
|
873
|
+
typeDef: "'left' | 'right'",
|
|
874
|
+
typeOptions: ["left", "right"],
|
|
875
|
+
validator(e) {
|
|
876
|
+
return yt.direction.typeOptions.includes(e);
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
disabled: {
|
|
880
|
+
type: Boolean,
|
|
881
|
+
default: !1,
|
|
882
|
+
description: "Disables the button when true.",
|
|
883
|
+
typeDef: "boolean"
|
|
884
|
+
},
|
|
885
|
+
ghostBtn: {
|
|
886
|
+
type: Boolean,
|
|
887
|
+
default: !1,
|
|
888
|
+
description: "When true, applies ghost button styling.",
|
|
889
|
+
typeDef: "boolean"
|
|
890
|
+
},
|
|
891
|
+
hoverEffect: {
|
|
892
|
+
type: Boolean,
|
|
893
|
+
default: !0,
|
|
894
|
+
description: "When true, shows hover effects on the button.",
|
|
895
|
+
typeDef: "boolean"
|
|
896
|
+
},
|
|
897
|
+
label: {
|
|
898
|
+
type: String,
|
|
899
|
+
description: "Text to display on the button.",
|
|
900
|
+
typeDef: "string"
|
|
901
|
+
},
|
|
902
|
+
linkTo: {
|
|
903
|
+
type: [String, Object],
|
|
904
|
+
description: "Pass in a URL or router location object to convert the button into a link.",
|
|
905
|
+
typeDef: "string | object"
|
|
906
|
+
},
|
|
907
|
+
size: {
|
|
908
|
+
type: String,
|
|
909
|
+
default: "",
|
|
910
|
+
description: "Size variant of the button.",
|
|
911
|
+
typeDef: "'' | 'sm' | 'xs' | 'xxs'",
|
|
912
|
+
typeOptions: ["", "sm", "xs", "xxs"],
|
|
913
|
+
validator(e) {
|
|
914
|
+
return yt.size.typeOptions.includes(e);
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
variant: {
|
|
918
|
+
default: "",
|
|
919
|
+
description: "Color variant for the button. Several colors have been deprecated: `'blue'` (use `'primary'`),\n `'orange'` (use `'warning'`), `'red'` (use `'negative'`), `'royal'` (use `'accent-1'`),\n `'pink'` (use `'accent-3'`), `'purple'` (use `'accent-4'`)",
|
|
920
|
+
type: String,
|
|
921
|
+
typeDef: "'' | 'primary' | 'positive' | 'warning' | 'negative' | 'accent-1' | 'accent-3' | 'accent-4' | 'white' | 'blue' | 'orange' | 'red' | 'royal' | 'pink' | 'purple'",
|
|
922
|
+
typeOptions: ["", "primary", "positive", "warning", "negative", "accent-1", "accent-3", "accent-4", "white", "blue", "orange", "red", "royal", "pink", "purple"],
|
|
923
|
+
validator(e) {
|
|
924
|
+
return yt.variant.typeOptions.includes(e);
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
// DEPRECATED
|
|
928
|
+
router: {
|
|
929
|
+
description: "Vue Router instance to enable router-link functionality when used with linkTo prop. Deprecated: use RouterLink or NuxtLink instead.",
|
|
930
|
+
deprecated: !0,
|
|
931
|
+
typeDef: "object"
|
|
932
|
+
}
|
|
933
|
+
}, os = {}, is = {
|
|
934
|
+
default: {
|
|
935
|
+
description: "Content to display inside the button. Falls back to the label prop if not provided."
|
|
936
|
+
}
|
|
937
|
+
}, Wp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
938
|
+
__proto__: null,
|
|
939
|
+
emitDefinitions: os,
|
|
940
|
+
propDefinitions: yt,
|
|
941
|
+
slotDefinitions: is
|
|
942
|
+
}, Symbol.toStringTag, { value: "Module" })), mt = {
|
|
869
943
|
// REQUIRED
|
|
870
944
|
// none
|
|
871
945
|
// OPTIONAL
|
|
@@ -901,7 +975,7 @@ const Mt = {
|
|
|
901
975
|
typeDef: "''|'left'|'right'",
|
|
902
976
|
typeOptions: ["", "left", "right"],
|
|
903
977
|
validator(e) {
|
|
904
|
-
return
|
|
978
|
+
return mt.iconPosition.typeOptions.includes(e);
|
|
905
979
|
}
|
|
906
980
|
},
|
|
907
981
|
label: {
|
|
@@ -925,7 +999,7 @@ const Mt = {
|
|
|
925
999
|
typeDef: "''|'sm'|'xs'|'xxs'",
|
|
926
1000
|
typeOptions: ["", "sm", "xs", "xxs"],
|
|
927
1001
|
validator(e) {
|
|
928
|
-
return
|
|
1002
|
+
return mt.size.typeOptions.includes(e);
|
|
929
1003
|
}
|
|
930
1004
|
},
|
|
931
1005
|
textBtn: {
|
|
@@ -949,7 +1023,7 @@ const Mt = {
|
|
|
949
1023
|
typeDef: "'' | 'primary' | 'positive' | 'warning' | 'negative' | 'accent-1' | 'accent-3' | 'accent-4' | 'white' | 'blue' | 'orange' | 'red' | 'royal' | 'pink' | 'purple'",
|
|
950
1024
|
typeOptions: ["", "primary", "positive", "warning", "negative", "accent-1", "accent-3", "accent-4", "white", "blue", "orange", "red", "royal", "pink", "purple"],
|
|
951
1025
|
validator(e) {
|
|
952
|
-
return
|
|
1026
|
+
return mt.variant.typeOptions.includes(e);
|
|
953
1027
|
}
|
|
954
1028
|
},
|
|
955
1029
|
// DEPRECATED
|
|
@@ -961,15 +1035,15 @@ const Mt = {
|
|
|
961
1035
|
default: void 0,
|
|
962
1036
|
deprecated: !0
|
|
963
1037
|
}
|
|
964
|
-
},
|
|
1038
|
+
}, as = {}, ss = {
|
|
965
1039
|
icon: {
|
|
966
1040
|
description: "Custom icon to be used in place of the default icon or\n `icon` prop value."
|
|
967
1041
|
}
|
|
968
|
-
},
|
|
1042
|
+
}, Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
969
1043
|
__proto__: null,
|
|
970
|
-
emitDefinitions:
|
|
971
|
-
propDefinitions:
|
|
972
|
-
slotDefinitions:
|
|
1044
|
+
emitDefinitions: as,
|
|
1045
|
+
propDefinitions: mt,
|
|
1046
|
+
slotDefinitions: ss
|
|
973
1047
|
}, Symbol.toStringTag, { value: "Module" })), Ft = {
|
|
974
1048
|
// -- REQUIRED --
|
|
975
1049
|
id: {
|
|
@@ -1225,7 +1299,7 @@ const bt = {
|
|
|
1225
1299
|
}
|
|
1226
1300
|
}
|
|
1227
1301
|
}
|
|
1228
|
-
},
|
|
1302
|
+
}, Up = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1229
1303
|
__proto__: null,
|
|
1230
1304
|
emitDefinitions: ht,
|
|
1231
1305
|
propDefinitions: bt,
|
|
@@ -1275,9 +1349,9 @@ const bt = {
|
|
|
1275
1349
|
},
|
|
1276
1350
|
// onQuery exists as a prop for abort controller timing reasons, to ensure the
|
|
1277
1351
|
// pending async detection flows through correctly.
|
|
1278
|
-
...
|
|
1352
|
+
...Ot()
|
|
1279
1353
|
};
|
|
1280
|
-
function
|
|
1354
|
+
function Ot() {
|
|
1281
1355
|
return {
|
|
1282
1356
|
onQuery: {
|
|
1283
1357
|
type: Function,
|
|
@@ -1287,12 +1361,12 @@ function Ct() {
|
|
|
1287
1361
|
}
|
|
1288
1362
|
};
|
|
1289
1363
|
}
|
|
1290
|
-
const
|
|
1364
|
+
const rs = {}, ls = {}, Kp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1291
1365
|
__proto__: null,
|
|
1292
|
-
emitDefinitions:
|
|
1293
|
-
emitsAsProps:
|
|
1366
|
+
emitDefinitions: rs,
|
|
1367
|
+
emitsAsProps: Ot,
|
|
1294
1368
|
propDefinitions: Uo,
|
|
1295
|
-
slotDefinitions:
|
|
1369
|
+
slotDefinitions: ls
|
|
1296
1370
|
}, Symbol.toStringTag, { value: "Module" })), Mn = {
|
|
1297
1371
|
// -- REQUIRED --
|
|
1298
1372
|
id: {
|
|
@@ -1446,12 +1520,12 @@ const as = {}, ss = {}, Wp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Objec
|
|
|
1446
1520
|
...Ko()
|
|
1447
1521
|
};
|
|
1448
1522
|
function Ko() {
|
|
1449
|
-
const { onQuery: e } =
|
|
1523
|
+
const { onQuery: e } = Ot();
|
|
1450
1524
|
return { onQuery: e };
|
|
1451
1525
|
}
|
|
1452
|
-
const
|
|
1526
|
+
const ds = {}, us = {
|
|
1453
1527
|
// None specific to BsDropdown
|
|
1454
|
-
},
|
|
1528
|
+
}, cs = {
|
|
1455
1529
|
...re({
|
|
1456
1530
|
name: "BsDropdown",
|
|
1457
1531
|
defs: bt,
|
|
@@ -1467,7 +1541,7 @@ const rs = {}, ls = {
|
|
|
1467
1541
|
"transitionName",
|
|
1468
1542
|
"trapFocus"
|
|
1469
1543
|
],
|
|
1470
|
-
customUpdatesFn:
|
|
1544
|
+
customUpdatesFn: bs
|
|
1471
1545
|
}),
|
|
1472
1546
|
...jn(Mn),
|
|
1473
1547
|
// these don't need to be defined as a prop in the component since using defineModel()
|
|
@@ -1483,13 +1557,13 @@ const rs = {}, ls = {
|
|
|
1483
1557
|
description: "The filter input value. Can be useful if you'd like to filter the BsDropdown using an external input instead of its internal filter input (see the `hide-filter-input` prop).",
|
|
1484
1558
|
typeDef: "string"
|
|
1485
1559
|
}
|
|
1486
|
-
},
|
|
1560
|
+
}, ps = {
|
|
1487
1561
|
...re({
|
|
1488
1562
|
name: "BsDropdown",
|
|
1489
1563
|
defs: ht,
|
|
1490
1564
|
keysToOmit: ["first-shift-tab", "last-tab"]
|
|
1491
1565
|
}),
|
|
1492
|
-
...
|
|
1566
|
+
...ds,
|
|
1493
1567
|
...xn(Ko()),
|
|
1494
1568
|
// these don't need to be defined as an emit in the component since using defineModel()
|
|
1495
1569
|
"update:model-value": {
|
|
@@ -1500,7 +1574,7 @@ const rs = {}, ls = {
|
|
|
1500
1574
|
description: "Fires when the filter-input model changes. Emits the updated filter-input value.",
|
|
1501
1575
|
payloadType: "string"
|
|
1502
1576
|
}
|
|
1503
|
-
},
|
|
1577
|
+
}, fs = {
|
|
1504
1578
|
default: {
|
|
1505
1579
|
description: "The content of the BsDropdown.",
|
|
1506
1580
|
slotProps: {
|
|
@@ -1508,18 +1582,18 @@ const rs = {}, ls = {
|
|
|
1508
1582
|
name: "BsDropdown",
|
|
1509
1583
|
defs: st.default.slotProps
|
|
1510
1584
|
}),
|
|
1511
|
-
...
|
|
1585
|
+
...us
|
|
1512
1586
|
}
|
|
1513
1587
|
}
|
|
1514
1588
|
};
|
|
1515
|
-
function
|
|
1589
|
+
function bs(e, n) {
|
|
1516
1590
|
return e === "anchor" && (n.description = `Rarely needs to be set manually since BsButton's "pop" props do it under the hood. The id of the element that the BsDropdown should be anchored to. When provided, it will take precedence.`, n.typeDef = "string"), n;
|
|
1517
1591
|
}
|
|
1518
|
-
const
|
|
1592
|
+
const Gp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1519
1593
|
__proto__: null,
|
|
1520
|
-
emitDefinitions:
|
|
1521
|
-
propDefinitions:
|
|
1522
|
-
slotDefinitions:
|
|
1594
|
+
emitDefinitions: ps,
|
|
1595
|
+
propDefinitions: cs,
|
|
1596
|
+
slotDefinitions: fs
|
|
1523
1597
|
}, Symbol.toStringTag, { value: "Module" })), Go = {
|
|
1524
1598
|
// REQUIRED
|
|
1525
1599
|
options: {
|
|
@@ -1563,11 +1637,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1563
1637
|
type: Boolean,
|
|
1564
1638
|
typeDef: "boolean"
|
|
1565
1639
|
}
|
|
1566
|
-
},
|
|
1640
|
+
}, hs = {}, vs = {}, Xp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1567
1641
|
__proto__: null,
|
|
1568
|
-
emitDefinitions:
|
|
1642
|
+
emitDefinitions: hs,
|
|
1569
1643
|
propDefinitions: Go,
|
|
1570
|
-
slotDefinitions:
|
|
1644
|
+
slotDefinitions: vs
|
|
1571
1645
|
}, Symbol.toStringTag, { value: "Module" })), Vn = {
|
|
1572
1646
|
// REQUIRED
|
|
1573
1647
|
title: {
|
|
@@ -1599,7 +1673,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1599
1673
|
return Vn.size.typeOptions.includes(e);
|
|
1600
1674
|
}
|
|
1601
1675
|
}
|
|
1602
|
-
},
|
|
1676
|
+
}, ys = {}, ms = {
|
|
1603
1677
|
"call-to-action": {
|
|
1604
1678
|
description: "Custom call-to-action content, typically a button or link."
|
|
1605
1679
|
},
|
|
@@ -1609,11 +1683,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1609
1683
|
icon: {
|
|
1610
1684
|
description: "Custom icon to be used in place of the `iconName` prop\n value."
|
|
1611
1685
|
}
|
|
1612
|
-
},
|
|
1686
|
+
}, Yp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1613
1687
|
__proto__: null,
|
|
1614
|
-
emitDefinitions:
|
|
1688
|
+
emitDefinitions: ys,
|
|
1615
1689
|
propDefinitions: Vn,
|
|
1616
|
-
slotDefinitions:
|
|
1690
|
+
slotDefinitions: ms
|
|
1617
1691
|
}, Symbol.toStringTag, { value: "Module" })), Fn = {
|
|
1618
1692
|
// REQUIRED
|
|
1619
1693
|
// none
|
|
@@ -1646,7 +1720,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1646
1720
|
},
|
|
1647
1721
|
// Pop System related props...they're stored in the usePopTriggers composable file so consumers
|
|
1648
1722
|
// can potentially import them to create their own custom pop buttons for cases unique to their apps
|
|
1649
|
-
...
|
|
1723
|
+
...Ct,
|
|
1650
1724
|
// DEPRECATED
|
|
1651
1725
|
open: {
|
|
1652
1726
|
default: void 0,
|
|
@@ -1658,15 +1732,15 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1658
1732
|
deprecated: !0,
|
|
1659
1733
|
type: String
|
|
1660
1734
|
}
|
|
1661
|
-
},
|
|
1735
|
+
}, gs = {}, ws = {
|
|
1662
1736
|
label: {
|
|
1663
1737
|
description: "Custom label content for the filter button."
|
|
1664
1738
|
}
|
|
1665
|
-
},
|
|
1739
|
+
}, Qp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1666
1740
|
__proto__: null,
|
|
1667
|
-
emitDefinitions:
|
|
1741
|
+
emitDefinitions: gs,
|
|
1668
1742
|
propDefinitions: Fn,
|
|
1669
|
-
slotDefinitions:
|
|
1743
|
+
slotDefinitions: ws
|
|
1670
1744
|
}, Symbol.toStringTag, { value: "Module" })), qt = {
|
|
1671
1745
|
place: {
|
|
1672
1746
|
type: String,
|
|
@@ -1697,9 +1771,9 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1697
1771
|
description: "Provide the name of a custom transition you've written, following the Vue transition classes approach.",
|
|
1698
1772
|
typeDef: "string"
|
|
1699
1773
|
}
|
|
1700
|
-
},
|
|
1774
|
+
}, Ss = {
|
|
1701
1775
|
// None specific to BsFlyout
|
|
1702
|
-
},
|
|
1776
|
+
}, Bs = {
|
|
1703
1777
|
...re({
|
|
1704
1778
|
name: "BsFlyout",
|
|
1705
1779
|
defs: bt,
|
|
@@ -1713,14 +1787,14 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1713
1787
|
]
|
|
1714
1788
|
}),
|
|
1715
1789
|
...qt
|
|
1716
|
-
},
|
|
1790
|
+
}, Ds = {
|
|
1717
1791
|
...re({
|
|
1718
1792
|
name: "BsFlyout",
|
|
1719
1793
|
defs: ht,
|
|
1720
1794
|
keysToOmit: ["first-shift-tab", "last-tab"]
|
|
1721
1795
|
}),
|
|
1722
|
-
...
|
|
1723
|
-
},
|
|
1796
|
+
...Ss
|
|
1797
|
+
}, ks = {
|
|
1724
1798
|
default: {
|
|
1725
1799
|
description: "The Header, Body, Footer content of the BsFlyout.",
|
|
1726
1800
|
slotProps: {
|
|
@@ -1730,11 +1804,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1730
1804
|
})
|
|
1731
1805
|
}
|
|
1732
1806
|
}
|
|
1733
|
-
},
|
|
1807
|
+
}, Zp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1734
1808
|
__proto__: null,
|
|
1735
|
-
emitDefinitions:
|
|
1736
|
-
propDefinitions:
|
|
1737
|
-
slotDefinitions:
|
|
1809
|
+
emitDefinitions: Ds,
|
|
1810
|
+
propDefinitions: Bs,
|
|
1811
|
+
slotDefinitions: ks
|
|
1738
1812
|
}, Symbol.toStringTag, { value: "Module" })), Xo = {
|
|
1739
1813
|
// REQUIRED
|
|
1740
1814
|
title: {
|
|
@@ -1775,7 +1849,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1775
1849
|
type: String,
|
|
1776
1850
|
typeDef: "string"
|
|
1777
1851
|
}
|
|
1778
|
-
},
|
|
1852
|
+
}, Ts = {}, $s = {
|
|
1779
1853
|
default: {
|
|
1780
1854
|
description: "The content of the form container."
|
|
1781
1855
|
},
|
|
@@ -1790,11 +1864,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1790
1864
|
description: `Custom content appended to the title. This can be used
|
|
1791
1865
|
to add additional information or controls related to the title.`
|
|
1792
1866
|
}
|
|
1793
|
-
},
|
|
1867
|
+
}, Jp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1794
1868
|
__proto__: null,
|
|
1795
|
-
emitDefinitions:
|
|
1869
|
+
emitDefinitions: Ts,
|
|
1796
1870
|
propDefinitions: Xo,
|
|
1797
|
-
slotDefinitions:
|
|
1871
|
+
slotDefinitions: $s
|
|
1798
1872
|
}, Symbol.toStringTag, { value: "Module" })), Yo = {
|
|
1799
1873
|
hideMobileToggle: {
|
|
1800
1874
|
default: !1,
|
|
@@ -1871,16 +1945,16 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1871
1945
|
description: "Emitted when a navigation item is clicked. Emits the event\n (`ev`) and the navigation item (`payload`). Actual navigation is\n already done by the component, but this can be used to perform any\n additional actions on navigation.",
|
|
1872
1946
|
payloadType: "{ ev, payload }"
|
|
1873
1947
|
}
|
|
1874
|
-
},
|
|
1948
|
+
}, Is = {
|
|
1875
1949
|
"additional-nav-option": {
|
|
1876
1950
|
description: `The additional navigation option to be displayed at the right
|
|
1877
1951
|
(for desktop version) or bottom (for mobile version) of the navigation.`
|
|
1878
1952
|
}
|
|
1879
|
-
},
|
|
1953
|
+
}, _p = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1880
1954
|
__proto__: null,
|
|
1881
1955
|
emitDefinitions: Qo,
|
|
1882
1956
|
propDefinitions: Yo,
|
|
1883
|
-
slotDefinitions:
|
|
1957
|
+
slotDefinitions: Is
|
|
1884
1958
|
}, Symbol.toStringTag, { value: "Module" })), Nt = {
|
|
1885
1959
|
// REQUIRED
|
|
1886
1960
|
// none
|
|
@@ -1929,7 +2003,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1929
2003
|
return Nt.variant.typeOptions.includes(e);
|
|
1930
2004
|
}
|
|
1931
2005
|
}
|
|
1932
|
-
},
|
|
2006
|
+
}, Cs = {}, Os = {
|
|
1933
2007
|
default: {
|
|
1934
2008
|
description: "Content of the tab.",
|
|
1935
2009
|
slotProps: {
|
|
@@ -1939,11 +2013,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1939
2013
|
}
|
|
1940
2014
|
}
|
|
1941
2015
|
}
|
|
1942
|
-
},
|
|
2016
|
+
}, ef = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1943
2017
|
__proto__: null,
|
|
1944
|
-
emitDefinitions:
|
|
2018
|
+
emitDefinitions: Cs,
|
|
1945
2019
|
propDefinitions: Nt,
|
|
1946
|
-
slotDefinitions:
|
|
2020
|
+
slotDefinitions: Os
|
|
1947
2021
|
}, Symbol.toStringTag, { value: "Module" })), qn = {
|
|
1948
2022
|
// REQUIRED
|
|
1949
2023
|
// none
|
|
@@ -1986,15 +2060,15 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1986
2060
|
"update:model-value": {
|
|
1987
2061
|
description: "Fires when v-model has been updated. Emits the current BsInlineTab selections."
|
|
1988
2062
|
}
|
|
1989
|
-
},
|
|
2063
|
+
}, Ps = {
|
|
1990
2064
|
default: {
|
|
1991
2065
|
description: "Slot in any BsInlineTab children."
|
|
1992
2066
|
}
|
|
1993
|
-
},
|
|
2067
|
+
}, tf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1994
2068
|
__proto__: null,
|
|
1995
2069
|
emitDefinitions: Zo,
|
|
1996
2070
|
propDefinitions: qn,
|
|
1997
|
-
slotDefinitions:
|
|
2071
|
+
slotDefinitions: Ps
|
|
1998
2072
|
}, Symbol.toStringTag, { value: "Module" })), en = {
|
|
1999
2073
|
id: {
|
|
2000
2074
|
type: String,
|
|
@@ -2061,7 +2135,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2061
2135
|
clear: {
|
|
2062
2136
|
description: "Fires when the clear button is clicked."
|
|
2063
2137
|
}
|
|
2064
|
-
},
|
|
2138
|
+
}, As = {
|
|
2065
2139
|
...en,
|
|
2066
2140
|
// model-value doesn't need to be defined as a prop in the component since using defineModel()
|
|
2067
2141
|
modelValue: {
|
|
@@ -2070,20 +2144,20 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2070
2144
|
description: "The value of the search field.",
|
|
2071
2145
|
typeDef: "string"
|
|
2072
2146
|
}
|
|
2073
|
-
},
|
|
2147
|
+
}, Es = {
|
|
2074
2148
|
...Nn,
|
|
2075
2149
|
// update:model-value doesn't need to be defined as an emit in the component since using defineModel()
|
|
2076
2150
|
"update:model-value": {
|
|
2077
2151
|
description: "Fires when the model changes. Emits the updated model value.",
|
|
2078
2152
|
payloadType: "string"
|
|
2079
2153
|
}
|
|
2080
|
-
},
|
|
2154
|
+
}, Ls = {}, nf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2081
2155
|
__proto__: null,
|
|
2082
|
-
emitDefinitions:
|
|
2156
|
+
emitDefinitions: Es,
|
|
2083
2157
|
inputSearchEmitsDefinitions: Nn,
|
|
2084
2158
|
inputSearchPropDefinitions: en,
|
|
2085
|
-
propDefinitions:
|
|
2086
|
-
slotDefinitions:
|
|
2159
|
+
propDefinitions: As,
|
|
2160
|
+
slotDefinitions: Ls
|
|
2087
2161
|
}, Symbol.toStringTag, { value: "Module" })), Rn = {
|
|
2088
2162
|
size: {
|
|
2089
2163
|
type: String,
|
|
@@ -2100,9 +2174,9 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2100
2174
|
description: "Provide the name of a custom transition you've written, following the Vue transition classes approach.",
|
|
2101
2175
|
typeDef: "string"
|
|
2102
2176
|
}
|
|
2103
|
-
},
|
|
2177
|
+
}, zs = {
|
|
2104
2178
|
// None specific to BsModal
|
|
2105
|
-
},
|
|
2179
|
+
}, xs = {
|
|
2106
2180
|
...re({
|
|
2107
2181
|
name: "BsModal",
|
|
2108
2182
|
defs: bt,
|
|
@@ -2117,14 +2191,14 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2117
2191
|
]
|
|
2118
2192
|
}),
|
|
2119
2193
|
...Rn
|
|
2120
|
-
},
|
|
2194
|
+
}, js = {
|
|
2121
2195
|
...re({
|
|
2122
2196
|
name: "BsModal",
|
|
2123
2197
|
defs: ht,
|
|
2124
2198
|
keysToOmit: ["first-shift-tab", "last-tab"]
|
|
2125
2199
|
}),
|
|
2126
|
-
...
|
|
2127
|
-
},
|
|
2200
|
+
...zs
|
|
2201
|
+
}, Ms = {
|
|
2128
2202
|
default: {
|
|
2129
2203
|
description: "The Header, Body, Footer content of the BsModal.",
|
|
2130
2204
|
slotProps: {
|
|
@@ -2134,11 +2208,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2134
2208
|
})
|
|
2135
2209
|
}
|
|
2136
2210
|
}
|
|
2137
|
-
},
|
|
2211
|
+
}, of = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2138
2212
|
__proto__: null,
|
|
2139
|
-
emitDefinitions:
|
|
2140
|
-
propDefinitions:
|
|
2141
|
-
slotDefinitions:
|
|
2213
|
+
emitDefinitions: js,
|
|
2214
|
+
propDefinitions: xs,
|
|
2215
|
+
slotDefinitions: Ms
|
|
2142
2216
|
}, Symbol.toStringTag, { value: "Module" })), Jo = {
|
|
2143
2217
|
// REQUIRED
|
|
2144
2218
|
// none
|
|
@@ -2273,7 +2347,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2273
2347
|
description: `Vue Transition hook. Called when the leave transition has
|
|
2274
2348
|
finished. Emits the element.`
|
|
2275
2349
|
}
|
|
2276
|
-
},
|
|
2350
|
+
}, Vs = {
|
|
2277
2351
|
default: {
|
|
2278
2352
|
description: `The default slot is used to provide the body content of the
|
|
2279
2353
|
modal.`
|
|
@@ -2287,11 +2361,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2287
2361
|
footer: {
|
|
2288
2362
|
description: "Provide a custom footer."
|
|
2289
2363
|
}
|
|
2290
|
-
},
|
|
2364
|
+
}, af = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2291
2365
|
__proto__: null,
|
|
2292
2366
|
emitDefinitions: _o,
|
|
2293
2367
|
propDefinitions: Jo,
|
|
2294
|
-
slotDefinitions:
|
|
2368
|
+
slotDefinitions: Vs
|
|
2295
2369
|
}, Symbol.toStringTag, { value: "Module" })), ei = {
|
|
2296
2370
|
disabled: {
|
|
2297
2371
|
type: Boolean,
|
|
@@ -2341,11 +2415,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2341
2415
|
description: "Only applicable when `gridLayout` is `true`. Whether or not to add a column on the left of the BsOption grid layout to display an icon (or any other element).",
|
|
2342
2416
|
typeDef: "boolean"
|
|
2343
2417
|
}
|
|
2344
|
-
},
|
|
2418
|
+
}, Fs = {}, qs = {
|
|
2345
2419
|
...ei
|
|
2346
|
-
},
|
|
2347
|
-
...
|
|
2348
|
-
},
|
|
2420
|
+
}, Ns = {
|
|
2421
|
+
...Fs
|
|
2422
|
+
}, Rs = {
|
|
2349
2423
|
default: {
|
|
2350
2424
|
description: "The content of the BsOption.",
|
|
2351
2425
|
slotProps: {
|
|
@@ -2355,11 +2429,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2355
2429
|
}
|
|
2356
2430
|
}
|
|
2357
2431
|
}
|
|
2358
|
-
},
|
|
2432
|
+
}, sf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2359
2433
|
__proto__: null,
|
|
2360
|
-
emitDefinitions:
|
|
2361
|
-
propDefinitions:
|
|
2362
|
-
slotDefinitions:
|
|
2434
|
+
emitDefinitions: Ns,
|
|
2435
|
+
propDefinitions: qs,
|
|
2436
|
+
slotDefinitions: Rs
|
|
2363
2437
|
}, Symbol.toStringTag, { value: "Module" })), ti = {
|
|
2364
2438
|
id: {
|
|
2365
2439
|
type: String,
|
|
@@ -2373,11 +2447,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2373
2447
|
description: "Either this prop or the `title` slot is required. The visual title for the group. Also used as the accessibility label.",
|
|
2374
2448
|
typeDef: "string"
|
|
2375
2449
|
}
|
|
2376
|
-
},
|
|
2450
|
+
}, Ws = {}, Hs = {
|
|
2377
2451
|
...ti
|
|
2378
|
-
},
|
|
2379
|
-
...
|
|
2380
|
-
},
|
|
2452
|
+
}, Us = {
|
|
2453
|
+
...Ws
|
|
2454
|
+
}, Ks = {
|
|
2381
2455
|
default: {
|
|
2382
2456
|
description: "The content of the BsOptionGroup.",
|
|
2383
2457
|
slotProps: {}
|
|
@@ -2386,11 +2460,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2386
2460
|
description: "An alternative to the `title` prop. Either this slot or the `title` prop is required. Use when the title needs to contain HTML.",
|
|
2387
2461
|
slotProps: {}
|
|
2388
2462
|
}
|
|
2389
|
-
},
|
|
2463
|
+
}, rf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2390
2464
|
__proto__: null,
|
|
2391
|
-
emitDefinitions:
|
|
2392
|
-
propDefinitions:
|
|
2393
|
-
slotDefinitions:
|
|
2465
|
+
emitDefinitions: Us,
|
|
2466
|
+
propDefinitions: Hs,
|
|
2467
|
+
slotDefinitions: Ks
|
|
2394
2468
|
}, Symbol.toStringTag, { value: "Module" })), Rt = {
|
|
2395
2469
|
// REQUIRED
|
|
2396
2470
|
// none
|
|
@@ -2500,12 +2574,12 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2500
2574
|
"update:modelValue": {
|
|
2501
2575
|
description: "Emits the page or results number that was selected."
|
|
2502
2576
|
}
|
|
2503
|
-
},
|
|
2577
|
+
}, Gs = {}, lf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2504
2578
|
__proto__: null,
|
|
2505
2579
|
emitDefinitions: ni,
|
|
2506
2580
|
propDefinitions: Rt,
|
|
2507
|
-
slotDefinitions:
|
|
2508
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2581
|
+
slotDefinitions: Gs
|
|
2582
|
+
}, Symbol.toStringTag, { value: "Module" })), gt = {
|
|
2509
2583
|
disabled: {
|
|
2510
2584
|
// useButtonOrLink reacts to this prop
|
|
2511
2585
|
default: !1,
|
|
@@ -2540,7 +2614,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2540
2614
|
typeDef: "'active' | 'complete' | 'disabled' | 'error' | 'warning' | 'positive' | 'neutral' | 'negative'",
|
|
2541
2615
|
typeOptions: ["active", "complete", "disabled", "error", "warning", "positive", "neutral", "negative"],
|
|
2542
2616
|
validator(e) {
|
|
2543
|
-
return
|
|
2617
|
+
return gt.status.typeOptions.includes(e);
|
|
2544
2618
|
}
|
|
2545
2619
|
},
|
|
2546
2620
|
type: {
|
|
@@ -2551,7 +2625,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2551
2625
|
typeDef: "'button' | 'submit' | 'reset'",
|
|
2552
2626
|
typeOptions: ["button", "submit", "reset"],
|
|
2553
2627
|
validator(e) {
|
|
2554
|
-
return
|
|
2628
|
+
return gt.type.typeOptions.includes(e);
|
|
2555
2629
|
}
|
|
2556
2630
|
},
|
|
2557
2631
|
variant: {
|
|
@@ -2560,7 +2634,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2560
2634
|
typeDef: "'filter' | 'filter-add' | 'filter-remove' | 'inactive' | 'live' | 'white'",
|
|
2561
2635
|
typeOptions: ["filter", "filter-add", "filter-remove", "inactive", "live", "white"],
|
|
2562
2636
|
validator(e) {
|
|
2563
|
-
return
|
|
2637
|
+
return gt.variant.typeOptions.includes(e);
|
|
2564
2638
|
}
|
|
2565
2639
|
},
|
|
2566
2640
|
// DEPRECATED
|
|
@@ -2578,11 +2652,11 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2578
2652
|
type: Boolean,
|
|
2579
2653
|
typeDef: "boolean"
|
|
2580
2654
|
}
|
|
2581
|
-
},
|
|
2655
|
+
}, Xs = {}, Ys = {}, df = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2582
2656
|
__proto__: null,
|
|
2583
|
-
emitDefinitions:
|
|
2584
|
-
propDefinitions:
|
|
2585
|
-
slotDefinitions:
|
|
2657
|
+
emitDefinitions: Xs,
|
|
2658
|
+
propDefinitions: gt,
|
|
2659
|
+
slotDefinitions: Ys
|
|
2586
2660
|
}, Symbol.toStringTag, { value: "Module" })), oi = {
|
|
2587
2661
|
background: {
|
|
2588
2662
|
type: Boolean,
|
|
@@ -2590,16 +2664,16 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2590
2664
|
description: "Whether or not the body has a background color. Ideally, should only be used when also using a BsPopHeader and/or BsPopFooter.",
|
|
2591
2665
|
typeDef: "boolean"
|
|
2592
2666
|
}
|
|
2593
|
-
},
|
|
2667
|
+
}, Qs = {}, Zs = {
|
|
2594
2668
|
default: {
|
|
2595
2669
|
description: "The content of the BsPopBody.",
|
|
2596
2670
|
slotProps: {}
|
|
2597
2671
|
}
|
|
2598
|
-
},
|
|
2672
|
+
}, uf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2599
2673
|
__proto__: null,
|
|
2600
|
-
emitDefinitions:
|
|
2674
|
+
emitDefinitions: Qs,
|
|
2601
2675
|
propDefinitions: oi,
|
|
2602
|
-
slotDefinitions:
|
|
2676
|
+
slotDefinitions: Zs
|
|
2603
2677
|
}, Symbol.toStringTag, { value: "Module" })), ii = {
|
|
2604
2678
|
border: {
|
|
2605
2679
|
type: Boolean,
|
|
@@ -2608,16 +2682,16 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2608
2682
|
description: "Whether or not the footer has a top border. Note: the default will be `true` if used inside of a `BsToast`.",
|
|
2609
2683
|
typeDef: "boolean"
|
|
2610
2684
|
}
|
|
2611
|
-
},
|
|
2685
|
+
}, Js = {}, _s = {
|
|
2612
2686
|
default: {
|
|
2613
2687
|
description: "The content of the BsPopFooter.",
|
|
2614
2688
|
slotProps: {}
|
|
2615
2689
|
}
|
|
2616
|
-
},
|
|
2690
|
+
}, cf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2617
2691
|
__proto__: null,
|
|
2618
|
-
emitDefinitions:
|
|
2692
|
+
emitDefinitions: Js,
|
|
2619
2693
|
propDefinitions: ii,
|
|
2620
|
-
slotDefinitions:
|
|
2694
|
+
slotDefinitions: _s
|
|
2621
2695
|
}, Symbol.toStringTag, { value: "Module" })), ai = {
|
|
2622
2696
|
border: {
|
|
2623
2697
|
type: Boolean,
|
|
@@ -2637,16 +2711,16 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2637
2711
|
description: "The subtitle text. For basic use cases. Alternatively, use the BsPopTitle component inside of BsPopHeader. Note: Any child content added to BsPopHeader takes precedence over the title and subtitle props.",
|
|
2638
2712
|
typeDef: "string"
|
|
2639
2713
|
}
|
|
2640
|
-
},
|
|
2714
|
+
}, er = {}, tr = {
|
|
2641
2715
|
default: {
|
|
2642
2716
|
description: "The content of the BsPopHeader.",
|
|
2643
2717
|
slotProps: {}
|
|
2644
2718
|
}
|
|
2645
|
-
},
|
|
2719
|
+
}, pf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2646
2720
|
__proto__: null,
|
|
2647
|
-
emitDefinitions:
|
|
2721
|
+
emitDefinitions: er,
|
|
2648
2722
|
propDefinitions: ai,
|
|
2649
|
-
slotDefinitions:
|
|
2723
|
+
slotDefinitions: tr
|
|
2650
2724
|
}, Symbol.toStringTag, { value: "Module" })), si = {
|
|
2651
2725
|
as: {
|
|
2652
2726
|
type: String,
|
|
@@ -2654,16 +2728,16 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2654
2728
|
description: "The element or component the BsPopSubtitle should render as. This can be useful for setting as specific header tags, if desired.",
|
|
2655
2729
|
typeDef: "string | component"
|
|
2656
2730
|
}
|
|
2657
|
-
},
|
|
2731
|
+
}, nr = {}, or = {
|
|
2658
2732
|
default: {
|
|
2659
2733
|
description: "The content of the BsPopSubtitle.",
|
|
2660
2734
|
slotProps: {}
|
|
2661
2735
|
}
|
|
2662
|
-
},
|
|
2736
|
+
}, ff = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2663
2737
|
__proto__: null,
|
|
2664
|
-
emitDefinitions:
|
|
2738
|
+
emitDefinitions: nr,
|
|
2665
2739
|
propDefinitions: si,
|
|
2666
|
-
slotDefinitions:
|
|
2740
|
+
slotDefinitions: or
|
|
2667
2741
|
}, Symbol.toStringTag, { value: "Module" })), ri = {
|
|
2668
2742
|
as: {
|
|
2669
2743
|
type: String,
|
|
@@ -2677,16 +2751,16 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2677
2751
|
description: "The id for the BsPopTitle. Will be auto-generated if not provided. Used for accessibility.",
|
|
2678
2752
|
typeDef: "string"
|
|
2679
2753
|
}
|
|
2680
|
-
},
|
|
2754
|
+
}, ir = {}, ar = {
|
|
2681
2755
|
default: {
|
|
2682
2756
|
description: "The content of the BsPopTitle.",
|
|
2683
2757
|
slotProps: {}
|
|
2684
2758
|
}
|
|
2685
|
-
},
|
|
2759
|
+
}, bf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2686
2760
|
__proto__: null,
|
|
2687
|
-
emitDefinitions:
|
|
2761
|
+
emitDefinitions: ir,
|
|
2688
2762
|
propDefinitions: ri,
|
|
2689
|
-
slotDefinitions:
|
|
2763
|
+
slotDefinitions: ar
|
|
2690
2764
|
}, Symbol.toStringTag, { value: "Module" })), Wt = {
|
|
2691
2765
|
// REQUIRED
|
|
2692
2766
|
// none
|
|
@@ -2792,18 +2866,18 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2792
2866
|
"action-toggled": {
|
|
2793
2867
|
description: "Emitted when the optional action button is clicked."
|
|
2794
2868
|
}
|
|
2795
|
-
},
|
|
2869
|
+
}, sr = {
|
|
2796
2870
|
action: {
|
|
2797
2871
|
description: "Custom action section of the profile. Will replace the\n `actionIcon` and `action` props."
|
|
2798
2872
|
},
|
|
2799
2873
|
misc: {
|
|
2800
2874
|
description: "Custom misc section of the profile. Will replace the\n `miscMetaIcon` and `misc` props."
|
|
2801
2875
|
}
|
|
2802
|
-
},
|
|
2876
|
+
}, hf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2803
2877
|
__proto__: null,
|
|
2804
2878
|
emitDefinitions: li,
|
|
2805
2879
|
propDefinitions: Wt,
|
|
2806
|
-
slotDefinitions:
|
|
2880
|
+
slotDefinitions: sr
|
|
2807
2881
|
}, Symbol.toStringTag, { value: "Module" })), Ht = {
|
|
2808
2882
|
// -- REQUIRED --
|
|
2809
2883
|
// none
|
|
@@ -2992,7 +3066,7 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2992
3066
|
...di()
|
|
2993
3067
|
};
|
|
2994
3068
|
function di() {
|
|
2995
|
-
const { onBeforeOpen: e, onBeforeClose: n } = _t(), { onQuery: t } =
|
|
3069
|
+
const { onBeforeOpen: e, onBeforeClose: n } = _t(), { onQuery: t } = Ot();
|
|
2996
3070
|
return {
|
|
2997
3071
|
onBeforeOpen: e,
|
|
2998
3072
|
onBeforeClose: n,
|
|
@@ -3067,7 +3141,7 @@ const ui = {
|
|
|
3067
3141
|
}
|
|
3068
3142
|
}
|
|
3069
3143
|
}
|
|
3070
|
-
},
|
|
3144
|
+
}, vf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3071
3145
|
__proto__: null,
|
|
3072
3146
|
emitDefinitions: pi,
|
|
3073
3147
|
propDefinitions: ci,
|
|
@@ -3118,32 +3192,32 @@ const ui = {
|
|
|
3118
3192
|
description: "Whether the BsSelectField is required.",
|
|
3119
3193
|
typeDef: "boolean"
|
|
3120
3194
|
}
|
|
3121
|
-
},
|
|
3195
|
+
}, rr = {
|
|
3122
3196
|
// None specific to BsSelectField
|
|
3123
|
-
},
|
|
3197
|
+
}, lr = {
|
|
3124
3198
|
...re({
|
|
3125
3199
|
name: "BsSelectField",
|
|
3126
3200
|
defs: ci,
|
|
3127
3201
|
keysToOmit: ["hintId"]
|
|
3128
3202
|
}),
|
|
3129
3203
|
...bi
|
|
3130
|
-
},
|
|
3204
|
+
}, dr = {
|
|
3131
3205
|
...re({
|
|
3132
3206
|
name: "BsSelectField",
|
|
3133
3207
|
defs: pi
|
|
3134
3208
|
}),
|
|
3135
|
-
...
|
|
3136
|
-
},
|
|
3209
|
+
...rr
|
|
3210
|
+
}, ur = {
|
|
3137
3211
|
...re({
|
|
3138
3212
|
name: "BsSelectField",
|
|
3139
3213
|
defs: fi
|
|
3140
3214
|
})
|
|
3141
|
-
},
|
|
3215
|
+
}, yf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3142
3216
|
__proto__: null,
|
|
3143
|
-
emitDefinitions:
|
|
3144
|
-
propDefinitions:
|
|
3145
|
-
slotDefinitions:
|
|
3146
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
3217
|
+
emitDefinitions: dr,
|
|
3218
|
+
propDefinitions: lr,
|
|
3219
|
+
slotDefinitions: ur
|
|
3220
|
+
}, Symbol.toStringTag, { value: "Module" })), wt = {
|
|
3147
3221
|
// REQUIRED
|
|
3148
3222
|
// none
|
|
3149
3223
|
// OPTIONAL
|
|
@@ -3168,7 +3242,7 @@ const ui = {
|
|
|
3168
3242
|
type: String,
|
|
3169
3243
|
typeDef: "'xs' | 'sm' | 'md'",
|
|
3170
3244
|
typeOptions: ["", "xs", "sm", "md"],
|
|
3171
|
-
validator: (e) =>
|
|
3245
|
+
validator: (e) => wt.size.typeOptions.includes(e)
|
|
3172
3246
|
},
|
|
3173
3247
|
type: {
|
|
3174
3248
|
// useButtonOrLink reacts to this prop
|
|
@@ -3177,7 +3251,7 @@ const ui = {
|
|
|
3177
3251
|
description: "Sets the HTML button type attribute when rendering as a <button>.",
|
|
3178
3252
|
typeDef: "'button' | 'submit' | 'reset'",
|
|
3179
3253
|
typeOptions: ["button", "submit", "reset"],
|
|
3180
|
-
validator: (e) =>
|
|
3254
|
+
validator: (e) => wt.type.typeOptions.includes(e)
|
|
3181
3255
|
},
|
|
3182
3256
|
unstyled: {
|
|
3183
3257
|
default: !1,
|
|
@@ -3195,21 +3269,21 @@ const ui = {
|
|
|
3195
3269
|
typeDef: "'' | 'base' | 'negative' | 'alt-base' | 'alt-negative' | 'white'",
|
|
3196
3270
|
typeOptions: ["", "base", "negative", "alt-base", "alt-negative", "white"],
|
|
3197
3271
|
validator(e) {
|
|
3198
|
-
return
|
|
3272
|
+
return wt.variant.typeOptions.includes(e);
|
|
3199
3273
|
}
|
|
3200
3274
|
},
|
|
3201
3275
|
// Pop System related props...they're stored in the usePopTriggers composable file so consumers
|
|
3202
3276
|
// can potentially import them to create their own custom pop buttons for cases unique to their apps
|
|
3203
|
-
...
|
|
3204
|
-
},
|
|
3277
|
+
...Ct
|
|
3278
|
+
}, cr = {}, pr = {
|
|
3205
3279
|
default: {
|
|
3206
3280
|
description: "Button label content."
|
|
3207
3281
|
}
|
|
3208
|
-
},
|
|
3282
|
+
}, mf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3209
3283
|
__proto__: null,
|
|
3210
|
-
emitDefinitions:
|
|
3211
|
-
propDefinitions:
|
|
3212
|
-
slotDefinitions:
|
|
3284
|
+
emitDefinitions: cr,
|
|
3285
|
+
propDefinitions: wt,
|
|
3286
|
+
slotDefinitions: pr
|
|
3213
3287
|
}, Symbol.toStringTag, { value: "Module" })), Wn = {
|
|
3214
3288
|
// -- REQUIRED --
|
|
3215
3289
|
id: {
|
|
@@ -3243,7 +3317,7 @@ const ui = {
|
|
|
3243
3317
|
description: "Fires any time BsToast closes.",
|
|
3244
3318
|
payloadType: "{ id }"
|
|
3245
3319
|
}
|
|
3246
|
-
},
|
|
3320
|
+
}, fr = {
|
|
3247
3321
|
...re({
|
|
3248
3322
|
name: "BsToast",
|
|
3249
3323
|
defs: bt,
|
|
@@ -3268,14 +3342,14 @@ const ui = {
|
|
|
3268
3342
|
]
|
|
3269
3343
|
}),
|
|
3270
3344
|
...Wn
|
|
3271
|
-
},
|
|
3345
|
+
}, br = {
|
|
3272
3346
|
...re({
|
|
3273
3347
|
name: "BsToast",
|
|
3274
3348
|
defs: ht,
|
|
3275
3349
|
keysToOmit: ["first-shift-tab", "last-tab"]
|
|
3276
3350
|
}),
|
|
3277
3351
|
...hi
|
|
3278
|
-
},
|
|
3352
|
+
}, hr = {
|
|
3279
3353
|
default: {
|
|
3280
3354
|
description: "The content of the toast (BsPopHeader, BsPopBody, BsPopFooter).",
|
|
3281
3355
|
slotProps: {
|
|
@@ -3285,11 +3359,11 @@ const ui = {
|
|
|
3285
3359
|
})
|
|
3286
3360
|
}
|
|
3287
3361
|
}
|
|
3288
|
-
},
|
|
3362
|
+
}, gf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3289
3363
|
__proto__: null,
|
|
3290
|
-
emitDefinitions:
|
|
3291
|
-
propDefinitions:
|
|
3292
|
-
slotDefinitions:
|
|
3364
|
+
emitDefinitions: br,
|
|
3365
|
+
propDefinitions: fr,
|
|
3366
|
+
slotDefinitions: hr
|
|
3293
3367
|
}, Symbol.toStringTag, { value: "Module" })), Hn = {
|
|
3294
3368
|
// only defined again so we can access it in BsTooltip via props.anchor
|
|
3295
3369
|
anchor: {
|
|
@@ -3334,9 +3408,9 @@ const ui = {
|
|
|
3334
3408
|
],
|
|
3335
3409
|
validator: (e) => Hn.place.typeOptions.includes(e)
|
|
3336
3410
|
}
|
|
3337
|
-
},
|
|
3411
|
+
}, vr = {
|
|
3338
3412
|
// None specific to BsTooltip
|
|
3339
|
-
},
|
|
3413
|
+
}, yr = {
|
|
3340
3414
|
...re({
|
|
3341
3415
|
name: "BsTooltip",
|
|
3342
3416
|
defs: bt,
|
|
@@ -3355,7 +3429,7 @@ const ui = {
|
|
|
3355
3429
|
]
|
|
3356
3430
|
}),
|
|
3357
3431
|
...Hn
|
|
3358
|
-
},
|
|
3432
|
+
}, mr = {
|
|
3359
3433
|
...re({
|
|
3360
3434
|
name: "BsTooltip",
|
|
3361
3435
|
defs: ht,
|
|
@@ -3368,8 +3442,8 @@ const ui = {
|
|
|
3368
3442
|
"last-tab"
|
|
3369
3443
|
]
|
|
3370
3444
|
}),
|
|
3371
|
-
...
|
|
3372
|
-
},
|
|
3445
|
+
...vr
|
|
3446
|
+
}, gr = {
|
|
3373
3447
|
default: {
|
|
3374
3448
|
description: "The content of the BsTooltip can contain HTML for formatting, but should not contain interactive or focusable elements. If the latter is needed, use a BsPopover instead.",
|
|
3375
3449
|
slotProps: {
|
|
@@ -3380,11 +3454,11 @@ const ui = {
|
|
|
3380
3454
|
})
|
|
3381
3455
|
}
|
|
3382
3456
|
}
|
|
3383
|
-
},
|
|
3457
|
+
}, wf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3384
3458
|
__proto__: null,
|
|
3385
|
-
emitDefinitions:
|
|
3386
|
-
propDefinitions:
|
|
3387
|
-
slotDefinitions:
|
|
3459
|
+
emitDefinitions: mr,
|
|
3460
|
+
propDefinitions: yr,
|
|
3461
|
+
slotDefinitions: gr
|
|
3388
3462
|
}, Symbol.toStringTag, { value: "Module" })), Ut = {
|
|
3389
3463
|
id: {
|
|
3390
3464
|
type: String,
|
|
@@ -3525,10 +3599,10 @@ const ui = {
|
|
|
3525
3599
|
// we have to redefine and re-emit the events. These "guard" events need to be done as
|
|
3526
3600
|
// props instead of emits, to ensure that the guard behavior flows through correctly
|
|
3527
3601
|
// and is handled by the usePop composable (this is how it's done in BsPopover as well).
|
|
3528
|
-
...
|
|
3602
|
+
...wr()
|
|
3529
3603
|
};
|
|
3530
|
-
function
|
|
3531
|
-
const { onBeforeOpen: e, onBeforeClose: n } = _t(), { onQuery: t } =
|
|
3604
|
+
function wr() {
|
|
3605
|
+
const { onBeforeOpen: e, onBeforeClose: n } = _t(), { onQuery: t } = Ot();
|
|
3532
3606
|
return {
|
|
3533
3607
|
onBeforeOpen: e,
|
|
3534
3608
|
onBeforeClose: n,
|
|
@@ -3578,7 +3652,7 @@ const vi = {
|
|
|
3578
3652
|
description: "Fires when the filter-input model changes. Emits the updated filter-input value.",
|
|
3579
3653
|
payloadType: "string"
|
|
3580
3654
|
}
|
|
3581
|
-
}, gi = {},
|
|
3655
|
+
}, gi = {}, Sf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3582
3656
|
__proto__: null,
|
|
3583
3657
|
emitDefinitions: mi,
|
|
3584
3658
|
propDefinitions: yi,
|
|
@@ -3629,31 +3703,31 @@ const vi = {
|
|
|
3629
3703
|
description: "Whether the BsTypeaheadField is required.",
|
|
3630
3704
|
typeDef: "boolean"
|
|
3631
3705
|
}
|
|
3632
|
-
},
|
|
3706
|
+
}, Sr = {
|
|
3633
3707
|
// None specific to BsTypeaheadField
|
|
3634
|
-
},
|
|
3708
|
+
}, Br = {
|
|
3635
3709
|
...re({
|
|
3636
3710
|
name: "BsTypeaheadField",
|
|
3637
3711
|
defs: yi,
|
|
3638
3712
|
keysToOmit: ["hintId"]
|
|
3639
3713
|
}),
|
|
3640
3714
|
...wi
|
|
3641
|
-
},
|
|
3715
|
+
}, Dr = {
|
|
3642
3716
|
...re({
|
|
3643
3717
|
name: "BsTypeaheadField",
|
|
3644
3718
|
defs: mi
|
|
3645
3719
|
}),
|
|
3646
|
-
...
|
|
3647
|
-
},
|
|
3720
|
+
...Sr
|
|
3721
|
+
}, kr = {
|
|
3648
3722
|
...re({
|
|
3649
3723
|
name: "BsTypeaheadField",
|
|
3650
3724
|
defs: gi
|
|
3651
3725
|
})
|
|
3652
|
-
},
|
|
3726
|
+
}, Bf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3653
3727
|
__proto__: null,
|
|
3654
|
-
emitDefinitions:
|
|
3655
|
-
propDefinitions:
|
|
3656
|
-
slotDefinitions:
|
|
3728
|
+
emitDefinitions: Dr,
|
|
3729
|
+
propDefinitions: Br,
|
|
3730
|
+
slotDefinitions: kr
|
|
3657
3731
|
}, Symbol.toStringTag, { value: "Module" })), Si = {
|
|
3658
3732
|
collapsed: {
|
|
3659
3733
|
default: !1,
|
|
@@ -3743,7 +3817,7 @@ const vi = {
|
|
|
3743
3817
|
description: "Emitted when the collapsed state changes. Used for v-model:collapsed binding.",
|
|
3744
3818
|
payloadType: "boolean"
|
|
3745
3819
|
}
|
|
3746
|
-
},
|
|
3820
|
+
}, Tr = {
|
|
3747
3821
|
"top-content": {
|
|
3748
3822
|
description: `Content to be displayed at the very top of the navigation list.
|
|
3749
3823
|
Useful for adding components like inputs, selects, or other custom elements.`
|
|
@@ -3756,11 +3830,11 @@ const vi = {
|
|
|
3756
3830
|
description: `Content to be displayed at the very top of the navigation list.
|
|
3757
3831
|
Useful for adding components like inputs, selects, or other custom elements.`
|
|
3758
3832
|
}
|
|
3759
|
-
},
|
|
3833
|
+
}, Df = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3760
3834
|
__proto__: null,
|
|
3761
3835
|
emitDefinitions: Bi,
|
|
3762
3836
|
propDefinitions: Si,
|
|
3763
|
-
slotDefinitions:
|
|
3837
|
+
slotDefinitions: Tr
|
|
3764
3838
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3765
3839
|
function fe(e = 1) {
|
|
3766
3840
|
const n = [];
|
|
@@ -3768,11 +3842,11 @@ function fe(e = 1) {
|
|
|
3768
3842
|
n.push(I(Ce()));
|
|
3769
3843
|
return n;
|
|
3770
3844
|
}
|
|
3771
|
-
const
|
|
3845
|
+
const $r = ["id", "data-stacked"], Ir = ["data-open"], Cr = ["aria-controls", "aria-expanded"], Or = {
|
|
3772
3846
|
key: 0,
|
|
3773
3847
|
"data-position": "start",
|
|
3774
3848
|
style: { display: "inline-flex" }
|
|
3775
|
-
},
|
|
3849
|
+
}, Pr = ["id"], Ar = ["aria-labelledby", "data-open", "id"], kf = {
|
|
3776
3850
|
__name: "BsAccordion",
|
|
3777
3851
|
props: Oo,
|
|
3778
3852
|
emits: Object.keys(Po),
|
|
@@ -3800,7 +3874,7 @@ const kr = ["id", "data-stacked"], Tr = ["data-open"], $r = ["aria-controls", "a
|
|
|
3800
3874
|
type: "button",
|
|
3801
3875
|
onClick: p
|
|
3802
3876
|
}, [
|
|
3803
|
-
v.icon || v.$slots.icon ? (d(), y("span",
|
|
3877
|
+
v.icon || v.$slots.icon ? (d(), y("span", Or, [
|
|
3804
3878
|
A(v.$slots, "icon", {}, () => [
|
|
3805
3879
|
typeof v.icon == "string" ? (d(), P(h(ze), {
|
|
3806
3880
|
key: 0,
|
|
@@ -3812,13 +3886,13 @@ const kr = ["id", "data-stacked"], Tr = ["data-open"], $r = ["aria-controls", "a
|
|
|
3812
3886
|
A(v.$slots, "header", {}, () => [
|
|
3813
3887
|
Q(M(v.headerText), 1)
|
|
3814
3888
|
])
|
|
3815
|
-
], 8,
|
|
3889
|
+
], 8, Pr),
|
|
3816
3890
|
F(h(Ge), {
|
|
3817
3891
|
size: "md",
|
|
3818
3892
|
"data-position": "end"
|
|
3819
3893
|
})
|
|
3820
|
-
], 8,
|
|
3821
|
-
], 8,
|
|
3894
|
+
], 8, Cr)
|
|
3895
|
+
], 8, Ir),
|
|
3822
3896
|
C("div", {
|
|
3823
3897
|
"aria-labelledby": l.value,
|
|
3824
3898
|
class: "bs-accordion-content",
|
|
@@ -3830,8 +3904,8 @@ const kr = ["id", "data-stacked"], Tr = ["data-open"], $r = ["aria-controls", "a
|
|
|
3830
3904
|
C("div", null, [
|
|
3831
3905
|
A(v.$slots, "default")
|
|
3832
3906
|
])
|
|
3833
|
-
], 8,
|
|
3834
|
-
], 8,
|
|
3907
|
+
], 8, Ar)
|
|
3908
|
+
], 8, $r));
|
|
3835
3909
|
}
|
|
3836
3910
|
};
|
|
3837
3911
|
function vt(e, n = "button") {
|
|
@@ -3903,16 +3977,16 @@ function nn(e) {
|
|
|
3903
3977
|
t && (n.value = !1);
|
|
3904
3978
|
}), { transition: n };
|
|
3905
3979
|
}
|
|
3906
|
-
const
|
|
3980
|
+
const Er = { key: 0 }, Lr = {
|
|
3907
3981
|
class: "bs-circle-button-icon",
|
|
3908
3982
|
role: "presentation"
|
|
3909
|
-
},
|
|
3983
|
+
}, zr = { key: 1 }, Di = {
|
|
3910
3984
|
__name: "BsCircleButton",
|
|
3911
|
-
props:
|
|
3985
|
+
props: mt,
|
|
3912
3986
|
setup(e) {
|
|
3913
3987
|
const n = e;
|
|
3914
3988
|
J(n, "router", void 0, "If client-side rendering is desired, use 'RouterLink' or 'NuxtLink' instead.");
|
|
3915
|
-
const t =
|
|
3989
|
+
const t = Tt(), { rootTag: o, buttonOrLinkAttrs: i } = vt(n), { onLinkClick: a } = tn(n), r = f(() => c.value ? {} : n.href ? { title: n.label } : { "aria-label": n.label }), s = f(() => {
|
|
3916
3990
|
if (n.hoverEffect)
|
|
3917
3991
|
return n.iconPosition;
|
|
3918
3992
|
}), l = f(() => n.icon ? n.icon : n.iconPosition === "left" ? n.textBtn || n.size === "sm" ? ko : Yt : n.textBtn || n.size === "sm" ? To : Qt), c = f(() => n.textBtn || !!(t != null && t.default)), u = f(() => c.value && n.iconPosition !== "left"), p = f(() => c.value && n.iconPosition === "left"), v = f(() => n.variant ? `color-${n.variant}` : void 0);
|
|
@@ -3927,12 +4001,12 @@ const Pr = { key: 0 }, Ar = {
|
|
|
3927
4001
|
"data-component": "bs-circle-button"
|
|
3928
4002
|
}, { ...h(i), ...r.value }, { onClick: h(a) }), {
|
|
3929
4003
|
default: V(() => [
|
|
3930
|
-
u.value ? (d(), y("span",
|
|
4004
|
+
u.value ? (d(), y("span", Er, [
|
|
3931
4005
|
A(B.$slots, "default", {}, () => [
|
|
3932
4006
|
Q(M(B.label), 1)
|
|
3933
4007
|
])
|
|
3934
4008
|
])) : O("", !0),
|
|
3935
|
-
C("span",
|
|
4009
|
+
C("span", Lr, [
|
|
3936
4010
|
A(B.$slots, "icon", {}, () => [
|
|
3937
4011
|
typeof l.value == "string" ? (d(), P(h(ze), {
|
|
3938
4012
|
key: 0,
|
|
@@ -3940,7 +4014,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
3940
4014
|
}, null, 8, ["name"])) : (d(), P(ie(l.value), { key: 1 }))
|
|
3941
4015
|
])
|
|
3942
4016
|
]),
|
|
3943
|
-
p.value ? (d(), y("span",
|
|
4017
|
+
p.value ? (d(), y("span", zr, [
|
|
3944
4018
|
A(B.$slots, "default", {}, () => [
|
|
3945
4019
|
Q(M(B.label), 1)
|
|
3946
4020
|
])
|
|
@@ -3949,74 +4023,9 @@ const Pr = { key: 0 }, Ar = {
|
|
|
3949
4023
|
_: 3
|
|
3950
4024
|
}, 16, ["data-disabled", "data-direction", "data-ghost", "data-size", "data-text", "data-variant", "onClick"]));
|
|
3951
4025
|
}
|
|
3952
|
-
}, Et = {
|
|
3953
|
-
direction: {
|
|
3954
|
-
type: String,
|
|
3955
|
-
default: "right",
|
|
3956
|
-
description: "Direction of the caret icon. Either left or right.",
|
|
3957
|
-
typeDef: "'left' | 'right'",
|
|
3958
|
-
typeOptions: ["left", "right"],
|
|
3959
|
-
validator(e) {
|
|
3960
|
-
return Et.direction.typeOptions.includes(e);
|
|
3961
|
-
}
|
|
3962
|
-
},
|
|
3963
|
-
disabled: {
|
|
3964
|
-
type: Boolean,
|
|
3965
|
-
default: !1,
|
|
3966
|
-
description: "Disables the button when true.",
|
|
3967
|
-
typeDef: "boolean"
|
|
3968
|
-
},
|
|
3969
|
-
ghostBtn: {
|
|
3970
|
-
type: Boolean,
|
|
3971
|
-
default: !1,
|
|
3972
|
-
description: "When true, applies ghost button styling.",
|
|
3973
|
-
typeDef: "boolean"
|
|
3974
|
-
},
|
|
3975
|
-
hoverEffect: {
|
|
3976
|
-
type: Boolean,
|
|
3977
|
-
default: !0,
|
|
3978
|
-
description: "When true, shows hover effects on the button.",
|
|
3979
|
-
typeDef: "boolean"
|
|
3980
|
-
},
|
|
3981
|
-
label: {
|
|
3982
|
-
type: String,
|
|
3983
|
-
description: "Text to display on the button.",
|
|
3984
|
-
typeDef: "string"
|
|
3985
|
-
},
|
|
3986
|
-
linkTo: {
|
|
3987
|
-
type: [String, Object],
|
|
3988
|
-
description: "Pass in a URL or router location object to convert the button into a link.",
|
|
3989
|
-
typeDef: "string | object"
|
|
3990
|
-
},
|
|
3991
|
-
size: {
|
|
3992
|
-
type: String,
|
|
3993
|
-
default: "",
|
|
3994
|
-
description: "Size variant of the button.",
|
|
3995
|
-
typeDef: "'' | 'sm' | 'xs' | 'xxs'",
|
|
3996
|
-
typeOptions: ["", "sm", "xs", "xxs"],
|
|
3997
|
-
validator(e) {
|
|
3998
|
-
return Et.size.typeOptions.includes(e);
|
|
3999
|
-
}
|
|
4000
|
-
},
|
|
4001
|
-
variant: {
|
|
4002
|
-
default: "",
|
|
4003
|
-
description: "Color variant for the button. Several colors have been deprecated: `'blue'` (use `'primary'`),\n `'orange'` (use `'warning'`), `'red'` (use `'negative'`), `'royal'` (use `'accent-1'`),\n `'pink'` (use `'accent-3'`), `'purple'` (use `'accent-4'`)",
|
|
4004
|
-
type: String,
|
|
4005
|
-
typeDef: "'' | 'primary' | 'positive' | 'warning' | 'negative' | 'accent-1' | 'accent-3' | 'accent-4' | 'white' | 'blue' | 'orange' | 'red' | 'royal' | 'pink' | 'purple'",
|
|
4006
|
-
typeOptions: ["", "primary", "positive", "warning", "negative", "accent-1", "accent-3", "accent-4", "white", "blue", "orange", "red", "royal", "pink", "purple"],
|
|
4007
|
-
validator(e) {
|
|
4008
|
-
return Et.variant.typeOptions.includes(e);
|
|
4009
|
-
}
|
|
4010
|
-
},
|
|
4011
|
-
// DEPRECATED
|
|
4012
|
-
router: {
|
|
4013
|
-
description: "Vue Router instance to enable router-link functionality when used with linkTo prop. Deprecated: use RouterLink or NuxtLink instead.",
|
|
4014
|
-
deprecated: !0,
|
|
4015
|
-
typeDef: "object"
|
|
4016
|
-
}
|
|
4017
4026
|
}, ro = {
|
|
4018
4027
|
__name: "BsCaretTextButton",
|
|
4019
|
-
props:
|
|
4028
|
+
props: yt,
|
|
4020
4029
|
setup(e) {
|
|
4021
4030
|
return J(e, "router", void 0, "If client-side rendering is desired, use 'RouterLink' or 'NuxtLink' instead."), (t, o) => (d(), P(Di, {
|
|
4022
4031
|
"data-component": "bs-caret-text-button",
|
|
@@ -4042,10 +4051,10 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4042
4051
|
_: 3
|
|
4043
4052
|
}, 8, ["disabled", "ghost-btn", "hover-effect", "icon-position", "label", "link-to", "router", "size", "variant"]));
|
|
4044
4053
|
}
|
|
4045
|
-
},
|
|
4054
|
+
}, xr = ["data-horizontal", "data-variant"], jr = { class: "bs-alert-icon" }, Mr = { class: "bs-alert-title" }, Vr = {
|
|
4046
4055
|
key: 0,
|
|
4047
4056
|
class: "bs-alert-description"
|
|
4048
|
-
},
|
|
4057
|
+
}, Tf = {
|
|
4049
4058
|
__name: "BsAlert",
|
|
4050
4059
|
props: On,
|
|
4051
4060
|
emits: Object.keys(Ao),
|
|
@@ -4071,7 +4080,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4071
4080
|
"data-variant": r.variant,
|
|
4072
4081
|
role: "alert"
|
|
4073
4082
|
}, [
|
|
4074
|
-
C("div",
|
|
4083
|
+
C("div", jr, [
|
|
4075
4084
|
A(r.$slots, "icon", {}, () => [
|
|
4076
4085
|
r.icon ? (d(), y(ee, { key: 0 }, [
|
|
4077
4086
|
typeof r.icon == "string" ? (d(), P(h(ze), {
|
|
@@ -4088,12 +4097,12 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4088
4097
|
}))
|
|
4089
4098
|
])
|
|
4090
4099
|
]),
|
|
4091
|
-
C("div",
|
|
4100
|
+
C("div", Mr, [
|
|
4092
4101
|
A(r.$slots, "title", {}, () => [
|
|
4093
4102
|
Q(M(r.title), 1)
|
|
4094
4103
|
])
|
|
4095
4104
|
]),
|
|
4096
|
-
r.description || r.$slots.description ? (d(), y("div",
|
|
4105
|
+
r.description || r.$slots.description ? (d(), y("div", Vr, [
|
|
4097
4106
|
A(r.$slots, "description", {}, () => [
|
|
4098
4107
|
Q(M(r.description), 1)
|
|
4099
4108
|
])
|
|
@@ -4135,9 +4144,9 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4135
4144
|
_: 1
|
|
4136
4145
|
}, 8, ["to"]))
|
|
4137
4146
|
], 64)) : O("", !0)
|
|
4138
|
-
], 8,
|
|
4147
|
+
], 8, xr));
|
|
4139
4148
|
}
|
|
4140
|
-
},
|
|
4149
|
+
}, Fr = {
|
|
4141
4150
|
// -- REQUIRED --
|
|
4142
4151
|
inertSelector: {
|
|
4143
4152
|
type: String,
|
|
@@ -4158,9 +4167,9 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4158
4167
|
description: "A custom duration for the fade transition. Provide as milliseconds or a css var, e.g. var(--my-custom-duration).",
|
|
4159
4168
|
typeDef: "string | number"
|
|
4160
4169
|
}
|
|
4161
|
-
},
|
|
4170
|
+
}, qr = {
|
|
4162
4171
|
__name: "BsBackdrop",
|
|
4163
|
-
props:
|
|
4172
|
+
props: Fr,
|
|
4164
4173
|
setup(e) {
|
|
4165
4174
|
const n = e;
|
|
4166
4175
|
let t = [], o = !1, i;
|
|
@@ -4199,7 +4208,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4199
4208
|
function B() {
|
|
4200
4209
|
o && (document.scrollingElement.style.scrollbarGutter = i), document.body.removeAttribute("data-scroll");
|
|
4201
4210
|
}
|
|
4202
|
-
return (w, g) => (d(), P(
|
|
4211
|
+
return (w, g) => (d(), P(St, {
|
|
4203
4212
|
name: "bs-backdrop",
|
|
4204
4213
|
appear: ""
|
|
4205
4214
|
}, {
|
|
@@ -4208,14 +4217,14 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4208
4217
|
key: 0,
|
|
4209
4218
|
class: "bs-backdrop",
|
|
4210
4219
|
"data-component": "bs-backdrop",
|
|
4211
|
-
style:
|
|
4220
|
+
style: $t(`--bs-backdrop-transition-duration: ${a.value}`),
|
|
4212
4221
|
"aria-hidden": "true"
|
|
4213
4222
|
}, null, 4)) : O("", !0)
|
|
4214
4223
|
]),
|
|
4215
4224
|
_: 1
|
|
4216
4225
|
}));
|
|
4217
4226
|
}
|
|
4218
|
-
},
|
|
4227
|
+
}, Nr = ["aria-label", "data-badge-color", "data-count", "data-position", "data-show-zero", "data-variant"], ki = {
|
|
4219
4228
|
__name: "BsBadge",
|
|
4220
4229
|
props: Pn,
|
|
4221
4230
|
setup(e) {
|
|
@@ -4240,9 +4249,9 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4240
4249
|
role: "status"
|
|
4241
4250
|
}, [
|
|
4242
4251
|
a.variant !== "notext" ? A(a.$slots, "default", { key: 0 }) : O("", !0)
|
|
4243
|
-
], 10,
|
|
4252
|
+
], 10, Nr));
|
|
4244
4253
|
}
|
|
4245
|
-
},
|
|
4254
|
+
}, Rr = ["data-variant"], Wr = { class: "bs-banner-content" }, Hr = { class: "bs-banner-warning-icon" }, $f = {
|
|
4246
4255
|
__name: "BsBanner",
|
|
4247
4256
|
props: An,
|
|
4248
4257
|
emits: Object.keys(Eo),
|
|
@@ -4258,8 +4267,8 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4258
4267
|
"data-component": "bs-banner",
|
|
4259
4268
|
"data-variant": a.variant
|
|
4260
4269
|
}, [
|
|
4261
|
-
C("div",
|
|
4262
|
-
C("div",
|
|
4270
|
+
C("div", Wr, [
|
|
4271
|
+
C("div", Hr, [
|
|
4263
4272
|
A(a.$slots, "icon", {}, () => [
|
|
4264
4273
|
a.icon ? (d(), y(ee, { key: 0 }, [
|
|
4265
4274
|
typeof a.icon == "string" ? (d(), P(h(ze), {
|
|
@@ -4287,7 +4296,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4287
4296
|
F(h(xe))
|
|
4288
4297
|
])
|
|
4289
4298
|
])
|
|
4290
|
-
], 8,
|
|
4299
|
+
], 8, Rr));
|
|
4291
4300
|
}
|
|
4292
4301
|
}, on = {
|
|
4293
4302
|
__name: "BsButton",
|
|
@@ -4310,10 +4319,10 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4310
4319
|
_: 3
|
|
4311
4320
|
}, 16, ["class", "data-ghost", "data-size", "data-text", "data-variant", "onClick"]));
|
|
4312
4321
|
}
|
|
4313
|
-
},
|
|
4322
|
+
}, Ur = {
|
|
4314
4323
|
class: "bs-field-details",
|
|
4315
4324
|
"data-component": "bs-field-details"
|
|
4316
|
-
},
|
|
4325
|
+
}, Kr = ["id", "data-error"], Gr = ["data-error"], qe = {
|
|
4317
4326
|
__name: "BsFieldDetails",
|
|
4318
4327
|
props: {
|
|
4319
4328
|
/** The number of characters that have been entered by the user. */
|
|
@@ -4334,22 +4343,22 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4334
4343
|
},
|
|
4335
4344
|
setup(e) {
|
|
4336
4345
|
const n = e, t = f(() => n.error && n.errorMsg || n.hint);
|
|
4337
|
-
return (o, i) => (d(), y("div",
|
|
4346
|
+
return (o, i) => (d(), y("div", Ur, [
|
|
4338
4347
|
t.value ? (d(), y("span", {
|
|
4339
4348
|
key: 0,
|
|
4340
4349
|
id: e.hintId,
|
|
4341
4350
|
class: "bs-hint",
|
|
4342
4351
|
"data-error": e.error
|
|
4343
|
-
}, M(t.value), 9,
|
|
4352
|
+
}, M(t.value), 9, Kr)) : O("", !0),
|
|
4344
4353
|
e.charMax ? (d(), y("span", {
|
|
4345
4354
|
key: 1,
|
|
4346
4355
|
"aria-description": "character count over character limit for the preceding text field",
|
|
4347
4356
|
class: "bs-character-count",
|
|
4348
4357
|
"data-error": n.charCount > n.charMax
|
|
4349
|
-
}, M(n.charCount || "0") + " / " + M(n.charMax), 9,
|
|
4358
|
+
}, M(n.charCount || "0") + " / " + M(n.charMax), 9, Gr)) : O("", !0)
|
|
4350
4359
|
]));
|
|
4351
4360
|
}
|
|
4352
|
-
},
|
|
4361
|
+
}, Xr = ["data-disabled", "for"], De = {
|
|
4353
4362
|
__name: "BsLabel",
|
|
4354
4363
|
props: {
|
|
4355
4364
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -4374,9 +4383,9 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4374
4383
|
}, " *", -1)),
|
|
4375
4384
|
t[1] || (t[1] = C("span", { class: "bs-visually-hidden" }, "required", -1))
|
|
4376
4385
|
], 64)) : O("", !0)
|
|
4377
|
-
], 10,
|
|
4386
|
+
], 10, Xr));
|
|
4378
4387
|
}
|
|
4379
|
-
},
|
|
4388
|
+
}, Yr = ["data-error", "id", "value"], rt = {
|
|
4380
4389
|
__name: "BsInput",
|
|
4381
4390
|
props: {
|
|
4382
4391
|
error: {
|
|
@@ -4401,9 +4410,9 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4401
4410
|
id: s.$attrs.id,
|
|
4402
4411
|
value: e.value ?? e.modelValue,
|
|
4403
4412
|
onInput: r
|
|
4404
|
-
}, a.value), null, 16,
|
|
4413
|
+
}, a.value), null, 16, Yr));
|
|
4405
4414
|
}
|
|
4406
|
-
},
|
|
4415
|
+
}, Qr = ["data-autopad", "data-autosize-icons", "data-disabled", "data-error", "data-variant", "data-multifocus"], an = {
|
|
4407
4416
|
__name: "BsInputAddon",
|
|
4408
4417
|
props: {
|
|
4409
4418
|
autopad: { type: Boolean, default: !1 },
|
|
@@ -4425,9 +4434,9 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4425
4434
|
"data-multifocus": e.multifocus
|
|
4426
4435
|
}, [
|
|
4427
4436
|
A(n.$slots, "default")
|
|
4428
|
-
], 8,
|
|
4437
|
+
], 8, Qr));
|
|
4429
4438
|
}
|
|
4430
|
-
},
|
|
4439
|
+
}, Zr = {
|
|
4431
4440
|
__name: "BsInputDateSingle",
|
|
4432
4441
|
props: {
|
|
4433
4442
|
disabled: {
|
|
@@ -4497,7 +4506,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4497
4506
|
_: 1
|
|
4498
4507
|
}, 8, ["disabled", "error"]));
|
|
4499
4508
|
}
|
|
4500
|
-
},
|
|
4509
|
+
}, Jr = ["disabled", "id", "model-value"], _r = ["disabled", "id", "model-value"], el = {
|
|
4501
4510
|
__name: "BsInputDateRange",
|
|
4502
4511
|
props: {
|
|
4503
4512
|
disabled: {
|
|
@@ -4577,7 +4586,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4577
4586
|
disabled: e.disabled,
|
|
4578
4587
|
id: `${e.inputId}-start`,
|
|
4579
4588
|
"model-value": e.inputValue.start
|
|
4580
|
-
}, Sn(u.value, !0)), null, 16,
|
|
4589
|
+
}, Sn(u.value, !0)), null, 16, Jr),
|
|
4581
4590
|
C("input", X({
|
|
4582
4591
|
ref_key: "hiddenEnd",
|
|
4583
4592
|
ref: a,
|
|
@@ -4585,7 +4594,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4585
4594
|
disabled: e.disabled,
|
|
4586
4595
|
id: `${e.inputId}-end`,
|
|
4587
4596
|
"model-value": e.inputValue.end
|
|
4588
|
-
}, Sn(p.value, !0)), null, 16,
|
|
4597
|
+
}, Sn(p.value, !0)), null, 16, _r),
|
|
4589
4598
|
me(C("button", {
|
|
4590
4599
|
"aria-label": "Clear",
|
|
4591
4600
|
type: "button",
|
|
@@ -4604,7 +4613,7 @@ const Pr = { key: 0 }, Ar = {
|
|
|
4604
4613
|
}, 8, ["disabled", "error"]));
|
|
4605
4614
|
}
|
|
4606
4615
|
};
|
|
4607
|
-
function
|
|
4616
|
+
function tl(e) {
|
|
4608
4617
|
function n(i) {
|
|
4609
4618
|
var a, r;
|
|
4610
4619
|
return ((r = (a = i == null ? void 0 : i.classList) == null ? void 0 : a.contains) == null ? void 0 : r.call(a, "vc-arrow")) && (i.classList.contains("vc-prev") || i.classList.contains("vc-next"));
|
|
@@ -4618,7 +4627,7 @@ function _r(e) {
|
|
|
4618
4627
|
oe(() => {
|
|
4619
4628
|
var i, a;
|
|
4620
4629
|
(a = (i = e.value) == null ? void 0 : i.addEventListener) == null || a.call(i, "keydown", o);
|
|
4621
|
-
}),
|
|
4630
|
+
}), It(() => {
|
|
4622
4631
|
var i, a;
|
|
4623
4632
|
(a = (i = e.value) == null ? void 0 : i.removeEventListener) == null || a.call(i, "keydown", o);
|
|
4624
4633
|
});
|
|
@@ -4627,7 +4636,7 @@ function ot(e, n, t = []) {
|
|
|
4627
4636
|
let o;
|
|
4628
4637
|
In(() => {
|
|
4629
4638
|
o = window.matchMedia(e), o.addEventListener("change", n), n(o);
|
|
4630
|
-
}),
|
|
4639
|
+
}), It(() => {
|
|
4631
4640
|
o.removeEventListener("change", n), o = null;
|
|
4632
4641
|
}), t.length && G(t, () => n(o));
|
|
4633
4642
|
}
|
|
@@ -4639,7 +4648,7 @@ function Ae(e = []) {
|
|
|
4639
4648
|
));
|
|
4640
4649
|
return { filtered: i, remaining: a };
|
|
4641
4650
|
}
|
|
4642
|
-
const
|
|
4651
|
+
const nl = ["data-range"], lo = "(min-width: 752px)", If = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
4643
4652
|
__name: "BsCalendar",
|
|
4644
4653
|
props: Vt,
|
|
4645
4654
|
emits: Object.keys(Wo),
|
|
@@ -4650,7 +4659,7 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4650
4659
|
return (S = t.exclusiveDates) != null && S.length ? $(t.exclusiveDates) : t.disabledDates;
|
|
4651
4660
|
}
|
|
4652
4661
|
), v = f(() => t.inputId || r.value), B = f(() => ({ range: t.isRange })), w = f(() => t.showClear && t.modelValue && !t.disabled), g = f(() => !!(t.error && t.errorMsg || t.hint)), m = f(() => t.step), b = f(() => t.variant);
|
|
4653
|
-
|
|
4662
|
+
tl(a), ot(
|
|
4654
4663
|
lo,
|
|
4655
4664
|
(S) => i.value = S != null && S.matches && b.value == "2-col" ? 2 : 1,
|
|
4656
4665
|
[b]
|
|
@@ -4723,11 +4732,11 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4723
4732
|
rows: 1,
|
|
4724
4733
|
step: l.value,
|
|
4725
4734
|
"onUpdate:modelValue": T[2] || (T[2] = (L) => S.$emit("update:modelValue", L))
|
|
4726
|
-
}, h(u)),
|
|
4735
|
+
}, h(u)), Bt({ _: 2 }, [
|
|
4727
4736
|
S.inputMode ? {
|
|
4728
4737
|
name: "default",
|
|
4729
4738
|
fn: V(({ inputValue: L, inputEvents: W, showPopover: Y }) => [
|
|
4730
|
-
S.isRange ? (d(), P(
|
|
4739
|
+
S.isRange ? (d(), P(el, {
|
|
4731
4740
|
key: 1,
|
|
4732
4741
|
disabled: S.disabled,
|
|
4733
4742
|
error: S.error,
|
|
@@ -4741,7 +4750,7 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4741
4750
|
onUiFocusin: Y,
|
|
4742
4751
|
onUiInput: Y,
|
|
4743
4752
|
onClear: T[1] || (T[1] = (te) => S.$emit("clear"))
|
|
4744
|
-
}, null, 8, ["disabled", "error", "input-id", "input-value", "input-value-fmt", "listeners", "placeholder", "show-clear", "required", "onUiFocusin", "onUiInput"])) : (d(), P(
|
|
4753
|
+
}, null, 8, ["disabled", "error", "input-id", "input-value", "input-value-fmt", "listeners", "placeholder", "show-clear", "required", "onUiFocusin", "onUiInput"])) : (d(), P(Zr, {
|
|
4745
4754
|
key: 0,
|
|
4746
4755
|
disabled: S.disabled,
|
|
4747
4756
|
error: S.error,
|
|
@@ -4764,9 +4773,9 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4764
4773
|
hint: S.hint,
|
|
4765
4774
|
"hint-id": h(s)
|
|
4766
4775
|
}, null, 8, ["error", "error-msg", "hint", "hint-id"])) : O("", !0)
|
|
4767
|
-
], 16,
|
|
4776
|
+
], 16, nl));
|
|
4768
4777
|
}
|
|
4769
|
-
}),
|
|
4778
|
+
}), Cf = {
|
|
4770
4779
|
__name: "BsCaretButton",
|
|
4771
4780
|
props: {
|
|
4772
4781
|
direction: {
|
|
@@ -4818,10 +4827,10 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4818
4827
|
_: 1
|
|
4819
4828
|
}, 8, ["disabled", "ghost-btn", "hover-effect", "icon-position", "label", "link-to", "router", "size"]));
|
|
4820
4829
|
}
|
|
4821
|
-
},
|
|
4830
|
+
}, ol = {
|
|
4822
4831
|
class: "bs-chart-table",
|
|
4823
4832
|
"data-component": "bs-chart-table"
|
|
4824
|
-
},
|
|
4833
|
+
}, il = ["summary"], al = ["colspan"], sl = { scope: "col" }, rl = { scope: "row" }, ll = {
|
|
4825
4834
|
__name: "BsChartTable",
|
|
4826
4835
|
props: {
|
|
4827
4836
|
chartType: {
|
|
@@ -4907,7 +4916,7 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4907
4916
|
});
|
|
4908
4917
|
return oe(() => {
|
|
4909
4918
|
t.value = !0;
|
|
4910
|
-
}), (u, p) => (d(), y("div",
|
|
4919
|
+
}), (u, p) => (d(), y("div", ol, [
|
|
4911
4920
|
c.value ? (d(), y("table", {
|
|
4912
4921
|
key: 0,
|
|
4913
4922
|
summary: l.value.title
|
|
@@ -4916,10 +4925,10 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4916
4925
|
C("tr", null, [
|
|
4917
4926
|
C("th", {
|
|
4918
4927
|
colspan: l.value.colspan
|
|
4919
|
-
}, M(l.value.title), 9,
|
|
4928
|
+
}, M(l.value.title), 9, al)
|
|
4920
4929
|
]),
|
|
4921
4930
|
C("tr", null, [
|
|
4922
|
-
C("th",
|
|
4931
|
+
C("th", sl, M(l.value.colHeadingFirst), 1),
|
|
4923
4932
|
(d(!0), y(ee, null, ue(l.value.colHeadings, (v) => (d(), y("th", {
|
|
4924
4933
|
key: v,
|
|
4925
4934
|
scope: "col"
|
|
@@ -4930,13 +4939,13 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4930
4939
|
(d(!0), y(ee, null, ue(l.value.rows, (v) => (d(), y("tr", {
|
|
4931
4940
|
key: v.rowLabelFmt || v.rowLabel
|
|
4932
4941
|
}, [
|
|
4933
|
-
C("th",
|
|
4942
|
+
C("th", rl, M(v.rowLabelFmt || v.rowLabel), 1),
|
|
4934
4943
|
(d(!0), y(ee, null, ue(v.dataCells, (B) => (d(), y("td", {
|
|
4935
4944
|
key: `${v.rowLabelFmt || v.rowLabel}${B.datasetLabel}${B.value}`
|
|
4936
4945
|
}, M(B.value), 1))), 128))
|
|
4937
4946
|
]))), 128))
|
|
4938
4947
|
])
|
|
4939
|
-
], 8,
|
|
4948
|
+
], 8, il)) : O("", !0)
|
|
4940
4949
|
]));
|
|
4941
4950
|
}
|
|
4942
4951
|
}, Xe = (e, n, t = void 0) => {
|
|
@@ -4952,9 +4961,9 @@ const el = ["data-range"], lo = "(min-width: 752px)", kf = /* @__PURE__ */ Objec
|
|
|
4952
4961
|
}), Oe(() => {
|
|
4953
4962
|
((t == null ? void 0 : t.value) ?? document).removeEventListener("keydown", o);
|
|
4954
4963
|
});
|
|
4955
|
-
},
|
|
4956
|
-
function
|
|
4957
|
-
const t = I(null), o = I(!1), i = I(null), a = "(min-width: 1166px)", r = { tickSize:
|
|
4964
|
+
}, kt = 16, dl = 20;
|
|
4965
|
+
function ul(e, n) {
|
|
4966
|
+
const t = I(null), o = I(!1), i = I(null), a = "(min-width: 1166px)", r = { tickSize: kt }, s = { tickSize: dl };
|
|
4958
4967
|
let l, c;
|
|
4959
4968
|
function u(m, b) {
|
|
4960
4969
|
let D;
|
|
@@ -4968,7 +4977,7 @@ function ll(e, n) {
|
|
|
4968
4977
|
default:
|
|
4969
4978
|
throw new Error(`Unsupported chart type: ${m}`);
|
|
4970
4979
|
}
|
|
4971
|
-
return new
|
|
4980
|
+
return new vl().setCommonConfigs(b).setCustomOptions(b)[D](b).setPlugins([cl(i), pa]).build();
|
|
4972
4981
|
}
|
|
4973
4982
|
function p(m) {
|
|
4974
4983
|
m.preventDefault(), m.stopImmediatePropagation();
|
|
@@ -5002,7 +5011,7 @@ function ll(e, n) {
|
|
|
5002
5011
|
} catch (b) {
|
|
5003
5012
|
console.error("Error creating chart config", b), c = null;
|
|
5004
5013
|
}
|
|
5005
|
-
}), Xe([" ", "Enter"], p, i),
|
|
5014
|
+
}), Xe([" ", "Enter"], p, i), It(() => {
|
|
5006
5015
|
var m;
|
|
5007
5016
|
(m = i.value) == null || m.removeEventListener("click", p), l == null || l.destroy();
|
|
5008
5017
|
}), G([
|
|
@@ -5035,7 +5044,7 @@ function ll(e, n) {
|
|
|
5035
5044
|
registerChart: B
|
|
5036
5045
|
};
|
|
5037
5046
|
}
|
|
5038
|
-
const
|
|
5047
|
+
const cl = (e) => ({
|
|
5039
5048
|
id: "htmlLegend",
|
|
5040
5049
|
afterUpdate(n) {
|
|
5041
5050
|
e.value.innerHTML = "", e.value.style.setProperty("--cjs-legend-padding-inline", `${n.scales.x.left}px`), n.options.plugins.legend.labels.generateLabels(n).forEach((o) => {
|
|
@@ -5101,10 +5110,10 @@ function Un(e, n = 1) {
|
|
|
5101
5110
|
], o = t[e % t.length], i = Math.floor(e / t.length) + n;
|
|
5102
5111
|
return `rgba(${o.toString()}, ${1 / i})`;
|
|
5103
5112
|
}
|
|
5104
|
-
function
|
|
5113
|
+
function pl(e) {
|
|
5105
5114
|
return Un(e);
|
|
5106
5115
|
}
|
|
5107
|
-
function
|
|
5116
|
+
function fl(e) {
|
|
5108
5117
|
return {
|
|
5109
5118
|
maintainAspectRatio: !1,
|
|
5110
5119
|
plugins: {
|
|
@@ -5148,7 +5157,7 @@ function Gn(e) {
|
|
|
5148
5157
|
stacked: i,
|
|
5149
5158
|
ticks: {
|
|
5150
5159
|
font: {
|
|
5151
|
-
size: p ||
|
|
5160
|
+
size: p || kt
|
|
5152
5161
|
}
|
|
5153
5162
|
},
|
|
5154
5163
|
title: {
|
|
@@ -5168,7 +5177,7 @@ function Gn(e) {
|
|
|
5168
5177
|
suggestedMin: c,
|
|
5169
5178
|
ticks: {
|
|
5170
5179
|
font: {
|
|
5171
|
-
size: p ||
|
|
5180
|
+
size: p || kt
|
|
5172
5181
|
}
|
|
5173
5182
|
},
|
|
5174
5183
|
title: {
|
|
@@ -5211,7 +5220,7 @@ class Ti {
|
|
|
5211
5220
|
return n;
|
|
5212
5221
|
}
|
|
5213
5222
|
}
|
|
5214
|
-
class
|
|
5223
|
+
class bl extends Ti {
|
|
5215
5224
|
constructor({ data: n, options: t, plugins: o }) {
|
|
5216
5225
|
super({ type: "bar", data: n, options: t, plugins: o });
|
|
5217
5226
|
}
|
|
@@ -5235,7 +5244,7 @@ class pl extends Ti {
|
|
|
5235
5244
|
this.options = i;
|
|
5236
5245
|
}
|
|
5237
5246
|
}
|
|
5238
|
-
class
|
|
5247
|
+
class hl extends Ti {
|
|
5239
5248
|
constructor({ data: n, options: t, plugins: o }) {
|
|
5240
5249
|
super({ type: "line", data: n, options: t, plugins: o });
|
|
5241
5250
|
}
|
|
@@ -5243,7 +5252,7 @@ class fl extends Ti {
|
|
|
5243
5252
|
return n.map((t, o) => ({
|
|
5244
5253
|
...t,
|
|
5245
5254
|
backgroundColor: Un(o, 2),
|
|
5246
|
-
borderColor:
|
|
5255
|
+
borderColor: pl(o),
|
|
5247
5256
|
borderWidth: 4
|
|
5248
5257
|
}));
|
|
5249
5258
|
}
|
|
@@ -5260,7 +5269,7 @@ class fl extends Ti {
|
|
|
5260
5269
|
this.options = i;
|
|
5261
5270
|
}
|
|
5262
5271
|
}
|
|
5263
|
-
class
|
|
5272
|
+
class vl {
|
|
5264
5273
|
constructor() {
|
|
5265
5274
|
return this;
|
|
5266
5275
|
}
|
|
@@ -5277,7 +5286,7 @@ class bl {
|
|
|
5277
5286
|
*/
|
|
5278
5287
|
setCommonConfigs(n) {
|
|
5279
5288
|
const { data: t } = n;
|
|
5280
|
-
return this.commonOptionsBasic =
|
|
5289
|
+
return this.commonOptionsBasic = fl(n), this.commonOptionsStrict = Kn(), this.datasets = t, this;
|
|
5281
5290
|
}
|
|
5282
5291
|
setCustomOptions(n) {
|
|
5283
5292
|
return this.customOptions = n.customOptions, this;
|
|
@@ -5303,8 +5312,8 @@ class bl {
|
|
|
5303
5312
|
setCartesianAxesOpts(n) {
|
|
5304
5313
|
const { dataIdxLabels: t } = n;
|
|
5305
5314
|
return this.dataIdxLabels = t, this.scalesOptions = Gn(n), this.commonOptionsStrict.scales = {
|
|
5306
|
-
x: { ticks: { font: { size:
|
|
5307
|
-
y: { ticks: { font: { size:
|
|
5315
|
+
x: { ticks: { font: { size: kt } } },
|
|
5316
|
+
y: { ticks: { font: { size: kt } } }
|
|
5308
5317
|
}, this;
|
|
5309
5318
|
}
|
|
5310
5319
|
build() {
|
|
@@ -5329,18 +5338,18 @@ class bl {
|
|
|
5329
5338
|
};
|
|
5330
5339
|
switch (this.type) {
|
|
5331
5340
|
case "bar":
|
|
5332
|
-
return new
|
|
5341
|
+
return new bl(n);
|
|
5333
5342
|
case "line":
|
|
5334
|
-
return new
|
|
5343
|
+
return new hl(n);
|
|
5335
5344
|
default:
|
|
5336
5345
|
throw new Error(`Unsupported chart type: ${this.type}`);
|
|
5337
5346
|
}
|
|
5338
5347
|
}
|
|
5339
5348
|
}
|
|
5340
|
-
const
|
|
5349
|
+
const yl = {
|
|
5341
5350
|
class: "bs-chart bs-chart-bar",
|
|
5342
5351
|
"data-component": "bs-chart-bar"
|
|
5343
|
-
},
|
|
5352
|
+
}, ml = ["aria-label"], gl = ["data-hidden"], Of = {
|
|
5344
5353
|
__name: "BsChartBar",
|
|
5345
5354
|
props: {
|
|
5346
5355
|
chartTitle: {
|
|
@@ -5411,7 +5420,7 @@ const hl = {
|
|
|
5411
5420
|
}
|
|
5412
5421
|
},
|
|
5413
5422
|
setup(e) {
|
|
5414
|
-
const n = e, { canvasRef: t, legendListRef: o, registerChart: i } =
|
|
5423
|
+
const n = e, { canvasRef: t, legendListRef: o, registerChart: i } = ul("bar", n), a = f(() => n.chartTitle || `${n.yLabel} / ${n.xLabel}`);
|
|
5415
5424
|
return oe(() => i(
|
|
5416
5425
|
fa,
|
|
5417
5426
|
ba,
|
|
@@ -5420,7 +5429,7 @@ const hl = {
|
|
|
5420
5429
|
ya,
|
|
5421
5430
|
ma,
|
|
5422
5431
|
ga
|
|
5423
|
-
)), (r, s) => (d(), y("div",
|
|
5432
|
+
)), (r, s) => (d(), y("div", yl, [
|
|
5424
5433
|
C("figure", null, [
|
|
5425
5434
|
C("div", null, [
|
|
5426
5435
|
C("canvas", {
|
|
@@ -5428,10 +5437,10 @@ const hl = {
|
|
|
5428
5437
|
ref_key: "canvasRef",
|
|
5429
5438
|
ref: t,
|
|
5430
5439
|
role: "img"
|
|
5431
|
-
}, null, 8,
|
|
5440
|
+
}, null, 8, ml)
|
|
5432
5441
|
]),
|
|
5433
5442
|
C("div", null, [
|
|
5434
|
-
F(
|
|
5443
|
+
F(ll, {
|
|
5435
5444
|
"chart-type": "bar",
|
|
5436
5445
|
data: e.data,
|
|
5437
5446
|
"data-idx-labels": e.dataIdxLabels,
|
|
@@ -5447,12 +5456,12 @@ const hl = {
|
|
|
5447
5456
|
ref_key: "legendListRef",
|
|
5448
5457
|
ref: o
|
|
5449
5458
|
}, null, 512)
|
|
5450
|
-
], 8,
|
|
5459
|
+
], 8, gl)
|
|
5451
5460
|
])
|
|
5452
5461
|
])
|
|
5453
5462
|
]));
|
|
5454
5463
|
}
|
|
5455
|
-
},
|
|
5464
|
+
}, wl = ["data-disabled", "data-error", "data-size"], Sl = ["checked", "data-error", "disabled", "id", "required", "value"], Pf = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
5456
5465
|
__name: "BsCheckbox",
|
|
5457
5466
|
props: {
|
|
5458
5467
|
/** Sets the label. */
|
|
@@ -5537,7 +5546,7 @@ const hl = {
|
|
|
5537
5546
|
value: e.value || "on",
|
|
5538
5547
|
type: "checkbox",
|
|
5539
5548
|
onChange: m
|
|
5540
|
-
}, h(r)), null, 16,
|
|
5549
|
+
}, h(r)), null, 16, Sl),
|
|
5541
5550
|
e.label || b.$slots.label ? (d(), P(De, {
|
|
5542
5551
|
key: 0,
|
|
5543
5552
|
for: b.$attrs.id || l.value,
|
|
@@ -5551,9 +5560,9 @@ const hl = {
|
|
|
5551
5560
|
]),
|
|
5552
5561
|
_: 3
|
|
5553
5562
|
}, 8, ["for", "disabled", "required"])) : O("", !0)
|
|
5554
|
-
], 16,
|
|
5563
|
+
], 16, wl));
|
|
5555
5564
|
}
|
|
5556
|
-
}),
|
|
5565
|
+
}), Bl = {
|
|
5557
5566
|
__name: "BsPopXButton",
|
|
5558
5567
|
setup(e) {
|
|
5559
5568
|
return (n, t) => (d(), P(on, {
|
|
@@ -5573,7 +5582,7 @@ const hl = {
|
|
|
5573
5582
|
}));
|
|
5574
5583
|
}
|
|
5575
5584
|
}, cn = I({});
|
|
5576
|
-
function
|
|
5585
|
+
function Dl(e) {
|
|
5577
5586
|
e || ct("[useCreateTeleportTarget]: Must provide an id for the created element.");
|
|
5578
5587
|
const n = e.replace("#", "");
|
|
5579
5588
|
oe(() => {
|
|
@@ -5588,8 +5597,8 @@ function Sl(e) {
|
|
|
5588
5597
|
};
|
|
5589
5598
|
}
|
|
5590
5599
|
const Ue = {}, Ke = [];
|
|
5591
|
-
let
|
|
5592
|
-
const
|
|
5600
|
+
let kl = 0;
|
|
5601
|
+
const Et = "bsFocusTrapId";
|
|
5593
5602
|
function uo(e) {
|
|
5594
5603
|
const n = {
|
|
5595
5604
|
// Defaults
|
|
@@ -5616,7 +5625,7 @@ function uo(e) {
|
|
|
5616
5625
|
o += `${n.selectorPrefix}${i}:not([disabled]):not([tabindex="-1"]),`;
|
|
5617
5626
|
}), o = o.slice(0, -1), n.selector = o, n;
|
|
5618
5627
|
}
|
|
5619
|
-
const
|
|
5628
|
+
const Tl = {
|
|
5620
5629
|
mounted(e, n) {
|
|
5621
5630
|
function t(s, l, c) {
|
|
5622
5631
|
s.preventDefault(), c.preventFirstShiftTab || l.focus(), e.dispatchEvent(new Event("first-shift-tab"));
|
|
@@ -5628,7 +5637,7 @@ const Dl = {
|
|
|
5628
5637
|
s.preventDefault(), l.focus();
|
|
5629
5638
|
}
|
|
5630
5639
|
function a(s) {
|
|
5631
|
-
const l = Number(e.dataset[
|
|
5640
|
+
const l = Number(e.dataset[Et]), { options: c } = Ue[l];
|
|
5632
5641
|
if (Ke.indexOf(l) === Ke.length - 1 && c.active && s.key === "Tab") {
|
|
5633
5642
|
const p = e.querySelectorAll(c.selector);
|
|
5634
5643
|
if (p.length > 0) {
|
|
@@ -5637,28 +5646,28 @@ const Dl = {
|
|
|
5637
5646
|
}
|
|
5638
5647
|
}
|
|
5639
5648
|
}
|
|
5640
|
-
const r = ++
|
|
5641
|
-
e.dataset[
|
|
5649
|
+
const r = ++kl;
|
|
5650
|
+
e.dataset[Et] = r, window.addEventListener("keydown", a), Ue[r] = { el: e, handleKeydown: a, options: uo(n) }, Ue[r].options.active && Ke.push(r);
|
|
5642
5651
|
},
|
|
5643
5652
|
updated(e, n) {
|
|
5644
|
-
const t = Number(e.dataset[
|
|
5653
|
+
const t = Number(e.dataset[Et]), o = Ue[t].options.active;
|
|
5645
5654
|
Ue[t].options = uo(n), o !== Ue[t].options.active && (o ? Ke.splice(Ke.indexOf(t), 1) : Ke.push(t));
|
|
5646
5655
|
},
|
|
5647
5656
|
unmounted(e) {
|
|
5648
|
-
const n = Number(e.dataset[
|
|
5657
|
+
const n = Number(e.dataset[Et]);
|
|
5649
5658
|
window.removeEventListener("keydown", Ue[n].handleKeydown), delete Ue[n], Ke.splice(Ke.indexOf(n), 1);
|
|
5650
5659
|
}
|
|
5651
5660
|
}, Kt = at();
|
|
5652
5661
|
let sn = {};
|
|
5653
5662
|
const $n = I(0), ft = ut(null), $i = pt(Xn, 50);
|
|
5654
5663
|
G(() => $n.value > 0, (e) => {
|
|
5655
|
-
e ?
|
|
5664
|
+
e ? Il() : Cl();
|
|
5656
5665
|
});
|
|
5657
|
-
function
|
|
5666
|
+
function $l({ props: e, shouldListen: n = !0 }) {
|
|
5658
5667
|
G(() => h(n), (t, o, i) => {
|
|
5659
5668
|
t && (++$n.value, i(() => --$n.value));
|
|
5660
5669
|
}, { immediate: !0 }), G(ft, (t, o, i) => {
|
|
5661
|
-
if (!t || !h(n) || !
|
|
5670
|
+
if (!t || !h(n) || !Ol(t.popTriggerEl, e)) return;
|
|
5662
5671
|
let a;
|
|
5663
5672
|
const { delay: r = 0 } = e || {};
|
|
5664
5673
|
if (r && t.event.type === "pointerover") {
|
|
@@ -5676,10 +5685,10 @@ function kl({ props: e, shouldListen: n = !0 }) {
|
|
|
5676
5685
|
i(() => clearTimeout(a));
|
|
5677
5686
|
});
|
|
5678
5687
|
}
|
|
5679
|
-
function
|
|
5688
|
+
function Il() {
|
|
5680
5689
|
document.addEventListener("pointerover", $i), document.addEventListener("focusin", Xn);
|
|
5681
5690
|
}
|
|
5682
|
-
function
|
|
5691
|
+
function Cl() {
|
|
5683
5692
|
document.removeEventListener("pointerover", $i), document.removeEventListener("focusin", Xn), sn = {};
|
|
5684
5693
|
}
|
|
5685
5694
|
function Xn(e) {
|
|
@@ -5687,28 +5696,28 @@ function Xn(e) {
|
|
|
5687
5696
|
const n = e.target.closest("[id]");
|
|
5688
5697
|
n && n.id !== ((o = (t = ft.value) == null ? void 0 : t.popTriggerEl) == null ? void 0 : o.id) && (e.type === "focusin" && !n.matches(":focus-visible") || (ft.value = { event: e, popTriggerEl: n }));
|
|
5689
5698
|
}
|
|
5690
|
-
function
|
|
5691
|
-
return n ? e.dataset.bsPophover === n.id ? !0 :
|
|
5699
|
+
function Ol(e, n) {
|
|
5700
|
+
return n ? e.dataset.bsPophover === n.id ? !0 : Pl(e, n) : !1;
|
|
5692
5701
|
}
|
|
5693
|
-
function
|
|
5702
|
+
function Pl(e, n) {
|
|
5694
5703
|
if (n.type !== "tooltip") return !1;
|
|
5695
5704
|
if (n.anchor && e.id === n.anchor) return !0;
|
|
5696
5705
|
}
|
|
5697
5706
|
function co(e, n) {
|
|
5698
5707
|
var o, i;
|
|
5699
|
-
n.type === "tooltip" &&
|
|
5708
|
+
n.type === "tooltip" && Ll(e, n), Kt.setAnchorId(n.id, e.id), Kt.open(n.id);
|
|
5700
5709
|
const t = (i = (o = document.getElementById(e.id)) == null ? void 0 : o.closest(".bs-popover")) == null ? void 0 : i.id;
|
|
5701
|
-
t && (sn[t] = n.id), e.bsPopHoverOnLeaveTrigger = () =>
|
|
5710
|
+
t && (sn[t] = n.id), e.bsPopHoverOnLeaveTrigger = () => Al(e, n), e.addEventListener("pointerleave", e.bsPopHoverOnLeaveTrigger), e.addEventListener("focusout", e.bsPopHoverOnLeaveTrigger), e.bsPopHoverOnClickTrigger = () => Gt(e, n), e.addEventListener("click", e.bsPopHoverOnClickTrigger);
|
|
5702
5711
|
}
|
|
5703
|
-
function
|
|
5712
|
+
function Al(e, n) {
|
|
5704
5713
|
const t = document.getElementById(n.id);
|
|
5705
5714
|
if (!t) return Gt(e, n);
|
|
5706
5715
|
setTimeout(() => {
|
|
5707
5716
|
if (!t.matches(":is(:hover, :focus-within)")) return Gt(e, n);
|
|
5708
|
-
t.bsPopHoverOnLeavePopover = () =>
|
|
5717
|
+
t.bsPopHoverOnLeavePopover = () => El(e, n), t.addEventListener("pointerleave", t.bsPopHoverOnLeavePopover);
|
|
5709
5718
|
}, 100);
|
|
5710
5719
|
}
|
|
5711
|
-
function
|
|
5720
|
+
function El(e, n) {
|
|
5712
5721
|
setTimeout(() => {
|
|
5713
5722
|
const t = sn[n.id];
|
|
5714
5723
|
if (t && Kt.isOpen(t)) return;
|
|
@@ -5719,16 +5728,16 @@ function Gt(e, n) {
|
|
|
5719
5728
|
var o;
|
|
5720
5729
|
Kt.close(n.id), e.removeEventListener("pointerleave", e.bsPopHoverOnLeaveTrigger), e.removeEventListener("focusout", e.bsPopHoverOnLeaveTrigger), delete e.bsPopHoverOnLeaveTrigger, e.removeEventListener("click", e.bsPopHoverOnClickTrigger), delete e.bsPopHoverOnClickTrigger;
|
|
5721
5730
|
const t = document.getElementById(n.id);
|
|
5722
|
-
t && (t == null || t.removeEventListener("pointerleave", e.bsPopHoverOnLeavePopover), delete t.bsPopHoverOnLeavePopover), delete sn[n.id], n.type === "tooltip" &&
|
|
5731
|
+
t && (t == null || t.removeEventListener("pointerleave", e.bsPopHoverOnLeavePopover), delete t.bsPopHoverOnLeavePopover), delete sn[n.id], n.type === "tooltip" && zl(e), ((o = ft.value) == null ? void 0 : o.popTriggerEl) === e && (ft.value = null);
|
|
5723
5732
|
}
|
|
5724
|
-
function
|
|
5733
|
+
function Ll(e, n) {
|
|
5725
5734
|
const t = "aria-describedby";
|
|
5726
5735
|
e.getAttribute(t) || (e.setAttribute(t, n.id), e.bsRemoveAriaDescribedby = !0);
|
|
5727
5736
|
}
|
|
5728
|
-
function
|
|
5737
|
+
function zl(e) {
|
|
5729
5738
|
e != null && e.bsRemoveAriaDescribedby && (e.removeAttribute("aria-describedby"), delete e.bsRemoveAriaDescribedby);
|
|
5730
5739
|
}
|
|
5731
|
-
const
|
|
5740
|
+
const xl = ["id"], jl = ["id", "data-size", "data-place-self", "role", "aria-labelledby", "aria-modal"], Pt = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
5732
5741
|
__name: "BsPopover",
|
|
5733
5742
|
props: Ft,
|
|
5734
5743
|
emits: Object.keys(Ho),
|
|
@@ -5738,7 +5747,7 @@ const Ll = ["id"], zl = ["id", "data-size", "data-place-self", "role", "aria-lab
|
|
|
5738
5747
|
id: t.id,
|
|
5739
5748
|
setAriaLabelledBy: le
|
|
5740
5749
|
});
|
|
5741
|
-
const i = We(), a = at(), { isTeleportTargetMounted: r, teleportTo: s } =
|
|
5750
|
+
const i = We(), a = at(), { isTeleportTargetMounted: r, teleportTo: s } = Dl(t.teleportTargetId);
|
|
5742
5751
|
let l;
|
|
5743
5752
|
const c = it("popover"), u = I(null), v = `body > *:not(${[
|
|
5744
5753
|
`#${t.teleportTargetId}`,
|
|
@@ -5767,7 +5776,7 @@ const Ll = ["id"], zl = ["id", "data-size", "data-place-self", "role", "aria-lab
|
|
|
5767
5776
|
we(), g.value ? ae() : z();
|
|
5768
5777
|
}), G(m, we), G(a.lastCancelledId, (x) => t.id === x && be("cancel")), G(a.lastConfirmedId, (x) => t.id === x && be("confirm")), G(() => t.anchor, ge, { immediate: !0 }), G(() => t.preventAutoClose, Z, { immediate: !0 }), G(() => t.preventClose, ke, { immediate: !0 }), G(() => t.preventCloseEsc, Te, { immediate: !0 }), G(() => t.preventCloseOutside, H, { immediate: !0 }), G(() => t.id, (x, j) => {
|
|
5769
5778
|
te(j), Y(x), ge(), Z(), ke(), Te(), H();
|
|
5770
|
-
}),
|
|
5779
|
+
}), $l({
|
|
5771
5780
|
props: t,
|
|
5772
5781
|
shouldListen: S
|
|
5773
5782
|
}), oe(Y), Oe(() => {
|
|
@@ -5863,11 +5872,11 @@ const Ll = ["id"], zl = ["id", "data-size", "data-place-self", "role", "aria-lab
|
|
|
5863
5872
|
key: 0,
|
|
5864
5873
|
to: h(s)
|
|
5865
5874
|
}, [
|
|
5866
|
-
F(
|
|
5875
|
+
F(St, {
|
|
5867
5876
|
name: x.transitionName,
|
|
5868
5877
|
css: !!x.transitionName,
|
|
5869
5878
|
appear: "",
|
|
5870
|
-
style:
|
|
5879
|
+
style: $t(`--bs-popover-transition-duration: ${N.value};`),
|
|
5871
5880
|
onAfterEnter: j[2] || (j[2] = (R) => o("after-open", { id: x.id })),
|
|
5872
5881
|
onAfterLeave: j[3] || (j[3] = (R) => o("after-close", { id: x.id }))
|
|
5873
5882
|
}, {
|
|
@@ -5877,7 +5886,7 @@ const Ll = ["id"], zl = ["id", "data-size", "data-place-self", "role", "aria-lab
|
|
|
5877
5886
|
id: `${x.id}-wrap`,
|
|
5878
5887
|
class: "bs-popover-wrap"
|
|
5879
5888
|
}, [
|
|
5880
|
-
x.backdrop ? (d(), P(
|
|
5889
|
+
x.backdrop ? (d(), P(qr, {
|
|
5881
5890
|
key: 0,
|
|
5882
5891
|
active: g.value,
|
|
5883
5892
|
"inert-selector": v
|
|
@@ -5896,14 +5905,14 @@ const Ll = ["id"], zl = ["id", "data-size", "data-place-self", "role", "aria-lab
|
|
|
5896
5905
|
onLastTab: j[1] || (j[1] = (R) => o("last-tab", { id: x.id }))
|
|
5897
5906
|
}), [
|
|
5898
5907
|
A(x.$slots, "default", $e(Ie({ id: x.id, close: K, cancel: _, confirm: ve }))),
|
|
5899
|
-
!x.preventCloseX && !x.preventClose ? (d(), P(
|
|
5908
|
+
!x.preventCloseX && !x.preventClose ? (d(), P(Bl, {
|
|
5900
5909
|
key: 0,
|
|
5901
5910
|
"pop-cancel": "self"
|
|
5902
5911
|
})) : O("", !0)
|
|
5903
|
-
], 16,
|
|
5904
|
-
[h(
|
|
5912
|
+
], 16, jl)), [
|
|
5913
|
+
[h(Tl), k.value]
|
|
5905
5914
|
])
|
|
5906
|
-
], 8,
|
|
5915
|
+
], 8, xl)), [
|
|
5907
5916
|
[Pe, x.persist ? g.value : !0]
|
|
5908
5917
|
]) : O("", !0)
|
|
5909
5918
|
]),
|
|
@@ -5933,7 +5942,7 @@ function fo(e, n) {
|
|
|
5933
5942
|
const t = e ? n.querySelector(e) : n;
|
|
5934
5943
|
t == null || t.focus();
|
|
5935
5944
|
}
|
|
5936
|
-
function
|
|
5945
|
+
function Ml() {
|
|
5937
5946
|
let e = null;
|
|
5938
5947
|
const n = I(0), t = f(() => n.value > 0);
|
|
5939
5948
|
function o() {
|
|
@@ -5954,13 +5963,13 @@ function xl() {
|
|
|
5954
5963
|
abortPreviousRequest: a
|
|
5955
5964
|
};
|
|
5956
5965
|
}
|
|
5957
|
-
const
|
|
5966
|
+
const Vl = ["data-hide-input"], Fl = {
|
|
5958
5967
|
key: 0,
|
|
5959
5968
|
class: "bs-input-addon"
|
|
5960
|
-
},
|
|
5969
|
+
}, ql = {
|
|
5961
5970
|
key: 1,
|
|
5962
5971
|
class: "bs-dropdown-filter-hint"
|
|
5963
|
-
},
|
|
5972
|
+
}, Nl = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
5964
5973
|
__name: "BsDropdownFilter",
|
|
5965
5974
|
props: /* @__PURE__ */ Le(Uo, {
|
|
5966
5975
|
modelValue: {
|
|
@@ -5971,7 +5980,7 @@ const jl = ["data-hide-input"], Ml = {
|
|
|
5971
5980
|
}),
|
|
5972
5981
|
emits: ["update:modelValue"],
|
|
5973
5982
|
setup(e) {
|
|
5974
|
-
const n = e, t = je(e, "modelValue"), o = ce(rn, null), i =
|
|
5983
|
+
const n = e, t = je(e, "modelValue"), o = ce(rn, null), i = Ml(), { filtered: a, remaining: r } = Ae(["class", "style"]), s = I(!1), l = I(!1), c = f(() => t.value.length >= n.minChars), u = f(() => c.value ? t.value : ""), p = f(() => {
|
|
5975
5984
|
const k = n.debounce;
|
|
5976
5985
|
return [!0, "true"].includes(k) ? 300 : [void 0, null, !1, "false"].includes(k) ? 0 : k;
|
|
5977
5986
|
}), v = f(() => {
|
|
@@ -6034,7 +6043,7 @@ const jl = ["data-hide-input"], Ml = {
|
|
|
6034
6043
|
}, h(a), {
|
|
6035
6044
|
"data-hide-input": k.hideInput || void 0
|
|
6036
6045
|
}), [
|
|
6037
|
-
k.hideInput ? O("", !0) : (d(), y("div",
|
|
6046
|
+
k.hideInput ? O("", !0) : (d(), y("div", Fl, [
|
|
6038
6047
|
F(h(Io), {
|
|
6039
6048
|
class: "bs-dropdown-filter-icon",
|
|
6040
6049
|
"aria-hidden": "true"
|
|
@@ -6061,11 +6070,11 @@ const jl = ["data-hide-input"], Ml = {
|
|
|
6061
6070
|
F(h(xe), { size: "sm" })
|
|
6062
6071
|
])) : O("", !0)
|
|
6063
6072
|
])),
|
|
6064
|
-
w.value ? (d(), y("p",
|
|
6065
|
-
], 16,
|
|
6073
|
+
w.value ? (d(), y("p", ql, M(w.value), 1)) : O("", !0)
|
|
6074
|
+
], 16, Vl));
|
|
6066
6075
|
}
|
|
6067
6076
|
});
|
|
6068
|
-
function
|
|
6077
|
+
function Rl(e, n, t, o) {
|
|
6069
6078
|
const i = I(-1), a = {
|
|
6070
6079
|
keysTyped: "",
|
|
6071
6080
|
lastTypedTimestamp: 0
|
|
@@ -6173,14 +6182,14 @@ function ql(e, n, t, o) {
|
|
|
6173
6182
|
resetActiveIndex: g
|
|
6174
6183
|
};
|
|
6175
6184
|
}
|
|
6176
|
-
const
|
|
6185
|
+
const Wl = { class: "bs-dropdown-mobile-header" }, Hl = {
|
|
6177
6186
|
key: 0,
|
|
6178
6187
|
class: "bs-dropdown-mobile-description"
|
|
6179
|
-
},
|
|
6188
|
+
}, Ul = ["aria-activedescendant", "aria-label", "aria-multiselectable", "role", "tabindex"], Kl = {
|
|
6180
6189
|
key: 0,
|
|
6181
6190
|
class: "bs-dropdown-multiple-hr",
|
|
6182
6191
|
"aria-hidden": "true"
|
|
6183
|
-
},
|
|
6192
|
+
}, Gl = {
|
|
6184
6193
|
key: 1,
|
|
6185
6194
|
class: "bs-dropdown-mobile-footer"
|
|
6186
6195
|
}, Ci = {
|
|
@@ -6215,7 +6224,7 @@ const Nl = { class: "bs-dropdown-mobile-header" }, Rl = {
|
|
|
6215
6224
|
initActiveIndex: N,
|
|
6216
6225
|
removeTraverseListListener: k,
|
|
6217
6226
|
resetActiveIndex: S
|
|
6218
|
-
} =
|
|
6227
|
+
} = Rl(n, s, a, v);
|
|
6219
6228
|
Be(rn, {
|
|
6220
6229
|
// BsDropdown
|
|
6221
6230
|
props: n,
|
|
@@ -6290,7 +6299,7 @@ const Nl = { class: "bs-dropdown-mobile-header" }, Rl = {
|
|
|
6290
6299
|
function ae(z) {
|
|
6291
6300
|
return t.value ? ke(z) ? t.value.filter((K) => !H(K, z)) : [...t.value, z] : [z];
|
|
6292
6301
|
}
|
|
6293
|
-
return (z, K) => (d(), P(
|
|
6302
|
+
return (z, K) => (d(), P(Pt, X({
|
|
6294
6303
|
id: z.id,
|
|
6295
6304
|
class: "bs-dropdown",
|
|
6296
6305
|
anchor: g.value,
|
|
@@ -6311,16 +6320,16 @@ const Nl = { class: "bs-dropdown-mobile-header" }, Rl = {
|
|
|
6311
6320
|
onOpen: te
|
|
6312
6321
|
}), {
|
|
6313
6322
|
default: V(({ id: _, cancel: ve, confirm: E, close: q }) => [
|
|
6314
|
-
C("header",
|
|
6323
|
+
C("header", Wl, [
|
|
6315
6324
|
(d(), P(ie(z.mobileHeadingTag), { class: "bs-dropdown-mobile-heading" }, {
|
|
6316
6325
|
default: V(() => [
|
|
6317
6326
|
Q(M(z.mobileHeading), 1)
|
|
6318
6327
|
]),
|
|
6319
6328
|
_: 1
|
|
6320
6329
|
})),
|
|
6321
|
-
z.mobileDescription ? (d(), y("p",
|
|
6330
|
+
z.mobileDescription ? (d(), y("p", Hl, M(z.mobileDescription), 1)) : O("", !0)
|
|
6322
6331
|
]),
|
|
6323
|
-
v.value ? (d(), P(
|
|
6332
|
+
v.value ? (d(), P(Nl, {
|
|
6324
6333
|
key: 0,
|
|
6325
6334
|
modelValue: i.value,
|
|
6326
6335
|
"onUpdate:modelValue": K[0] || (K[0] = (U) => i.value = U),
|
|
@@ -6347,10 +6356,10 @@ const Nl = { class: "bs-dropdown-mobile-header" }, Rl = {
|
|
|
6347
6356
|
onMousedown: K[3] || (K[3] = Se(() => {
|
|
6348
6357
|
}, ["prevent"]))
|
|
6349
6358
|
}, [
|
|
6350
|
-
ge.value ? (d(), y("hr",
|
|
6359
|
+
ge.value ? (d(), y("hr", Kl)) : O("", !0),
|
|
6351
6360
|
A(z.$slots, "default", $e(Ie({ id: _, cancel: ve, confirm: E, close: q })))
|
|
6352
|
-
], 40,
|
|
6353
|
-
z.multiple ? (d(), y("footer",
|
|
6361
|
+
], 40, Ul),
|
|
6362
|
+
z.multiple ? (d(), y("footer", Gl, [
|
|
6354
6363
|
F(on, { "pop-close": "self" }, {
|
|
6355
6364
|
default: V(() => [
|
|
6356
6365
|
Q(M(z.mobileButtonLabel), 1)
|
|
@@ -6362,7 +6371,7 @@ const Nl = { class: "bs-dropdown-mobile-header" }, Rl = {
|
|
|
6362
6371
|
_: 3
|
|
6363
6372
|
}, 16, ["id", "anchor", "backdrop", "data-mobile-sheet", "persist", "place", "prevent-close-x", "onAfterOpen"]));
|
|
6364
6373
|
}
|
|
6365
|
-
},
|
|
6374
|
+
}, Xl = ["aria-controls", "aria-expanded", "data-open", "disabled", "id"], Yl = { class: "bs-visually-hidden" }, Ql = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
6366
6375
|
__name: "BsInputComboboxDeprecated",
|
|
6367
6376
|
props: {
|
|
6368
6377
|
containerId: {
|
|
@@ -6463,7 +6472,7 @@ const Nl = { class: "bs-dropdown-mobile-header" }, Rl = {
|
|
|
6463
6472
|
type: "button",
|
|
6464
6473
|
onClick: l
|
|
6465
6474
|
}, [
|
|
6466
|
-
C("span",
|
|
6475
|
+
C("span", Yl, M(r.value.text), 1),
|
|
6467
6476
|
s.value ? (d(), P(h(xe), {
|
|
6468
6477
|
key: 0,
|
|
6469
6478
|
role: "presentation",
|
|
@@ -6473,7 +6482,7 @@ const Nl = { class: "bs-dropdown-mobile-header" }, Rl = {
|
|
|
6473
6482
|
role: "presentation",
|
|
6474
6483
|
size: "md"
|
|
6475
6484
|
}))
|
|
6476
|
-
], 8,
|
|
6485
|
+
], 8, Xl), [
|
|
6477
6486
|
[Pe, r.value.show]
|
|
6478
6487
|
])
|
|
6479
6488
|
]),
|
|
@@ -6486,7 +6495,7 @@ function Yn(e) {
|
|
|
6486
6495
|
(n) => typeof n == "string" ? { value: n, label: n } : n
|
|
6487
6496
|
));
|
|
6488
6497
|
}
|
|
6489
|
-
const
|
|
6498
|
+
const Zl = {
|
|
6490
6499
|
__name: "BsFilterButton",
|
|
6491
6500
|
props: Fn,
|
|
6492
6501
|
setup(e) {
|
|
@@ -6524,7 +6533,7 @@ const Yl = {
|
|
|
6524
6533
|
_: 3
|
|
6525
6534
|
}, 16, ["data-open", "data-size", "disabled"]));
|
|
6526
6535
|
}
|
|
6527
|
-
},
|
|
6536
|
+
}, Jl = {
|
|
6528
6537
|
__name: "BsDropdownContainer",
|
|
6529
6538
|
props: {
|
|
6530
6539
|
breakout: {
|
|
@@ -6565,7 +6574,7 @@ const Yl = {
|
|
|
6565
6574
|
], 64))
|
|
6566
6575
|
], 64));
|
|
6567
6576
|
}
|
|
6568
|
-
},
|
|
6577
|
+
}, At = {
|
|
6569
6578
|
__name: "BsEnhancedTransition",
|
|
6570
6579
|
props: {
|
|
6571
6580
|
// Transition Name
|
|
@@ -6597,7 +6606,7 @@ const Yl = {
|
|
|
6597
6606
|
],
|
|
6598
6607
|
setup(e, { emit: n }) {
|
|
6599
6608
|
const t = n;
|
|
6600
|
-
return (o, i) => e.preloaded ? me((d(), P(
|
|
6609
|
+
return (o, i) => e.preloaded ? me((d(), P(St, {
|
|
6601
6610
|
key: 0,
|
|
6602
6611
|
name: e.name,
|
|
6603
6612
|
onBeforeEnter: i[0] || (i[0] = (a) => t("before-enter")),
|
|
@@ -6615,7 +6624,7 @@ const Yl = {
|
|
|
6615
6624
|
_: 3
|
|
6616
6625
|
}, 8, ["name"])), [
|
|
6617
6626
|
[Pe, e.shown]
|
|
6618
|
-
]) : (d(), P(
|
|
6627
|
+
]) : (d(), P(St, {
|
|
6619
6628
|
key: 1,
|
|
6620
6629
|
name: e.name,
|
|
6621
6630
|
onBeforeEnter: i[8] || (i[8] = (a) => t("before-enter")),
|
|
@@ -6633,7 +6642,7 @@ const Yl = {
|
|
|
6633
6642
|
_: 3
|
|
6634
6643
|
}, 8, ["name"]));
|
|
6635
6644
|
}
|
|
6636
|
-
},
|
|
6645
|
+
}, _l = (e, n = void 0, t = "relative") => {
|
|
6637
6646
|
const o = I(null), i = I(null), a = I(!1);
|
|
6638
6647
|
let r = !1;
|
|
6639
6648
|
return oe(() => {
|
|
@@ -6654,10 +6663,10 @@ const Yl = {
|
|
|
6654
6663
|
}), Oe(() => {
|
|
6655
6664
|
document.removeEventListener("mouseup", t);
|
|
6656
6665
|
});
|
|
6657
|
-
},
|
|
6666
|
+
}, ed = {
|
|
6658
6667
|
key: 0,
|
|
6659
6668
|
class: "bs-dropdown-deprecated-backdrop"
|
|
6660
|
-
},
|
|
6669
|
+
}, td = ["data-width", "data-shown", "data-no-mobile"], nd = { key: 0 }, od = { key: 0 }, id = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
6661
6670
|
__name: "BsDropdownNew",
|
|
6662
6671
|
props: {
|
|
6663
6672
|
anchorId: {
|
|
@@ -6716,7 +6725,7 @@ const Yl = {
|
|
|
6716
6725
|
}), Xe(["Escape"], () => {
|
|
6717
6726
|
s.value && o("close");
|
|
6718
6727
|
});
|
|
6719
|
-
const { breakoutStub: p, breakoutMounted: v } =
|
|
6728
|
+
const { breakoutStub: p, breakoutMounted: v } = _l(t.breakout, t.containerId);
|
|
6720
6729
|
Be("dropdownEnter", r), Be("dropdownAfterEnter", s), Be("dropdownShown", f(() => t.shown));
|
|
6721
6730
|
const B = (k, S) => {
|
|
6722
6731
|
a.value.style.setProperty(k, S);
|
|
@@ -6762,8 +6771,8 @@ const Yl = {
|
|
|
6762
6771
|
r.value = !1, s.value = !1, o("after-leave");
|
|
6763
6772
|
}
|
|
6764
6773
|
return (k, S) => (d(), y(ee, null, [
|
|
6765
|
-
e.useMobileStyle && e.shown ? (d(), y("div",
|
|
6766
|
-
F(
|
|
6774
|
+
e.useMobileStyle && e.shown ? (d(), y("div", ed)) : O("", !0),
|
|
6775
|
+
F(Jl, {
|
|
6767
6776
|
ref_key: "dropdownContainerRef",
|
|
6768
6777
|
ref: i,
|
|
6769
6778
|
breakout: e.breakout,
|
|
@@ -6772,7 +6781,7 @@ const Yl = {
|
|
|
6772
6781
|
containerId: e.containerId
|
|
6773
6782
|
}, {
|
|
6774
6783
|
default: V(() => [
|
|
6775
|
-
F(
|
|
6784
|
+
F(At, {
|
|
6776
6785
|
name: "bs-dropdown-deprecated",
|
|
6777
6786
|
preloaded: e.preloaded,
|
|
6778
6787
|
shown: e.shown,
|
|
@@ -6789,10 +6798,10 @@ const Yl = {
|
|
|
6789
6798
|
"data-shown": e.shown,
|
|
6790
6799
|
"data-no-mobile": !e.useMobileStyle
|
|
6791
6800
|
}, k.$attrs), [
|
|
6792
|
-
e.helperText ? (d(), y("header",
|
|
6801
|
+
e.helperText ? (d(), y("header", nd, [
|
|
6793
6802
|
C("div", null, [
|
|
6794
6803
|
C("h3", null, M(e.helperText), 1),
|
|
6795
|
-
e.helperDescription ? (d(), y("p",
|
|
6804
|
+
e.helperDescription ? (d(), y("p", od, M(e.helperDescription), 1)) : O("", !0)
|
|
6796
6805
|
]),
|
|
6797
6806
|
C("button", {
|
|
6798
6807
|
type: "button",
|
|
@@ -6803,7 +6812,7 @@ const Yl = {
|
|
|
6803
6812
|
])
|
|
6804
6813
|
])) : O("", !0),
|
|
6805
6814
|
A(k.$slots, "default")
|
|
6806
|
-
], 16,
|
|
6815
|
+
], 16, td)
|
|
6807
6816
|
]),
|
|
6808
6817
|
_: 3
|
|
6809
6818
|
}, 8, ["preloaded", "shown"])
|
|
@@ -6890,7 +6899,7 @@ const Yl = {
|
|
|
6890
6899
|
const t = e;
|
|
6891
6900
|
J(t, "center", "position"), J(t, "enterControlled", "preloaded"), J(t, "enterTrigger", "shown"), J(t, "leaveTrigger", "shown"), J(t, "right", "position"), J(t, "toggleId", "anchorId"), J(t, "top", "position");
|
|
6892
6901
|
const o = n, { transition: i } = nn(t), a = f(() => t.width === "toggle" ? "anchor" : t.width), r = f(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position), s = f(() => t.toggleId ? t.toggleId : t.anchorId);
|
|
6893
|
-
return (l, c) => (d(), P(
|
|
6902
|
+
return (l, c) => (d(), P(id, {
|
|
6894
6903
|
"anchor-id": s.value,
|
|
6895
6904
|
breakout: e.breakout,
|
|
6896
6905
|
"container-id": e.containerId,
|
|
@@ -6916,7 +6925,7 @@ const Yl = {
|
|
|
6916
6925
|
var i;
|
|
6917
6926
|
const o = typeof n == "object" ? (i = n == null ? void 0 : n[t]) == null ? void 0 : i.toString().replace(/\s/g, "-") : n == null ? void 0 : n.toString().replace(/\s/g, "-");
|
|
6918
6927
|
return `${e}-option-${o}`;
|
|
6919
|
-
},
|
|
6928
|
+
}, ad = ["data-value", "data-value-id-key", "data-value-type", "data-variant", "id"], Zn = {
|
|
6920
6929
|
__name: "BsDropdownOptionDeprecated",
|
|
6921
6930
|
props: {
|
|
6922
6931
|
valueIdKey: {
|
|
@@ -6954,9 +6963,9 @@ const Yl = {
|
|
|
6954
6963
|
onClick: l
|
|
6955
6964
|
}, [
|
|
6956
6965
|
A(c.$slots, "default")
|
|
6957
|
-
], 8,
|
|
6966
|
+
], 8, ad));
|
|
6958
6967
|
}
|
|
6959
|
-
},
|
|
6968
|
+
}, sd = ["data-img-size", "data-initials", "data-no-img"], rd = ["src", "alt"], Pi = {
|
|
6960
6969
|
__name: "BsProfileImg",
|
|
6961
6970
|
props: {
|
|
6962
6971
|
src: String,
|
|
@@ -6988,10 +6997,10 @@ const Yl = {
|
|
|
6988
6997
|
src: e.src,
|
|
6989
6998
|
alt: e.useAltText ? e.profileName : "",
|
|
6990
6999
|
onError: a[0] || (a[0] = (r) => o.value = !1)
|
|
6991
|
-
}, null, 40,
|
|
6992
|
-
], 8,
|
|
7000
|
+
}, null, 40, rd)) : O("", !0)
|
|
7001
|
+
], 8, sd));
|
|
6993
7002
|
}
|
|
6994
|
-
},
|
|
7003
|
+
}, ld = ["id", "data-checked"], dd = { key: 1 }, ud = ["innerHTML"], cd = { key: 4 }, pd = { key: 5 }, fd = {
|
|
6995
7004
|
key: 0,
|
|
6996
7005
|
role: "option",
|
|
6997
7006
|
"data-no-hover": ""
|
|
@@ -7022,8 +7031,8 @@ const Yl = {
|
|
|
7022
7031
|
"aria-hidden": "true",
|
|
7023
7032
|
class: "bs-checkbox",
|
|
7024
7033
|
"data-checked": s.checkbox.checked
|
|
7025
|
-
}, null, 8,
|
|
7026
|
-
s.icon ? (d(), y("span",
|
|
7034
|
+
}, null, 8, ld)) : O("", !0),
|
|
7035
|
+
s.icon ? (d(), y("span", dd, [
|
|
7027
7036
|
typeof s.icon == "string" ? (d(), P(h(ze), {
|
|
7028
7037
|
key: 0,
|
|
7029
7038
|
name: s.icon
|
|
@@ -7040,19 +7049,19 @@ const Yl = {
|
|
|
7040
7049
|
s.labelHtml ? (d(), y("span", {
|
|
7041
7050
|
key: 3,
|
|
7042
7051
|
innerHTML: s.labelHtml
|
|
7043
|
-
}, null, 8,
|
|
7044
|
-
s.description ? (d(), y("span",
|
|
7052
|
+
}, null, 8, ud)) : (d(), y("span", cd, M(s.label), 1)),
|
|
7053
|
+
s.description ? (d(), y("span", pd, M(s.description), 1)) : O("", !0)
|
|
7045
7054
|
]),
|
|
7046
7055
|
_: 2
|
|
7047
7056
|
}, 1032, ["aria-checked", "value-id-key", "value", "variant"]))), 128)),
|
|
7048
|
-
a.showNoOptions && h(t).length === 0 ? (d(), y("li",
|
|
7057
|
+
a.showNoOptions && h(t).length === 0 ? (d(), y("li", fd, [
|
|
7049
7058
|
A(a.$slots, "no-options", {}, () => [
|
|
7050
7059
|
r[0] || (r[0] = Q("No options", -1))
|
|
7051
7060
|
])
|
|
7052
7061
|
])) : O("", !0)
|
|
7053
7062
|
], 64));
|
|
7054
7063
|
}
|
|
7055
|
-
},
|
|
7064
|
+
}, bd = ["data-variant", "id"], Jn = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
7056
7065
|
__name: "BsInputSearch",
|
|
7057
7066
|
props: /* @__PURE__ */ Le(en, {
|
|
7058
7067
|
modelValue: {
|
|
@@ -7111,16 +7120,16 @@ const Yl = {
|
|
|
7111
7120
|
"aria-hidden": "true"
|
|
7112
7121
|
})
|
|
7113
7122
|
])) : O("", !0)
|
|
7114
|
-
], 16,
|
|
7123
|
+
], 16, bd));
|
|
7115
7124
|
}
|
|
7116
|
-
}),
|
|
7125
|
+
}), hd = (e, n, t) => {
|
|
7117
7126
|
let o = null;
|
|
7118
7127
|
oe(() => {
|
|
7119
7128
|
o = new MutationObserver(n), o.observe(e.value, t);
|
|
7120
7129
|
}), Oe(() => {
|
|
7121
7130
|
o == null || o.disconnect();
|
|
7122
7131
|
});
|
|
7123
|
-
},
|
|
7132
|
+
}, vd = ["aria-activedescendant", "aria-label", "data-overflow", "id", "tabindex"], dn = {
|
|
7124
7133
|
__name: "BsDropdownOptionListDeprecated",
|
|
7125
7134
|
props: {
|
|
7126
7135
|
optionsId: {
|
|
@@ -7163,7 +7172,7 @@ const Yl = {
|
|
|
7163
7172
|
const B = ce("dropdownEnter", I(!1)), w = ce("dropdownAfterEnter", I(!1)), g = ce("dropdownShown", I(!1));
|
|
7164
7173
|
Be("optionsId", f(() => o.optionsId)), Be("handleOptionSelect", be), Be("registerOptionById", ({ id: H, val: Z }) => {
|
|
7165
7174
|
v[H] = Z;
|
|
7166
|
-
}),
|
|
7175
|
+
}), hd(r, N, { childList: !0 }), Xe([" ", "Enter", "NumpadEnter"], ge, r), Xe(["ArrowDown", "ArrowUp", "Home", "End"], we);
|
|
7167
7176
|
const D = [/^[a-zA-Z0-9]{1}$/], $ = {
|
|
7168
7177
|
keys: "",
|
|
7169
7178
|
lastTyped: 0
|
|
@@ -7303,12 +7312,12 @@ const Yl = {
|
|
|
7303
7312
|
}, ["prevent"]))
|
|
7304
7313
|
}, [
|
|
7305
7314
|
A(H.$slots, "default")
|
|
7306
|
-
], 40,
|
|
7315
|
+
], 40, vd));
|
|
7307
7316
|
}
|
|
7308
|
-
},
|
|
7317
|
+
}, yd = {
|
|
7309
7318
|
"aria-label": "separator",
|
|
7310
7319
|
role: "option"
|
|
7311
|
-
},
|
|
7320
|
+
}, md = {
|
|
7312
7321
|
key: 1,
|
|
7313
7322
|
role: "option",
|
|
7314
7323
|
"data-no-hover": "true"
|
|
@@ -7420,7 +7429,7 @@ const Yl = {
|
|
|
7420
7429
|
"show-no-options": !1,
|
|
7421
7430
|
"value-id-key": e.valueIdKey
|
|
7422
7431
|
}, null, 8, ["options", "value-id-key"]),
|
|
7423
|
-
me(C("li",
|
|
7432
|
+
me(C("li", yd, [...b[2] || (b[2] = [
|
|
7424
7433
|
C("hr", null, null, -1)
|
|
7425
7434
|
])], 512), [
|
|
7426
7435
|
[Pe, s.value]
|
|
@@ -7430,7 +7439,7 @@ const Yl = {
|
|
|
7430
7439
|
"show-no-options": !1,
|
|
7431
7440
|
"value-id-key": e.valueIdKey
|
|
7432
7441
|
}, null, 8, ["options", "value-id-key"])
|
|
7433
|
-
], 64)) : (d(), y("li",
|
|
7442
|
+
], 64)) : (d(), y("li", md, [
|
|
7434
7443
|
A(m.$slots, "no-options", {}, () => [
|
|
7435
7444
|
b[3] || (b[3] = Q("No options", -1))
|
|
7436
7445
|
])
|
|
@@ -7439,10 +7448,10 @@ const Yl = {
|
|
|
7439
7448
|
_: 3
|
|
7440
7449
|
}, 8, ["label", "options-id", "shown"]));
|
|
7441
7450
|
}
|
|
7442
|
-
},
|
|
7451
|
+
}, gd = ["id"], wd = {
|
|
7443
7452
|
key: 0,
|
|
7444
7453
|
class: "filter-input-container"
|
|
7445
|
-
},
|
|
7454
|
+
}, Sd = {
|
|
7446
7455
|
key: 1,
|
|
7447
7456
|
class: "mobile-select-button-container"
|
|
7448
7457
|
}, Ei = {
|
|
@@ -7610,7 +7619,7 @@ const Yl = {
|
|
|
7610
7619
|
optionsId: p.value,
|
|
7611
7620
|
toggleId: v.value
|
|
7612
7621
|
}, () => [
|
|
7613
|
-
F(
|
|
7622
|
+
F(Zl, {
|
|
7614
7623
|
"aria-controls": p.value,
|
|
7615
7624
|
"aria-expanded": e.open,
|
|
7616
7625
|
disabled: e.disabled,
|
|
@@ -7645,7 +7654,7 @@ const Yl = {
|
|
|
7645
7654
|
onAfterLeave: L
|
|
7646
7655
|
}, {
|
|
7647
7656
|
default: V(() => [
|
|
7648
|
-
e.filter ? (d(), y("div",
|
|
7657
|
+
e.filter ? (d(), y("div", wd, [
|
|
7649
7658
|
F(Jn, {
|
|
7650
7659
|
"aria-label": e.filterLabel,
|
|
7651
7660
|
"model-value": l.value,
|
|
@@ -7679,7 +7688,7 @@ const Yl = {
|
|
|
7679
7688
|
]),
|
|
7680
7689
|
_: 1
|
|
7681
7690
|
}, 8, ["class", "label", "model-value", "options", "options-id", "selected-options", "shown", "value-id-key"]),
|
|
7682
|
-
e.multiselect ? (d(), y("div",
|
|
7691
|
+
e.multiselect ? (d(), y("div", Sd, [
|
|
7683
7692
|
F(on, {
|
|
7684
7693
|
title: e.filterButtonText,
|
|
7685
7694
|
class: "mobile-select-button",
|
|
@@ -7694,7 +7703,7 @@ const Yl = {
|
|
|
7694
7703
|
]),
|
|
7695
7704
|
_: 1
|
|
7696
7705
|
}, 8, ["anchor-id", "breakout", "container-id", "helper-text", "helper-description", "position", "shown", "use-mobile-style", "width"])
|
|
7697
|
-
], 8,
|
|
7706
|
+
], 8, gd));
|
|
7698
7707
|
}
|
|
7699
7708
|
}, Li = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
7700
7709
|
__name: "BsDropdownComboboxDeprecated",
|
|
@@ -7809,7 +7818,7 @@ const Yl = {
|
|
|
7809
7818
|
"onUpdate:selectedOption": k[3] || (k[3] = (S) => N.$emit("update:modelValue", S))
|
|
7810
7819
|
}, {
|
|
7811
7820
|
toggle: V(() => [
|
|
7812
|
-
F(
|
|
7821
|
+
F(Ql, X({
|
|
7813
7822
|
ref_key: "inputComboboxRef",
|
|
7814
7823
|
ref: c,
|
|
7815
7824
|
id: N.$attrs.id || u.value,
|
|
@@ -7835,7 +7844,7 @@ const Yl = {
|
|
|
7835
7844
|
_: 1
|
|
7836
7845
|
}, 8, ["anchor-id", "disabled", "dropdown-position", "dropdown-width", "helper-description", "helper-text", "open", "options", "options-id", "selected-option", "toggle-id", "use-mobile-style", "value-id-key"]));
|
|
7837
7846
|
}
|
|
7838
|
-
}),
|
|
7847
|
+
}), Af = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
7839
7848
|
__name: "BsDropdownComboboxFieldDeprecated",
|
|
7840
7849
|
props: {
|
|
7841
7850
|
disabled: {
|
|
@@ -7956,7 +7965,7 @@ const Yl = {
|
|
|
7956
7965
|
}, null, 8, ["error", "error-msg", "hint", "hint-id"])) : O("", !0)
|
|
7957
7966
|
], 16));
|
|
7958
7967
|
}
|
|
7959
|
-
}),
|
|
7968
|
+
}), Bd = {
|
|
7960
7969
|
__name: "BsDropdownWithOptionsNew",
|
|
7961
7970
|
props: {
|
|
7962
7971
|
// DROPDOWN PROPS
|
|
@@ -8177,7 +8186,7 @@ const Yl = {
|
|
|
8177
8186
|
function c(u) {
|
|
8178
8187
|
o("update:modelValue", u);
|
|
8179
8188
|
}
|
|
8180
|
-
return (u, p) => (d(), P(
|
|
8189
|
+
return (u, p) => (d(), P(Bd, {
|
|
8181
8190
|
"anchor-id": s.value,
|
|
8182
8191
|
breakout: e.breakout,
|
|
8183
8192
|
"container-id": e.containerId,
|
|
@@ -8203,20 +8212,20 @@ const Yl = {
|
|
|
8203
8212
|
_: 3
|
|
8204
8213
|
}, 8, ["anchor-id", "breakout", "container-id", "helper-description", "helper-text", "label", "model-value", "options-id", "position", "preloaded", "prevent-tab", "shown", "use-mobile-style", "width"]));
|
|
8205
8214
|
}
|
|
8206
|
-
},
|
|
8215
|
+
}, Dd = ["data-size"], kd = { class: "bs-empty-state-icon" }, Td = { class: "bs-empty-state-title" }, $d = {
|
|
8207
8216
|
key: 0,
|
|
8208
8217
|
class: "bs-empty-state-description"
|
|
8209
|
-
},
|
|
8218
|
+
}, Ef = {
|
|
8210
8219
|
__name: "BsEmptyState",
|
|
8211
8220
|
props: Vn,
|
|
8212
8221
|
setup(e) {
|
|
8213
|
-
const n = e, t =
|
|
8222
|
+
const n = e, t = Tt(), o = I(!1), i = f(() => n.iconName || n.icon), a = f(() => !t.icon && typeof i.value == "string" ? o.value : !0);
|
|
8214
8223
|
return (r, s) => me((d(), y("div", {
|
|
8215
8224
|
class: "bs-empty-state",
|
|
8216
8225
|
"data-component": "bs-empty-state",
|
|
8217
8226
|
"data-size": r.size
|
|
8218
8227
|
}, [
|
|
8219
|
-
C("div",
|
|
8228
|
+
C("div", kd, [
|
|
8220
8229
|
A(r.$slots, "icon", {}, () => [
|
|
8221
8230
|
typeof i.value == "string" ? (d(), P(h(ze), {
|
|
8222
8231
|
key: 0,
|
|
@@ -8231,19 +8240,19 @@ const Yl = {
|
|
|
8231
8240
|
])
|
|
8232
8241
|
]),
|
|
8233
8242
|
C("div", null, [
|
|
8234
|
-
C("p",
|
|
8235
|
-
r.size !== "xs" ? (d(), y("p",
|
|
8243
|
+
C("p", Td, M(r.title), 1),
|
|
8244
|
+
r.size !== "xs" ? (d(), y("p", $d, [
|
|
8236
8245
|
A(r.$slots, "description", {}, () => [
|
|
8237
8246
|
Q(M(r.description), 1)
|
|
8238
8247
|
])
|
|
8239
8248
|
])) : O("", !0),
|
|
8240
8249
|
A(r.$slots, "call-to-action")
|
|
8241
8250
|
])
|
|
8242
|
-
], 8,
|
|
8251
|
+
], 8, Dd)), [
|
|
8243
8252
|
[Pe, a.value]
|
|
8244
8253
|
]);
|
|
8245
8254
|
}
|
|
8246
|
-
},
|
|
8255
|
+
}, Lf = {
|
|
8247
8256
|
__name: "BsFlyout",
|
|
8248
8257
|
props: qt,
|
|
8249
8258
|
setup(e) {
|
|
@@ -8254,7 +8263,7 @@ const Yl = {
|
|
|
8254
8263
|
};
|
|
8255
8264
|
return n.transitionDuration || i[n.size] || o;
|
|
8256
8265
|
});
|
|
8257
|
-
return (o, i) => (d(), P(
|
|
8266
|
+
return (o, i) => (d(), P(Pt, {
|
|
8258
8267
|
class: "bs-flyout",
|
|
8259
8268
|
"data-component": "bs-flyout",
|
|
8260
8269
|
type: "flyout",
|
|
@@ -8270,7 +8279,7 @@ const Yl = {
|
|
|
8270
8279
|
_: 3
|
|
8271
8280
|
}, 8, ["place", "size", "transition-name", "transition-duration"]));
|
|
8272
8281
|
}
|
|
8273
|
-
},
|
|
8282
|
+
}, Id = ["data-absolute", "data-position", "data-shown", "data-size"], Cd = { class: "bs-flyout-deprecated-close-container" }, zf = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
8274
8283
|
__name: "BsFlyoutDeprecated",
|
|
8275
8284
|
props: {
|
|
8276
8285
|
absolute: {
|
|
@@ -8313,7 +8322,7 @@ const Yl = {
|
|
|
8313
8322
|
const s = ((l = i.value) == null ? void 0 : l.querySelector('[data-shown="true"]')) !== null;
|
|
8314
8323
|
t.shown && !s && o("close");
|
|
8315
8324
|
}
|
|
8316
|
-
return (s, l) => (d(), P(
|
|
8325
|
+
return (s, l) => (d(), P(At, {
|
|
8317
8326
|
name: "bs-flyout-deprecated",
|
|
8318
8327
|
preloaded: e.preloaded,
|
|
8319
8328
|
shown: e.shown
|
|
@@ -8329,7 +8338,7 @@ const Yl = {
|
|
|
8329
8338
|
"data-shown": e.shown,
|
|
8330
8339
|
"data-size": e.size
|
|
8331
8340
|
}, s.$attrs), [
|
|
8332
|
-
C("div",
|
|
8341
|
+
C("div", Cd, [
|
|
8333
8342
|
C("button", {
|
|
8334
8343
|
type: "button",
|
|
8335
8344
|
title: "Close",
|
|
@@ -8340,12 +8349,12 @@ const Yl = {
|
|
|
8340
8349
|
])
|
|
8341
8350
|
]),
|
|
8342
8351
|
A(s.$slots, "default")
|
|
8343
|
-
], 16,
|
|
8352
|
+
], 16, Id)
|
|
8344
8353
|
]),
|
|
8345
8354
|
_: 3
|
|
8346
8355
|
}, 8, ["preloaded", "shown"]));
|
|
8347
8356
|
}
|
|
8348
|
-
}),
|
|
8357
|
+
}), Od = {
|
|
8349
8358
|
__name: "BsFocusGuardDeprecated",
|
|
8350
8359
|
props: {
|
|
8351
8360
|
active: {
|
|
@@ -8386,7 +8395,7 @@ const Yl = {
|
|
|
8386
8395
|
});
|
|
8387
8396
|
oe(() => {
|
|
8388
8397
|
t.active && window.addEventListener("keydown", s);
|
|
8389
|
-
}),
|
|
8398
|
+
}), It(() => {
|
|
8390
8399
|
window.removeEventListener("keydown", s);
|
|
8391
8400
|
}), G(() => t.active, (p) => {
|
|
8392
8401
|
p ? window.addEventListener("keydown", s) : window.removeEventListener("keydown", s);
|
|
@@ -8413,10 +8422,10 @@ const Yl = {
|
|
|
8413
8422
|
A(p.$slots, "default")
|
|
8414
8423
|
], 512));
|
|
8415
8424
|
}
|
|
8416
|
-
},
|
|
8425
|
+
}, Pd = ["data-inactive"], Ad = { class: "bs-form-container-header-wrapper" }, Ed = { class: "bs-form-container-header" }, Ld = { class: "bs-form-container-title-wrapper" }, zd = {
|
|
8417
8426
|
key: 0,
|
|
8418
8427
|
class: "bs-form-container-header-icon"
|
|
8419
|
-
},
|
|
8428
|
+
}, xd = ["data-inactive"], jd = { class: "bs-form-container-title-addon" }, Md = ["data-inactive"], Vd = ["data-open"], Fd = ["data-open"], xf = {
|
|
8420
8429
|
__name: "BsFormContainer",
|
|
8421
8430
|
props: Xo,
|
|
8422
8431
|
setup(e) {
|
|
@@ -8425,10 +8434,10 @@ const Yl = {
|
|
|
8425
8434
|
"data-component": "bs-form-container",
|
|
8426
8435
|
"data-inactive": n.inactive
|
|
8427
8436
|
}, [
|
|
8428
|
-
C("header",
|
|
8429
|
-
C("div",
|
|
8430
|
-
C("div",
|
|
8431
|
-
n.icon || n.$slots.icon ? (d(), y("div",
|
|
8437
|
+
C("header", Ad, [
|
|
8438
|
+
C("div", Ed, [
|
|
8439
|
+
C("div", Ld, [
|
|
8440
|
+
n.icon || n.$slots.icon ? (d(), y("div", zd, [
|
|
8432
8441
|
A(n.$slots, "icon", {}, () => [
|
|
8433
8442
|
typeof n.icon == "string" ? (d(), P(h(ze), {
|
|
8434
8443
|
key: 0,
|
|
@@ -8449,11 +8458,11 @@ const Yl = {
|
|
|
8449
8458
|
C("span", {
|
|
8450
8459
|
class: "bs-form-container-title",
|
|
8451
8460
|
"data-inactive": n.inactive
|
|
8452
|
-
}, M(n.title), 9,
|
|
8461
|
+
}, M(n.title), 9, xd)
|
|
8453
8462
|
]),
|
|
8454
8463
|
_: 1
|
|
8455
8464
|
}, 8, ["required", "disabled"]),
|
|
8456
|
-
C("div",
|
|
8465
|
+
C("div", jd, [
|
|
8457
8466
|
A(n.$slots, "title-addon")
|
|
8458
8467
|
])
|
|
8459
8468
|
]),
|
|
@@ -8463,22 +8472,22 @@ const Yl = {
|
|
|
8463
8472
|
"data-inactive": n.inactive
|
|
8464
8473
|
}, [
|
|
8465
8474
|
C("span", null, M(n.subTitle), 1)
|
|
8466
|
-
], 8,
|
|
8475
|
+
], 8, Md)) : O("", !0)
|
|
8467
8476
|
]),
|
|
8468
8477
|
C("div", {
|
|
8469
8478
|
"data-open": n.expanded,
|
|
8470
8479
|
class: "bs-form-container-header-actions"
|
|
8471
8480
|
}, [
|
|
8472
8481
|
A(n.$slots, "header-actions")
|
|
8473
|
-
], 8,
|
|
8482
|
+
], 8, Vd)
|
|
8474
8483
|
]),
|
|
8475
8484
|
C("main", {
|
|
8476
8485
|
"data-open": n.expanded,
|
|
8477
8486
|
class: "bs-form-container-content"
|
|
8478
8487
|
}, [
|
|
8479
8488
|
A(n.$slots, "default")
|
|
8480
|
-
], 8,
|
|
8481
|
-
], 8,
|
|
8489
|
+
], 8, Fd)
|
|
8490
|
+
], 8, Pd));
|
|
8482
8491
|
}
|
|
8483
8492
|
};
|
|
8484
8493
|
function _n(e) {
|
|
@@ -8522,7 +8531,7 @@ function _n(e) {
|
|
|
8522
8531
|
rawNavData: t
|
|
8523
8532
|
};
|
|
8524
8533
|
}
|
|
8525
|
-
const
|
|
8534
|
+
const qd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
8526
8535
|
__name: "NavigationLink",
|
|
8527
8536
|
props: {
|
|
8528
8537
|
item: {
|
|
@@ -8548,7 +8557,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8548
8557
|
onClick: c[0] || (c[0] = (p) => o("nav-link-clicked", p))
|
|
8549
8558
|
}, [
|
|
8550
8559
|
A(l.$slots, "default")
|
|
8551
|
-
], 8,
|
|
8560
|
+
], 8, qd)) : (d(), P(u, {
|
|
8552
8561
|
key: 1,
|
|
8553
8562
|
"aria-current": h(a)(e.item) || void 0,
|
|
8554
8563
|
"data-active": h(a)(e.item),
|
|
@@ -8563,20 +8572,20 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8563
8572
|
}, 8, ["aria-current", "data-active", "to", "target"]));
|
|
8564
8573
|
};
|
|
8565
8574
|
}
|
|
8566
|
-
},
|
|
8575
|
+
}, Nd = ["data-shown", "data-hide-toggle"], Rd = ["aria-expanded", "aria-controls", "title"], Wd = { class: "bs-horizontal-nav-mobile-toggle-title" }, Hd = ["id"], Ud = ["data-expanded"], Kd = ["aria-expanded", "aria-controls", "data-active", "title", "onClick"], Gd = { class: "bs-horizontal-nav-mobile-nested-menu" }, Xd = { key: 1 }, Yd = {
|
|
8567
8576
|
key: 0,
|
|
8568
8577
|
class: "bs-horizontal-nav-mobile-end-items"
|
|
8569
|
-
},
|
|
8578
|
+
}, Qd = {
|
|
8570
8579
|
key: 1,
|
|
8571
8580
|
class: "bs-horizontal-nav",
|
|
8572
8581
|
"data-component": "bs-horizontal-navigation"
|
|
8573
|
-
},
|
|
8582
|
+
}, Zd = {
|
|
8574
8583
|
key: 0,
|
|
8575
8584
|
class: "bs-horizontal-nav-title"
|
|
8576
|
-
},
|
|
8585
|
+
}, Jd = { key: 1 }, _d = { key: 0 }, eu = ["id", "aria-expanded", "aria-controls", "data-active", "data-expanded", "title", "onClick"], tu = { key: 1 }, nu = {
|
|
8577
8586
|
key: 1,
|
|
8578
8587
|
class: "bs-horizontal-nav-end-items"
|
|
8579
|
-
},
|
|
8588
|
+
}, jf = {
|
|
8580
8589
|
__name: "BsHorizontalNavigation",
|
|
8581
8590
|
props: Yo,
|
|
8582
8591
|
emits: Object.keys(Qo),
|
|
@@ -8643,7 +8652,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8643
8652
|
title: w(),
|
|
8644
8653
|
onClick: $[0] || ($[0] = (k) => v.value = !v.value)
|
|
8645
8654
|
}, [
|
|
8646
|
-
C("div",
|
|
8655
|
+
C("div", Wd, [
|
|
8647
8656
|
typeof D.titleIcon == "string" ? (d(), P(h(ze), {
|
|
8648
8657
|
key: 0,
|
|
8649
8658
|
class: "bs-horizontal-nav-mobile-toggle-title-icon",
|
|
@@ -8655,8 +8664,8 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8655
8664
|
C("span", null, M(D.mobileToggleText), 1)
|
|
8656
8665
|
]),
|
|
8657
8666
|
F(h(Ge), { class: "bs-horizontal-nav-mobile-toggle-caret" })
|
|
8658
|
-
], 8,
|
|
8659
|
-
F(
|
|
8667
|
+
], 8, Rd)),
|
|
8668
|
+
F(St, { name: "bs-horizontal-nav-mobile" }, {
|
|
8660
8669
|
default: V(() => [
|
|
8661
8670
|
me(C("div", {
|
|
8662
8671
|
class: "bs-horizontal-nav-mobile-menu",
|
|
@@ -8683,8 +8692,8 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8683
8692
|
}, [
|
|
8684
8693
|
C("span", null, M(k.text), 1),
|
|
8685
8694
|
F(h(Ge), { class: "bs-horizontal-nav-mobile-nested-toggle-caret" })
|
|
8686
|
-
], 8,
|
|
8687
|
-
C("ul",
|
|
8695
|
+
], 8, Kd),
|
|
8696
|
+
C("ul", Gd, [
|
|
8688
8697
|
(d(!0), y(ee, null, ue(k.navItems, (T) => (d(), y("li", null, [
|
|
8689
8698
|
F(lt, {
|
|
8690
8699
|
item: T,
|
|
@@ -8698,7 +8707,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8698
8707
|
}, 1032, ["item", "router", "onNavLinkClicked"])
|
|
8699
8708
|
]))), 256))
|
|
8700
8709
|
])
|
|
8701
|
-
], 8,
|
|
8710
|
+
], 8, Ud)) : (d(), y("li", Xd, [
|
|
8702
8711
|
F(lt, {
|
|
8703
8712
|
item: k,
|
|
8704
8713
|
router: D.router,
|
|
@@ -8713,16 +8722,16 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8713
8722
|
], 64);
|
|
8714
8723
|
}), 128))
|
|
8715
8724
|
]),
|
|
8716
|
-
D.$slots["end-items"] ? (d(), y("div",
|
|
8725
|
+
D.$slots["end-items"] ? (d(), y("div", Yd, [
|
|
8717
8726
|
A(D.$slots, "end-items")
|
|
8718
8727
|
])) : O("", !0)
|
|
8719
|
-
], 8,
|
|
8728
|
+
], 8, Hd), [
|
|
8720
8729
|
[Pe, D.mobileOpen]
|
|
8721
8730
|
])
|
|
8722
8731
|
]),
|
|
8723
8732
|
_: 3
|
|
8724
8733
|
})
|
|
8725
|
-
], 8,
|
|
8734
|
+
], 8, Nd)) : (d(), y("div", Qd, [
|
|
8726
8735
|
C("nav", null, [
|
|
8727
8736
|
!D.title && D.titleIcon ? (d(), y(ee, { key: 0 }, [
|
|
8728
8737
|
typeof D.titleIcon == "string" ? (d(), P(h(ze), {
|
|
@@ -8735,7 +8744,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8735
8744
|
}))
|
|
8736
8745
|
], 64)) : O("", !0),
|
|
8737
8746
|
C("ul", null, [
|
|
8738
|
-
D.title ? (d(), y("li",
|
|
8747
|
+
D.title ? (d(), y("li", Zd, [
|
|
8739
8748
|
D.titleUrl ? (d(), P(N, {
|
|
8740
8749
|
key: 0,
|
|
8741
8750
|
"aria-current": h(s)({ to: D.titleUrl }) || void 0,
|
|
@@ -8747,14 +8756,14 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8747
8756
|
C("span", null, M(D.title), 1)
|
|
8748
8757
|
]),
|
|
8749
8758
|
_: 1
|
|
8750
|
-
}, 8, ["aria-current", "to", "data-active"])) : (d(), y("span",
|
|
8759
|
+
}, 8, ["aria-current", "to", "data-active"])) : (d(), y("span", Jd, M(D.title), 1))
|
|
8751
8760
|
])) : O("", !0),
|
|
8752
8761
|
(d(!0), y(ee, null, ue(h(c), (k, S) => {
|
|
8753
8762
|
var T;
|
|
8754
8763
|
return d(), y(ee, {
|
|
8755
8764
|
key: k.id
|
|
8756
8765
|
}, [
|
|
8757
|
-
((T = k.navItems) == null ? void 0 : T.length) > 0 ? (d(), y("li",
|
|
8766
|
+
((T = k.navItems) == null ? void 0 : T.length) > 0 ? (d(), y("li", _d, [
|
|
8758
8767
|
C("button", {
|
|
8759
8768
|
id: `${k.id}-toggle`,
|
|
8760
8769
|
type: "button",
|
|
@@ -8768,7 +8777,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8768
8777
|
}, [
|
|
8769
8778
|
C("span", null, M(k.text), 1),
|
|
8770
8779
|
F(h(Ge), { class: "bs-horizontal-nav-nested-toggle-caret" })
|
|
8771
|
-
], 8,
|
|
8780
|
+
], 8, eu),
|
|
8772
8781
|
F(ln, {
|
|
8773
8782
|
id: `${k.id}-nested-section`,
|
|
8774
8783
|
class: "bs-horizontal-nav-nested-menu",
|
|
@@ -8799,7 +8808,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8799
8808
|
]),
|
|
8800
8809
|
_: 2
|
|
8801
8810
|
}, 1032, ["id", "anchor-id", "shown", "onClose"])
|
|
8802
|
-
])) : (d(), y("li",
|
|
8811
|
+
])) : (d(), y("li", tu, [
|
|
8803
8812
|
F(lt, {
|
|
8804
8813
|
item: k,
|
|
8805
8814
|
router: D.router,
|
|
@@ -8814,14 +8823,14 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8814
8823
|
], 64);
|
|
8815
8824
|
}), 128))
|
|
8816
8825
|
]),
|
|
8817
|
-
D.$slots["end-items"] ? (d(), y("div",
|
|
8826
|
+
D.$slots["end-items"] ? (d(), y("div", nu, [
|
|
8818
8827
|
A(D.$slots, "end-items")
|
|
8819
8828
|
])) : O("", !0)
|
|
8820
8829
|
])
|
|
8821
8830
|
]));
|
|
8822
8831
|
};
|
|
8823
8832
|
}
|
|
8824
|
-
},
|
|
8833
|
+
}, ou = ["view-box"], iu = ["id"], au = ["offset", "stop-color"], Mf = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
8825
8834
|
__name: "BsIconGradientWrapper",
|
|
8826
8835
|
setup(e) {
|
|
8827
8836
|
const n = I(null), t = I(null), o = [
|
|
@@ -8859,12 +8868,12 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8859
8868
|
key: s.offset,
|
|
8860
8869
|
offset: s.offset,
|
|
8861
8870
|
"stop-color": s.color
|
|
8862
|
-
}, null, 8,
|
|
8863
|
-
], 8,
|
|
8864
|
-
], 8,
|
|
8871
|
+
}, null, 8, au)), 64))
|
|
8872
|
+
], 8, iu)
|
|
8873
|
+
], 8, ou))
|
|
8865
8874
|
], 64));
|
|
8866
8875
|
}
|
|
8867
|
-
}), xi = Symbol("InlineTabs"),
|
|
8876
|
+
}), xi = Symbol("InlineTabs"), Vf = {
|
|
8868
8877
|
__name: "BsInlineTab",
|
|
8869
8878
|
props: Nt,
|
|
8870
8879
|
setup(e) {
|
|
@@ -8891,7 +8900,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8891
8900
|
_: 3
|
|
8892
8901
|
}, 16, ["data-variant", "data-selected", "aria-pressed"]));
|
|
8893
8902
|
}
|
|
8894
|
-
},
|
|
8903
|
+
}, Ff = {
|
|
8895
8904
|
__name: "BsInlineTabGroup",
|
|
8896
8905
|
props: /* @__PURE__ */ Le(qn, {
|
|
8897
8906
|
modelValue: {
|
|
@@ -8940,7 +8949,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
8940
8949
|
_: 3
|
|
8941
8950
|
}));
|
|
8942
8951
|
}
|
|
8943
|
-
},
|
|
8952
|
+
}, qf = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
8944
8953
|
__name: "BsInputField",
|
|
8945
8954
|
props: {
|
|
8946
8955
|
/** Sets the disabled state on input, disabled styles on label. */
|
|
@@ -9089,10 +9098,10 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9089
9098
|
this.data[e][t[n]] = t;
|
|
9090
9099
|
}));
|
|
9091
9100
|
}
|
|
9092
|
-
},
|
|
9101
|
+
}, su = ["id", "aria-controls", "aria-expanded", "aria-label", "disabled"], ru = { key: 0 }, lu = {
|
|
9093
9102
|
"aria-hidden": "true",
|
|
9094
9103
|
style: { width: "1.25rem" }
|
|
9095
|
-
},
|
|
9104
|
+
}, du = { "aria-hidden": "true" }, Nf = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
9096
9105
|
__name: "BsInputPhone",
|
|
9097
9106
|
props: {
|
|
9098
9107
|
deferValidation: {
|
|
@@ -9249,7 +9258,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9249
9258
|
key: 0,
|
|
9250
9259
|
size: "sm"
|
|
9251
9260
|
}))
|
|
9252
|
-
], 8,
|
|
9261
|
+
], 8, su),
|
|
9253
9262
|
F(rt, X({
|
|
9254
9263
|
id: z.$attrs.id || e.inputId || h(g),
|
|
9255
9264
|
disabled: e.disabled,
|
|
@@ -9275,7 +9284,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9275
9284
|
}, null, 8, ["error", "error-msg", "hint", "hint-id"]), [
|
|
9276
9285
|
[Pe, Y.value]
|
|
9277
9286
|
]),
|
|
9278
|
-
m.value ? (d(), y("div",
|
|
9287
|
+
m.value ? (d(), y("div", ru, [
|
|
9279
9288
|
F(zi, {
|
|
9280
9289
|
"anchor-id": h(v),
|
|
9281
9290
|
"helper-text": "Country Code",
|
|
@@ -9296,8 +9305,8 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9296
9305
|
variant: "2-col"
|
|
9297
9306
|
}, {
|
|
9298
9307
|
default: V(() => [
|
|
9299
|
-
C("span",
|
|
9300
|
-
C("span",
|
|
9308
|
+
C("span", lu, M(_ == null ? void 0 : _.flag), 1),
|
|
9309
|
+
C("span", du, M(_.label), 1)
|
|
9301
9310
|
]),
|
|
9302
9311
|
_: 2
|
|
9303
9312
|
}, 1032, ["aria-label", "value"]))), 128)) : O("", !0)
|
|
@@ -9307,7 +9316,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9307
9316
|
])) : O("", !0)
|
|
9308
9317
|
], 16));
|
|
9309
9318
|
}
|
|
9310
|
-
}),
|
|
9319
|
+
}), uu = ["data-size", "data-variant"], cu = ["stroke"], pu = { key: 0 }, ho = {
|
|
9311
9320
|
__name: "BsSpinner",
|
|
9312
9321
|
props: {
|
|
9313
9322
|
label: {
|
|
@@ -9341,17 +9350,17 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9341
9350
|
pathLength: "100",
|
|
9342
9351
|
r: "45",
|
|
9343
9352
|
stroke: e.variant === "gradient" ? "url(#bs-spinner-gradient)" : void 0
|
|
9344
|
-
}, null, 8,
|
|
9345
|
-
e.variant === "gradient" ? (d(), y("defs",
|
|
9353
|
+
}, null, 8, cu),
|
|
9354
|
+
e.variant === "gradient" ? (d(), y("defs", pu, [...t[0] || (t[0] = [
|
|
9346
9355
|
C("linearGradient", { id: "bs-spinner-gradient" }, [
|
|
9347
9356
|
C("stop", { offset: "0%" }),
|
|
9348
9357
|
C("stop", { offset: "49%" }),
|
|
9349
9358
|
C("stop", { offset: "100%" })
|
|
9350
9359
|
], -1)
|
|
9351
9360
|
])])) : O("", !0)
|
|
9352
|
-
], 8,
|
|
9361
|
+
], 8, uu));
|
|
9353
9362
|
}
|
|
9354
|
-
},
|
|
9363
|
+
}, fu = ["id"], bu = { style: { display: "flex", "justify-content": "center" } }, hu = { style: { display: "flex", "justify-content": "center" } }, vu = { "aria-live": "polite" }, Rf = {
|
|
9355
9364
|
__name: "BsInputTypeaheadDeprecated",
|
|
9356
9365
|
props: {
|
|
9357
9366
|
characterThreshold: {
|
|
@@ -9527,7 +9536,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9527
9536
|
onFocusin: D,
|
|
9528
9537
|
"onUpdate:modelValue": L[0] || (L[0] = (W) => o("update:inputValue", W))
|
|
9529
9538
|
}), null, 16, ["aria-controls", "aria-describedby", "aria-expanded", "disabled", "error", "prevent-clear", "hide-search-icon", "input-id", "placeholder", "model-value"])
|
|
9530
|
-
], 8,
|
|
9539
|
+
], 8, fu),
|
|
9531
9540
|
F(ln, {
|
|
9532
9541
|
"anchor-id": p.value,
|
|
9533
9542
|
breakout: e.breakout,
|
|
@@ -9549,11 +9558,11 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9549
9558
|
"value-id-key": e.valueIdKey,
|
|
9550
9559
|
onCheckOption: k,
|
|
9551
9560
|
onUncheckOption: S
|
|
9552
|
-
},
|
|
9561
|
+
}, Bt({ _: 2 }, [
|
|
9553
9562
|
e.loading ? {
|
|
9554
9563
|
name: "no-options",
|
|
9555
9564
|
fn: V(() => [
|
|
9556
|
-
C("span",
|
|
9565
|
+
C("span", bu, [
|
|
9557
9566
|
F(ho, { size: "sm" })
|
|
9558
9567
|
])
|
|
9559
9568
|
]),
|
|
@@ -9578,11 +9587,11 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9578
9587
|
F(Xt, {
|
|
9579
9588
|
options: g.value,
|
|
9580
9589
|
"value-id-key": e.valueIdKey
|
|
9581
|
-
},
|
|
9590
|
+
}, Bt({ _: 2 }, [
|
|
9582
9591
|
e.loading ? {
|
|
9583
9592
|
name: "no-options",
|
|
9584
9593
|
fn: V(() => [
|
|
9585
|
-
C("span",
|
|
9594
|
+
C("span", hu, [
|
|
9586
9595
|
F(ho, { size: "sm" })
|
|
9587
9596
|
])
|
|
9588
9597
|
]),
|
|
@@ -9601,7 +9610,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9601
9610
|
]),
|
|
9602
9611
|
_: 1
|
|
9603
9612
|
}, 8, ["anchor-id", "breakout", "shown"]),
|
|
9604
|
-
C("div",
|
|
9613
|
+
C("div", vu, [
|
|
9605
9614
|
u.value ? (d(), P(qe, {
|
|
9606
9615
|
key: 0,
|
|
9607
9616
|
error: e.error,
|
|
@@ -9612,7 +9621,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9612
9621
|
])
|
|
9613
9622
|
], 64));
|
|
9614
9623
|
}
|
|
9615
|
-
},
|
|
9624
|
+
}, yu = ["data-size", "data-variant"], Wf = {
|
|
9616
9625
|
__name: "BsLoaderDeprecated",
|
|
9617
9626
|
props: {
|
|
9618
9627
|
size: {
|
|
@@ -9637,13 +9646,13 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9637
9646
|
C("span", null, null, -1),
|
|
9638
9647
|
C("span", null, null, -1),
|
|
9639
9648
|
C("span", { class: "bs-visually-hidden" }, "Loading", -1)
|
|
9640
|
-
])], 8,
|
|
9649
|
+
])], 8, yu));
|
|
9641
9650
|
}
|
|
9642
|
-
},
|
|
9651
|
+
}, Hf = {
|
|
9643
9652
|
__name: "BsModal",
|
|
9644
9653
|
props: Rn,
|
|
9645
9654
|
setup(e) {
|
|
9646
|
-
return (n, t) => (d(), P(
|
|
9655
|
+
return (n, t) => (d(), P(Pt, {
|
|
9647
9656
|
class: "bs-modal",
|
|
9648
9657
|
"data-component": "bs-modal",
|
|
9649
9658
|
type: "modal",
|
|
@@ -9659,7 +9668,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9659
9668
|
_: 3
|
|
9660
9669
|
}, 8, ["size", "transition-name"]));
|
|
9661
9670
|
}
|
|
9662
|
-
},
|
|
9671
|
+
}, mu = ["data-shown"], gu = {
|
|
9663
9672
|
__name: "BsOverlay",
|
|
9664
9673
|
props: {
|
|
9665
9674
|
shown: {
|
|
@@ -9694,7 +9703,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9694
9703
|
function i() {
|
|
9695
9704
|
t.shown ? document.body.setAttribute("data-scroll", "false") : document.body.removeAttribute("data-scroll");
|
|
9696
9705
|
}
|
|
9697
|
-
return (a, r) => (d(), P(
|
|
9706
|
+
return (a, r) => (d(), P(At, {
|
|
9698
9707
|
name: "bs-overlay",
|
|
9699
9708
|
shown: e.shown,
|
|
9700
9709
|
preloaded: e.preloaded,
|
|
@@ -9706,24 +9715,24 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9706
9715
|
class: "bs-overlay",
|
|
9707
9716
|
"data-component": "bs-overlay",
|
|
9708
9717
|
"data-shown": e.shown
|
|
9709
|
-
}, null, 8,
|
|
9718
|
+
}, null, 8, mu)
|
|
9710
9719
|
]),
|
|
9711
9720
|
_: 1
|
|
9712
9721
|
}, 8, ["shown", "preloaded"]));
|
|
9713
9722
|
}
|
|
9714
|
-
},
|
|
9723
|
+
}, wu = ["id", "aria-labelledby", "data-body-background-contrast", "data-footer-border", "data-full-height", "data-full-width", "data-header-border", "data-shown", "data-size", "role"], Su = {
|
|
9715
9724
|
key: 0,
|
|
9716
9725
|
class: "bs-modal-deprecated-header-container"
|
|
9717
|
-
},
|
|
9726
|
+
}, Bu = { class: "bs-modal-deprecated-header" }, Du = ["id"], ku = {
|
|
9718
9727
|
key: 0,
|
|
9719
9728
|
class: "bs-modal-deprecated-subtitle"
|
|
9720
|
-
},
|
|
9729
|
+
}, Tu = ["id"], $u = {
|
|
9721
9730
|
key: 1,
|
|
9722
9731
|
class: "bs-modal-deprecated-progress"
|
|
9723
|
-
},
|
|
9732
|
+
}, Iu = { class: "bs-modal-deprecated-body" }, Cu = {
|
|
9724
9733
|
key: 2,
|
|
9725
9734
|
class: "bs-modal-deprecated-footer"
|
|
9726
|
-
},
|
|
9735
|
+
}, Uf = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
9727
9736
|
__name: "BsModalDeprecated",
|
|
9728
9737
|
props: Jo,
|
|
9729
9738
|
emits: Object.keys(_o),
|
|
@@ -9732,7 +9741,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9732
9741
|
J(t, "enterControlled", "preloaded"), J(t, "enterTrigger", "shown"), J(t, "leaveTrigger", "shown");
|
|
9733
9742
|
const o = n, i = I(null);
|
|
9734
9743
|
let a = !1;
|
|
9735
|
-
const { transition: r } = nn(t), [s] = fe(), [l] = fe(), c =
|
|
9744
|
+
const { transition: r } = nn(t), [s] = fe(), [l] = fe(), c = Tt();
|
|
9736
9745
|
Qn([i], () => g("backdrop-clicked-close")), Xe(["Escape"], () => g("escape-pressed-close"));
|
|
9737
9746
|
const u = f(() => !!(t.title || c.title)), p = f(() => !!(t.subtitle || c.subtitle)), v = f(() => !!c.progress), B = f(() => !t.fullHeight && u.value), w = f(() => !t.fullHeight && !!c.footer);
|
|
9738
9747
|
function g(m, b = !0) {
|
|
@@ -9741,14 +9750,14 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9741
9750
|
a && !D && (o("close", t.modalId), o(m, t.modalId));
|
|
9742
9751
|
}
|
|
9743
9752
|
return (m, b) => (d(), y(ee, null, [
|
|
9744
|
-
F(
|
|
9753
|
+
F(gu, {
|
|
9745
9754
|
"enter-controlled": m.enterControlled,
|
|
9746
9755
|
"enter-trigger": m.enterTrigger,
|
|
9747
9756
|
"leave-trigger": m.leaveTrigger,
|
|
9748
9757
|
preloaded: m.preloaded,
|
|
9749
9758
|
shown: h(r)
|
|
9750
9759
|
}, null, 8, ["enter-controlled", "enter-trigger", "leave-trigger", "preloaded", "shown"]),
|
|
9751
|
-
F(
|
|
9760
|
+
F(At, {
|
|
9752
9761
|
name: "bs-modal-deprecated",
|
|
9753
9762
|
preloaded: m.preloaded,
|
|
9754
9763
|
shown: h(r),
|
|
@@ -9774,16 +9783,16 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9774
9783
|
"data-size": m.size,
|
|
9775
9784
|
role: m.alert ? "alertdialog" : "dialog"
|
|
9776
9785
|
}, m.$attrs), [
|
|
9777
|
-
F(
|
|
9786
|
+
F(Od, { active: h(r) }, {
|
|
9778
9787
|
default: V(() => [
|
|
9779
|
-
B.value ? (d(), y("header",
|
|
9780
|
-
C("div",
|
|
9788
|
+
B.value ? (d(), y("header", Su, [
|
|
9789
|
+
C("div", Bu, [
|
|
9781
9790
|
u.value ? A(m.$slots, "title", { key: 0 }, () => [
|
|
9782
9791
|
m.title ? (d(), y("span", {
|
|
9783
9792
|
key: 0,
|
|
9784
9793
|
class: "bs-modal-deprecated-title",
|
|
9785
9794
|
id: h(s)
|
|
9786
|
-
}, M(m.title), 9,
|
|
9795
|
+
}, M(m.title), 9, Du)) : O("", !0)
|
|
9787
9796
|
]) : O("", !0),
|
|
9788
9797
|
m.closeButton ? (d(), y("button", {
|
|
9789
9798
|
key: 1,
|
|
@@ -9796,12 +9805,12 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9796
9805
|
F(h(xe))
|
|
9797
9806
|
])) : O("", !0)
|
|
9798
9807
|
]),
|
|
9799
|
-
p.value ? (d(), y("div",
|
|
9808
|
+
p.value ? (d(), y("div", ku, [
|
|
9800
9809
|
A(m.$slots, "subtitle", {}, () => [
|
|
9801
|
-
C("span", { id: h(l) }, M(m.subtitle), 9,
|
|
9810
|
+
C("span", { id: h(l) }, M(m.subtitle), 9, Tu)
|
|
9802
9811
|
])
|
|
9803
9812
|
])) : O("", !0),
|
|
9804
|
-
v.value ? (d(), y("div",
|
|
9813
|
+
v.value ? (d(), y("div", $u, [
|
|
9805
9814
|
A(m.$slots, "progress")
|
|
9806
9815
|
])) : O("", !0)
|
|
9807
9816
|
])) : O("", !0),
|
|
@@ -9815,22 +9824,22 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9815
9824
|
}, [
|
|
9816
9825
|
F(h(xe))
|
|
9817
9826
|
])) : O("", !0),
|
|
9818
|
-
C("div",
|
|
9827
|
+
C("div", Iu, [
|
|
9819
9828
|
A(m.$slots, "default")
|
|
9820
9829
|
]),
|
|
9821
|
-
w.value ? (d(), y("footer",
|
|
9830
|
+
w.value ? (d(), y("footer", Cu, [
|
|
9822
9831
|
A(m.$slots, "footer")
|
|
9823
9832
|
])) : O("", !0)
|
|
9824
9833
|
]),
|
|
9825
9834
|
_: 3
|
|
9826
9835
|
}, 8, ["active"])
|
|
9827
|
-
], 16,
|
|
9836
|
+
], 16, wu)
|
|
9828
9837
|
]),
|
|
9829
9838
|
_: 3
|
|
9830
9839
|
}, 8, ["preloaded", "shown"])
|
|
9831
9840
|
], 64));
|
|
9832
9841
|
}
|
|
9833
|
-
}), ji = Symbol("BsOptionGroupProvider"),
|
|
9842
|
+
}), ji = Symbol("BsOptionGroupProvider"), Ou = ["id", "aria-disabled", "aria-selected", "data-selected-to-top", "data-active", "data-negative", "data-visible", "data-multiple", "role"], Pu = ["data-disabled", "data-checked"], Au = ["data-icon-col"], Eu = ["data-icon-col"], Kf = {
|
|
9834
9843
|
__name: "BsOption",
|
|
9835
9844
|
props: ei,
|
|
9836
9845
|
setup(e) {
|
|
@@ -9869,7 +9878,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9869
9878
|
"aria-hidden": "true",
|
|
9870
9879
|
"data-disabled": g.disabled || void 0,
|
|
9871
9880
|
"data-checked": u.value
|
|
9872
|
-
}, null, 8,
|
|
9881
|
+
}, null, 8, Pu),
|
|
9873
9882
|
g.gridLayout ? (d(), y("div", {
|
|
9874
9883
|
key: 0,
|
|
9875
9884
|
class: "bs-option-grid",
|
|
@@ -9878,7 +9887,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9878
9887
|
A(g.$slots, "default", { selected: u.value }, () => [
|
|
9879
9888
|
Q(M(g.value), 1)
|
|
9880
9889
|
])
|
|
9881
|
-
], 8,
|
|
9890
|
+
], 8, Au)) : A(g.$slots, "default", {
|
|
9882
9891
|
key: 1,
|
|
9883
9892
|
selected: u.value
|
|
9884
9893
|
}, () => [
|
|
@@ -9893,26 +9902,26 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9893
9902
|
A(g.$slots, "default", { selected: u.value }, () => [
|
|
9894
9903
|
Q(M(g.value), 1)
|
|
9895
9904
|
])
|
|
9896
|
-
], 8,
|
|
9905
|
+
], 8, Eu)) : A(g.$slots, "default", {
|
|
9897
9906
|
key: 1,
|
|
9898
9907
|
selected: u.value
|
|
9899
9908
|
}, () => [
|
|
9900
9909
|
Q(M(g.value), 1)
|
|
9901
9910
|
])
|
|
9902
9911
|
], 64))
|
|
9903
|
-
], 8,
|
|
9912
|
+
], 8, Ou)), [
|
|
9904
9913
|
[Pe, s.value]
|
|
9905
9914
|
]);
|
|
9906
9915
|
}
|
|
9907
|
-
},
|
|
9916
|
+
}, Lu = ["data-visible", "role", "aria-labelledby"], zu = ["id"], xu = {
|
|
9908
9917
|
key: 0,
|
|
9909
9918
|
class: "bs-option-group-multiple-hr",
|
|
9910
9919
|
"aria-hidden": "true"
|
|
9911
|
-
},
|
|
9920
|
+
}, Gf = {
|
|
9912
9921
|
__name: "BsOptionGroup",
|
|
9913
9922
|
props: ti,
|
|
9914
9923
|
setup(e) {
|
|
9915
|
-
const n = e, t = ce(rn), o =
|
|
9924
|
+
const n = e, t = ce(rn), o = Tt(), i = Ce(), a = I([]), r = f(() => n.id || i), s = f(() => n.title || o.title), l = f(() => {
|
|
9916
9925
|
var v;
|
|
9917
9926
|
return (v = t.filter.value.query) != null && v.value ? a.value.some((B) => t.optionsById.value[B].isVisible.value) : !0;
|
|
9918
9927
|
});
|
|
@@ -9946,23 +9955,23 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
9946
9955
|
A(v.$slots, "title", {}, () => [
|
|
9947
9956
|
Q(M(v.title), 1)
|
|
9948
9957
|
])
|
|
9949
|
-
], 8,
|
|
9950
|
-
p.value ? (d(), y("hr",
|
|
9958
|
+
], 8, zu),
|
|
9959
|
+
p.value ? (d(), y("hr", xu)) : O("", !0),
|
|
9951
9960
|
A(v.$slots, "default")
|
|
9952
|
-
], 8,
|
|
9961
|
+
], 8, Lu)), [
|
|
9953
9962
|
[Pe, l.value]
|
|
9954
9963
|
]) : O("", !0);
|
|
9955
9964
|
}
|
|
9956
|
-
},
|
|
9965
|
+
}, ju = ["data-variant", "data-fixed"], Mu = {
|
|
9957
9966
|
key: 0,
|
|
9958
9967
|
class: "bs-pagination-carets"
|
|
9959
|
-
},
|
|
9968
|
+
}, Vu = ["aria-label", "title", "disabled"], Fu = { key: 0 }, qu = ["aria-label", "title", "disabled"], Nu = { key: 0 }, Ru = {
|
|
9960
9969
|
key: 1,
|
|
9961
9970
|
class: "bs-pagination-page-numbers"
|
|
9962
|
-
},
|
|
9971
|
+
}, Wu = ["title", "disabled", "data-selected", "onClick"], Hu = { key: 2 }, Uu = { key: 3 }, Ku = { class: "bs-pagination-results-numbers" }, Gu = ["data-selected", "disabled", "onClick"], Xu = {
|
|
9963
9972
|
key: 5,
|
|
9964
9973
|
class: "bs-pagination-carets"
|
|
9965
|
-
},
|
|
9974
|
+
}, Yu = ["aria-label", "title", "disabled"], Qu = { key: 0 }, Zu = ["aria-label", "title", "disabled"], Ju = { key: 0 }, Xf = {
|
|
9966
9975
|
__name: "BsPagination",
|
|
9967
9976
|
props: Rt,
|
|
9968
9977
|
emits: Object.keys(ni),
|
|
@@ -10015,7 +10024,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10015
10024
|
"data-variant": r.value,
|
|
10016
10025
|
"data-fixed": t.fixed
|
|
10017
10026
|
}, [
|
|
10018
|
-
g.variant === "base" || g.variant === "group" ? (d(), y("div",
|
|
10027
|
+
g.variant === "base" || g.variant === "group" ? (d(), y("div", Mu, [
|
|
10019
10028
|
g.showFirstLastButtons ? (d(), y("button", {
|
|
10020
10029
|
key: 0,
|
|
10021
10030
|
type: "button",
|
|
@@ -10026,8 +10035,8 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10026
10035
|
onClick: s
|
|
10027
10036
|
}, [
|
|
10028
10037
|
F(h(Ji)),
|
|
10029
|
-
g.firstPageText ? (d(), y("span",
|
|
10030
|
-
], 10,
|
|
10038
|
+
g.firstPageText ? (d(), y("span", Fu, M(g.firstPageText), 1)) : O("", !0)
|
|
10039
|
+
], 10, Vu)) : O("", !0),
|
|
10031
10040
|
C("button", {
|
|
10032
10041
|
type: "button",
|
|
10033
10042
|
class: Ee(g.prevPageText ? "bs-pagination-word-caret" : void 0),
|
|
@@ -10037,10 +10046,10 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10037
10046
|
onClick: l
|
|
10038
10047
|
}, [
|
|
10039
10048
|
F(h(Yt)),
|
|
10040
|
-
g.prevPageText ? (d(), y("span",
|
|
10041
|
-
], 10,
|
|
10049
|
+
g.prevPageText ? (d(), y("span", Nu, M(g.prevPageText), 1)) : O("", !0)
|
|
10050
|
+
], 10, qu)
|
|
10042
10051
|
])) : O("", !0),
|
|
10043
|
-
g.variant === "base" && g.centerDisplay === "numbers" ? (d(), y("div",
|
|
10052
|
+
g.variant === "base" && g.centerDisplay === "numbers" ? (d(), y("div", Ru, [
|
|
10044
10053
|
(d(!0), y(ee, null, ue(p.value, (b) => (d(), y("button", {
|
|
10045
10054
|
key: `page-${b}-button`,
|
|
10046
10055
|
type: "button",
|
|
@@ -10048,23 +10057,23 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10048
10057
|
disabled: i.value === b || g.breakText === b,
|
|
10049
10058
|
"data-selected": b === i.value,
|
|
10050
10059
|
onClick: (D) => i.value = b
|
|
10051
|
-
}, M(b.toLocaleString()), 9,
|
|
10060
|
+
}, M(b.toLocaleString()), 9, Wu))), 128))
|
|
10052
10061
|
])) : O("", !0),
|
|
10053
|
-
t.variant === "base" && t.centerDisplay === "text" ? (d(), y("span",
|
|
10054
|
-
t.variant === "group" ? (d(), y("span",
|
|
10062
|
+
t.variant === "base" && t.centerDisplay === "text" ? (d(), y("span", Hu, M(v.value), 1)) : O("", !0),
|
|
10063
|
+
t.variant === "group" ? (d(), y("span", Uu, M(B.value), 1)) : O("", !0),
|
|
10055
10064
|
t.variant === "results" ? (d(), y(ee, { key: 4 }, [
|
|
10056
10065
|
m[0] || (m[0] = C("span", null, "Results Per Page:", -1)),
|
|
10057
|
-
C("div",
|
|
10066
|
+
C("div", Ku, [
|
|
10058
10067
|
(d(!0), y(ee, null, ue(w.value, (b) => (d(), y("button", {
|
|
10059
10068
|
type: "button",
|
|
10060
10069
|
key: `results-${b}`,
|
|
10061
10070
|
"data-selected": b === i.value,
|
|
10062
10071
|
disabled: i.value === b || g.breakText === b,
|
|
10063
10072
|
onClick: (D) => i.value = b
|
|
10064
|
-
}, M(b.toLocaleString()), 9,
|
|
10073
|
+
}, M(b.toLocaleString()), 9, Gu))), 128))
|
|
10065
10074
|
])
|
|
10066
10075
|
], 64)) : O("", !0),
|
|
10067
|
-
g.variant === "base" || g.variant === "group" ? (d(), y("div",
|
|
10076
|
+
g.variant === "base" || g.variant === "group" ? (d(), y("div", Xu, [
|
|
10068
10077
|
C("button", {
|
|
10069
10078
|
type: "button",
|
|
10070
10079
|
class: Ee(g.nextPageText ? "bs-pagination-word-caret" : void 0),
|
|
@@ -10073,9 +10082,9 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10073
10082
|
disabled: i.value === a.value,
|
|
10074
10083
|
onClick: c
|
|
10075
10084
|
}, [
|
|
10076
|
-
g.nextPageText ? (d(), y("span",
|
|
10085
|
+
g.nextPageText ? (d(), y("span", Qu, M(g.nextPageText), 1)) : O("", !0),
|
|
10077
10086
|
F(h(Qt))
|
|
10078
|
-
], 10,
|
|
10087
|
+
], 10, Yu),
|
|
10079
10088
|
g.showFirstLastButtons ? (d(), y("button", {
|
|
10080
10089
|
key: 0,
|
|
10081
10090
|
type: "button",
|
|
@@ -10085,18 +10094,18 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10085
10094
|
disabled: i.value === a.value,
|
|
10086
10095
|
onClick: u
|
|
10087
10096
|
}, [
|
|
10088
|
-
g.lastPageText ? (d(), y("span",
|
|
10097
|
+
g.lastPageText ? (d(), y("span", Ju, M(g.lastPageText), 1)) : O("", !0),
|
|
10089
10098
|
F(h(_i))
|
|
10090
|
-
], 10,
|
|
10099
|
+
], 10, Zu)) : O("", !0)
|
|
10091
10100
|
])) : O("", !0)
|
|
10092
|
-
], 8,
|
|
10101
|
+
], 8, ju));
|
|
10093
10102
|
}
|
|
10094
|
-
},
|
|
10103
|
+
}, _u = {
|
|
10095
10104
|
key: 0,
|
|
10096
10105
|
"data-truncate": "true"
|
|
10097
|
-
},
|
|
10106
|
+
}, Yf = {
|
|
10098
10107
|
__name: "BsPill",
|
|
10099
|
-
props:
|
|
10108
|
+
props: gt,
|
|
10100
10109
|
setup(e) {
|
|
10101
10110
|
const n = e;
|
|
10102
10111
|
J(n, "truncate", void 0, "Truncating should be applied via CSS, for example, via the truncate Tailwind class."), J(n, "active");
|
|
@@ -10113,14 +10122,14 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10113
10122
|
disabled: r.disabled
|
|
10114
10123
|
}, h(i), { onClick: a }), {
|
|
10115
10124
|
default: V(() => [
|
|
10116
|
-
r.truncate ? (d(), y("span",
|
|
10125
|
+
r.truncate ? (d(), y("span", _u, [
|
|
10117
10126
|
A(r.$slots, "default")
|
|
10118
10127
|
])) : A(r.$slots, "default", { key: 1 })
|
|
10119
10128
|
]),
|
|
10120
10129
|
_: 3
|
|
10121
10130
|
}, 16, ["data-active", "data-status", "data-variant", "disabled"]));
|
|
10122
10131
|
}
|
|
10123
|
-
},
|
|
10132
|
+
}, ec = ["data-background"], Qf = {
|
|
10124
10133
|
__name: "BsPopBody",
|
|
10125
10134
|
props: oi,
|
|
10126
10135
|
setup(e) {
|
|
@@ -10130,11 +10139,11 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10130
10139
|
"data-component": "bs-pop-body"
|
|
10131
10140
|
}, [
|
|
10132
10141
|
A(n.$slots, "default")
|
|
10133
|
-
], 8,
|
|
10142
|
+
], 8, ec));
|
|
10134
10143
|
}
|
|
10135
10144
|
}, Mi = Symbol("BsToastProvider"), Vi = {
|
|
10136
10145
|
__name: "BsTextButton",
|
|
10137
|
-
props:
|
|
10146
|
+
props: wt,
|
|
10138
10147
|
setup(e) {
|
|
10139
10148
|
const n = e, { rootTag: t, buttonOrLinkAttrs: o } = vt(n), { popAttrs: i, popSlotProps: a } = Jt(n);
|
|
10140
10149
|
return (r, s) => (d(), P(ie(h(t)), X({
|
|
@@ -10149,7 +10158,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10149
10158
|
_: 3
|
|
10150
10159
|
}, 16, ["class", "data-size", "data-variant"]));
|
|
10151
10160
|
}
|
|
10152
|
-
},
|
|
10161
|
+
}, tc = ["data-border"], Zf = {
|
|
10153
10162
|
__name: "BsPopFooter",
|
|
10154
10163
|
props: ii,
|
|
10155
10164
|
setup(e) {
|
|
@@ -10170,9 +10179,9 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10170
10179
|
_: 1
|
|
10171
10180
|
})) : O("", !0)
|
|
10172
10181
|
])
|
|
10173
|
-
], 8,
|
|
10182
|
+
], 8, tc));
|
|
10174
10183
|
}
|
|
10175
|
-
},
|
|
10184
|
+
}, nc = {
|
|
10176
10185
|
__name: "BsPopTitle",
|
|
10177
10186
|
props: ri,
|
|
10178
10187
|
setup(e) {
|
|
@@ -10190,7 +10199,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10190
10199
|
_: 3
|
|
10191
10200
|
}, 8, ["id"]));
|
|
10192
10201
|
}
|
|
10193
|
-
},
|
|
10202
|
+
}, oc = {
|
|
10194
10203
|
__name: "BsPopSubtitle",
|
|
10195
10204
|
props: si,
|
|
10196
10205
|
setup(e) {
|
|
@@ -10204,7 +10213,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10204
10213
|
_: 3
|
|
10205
10214
|
}));
|
|
10206
10215
|
}
|
|
10207
|
-
},
|
|
10216
|
+
}, ic = ["data-border"], Jf = {
|
|
10208
10217
|
__name: "BsPopHeader",
|
|
10209
10218
|
props: ai,
|
|
10210
10219
|
setup(e) {
|
|
@@ -10214,34 +10223,34 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10214
10223
|
"data-border": n.border || void 0
|
|
10215
10224
|
}, [
|
|
10216
10225
|
A(n.$slots, "default", {}, () => [
|
|
10217
|
-
n.title ? (d(), P(
|
|
10226
|
+
n.title ? (d(), P(nc, { key: 0 }, {
|
|
10218
10227
|
default: V(() => [
|
|
10219
10228
|
Q(M(n.title), 1)
|
|
10220
10229
|
]),
|
|
10221
10230
|
_: 1
|
|
10222
10231
|
})) : O("", !0),
|
|
10223
|
-
n.subtitle ? (d(), P(
|
|
10232
|
+
n.subtitle ? (d(), P(oc, { key: 1 }, {
|
|
10224
10233
|
default: V(() => [
|
|
10225
10234
|
Q(M(n.subtitle), 1)
|
|
10226
10235
|
]),
|
|
10227
10236
|
_: 1
|
|
10228
10237
|
})) : O("", !0)
|
|
10229
10238
|
])
|
|
10230
|
-
], 8,
|
|
10239
|
+
], 8, ic));
|
|
10231
10240
|
}
|
|
10232
|
-
},
|
|
10241
|
+
}, ac = {
|
|
10233
10242
|
class: "bs-profile-details",
|
|
10234
10243
|
"data-component": "bs-profile-details"
|
|
10235
|
-
},
|
|
10244
|
+
}, sc = {
|
|
10236
10245
|
class: "bs-profile-name bs-font-semibold",
|
|
10237
10246
|
"data-size": "sm"
|
|
10238
|
-
},
|
|
10247
|
+
}, rc = {
|
|
10239
10248
|
key: 1,
|
|
10240
10249
|
class: "bs-font-semibold"
|
|
10241
|
-
},
|
|
10250
|
+
}, lc = { key: 2 }, dc = { key: 3 }, uc = {
|
|
10242
10251
|
key: 4,
|
|
10243
10252
|
"data-icon": "true"
|
|
10244
|
-
},
|
|
10253
|
+
}, cc = {
|
|
10245
10254
|
__name: "BsProfileDetails",
|
|
10246
10255
|
props: {
|
|
10247
10256
|
profileName: {
|
|
@@ -10262,7 +10271,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10262
10271
|
function o(i) {
|
|
10263
10272
|
i.target.tagName === "BUTTON" && (i.preventDefault(), i.stopImmediatePropagation(), t("action-toggled"));
|
|
10264
10273
|
}
|
|
10265
|
-
return (i, a) => (d(), y("div",
|
|
10274
|
+
return (i, a) => (d(), y("div", ac, [
|
|
10266
10275
|
e.action || i.$slots.action ? (d(), y("button", {
|
|
10267
10276
|
key: 0,
|
|
10268
10277
|
"data-icon": "true",
|
|
@@ -10282,11 +10291,11 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10282
10291
|
Q(" " + M(e.action), 1)
|
|
10283
10292
|
])
|
|
10284
10293
|
])) : O("", !0),
|
|
10285
|
-
C("span",
|
|
10286
|
-
e.company ? (d(), y("span",
|
|
10287
|
-
e.jobTitle ? (d(), y("span",
|
|
10288
|
-
e.email ? (d(), y("span",
|
|
10289
|
-
e.miscMeta || i.$slots.misc ? (d(), y("span",
|
|
10294
|
+
C("span", sc, M(e.profileName), 1),
|
|
10295
|
+
e.company ? (d(), y("span", rc, M(e.company), 1)) : O("", !0),
|
|
10296
|
+
e.jobTitle ? (d(), y("span", lc, M(e.jobTitle), 1)) : O("", !0),
|
|
10297
|
+
e.email ? (d(), y("span", dc, M(e.email), 1)) : O("", !0),
|
|
10298
|
+
e.miscMeta || i.$slots.misc ? (d(), y("span", uc, [
|
|
10290
10299
|
A(i.$slots, "misc", {}, () => [
|
|
10291
10300
|
e.miscMetaIcon ? (d(), y(ee, { key: 0 }, [
|
|
10292
10301
|
typeof e.miscMetaIcon == "string" ? (d(), P(h(ze), {
|
|
@@ -10303,7 +10312,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10303
10312
|
])) : O("", !0)
|
|
10304
10313
|
]));
|
|
10305
10314
|
}
|
|
10306
|
-
},
|
|
10315
|
+
}, _f = {
|
|
10307
10316
|
__name: "BsProfile",
|
|
10308
10317
|
props: Wt,
|
|
10309
10318
|
emits: Object.keys(li),
|
|
@@ -10322,7 +10331,7 @@ const Vd = ["aria-current", "data-active", "href", "target"], lt = {
|
|
|
10322
10331
|
"profile-name": s.profileName,
|
|
10323
10332
|
"use-alt-text": !1
|
|
10324
10333
|
}, null, 8, ["src", "size", "initials", "profile-name"]),
|
|
10325
|
-
F(
|
|
10334
|
+
F(cc, {
|
|
10326
10335
|
"profile-name": s.profileName,
|
|
10327
10336
|
company: s.company,
|
|
10328
10337
|
"job-title": s.jobTitle,
|
|
@@ -10371,7 +10380,7 @@ function Fi(e) {
|
|
|
10371
10380
|
getStatus: o
|
|
10372
10381
|
};
|
|
10373
10382
|
}
|
|
10374
|
-
const
|
|
10383
|
+
const pc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], fc = ["data-status"], eb = {
|
|
10375
10384
|
__name: "BsProgressBar",
|
|
10376
10385
|
props: {
|
|
10377
10386
|
/** @type {Status} */
|
|
@@ -10416,10 +10425,10 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10416
10425
|
role: "status"
|
|
10417
10426
|
}, [
|
|
10418
10427
|
C("span", null, M(s.label || s) + " : " + M(h(i)(s.status, l) || "not started"), 1)
|
|
10419
|
-
], 8,
|
|
10420
|
-
], 8,
|
|
10428
|
+
], 8, fc))), 128))
|
|
10429
|
+
], 8, pc));
|
|
10421
10430
|
}
|
|
10422
|
-
},
|
|
10431
|
+
}, bc = ["data-disabled", "data-error", "data-size"], hc = ["checked", "disabled", "id", "required", "value", "data-error"], tb = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
10423
10432
|
__name: "BsRadio",
|
|
10424
10433
|
props: {
|
|
10425
10434
|
label: {
|
|
@@ -10476,7 +10485,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10476
10485
|
"data-error": e.error
|
|
10477
10486
|
}, h(a), {
|
|
10478
10487
|
onChange: c[0] || (c[0] = (u) => l.$emit("update:modelValue", u.target.value))
|
|
10479
|
-
}), null, 16,
|
|
10488
|
+
}), null, 16, hc),
|
|
10480
10489
|
e.label || l.$slots.label ? (d(), P(De, {
|
|
10481
10490
|
key: 0,
|
|
10482
10491
|
for: l.$attrs.id || r.value,
|
|
@@ -10490,9 +10499,9 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10490
10499
|
]),
|
|
10491
10500
|
_: 3
|
|
10492
10501
|
}, 8, ["for", "disabled", "required"])) : O("", !0)
|
|
10493
|
-
], 16,
|
|
10502
|
+
], 16, bc));
|
|
10494
10503
|
}
|
|
10495
|
-
}),
|
|
10504
|
+
}), vc = {
|
|
10496
10505
|
// -- REQUIRED --
|
|
10497
10506
|
// none
|
|
10498
10507
|
// -- OPTIONAL --
|
|
@@ -10546,7 +10555,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10546
10555
|
},
|
|
10547
10556
|
// really should only need this one specific pop trigger prop for this use case
|
|
10548
10557
|
pop: {
|
|
10549
|
-
...
|
|
10558
|
+
...Ct.pop
|
|
10550
10559
|
},
|
|
10551
10560
|
required: {
|
|
10552
10561
|
type: Boolean,
|
|
@@ -10560,15 +10569,15 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10560
10569
|
description: "For optional use with the `multiple` prop. Shows the selection count when greater than zero.",
|
|
10561
10570
|
typeDef: "boolean"
|
|
10562
10571
|
}
|
|
10563
|
-
},
|
|
10572
|
+
}, yc = ["aria-invalid", "aria-disabled", "aria-required", "data-error", "id", "tabindex"], mc = {
|
|
10564
10573
|
key: 1,
|
|
10565
10574
|
class: "bs-input-button-placeholder"
|
|
10566
|
-
},
|
|
10575
|
+
}, gc = {
|
|
10567
10576
|
key: 2,
|
|
10568
10577
|
class: "bs-input-button-value"
|
|
10569
|
-
},
|
|
10578
|
+
}, wc = {
|
|
10570
10579
|
__name: "BsInputButton",
|
|
10571
|
-
props: /* @__PURE__ */ Le(
|
|
10580
|
+
props: /* @__PURE__ */ Le(vc, {
|
|
10572
10581
|
modelValue: {
|
|
10573
10582
|
type: [String, Object, Number, Array],
|
|
10574
10583
|
default: void 0
|
|
@@ -10615,8 +10624,8 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10615
10624
|
count: t.value.length,
|
|
10616
10625
|
variant: "notext"
|
|
10617
10626
|
}, null, 8, ["count"])) : O("", !0),
|
|
10618
|
-
u.value ? O("", !0) : (d(), y("div",
|
|
10619
|
-
u.value ? (d(), y("div",
|
|
10627
|
+
u.value ? O("", !0) : (d(), y("div", mc, M(w.placeholder), 1)),
|
|
10628
|
+
u.value ? (d(), y("div", gc, [
|
|
10620
10629
|
A(w.$slots, "default", $e(Ie({ displayText: u.value, ...h(i) })), () => [
|
|
10621
10630
|
Q(M(u.value), 1)
|
|
10622
10631
|
])
|
|
@@ -10637,10 +10646,10 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10637
10646
|
class: "bs-input-button-caret",
|
|
10638
10647
|
"aria-hidden": "true"
|
|
10639
10648
|
})
|
|
10640
|
-
], 16,
|
|
10649
|
+
], 16, yc);
|
|
10641
10650
|
};
|
|
10642
10651
|
}
|
|
10643
|
-
},
|
|
10652
|
+
}, Sc = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
10644
10653
|
__name: "BsSelect",
|
|
10645
10654
|
props: /* @__PURE__ */ Le(Ht, {
|
|
10646
10655
|
modelValue: {
|
|
@@ -10659,7 +10668,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10659
10668
|
setup(e, { emit: n }) {
|
|
10660
10669
|
const t = e, o = je(e, "modelValue"), i = je(e, "filterInput"), a = Ce(), r = f(() => t.id || a), s = f(() => `${r.value}-dropdown`);
|
|
10661
10670
|
return (l, c) => (d(), y(ee, null, [
|
|
10662
|
-
F(
|
|
10671
|
+
F(wc, X({
|
|
10663
10672
|
class: "bs-select",
|
|
10664
10673
|
"data-component": "bs-select",
|
|
10665
10674
|
disabled: l.disabled,
|
|
@@ -10722,7 +10731,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10722
10731
|
}, 8, ["class", "debounce", "equate-by", "id", "filter", "filter-key", "filter-external", "persist", "place", "placeholder", "min-chars", "mobile-button-label", "mobile-description", "mobile-heading", "mobile-heading-tag", "mobile-sheet", "multiple", "size", "modelValue", "filter-input", "onBeforeClose", "onBeforeOpen", "onQuery"])
|
|
10723
10732
|
], 64));
|
|
10724
10733
|
}
|
|
10725
|
-
}),
|
|
10734
|
+
}), Bc = ["id", "disabled", "required", "data-error", "value"], Dc = {
|
|
10726
10735
|
__name: "BsSelectDeprecated",
|
|
10727
10736
|
props: {
|
|
10728
10737
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -10748,9 +10757,9 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10748
10757
|
onChange: a[0] || (a[0] = (r) => i.$emit("update:modelValue", r.target.value))
|
|
10749
10758
|
}), [
|
|
10750
10759
|
A(i.$slots, "default")
|
|
10751
|
-
], 16,
|
|
10760
|
+
], 16, Bc));
|
|
10752
10761
|
}
|
|
10753
|
-
},
|
|
10762
|
+
}, nb = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
10754
10763
|
__name: "BsSelectField",
|
|
10755
10764
|
props: /* @__PURE__ */ Le(bi, {
|
|
10756
10765
|
modelValue: {
|
|
@@ -10778,7 +10787,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10778
10787
|
]),
|
|
10779
10788
|
_: 3
|
|
10780
10789
|
}, 8, ["id", "disabled", "for", "required"])) : O("", !0),
|
|
10781
|
-
F(
|
|
10790
|
+
F(Sc, X({
|
|
10782
10791
|
"aria-labelledby": s.value,
|
|
10783
10792
|
disabled: u.disabled,
|
|
10784
10793
|
error: u.error,
|
|
@@ -10788,7 +10797,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10788
10797
|
}, h(i), {
|
|
10789
10798
|
modelValue: t.value,
|
|
10790
10799
|
"onUpdate:modelValue": p[0] || (p[0] = (v) => t.value = v)
|
|
10791
|
-
}),
|
|
10800
|
+
}), Bt({ _: 2 }, [
|
|
10792
10801
|
ue(u.$slots, (v, B) => ({
|
|
10793
10802
|
name: B,
|
|
10794
10803
|
fn: V((w) => [
|
|
@@ -10806,7 +10815,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10806
10815
|
}, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) : O("", !0)
|
|
10807
10816
|
], 16));
|
|
10808
10817
|
}
|
|
10809
|
-
}),
|
|
10818
|
+
}), kc = ["selected", "disabled"], Tc = ["disabled", "selected", "value"], ob = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
10810
10819
|
__name: "BsSelectFieldDeprecated",
|
|
10811
10820
|
props: {
|
|
10812
10821
|
data: {
|
|
@@ -10867,7 +10876,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10867
10876
|
]),
|
|
10868
10877
|
_: 3
|
|
10869
10878
|
}, 8, ["for", "disabled", "required"])) : O("", !0),
|
|
10870
|
-
F(
|
|
10879
|
+
F(Dc, X({
|
|
10871
10880
|
disabled: e.disabled,
|
|
10872
10881
|
error: e.error,
|
|
10873
10882
|
"hint-id": h(o),
|
|
@@ -10881,13 +10890,13 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10881
10890
|
selected: !c.value,
|
|
10882
10891
|
value: "",
|
|
10883
10892
|
disabled: !!c.value
|
|
10884
|
-
}, M(e.disabled ? "" : e.placeholder), 9,
|
|
10893
|
+
}, M(e.disabled ? "" : e.placeholder), 9, kc),
|
|
10885
10894
|
(d(!0), y(ee, null, ue(e.data, (v) => (d(), y("option", {
|
|
10886
10895
|
key: v.value,
|
|
10887
10896
|
disabled: v.disabled,
|
|
10888
10897
|
selected: c.value === v.value,
|
|
10889
10898
|
value: v.value
|
|
10890
|
-
}, M(v.label), 9,
|
|
10899
|
+
}, M(v.label), 9, Tc))), 128))
|
|
10891
10900
|
]),
|
|
10892
10901
|
_: 1
|
|
10893
10902
|
}, 16, ["disabled", "error", "hint-id", "input-id", "required", "value"]),
|
|
@@ -10901,7 +10910,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
10901
10910
|
}, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) : O("", !0)
|
|
10902
10911
|
], 16));
|
|
10903
10912
|
}
|
|
10904
|
-
}),
|
|
10913
|
+
}), $c = ["id", "name", "value"], Ic = ["aria-controls", "aria-describedby", "aria-expanded", "aria-invalid", "aria-label", "data-cy", "data-disabled", "data-error", "data-open", "data-placeholder", "data-required", "disabled", "id"], ib = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
10905
10914
|
__name: "BsSelectWithDropdownDeprecated",
|
|
10906
10915
|
props: {
|
|
10907
10916
|
breakout: {
|
|
@@ -11012,7 +11021,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
11012
11021
|
name: e.inputName,
|
|
11013
11022
|
type: "hidden",
|
|
11014
11023
|
value: e.modelValue
|
|
11015
|
-
}, null, 8,
|
|
11024
|
+
}, null, 8, $c)) : O("", !0),
|
|
11016
11025
|
F(Ei, {
|
|
11017
11026
|
"anchor-id": l.value,
|
|
11018
11027
|
breakout: e.breakout,
|
|
@@ -11056,13 +11065,13 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
11056
11065
|
key: 0,
|
|
11057
11066
|
size: "md"
|
|
11058
11067
|
}))
|
|
11059
|
-
], 16,
|
|
11068
|
+
], 16, Ic)
|
|
11060
11069
|
]),
|
|
11061
11070
|
_: 1
|
|
11062
11071
|
}, 8, ["anchor-id", "breakout", "dropdown-position", "dropdown-width", "helper-description", "helper-text", "open", "options-id", "options", "selected-option", "toggle-id", "value-id-key"])
|
|
11063
11072
|
]));
|
|
11064
11073
|
}
|
|
11065
|
-
}),
|
|
11074
|
+
}), Cc = ["data-disabled", "data-size"], Oc = ["data-disabled", "data-size"], Pc = ["checked", "disabled", "id"], Ac = ["data-inner-on-label", "data-inner-off-label"], ab = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
11066
11075
|
__name: "BsSwitch",
|
|
11067
11076
|
props: {
|
|
11068
11077
|
checked: {
|
|
@@ -11132,16 +11141,16 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
11132
11141
|
type: "checkbox"
|
|
11133
11142
|
}, h(r), {
|
|
11134
11143
|
onChange: u[0] || (u[0] = (p) => o("update:modelValue", p.target.checked))
|
|
11135
|
-
}), null, 16,
|
|
11144
|
+
}), null, 16, Pc),
|
|
11136
11145
|
C("span", {
|
|
11137
11146
|
"aria-hidden": "true",
|
|
11138
11147
|
"data-inner-on-label": e.innerOnLabel,
|
|
11139
11148
|
"data-inner-off-label": e.innerOffLabel
|
|
11140
|
-
}, null, 8,
|
|
11141
|
-
], 8,
|
|
11142
|
-
], 16,
|
|
11149
|
+
}, null, 8, Ac)
|
|
11150
|
+
], 8, Oc)
|
|
11151
|
+
], 16, Cc));
|
|
11143
11152
|
}
|
|
11144
|
-
}),
|
|
11153
|
+
}), Ec = ["aria-controls", "aria-selected", "data-hidden"], sb = {
|
|
11145
11154
|
__name: "BsTab",
|
|
11146
11155
|
props: {
|
|
11147
11156
|
activeTabId: {
|
|
@@ -11181,7 +11190,7 @@ const uc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], cc = ["data-sta
|
|
|
11181
11190
|
onKeydown: s
|
|
11182
11191
|
}, [
|
|
11183
11192
|
A(c.$slots, "default")
|
|
11184
|
-
], 40,
|
|
11193
|
+
], 40, Ec));
|
|
11185
11194
|
}
|
|
11186
11195
|
};
|
|
11187
11196
|
function qi() {
|
|
@@ -11265,7 +11274,7 @@ const fn = qi, Ni = Symbol("TableHeaderProvider"), Ri = Symbol("TableBodyProvide
|
|
|
11265
11274
|
return (r, s) => (d(), y("div", {
|
|
11266
11275
|
class: Ee(`bs-table-${e.kind}-rowgroup`),
|
|
11267
11276
|
role: "rowgroup",
|
|
11268
|
-
style:
|
|
11277
|
+
style: $t(`--bs-table-${e.kind}-row-count: ${o.value}`)
|
|
11269
11278
|
}, [
|
|
11270
11279
|
A(r.$slots, "default")
|
|
11271
11280
|
], 6));
|
|
@@ -11281,14 +11290,14 @@ Hi.props = {
|
|
|
11281
11290
|
validator: (e) => ["left", "right"].includes(e)
|
|
11282
11291
|
}
|
|
11283
11292
|
};
|
|
11284
|
-
const hn = Hi,
|
|
11293
|
+
const hn = Hi, Lc = {
|
|
11285
11294
|
class: "bs-table-row",
|
|
11286
11295
|
role: "row"
|
|
11287
11296
|
}, vn = {
|
|
11288
11297
|
__name: "TableRow",
|
|
11289
11298
|
setup(e) {
|
|
11290
11299
|
const n = ce(Ri, null) || ce(Ni, null) || ce(Wi);
|
|
11291
|
-
return oe(() => n.incrementRowCount()), Oe(() => n.decrementRowCount()), (t, o) => (d(), y("div",
|
|
11300
|
+
return oe(() => n.incrementRowCount()), Oe(() => n.decrementRowCount()), (t, o) => (d(), y("div", Lc, [
|
|
11292
11301
|
A(t.$slots, "default")
|
|
11293
11302
|
]));
|
|
11294
11303
|
}
|
|
@@ -11313,19 +11322,19 @@ const yo = Ki, eo = (e, n) => {
|
|
|
11313
11322
|
for (const [o, i] of n)
|
|
11314
11323
|
t[o] = i;
|
|
11315
11324
|
return t;
|
|
11316
|
-
},
|
|
11317
|
-
function
|
|
11318
|
-
return d(), y("div",
|
|
11325
|
+
}, zc = {}, xc = { class: "bs-table-wrap-header" };
|
|
11326
|
+
function jc(e, n) {
|
|
11327
|
+
return d(), y("div", xc, [
|
|
11319
11328
|
A(e.$slots, "default")
|
|
11320
11329
|
]);
|
|
11321
11330
|
}
|
|
11322
|
-
const
|
|
11323
|
-
function
|
|
11324
|
-
return d(), y("div",
|
|
11331
|
+
const Mc = /* @__PURE__ */ eo(zc, [["render", jc]]), Vc = {}, Fc = { class: "bs-table-wrap-footer" };
|
|
11332
|
+
function qc(e, n) {
|
|
11333
|
+
return d(), y("div", Fc, [
|
|
11325
11334
|
A(e.$slots, "default")
|
|
11326
11335
|
]);
|
|
11327
11336
|
}
|
|
11328
|
-
const
|
|
11337
|
+
const Nc = /* @__PURE__ */ eo(Vc, [["render", qc]]), mo = {
|
|
11329
11338
|
__name: "SortToggle",
|
|
11330
11339
|
props: {
|
|
11331
11340
|
order: {
|
|
@@ -11366,7 +11375,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11366
11375
|
}, null, 8, ["size"]))
|
|
11367
11376
|
]));
|
|
11368
11377
|
}
|
|
11369
|
-
}, go = 5,
|
|
11378
|
+
}, go = 5, Rc = {
|
|
11370
11379
|
__name: "TableColResizer",
|
|
11371
11380
|
emits: ["resize"],
|
|
11372
11381
|
setup(e, { emit: n }) {
|
|
@@ -11452,7 +11461,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11452
11461
|
[Pe, l.value]
|
|
11453
11462
|
]);
|
|
11454
11463
|
}
|
|
11455
|
-
},
|
|
11464
|
+
}, rb = {
|
|
11456
11465
|
props: {
|
|
11457
11466
|
rows: {
|
|
11458
11467
|
type: Array,
|
|
@@ -11709,7 +11718,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11709
11718
|
];
|
|
11710
11719
|
}
|
|
11711
11720
|
function he() {
|
|
11712
|
-
return de(
|
|
11721
|
+
return de(Rc, { onResize: ke });
|
|
11713
11722
|
}
|
|
11714
11723
|
function ke({ el: E, id: q, width: U }) {
|
|
11715
11724
|
const x = Object.values(o.value).flat().reduce((R, ne) => {
|
|
@@ -11766,9 +11775,9 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11766
11775
|
}
|
|
11767
11776
|
function ve(E) {
|
|
11768
11777
|
return E.reduce((q, U) => {
|
|
11769
|
-
if (U.type ===
|
|
11778
|
+
if (U.type === Mc)
|
|
11770
11779
|
return q.header = U, q;
|
|
11771
|
-
if (U.type ===
|
|
11780
|
+
if (U.type === Nc)
|
|
11772
11781
|
return q.footer = U, q;
|
|
11773
11782
|
if ([hn, fn].includes(U.type))
|
|
11774
11783
|
return q.columns.push(U), q;
|
|
@@ -11794,7 +11803,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11794
11803
|
]);
|
|
11795
11804
|
};
|
|
11796
11805
|
}
|
|
11797
|
-
},
|
|
11806
|
+
}, Wc = ["id", "data-resizing"], Hc = ["aria-controls", "aria-expanded", "data-active", "data-hidden", "id"], Uc = 73, Kc = 20, yn = 16, lb = {
|
|
11798
11807
|
__name: "BsTabList",
|
|
11799
11808
|
props: {
|
|
11800
11809
|
activeTabId: { type: String, required: !0 },
|
|
@@ -11810,7 +11819,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11810
11819
|
const k = f(() => t.activeTabId ? B.value.findIndex((j) => j.id === t.activeTabId) : 0), S = f(() => r.value.some((j) => j.id === t.activeTabId)), T = f(() => `${$.value}-options`), L = f(() => `${$.value}-toggle`), W = f(() => {
|
|
11811
11820
|
var j;
|
|
11812
11821
|
return S.value ? (j = B.value[k.value]) == null ? void 0 : j.textContent : "More";
|
|
11813
|
-
}), Y = f(() => S.value ? p.value[k.value] - p.value[k.value - 1] +
|
|
11822
|
+
}), Y = f(() => S.value ? p.value[k.value] - p.value[k.value - 1] + Kc + yn : Uc + yn);
|
|
11814
11823
|
function te() {
|
|
11815
11824
|
var He;
|
|
11816
11825
|
let j = !1, R, ne = 0, se = !1, Ne = [];
|
|
@@ -11959,7 +11968,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11959
11968
|
}, [
|
|
11960
11969
|
F(h(na), { size: "sm" }),
|
|
11961
11970
|
Q(" " + M(W.value), 1)
|
|
11962
|
-
], 8,
|
|
11971
|
+
], 8, Hc),
|
|
11963
11972
|
F(zi, {
|
|
11964
11973
|
"anchor-id": L.value,
|
|
11965
11974
|
"container-id": j.$attrs.id || h(D),
|
|
@@ -11988,9 +11997,9 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
11988
11997
|
]),
|
|
11989
11998
|
_: 1
|
|
11990
11999
|
}, 8, ["anchor-id", "container-id", "helper-description", "helper-text", "id", "options-id", "shown"])
|
|
11991
|
-
], 8,
|
|
12000
|
+
], 8, Wc));
|
|
11992
12001
|
}
|
|
11993
|
-
},
|
|
12002
|
+
}, Gc = ["aria-labelledby", "data-active", "id"], db = {
|
|
11994
12003
|
__name: "BsTabPanel",
|
|
11995
12004
|
props: {
|
|
11996
12005
|
activeTabId: {
|
|
@@ -12012,9 +12021,9 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
12012
12021
|
role: "tabpanel"
|
|
12013
12022
|
}, [
|
|
12014
12023
|
A(a.$slots, "default")
|
|
12015
|
-
], 8,
|
|
12024
|
+
], 8, Gc));
|
|
12016
12025
|
}
|
|
12017
|
-
},
|
|
12026
|
+
}, Xc = ["data-error", "rows", "value"], Yc = {
|
|
12018
12027
|
__name: "BsTextarea",
|
|
12019
12028
|
props: {
|
|
12020
12029
|
error: {
|
|
@@ -12035,9 +12044,9 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
12035
12044
|
rows: i.$attrs.rows || 6,
|
|
12036
12045
|
value: e.value || e.modelValue,
|
|
12037
12046
|
onInput: a[0] || (a[0] = (r) => i.$emit("update:modelValue", r.target.value))
|
|
12038
|
-
}, o.value), null, 16,
|
|
12047
|
+
}, o.value), null, 16, Xc));
|
|
12039
12048
|
}
|
|
12040
|
-
},
|
|
12049
|
+
}, ub = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
12041
12050
|
__name: "BsTextareaField",
|
|
12042
12051
|
props: {
|
|
12043
12052
|
/** Sets the maximum value this textarea will allow. Will also display character count if present. This does not set maxlength, so users are able to enter text that is longer and edit it down. Enforcement of length must be by the developer. */
|
|
@@ -12105,7 +12114,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
12105
12114
|
]),
|
|
12106
12115
|
_: 3
|
|
12107
12116
|
}, 8, ["for", "disabled", "required"])) : O("", !0),
|
|
12108
|
-
F(
|
|
12117
|
+
F(Yc, X({
|
|
12109
12118
|
disabled: e.disabled,
|
|
12110
12119
|
error: e.error,
|
|
12111
12120
|
"hint-id": h(i),
|
|
@@ -12128,7 +12137,7 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
12128
12137
|
}, null, 8, ["char-count", "char-max", "data-disabled", "error", "error-msg", "hint", "hint-id"])) : O("", !0)
|
|
12129
12138
|
], 16));
|
|
12130
12139
|
}
|
|
12131
|
-
}),
|
|
12140
|
+
}), Qc = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], Zc = ["data-status"], Jc = { class: "bs-visually-hidden" }, cb = {
|
|
12132
12141
|
__name: "BsTimeline",
|
|
12133
12142
|
props: {
|
|
12134
12143
|
/** @type {Status} */
|
|
@@ -12189,21 +12198,21 @@ const Fc = /* @__PURE__ */ eo(jc, [["render", Vc]]), mo = {
|
|
|
12189
12198
|
})),
|
|
12190
12199
|
C("p", null, [
|
|
12191
12200
|
Q(M(c.label || c) + " ", 1),
|
|
12192
|
-
C("span",
|
|
12201
|
+
C("span", Jc, " : " + M(h(a)(c.status, u) || "not started"), 1)
|
|
12193
12202
|
])
|
|
12194
|
-
], 8,
|
|
12195
|
-
], 8,
|
|
12203
|
+
], 8, Zc))), 128))
|
|
12204
|
+
], 8, Qc));
|
|
12196
12205
|
}
|
|
12197
12206
|
};
|
|
12198
|
-
function
|
|
12207
|
+
function _c(e) {
|
|
12199
12208
|
const n = /^([01]?[0-9]|2[0-3]):[0-5][0-9]$/.test(e), t = /^([01]?[0-9]|2[0-3])[0-5][0-9]$/.test(e), o = /^([0]?[0-9]|1[0-2]):[0-5][0-9] ?(a|p|am|pm)$/i.test(e), i = /^([0]?[0-9]|1[0-2])[0-5][0-9] ?(a|p|am|pm)$/i.test(e);
|
|
12200
12209
|
return n ? "uFmt" : t ? "uFmtNoColon" : o ? "amPm" : i ? "amPmNoColon" : "";
|
|
12201
12210
|
}
|
|
12202
12211
|
const dt = (e) => parseInt(e, 10);
|
|
12203
|
-
function
|
|
12212
|
+
function ep(e = "") {
|
|
12204
12213
|
const n = /[^0-9:apmAPM]/g;
|
|
12205
12214
|
let t, o;
|
|
12206
|
-
switch (e = e.replaceAll(n, "").toLowerCase(),
|
|
12215
|
+
switch (e = e.replaceAll(n, "").toLowerCase(), _c(e)) {
|
|
12207
12216
|
case "uFmt":
|
|
12208
12217
|
case "uFmtNoColon":
|
|
12209
12218
|
o = dt(e.slice(-2)), t = dt(e.slice(0, -2));
|
|
@@ -12225,11 +12234,11 @@ function Qe(e = "") {
|
|
|
12225
12234
|
const [t, o] = e.split(":"), i = dt(t), a = dt(o), r = i < 12 ? "AM" : "PM";
|
|
12226
12235
|
return isNaN(i) || isNaN(a) || i > 23 || a > 59 ? "" : `${i % 12 || 12}:${o} ${r}`;
|
|
12227
12236
|
}
|
|
12228
|
-
function
|
|
12229
|
-
const { hours: n, minutes: t } =
|
|
12237
|
+
function tp(e = "") {
|
|
12238
|
+
const { hours: n, minutes: t } = ep(e);
|
|
12230
12239
|
return isNaN(n) || isNaN(t) ? "" : `${n.toString().padStart(2, "0")}:${t.toString().padStart(2, "0")}`;
|
|
12231
12240
|
}
|
|
12232
|
-
const mn = "excluded", gn = "over", wo = "skip", So = "stop", wn = "under",
|
|
12241
|
+
const mn = "excluded", gn = "over", wo = "skip", So = "stop", wn = "under", np = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
12233
12242
|
__name: "BsTimePicker",
|
|
12234
12243
|
props: {
|
|
12235
12244
|
disabled: {
|
|
@@ -12333,7 +12342,7 @@ const mn = "excluded", gn = "over", wo = "skip", So = "stop", wn = "under", ep =
|
|
|
12333
12342
|
return b = b.toString().padStart(2, "0"), D = D.toString().padStart(2, "0"), `${b}:${D}`;
|
|
12334
12343
|
}
|
|
12335
12344
|
function B(b) {
|
|
12336
|
-
const D =
|
|
12345
|
+
const D = tp(b);
|
|
12337
12346
|
D === o.modelValue && (a.value = Qe(o.modelValue)), g(D);
|
|
12338
12347
|
}
|
|
12339
12348
|
function w() {
|
|
@@ -12391,7 +12400,7 @@ const mn = "excluded", gn = "over", wo = "skip", So = "stop", wn = "under", ep =
|
|
|
12391
12400
|
"onUpdate:modelValue": B
|
|
12392
12401
|
}, null, 8, ["disabled", "display-value", "dropdown-position", "dropdown-width", "error", "helper-description", "helper-text", "hint-id", "input-id", "model-value", "options", "placeholder", "required"]));
|
|
12393
12402
|
}
|
|
12394
|
-
}),
|
|
12403
|
+
}), pb = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
12395
12404
|
__name: "BsTimePickerField",
|
|
12396
12405
|
props: {
|
|
12397
12406
|
disabled: {
|
|
@@ -12488,7 +12497,7 @@ const mn = "excluded", gn = "over", wo = "skip", So = "stop", wn = "under", ep =
|
|
|
12488
12497
|
]),
|
|
12489
12498
|
_: 3
|
|
12490
12499
|
}, 8, ["for", "disabled", "required"])) : O("", !0),
|
|
12491
|
-
F(
|
|
12500
|
+
F(np, X({
|
|
12492
12501
|
ref_key: "timePicker",
|
|
12493
12502
|
ref: l,
|
|
12494
12503
|
"disabled-times": e.disabledTimes,
|
|
@@ -12518,16 +12527,16 @@ const mn = "excluded", gn = "over", wo = "skip", So = "stop", wn = "under", ep =
|
|
|
12518
12527
|
])
|
|
12519
12528
|
], 16));
|
|
12520
12529
|
}
|
|
12521
|
-
}),
|
|
12522
|
-
function
|
|
12523
|
-
return { activeToastIds:
|
|
12530
|
+
}), op = I([]);
|
|
12531
|
+
function ip() {
|
|
12532
|
+
return { activeToastIds: op };
|
|
12524
12533
|
}
|
|
12525
|
-
const
|
|
12534
|
+
const fb = {
|
|
12526
12535
|
__name: "BsToast",
|
|
12527
12536
|
props: Wn,
|
|
12528
12537
|
emits: Object.keys(hi),
|
|
12529
12538
|
setup(e, { emit: n }) {
|
|
12530
|
-
const t = e, o = n, i = at(), { activeToastIds: a } =
|
|
12539
|
+
const t = e, o = n, i = at(), { activeToastIds: a } = ip();
|
|
12531
12540
|
Be(Mi, {});
|
|
12532
12541
|
let r = null;
|
|
12533
12542
|
const s = f(() => {
|
|
@@ -12543,10 +12552,10 @@ const ub = {
|
|
|
12543
12552
|
function u() {
|
|
12544
12553
|
a.value = a.value.filter((p) => p !== t.id);
|
|
12545
12554
|
}
|
|
12546
|
-
return (p, v) => (d(), P(
|
|
12555
|
+
return (p, v) => (d(), P(Pt, {
|
|
12547
12556
|
id: p.id,
|
|
12548
12557
|
class: "bs-toast",
|
|
12549
|
-
style:
|
|
12558
|
+
style: $t(s.value),
|
|
12550
12559
|
anchor: "viewport",
|
|
12551
12560
|
"data-component": "bs-toast",
|
|
12552
12561
|
"data-variant": p.variant,
|
|
@@ -12566,14 +12575,14 @@ const ub = {
|
|
|
12566
12575
|
_: 3
|
|
12567
12576
|
}, 8, ["id", "style", "data-variant"]));
|
|
12568
12577
|
}
|
|
12569
|
-
},
|
|
12578
|
+
}, ap = ["data-stacked"], bb = {
|
|
12570
12579
|
__name: "BsToastActionsDeprecated",
|
|
12571
12580
|
setup(e) {
|
|
12572
12581
|
const n = ce("handleDismiss", () => {
|
|
12573
12582
|
});
|
|
12574
12583
|
function t() {
|
|
12575
12584
|
var o, i;
|
|
12576
|
-
return ((i = (o =
|
|
12585
|
+
return ((i = (o = Tt()).default) == null ? void 0 : i.call(o).length) > 2 || void 0;
|
|
12577
12586
|
}
|
|
12578
12587
|
return (o, i) => (d(), y("div", {
|
|
12579
12588
|
class: "bs-toast-actions-deprecated",
|
|
@@ -12592,18 +12601,18 @@ const ub = {
|
|
|
12592
12601
|
_: 1
|
|
12593
12602
|
}, 8, ["onClick"])
|
|
12594
12603
|
])
|
|
12595
|
-
], 8,
|
|
12604
|
+
], 8, ap));
|
|
12596
12605
|
}
|
|
12597
|
-
},
|
|
12606
|
+
}, sp = {}, rp = {
|
|
12598
12607
|
class: "bs-toast-body-deprecated",
|
|
12599
12608
|
"data-component": "bs-toast-body-deprecated"
|
|
12600
12609
|
};
|
|
12601
|
-
function
|
|
12602
|
-
return d(), y("div",
|
|
12610
|
+
function lp(e, n) {
|
|
12611
|
+
return d(), y("div", rp, [
|
|
12603
12612
|
A(e.$slots, "default")
|
|
12604
12613
|
]);
|
|
12605
12614
|
}
|
|
12606
|
-
const
|
|
12615
|
+
const hb = /* @__PURE__ */ eo(sp, [["render", lp]]), dp = ["data-variant", "data-shown", "data-stacked"], vb = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
12607
12616
|
__name: "BsToastDeprecated",
|
|
12608
12617
|
props: {
|
|
12609
12618
|
shown: {
|
|
@@ -12658,7 +12667,7 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12658
12667
|
s();
|
|
12659
12668
|
}, t.duration)), o("after-enter");
|
|
12660
12669
|
}
|
|
12661
|
-
return (c, u) => (d(), P(
|
|
12670
|
+
return (c, u) => (d(), P(At, {
|
|
12662
12671
|
name: "bs-toast-deprecated",
|
|
12663
12672
|
shown: h(i),
|
|
12664
12673
|
preloaded: e.preloaded,
|
|
@@ -12675,22 +12684,22 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12675
12684
|
role: "alert"
|
|
12676
12685
|
}, c.$attrs), [
|
|
12677
12686
|
A(c.$slots, "default")
|
|
12678
|
-
], 16,
|
|
12687
|
+
], 16, dp)
|
|
12679
12688
|
]),
|
|
12680
12689
|
_: 3
|
|
12681
12690
|
}, 8, ["shown", "preloaded"]));
|
|
12682
12691
|
}
|
|
12683
|
-
}),
|
|
12692
|
+
}), up = {
|
|
12684
12693
|
class: "bs-toaster-deprecated",
|
|
12685
12694
|
"data-component": "bs-toaster-deprecated"
|
|
12686
|
-
},
|
|
12695
|
+
}, yb = {
|
|
12687
12696
|
__name: "BsToasterDeprecated",
|
|
12688
12697
|
setup(e) {
|
|
12689
|
-
return Be("stacked", !0), (n, t) => (d(), y("div",
|
|
12698
|
+
return Be("stacked", !0), (n, t) => (d(), y("div", up, [
|
|
12690
12699
|
A(n.$slots, "default")
|
|
12691
12700
|
]));
|
|
12692
12701
|
}
|
|
12693
|
-
},
|
|
12702
|
+
}, cp = ["data-variant"], pp = { class: "bs-toast-header-deprecated-text" }, mb = {
|
|
12694
12703
|
__name: "BsToastHeaderDeprecated",
|
|
12695
12704
|
setup(e) {
|
|
12696
12705
|
const n = ce("variant", void 0), t = f(() => {
|
|
@@ -12711,17 +12720,17 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12711
12720
|
"data-variant": h(n)
|
|
12712
12721
|
}, [
|
|
12713
12722
|
(d(), P(ie(t.value), { class: "bs-toast-header-deprecated-icon" })),
|
|
12714
|
-
C("div",
|
|
12723
|
+
C("div", pp, [
|
|
12715
12724
|
A(o.$slots, "default")
|
|
12716
12725
|
])
|
|
12717
|
-
], 8,
|
|
12726
|
+
], 8, cp));
|
|
12718
12727
|
}
|
|
12719
|
-
},
|
|
12728
|
+
}, fp = {
|
|
12720
12729
|
key: 0,
|
|
12721
12730
|
ref: "locator",
|
|
12722
12731
|
"data-bs-tooltip-locator": "",
|
|
12723
12732
|
hidden: ""
|
|
12724
|
-
},
|
|
12733
|
+
}, gb = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
12725
12734
|
__name: "BsTooltip",
|
|
12726
12735
|
props: Hn,
|
|
12727
12736
|
setup(e) {
|
|
@@ -12733,7 +12742,7 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12733
12742
|
u.value ? v() : B();
|
|
12734
12743
|
}), oe(() => {
|
|
12735
12744
|
a.value = !0, Ve(() => u.value && v());
|
|
12736
|
-
}),
|
|
12745
|
+
}), It(B);
|
|
12737
12746
|
function v() {
|
|
12738
12747
|
if (!t.value) return;
|
|
12739
12748
|
const w = t.value.parentNode;
|
|
@@ -12745,7 +12754,7 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12745
12754
|
w.id === l.value && w.removeAttribute("id"), r.value = null;
|
|
12746
12755
|
}
|
|
12747
12756
|
return (w, g) => (d(), y(ee, null, [
|
|
12748
|
-
F(
|
|
12757
|
+
F(Pt, X({ id: s.value }, w.$attrs, {
|
|
12749
12758
|
class: "bs-tooltip",
|
|
12750
12759
|
"data-component": "bs-tooltip",
|
|
12751
12760
|
type: "tooltip",
|
|
@@ -12760,10 +12769,10 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12760
12769
|
]),
|
|
12761
12770
|
_: 3
|
|
12762
12771
|
}, 16, ["id", "anchor", "delay", "place"]),
|
|
12763
|
-
a.value && u.value ? (d(), y("span",
|
|
12772
|
+
a.value && u.value ? (d(), y("span", fp, null, 512)) : O("", !0)
|
|
12764
12773
|
], 64));
|
|
12765
12774
|
}
|
|
12766
|
-
}),
|
|
12775
|
+
}), bp = ["data-position"], hp = ["id"], wb = {
|
|
12767
12776
|
__name: "BsTooltipDeprecated",
|
|
12768
12777
|
props: {
|
|
12769
12778
|
tooltipId: {
|
|
@@ -12821,10 +12830,10 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12821
12830
|
A(s.$slots, "content", {}, () => [
|
|
12822
12831
|
Q(M(e.content), 1)
|
|
12823
12832
|
])
|
|
12824
|
-
], 10,
|
|
12825
|
-
], 40,
|
|
12833
|
+
], 10, hp)
|
|
12834
|
+
], 40, bp));
|
|
12826
12835
|
}
|
|
12827
|
-
},
|
|
12836
|
+
}, vp = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
12828
12837
|
__name: "BsTypeahead",
|
|
12829
12838
|
props: /* @__PURE__ */ Le(Ut, {
|
|
12830
12839
|
modelValue: {
|
|
@@ -12925,7 +12934,7 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12925
12934
|
}, 8, ["anchor", "class", "debounce", "equate-by", "filter", "filter-key", "filter-external", "id", "persist", "place", "min-chars", "multiple", "size", "modelValue", "filter-input", "onBeforeClose", "onBeforeOpen", "onQuery"])
|
|
12926
12935
|
], 64));
|
|
12927
12936
|
}
|
|
12928
|
-
}),
|
|
12937
|
+
}), Sb = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
12929
12938
|
__name: "BsTypeaheadField",
|
|
12930
12939
|
props: /* @__PURE__ */ Le(wi, {
|
|
12931
12940
|
modelValue: {
|
|
@@ -12953,7 +12962,7 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12953
12962
|
]),
|
|
12954
12963
|
_: 3
|
|
12955
12964
|
}, 8, ["id", "disabled", "for", "required"])) : O("", !0),
|
|
12956
|
-
F(
|
|
12965
|
+
F(vp, X({
|
|
12957
12966
|
"aria-labelledby": s.value,
|
|
12958
12967
|
disabled: u.disabled,
|
|
12959
12968
|
error: u.error,
|
|
@@ -12963,7 +12972,7 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12963
12972
|
}, h(i), {
|
|
12964
12973
|
modelValue: t.value,
|
|
12965
12974
|
"onUpdate:modelValue": p[0] || (p[0] = (v) => t.value = v)
|
|
12966
|
-
}),
|
|
12975
|
+
}), Bt({ _: 2 }, [
|
|
12967
12976
|
ue(u.$slots, (v, B) => ({
|
|
12968
12977
|
name: B,
|
|
12969
12978
|
fn: V((w) => [
|
|
@@ -12981,13 +12990,13 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
12981
12990
|
}, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) : O("", !0)
|
|
12982
12991
|
], 16));
|
|
12983
12992
|
}
|
|
12984
|
-
}),
|
|
12993
|
+
}), yp = ["data-bg-variant"], mp = ["aria-expanded", "title", "data-collapsed", "data-narrow"], gp = ["data-narrow", "data-collapsed", "data-collapsible", "data-sticky"], wp = {
|
|
12985
12994
|
key: 0,
|
|
12986
12995
|
class: "bs-vertical-nav-top-content"
|
|
12987
|
-
},
|
|
12996
|
+
}, Sp = ["data-collapsed", "data-divider-only", "data-app-links"], Bp = ["aria-expanded", "aria-controls", "title", "onClick"], Dp = { key: 0 }, kp = ["id"], Tp = { key: 1 }, $p = {
|
|
12988
12997
|
key: 0,
|
|
12989
12998
|
class: "bs-vertical-nav-end-items"
|
|
12990
|
-
},
|
|
12999
|
+
}, Bb = {
|
|
12991
13000
|
__name: "BsVerticalNavigation",
|
|
12992
13001
|
props: Si,
|
|
12993
13002
|
emits: Object.keys(Bi),
|
|
@@ -13059,7 +13068,7 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
13059
13068
|
key: 1,
|
|
13060
13069
|
class: "bs-vertical-nav-toggle-icon"
|
|
13061
13070
|
}))
|
|
13062
|
-
], 8,
|
|
13071
|
+
], 8, mp)) : O("", !0),
|
|
13063
13072
|
C("nav", {
|
|
13064
13073
|
class: "bs-vertical-nav",
|
|
13065
13074
|
ref_key: "verticalNav",
|
|
@@ -13068,10 +13077,10 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
13068
13077
|
"data-collapsed": g.value,
|
|
13069
13078
|
"data-collapsible": w.value,
|
|
13070
13079
|
"data-sticky": t.sticky || void 0,
|
|
13071
|
-
style:
|
|
13080
|
+
style: $t(t.width && !g.value ? { width: t.width } : void 0)
|
|
13072
13081
|
}, [
|
|
13073
13082
|
C("ul", null, [
|
|
13074
|
-
$.$slots["top-content"] ? (d(), y("li",
|
|
13083
|
+
$.$slots["top-content"] ? (d(), y("li", wp, [
|
|
13075
13084
|
A($.$slots, "top-content")
|
|
13076
13085
|
])) : O("", !0),
|
|
13077
13086
|
(d(!0), y(ee, null, ue(h(l), (k) => {
|
|
@@ -13095,9 +13104,9 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
13095
13104
|
type: "button",
|
|
13096
13105
|
onClick: (T) => b(k.id)
|
|
13097
13106
|
}, [
|
|
13098
|
-
g.value ? O("", !0) : (d(), y("span",
|
|
13107
|
+
g.value ? O("", !0) : (d(), y("span", Dp, M(k.text), 1)),
|
|
13099
13108
|
F(h(ua), { class: "bs-vertical-nav-section-toggle-caret" })
|
|
13100
|
-
], 8,
|
|
13109
|
+
], 8, Bp)) : O("", !0),
|
|
13101
13110
|
me(C("ul", {
|
|
13102
13111
|
id: `${k.id}-nested-section`
|
|
13103
13112
|
}, [
|
|
@@ -13124,10 +13133,10 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
13124
13133
|
_: 2
|
|
13125
13134
|
}, 1032, ["item", "router", "onNavLinkClicked", "aria-label"])
|
|
13126
13135
|
]))), 128))
|
|
13127
|
-
], 8,
|
|
13136
|
+
], 8, kp), [
|
|
13128
13137
|
[Pe, k.dividerOnly || h(s)(k) || g.value]
|
|
13129
13138
|
])
|
|
13130
|
-
], 8,
|
|
13139
|
+
], 8, Sp)) : (d(), y("li", Tp, [
|
|
13131
13140
|
F(lt, {
|
|
13132
13141
|
item: k,
|
|
13133
13142
|
router: $.router,
|
|
@@ -13151,155 +13160,156 @@ const pb = /* @__PURE__ */ eo(ip, [["render", sp]]), rp = ["data-variant", "data
|
|
|
13151
13160
|
], 64);
|
|
13152
13161
|
}), 128))
|
|
13153
13162
|
]),
|
|
13154
|
-
$.$slots["end-items"] ? (d(), y("div",
|
|
13163
|
+
$.$slots["end-items"] ? (d(), y("div", $p, [
|
|
13155
13164
|
A($.$slots, "end-items")
|
|
13156
13165
|
])) : O("", !0)
|
|
13157
|
-
], 12,
|
|
13158
|
-
], 8,
|
|
13166
|
+
], 12, gp)
|
|
13167
|
+
], 8, yp));
|
|
13159
13168
|
}
|
|
13160
13169
|
};
|
|
13161
13170
|
export {
|
|
13162
|
-
|
|
13163
|
-
|
|
13164
|
-
|
|
13165
|
-
|
|
13166
|
-
|
|
13171
|
+
kf as BsAccordion,
|
|
13172
|
+
Mp as BsAccordionDefinitions,
|
|
13173
|
+
Tf as BsAlert,
|
|
13174
|
+
Vp as BsAlertDefinitions,
|
|
13175
|
+
qr as BsBackdrop,
|
|
13167
13176
|
ki as BsBadge,
|
|
13168
|
-
|
|
13169
|
-
|
|
13170
|
-
|
|
13177
|
+
Fp as BsBadgeDefinitions,
|
|
13178
|
+
$f as BsBanner,
|
|
13179
|
+
qp as BsBannerDefinitions,
|
|
13171
13180
|
on as BsButton,
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13181
|
+
Np as BsButtonDefinitions,
|
|
13182
|
+
If as BsCalendar,
|
|
13183
|
+
Rp as BsCalendarDefinitions,
|
|
13184
|
+
Cf as BsCaretButton,
|
|
13176
13185
|
ro as BsCaretTextButton,
|
|
13177
|
-
|
|
13178
|
-
|
|
13186
|
+
Wp as BsCaretTextButtonDefinitions,
|
|
13187
|
+
Of as BsChartBar,
|
|
13188
|
+
Pf as BsCheckbox,
|
|
13179
13189
|
Di as BsCircleButton,
|
|
13180
|
-
|
|
13190
|
+
Hp as BsCircleButtonDefinitions,
|
|
13181
13191
|
Ci as BsDropdown,
|
|
13182
13192
|
Li as BsDropdownComboboxDeprecated,
|
|
13183
|
-
|
|
13184
|
-
|
|
13193
|
+
Af as BsDropdownComboboxFieldDeprecated,
|
|
13194
|
+
Gp as BsDropdownDefinitions,
|
|
13185
13195
|
ln as BsDropdownDeprecated,
|
|
13186
|
-
|
|
13196
|
+
Kp as BsDropdownFilterDefinitions,
|
|
13187
13197
|
Ai as BsDropdownMultiselectDeprecated,
|
|
13188
|
-
|
|
13198
|
+
Xp as BsDropdownOptionBuilderDefinitions,
|
|
13189
13199
|
Xt as BsDropdownOptionBuilderDeprecated,
|
|
13190
13200
|
Zn as BsDropdownOptionDeprecated,
|
|
13191
13201
|
dn as BsDropdownOptionListDeprecated,
|
|
13192
13202
|
zi as BsDropdownWithOptionsDeprecated,
|
|
13193
13203
|
Ei as BsDropdownWithToggleDeprecated,
|
|
13194
|
-
|
|
13195
|
-
|
|
13204
|
+
Ef as BsEmptyState,
|
|
13205
|
+
Yp as BsEmptyStateDefinitions,
|
|
13196
13206
|
qe as BsFieldDetails,
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13211
|
-
|
|
13207
|
+
Zl as BsFilterButton,
|
|
13208
|
+
Qp as BsFilterButtonDefinitions,
|
|
13209
|
+
Lf as BsFlyout,
|
|
13210
|
+
Zp as BsFlyoutDefinitions,
|
|
13211
|
+
zf as BsFlyoutDeprecated,
|
|
13212
|
+
Od as BsFocusGuardDeprecated,
|
|
13213
|
+
xf as BsFormContainer,
|
|
13214
|
+
Jp as BsFormContainerDefinitions,
|
|
13215
|
+
jf as BsHorizontalNavigation,
|
|
13216
|
+
_p as BsHorizontalNavigationDefinitions,
|
|
13217
|
+
Mf as BsIconGradientWrapper,
|
|
13218
|
+
Vf as BsInlineTab,
|
|
13219
|
+
ef as BsInlineTabDefinitions,
|
|
13220
|
+
Ff as BsInlineTabGroup,
|
|
13221
|
+
tf as BsInlineTabGroupDefinitions,
|
|
13212
13222
|
rt as BsInput,
|
|
13213
13223
|
an as BsInputAddon,
|
|
13214
|
-
|
|
13215
|
-
|
|
13224
|
+
qf as BsInputField,
|
|
13225
|
+
Nf as BsInputPhone,
|
|
13216
13226
|
Jn as BsInputSearch,
|
|
13217
|
-
|
|
13218
|
-
|
|
13227
|
+
nf as BsInputSearchDefinitions,
|
|
13228
|
+
Rf as BsInputTypeaheadDeprecated,
|
|
13219
13229
|
De as BsLabel,
|
|
13220
|
-
|
|
13221
|
-
|
|
13222
|
-
|
|
13223
|
-
|
|
13224
|
-
|
|
13225
|
-
|
|
13226
|
-
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13233
|
-
|
|
13234
|
-
|
|
13235
|
-
|
|
13236
|
-
|
|
13237
|
-
|
|
13238
|
-
|
|
13239
|
-
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
|
|
13243
|
-
|
|
13244
|
-
|
|
13245
|
-
|
|
13246
|
-
|
|
13247
|
-
|
|
13248
|
-
|
|
13230
|
+
Wf as BsLoaderDeprecated,
|
|
13231
|
+
Hf as BsModal,
|
|
13232
|
+
of as BsModalDefinitions,
|
|
13233
|
+
Uf as BsModalDeprecated,
|
|
13234
|
+
af as BsModalDeprecatedDefinitions,
|
|
13235
|
+
Kf as BsOption,
|
|
13236
|
+
sf as BsOptionDefinitions,
|
|
13237
|
+
Gf as BsOptionGroup,
|
|
13238
|
+
rf as BsOptionGroupDefinitions,
|
|
13239
|
+
gu as BsOverlay,
|
|
13240
|
+
Xf as BsPagination,
|
|
13241
|
+
lf as BsPaginationDefinitions,
|
|
13242
|
+
Yf as BsPill,
|
|
13243
|
+
df as BsPillDefinitions,
|
|
13244
|
+
Qf as BsPopBody,
|
|
13245
|
+
uf as BsPopBodyDefinitions,
|
|
13246
|
+
Zf as BsPopFooter,
|
|
13247
|
+
cf as BsPopFooterDefinitions,
|
|
13248
|
+
Jf as BsPopHeader,
|
|
13249
|
+
pf as BsPopHeaderDefinitions,
|
|
13250
|
+
oc as BsPopSubtitle,
|
|
13251
|
+
ff as BsPopSubtitleDefinitions,
|
|
13252
|
+
nc as BsPopTitle,
|
|
13253
|
+
bf as BsPopTitleDefinitions,
|
|
13254
|
+
Bl as BsPopXButton,
|
|
13255
|
+
Pt as BsPopover,
|
|
13256
|
+
Up as BsPopoverDefinitions,
|
|
13257
|
+
_f as BsProfile,
|
|
13258
|
+
hf as BsProfileDefinitions,
|
|
13249
13259
|
Pi as BsProfileImg,
|
|
13250
|
-
|
|
13251
|
-
|
|
13252
|
-
|
|
13253
|
-
|
|
13254
|
-
|
|
13255
|
-
|
|
13256
|
-
|
|
13257
|
-
|
|
13258
|
-
|
|
13260
|
+
eb as BsProgressBar,
|
|
13261
|
+
tb as BsRadio,
|
|
13262
|
+
Sc as BsSelect,
|
|
13263
|
+
vf as BsSelectDefinitions,
|
|
13264
|
+
Dc as BsSelectDeprecated,
|
|
13265
|
+
nb as BsSelectField,
|
|
13266
|
+
yf as BsSelectFieldDefinitions,
|
|
13267
|
+
ob as BsSelectFieldDeprecated,
|
|
13268
|
+
ib as BsSelectWithDropdownDeprecated,
|
|
13259
13269
|
ho as BsSpinner,
|
|
13260
|
-
|
|
13261
|
-
|
|
13262
|
-
|
|
13263
|
-
|
|
13264
|
-
|
|
13270
|
+
ab as BsSwitch,
|
|
13271
|
+
sb as BsTab,
|
|
13272
|
+
lb as BsTabList,
|
|
13273
|
+
db as BsTabPanel,
|
|
13274
|
+
rb as BsTable,
|
|
13265
13275
|
yo as BsTableCell,
|
|
13266
13276
|
fn as BsTableCol,
|
|
13267
|
-
|
|
13277
|
+
Nc as BsTableFooter,
|
|
13268
13278
|
hn as BsTableFrozenCols,
|
|
13269
13279
|
vo as BsTableHeadCell,
|
|
13270
|
-
|
|
13280
|
+
Mc as BsTableHeader,
|
|
13271
13281
|
vn as BsTableRow,
|
|
13272
13282
|
mo as BsTableSortToggle,
|
|
13273
13283
|
Vi as BsTextButton,
|
|
13274
|
-
|
|
13275
|
-
|
|
13276
|
-
|
|
13277
|
-
|
|
13278
|
-
|
|
13279
|
-
|
|
13280
|
-
|
|
13281
|
-
|
|
13282
|
-
|
|
13283
|
-
|
|
13284
|
-
|
|
13285
|
-
|
|
13286
|
-
|
|
13287
|
-
|
|
13288
|
-
|
|
13289
|
-
|
|
13290
|
-
|
|
13291
|
-
|
|
13292
|
-
|
|
13293
|
-
|
|
13294
|
-
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
|
|
13298
|
-
|
|
13284
|
+
mf as BsTextButtonDefinitions,
|
|
13285
|
+
Yc as BsTextarea,
|
|
13286
|
+
ub as BsTextareaField,
|
|
13287
|
+
np as BsTimePicker,
|
|
13288
|
+
pb as BsTimePickerField,
|
|
13289
|
+
cb as BsTimeline,
|
|
13290
|
+
fb as BsToast,
|
|
13291
|
+
bb as BsToastActionsDeprecated,
|
|
13292
|
+
hb as BsToastBodyDeprecated,
|
|
13293
|
+
gf as BsToastDefinitions,
|
|
13294
|
+
vb as BsToastDeprecated,
|
|
13295
|
+
mb as BsToastHeaderDeprecated,
|
|
13296
|
+
yb as BsToasterDeprecated,
|
|
13297
|
+
gb as BsTooltip,
|
|
13298
|
+
wf as BsTooltipDefinitions,
|
|
13299
|
+
wb as BsTooltipDeprecated,
|
|
13300
|
+
vp as BsTypeahead,
|
|
13301
|
+
Sf as BsTypeaheadDefinitions,
|
|
13302
|
+
Sb as BsTypeaheadField,
|
|
13303
|
+
Bf as BsTypeaheadFieldDefinitions,
|
|
13304
|
+
Bb as BsVerticalNavigation,
|
|
13305
|
+
Df as BsVerticalNavigationDefinitions,
|
|
13306
|
+
jp as bsSelectors,
|
|
13307
|
+
Ct as popTriggerProps,
|
|
13308
|
+
Ml as useAbortController,
|
|
13299
13309
|
Ae as useFilterAttrs,
|
|
13300
13310
|
at as usePop,
|
|
13301
13311
|
Jt as usePopTriggers,
|
|
13302
13312
|
Ii as vFocus,
|
|
13303
|
-
|
|
13313
|
+
Tl as vFocusTrap
|
|
13304
13314
|
};
|
|
13305
13315
|
//# sourceMappingURL=bsds-components.js.map
|