blixify-ui-web 0.1.121 → 0.1.123
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/lib/components/action/button/index.d.ts +2 -2
- package/lib/components/action/button/index.d.ts.map +1 -1
- package/lib/components/action/buttonGroup/index.d.ts +2 -2
- package/lib/components/action/buttonGroup/index.d.ts.map +1 -1
- package/lib/components/action/iconButton/index.d.ts +2 -2
- package/lib/components/action/iconButton/index.d.ts.map +1 -1
- package/lib/components/action/slider/index.d.ts +2 -2
- package/lib/components/action/slider/index.d.ts.map +1 -1
- package/lib/components/action/textButton/index.d.ts +2 -2
- package/lib/components/action/textButton/index.d.ts.map +1 -1
- package/lib/components/action/toggle/index.d.ts +2 -2
- package/lib/components/action/toggle/index.d.ts.map +1 -1
- package/lib/components/advanced/collapse/index.d.ts +2 -2
- package/lib/components/advanced/collapse/index.d.ts.map +1 -1
- package/lib/components/advanced/popUp/index.d.ts +2 -2
- package/lib/components/advanced/popUp/index.d.ts.map +1 -1
- package/lib/components/auth/bareSignIn/index.d.ts +6 -6
- package/lib/components/auth/bareSignIn/index.d.ts.map +1 -1
- package/lib/components/auth/bareSignUp/index.d.ts +4 -4
- package/lib/components/auth/bareSignUp/index.d.ts.map +1 -1
- package/lib/components/auth/signIn/index.d.ts +1 -1
- package/lib/components/auth/signUp/index.d.ts +2 -2
- package/lib/components/auth/signUp/index.d.ts.map +1 -1
- package/lib/components/chart/DateRange.d.ts +3 -3
- package/lib/components/chart/DateRange.d.ts.map +1 -1
- package/lib/components/chart/DateRange.js +1 -1
- package/lib/components/chart/barChart/index.d.ts +3 -3
- package/lib/components/chart/barChart/index.d.ts.map +1 -1
- package/lib/components/chart/barChart/index.js +1 -1
- package/lib/components/chart/card/index.d.ts +2 -2
- package/lib/components/chart/card/index.d.ts.map +1 -1
- package/lib/components/chart/lineChart/index.d.ts +3 -3
- package/lib/components/chart/lineChart/index.d.ts.map +1 -1
- package/lib/components/chart/lineChart/index.js +1 -1
- package/lib/components/chart/pieChart/index.d.ts +3 -3
- package/lib/components/chart/pieChart/index.d.ts.map +1 -1
- package/lib/components/chart/pieChart/index.js +1 -1
- package/lib/components/chart/radialBar/index.d.ts +3 -3
- package/lib/components/chart/radialBar/index.d.ts.map +1 -1
- package/lib/components/chart/radialBar/index.js +1 -1
- package/lib/components/chart/statsCard/index.d.ts +2 -2
- package/lib/components/chart/statsCard/index.d.ts.map +1 -1
- package/lib/components/data/dataTemplate/index.d.ts +28 -27
- package/lib/components/data/dataTemplate/index.d.ts.map +1 -1
- package/lib/components/data/dataTemplate/index.js +156 -50
- package/lib/components/data/dataTemplate/index.js.map +1 -1
- package/lib/components/data/dataTemplate/model.d.ts +1 -1
- package/lib/components/data/dataTemplate/model.d.ts.map +1 -1
- package/lib/components/data/dataTemplate/settingsModal.d.ts +82 -0
- package/lib/components/data/dataTemplate/settingsModal.d.ts.map +1 -0
- package/lib/components/data/dataTemplate/settingsModal.js +398 -0
- package/lib/components/data/dataTemplate/settingsModal.js.map +1 -0
- package/lib/components/data/dataTemplate/spaceModel.d.ts +0 -4
- package/lib/components/data/dataTemplate/spaceModel.d.ts.map +1 -1
- package/lib/components/data/display.d.ts +4 -4
- package/lib/components/data/display.d.ts.map +1 -1
- package/lib/components/data/display.js +2 -2
- package/lib/components/data/display.js.map +1 -1
- package/lib/components/data/readQuery/index.js +1 -1
- package/lib/components/data/readQueryHoc/index.js +1 -1
- package/lib/components/data/stories.d.ts +1 -0
- package/lib/components/data/stories.d.ts.map +1 -1
- package/lib/components/data/stories.js +42 -5
- package/lib/components/data/stories.js.map +1 -1
- package/lib/components/data/utils.d.ts.map +1 -1
- package/lib/components/data/utils.js +0 -3
- package/lib/components/data/utils.js.map +1 -1
- package/lib/components/data/writeQuery/index.js +1 -1
- package/lib/components/design/actionSection/index.d.ts +2 -2
- package/lib/components/design/actionSection/index.d.ts.map +1 -1
- package/lib/components/design/banner/index.d.ts +2 -2
- package/lib/components/design/banner/index.d.ts.map +1 -1
- package/lib/components/design/bannerAction/index.d.ts +2 -2
- package/lib/components/design/bannerAction/index.d.ts.map +1 -1
- package/lib/components/design/blogSection/index.d.ts +2 -2
- package/lib/components/design/blogSection/index.d.ts.map +1 -1
- package/lib/components/design/carouselSection/index.d.ts +2 -2
- package/lib/components/design/carouselSection/index.d.ts.map +1 -1
- package/lib/components/design/faq/index.d.ts +2 -2
- package/lib/components/design/faq/index.d.ts.map +1 -1
- package/lib/components/design/footerSection/index.d.ts +3 -3
- package/lib/components/design/footerSection/index.d.ts.map +1 -1
- package/lib/components/design/heroSection/index.d.ts +4 -4
- package/lib/components/design/heroSection/index.d.ts.map +1 -1
- package/lib/components/design/iconList/index.d.ts +2 -2
- package/lib/components/design/iconList/index.d.ts.map +1 -1
- package/lib/components/design/leftContent/index.d.ts +2 -2
- package/lib/components/design/leftContent/index.d.ts.map +1 -1
- package/lib/components/design/logoCloud/index.d.ts +2 -2
- package/lib/components/design/logoCloud/index.d.ts.map +1 -1
- package/lib/components/design/rightContent/index.d.ts +2 -2
- package/lib/components/design/rightContent/index.d.ts.map +1 -1
- package/lib/components/design/sectionList/index.d.ts +2 -2
- package/lib/components/design/sectionList/index.d.ts.map +1 -1
- package/lib/components/design/teams/index.d.ts +2 -2
- package/lib/components/design/teams/index.d.ts.map +1 -1
- package/lib/components/display/detailList/index.d.ts +3 -3
- package/lib/components/display/detailList/index.d.ts.map +1 -1
- package/lib/components/display/emptyState/index.d.ts +2 -2
- package/lib/components/display/emptyState/index.d.ts.map +1 -1
- package/lib/components/display/feeds/index.d.ts +2 -2
- package/lib/components/display/feeds/index.d.ts.map +1 -1
- package/lib/components/display/grid/index.d.ts +3 -3
- package/lib/components/display/grid/index.d.ts.map +1 -1
- package/lib/components/display/list/index.d.ts +3 -3
- package/lib/components/display/list/index.d.ts.map +1 -1
- package/lib/components/display/list/index.js +1 -1
- package/lib/components/display/list/index.js.map +1 -1
- package/lib/components/display/loading/index.d.ts +2 -2
- package/lib/components/display/loading/index.d.ts.map +1 -1
- package/lib/components/display/modal/index.d.ts +2 -2
- package/lib/components/display/modal/index.d.ts.map +1 -1
- package/lib/components/display/notification/index.d.ts +2 -2
- package/lib/components/display/notification/index.d.ts.map +1 -1
- package/lib/components/display/stepper/index.d.ts +3 -3
- package/lib/components/display/stepper/index.d.ts.map +1 -1
- package/lib/components/display/table/index.d.ts +4 -4
- package/lib/components/display/table/index.d.ts.map +1 -1
- package/lib/components/display/table/index.js +9 -13
- package/lib/components/display/table/index.js.map +1 -1
- package/lib/components/display/tag/index.d.ts +2 -2
- package/lib/components/display/tag/index.d.ts.map +1 -1
- package/lib/components/input/address/index.d.ts +2 -2
- package/lib/components/input/address/index.d.ts.map +1 -1
- package/lib/components/input/address/index.js +1 -1
- package/lib/components/input/datePicker/index.d.ts +3 -3
- package/lib/components/input/datePicker/index.d.ts.map +1 -1
- package/lib/components/input/datePicker/index.js +1 -1
- package/lib/components/input/form/index.d.ts +2 -2
- package/lib/components/input/form/index.d.ts.map +1 -1
- package/lib/components/input/form/index.js +1 -1
- package/lib/components/input/rating/index.d.ts +1 -1
- package/lib/components/input/rating/index.js +1 -1
- package/lib/components/input/select/index.d.ts +3 -3
- package/lib/components/input/select/index.d.ts.map +1 -1
- package/lib/components/input/select/index.js +1 -1
- package/lib/components/input/textArea/index.d.ts +2 -2
- package/lib/components/input/textArea/index.d.ts.map +1 -1
- package/lib/components/input/textArea/index.js +1 -1
- package/lib/components/input/textInput/index.d.ts +3 -3
- package/lib/components/input/textInput/index.d.ts.map +1 -1
- package/lib/components/input/textInput/index.js +1 -1
- package/lib/components/input/textInput/utils.d.ts +1 -1
- package/lib/components/input/textInput/utils.d.ts.map +1 -1
- package/lib/components/input/uploadInput/index.d.ts +3 -3
- package/lib/components/input/uploadInput/index.d.ts.map +1 -1
- package/lib/components/input/uploadInput/index.js +1 -1
- package/lib/components/navigation/bars/index.d.ts +3 -2
- package/lib/components/navigation/bars/index.d.ts.map +1 -1
- package/lib/components/navigation/bars/index.js +2 -1
- package/lib/components/navigation/bars/index.js.map +1 -1
- package/lib/components/navigation/breadcrumb/index.d.ts +2 -2
- package/lib/components/navigation/breadcrumb/index.d.ts.map +1 -1
- package/lib/components/navigation/header/index.d.ts +2 -2
- package/lib/components/navigation/header/index.d.ts.map +1 -1
- package/lib/components/navigation/header/index.js +1 -1
- package/lib/components/navigation/leftNav/index.d.ts +11 -5
- package/lib/components/navigation/leftNav/index.d.ts.map +1 -1
- package/lib/components/navigation/leftNav/index.js +32 -6
- package/lib/components/navigation/leftNav/index.js.map +1 -1
- package/lib/components/navigation/tabs/index.d.ts +3 -2
- package/lib/components/navigation/tabs/index.d.ts.map +1 -1
- package/lib/components/navigation/tabs/index.js +4 -1
- package/lib/components/navigation/tabs/index.js.map +1 -1
- package/lib/components/structure/column/index.d.ts +2 -2
- package/lib/components/structure/column/index.d.ts.map +1 -1
- package/lib/components/structure/container/index.d.ts +2 -2
- package/lib/components/structure/container/index.d.ts.map +1 -1
- package/lib/components/structure/link/index.d.ts +2 -2
- package/lib/components/structure/link/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Props {
|
|
4
4
|
text: string;
|
|
@@ -10,7 +10,7 @@ interface Props {
|
|
|
10
10
|
onClick?: (e: any) => void;
|
|
11
11
|
}
|
|
12
12
|
export declare class Button extends Component<Props> {
|
|
13
|
-
render(): JSX.Element;
|
|
13
|
+
render(): React.JSX.Element;
|
|
14
14
|
}
|
|
15
15
|
export {};
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/button/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;IACtD,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED,qBAAa,MAAO,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC1C,MAAM;CAuDP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from "react";
|
|
1
|
+
import React, { Component } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Selection {
|
|
4
4
|
id: string;
|
|
@@ -11,7 +11,7 @@ interface Props {
|
|
|
11
11
|
}
|
|
12
12
|
export declare class ButtonGroup extends Component<Props> {
|
|
13
13
|
renderSelection: () => any;
|
|
14
|
-
render(): JSX.Element;
|
|
14
|
+
render(): React.JSX.Element;
|
|
15
15
|
}
|
|
16
16
|
export {};
|
|
17
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/buttonGroup/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/buttonGroup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,oBAAoB,CAAC;AAE5B,UAAU,SAAS;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,KAAK;IACb,SAAS,EAAE,SAAS,EAAE,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC;AAED,qBAAa,WAAY,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC/C,eAAe,YA6Bb;IAEF,MAAM;CAOP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Props {
|
|
4
4
|
icon: ReactElement;
|
|
@@ -8,7 +8,7 @@ interface Props {
|
|
|
8
8
|
onClick?: (e: any) => void;
|
|
9
9
|
}
|
|
10
10
|
export declare class IconButton extends Component<Props> {
|
|
11
|
-
render(): JSX.Element | null;
|
|
11
|
+
render(): React.JSX.Element | null;
|
|
12
12
|
}
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/iconButton/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/iconButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED,qBAAa,UAAW,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC9C,MAAM;CA6BP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from "react";
|
|
1
|
+
import React, { Component } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Props {
|
|
4
4
|
value: string;
|
|
@@ -10,7 +10,7 @@ interface Props {
|
|
|
10
10
|
}
|
|
11
11
|
export declare class Slider extends Component<Props> {
|
|
12
12
|
handleOnChange: (value: string) => void;
|
|
13
|
-
render(): JSX.Element;
|
|
13
|
+
render(): React.JSX.Element;
|
|
14
14
|
}
|
|
15
15
|
export {};
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/slider/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/slider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,qBAAa,MAAO,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC1C,cAAc,UAAW,MAAM,UAE7B;IAEF,MAAM;CAeP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Props {
|
|
4
4
|
text: string;
|
|
@@ -8,7 +8,7 @@ interface Props {
|
|
|
8
8
|
onClick?: (e: any) => void;
|
|
9
9
|
}
|
|
10
10
|
export declare class TextButton extends Component<Props> {
|
|
11
|
-
render(): JSX.Element;
|
|
11
|
+
render(): React.JSX.Element;
|
|
12
12
|
}
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/textButton/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/textButton/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED,qBAAa,UAAW,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC9C,MAAM;CAwBP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from "react";
|
|
1
|
+
import React, { Component } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Props {
|
|
4
4
|
text: string;
|
|
@@ -11,7 +11,7 @@ export declare class Toggle extends Component<Props> {
|
|
|
11
11
|
handleOnClick: (e: any) => void;
|
|
12
12
|
handleTranslate: () => string;
|
|
13
13
|
handleClassName: () => string;
|
|
14
|
-
render(): JSX.Element;
|
|
14
|
+
render(): React.JSX.Element;
|
|
15
15
|
}
|
|
16
16
|
export {};
|
|
17
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/toggle/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/action/toggle/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED,qBAAa,MAAO,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC1C,aAAa,MAAO,GAAG,UAIrB;IAEF,eAAe,eAYb;IAEF,eAAe,eAYb;IAEF,MAAM;CA8BP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Props {
|
|
4
4
|
title: string;
|
|
@@ -8,7 +8,7 @@ interface Props {
|
|
|
8
8
|
handleCollapse: () => void;
|
|
9
9
|
}
|
|
10
10
|
export declare class Collapse extends Component<Props> {
|
|
11
|
-
render(): JSX.Element;
|
|
11
|
+
render(): React.JSX.Element;
|
|
12
12
|
}
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/advanced/collapse/index.tsx"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/advanced/collapse/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,YAAY,CAAC;IACtB,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,qBAAa,QAAS,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC5C,MAAM;CAsBP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
interface Props {
|
|
4
4
|
ctaComp: ReactElement;
|
|
@@ -10,7 +10,7 @@ interface Props {
|
|
|
10
10
|
};
|
|
11
11
|
}
|
|
12
12
|
export declare class PopUp extends Component<Props> {
|
|
13
|
-
render(): JSX.Element;
|
|
13
|
+
render(): React.JSX.Element;
|
|
14
14
|
}
|
|
15
15
|
export {};
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/advanced/popUp/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/advanced/popUp/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,YAAY,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,oBAAoB,CAAC;AAE5B,UAAU,KAAK;IACb,OAAO,EAAE,YAAY,CAAC;IACtB,UAAU,EAAE,YAAY,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC1B,GAAG,EAAE;QACH,IAAI,EAAE,GAAG,CAAC;QACV,UAAU,EAAE,GAAG,CAAC;KACjB,CAAC;CACH;AAED,qBAAa,KAAM,SAAQ,SAAS,CAAC,KAAK,CAAC;IACzC,MAAM;CAiCP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from "react";
|
|
1
|
+
import React, { Component } from "react";
|
|
2
2
|
export declare let AvailableProvider: "google" | "email" | "phone" | "phoneOTP";
|
|
3
3
|
export declare enum SignInType {
|
|
4
4
|
SIGNIN = "signIn",
|
|
@@ -32,11 +32,11 @@ export declare class BareSignIn extends Component<Props> {
|
|
|
32
32
|
handleChangeInput: (e: any) => void;
|
|
33
33
|
handleChangeProvider: (provider: "google" | "email" | "phone") => void;
|
|
34
34
|
renderOtherProvidedContent: () => JSX.Element[];
|
|
35
|
-
renderContent: () => JSX.Element | null;
|
|
36
|
-
renderResetPasswordContent: () => JSX.Element;
|
|
37
|
-
renderSignInContent: () => JSX.Element;
|
|
38
|
-
renderAuthButton: () => JSX.Element;
|
|
39
|
-
render(): JSX.Element;
|
|
35
|
+
renderContent: () => React.JSX.Element | null;
|
|
36
|
+
renderResetPasswordContent: () => React.JSX.Element;
|
|
37
|
+
renderSignInContent: () => React.JSX.Element;
|
|
38
|
+
renderAuthButton: () => React.JSX.Element;
|
|
39
|
+
render(): React.JSX.Element;
|
|
40
40
|
}
|
|
41
41
|
export {};
|
|
42
42
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/auth/bareSignIn/index.tsx"],"names":[],"mappings":"AAKA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/auth/bareSignIn/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAMpD,eAAO,IAAI,iBAAiB,EAAE,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,CAAC;AAExE,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,aAAa,kBAAkB;CAChC;AAED,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,iBAAiB,CAAC;IAC/B,QAAQ,EAAE,OAAO,iBAAiB,EAAE,CAAC;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,CAAC,QAAQ,EAAE,OAAO,iBAAiB,KAAK,IAAI,CAAC;IAC/D,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CACnC;AAED,UAAU,KAAK;IACb,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb;AAED,qBAAa,UAAW,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC9C,OAAO,CAAC,OAAO,CAAoB;IACnC,OAAO,CAAC,MAAM,CAAoB;IAClC,OAAO,CAAC,MAAM,CAAoB;IAElC,KAAK,EAAE,KAAK,CAMV;IAEF,cAAc,aAIZ;IAEF,oBAAoB,UAAW,UAAU,UAIvC;IAEF,iBAAiB,MAAO,GAAG,UAIzB;IAEF,oBAAoB,aAAc,QAAQ,GAAG,OAAO,GAAG,OAAO,UAG5D;IAEF,0BAA0B,sBAiDxB;IAEF,aAAa,iCA6BX;IAEF,0BAA0B,0BAexB;IAEF,mBAAmB,0BA6EjB;IAEF,gBAAgB,0BAwCd;IAEF,MAAM;CAmCP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, LegacyRef } from "react";
|
|
1
|
+
import React, { Component, LegacyRef } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
import { Form } from "../../input/form";
|
|
4
4
|
import { AvailableProvider } from "../bareSignIn";
|
|
@@ -27,10 +27,10 @@ interface Props {
|
|
|
27
27
|
}
|
|
28
28
|
export declare class BareSignUp extends Component<Props> {
|
|
29
29
|
handleSelectSignUpOptions: (provider: typeof AvailableProvider | "") => void;
|
|
30
|
-
renderEachProvider: (eachProvider: any, type: "normal" | "dark" | "light" | "icon") => JSX.Element;
|
|
30
|
+
renderEachProvider: (eachProvider: any, type: "normal" | "dark" | "light" | "icon") => React.JSX.Element;
|
|
31
31
|
renderOtherProvidedContent: () => JSX.Element[];
|
|
32
|
-
renderContent: () => JSX.Element;
|
|
33
|
-
render(): JSX.Element;
|
|
32
|
+
renderContent: () => React.JSX.Element;
|
|
33
|
+
render(): React.JSX.Element;
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
36
36
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/auth/bareSignUp/index.tsx"],"names":[],"mappings":"AAKA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/auth/bareSignUp/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,oBAAoB,CAAC;AAG5B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAElD,UAAU,KAAK;IACb,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,OAAO,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC;IACzB,UAAU,EAAE,GAAG,CAAC,OAAO,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,UAAU,QAAQ;IAChB,KAAK,EAAE,KAAK,EAAE,CAAC;CAChB;AAED,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,iBAAiB,GAAG,EAAE,CAAC;IACpC,QAAQ,EAAE,OAAO,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,OAAO,iBAAiB,CAAC;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,QAAQ,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qBAAqB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,gBAAgB,EAAE,CAAC,QAAQ,EAAE,OAAO,iBAAiB,GAAG,EAAE,KAAK,IAAI,CAAC;IACpE,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACjC;AAED,qBAAa,UAAW,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC9C,yBAAyB,aAAc,wBAAwB,GAAG,EAAE,UAElE;IAEF,kBAAkB,4BAEV,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,uBAuC1C;IAEF,0BAA0B,sBAUxB;IAEF,aAAa,0BAmDX;IAEF,MAAM;CAoFP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, LegacyRef, ReactElement } from "react";
|
|
1
|
+
import React, { Component, LegacyRef, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
import { Form } from "../../input/form";
|
|
4
4
|
import { AvailableProvider } from "../bareSignIn";
|
|
@@ -26,7 +26,7 @@ interface Props {
|
|
|
26
26
|
onCompleteEachStep?: () => void;
|
|
27
27
|
}
|
|
28
28
|
export declare class SignUpTemplate extends Component<Props> {
|
|
29
|
-
render(): JSX.Element;
|
|
29
|
+
render(): React.JSX.Element;
|
|
30
30
|
}
|
|
31
31
|
export {};
|
|
32
32
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/auth/signUp/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/auth/signUp/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAGlD,UAAU,KAAK;IACb,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,OAAO,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC;IACzB,UAAU,EAAE,GAAG,CAAC,OAAO,EAAE,CAAC;IAC1B,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,UAAU,QAAQ;IAChB,KAAK,EAAE,KAAK,EAAE,CAAC;CAChB;AAED,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,iBAAiB,GAAG,EAAE,CAAC;IACpC,QAAQ,EAAE,OAAO,iBAAiB,EAAE,CAAC;IACrC,eAAe,CAAC,EAAE,OAAO,iBAAiB,CAAC;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,QAAQ,CAAC;IACnB,cAAc,EAAE,YAAY,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,gBAAgB,EAAE,CAAC,QAAQ,EAAE,OAAO,iBAAiB,GAAG,EAAE,KAAK,IAAI,CAAC;IACpE,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;CACjC;AAED,qBAAa,cAAe,SAAQ,SAAS,CAAC,KAAK,CAAC;IAClD,MAAM;CA6BP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from "react";
|
|
1
|
+
import React, { Component } from "react";
|
|
2
2
|
import { Option } from "../input/select";
|
|
3
3
|
export interface RangeInterface {
|
|
4
4
|
startDate: Date;
|
|
@@ -32,8 +32,8 @@ export declare class DateRange extends Component<Props> {
|
|
|
32
32
|
handleValidateDateRange: () => boolean;
|
|
33
33
|
handleSubmit: () => Promise<void>;
|
|
34
34
|
renderTimeOption: (isStart: boolean) => Option[];
|
|
35
|
-
renderDateModalContent: () => JSX.Element;
|
|
36
|
-
render(): JSX.Element;
|
|
35
|
+
renderDateModalContent: () => React.JSX.Element;
|
|
36
|
+
render(): React.JSX.Element;
|
|
37
37
|
}
|
|
38
38
|
export {};
|
|
39
39
|
//# sourceMappingURL=DateRange.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateRange.d.ts","sourceRoot":"","sources":["../../../src/components/chart/DateRange.tsx"],"names":[],"mappings":"AAEA,
|
|
1
|
+
{"version":3,"file":"DateRange.d.ts","sourceRoot":"","sources":["../../../src/components/chart/DateRange.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMzC,OAAO,EAAE,MAAM,EAAU,MAAM,iBAAiB,CAAC;AAEjD,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,KAAK;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtD;AAED,UAAU,mBAAmB;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,KAAK;IACb,QAAQ,EAAE,cAAc,CAAC;IACzB,UAAU,EAAE,cAAc,CAAC;IAC3B,UAAU,EAAE,mBAAmB,CAAC;IAChC,qBAAqB,EAAE,OAAO,CAAC;CAChC;AAaD,qBAAa,SAAU,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC7C,KAAK,EAAE,KAAK,CAQV;IAEF,mBAAmB,YACR,cAAc,MACnB,MAAM,SACH,IAAI,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,SAS1C;IAEF,sBAAsB,OAAQ,MAAM,SAAS,IAAI,GAAG,MAAM,GAAG,SAAS,UAKpE;IAEF,2BAA2B,aASzB;IAEF,2BAA2B,YAAa,OAAO,UAI7C;IAEF,sBAAsB,sBAqBpB;IAEF,uBAAuB,gBAoCrB;IAEF,YAAY,sBAeV;IAEF,gBAAgB,YAAa,OAAO,cAclC;IAEF,sBAAsB,0BA6GpB;IAEF,MAAM;CAkDP"}
|
|
@@ -63,7 +63,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
63
63
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
64
64
|
function step(op) {
|
|
65
65
|
if (f) throw new TypeError("Generator is already executing.");
|
|
66
|
-
while (_) try {
|
|
66
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
67
67
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
68
68
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
69
69
|
switch (op[0]) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
import { RangeInterface } from "../DateRange";
|
|
4
4
|
interface SeriesData {
|
|
@@ -25,8 +25,8 @@ export declare class BarChart extends Component<Props> {
|
|
|
25
25
|
apexModule: null;
|
|
26
26
|
};
|
|
27
27
|
componentDidMount: () => Promise<void>;
|
|
28
|
-
renderChart: () => JSX.Element;
|
|
29
|
-
render(): JSX.Element;
|
|
28
|
+
renderChart: () => React.JSX.Element;
|
|
29
|
+
render(): React.JSX.Element;
|
|
30
30
|
}
|
|
31
31
|
export {};
|
|
32
32
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/barChart/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/barChart/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,UAAU,UAAU;IAClB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,UAAU,EAAE,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtD;AAED,qBAAa,QAAS,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC5C,KAAK;;MAEH;IAEF,iBAAiB,sBAKf;IAEF,WAAW,0BA+BT;IAEF,MAAM;CA0BP"}
|
|
@@ -52,7 +52,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
52
52
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
53
53
|
function step(op) {
|
|
54
54
|
if (f) throw new TypeError("Generator is already executing.");
|
|
55
|
-
while (_) try {
|
|
55
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
56
56
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
57
57
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
58
58
|
switch (op[0]) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
import { RangeInterface } from "../DateRange";
|
|
4
4
|
interface Props {
|
|
@@ -12,7 +12,7 @@ interface Props {
|
|
|
12
12
|
onChangeDate?: (customDate?: RangeInterface) => void;
|
|
13
13
|
}
|
|
14
14
|
export declare class Card extends Component<Props> {
|
|
15
|
-
render(): JSX.Element;
|
|
15
|
+
render(): React.JSX.Element;
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
18
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/card/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/card/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,UAAU,KAAK;IACb,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtD;AAED,qBAAa,IAAK,SAAQ,SAAS,CAAC,KAAK,CAAC;IACxC,MAAM;CAuCP"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import { RangeInterface } from "../DateRange";
|
|
3
3
|
export interface Option {
|
|
4
4
|
key: string;
|
|
@@ -36,8 +36,8 @@ interface State {
|
|
|
36
36
|
export declare class LineChart extends Component<Props> {
|
|
37
37
|
state: State;
|
|
38
38
|
componentDidMount: () => Promise<void>;
|
|
39
|
-
renderChart: () => JSX.Element;
|
|
40
|
-
render(): JSX.Element;
|
|
39
|
+
renderChart: () => React.JSX.Element;
|
|
40
|
+
render(): React.JSX.Element;
|
|
41
41
|
}
|
|
42
42
|
export {};
|
|
43
43
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/lineChart/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/lineChart/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,MAAM;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,UAAU;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,EAAE,CAAC;CAChB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,UAAU,EAAE,CAAC;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtD;AAED,UAAU,KAAK;IACb,UAAU,EAAE,GAAG,CAAC;CACjB;AAED,qBAAa,SAAU,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC7C,KAAK,EAAE,KAAK,CAEV;IAEF,iBAAiB,sBAKf;IAEF,WAAW,0BA8FT;IAEF,MAAM;CA0BP"}
|
|
@@ -52,7 +52,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
52
52
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
53
53
|
function step(op) {
|
|
54
54
|
if (f) throw new TypeError("Generator is already executing.");
|
|
55
|
-
while (_) try {
|
|
55
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
56
56
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
57
57
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
58
58
|
switch (op[0]) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
import { RangeInterface } from "../DateRange";
|
|
4
4
|
interface Props {
|
|
@@ -18,8 +18,8 @@ export declare class PieChart extends Component<Props> {
|
|
|
18
18
|
apexModule: null;
|
|
19
19
|
};
|
|
20
20
|
componentDidMount: () => Promise<void>;
|
|
21
|
-
renderChart: () => JSX.Element;
|
|
22
|
-
render(): JSX.Element;
|
|
21
|
+
renderChart: () => React.JSX.Element;
|
|
22
|
+
render(): React.JSX.Element;
|
|
23
23
|
}
|
|
24
24
|
export {};
|
|
25
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/pieChart/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/pieChart/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,UAAU,KAAK;IACb,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtD;AAED,qBAAa,QAAS,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC5C,KAAK;;MAEH;IAEF,iBAAiB,sBAKf;IAEF,WAAW,0BA2CT;IAEF,MAAM;CA4BP"}
|
|
@@ -52,7 +52,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
52
52
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
53
53
|
function step(op) {
|
|
54
54
|
if (f) throw new TypeError("Generator is already executing.");
|
|
55
|
-
while (_) try {
|
|
55
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
56
56
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
57
57
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
58
58
|
switch (op[0]) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
import { RangeInterface } from "../DateRange";
|
|
4
4
|
interface Props {
|
|
@@ -19,8 +19,8 @@ export declare class RadialBar extends Component<Props> {
|
|
|
19
19
|
apexModule: null;
|
|
20
20
|
};
|
|
21
21
|
componentDidMount: () => Promise<void>;
|
|
22
|
-
renderChart: () => JSX.Element;
|
|
23
|
-
render(): JSX.Element;
|
|
22
|
+
renderChart: () => React.JSX.Element;
|
|
23
|
+
render(): React.JSX.Element;
|
|
24
24
|
}
|
|
25
25
|
export {};
|
|
26
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/radialBar/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/radialBar/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtD;AAED,qBAAa,SAAU,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC7C,KAAK;;MAEH;IAEF,iBAAiB,sBAKf;IAEF,WAAW,0BAkCT;IAEF,MAAM;CA0BP"}
|
|
@@ -52,7 +52,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
52
52
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
53
53
|
function step(op) {
|
|
54
54
|
if (f) throw new TypeError("Generator is already executing.");
|
|
55
|
-
while (_) try {
|
|
55
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
56
56
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
57
57
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
58
58
|
switch (op[0]) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, ReactElement } from "react";
|
|
1
|
+
import React, { Component, ReactElement } from "react";
|
|
2
2
|
import "../../../index.css";
|
|
3
3
|
import { RangeInterface } from "../DateRange";
|
|
4
4
|
interface StatsData {
|
|
@@ -18,7 +18,7 @@ interface Props {
|
|
|
18
18
|
}
|
|
19
19
|
export declare class StatsCard extends Component<Props> {
|
|
20
20
|
renderGridSize: () => string;
|
|
21
|
-
render(): JSX.Element;
|
|
21
|
+
render(): React.JSX.Element;
|
|
22
22
|
}
|
|
23
23
|
export {};
|
|
24
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/statsCard/index.tsx"],"names":[],"mappings":"AACA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chart/statsCard/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAa,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,YAAY,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,KAAK;IACb,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IACjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtD;AAMD,qBAAa,SAAU,SAAQ,SAAS,CAAC,KAAK,CAAC;IAC7C,cAAc,eAUZ;IAEF,MAAM;CAgEP"}
|
|
@@ -1,8 +1,33 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Option } from "../../input/select";
|
|
2
3
|
import { LinkProps } from "../../structure/link";
|
|
4
|
+
import { Sort } from "../readQuery";
|
|
3
5
|
import { DataStructure, DevSettings } from "./model";
|
|
4
|
-
import { AdditionalQuery } from "./spaceModel";
|
|
6
|
+
import { AdditionalQuery, ExtendedTabs } from "./spaceModel";
|
|
7
|
+
interface Organise {
|
|
8
|
+
sort?: Sort;
|
|
9
|
+
viewId?: string;
|
|
10
|
+
extendedTabs?: ExtendedTabs[];
|
|
11
|
+
additionalQuery?: AdditionalQuery[];
|
|
12
|
+
onChangeSort?: (value: Sort) => void;
|
|
13
|
+
onChangeFilter?: (value: any) => void;
|
|
14
|
+
onChangeTabs?: (value: ExtendedTabs[]) => void;
|
|
15
|
+
renderReferenceLabelOptions?: (spaceId?: string, includeReference?: boolean, type?: string) => Option[];
|
|
16
|
+
renderReferenceSpaceOptions?: () => Option[];
|
|
17
|
+
}
|
|
5
18
|
interface Props extends LinkProps {
|
|
19
|
+
workspaceId?: string;
|
|
20
|
+
title: string;
|
|
21
|
+
description: string;
|
|
22
|
+
type: "read" | "update" | "list" | string;
|
|
23
|
+
id?: string;
|
|
24
|
+
collectionId: string;
|
|
25
|
+
model: DataStructure[];
|
|
26
|
+
localURLEndpoint: string;
|
|
27
|
+
deleteBtn?: boolean;
|
|
28
|
+
breadcrumb?: boolean;
|
|
29
|
+
role: "admin" | "manager" | "editor" | "viewer";
|
|
30
|
+
organise?: Organise;
|
|
6
31
|
lib?: {
|
|
7
32
|
axios?: any;
|
|
8
33
|
firebase?: any;
|
|
@@ -13,34 +38,10 @@ interface Props extends LinkProps {
|
|
|
13
38
|
Transition: any;
|
|
14
39
|
papaParser?: any;
|
|
15
40
|
};
|
|
16
|
-
title: string;
|
|
17
|
-
description: string;
|
|
18
|
-
type: "read" | "update" | "list" | string;
|
|
19
|
-
id?: string;
|
|
20
|
-
deleteBtn?: boolean;
|
|
21
|
-
collectionId: string;
|
|
22
|
-
model: DataStructure[];
|
|
23
41
|
devSettings: DevSettings;
|
|
24
|
-
localURLEndpoint: string;
|
|
25
42
|
limit?: number;
|
|
26
|
-
sort?: {
|
|
27
|
-
sortId: string;
|
|
28
|
-
type: "asc" | "desc";
|
|
29
|
-
};
|
|
30
|
-
additionalQuery: AdditionalQuery[];
|
|
31
|
-
extendedTabs?: {
|
|
32
|
-
id: string;
|
|
33
|
-
name: string;
|
|
34
|
-
href: string;
|
|
35
|
-
type: "read" | "update" | "list" | string;
|
|
36
|
-
iframeSrc?: string;
|
|
37
|
-
renderComp?: () => void;
|
|
38
|
-
}[];
|
|
39
|
-
viewId?: string;
|
|
40
|
-
breadcrumb?: boolean;
|
|
41
|
-
role: "admin" | "manager" | "editor" | "viewer";
|
|
42
43
|
onComplete?: () => void;
|
|
43
44
|
}
|
|
44
|
-
export declare function DataTemplate(props: Props): JSX.Element;
|
|
45
|
+
export declare function DataTemplate(props: Props): React.JSX.Element;
|
|
45
46
|
export {};
|
|
46
47
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAMN,MAAM,OAAO,CAAC;AAkBf,OAAO,EAAE,MAAM,EAAU,MAAM,oBAAoB,CAAC;AAKpD,OAAO,EAAQ,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAWvD,OAAO,EAAoB,IAAI,EAAE,MAAM,cAAc,CAAC;AAItD,OAAO,EAAmB,aAAa,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAG7D,UAAU,QAAQ;IAChB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;IAC9B,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK,IAAI,CAAC;IACrC,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACtC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;IAC/C,2BAA2B,CAAC,EAAE,CAC5B,OAAO,CAAC,EAAE,MAAM,EAChB,gBAAgB,CAAC,EAAE,OAAO,EAC1B,IAAI,CAAC,EAAE,MAAM,KACV,MAAM,EAAE,CAAC;IACd,2BAA2B,CAAC,EAAE,MAAM,MAAM,EAAE,CAAC;CAC9C;AAED,UAAU,KAAM,SAAQ,SAAS;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,EAAE,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAChD,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,GAAG,CAAC,EAAE;QACJ,KAAK,CAAC,EAAE,GAAG,CAAC;QACZ,QAAQ,CAAC,EAAE,GAAG,CAAC;QACf,QAAQ,CAAC,EAAE,GAAG,CAAC;QACf,YAAY,CAAC,EAAE,GAAG,CAAC;QACnB,IAAI,EAAE,GAAG,CAAC;QACV,MAAM,EAAE,GAAG,CAAC;QACZ,UAAU,EAAE,GAAG,CAAC;QAChB,UAAU,CAAC,EAAE,GAAG,CAAC;KAClB,CAAC;IACF,WAAW,EAAE,WAAW,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AA6DD,wBAAgB,YAAY,CAAC,KAAK,EAAE,KAAK,qBAs/GxC"}
|