@j-solution/components 1.1.0 → 1.1.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.
- package/components/molecules/JAlert.vue.cjs +1 -1
- package/components/molecules/JAlert.vue.cjs.map +1 -1
- package/components/molecules/JAlert.vue.js +6 -5
- package/components/molecules/JAlert.vue.js.map +1 -1
- package/components/molecules/JFormField.vue.cjs +1 -1
- package/components/molecules/JFormField.vue.cjs.map +1 -1
- package/components/molecules/JFormField.vue.js +3 -2
- package/components/molecules/JFormField.vue.js.map +1 -1
- package/components/molecules/JTitlebar.vue.cjs +1 -1
- package/components/molecules/JTitlebar.vue.cjs.map +1 -1
- package/components/molecules/JTitlebar.vue.js +10 -9
- package/components/molecules/JTitlebar.vue.js.map +1 -1
- package/components/organisms/JDynamicForm.vue2.cjs +1 -1
- package/components/organisms/JDynamicForm.vue2.cjs.map +1 -1
- package/components/organisms/JDynamicForm.vue2.js +3 -2
- package/components/organisms/JDynamicForm.vue2.js.map +1 -1
- package/components/organisms/JFormModal.vue.cjs +1 -1
- package/components/organisms/JFormModal.vue.cjs.map +1 -1
- package/components/organisms/JFormModal.vue.js +3 -2
- package/components/organisms/JFormModal.vue.js.map +1 -1
- package/components/organisms/JModal.vue.cjs +1 -1
- package/components/organisms/JModal.vue.cjs.map +1 -1
- package/components/organisms/JModal.vue.js +17 -16
- package/components/organisms/JModal.vue.js.map +1 -1
- package/components/organisms/JSearchPanel.vue2.cjs +1 -1
- package/components/organisms/JSearchPanel.vue2.cjs.map +1 -1
- package/components/organisms/JSearchPanel.vue2.js +17 -16
- package/components/organisms/JSearchPanel.vue2.js.map +1 -1
- package/index.cjs +1 -1
- package/index.js +51 -49
- package/package.json +1 -1
- package/types/index.d.ts +4 -1
package/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { default as J } from "./components/atoms/JCheckbox.vue.js";
|
|
|
10
10
|
import { default as n } from "./components/atoms/JCombo.vue.js";
|
|
11
11
|
import { default as b } from "./components/atoms/JSearchCombo.vue.js";
|
|
12
12
|
import { default as C } from "./components/atoms/JRadio.vue.js";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as A } from "./components/atoms/JSwitch.vue.js";
|
|
14
14
|
import { default as v } from "./components/atoms/JDatepicker.vue.js";
|
|
15
15
|
import { default as L } from "./components/atoms/JDivider.vue.js";
|
|
16
16
|
import { default as B } from "./components/atoms/JLink.vue.js";
|
|
@@ -26,77 +26,79 @@ import { default as N } from "./components/atoms/JIcon.vue.js";
|
|
|
26
26
|
import { default as Q } from "./components/atoms/JLabel.vue.js";
|
|
27
27
|
import { default as V } from "./components/atoms/JPopover.vue.js";
|
|
28
28
|
import { default as X } from "./components/atoms/JGrid.vue.js";
|
|
29
|
-
import {
|
|
30
|
-
import { default as $ } from "./components/
|
|
29
|
+
import { toast as Z } from "vue-sonner";
|
|
30
|
+
import { default as $ } from "./components/atoms/JToast.vue.js";
|
|
31
|
+
import { default as ao } from "./components/molecules/JFormField.vue.js";
|
|
31
32
|
/* empty css */
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
33
|
+
import { default as eo } from "./components/molecules/JGroupCombo.vue.js";
|
|
34
|
+
import { default as fo } from "./components/molecules/JTabs.vue.js";
|
|
35
|
+
import { default as po } from "./components/molecules/JSearchAddr.vue.js";
|
|
36
|
+
import { default as uo } from "./components/molecules/JContextMenu.vue.js";
|
|
37
|
+
import { default as xo } from "./components/molecules/JCard.vue.js";
|
|
38
|
+
import { default as io } from "./components/molecules/JAlert.vue.js";
|
|
39
|
+
import { default as co } from "./components/molecules/JAccordion.vue.js";
|
|
40
|
+
import { default as So } from "./components/molecules/JTitlebar.vue.js";
|
|
41
|
+
import { default as To } from "./components/molecules/JButtonGroup.vue.js";
|
|
42
|
+
import { default as ho } from "./components/molecules/JBreadcrumb.vue.js";
|
|
43
|
+
import { default as yo } from "./components/organisms/JDynamicTabs.vue.js";
|
|
44
|
+
import { default as go } from "./components/organisms/JModal.vue.js";
|
|
45
|
+
import { default as Do } from "./components/organisms/JFormModal.vue.js";
|
|
46
|
+
import { default as Po } from "./components/organisms/JDynamicForm.vue.js";
|
|
47
|
+
import { default as Go } from "./components/organisms/JSearchPanel.vue.js";
|
|
48
|
+
import { default as Mo } from "./components/organisms/JHeader.vue.js";
|
|
49
|
+
import { default as Ho } from "./components/organisms/JSidebarSimple.vue.js";
|
|
50
|
+
import { default as Ro } from "./components/organisms/JSidebarAdvanced.vue.js";
|
|
51
|
+
import { default as qo } from "./components/organisms/JPageContainer.vue.js";
|
|
52
|
+
import { default as Eo } from "./components/templates/JLayout.vue.js";
|
|
53
|
+
import { default as Oo } from "./components/templates/JLayoutSimple.vue.js";
|
|
54
|
+
import { default as Uo } from "./components/templates/JLayoutAdvanced.vue.js";
|
|
54
55
|
export {
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
co as JAccordion,
|
|
57
|
+
io as JAlert,
|
|
57
58
|
K as JAvatar,
|
|
58
59
|
k as JBadge,
|
|
59
|
-
|
|
60
|
+
ho as JBreadcrumb,
|
|
60
61
|
m as JButton,
|
|
61
|
-
|
|
62
|
-
|
|
62
|
+
To as JButtonGroup,
|
|
63
|
+
xo as JCard,
|
|
63
64
|
J as JCheckbox,
|
|
64
65
|
n as JCombo,
|
|
65
|
-
|
|
66
|
+
uo as JContextMenu,
|
|
66
67
|
v as JDatepicker,
|
|
67
68
|
L as JDivider,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
Po as JDynamicForm,
|
|
70
|
+
yo as JDynamicTabs,
|
|
71
|
+
ao as JFormField,
|
|
72
|
+
Do as JFormModal,
|
|
72
73
|
X as JGrid,
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
eo as JGroupCombo,
|
|
75
|
+
Mo as JHeader,
|
|
75
76
|
N as JIcon,
|
|
76
77
|
F as JImage,
|
|
77
78
|
l as JInput,
|
|
78
79
|
j as JKbd,
|
|
79
80
|
Q as JLabel,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
Eo as JLayout,
|
|
82
|
+
Uo as JLayoutAdvanced,
|
|
83
|
+
Oo as JLayoutSimple,
|
|
83
84
|
B as JLink,
|
|
84
|
-
|
|
85
|
-
|
|
85
|
+
go as JModal,
|
|
86
|
+
qo as JPageContainer,
|
|
86
87
|
V as JPopover,
|
|
87
88
|
I as JProgress,
|
|
88
89
|
C as JRadio,
|
|
89
|
-
|
|
90
|
+
po as JSearchAddr,
|
|
90
91
|
b as JSearchCombo,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
Go as JSearchPanel,
|
|
93
|
+
Ro as JSidebarAdvanced,
|
|
94
|
+
Ho as JSidebarSimple,
|
|
94
95
|
w as JSpinner,
|
|
95
|
-
|
|
96
|
-
|
|
96
|
+
A as JSwitch,
|
|
97
|
+
fo as JTabs,
|
|
97
98
|
s as JTextarea,
|
|
98
|
-
|
|
99
|
+
So as JTitlebar,
|
|
99
100
|
Z as JToast,
|
|
101
|
+
$ as JToaster,
|
|
100
102
|
z as JTooltip
|
|
101
103
|
};
|
|
102
104
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { GlobalComponents } from 'vue';
|
|
|
11
11
|
import { GlobalDirectives } from 'vue';
|
|
12
12
|
import { HTMLAttributes } from 'vue';
|
|
13
13
|
import { default as JLayoutAdvanced } from './JLayoutAdvanced.vue';
|
|
14
|
+
import { toast as JToast } from 'vue-sonner';
|
|
14
15
|
import { PublicProps } from 'vue';
|
|
15
16
|
import { Ref } from 'vue';
|
|
16
17
|
import { ToasterProps } from 'vue-sonner';
|
|
@@ -2150,7 +2151,9 @@ rows: number;
|
|
|
2150
2151
|
|
|
2151
2152
|
export declare const JTitlebar: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2152
2153
|
|
|
2153
|
-
export
|
|
2154
|
+
export { JToast }
|
|
2155
|
+
|
|
2156
|
+
export declare const JToaster: DefineComponent<ToasterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToasterProps> & Readonly<{}>, {
|
|
2154
2157
|
position: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-center" | "bottom-center";
|
|
2155
2158
|
richColors: boolean;
|
|
2156
2159
|
expand: boolean;
|