@fileverse-dev/fortune-react 1.1.99-patch-5 → 1.1.99-patch-6
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/es/components/DataVerification/DropdownList.js +6 -6
- package/es/components/DataVerification/index.css +4 -4
- package/es/components/DataVerification/index.js +2 -0
- package/lib/components/DataVerification/DropdownList.js +6 -6
- package/lib/components/DataVerification/index.css +4 -4
- package/lib/components/DataVerification/index.js +2 -0
- package/package.json +2 -2
|
@@ -150,20 +150,20 @@ var DropDownList = function DropDownList() {
|
|
|
150
150
|
className: "w-full flex align-center",
|
|
151
151
|
style: {
|
|
152
152
|
height: "28px"
|
|
153
|
+
},
|
|
154
|
+
onClick: function onClick() {
|
|
155
|
+
var _a;
|
|
156
|
+
(_a = window === null || window === void 0 ? void 0 : window.dataVerificationClick) === null || _a === void 0 ? void 0 : _a.call(window);
|
|
153
157
|
}
|
|
154
158
|
}, /*#__PURE__*/React.createElement(IconButton, {
|
|
155
159
|
icon: "Pencil",
|
|
156
160
|
size: "sm",
|
|
157
161
|
variant: "ghost",
|
|
158
|
-
className: "color-picker-icon pt-2"
|
|
162
|
+
className: "color-picker-icon pt-2 color-picker"
|
|
159
163
|
}), /*#__PURE__*/React.createElement(Button, {
|
|
160
164
|
size: "md",
|
|
161
165
|
variant: "ghost",
|
|
162
|
-
className: "color-picker-reset"
|
|
163
|
-
onClick: function onClick() {
|
|
164
|
-
var _a;
|
|
165
|
-
(_a = window === null || window === void 0 ? void 0 : window.dataVerificationClick) === null || _a === void 0 ? void 0 : _a.call(window);
|
|
166
|
-
}
|
|
166
|
+
className: "color-picker-reset color-picker"
|
|
167
167
|
}, "Edit")));
|
|
168
168
|
};
|
|
169
169
|
export default DropDownList;
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.color-picker:hover {
|
|
205
|
-
background: hsl(var(--color-bg-default-hover, #F2F4F5));
|
|
205
|
+
background: hsl(var(--color-bg-default-hover, #F2F4F5))!important;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
.color-picker-container {
|
|
@@ -212,9 +212,9 @@
|
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
.color-picker-reset {
|
|
215
|
-
min-width: 0px;
|
|
216
|
-
padding-left: 0px;
|
|
217
|
-
margin-left: 0px;
|
|
215
|
+
min-width: 0px !important;
|
|
216
|
+
padding-left: 0px !important;
|
|
217
|
+
margin-left: 0px !important;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.color-picker-reset:hover {
|
|
@@ -242,8 +242,10 @@ var DataVerification = function DataVerification() {
|
|
|
242
242
|
});
|
|
243
243
|
},
|
|
244
244
|
onClick: function onClick() {
|
|
245
|
+
var _a;
|
|
245
246
|
hideDialog();
|
|
246
247
|
dataSelectRange("rangeTxt", context.dataVerification.dataRegulation.value1);
|
|
248
|
+
(_a = document.getElementById("data-verification-button")) === null || _a === void 0 ? void 0 : _a.click();
|
|
247
249
|
}
|
|
248
250
|
})), /*#__PURE__*/React.createElement("div", {
|
|
249
251
|
className: "flex flex-col"
|
|
@@ -159,20 +159,20 @@ var DropDownList = function DropDownList() {
|
|
|
159
159
|
className: "w-full flex align-center",
|
|
160
160
|
style: {
|
|
161
161
|
height: "28px"
|
|
162
|
+
},
|
|
163
|
+
onClick: function onClick() {
|
|
164
|
+
var _a;
|
|
165
|
+
(_a = window === null || window === void 0 ? void 0 : window.dataVerificationClick) === null || _a === void 0 ? void 0 : _a.call(window);
|
|
162
166
|
}
|
|
163
167
|
}, /*#__PURE__*/_react.default.createElement(_ui.IconButton, {
|
|
164
168
|
icon: "Pencil",
|
|
165
169
|
size: "sm",
|
|
166
170
|
variant: "ghost",
|
|
167
|
-
className: "color-picker-icon pt-2"
|
|
171
|
+
className: "color-picker-icon pt-2 color-picker"
|
|
168
172
|
}), /*#__PURE__*/_react.default.createElement(_ui.Button, {
|
|
169
173
|
size: "md",
|
|
170
174
|
variant: "ghost",
|
|
171
|
-
className: "color-picker-reset"
|
|
172
|
-
onClick: function onClick() {
|
|
173
|
-
var _a;
|
|
174
|
-
(_a = window === null || window === void 0 ? void 0 : window.dataVerificationClick) === null || _a === void 0 ? void 0 : _a.call(window);
|
|
175
|
-
}
|
|
175
|
+
className: "color-picker-reset color-picker"
|
|
176
176
|
}, "Edit")));
|
|
177
177
|
};
|
|
178
178
|
var _default = exports.default = DropDownList;
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.color-picker:hover {
|
|
205
|
-
background: hsl(var(--color-bg-default-hover, #F2F4F5));
|
|
205
|
+
background: hsl(var(--color-bg-default-hover, #F2F4F5))!important;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
.color-picker-container {
|
|
@@ -212,9 +212,9 @@
|
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
.color-picker-reset {
|
|
215
|
-
min-width: 0px;
|
|
216
|
-
padding-left: 0px;
|
|
217
|
-
margin-left: 0px;
|
|
215
|
+
min-width: 0px !important;
|
|
216
|
+
padding-left: 0px !important;
|
|
217
|
+
margin-left: 0px !important;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
.color-picker-reset:hover {
|
|
@@ -251,8 +251,10 @@ var DataVerification = function DataVerification() {
|
|
|
251
251
|
});
|
|
252
252
|
},
|
|
253
253
|
onClick: function onClick() {
|
|
254
|
+
var _a;
|
|
254
255
|
hideDialog();
|
|
255
256
|
dataSelectRange("rangeTxt", context.dataVerification.dataRegulation.value1);
|
|
257
|
+
(_a = document.getElementById("data-verification-button")) === null || _a === void 0 ? void 0 : _a.click();
|
|
256
258
|
}
|
|
257
259
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
258
260
|
className: "flex flex-col"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.1.99-patch-
|
|
3
|
+
"version": "1.1.99-patch-6",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.1.99-patch-
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.1.99-patch-6",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|