orion-design 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/Edittable/Edittable.d.ts +10 -1
- package/dist/components/Edittable/hooks/useEdittable.d.ts +30 -0
- package/dist/components/Edittable/hooks/useEdittable.js +91 -0
- package/dist/components/Edittable/hooks/useEdittable.js.map +1 -0
- package/dist/components/Edittable/index.d.ts +2 -1
- package/dist/components/Edittable/index.js +186 -201
- package/dist/components/Edittable/index.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +54 -51
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +64 -61
- package/dist/index.js.map +1 -1
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -7,76 +7,79 @@ import { OTree as d, OTree as n } from "./components/Tree/index.js";
|
|
7
7
|
import { default as i } from "./components/Modal/useModal.js";
|
8
8
|
import { default as c } from "./components/Pagetable/hooks/usePagetable.js";
|
9
9
|
import { default as g } from "./components/Input/LovInput/hooks/useLov.js";
|
10
|
-
import { default as
|
11
|
-
import { default as
|
12
|
-
import { default as O } from "./components/
|
13
|
-
import {
|
14
|
-
import {
|
15
|
-
import {
|
16
|
-
import {
|
17
|
-
import { default as R } from "./components/
|
18
|
-
import { default as N
|
19
|
-
import { default as z } from "./components/
|
20
|
-
import { default as H } from "./components/
|
21
|
-
import { default as
|
22
|
-
import { default as
|
23
|
-
import {
|
24
|
-
import {
|
25
|
-
import {
|
26
|
-
import { default as
|
27
|
-
import {
|
28
|
-
import {
|
29
|
-
import {
|
30
|
-
import {
|
31
|
-
import {
|
10
|
+
import { default as P } from "./components/Input/TableSelect/hooks/useTableSelect.js";
|
11
|
+
import { default as I } from "./components/Edittable/hooks/useEdittable.js";
|
12
|
+
import { default as O } from "./components/Button/index.js";
|
13
|
+
import { default as y } from "./components/Tooltip/index.js";
|
14
|
+
import { T as w } from "./components-D1sXVvN9.js";
|
15
|
+
import { S as F } from "./index-CvcZkdiG.js";
|
16
|
+
import { Colflex as B, Flexitem as G, Rowflex as K } from "./components/Flex/index.js";
|
17
|
+
import { default as R } from "./components/Card/index.js";
|
18
|
+
import { default as N } from "./components/Tabs/index.js";
|
19
|
+
import { default as q, pagetableProps as z } from "./components/Pagetable/index.js";
|
20
|
+
import { default as H, edittableProps as J } from "./components/Edittable/index.js";
|
21
|
+
import { default as V } from "./components/Querytable/index.js";
|
22
|
+
import { default as X } from "./components/Modal/index.js";
|
23
|
+
import { default as Z } from "./components/Form/index.js";
|
24
|
+
import { Checkbox as $, CheckboxGroup as ee, DateInput as oe, FileInput as te, LovInput as re, MultiSelect as ae, NumberInput as fe, PasswordInput as le, RadioGroup as pe, SingleSelect as xe, StringInput as se, Switch as ue, TableSelect as me, Textarea as de } from "./components/Input/index.js";
|
25
|
+
import { LovPagetable as be, LovQuerytable as ie } from "./components/LovTable/index.js";
|
26
|
+
import { default as ce } from "./components/TableSelectPagetable/index.js";
|
27
|
+
import { default as ge } from "./components/Icon/index.js";
|
28
|
+
import { formContextKey as Pe } from "./components/Form/Form.js";
|
29
|
+
import { OMessage as Ie } from "./components/Message/index.js";
|
30
|
+
import { OMessageBox as Oe } from "./components/MessageBox/index.js";
|
31
|
+
import { lovContextKey as ye } from "./components/Input/LovInput/LovInput.js";
|
32
|
+
import { tableSelectContext as we } from "./components/Input/TableSelect/TableSelect.js";
|
32
33
|
export {
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
34
|
+
O as Button,
|
35
|
+
R as Card,
|
36
|
+
$ as Checkbox,
|
37
|
+
ee as CheckboxGroup,
|
38
|
+
B as Colflex,
|
39
|
+
oe as DateInput,
|
40
|
+
H as Edittable,
|
41
|
+
te as FileInput,
|
42
|
+
G as Flexitem,
|
43
|
+
Z as Form,
|
44
|
+
ge as Icon,
|
45
|
+
re as LovInput,
|
46
|
+
be as LovPagetable,
|
47
|
+
ie as LovQuerytable,
|
48
|
+
X as Modal,
|
49
|
+
ae as MultiSelect,
|
50
|
+
fe as NumberInput,
|
51
|
+
Ie as OMessage,
|
52
|
+
Oe as OMessageBox,
|
52
53
|
d as OTree,
|
53
54
|
t as OrionError,
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
55
|
+
q as Pagetable,
|
56
|
+
le as PasswordInput,
|
57
|
+
V as Querytable,
|
58
|
+
pe as RadioGroup,
|
59
|
+
K as Rowflex,
|
60
|
+
xe as SingleSelect,
|
61
|
+
F as Space,
|
62
|
+
se as StringInput,
|
63
|
+
ue as Switch,
|
64
|
+
me as TableSelect,
|
65
|
+
ce as TableSelectPagetable,
|
66
|
+
N as Tabs,
|
67
|
+
de as Textarea,
|
67
68
|
a as Throne,
|
68
|
-
|
69
|
-
|
69
|
+
w as ThroneContextProvider,
|
70
|
+
y as Tooltip,
|
70
71
|
n as Tree,
|
71
|
-
|
72
|
+
J as edittableProps,
|
73
|
+
Pe as formContextKey,
|
72
74
|
x as install,
|
73
|
-
|
74
|
-
|
75
|
-
|
75
|
+
ye as lovContextKey,
|
76
|
+
z as pagetableProps,
|
77
|
+
we as tableSelectContext,
|
78
|
+
I as useEdittable,
|
76
79
|
g as useLov,
|
77
80
|
i as useOModal,
|
78
81
|
c as usePagetable,
|
79
|
-
|
82
|
+
P as useTableselect,
|
80
83
|
l as useThroneContext,
|
81
84
|
u as version
|
82
85
|
};
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: "1.0.
|
1
|
+
declare const _default: "1.0.2";
|
2
2
|
export default _default;
|
package/dist/version/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '1.0.
|
1
|
+
{"version":3,"file":"version.js","sources":["../../src/version/version.ts"],"sourcesContent":["export default '1.0.2';"],"names":["version"],"mappings":"AAAA,MAAAA,IAAe;"}
|