@leav/ui 0.3.6-621cfcd → 0.3.6-67cd90e

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.
Files changed (112) hide show
  1. package/dist/__mocks__/common/attribute.js +1 -0
  2. package/dist/__mocks__/common/attribute.js.map +1 -1
  3. package/dist/__mocks__/common/value.js +1 -0
  4. package/dist/__mocks__/common/value.js.map +1 -1
  5. package/dist/_gqlTypes/index.d.ts +268 -25
  6. package/dist/_gqlTypes/index.js +140 -28
  7. package/dist/_gqlTypes/index.js.map +1 -1
  8. package/dist/_queries/records/getRecordColumnsValues.d.ts +1 -1
  9. package/dist/_queries/records/recordFormAttributeFragment.js +1 -0
  10. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  11. package/dist/antdTheme/index.d.ts +0 -3
  12. package/dist/antdTheme/index.js +3 -42
  13. package/dist/antdTheme/index.js.map +1 -1
  14. package/dist/components/Explorer/Explorer.d.ts +3 -3
  15. package/dist/components/Explorer/Explorer.js +22 -19
  16. package/dist/components/Explorer/Explorer.js.map +1 -1
  17. package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
  18. package/dist/components/Explorer/ExplorerTitle.js +28 -11
  19. package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
  20. package/dist/components/Explorer/_queries/useExplorerData.d.ts +11 -5
  21. package/dist/components/Explorer/_queries/useExplorerData.js +95 -22
  22. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  23. package/dist/components/Explorer/_types.d.ts +25 -1
  24. package/dist/components/Explorer/{nullValuesConditions.d.ts → conditionsHelper.d.ts} +1 -0
  25. package/dist/components/Explorer/{nullValuesConditions.js → conditionsHelper.js} +3 -1
  26. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  27. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +2 -2
  28. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +16 -31
  29. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -1
  30. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  31. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  32. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  33. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +2 -2
  34. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +12 -36
  35. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -1
  36. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  37. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  38. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  39. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  40. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  41. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  42. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  43. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  44. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  45. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +1 -1
  46. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +56 -8
  47. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
  48. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -1
  49. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +2 -2
  50. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +7 -32
  51. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -1
  52. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +2 -2
  53. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +7 -32
  54. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -1
  55. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +1 -0
  56. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +5 -15
  57. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  58. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +2 -2
  59. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
  60. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +5 -0
  61. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
  62. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +3 -1
  63. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +16 -6
  64. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  65. package/dist/components/Explorer/useEditAction.js +3 -3
  66. package/dist/components/Explorer/useEditAction.js.map +1 -1
  67. package/dist/components/Explorer/useRemoveAction.d.ts +12 -0
  68. package/dist/components/Explorer/useRemoveAction.js +90 -0
  69. package/dist/components/Explorer/useRemoveAction.js.map +1 -0
  70. package/dist/components/Explorer/useSearchInput.js +1 -1
  71. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  72. package/dist/components/Explorer/useViewSettingsReducer.d.ts +4 -3
  73. package/dist/components/Explorer/useViewSettingsReducer.js +35 -16
  74. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
  75. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +2 -2
  76. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  77. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  78. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  79. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  80. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
  81. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  82. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +1 -1
  83. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -1
  84. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +2 -2
  85. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  86. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +5 -1
  87. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  88. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
  89. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
  90. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  91. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  92. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  93. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  94. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  95. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  96. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  97. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
  98. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
  99. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  100. package/dist/constants.d.ts +1 -0
  101. package/dist/constants.js +1 -0
  102. package/dist/constants.js.map +1 -1
  103. package/dist/locales/en/shared.json +17 -3
  104. package/dist/locales/fr/shared.json +17 -3
  105. package/package.json +1 -1
  106. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +0 -3
  107. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +0 -72
  108. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +0 -1
  109. package/dist/components/Explorer/nullValuesConditions.js.map +0 -1
  110. package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
  111. package/dist/components/Explorer/useDeactivateAction.js +0 -52
  112. package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
@@ -95,6 +95,7 @@ export const mockFormAttribute = {
95
95
  },
96
96
  system: false,
97
97
  readonly: false,
98
+ required: false,
98
99
  multiple_values: false,
99
100
  values_list: {
100
101
  enable: false,
@@ -1 +1 @@
1
- {"version":3,"file":"attribute.js","sourceRoot":"","sources":["../../../src/__mocks__/common/attribute.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"attribute.js","sourceRoot":"","sources":["../../../src/__mocks__/common/attribute.ts"],"names":[],"mappings":"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"}
@@ -35,6 +35,7 @@ export const mockRecordPropertyWithAttribute = {
35
35
  },
36
36
  multiple_values: false,
37
37
  readonly: false,
38
+ required: false,
38
39
  permissions: { access_attribute: true, edit_value: true },
39
40
  compute: false
40
41
  }
@@ -1 +1 @@
1
- {"version":3,"file":"value.js","sourceRoot":"","sources":["../../../src/__mocks__/common/value.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAChD,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAEtC,MAAM,CAAC,MAAM,YAAY,GAA4B;IACjD,EAAE,EAAE,GAAG;IACP,MAAM,EAAE;QACJ,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,OAAO;QACd,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE;YACL,EAAE,EAAE,OAAO;YACX,KAAK,EAAE,EAAC,EAAE,EAAE,cAAc,EAAC;SAC9B;QACD,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,SAAS;KACnB;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAmB;IAC9C,QAAQ,EAAE,QAAQ;IAClB,UAAU,EAAE,UAAU;IACtB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,UAAU;IACvB,WAAW,EAAE,YAAY;IACzB,OAAO,EAAE,YAAY;IACrB,WAAW,EAAE,YAAY;IACzB,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,IAAI;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAiC;IACzE,KAAK,EAAE,kBAAkB;IACzB,SAAS,EAAE;QACP,GAAG,mBAAmB;QACtB,WAAW,EAAE;YACT,EAAE,EAAE,gBAAgB;YACpB,EAAE,EAAE,gBAAgB;SACvB;QACD,eAAe,EAAE,KAAK;QACtB,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,EAAC,gBAAgB,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAC;QACvD,OAAO,EAAE,KAAK;KACjB;CACJ,CAAC"}
1
+ {"version":3,"file":"value.js","sourceRoot":"","sources":["../../../src/__mocks__/common/value.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAChD,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAEtC,MAAM,CAAC,MAAM,YAAY,GAA4B;IACjD,EAAE,EAAE,GAAG;IACP,MAAM,EAAE;QACJ,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,OAAO;QACd,QAAQ,EAAE,OAAO;QACjB,OAAO,EAAE;YACL,EAAE,EAAE,OAAO;YACX,KAAK,EAAE,EAAC,EAAE,EAAE,cAAc,EAAC;SAC9B;QACD,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,SAAS;KACnB;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAmB;IAC9C,QAAQ,EAAE,QAAQ;IAClB,UAAU,EAAE,UAAU;IACtB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,UAAU;IACvB,WAAW,EAAE,YAAY;IACzB,OAAO,EAAE,YAAY;IACrB,WAAW,EAAE,YAAY;IACzB,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,IAAI;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAiC;IACzE,KAAK,EAAE,kBAAkB;IACzB,SAAS,EAAE;QACP,GAAG,mBAAmB;QACtB,WAAW,EAAE;YACT,EAAE,EAAE,gBAAgB;YACpB,EAAE,EAAE,gBAAgB;SACvB;QACD,eAAe,EAAE,KAAK;QACtB,QAAQ,EAAE,KAAK;QACf,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,EAAC,gBAAgB,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAC;QACvD,OAAO,EAAE,KAAK;KACjB;CACJ,CAAC"}
@@ -1483,6 +1483,7 @@ export type RecordFormElementFragment = {
1483
1483
  format?: AttributeFormat | null;
1484
1484
  system: boolean;
1485
1485
  readonly: boolean;
1486
+ required: boolean;
1486
1487
  multiple_values: boolean;
1487
1488
  compute: boolean;
1488
1489
  linked_library?: {
@@ -1565,6 +1566,7 @@ export type RecordFormElementFragment = {
1565
1566
  format?: AttributeFormat | null;
1566
1567
  system: boolean;
1567
1568
  readonly: boolean;
1569
+ required: boolean;
1568
1570
  multiple_values: boolean;
1569
1571
  compute: boolean;
1570
1572
  values_list?: {
@@ -1634,6 +1636,7 @@ export type RecordFormElementFragment = {
1634
1636
  format?: AttributeFormat | null;
1635
1637
  system: boolean;
1636
1638
  readonly: boolean;
1639
+ required: boolean;
1637
1640
  multiple_values: boolean;
1638
1641
  compute: boolean;
1639
1642
  linked_tree?: {
@@ -2138,6 +2141,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
2138
2141
  format?: AttributeFormat | null;
2139
2142
  system: boolean;
2140
2143
  readonly: boolean;
2144
+ required: boolean;
2141
2145
  multiple_values: boolean;
2142
2146
  compute: boolean;
2143
2147
  linked_library?: {
@@ -2221,6 +2225,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
2221
2225
  format?: AttributeFormat | null;
2222
2226
  system: boolean;
2223
2227
  readonly: boolean;
2228
+ required: boolean;
2224
2229
  multiple_values: boolean;
2225
2230
  compute: boolean;
2226
2231
  values_list?: {
@@ -2291,6 +2296,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
2291
2296
  format?: AttributeFormat | null;
2292
2297
  system: boolean;
2293
2298
  readonly: boolean;
2299
+ required: boolean;
2294
2300
  multiple_values: boolean;
2295
2301
  compute: boolean;
2296
2302
  linked_tree?: {
@@ -2535,6 +2541,12 @@ export type ViewDetailsFilterFragment = {
2535
2541
  label?: any | null;
2536
2542
  } | null;
2537
2543
  };
2544
+ export type LinkAttributeDetailsFragment = {
2545
+ label?: any | null;
2546
+ linked_library?: {
2547
+ id: string;
2548
+ } | null;
2549
+ };
2538
2550
  export type AttributePropertiesFragment = {
2539
2551
  id: string;
2540
2552
  label?: any | null;
@@ -2580,6 +2592,72 @@ export type PropertyValueValueFragment = {
2580
2592
  valuePayload?: any | null;
2581
2593
  };
2582
2594
  export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2595
+ export type LinkPropertyLinkValueFragment = {
2596
+ id_value?: string | null;
2597
+ payload?: {
2598
+ id: string;
2599
+ properties: Array<{
2600
+ attributeId: string;
2601
+ attributeProperties: {
2602
+ id: string;
2603
+ label?: any | null;
2604
+ type: AttributeType;
2605
+ format?: AttributeFormat | null;
2606
+ multiple_values: boolean;
2607
+ };
2608
+ values: Array<{
2609
+ linkPayload?: {
2610
+ id: string;
2611
+ whoAmI: {
2612
+ id: string;
2613
+ label?: string | null;
2614
+ subLabel?: string | null;
2615
+ color?: string | null;
2616
+ preview?: IPreviewScalar | null;
2617
+ library: {
2618
+ id: string;
2619
+ label?: any | null;
2620
+ };
2621
+ };
2622
+ } | null;
2623
+ } | {
2624
+ treePayload?: {
2625
+ record: {
2626
+ id: string;
2627
+ whoAmI: {
2628
+ id: string;
2629
+ label?: string | null;
2630
+ subLabel?: string | null;
2631
+ color?: string | null;
2632
+ preview?: IPreviewScalar | null;
2633
+ library: {
2634
+ id: string;
2635
+ label?: any | null;
2636
+ };
2637
+ };
2638
+ };
2639
+ } | null;
2640
+ } | {
2641
+ valuePayload?: any | null;
2642
+ }>;
2643
+ }>;
2644
+ whoAmI: {
2645
+ id: string;
2646
+ label?: string | null;
2647
+ subLabel?: string | null;
2648
+ color?: string | null;
2649
+ preview?: IPreviewScalar | null;
2650
+ library: {
2651
+ id: string;
2652
+ label?: any | null;
2653
+ };
2654
+ };
2655
+ } | null;
2656
+ };
2657
+ export type LinkPropertyTreeValueValueFragment = {
2658
+ id_value?: string | null;
2659
+ };
2660
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2583
2661
  export type CheckApplicationExistenceQueryVariables = Exact<{
2584
2662
  id?: InputMaybe<Scalars['ID']>;
2585
2663
  endpoint?: InputMaybe<Scalars['String']>;
@@ -3974,6 +4052,7 @@ export type RecordFormQuery = {
3974
4052
  format?: AttributeFormat | null;
3975
4053
  system: boolean;
3976
4054
  readonly: boolean;
4055
+ required: boolean;
3977
4056
  multiple_values: boolean;
3978
4057
  compute: boolean;
3979
4058
  linked_library?: {
@@ -4056,6 +4135,7 @@ export type RecordFormQuery = {
4056
4135
  format?: AttributeFormat | null;
4057
4136
  system: boolean;
4058
4137
  readonly: boolean;
4138
+ required: boolean;
4059
4139
  multiple_values: boolean;
4060
4140
  compute: boolean;
4061
4141
  values_list?: {
@@ -4125,6 +4205,7 @@ export type RecordFormQuery = {
4125
4205
  format?: AttributeFormat | null;
4126
4206
  system: boolean;
4127
4207
  readonly: boolean;
4208
+ required: boolean;
4128
4209
  multiple_values: boolean;
4129
4210
  compute: boolean;
4130
4211
  linked_tree?: {
@@ -5961,7 +6042,23 @@ export type ExplorerAttributesQuery = {
5961
6042
  }>;
5962
6043
  } | null;
5963
6044
  };
5964
- export type ExplorerQueryVariables = Exact<{
6045
+ export type ExplorerLinkAttributeQueryVariables = Exact<{
6046
+ id: Scalars['ID'];
6047
+ }>;
6048
+ export type ExplorerLinkAttributeQuery = {
6049
+ attributes?: {
6050
+ list: Array<{
6051
+ label?: any | null;
6052
+ id: string;
6053
+ linked_library?: {
6054
+ id: string;
6055
+ } | null;
6056
+ } | {
6057
+ id: string;
6058
+ }>;
6059
+ } | null;
6060
+ };
6061
+ export type ExplorerLibraryDataQueryVariables = Exact<{
5965
6062
  libraryId: Scalars['ID'];
5966
6063
  attributeIds: Array<Scalars['ID']> | Scalars['ID'];
5967
6064
  pagination?: InputMaybe<RecordsPagination>;
@@ -5969,7 +6066,7 @@ export type ExplorerQueryVariables = Exact<{
5969
6066
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
5970
6067
  searchQuery?: InputMaybe<Scalars['String']>;
5971
6068
  }>;
5972
- export type ExplorerQuery = {
6069
+ export type ExplorerLibraryDataQuery = {
5973
6070
  records: {
5974
6071
  totalCount?: number | null;
5975
6072
  list: Array<{
@@ -6033,10 +6130,93 @@ export type ExplorerQuery = {
6033
6130
  }>;
6034
6131
  };
6035
6132
  };
6036
- export type ExplorerLibraryDataQueryVariables = Exact<{
6133
+ export type ExplorerLinkDataQueryVariables = Exact<{
6134
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6135
+ parentLibraryId: Scalars['ID'];
6136
+ parentRecordId?: InputMaybe<Scalars['String']>;
6137
+ linkAttributeId: Scalars['ID'];
6138
+ }>;
6139
+ export type ExplorerLinkDataQuery = {
6140
+ records: {
6141
+ list: Array<{
6142
+ id: string;
6143
+ whoAmI: {
6144
+ id: string;
6145
+ library: {
6146
+ id: string;
6147
+ };
6148
+ };
6149
+ property: Array<{
6150
+ id_value?: string | null;
6151
+ payload?: {
6152
+ id: string;
6153
+ whoAmI: {
6154
+ id: string;
6155
+ label?: string | null;
6156
+ subLabel?: string | null;
6157
+ color?: string | null;
6158
+ preview?: IPreviewScalar | null;
6159
+ library: {
6160
+ id: string;
6161
+ label?: any | null;
6162
+ };
6163
+ };
6164
+ properties: Array<{
6165
+ attributeId: string;
6166
+ attributeProperties: {
6167
+ id: string;
6168
+ label?: any | null;
6169
+ type: AttributeType;
6170
+ format?: AttributeFormat | null;
6171
+ multiple_values: boolean;
6172
+ };
6173
+ values: Array<{
6174
+ linkPayload?: {
6175
+ id: string;
6176
+ whoAmI: {
6177
+ id: string;
6178
+ label?: string | null;
6179
+ subLabel?: string | null;
6180
+ color?: string | null;
6181
+ preview?: IPreviewScalar | null;
6182
+ library: {
6183
+ id: string;
6184
+ label?: any | null;
6185
+ };
6186
+ };
6187
+ } | null;
6188
+ } | {
6189
+ treePayload?: {
6190
+ record: {
6191
+ id: string;
6192
+ whoAmI: {
6193
+ id: string;
6194
+ label?: string | null;
6195
+ subLabel?: string | null;
6196
+ color?: string | null;
6197
+ preview?: IPreviewScalar | null;
6198
+ library: {
6199
+ id: string;
6200
+ label?: any | null;
6201
+ };
6202
+ };
6203
+ };
6204
+ } | null;
6205
+ } | {
6206
+ valuePayload?: any | null;
6207
+ }>;
6208
+ }>;
6209
+ } | null;
6210
+ } | {
6211
+ id_value?: string | null;
6212
+ }>;
6213
+ }>;
6214
+ };
6215
+ };
6216
+ export type ExplorerLibraryDetailsQueryVariables = Exact<{
6037
6217
  libraryId: Scalars['ID'];
6038
6218
  }>;
6039
- export type ExplorerLibraryDataQuery = {
6219
+ export type ExplorerLibraryDetailsQuery = {
6040
6220
  libraries?: {
6041
6221
  list: Array<{
6042
6222
  id: string;
@@ -6074,8 +6254,10 @@ export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
6074
6254
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6075
6255
  export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
6076
6256
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6077
- export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6257
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6078
6258
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6259
+ export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6260
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
6079
6261
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
6080
6262
  /**
6081
6263
  * __useCheckApplicationExistenceQuery__
@@ -7512,18 +7694,44 @@ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.Lazy
7512
7694
  export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7513
7695
  export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7514
7696
  export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7515
- export declare const ExplorerDocument: Apollo.DocumentNode;
7697
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7698
+ /**
7699
+ * __useExplorerLinkAttributeQuery__
7700
+ *
7701
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7702
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7703
+ * you can use to render your UI.
7704
+ *
7705
+ * @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;
7706
+ *
7707
+ * @example
7708
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7709
+ * variables: {
7710
+ * id: // value for 'id'
7711
+ * },
7712
+ * });
7713
+ */
7714
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7715
+ id: Scalars["ID"];
7716
+ }>>;
7717
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7718
+ id: Scalars["ID"];
7719
+ }>>;
7720
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7721
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7722
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7723
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7516
7724
  /**
7517
- * __useExplorerQuery__
7725
+ * __useExplorerLibraryDataQuery__
7518
7726
  *
7519
- * To run a query within a React component, call `useExplorerQuery` and pass it any options that fit your needs.
7520
- * When your component renders, `useExplorerQuery` returns an object from Apollo Client that contains loading, error, and data properties
7727
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7728
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7521
7729
  * you can use to render your UI.
7522
7730
  *
7523
7731
  * @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;
7524
7732
  *
7525
7733
  * @example
7526
- * const { data, loading, error } = useExplorerQuery({
7734
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7527
7735
  * variables: {
7528
7736
  * libraryId: // value for 'libraryId'
7529
7737
  * attributeIds: // value for 'attributeIds'
@@ -7534,7 +7742,7 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
7534
7742
  * },
7535
7743
  * });
7536
7744
  */
7537
- export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
7745
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7538
7746
  libraryId: Scalars["ID"];
7539
7747
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7540
7748
  pagination?: InputMaybe<RecordsPagination>;
@@ -7542,7 +7750,7 @@ export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<Ex
7542
7750
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7543
7751
  searchQuery?: InputMaybe<Scalars["String"]>;
7544
7752
  }>>;
7545
- export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
7753
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7546
7754
  libraryId: Scalars["ID"];
7547
7755
  attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7548
7756
  pagination?: InputMaybe<RecordsPagination>;
@@ -7550,35 +7758,70 @@ export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookO
7550
7758
  multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7551
7759
  searchQuery?: InputMaybe<Scalars["String"]>;
7552
7760
  }>>;
7553
- export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
7554
- export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
7555
- export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
7556
- export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7761
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7762
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7763
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7764
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7557
7765
  /**
7558
- * __useExplorerLibraryDataQuery__
7766
+ * __useExplorerLinkDataQuery__
7559
7767
  *
7560
- * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7561
- * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7768
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7769
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7562
7770
  * you can use to render your UI.
7563
7771
  *
7564
7772
  * @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;
7565
7773
  *
7566
7774
  * @example
7567
- * const { data, loading, error } = useExplorerLibraryDataQuery({
7775
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7776
+ * variables: {
7777
+ * attributeIds: // value for 'attributeIds'
7778
+ * parentLibraryId: // value for 'parentLibraryId'
7779
+ * parentRecordId: // value for 'parentRecordId'
7780
+ * linkAttributeId: // value for 'linkAttributeId'
7781
+ * },
7782
+ * });
7783
+ */
7784
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7785
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7786
+ parentLibraryId: Scalars["ID"];
7787
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7788
+ linkAttributeId: Scalars["ID"];
7789
+ }>>;
7790
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7791
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7792
+ parentLibraryId: Scalars["ID"];
7793
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7794
+ linkAttributeId: Scalars["ID"];
7795
+ }>>;
7796
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7797
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7798
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7799
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7800
+ /**
7801
+ * __useExplorerLibraryDetailsQuery__
7802
+ *
7803
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7804
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7805
+ * you can use to render your UI.
7806
+ *
7807
+ * @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;
7808
+ *
7809
+ * @example
7810
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
7568
7811
  * variables: {
7569
7812
  * libraryId: // value for 'libraryId'
7570
7813
  * },
7571
7814
  * });
7572
7815
  */
7573
- export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7816
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7574
7817
  libraryId: Scalars["ID"];
7575
7818
  }>>;
7576
- export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7819
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7577
7820
  libraryId: Scalars["ID"];
7578
7821
  }>>;
7579
- export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7580
- export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7581
- export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7822
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7823
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7824
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7582
7825
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7583
7826
  /**
7584
7827
  * __useTreeDataQueryQuery__