Skip to content

Commit

Permalink
Remove local date components (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Apr 19, 2024
1 parent 8e76185 commit 7aa3f24
Show file tree
Hide file tree
Showing 70 changed files with 43 additions and 5,324 deletions.
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"devDependencies": {
"@gravity-ui/app-builder": "^0.9.2",
"@gravity-ui/components": "^3.4.0",
"@gravity-ui/date-components": "^2.3.0",
"@gravity-ui/eslint-config": "^2.2.0",
"@gravity-ui/icons": "^2.9.1",
"@gravity-ui/navigation": "^2.5.0",
Expand Down
49 changes: 0 additions & 49 deletions src/i18n-keysets/components.common.RangeDatepicker/en.json

This file was deleted.

49 changes: 0 additions & 49 deletions src/i18n-keysets/components.common.RangeDatepicker/ru.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/shared/schema/bi/types/forms.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type {DatePickerProps} from '@gravity-ui/date-components';
import type {
ButtonProps,
CheckboxProps,
Expand All @@ -10,7 +11,6 @@ import type {
} from '@gravity-ui/uikit';

import type {CollapseProps} from '../../../../ui/components/Collapse/types';
import type {SimpleDatepickerProps} from '../../../../ui/components/common/SimpleDatepicker/types';
import type {ConnectionData} from '../../../types';

type MarkdownString = string;
Expand Down Expand Up @@ -98,7 +98,7 @@ export type CheckboxItem = BaseItem & {
export type DatepickerItem = BaseItem &
Omit<BaseControlItem, 'width'> & {
id: 'datepicker';
controlProps?: Partial<SimpleDatepickerProps>;
controlProps?: Partial<DatePickerProps>;
};

export type PlainTextItem = Pick<BaseItem, 'displayConditions'> & {
Expand Down
Loading

0 comments on commit 7aa3f24

Please sign in to comment.