@scality/core-ui 0.146.0 → 0.148.0
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/.github/workflows/github-pages.yml +4 -4
- package/.github/workflows/tests.yaml +11 -11
- package/.storybook/main.ts +18 -1
- package/.storybook/preview.js +2 -1
- package/dist/components/IconHelper.d.ts +1 -1
- package/dist/components/IconHelper.d.ts.map +1 -1
- package/dist/components/UnsuccessfulResult.component.d.ts +2 -3
- package/dist/components/UnsuccessfulResult.component.d.ts.map +1 -1
- package/dist/components/accordion/Accordion.component.d.ts +9 -0
- package/dist/components/accordion/Accordion.component.d.ts.map +1 -0
- package/dist/components/accordion/Accordion.component.js +47 -0
- package/dist/components/areachart/AreaChart.component.d.ts +1 -2
- package/dist/components/areachart/AreaChart.component.d.ts.map +1 -1
- package/dist/components/banner/Banner.component.d.ts +1 -2
- package/dist/components/banner/Banner.component.d.ts.map +1 -1
- package/dist/components/barchart/BarChart.component.d.ts +1 -2
- package/dist/components/barchart/BarChart.component.d.ts.map +1 -1
- package/dist/components/box/Box.d.ts +1 -3
- package/dist/components/box/Box.d.ts.map +1 -1
- package/dist/components/breadcrumb/Breadcrumb.component.d.ts +1 -2
- package/dist/components/breadcrumb/Breadcrumb.component.d.ts.map +1 -1
- package/dist/components/button/Button.component.d.ts +1 -2
- package/dist/components/button/Button.component.d.ts.map +1 -1
- package/dist/components/buttonv2/Buttonv2.component.d.ts +2 -11
- package/dist/components/buttonv2/Buttonv2.component.d.ts.map +1 -1
- package/dist/components/buttonv2/CopyButton.component.d.ts +3 -13
- package/dist/components/buttonv2/CopyButton.component.d.ts.map +1 -1
- package/dist/components/card/Card.component.d.ts +7 -7
- package/dist/components/card/Card.component.d.ts.map +1 -1
- package/dist/components/checkbox/Checkbox.component.d.ts +5 -5
- package/dist/components/checkbox/Checkbox.component.d.ts.map +1 -1
- package/dist/components/chips/Chips.component.d.ts +1 -2
- package/dist/components/chips/Chips.component.d.ts.map +1 -1
- package/dist/components/circularprogressbar/CircularProgressBar.component.d.ts +1 -2
- package/dist/components/circularprogressbar/CircularProgressBar.component.d.ts.map +1 -1
- package/dist/components/circularprogressbar/CircularProgressBar.component.style.d.ts +1 -1
- package/dist/components/circularprogressbar/CircularProgressBar.component.style.d.ts.map +1 -1
- package/dist/components/cloudprogressbar/CloudProgressBar.component.d.ts +1 -2
- package/dist/components/cloudprogressbar/CloudProgressBar.component.d.ts.map +1 -1
- package/dist/components/collapsiblepanel/CollapsiblePanel.component.d.ts +1 -2
- package/dist/components/collapsiblepanel/CollapsiblePanel.component.d.ts.map +1 -1
- package/dist/components/constrainedtext/Constrainedtext.component.d.ts +0 -1
- package/dist/components/constrainedtext/Constrainedtext.component.d.ts.map +1 -1
- package/dist/components/coreuithemeprovider/CoreUiThemeProvider.d.ts +1 -1
- package/dist/components/coreuithemeprovider/CoreUiThemeProvider.d.ts.map +1 -1
- package/dist/components/date/FormattedDateTime.d.ts +1 -2
- package/dist/components/date/FormattedDateTime.d.ts.map +1 -1
- package/dist/components/dropdown/Dropdown.component.d.ts +1 -2
- package/dist/components/dropdown/Dropdown.component.d.ts.map +1 -1
- package/dist/components/dropzone/Dropzone.d.ts +1 -2
- package/dist/components/dropzone/Dropzone.d.ts.map +1 -1
- package/dist/components/emptystate/Emptystate.component.d.ts +1 -2
- package/dist/components/emptystate/Emptystate.component.d.ts.map +1 -1
- package/dist/components/emptytable/Emptytable.component.d.ts +1 -1
- package/dist/components/emptytable/Emptytable.component.d.ts.map +1 -1
- package/dist/components/error-pages/ErrorPage401.component.d.ts +1 -1
- package/dist/components/error-pages/ErrorPage401.component.d.ts.map +1 -1
- package/dist/components/error-pages/ErrorPage404.component.d.ts +1 -1
- package/dist/components/error-pages/ErrorPage404.component.d.ts.map +1 -1
- package/dist/components/error-pages/ErrorPage500.component.d.ts +1 -1
- package/dist/components/error-pages/ErrorPage500.component.d.ts.map +1 -1
- package/dist/components/error-pages/ErrorPageAuth.component.d.ts +1 -2
- package/dist/components/error-pages/ErrorPageAuth.component.d.ts.map +1 -1
- package/dist/components/form/Form.component.d.ts +5 -5
- package/dist/components/form/Form.component.d.ts.map +1 -1
- package/dist/components/globalhealthbar/GlobalHealthBar.component.d.ts +1 -2
- package/dist/components/globalhealthbar/GlobalHealthBar.component.d.ts.map +1 -1
- package/dist/components/globalhealthbar/tooltip/index.d.ts.map +1 -1
- package/dist/components/healthselectorv2/HealthSelector.component.d.ts +12 -13
- package/dist/components/healthselectorv2/HealthSelector.component.d.ts.map +1 -1
- package/dist/components/icon/Icon.component.d.ts +3 -3
- package/dist/components/icon/Icon.component.d.ts.map +1 -1
- package/dist/components/infomessage/InfoMessage.component.d.ts +1 -1
- package/dist/components/infomessage/InfoMessage.component.d.ts.map +1 -1
- package/dist/components/infomessage/InfoMessageUtils.d.ts +0 -1
- package/dist/components/infomessage/InfoMessageUtils.d.ts.map +1 -1
- package/dist/components/inlineinput/InlineInput.d.ts +1 -2
- package/dist/components/inlineinput/InlineInput.d.ts.map +1 -1
- package/dist/components/inputlist/InputButtons.d.ts +2 -3
- package/dist/components/inputlist/InputButtons.d.ts.map +1 -1
- package/dist/components/inputlist/InputList.component.d.ts +8 -8
- package/dist/components/inputlist/InputList.component.d.ts.map +1 -1
- package/dist/components/inputv2/inputv2.d.ts +5 -5
- package/dist/components/inputv2/inputv2.d.ts.map +1 -1
- package/dist/components/lateralnavbarlayout/LateralNavbarLayout.component.d.ts +1 -2
- package/dist/components/lateralnavbarlayout/LateralNavbarLayout.component.d.ts.map +1 -1
- package/dist/components/layout/Layout.component.d.ts +1 -2
- package/dist/components/layout/Layout.component.d.ts.map +1 -1
- package/dist/components/layout/v2/AppContainer.d.ts +14 -13
- package/dist/components/layout/v2/AppContainer.d.ts.map +1 -1
- package/dist/components/layout/v2/index.d.ts +1 -1
- package/dist/components/layout/v2/index.d.ts.map +1 -1
- package/dist/components/layout/v2/panels.d.ts +2 -2
- package/dist/components/layout/v2/panels.d.ts.map +1 -1
- package/dist/components/linechart/LineChart.component.d.ts +1 -2
- package/dist/components/linechart/LineChart.component.d.ts.map +1 -1
- package/dist/components/linetemporalchart/ChartUtil.d.ts.map +1 -1
- package/dist/components/linetemporalchart/LineTemporalChart.component.d.ts +1 -2
- package/dist/components/linetemporalchart/LineTemporalChart.component.d.ts.map +1 -1
- package/dist/components/linetemporalchart/MetricTimespanProvider.d.ts +1 -1
- package/dist/components/linetemporalchart/MetricTimespanProvider.d.ts.map +1 -1
- package/dist/components/linetemporalchart/tooltip/index.d.ts.map +1 -1
- package/dist/components/loader/Loader.component.d.ts +1 -2
- package/dist/components/loader/Loader.component.d.ts.map +1 -1
- package/dist/components/multiselect/MultiSelect.component.d.ts +1 -2
- package/dist/components/multiselect/MultiSelect.component.d.ts.map +1 -1
- package/dist/components/navbar/Navbar.component.d.ts +1 -2
- package/dist/components/navbar/Navbar.component.d.ts.map +1 -1
- package/dist/components/notifications/Notification.component.d.ts +1 -2
- package/dist/components/notifications/Notification.component.d.ts.map +1 -1
- package/dist/components/notifications/Notifications.component.d.ts +1 -2
- package/dist/components/notifications/Notifications.component.d.ts.map +1 -1
- package/dist/components/prettybytes/PrettyBytes.component.d.ts +1 -2
- package/dist/components/prettybytes/PrettyBytes.component.d.ts.map +1 -1
- package/dist/components/progressbar/ProgressBar.component.d.ts +1 -2
- package/dist/components/progressbar/ProgressBar.component.d.ts.map +1 -1
- package/dist/components/scrollbarwrapper/ScrollbarWrapper.component.d.ts +1 -1
- package/dist/components/scrollbarwrapper/ScrollbarWrapper.component.d.ts.map +1 -1
- package/dist/components/select/Select.component.d.ts +1 -2
- package/dist/components/select/Select.component.d.ts.map +1 -1
- package/dist/components/selectv2/Selectv2.component.d.ts +1 -1
- package/dist/components/selectv2/Selectv2.component.d.ts.map +1 -1
- package/dist/components/sidebar/Sidebar.component.d.ts +1 -2
- package/dist/components/sidebar/Sidebar.component.d.ts.map +1 -1
- package/dist/components/sparkline/SparkLine.component.d.ts +1 -2
- package/dist/components/sparkline/SparkLine.component.d.ts.map +1 -1
- package/dist/components/statuswrapper/Statuswrapper.component.d.ts +1 -1
- package/dist/components/statuswrapper/Statuswrapper.component.d.ts.map +1 -1
- package/dist/components/steppers/Stepper.component.d.ts +0 -2
- package/dist/components/steppers/Stepper.component.d.ts.map +1 -1
- package/dist/components/steppers/Steppers.component.d.ts +1 -2
- package/dist/components/steppers/Steppers.component.d.ts.map +1 -1
- package/dist/components/tablev2/MultiSelectableContent.d.ts +1 -2
- package/dist/components/tablev2/MultiSelectableContent.d.ts.map +1 -1
- package/dist/components/tablev2/Search.d.ts +3 -4
- package/dist/components/tablev2/Search.d.ts.map +1 -1
- package/dist/components/tablev2/SearchWithQueryParams.d.ts +1 -2
- package/dist/components/tablev2/SearchWithQueryParams.d.ts.map +1 -1
- package/dist/components/tablev2/SingleSelectableContent.d.ts +1 -1
- package/dist/components/tablev2/SingleSelectableContent.d.ts.map +1 -1
- package/dist/components/tablev2/TableCommon.d.ts +2 -2
- package/dist/components/tablev2/TableCommon.d.ts.map +1 -1
- package/dist/components/tablev2/Tablestyle.d.ts +2 -3
- package/dist/components/tablev2/Tablestyle.d.ts.map +1 -1
- package/dist/components/tablev2/Tablev2.component.d.ts +12 -13
- package/dist/components/tablev2/Tablev2.component.d.ts.map +1 -1
- package/dist/components/tablev2/useCheckbox.d.ts.map +1 -1
- package/dist/components/tablev2/useSyncedScroll.d.ts +0 -1
- package/dist/components/tablev2/useSyncedScroll.d.ts.map +1 -1
- package/dist/components/tabsv2/StyledTabs.d.ts +9 -9
- package/dist/components/tabsv2/StyledTabs.d.ts.map +1 -1
- package/dist/components/tabsv2/Tab.d.ts +0 -1
- package/dist/components/tabsv2/Tab.d.ts.map +1 -1
- package/dist/components/tabsv2/Tabsv2.component.d.ts +1 -1
- package/dist/components/tabsv2/Tabsv2.component.d.ts.map +1 -1
- package/dist/components/tabsv2/Tabsv2.component.js +1 -5
- package/dist/components/tabsv2/useScrollingTabs.d.ts +0 -1
- package/dist/components/tabsv2/useScrollingTabs.d.ts.map +1 -1
- package/dist/components/text/Text.component.d.ts +15 -15
- package/dist/components/text/Text.component.d.ts.map +1 -1
- package/dist/components/textarea/TextArea.component.d.ts +3 -3
- package/dist/components/textarea/TextArea.component.d.ts.map +1 -1
- package/dist/components/textbadge/TextBadge.component.d.ts +1 -1
- package/dist/components/textbadge/TextBadge.component.d.ts.map +1 -1
- package/dist/components/toast/DurationBasedProgressBar.d.ts +1 -2
- package/dist/components/toast/DurationBasedProgressBar.d.ts.map +1 -1
- package/dist/components/toast/Toast.component.d.ts +1 -1
- package/dist/components/toast/Toast.component.d.ts.map +1 -1
- package/dist/components/toast/useMutationsHandler.d.ts.map +1 -1
- package/dist/components/toggle/Toggle.component.d.ts +1 -1
- package/dist/components/toggle/Toggle.component.d.ts.map +1 -1
- package/dist/components/tooltip/Tooltip.component.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.component.d.ts.map +1 -1
- package/dist/components/vegachart/VegaChart.component.d.ts +1 -2
- package/dist/components/vegachart/VegaChart.component.d.ts.map +1 -1
- package/dist/components/vegachartv2/SyncedCursorCharts.d.ts +1 -1
- package/dist/components/vegachartv2/SyncedCursorCharts.d.ts.map +1 -1
- package/dist/icons/branding-logo.d.ts +1 -2
- package/dist/icons/branding-logo.d.ts.map +1 -1
- package/dist/icons/branding.d.ts +1 -2
- package/dist/icons/branding.d.ts.map +1 -1
- package/dist/icons/scality-loading.d.ts +1 -2
- package/dist/icons/scality-loading.d.ts.map +1 -1
- package/dist/next.d.ts +1 -0
- package/dist/next.d.ts.map +1 -1
- package/dist/next.js +1 -0
- package/dist/organisms/attachments/AttachmentConfirmationModal.d.ts +1 -1
- package/dist/organisms/attachments/AttachmentConfirmationModal.d.ts.map +1 -1
- package/dist/organisms/attachments/AttachmentTable.d.ts +4 -3
- package/dist/organisms/attachments/AttachmentTable.d.ts.map +1 -1
- package/dist/organisms/attachments/AttachmentTable.js +1 -0
- package/dist/spacing.d.ts +5 -7
- package/dist/spacing.d.ts.map +1 -1
- package/dist/testUtils.d.ts +1 -2
- package/dist/testUtils.d.ts.map +1 -1
- package/package.json +16 -15
- package/src/lib/components/accordion/Accordion.component.tsx +99 -0
- package/src/lib/components/accordion/Accordion.test.tsx +52 -0
- package/src/lib/components/tabsv2/Tabsv2.component.tsx +0 -1
- package/src/lib/next.ts +1 -0
- package/src/lib/organisms/attachments/AttachmentTable.tsx +3 -2
- package/stories/Accordion/accordion.guideline.mdx +33 -0
- package/stories/Accordion/accordion.stories.tsx +88 -0
- package/stories/form.stories.tsx +179 -0
- /package/stories/{spacing.stories.mdx → spacing.mdx} +0 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const DATE_FORMATER: Intl.DateTimeFormat;
|
|
3
2
|
export declare const TIME_SECOND_FORMATER: Intl.DateTimeFormat;
|
|
4
3
|
export declare const TIME_FORMATER: Intl.DateTimeFormat;
|
|
@@ -6,6 +5,6 @@ type FormattedDateTimeProps = {
|
|
|
6
5
|
format: 'date' | 'date-time' | 'date-time-second' | 'time' | 'time-second' | 'relative';
|
|
7
6
|
value: Date;
|
|
8
7
|
};
|
|
9
|
-
export declare const FormattedDateTime: ({ format, value, }: FormattedDateTimeProps) => JSX.Element;
|
|
8
|
+
export declare const FormattedDateTime: ({ format, value, }: FormattedDateTimeProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export {};
|
|
11
10
|
//# sourceMappingURL=FormattedDateTime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormattedDateTime.d.ts","sourceRoot":"","sources":["../../../src/lib/components/date/FormattedDateTime.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FormattedDateTime.d.ts","sourceRoot":"","sources":["../../../src/lib/components/date/FormattedDateTime.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,qBAKxB,CAAC;AAEH,eAAO,MAAM,oBAAoB,qBAK/B,CAAC;AAEH,eAAO,MAAM,aAAa,qBAIxB,CAAC;AAEH,KAAK,sBAAsB,GAAG;IAC5B,MAAM,EACF,MAAM,GACN,WAAW,GACX,kBAAkB,GAClB,MAAM,GACN,aAAa,GACb,UAAU,CAAC;IACf,KAAK,EAAE,IAAI,CAAC;CACb,CAAC;AAaF,eAAO,MAAM,iBAAiB,uBAG3B,sBAAsB,4CAqGxB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export type Item = {
|
|
3
2
|
label: string;
|
|
4
3
|
name?: string;
|
|
@@ -15,6 +14,6 @@ type Props = {
|
|
|
15
14
|
icon?: JSX.Element;
|
|
16
15
|
caret?: boolean;
|
|
17
16
|
};
|
|
18
|
-
declare function Dropdown({ items, text, icon, size, variant, title, caret, ...rest }: Props): JSX.Element;
|
|
17
|
+
declare function Dropdown({ items, text, icon, size, variant, title, caret, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export { Dropdown };
|
|
20
19
|
//# sourceMappingURL=Dropdown.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/dropdown/Dropdown.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Dropdown.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/dropdown/Dropdown.component.tsx"],"names":[],"mappings":"AAgBA,MAAM,MAAM,IAAI,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;CAC9B,CAAC;AACF,KAAK,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC;AACzB,KAAK,KAAK,GAAG;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;IACb,IAAI,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AA4DF,iBAAS,QAAQ,CAAC,EAChB,KAAK,EACL,IAAI,EACJ,IAAI,EACJ,IAAa,EACb,OAA2B,EAC3B,KAAK,EACL,KAAY,EACZ,GAAG,IAAI,EACR,EAAE,KAAK,2CAgEP;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { DropzoneOptions } from 'react-dropzone';
|
|
3
2
|
declare const defaultDropzoneLabels: {
|
|
4
3
|
doesnt_meet_our_requirements: string;
|
|
@@ -11,6 +10,6 @@ export declare function Dropzone({ labels, onChange, variant, ...dropzoneOptions
|
|
|
11
10
|
variant: 'inline' | 'large';
|
|
12
11
|
labels?: Partial<typeof defaultDropzoneLabels>;
|
|
13
12
|
onChange?: (files: File[]) => void;
|
|
14
|
-
}): JSX.Element;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
export {};
|
|
16
15
|
//# sourceMappingURL=Dropzone.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropzone.d.ts","sourceRoot":"","sources":["../../../src/lib/components/dropzone/Dropzone.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Dropzone.d.ts","sourceRoot":"","sources":["../../../src/lib/components/dropzone/Dropzone.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAe,MAAM,gBAAgB,CAAC;AAoC9D,QAAA,MAAM,qBAAqB;;;;;;CAM1B,CAAC;AAEF,wBAAgB,QAAQ,CAAC,EACvB,MAAM,EACN,QAAQ,EACR,OAAO,EACP,GAAG,eAAe,EACnB,EAAE,eAAe,GAAG;IACnB,OAAO,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC,OAAO,qBAAqB,CAAC,CAAC;IAC/C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;CACpC,2CA8HA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { IconName } from '../icon/Icon.component';
|
|
3
2
|
import { CoreUITheme } from '../../style/theme';
|
|
4
3
|
export type Props = {
|
|
@@ -17,6 +16,6 @@ export type Props = {
|
|
|
17
16
|
};
|
|
18
17
|
export declare const EmptyStateRow: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
19
18
|
export declare const ActionWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
20
|
-
declare function EmptyState(props: Props): JSX.Element;
|
|
19
|
+
declare function EmptyState(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
21
20
|
export { EmptyState };
|
|
22
21
|
//# sourceMappingURL=Emptystate.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Emptystate.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/emptystate/Emptystate.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Emptystate.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/emptystate/Emptystate.component.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAQ,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGhD,MAAM,MAAM,KAAK,GAAG;IAClB,cAAc,EAAE;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,WAAW,CAAC;IACpC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAgBF,eAAO,MAAM,aAAa,yGAIzB,CAAC;AACF,eAAO,MAAM,aAAa,yGAGzB,CAAC;AAEF,iBAAS,UAAU,CAAC,KAAK,EAAE,KAAK,2CAmC/B;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -3,6 +3,6 @@ type Props = {
|
|
|
3
3
|
children: Node | React.ReactNode;
|
|
4
4
|
useDiv?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare function EmptyTable(props: Props): JSX.Element;
|
|
6
|
+
declare function EmptyTable(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export { EmptyTable };
|
|
8
8
|
//# sourceMappingURL=Emptytable.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Emptytable.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/emptytable/Emptytable.component.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAuDF,iBAAS,UAAU,CAAC,KAAK,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"Emptytable.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/emptytable/Emptytable.component.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,IAAI,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAuDF,iBAAS,UAAU,CAAC,KAAK,EAAE,KAAK,2CAY/B;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -4,6 +4,6 @@ type Props = {
|
|
|
4
4
|
locale?: string;
|
|
5
5
|
onReturnHomeClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
6
6
|
};
|
|
7
|
-
declare function ErrorPage401({ supportLink, locale, onReturnHomeClick, ...rest }: Props): JSX.Element;
|
|
7
|
+
declare function ErrorPage401({ supportLink, locale, onReturnHomeClick, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export { ErrorPage401 };
|
|
9
9
|
//# sourceMappingURL=ErrorPage401.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorPage401.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPage401.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC1E,CAAC;AAEF,iBAAS,YAAY,CAAC,EACpB,WAAuB,EACvB,MAAa,EACb,iBAAiB,EACjB,GAAG,IAAI,EACR,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"ErrorPage401.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPage401.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC1E,CAAC;AAEF,iBAAS,YAAY,CAAC,EACpB,WAAuB,EACvB,MAAa,EACb,iBAAiB,EACjB,GAAG,IAAI,EACR,EAAE,KAAK,2CAoCP;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -3,6 +3,6 @@ type Props = {
|
|
|
3
3
|
locale?: string;
|
|
4
4
|
onReturnHomeClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
5
5
|
};
|
|
6
|
-
declare function ErrorPage404({ locale, onReturnHomeClick, ...rest }: Props): JSX.Element;
|
|
6
|
+
declare function ErrorPage404({ locale, onReturnHomeClick, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export { ErrorPage404 };
|
|
8
8
|
//# sourceMappingURL=ErrorPage404.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorPage404.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPage404.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC1E,CAAC;AAEF,iBAAS,YAAY,CAAC,EAAE,MAAa,EAAE,iBAAiB,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"ErrorPage404.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPage404.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA2B1B,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CAC1E,CAAC;AAEF,iBAAS,YAAY,CAAC,EAAE,MAAa,EAAE,iBAAiB,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,2CA6BzE;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -8,6 +8,6 @@ type Props = {
|
|
|
8
8
|
fr: string;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
declare function ErrorPage500({ supportLink, locale, onReturnHomeClick, errorMessage, ...rest }: Props): JSX.Element;
|
|
11
|
+
declare function ErrorPage500({ supportLink, locale, onReturnHomeClick, errorMessage, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export { ErrorPage500 };
|
|
13
13
|
//# sourceMappingURL=ErrorPage500.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorPage500.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPage500.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgC1B,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACzE,YAAY,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3C,CAAC;AAEF,iBAAS,YAAY,CAAC,EACpB,WAAuB,EACvB,MAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"ErrorPage500.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPage500.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgC1B,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACzE,YAAY,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3C,CAAC;AAEF,iBAAS,YAAY,CAAC,EACpB,WAAuB,EACvB,MAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,KAAK,2CAwCP;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
type Props = {
|
|
3
2
|
supportLink?: string;
|
|
4
3
|
locale?: string;
|
|
5
4
|
};
|
|
6
|
-
declare function ErrorPageAuth({ supportLink, locale, ...rest }: Props): JSX.Element;
|
|
5
|
+
declare function ErrorPageAuth({ supportLink, locale, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export { ErrorPageAuth };
|
|
8
7
|
//# sourceMappingURL=ErrorPageAuth.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorPageAuth.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPageAuth.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ErrorPageAuth.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/error-pages/ErrorPageAuth.component.tsx"],"names":[],"mappings":"AA2BA,KAAK,KAAK,GAAG;IACX,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,iBAAS,aAAa,CAAC,EACrB,WAAuB,EACvB,MAAa,EACb,GAAG,IAAI,EACR,EAAE,KAAK,2CA+BP;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -38,7 +38,7 @@ type FormGroupProps = {
|
|
|
38
38
|
helpErrorPosition?: 'right' | 'bottom';
|
|
39
39
|
disabled?: boolean;
|
|
40
40
|
};
|
|
41
|
-
declare const FormGroup: ({ direction, label, id, labelHelpTooltip, content, help, error, required, helpErrorPosition, disabled, }: FormGroupProps) => JSX.Element;
|
|
41
|
+
declare const FormGroup: ({ direction, label, id, labelHelpTooltip, content, help, error, required, helpErrorPosition, disabled, }: FormGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
42
42
|
type FormSectionProps = {
|
|
43
43
|
children: ReactElement<FormGroupProps> | ReactElement<FormGroupProps>[];
|
|
44
44
|
title?: {
|
|
@@ -49,13 +49,13 @@ type FormSectionProps = {
|
|
|
49
49
|
forceLabelWidth?: number;
|
|
50
50
|
rightActions?: ReactNode;
|
|
51
51
|
};
|
|
52
|
-
declare const FormSection: ({ children, title, forceLabelWidth, rightActions, }: FormSectionProps) => JSX.Element;
|
|
52
|
+
declare const FormSection: ({ children, title, forceLabelWidth, rightActions, }: FormSectionProps) => import("react/jsx-runtime").JSX.Element;
|
|
53
53
|
declare const Form: React.ForwardRefExoticComponent<(PageFormProps | TabFormProps) & React.RefAttributes<HTMLFormElement>>;
|
|
54
54
|
declare const useFieldContext: () => {
|
|
55
55
|
isContextAvailable: boolean;
|
|
56
|
-
error?: string
|
|
57
|
-
disabled?: boolean
|
|
58
|
-
required?: boolean
|
|
56
|
+
error?: string;
|
|
57
|
+
disabled?: boolean;
|
|
58
|
+
required?: boolean;
|
|
59
59
|
};
|
|
60
60
|
export { Form, FormSection, FormGroup, useFieldContext, DESCRIPTION_PREFIX, LABEL_PREFIX, };
|
|
61
61
|
//# sourceMappingURL=Form.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Form.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/form/Form.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAGZ,kBAAkB,EAGlB,YAAY,EACZ,SAAS,EAKV,MAAM,OAAO,CAAC;AAKf,OAAO,EAAQ,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAKxD,QAAA,MAAM,kBAAkB,cAAc,CAAC;AACvC,QAAA,MAAM,YAAY,WAAW,CAAC;AAG9B,KAAK,SAAS,GAAG,IAAI,CACnB,kBAAkB,CAAC,eAAe,CAAC,EACnC,YAAY,GAAG,gBAAgB,CAChC,GAAG;IACF,QAAQ,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;KACjB,CAAC;CACH,GAAG,SAAS,CAAC;AACd,KAAK,YAAY,GAAG;IAAE,MAAM,EAAE;QAAE,IAAI,EAAE,KAAK,CAAA;KAAE,CAAA;CAAE,GAAG,SAAS,CAAC;AAyD5D,KAAK,YAAY,GAAG;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;IACpC,SAAS,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACtC,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,SAAS,6GAWZ,cAAc,
|
|
1
|
+
{"version":3,"file":"Form.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/form/Form.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAGZ,kBAAkB,EAGlB,YAAY,EACZ,SAAS,EAKV,MAAM,OAAO,CAAC;AAKf,OAAO,EAAQ,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAKxD,QAAA,MAAM,kBAAkB,cAAc,CAAC;AACvC,QAAA,MAAM,YAAY,WAAW,CAAC;AAG9B,KAAK,SAAS,GAAG,IAAI,CACnB,kBAAkB,CAAC,eAAe,CAAC,EACnC,YAAY,GAAG,gBAAgB,CAChC,GAAG;IACF,QAAQ,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;KACjB,CAAC;CACH,GAAG,SAAS,CAAC;AACd,KAAK,YAAY,GAAG;IAAE,MAAM,EAAE;QAAE,IAAI,EAAE,KAAK,CAAA;KAAE,CAAA;CAAE,GAAG,SAAS,CAAC;AAyD5D,KAAK,YAAY,GAAG;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;IACpC,SAAS,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACtC,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,SAAS,6GAWZ,cAAc,4CAsGhB,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,YAAY,CAAC,cAAc,CAAC,GAAG,YAAY,CAAC,cAAc,CAAC,EAAE,CAAC;IACxE,KAAK,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAChE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B,CAAC;AAEF,QAAA,MAAM,WAAW,wDAKd,gBAAgB,4CAmClB,CAAC;AAgGF,QAAA,MAAM,IAAI,wGAYT,CAAC;AASF,QAAA,MAAM,eAAe;;YANX,MAAM;eACH,OAAO;eACP,OAAO;CAWnB,CAAC;AAEF,OAAO,EACL,IAAI,EACJ,WAAW,EACX,SAAS,EACT,eAAe,EACf,kBAAkB,EAClB,YAAY,GACb,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const TOP = "top";
|
|
3
2
|
export declare const BOTTOM = "bottom";
|
|
4
3
|
type Position = typeof TOP | typeof BOTTOM;
|
|
@@ -15,6 +14,6 @@ export type GlobalHealthProps = {
|
|
|
15
14
|
height?: number;
|
|
16
15
|
tooltipPosition?: Position;
|
|
17
16
|
};
|
|
18
|
-
declare function GlobalHealthBar({ id, alerts, start, end, height, tooltipPosition, }: GlobalHealthProps): JSX.Element;
|
|
17
|
+
declare function GlobalHealthBar({ id, alerts, start, end, height, tooltipPosition, }: GlobalHealthProps): import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export { GlobalHealthBar };
|
|
20
19
|
//# sourceMappingURL=GlobalHealthBar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalHealthBar.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/globalhealthbar/GlobalHealthBar.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GlobalHealthBar.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/globalhealthbar/GlobalHealthBar.component.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG,QAAQ,CAAC;AACzB,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,KAAK,QAAQ,GAAG,OAAO,GAAG,GAAG,OAAO,MAAM,CAAC;AAC3C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE;QACN,WAAW,EAAE,MAAM,CAAC;QACpB,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,EAAE,CAAC;IACJ,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,QAAQ,CAAC;CAC5B,CAAC;AAEF,iBAAS,eAAe,CAAC,EACvB,EAAE,EACF,MAAM,EACN,KAAK,EACL,GAAG,EACH,MAAU,EACV,eAAqB,GACtB,EAAE,iBAAiB,2CAyKnB;AAED,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/globalhealthbar/tooltip/index.ts"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,wBAAgB,WAAW,YAEhB,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/globalhealthbar/tooltip/index.ts"],"names":[],"mappings":"AAIA;;;;;GAKG;AACH,wBAAgB,WAAW,YAEhB,GAAG,eACG,CAAC,KAAK,EAAE,GAAG,KAAK,MAAM,YACzB,MAAM,KACf,MAAM,CAwDV"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { OptionProps, SelectProps } from '../selectv2/Selectv2.component';
|
|
3
2
|
type OptionValue = {
|
|
4
3
|
label?: string;
|
|
@@ -6,56 +5,56 @@ type OptionValue = {
|
|
|
6
5
|
type Props = {
|
|
7
6
|
options?: OptionValue[];
|
|
8
7
|
} & SelectProps;
|
|
9
|
-
export declare const AllStatusIcon: () => JSX.Element;
|
|
8
|
+
export declare const AllStatusIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
10
9
|
export declare const defaultOptions: readonly [{
|
|
11
|
-
readonly icon: JSX.Element;
|
|
10
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
12
11
|
readonly label: "All Status";
|
|
13
12
|
readonly value: "all";
|
|
14
13
|
}, {
|
|
15
|
-
readonly icon: JSX.Element;
|
|
14
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
readonly label: "Healthy";
|
|
17
16
|
readonly value: "healthy";
|
|
18
17
|
}, {
|
|
19
|
-
readonly icon: JSX.Element;
|
|
18
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
20
19
|
readonly label: "Warning";
|
|
21
20
|
readonly value: "warning";
|
|
22
21
|
}, {
|
|
23
|
-
readonly icon: JSX.Element;
|
|
22
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
24
23
|
readonly label: "Critical";
|
|
25
24
|
readonly value: "critical";
|
|
26
25
|
}, {
|
|
27
|
-
readonly icon: JSX.Element;
|
|
26
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
28
27
|
readonly label: "Unknown";
|
|
29
28
|
readonly value: "unknown";
|
|
30
29
|
}];
|
|
31
30
|
export declare const optionsDefaultConfiguration: {
|
|
32
31
|
all: {
|
|
33
|
-
readonly icon: JSX.Element;
|
|
32
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
34
33
|
readonly label: "All Status";
|
|
35
34
|
readonly value: "all";
|
|
36
35
|
};
|
|
37
36
|
healthy: {
|
|
38
|
-
readonly icon: JSX.Element;
|
|
37
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
39
38
|
readonly label: "Healthy";
|
|
40
39
|
readonly value: "healthy";
|
|
41
40
|
};
|
|
42
41
|
warning: {
|
|
43
|
-
readonly icon: JSX.Element;
|
|
42
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
44
43
|
readonly label: "Warning";
|
|
45
44
|
readonly value: "warning";
|
|
46
45
|
};
|
|
47
46
|
critical: {
|
|
48
|
-
readonly icon: JSX.Element;
|
|
47
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
49
48
|
readonly label: "Critical";
|
|
50
49
|
readonly value: "critical";
|
|
51
50
|
};
|
|
52
51
|
unknown: {
|
|
53
|
-
readonly icon: JSX.Element;
|
|
52
|
+
readonly icon: import("react/jsx-runtime").JSX.Element;
|
|
54
53
|
readonly label: "Unknown";
|
|
55
54
|
readonly value: "unknown";
|
|
56
55
|
};
|
|
57
56
|
};
|
|
58
|
-
declare function HealthSelectorv2(props: Props): JSX.Element;
|
|
57
|
+
declare function HealthSelectorv2(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
59
58
|
export declare const HealthSelector: typeof HealthSelectorv2;
|
|
60
59
|
export {};
|
|
61
60
|
//# sourceMappingURL=HealthSelector.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HealthSelector.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/healthselectorv2/HealthSelector.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HealthSelector.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/healthselectorv2/HealthSelector.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EAEX,WAAW,EACZ,MAAM,gCAAgC,CAAC;AAExC,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,WAAW,CAAC;AAChB,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;CACzB,GAAG,WAAW,CAAC;AAqBhB,eAAO,MAAM,aAAa,+CASzB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;EA0BjB,CAAC;AAEX,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;CAMvC,CAAC;AAEF,iBAAS,gBAAgB,CAAC,KAAK,EAAE,KAAK,2CAiBrC;AAED,eAAO,MAAM,cAAc,yBAAmB,CAAC"}
|
|
@@ -131,12 +131,12 @@ export declare const customIcons: {
|
|
|
131
131
|
ariaLabel: any;
|
|
132
132
|
color: any;
|
|
133
133
|
size: any;
|
|
134
|
-
}) => JSX.Element;
|
|
134
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
135
135
|
'Remote-group': ({ ariaLabel, color, size }: {
|
|
136
136
|
ariaLabel: any;
|
|
137
137
|
color: any;
|
|
138
138
|
size: any;
|
|
139
|
-
}) => JSX.Element;
|
|
139
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
140
140
|
};
|
|
141
141
|
export type IconName = keyof typeof iconTable | keyof typeof customIcons;
|
|
142
142
|
export type IconColor = keyof CoreUITheme;
|
|
@@ -152,6 +152,6 @@ type Props = {
|
|
|
152
152
|
export declare const IconWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
153
153
|
size: SizeProp;
|
|
154
154
|
}, never>;
|
|
155
|
-
declare function Icon({ withWrapper, ...props }: Props): JSX.Element;
|
|
155
|
+
declare function Icon({ withWrapper, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
156
156
|
export { Icon };
|
|
157
157
|
//# sourceMappingURL=Icon.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/icon/Icon.component.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,aAAa,EAKd,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIhD,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAG7D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4HrB,CAAC;AASF,eAAO,MAAM,WAAW;;;;;;;;;;;CAqCvB,CAAC;AAaF,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,GAAG,MAAM,OAAO,WAAW,CAAC;AACzE,MAAM,MAAM,SAAS,GAAG,MAAM,WAAW,CAAC;AAC1C,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACvC,CAAC;AAiBF,eAAO,MAAM,WAAW;UAAsB,QAAQ;SAiCrD,CAAC;AAuEF,iBAAS,IAAI,CAAC,EAAE,WAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"Icon.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/icon/Icon.component.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,aAAa,EAKd,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAIhD,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAG7D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4HrB,CAAC;AASF,eAAO,MAAM,WAAW;;;;;;;;;;;CAqCvB,CAAC;AAaF,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,GAAG,MAAM,OAAO,WAAW,CAAC;AACzE,MAAM,MAAM,SAAS,GAAG,MAAM,WAAW,CAAC;AAC1C,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;CACvC,CAAC;AAiBF,eAAO,MAAM,WAAW;UAAsB,QAAQ;SAiCrD,CAAC;AAuEF,iBAAS,IAAI,CAAC,EAAE,WAAW,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CAU7C;AAED,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -4,6 +4,6 @@ type Props = {
|
|
|
4
4
|
content: React.ReactNode;
|
|
5
5
|
link?: string;
|
|
6
6
|
};
|
|
7
|
-
export declare const InfoMessage: ({ title, content, link }: Props) => JSX.Element;
|
|
7
|
+
export declare const InfoMessage: ({ title, content, link }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=InfoMessage.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoMessage.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/infomessage/InfoMessage.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAYF,eAAO,MAAM,WAAW,6BAA8B,KAAK,
|
|
1
|
+
{"version":3,"file":"InfoMessage.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/infomessage/InfoMessage.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAYF,eAAO,MAAM,WAAW,6BAA8B,KAAK,4CAuB1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InfoMessageUtils.d.ts","sourceRoot":"","sources":["../../../src/lib/components/infomessage/InfoMessageUtils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InfoMessageUtils.d.ts","sourceRoot":"","sources":["../../../src/lib/components/infomessage/InfoMessageUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAY,MAAM,mBAAmB,CAAC;AAI3D,eAAO,MAAM,yBAAyB;;;CAcrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,YACpB,WAAW,SACb,YAAY,QAsBpB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { InputProps } from '../inputv2/inputv2';
|
|
3
2
|
import { UseMutationResult } from 'react-query';
|
|
4
3
|
type InlineInputForm = {
|
|
@@ -12,6 +11,6 @@ type InlineInputProps = {
|
|
|
12
11
|
};
|
|
13
12
|
changeMutation: UseMutationResult<unknown, unknown, InlineInputForm, unknown>;
|
|
14
13
|
} & InputProps;
|
|
15
|
-
export declare const InlineInput: ({ defaultValue, confirmationModal, changeMutation, ...props }: InlineInputProps) => JSX.Element;
|
|
14
|
+
export declare const InlineInput: ({ defaultValue, confirmationModal, changeMutation, ...props }: InlineInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
15
|
export {};
|
|
17
16
|
//# sourceMappingURL=InlineInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineInput.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inlineinput/InlineInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InlineInput.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inlineinput/InlineInput.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAS,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAWhD,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AACF,KAAK,gBAAgB,GAAG;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE;QAClB,KAAK,EAAE,GAAG,CAAC,OAAO,CAAC;QACnB,IAAI,EAAE,GAAG,CAAC,OAAO,CAAC;KACnB,CAAC;IACF,cAAc,EAAE,iBAAiB,CAAC,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO,CAAC,CAAC;CAC/E,GAAG,UAAU,CAAC;AAEf,eAAO,MAAM,WAAW,kEAKrB,gBAAgB,4CA+IlB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { CSSProperties } from 'styled-components';
|
|
3
2
|
type AddButtonProps<T = unknown> = {
|
|
4
3
|
index: number;
|
|
@@ -7,7 +6,7 @@ type AddButtonProps<T = unknown> = {
|
|
|
7
6
|
disabled?: boolean;
|
|
8
7
|
iconStyle?: CSSProperties;
|
|
9
8
|
};
|
|
10
|
-
export declare const AddButton: ({ index, items, insertEntry, disabled, iconStyle, }: AddButtonProps) => JSX.Element;
|
|
9
|
+
export declare const AddButton: ({ index, items, insertEntry, disabled, iconStyle, }: AddButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
type SubButtonProps<T = unknown> = {
|
|
12
11
|
index: number;
|
|
13
12
|
items: Array<T>;
|
|
@@ -15,6 +14,6 @@ type SubButtonProps<T = unknown> = {
|
|
|
15
14
|
disabled?: boolean;
|
|
16
15
|
iconStyle?: CSSProperties;
|
|
17
16
|
};
|
|
18
|
-
export declare const SubButton: ({ index, items, deleteEntry, disabled, iconStyle, }: SubButtonProps) => JSX.Element;
|
|
17
|
+
export declare const SubButton: ({ index, items, deleteEntry, disabled, iconStyle, }: SubButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export {};
|
|
20
19
|
//# sourceMappingURL=InputButtons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputButtons.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inputlist/InputButtons.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InputButtons.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inputlist/InputButtons.tsx"],"names":[],"mappings":"AAAA,OAAe,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAgB1D,KAAK,cAAc,CAAC,CAAC,GAAG,OAAO,IAAI;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IAChB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,SAAS,wDAMnB,cAAc,4CA2ChB,CAAC;AACF,KAAK,cAAc,CAAC,CAAC,GAAG,OAAO,IAAI;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IAChB,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,aAAa,CAAC;CAC3B,CAAC;AACF,eAAO,MAAM,SAAS,wDAMnB,cAAc,4CAuBhB,CAAC"}
|
|
@@ -14,14 +14,14 @@ export type InputListProps<T> = Omit<HTMLProps<HTMLInputElement>, 'size'> & {
|
|
|
14
14
|
};
|
|
15
15
|
export declare const InputList: import("react").ForwardRefExoticComponent<Omit<Omit<HTMLProps<HTMLInputElement>, "size"> & {
|
|
16
16
|
ref: RefCallBack;
|
|
17
|
-
min?: string | number
|
|
18
|
-
max?: string | number
|
|
19
|
-
maxLength?: number
|
|
20
|
-
minLength?: number
|
|
21
|
-
pattern?: string
|
|
22
|
-
required?: boolean
|
|
23
|
-
disabled?: boolean
|
|
24
|
-
maxItems?: number
|
|
17
|
+
min?: string | number;
|
|
18
|
+
max?: string | number;
|
|
19
|
+
maxLength?: number;
|
|
20
|
+
minLength?: number;
|
|
21
|
+
pattern?: string;
|
|
22
|
+
required?: boolean;
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
maxItems?: number;
|
|
25
25
|
value: (string | number | readonly string[] | undefined)[];
|
|
26
26
|
}, "ref"> & import("react").RefAttributes<unknown>>;
|
|
27
27
|
//# sourceMappingURL=InputList.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputList.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inputlist/InputList.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAK9C,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,GAAG;IAC1E,GAAG,EAAE,WAAW,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,CAAC,EAAE,CAAC;CACZ,CAAC;AAgFF,eAAO,MAAM,SAAS;SA1Ff,WAAW
|
|
1
|
+
{"version":3,"file":"InputList.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inputlist/InputList.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAc,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAK9C,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,GAAG;IAC1E,GAAG,EAAE,WAAW,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,CAAC,EAAE,CAAC;CACZ,CAAC;AAgFF,eAAO,MAAM,SAAS;SA1Ff,WAAW;UACV,MAAM,GAAG,MAAM;UACf,MAAM,GAAG,MAAM;gBACT,MAAM;gBACN,MAAM;cACR,MAAM;eACL,OAAO;eACP,OAAO;eACP,MAAM;;mDAkFmC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { InputHTMLAttributes } from 'react';
|
|
2
2
|
import { IconName } from '../icon/Icon.component';
|
|
3
|
-
export declare const convertSizeToRem: (size?:
|
|
3
|
+
export declare const convertSizeToRem: (size?: "1" | "2/3" | "1/2" | "1/3") => "14rem" | "6rem" | "10rem" | "20.5rem";
|
|
4
4
|
export type InputSize = '1' | '2/3' | '1/2' | '1/3';
|
|
5
5
|
export type InputProps = {
|
|
6
6
|
error?: string;
|
|
@@ -10,10 +10,10 @@ export type InputProps = {
|
|
|
10
10
|
size?: InputSize;
|
|
11
11
|
} & Omit<InputHTMLAttributes<HTMLInputElement>, 'size'>;
|
|
12
12
|
export declare const Input: import("react").ForwardRefExoticComponent<{
|
|
13
|
-
error?: string
|
|
13
|
+
error?: string;
|
|
14
14
|
id: string;
|
|
15
|
-
leftIcon?: IconName
|
|
16
|
-
rightIcon?: IconName
|
|
17
|
-
size?: InputSize
|
|
15
|
+
leftIcon?: IconName;
|
|
16
|
+
rightIcon?: IconName;
|
|
17
|
+
size?: InputSize;
|
|
18
18
|
} & Omit<InputHTMLAttributes<HTMLInputElement>, "size"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
19
19
|
//# sourceMappingURL=inputv2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputv2.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inputv2/inputv2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAIxD,OAAO,EAAQ,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAExD,eAAO,MAAM,gBAAgB,UAAW,GAAG,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,2CAKlE,CAAC;AAwFF,MAAM,MAAM,SAAS,GAAG,GAAG,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAEpD,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"inputv2.d.ts","sourceRoot":"","sources":["../../../src/lib/components/inputv2/inputv2.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAIxD,OAAO,EAAQ,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAExD,eAAO,MAAM,gBAAgB,UAAW,GAAG,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,2CAKlE,CAAC;AAwFF,MAAM,MAAM,SAAS,GAAG,GAAG,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AAEpD,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,SAAS,CAAC,EAAE,QAAQ,CAAC;IACrB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK;YAPR,MAAM;QACV,MAAM;eACC,QAAQ;gBACP,QAAQ;WACb,SAAS;0GAmDjB,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { Props as SidebarProps } from '../sidebar/Sidebar.component';
|
|
3
2
|
type Props = {
|
|
4
3
|
sidebar: SidebarProps;
|
|
5
4
|
children: JSX.Element;
|
|
6
5
|
};
|
|
7
|
-
declare function LateralNavbarLayout({ children, sidebar, ...rest }: Props): JSX.Element;
|
|
6
|
+
declare function LateralNavbarLayout({ children, sidebar, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export { LateralNavbarLayout };
|
|
9
8
|
//# sourceMappingURL=LateralNavbarLayout.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LateralNavbarLayout.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/lateralnavbarlayout/LateralNavbarLayout.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LateralNavbarLayout.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/lateralnavbarlayout/LateralNavbarLayout.component.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,IAAI,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAGrE,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC;CACvB,CAAC;AAiBF,iBAAS,mBAAmB,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,2CASjE;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { Props as NavbarProps } from '../navbar/Navbar.component';
|
|
3
2
|
import { Props as SidebarProps } from '../sidebar/Sidebar.component';
|
|
4
3
|
type Props = {
|
|
@@ -7,6 +6,6 @@ type Props = {
|
|
|
7
6
|
navbarElement?: JSX.Element;
|
|
8
7
|
children: JSX.Element;
|
|
9
8
|
};
|
|
10
|
-
declare function Layout({ children, sidebar, navbar, navbarElement, ...rest }: Props): JSX.Element;
|
|
9
|
+
declare function Layout({ children, sidebar, navbar, navbarElement, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export { Layout };
|
|
12
11
|
//# sourceMappingURL=Layout.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/layout/Layout.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Layout.component.d.ts","sourceRoot":"","sources":["../../../src/lib/components/layout/Layout.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,KAAK,IAAI,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAGrE,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,aAAa,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,EAAE,GAAG,CAAC,OAAO,CAAC;CACvB,CAAC;AAgBF,iBAAS,MAAM,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,2CAc3E;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
import { ReactElement, ReactNode } from 'react';
|
|
2
|
+
import { ThemeColors } from '../../../style/theme';
|
|
2
3
|
declare function AppContainer({ children, sidebarNavigation, hasPadding, ...rest }: {
|
|
3
4
|
children: ReactElement | ReactElement[];
|
|
4
5
|
sidebarNavigation?: ReactElement;
|
|
5
6
|
hasPadding?: boolean;
|
|
6
|
-
}): JSX.Element;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
declare namespace AppContainer {
|
|
8
9
|
var ContextContainer: ({ children, background, ...rest }: {
|
|
9
|
-
background?:
|
|
10
|
-
children: ReactElement
|
|
11
|
-
}) => JSX.Element;
|
|
10
|
+
background?: ThemeColors;
|
|
11
|
+
children: ReactElement | ReactElement[];
|
|
12
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
13
|
var OverallSummary: ({ children, noPadding, noBottomMargin, hasTopMargin, background, ...rest }: {
|
|
13
14
|
children: any;
|
|
14
|
-
noPadding?: boolean
|
|
15
|
-
noBottomMargin?: boolean
|
|
16
|
-
hasTopMargin?: boolean
|
|
17
|
-
background?:
|
|
18
|
-
}) => JSX.Element;
|
|
15
|
+
noPadding?: boolean;
|
|
16
|
+
noBottomMargin?: boolean;
|
|
17
|
+
hasTopMargin?: boolean;
|
|
18
|
+
background?: ThemeColors;
|
|
19
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
19
20
|
var MainContent: ({ children, hasPadding, background, hasTopMargin, ...rest }: {
|
|
20
21
|
children: ReactNode;
|
|
21
|
-
hasPadding?: boolean
|
|
22
|
-
hasTopMargin?: boolean
|
|
23
|
-
background?:
|
|
24
|
-
}) => JSX.Element;
|
|
22
|
+
hasPadding?: boolean;
|
|
23
|
+
hasTopMargin?: boolean;
|
|
24
|
+
background?: ThemeColors;
|
|
25
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
25
26
|
var sectionDistance: string;
|
|
26
27
|
}
|
|
27
28
|
export { AppContainer };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppContainer.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/layout/v2/AppContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"AppContainer.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/layout/v2/AppContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGhD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAmInD,iBAAS,YAAY,CAAC,EACpB,QAAQ,EACR,iBAAiB,EACjB,UAAU,EACV,GAAG,IAAI,EACR,EAAE;IACD,QAAQ,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;IACxC,iBAAiB,CAAC,EAAE,YAAY,CAAC;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,2CASA;kBAlBQ,YAAY;8DA/FlB;QACD,UAAU,CAAC,EAAE,WAAW,CAAC;QACzB,QAAQ,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;KACzC;qGA8BE;QACD,QAAQ,EAAE,GAAG,CAAC;QACd,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,cAAc,CAAC,EAAE,OAAO,CAAC;QACzB,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,UAAU,CAAC,EAAE,WAAW,CAAC;KAC1B;mFA8BE;QACD,QAAQ,EAAE,SAAS,CAAC;QACpB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,UAAU,CAAC,EAAE,WAAW,CAAC;KAC1B;;;AA8CD,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -2,5 +2,5 @@ import { ReactElement } from 'react';
|
|
|
2
2
|
export declare function Layout({ children: app, headerNavigation, }: {
|
|
3
3
|
children: ReactElement | ReactElement[];
|
|
4
4
|
headerNavigation: ReactElement;
|
|
5
|
-
}): JSX.Element;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/layout/v2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAgBrC,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EAAE,GAAG,EACb,gBAAgB,GACjB,EAAE;IACD,QAAQ,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;IACxC,gBAAgB,EAAE,YAAY,CAAC;CAChC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/layout/v2/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAgBrC,wBAAgB,MAAM,CAAC,EACrB,QAAQ,EAAE,GAAG,EACb,gBAAgB,GACjB,EAAE;IACD,QAAQ,EAAE,YAAY,GAAG,YAAY,EAAE,CAAC;IACxC,gBAAgB,EAAE,YAAY,CAAC;CAChC,2CAOA"}
|
|
@@ -11,7 +11,7 @@ export declare const TwoPanelLayout: ({ panelsRatio, leftPanel, rightPanel, noGa
|
|
|
11
11
|
children: ReactElement;
|
|
12
12
|
background?: ThemeColors;
|
|
13
13
|
};
|
|
14
|
-
noGap?: boolean
|
|
15
|
-
}) => JSX.Element;
|
|
14
|
+
noGap?: boolean;
|
|
15
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
export {};
|
|
17
17
|
//# sourceMappingURL=panels.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"panels.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/layout/v2/panels.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAwDnD,KAAK,WAAW,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;AAgB/C,eAAO,MAAM,cAAc;
|
|
1
|
+
{"version":3,"file":"panels.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/layout/v2/panels.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAwDnD,KAAK,WAAW,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,CAAC;AAgB/C,eAAO,MAAM,cAAc,2DAMxB;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE;QAAE,QAAQ,EAAE,YAAY,CAAC;QAAC,UAAU,CAAC,EAAE,WAAW,CAAA;KAAE,CAAC;IAChE,UAAU,EAAE;QAAE,QAAQ,EAAE,YAAY,CAAC;QAAC,UAAU,CAAC,EAAE,WAAW,CAAA;KAAE,CAAC;IACjE,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,4CAmBA,CAAC"}
|