@maltjoy/core-vue 4.1.0-next → 4.2.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/JoyAvailability/VJoyAvailability.vue.d.ts +8 -27
- package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +16 -67
- package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +15 -63
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +1 -1
- package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +1 -1
- package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +13 -3
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +30 -10
- package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +11 -1
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +28 -8
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +2 -2
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +9 -3
- package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +14 -60
- package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +0 -9
- package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +7 -37
- package/dist/components/JoySelectableItem/VJoySelectableItem.types.d.ts +0 -1
- package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +13 -37
- package/dist/components/JoyText/VJoyText.vue.d.ts +3 -3
- 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 +79 -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-C-vTPQ74.cjs +12 -0
- package/dist/style-DDAU_L91.js +7622 -0
- package/dist/style.css +1 -1
- package/package.json +41 -41
- package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +0 -281
- package/dist/style-C0qxfcvt.cjs +0 -18
- package/dist/style-CBJlucmr.js +0 -8349
|
@@ -1,3 +1,81 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.
|
|
2
|
+
"version": "4.2.0",
|
|
3
|
+
"components": {
|
|
4
|
+
"dictionary": [
|
|
5
|
+
"JoyAvailability",
|
|
6
|
+
"JoyAvatar",
|
|
7
|
+
"JoyAvatarsList",
|
|
8
|
+
"JoyBadge",
|
|
9
|
+
"JoyBadgeLevel",
|
|
10
|
+
"JoyBlockSkeleton",
|
|
11
|
+
"JoyBottomSheet",
|
|
12
|
+
"JoyBottomSheetTrigger",
|
|
13
|
+
"JoyButton",
|
|
14
|
+
"JoyCheckbox",
|
|
15
|
+
"JoyCollapse",
|
|
16
|
+
"JoyCollapseItem",
|
|
17
|
+
"JoyCompanyAvatar",
|
|
18
|
+
"JoyCounter",
|
|
19
|
+
"JoyDialog",
|
|
20
|
+
"JoyDialogTrigger",
|
|
21
|
+
"JoyDividerCta",
|
|
22
|
+
"JoyDot",
|
|
23
|
+
"JoyDrawer",
|
|
24
|
+
"JoyDrawerTrigger",
|
|
25
|
+
"JoyDropdown",
|
|
26
|
+
"JoyDropdownList",
|
|
27
|
+
"JoyDropzone",
|
|
28
|
+
"JoyFilterBar",
|
|
29
|
+
"JoyFilterBarButton",
|
|
30
|
+
"JoyFormError",
|
|
31
|
+
"JoyFormFieldSkeleton",
|
|
32
|
+
"JoyFunnel",
|
|
33
|
+
"JoyFunnelFooter",
|
|
34
|
+
"JoyHeader",
|
|
35
|
+
"JoyHighlight",
|
|
36
|
+
"JoyIcon",
|
|
37
|
+
"JoyIndicator",
|
|
38
|
+
"JoyIndicators",
|
|
39
|
+
"JoyInput",
|
|
40
|
+
"JoyLabel",
|
|
41
|
+
"JoyLink",
|
|
42
|
+
"JoyListItem",
|
|
43
|
+
"JoyMenu",
|
|
44
|
+
"JoyMultiCheckbox",
|
|
45
|
+
"JoyPagination",
|
|
46
|
+
"JoyPanel",
|
|
47
|
+
"JoyPanelSection",
|
|
48
|
+
"JoyProductTour",
|
|
49
|
+
"JoyProductTourTrigger",
|
|
50
|
+
"JoyProgressBar",
|
|
51
|
+
"JoyRadio",
|
|
52
|
+
"JoyRadioGroup",
|
|
53
|
+
"JoyRatingStars",
|
|
54
|
+
"JoyScreenLoader",
|
|
55
|
+
"JoySelect",
|
|
56
|
+
"JoySelectableItem",
|
|
57
|
+
"JoySelectableItemGroup",
|
|
58
|
+
"JoySeparator",
|
|
59
|
+
"JoySnackbar",
|
|
60
|
+
"JoySpinner",
|
|
61
|
+
"JoyStep",
|
|
62
|
+
"JoyStepper",
|
|
63
|
+
"JoyTab",
|
|
64
|
+
"JoyTabs",
|
|
65
|
+
"JoyTag",
|
|
66
|
+
"JoyTagsInput",
|
|
67
|
+
"JoyTagsList",
|
|
68
|
+
"JoyTemplate",
|
|
69
|
+
"JoyTemplateShape",
|
|
70
|
+
"JoyText",
|
|
71
|
+
"JoyTextarea",
|
|
72
|
+
"JoyToggle",
|
|
73
|
+
"JoyTooltip",
|
|
74
|
+
"JoyUserCard",
|
|
75
|
+
"JoyWalkthrough",
|
|
76
|
+
"JoyWalkthroughTrigger",
|
|
77
|
+
"JoyWrapper"
|
|
78
|
+
],
|
|
79
|
+
"total": 73
|
|
80
|
+
}
|
|
3
81
|
}
|
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-C-vTPQ74.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-DDAU_L91.js";
|
|
2
|
+
import { am as La, an as Pa } from "./style-DDAU_L91.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
|
+
};
|