@procore/saved-views 1.1.0-alpha.8 → 1.1.0-alpha.9
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/dist/legacy/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Locale
|
|
1
|
+
import { Locale } from '@procore/globalization-toolkit';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
import { DataTableConfig, TableApi, ColumnDefinition } from '@procore/data-table';
|
|
@@ -7,7 +7,7 @@ import * as _procore_core_react_dist_Panel_Panel_types from '@procore/core-react
|
|
|
7
7
|
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
8
8
|
import * as _procore_core_react from '@procore/core-react';
|
|
9
9
|
|
|
10
|
-
declare function getTranslations(envLocale: Locale):
|
|
10
|
+
declare function getTranslations(envLocale: Locale): Record<string, object>;
|
|
11
11
|
|
|
12
12
|
declare const useSavedViewsPanel: (domain: string, tableName: string) => {
|
|
13
13
|
isOpen: boolean;
|
package/dist/legacy/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Locale
|
|
1
|
+
import { Locale } from '@procore/globalization-toolkit';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
import { DataTableConfig, TableApi, ColumnDefinition } from '@procore/data-table';
|
|
@@ -7,7 +7,7 @@ import * as _procore_core_react_dist_Panel_Panel_types from '@procore/core-react
|
|
|
7
7
|
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
8
8
|
import * as _procore_core_react from '@procore/core-react';
|
|
9
9
|
|
|
10
|
-
declare function getTranslations(envLocale: Locale):
|
|
10
|
+
declare function getTranslations(envLocale: Locale): Record<string, object>;
|
|
11
11
|
|
|
12
12
|
declare const useSavedViewsPanel: (domain: string, tableName: string) => {
|
|
13
13
|
isOpen: boolean;
|
package/dist/modern/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Locale
|
|
1
|
+
import { Locale } from '@procore/globalization-toolkit';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
import { DataTableConfig, TableApi, ColumnDefinition } from '@procore/data-table';
|
|
@@ -7,7 +7,7 @@ import * as _procore_core_react_dist_Panel_Panel_types from '@procore/core-react
|
|
|
7
7
|
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
8
8
|
import * as _procore_core_react from '@procore/core-react';
|
|
9
9
|
|
|
10
|
-
declare function getTranslations(envLocale: Locale):
|
|
10
|
+
declare function getTranslations(envLocale: Locale): Record<string, object>;
|
|
11
11
|
|
|
12
12
|
declare const useSavedViewsPanel: (domain: string, tableName: string) => {
|
|
13
13
|
isOpen: boolean;
|
package/dist/modern/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Locale
|
|
1
|
+
import { Locale } from '@procore/globalization-toolkit';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
import { DataTableConfig, TableApi, ColumnDefinition } from '@procore/data-table';
|
|
@@ -7,7 +7,7 @@ import * as _procore_core_react_dist_Panel_Panel_types from '@procore/core-react
|
|
|
7
7
|
import * as styled_components_dist_types from 'styled-components/dist/types';
|
|
8
8
|
import * as _procore_core_react from '@procore/core-react';
|
|
9
9
|
|
|
10
|
-
declare function getTranslations(envLocale: Locale):
|
|
10
|
+
declare function getTranslations(envLocale: Locale): Record<string, object>;
|
|
11
11
|
|
|
12
12
|
declare const useSavedViewsPanel: (domain: string, tableName: string) => {
|
|
13
13
|
isOpen: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/saved-views",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.9",
|
|
4
4
|
"description": "Saved Views Component for Data Table",
|
|
5
5
|
"author": "Procore Technologies, Inc",
|
|
6
6
|
"repository": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"watch": "chokidar './src' -c 'yalc publish --push'"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@procore/cdn-translations": "^0.
|
|
57
|
+
"@procore/cdn-translations": "^1.0.0",
|
|
58
58
|
"@procore/core-http": "^12.0.0",
|
|
59
59
|
"@procore/core-react": ">=11.4.0 <13",
|
|
60
60
|
"@procore/globalization-toolkit": "^3.4.2",
|