@maltjoy/core-vue 4.1.0-next → 4.1.0
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/LICENSE +21 -0
- package/dist/components/JoySelectableItem/VJoySelectableItem.types.d.ts +0 -1
- package/dist/components/JoyTooltip/JoyTooltip.types.d.ts +4 -0
- package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +2 -0
- package/dist/components.cjs +1 -1
- package/dist/components.js +2 -2
- package/dist/joy-core-vue-manifest.json +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.js +2 -2
- package/dist/pages/selectable-item-group.d.ts +10 -2
- package/dist/stories/tokens/tokens.d.ts +86 -0
- package/dist/{style-CBJlucmr.js → style-BLnk5g0D.js} +17 -13
- package/dist/{style-C0qxfcvt.cjs → style-Dy-ra_YN.cjs} +2 -2
- package/dist/style.css +1 -1
- package/package.json +40 -41
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 maltcommunity / apps
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
import { ProductColors } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated
|
|
4
|
+
* Secondary will be removed in the next major version, making primary the only possible variant and then, the property obsolete.
|
|
5
|
+
*/
|
|
2
6
|
export type TJoyTooltipVariants = Extract<ProductColors, 'primary' | 'secondary'>;
|
|
@@ -5,6 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
5
5
|
text: {
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
};
|
|
8
|
+
/** Deprecated: variant property will be removed in the next major version */
|
|
8
9
|
variant: {
|
|
9
10
|
type: PropType<TJoyTooltipVariants>;
|
|
10
11
|
default: string;
|
|
@@ -47,6 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
47
48
|
text: {
|
|
48
49
|
type: StringConstructor;
|
|
49
50
|
};
|
|
51
|
+
/** Deprecated: variant property will be removed in the next major version */
|
|
50
52
|
variant: {
|
|
51
53
|
type: PropType<TJoyTooltipVariants>;
|
|
52
54
|
default: string;
|
package/dist/components.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-Dy-ra_YN.cjs"),y={install:e=>{typeof window<"u"&&o.createAllSnackbarsContainer(),e.directive("joy-ripple",o.vJoyRipple),e.directive("bind-once",o.BindOnceDirective)}};exports.VJoyAvailability=o.VJoyAvailability;exports.VJoyAvatar=o.VJoyAvatar;exports.VJoyAvatarsList=o.VJoyAvatarsList;exports.VJoyBadge=o.VJoyBadge;exports.VJoyBadgeLevel=o.VJoyBadgeLevel;exports.VJoyBlockSkeleton=o.VJoyBlockSkeleton;exports.VJoyBottomSheet=o.VJoyBottomSheet;exports.VJoyBottomSheetTrigger=o._sfc_main;exports.VJoyButton=o.VJoyButton;exports.VJoyCheckbox=o.VJoyCheckbox;exports.VJoyCollapse=o.VJoyCollapse;exports.VJoyCollapseItem=o.VJoyCollapseItem;exports.VJoyCompanyAvatar=o.VJoyCompanyAvatar;exports.VJoyCounter=o.VJoyCounter;exports.VJoyDialog=o.VJoyDialog;exports.VJoyDialogTrigger=o._sfc_main$1;exports.VJoyDividerCta=o.VJoyDividerCta;exports.VJoyDot=o.VJoyDot;exports.VJoyDrawer=o.VJoyDrawer;exports.VJoyDrawerTrigger=o._sfc_main$2;exports.VJoyDropdown=o.VJoyDropdown;exports.VJoyDropdownList=o.JoyDropdownList;exports.VJoyDropzone=o.VJoyDropzone;exports.VJoyFilterBar=o.VJoyFilterBar;exports.VJoyFilterBarButton=o.VJoyFilterBarButton;exports.VJoyFormError=o.VJoyFormError;exports.VJoyFormFieldSkeleton=o.VJoyFormFieldSkeleton;exports.VJoyFunnel=o.VJoyFunnel;exports.VJoyFunnelFooter=o.VJoyFunnelFooter;exports.VJoyHeader=o.VJoyHeader;exports.VJoyHighlight=o.VJoyHighlight;exports.VJoyIcon=o._sfc_main$3;exports.VJoyIndicator=o.VJoyIndicator;exports.VJoyIndicators=o.VJoyIndicators;exports.VJoyInput=o.VJoyInput;exports.VJoyLabel=o.VJoyLabel;exports.VJoyLink=o.VJoyLink;exports.VJoyListItem=o.VJoyListItem;exports.VJoyMenu=o.VJoyMenu;exports.VJoyMultiCheckbox=o.VJoyMultiCheckbox;exports.VJoyPagination=o.VJoyPagination;exports.VJoyPanel=o.VJoyPanel;exports.VJoyPanelSection=o.VJoyPanelSection;exports.VJoyProductTour=o._sfc_main$4;exports.VJoyProductTourTrigger=o._sfc_main$5;exports.VJoyProgressBar=o.VJoyProgressBar;exports.VJoyRadio=o.VJoyRadio;exports.VJoyRadioGroup=o.VJoyRadioGroup;exports.VJoyRatingStars=o.VJoyRatingStars;exports.VJoyScreenLoader=o.VJoyScreenLoader;exports.VJoySelect=o.VJoySelect;exports.VJoySelectableItem=o.VJoySelectableItem;exports.VJoySelectableItemGroup=o.VJoySelectableItemGroup;exports.VJoySeparator=o.VJoySeparator;exports.VJoySnackbar=o.VJoySnackbar;exports.VJoySpinner=o.VJoySpinner;exports.VJoyStep=o.VJoyStep;exports.VJoyStepper=o.VJoyStepper;exports.VJoyTab=o.VJoyTab;exports.VJoyTabs=o.VJoyTabs;exports.VJoyTag=o.VJoyTag;exports.VJoyTagsInput=o.VJoyTagsInput;exports.VJoyTagsList=o.VJoyTagsList;exports.VJoyTemplate=o.VJoyTemplate;exports.VJoyTemplateShape=o.VJoyTemplateShape;exports.VJoyText=o.VJoyText;exports.VJoyTextarea=o.VJoyTextarea;exports.VJoyToggle=o.VJoyToggle;exports.VJoyTooltip=o.VJoyTooltip;exports.VJoyUserCard=o.VJoyUserCard;exports.VJoyWalkthrough=o.VJoyWalkthrough;exports.VJoyWalkthroughTrigger=o.VJoyWalkthroughTrigger;exports.VJoyWrapper=o.VJoyWrapper;exports.createAllSnackbarsContainer=o.createAllSnackbarsContainer;exports.pushVJoySnackbar=o.pushVJoySnackbar;exports.resetCount=o.resetCount;exports.vJoyRipple=o.vJoyRipple;exports.JoyVueLightPlugin=y;
|
package/dist/components.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { aj as o, ak as s, al as e } from "./style-
|
|
2
|
-
import { V as t, a as i, b as n, c as l, d as g, e as p, f as c, _ as d, g as u, h as S, i as T, j as m, k as h, l as b, m as k, n as B, o as v, p as C, q as D, r as I, s as L, J as F, t as P, u as f, v as w, w as x, x as A, y as R, z as W, A as j, B as G, C as H, D as M, E as z, F as E, G as O, H as U, I as q, K, L as N, M as Q, N as X, O as Y, P as Z, Q as _, R as $, S as aa, T as oa, U as sa, W as ea, X as ya, Y as Ja, Z as Va, $ as ra, a0 as ta, a1 as ia, a2 as na, a3 as la, a4 as ga, a5 as pa, a6 as ca, a7 as da, a8 as ua, a9 as Sa, aa as Ta, ab as ma, ac as ha, ad as ba, ae as ka, af as Ba, ag as va, ah as Ca, ai as Da, am as Ia, an as La } from "./style-
|
|
1
|
+
import { aj as o, ak as s, al as e } from "./style-BLnk5g0D.js";
|
|
2
|
+
import { V as t, a as i, b as n, c as l, d as g, e as p, f as c, _ as d, g as u, h as S, i as T, j as m, k as h, l as b, m as k, n as B, o as v, p as C, q as D, r as I, s as L, J as F, t as P, u as f, v as w, w as x, x as A, y as R, z as W, A as j, B as G, C as H, D as M, E as z, F as E, G as O, H as U, I as q, K, L as N, M as Q, N as X, O as Y, P as Z, Q as _, R as $, S as aa, T as oa, U as sa, W as ea, X as ya, Y as Ja, Z as Va, $ as ra, a0 as ta, a1 as ia, a2 as na, a3 as la, a4 as ga, a5 as pa, a6 as ca, a7 as da, a8 as ua, a9 as Sa, aa as Ta, ab as ma, ac as ha, ad as ba, ae as ka, af as Ba, ag as va, ah as Ca, ai as Da, am as Ia, an as La } from "./style-BLnk5g0D.js";
|
|
3
3
|
const J = {
|
|
4
4
|
install: (a) => {
|
|
5
5
|
typeof window < "u" && o(), a.directive("joy-ripple", s), a.directive("bind-once", e);
|
package/dist/main.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./style-Dy-ra_YN.cjs"),V=Object.freeze(Object.defineProperty({__proto__:null,VJoyAvailability:o.VJoyAvailability,VJoyAvatar:o.VJoyAvatar,VJoyAvatarsList:o.VJoyAvatarsList,VJoyBadge:o.VJoyBadge,VJoyBadgeLevel:o.VJoyBadgeLevel,VJoyBlockSkeleton:o.VJoyBlockSkeleton,VJoyBottomSheet:o.VJoyBottomSheet,VJoyBottomSheetTrigger:o._sfc_main,VJoyButton:o.VJoyButton,VJoyCheckbox:o.VJoyCheckbox,VJoyCollapse:o.VJoyCollapse,VJoyCollapseItem:o.VJoyCollapseItem,VJoyCompanyAvatar:o.VJoyCompanyAvatar,VJoyCounter:o.VJoyCounter,VJoyDialog:o.VJoyDialog,VJoyDialogTrigger:o._sfc_main$1,VJoyDividerCta:o.VJoyDividerCta,VJoyDot:o.VJoyDot,VJoyDrawer:o.VJoyDrawer,VJoyDrawerTrigger:o._sfc_main$2,VJoyDropdown:o.VJoyDropdown,VJoyDropdownList:o.JoyDropdownList,VJoyDropzone:o.VJoyDropzone,VJoyFilterBar:o.VJoyFilterBar,VJoyFilterBarButton:o.VJoyFilterBarButton,VJoyFormError:o.VJoyFormError,VJoyFormFieldSkeleton:o.VJoyFormFieldSkeleton,VJoyFunnel:o.VJoyFunnel,VJoyFunnelFooter:o.VJoyFunnelFooter,VJoyHeader:o.VJoyHeader,VJoyHighlight:o.VJoyHighlight,VJoyIcon:o._sfc_main$3,VJoyIndicator:o.VJoyIndicator,VJoyIndicators:o.VJoyIndicators,VJoyInput:o.VJoyInput,VJoyLabel:o.VJoyLabel,VJoyLink:o.VJoyLink,VJoyListItem:o.VJoyListItem,VJoyMenu:o.VJoyMenu,VJoyMultiCheckbox:o.VJoyMultiCheckbox,VJoyPagination:o.VJoyPagination,VJoyPanel:o.VJoyPanel,VJoyPanelSection:o.VJoyPanelSection,VJoyProductTour:o._sfc_main$4,VJoyProductTourTrigger:o._sfc_main$5,VJoyProgressBar:o.VJoyProgressBar,VJoyRadio:o.VJoyRadio,VJoyRadioGroup:o.VJoyRadioGroup,VJoyRatingStars:o.VJoyRatingStars,VJoyScreenLoader:o.VJoyScreenLoader,VJoySelect:o.VJoySelect,VJoySelectableItem:o.VJoySelectableItem,VJoySelectableItemGroup:o.VJoySelectableItemGroup,VJoySeparator:o.VJoySeparator,VJoySnackbar:o.VJoySnackbar,VJoySpinner:o.VJoySpinner,VJoyStep:o.VJoyStep,VJoyStepper:o.VJoyStepper,VJoyTab:o.VJoyTab,VJoyTabs:o.VJoyTabs,VJoyTag:o.VJoyTag,VJoyTagsInput:o.VJoyTagsInput,VJoyTagsList:o.VJoyTagsList,VJoyTemplate:o.VJoyTemplate,VJoyTemplateShape:o.VJoyTemplateShape,VJoyText:o.VJoyText,VJoyTextarea:o.VJoyTextarea,VJoyToggle:o.VJoyToggle,VJoyTooltip:o.VJoyTooltip,VJoyUserCard:o.VJoyUserCard,VJoyWalkthrough:o.VJoyWalkthrough,VJoyWalkthroughTrigger:o.VJoyWalkthroughTrigger,VJoyWrapper:o.VJoyWrapper},Symbol.toStringTag,{value:"Module"})),t={install:e=>{Object.entries(V).forEach(([y,J])=>{e.component(y,J)}),typeof window<"u"&&o.createAllSnackbarsContainer(),e.directive("joy-ripple",o.vJoyRipple),e.directive("bind-once",o.BindOnceDirective)}};exports.VJoyAvailability=o.VJoyAvailability;exports.VJoyAvatar=o.VJoyAvatar;exports.VJoyAvatarsList=o.VJoyAvatarsList;exports.VJoyBadge=o.VJoyBadge;exports.VJoyBadgeLevel=o.VJoyBadgeLevel;exports.VJoyBlockSkeleton=o.VJoyBlockSkeleton;exports.VJoyBottomSheet=o.VJoyBottomSheet;exports.VJoyBottomSheetTrigger=o._sfc_main;exports.VJoyButton=o.VJoyButton;exports.VJoyCheckbox=o.VJoyCheckbox;exports.VJoyCollapse=o.VJoyCollapse;exports.VJoyCollapseItem=o.VJoyCollapseItem;exports.VJoyCompanyAvatar=o.VJoyCompanyAvatar;exports.VJoyCounter=o.VJoyCounter;exports.VJoyDialog=o.VJoyDialog;exports.VJoyDialogTrigger=o._sfc_main$1;exports.VJoyDividerCta=o.VJoyDividerCta;exports.VJoyDot=o.VJoyDot;exports.VJoyDrawer=o.VJoyDrawer;exports.VJoyDrawerTrigger=o._sfc_main$2;exports.VJoyDropdown=o.VJoyDropdown;exports.VJoyDropdownList=o.JoyDropdownList;exports.VJoyDropzone=o.VJoyDropzone;exports.VJoyFilterBar=o.VJoyFilterBar;exports.VJoyFilterBarButton=o.VJoyFilterBarButton;exports.VJoyFormError=o.VJoyFormError;exports.VJoyFormFieldSkeleton=o.VJoyFormFieldSkeleton;exports.VJoyFunnel=o.VJoyFunnel;exports.VJoyFunnelFooter=o.VJoyFunnelFooter;exports.VJoyHeader=o.VJoyHeader;exports.VJoyHighlight=o.VJoyHighlight;exports.VJoyIcon=o._sfc_main$3;exports.VJoyIndicator=o.VJoyIndicator;exports.VJoyIndicators=o.VJoyIndicators;exports.VJoyInput=o.VJoyInput;exports.VJoyLabel=o.VJoyLabel;exports.VJoyLink=o.VJoyLink;exports.VJoyListItem=o.VJoyListItem;exports.VJoyMenu=o.VJoyMenu;exports.VJoyMultiCheckbox=o.VJoyMultiCheckbox;exports.VJoyPagination=o.VJoyPagination;exports.VJoyPanel=o.VJoyPanel;exports.VJoyPanelSection=o.VJoyPanelSection;exports.VJoyProductTour=o._sfc_main$4;exports.VJoyProductTourTrigger=o._sfc_main$5;exports.VJoyProgressBar=o.VJoyProgressBar;exports.VJoyRadio=o.VJoyRadio;exports.VJoyRadioGroup=o.VJoyRadioGroup;exports.VJoyRatingStars=o.VJoyRatingStars;exports.VJoyScreenLoader=o.VJoyScreenLoader;exports.VJoySelect=o.VJoySelect;exports.VJoySelectableItem=o.VJoySelectableItem;exports.VJoySelectableItemGroup=o.VJoySelectableItemGroup;exports.VJoySeparator=o.VJoySeparator;exports.VJoySnackbar=o.VJoySnackbar;exports.VJoySpinner=o.VJoySpinner;exports.VJoyStep=o.VJoyStep;exports.VJoyStepper=o.VJoyStepper;exports.VJoyTab=o.VJoyTab;exports.VJoyTabs=o.VJoyTabs;exports.VJoyTag=o.VJoyTag;exports.VJoyTagsInput=o.VJoyTagsInput;exports.VJoyTagsList=o.VJoyTagsList;exports.VJoyTemplate=o.VJoyTemplate;exports.VJoyTemplateShape=o.VJoyTemplateShape;exports.VJoyText=o.VJoyText;exports.VJoyTextarea=o.VJoyTextarea;exports.VJoyToggle=o.VJoyToggle;exports.VJoyTooltip=o.VJoyTooltip;exports.VJoyUserCard=o.VJoyUserCard;exports.VJoyWalkthrough=o.VJoyWalkthrough;exports.VJoyWalkthroughTrigger=o.VJoyWalkthroughTrigger;exports.VJoyWrapper=o.VJoyWrapper;exports.createAllSnackbarsContainer=o.createAllSnackbarsContainer;exports.pushVJoySnackbar=o.pushVJoySnackbar;exports.resetCount=o.resetCount;exports.vJoyRipple=o.vJoyRipple;exports.JoyVuePlugin=t;
|
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { V as e, a as r, b as y, c as t, d as J, e as V, f as i, _ as n, g as l, h as c, i as g, j as p, k as d, l as u, m, n as T, o as S, p as b, q as _, r as f, s as h, J as D, t as k, u as B, v, w as C, x as I, y as L, z as P, A as w, B as F, C as x, D as j, E as A, F as $, G as O, H as R, I as M, K as W, L as z, M as E, N as G, O as H, P as U, Q as q, R as K, S as N, T as Q, U as X, W as Y, X as Z, Y as aa, Z as oa, $ as sa, a0 as ea, a1 as ra, a2 as ya, a3 as ta, a4 as Ja, a5 as Va, a6 as ia, a7 as na, a8 as la, a9 as ca, aa as ga, ab as pa, ac as da, ad as ua, ae as ma, af as Ta, ag as Sa, ah as ba, ai as _a, aj as fa, ak as ha, al as Da } from "./style-
|
|
2
|
-
import { am as La, an as Pa } from "./style-
|
|
1
|
+
import { V as e, a as r, b as y, c as t, d as J, e as V, f as i, _ as n, g as l, h as c, i as g, j as p, k as d, l as u, m, n as T, o as S, p as b, q as _, r as f, s as h, J as D, t as k, u as B, v, w as C, x as I, y as L, z as P, A as w, B as F, C as x, D as j, E as A, F as $, G as O, H as R, I as M, K as W, L as z, M as E, N as G, O as H, P as U, Q as q, R as K, S as N, T as Q, U as X, W as Y, X as Z, Y as aa, Z as oa, $ as sa, a0 as ea, a1 as ra, a2 as ya, a3 as ta, a4 as Ja, a5 as Va, a6 as ia, a7 as na, a8 as la, a9 as ca, aa as ga, ab as pa, ac as da, ad as ua, ae as ma, af as Ta, ag as Sa, ah as ba, ai as _a, aj as fa, ak as ha, al as Da } from "./style-BLnk5g0D.js";
|
|
2
|
+
import { am as La, an as Pa } from "./style-BLnk5g0D.js";
|
|
3
3
|
const ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4
4
|
__proto__: null,
|
|
5
5
|
VJoyAvailability: e,
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
import { TJoySelectableItemOption } from
|
|
1
|
+
import { TJoySelectableItemOption } from '@/components/components.types';
|
|
2
2
|
export interface BusinessResource {
|
|
3
3
|
customId?: string;
|
|
4
4
|
customLabel?: string;
|
|
5
5
|
}
|
|
6
6
|
export type ExtendedBusinessResource = BusinessResource & TJoySelectableItemOption;
|
|
7
|
-
export declare const businessResource:
|
|
7
|
+
export declare const businessResource: ({
|
|
8
|
+
customLabel: string;
|
|
9
|
+
customId: string;
|
|
10
|
+
value: string;
|
|
11
|
+
} | {
|
|
12
|
+
customLabel: string;
|
|
13
|
+
customId: string;
|
|
14
|
+
value?: undefined;
|
|
15
|
+
})[];
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export declare const tokens: {
|
|
2
|
+
colors: {
|
|
3
|
+
neutral: {
|
|
4
|
+
'--joy-color-neutral-10': string;
|
|
5
|
+
'--joy-color-neutral-20': string;
|
|
6
|
+
'--joy-color-neutral-30': string;
|
|
7
|
+
'--joy-color-neutral-40': string;
|
|
8
|
+
'--joy-color-neutral-50': string;
|
|
9
|
+
'--joy-color-neutral-60': string;
|
|
10
|
+
'--joy-color-neutral-70': string;
|
|
11
|
+
};
|
|
12
|
+
primary: {
|
|
13
|
+
'--joy-color-primary-10': string;
|
|
14
|
+
'--joy-color-primary-30': string;
|
|
15
|
+
'--joy-color-primary-50': string;
|
|
16
|
+
'--joy-color-primary-70': string;
|
|
17
|
+
'--joy-color-primary-90': string;
|
|
18
|
+
};
|
|
19
|
+
secondary: {
|
|
20
|
+
'--joy-color-secondary-10': string;
|
|
21
|
+
'--joy-color-secondary-30': string;
|
|
22
|
+
'--joy-color-secondary-50': string;
|
|
23
|
+
'--joy-color-secondary-90': string;
|
|
24
|
+
};
|
|
25
|
+
tertiary: {
|
|
26
|
+
'--joy-color-tertiary-10': string;
|
|
27
|
+
'--joy-color-tertiary-30': string;
|
|
28
|
+
'--joy-color-tertiary-50': string;
|
|
29
|
+
'--joy-color-tertiary-70': string;
|
|
30
|
+
};
|
|
31
|
+
quaternary: {
|
|
32
|
+
'--joy-color-quaternary-10': string;
|
|
33
|
+
'--joy-color-quaternary-30': string;
|
|
34
|
+
'--joy-color-quaternary-50': string;
|
|
35
|
+
'--joy-color-quaternary-70': string;
|
|
36
|
+
'--joy-color-quaternary-100': string;
|
|
37
|
+
};
|
|
38
|
+
'brand-primary': {
|
|
39
|
+
'--joy-color-brand-primary-10': string;
|
|
40
|
+
'--joy-color-brand-primary-30': string;
|
|
41
|
+
'--joy-color-brand-primary-50': string;
|
|
42
|
+
'--joy-color-brand-primary-70': string;
|
|
43
|
+
};
|
|
44
|
+
'brand-secondary': {
|
|
45
|
+
'--joy-color-brand-secondary-10': string;
|
|
46
|
+
'--joy-color-brand-secondary-30': string;
|
|
47
|
+
'--joy-color-brand-secondary-50': string;
|
|
48
|
+
'--joy-color-brand-secondary-70': string;
|
|
49
|
+
};
|
|
50
|
+
'ai-primary': {
|
|
51
|
+
'--joy-color-ai-primary-10': string;
|
|
52
|
+
'--joy-color-ai-primary-30': string;
|
|
53
|
+
'--joy-color-ai-primary-70': string;
|
|
54
|
+
'--joy-color-ai-primary-100': string;
|
|
55
|
+
};
|
|
56
|
+
'ai-gradient': {
|
|
57
|
+
'--joy-color-ai-gradient-10': string;
|
|
58
|
+
'--joy-color-ai-gradient-30': string;
|
|
59
|
+
'--joy-color-ai-gradient-70': string;
|
|
60
|
+
'--joy-color-ai-gradient-100': string;
|
|
61
|
+
};
|
|
62
|
+
success: {
|
|
63
|
+
'--joy-color-success-10': string;
|
|
64
|
+
'--joy-color-success-50': string;
|
|
65
|
+
'--joy-color-success-90': string;
|
|
66
|
+
};
|
|
67
|
+
information: {
|
|
68
|
+
'--joy-color-information-10': string;
|
|
69
|
+
'--joy-color-information-50': string;
|
|
70
|
+
'--joy-color-information-90': string;
|
|
71
|
+
};
|
|
72
|
+
warning: {
|
|
73
|
+
'--joy-color-warning-10': string;
|
|
74
|
+
'--joy-color-warning-50': string;
|
|
75
|
+
'--joy-color-warning-90': string;
|
|
76
|
+
};
|
|
77
|
+
error: {
|
|
78
|
+
'--joy-color-error-10': string;
|
|
79
|
+
'--joy-color-error-50': string;
|
|
80
|
+
'--joy-color-error-90': string;
|
|
81
|
+
};
|
|
82
|
+
overlay: {
|
|
83
|
+
'--joy-color-overlay': string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
@@ -624,6 +624,8 @@ const No = /* @__PURE__ */ A({
|
|
|
624
624
|
return "xxsmall";
|
|
625
625
|
case "small":
|
|
626
626
|
return "xsmall";
|
|
627
|
+
case "medium":
|
|
628
|
+
return "xsmall";
|
|
627
629
|
default:
|
|
628
630
|
return "small";
|
|
629
631
|
}
|
|
@@ -679,7 +681,7 @@ const No = /* @__PURE__ */ A({
|
|
|
679
681
|
]);
|
|
680
682
|
};
|
|
681
683
|
}
|
|
682
|
-
}), ce = /* @__PURE__ */ B(zo, [["__scopeId", "data-v-
|
|
684
|
+
}), ce = /* @__PURE__ */ B(zo, [["__scopeId", "data-v-69f214eb"]]);
|
|
683
685
|
function yt(e) {
|
|
684
686
|
return It() ? (Et(e), !0) : !1;
|
|
685
687
|
}
|
|
@@ -6552,7 +6554,7 @@ const Oi = () => {
|
|
|
6552
6554
|
}, 8, ["for", "class", "onClick"]))
|
|
6553
6555
|
], 10, cs));
|
|
6554
6556
|
}
|
|
6555
|
-
}), ys = /* @__PURE__ */ B(ps, [["__scopeId", "data-v-
|
|
6557
|
+
}), ys = /* @__PURE__ */ B(ps, [["__scopeId", "data-v-ce43afb6"]]), vs = ["id"], ms = /* @__PURE__ */ A({
|
|
6556
6558
|
__name: "VJoySelectableItemGroup",
|
|
6557
6559
|
props: {
|
|
6558
6560
|
options: {},
|
|
@@ -6638,7 +6640,7 @@ const Oi = () => {
|
|
|
6638
6640
|
], 2)
|
|
6639
6641
|
], 8, vs));
|
|
6640
6642
|
}
|
|
6641
|
-
}), Ic = /* @__PURE__ */ B(ms, [["__scopeId", "data-v-
|
|
6643
|
+
}), Ic = /* @__PURE__ */ B(ms, [["__scopeId", "data-v-55121685"]]), hs = /* @__PURE__ */ A({
|
|
6642
6644
|
__name: "VJoySeparator",
|
|
6643
6645
|
props: {
|
|
6644
6646
|
/** Main text to apply in the central area */
|
|
@@ -6657,7 +6659,7 @@ const Oi = () => {
|
|
|
6657
6659
|
b("span", null, D(e.text), 1)
|
|
6658
6660
|
], 2));
|
|
6659
6661
|
}
|
|
6660
|
-
}), Ec = /* @__PURE__ */ B(hs, [["__scopeId", "data-v-21db2899"]]), bs = { class: "joy-snackbar__img joy-core-radius-6
|
|
6662
|
+
}), Ec = /* @__PURE__ */ B(hs, [["__scopeId", "data-v-21db2899"]]), bs = { class: "joy-snackbar__img joy-core-radius-6" }, gs = { class: "joy-snackbar__content" }, ws = {
|
|
6661
6663
|
key: 0,
|
|
6662
6664
|
class: "joy-mb-1"
|
|
6663
6665
|
}, ks = ["innerHTML"], js = /* @__PURE__ */ A({
|
|
@@ -6758,6 +6760,7 @@ const Oi = () => {
|
|
|
6758
6760
|
}, [
|
|
6759
6761
|
b("div", bs, [
|
|
6760
6762
|
q(G, {
|
|
6763
|
+
color: "white",
|
|
6761
6764
|
name: i.value,
|
|
6762
6765
|
size: "small"
|
|
6763
6766
|
}, null, 8, ["name"])
|
|
@@ -6785,7 +6788,7 @@ const Oi = () => {
|
|
|
6785
6788
|
], 2)
|
|
6786
6789
|
], 2));
|
|
6787
6790
|
}
|
|
6788
|
-
}), _s = /* @__PURE__ */ B(js, [["__scopeId", "data-v-
|
|
6791
|
+
}), _s = /* @__PURE__ */ B(js, [["__scopeId", "data-v-544f38e7"]]), Ss = ["id"], $s = { class: "joy-step__stroke" }, Cs = {
|
|
6789
6792
|
key: 0,
|
|
6790
6793
|
class: "joy-step__label"
|
|
6791
6794
|
}, xs = /* @__PURE__ */ A({
|
|
@@ -7800,6 +7803,7 @@ const Ys = /* @__PURE__ */ B(Us, [["render", Gs], ["__scopeId", "data-v-da63aa46
|
|
|
7800
7803
|
text: {
|
|
7801
7804
|
type: String
|
|
7802
7805
|
},
|
|
7806
|
+
/** Deprecated: variant property will be removed in the next major version */
|
|
7803
7807
|
variant: {
|
|
7804
7808
|
type: String,
|
|
7805
7809
|
default: "primary"
|
|
@@ -7927,6 +7931,12 @@ const Ys = /* @__PURE__ */ B(Us, [["render", Gs], ["__scopeId", "data-v-da63aa46
|
|
|
7927
7931
|
]),
|
|
7928
7932
|
style: ie({ ...(V = u.value) == null ? void 0 : V.floatingStyles, maxWidth: `${e.tooltipWidth}px` })
|
|
7929
7933
|
}, [
|
|
7934
|
+
b("div", {
|
|
7935
|
+
ref_key: "tooltipArrow",
|
|
7936
|
+
ref: s,
|
|
7937
|
+
class: "joy-tooltip__arrow",
|
|
7938
|
+
style: ie(h.value)
|
|
7939
|
+
}, null, 4),
|
|
7930
7940
|
b("div", {
|
|
7931
7941
|
ref_key: "tooltipContent",
|
|
7932
7942
|
ref: l,
|
|
@@ -7935,13 +7945,7 @@ const Ys = /* @__PURE__ */ B(Us, [["render", Gs], ["__scopeId", "data-v-da63aa46
|
|
|
7935
7945
|
k(S.$slots, "tooltip-content", {}, () => [
|
|
7936
7946
|
W(D(e.text), 1)
|
|
7937
7947
|
], !0)
|
|
7938
|
-
], 512)
|
|
7939
|
-
b("div", {
|
|
7940
|
-
ref_key: "tooltipArrow",
|
|
7941
|
-
ref: s,
|
|
7942
|
-
class: "joy-tooltip__arrow",
|
|
7943
|
-
style: ie(h.value)
|
|
7944
|
-
}, null, 4)
|
|
7948
|
+
], 512)
|
|
7945
7949
|
], 6)) : j("", !0)
|
|
7946
7950
|
]))
|
|
7947
7951
|
], 544)
|
|
@@ -7950,7 +7954,7 @@ const Ys = /* @__PURE__ */ B(Us, [["render", Gs], ["__scopeId", "data-v-da63aa46
|
|
|
7950
7954
|
_: 3
|
|
7951
7955
|
}, 8, ["options"]));
|
|
7952
7956
|
}
|
|
7953
|
-
}), Rc = /* @__PURE__ */ B(gu, [["__scopeId", "data-v-
|
|
7957
|
+
}), Rc = /* @__PURE__ */ B(gu, [["__scopeId", "data-v-c50da10c"]]), wu = { class: "joy-user-card__picture" }, ku = { class: "joy-user-card__informations" }, ju = { class: "joy-user-card__title" }, _u = { class: "joy-user-card__subtitle" }, Su = /* @__PURE__ */ A({
|
|
7954
7958
|
__name: "VJoyUserCard",
|
|
7955
7959
|
props: {
|
|
7956
7960
|
/**
|