@leaflink/stash 48.19.0 → 48.20.1

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.
Files changed (73) hide show
  1. package/dist/ActionsDropdown.js +4 -4
  2. package/dist/AddressSelect.js +1 -1
  3. package/dist/Button.js +35 -20
  4. package/dist/Button.js.map +1 -1
  5. package/dist/Button.vue.d.ts +7 -0
  6. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js +17 -0
  7. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js.map +1 -0
  8. package/dist/Carousel.js +238 -231
  9. package/dist/Carousel.js.map +1 -1
  10. package/dist/ChevronToggle.js +2 -2
  11. package/dist/Copy.js +1 -1
  12. package/dist/DataViewFilters.js +1 -1
  13. package/dist/DataViewSortButton.js +1 -1
  14. package/dist/DataViewToolbar.js +3 -3
  15. package/dist/DatePicker.js +4767 -7898
  16. package/dist/DatePicker.js.map +1 -1
  17. package/dist/Dialog.js +1 -1
  18. package/dist/FileUpload.js +1 -1
  19. package/dist/FilterDropdown.js +3 -3
  20. package/dist/Filters.js +10 -10
  21. package/dist/Filters.vue.d.ts +19 -0
  22. package/dist/HttpError.js +16 -14
  23. package/dist/HttpError.js.map +1 -1
  24. package/dist/InputOptions.js +1 -1
  25. package/dist/ListView.js +8 -8
  26. package/dist/ListView.vue.d.ts +95 -0
  27. package/dist/Modal.js +1 -1
  28. package/dist/ObfuscateText.js +1 -1
  29. package/dist/SearchBar.js +1 -1
  30. package/dist/SearchBar.vue.d.ts +1 -1
  31. package/dist/Select.js +1 -1
  32. package/dist/SelectStatus.js +1 -1
  33. package/dist/Stepper.js +1 -1
  34. package/dist/Table.js +1 -1
  35. package/dist/Table.vue.d.ts +1 -1
  36. package/dist/TableCell.js +1 -1
  37. package/dist/TableHeaderCell.js +1 -1
  38. package/dist/TableHeaderRow.js +1 -1
  39. package/dist/TableRow.js +1 -1
  40. package/dist/TextEditor.js +3 -3
  41. package/dist/components.css +1 -1
  42. package/dist/formatDateTime-a5e70901.js +1336 -0
  43. package/dist/formatDateTime-a5e70901.js.map +1 -0
  44. package/dist/index.js +84 -83
  45. package/dist/index.js.map +1 -1
  46. package/dist/isValid-4b2b7a54.js +18 -0
  47. package/dist/isValid-4b2b7a54.js.map +1 -0
  48. package/dist/parseISO-ed4094c1.js +133 -0
  49. package/dist/parseISO-ed4094c1.js.map +1 -0
  50. package/dist/searchFuzzy-9b74ec4e.js +446 -0
  51. package/dist/searchFuzzy-9b74ec4e.js.map +1 -0
  52. package/dist/toTimeZone-a2ed6470.js +328 -0
  53. package/dist/toTimeZone-a2ed6470.js.map +1 -0
  54. package/dist/useSearch.js +1 -1
  55. package/dist/useValidation.js.map +1 -1
  56. package/dist/utils/createValidDate.js +2 -2
  57. package/dist/utils/formatDateTime.js +7 -1730
  58. package/dist/utils/formatDateTime.js.map +1 -1
  59. package/dist/utils/normalizeDate.js +1 -1
  60. package/dist/utils/searchFuzzy.js +1 -1
  61. package/dist/utils/toTimeZone.js +3 -4
  62. package/dist/utils/toTimeZone.js.map +1 -1
  63. package/package.json +29 -29
  64. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js +0 -17
  65. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js.map +0 -1
  66. package/dist/index-5e5945a9.js +0 -134
  67. package/dist/index-5e5945a9.js.map +0 -1
  68. package/dist/index-fe8d3765.js +0 -36
  69. package/dist/index-fe8d3765.js.map +0 -1
  70. package/dist/searchFuzzy-74a7de1c.js +0 -326
  71. package/dist/searchFuzzy-74a7de1c.js.map +0 -1
  72. package/dist/toTimeZone-e6e9ab75.js +0 -351
  73. package/dist/toTimeZone-e6e9ab75.js.map +0 -1
package/dist/Dialog.js CHANGED
@@ -7,7 +7,7 @@ import D from "./Button.js";
7
7
  import R from "./Icon.js";
8
8
  import { _ as U } from "./_plugin-vue_export-helper-dad06003.js";
9
9
  import "lodash-es/get";
10
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
10
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
11
11
  import "./index-9e1095ef.js";
12
12
  import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
13
13
  const W = ["open", "aria-labelledby", "data-test"], X = ["id"], tt = {
@@ -6,7 +6,7 @@ import F from "./Button.js";
6
6
  import ie from "./Icon.js";
7
7
  import { _ as ae } from "./_plugin-vue_export-helper-dad06003.js";
8
8
  import "lodash-es/get";
9
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
9
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
10
10
  import "lodash-es/uniqueId";
11
11
  import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
12
12
  const M = {
@@ -11,8 +11,10 @@ import { D as G } from "./DataViewFilters.keys-c80ffabe.js";
11
11
  import $ from "./Dropdown.js";
12
12
  import q from "./FilterChip.js";
13
13
  import "lodash-es/get";
14
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
14
+ import "./Icon.js";
15
+ import "./index-9e1095ef.js";
15
16
  import "./_plugin-vue_export-helper-dad06003.js";
17
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
16
18
  import "./constants.js";
17
19
  import "./clickoutside.js";
18
20
  import "./utils/calculateElementOverflow.js";
@@ -20,8 +22,6 @@ import "./utils/helpers.js";
20
22
  import "lodash-es/camelCase";
21
23
  import "lodash-es/isFinite";
22
24
  import "lodash-es/isPlainObject";
23
- import "./Icon.js";
24
- import "./index-9e1095ef.js";
25
25
  import "./Chip.js";
26
26
  import "./utils/colorScheme.js";
27
27
  const H = { class: "tw-flex tw-h-full tw-flex-col tw-rounded" }, K = { class: "tw-relative tw-grow tw-overflow-hidden tw-rounded-t" }, M = {
package/dist/Filters.js CHANGED
@@ -23,19 +23,18 @@ import "./utils/helpers.js";
23
23
  import "lodash-es/camelCase";
24
24
  import "lodash-es/isFinite";
25
25
  import "lodash-es/isPlainObject";
26
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
26
+ import "./Icon.js";
27
27
  import "lodash-es/uniqueId";
28
+ import "./index-9e1095ef.js";
29
+ import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
30
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
28
31
  import "./Checkbox.vue_used_vue_type_style_index_0_lang.module-fa8d9c06.js";
29
32
  import "./utils/createValidDate.js";
30
- import "./index-5e5945a9.js";
31
- import "./index-fe8d3765.js";
32
- import "./utils/formatDateTime.js";
33
+ import "./parseISO-ed4094c1.js";
34
+ import "./isValid-4b2b7a54.js";
35
+ import "./formatDateTime-a5e70901.js";
33
36
  import "./utils/normalizeDate.js";
34
- import "./toTimeZone-e6e9ab75.js";
35
- import "./_commonjsHelpers-10dfc225.js";
36
- import "./Icon.js";
37
- import "./index-9e1095ef.js";
38
- import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
37
+ import "./toTimeZone-a2ed6470.js";
39
38
  import "lodash-es/isNil";
40
39
  import "./utils/i18n.js";
41
40
  import "./Field.vue_vue_type_script_setup_true_lang-e1e4ff03.js";
@@ -43,7 +42,8 @@ import "./Label.vue_vue_type_script_setup_true_lang-4b02087f.js";
43
42
  import "lodash-es/isEmpty";
44
43
  import "lodash-es/isEqual";
45
44
  import "./useSearch.js";
46
- import "./searchFuzzy-74a7de1c.js";
45
+ import "./searchFuzzy-9b74ec4e.js";
46
+ import "./_commonjsHelpers-10dfc225.js";
47
47
  import "./clickoutside.js";
48
48
  import "./MenusPlugin-9288029a.js";
49
49
  import "./Chip.js";
@@ -117,6 +117,10 @@ declare const _default: DefineComponent<any, {
117
117
  type: PropType<"blue" | "red">;
118
118
  default: undefined;
119
119
  };
120
+ isLoading: {
121
+ type: PropType<boolean>;
122
+ default: boolean;
123
+ };
120
124
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
121
125
  to: {
122
126
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -150,6 +154,10 @@ declare const _default: DefineComponent<any, {
150
154
  type: PropType<"blue" | "red">;
151
155
  default: undefined;
152
156
  };
157
+ isLoading: {
158
+ type: PropType<boolean>;
159
+ default: boolean;
160
+ };
153
161
  }>> & Readonly<{}>, {
154
162
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
155
163
  icon: boolean;
@@ -159,6 +167,7 @@ declare const _default: DefineComponent<any, {
159
167
  tertiary: boolean;
160
168
  inline: boolean;
161
169
  color: "blue" | "red";
170
+ isLoading: boolean;
162
171
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
163
172
  P: {};
164
173
  B: {};
@@ -199,6 +208,10 @@ declare const _default: DefineComponent<any, {
199
208
  type: PropType<"blue" | "red">;
200
209
  default: undefined;
201
210
  };
211
+ isLoading: {
212
+ type: PropType<boolean>;
213
+ default: boolean;
214
+ };
202
215
  }>> & Readonly<{}>, {}, {}, {}, {}, {
203
216
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
204
217
  icon: boolean;
@@ -208,6 +221,7 @@ declare const _default: DefineComponent<any, {
208
221
  tertiary: boolean;
209
222
  inline: boolean;
210
223
  color: "blue" | "red";
224
+ isLoading: boolean;
211
225
  }>;
212
226
  __isFragment?: undefined;
213
227
  __isTeleport?: undefined;
@@ -245,6 +259,10 @@ declare const _default: DefineComponent<any, {
245
259
  type: PropType<"blue" | "red">;
246
260
  default: undefined;
247
261
  };
262
+ isLoading: {
263
+ type: PropType<boolean>;
264
+ default: boolean;
265
+ };
248
266
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
249
267
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
250
268
  icon: boolean;
@@ -254,6 +272,7 @@ declare const _default: DefineComponent<any, {
254
272
  tertiary: boolean;
255
273
  inline: boolean;
256
274
  color: "blue" | "red";
275
+ isLoading: boolean;
257
276
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
258
277
  $slots: {
259
278
  default?(_: {}): any;
package/dist/HttpError.js CHANGED
@@ -1,13 +1,15 @@
1
- import { defineComponent as B, useCssModule as b, useSlots as z, computed as i, resolveComponent as S, openBlock as _, createElementBlock as m, normalizeClass as n, unref as s, createElementVNode as o, createVNode as p, withCtx as h, toDisplayString as a, createTextVNode as c, renderSlot as V, createCommentVNode as X } from "vue";
1
+ import { defineComponent as B, useCssModule as b, useSlots as z, computed as s, resolveComponent as S, openBlock as m, createElementBlock as _, normalizeClass as n, unref as i, createElementVNode as o, createVNode as p, withCtx as h, toDisplayString as a, createTextVNode as c, renderSlot as V, createCommentVNode as X } from "vue";
2
2
  import { t } from "./locale.js";
3
3
  import I from "./Button.js";
4
4
  import { _ as N, I as $, V as M } from "./Illustration.vue_vue_type_script_setup_true_lang-e26c3841.js";
5
5
  import { _ as T } from "./Logo.vue_vue_type_script_setup_true_lang-2a2597cb.js";
6
6
  import { _ as D } from "./_plugin-vue_export-helper-dad06003.js";
7
7
  import "lodash-es/get";
8
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
8
+ import "./Icon.js";
9
9
  import "lodash-es/uniqueId";
10
10
  import "./index-9e1095ef.js";
11
+ import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
12
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
11
13
  import "@leaflink/snitch";
12
14
  const H = { class: "heading-jumbo tw-m-0 tw-mb-3 !tw-text-white" }, j = { class: "tw-mb-8 tw-text-white" }, F = { class: "tw-mb-4 tw-text-white" }, R = ["href"], Y = {
13
15
  key: 0,
@@ -56,15 +58,15 @@ const H = { class: "heading-jumbo tw-m-0 tw-mb-3 !tw-text-white" }, j = { class:
56
58
  title: t("ll.httpError.504.title"),
57
59
  description: t("ll.httpError.504.description")
58
60
  }
59
- }, r = f, l = b(), w = z(), E = i(() => r.errorCode.toString()), g = i(() => parseInt(E.value, 10)), u = i(() => d[g.value] || d[500]), v = i(() => r.title || u.value.title), y = i(() => r.description || u.value.description), k = i(() => !r.hideLogoutButton && r.onLogout), C = i(() => r.retryLink || window.location.href);
61
+ }, r = f, l = b(), w = z(), E = s(() => r.errorCode.toString()), g = s(() => parseInt(E.value, 10)), u = s(() => d[g.value] || d[500]), v = s(() => r.title || u.value.title), y = s(() => r.description || u.value.description), k = s(() => !r.hideLogoutButton && r.onLogout), C = s(() => r.retryLink || window.location.href);
60
62
  return (x, e) => {
61
63
  const L = S("router-link");
62
- return _(), m("div", {
63
- class: n(["stash-http-error tw-px-6 tw-py-12", s(l).root]),
64
+ return m(), _("div", {
65
+ class: n(["stash-http-error tw-px-6 tw-py-12", i(l).root]),
64
66
  "data-test": "stash-http-error"
65
67
  }, [
66
68
  o("div", {
67
- class: n(s(l).wrapper)
69
+ class: n(i(l).wrapper)
68
70
  }, [
69
71
  p(L, {
70
72
  to: "/",
@@ -79,10 +81,10 @@ const H = { class: "heading-jumbo tw-m-0 tw-mb-3 !tw-text-white" }, j = { class:
79
81
  _: 1
80
82
  }),
81
83
  o("div", {
82
- class: n(["tw-mb-8 tw-gap-6", s(l).content])
84
+ class: n(["tw-mb-8 tw-gap-6", i(l).content])
83
85
  }, [
84
86
  o("div", {
85
- class: n(["tw-order-2 lg:tw-order-1", s(l).content__text])
87
+ class: n(["tw-order-2 lg:tw-order-1", i(l).content__text])
86
88
  }, [
87
89
  o("h1", H, a(v.value), 1),
88
90
  o("h2", j, "Error Code: " + a(r.errorCode), 1),
@@ -101,16 +103,16 @@ const H = { class: "heading-jumbo tw-m-0 tw-mb-3 !tw-text-white" }, j = { class:
101
103
  ])
102
104
  ], 2),
103
105
  o("div", {
104
- class: n(["tw-order-1 lg:tw-order-2", s(l).illustration])
106
+ class: n(["tw-order-1 lg:tw-order-2", i(l).illustration])
105
107
  }, [
106
108
  p(N, {
107
109
  size: 300,
108
- type: s($).Vignette,
109
- name: s(M).SearchStorefront
110
+ type: i($).Vignette,
111
+ name: i(M).SearchStorefront
110
112
  }, null, 8, ["type", "name"])
111
113
  ], 2)
112
114
  ], 2),
113
- s(w).actions || k.value ? (_(), m("div", Y, [
115
+ i(w).actions || k.value ? (m(), _("div", Y, [
114
116
  V(x.$slots, "actions", {}, () => [
115
117
  p(I, {
116
118
  tertiary: "",
@@ -135,8 +137,8 @@ const H = { class: "heading-jumbo tw-m-0 tw-mb-3 !tw-text-white" }, j = { class:
135
137
  content__text: O
136
138
  }, Q = {
137
139
  $style: P
138
- }, pt = /* @__PURE__ */ D(q, [["__cssModules", Q]]);
140
+ }, at = /* @__PURE__ */ D(q, [["__cssModules", Q]]);
139
141
  export {
140
- pt as default
142
+ at as default
141
143
  };
142
144
  //# sourceMappingURL=HttpError.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HttpError.js","sources":["../src/components/HttpError/HttpError.vue"],"sourcesContent":["<script setup lang=\"ts\">\n import { computed, useCssModule, useSlots } from 'vue';\n\n import { t } from '../../locale';\n import Button from '../Button/Button.vue';\n import { IllustrationType, VignetteName } from '../Illustration/Illustration.models';\n import Illustration from '../Illustration/Illustration.vue';\n import Logo from '../Logo/Logo.vue';\n\n type ErrorCodes = 401 | 403 | 404 | 405 | 500 | 502 | 503 | 504;\n const errors: Record<ErrorCodes, { title: string; description: string }> = {\n 401: {\n title: t('ll.httpError.401.title'),\n description: t('ll.httpError.401.description'),\n },\n 403: {\n title: t('ll.httpError.403.title'),\n description: t('ll.httpError.403.description'),\n },\n 404: {\n title: t('ll.httpError.404.title'),\n description: t('ll.httpError.404.description'),\n },\n 405: {\n title: t('ll.httpError.405.title'),\n description: t('ll.httpError.405.description'),\n },\n 500: {\n title: t('ll.httpError.50X.title'),\n description: t('ll.httpError.50X.description'),\n },\n 502: {\n title: t('ll.httpError.50X.title'),\n description: t('ll.httpError.50X.description'),\n },\n 503: {\n title: t('ll.httpError.50X.title'),\n description: t('ll.httpError.50X.description'),\n },\n 504: {\n title: t('ll.httpError.504.title'),\n description: t('ll.httpError.504.description'),\n },\n };\n\n export interface HttpErrorProps {\n /**\n * A description of what possibly happened.\n */\n description?: string;\n\n /**\n * The error code.\n */\n errorCode: keyof typeof errors | `${keyof typeof errors}`;\n\n /**\n * By default, the logout button is visible unless content is provided to the `actions` slot or\n * this prop is `true`.\n */\n hideLogoutButton?: boolean;\n\n /**\n * A callback that will be called when the user clicks the logout button. If not provided,\n * a `logout` event will be emitted.\n */\n onLogout?: () => void;\n\n /**\n * A link to redirect the user to see if a hard refresh fixes the issue.\n */\n retryLink?: string;\n\n /**\n * The error title.\n */\n title?: string;\n }\n\n const props = withDefaults(defineProps<HttpErrorProps>(), {\n description: '',\n errorCode: '404',\n onLogout: undefined,\n hideLogoutButton: false,\n retryLink: undefined,\n title: '',\n });\n\n const classes = useCssModule();\n const slots = useSlots();\n\n const errorCodeStr = computed(() => props.errorCode.toString());\n const errorCodeInt = computed(() => parseInt(errorCodeStr.value, 10));\n const defaultInfoByErrorCode = computed(() => errors[errorCodeInt.value] || errors['500']);\n const errorTitle = computed(() => props.title || defaultInfoByErrorCode.value.title);\n const errorDescription = computed(() => props.description || defaultInfoByErrorCode.value.description);\n\n const showLogoutButton = computed(() => !props.hideLogoutButton && props.onLogout);\n const computedRetryLink = computed(() => props.retryLink || window.location.href);\n</script>\n\n<template>\n <div class=\"stash-http-error tw-px-6 tw-py-12\" :class=\"classes.root\" data-test=\"stash-http-error\">\n <div :class=\"classes.wrapper\">\n <router-link to=\"/\" class=\"tw-mb-8 tw-block\">\n <Logo color=\"white\" width=\"192\" />\n </router-link>\n\n <div class=\"tw-mb-8 tw-gap-6\" :class=\"classes.content\">\n <div class=\"tw-order-2 lg:tw-order-1\" :class=\"classes.content__text\">\n <h1 class=\"heading-jumbo tw-m-0 tw-mb-3 !tw-text-white\">\n {{ errorTitle }}\n </h1>\n <h2 class=\"tw-mb-8 tw-text-white\">Error Code: {{ props.errorCode }}</h2>\n <p class=\"tw-mb-4 tw-text-white\">\n {{ errorDescription }} You can <a :href=\"computedRetryLink\" class=\"link\">try again</a> or reach out to\n <a href=\"mailto:support@leaflink.com\" class=\"link\">support@leaflink.com</a> for assistance.\n </p>\n </div>\n <div class=\"tw-order-1 lg:tw-order-2\" :class=\"classes.illustration\">\n <Illustration :size=\"300\" :type=\"IllustrationType.Vignette\" :name=\"VignetteName.SearchStorefront\" />\n </div>\n </div>\n\n <div v-if=\"slots.actions || showLogoutButton\" class=\"tw-flex tw-items-start tw-gap-6\">\n <slot name=\"actions\">\n <Button tertiary @click=\"props.onLogout\">Logout</Button>\n </slot>\n </div>\n </div>\n </div>\n</template>\n\n<style module>\n .root {\n background-color: var(--color-purple-500);\n display: flex;\n height: 100%;\n justify-content: center;\n align-items: center;\n max-width: 100vw;\n }\n\n .wrapper {\n max-width: 100%;\n width: 56rem;\n }\n\n .content {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .illustration {\n /* width and height similar to figma. */\n width: 300px;\n height: 193px;\n }\n\n @media screen and (width < 1024px) {\n .content {\n flex-wrap: wrap;\n gap: 0;\n }\n\n .illustration {\n margin-bottom: 30px;\n }\n }\n\n @media screen and (width >= 1024px) {\n .content__text {\n max-width: 50vw;\n }\n }\n\n .illustration svg {\n /*\n * We cannot use the same sizes from figma because the illustration would be smaller\n * and it would break alignment. The specified height in figma is 193px but the\n * illustration is 300px, so, (300 - 193) / 2 ~= 53, which keeps it aligned.\n */\n margin-top: -53px;\n }\n</style>\n"],"names":["errors","props","__props","classes","useCssModule","slots","useSlots","errorCodeStr","computed","errorCodeInt","defaultInfoByErrorCode","errorTitle","errorDescription","showLogoutButton","computedRetryLink"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAUE,UAAMA,IAAqE;AAAA,MACzE,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,IAAA,GAqCIC,IAAQC,GASRC,IAAUC,KACVC,IAAQC,KAERC,IAAeC,EAAS,MAAMP,EAAM,UAAU,UAAU,GACxDQ,IAAeD,EAAS,MAAM,SAASD,EAAa,OAAO,EAAE,CAAC,GAC9DG,IAAyBF,EAAS,MAAMR,EAAOS,EAAa,KAAK,KAAKT,EAAO,GAAK,CAAC,GACnFW,IAAaH,EAAS,MAAMP,EAAM,SAASS,EAAuB,MAAM,KAAK,GAC7EE,IAAmBJ,EAAS,MAAMP,EAAM,eAAeS,EAAuB,MAAM,WAAW,GAE/FG,IAAmBL,EAAS,MAAM,CAACP,EAAM,oBAAoBA,EAAM,QAAQ,GAC3Ea,IAAoBN,EAAS,MAAMP,EAAM,aAAa,OAAO,SAAS,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"HttpError.js","sources":["../src/components/HttpError/HttpError.vue"],"sourcesContent":["<script setup lang=\"ts\">\n import { computed, useCssModule, useSlots } from 'vue';\n\n import { t } from '../../locale';\n import Button from '../Button/Button.vue';\n import { IllustrationType, VignetteName } from '../Illustration/Illustration.models';\n import Illustration from '../Illustration/Illustration.vue';\n import Logo from '../Logo/Logo.vue';\n\n type ErrorCodes = 401 | 403 | 404 | 405 | 500 | 502 | 503 | 504;\n const errors: Record<ErrorCodes, { title: string; description: string }> = {\n 401: {\n title: t('ll.httpError.401.title'),\n description: t('ll.httpError.401.description'),\n },\n 403: {\n title: t('ll.httpError.403.title'),\n description: t('ll.httpError.403.description'),\n },\n 404: {\n title: t('ll.httpError.404.title'),\n description: t('ll.httpError.404.description'),\n },\n 405: {\n title: t('ll.httpError.405.title'),\n description: t('ll.httpError.405.description'),\n },\n 500: {\n title: t('ll.httpError.50X.title'),\n description: t('ll.httpError.50X.description'),\n },\n 502: {\n title: t('ll.httpError.50X.title'),\n description: t('ll.httpError.50X.description'),\n },\n 503: {\n title: t('ll.httpError.50X.title'),\n description: t('ll.httpError.50X.description'),\n },\n 504: {\n title: t('ll.httpError.504.title'),\n description: t('ll.httpError.504.description'),\n },\n };\n\n export interface HttpErrorProps {\n /**\n * A description of what possibly happened.\n */\n description?: string;\n\n /**\n * The error code.\n */\n errorCode: keyof typeof errors | `${keyof typeof errors}`;\n\n /**\n * By default, the logout button is visible unless content is provided to the `actions` slot or\n * this prop is `true`.\n */\n hideLogoutButton?: boolean;\n\n /**\n * A callback that will be called when the user clicks the logout button. If not provided,\n * a `logout` event will be emitted.\n */\n onLogout?: () => void;\n\n /**\n * A link to redirect the user to see if a hard refresh fixes the issue.\n */\n retryLink?: string;\n\n /**\n * The error title.\n */\n title?: string;\n }\n\n const props = withDefaults(defineProps<HttpErrorProps>(), {\n description: '',\n errorCode: '404',\n onLogout: undefined,\n hideLogoutButton: false,\n retryLink: undefined,\n title: '',\n });\n\n const classes = useCssModule();\n const slots = useSlots();\n\n const errorCodeStr = computed(() => props.errorCode.toString());\n const errorCodeInt = computed(() => parseInt(errorCodeStr.value, 10));\n const defaultInfoByErrorCode = computed(() => errors[errorCodeInt.value] || errors['500']);\n const errorTitle = computed(() => props.title || defaultInfoByErrorCode.value.title);\n const errorDescription = computed(() => props.description || defaultInfoByErrorCode.value.description);\n\n const showLogoutButton = computed(() => !props.hideLogoutButton && props.onLogout);\n const computedRetryLink = computed(() => props.retryLink || window.location.href);\n</script>\n\n<template>\n <div class=\"stash-http-error tw-px-6 tw-py-12\" :class=\"classes.root\" data-test=\"stash-http-error\">\n <div :class=\"classes.wrapper\">\n <router-link to=\"/\" class=\"tw-mb-8 tw-block\">\n <Logo color=\"white\" width=\"192\" />\n </router-link>\n\n <div class=\"tw-mb-8 tw-gap-6\" :class=\"classes.content\">\n <div class=\"tw-order-2 lg:tw-order-1\" :class=\"classes.content__text\">\n <h1 class=\"heading-jumbo tw-m-0 tw-mb-3 !tw-text-white\">\n {{ errorTitle }}\n </h1>\n <h2 class=\"tw-mb-8 tw-text-white\">Error Code: {{ props.errorCode }}</h2>\n <p class=\"tw-mb-4 tw-text-white\">\n {{ errorDescription }} You can <a :href=\"computedRetryLink\" class=\"link\">try again</a> or reach out to\n <a href=\"mailto:support@leaflink.com\" class=\"link\">support@leaflink.com</a> for assistance.\n </p>\n </div>\n <div class=\"tw-order-1 lg:tw-order-2\" :class=\"classes.illustration\">\n <Illustration :size=\"300\" :type=\"IllustrationType.Vignette\" :name=\"VignetteName.SearchStorefront\" />\n </div>\n </div>\n\n <div v-if=\"slots.actions || showLogoutButton\" class=\"tw-flex tw-items-start tw-gap-6\">\n <slot name=\"actions\">\n <Button tertiary @click=\"props.onLogout\">Logout</Button>\n </slot>\n </div>\n </div>\n </div>\n</template>\n\n<style module>\n .root {\n background-color: var(--color-purple-500);\n display: flex;\n height: 100%;\n justify-content: center;\n align-items: center;\n max-width: 100vw;\n }\n\n .wrapper {\n max-width: 100%;\n width: 56rem;\n }\n\n .content {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .illustration {\n /* width and height similar to figma. */\n width: 300px;\n height: 193px;\n }\n\n @media screen and (width < 1024px) {\n .content {\n flex-wrap: wrap;\n gap: 0;\n }\n\n .illustration {\n margin-bottom: 30px;\n }\n }\n\n @media screen and (width >= 1024px) {\n .content__text {\n max-width: 50vw;\n }\n }\n\n .illustration svg {\n /*\n * We cannot use the same sizes from figma because the illustration would be smaller\n * and it would break alignment. The specified height in figma is 193px but the\n * illustration is 300px, so, (300 - 193) / 2 ~= 53, which keeps it aligned.\n */\n margin-top: -53px;\n }\n</style>\n"],"names":["errors","props","__props","classes","useCssModule","slots","useSlots","errorCodeStr","computed","errorCodeInt","defaultInfoByErrorCode","errorTitle","errorDescription","showLogoutButton","computedRetryLink"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAUE,UAAMA,IAAqE;AAAA,MACzE,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,MACA,KAAK;AAAA,QACH,OAAO,EAAE,wBAAwB;AAAA,QACjC,aAAa,EAAE,8BAA8B;AAAA,MAC/C;AAAA,IAAA,GAqCIC,IAAQC,GASRC,IAAUC,KACVC,IAAQC,KAERC,IAAeC,EAAS,MAAMP,EAAM,UAAU,UAAU,GACxDQ,IAAeD,EAAS,MAAM,SAASD,EAAa,OAAO,EAAE,CAAC,GAC9DG,IAAyBF,EAAS,MAAMR,EAAOS,EAAa,KAAK,KAAKT,EAAO,GAAK,CAAC,GACnFW,IAAaH,EAAS,MAAMP,EAAM,SAASS,EAAuB,MAAM,KAAK,GAC7EE,IAAmBJ,EAAS,MAAMP,EAAM,eAAeS,EAAuB,MAAM,WAAW,GAE/FG,IAAmBL,EAAS,MAAM,CAACP,EAAM,oBAAoBA,EAAM,QAAQ,GAC3Ea,IAAoBN,EAAS,MAAMP,EAAM,aAAa,OAAO,SAAS,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -19,7 +19,7 @@ import "lodash-es/isEmpty";
19
19
  import "lodash-es/isEqual";
20
20
  import "lodash-es/isPlainObject";
21
21
  import "./useSearch.js";
22
- import "./searchFuzzy-74a7de1c.js";
22
+ import "./searchFuzzy-9b74ec4e.js";
23
23
  import "./_commonjsHelpers-10dfc225.js";
24
24
  import "./utils/helpers.js";
25
25
  import "lodash-es/camelCase";
package/dist/ListView.js CHANGED
@@ -19,20 +19,20 @@ import { _ as k } from "./_plugin-vue_export-helper-dad06003.js";
19
19
  import oe from "./EmptyState.js";
20
20
  import ce from "./Loading.js";
21
21
  import "lodash-es/get";
22
- import "./searchFuzzy-74a7de1c.js";
22
+ import "./searchFuzzy-9b74ec4e.js";
23
23
  import "./_commonjsHelpers-10dfc225.js";
24
24
  import "lodash-es/isPlainObject";
25
25
  import "lodash-es/camelCase";
26
26
  import "lodash-es/isFinite";
27
27
  import "./utils/storage.js";
28
28
  import "@leaflink/snitch";
29
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
29
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
30
30
  import "lodash-es/uniqueId";
31
+ import "./index-9e1095ef.js";
32
+ import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
31
33
  import "./Checkbox.vue_used_vue_type_style_index_0_lang.module-fa8d9c06.js";
32
34
  import "./clickoutside.js";
33
35
  import "./utils/calculateElementOverflow.js";
34
- import "./index-9e1095ef.js";
35
- import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
36
36
  import "lodash-es/merge";
37
37
  import "./useValidation.js";
38
38
  import "lodash-es/debounce";
@@ -40,11 +40,11 @@ import "./isDefined-2ce6cde4.js";
40
40
  import "lodash-es/round";
41
41
  import "./DatePicker.js";
42
42
  import "./utils/createValidDate.js";
43
- import "./index-5e5945a9.js";
44
- import "./index-fe8d3765.js";
45
- import "./utils/formatDateTime.js";
43
+ import "./parseISO-ed4094c1.js";
44
+ import "./isValid-4b2b7a54.js";
45
+ import "./formatDateTime-a5e70901.js";
46
46
  import "./utils/normalizeDate.js";
47
- import "./toTimeZone-e6e9ab75.js";
47
+ import "./toTimeZone-a2ed6470.js";
48
48
  import "./InputOptions.js";
49
49
  import "./Field.vue_vue_type_script_setup_true_lang-e1e4ff03.js";
50
50
  import "./Label.vue_vue_type_script_setup_true_lang-4b02087f.js";
@@ -78,6 +78,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
78
78
  type: PropType<"blue" | "red">;
79
79
  default: undefined;
80
80
  };
81
+ isLoading: {
82
+ type: PropType<boolean>;
83
+ default: boolean;
84
+ };
81
85
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
82
86
  to: {
83
87
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -111,6 +115,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
111
115
  type: PropType<"blue" | "red">;
112
116
  default: undefined;
113
117
  };
118
+ isLoading: {
119
+ type: PropType<boolean>;
120
+ default: boolean;
121
+ };
114
122
  }>> & Readonly<{}>, {
115
123
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
116
124
  icon: boolean;
@@ -120,6 +128,7 @@ export declare const BulkActions: DefineComponent<any, {}, {
120
128
  tertiary: boolean;
121
129
  inline: boolean;
122
130
  color: "blue" | "red";
131
+ isLoading: boolean;
123
132
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
124
133
  P: {};
125
134
  B: {};
@@ -160,6 +169,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
160
169
  type: PropType<"blue" | "red">;
161
170
  default: undefined;
162
171
  };
172
+ isLoading: {
173
+ type: PropType<boolean>;
174
+ default: boolean;
175
+ };
163
176
  }>> & Readonly<{}>, {}, {}, {}, {}, {
164
177
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
165
178
  icon: boolean;
@@ -169,6 +182,7 @@ export declare const BulkActions: DefineComponent<any, {}, {
169
182
  tertiary: boolean;
170
183
  inline: boolean;
171
184
  color: "blue" | "red";
185
+ isLoading: boolean;
172
186
  }>;
173
187
  __isFragment?: undefined;
174
188
  __isTeleport?: undefined;
@@ -206,6 +220,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
206
220
  type: PropType<"blue" | "red">;
207
221
  default: undefined;
208
222
  };
223
+ isLoading: {
224
+ type: PropType<boolean>;
225
+ default: boolean;
226
+ };
209
227
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
210
228
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
211
229
  icon: boolean;
@@ -215,6 +233,7 @@ export declare const BulkActions: DefineComponent<any, {}, {
215
233
  tertiary: boolean;
216
234
  inline: boolean;
217
235
  color: "blue" | "red";
236
+ isLoading: boolean;
218
237
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
219
238
  $slots: {
220
239
  default?(_: {}): any;
@@ -712,6 +731,10 @@ declare const _default: DefineComponent<any, {}, {
712
731
  type: PropType<"blue" | "red">;
713
732
  default: undefined;
714
733
  };
734
+ isLoading: {
735
+ type: PropType<boolean>;
736
+ default: boolean;
737
+ };
715
738
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
716
739
  to: {
717
740
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -745,6 +768,10 @@ declare const _default: DefineComponent<any, {}, {
745
768
  type: PropType<"blue" | "red">;
746
769
  default: undefined;
747
770
  };
771
+ isLoading: {
772
+ type: PropType<boolean>;
773
+ default: boolean;
774
+ };
748
775
  }>> & Readonly<{}>, {
749
776
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
750
777
  icon: boolean;
@@ -754,6 +781,7 @@ declare const _default: DefineComponent<any, {}, {
754
781
  tertiary: boolean;
755
782
  inline: boolean;
756
783
  color: "blue" | "red";
784
+ isLoading: boolean;
757
785
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
758
786
  P: {};
759
787
  B: {};
@@ -794,6 +822,10 @@ declare const _default: DefineComponent<any, {}, {
794
822
  type: PropType<"blue" | "red">;
795
823
  default: undefined;
796
824
  };
825
+ isLoading: {
826
+ type: PropType<boolean>;
827
+ default: boolean;
828
+ };
797
829
  }>> & Readonly<{}>, {}, {}, {}, {}, {
798
830
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
799
831
  icon: boolean;
@@ -803,6 +835,7 @@ declare const _default: DefineComponent<any, {}, {
803
835
  tertiary: boolean;
804
836
  inline: boolean;
805
837
  color: "blue" | "red";
838
+ isLoading: boolean;
806
839
  }>;
807
840
  __isFragment?: undefined;
808
841
  __isTeleport?: undefined;
@@ -840,6 +873,10 @@ declare const _default: DefineComponent<any, {}, {
840
873
  type: PropType<"blue" | "red">;
841
874
  default: undefined;
842
875
  };
876
+ isLoading: {
877
+ type: PropType<boolean>;
878
+ default: boolean;
879
+ };
843
880
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
844
881
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
845
882
  icon: boolean;
@@ -849,6 +886,7 @@ declare const _default: DefineComponent<any, {}, {
849
886
  tertiary: boolean;
850
887
  inline: boolean;
851
888
  color: "blue" | "red";
889
+ isLoading: boolean;
852
890
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
853
891
  $slots: {
854
892
  default?(_: {}): any;
@@ -1138,6 +1176,10 @@ declare const _default: DefineComponent<any, {}, {
1138
1176
  type: PropType<"blue" | "red">;
1139
1177
  default: undefined;
1140
1178
  };
1179
+ isLoading: {
1180
+ type: PropType<boolean>;
1181
+ default: boolean;
1182
+ };
1141
1183
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
1142
1184
  to: {
1143
1185
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -1171,6 +1213,10 @@ declare const _default: DefineComponent<any, {}, {
1171
1213
  type: PropType<"blue" | "red">;
1172
1214
  default: undefined;
1173
1215
  };
1216
+ isLoading: {
1217
+ type: PropType<boolean>;
1218
+ default: boolean;
1219
+ };
1174
1220
  }>> & Readonly<{}>, {
1175
1221
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1176
1222
  icon: boolean;
@@ -1180,6 +1226,7 @@ declare const _default: DefineComponent<any, {}, {
1180
1226
  tertiary: boolean;
1181
1227
  inline: boolean;
1182
1228
  color: "blue" | "red";
1229
+ isLoading: boolean;
1183
1230
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1184
1231
  P: {};
1185
1232
  B: {};
@@ -1220,6 +1267,10 @@ declare const _default: DefineComponent<any, {}, {
1220
1267
  type: PropType<"blue" | "red">;
1221
1268
  default: undefined;
1222
1269
  };
1270
+ isLoading: {
1271
+ type: PropType<boolean>;
1272
+ default: boolean;
1273
+ };
1223
1274
  }>> & Readonly<{}>, {}, {}, {}, {}, {
1224
1275
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1225
1276
  icon: boolean;
@@ -1229,6 +1280,7 @@ declare const _default: DefineComponent<any, {}, {
1229
1280
  tertiary: boolean;
1230
1281
  inline: boolean;
1231
1282
  color: "blue" | "red";
1283
+ isLoading: boolean;
1232
1284
  }>;
1233
1285
  __isFragment?: undefined;
1234
1286
  __isTeleport?: undefined;
@@ -1266,6 +1318,10 @@ declare const _default: DefineComponent<any, {}, {
1266
1318
  type: PropType<"blue" | "red">;
1267
1319
  default: undefined;
1268
1320
  };
1321
+ isLoading: {
1322
+ type: PropType<boolean>;
1323
+ default: boolean;
1324
+ };
1269
1325
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
1270
1326
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1271
1327
  icon: boolean;
@@ -1275,6 +1331,7 @@ declare const _default: DefineComponent<any, {}, {
1275
1331
  tertiary: boolean;
1276
1332
  inline: boolean;
1277
1333
  color: "blue" | "red";
1334
+ isLoading: boolean;
1278
1335
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1279
1336
  $slots: {
1280
1337
  default?(_: {}): any;
@@ -3739,6 +3796,10 @@ declare const _default: DefineComponent<any, {}, {
3739
3796
  type: PropType<"blue" | "red">;
3740
3797
  default: undefined;
3741
3798
  };
3799
+ isLoading: {
3800
+ type: PropType<boolean>;
3801
+ default: boolean;
3802
+ };
3742
3803
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
3743
3804
  to: {
3744
3805
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -3772,6 +3833,10 @@ declare const _default: DefineComponent<any, {}, {
3772
3833
  type: PropType<"blue" | "red">;
3773
3834
  default: undefined;
3774
3835
  };
3836
+ isLoading: {
3837
+ type: PropType<boolean>;
3838
+ default: boolean;
3839
+ };
3775
3840
  }>> & Readonly<{}>, {
3776
3841
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
3777
3842
  icon: boolean;
@@ -3781,6 +3846,7 @@ declare const _default: DefineComponent<any, {}, {
3781
3846
  tertiary: boolean;
3782
3847
  inline: boolean;
3783
3848
  color: "blue" | "red";
3849
+ isLoading: boolean;
3784
3850
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
3785
3851
  P: {};
3786
3852
  B: {};
@@ -3821,6 +3887,10 @@ declare const _default: DefineComponent<any, {}, {
3821
3887
  type: PropType<"blue" | "red">;
3822
3888
  default: undefined;
3823
3889
  };
3890
+ isLoading: {
3891
+ type: PropType<boolean>;
3892
+ default: boolean;
3893
+ };
3824
3894
  }>> & Readonly<{}>, {}, {}, {}, {}, {
3825
3895
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
3826
3896
  icon: boolean;
@@ -3830,6 +3900,7 @@ declare const _default: DefineComponent<any, {}, {
3830
3900
  tertiary: boolean;
3831
3901
  inline: boolean;
3832
3902
  color: "blue" | "red";
3903
+ isLoading: boolean;
3833
3904
  }>;
3834
3905
  __isFragment?: undefined;
3835
3906
  __isTeleport?: undefined;
@@ -3867,6 +3938,10 @@ declare const _default: DefineComponent<any, {}, {
3867
3938
  type: PropType<"blue" | "red">;
3868
3939
  default: undefined;
3869
3940
  };
3941
+ isLoading: {
3942
+ type: PropType<boolean>;
3943
+ default: boolean;
3944
+ };
3870
3945
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
3871
3946
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
3872
3947
  icon: boolean;
@@ -3876,6 +3951,7 @@ declare const _default: DefineComponent<any, {}, {
3876
3951
  tertiary: boolean;
3877
3952
  inline: boolean;
3878
3953
  color: "blue" | "red";
3954
+ isLoading: boolean;
3879
3955
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3880
3956
  $slots: {
3881
3957
  default?(_: {}): any;
@@ -4879,6 +4955,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
4879
4955
  type: PropType<"blue" | "red">;
4880
4956
  default: undefined;
4881
4957
  };
4958
+ isLoading: {
4959
+ type: PropType<boolean>;
4960
+ default: boolean;
4961
+ };
4882
4962
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
4883
4963
  to: {
4884
4964
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -4912,6 +4992,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
4912
4992
  type: PropType<"blue" | "red">;
4913
4993
  default: undefined;
4914
4994
  };
4995
+ isLoading: {
4996
+ type: PropType<boolean>;
4997
+ default: boolean;
4998
+ };
4915
4999
  }>> & Readonly<{}>, {
4916
5000
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
4917
5001
  icon: boolean;
@@ -4921,6 +5005,7 @@ export declare const ListGroup: DefineComponent<any, {}, {
4921
5005
  tertiary: boolean;
4922
5006
  inline: boolean;
4923
5007
  color: "blue" | "red";
5008
+ isLoading: boolean;
4924
5009
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
4925
5010
  P: {};
4926
5011
  B: {};
@@ -4961,6 +5046,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
4961
5046
  type: PropType<"blue" | "red">;
4962
5047
  default: undefined;
4963
5048
  };
5049
+ isLoading: {
5050
+ type: PropType<boolean>;
5051
+ default: boolean;
5052
+ };
4964
5053
  }>> & Readonly<{}>, {}, {}, {}, {}, {
4965
5054
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
4966
5055
  icon: boolean;
@@ -4970,6 +5059,7 @@ export declare const ListGroup: DefineComponent<any, {}, {
4970
5059
  tertiary: boolean;
4971
5060
  inline: boolean;
4972
5061
  color: "blue" | "red";
5062
+ isLoading: boolean;
4973
5063
  }>;
4974
5064
  __isFragment?: undefined;
4975
5065
  __isTeleport?: undefined;
@@ -5007,6 +5097,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
5007
5097
  type: PropType<"blue" | "red">;
5008
5098
  default: undefined;
5009
5099
  };
5100
+ isLoading: {
5101
+ type: PropType<boolean>;
5102
+ default: boolean;
5103
+ };
5010
5104
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
5011
5105
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
5012
5106
  icon: boolean;
@@ -5016,6 +5110,7 @@ export declare const ListGroup: DefineComponent<any, {}, {
5016
5110
  tertiary: boolean;
5017
5111
  inline: boolean;
5018
5112
  color: "blue" | "red";
5113
+ isLoading: boolean;
5019
5114
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
5020
5115
  $slots: {
5021
5116
  default?(_: {}): any;