@j-solution/components 1.6.0 → 1.6.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/README.md +4 -5
- package/components/examples/ExampleCrudPage.vue.cjs +2 -0
- package/components/examples/ExampleCrudPage.vue.cjs.map +1 -0
- package/components/examples/ExampleCrudPage.vue.js +304 -0
- package/components/examples/ExampleCrudPage.vue.js.map +1 -0
- package/components/examples/ExampleCrudPage.vue2.cjs +2 -0
- package/components/examples/ExampleCrudPage.vue2.cjs.map +1 -0
- package/components/examples/ExampleCrudPage.vue2.js +5 -0
- package/components/examples/ExampleCrudPage.vue2.js.map +1 -0
- package/components/examples/ExampleTabMappingPage.vue.cjs +2 -0
- package/components/examples/ExampleTabMappingPage.vue.cjs.map +1 -0
- package/components/examples/ExampleTabMappingPage.vue.js +479 -0
- package/components/examples/ExampleTabMappingPage.vue.js.map +1 -0
- package/components/examples/ExampleTabMappingPage.vue2.cjs +2 -0
- package/components/examples/ExampleTabMappingPage.vue2.cjs.map +1 -0
- package/components/examples/ExampleTabMappingPage.vue2.js +5 -0
- package/components/examples/ExampleTabMappingPage.vue2.js.map +1 -0
- package/index.cjs +1 -1
- package/index.js +76 -72
- package/package.json +1 -1
- package/types/index.d.ts +611 -0
package/index.js
CHANGED
|
@@ -10,14 +10,14 @@ 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 T } from "./components/atoms/JRadio.vue.js";
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
13
|
+
import { default as g } from "./components/atoms/JSwitch.vue.js";
|
|
14
|
+
import { default as v } from "./components/atoms/JDatepicker.vue.js";
|
|
15
|
+
import { default as h } from "./components/atoms/JDivider.vue.js";
|
|
16
|
+
import { default as B } from "./components/atoms/JEditor.vue.js";
|
|
17
|
+
import { default as L } from "./components/atoms/JLink.vue.js";
|
|
18
|
+
import { default as M } from "./components/atoms/JImage.vue.js";
|
|
19
|
+
import { default as E } from "./components/atoms/JBadge.vue.js";
|
|
20
|
+
import { default as I } from "./components/atoms/JProgress.vue.js";
|
|
21
21
|
/* empty css */
|
|
22
22
|
import { default as H } from "./components/atoms/JSpinner.vue.js";
|
|
23
23
|
import { default as R } from "./components/atoms/JAvatar.vue.js";
|
|
@@ -28,87 +28,91 @@ import { default as V } from "./components/atoms/JLabel.vue.js";
|
|
|
28
28
|
import { default as X } from "./components/atoms/JPopover.vue.js";
|
|
29
29
|
import { default as Z } from "./components/atoms/JPreview.vue.js";
|
|
30
30
|
import { default as $ } from "./components/atoms/JGrid.vue.js";
|
|
31
|
-
import { default as
|
|
32
|
-
import { toast as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
31
|
+
import { default as ae } from "./components/atoms/JSplitter.vue.js";
|
|
32
|
+
import { toast as oe } from "vue-sonner";
|
|
33
|
+
import { default as fe } from "./components/atoms/JToast.vue.js";
|
|
34
|
+
import { default as me } from "./components/molecules/JFormField.vue.js";
|
|
35
35
|
/* empty css */
|
|
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
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as $
|
|
59
|
-
import { default as
|
|
36
|
+
import { default as le } from "./components/molecules/JGroupCombo.vue.js";
|
|
37
|
+
import { default as se } from "./components/molecules/JTabs.vue.js";
|
|
38
|
+
import { default as Je } from "./components/molecules/JSearchAddr.vue.js";
|
|
39
|
+
import { default as ne } from "./components/molecules/JContextMenu.vue.js";
|
|
40
|
+
import { default as be } from "./components/molecules/JCard.vue.js";
|
|
41
|
+
import { default as Te } from "./components/molecules/JAlert.vue.js";
|
|
42
|
+
import { default as ge } from "./components/molecules/JAccordion.vue.js";
|
|
43
|
+
import { default as ve } from "./components/molecules/JTitlebar.vue.js";
|
|
44
|
+
import { default as he } from "./components/molecules/JButtonGroup.vue.js";
|
|
45
|
+
import { default as Be } from "./components/molecules/JBreadcrumb.vue.js";
|
|
46
|
+
import { default as Le } from "./components/organisms/JDynamicTabs.vue.js";
|
|
47
|
+
import { default as Me } from "./components/organisms/JModal.vue.js";
|
|
48
|
+
import { default as Ee } from "./components/organisms/JFormModal.vue.js";
|
|
49
|
+
import { default as Ie } from "./components/organisms/JDynamicForm.vue.js";
|
|
50
|
+
import { default as He } from "./components/organisms/JSearchPanel.vue.js";
|
|
51
|
+
import { default as Re } from "./components/organisms/JFilterBar.vue.js";
|
|
52
|
+
import { default as qe } from "./components/organisms/JHeader.vue.js";
|
|
53
|
+
import { default as Ne } from "./components/organisms/JSidebarSimple.vue.js";
|
|
54
|
+
import { default as Qe } from "./components/organisms/JSidebarAdvanced.vue.js";
|
|
55
|
+
import { default as Ve } from "./components/organisms/JPageContainer.vue.js";
|
|
56
|
+
import { default as Xe } from "./components/organisms/JTree.vue.js";
|
|
57
|
+
import { default as Ze } from "./components/templates/JLayout.vue.js";
|
|
58
|
+
import { default as $e } from "./components/templates/JLayoutSimple.vue.js";
|
|
59
|
+
import { default as aa } from "./components/templates/JLayoutAdvanced.vue.js";
|
|
60
|
+
import { default as oa } from "./components/examples/ExampleCrudPage.vue.js";
|
|
61
|
+
import { default as fa } from "./components/examples/ExampleTabMappingPage.vue.js";
|
|
60
62
|
export {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
+
oa as ExampleCrudPage,
|
|
64
|
+
fa as ExampleTabMappingPage,
|
|
65
|
+
ge as JAccordion,
|
|
66
|
+
Te as JAlert,
|
|
63
67
|
R as JAvatar,
|
|
64
|
-
|
|
65
|
-
|
|
68
|
+
E as JBadge,
|
|
69
|
+
Be as JBreadcrumb,
|
|
66
70
|
m as JButton,
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
he as JButtonGroup,
|
|
72
|
+
be as JCard,
|
|
69
73
|
J as JCheckbox,
|
|
70
74
|
n as JCombo,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
75
|
+
ne as JContextMenu,
|
|
76
|
+
v as JDatepicker,
|
|
77
|
+
h as JDivider,
|
|
78
|
+
Ie as JDynamicForm,
|
|
79
|
+
Le as JDynamicTabs,
|
|
80
|
+
B as JEditor,
|
|
81
|
+
Re as JFilterBar,
|
|
82
|
+
me as JFormField,
|
|
83
|
+
Ee as JFormModal,
|
|
80
84
|
$ as JGrid,
|
|
81
|
-
|
|
82
|
-
|
|
85
|
+
le as JGroupCombo,
|
|
86
|
+
qe as JHeader,
|
|
83
87
|
Q as JIcon,
|
|
84
|
-
|
|
88
|
+
M as JImage,
|
|
85
89
|
l as JInput,
|
|
86
90
|
q as JKbd,
|
|
87
91
|
V as JLabel,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
$
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
Ze as JLayout,
|
|
93
|
+
aa as JLayoutAdvanced,
|
|
94
|
+
$e as JLayoutSimple,
|
|
95
|
+
L as JLink,
|
|
96
|
+
Me as JModal,
|
|
97
|
+
Ve as JPageContainer,
|
|
94
98
|
X as JPopover,
|
|
95
99
|
Z as JPreview,
|
|
96
|
-
|
|
100
|
+
I as JProgress,
|
|
97
101
|
T as JRadio,
|
|
98
|
-
|
|
102
|
+
Je as JSearchAddr,
|
|
99
103
|
b as JSearchCombo,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
104
|
+
He as JSearchPanel,
|
|
105
|
+
Qe as JSidebarAdvanced,
|
|
106
|
+
Ne as JSidebarSimple,
|
|
103
107
|
H as JSpinner,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
108
|
+
ae as JSplitter,
|
|
109
|
+
g as JSwitch,
|
|
110
|
+
se as JTabs,
|
|
107
111
|
s as JTextarea,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
112
|
+
ve as JTitlebar,
|
|
113
|
+
oe as JToast,
|
|
114
|
+
fe as JToaster,
|
|
111
115
|
N as JTooltip,
|
|
112
|
-
|
|
116
|
+
Xe as JTree
|
|
113
117
|
};
|
|
114
118
|
//# sourceMappingURL=index.js.map
|