@maltjoy/core-vue 5.17.0 → 5.19.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/dist/components/JoyAvailability/VJoyAvailability.figma.d.ts +1 -0
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +2 -0
- package/dist/components/JoyButtonCard/JoyButtonCard.types.d.ts +13 -0
- package/dist/components/JoyButtonCard/VJoyButtonCard.vue.d.ts +18 -0
- package/dist/components/JoyCheckbox/JoyCheckbox.types.d.ts +26 -0
- package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +4 -107
- package/dist/components/JoyCheckboxCard/JoyCheckboxCard.types.d.ts +7 -0
- package/dist/components/JoyCheckboxCard/VJoyCheckboxCard.vue.d.ts +35 -0
- package/dist/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue.d.ts +67 -0
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +4 -4
- package/dist/components/JoyFloatingActionsBar/VJoyFloatingActionsBar.vue.d.ts +30 -0
- package/dist/components/JoyIconButton/JoyIconButton.types.d.ts +5 -0
- package/dist/components/JoyIconButton/JoyIconButton.wip.figma.d.ts +1 -0
- package/dist/components/JoyIconButton/VJoyIconButton.vue.d.ts +80 -0
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +1 -1
- package/dist/components/JoyInputNumber/VJoyInputNumber.vue.d.ts +23 -0
- package/dist/components/JoyInputPassword/VJoyInputPassword.vue.d.ts +1 -1
- package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +6 -50
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +0 -1
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +1 -1
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +2 -2
- package/dist/components/compat.d.ts +12 -0
- package/dist/components/component-metadata.d.ts +22 -0
- package/dist/components/components.types.d.ts +2 -0
- package/dist/components/index.d.ts +8 -2
- package/dist/core-vue.js +4538 -4258
- package/dist/core-vue.umd.cjs +2 -2
- package/dist/joy-core-vue-manifest.json +11 -6
- package/dist/style.css +1 -1
- package/joy-components.d.ts +6 -1
- package/package.json +16 -13
- /package/dist/components/{JoyTemplateShape → JoyTemplate/_JoyTemplateShape}/VJoyTemplateShape.vue.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.
|
|
2
|
+
"version": "5.19.0",
|
|
3
3
|
"librarySize": {
|
|
4
|
-
"dist/style.css":
|
|
5
|
-
"dist/core-vue.js":
|
|
6
|
-
"totalSize":
|
|
4
|
+
"dist/style.css": 168.2,
|
|
5
|
+
"dist/core-vue.js": 251,
|
|
6
|
+
"totalSize": 419.2,
|
|
7
7
|
"unit": "KB"
|
|
8
8
|
},
|
|
9
9
|
"components": {
|
|
@@ -18,7 +18,10 @@
|
|
|
18
18
|
"JoyBottomSheet",
|
|
19
19
|
"JoyBottomSheetTrigger",
|
|
20
20
|
"JoyButton",
|
|
21
|
+
"JoyButtonCard",
|
|
21
22
|
"JoyCheckbox",
|
|
23
|
+
"JoyCheckboxCard",
|
|
24
|
+
"JoyCheckboxGroup",
|
|
22
25
|
"JoyCollapse",
|
|
23
26
|
"JoyCollapseItem",
|
|
24
27
|
"JoyCompanyAvatar",
|
|
@@ -32,6 +35,7 @@
|
|
|
32
35
|
"JoyDropzone",
|
|
33
36
|
"JoyFilterBar",
|
|
34
37
|
"JoyFilterBarButton",
|
|
38
|
+
"JoyFloatingActionsBar",
|
|
35
39
|
"JoyFormError",
|
|
36
40
|
"JoyFormFieldSkeleton",
|
|
37
41
|
"JoyFormGroup",
|
|
@@ -40,10 +44,12 @@
|
|
|
40
44
|
"JoyFunnelHeader",
|
|
41
45
|
"JoyHighlight",
|
|
42
46
|
"JoyIcon",
|
|
47
|
+
"JoyIconButton",
|
|
43
48
|
"JoyIndicator",
|
|
44
49
|
"JoyIndicators",
|
|
45
50
|
"JoyInput",
|
|
46
51
|
"JoyInputDigit",
|
|
52
|
+
"JoyInputNumber",
|
|
47
53
|
"JoyInputPassword",
|
|
48
54
|
"JoyLabel",
|
|
49
55
|
"JoyLink",
|
|
@@ -76,7 +82,6 @@
|
|
|
76
82
|
"JoyTagsInput",
|
|
77
83
|
"JoyTagsList",
|
|
78
84
|
"JoyTemplate",
|
|
79
|
-
"JoyTemplateShape",
|
|
80
85
|
"JoyText",
|
|
81
86
|
"JoyTextarea",
|
|
82
87
|
"JoyTitleBrand",
|
|
@@ -87,6 +92,6 @@
|
|
|
87
92
|
"JoyWalkthroughTrigger",
|
|
88
93
|
"JoyWrapper"
|
|
89
94
|
],
|
|
90
|
-
"total":
|
|
95
|
+
"total": 83
|
|
91
96
|
}
|
|
92
97
|
}
|