@ditari/bsui 5.0.11 → 5.0.12
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/cjs/components/date/RangePicker.vue2.cjs +10 -2
- package/dist/cjs/components/date/RangePicker.vue2.cjs.map +1 -1
- package/dist/cjs/components/dic/DicReplace.cjs +93 -0
- package/dist/cjs/components/dic/DicReplace.cjs.map +1 -0
- package/dist/cjs/components/dic/index.cjs +14 -0
- package/dist/cjs/components/dic/index.cjs.map +1 -0
- package/dist/cjs/components/form/FormLayout.cjs.map +1 -1
- package/dist/cjs/components/icon/Moon.vue.cjs.map +1 -1
- package/dist/cjs/components/icon/Sun.vue.cjs.map +1 -1
- package/dist/cjs/components/index.cjs +3 -0
- package/dist/cjs/components/index.cjs.map +1 -1
- package/dist/cjs/components/layout/Layout.vue2.cjs +53 -39
- package/dist/cjs/components/layout/Layout.vue2.cjs.map +1 -1
- package/dist/cjs/components/layout/List.cjs +20 -28
- package/dist/cjs/components/layout/List.cjs.map +1 -1
- package/dist/cjs/components/layout/Show.cjs +36 -39
- package/dist/cjs/components/layout/Show.cjs.map +1 -1
- package/dist/cjs/components/layout/components/index.cjs.map +1 -1
- package/dist/cjs/components/layout/components/layout/HeaderLayout.vue2.cjs +6 -1
- package/dist/cjs/components/layout/components/layout/HeaderLayout.vue2.cjs.map +1 -1
- package/dist/cjs/components/layout/components/layout/ThemeApp.vue2.cjs +3 -0
- package/dist/cjs/components/layout/components/layout/ThemeApp.vue2.cjs.map +1 -1
- package/dist/cjs/components/layout/components/menu/Menu.cjs.map +1 -1
- package/dist/cjs/components/layout/components/settings/BlockCheckbox.vue2.cjs +3 -1
- package/dist/cjs/components/layout/components/settings/BlockCheckbox.vue2.cjs.map +1 -1
- package/dist/cjs/components/layout/components/settings/SettingDrawer.cjs +2 -3
- package/dist/cjs/components/layout/components/settings/SettingDrawer.cjs.map +1 -1
- package/dist/cjs/components/select/Select.vue2.cjs +61 -4
- package/dist/cjs/components/select/Select.vue2.cjs.map +1 -1
- package/dist/cjs/components/tab/Search.cjs +39 -6
- package/dist/cjs/components/tab/Search.cjs.map +1 -1
- package/dist/cjs/components/tab/Tab.vue2.cjs +31 -7
- package/dist/cjs/components/tab/Tab.vue2.cjs.map +1 -1
- package/dist/cjs/components/table/Table.cjs.map +1 -1
- package/dist/cjs/index.cjs +2 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/utils/useTheme.cjs +11 -13
- package/dist/cjs/utils/useTheme.cjs.map +1 -1
- package/dist/esm/components/date/RangePicker.vue2.mjs +10 -2
- package/dist/esm/components/date/RangePicker.vue2.mjs.map +1 -1
- package/dist/esm/components/dic/DicReplace.mjs +89 -0
- package/dist/esm/components/dic/DicReplace.mjs.map +1 -0
- package/dist/esm/components/dic/index.mjs +10 -0
- package/dist/esm/components/dic/index.mjs.map +1 -0
- package/dist/esm/components/form/FormLayout.mjs.map +1 -1
- package/dist/esm/components/icon/Moon.vue.mjs.map +1 -1
- package/dist/esm/components/icon/Sun.vue.mjs.map +1 -1
- package/dist/esm/components/index.mjs +2 -0
- package/dist/esm/components/index.mjs.map +1 -1
- package/dist/esm/components/layout/Layout.vue2.mjs +54 -40
- package/dist/esm/components/layout/Layout.vue2.mjs.map +1 -1
- package/dist/esm/components/layout/List.mjs +21 -29
- package/dist/esm/components/layout/List.mjs.map +1 -1
- package/dist/esm/components/layout/Show.mjs +38 -41
- package/dist/esm/components/layout/Show.mjs.map +1 -1
- package/dist/esm/components/layout/components/index.mjs.map +1 -1
- package/dist/esm/components/layout/components/layout/HeaderLayout.vue2.mjs +6 -1
- package/dist/esm/components/layout/components/layout/HeaderLayout.vue2.mjs.map +1 -1
- package/dist/esm/components/layout/components/layout/ThemeApp.vue2.mjs +3 -0
- package/dist/esm/components/layout/components/layout/ThemeApp.vue2.mjs.map +1 -1
- package/dist/esm/components/layout/components/menu/Menu.mjs.map +1 -1
- package/dist/esm/components/layout/components/settings/BlockCheckbox.vue2.mjs +3 -1
- package/dist/esm/components/layout/components/settings/BlockCheckbox.vue2.mjs.map +1 -1
- package/dist/esm/components/layout/components/settings/SettingDrawer.mjs +2 -3
- package/dist/esm/components/layout/components/settings/SettingDrawer.mjs.map +1 -1
- package/dist/esm/components/select/Select.vue2.mjs +63 -6
- package/dist/esm/components/select/Select.vue2.mjs.map +1 -1
- package/dist/esm/components/tab/Search.mjs +39 -6
- package/dist/esm/components/tab/Search.mjs.map +1 -1
- package/dist/esm/components/tab/Tab.vue2.mjs +32 -8
- package/dist/esm/components/tab/Tab.vue2.mjs.map +1 -1
- package/dist/esm/components/table/Table.mjs.map +1 -1
- package/dist/esm/index.mjs +1 -0
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/utils/useTheme.mjs +11 -13
- package/dist/esm/utils/useTheme.mjs.map +1 -1
- package/dist/style/index.scss +2 -1
- package/dist/style/layout/components/settings/style/index.scss +24 -24
- package/dist/style/tab/style/index.scss +0 -1
- package/dist/types/components/date/RangePicker.vue.d.ts.map +1 -1
- package/dist/types/components/dic/DicReplace.d.ts +24 -0
- package/dist/types/components/dic/DicReplace.d.ts.map +1 -0
- package/dist/types/components/dic/index.d.ts +3 -0
- package/dist/types/components/dic/index.d.ts.map +1 -0
- package/dist/types/components/form/FormLayout.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/components/layout/Layout.vue.d.ts +6 -1
- package/dist/types/components/layout/Layout.vue.d.ts.map +1 -1
- package/dist/types/components/layout/List.d.ts.map +1 -1
- package/dist/types/components/layout/Show.d.ts.map +1 -1
- package/dist/types/components/layout/components/index.d.ts.map +1 -1
- package/dist/types/components/layout/components/layout/HeaderLayout.vue.d.ts +2 -0
- package/dist/types/components/layout/components/layout/HeaderLayout.vue.d.ts.map +1 -1
- package/dist/types/components/layout/components/layout/ThemeApp.vue.d.ts.map +1 -1
- package/dist/types/components/layout/components/menu/Menu.d.ts.map +1 -1
- package/dist/types/components/layout/components/settings/BlockCheckbox.vue.d.ts.map +1 -1
- package/dist/types/components/layout/components/settings/SettingDrawer.d.ts.map +1 -1
- package/dist/types/components/select/Select.vue.d.ts +2 -1
- package/dist/types/components/select/Select.vue.d.ts.map +1 -1
- package/dist/types/components/tab/Search.d.ts.map +1 -1
- package/dist/types/components/tab/Tab.vue.d.ts +5 -2
- package/dist/types/components/tab/Tab.vue.d.ts.map +1 -1
- package/dist/types/components/table/Table.d.ts.map +1 -1
- package/dist/types/components/table/interface.d.ts.map +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/utils/useTheme.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
27
26
|
.ant-pro-drawer-setting-theme-color {
|
|
28
27
|
margin-top: 16px;
|
|
29
28
|
overflow: hidden;
|
|
@@ -40,24 +39,21 @@
|
|
|
40
39
|
align-items: center;
|
|
41
40
|
justify-content: center;
|
|
42
41
|
border-radius: 2px;
|
|
43
|
-
cursor: pointer
|
|
42
|
+
cursor: pointer;
|
|
44
43
|
}
|
|
45
|
-
|
|
46
44
|
}
|
|
47
45
|
|
|
48
|
-
|
|
49
46
|
.ant-pro-drawer-setting-block-checkbox {
|
|
50
47
|
display: flex;
|
|
51
48
|
min-height: 42px;
|
|
52
49
|
|
|
53
|
-
|
|
54
50
|
&-selectIcon {
|
|
55
51
|
position: absolute;
|
|
56
52
|
right: 6px;
|
|
57
53
|
bottom: 4px;
|
|
58
54
|
font-weight: 700;
|
|
59
55
|
font-size: 14px;
|
|
60
|
-
pointer-events: none
|
|
56
|
+
pointer-events: none;
|
|
61
57
|
}
|
|
62
58
|
|
|
63
59
|
&-item {
|
|
@@ -68,7 +64,7 @@
|
|
|
68
64
|
overflow: hidden;
|
|
69
65
|
background-color: #f0f2f5;
|
|
70
66
|
border-radius: 4px;
|
|
71
|
-
box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .18);
|
|
67
|
+
box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.18);
|
|
72
68
|
cursor: pointer;
|
|
73
69
|
|
|
74
70
|
&::before {
|
|
@@ -88,19 +84,19 @@
|
|
|
88
84
|
width: 100%;
|
|
89
85
|
height: 25%;
|
|
90
86
|
background-color: #fff;
|
|
91
|
-
content: ""
|
|
87
|
+
content: "";
|
|
92
88
|
}
|
|
93
89
|
|
|
94
90
|
&-dark {
|
|
95
|
-
background-color: rgba(0, 21, 41, .85);
|
|
91
|
+
background-color: rgba(0, 21, 41, 0.85);
|
|
96
92
|
|
|
97
93
|
&::before {
|
|
98
|
-
background-color: rgba(0, 21, 41, .65);
|
|
94
|
+
background-color: rgba(0, 21, 41, 0.65);
|
|
99
95
|
content: "";
|
|
100
96
|
}
|
|
101
97
|
|
|
102
98
|
&::after {
|
|
103
|
-
background-color: rgba(0, 21, 41, .85);
|
|
99
|
+
background-color: rgba(0, 21, 41, 0.85);
|
|
104
100
|
}
|
|
105
101
|
}
|
|
106
102
|
|
|
@@ -111,23 +107,25 @@
|
|
|
111
107
|
}
|
|
112
108
|
|
|
113
109
|
&::after {
|
|
114
|
-
background-color: #fff
|
|
110
|
+
background-color: #fff;
|
|
115
111
|
}
|
|
116
112
|
}
|
|
117
113
|
|
|
118
|
-
&-inverted::before,
|
|
114
|
+
&-inverted::before,
|
|
115
|
+
&-side::before {
|
|
119
116
|
z-index: 1;
|
|
120
117
|
background-color: #001529;
|
|
121
|
-
content: ""
|
|
118
|
+
content: "";
|
|
122
119
|
}
|
|
123
120
|
|
|
124
|
-
&-inverted::after,
|
|
125
|
-
|
|
121
|
+
&-inverted::after,
|
|
122
|
+
&-side::after {
|
|
123
|
+
background-color: #fff;
|
|
126
124
|
}
|
|
127
125
|
|
|
128
126
|
&-top::before {
|
|
129
127
|
background-color: transparent;
|
|
130
|
-
content: ""
|
|
128
|
+
content: "";
|
|
131
129
|
}
|
|
132
130
|
|
|
133
131
|
&-top::after {
|
|
@@ -136,13 +134,12 @@
|
|
|
136
134
|
|
|
137
135
|
&-mix::before {
|
|
138
136
|
background-color: #fff;
|
|
139
|
-
content: ""
|
|
137
|
+
content: "";
|
|
140
138
|
}
|
|
141
139
|
|
|
142
140
|
&-mix::after {
|
|
143
141
|
background-color: #001529;
|
|
144
142
|
}
|
|
145
|
-
|
|
146
143
|
}
|
|
147
144
|
|
|
148
145
|
&-theme-item {
|
|
@@ -150,28 +147,31 @@
|
|
|
150
147
|
box-shadow: rgba(13, 13, 13, 0.18) 0px 1px 2.5px 0px;
|
|
151
148
|
|
|
152
149
|
&-light {
|
|
153
|
-
&::before,
|
|
150
|
+
&::before,
|
|
151
|
+
&::after {
|
|
154
152
|
background-color: rgb(36, 37, 37);
|
|
155
153
|
}
|
|
156
154
|
}
|
|
157
155
|
|
|
158
156
|
&-dark {
|
|
159
|
-
&::before,
|
|
157
|
+
&::before,
|
|
158
|
+
&::after {
|
|
160
159
|
background-color: rgba(15, 28, 41, 0.65);
|
|
161
160
|
}
|
|
162
161
|
}
|
|
163
162
|
|
|
164
|
-
&-side::before,
|
|
163
|
+
&-side::before,
|
|
164
|
+
&-inverted::before {
|
|
165
165
|
background-color: rgb(15, 28, 41);
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
&-side::after,
|
|
168
|
+
&-side::after,
|
|
169
|
+
&-inverted::after {
|
|
169
170
|
background-color: rgb(36, 37, 37);
|
|
170
171
|
}
|
|
171
172
|
|
|
172
173
|
&-mix::before {
|
|
173
174
|
background-color: rgb(36, 37, 37);
|
|
174
175
|
}
|
|
175
|
-
|
|
176
176
|
}
|
|
177
177
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/date/RangePicker.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"RangePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/date/RangePicker.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;2BAuBjB,MAAM,GAAG,MAAM,EAAE,KACvB,MAAM,EAAE;qBAKa,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,OAClD,CAAC,SACC,MAAM,GAAG,MAAM,EAAE,KACvB,MAAM,GAAG,IAAI,GAAG,SAAS;qBAmBJ,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,OAClD,CAAC,SACC,MAAM,GAAG,MAAM,EAAE,SACjB,MAAM,GAAG,IAAI,KACnB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAiDyB,UAAU,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7F9C,wBAkIE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
name: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
value: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
name: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
value: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
|
+
name: string;
|
|
21
|
+
value: string;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
export default _default;
|
|
24
|
+
//# sourceMappingURL=DicReplace.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DicReplace.d.ts","sourceRoot":"","sources":["../../../../src/components/dic/DicReplace.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAoBA,wBA6EG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/dic/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AAOtC,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/form/FormLayout.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/form/FormLayout.tsx"],"names":[],"mappings":"AAsBA;;;GAGG;;;cAKuC,MAChC,GAAG,EAAE,GACL,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;cAIP,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;;;;;;;;;;;;cANT,MAChC,GAAG,EAAE,GACL,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;cAIP,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;AAVnD,wBA2QG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,OAAO,CAAC;AAC1C,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -26,8 +26,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
siderStyle: import("vue").ComputedRef<string>;
|
|
27
27
|
rightStyle: import("vue").ComputedRef<string>;
|
|
28
28
|
rightContentStyle: import("vue").ComputedRef<string>;
|
|
29
|
+
watermarkContent: import("vue").Ref<string, string>;
|
|
29
30
|
useKeepAlive: () => void;
|
|
30
|
-
useWatermark: () =>
|
|
31
|
+
useWatermark: () => {
|
|
32
|
+
watermarkContent: import("vue").Ref<string, string>;
|
|
33
|
+
};
|
|
31
34
|
useStyle: () => {
|
|
32
35
|
layoutStyle: string;
|
|
33
36
|
siderStyle: import("vue").ComputedRef<string>;
|
|
@@ -114,6 +117,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
114
117
|
closeBtnStyle: import("vue").ComputedRef<string>;
|
|
115
118
|
activeKey: import("vue").Ref<string, string>;
|
|
116
119
|
list: import("vue").Ref<import("@ditari/store").NavTabsState[], import("@ditari/store").NavTabsState[]>;
|
|
120
|
+
closeBtnStatus: (item: import("@ditari/store").NavTabsState) => boolean;
|
|
117
121
|
onChange: (key: string) => void;
|
|
118
122
|
onClose: ($event: Event, key: string | undefined) => void;
|
|
119
123
|
useStyle: () => {
|
|
@@ -124,6 +128,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
124
128
|
useTab: () => {
|
|
125
129
|
activeKey: import("vue").Ref<string, string>;
|
|
126
130
|
list: import("vue").Ref<import("@ditari/store").NavTabsState[], import("@ditari/store").NavTabsState[]>;
|
|
131
|
+
closeBtnStatus: (item: import("@ditari/store").NavTabsState) => boolean;
|
|
127
132
|
onChange: (key: string) => void;
|
|
128
133
|
onClose: ($event: Event, key: string | undefined) => void;
|
|
129
134
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Layout.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Layout.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,wBAmHE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/List.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/List.tsx"],"names":[],"mappings":"AAgCA,QAAA,MAAM,IAAI;;iFAwOR,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Show.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Show.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Show.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Show.tsx"],"names":[],"mappings":"AAwBA,QAAA,MAAM,IAAI;;;;;;;;;;;;4EAiIR,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,aAAa,CAAC;AAG/B,OAAO,YAAY,MAAM,2BAA2B,CAAC;AACrD,OAAO,QAAQ,MAAM,uBAAuB,CAAC;AAiB7C,OAAO,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,aAAa,CAAC;AAG/B,OAAO,YAAY,MAAM,2BAA2B,CAAC;AACrD,OAAO,QAAQ,MAAM,uBAAuB,CAAC;AAiB7C,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -31,6 +31,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
31
31
|
closeBtnStyle: ComputedRef<string>;
|
|
32
32
|
activeKey: import("vue").Ref<string, string>;
|
|
33
33
|
list: import("vue").Ref<import("@ditari/store").NavTabsState[], import("@ditari/store").NavTabsState[]>;
|
|
34
|
+
closeBtnStatus: (item: import("@ditari/store").NavTabsState) => boolean;
|
|
34
35
|
onChange: (key: string) => void;
|
|
35
36
|
onClose: ($event: Event, key: string | undefined) => void;
|
|
36
37
|
useStyle: () => {
|
|
@@ -41,6 +42,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
41
42
|
useTab: () => {
|
|
42
43
|
activeKey: import("vue").Ref<string, string>;
|
|
43
44
|
list: import("vue").Ref<import("@ditari/store").NavTabsState[], import("@ditari/store").NavTabsState[]>;
|
|
45
|
+
closeBtnStatus: (item: import("@ditari/store").NavTabsState) => boolean;
|
|
44
46
|
onChange: (key: string) => void;
|
|
45
47
|
onClose: ($event: Event, key: string | undefined) => void;
|
|
46
48
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/layout/HeaderLayout.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"HeaderLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/layout/HeaderLayout.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;oBA4B5B;QACnB,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QACjC,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QACpC,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QACpC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;KACjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBD,wBAsFE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeApp.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/layout/ThemeApp.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAc,MAAM,KAAK,CAAC;;;;;;;;;;oBAkBjB;QAAE,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;KAAE;;;;;;;;;;AAX/C,
|
|
1
|
+
{"version":3,"file":"ThemeApp.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/layout/ThemeApp.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAc,MAAM,KAAK,CAAC;;;;;;;;;;oBAkBjB;QAAE,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC,CAAA;KAAE;;;;;;;;;;AAX/C,wBA2EE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/menu/Menu.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/menu/Menu.tsx"],"names":[],"mappings":";AAWA,wBAyLG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/settings/BlockCheckbox.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,
|
|
1
|
+
{"version":3,"file":"BlockCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/settings/BlockCheckbox.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,wBA8BE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingDrawer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/settings/SettingDrawer.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SettingDrawer.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/settings/SettingDrawer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,WAAW,EAGjB,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAcb,wBAkGG"}
|
|
@@ -32,6 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
props: any;
|
|
33
33
|
emits: (event: "update:value" | "change" | "select", ...args: any[]) => void;
|
|
34
34
|
getDicByKey: (key: string) => import("@ditari/store/dist/types/modules/useDicStore").DictionaryItem[];
|
|
35
|
+
keepNames: string[];
|
|
35
36
|
modelValue: import("vue").Ref<string | number | undefined, string | number | undefined>;
|
|
36
37
|
data: import("vue").Ref<{
|
|
37
38
|
value: string | number;
|
|
@@ -87,8 +88,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
88
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
88
89
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
89
90
|
}>, {
|
|
90
|
-
value: any;
|
|
91
91
|
name: string;
|
|
92
|
+
value: any;
|
|
92
93
|
disabled: boolean;
|
|
93
94
|
placeholder: string;
|
|
94
95
|
include: unknown[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/Select.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Select.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/select/Select.vue.ts"],"names":[],"mappings":"AAeA,UAAU,OAAO;IACf,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAFQ,MAAM,GAAG,MAAM;eACf,MAAM;;eADN,MAAM,GAAG,MAAM;eACf,MAAM;;sBA8GY,MAAM,GAAG,MAAM;;;;mBA/GjC,MAAM,GAAG,MAAM;mBACf,MAAM;;mBADN,MAAM,GAAG,MAAM;mBACf,MAAM;;;6BAoFe,MAAM;0BA0BT,MAAM,GAAG,MAAM;;;iCA2D5B,MAAM,WACT,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAtKlB,wBAwLE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../../src/components/tab/Search.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../../src/components/tab/Search.tsx"],"names":[],"mappings":";AA6BA,wBAkVG"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { type ComputedRef } from "vue";
|
|
2
|
+
import { type NavTabsState } from "@ditari/store";
|
|
2
3
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
3
4
|
tabsNavStyle: ComputedRef<string>;
|
|
4
5
|
tabHoverBgStyle: ComputedRef<string>;
|
|
5
6
|
closeBtnStyle: ComputedRef<string>;
|
|
6
7
|
activeKey: import("vue").Ref<string, string>;
|
|
7
|
-
list: import("vue").Ref<
|
|
8
|
+
list: import("vue").Ref<NavTabsState[], NavTabsState[]>;
|
|
9
|
+
closeBtnStatus: (item: NavTabsState) => boolean;
|
|
8
10
|
onChange: (key: string) => void;
|
|
9
11
|
onClose: ($event: Event, key: string | undefined) => void;
|
|
10
12
|
useStyle: () => {
|
|
@@ -14,7 +16,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
14
16
|
};
|
|
15
17
|
useTab: () => {
|
|
16
18
|
activeKey: import("vue").Ref<string, string>;
|
|
17
|
-
list: import("vue").Ref<
|
|
19
|
+
list: import("vue").Ref<NavTabsState[], NavTabsState[]>;
|
|
20
|
+
closeBtnStatus: (item: NavTabsState) => boolean;
|
|
18
21
|
onChange: (key: string) => void;
|
|
19
22
|
onClose: ($event: Event, key: string | undefined) => void;
|
|
20
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tab.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tab/Tab.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,WAAW,EAAS,MAAM,KAAK,CAAC;;;;;;;
|
|
1
|
+
{"version":3,"file":"Tab.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tab/Tab.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,WAAW,EAAS,MAAM,KAAK,CAAC;AAOxD,OAAO,EACL,KAAK,YAAY,EAElB,MAAM,eAAe,CAAC;;;;;;;2BA2HS,YAAY;oBA1BnB,MAAM;sBAWnB,KAAK,OACR,MAAM,GAAG,SAAS;oBAzFN;QACnB,YAAY,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QAClC,eAAe,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QACrC,aAAa,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;KACpC;;;;+BAmG+B,YAAY;wBA1BnB,MAAM;0BAWnB,KAAK,OACR,MAAM,GAAG,SAAS;;;;;AAxG3B,wBA8IE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAI3D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAO3D,MAAM,MAAM,GAAG,GAAG,MAAM,GAAG,MAAM,CAAC;AAClC,MAAM,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAI3D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAO3D,MAAM,MAAM,GAAG,GAAG,MAAM,GAAG,MAAM,CAAC;AAClC,MAAM,MAAM,QAAQ,GAChB,OAAO,GACP,QAAQ,GACR,OAAO,GACP,SAAS,CAAC;AAGd,UAAU,IAAI;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAGD,UAAU,MAAM,CAAC,CAAC,GAAG,OAAO;IAC1B,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC;IAExB,UAAU,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAE9B,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,gBAAgB,CAAC,EAAE,CACjB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,KACT,IAAI,CAAC;IAEV,KAAK,CAAC,EAAE,CACN,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,KAAK,EAAE,MAAM,KACV,IAAI,CAAC;IAEV,OAAO,CAAC,EAAE,CACR,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC/B,KAAK,EAAE,MAAM,KACV,IAAI,CAAC;IAEV,gBAAgB,CAAC,EAAE,CACjB,MAAM,EAAE,OAAO,KACZ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;IAEzC,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAGD,eAAO,MAAM,UAAU,GAAI,CAAC;;;;;;cAEH,QAAQ,CAAC,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;cAKlB,QAAQ,CAAC,QAAQ,CAAC;;;;cAInB,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;cAId,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;CAGrC,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,OAAO,CAC9B,gBAAgB,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC,CAChD,CAAC;AAoCF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;cAnDQ,QAAQ,CAAC,QAAQ,CAAC;;;;cAInB,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAJd,QAAQ,CAAC,QAAQ,CAAC;;;;cAInB,QAAQ,CAAC,GAAG,EAAE,CAAC;;;;;;;;;;;;;;;;;4EAoehC,CAAC;AAEH,eAAO,MAAM,YAAY,SAAU,OAAO,WAgBzC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../src/components/table/interface.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,cAAc;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,WAAW;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,mBAAmB;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../src/components/table/interface.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,cAAc;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,WAAW;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,mBAAmB;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EACA,MAAM,GACN,MAAM,GACN,MAAM,GACN,WAAW,GACX,WAAW,CAAC;QAChB,eAAe,EAAE,OAAO,CAAC;KAC1B,KAAK,OAAO,CAAC;IAEd,uBAAuB;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,kBAAkB;IAClB,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAEtC,+BAA+B;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,iBAAiB;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,kBAAkB;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,gDAAgD;IAChD,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;;;OAKG;IACH,SAAS,CAAC,EAAE,CACV,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,KACpB,MAAM,CAAC;IAEZ,sBAAsB;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,wBAAwB;IACxB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAE3B,WAAW;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAA2B,MAAM,KAAK,CAAC;AAIxD,cAAc,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAA2B,MAAM,KAAK,CAAC;AAIxD,cAAc,cAAc,CAAC;AAY7B,eAAO,MAAM,OAAO,QAAS,GAAG,SAY/B,CAAC;;mBAZ2B,GAAG;;AAchC,wBAGE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../../src/utils/useTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAO,MAAM,KAAK,CAAC;AAIpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;IACxB,QAAQ,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../../src/utils/useTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,EAAO,MAAM,KAAK,CAAC;AAIpC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC;IACxB,QAAQ,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,MAAM,kBAY7B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ditari/bsui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"vue": "^3.5.13",
|
|
40
40
|
"vue-request": "^2.0.4",
|
|
41
41
|
"vue-router": "^4.5.0",
|
|
42
|
-
"@ditari/store": "^5.0.
|
|
43
|
-
"@ditari/core": "^5.0.
|
|
42
|
+
"@ditari/store": "^5.0.7",
|
|
43
|
+
"@ditari/core": "^5.0.7"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {}
|
|
46
46
|
}
|