bitboss-ui 2.1.33 → 2.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +7 -6
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +7 -6
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +3 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +3 -2
- package/dist/components/BaseTag/BaseTag.vue.d.ts +11 -10
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +3 -2
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +3 -2
- package/dist/components/BbButton/BbButton.vue.d.ts +5 -5
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +3 -2
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +3 -2
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +3 -2
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +3 -2
- package/dist/components/BbIcon/BbIcon.vue.d.ts +4 -3
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +7 -6
- package/dist/components/BbRating/BbRating.vue.d.ts +8 -0
- package/dist/components/BbSelect/BbSelect.vue.d.ts +3 -2
- package/dist/components/BbTag/BbTag.vue.d.ts +3 -2
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +3 -2
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +3 -2
- package/dist/components/CommonInputInnerContainer.vue.d.ts +3 -2
- package/dist/composables/useToast.d.ts +4 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index102.js +7 -5
- package/dist/index106.js +7 -7
- package/dist/index111.js +1 -1
- package/dist/index113.js +1 -1
- package/dist/index121.js +11 -11
- package/dist/index129.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index131.js +6 -6
- package/dist/index133.js +1 -1
- package/dist/index135.js +2 -2
- package/dist/index139.js +1 -1
- package/dist/index141.js +1 -1
- package/dist/index142.js +2 -2
- package/dist/index15.js +5 -5
- package/dist/index17.js +3 -3
- package/dist/index19.js +8 -8
- package/dist/index21.js +16 -16
- package/dist/index213.js +2 -2
- package/dist/index214.js +2 -2
- package/dist/index215.js +5 -13
- package/dist/index216.js +5 -13
- package/dist/index217.js +5 -13
- package/dist/index218.js +5 -3
- package/dist/index219.js +5 -86
- package/dist/index220.js +7 -0
- package/dist/index221.js +5 -29
- package/dist/index222.js +3 -17
- package/dist/index223.js +2 -51
- package/dist/index224.js +8 -15
- package/dist/index225.js +250 -3
- package/dist/index226.js +52 -12
- package/dist/index227.js +44 -16
- package/dist/index228.js +5 -2
- package/dist/index229.js +60 -2
- package/dist/index23.js +12 -12
- package/dist/index230.js +13 -6
- package/dist/index231.js +85 -15
- package/dist/index233.js +28 -2
- package/dist/index234.js +16 -8
- package/dist/index235.js +49 -119
- package/dist/index236.js +17 -0
- package/dist/index237.js +12 -23
- package/dist/index238.js +16 -4
- package/dist/index239.js +33 -22
- package/dist/index240.js +4 -5
- package/dist/index241.js +20 -5
- package/dist/index242.js +197 -5
- package/dist/index244.js +121 -5
- package/dist/index246.js +2 -5
- package/dist/index247.js +4 -2
- package/dist/index248.js +182 -7
- package/dist/index249.js +12 -249
- package/dist/index25.js +3 -3
- package/dist/index250.js +13 -52
- package/dist/index251.js +2 -44
- package/dist/index252.js +2 -5
- package/dist/index253.js +7 -60
- package/dist/index254.js +7 -106
- package/dist/index255.js +9 -0
- package/dist/index256.js +53 -47
- package/dist/index258.js +100 -2
- package/dist/index260.js +2 -5
- package/dist/index261.js +3 -2
- package/dist/index262.js +2 -20
- package/dist/index263.js +2 -2
- package/dist/index264.js +5 -7
- package/dist/index265.js +18 -7
- package/dist/index266.js +12 -34
- package/dist/index267.js +229 -2
- package/dist/index268.js +9 -17
- package/dist/index269.js +2 -11
- package/dist/index27.js +1 -1
- package/dist/index270.js +8 -228
- package/dist/index271.js +23 -3
- package/dist/index272.js +3 -3
- package/dist/index273.js +20 -194
- package/dist/index274.js +8 -0
- package/dist/index275.js +15 -182
- package/dist/index276.js +3 -7
- package/dist/index278.js +1 -1
- package/dist/index280.js +2 -33
- package/dist/index281.js +65 -26
- package/dist/index282.js +7 -0
- package/dist/index283.js +33 -2
- package/dist/index284.js +28 -5
- package/dist/index286.js +5 -7
- package/dist/index287.js +7 -10
- package/dist/index288.js +280 -5
- package/dist/index289.js +2 -3
- package/dist/index29.js +3 -3
- package/dist/index290.js +16 -17
- package/dist/index291.js +2 -28
- package/dist/index292.js +16 -718
- package/dist/index293.js +2 -366
- package/dist/index294.js +17 -56
- package/dist/index295.js +2 -3
- package/dist/index296.js +13 -278
- package/dist/index297.js +2 -2
- package/dist/index298.js +14 -11
- package/dist/index300.js +23 -12
- package/dist/index302.js +2 -19
- package/dist/index303.js +2 -2
- package/dist/index304.js +2 -15
- package/dist/index305.js +2 -2
- package/dist/index306.js +27 -18
- package/dist/index307.js +22 -2
- package/dist/index309.js +7 -2
- package/dist/index31.js +2 -2
- package/dist/index310.js +11 -2
- package/dist/index311.js +3 -2
- package/dist/index312.js +17 -2
- package/dist/index313.js +1 -1
- package/dist/index314.js +4 -22
- package/dist/index315.js +8 -0
- package/dist/index316.js +1 -1
- package/dist/index317.js +1 -1
- package/dist/index318.js +3 -5
- package/dist/index319.js +3 -4
- package/dist/index320.js +3 -125
- package/dist/index321.js +5 -2
- package/dist/index322.js +125 -2
- package/dist/index323.js +4 -0
- package/dist/index324.js +2 -3
- package/dist/index325.js +718 -5
- package/dist/index326.js +366 -8
- package/dist/index327.js +58 -2
- package/dist/index328.js +4 -4
- package/dist/index329.js +2 -3
- package/dist/index33.js +8 -8
- package/dist/index331.js +3 -93
- package/dist/index332.js +6 -34
- package/dist/index333.js +19 -6
- package/dist/index334.js +6 -128
- package/dist/index335.js +30 -364
- package/dist/index336.js +6 -58
- package/dist/index337.js +128 -57
- package/dist/index338.js +369 -2
- package/dist/index339.js +46 -6
- package/dist/index340.js +7 -6
- package/dist/index341.js +5 -18
- package/dist/index342.js +8 -47
- package/dist/index343.js +227 -7
- package/dist/index344.js +58 -6
- package/dist/index345.js +57 -7
- package/dist/index346.js +86 -221
- package/dist/index348.js +473 -421
- package/dist/index349.js +422 -113
- package/dist/index35.js +4 -4
- package/dist/index350.js +123 -484
- package/dist/index37.js +57 -59
- package/dist/index39.js +7 -7
- package/dist/index41.js +2 -2
- package/dist/index43.js +8 -8
- package/dist/index45.js +60 -62
- package/dist/index49.js +1 -1
- package/dist/index53.js +1 -1
- package/dist/index55.js +1 -1
- package/dist/index57.js +2 -2
- package/dist/index61.js +6 -6
- package/dist/index67.js +1 -1
- package/dist/index79.js +6 -6
- package/dist/index81.js +1 -1
- package/dist/index83.js +2 -2
- package/dist/index85.js +3 -3
- package/dist/index87.js +1 -1
- package/dist/index90.js +3 -3
- package/dist/index92.js +1 -1
- package/dist/index94.js +5 -5
- package/dist/index96.js +1 -1
- package/dist/types/Icon.d.ts +9 -0
- package/package.json +2 -2
- package/dist/index232.js +0 -12
- package/dist/index243.js +0 -7
- package/dist/index245.js +0 -7
- package/dist/index259.js +0 -6
- package/dist/index285.js +0 -69
- package/dist/index308.js +0 -29
- package/dist/index330.js +0 -6
package/dist/index61.js
CHANGED
@@ -7,9 +7,9 @@ import p from "./index85.js";
|
|
7
7
|
/* empty css */
|
8
8
|
import T from "./index113.js";
|
9
9
|
/* empty css */
|
10
|
-
import { pickBy as W } from "./
|
11
|
-
import { noop as w } from "./
|
12
|
-
import { useLocale as D } from "./
|
10
|
+
import { pickBy as W } from "./index268.js";
|
11
|
+
import { noop as w } from "./index269.js";
|
12
|
+
import { useLocale as D } from "./index230.js";
|
13
13
|
const E = {
|
14
14
|
key: 2,
|
15
15
|
class: "bb-button__loading-label sr-only"
|
@@ -23,7 +23,7 @@ const E = {
|
|
23
23
|
block: { type: Boolean },
|
24
24
|
data: {},
|
25
25
|
disabled: { type: Boolean },
|
26
|
-
|
26
|
+
enabledWhileLoading: { type: Boolean },
|
27
27
|
exactActiveClass: {},
|
28
28
|
group: { type: Boolean },
|
29
29
|
headers: {},
|
@@ -55,7 +55,7 @@ const E = {
|
|
55
55
|
const e = b, { t: m } = D(), l = C(0), t = c(
|
56
56
|
() => e.loading || !!l.value && e.autoLoading
|
57
57
|
), f = c(() => e.disabled), { onClick: y = w } = h(), g = async (o) => {
|
58
|
-
if (o.stopImmediatePropagation(), t.value && e.
|
58
|
+
if (o.stopImmediatePropagation(), t.value && !e.enabledWhileLoading)
|
59
59
|
return (e.type === "submit" || e.href || e.to) && o.preventDefault(), null;
|
60
60
|
l.value++, await y(o), l.value--;
|
61
61
|
}, _ = typeof e.size == "string" ? { default: e.size } : { default: "md", ...e.size }, B = Object.entries(_).reduce(
|
@@ -69,7 +69,7 @@ const E = {
|
|
69
69
|
"append:icon",
|
70
70
|
"autoLoading",
|
71
71
|
"disabled",
|
72
|
-
"
|
72
|
+
"enabledWhileLoading",
|
73
73
|
"group",
|
74
74
|
"icon",
|
75
75
|
"loading",
|
package/dist/index67.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as i, createElementBlock as o, openBlock as a, createElementVNode as t, createCommentVNode as p, renderSlot as b, createTextVNode as m, toDisplayString as u, withModifiers as d, unref as _ } from "vue";
|
2
|
-
import { useLocale as f } from "./
|
2
|
+
import { useLocale as f } from "./index230.js";
|
3
3
|
const h = { class: "bb-chip" }, L = { class: "bb-chip__content" }, k = ["aria-label"], B = /* @__PURE__ */ i({
|
4
4
|
__name: "BbChip",
|
5
5
|
props: {
|
package/dist/index79.js
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
import { defineComponent as ee, ref as q, computed as g, useTemplateRef as te, watch as oe, createElementBlock as D, openBlock as w, Fragment as L, renderSlot as p, createVNode as F, normalizeProps as ne, guardReactiveProps as ae, unref as m, mergeProps as B, withCtx as O, createElementVNode as V, normalizeStyle as ie, renderList as se, createBlock as K, createCommentVNode as P, toDisplayString as re } from "vue";
|
2
|
-
import { findRightIndex as T } from "./
|
2
|
+
import { findRightIndex as T } from "./index270.js";
|
3
3
|
import { useId as le } from "./index8.js";
|
4
|
-
import { useUntil as de } from "./
|
4
|
+
import { useUntil as de } from "./index250.js";
|
5
5
|
import { wait as ue } from "./index138.js";
|
6
6
|
import ce from "./index13.js";
|
7
7
|
/* empty css */
|
8
8
|
import R from "./index85.js";
|
9
9
|
/* empty css */
|
10
|
-
import fe from "./
|
10
|
+
import fe from "./index244.js";
|
11
11
|
/* empty css */
|
12
|
-
import U from "./
|
13
|
-
import { extractDomContainer as S } from "./
|
12
|
+
import U from "./index271.js";
|
13
|
+
import { extractDomContainer as S } from "./index272.js";
|
14
14
|
import { useIntersectionObserver as pe, useElementSize as me } from "./index140.js";
|
15
|
-
import { parseWidthString as ve } from "./
|
15
|
+
import { parseWidthString as ve } from "./index273.js";
|
16
16
|
const be = ["id", "aria-labelledby", "inert"], ye = { class: "item__content" }, _e = /* @__PURE__ */ ee({
|
17
17
|
inheritAttrs: !1,
|
18
18
|
__name: "BbDropdown",
|
package/dist/index81.js
CHANGED
@@ -9,7 +9,7 @@ import z from "./index85.js";
|
|
9
9
|
/* empty css */
|
10
10
|
import I from "./index113.js";
|
11
11
|
/* empty css */
|
12
|
-
import { useLocale as M } from "./
|
12
|
+
import { useLocale as M } from "./index230.js";
|
13
13
|
const O = { class: "bb-dropdown-button__content" }, R = {
|
14
14
|
key: 1,
|
15
15
|
class: "bb-dropdown-button__loading-label sr-only"
|
package/dist/index83.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as j, ref as g, watch as x, computed as m, createBlock as G, openBlock as V, resolveDynamicComponent as K, normalizeClass as O, withCtx as M, createElementVNode as c, withModifiers as y, renderSlot as U, normalizeProps as Y, guardReactiveProps as Z, createTextVNode as J, unref as Q, createVNode as W, createElementBlock as F, Fragment as X, renderList as ee, toDisplayString as te } from "vue";
|
2
|
-
import { findInTree as ae } from "./
|
2
|
+
import { findInTree as ae } from "./index275.js";
|
3
3
|
import { useId as re } from "./index8.js";
|
4
4
|
import oe from "./index111.js";
|
5
5
|
/* empty css */
|
@@ -53,7 +53,7 @@ const le = ["accept", "autofocus", "disabled", "multiple"], se = { class: "bb-dr
|
|
53
53
|
const r = a.accept[t];
|
54
54
|
if (r.includes("/")) e.push(r);
|
55
55
|
else {
|
56
|
-
b || (b = (await import("./
|
56
|
+
b || (b = (await import("./index274.js")).default);
|
57
57
|
const o = b.getType(r);
|
58
58
|
if (!o)
|
59
59
|
throw new Error(
|
package/dist/index85.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { defineComponent as v, ref as p, getCurrentInstance as c, onServerPrefetch as w, onBeforeMount as z, inject as _, watch as b, computed as f, createElementBlock as h, openBlock as $, mergeProps as g } from "vue";
|
2
|
-
import { isCssColor as I } from "./
|
2
|
+
import { isCssColor as I } from "./index246.js";
|
3
3
|
const B = ["innerHTML"], k = /* @__PURE__ */ v({
|
4
4
|
__name: "BbIcon",
|
5
5
|
props: {
|
6
|
-
size: { default: "md" },
|
7
6
|
color: {},
|
8
|
-
type: {}
|
7
|
+
type: {},
|
8
|
+
size: { default: "md" }
|
9
9
|
},
|
10
10
|
setup(m) {
|
11
11
|
var l, a;
|
package/dist/index87.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as h, ref as t, onMounted as m, onBeforeUnmount as p, createBlock as g, openBlock as b, resolveDynamicComponent as w, withCtx as _, renderSlot as I } from "vue";
|
2
|
-
import { throttle as c } from "./
|
2
|
+
import { throttle as c } from "./index276.js";
|
3
3
|
const M = /* @__PURE__ */ h({
|
4
4
|
__name: "BbIntersection",
|
5
5
|
props: {
|
package/dist/index90.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import { defineComponent as P, mergeModels as T, useModel as q, computed as v, ref as z, watch as A, onMounted as H, createElementBlock as r, openBlock as d, withModifiers as K, normalizeStyle as R, normalizeClass as U, unref as p, createCommentVNode as y, Fragment as j, createElementVNode as t, renderSlot as l, createTextVNode as G, toDisplayString as D, nextTick as J } from "vue";
|
2
|
-
import { parseSize as Q } from "./
|
2
|
+
import { parseSize as Q } from "./index249.js";
|
3
3
|
import { useId as S } from "./index8.js";
|
4
|
-
import { useLocale as X } from "./
|
4
|
+
import { useLocale as X } from "./index230.js";
|
5
5
|
import { useMobile as Y } from "./index9.js";
|
6
|
-
import { useUntil as Z } from "./
|
6
|
+
import { useUntil as Z } from "./index250.js";
|
7
7
|
import { wait as h } from "./index138.js";
|
8
8
|
const x = ["aria-describedby", "aria-labelledby", "aria-live", "inert"], ee = {
|
9
9
|
ref: "header",
|
package/dist/index92.js
CHANGED
@@ -4,7 +4,7 @@ import { defineComponent as V, mergeModels as W, useModel as U, computed as d, r
|
|
4
4
|
import P from "./index13.js";
|
5
5
|
/* empty css */
|
6
6
|
import { debounce as X } from "./index277.js";
|
7
|
-
import { useLocale as H } from "./
|
7
|
+
import { useLocale as H } from "./index230.js";
|
8
8
|
import { useRoute as J } from "./index145.js";
|
9
9
|
const K = ["aria-label"], Q = { class: "bb-pagination__page-label sr-only" }, Y = { class: "bb-pagination__page-label" }, Z = { class: "bb-pagination__page-label" }, ee = { class: "bb-pagination__page-label sr-only" }, ue = /* @__PURE__ */ V({
|
10
10
|
__name: "BbPagination",
|
package/dist/index94.js
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
import { defineComponent as R, ref as k, computed as l, useTemplateRef as S, createElementBlock as I, openBlock as y, Fragment as N, renderSlot as C, createVNode as O, normalizeProps as W, guardReactiveProps as A, unref as m, mergeProps as H, withCtx as $, createElementVNode as i, createBlock as U, createCommentVNode as q, toDisplayString as z, nextTick as F } from "vue";
|
2
2
|
import { useId as j } from "./index8.js";
|
3
3
|
import { useIntersectionObserver as G } from "./index140.js";
|
4
|
-
import { useLocale as J } from "./
|
5
|
-
import { useUntil as K } from "./
|
4
|
+
import { useLocale as J } from "./index230.js";
|
5
|
+
import { useUntil as K } from "./index250.js";
|
6
6
|
import Q from "./index13.js";
|
7
7
|
/* empty css */
|
8
|
-
import X from "./
|
8
|
+
import X from "./index244.js";
|
9
9
|
/* empty css */
|
10
|
-
import { extractDomContainer as f } from "./
|
11
|
-
import { parseWidthString as Y } from "./
|
10
|
+
import { extractDomContainer as f } from "./index272.js";
|
11
|
+
import { parseWidthString as Y } from "./index273.js";
|
12
12
|
const Z = ["inert"], x = { class: "bb-popover__close-label sr-only" }, ce = /* @__PURE__ */ R({
|
13
13
|
inheritAttrs: !1,
|
14
14
|
__name: "BbPopover",
|
package/dist/index96.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as r, computed as a, createElementBlock as l, openBlock as s, normalizeClass as m, createElementVNode as n, normalizeStyle as c } from "vue";
|
2
|
-
import { clamp as p } from "./
|
2
|
+
import { clamp as p } from "./index214.js";
|
3
3
|
import { getAsPercentageBetween as i } from "./index139.js";
|
4
4
|
const _ = /* @__PURE__ */ r({
|
5
5
|
__name: "BbProgress",
|
@@ -0,0 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* Create an empty interface to serve as a "hook" for users.
|
3
|
+
* @internal This interface is meant for module augmentation only.
|
4
|
+
* It should not be used directly by library consumers.
|
5
|
+
*/
|
6
|
+
export interface IconRegistry {
|
7
|
+
}
|
8
|
+
export type IconNameFromRegistry = keyof IconRegistry;
|
9
|
+
export type IconType = IconNameFromRegistry | (string & {});
|
package/package.json
CHANGED
package/dist/index232.js
DELETED
package/dist/index243.js
DELETED
package/dist/index245.js
DELETED
package/dist/index259.js
DELETED
package/dist/index285.js
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
import { defineComponent as d, createElementBlock as l, openBlock as o, normalizeClass as u, createElementVNode as t, createBlock as i, createCommentVNode as s, unref as f, withCtx as g, toDisplayString as n } from "vue";
|
2
|
-
import { useLocale as k } from "./index216.js";
|
3
|
-
import h from "./index13.js";
|
4
|
-
/* empty css */
|
5
|
-
import C from "./index85.js";
|
6
|
-
/* empty css */
|
7
|
-
const w = { class: "bb-toast-message__icon-container" }, v = { class: "bb-toast-message__content" }, y = {
|
8
|
-
key: 1,
|
9
|
-
class: "bb-toast-message__title"
|
10
|
-
}, B = { class: "bb-toast-message__text" }, z = /* @__PURE__ */ d({
|
11
|
-
__name: "BbToastMessage",
|
12
|
-
props: {
|
13
|
-
title: {},
|
14
|
-
text: {},
|
15
|
-
icon: {},
|
16
|
-
theme: { default: "default" },
|
17
|
-
id: {},
|
18
|
-
showClose: { type: Boolean }
|
19
|
-
},
|
20
|
-
emits: ["click:close"],
|
21
|
-
setup(r, { emit: c }) {
|
22
|
-
const m = r, p = c, { t: _ } = k(), b = () => {
|
23
|
-
p("click:close", m.id);
|
24
|
-
};
|
25
|
-
return (e, a) => (o(), l("div", {
|
26
|
-
"aria-atomic": "true",
|
27
|
-
"aria-live": "polite",
|
28
|
-
"aria-role": "alert",
|
29
|
-
class: u(["bb-toast-message", { [`bb-toast-message--${e.theme}`]: e.theme }])
|
30
|
-
}, [
|
31
|
-
t("div", w, [
|
32
|
-
e.icon ? (o(), i(C, {
|
33
|
-
key: 0,
|
34
|
-
class: "bb-toast-message__icon",
|
35
|
-
type: e.icon
|
36
|
-
}, null, 8, ["type"])) : s("", !0)
|
37
|
-
]),
|
38
|
-
t("div", v, [
|
39
|
-
e.showClose ? (o(), i(h, {
|
40
|
-
key: 0,
|
41
|
-
"aria-label": f(_)("common.closeLabel").value,
|
42
|
-
class: "bb-toast-message__close",
|
43
|
-
onClick: b
|
44
|
-
}, {
|
45
|
-
default: g(() => a[0] || (a[0] = [
|
46
|
-
t("svg", {
|
47
|
-
fill: "none",
|
48
|
-
viewBox: "0 0 24 24",
|
49
|
-
xmlns: "http://www.w3.org/2000/svg"
|
50
|
-
}, [
|
51
|
-
t("path", {
|
52
|
-
d: "M23 23L1 1M23 1L1 23",
|
53
|
-
stroke: "currentColor",
|
54
|
-
"stroke-linecap": "round",
|
55
|
-
"stroke-width": "2"
|
56
|
-
})
|
57
|
-
], -1)
|
58
|
-
])),
|
59
|
-
_: 1
|
60
|
-
}, 8, ["aria-label"])) : s("", !0),
|
61
|
-
e.title ? (o(), l("p", y, n(e.title), 1)) : s("", !0),
|
62
|
-
t("p", B, n(e.text), 1)
|
63
|
-
])
|
64
|
-
], 2));
|
65
|
-
}
|
66
|
-
});
|
67
|
-
export {
|
68
|
-
z as default
|
69
|
-
};
|
package/dist/index308.js
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
import { __module as i } from "./index309.js";
|
2
|
-
var k = i.exports, o;
|
3
|
-
function O() {
|
4
|
-
return o ? i.exports : (o = 1, function(u, p) {
|
5
|
-
(function(r, t) {
|
6
|
-
u.exports = t();
|
7
|
-
})(k, function() {
|
8
|
-
var r = "week", t = "year";
|
9
|
-
return function(v, d, a) {
|
10
|
-
var n = d.prototype;
|
11
|
-
n.week = function(e) {
|
12
|
-
if (e === void 0 && (e = null), e !== null) return this.add(7 * (e - this.week()), "day");
|
13
|
-
var s = this.$locale().yearStart || 1;
|
14
|
-
if (this.month() === 11 && this.date() > 25) {
|
15
|
-
var h = a(this).startOf(t).add(1, t).date(s), l = a(this).endOf(r);
|
16
|
-
if (h.isBefore(l)) return 1;
|
17
|
-
}
|
18
|
-
var c = a(this).startOf(t).date(s).startOf(r).subtract(1, "millisecond"), f = this.diff(c, r, !0);
|
19
|
-
return f < 0 ? a(this).startOf("week").week() : Math.ceil(f);
|
20
|
-
}, n.weeks = function(e) {
|
21
|
-
return e === void 0 && (e = null), this.week(e);
|
22
|
-
};
|
23
|
-
};
|
24
|
-
});
|
25
|
-
}(i), i.exports);
|
26
|
-
}
|
27
|
-
export {
|
28
|
-
O as __require
|
29
|
-
};
|