sccoreui 6.3.72 → 6.3.74
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.js +1 -0
- package/dist/assets/sccoreui.css +2 -0
- package/dist/components/ag-charts/AGCharts.js +35 -0
- package/dist/components/ag-grid/LicenceKey.js +2 -1
- package/dist/components/list-box-dropdown/list-box-dropdown.js +8 -7
- package/dist/directives/svg-icons.js +19 -0
- package/dist/index.js +3 -1
- package/dist/pages/list-box-dropdown/listboxdropdown.js +5 -2
- package/dist/types/components/ag-charts/AGCharts.d.ts +2 -0
- package/dist/types/components/ag-grid/LicenceKey.d.ts +1 -0
- package/dist/types/components/list-box-dropdown/list-box-dropdown.d.ts +1 -1
- package/dist/types/components/types/type.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +2 -1
package/dist/App.js
CHANGED
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
4
|
require("./App.scss");
|
|
5
5
|
// import Home from "./pages/home";
|
|
6
|
+
// import Home from "./pages/home";
|
|
6
7
|
const App = () => {
|
|
7
8
|
// const [selectedCountries, setSelectedCountries] = useState(null);
|
|
8
9
|
return ((0, jsx_runtime_1.jsx)("div", { className: "m-6" }));
|
package/dist/assets/sccoreui.css
CHANGED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const react_1 = require("react");
|
|
5
|
+
const ag_charts_enterprise_1 = require("ag-charts-enterprise");
|
|
6
|
+
const LicenceKey_1 = require("../ag-grid/LicenceKey");
|
|
7
|
+
// Set your license key here
|
|
8
|
+
ag_charts_enterprise_1.LicenseManager.setLicenseKey(LicenceKey_1.AG_CHARTS_LICENSEKEY);
|
|
9
|
+
// type Props = {
|
|
10
|
+
// options: AgChartOptions;
|
|
11
|
+
// };
|
|
12
|
+
const AGCharts = ({ options }) => {
|
|
13
|
+
const chartRef = (0, react_1.useRef)(null);
|
|
14
|
+
const chartInstanceRef = (0, react_1.useRef)(null);
|
|
15
|
+
(0, react_1.useEffect)(() => {
|
|
16
|
+
debugger;
|
|
17
|
+
if (!chartRef.current)
|
|
18
|
+
return undefined;
|
|
19
|
+
const chartOptions = Object.assign(Object.assign({}, options), { container: chartRef.current });
|
|
20
|
+
if (!chartInstanceRef.current) {
|
|
21
|
+
chartInstanceRef.current = ag_charts_enterprise_1.AgCharts.create(chartOptions);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
chartInstanceRef.current.update(chartOptions);
|
|
25
|
+
}
|
|
26
|
+
return () => {
|
|
27
|
+
if (chartInstanceRef.current) {
|
|
28
|
+
chartInstanceRef.current.destroy();
|
|
29
|
+
chartInstanceRef.current = null;
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}, [options]);
|
|
33
|
+
return (0, jsx_runtime_1.jsx)("div", { ref: chartRef });
|
|
34
|
+
};
|
|
35
|
+
exports.default = AGCharts;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LICENSEKEY = void 0;
|
|
3
|
+
exports.AG_CHARTS_LICENSEKEY = exports.LICENSEKEY = void 0;
|
|
4
4
|
exports.LICENSEKEY = "Using_this_{AG_Grid}_Enterprise_key_{AG-056800}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Sellers_Commerce_LLC}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{SellersCommerce}_only_for_{2}_Front-End_JavaScript_developers___All_Front-End_JavaScript_developers_working_on_{SellersCommerce}_need_to_be_licensed___{SellersCommerce}_has_been_granted_a_Deployment_License_Add-on_for_{1}_Production_Environment___This_key_works_with_{AG_Grid}_Enterprise_versions_released_before_{14_April_2025}____[v3]_[01]_MTc0NDU4NTIwMDAwMA==895f2234e1659afcfba586110daf0549";
|
|
5
|
+
exports.AG_CHARTS_LICENSEKEY = "Using_this_{AG_Charts_and_AG_Grid}_Enterprise_key_{AG-058800}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Sellers_Commerce_LLC}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{SellersCommerce}_only_for_{2}_Front-End_JavaScript_developers___All_Front-End_JavaScript_developers_working_on_{SellersCommerce}_need_to_be_licensed___{SellersCommerce}_has_been_granted_a_Deployment_License_Add-on_for_{1}_Production_Environment___This_key_works_with_{AG_Charts_and_AG_Grid}_Enterprise_versions_released_before_{14_April_2025}____[v3]_[0102]_MTc0NDU4NTIwMDAwMA==15a0fcf3657abde81fe561ca3a6780e3";
|
|
@@ -9,14 +9,15 @@ const button_1 = require("primereact/button");
|
|
|
9
9
|
const svg_component_1 = tslib_1.__importDefault(require("../../directives/svg-component"));
|
|
10
10
|
// import { InputText } from "primereact/inputtext";
|
|
11
11
|
// import { Checkbox } from "primereact/checkbox";
|
|
12
|
-
const ListBoxDropdown = (
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
//
|
|
16
|
-
|
|
12
|
+
const ListBoxDropdown = (props) => {
|
|
13
|
+
const boxRef = (0, react_1.useRef)();
|
|
14
|
+
const { selectAll,
|
|
15
|
+
// onSelectAll,
|
|
16
|
+
onChange, footeTemplate, headerTemplate, labelIcon, labelIconPos, label, labelIconSize, listItems, filter, multiple, filterPlaceholder, optionLabel, listClassName, menuClassName, listBoxParentClassName, listBoxclassName, optionTemplate, values, link, className, scrollElementId, optionsMenuRef = boxRef,
|
|
17
|
+
// buttonClassName,
|
|
18
|
+
showChips, chipTemplate, chipClassName, chipsParentClassName, showRemoveIcon, removeIconSize, removeIconClassName, onRemoveItem, isDraggable, onDranghandle, onShow, onHide, onFocus, confirmationOption, selectedOptionNone, type, } = props;
|
|
17
19
|
const [selectedItems, setSelectedItems] = (0, react_1.useState)([]);
|
|
18
20
|
// const [inpValue, setInpValue] = useState<any>();
|
|
19
|
-
const optionsMenuRef = (0, react_1.useRef)();
|
|
20
21
|
// const [checked, setChecked] = useState<boolean>(false);
|
|
21
22
|
const [buttonPosition, setButtonPosition] = (0, react_1.useState)(null);
|
|
22
23
|
const buttonRef = (0, react_1.useRef)(null);
|
|
@@ -111,7 +112,7 @@ showChips, chipTemplate, chipClassName, chipsParentClassName, showRemoveIcon, re
|
|
|
111
112
|
: listItems
|
|
112
113
|
: listItems, optionLabel: optionLabel, className: `${listBoxclassName
|
|
113
114
|
? listBoxclassName
|
|
114
|
-
: "w-16rem border-none "} `, filterPlaceholder: filterPlaceholder ? filterPlaceholder : "" }), footeTemplate && (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: footeTemplate() })] }))),
|
|
115
|
+
: "w-16rem border-none "} `, filterPlaceholder: filterPlaceholder ? filterPlaceholder : "Search " }), footeTemplate && (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: footeTemplate() })] }))),
|
|
115
116
|
},
|
|
116
117
|
] }), !showChips ? ((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) })) : ((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",
|
|
117
118
|
// className={`list_box_button focus:shadow-none p-0 h-max h-auto mx-2`}
|
|
@@ -11105,6 +11105,25 @@ exports.iconList = [
|
|
|
11105
11105
|
svg: `<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11106
11106
|
<path d="M1.5 16.5H16.5M4 14V7.33333M7.33333 14V7.33333M10.6667 14V7.33333M14 14V7.33333M15.6667 4.83333L9.35333 0.887495C9.22515 0.807381 9.16106 0.767325 9.09233 0.751706C9.03155 0.737896 8.96845 0.737896 8.90767 0.751706C8.83894 0.767325 8.77485 0.807381 8.64667 0.887494L2.33333 4.83333H15.6667Z" stroke="#8190E8" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11107
11107
|
</svg>
|
|
11108
|
+
`,
|
|
11109
|
+
},
|
|
11110
|
+
{
|
|
11111
|
+
name: "no-data-found",
|
|
11112
|
+
svg: `<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11113
|
+
<g clip-path="url(#clip0_14228_5182)">
|
|
11114
|
+
<path d="M12.9453 10.2802C15.7453 8.94688 19.8107 2.54688 19.8107 2.54688L25.532 14.6362C25.532 14.6362 18.0093 13.7255 15.2067 15.0522L13.7733 15.7335C13.1398 16.0341 12.4128 16.0707 11.7523 15.8353C11.0918 15.5999 10.5519 15.1117 10.2513 14.4782C9.95074 13.8447 9.91414 13.1177 10.1496 12.4572C10.385 11.7967 10.8731 11.2568 11.5067 10.9562L12.9453 10.2802Z" stroke="#667085" stroke-width="1.24" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11115
|
+
<path d="M1.33398 19.3231C1.33398 20.2071 1.68517 21.055 2.3103 21.6801C2.93542 22.3052 3.78326 22.6564 4.66732 22.6564C5.55137 22.6564 6.39922 22.3052 7.02434 21.6801C7.64946 21.055 8.00065 20.2071 8.00065 19.3231C8.00065 18.439 7.64946 17.5912 7.02434 16.9661C6.39922 16.3409 5.55137 15.9897 4.66732 15.9897C3.78326 15.9897 2.93542 16.3409 2.3103 16.9661C1.68517 17.5912 1.33398 18.439 1.33398 19.3231Z" stroke="#667085" stroke-width="1.24" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11116
|
+
<path d="M9.33268 31.3231V28.9711C13.258 27.1884 15.9993 24.5711 15.9993 19.9897C15.9993 19.4593 15.7886 18.9506 15.4136 18.5755C15.0385 18.2005 14.5298 17.9897 13.9993 17.9897C13.4689 17.9897 12.9602 18.2005 12.5851 18.5755C12.2101 18.9506 11.9993 19.4593 11.9993 19.9897C11.9993 22.5577 10.666 23.4884 8.66602 24.7991L3.51802 26.2337C2.69765 26.4624 1.97471 26.9534 1.45969 27.6316C0.944676 28.3099 0.665915 29.1381 0.666016 29.9897V31.3231" stroke="#667085" stroke-width="1.24" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11117
|
+
<path d="M26 6.67725L29.3333 4.67725" stroke="#667085" stroke-width="1.24" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11118
|
+
<path d="M24 3.34391L26.6667 0.677246" stroke="#667085" stroke-width="1.24" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11119
|
+
<path d="M27.334 10.0104L31.334 9.34375" stroke="#667085" stroke-width="1.24" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11120
|
+
</g>
|
|
11121
|
+
<defs>
|
|
11122
|
+
<clipPath id="clip0_14228_5182">
|
|
11123
|
+
<rect width="32" height="32" fill="white"/>
|
|
11124
|
+
</clipPath>
|
|
11125
|
+
</defs>
|
|
11126
|
+
</svg>
|
|
11108
11127
|
`,
|
|
11109
11128
|
},
|
|
11110
11129
|
];
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ProgressSpinner = exports.Skeleton = exports.Chip = exports.Chips = exports.Rating = exports.InputTextarea = exports.InputSwitch = exports.InputMask = exports.SpeedDial = exports.SplitButton = exports.DataViewLayoutOptions = exports.DataView = exports.Toast = exports.InputNumber = exports.OverlayPanel = exports.Tag = exports.Carousel = exports.ToggleButton = exports.CustomSlider = exports.Card = exports.Dialog = exports.Password = exports.confirmPopup = exports.ConfirmDialog = exports.RadioButton = exports.Badge = exports.Tooltip = exports.Calendar = exports.Image = exports.AvatarGroup = exports.Avatar = exports.classNames = exports.Paginator = exports.ScMultiSelect = exports.MultiSelect = exports.FileUpload = exports.TabMenu = exports.TabPanel = exports.TabView = exports.Sidebar = exports.Column = exports.DataTable = exports.Checkbox = exports.AutoComplete = exports.ColorPicker = exports.AccordionTab = exports.Accordion = exports.InputText = exports.Dropdown = exports.Button = void 0;
|
|
4
4
|
exports.ScrollTop = exports.InplaceContent = exports.InplaceDisplay = exports.Inplace = exports.BlockUI = exports.Messages = exports.Message = exports.TieredMenu = exports.Steps = exports.SlideMenu = exports.PanelMenu = exports.Menubar = exports.Menu = exports.Dock = exports.ContextMenu = exports.Toolbar = exports.SplitterPanel = exports.Splitter = exports.ScrollPanel = exports.Panel = exports.Fieldset = exports.DeferredContent = exports.Timeline = exports.TreeTable = exports.Tree = exports.PickList = exports.OrganizationChart = exports.OrderList = exports.DataScroller = exports.TriStateCheckbox = exports.TreeSelect = exports.SelectButton = exports.MultiStateCheckbox = exports.Mention = exports.ListBox = exports.Knob = exports.Editor = exports.CascadeSelect = exports.FilterOperator = exports.FilterMatchMode = exports.Slider = exports.Galleria = exports.SvgComponent = exports.CircleProgressComponent = exports.ProgressSteps = exports.ProgressBar = exports.Divider = exports.MegaMenu = exports.BreadCrumb = exports.Chart = void 0;
|
|
5
|
-
exports.SCLoader = exports.AGGridComponent = exports.useOverlayScrollListener = exports.useOverlayListener = exports.useClickOutside = exports.CustomColorPicker = exports.ListBoxDropdown = exports.FroalaEditorTextBox = exports.FroalaTextEditor = exports.FormFields = exports.FormComponent = exports.TreeDropdownSelect = exports.DatePicker = exports.FormulaCoponent = exports.MultiSelectDropDown = exports.Terminal = exports.StyleClass = void 0;
|
|
5
|
+
exports.AGCharts = exports.SCLoader = exports.AGGridComponent = exports.useOverlayScrollListener = exports.useOverlayListener = exports.useClickOutside = exports.CustomColorPicker = exports.ListBoxDropdown = exports.FroalaEditorTextBox = exports.FroalaTextEditor = exports.FormFields = exports.FormComponent = exports.TreeDropdownSelect = exports.DatePicker = exports.FormulaCoponent = exports.MultiSelectDropDown = exports.Terminal = exports.StyleClass = void 0;
|
|
6
6
|
const tslib_1 = require("tslib");
|
|
7
7
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
8
|
const client_1 = tslib_1.__importDefault(require("react-dom/client"));
|
|
@@ -234,4 +234,6 @@ var parent_for_grid_1 = require("./components/ag-grid/parent-for-grid");
|
|
|
234
234
|
Object.defineProperty(exports, "AGGridComponent", { enumerable: true, get: function () { return tslib_1.__importDefault(parent_for_grid_1).default; } });
|
|
235
235
|
var Loader_1 = require("./components/loader/Loader");
|
|
236
236
|
Object.defineProperty(exports, "SCLoader", { enumerable: true, get: function () { return tslib_1.__importDefault(Loader_1).default; } });
|
|
237
|
+
var AGCharts_1 = require("./components/ag-charts/AGCharts");
|
|
238
|
+
Object.defineProperty(exports, "AGCharts", { enumerable: true, get: function () { return tslib_1.__importDefault(AGCharts_1).default; } });
|
|
237
239
|
client_1.default.createRoot(document.getElementById("root")).render((0, jsx_runtime_1.jsx)(App_1.default, {}));
|
|
@@ -19,11 +19,14 @@ const ListBoxPage = () => {
|
|
|
19
19
|
{ name: "Istanbul1", optionCode: "IS-T1dd", value: "IS-T1dd" },
|
|
20
20
|
{ name: "Paris1", optionCode: "PR-S541", value: "PR-S541" },
|
|
21
21
|
];
|
|
22
|
+
const boxRef = (0, react_1.useRef)(null);
|
|
22
23
|
const headerTemplate = () => {
|
|
23
24
|
return ((0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "w-full flex align-items-center justify-content-between p-3 list_box_header" }, { children: [(0, jsx_runtime_1.jsx)("div", Object.assign({ className: "box_tittle font-semibold text-base text-gray-900" }, { children: "Options" })), (0, jsx_runtime_1.jsx)(button_1.Button, { className: "focus:shadow-none p-0", link: true, icon: "pi pi-plus", size: "small", iconPos: "left", label: "Create Option" })] })));
|
|
24
25
|
};
|
|
25
26
|
const footeTemplate = () => {
|
|
26
|
-
return (0, jsx_runtime_1.jsx)(
|
|
27
|
+
return (0, jsx_runtime_1.jsx)(button_1.Button, { label: "click", onClick: (e) => {
|
|
28
|
+
boxRef.current && boxRef.current.hide(e);
|
|
29
|
+
} });
|
|
27
30
|
};
|
|
28
31
|
const optionTemplate = (option) => {
|
|
29
32
|
return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "flex text-primary-600 align-items-center justify-content-between" }, { children: [(0, jsx_runtime_1.jsxs)("div", Object.assign({ className: "item_content" }, { children: [(0, jsx_runtime_1.jsx)("div", Object.assign({ className: "text-base font-semibold\ttext-gray-600" }, { children: option.name })), (0, jsx_runtime_1.jsx)("span", Object.assign({ className: "text-sm text-gray-500" }, { children: option.optionCode }))] })), (0, jsx_runtime_1.jsx)("span", Object.assign({ className: "item_icon" }, { children: (0, jsx_runtime_1.jsx)(svg_component_1.default, { icon: "check", size: 20, className: "text-gray-500" }) }))] }), option.name) }));
|
|
@@ -45,7 +48,7 @@ const ListBoxPage = () => {
|
|
|
45
48
|
let selectetesItems = cities.filter((x) => items.indexOf(x.optionCode) !== -1);
|
|
46
49
|
setSelectedValues(selectetesItems);
|
|
47
50
|
};
|
|
48
|
-
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("div", Object.assign({ className: "p-4 text-red-500 cursor-pointer max-w-max", onClick: () => setSelectedValues([]) }, { children: "Remove" })), (0, jsx_runtime_1.jsx)(list_box_dropdown_1.default, { type: "sectionHeader", link: true, values: selectedValues, selectedOptionNone: true, onChange: onChange, optionLabel: "name", optionTemplate: optionTemplate, listClassName: "max-h-18rem overflow-y-auto", listBoxclassName: "w-16rem border-none", label: "Add Option", listItems: cities, headerTemplate: headerTemplate, labelIconPos: "left", labelIcon: (0, jsx_runtime_1.jsx)(svg_component_1.default, { icon: "plus" }), labelIconSize: "small", selectAll: true, footeTemplate: footeTemplate, filter: true, filterPlaceholder: "Search", menuClassName: "w-16rem p-0", listBoxParentClassName: " w-16rem", multiple: true, showChips: true, buttonClassName: "text-base", showRemoveIcon: "x-close", removeIconSize: 14, removeIconClassName: "", onSelectAll: (e) => {
|
|
51
|
+
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("div", Object.assign({ className: "p-4 text-red-500 cursor-pointer max-w-max", onClick: () => setSelectedValues([]) }, { children: "Remove" })), (0, jsx_runtime_1.jsx)(list_box_dropdown_1.default, { type: "sectionHeader", link: true, values: selectedValues, selectedOptionNone: true, onChange: onChange, optionLabel: "name", optionTemplate: optionTemplate, listClassName: "max-h-18rem overflow-y-auto", listBoxclassName: "w-16rem border-none", label: "Add Option", listItems: cities, headerTemplate: headerTemplate, labelIconPos: "left", labelIcon: (0, jsx_runtime_1.jsx)(svg_component_1.default, { icon: "plus" }), labelIconSize: "small", selectAll: true, footeTemplate: footeTemplate, optionsMenuRef: boxRef, filter: true, filterPlaceholder: "Search by name", emptyFilterMessage: "No Result Found", emptyMessage: "No Data Found", menuClassName: "w-16rem p-0", listBoxParentClassName: " w-16rem", multiple: true, showChips: true, buttonClassName: "text-base", showRemoveIcon: "x-close", removeIconSize: 14, removeIconClassName: "", onSelectAll: (e) => {
|
|
49
52
|
if (e)
|
|
50
53
|
setSelectedValues(cities.map((x) => x === null || x === void 0 ? void 0 : x.optionCode));
|
|
51
54
|
else
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export declare const LICENSEKEY = "Using_this_{AG_Grid}_Enterprise_key_{AG-056800}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Sellers_Commerce_LLC}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{SellersCommerce}_only_for_{2}_Front-End_JavaScript_developers___All_Front-End_JavaScript_developers_working_on_{SellersCommerce}_need_to_be_licensed___{SellersCommerce}_has_been_granted_a_Deployment_License_Add-on_for_{1}_Production_Environment___This_key_works_with_{AG_Grid}_Enterprise_versions_released_before_{14_April_2025}____[v3]_[01]_MTc0NDU4NTIwMDAwMA==895f2234e1659afcfba586110daf0549";
|
|
2
|
+
export declare const AG_CHARTS_LICENSEKEY = "Using_this_{AG_Charts_and_AG_Grid}_Enterprise_key_{AG-058800}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Sellers_Commerce_LLC}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{SellersCommerce}_only_for_{2}_Front-End_JavaScript_developers___All_Front-End_JavaScript_developers_working_on_{SellersCommerce}_need_to_be_licensed___{SellersCommerce}_has_been_granted_a_Deployment_License_Add-on_for_{1}_Production_Environment___This_key_works_with_{AG_Charts_and_AG_Grid}_Enterprise_versions_released_before_{14_April_2025}____[v3]_[0102]_MTc0NDU4NTIwMDAwMA==15a0fcf3657abde81fe561ca3a6780e3";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ListBoxDropdownTypes } from "../types/type";
|
|
2
|
-
declare const ListBoxDropdown: (
|
|
2
|
+
declare const ListBoxDropdown: (props: ListBoxDropdownTypes) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default ListBoxDropdown;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ export { default as CustomColorPicker } from "./components/custom-color-picker/c
|
|
|
106
106
|
export { useClickOutside, useOverlayListener, useOverlayScrollListener } from 'primereact/hooks';
|
|
107
107
|
export { default as AGGridComponent } from './components/ag-grid/parent-for-grid';
|
|
108
108
|
export { default as SCLoader } from "./components/loader/Loader";
|
|
109
|
+
export { default as AGCharts } from "./components/ag-charts/AGCharts";
|
|
109
110
|
import { DropdownChangeEvent } from "primereact/dropdown";
|
|
110
111
|
import { ColorPickerChangeEvent } from "primereact/colorpicker";
|
|
111
112
|
import { SliderChangeEvent } from "primereact/slider";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sccoreui",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.74",
|
|
4
4
|
"description": "ui-sccore",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"@types/react": "18",
|
|
60
60
|
"@types/react-dom": "18",
|
|
61
61
|
"@yaireo/tagify": "^4.33.2",
|
|
62
|
+
"ag-charts-enterprise": "^11.2.0",
|
|
62
63
|
"ag-grid-react": "^31.2.1",
|
|
63
64
|
"axios": "^1.6.8",
|
|
64
65
|
"chart.js": "^4.3.0",
|