sccoreui 6.3.85 → 6.3.86

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
@@ -817,7 +817,7 @@ div:has(ul.date_filter) .p-datepicker-footer {
817
817
 
818
818
  .p-multiselect-panel {
819
819
  .p-multiselect-items {
820
- padding: 6px;
820
+ padding: 4px;
821
821
  min-width: 140px !important;
822
822
  }
823
823
  }
@@ -1161,6 +1161,14 @@ button[aria-expanded="true"] {
1161
1161
  padding-inline: 6px 10px !important;
1162
1162
  color: var(--primary-400);
1163
1163
  background: transparent;
1164
+ &.assign_value {
1165
+ .p-button-label {
1166
+ max-width: 120px;
1167
+ white-space: nowrap;
1168
+ text-overflow: ellipsis;
1169
+ overflow: hidden;
1170
+ }
1171
+ }
1164
1172
  &:not(.section_btn) {
1165
1173
  height: 28px;
1166
1174
  }
@@ -1908,7 +1908,7 @@ a {
1908
1908
  color: #495057;
1909
1909
  background: transparent;
1910
1910
  transition: box-shadow 0.2s;
1911
- border-radius: var(--border-radius);
1911
+ border-radius: 4px !important;
1912
1912
  margin-bottom: 2px;
1913
1913
  }
1914
1914
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
@@ -136,7 +136,15 @@ const ListBoxDropdown = (props) => {
136
136
  ? emptyFilterMessage
137
137
  : "No Results Found", emptyMessage: emptyMessage ? emptyMessage : "No Data Found" }), footeTemplate && (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: footeTemplate() })] }))),
138
138
  },
139
- ] }), !showChips ? ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: !dataLabel ? ((0, jsx_runtime_1.jsx)(button_1.Button, { type: "button", className: `list_box_btn ${type === "sectionHeader" ? "section_btn" : ""}`, link: link ? true : false, icon: labelIcon ? labelIcon : "", size: labelIconSize ? labelIconSize : "", iconPos: labelIconPos ? labelIconPos : "", label: label, onClick: (event) => optionsMenuRef.current.toggle(event), title: label })) : ((0, jsx_runtime_1.jsx)("div", Object.assign({ onClick: (event) => optionsMenuRef.current.toggle(event), title: label, className: "listbox_label" }, { children: dataLabel }))) })) : ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex flex-wrap gap-2" }, { children: [(0, jsx_runtime_1.jsx)(button_1.Button, { type: "button",
139
+ ] }), !showChips ? ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: !dataLabel ? ((0, jsx_runtime_1.jsx)(button_1.Button, { type: "button", className: `list_box_btn ${type === "sectionHeader" ? "section_btn" : ""}`, link: link ? true : false, icon: labelIcon ? labelIcon : "", size: labelIconSize ? labelIconSize : "", iconPos: labelIconPos ? labelIconPos : "", label: label, onClick: (event) => optionsMenuRef.current.toggle(event), title: label })) : (
140
+ // <div
141
+ // onClick={(event) => optionsMenuRef.current.toggle(event)}
142
+ // title={label}
143
+ // className="listbox_label"
144
+ // >
145
+ // {dataLabel}
146
+ // </div>
147
+ (0, jsx_runtime_1.jsx)(button_1.Button, { type: "button", className: `list_box_btn assign_value`, link: link ? true : false, icon: labelIcon ? labelIcon : "", size: labelIconSize ? labelIconSize : "", iconPos: labelIconPos ? labelIconPos : "", label: dataLabel, onClick: (event) => optionsMenuRef.current.toggle(event), title: dataLabel })) })) : ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex flex-wrap gap-2" }, { children: [(0, jsx_runtime_1.jsx)(button_1.Button, { type: "button",
140
148
  // className={`list_box_button focus:shadow-none p-0 h-max h-auto mx-2`}
141
149
  // link={link ? true : false}
142
150
  icon: labelIcon ? labelIcon : "", size: labelIconSize ? labelIconSize : "", iconPos: labelIconPos ? labelIconPos : "", label: label, onClick: (event) => optionsMenuRef.current.toggle(event), "aria-controls": "popup_menu_right", "aria-haspopup": true, ref: buttonRef, className: `list_box_btn ${type === "sectionHeader" ? "section_btn" : ""}`, title: label }), (0, jsx_runtime_1.jsx)("ul", Object.assign({ className: `list_box_chips ${chipsParentClassName}` }, { children: selectedItems &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.3.85",
3
+ "version": "6.3.86",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",