@apexcura/ui-components 0.0.14-Beta181 → 0.0.14-Beta183
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/index.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +0 -8
- package/dist/index.mjs +0 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -132,10 +132,8 @@ declare const HorizontalBarChart: (props: ElementType) => React$1.JSX.Element;
|
|
|
132
132
|
|
|
133
133
|
declare const LineChart: (props: ElementType) => React$1.JSX.Element;
|
|
134
134
|
|
|
135
|
-
declare const HighchartsLineChart: (props: ElementType) => React$1.JSX.Element;
|
|
136
|
-
|
|
137
135
|
declare const DoubleBarChart: (props: ElementType) => React$1.JSX.Element;
|
|
138
136
|
|
|
139
137
|
declare const BarChart: (props: ElementType) => React$1.JSX.Element;
|
|
140
138
|
|
|
141
|
-
export { AddMoreTable, BarChart, ButtonElement, CheckboxElement, CircleDonut, CkEditor, DatePickerElement, DateRangePickerElement, DoubleBarChart, DropDownGroup, FileUpload,
|
|
139
|
+
export { AddMoreTable, BarChart, ButtonElement, CheckboxElement, CircleDonut, CkEditor, DatePickerElement, DateRangePickerElement, DoubleBarChart, DropDownGroup, FileUpload, HorizontalBarChart, Image, LineChart, MultipleSelectElement, Navbar, NumberElement, OtpElement, PasswordElement, RadioElement, SelectElement, SemiCircleDonut, Sidebar, SingleCheckbox, SingleSelectElement, SwitchElement, TableElement, TabsElement, TextElement, TextareaElement, Upload };
|
package/dist/index.d.ts
CHANGED
|
@@ -132,10 +132,8 @@ declare const HorizontalBarChart: (props: ElementType) => React$1.JSX.Element;
|
|
|
132
132
|
|
|
133
133
|
declare const LineChart: (props: ElementType) => React$1.JSX.Element;
|
|
134
134
|
|
|
135
|
-
declare const HighchartsLineChart: (props: ElementType) => React$1.JSX.Element;
|
|
136
|
-
|
|
137
135
|
declare const DoubleBarChart: (props: ElementType) => React$1.JSX.Element;
|
|
138
136
|
|
|
139
137
|
declare const BarChart: (props: ElementType) => React$1.JSX.Element;
|
|
140
138
|
|
|
141
|
-
export { AddMoreTable, BarChart, ButtonElement, CheckboxElement, CircleDonut, CkEditor, DatePickerElement, DateRangePickerElement, DoubleBarChart, DropDownGroup, FileUpload,
|
|
139
|
+
export { AddMoreTable, BarChart, ButtonElement, CheckboxElement, CircleDonut, CkEditor, DatePickerElement, DateRangePickerElement, DoubleBarChart, DropDownGroup, FileUpload, HorizontalBarChart, Image, LineChart, MultipleSelectElement, Navbar, NumberElement, OtpElement, PasswordElement, RadioElement, SelectElement, SemiCircleDonut, Sidebar, SingleCheckbox, SingleSelectElement, SwitchElement, TableElement, TabsElement, TextElement, TextareaElement, Upload };
|
package/dist/index.js
CHANGED
|
@@ -41,7 +41,6 @@ __export(src_exports, {
|
|
|
41
41
|
DoubleBarChart: () => DoubleBarChart,
|
|
42
42
|
DropDownGroup: () => DropDownGroup,
|
|
43
43
|
FileUpload: () => FileUpload,
|
|
44
|
-
HighchartsLineChart: () => highchart_default,
|
|
45
44
|
HorizontalBarChart: () => HorizontalBarChart,
|
|
46
45
|
Image: () => Image,
|
|
47
46
|
LineChart: () => LineChart,
|
|
@@ -1385,12 +1384,6 @@ var LineChart = (props) => {
|
|
|
1385
1384
|
|
|
1386
1385
|
// src/Components/highchart.tsx
|
|
1387
1386
|
var import_react35 = __toESM(require("react"));
|
|
1388
|
-
var import_highcharts = __toESM(require("highcharts"));
|
|
1389
|
-
var import_highcharts_react_official = __toESM(require("highcharts-react-official"));
|
|
1390
|
-
var HighchartsLineChart = (props) => {
|
|
1391
|
-
return /* @__PURE__ */ import_react35.default.createElement("div", { className: props.className }, /* @__PURE__ */ import_react35.default.createElement(import_highcharts_react_official.default, { highcharts: import_highcharts.default, options: props.graph_data }));
|
|
1392
|
-
};
|
|
1393
|
-
var highchart_default = HighchartsLineChart;
|
|
1394
1387
|
|
|
1395
1388
|
// src/Components/DoubleBarChart.tsx
|
|
1396
1389
|
var import_react36 = __toESM(require("react"));
|
|
@@ -1548,7 +1541,6 @@ var BarChart = (props) => {
|
|
|
1548
1541
|
DoubleBarChart,
|
|
1549
1542
|
DropDownGroup,
|
|
1550
1543
|
FileUpload,
|
|
1551
|
-
HighchartsLineChart,
|
|
1552
1544
|
HorizontalBarChart,
|
|
1553
1545
|
Image,
|
|
1554
1546
|
LineChart,
|
package/dist/index.mjs
CHANGED
|
@@ -1336,12 +1336,6 @@ var LineChart = (props) => {
|
|
|
1336
1336
|
|
|
1337
1337
|
// src/Components/highchart.tsx
|
|
1338
1338
|
import React35 from "react";
|
|
1339
|
-
import Highcharts from "highcharts";
|
|
1340
|
-
import HighchartsReact from "highcharts-react-official";
|
|
1341
|
-
var HighchartsLineChart = (props) => {
|
|
1342
|
-
return /* @__PURE__ */ React35.createElement("div", { className: props.className }, /* @__PURE__ */ React35.createElement(HighchartsReact, { highcharts: Highcharts, options: props.graph_data }));
|
|
1343
|
-
};
|
|
1344
|
-
var highchart_default = HighchartsLineChart;
|
|
1345
1339
|
|
|
1346
1340
|
// src/Components/DoubleBarChart.tsx
|
|
1347
1341
|
import React36, { useEffect as useEffect5, useRef as useRef3 } from "react";
|
|
@@ -1504,7 +1498,6 @@ export {
|
|
|
1504
1498
|
DoubleBarChart,
|
|
1505
1499
|
DropDownGroup,
|
|
1506
1500
|
FileUpload,
|
|
1507
|
-
highchart_default as HighchartsLineChart,
|
|
1508
1501
|
HorizontalBarChart,
|
|
1509
1502
|
Image,
|
|
1510
1503
|
LineChart,
|