@itwin/presentation-frontend 4.0.0-dev.10 → 4.0.0-dev.101

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 (138) hide show
  1. package/CHANGELOG.md +55 -1
  2. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.d.ts +29 -29
  3. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js +47 -47
  4. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  5. package/lib/cjs/presentation-frontend/Diagnostics.d.ts +14 -14
  6. package/lib/cjs/presentation-frontend/Diagnostics.js +61 -61
  7. package/lib/cjs/presentation-frontend/Diagnostics.js.map +1 -1
  8. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.d.ts +12 -12
  9. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js +20 -20
  10. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  11. package/lib/cjs/presentation-frontend/IpcRequestsHandler.d.ts +9 -10
  12. package/lib/cjs/presentation-frontend/IpcRequestsHandler.d.ts.map +1 -1
  13. package/lib/cjs/presentation-frontend/IpcRequestsHandler.js +32 -41
  14. package/lib/cjs/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  15. package/lib/cjs/presentation-frontend/LocalizationHelper.d.ts +10 -10
  16. package/lib/cjs/presentation-frontend/LocalizationHelper.js +31 -31
  17. package/lib/cjs/presentation-frontend/LocalizationHelper.js.map +1 -1
  18. package/lib/cjs/presentation-frontend/Presentation.d.ts +73 -75
  19. package/lib/cjs/presentation-frontend/Presentation.d.ts.map +1 -1
  20. package/lib/cjs/presentation-frontend/Presentation.js +159 -162
  21. package/lib/cjs/presentation-frontend/Presentation.js.map +1 -1
  22. package/lib/cjs/presentation-frontend/PresentationManager.d.ts +207 -186
  23. package/lib/cjs/presentation-frontend/PresentationManager.d.ts.map +1 -1
  24. package/lib/cjs/presentation-frontend/PresentationManager.js +442 -436
  25. package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
  26. package/lib/cjs/presentation-frontend/RulesetManager.d.ts +63 -63
  27. package/lib/cjs/presentation-frontend/RulesetManager.js +85 -85
  28. package/lib/cjs/presentation-frontend/RulesetManager.js.map +1 -1
  29. package/lib/cjs/presentation-frontend/RulesetVariablesManager.d.ts +143 -143
  30. package/lib/cjs/presentation-frontend/RulesetVariablesManager.js +195 -195
  31. package/lib/cjs/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  32. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +132 -132
  33. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
  34. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +527 -525
  35. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  36. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +111 -111
  37. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +290 -293
  38. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  39. package/lib/cjs/presentation-frontend/selection/HiliteRules.json +172 -172
  40. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.d.ts +52 -52
  41. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js +97 -97
  42. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  43. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.d.ts +19 -19
  44. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js +9 -9
  45. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  46. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.d.ts +52 -52
  47. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js +33 -33
  48. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  49. package/lib/cjs/presentation-frontend/selection/SelectionHandler.d.ts +103 -103
  50. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js +108 -108
  51. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  52. package/lib/cjs/presentation-frontend/selection/SelectionHelper.d.ts +17 -14
  53. package/lib/cjs/presentation-frontend/selection/SelectionHelper.d.ts.map +1 -1
  54. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js +40 -37
  55. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  56. package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts +139 -139
  57. package/lib/cjs/presentation-frontend/selection/SelectionManager.js +414 -414
  58. package/lib/cjs/presentation-frontend/selection/SelectionManager.js.map +1 -1
  59. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts +59 -59
  60. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js +91 -91
  61. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  62. package/lib/cjs/presentation-frontend.d.ts +33 -34
  63. package/lib/cjs/presentation-frontend.d.ts.map +1 -1
  64. package/lib/cjs/presentation-frontend.js +53 -50
  65. package/lib/cjs/presentation-frontend.js.map +1 -1
  66. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.d.ts +29 -29
  67. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js +43 -43
  68. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  69. package/lib/esm/presentation-frontend/Diagnostics.d.ts +14 -14
  70. package/lib/esm/presentation-frontend/Diagnostics.js +56 -56
  71. package/lib/esm/presentation-frontend/Diagnostics.js.map +1 -1
  72. package/lib/esm/presentation-frontend/FrontendLoggerCategory.d.ts +12 -12
  73. package/lib/esm/presentation-frontend/FrontendLoggerCategory.js +17 -17
  74. package/lib/esm/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  75. package/lib/esm/presentation-frontend/IpcRequestsHandler.d.ts +9 -10
  76. package/lib/esm/presentation-frontend/IpcRequestsHandler.d.ts.map +1 -1
  77. package/lib/esm/presentation-frontend/IpcRequestsHandler.js +28 -37
  78. package/lib/esm/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  79. package/lib/esm/presentation-frontend/LocalizationHelper.d.ts +10 -10
  80. package/lib/esm/presentation-frontend/LocalizationHelper.js +27 -27
  81. package/lib/esm/presentation-frontend/LocalizationHelper.js.map +1 -1
  82. package/lib/esm/presentation-frontend/Presentation.d.ts +73 -75
  83. package/lib/esm/presentation-frontend/Presentation.d.ts.map +1 -1
  84. package/lib/esm/presentation-frontend/Presentation.js +155 -158
  85. package/lib/esm/presentation-frontend/Presentation.js.map +1 -1
  86. package/lib/esm/presentation-frontend/PresentationManager.d.ts +207 -186
  87. package/lib/esm/presentation-frontend/PresentationManager.d.ts.map +1 -1
  88. package/lib/esm/presentation-frontend/PresentationManager.js +437 -431
  89. package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
  90. package/lib/esm/presentation-frontend/RulesetManager.d.ts +63 -63
  91. package/lib/esm/presentation-frontend/RulesetManager.js +81 -81
  92. package/lib/esm/presentation-frontend/RulesetManager.js.map +1 -1
  93. package/lib/esm/presentation-frontend/RulesetVariablesManager.d.ts +143 -143
  94. package/lib/esm/presentation-frontend/RulesetVariablesManager.js +191 -191
  95. package/lib/esm/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  96. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +132 -132
  97. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
  98. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +522 -519
  99. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  100. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +111 -111
  101. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +282 -285
  102. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  103. package/lib/esm/presentation-frontend/selection/HiliteRules.json +172 -172
  104. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.d.ts +52 -52
  105. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js +93 -93
  106. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  107. package/lib/esm/presentation-frontend/selection/ISelectionProvider.d.ts +19 -19
  108. package/lib/esm/presentation-frontend/selection/ISelectionProvider.js +8 -8
  109. package/lib/esm/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  110. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.d.ts +52 -52
  111. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js +29 -29
  112. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  113. package/lib/esm/presentation-frontend/selection/SelectionHandler.d.ts +103 -103
  114. package/lib/esm/presentation-frontend/selection/SelectionHandler.js +104 -104
  115. package/lib/esm/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  116. package/lib/esm/presentation-frontend/selection/SelectionHelper.d.ts +17 -14
  117. package/lib/esm/presentation-frontend/selection/SelectionHelper.d.ts.map +1 -1
  118. package/lib/esm/presentation-frontend/selection/SelectionHelper.js +36 -33
  119. package/lib/esm/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  120. package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts +139 -139
  121. package/lib/esm/presentation-frontend/selection/SelectionManager.js +409 -409
  122. package/lib/esm/presentation-frontend/selection/SelectionManager.js.map +1 -1
  123. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts +59 -59
  124. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js +85 -85
  125. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  126. package/lib/esm/presentation-frontend.d.ts +33 -34
  127. package/lib/esm/presentation-frontend.d.ts.map +1 -1
  128. package/lib/esm/presentation-frontend.js +37 -38
  129. package/lib/esm/presentation-frontend.js.map +1 -1
  130. package/package.json +23 -22
  131. package/lib/cjs/presentation-frontend/StateTracker.d.ts +0 -39
  132. package/lib/cjs/presentation-frontend/StateTracker.d.ts.map +0 -1
  133. package/lib/cjs/presentation-frontend/StateTracker.js +0 -130
  134. package/lib/cjs/presentation-frontend/StateTracker.js.map +0 -1
  135. package/lib/esm/presentation-frontend/StateTracker.d.ts +0 -39
  136. package/lib/esm/presentation-frontend/StateTracker.d.ts.map +0 -1
  137. package/lib/esm/presentation-frontend/StateTracker.js +0 -126
  138. package/lib/esm/presentation-frontend/StateTracker.js.map +0 -1
@@ -1,133 +1,133 @@
1
- /** @packageDocumentation
2
- * @module Core
3
- */
4
- import { BeEvent, IDisposable } from "@itwin/core-bentley";
5
- import { IModelConnection } from "@itwin/core-frontend";
6
- import { Field } from "@itwin/presentation-common";
7
- import { IFavoritePropertiesStorage } from "./FavoritePropertiesStorage";
8
- /**
9
- * Scopes that favorite properties can be stored in.
10
- * @public
11
- */
12
- export declare enum FavoritePropertiesScope {
13
- Global = 0,
14
- ITwin = 1,
15
- IModel = 2
16
- }
17
- /**
18
- * Format:
19
- * Regular property - [{path from parent class}-]{schema name}:{class name}:{property name}.
20
- * Nested property - [{path from parent class}-]{content class schema name}:{content class name}.
21
- * Primitive property - {field name}.
22
- * @public
23
- */
24
- export declare type PropertyFullName = string;
25
- /**
26
- * Holds the information of favorite properties ordering.
27
- * @public
28
- */
29
- export interface FavoritePropertiesOrderInfo {
30
- parentClassName: string | undefined;
31
- name: PropertyFullName;
32
- priority: number;
33
- orderedTimestamp: Date;
34
- }
35
- /**
36
- * Properties for initializing [[FavoritePropertiesManager]]
37
- * @public
38
- */
39
- export interface FavoritePropertiesManagerProps {
40
- /**
41
- * Implementation of a persistence layer for storing favorite properties and their order.
42
- * @public
43
- */
44
- storage: IFavoritePropertiesStorage;
45
- }
46
- /**
47
- * The favorite property manager which lets to store favorite properties
48
- * and check if field contains favorite properties.
49
- *
50
- * @public
51
- */
52
- export declare class FavoritePropertiesManager implements IDisposable {
53
- /**
54
- * Used in tests to avoid collisions between multiple runs using the same storage
55
- * @internal
56
- */
57
- static FAVORITES_IDENTIFIER_PREFIX: string;
58
- /** Event raised after favorite properties have changed. */
59
- onFavoritesChanged: BeEvent<() => void>;
60
- private _storage;
61
- private _globalProperties;
62
- private _iTwinProperties;
63
- private _imodelProperties;
64
- private _imodelBaseClassesByClass;
65
- /** Property order is saved only in iModel scope */
66
- private _propertiesOrder;
67
- constructor(props: FavoritePropertiesManagerProps);
68
- dispose(): void;
69
- /**
70
- * Initialize favorite properties for the provided IModelConnection.
71
- */
72
- initializeConnection: (imodel: IModelConnection) => Promise<void>;
73
- /**
74
- * Function that removes order information of properties that are no longer
75
- * favorited and adds missing order information for favorited properties.
76
- */
77
- private _adjustPropertyOrderInfos;
78
- private validateInitialization;
79
- /**
80
- * Adds favorite properties into a certain scope.
81
- * @param field Field that contains properties. If field contains multiple properties, all of them will be favorited.
82
- * @param imodel IModelConnection.
83
- * @param scope FavoritePropertiesScope to put the favorite properties into.
84
- * @note `initializeConnection` must be called with the `imodel` before calling this function.
85
- */
86
- add(field: Field, imodel: IModelConnection, scope: FavoritePropertiesScope): Promise<void>;
87
- /**
88
- * Removes favorite properties from a scope specified and all the more general scopes.
89
- * @param field Field that contains properties. If field contains multiple properties, all of them will be un-favorited.
90
- * @param imodel IModelConnection.
91
- * @param scope FavoritePropertiesScope to remove the favorite properties from. It also removes from more general scopes.
92
- * @note `initializeConnection` must be called with the `imodel` before calling this function.
93
- */
94
- remove(field: Field, imodel: IModelConnection, scope: FavoritePropertiesScope): Promise<void>;
95
- /**
96
- * Removes all favorite properties from a certain scope.
97
- * @param imodel IModelConnection.
98
- * @param scope FavoritePropertiesScope to remove the favorite properties from.
99
- * @note `initializeConnection` must be called with the `imodel` before calling this function.
100
- */
101
- clear(imodel: IModelConnection, scope: FavoritePropertiesScope): Promise<void>;
102
- /**
103
- * Check if field contains at least one favorite property.
104
- * @param field Field that contains properties.
105
- * @param imodel IModelConnection.
106
- * @param scope FavoritePropertiesScope to check for favorite properties. It also checks the more general scopes.
107
- * @note `initializeConnection` must be called with the `imodel` before calling this function.
108
- */
109
- has(field: Field, imodel: IModelConnection, scope: FavoritePropertiesScope): boolean;
110
- /**
111
- * Sorts an array of fields with respect to favorite property order.
112
- * Non-favorited fields get sorted by their default priority and always have lower priority than favorited fields.
113
- * @param imodel IModelConnection.
114
- * @param fields Array of Field's that needs to be sorted.
115
- * @note `initializeConnection` must be called with the `imodel` before calling this function.
116
- */
117
- sortFields: (imodel: IModelConnection, fields: Field[]) => Field[];
118
- private getFieldPriority;
119
- private _getBaseClassesByClass;
120
- /** Changes field properties priorities to lower than another fields priority
121
- * @param imodel IModelConnection.
122
- * @param field Field that priority is being changed.
123
- * @param afterField Field that goes before the moved field. If undefined the moving field is changed to the highest priority (to the top).
124
- * @param visibleFields Array of fields to move the field in.
125
- * @note `initializeConnection` must be called with the `imodel` before calling this function.
126
- */
127
- changeFieldPriority(imodel: IModelConnection, field: Field, afterField: Field | undefined, visibleFields: Field[]): Promise<void>;
128
- }
129
- /** @internal */
130
- export declare const getFieldInfos: (field: Field) => Set<PropertyFullName>;
131
- /** @internal */
132
- export declare const createFieldOrderInfos: (field: Field) => FavoritePropertiesOrderInfo[];
1
+ /** @packageDocumentation
2
+ * @module Core
3
+ */
4
+ import { BeEvent, IDisposable } from "@itwin/core-bentley";
5
+ import { IModelConnection } from "@itwin/core-frontend";
6
+ import { Field } from "@itwin/presentation-common";
7
+ import { IFavoritePropertiesStorage } from "./FavoritePropertiesStorage";
8
+ /**
9
+ * Scopes that favorite properties can be stored in.
10
+ * @public
11
+ */
12
+ export declare enum FavoritePropertiesScope {
13
+ Global = 0,
14
+ ITwin = 1,
15
+ IModel = 2
16
+ }
17
+ /**
18
+ * Format:
19
+ * Regular property - [{path from parent class}-]{schema name}:{class name}:{property name}.
20
+ * Nested property - [{path from parent class}-]{content class schema name}:{content class name}.
21
+ * Primitive property - {field name}.
22
+ * @public
23
+ */
24
+ export type PropertyFullName = string;
25
+ /**
26
+ * Holds the information of favorite properties ordering.
27
+ * @public
28
+ */
29
+ export interface FavoritePropertiesOrderInfo {
30
+ parentClassName: string | undefined;
31
+ name: PropertyFullName;
32
+ priority: number;
33
+ orderedTimestamp: Date;
34
+ }
35
+ /**
36
+ * Properties for initializing [[FavoritePropertiesManager]]
37
+ * @public
38
+ */
39
+ export interface FavoritePropertiesManagerProps {
40
+ /**
41
+ * Implementation of a persistence layer for storing favorite properties and their order.
42
+ * @public
43
+ */
44
+ storage: IFavoritePropertiesStorage;
45
+ }
46
+ /**
47
+ * The favorite property manager which lets to store favorite properties
48
+ * and check if field contains favorite properties.
49
+ *
50
+ * @public
51
+ */
52
+ export declare class FavoritePropertiesManager implements IDisposable {
53
+ /**
54
+ * Used in tests to avoid collisions between multiple runs using the same storage
55
+ * @internal
56
+ */
57
+ static FAVORITES_IDENTIFIER_PREFIX: string;
58
+ /** Event raised after favorite properties have changed. */
59
+ onFavoritesChanged: BeEvent<() => void>;
60
+ private _storage;
61
+ private _globalProperties;
62
+ private _iTwinProperties;
63
+ private _imodelProperties;
64
+ private _imodelBaseClassesByClass;
65
+ /** Property order is saved only in iModel scope */
66
+ private _propertiesOrder;
67
+ constructor(props: FavoritePropertiesManagerProps);
68
+ dispose(): void;
69
+ /**
70
+ * Initialize favorite properties for the provided IModelConnection.
71
+ */
72
+ initializeConnection: (imodel: IModelConnection) => Promise<void>;
73
+ /**
74
+ * Function that removes order information of properties that are no longer
75
+ * favorited and adds missing order information for favorited properties.
76
+ */
77
+ private _adjustPropertyOrderInfos;
78
+ private validateInitialization;
79
+ /**
80
+ * Adds favorite properties into a certain scope.
81
+ * @param field Field that contains properties. If field contains multiple properties, all of them will be favorited.
82
+ * @param imodel IModelConnection.
83
+ * @param scope FavoritePropertiesScope to put the favorite properties into.
84
+ * @note `initializeConnection` must be called with the `imodel` before calling this function.
85
+ */
86
+ add(field: Field, imodel: IModelConnection, scope: FavoritePropertiesScope): Promise<void>;
87
+ /**
88
+ * Removes favorite properties from a scope specified and all the more general scopes.
89
+ * @param field Field that contains properties. If field contains multiple properties, all of them will be un-favorited.
90
+ * @param imodel IModelConnection.
91
+ * @param scope FavoritePropertiesScope to remove the favorite properties from. It also removes from more general scopes.
92
+ * @note `initializeConnection` must be called with the `imodel` before calling this function.
93
+ */
94
+ remove(field: Field, imodel: IModelConnection, scope: FavoritePropertiesScope): Promise<void>;
95
+ /**
96
+ * Removes all favorite properties from a certain scope.
97
+ * @param imodel IModelConnection.
98
+ * @param scope FavoritePropertiesScope to remove the favorite properties from.
99
+ * @note `initializeConnection` must be called with the `imodel` before calling this function.
100
+ */
101
+ clear(imodel: IModelConnection, scope: FavoritePropertiesScope): Promise<void>;
102
+ /**
103
+ * Check if field contains at least one favorite property.
104
+ * @param field Field that contains properties.
105
+ * @param imodel IModelConnection.
106
+ * @param scope FavoritePropertiesScope to check for favorite properties. It also checks the more general scopes.
107
+ * @note `initializeConnection` must be called with the `imodel` before calling this function.
108
+ */
109
+ has(field: Field, imodel: IModelConnection, scope: FavoritePropertiesScope): boolean;
110
+ /**
111
+ * Sorts an array of fields with respect to favorite property order.
112
+ * Non-favorited fields get sorted by their default priority and always have lower priority than favorited fields.
113
+ * @param imodel IModelConnection.
114
+ * @param fields Array of Field's that needs to be sorted.
115
+ * @note `initializeConnection` must be called with the `imodel` before calling this function.
116
+ */
117
+ sortFields: (imodel: IModelConnection, fields: Field[]) => Field[];
118
+ private getFieldPriority;
119
+ private _getBaseClassesByClass;
120
+ /** Changes field properties priorities to lower than another fields priority
121
+ * @param imodel IModelConnection.
122
+ * @param field Field that priority is being changed.
123
+ * @param afterField Field that goes before the moved field. If undefined the moving field is changed to the highest priority (to the top).
124
+ * @param visibleFields Array of fields to move the field in.
125
+ * @note `initializeConnection` must be called with the `imodel` before calling this function.
126
+ */
127
+ changeFieldPriority(imodel: IModelConnection, field: Field, afterField: Field | undefined, visibleFields: Field[]): Promise<void>;
128
+ }
129
+ /** @internal */
130
+ export declare const getFieldInfos: (field: Field) => Set<PropertyFullName>;
131
+ /** @internal */
132
+ export declare const createFieldOrderInfos: (field: Field) => FavoritePropertiesOrderInfo[];
133
133
  //# sourceMappingURL=FavoritePropertiesManager.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FavoritePropertiesManager.d.ts","sourceRoot":"","sources":["../../../../src/presentation-frontend/favorite-properties/FavoritePropertiesManager.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,WAAW,EAAiB,MAAM,qBAAqB,CAAC;AAE1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAW,KAAK,EAAuC,MAAM,4BAA4B,CAAC;AACjG,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAEzE;;;GAGG;AACH,oBAAY,uBAAuB;IACjC,MAAM,IAAA;IACN,KAAK,IAAA;IACL,MAAM,IAAA;CACP;AAED;;;;;;GAMG;AACH,oBAAY,gBAAgB,GAAG,MAAM,CAAC;AAEtC;;;GAGG;AACH,MAAM,WAAW,2BAA2B;IAC1C,eAAe,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,IAAI,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,8BAA8B;IAC7C;;;OAGG;IACH,OAAO,EAAE,0BAA0B,CAAC;CACrC;AAED;;;;;GAKG;AACH,qBAAa,yBAA0B,YAAW,WAAW;IAC3D;;;OAGG;IACH,OAAc,2BAA2B,SAAM;IAE/C,2DAA2D;IACpD,kBAAkB,gBAAqB,IAAI,EAAI;IAEtD,OAAO,CAAC,QAAQ,CAA6B;IAC7C,OAAO,CAAC,iBAAiB,CAAoC;IAC7D,OAAO,CAAC,gBAAgB,CAAqC;IAC7D,OAAO,CAAC,iBAAiB,CAAqC;IAC9D,OAAO,CAAC,yBAAyB,CAAiD;IAElF,mDAAmD;IACnD,OAAO,CAAC,gBAAgB,CAA6C;gBAElD,KAAK,EAAE,8BAA8B;IAQjD,OAAO;IAMd;;OAEG;IACI,oBAAoB,WAAkB,gBAAgB,mBAmB3D;IAEF;;;OAGG;IACH,OAAO,CAAC,yBAAyB,CAyB/B;IAEF,OAAO,CAAC,sBAAsB;IAO9B;;;;;;OAMG;IACU,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAqCvG;;;;;;OAMG;IACU,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IA6C1G;;;;;OAKG;IACU,KAAK,CAAC,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAgC3F;;;;;;OAMG;IACI,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO;IAW3F;;;;;;OAMG;IACI,UAAU,WAAY,gBAAgB,UAAU,KAAK,EAAE,KAAG,KAAK,EAAE,CAmBtE;IAEF,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,sBAAsB,CAiC5B;IAEF;;;;;;OAMG;IACU,mBAAmB,CAAC,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,GAAG,SAAS,EAAE,aAAa,EAAE,KAAK,EAAE;CAiH/H;AAgDD,gBAAgB;AAChB,eAAO,MAAM,aAAa,UAAW,KAAK,KAAG,IAAI,gBAAgB,CAShE,CAAC;AA+BF,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,UAAW,KAAK,KAAG,2BAA2B,EAwB/E,CAAC"}
1
+ {"version":3,"file":"FavoritePropertiesManager.d.ts","sourceRoot":"","sources":["../../../../src/presentation-frontend/favorite-properties/FavoritePropertiesManager.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,WAAW,EAAiB,MAAM,qBAAqB,CAAC;AAE1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAW,KAAK,EAAuC,MAAM,4BAA4B,CAAC;AACjG,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAEzE;;;GAGG;AACH,oBAAY,uBAAuB;IACjC,MAAM,IAAA;IACN,KAAK,IAAA;IACL,MAAM,IAAA;CACP;AAED;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC;;;GAGG;AACH,MAAM,WAAW,2BAA2B;IAC1C,eAAe,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,IAAI,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,8BAA8B;IAC7C;;;OAGG;IACH,OAAO,EAAE,0BAA0B,CAAC;CACrC;AAED;;;;;GAKG;AACH,qBAAa,yBAA0B,YAAW,WAAW;IAC3D;;;OAGG;IACH,OAAc,2BAA2B,SAAM;IAE/C,2DAA2D;IACpD,kBAAkB,gBAAqB,IAAI,EAAI;IAEtD,OAAO,CAAC,QAAQ,CAA6B;IAC7C,OAAO,CAAC,iBAAiB,CAAoC;IAC7D,OAAO,CAAC,gBAAgB,CAAqC;IAC7D,OAAO,CAAC,iBAAiB,CAAqC;IAC9D,OAAO,CAAC,yBAAyB,CAAiD;IAElF,mDAAmD;IACnD,OAAO,CAAC,gBAAgB,CAA6C;gBAElD,KAAK,EAAE,8BAA8B;IAQjD,OAAO;IAMd;;OAEG;IACI,oBAAoB,WAAkB,gBAAgB,mBAmB3D;IAEF;;;OAGG;IACH,OAAO,CAAC,yBAAyB,CAyB/B;IAEF,OAAO,CAAC,sBAAsB;IAO9B;;;;;;OAMG;IACU,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAqCvG;;;;;;OAMG;IACU,MAAM,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IA6C1G;;;;;OAKG;IACU,KAAK,CAAC,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAgC3F;;;;;;OAMG;IACI,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO;IAW3F;;;;;;OAMG;IACI,UAAU,WAAY,gBAAgB,UAAU,KAAK,EAAE,KAAG,KAAK,EAAE,CAmBtE;IAEF,OAAO,CAAC,gBAAgB;IASxB,OAAO,CAAC,sBAAsB,CAmC5B;IAEF;;;;;;OAMG;IACU,mBAAmB,CAAC,MAAM,EAAE,gBAAgB,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,GAAG,SAAS,EAAE,aAAa,EAAE,KAAK,EAAE;CAiH/H;AAgDD,gBAAgB;AAChB,eAAO,MAAM,aAAa,UAAW,KAAK,KAAG,IAAI,gBAAgB,CAShE,CAAC;AA+BF,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,UAAW,KAAK,KAAG,2BAA2B,EAwB/E,CAAC"}