@leav/ui 0.3.6-23e93ac → 0.3.6-24f63f4
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/__mocks__/common/attribute.js +0 -1
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.js +2 -0
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/value.js +2 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +150 -81
- package/dist/_gqlTypes/index.js +50 -5
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/records/getRecordPropertiesQuery.d.ts +23 -13
- package/dist/_queries/records/getRecordPropertiesQuery.js +10 -4
- package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/values/valueDetailsFragment.js +8 -5
- package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +2 -0
- package/dist/_utils/typeguards.js +2 -0
- package/dist/_utils/typeguards.js.map +1 -0
- package/dist/components/Explorer/DataView.d.ts +6 -0
- package/dist/components/Explorer/DataView.js +16 -0
- package/dist/components/Explorer/DataView.js.map +1 -0
- package/dist/components/Explorer/Explorer.d.ts +4 -0
- package/dist/components/Explorer/Explorer.js +8 -0
- package/dist/components/Explorer/Explorer.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +1 -0
- package/dist/components/Explorer/index.js +5 -0
- package/dist/components/Explorer/index.js.map +1 -0
- package/dist/components/Explorer/tsconfig.json +6 -0
- package/dist/components/Explorer/types.d.ts +6 -0
- package/dist/components/Explorer/types.js +2 -0
- package/dist/components/Explorer/types.js.map +1 -0
- package/dist/components/Explorer/useExplorerData.d.ts +5 -0
- package/dist/components/Explorer/useExplorerData.js +21 -0
- package/dist/components/Explorer/useExplorerData.js.map +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +2 -2
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +14 -11
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +8 -8
- package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +22 -3
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +70 -17
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js +9 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js +7 -0
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -4
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +8 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +11 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +21 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +37 -10
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +91 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +36 -12
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +41 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +48 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/{DSInputPasswordWrapper.d.ts → DSRichTextWrapper.d.ts} +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +82 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +3 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +20 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +13 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +79 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +107 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js +5 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +6 -6
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +2 -2
- package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/useLang/useLang.d.ts +1 -1
- package/dist/hooks/useLang/useLang.js +2 -2
- package/dist/hooks/useLang/useLang.js.map +1 -1
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +7 -2
- package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
- package/dist/locales/en/shared.json +1 -0
- package/dist/locales/fr/shared.json +1 -0
- package/package.json +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
|
@@ -139,6 +139,7 @@ export type AttributeInput = {
|
|
|
139
139
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
140
140
|
permissions_conf?: InputMaybe<TreepermissionsConfInput>;
|
|
141
141
|
readonly?: InputMaybe<Scalars['Boolean']>;
|
|
142
|
+
required?: InputMaybe<Scalars['Boolean']>;
|
|
142
143
|
reverse_link?: InputMaybe<Scalars['String']>;
|
|
143
144
|
type?: InputMaybe<AttributeType>;
|
|
144
145
|
unique?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -250,12 +251,13 @@ export declare enum FormsSortableFields {
|
|
|
250
251
|
library = "library",
|
|
251
252
|
system = "system"
|
|
252
253
|
}
|
|
253
|
-
export type
|
|
254
|
+
export type GlobalSettingsFileInput = {
|
|
254
255
|
library: Scalars['String'];
|
|
255
256
|
recordId: Scalars['String'];
|
|
256
257
|
};
|
|
257
258
|
export type GlobalSettingsInput = {
|
|
258
|
-
|
|
259
|
+
favicon?: InputMaybe<GlobalSettingsFileInput>;
|
|
260
|
+
icon?: InputMaybe<GlobalSettingsFileInput>;
|
|
259
261
|
name?: InputMaybe<Scalars['String']>;
|
|
260
262
|
};
|
|
261
263
|
export declare enum IoTypes {
|
|
@@ -677,12 +679,12 @@ export type ValueBatchInput = {
|
|
|
677
679
|
attribute?: InputMaybe<Scalars['ID']>;
|
|
678
680
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
679
681
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
680
|
-
|
|
682
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
681
683
|
};
|
|
682
684
|
export type ValueInput = {
|
|
683
685
|
id_value?: InputMaybe<Scalars['ID']>;
|
|
684
686
|
metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
|
|
685
|
-
|
|
687
|
+
payload?: InputMaybe<Scalars['String']>;
|
|
686
688
|
version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
|
|
687
689
|
};
|
|
688
690
|
export type ValueMetadataInput = {
|
|
@@ -807,7 +809,6 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
807
809
|
system: boolean;
|
|
808
810
|
readonly: boolean;
|
|
809
811
|
label?: any | null;
|
|
810
|
-
required: boolean;
|
|
811
812
|
description?: any | null;
|
|
812
813
|
multiple_values: boolean;
|
|
813
814
|
linked_library?: {
|
|
@@ -846,7 +847,6 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
846
847
|
system: boolean;
|
|
847
848
|
readonly: boolean;
|
|
848
849
|
label?: any | null;
|
|
849
|
-
required: boolean;
|
|
850
850
|
description?: any | null;
|
|
851
851
|
multiple_values: boolean;
|
|
852
852
|
metadata_fields?: Array<{
|
|
@@ -879,7 +879,6 @@ export type AttributeDetailsTreeAttributeFragment = {
|
|
|
879
879
|
system: boolean;
|
|
880
880
|
readonly: boolean;
|
|
881
881
|
label?: any | null;
|
|
882
|
-
required: boolean;
|
|
883
882
|
description?: any | null;
|
|
884
883
|
multiple_values: boolean;
|
|
885
884
|
linked_tree?: {
|
|
@@ -1099,6 +1098,7 @@ export type RecordFormElementFragment = {
|
|
|
1099
1098
|
values?: Array<{
|
|
1100
1099
|
id_value?: string | null;
|
|
1101
1100
|
isInherited?: boolean | null;
|
|
1101
|
+
isCalculated?: boolean | null;
|
|
1102
1102
|
modified_at?: number | null;
|
|
1103
1103
|
created_at?: number | null;
|
|
1104
1104
|
linkValue?: {
|
|
@@ -1171,8 +1171,8 @@ export type RecordFormElementFragment = {
|
|
|
1171
1171
|
id_value?: string | null;
|
|
1172
1172
|
modified_at?: number | null;
|
|
1173
1173
|
created_at?: number | null;
|
|
1174
|
-
|
|
1175
|
-
|
|
1174
|
+
payload?: any | null;
|
|
1175
|
+
raw_payload?: any | null;
|
|
1176
1176
|
modified_by?: {
|
|
1177
1177
|
id: string;
|
|
1178
1178
|
whoAmI: {
|
|
@@ -1222,6 +1222,7 @@ export type RecordFormElementFragment = {
|
|
|
1222
1222
|
} | {
|
|
1223
1223
|
id_value?: string | null;
|
|
1224
1224
|
isInherited?: boolean | null;
|
|
1225
|
+
isCalculated?: boolean | null;
|
|
1225
1226
|
modified_at?: number | null;
|
|
1226
1227
|
created_at?: number | null;
|
|
1227
1228
|
treeValue?: {
|
|
@@ -1313,8 +1314,8 @@ export type RecordFormElementFragment = {
|
|
|
1313
1314
|
id_value?: string | null;
|
|
1314
1315
|
modified_at?: number | null;
|
|
1315
1316
|
created_at?: number | null;
|
|
1316
|
-
|
|
1317
|
-
|
|
1317
|
+
payload?: any | null;
|
|
1318
|
+
raw_payload?: any | null;
|
|
1318
1319
|
modified_by?: {
|
|
1319
1320
|
id: string;
|
|
1320
1321
|
whoAmI: {
|
|
@@ -1362,10 +1363,13 @@ export type RecordFormElementFragment = {
|
|
|
1362
1363
|
} | null;
|
|
1363
1364
|
} | null> | null;
|
|
1364
1365
|
} | {
|
|
1366
|
+
payload?: any | null;
|
|
1367
|
+
raw_payload?: any | null;
|
|
1365
1368
|
value?: any | null;
|
|
1366
1369
|
raw_value?: any | null;
|
|
1367
1370
|
id_value?: string | null;
|
|
1368
1371
|
isInherited?: boolean | null;
|
|
1372
|
+
isCalculated?: boolean | null;
|
|
1369
1373
|
modified_at?: number | null;
|
|
1370
1374
|
created_at?: number | null;
|
|
1371
1375
|
modified_by?: {
|
|
@@ -1424,8 +1428,8 @@ export type RecordFormElementFragment = {
|
|
|
1424
1428
|
id_value?: string | null;
|
|
1425
1429
|
modified_at?: number | null;
|
|
1426
1430
|
created_at?: number | null;
|
|
1427
|
-
|
|
1428
|
-
|
|
1431
|
+
payload?: any | null;
|
|
1432
|
+
raw_payload?: any | null;
|
|
1429
1433
|
modified_by?: {
|
|
1430
1434
|
id: string;
|
|
1431
1435
|
whoAmI: {
|
|
@@ -1717,6 +1721,7 @@ export type RecordFormElementFragment = {
|
|
|
1717
1721
|
export type ValueDetailsLinkValueFragment = {
|
|
1718
1722
|
id_value?: string | null;
|
|
1719
1723
|
isInherited?: boolean | null;
|
|
1724
|
+
isCalculated?: boolean | null;
|
|
1720
1725
|
modified_at?: number | null;
|
|
1721
1726
|
created_at?: number | null;
|
|
1722
1727
|
linkValue?: {
|
|
@@ -1789,8 +1794,8 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1789
1794
|
id_value?: string | null;
|
|
1790
1795
|
modified_at?: number | null;
|
|
1791
1796
|
created_at?: number | null;
|
|
1792
|
-
|
|
1793
|
-
|
|
1797
|
+
payload?: any | null;
|
|
1798
|
+
raw_payload?: any | null;
|
|
1794
1799
|
modified_by?: {
|
|
1795
1800
|
id: string;
|
|
1796
1801
|
whoAmI: {
|
|
@@ -1841,6 +1846,7 @@ export type ValueDetailsLinkValueFragment = {
|
|
|
1841
1846
|
export type ValueDetailsTreeValueFragment = {
|
|
1842
1847
|
id_value?: string | null;
|
|
1843
1848
|
isInherited?: boolean | null;
|
|
1849
|
+
isCalculated?: boolean | null;
|
|
1844
1850
|
modified_at?: number | null;
|
|
1845
1851
|
created_at?: number | null;
|
|
1846
1852
|
treeValue?: {
|
|
@@ -1932,8 +1938,8 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1932
1938
|
id_value?: string | null;
|
|
1933
1939
|
modified_at?: number | null;
|
|
1934
1940
|
created_at?: number | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1941
|
+
payload?: any | null;
|
|
1942
|
+
raw_payload?: any | null;
|
|
1937
1943
|
modified_by?: {
|
|
1938
1944
|
id: string;
|
|
1939
1945
|
whoAmI: {
|
|
@@ -1982,10 +1988,13 @@ export type ValueDetailsTreeValueFragment = {
|
|
|
1982
1988
|
} | null> | null;
|
|
1983
1989
|
};
|
|
1984
1990
|
export type ValueDetailsValueFragment = {
|
|
1991
|
+
payload?: any | null;
|
|
1992
|
+
raw_payload?: any | null;
|
|
1985
1993
|
value?: any | null;
|
|
1986
1994
|
raw_value?: any | null;
|
|
1987
1995
|
id_value?: string | null;
|
|
1988
1996
|
isInherited?: boolean | null;
|
|
1997
|
+
isCalculated?: boolean | null;
|
|
1989
1998
|
modified_at?: number | null;
|
|
1990
1999
|
created_at?: number | null;
|
|
1991
2000
|
modified_by?: {
|
|
@@ -2044,8 +2053,8 @@ export type ValueDetailsValueFragment = {
|
|
|
2044
2053
|
id_value?: string | null;
|
|
2045
2054
|
modified_at?: number | null;
|
|
2046
2055
|
created_at?: number | null;
|
|
2047
|
-
|
|
2048
|
-
|
|
2056
|
+
payload?: any | null;
|
|
2057
|
+
raw_payload?: any | null;
|
|
2049
2058
|
modified_by?: {
|
|
2050
2059
|
id: string;
|
|
2051
2060
|
whoAmI: {
|
|
@@ -2390,9 +2399,9 @@ export type TreeNodeChildFragment = {
|
|
|
2390
2399
|
childrenCount?: number | null;
|
|
2391
2400
|
record: {
|
|
2392
2401
|
id: string;
|
|
2393
|
-
active
|
|
2402
|
+
active: Array<{
|
|
2394
2403
|
value?: any | null;
|
|
2395
|
-
}
|
|
2404
|
+
}>;
|
|
2396
2405
|
whoAmI: {
|
|
2397
2406
|
id: string;
|
|
2398
2407
|
label?: string | null;
|
|
@@ -2609,7 +2618,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2609
2618
|
system: boolean;
|
|
2610
2619
|
readonly: boolean;
|
|
2611
2620
|
label?: any | null;
|
|
2612
|
-
required: boolean;
|
|
2613
2621
|
description?: any | null;
|
|
2614
2622
|
multiple_values: boolean;
|
|
2615
2623
|
linked_library?: {
|
|
@@ -2647,7 +2655,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2647
2655
|
system: boolean;
|
|
2648
2656
|
readonly: boolean;
|
|
2649
2657
|
label?: any | null;
|
|
2650
|
-
required: boolean;
|
|
2651
2658
|
description?: any | null;
|
|
2652
2659
|
multiple_values: boolean;
|
|
2653
2660
|
metadata_fields?: Array<{
|
|
@@ -2679,7 +2686,6 @@ export type GetAttributeByIdQuery = {
|
|
|
2679
2686
|
system: boolean;
|
|
2680
2687
|
readonly: boolean;
|
|
2681
2688
|
label?: any | null;
|
|
2682
|
-
required: boolean;
|
|
2683
2689
|
description?: any | null;
|
|
2684
2690
|
multiple_values: boolean;
|
|
2685
2691
|
linked_tree?: {
|
|
@@ -2822,7 +2828,6 @@ export type SaveAttributeMutation = {
|
|
|
2822
2828
|
system: boolean;
|
|
2823
2829
|
readonly: boolean;
|
|
2824
2830
|
label?: any | null;
|
|
2825
|
-
required: boolean;
|
|
2826
2831
|
description?: any | null;
|
|
2827
2832
|
multiple_values: boolean;
|
|
2828
2833
|
linked_library?: {
|
|
@@ -2860,7 +2865,6 @@ export type SaveAttributeMutation = {
|
|
|
2860
2865
|
system: boolean;
|
|
2861
2866
|
readonly: boolean;
|
|
2862
2867
|
label?: any | null;
|
|
2863
|
-
required: boolean;
|
|
2864
2868
|
description?: any | null;
|
|
2865
2869
|
multiple_values: boolean;
|
|
2866
2870
|
metadata_fields?: Array<{
|
|
@@ -2892,7 +2896,6 @@ export type SaveAttributeMutation = {
|
|
|
2892
2896
|
system: boolean;
|
|
2893
2897
|
readonly: boolean;
|
|
2894
2898
|
label?: any | null;
|
|
2895
|
-
required: boolean;
|
|
2896
2899
|
description?: any | null;
|
|
2897
2900
|
multiple_values: boolean;
|
|
2898
2901
|
linked_tree?: {
|
|
@@ -2981,10 +2984,10 @@ export type GetDirectoryDataQuery = {
|
|
|
2981
2984
|
label?: any | null;
|
|
2982
2985
|
};
|
|
2983
2986
|
};
|
|
2984
|
-
created_at
|
|
2987
|
+
created_at: Array<{
|
|
2985
2988
|
value?: any | null;
|
|
2986
|
-
}
|
|
2987
|
-
created_by
|
|
2989
|
+
}>;
|
|
2990
|
+
created_by: Array<{
|
|
2988
2991
|
value?: {
|
|
2989
2992
|
id: string;
|
|
2990
2993
|
whoAmI: {
|
|
@@ -2999,11 +3002,11 @@ export type GetDirectoryDataQuery = {
|
|
|
2999
3002
|
};
|
|
3000
3003
|
};
|
|
3001
3004
|
} | null;
|
|
3002
|
-
}
|
|
3003
|
-
modified_at
|
|
3005
|
+
}>;
|
|
3006
|
+
modified_at: Array<{
|
|
3004
3007
|
value?: any | null;
|
|
3005
|
-
}
|
|
3006
|
-
modified_by
|
|
3008
|
+
}>;
|
|
3009
|
+
modified_by: Array<{
|
|
3007
3010
|
value?: {
|
|
3008
3011
|
id: string;
|
|
3009
3012
|
whoAmI: {
|
|
@@ -3018,13 +3021,13 @@ export type GetDirectoryDataQuery = {
|
|
|
3018
3021
|
};
|
|
3019
3022
|
};
|
|
3020
3023
|
} | null;
|
|
3021
|
-
}
|
|
3022
|
-
file_name
|
|
3024
|
+
}>;
|
|
3025
|
+
file_name: Array<{
|
|
3023
3026
|
value?: any | null;
|
|
3024
|
-
}
|
|
3025
|
-
file_path
|
|
3027
|
+
}>;
|
|
3028
|
+
file_path: Array<{
|
|
3026
3029
|
value?: any | null;
|
|
3027
|
-
}
|
|
3030
|
+
}>;
|
|
3028
3031
|
library: {
|
|
3029
3032
|
behavior: LibraryBehavior;
|
|
3030
3033
|
};
|
|
@@ -3426,10 +3429,10 @@ export type GetFileDataQuery = {
|
|
|
3426
3429
|
label?: any | null;
|
|
3427
3430
|
};
|
|
3428
3431
|
};
|
|
3429
|
-
created_at
|
|
3432
|
+
created_at: Array<{
|
|
3430
3433
|
value?: any | null;
|
|
3431
|
-
}
|
|
3432
|
-
created_by
|
|
3434
|
+
}>;
|
|
3435
|
+
created_by: Array<{
|
|
3433
3436
|
value?: {
|
|
3434
3437
|
id: string;
|
|
3435
3438
|
whoAmI: {
|
|
@@ -3444,11 +3447,11 @@ export type GetFileDataQuery = {
|
|
|
3444
3447
|
};
|
|
3445
3448
|
};
|
|
3446
3449
|
} | null;
|
|
3447
|
-
}
|
|
3448
|
-
modified_at
|
|
3450
|
+
}>;
|
|
3451
|
+
modified_at: Array<{
|
|
3449
3452
|
value?: any | null;
|
|
3450
|
-
}
|
|
3451
|
-
modified_by
|
|
3453
|
+
}>;
|
|
3454
|
+
modified_by: Array<{
|
|
3452
3455
|
value?: {
|
|
3453
3456
|
id: string;
|
|
3454
3457
|
whoAmI: {
|
|
@@ -3463,16 +3466,16 @@ export type GetFileDataQuery = {
|
|
|
3463
3466
|
};
|
|
3464
3467
|
};
|
|
3465
3468
|
} | null;
|
|
3466
|
-
}
|
|
3467
|
-
file_name
|
|
3469
|
+
}>;
|
|
3470
|
+
file_name: Array<{
|
|
3468
3471
|
value?: any | null;
|
|
3469
|
-
}
|
|
3470
|
-
file_path
|
|
3472
|
+
}>;
|
|
3473
|
+
file_path: Array<{
|
|
3471
3474
|
value?: any | null;
|
|
3472
|
-
}
|
|
3473
|
-
previews_status
|
|
3475
|
+
}>;
|
|
3476
|
+
previews_status: Array<{
|
|
3474
3477
|
value?: any | null;
|
|
3475
|
-
}
|
|
3478
|
+
}>;
|
|
3476
3479
|
library: {
|
|
3477
3480
|
behavior: LibraryBehavior;
|
|
3478
3481
|
};
|
|
@@ -3504,6 +3507,7 @@ export type RecordFormQuery = {
|
|
|
3504
3507
|
values?: Array<{
|
|
3505
3508
|
id_value?: string | null;
|
|
3506
3509
|
isInherited?: boolean | null;
|
|
3510
|
+
isCalculated?: boolean | null;
|
|
3507
3511
|
modified_at?: number | null;
|
|
3508
3512
|
created_at?: number | null;
|
|
3509
3513
|
linkValue?: {
|
|
@@ -3576,8 +3580,8 @@ export type RecordFormQuery = {
|
|
|
3576
3580
|
id_value?: string | null;
|
|
3577
3581
|
modified_at?: number | null;
|
|
3578
3582
|
created_at?: number | null;
|
|
3579
|
-
|
|
3580
|
-
|
|
3583
|
+
payload?: any | null;
|
|
3584
|
+
raw_payload?: any | null;
|
|
3581
3585
|
modified_by?: {
|
|
3582
3586
|
id: string;
|
|
3583
3587
|
whoAmI: {
|
|
@@ -3627,6 +3631,7 @@ export type RecordFormQuery = {
|
|
|
3627
3631
|
} | {
|
|
3628
3632
|
id_value?: string | null;
|
|
3629
3633
|
isInherited?: boolean | null;
|
|
3634
|
+
isCalculated?: boolean | null;
|
|
3630
3635
|
modified_at?: number | null;
|
|
3631
3636
|
created_at?: number | null;
|
|
3632
3637
|
treeValue?: {
|
|
@@ -3718,8 +3723,8 @@ export type RecordFormQuery = {
|
|
|
3718
3723
|
id_value?: string | null;
|
|
3719
3724
|
modified_at?: number | null;
|
|
3720
3725
|
created_at?: number | null;
|
|
3721
|
-
|
|
3722
|
-
|
|
3726
|
+
payload?: any | null;
|
|
3727
|
+
raw_payload?: any | null;
|
|
3723
3728
|
modified_by?: {
|
|
3724
3729
|
id: string;
|
|
3725
3730
|
whoAmI: {
|
|
@@ -3767,10 +3772,13 @@ export type RecordFormQuery = {
|
|
|
3767
3772
|
} | null;
|
|
3768
3773
|
} | null> | null;
|
|
3769
3774
|
} | {
|
|
3775
|
+
payload?: any | null;
|
|
3776
|
+
raw_payload?: any | null;
|
|
3770
3777
|
value?: any | null;
|
|
3771
3778
|
raw_value?: any | null;
|
|
3772
3779
|
id_value?: string | null;
|
|
3773
3780
|
isInherited?: boolean | null;
|
|
3781
|
+
isCalculated?: boolean | null;
|
|
3774
3782
|
modified_at?: number | null;
|
|
3775
3783
|
created_at?: number | null;
|
|
3776
3784
|
modified_by?: {
|
|
@@ -3829,8 +3837,8 @@ export type RecordFormQuery = {
|
|
|
3829
3837
|
id_value?: string | null;
|
|
3830
3838
|
modified_at?: number | null;
|
|
3831
3839
|
created_at?: number | null;
|
|
3832
|
-
|
|
3833
|
-
|
|
3840
|
+
payload?: any | null;
|
|
3841
|
+
raw_payload?: any | null;
|
|
3834
3842
|
modified_by?: {
|
|
3835
3843
|
id: string;
|
|
3836
3844
|
whoAmI: {
|
|
@@ -4139,7 +4147,7 @@ export type RecordUpdateSubscription = {
|
|
|
4139
4147
|
label?: any | null;
|
|
4140
4148
|
};
|
|
4141
4149
|
};
|
|
4142
|
-
modified_by
|
|
4150
|
+
modified_by: Array<{
|
|
4143
4151
|
value?: {
|
|
4144
4152
|
id: string;
|
|
4145
4153
|
whoAmI: {
|
|
@@ -4154,13 +4162,14 @@ export type RecordUpdateSubscription = {
|
|
|
4154
4162
|
};
|
|
4155
4163
|
};
|
|
4156
4164
|
} | null;
|
|
4157
|
-
}
|
|
4165
|
+
}>;
|
|
4158
4166
|
};
|
|
4159
4167
|
updatedValues: Array<{
|
|
4160
4168
|
attribute: string;
|
|
4161
4169
|
value: {
|
|
4162
4170
|
id_value?: string | null;
|
|
4163
4171
|
isInherited?: boolean | null;
|
|
4172
|
+
isCalculated?: boolean | null;
|
|
4164
4173
|
modified_at?: number | null;
|
|
4165
4174
|
created_at?: number | null;
|
|
4166
4175
|
linkValue?: {
|
|
@@ -4233,8 +4242,8 @@ export type RecordUpdateSubscription = {
|
|
|
4233
4242
|
id_value?: string | null;
|
|
4234
4243
|
modified_at?: number | null;
|
|
4235
4244
|
created_at?: number | null;
|
|
4236
|
-
|
|
4237
|
-
|
|
4245
|
+
payload?: any | null;
|
|
4246
|
+
raw_payload?: any | null;
|
|
4238
4247
|
modified_by?: {
|
|
4239
4248
|
id: string;
|
|
4240
4249
|
whoAmI: {
|
|
@@ -4284,6 +4293,7 @@ export type RecordUpdateSubscription = {
|
|
|
4284
4293
|
} | {
|
|
4285
4294
|
id_value?: string | null;
|
|
4286
4295
|
isInherited?: boolean | null;
|
|
4296
|
+
isCalculated?: boolean | null;
|
|
4287
4297
|
modified_at?: number | null;
|
|
4288
4298
|
created_at?: number | null;
|
|
4289
4299
|
treeValue?: {
|
|
@@ -4375,8 +4385,8 @@ export type RecordUpdateSubscription = {
|
|
|
4375
4385
|
id_value?: string | null;
|
|
4376
4386
|
modified_at?: number | null;
|
|
4377
4387
|
created_at?: number | null;
|
|
4378
|
-
|
|
4379
|
-
|
|
4388
|
+
payload?: any | null;
|
|
4389
|
+
raw_payload?: any | null;
|
|
4380
4390
|
modified_by?: {
|
|
4381
4391
|
id: string;
|
|
4382
4392
|
whoAmI: {
|
|
@@ -4424,10 +4434,13 @@ export type RecordUpdateSubscription = {
|
|
|
4424
4434
|
} | null;
|
|
4425
4435
|
} | null> | null;
|
|
4426
4436
|
} | {
|
|
4437
|
+
payload?: any | null;
|
|
4438
|
+
raw_payload?: any | null;
|
|
4427
4439
|
value?: any | null;
|
|
4428
4440
|
raw_value?: any | null;
|
|
4429
4441
|
id_value?: string | null;
|
|
4430
4442
|
isInherited?: boolean | null;
|
|
4443
|
+
isCalculated?: boolean | null;
|
|
4431
4444
|
modified_at?: number | null;
|
|
4432
4445
|
created_at?: number | null;
|
|
4433
4446
|
modified_by?: {
|
|
@@ -4486,8 +4499,8 @@ export type RecordUpdateSubscription = {
|
|
|
4486
4499
|
id_value?: string | null;
|
|
4487
4500
|
modified_at?: number | null;
|
|
4488
4501
|
created_at?: number | null;
|
|
4489
|
-
|
|
4490
|
-
|
|
4502
|
+
payload?: any | null;
|
|
4503
|
+
raw_payload?: any | null;
|
|
4491
4504
|
modified_by?: {
|
|
4492
4505
|
id: string;
|
|
4493
4506
|
whoAmI: {
|
|
@@ -4676,9 +4689,9 @@ export type TreeNodeChildrenQuery = {
|
|
|
4676
4689
|
label?: any | null;
|
|
4677
4690
|
};
|
|
4678
4691
|
};
|
|
4679
|
-
active
|
|
4692
|
+
active: Array<{
|
|
4680
4693
|
value?: any | null;
|
|
4681
|
-
}
|
|
4694
|
+
}>;
|
|
4682
4695
|
};
|
|
4683
4696
|
ancestors?: Array<{
|
|
4684
4697
|
id: string;
|
|
@@ -4740,6 +4753,7 @@ export type DeleteValueMutation = {
|
|
|
4740
4753
|
deleteValue: Array<{
|
|
4741
4754
|
id_value?: string | null;
|
|
4742
4755
|
isInherited?: boolean | null;
|
|
4756
|
+
isCalculated?: boolean | null;
|
|
4743
4757
|
modified_at?: number | null;
|
|
4744
4758
|
created_at?: number | null;
|
|
4745
4759
|
linkValue?: {
|
|
@@ -4812,8 +4826,8 @@ export type DeleteValueMutation = {
|
|
|
4812
4826
|
id_value?: string | null;
|
|
4813
4827
|
modified_at?: number | null;
|
|
4814
4828
|
created_at?: number | null;
|
|
4815
|
-
|
|
4816
|
-
|
|
4829
|
+
payload?: any | null;
|
|
4830
|
+
raw_payload?: any | null;
|
|
4817
4831
|
modified_by?: {
|
|
4818
4832
|
id: string;
|
|
4819
4833
|
whoAmI: {
|
|
@@ -4863,6 +4877,7 @@ export type DeleteValueMutation = {
|
|
|
4863
4877
|
} | {
|
|
4864
4878
|
id_value?: string | null;
|
|
4865
4879
|
isInherited?: boolean | null;
|
|
4880
|
+
isCalculated?: boolean | null;
|
|
4866
4881
|
modified_at?: number | null;
|
|
4867
4882
|
created_at?: number | null;
|
|
4868
4883
|
treeValue?: {
|
|
@@ -4954,8 +4969,8 @@ export type DeleteValueMutation = {
|
|
|
4954
4969
|
id_value?: string | null;
|
|
4955
4970
|
modified_at?: number | null;
|
|
4956
4971
|
created_at?: number | null;
|
|
4957
|
-
|
|
4958
|
-
|
|
4972
|
+
payload?: any | null;
|
|
4973
|
+
raw_payload?: any | null;
|
|
4959
4974
|
modified_by?: {
|
|
4960
4975
|
id: string;
|
|
4961
4976
|
whoAmI: {
|
|
@@ -5003,10 +5018,13 @@ export type DeleteValueMutation = {
|
|
|
5003
5018
|
} | null;
|
|
5004
5019
|
} | null> | null;
|
|
5005
5020
|
} | {
|
|
5021
|
+
payload?: any | null;
|
|
5022
|
+
raw_payload?: any | null;
|
|
5006
5023
|
value?: any | null;
|
|
5007
5024
|
raw_value?: any | null;
|
|
5008
5025
|
id_value?: string | null;
|
|
5009
5026
|
isInherited?: boolean | null;
|
|
5027
|
+
isCalculated?: boolean | null;
|
|
5010
5028
|
modified_at?: number | null;
|
|
5011
5029
|
created_at?: number | null;
|
|
5012
5030
|
modified_by?: {
|
|
@@ -5065,8 +5083,8 @@ export type DeleteValueMutation = {
|
|
|
5065
5083
|
id_value?: string | null;
|
|
5066
5084
|
modified_at?: number | null;
|
|
5067
5085
|
created_at?: number | null;
|
|
5068
|
-
|
|
5069
|
-
|
|
5086
|
+
payload?: any | null;
|
|
5087
|
+
raw_payload?: any | null;
|
|
5070
5088
|
modified_by?: {
|
|
5071
5089
|
id: string;
|
|
5072
5090
|
whoAmI: {
|
|
@@ -5127,6 +5145,7 @@ export type SaveValueBatchMutation = {
|
|
|
5127
5145
|
values?: Array<{
|
|
5128
5146
|
id_value?: string | null;
|
|
5129
5147
|
isInherited?: boolean | null;
|
|
5148
|
+
isCalculated?: boolean | null;
|
|
5130
5149
|
modified_at?: number | null;
|
|
5131
5150
|
created_at?: number | null;
|
|
5132
5151
|
linkValue?: {
|
|
@@ -5199,8 +5218,8 @@ export type SaveValueBatchMutation = {
|
|
|
5199
5218
|
id_value?: string | null;
|
|
5200
5219
|
modified_at?: number | null;
|
|
5201
5220
|
created_at?: number | null;
|
|
5202
|
-
|
|
5203
|
-
|
|
5221
|
+
payload?: any | null;
|
|
5222
|
+
raw_payload?: any | null;
|
|
5204
5223
|
modified_by?: {
|
|
5205
5224
|
id: string;
|
|
5206
5225
|
whoAmI: {
|
|
@@ -5250,6 +5269,7 @@ export type SaveValueBatchMutation = {
|
|
|
5250
5269
|
} | {
|
|
5251
5270
|
id_value?: string | null;
|
|
5252
5271
|
isInherited?: boolean | null;
|
|
5272
|
+
isCalculated?: boolean | null;
|
|
5253
5273
|
modified_at?: number | null;
|
|
5254
5274
|
created_at?: number | null;
|
|
5255
5275
|
treeValue?: {
|
|
@@ -5341,8 +5361,8 @@ export type SaveValueBatchMutation = {
|
|
|
5341
5361
|
id_value?: string | null;
|
|
5342
5362
|
modified_at?: number | null;
|
|
5343
5363
|
created_at?: number | null;
|
|
5344
|
-
|
|
5345
|
-
|
|
5364
|
+
payload?: any | null;
|
|
5365
|
+
raw_payload?: any | null;
|
|
5346
5366
|
modified_by?: {
|
|
5347
5367
|
id: string;
|
|
5348
5368
|
whoAmI: {
|
|
@@ -5390,10 +5410,13 @@ export type SaveValueBatchMutation = {
|
|
|
5390
5410
|
} | null;
|
|
5391
5411
|
} | null> | null;
|
|
5392
5412
|
} | {
|
|
5413
|
+
payload?: any | null;
|
|
5414
|
+
raw_payload?: any | null;
|
|
5393
5415
|
value?: any | null;
|
|
5394
5416
|
raw_value?: any | null;
|
|
5395
5417
|
id_value?: string | null;
|
|
5396
5418
|
isInherited?: boolean | null;
|
|
5419
|
+
isCalculated?: boolean | null;
|
|
5397
5420
|
modified_at?: number | null;
|
|
5398
5421
|
created_at?: number | null;
|
|
5399
5422
|
modified_by?: {
|
|
@@ -5452,8 +5475,8 @@ export type SaveValueBatchMutation = {
|
|
|
5452
5475
|
id_value?: string | null;
|
|
5453
5476
|
modified_at?: number | null;
|
|
5454
5477
|
created_at?: number | null;
|
|
5455
|
-
|
|
5456
|
-
|
|
5478
|
+
payload?: any | null;
|
|
5479
|
+
raw_payload?: any | null;
|
|
5457
5480
|
modified_by?: {
|
|
5458
5481
|
id: string;
|
|
5459
5482
|
whoAmI: {
|
|
@@ -5713,6 +5736,26 @@ export type AddViewMutation = {
|
|
|
5713
5736
|
}> | null;
|
|
5714
5737
|
};
|
|
5715
5738
|
};
|
|
5739
|
+
export type ExplorerQueryVariables = Exact<{
|
|
5740
|
+
libraryId: Scalars['ID'];
|
|
5741
|
+
}>;
|
|
5742
|
+
export type ExplorerQuery = {
|
|
5743
|
+
records: {
|
|
5744
|
+
list: Array<{
|
|
5745
|
+
id: string;
|
|
5746
|
+
whoAmI: {
|
|
5747
|
+
label?: string | null;
|
|
5748
|
+
subLabel?: string | null;
|
|
5749
|
+
preview?: IPreviewScalar | null;
|
|
5750
|
+
id: string;
|
|
5751
|
+
color?: string | null;
|
|
5752
|
+
library: {
|
|
5753
|
+
id: string;
|
|
5754
|
+
};
|
|
5755
|
+
};
|
|
5756
|
+
}>;
|
|
5757
|
+
};
|
|
5758
|
+
};
|
|
5716
5759
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
5717
5760
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
5718
5761
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -7109,3 +7152,29 @@ export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOpti
|
|
|
7109
7152
|
export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
|
|
7110
7153
|
export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
|
|
7111
7154
|
export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
|
|
7155
|
+
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7156
|
+
/**
|
|
7157
|
+
* __useExplorerQuery__
|
|
7158
|
+
*
|
|
7159
|
+
* To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
|
|
7160
|
+
* When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7161
|
+
* you can use to render your UI.
|
|
7162
|
+
*
|
|
7163
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
7164
|
+
*
|
|
7165
|
+
* @example
|
|
7166
|
+
* const { data, loading, error } = useExplorerQuery({
|
|
7167
|
+
* variables: {
|
|
7168
|
+
* libraryId: // value for 'libraryId'
|
|
7169
|
+
* },
|
|
7170
|
+
* });
|
|
7171
|
+
*/
|
|
7172
|
+
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7173
|
+
libraryId: Scalars["ID"];
|
|
7174
|
+
}>>;
|
|
7175
|
+
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7176
|
+
libraryId: Scalars["ID"];
|
|
7177
|
+
}>>;
|
|
7178
|
+
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7179
|
+
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7180
|
+
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|