@cloudtower/eagle 0.27.28 → 0.27.30
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/README.md +8 -0
- package/dist/components.css +2569 -2568
- package/dist/eagle/src/utils/type.d.ts +1 -0
- package/dist/{stories → eagle/stories}/changeLng.stories.d.ts +2 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/parrot/src/index.d.ts +4 -0
- package/dist/parrot/src/locales/en-US/index.d.ts +130 -0
- package/dist/parrot/src/locales/index.d.ts +262 -0
- package/dist/parrot/src/locales/zh-CN/index.d.ts +130 -0
- package/dist/parrot/src/parrotI18n.d.ts +8 -0
- package/dist/style.css +1976 -1975
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +1 -0
- package/package.json +6 -7
- /package/dist/{UIKitProvider → eagle/src/UIKitProvider}/UIKitProvider.stories.d.ts +0 -0
- /package/dist/{UIKitProvider → eagle/src/UIKitProvider}/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Alert/Alert.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Alert/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Arch/Arch.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Arch/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Badge/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BaseIcon/BaseIcon.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BaseIcon/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bit/Bit.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bit/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BitPerSecond/BitPerSecond.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BitPerSecond/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bps/Bps.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bps/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/Button.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/HoverableElement.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/HoverableElement.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ButtonGroup/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Byte/Byte.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Byte/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Calendar/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/Card.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/CardBody.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/CardTitle.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/CardWrapper.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/__test__/Card.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Cascader/cascader.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Cascader/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Checkbox/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Checkbox/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Empty/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ErrorBoundary/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/CustomHeader.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandIcon.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableContainer.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableItem.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableItem.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableList.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/RoundOrder.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/FailedLoad/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsBoolean/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsBoolean/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTime/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTimeRange/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTimeRange/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsEnum/FieldsEnum.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsEnum/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsEnum/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsFloat/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsFloat/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInt/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInt/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInteger/FieldsInteger.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInteger/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInteger/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsString/FieldsString.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsString/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsString/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTextArea/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTimePicker/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTimePicker/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Form/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/FormItem/Form.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/FormItem/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Frequency/Frequency.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Frequency/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/I18nNameTag/I18nNameTag.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/I18nNameTag/__test__/index.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/I18nNameTag/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Icon/Icon.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Icon/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/Input.simple.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/Input.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputGroup/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputGroup/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputGroup/inputGroup.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputInteger/__test__/unit.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputInteger/formatterInteger.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputInteger/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputNumber/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputTagItem/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/KitStoreProvider/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Link/Link.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Link/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Loading/Loading.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Loading/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Loading/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/Metric.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/MetricActions.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/MetricLegend.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/Pointer.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/RenderChart.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/TooltipFormatter.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/metric.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/mockMetric.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/mockMetric2.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/styled.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/type.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Modal/Modal.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Modal/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ModalStack/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Overflow/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/OverflowTooltip/OverflowTooltip.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/OverflowTooltip/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Pagination/Pagination.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Pagination/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Percent/Percent.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Percent/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Progress/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/Radio.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/RadioButton.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/RadioGroup.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SearchInput/SearchInput.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SearchInput/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SearchInput/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Second/Second.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Second/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Select/Select.Simple.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Select/Select.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Select/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SimplePagination/SimplePagination.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SimplePagination/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SimplePagination/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Space/Space.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Space/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Speed/Speed.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Speed/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/StatusCapsule/StatusCapsule.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/StatusCapsule/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/StatusCapsule/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Steps/Steps.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Steps/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Steps/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Styled/Styled.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Styled/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Switch/Switch.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Switch/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/Table.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/TableWidget.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/common.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/AddRowButton.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/AffixColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/CheckboxColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/FormItem.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/InputColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/TextColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableForm.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableFormBodyCell.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableFormBodyRows.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableFormHeaderCell.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/__test__/tableForm.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/__test__/utils.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/const.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/types.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/utils.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/SplitTag.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/Tag.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/const.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TextArea/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Time/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Time/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Time/time.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TimePicker/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TimeZoneSelect/TimeZoneSelect.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TimeZoneSelect/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/Token.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tooltip/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Truncate/Truncate.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Truncate/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Typo/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/antd.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message/__tests__/index.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message/style/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message-group/__test__/message-group.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message-group/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message-group/message-group.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/AccordionCard/AccordionCard.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/AccordionCard/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/Breadcrumb/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DetailCard/DetailCard.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DetailCard/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DropdownMenu/DropdownMenu.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DropdownMenu/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/ParrotTrans/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/SegmentControl/SegmentControl.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/SegmentControl/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/StepProgress/StepProgress.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/StepProgress/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BarChart/BarChart.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BarChart/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BatchOperation/BatchOperation.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BatchOperation/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/ChartWithTooltip/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/Counting/Counting.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/Counting/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronCalendar/CronCalendar.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronCalendar/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronPlan/CronPlan.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronPlan/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/AbsoluteDate.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/Calendar.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/DateRangePicker.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/DateRangePicker.style.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/InputTime.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/RelativeTime.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/common.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/hooks/useElementIntersectionRatio.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/hooks/useMemoCompare.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DonutChart/DonutChart.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DonutChart/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DropdownTransition/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/GoBackButton/GoBackButton.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/GoBackButton/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/NamesTooltip/NamesTooltip.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/NamesTooltip/__test__/index.test.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/NamesTooltip/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SidebarSubtitle/SidebarSubtitle.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SidebarSubtitle/__test__/index.test.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SidebarSubtitle/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SortableList/SortableList.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SortableList/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SummaryTable/SummaryTable.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SummaryTable/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SwitchWithText/SwitchWithText.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SwitchWithText/__tests__/h5_css.test.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SwitchWithText/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/TabMenu/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/TruncatedTextWithTooltip/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/UnitWithChart/UnitWithChart.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/UnitWithChart/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/common/getCalendarTitle.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/index.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/index.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/useElementResize.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/useElementsSize.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/useParrotTranslation.d.ts +0 -0
- /package/dist/{index.d.ts → eagle/src/index.d.ts} +0 -0
- /package/dist/{spec → eagle/src/spec}/base.d.ts +0 -0
- /package/dist/{spec → eagle/src/spec}/index.d.ts +0 -0
- /package/dist/{spec → eagle/src/spec}/react-final-form.d.ts +0 -0
- /package/dist/{spec → eagle/src/spec}/type.d.ts +0 -0
- /package/dist/{store → eagle/src/store}/chart.d.ts +0 -0
- /package/dist/{store → eagle/src/store}/index.d.ts +0 -0
- /package/dist/{store → eagle/src/store}/modal.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/compute.spec.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/cron-time.spec.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/time.spec.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/tower.test.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/compute.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/constants.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/cron-time.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/dom.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/formatValue.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/icon.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/index.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/isEmpty.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/testSuit.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/time.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/tower.d.ts +0 -0
- /package/dist/{stories → eagle/stories/components}/Stack.d.ts +0 -0
- /package/dist/{stories → eagle/stories/components}/Story.d.ts +0 -0
- /package/dist/{stories → eagle/stories/components}/index.d.ts +0 -0
- /package/dist/{stories → eagle/stories}/icons-react.stories.d.ts +0 -0
- /package/dist/{stories → eagle/stories}/menu.stories.d.ts +0 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
common: {
|
|
3
|
+
_action_: string;
|
|
4
|
+
action: string;
|
|
5
|
+
all: string;
|
|
6
|
+
cancel: string;
|
|
7
|
+
clear_query: string;
|
|
8
|
+
close: string;
|
|
9
|
+
contains: string;
|
|
10
|
+
confirm: string;
|
|
11
|
+
empty: string;
|
|
12
|
+
enable: string;
|
|
13
|
+
disable: string;
|
|
14
|
+
error: string;
|
|
15
|
+
next_step: string;
|
|
16
|
+
not_contains: string;
|
|
17
|
+
not_enable: string;
|
|
18
|
+
prev_step: string;
|
|
19
|
+
io: string;
|
|
20
|
+
load_failed: string;
|
|
21
|
+
param: string;
|
|
22
|
+
no: string;
|
|
23
|
+
message: string;
|
|
24
|
+
architecture: string;
|
|
25
|
+
calculation: string;
|
|
26
|
+
on: string;
|
|
27
|
+
error_message: string;
|
|
28
|
+
retry: string;
|
|
29
|
+
week_abbreviation: string;
|
|
30
|
+
day_abbreviation: string;
|
|
31
|
+
hour_abbreviation: string;
|
|
32
|
+
minute_abbreviation: string;
|
|
33
|
+
second_abbreviation: string;
|
|
34
|
+
week: string;
|
|
35
|
+
day: string;
|
|
36
|
+
hour: string;
|
|
37
|
+
minute: string;
|
|
38
|
+
second: string;
|
|
39
|
+
monday: string;
|
|
40
|
+
tuesday: string;
|
|
41
|
+
wednesday: string;
|
|
42
|
+
thursday: string;
|
|
43
|
+
friday: string;
|
|
44
|
+
saturday: string;
|
|
45
|
+
sunday: string;
|
|
46
|
+
month: string;
|
|
47
|
+
year: string;
|
|
48
|
+
};
|
|
49
|
+
components: {
|
|
50
|
+
contains: string;
|
|
51
|
+
custom_column: string;
|
|
52
|
+
in: string;
|
|
53
|
+
not: string;
|
|
54
|
+
not_contains: string;
|
|
55
|
+
or: string;
|
|
56
|
+
previous_items: string;
|
|
57
|
+
next_items: string;
|
|
58
|
+
push_to: string;
|
|
59
|
+
pagination_range: string;
|
|
60
|
+
pagination_total: string;
|
|
61
|
+
pagination_lots_total: string;
|
|
62
|
+
unknow_error: string;
|
|
63
|
+
to: string;
|
|
64
|
+
time_zone_select_placeholder: string;
|
|
65
|
+
browser_time_zone: string;
|
|
66
|
+
coordinated_universal_time: string;
|
|
67
|
+
Architecture_AARCH64: string;
|
|
68
|
+
Architecture_X86_64: string;
|
|
69
|
+
maximum_row_count_desc: string;
|
|
70
|
+
remove: string;
|
|
71
|
+
add: string;
|
|
72
|
+
prefix: string;
|
|
73
|
+
suffix: string;
|
|
74
|
+
as_day: string;
|
|
75
|
+
count: string;
|
|
76
|
+
per_day_1: string;
|
|
77
|
+
per_day_2: string;
|
|
78
|
+
per_day_3: string;
|
|
79
|
+
execution_time: string;
|
|
80
|
+
as_week: string;
|
|
81
|
+
as_month: string;
|
|
82
|
+
week_with_below_date: string;
|
|
83
|
+
month_with_below_date: string;
|
|
84
|
+
will_excute_at_last_day_with_date: string;
|
|
85
|
+
retain_with_count: string;
|
|
86
|
+
start_date: string;
|
|
87
|
+
retain_date: string;
|
|
88
|
+
next_generate_with_date: string;
|
|
89
|
+
will_save_one_to_thirty_report: string;
|
|
90
|
+
every_day_with_time: string;
|
|
91
|
+
every_day_with_count_and_time: string;
|
|
92
|
+
every_week_with_time: string;
|
|
93
|
+
every_week_with_day_and_time: string;
|
|
94
|
+
every_weeks_with_count_and_time: string;
|
|
95
|
+
every_weeks_with_count_and_day_and_time: string;
|
|
96
|
+
every_month_with_time: string;
|
|
97
|
+
every_month_with_day_and_time: string;
|
|
98
|
+
every_months_with_count_and_time: string;
|
|
99
|
+
every_months_with_count_and_day_and_time: string;
|
|
100
|
+
generate_date_preview: string;
|
|
101
|
+
date_with_year_and_month: string;
|
|
102
|
+
will_generate_one_reporte_with_date_and_time: string;
|
|
103
|
+
will_generate_report_will_date_and_count: string;
|
|
104
|
+
selected_item_with_count: string;
|
|
105
|
+
set_start_time_failed: string;
|
|
106
|
+
set_end_time_failed: string;
|
|
107
|
+
end_time_cannot_be_less_than_start_time: string;
|
|
108
|
+
end_date: string;
|
|
109
|
+
confirm: string;
|
|
110
|
+
"monday-simple": string;
|
|
111
|
+
"tuesday-simple": string;
|
|
112
|
+
"wednesday-simple": string;
|
|
113
|
+
"thursday-simple": string;
|
|
114
|
+
"friday-simple": string;
|
|
115
|
+
"saturday-simple": string;
|
|
116
|
+
"sunday-simple": string;
|
|
117
|
+
past: string;
|
|
118
|
+
relative_time: string;
|
|
119
|
+
absolute_time: string;
|
|
120
|
+
empty_search_history: string;
|
|
121
|
+
date_range_picker_history_title: string;
|
|
122
|
+
search_relative_time_placeholder: string;
|
|
123
|
+
};
|
|
124
|
+
metric: {
|
|
125
|
+
current: string;
|
|
126
|
+
empty: string;
|
|
127
|
+
max: string;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
export default locale;
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
declare const locales: {
|
|
2
|
+
"en-US": {
|
|
3
|
+
common: {
|
|
4
|
+
_action_: string;
|
|
5
|
+
action: string;
|
|
6
|
+
all: string;
|
|
7
|
+
cancel: string;
|
|
8
|
+
clear_query: string;
|
|
9
|
+
close: string;
|
|
10
|
+
contains: string;
|
|
11
|
+
confirm: string;
|
|
12
|
+
empty: string;
|
|
13
|
+
enable: string;
|
|
14
|
+
disable: string;
|
|
15
|
+
error: string;
|
|
16
|
+
next_step: string;
|
|
17
|
+
not_contains: string;
|
|
18
|
+
not_enable: string;
|
|
19
|
+
prev_step: string;
|
|
20
|
+
io: string;
|
|
21
|
+
load_failed: string;
|
|
22
|
+
param: string;
|
|
23
|
+
no: string;
|
|
24
|
+
message: string;
|
|
25
|
+
architecture: string;
|
|
26
|
+
calculation: string;
|
|
27
|
+
on: string;
|
|
28
|
+
error_message: string;
|
|
29
|
+
retry: string;
|
|
30
|
+
week_abbreviation: string;
|
|
31
|
+
day_abbreviation: string;
|
|
32
|
+
hour_abbreviation: string;
|
|
33
|
+
minute_abbreviation: string;
|
|
34
|
+
second_abbreviation: string;
|
|
35
|
+
week: string;
|
|
36
|
+
day: string;
|
|
37
|
+
hour: string;
|
|
38
|
+
minute: string;
|
|
39
|
+
second: string;
|
|
40
|
+
monday: string;
|
|
41
|
+
tuesday: string;
|
|
42
|
+
wednesday: string;
|
|
43
|
+
thursday: string;
|
|
44
|
+
friday: string;
|
|
45
|
+
saturday: string;
|
|
46
|
+
sunday: string;
|
|
47
|
+
month: string;
|
|
48
|
+
year: string;
|
|
49
|
+
};
|
|
50
|
+
components: {
|
|
51
|
+
contains: string;
|
|
52
|
+
custom_column: string;
|
|
53
|
+
in: string;
|
|
54
|
+
not: string;
|
|
55
|
+
not_contains: string;
|
|
56
|
+
or: string;
|
|
57
|
+
previous_items: string;
|
|
58
|
+
next_items: string;
|
|
59
|
+
push_to: string;
|
|
60
|
+
pagination_range: string;
|
|
61
|
+
pagination_total: string;
|
|
62
|
+
pagination_lots_total: string;
|
|
63
|
+
unknow_error: string;
|
|
64
|
+
to: string;
|
|
65
|
+
time_zone_select_placeholder: string;
|
|
66
|
+
browser_time_zone: string;
|
|
67
|
+
coordinated_universal_time: string;
|
|
68
|
+
Architecture_AARCH64: string;
|
|
69
|
+
Architecture_X86_64: string;
|
|
70
|
+
maximum_row_count_desc: string;
|
|
71
|
+
remove: string;
|
|
72
|
+
add: string;
|
|
73
|
+
prefix: string;
|
|
74
|
+
suffix: string;
|
|
75
|
+
as_day: string;
|
|
76
|
+
count: string;
|
|
77
|
+
per_day_1: string;
|
|
78
|
+
per_day_2: string;
|
|
79
|
+
per_day_3: string;
|
|
80
|
+
execution_time: string;
|
|
81
|
+
as_week: string;
|
|
82
|
+
as_month: string;
|
|
83
|
+
week_with_below_date: string;
|
|
84
|
+
month_with_below_date: string;
|
|
85
|
+
will_excute_at_last_day_with_date: string;
|
|
86
|
+
retain_with_count: string;
|
|
87
|
+
start_date: string;
|
|
88
|
+
retain_date: string;
|
|
89
|
+
next_generate_with_date: string;
|
|
90
|
+
will_save_one_to_thirty_report: string;
|
|
91
|
+
every_day_with_time: string;
|
|
92
|
+
every_day_with_count_and_time: string;
|
|
93
|
+
every_week_with_time: string;
|
|
94
|
+
every_week_with_day_and_time: string;
|
|
95
|
+
every_weeks_with_count_and_time: string;
|
|
96
|
+
every_weeks_with_count_and_day_and_time: string;
|
|
97
|
+
every_month_with_time: string;
|
|
98
|
+
every_month_with_day_and_time: string;
|
|
99
|
+
every_months_with_count_and_time: string;
|
|
100
|
+
every_months_with_count_and_day_and_time: string;
|
|
101
|
+
generate_date_preview: string;
|
|
102
|
+
date_with_year_and_month: string;
|
|
103
|
+
will_generate_one_reporte_with_date_and_time: string;
|
|
104
|
+
will_generate_report_will_date_and_count: string;
|
|
105
|
+
selected_item_with_count: string;
|
|
106
|
+
set_start_time_failed: string;
|
|
107
|
+
set_end_time_failed: string;
|
|
108
|
+
end_time_cannot_be_less_than_start_time: string;
|
|
109
|
+
end_date: string;
|
|
110
|
+
confirm: string;
|
|
111
|
+
"monday-simple": string;
|
|
112
|
+
"tuesday-simple": string;
|
|
113
|
+
"wednesday-simple": string;
|
|
114
|
+
"thursday-simple": string;
|
|
115
|
+
"friday-simple": string;
|
|
116
|
+
"saturday-simple": string;
|
|
117
|
+
"sunday-simple": string;
|
|
118
|
+
past: string;
|
|
119
|
+
relative_time: string;
|
|
120
|
+
absolute_time: string;
|
|
121
|
+
empty_search_history: string;
|
|
122
|
+
date_range_picker_history_title: string;
|
|
123
|
+
search_relative_time_placeholder: string;
|
|
124
|
+
};
|
|
125
|
+
metric: {
|
|
126
|
+
current: string;
|
|
127
|
+
empty: string;
|
|
128
|
+
max: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
"zh-CN": {
|
|
132
|
+
common: {
|
|
133
|
+
_action_: string;
|
|
134
|
+
action: string;
|
|
135
|
+
all: string;
|
|
136
|
+
cancel: string;
|
|
137
|
+
clear_query: string;
|
|
138
|
+
close: string;
|
|
139
|
+
contains: string;
|
|
140
|
+
confirm: string;
|
|
141
|
+
empty: string;
|
|
142
|
+
enable: string;
|
|
143
|
+
disable: string;
|
|
144
|
+
error: string;
|
|
145
|
+
next_step: string;
|
|
146
|
+
not_contains: string;
|
|
147
|
+
not_enable: string;
|
|
148
|
+
prev_step: string;
|
|
149
|
+
io: string;
|
|
150
|
+
load_failed: string;
|
|
151
|
+
param: string;
|
|
152
|
+
no: string;
|
|
153
|
+
message: string;
|
|
154
|
+
architecture: string;
|
|
155
|
+
calculation: string;
|
|
156
|
+
on: string;
|
|
157
|
+
error_message: string;
|
|
158
|
+
retry: string;
|
|
159
|
+
week_abbreviation: string;
|
|
160
|
+
day_abbreviation: string;
|
|
161
|
+
hour_abbreviation: string;
|
|
162
|
+
minute_abbreviation: string;
|
|
163
|
+
second_abbreviation: string;
|
|
164
|
+
week: string;
|
|
165
|
+
day: string;
|
|
166
|
+
hour: string;
|
|
167
|
+
minute: string;
|
|
168
|
+
second: string;
|
|
169
|
+
monday: string;
|
|
170
|
+
tuesday: string;
|
|
171
|
+
wednesday: string;
|
|
172
|
+
thursday: string;
|
|
173
|
+
friday: string;
|
|
174
|
+
saturday: string;
|
|
175
|
+
sunday: string;
|
|
176
|
+
month: string;
|
|
177
|
+
year: string;
|
|
178
|
+
};
|
|
179
|
+
components: {
|
|
180
|
+
contains: string;
|
|
181
|
+
custom_column: string;
|
|
182
|
+
in: string;
|
|
183
|
+
not: string;
|
|
184
|
+
not_contains: string;
|
|
185
|
+
or: string;
|
|
186
|
+
previous_items: string;
|
|
187
|
+
next_items: string;
|
|
188
|
+
push_to: string;
|
|
189
|
+
pagination_range: string;
|
|
190
|
+
pagination_total: string;
|
|
191
|
+
pagination_lots_total: string;
|
|
192
|
+
unknow_error: string;
|
|
193
|
+
to: string;
|
|
194
|
+
time_zone_select_placeholder: string;
|
|
195
|
+
browser_time_zone: string;
|
|
196
|
+
coordinated_universal_time: string;
|
|
197
|
+
Architecture_AARCH64: string;
|
|
198
|
+
Architecture_X86_64: string;
|
|
199
|
+
maximum_row_count_desc: string;
|
|
200
|
+
remove: string;
|
|
201
|
+
add: string;
|
|
202
|
+
prefix: string;
|
|
203
|
+
suffix: string;
|
|
204
|
+
as_day: string;
|
|
205
|
+
count: string;
|
|
206
|
+
per_day_1: string;
|
|
207
|
+
per_day_2: string;
|
|
208
|
+
per_day_3: string;
|
|
209
|
+
execution_time: string;
|
|
210
|
+
as_week: string;
|
|
211
|
+
as_month: string;
|
|
212
|
+
week_with_below_date: string;
|
|
213
|
+
month_with_below_date: string;
|
|
214
|
+
will_excute_at_last_day_with_date: string;
|
|
215
|
+
retain_with_count: string;
|
|
216
|
+
start_date: string;
|
|
217
|
+
retain_date: string;
|
|
218
|
+
next_generate_with_date: string;
|
|
219
|
+
will_save_one_to_thirty_report: string;
|
|
220
|
+
every_day_with_time: string;
|
|
221
|
+
every_day_with_count_and_time: string;
|
|
222
|
+
every_week_with_time: string;
|
|
223
|
+
every_week_with_day_and_time: string;
|
|
224
|
+
every_weeks_with_count_and_time: string;
|
|
225
|
+
every_weeks_with_count_and_day_and_time: string;
|
|
226
|
+
every_month_with_time: string;
|
|
227
|
+
every_month_with_day_and_time: string;
|
|
228
|
+
every_months_with_count_and_time: string;
|
|
229
|
+
every_months_with_count_and_day_and_time: string;
|
|
230
|
+
generate_date_preview: string;
|
|
231
|
+
date_with_year_and_month: string;
|
|
232
|
+
will_generate_one_reporte_with_date_and_time: string;
|
|
233
|
+
will_generate_report_will_date_and_count: string;
|
|
234
|
+
selected_item_with_count: string;
|
|
235
|
+
set_start_time_failed: string;
|
|
236
|
+
set_end_time_failed: string;
|
|
237
|
+
end_time_cannot_be_less_than_start_time: string;
|
|
238
|
+
end_date: string;
|
|
239
|
+
confirm: string;
|
|
240
|
+
"monday-simple": string;
|
|
241
|
+
"tuesday-simple": string;
|
|
242
|
+
"wednesday-simple": string;
|
|
243
|
+
"thursday-simple": string;
|
|
244
|
+
"friday-simple": string;
|
|
245
|
+
"saturday-simple": string;
|
|
246
|
+
"sunday-simple": string;
|
|
247
|
+
past: string;
|
|
248
|
+
relative_time: string;
|
|
249
|
+
absolute_time: string;
|
|
250
|
+
empty_search_history: string;
|
|
251
|
+
date_range_picker_history_title: string;
|
|
252
|
+
search_relative_time_placeholder: string;
|
|
253
|
+
};
|
|
254
|
+
metric: {
|
|
255
|
+
current: string;
|
|
256
|
+
empty: string;
|
|
257
|
+
max: string;
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
export default locales;
|
|
262
|
+
export type ParrotI18nSupportLng = keyof typeof locales;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
common: {
|
|
3
|
+
_action_: string;
|
|
4
|
+
action: string;
|
|
5
|
+
all: string;
|
|
6
|
+
cancel: string;
|
|
7
|
+
clear_query: string;
|
|
8
|
+
close: string;
|
|
9
|
+
contains: string;
|
|
10
|
+
confirm: string;
|
|
11
|
+
empty: string;
|
|
12
|
+
enable: string;
|
|
13
|
+
disable: string;
|
|
14
|
+
error: string;
|
|
15
|
+
next_step: string;
|
|
16
|
+
not_contains: string;
|
|
17
|
+
not_enable: string;
|
|
18
|
+
prev_step: string;
|
|
19
|
+
io: string;
|
|
20
|
+
load_failed: string;
|
|
21
|
+
param: string;
|
|
22
|
+
no: string;
|
|
23
|
+
message: string;
|
|
24
|
+
architecture: string;
|
|
25
|
+
calculation: string;
|
|
26
|
+
on: string;
|
|
27
|
+
error_message: string;
|
|
28
|
+
retry: string;
|
|
29
|
+
week_abbreviation: string;
|
|
30
|
+
day_abbreviation: string;
|
|
31
|
+
hour_abbreviation: string;
|
|
32
|
+
minute_abbreviation: string;
|
|
33
|
+
second_abbreviation: string;
|
|
34
|
+
week: string;
|
|
35
|
+
day: string;
|
|
36
|
+
hour: string;
|
|
37
|
+
minute: string;
|
|
38
|
+
second: string;
|
|
39
|
+
monday: string;
|
|
40
|
+
tuesday: string;
|
|
41
|
+
wednesday: string;
|
|
42
|
+
thursday: string;
|
|
43
|
+
friday: string;
|
|
44
|
+
saturday: string;
|
|
45
|
+
sunday: string;
|
|
46
|
+
month: string;
|
|
47
|
+
year: string;
|
|
48
|
+
};
|
|
49
|
+
components: {
|
|
50
|
+
contains: string;
|
|
51
|
+
custom_column: string;
|
|
52
|
+
in: string;
|
|
53
|
+
not: string;
|
|
54
|
+
not_contains: string;
|
|
55
|
+
or: string;
|
|
56
|
+
previous_items: string;
|
|
57
|
+
next_items: string;
|
|
58
|
+
push_to: string;
|
|
59
|
+
pagination_range: string;
|
|
60
|
+
pagination_total: string;
|
|
61
|
+
pagination_lots_total: string;
|
|
62
|
+
unknow_error: string;
|
|
63
|
+
to: string;
|
|
64
|
+
time_zone_select_placeholder: string;
|
|
65
|
+
browser_time_zone: string;
|
|
66
|
+
coordinated_universal_time: string;
|
|
67
|
+
Architecture_AARCH64: string;
|
|
68
|
+
Architecture_X86_64: string;
|
|
69
|
+
maximum_row_count_desc: string;
|
|
70
|
+
remove: string;
|
|
71
|
+
add: string;
|
|
72
|
+
prefix: string;
|
|
73
|
+
suffix: string;
|
|
74
|
+
as_day: string;
|
|
75
|
+
count: string;
|
|
76
|
+
per_day_1: string;
|
|
77
|
+
per_day_2: string;
|
|
78
|
+
per_day_3: string;
|
|
79
|
+
execution_time: string;
|
|
80
|
+
as_week: string;
|
|
81
|
+
as_month: string;
|
|
82
|
+
week_with_below_date: string;
|
|
83
|
+
month_with_below_date: string;
|
|
84
|
+
will_excute_at_last_day_with_date: string;
|
|
85
|
+
retain_with_count: string;
|
|
86
|
+
start_date: string;
|
|
87
|
+
retain_date: string;
|
|
88
|
+
next_generate_with_date: string;
|
|
89
|
+
will_save_one_to_thirty_report: string;
|
|
90
|
+
every_day_with_time: string;
|
|
91
|
+
every_day_with_count_and_time: string;
|
|
92
|
+
every_week_with_time: string;
|
|
93
|
+
every_week_with_day_and_time: string;
|
|
94
|
+
every_weeks_with_count_and_time: string;
|
|
95
|
+
every_weeks_with_count_and_day_and_time: string;
|
|
96
|
+
every_month_with_time: string;
|
|
97
|
+
every_month_with_day_and_time: string;
|
|
98
|
+
every_months_with_count_and_time: string;
|
|
99
|
+
every_months_with_count_and_day_and_time: string;
|
|
100
|
+
generate_date_preview: string;
|
|
101
|
+
date_with_year_and_month: string;
|
|
102
|
+
will_generate_one_reporte_with_date_and_time: string;
|
|
103
|
+
will_generate_report_will_date_and_count: string;
|
|
104
|
+
selected_item_with_count: string;
|
|
105
|
+
set_start_time_failed: string;
|
|
106
|
+
set_end_time_failed: string;
|
|
107
|
+
end_time_cannot_be_less_than_start_time: string;
|
|
108
|
+
end_date: string;
|
|
109
|
+
confirm: string;
|
|
110
|
+
"monday-simple": string;
|
|
111
|
+
"tuesday-simple": string;
|
|
112
|
+
"wednesday-simple": string;
|
|
113
|
+
"thursday-simple": string;
|
|
114
|
+
"friday-simple": string;
|
|
115
|
+
"saturday-simple": string;
|
|
116
|
+
"sunday-simple": string;
|
|
117
|
+
past: string;
|
|
118
|
+
relative_time: string;
|
|
119
|
+
absolute_time: string;
|
|
120
|
+
empty_search_history: string;
|
|
121
|
+
date_range_picker_history_title: string;
|
|
122
|
+
search_relative_time_placeholder: string;
|
|
123
|
+
};
|
|
124
|
+
metric: {
|
|
125
|
+
current: string;
|
|
126
|
+
empty: string;
|
|
127
|
+
max: string;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
export default locale;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Callback, InitOptions } from "i18next";
|
|
2
|
+
export declare enum ParrotLngs {
|
|
3
|
+
zh = "zh-CN",
|
|
4
|
+
en = "en-US"
|
|
5
|
+
}
|
|
6
|
+
declare const parrotI18n: import("i18next").i18n;
|
|
7
|
+
export default parrotI18n;
|
|
8
|
+
export declare const initParrotI18n: (options?: InitOptions, callback?: Callback | undefined) => void;
|