@oliasoft-open-source/react-ui-library 5.8.5-beta-3 → 5.8.5-beta-5
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/global.css +1 -1
- package/dist/index.js +31 -31
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1410,31 +1410,31 @@ const Dialog = ({ dialog: e }) => {
|
|
|
1410
1410
|
});
|
|
1411
1411
|
};
|
|
1412
1412
|
var drawer_module_default = {
|
|
1413
|
-
inputInTable: "
|
|
1414
|
-
inputHover: "
|
|
1415
|
-
inputFocus: "
|
|
1416
|
-
inputError: "
|
|
1417
|
-
inputWarning: "
|
|
1418
|
-
inputDisabled: "
|
|
1419
|
-
hideScrollbars: "
|
|
1420
|
-
inline: "
|
|
1421
|
-
left: "
|
|
1422
|
-
right: "
|
|
1423
|
-
fixed: "
|
|
1424
|
-
border: "
|
|
1425
|
-
shadow: "
|
|
1426
|
-
drawerContent: "
|
|
1427
|
-
isResizing: "
|
|
1428
|
-
toggleButton: "
|
|
1429
|
-
top: "
|
|
1430
|
-
bottom: "
|
|
1431
|
-
toggleButtonOpen: "
|
|
1432
|
-
tabs: "
|
|
1433
|
-
tab: "
|
|
1434
|
-
active: "
|
|
1435
|
-
disabled: "
|
|
1436
|
-
tabsContent: "
|
|
1437
|
-
resizeHandle: "
|
|
1413
|
+
inputInTable: "_inputInTable_c4h57_1",
|
|
1414
|
+
inputHover: "_inputHover_c4h57_13",
|
|
1415
|
+
inputFocus: "_inputFocus_c4h57_18",
|
|
1416
|
+
inputError: "_inputError_c4h57_25",
|
|
1417
|
+
inputWarning: "_inputWarning_c4h57_26",
|
|
1418
|
+
inputDisabled: "_inputDisabled_c4h57_61",
|
|
1419
|
+
hideScrollbars: "_hideScrollbars_c4h57_67",
|
|
1420
|
+
inline: "_inline_c4h57_90",
|
|
1421
|
+
left: "_left_c4h57_93",
|
|
1422
|
+
right: "_right_c4h57_96",
|
|
1423
|
+
fixed: "_fixed_c4h57_99",
|
|
1424
|
+
border: "_border_c4h57_111",
|
|
1425
|
+
shadow: "_shadow_c4h57_117",
|
|
1426
|
+
drawerContent: "_drawerContent_c4h57_120",
|
|
1427
|
+
isResizing: "_isResizing_c4h57_134",
|
|
1428
|
+
toggleButton: "_toggleButton_c4h57_145",
|
|
1429
|
+
top: "_top_c4h57_158",
|
|
1430
|
+
bottom: "_bottom_c4h57_161",
|
|
1431
|
+
toggleButtonOpen: "_toggleButtonOpen_c4h57_164",
|
|
1432
|
+
tabs: "_tabs_c4h57_167",
|
|
1433
|
+
tab: "_tab_c4h57_167",
|
|
1434
|
+
active: "_active_c4h57_199",
|
|
1435
|
+
disabled: "_disabled_c4h57_224",
|
|
1436
|
+
tabsContent: "_tabsContent_c4h57_231",
|
|
1437
|
+
resizeHandle: "_resizeHandle_c4h57_237"
|
|
1438
1438
|
}, TabBadge = ({ badge: e, children: t }) => e ? /* @__PURE__ */ jsx(Badge, {
|
|
1439
1439
|
small: !0,
|
|
1440
1440
|
margin: 4,
|
|
@@ -6336,12 +6336,12 @@ const Content = ({ title: e, okText: t, onClickOk: n, disableConfirmButton: r, c
|
|
|
6336
6336
|
children: e
|
|
6337
6337
|
});
|
|
6338
6338
|
var tree_module_default = {
|
|
6339
|
-
tree: "
|
|
6340
|
-
toggle: "
|
|
6341
|
-
dropTarget: "
|
|
6342
|
-
placeholder: "
|
|
6343
|
-
draggingSource: "
|
|
6344
|
-
placeholderContainer: "
|
|
6339
|
+
tree: "_tree_1mtkj_1",
|
|
6340
|
+
toggle: "_toggle_1mtkj_7",
|
|
6341
|
+
dropTarget: "_dropTarget_1mtkj_14",
|
|
6342
|
+
placeholder: "_placeholder_1mtkj_29",
|
|
6343
|
+
draggingSource: "_draggingSource_1mtkj_35",
|
|
6344
|
+
placeholderContainer: "_placeholderContainer_1mtkj_38"
|
|
6345
6345
|
};
|
|
6346
6346
|
const TreeItem = ({ node: t, depth: n, isOpen: r, onToggle: i, hasChild: a, draggable: o, icons: s, onDrop: c }) => {
|
|
6347
6347
|
let { id: l, data: u } = t, { active: d, testId: f, onClick: p, actions: m = [] } = u, [h, _] = React.useState(!1), [v, y] = React.useState(0), b = (e) => {
|
package/package.json
CHANGED