sccoreui 6.2.56 → 6.2.58
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/App.scss
CHANGED
|
@@ -2273,13 +2273,13 @@ button[aria-expanded="true"] {
|
|
|
2273
2273
|
|
|
2274
2274
|
.p-button {
|
|
2275
2275
|
&.p-button-secondary {
|
|
2276
|
-
padding: 8px 12px
|
|
2276
|
+
padding: 8px 12px;
|
|
2277
2277
|
}
|
|
2278
2278
|
&.p-button-outline {
|
|
2279
|
-
padding: 8px 12px
|
|
2279
|
+
padding: 8px 12px;
|
|
2280
2280
|
}
|
|
2281
2281
|
|
|
2282
|
-
padding: 8px 12px
|
|
2282
|
+
padding: 8px 12px;
|
|
2283
2283
|
|
|
2284
2284
|
.p-button-label {
|
|
2285
2285
|
font-weight: 600;
|
package/dist/assets/sccoreui.css
CHANGED
|
@@ -2349,7 +2349,7 @@ a {
|
|
|
2349
2349
|
width: auto;
|
|
2350
2350
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s,
|
|
2351
2351
|
box-shadow 0.2s;
|
|
2352
|
-
border-radius:
|
|
2352
|
+
border-radius: 6px;
|
|
2353
2353
|
border: 1px solid var(--primary-500);
|
|
2354
2354
|
}
|
|
2355
2355
|
.p-button:enabled:hover,
|
|
@@ -8223,12 +8223,12 @@ button:after {
|
|
|
8223
8223
|
opacity: 0.2;
|
|
8224
8224
|
}
|
|
8225
8225
|
20% {
|
|
8226
|
-
transform: scale(
|
|
8226
|
+
transform: scale(20, 20);
|
|
8227
8227
|
opacity: 0.2;
|
|
8228
8228
|
}
|
|
8229
8229
|
100% {
|
|
8230
8230
|
opacity: 0.2;
|
|
8231
|
-
transform: scale(
|
|
8231
|
+
transform: scale(40, 40);
|
|
8232
8232
|
}
|
|
8233
8233
|
}
|
|
8234
8234
|
/* @-webkit-keyframes ripple {
|
|
@@ -31,6 +31,6 @@ function Grouping() {
|
|
|
31
31
|
const nodeTemplate = (node) => {
|
|
32
32
|
return ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: `flex align-items-center w-full border-round block w-full p-3 text-primary-400 font-semibold ${checked && "bg-primary-25"}` }, { children: [(0, jsx_runtime_1.jsx)(checkbox_1.Checkbox, { onChange: (e) => setChecked(e.checked), checked: checked }), (0, jsx_runtime_1.jsx)("span", { children: node.label })] })));
|
|
33
33
|
};
|
|
34
|
-
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(button_1.Button, { text: true, className: "h-40 text-primary-400", icon: (0, jsx_runtime_1.jsx)(svg_component_1.default, { icon: "grid-01" }), onClick: (e) => columnGroupRef.current.toggle(e) }), (0, jsx_runtime_1.jsxs)(overlaypanel_1.OverlayPanel, Object.assign({ ref: columnGroupRef, className: "column_group_overlay w-20rem" }, { children: [(0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "p-4" }, { children: [(0, jsx_runtime_1.jsx)("h3", Object.assign({ className: "my-0" }, { children: "Grouping" })), (0, jsx_runtime_1.jsx)("p", Object.assign({ className: "my-0" }, { children: "Select any 2 grouping options only" }))] })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "p-4 border-bottom-1 border-top-1 border-gray-200 bg-gray-50" }, { children: (0, jsx_runtime_1.jsx)(inputtext_1.InputText, { placeholder: "Search by column or attribute name", className: "w-full" }) })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "w-full" }, { children: (0, jsx_runtime_1.jsx)(tree_1.Tree, { value: nodes, nodeTemplate: nodeTemplate, dragdropScope: "demo", onDragDrop: (e) => setNodes(e.value), togglerTemplate: togglerTemplate, className: "list-items" }) })), (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "p-4 border-top-1 border-gray-200 flex justify-content-between" }, { children: [(0, jsx_runtime_1.jsx)(button_1.Button, {
|
|
34
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(button_1.Button, { text: true, className: "h-40 text-primary-400", icon: (0, jsx_runtime_1.jsx)(svg_component_1.default, { icon: "grid-01" }), onClick: (e) => columnGroupRef.current.toggle(e) }), (0, jsx_runtime_1.jsxs)(overlaypanel_1.OverlayPanel, Object.assign({ ref: columnGroupRef, className: "column_group_overlay w-20rem" }, { children: [(0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "p-4" }, { children: [(0, jsx_runtime_1.jsx)("h3", Object.assign({ className: "my-0" }, { children: "Grouping" })), (0, jsx_runtime_1.jsx)("p", Object.assign({ className: "my-0" }, { children: "Select any 2 grouping options only" }))] })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "p-4 border-bottom-1 border-top-1 border-gray-200 bg-gray-50" }, { children: (0, jsx_runtime_1.jsx)(inputtext_1.InputText, { placeholder: "Search by column or attribute name", className: "w-full" }) })), (0, jsx_runtime_1.jsx)("div", Object.assign({ className: "w-full" }, { children: (0, jsx_runtime_1.jsx)(tree_1.Tree, { value: nodes, nodeTemplate: nodeTemplate, dragdropScope: "demo", onDragDrop: (e) => setNodes(e.value), togglerTemplate: togglerTemplate, className: "list-items" }) })), (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "p-4 border-top-1 border-gray-200 flex justify-content-between" }, { children: [(0, jsx_runtime_1.jsx)(button_1.Button, { label: "Remove Grouping", className: "btn-text" }), (0, jsx_runtime_1.jsx)(button_1.Button, { className: "btn-primary", label: "Save Grouping", disabled: true })] }))] }))] }));
|
|
35
35
|
}
|
|
36
36
|
exports.default = Grouping;
|