Skip to content

Commit

Permalink
feat: date32 datetime64 timestamp64 interval64 [YTFRONT-4087]
Browse files Browse the repository at this point in the history
  • Loading branch information
SimbiozizV committed Jun 20, 2024
1 parent 2f5b14d commit 6f2c8e5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/ui/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@gravity-ui/stylelint-config": "^3.0.0",
"@gravity-ui/tsconfig": "^1.0.0",
"@gravity-ui/uikit": "^5.31.2",
"@gravity-ui/unipika": "^3.0.0",
"@gravity-ui/unipika": "^5.1.0",
"@gravity-ui/yagr": "^4.0.3",
"@reduxjs/toolkit": "^2.2.3",
"@tanstack/react-virtual": "^3.0.0-alpha.0",
Expand Down Expand Up @@ -192,7 +192,7 @@
"@gravity-ui/expresskit": "^1.0.0",
"@gravity-ui/nodekit": "^1.0.0",
"@gravity-ui/uikit": "^5.31.2",
"@gravity-ui/unipika": "^3.0.0",
"@gravity-ui/unipika": "^5.1.0",
"@ytsaurus/interface-helpers": "^0.3.0",
"js-cookie": "2.2.1",
"lodash": "4.17.21",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/ui/common/thor/unipika-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ export function getUnipikaSettingsFromConfig(): Partial<UnipikaSettings> {
return {
validateSrcUrl: makeValidateSrcUrl({}),
normalizeUrl: makeNormalizeUrl({}),
treatValAsData: true,
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export type UnipikaSettings = {
maxListSize?: number;
maxStringSize?: number;
omitStructNull?: boolean;
treatValAsData?: boolean;

validateSrcUrl?: (taggedTypeUrl: string) => boolean;
normalizeUrl?: (url?: string) => string;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f2c8e5

Please # to comment.