@oliasoft-open-source/react-ui-library 5.21.0 → 5.21.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/dist/global.css +1 -1
- package/dist/index.js +41 -37
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3094,34 +3094,35 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
3094
3094
|
let r = e.every((e) => Array.isArray(e)), i = e.every((e) => typeof e == "string");
|
|
3095
3095
|
return r && t ? e[n] || [] : i ? e : (console.warn("getHeaderAlignment: alignments array contains a mix of strings and arrays, returning an empty array."), []);
|
|
3096
3096
|
}, X = {
|
|
3097
|
-
inputInTable: "
|
|
3098
|
-
inputHover: "
|
|
3099
|
-
inputFocus: "
|
|
3100
|
-
inputError: "
|
|
3101
|
-
inputWarning: "
|
|
3102
|
-
inputDisabled: "
|
|
3103
|
-
hideScrollbars: "
|
|
3104
|
-
cell: "
|
|
3105
|
-
disabledLink: "
|
|
3106
|
-
inputWrapper: "
|
|
3107
|
-
numberInputWrapper: "
|
|
3108
|
-
breakWord: "
|
|
3109
|
-
inputCell: "
|
|
3110
|
-
sliderCell: "
|
|
3111
|
-
staticCell: "
|
|
3112
|
-
staticCellContent: "
|
|
3113
|
-
unit: "
|
|
3114
|
-
sortingCell: "
|
|
3115
|
-
sortingCellIcon: "
|
|
3116
|
-
icon: "
|
|
3117
|
-
checkBoxCell: "
|
|
3118
|
-
iconCellWrapper: "
|
|
3119
|
-
actionsCell: "
|
|
3120
|
-
rightAligned: "
|
|
3121
|
-
centerAligned: "
|
|
3122
|
-
leftAligned: "
|
|
3123
|
-
popover: "
|
|
3124
|
-
disabledPointerEvents: "
|
|
3097
|
+
inputInTable: "_inputInTable_1flvp_1",
|
|
3098
|
+
inputHover: "_inputHover_1flvp_13",
|
|
3099
|
+
inputFocus: "_inputFocus_1flvp_18",
|
|
3100
|
+
inputError: "_inputError_1flvp_25",
|
|
3101
|
+
inputWarning: "_inputWarning_1flvp_26",
|
|
3102
|
+
inputDisabled: "_inputDisabled_1flvp_61",
|
|
3103
|
+
hideScrollbars: "_hideScrollbars_1flvp_67",
|
|
3104
|
+
cell: "_cell_1flvp_77",
|
|
3105
|
+
disabledLink: "_disabledLink_1flvp_87",
|
|
3106
|
+
inputWrapper: "_inputWrapper_1flvp_91",
|
|
3107
|
+
numberInputWrapper: "_numberInputWrapper_1flvp_106",
|
|
3108
|
+
breakWord: "_breakWord_1flvp_113",
|
|
3109
|
+
inputCell: "_inputCell_1flvp_116",
|
|
3110
|
+
sliderCell: "_sliderCell_1flvp_119",
|
|
3111
|
+
staticCell: "_staticCell_1flvp_123",
|
|
3112
|
+
staticCellContent: "_staticCellContent_1flvp_126",
|
|
3113
|
+
unit: "_unit_1flvp_147",
|
|
3114
|
+
sortingCell: "_sortingCell_1flvp_150",
|
|
3115
|
+
sortingCellIcon: "_sortingCellIcon_1flvp_161",
|
|
3116
|
+
icon: "_icon_1flvp_172",
|
|
3117
|
+
checkBoxCell: "_checkBoxCell_1flvp_176",
|
|
3118
|
+
iconCellWrapper: "_iconCellWrapper_1flvp_180",
|
|
3119
|
+
actionsCell: "_actionsCell_1flvp_184",
|
|
3120
|
+
rightAligned: "_rightAligned_1flvp_192",
|
|
3121
|
+
centerAligned: "_centerAligned_1flvp_198",
|
|
3122
|
+
leftAligned: "_leftAligned_1flvp_204",
|
|
3123
|
+
popover: "_popover_1flvp_207",
|
|
3124
|
+
disabledPointerEvents: "_disabledPointerEvents_1flvp_210",
|
|
3125
|
+
standaloneCheckbox: "_standaloneCheckbox_1flvp_213"
|
|
3125
3126
|
}, ms = ({ cell: e, columnAlignment: t, testId: n, type: r }) => /* @__PURE__ */ R(da, {
|
|
3126
3127
|
name: e.name,
|
|
3127
3128
|
value: e.value,
|
|
@@ -3325,15 +3326,18 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
3325
3326
|
})
|
|
3326
3327
|
})
|
|
3327
3328
|
});
|
|
3328
|
-
}, ws = ({ cell: e, testId: t }) => /* @__PURE__ */ R(
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3329
|
+
}, ws = ({ cell: e, testId: t }) => /* @__PURE__ */ R("div", {
|
|
3330
|
+
className: e.label ? "" : X.standaloneCheckbox,
|
|
3331
|
+
children: /* @__PURE__ */ R(Wr, {
|
|
3332
|
+
label: e.label,
|
|
3333
|
+
checked: e.checked,
|
|
3334
|
+
isInTable: !0,
|
|
3335
|
+
disabled: e.disabled,
|
|
3336
|
+
onChange: (t) => e.onChange(t),
|
|
3337
|
+
testId: t,
|
|
3338
|
+
tabIndex: e.disabled ? -1 : 0,
|
|
3339
|
+
indeterminate: e.indeterminate
|
|
3340
|
+
})
|
|
3337
3341
|
}), Ts = {
|
|
3338
3342
|
container: "_container_1vgw8_1",
|
|
3339
3343
|
small: "_small_1vgw8_7",
|
package/package.json
CHANGED