@omnia/fx-models 8.0.159-dev → 8.0.162-dev
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/Constants.d.ts +2 -0
- package/Constants.js +3 -1
- package/Exposes.d.ts +113 -113
- package/Exposes.js +112 -112
- package/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/filterengine/Shared.d.ts +1 -0
- package/filterengine/Shared.js +1 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +4 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +10 -2
- package/omniasearch/OmniaRefiner.d.ts +8 -0
- package/omniasearch/OmniaRefiner.js +2 -0
- package/omniasearch/OmniaSearchUser.d.ts +34 -0
- package/omniasearch/OmniaSearchUser.js +16 -0
- package/omniasearch/PagedOmniaSearchResult.d.ts +2 -0
- package/omniasearch/SearchUserQuery.d.ts +4 -4
- package/omniasearch/SearchUserQuery.js +9 -9
- package/omniasearch/index.d.ts +2 -0
- package/omniasearch/index.js +2 -0
- package/package.json +1 -1
- package/velcron/VelcronDefinitionRegistration.d.ts +1 -1
package/Constants.d.ts
CHANGED
@@ -111,6 +111,7 @@ export declare const Constants: {
|
|
111
111
|
namespaces: {
|
112
112
|
App: string;
|
113
113
|
User: string;
|
114
|
+
Identities: string;
|
114
115
|
};
|
115
116
|
};
|
116
117
|
apps: {
|
@@ -162,6 +163,7 @@ export declare const Constants: {
|
|
162
163
|
legacyUserProfileCard: Guid;
|
163
164
|
legacyAppPermissions: Guid;
|
164
165
|
appOnlyReadAccessToSharePointTermstore: Guid;
|
166
|
+
provisionOmniaSearchUserData: Guid;
|
165
167
|
};
|
166
168
|
app: {
|
167
169
|
tableName: string;
|
package/Constants.js
CHANGED
@@ -142,6 +142,7 @@ exports.Constants = {
|
|
142
142
|
namespaces: {
|
143
143
|
App: "Omnia.Ux.App",
|
144
144
|
User: "Omnia.Ux.User",
|
145
|
+
Identities: "Omnia.Ux.Identities",
|
145
146
|
},
|
146
147
|
},
|
147
148
|
apps: {
|
@@ -192,7 +193,8 @@ exports.Constants = {
|
|
192
193
|
brokenLinkDetection: new models_1.Guid("d1b958e2-8023-4324-a538-157b8f2c57b3"),
|
193
194
|
legacyUserProfileCard: new models_1.Guid("01586ffc-5987-40d2-bf06-f97ab955a965"),
|
194
195
|
legacyAppPermissions: new models_1.Guid("36c6fe6a-d79e-4f87-9349-cff9d3e1ab71"),
|
195
|
-
appOnlyReadAccessToSharePointTermstore: new models_1.Guid("8095f802-38f0-426c-8d81-22cb22a2a019")
|
196
|
+
appOnlyReadAccessToSharePointTermstore: new models_1.Guid("8095f802-38f0-426c-8d81-22cb22a2a019"),
|
197
|
+
provisionOmniaSearchUserData: new models_1.Guid("8fc1325d-4196-406e-8dca-ebb78824896f")
|
196
198
|
},
|
197
199
|
app: {
|
198
200
|
tableName: "AppInstances",
|
package/Exposes.d.ts
CHANGED
@@ -1,147 +1,147 @@
|
|
1
|
-
export * from "./
|
2
|
-
export * from "./
|
1
|
+
export * from "./ActionHandler";
|
2
|
+
export * from "./AiSettings";
|
3
|
+
export * from "./AppManagementSharedStyles";
|
4
|
+
export * from "./AppTemplatePropertySetSetting";
|
5
|
+
export * from "./AuthenticationLayout";
|
6
|
+
export * from "./AzureAd";
|
7
|
+
export * from "./AzurePermissionResource";
|
8
|
+
export * from "./BladeIds";
|
9
|
+
export * from "./BlockTitleSettings";
|
10
|
+
export * from "./BusinessProfile";
|
11
|
+
export * from "./BusinessProfileDallEPromptDefault";
|
12
|
+
export * from "./Button";
|
13
|
+
export * from "./ChromeLayoutDefinition";
|
3
14
|
export * from "./ClientManifests";
|
4
|
-
export * from "./
|
15
|
+
export * from "./Clipboard";
|
16
|
+
export * from "./Color";
|
17
|
+
export * from "./CommentLike";
|
18
|
+
export type { WebComponentDefinition } from "./ComponentComposer";
|
19
|
+
export * from "./Configuration";
|
5
20
|
export * from "./ConfigurationComposer";
|
6
21
|
export * from "./Console";
|
7
|
-
export * from "./
|
8
|
-
export * from "./
|
9
|
-
export * from "./
|
22
|
+
export * from "./Constants";
|
23
|
+
export * from "./Contexts";
|
24
|
+
export * from "./Datatable";
|
25
|
+
export * from "./DateTimeZone";
|
26
|
+
export * from "./Dictionary";
|
27
|
+
export * from "./Enums";
|
28
|
+
export * from "./Extends";
|
29
|
+
export * from "./Extensions";
|
30
|
+
export * from "./ExternalLayoutProvider";
|
31
|
+
export * from "./Feature";
|
32
|
+
export * from "./FileStorage";
|
33
|
+
export * from "./FileUploader";
|
34
|
+
export * from "./FileValidationResult";
|
35
|
+
export * from "./FilterEngineStyles";
|
36
|
+
export * from "./FilterpickerModel";
|
37
|
+
export * from "./Func";
|
10
38
|
export * from "./Http";
|
11
|
-
export * from "./
|
12
|
-
export * from "./
|
39
|
+
export * from "./IPagingable";
|
40
|
+
export * from "./IPropertiesApi";
|
41
|
+
export * from "./ISpecialUserConfiguration";
|
13
42
|
export * from "./Icon";
|
14
|
-
export * from "./Routing";
|
15
|
-
export * from "./RichTextEditorExtension";
|
16
|
-
export * from "./ManifestIds";
|
17
|
-
export * from "./BladeIds";
|
18
|
-
export * from "./BusinessProfile";
|
19
|
-
export * from "./media-picker";
|
20
43
|
export * from "./ImageModel";
|
44
|
+
export * from "./ItemQuery";
|
45
|
+
export * from "./Journey";
|
46
|
+
export * from "./Language";
|
47
|
+
export * from "./Layout";
|
48
|
+
export * from "./LayoutDefinition";
|
49
|
+
export * from "./LikeActionSettings";
|
50
|
+
export * from "./LinkHandler";
|
51
|
+
export * from "./LoginLogFilter";
|
52
|
+
export * from "./LoginLogItem";
|
53
|
+
export * from "./ManifestIds";
|
54
|
+
export * from "./Messaging";
|
21
55
|
export * from "./MicrosoftStreamModel";
|
22
|
-
export * from "./
|
23
|
-
export * from "./Theming";
|
24
|
-
export * from "./ExternalLayoutProvider";
|
25
|
-
export * from "./AuthenticationLayout";
|
56
|
+
export * from "./MultilingualString";
|
26
57
|
export * from "./NamedProperty";
|
27
|
-
export * from "./
|
28
|
-
export * from "./
|
29
|
-
export * from "./
|
30
|
-
export * from "./
|
31
|
-
export * from "./
|
32
|
-
export * from "./
|
33
|
-
export type { WebComponentDefinition } from "./ComponentComposer";
|
34
|
-
export * from "./Store";
|
35
|
-
export * from "./SiteLogo";
|
58
|
+
export * from "./NotNullish";
|
59
|
+
export * from "./NullOf";
|
60
|
+
export * from "./OmniaBlock";
|
61
|
+
export * from "./OrganizationTree";
|
62
|
+
export * from "./PastedMenuToolbar";
|
63
|
+
export * from "./PermissionContextParam";
|
36
64
|
export * from "./PermissionInputSettings";
|
37
|
-
export * from "./
|
38
|
-
export * from "./
|
39
|
-
export * from "./
|
40
|
-
export * from "./
|
65
|
+
export * from "./Post";
|
66
|
+
export * from "./ProfileCardScopedSlots";
|
67
|
+
export * from "./PropertiesBlockStyles";
|
68
|
+
export * from "./PropertyArchive";
|
69
|
+
export * from "./QueryFilter";
|
70
|
+
export * from "./QueryablePropertyMessage";
|
41
71
|
export * from "./Queue";
|
42
|
-
export * from "./
|
43
|
-
export * from "./
|
44
|
-
export * from "./AppManagementSharedStyles";
|
72
|
+
export * from "./RichTextEditorExtension";
|
73
|
+
export * from "./RollupMetricSettings";
|
45
74
|
export * from "./RollupQuery";
|
46
|
-
export * from "./
|
75
|
+
export * from "./Routing";
|
47
76
|
export * from "./Secrets";
|
48
|
-
export * from "./
|
49
|
-
export * from "./
|
50
|
-
export * from "./
|
77
|
+
export * from "./Security";
|
78
|
+
export * from "./SecurityContextParamRegistrationHandler";
|
79
|
+
export * from "./ServiceParam";
|
80
|
+
export * from "./Settings";
|
81
|
+
export * from "./ShapeDividerSettingsModel";
|
82
|
+
export * from "./SiteLogo";
|
83
|
+
export * from "./SocialReaction";
|
84
|
+
export * from "./Storage";
|
85
|
+
export * from "./Store";
|
51
86
|
export * from "./Tags";
|
87
|
+
export * from "./TargetingProperty";
|
88
|
+
export * from "./TargetingPropertyArchive";
|
89
|
+
export * from "./Tenant";
|
52
90
|
export * from "./TenantContact";
|
53
|
-
export * from "./OmniaBlock";
|
54
|
-
export * from "./Dictionary";
|
55
|
-
export * from "./Layout";
|
56
|
-
export * from "./LayoutDefinition";
|
57
|
-
export * from "./Color";
|
58
91
|
export * from "./ThemeDefinition";
|
92
|
+
export * from "./Theming";
|
59
93
|
export * from "./ThemingMenuNode";
|
60
|
-
export * from "./BlockTitleSettings";
|
61
|
-
export * from "./Journey";
|
62
|
-
export * from "./Extends";
|
63
|
-
export * from "./PropertiesBlockStyles";
|
64
|
-
export * from "./IPropertiesApi";
|
65
|
-
export * from "./TokenDefinition";
|
66
|
-
export * from "./AzurePermissionResource";
|
67
|
-
export * from "./AppTemplatePropertySetSetting";
|
68
|
-
export * from "./FileStorage";
|
69
|
-
export * from "./ShapeDividerSettingsModel";
|
70
|
-
export * from "./ValueDefinitionSetting";
|
71
|
-
export * from "./FileUploader";
|
72
94
|
export * from "./TimePeriodSettings";
|
73
|
-
export * from "./
|
74
|
-
export * from "./
|
75
|
-
export * from "./
|
95
|
+
export * from "./TimeZone";
|
96
|
+
export * from "./Token";
|
97
|
+
export * from "./TokenDefinition";
|
98
|
+
export * from "./Translation";
|
76
99
|
export * from "./UrlPropertyValue";
|
77
|
-
export * from "./PropertyArchive";
|
78
|
-
export * from "./TargetingPropertyArchive";
|
79
|
-
export * from "./QueryablePropertyMessage";
|
80
|
-
export * from "./QueryFilter";
|
81
|
-
export * from "./OrganizationTree";
|
82
100
|
export * from "./UserInformation";
|
83
|
-
export * from "./
|
84
|
-
export * from "./
|
85
|
-
export * from "./
|
101
|
+
export * from "./UserdefinedLocalization";
|
102
|
+
export * from "./ValueDefinitionSetting";
|
103
|
+
export * from "./ValueOf";
|
86
104
|
export * from "./VersionedData";
|
87
|
-
export * from "./
|
88
|
-
export * from "./
|
105
|
+
export * from "./WebImage";
|
106
|
+
export * from "./media-picker";
|
89
107
|
export * from "./user-profile";
|
90
|
-
export * from "./Clipboard";
|
91
|
-
export * from "./LinkHandler";
|
92
|
-
export * from "./DateTimeZone";
|
93
|
-
export * from "./AzureAd";
|
94
|
-
export * from "./FilterEngineStyles";
|
95
|
-
export * from "./AiSettings";
|
96
|
-
export * from "./BusinessProfileDallEPromptDefault";
|
97
|
-
export * from "./ISpecialUserConfiguration";
|
98
|
-
export * from "./FileValidationResult";
|
99
|
-
export * from "./Func";
|
100
|
-
export * from "./FilterpickerModel";
|
101
|
-
export * from "./RollupMetricSettings";
|
102
|
-
export * from "./LoginLogItem";
|
103
|
-
export * from "./ChromeLayoutDefinition";
|
104
|
-
export * from "./NullOf";
|
105
|
-
export * from "./NotNullish";
|
106
|
-
export * from "./ValueOf";
|
107
|
-
export * from "./LoginLogFilter";
|
108
|
-
export * from "./ux";
|
109
108
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
110
|
-
export * from "
|
111
|
-
export * from "./richtext-editor-extensions";
|
112
|
-
export * from "./audit-logs";
|
113
|
-
export * from "./system-logs";
|
109
|
+
export * from "@omnia/fx-models/internal-do-not-import-from-here/velcron/core/models";
|
114
110
|
export * from "./Shared";
|
115
|
-
export * from "./
|
116
|
-
export * from "./editor-chrome";
|
117
|
-
export * from "./properties";
|
118
|
-
export * from "./identities";
|
119
|
-
export * from "./enterprise-properties";
|
111
|
+
export * from "./admin";
|
120
112
|
export * from "./apps";
|
121
|
-
export * from "./
|
122
|
-
export * from "./filterengine";
|
123
|
-
export * from "@omnia/fx-models/internal-do-not-import-from-here/velcron/core/models";
|
113
|
+
export * from "./audit-logs";
|
124
114
|
export * from "./auth";
|
125
|
-
export * from "./
|
115
|
+
export * from "./authentication";
|
116
|
+
export * from "./azure-openai";
|
117
|
+
export * from "./bulkimportusers";
|
118
|
+
export * from "./businessprofilesettings";
|
126
119
|
export * from "./componentproptypes";
|
127
|
-
export * from "./oxide";
|
128
120
|
export * from "./docs";
|
129
|
-
export * from "./
|
130
|
-
export * from "./
|
131
|
-
export * from "./
|
121
|
+
export * from "./editor-chrome";
|
122
|
+
export * from "./enterprise-glossary";
|
123
|
+
export * from "./enterprise-properties";
|
124
|
+
export * from "./filterengine";
|
125
|
+
export * from "./identities";
|
126
|
+
export * from "./linkstatus";
|
132
127
|
export * from "./media-gallery";
|
128
|
+
export * from "./mediaflow";
|
133
129
|
export * from "./omniasearch";
|
134
|
-
export * from "./
|
135
|
-
export * from "./
|
136
|
-
export * from "./
|
137
|
-
export * from "./
|
130
|
+
export * from "./oxide";
|
131
|
+
export * from "./properties";
|
132
|
+
export * from "./richtext-editor-extensions";
|
133
|
+
export * from "./sidepanel";
|
138
134
|
export * from "./statuscodelayout";
|
139
|
-
export * from "./
|
135
|
+
export * from "./system-logs";
|
136
|
+
export * from "./ux";
|
137
|
+
export * from "./velcron";
|
138
|
+
export * from "./versionedlayout";
|
140
139
|
export * from "./FileIdentifier";
|
141
|
-
export * from "./
|
140
|
+
export * from "./FilePicker";
|
141
|
+
export * from "./LoginLogFilter";
|
142
|
+
export * from "./LoginLogItem";
|
143
|
+
export * from "./MediaScalingSettings";
|
142
144
|
export * from "./PromotedTagOptions";
|
143
145
|
export * from "./SharepointVideo";
|
146
|
+
export * from "./UserAgent";
|
144
147
|
export * from "./connected-tenants";
|
145
|
-
export * from "./MediaScalingSettings";
|
146
|
-
export * from "./LoginLogItem";
|
147
|
-
export * from "./LoginLogFilter";
|
package/Exposes.js
CHANGED
@@ -5,158 +5,158 @@ const tslib_1 = require("tslib");
|
|
5
5
|
//************************************************************************************ */
|
6
6
|
// NOTE > Direct file exports only
|
7
7
|
//************************************************************************************ */
|
8
|
-
tslib_1.__exportStar(require("./
|
9
|
-
tslib_1.__exportStar(require("./
|
8
|
+
tslib_1.__exportStar(require("./ActionHandler"), exports);
|
9
|
+
tslib_1.__exportStar(require("./AiSettings"), exports);
|
10
|
+
tslib_1.__exportStar(require("./AppManagementSharedStyles"), exports);
|
11
|
+
tslib_1.__exportStar(require("./AppTemplatePropertySetSetting"), exports);
|
12
|
+
tslib_1.__exportStar(require("./AuthenticationLayout"), exports);
|
13
|
+
tslib_1.__exportStar(require("./AzureAd"), exports);
|
14
|
+
tslib_1.__exportStar(require("./AzurePermissionResource"), exports);
|
15
|
+
tslib_1.__exportStar(require("./BladeIds"), exports);
|
16
|
+
tslib_1.__exportStar(require("./BlockTitleSettings"), exports);
|
17
|
+
tslib_1.__exportStar(require("./BusinessProfile"), exports);
|
18
|
+
tslib_1.__exportStar(require("./BusinessProfileDallEPromptDefault"), exports);
|
19
|
+
tslib_1.__exportStar(require("./Button"), exports);
|
20
|
+
tslib_1.__exportStar(require("./ChromeLayoutDefinition"), exports);
|
10
21
|
tslib_1.__exportStar(require("./ClientManifests"), exports);
|
11
|
-
tslib_1.__exportStar(require("./
|
22
|
+
tslib_1.__exportStar(require("./Clipboard"), exports);
|
23
|
+
tslib_1.__exportStar(require("./Color"), exports);
|
24
|
+
tslib_1.__exportStar(require("./CommentLike"), exports);
|
25
|
+
tslib_1.__exportStar(require("./Configuration"), exports);
|
12
26
|
tslib_1.__exportStar(require("./ConfigurationComposer"), exports);
|
13
27
|
tslib_1.__exportStar(require("./Console"), exports);
|
14
|
-
tslib_1.__exportStar(require("./
|
15
|
-
tslib_1.__exportStar(require("./
|
16
|
-
tslib_1.__exportStar(require("./
|
28
|
+
tslib_1.__exportStar(require("./Constants"), exports);
|
29
|
+
tslib_1.__exportStar(require("./Contexts"), exports);
|
30
|
+
tslib_1.__exportStar(require("./Datatable"), exports);
|
31
|
+
tslib_1.__exportStar(require("./DateTimeZone"), exports);
|
32
|
+
tslib_1.__exportStar(require("./Dictionary"), exports);
|
33
|
+
tslib_1.__exportStar(require("./Enums"), exports);
|
34
|
+
tslib_1.__exportStar(require("./Extends"), exports);
|
35
|
+
tslib_1.__exportStar(require("./Extensions"), exports);
|
36
|
+
tslib_1.__exportStar(require("./ExternalLayoutProvider"), exports);
|
37
|
+
tslib_1.__exportStar(require("./Feature"), exports);
|
38
|
+
tslib_1.__exportStar(require("./FileStorage"), exports);
|
39
|
+
tslib_1.__exportStar(require("./FileUploader"), exports);
|
40
|
+
tslib_1.__exportStar(require("./FileValidationResult"), exports);
|
41
|
+
tslib_1.__exportStar(require("./FilterEngineStyles"), exports);
|
42
|
+
tslib_1.__exportStar(require("./FilterpickerModel"), exports);
|
43
|
+
tslib_1.__exportStar(require("./Func"), exports);
|
17
44
|
tslib_1.__exportStar(require("./Http"), exports);
|
18
|
-
tslib_1.__exportStar(require("./
|
19
|
-
tslib_1.__exportStar(require("./
|
45
|
+
tslib_1.__exportStar(require("./IPagingable"), exports);
|
46
|
+
tslib_1.__exportStar(require("./IPropertiesApi"), exports);
|
47
|
+
tslib_1.__exportStar(require("./ISpecialUserConfiguration"), exports);
|
20
48
|
tslib_1.__exportStar(require("./Icon"), exports);
|
21
|
-
tslib_1.__exportStar(require("./Routing"), exports);
|
22
|
-
tslib_1.__exportStar(require("./RichTextEditorExtension"), exports);
|
23
|
-
tslib_1.__exportStar(require("./ManifestIds"), exports);
|
24
|
-
tslib_1.__exportStar(require("./BladeIds"), exports);
|
25
|
-
tslib_1.__exportStar(require("./BusinessProfile"), exports);
|
26
|
-
tslib_1.__exportStar(require("./media-picker"), exports);
|
27
49
|
tslib_1.__exportStar(require("./ImageModel"), exports);
|
50
|
+
tslib_1.__exportStar(require("./ItemQuery"), exports);
|
51
|
+
tslib_1.__exportStar(require("./Journey"), exports);
|
52
|
+
tslib_1.__exportStar(require("./Language"), exports);
|
53
|
+
tslib_1.__exportStar(require("./Layout"), exports);
|
54
|
+
tslib_1.__exportStar(require("./LayoutDefinition"), exports);
|
55
|
+
tslib_1.__exportStar(require("./LikeActionSettings"), exports);
|
56
|
+
tslib_1.__exportStar(require("./LinkHandler"), exports);
|
57
|
+
tslib_1.__exportStar(require("./LoginLogFilter"), exports);
|
58
|
+
tslib_1.__exportStar(require("./LoginLogItem"), exports);
|
59
|
+
tslib_1.__exportStar(require("./ManifestIds"), exports);
|
60
|
+
tslib_1.__exportStar(require("./Messaging"), exports);
|
28
61
|
tslib_1.__exportStar(require("./MicrosoftStreamModel"), exports);
|
29
|
-
tslib_1.__exportStar(require("./
|
30
|
-
tslib_1.__exportStar(require("./Theming"), exports);
|
31
|
-
tslib_1.__exportStar(require("./ExternalLayoutProvider"), exports);
|
32
|
-
tslib_1.__exportStar(require("./AuthenticationLayout"), exports);
|
62
|
+
tslib_1.__exportStar(require("./MultilingualString"), exports);
|
33
63
|
tslib_1.__exportStar(require("./NamedProperty"), exports);
|
34
|
-
tslib_1.__exportStar(require("./
|
35
|
-
tslib_1.__exportStar(require("./
|
36
|
-
tslib_1.__exportStar(require("./
|
37
|
-
tslib_1.__exportStar(require("./
|
38
|
-
tslib_1.__exportStar(require("./
|
39
|
-
tslib_1.__exportStar(require("./
|
40
|
-
tslib_1.__exportStar(require("./Store"), exports);
|
41
|
-
tslib_1.__exportStar(require("./SiteLogo"), exports);
|
64
|
+
tslib_1.__exportStar(require("./NotNullish"), exports);
|
65
|
+
tslib_1.__exportStar(require("./NullOf"), exports);
|
66
|
+
tslib_1.__exportStar(require("./OmniaBlock"), exports);
|
67
|
+
tslib_1.__exportStar(require("./OrganizationTree"), exports);
|
68
|
+
tslib_1.__exportStar(require("./PastedMenuToolbar"), exports);
|
69
|
+
tslib_1.__exportStar(require("./PermissionContextParam"), exports);
|
42
70
|
tslib_1.__exportStar(require("./PermissionInputSettings"), exports);
|
43
|
-
tslib_1.__exportStar(require("./
|
44
|
-
tslib_1.__exportStar(require("./
|
45
|
-
tslib_1.__exportStar(require("./
|
46
|
-
tslib_1.__exportStar(require("./
|
71
|
+
tslib_1.__exportStar(require("./Post"), exports);
|
72
|
+
tslib_1.__exportStar(require("./ProfileCardScopedSlots"), exports);
|
73
|
+
tslib_1.__exportStar(require("./PropertiesBlockStyles"), exports);
|
74
|
+
tslib_1.__exportStar(require("./PropertyArchive"), exports);
|
75
|
+
tslib_1.__exportStar(require("./QueryFilter"), exports);
|
76
|
+
tslib_1.__exportStar(require("./QueryablePropertyMessage"), exports);
|
47
77
|
tslib_1.__exportStar(require("./Queue"), exports);
|
48
|
-
tslib_1.__exportStar(require("./
|
49
|
-
tslib_1.__exportStar(require("./
|
50
|
-
tslib_1.__exportStar(require("./AppManagementSharedStyles"), exports);
|
78
|
+
tslib_1.__exportStar(require("./RichTextEditorExtension"), exports);
|
79
|
+
tslib_1.__exportStar(require("./RollupMetricSettings"), exports);
|
51
80
|
tslib_1.__exportStar(require("./RollupQuery"), exports);
|
52
|
-
tslib_1.__exportStar(require("./
|
81
|
+
tslib_1.__exportStar(require("./Routing"), exports);
|
53
82
|
tslib_1.__exportStar(require("./Secrets"), exports);
|
54
|
-
tslib_1.__exportStar(require("./
|
55
|
-
tslib_1.__exportStar(require("./
|
56
|
-
tslib_1.__exportStar(require("./
|
83
|
+
tslib_1.__exportStar(require("./Security"), exports);
|
84
|
+
tslib_1.__exportStar(require("./SecurityContextParamRegistrationHandler"), exports);
|
85
|
+
tslib_1.__exportStar(require("./ServiceParam"), exports);
|
86
|
+
tslib_1.__exportStar(require("./Settings"), exports);
|
87
|
+
tslib_1.__exportStar(require("./ShapeDividerSettingsModel"), exports);
|
88
|
+
tslib_1.__exportStar(require("./SiteLogo"), exports);
|
89
|
+
tslib_1.__exportStar(require("./SocialReaction"), exports);
|
90
|
+
tslib_1.__exportStar(require("./Storage"), exports);
|
91
|
+
tslib_1.__exportStar(require("./Store"), exports);
|
57
92
|
tslib_1.__exportStar(require("./Tags"), exports);
|
93
|
+
tslib_1.__exportStar(require("./TargetingProperty"), exports);
|
94
|
+
tslib_1.__exportStar(require("./TargetingPropertyArchive"), exports);
|
95
|
+
tslib_1.__exportStar(require("./Tenant"), exports);
|
58
96
|
tslib_1.__exportStar(require("./TenantContact"), exports);
|
59
|
-
tslib_1.__exportStar(require("./OmniaBlock"), exports);
|
60
|
-
tslib_1.__exportStar(require("./Dictionary"), exports);
|
61
|
-
tslib_1.__exportStar(require("./Layout"), exports);
|
62
|
-
tslib_1.__exportStar(require("./LayoutDefinition"), exports);
|
63
|
-
tslib_1.__exportStar(require("./Color"), exports);
|
64
97
|
tslib_1.__exportStar(require("./ThemeDefinition"), exports);
|
98
|
+
tslib_1.__exportStar(require("./Theming"), exports);
|
65
99
|
tslib_1.__exportStar(require("./ThemingMenuNode"), exports);
|
66
|
-
tslib_1.__exportStar(require("./BlockTitleSettings"), exports);
|
67
|
-
tslib_1.__exportStar(require("./Journey"), exports);
|
68
|
-
tslib_1.__exportStar(require("./Extends"), exports);
|
69
|
-
tslib_1.__exportStar(require("./PropertiesBlockStyles"), exports);
|
70
|
-
tslib_1.__exportStar(require("./IPropertiesApi"), exports);
|
71
|
-
tslib_1.__exportStar(require("./TokenDefinition"), exports);
|
72
|
-
tslib_1.__exportStar(require("./AzurePermissionResource"), exports);
|
73
|
-
tslib_1.__exportStar(require("./AppTemplatePropertySetSetting"), exports);
|
74
|
-
tslib_1.__exportStar(require("./FileStorage"), exports);
|
75
|
-
tslib_1.__exportStar(require("./ShapeDividerSettingsModel"), exports);
|
76
|
-
tslib_1.__exportStar(require("./ValueDefinitionSetting"), exports);
|
77
|
-
tslib_1.__exportStar(require("./FileUploader"), exports);
|
78
100
|
tslib_1.__exportStar(require("./TimePeriodSettings"), exports);
|
79
|
-
tslib_1.__exportStar(require("./
|
80
|
-
tslib_1.__exportStar(require("./
|
81
|
-
tslib_1.__exportStar(require("./
|
101
|
+
tslib_1.__exportStar(require("./TimeZone"), exports);
|
102
|
+
tslib_1.__exportStar(require("./Token"), exports);
|
103
|
+
tslib_1.__exportStar(require("./TokenDefinition"), exports);
|
104
|
+
tslib_1.__exportStar(require("./Translation"), exports);
|
82
105
|
tslib_1.__exportStar(require("./UrlPropertyValue"), exports);
|
83
|
-
tslib_1.__exportStar(require("./PropertyArchive"), exports);
|
84
|
-
tslib_1.__exportStar(require("./TargetingPropertyArchive"), exports);
|
85
|
-
tslib_1.__exportStar(require("./QueryablePropertyMessage"), exports);
|
86
|
-
tslib_1.__exportStar(require("./QueryFilter"), exports);
|
87
|
-
tslib_1.__exportStar(require("./OrganizationTree"), exports);
|
88
106
|
tslib_1.__exportStar(require("./UserInformation"), exports);
|
89
|
-
tslib_1.__exportStar(require("./
|
90
|
-
tslib_1.__exportStar(require("./
|
91
|
-
tslib_1.__exportStar(require("./
|
107
|
+
tslib_1.__exportStar(require("./UserdefinedLocalization"), exports);
|
108
|
+
tslib_1.__exportStar(require("./ValueDefinitionSetting"), exports);
|
109
|
+
tslib_1.__exportStar(require("./ValueOf"), exports);
|
92
110
|
tslib_1.__exportStar(require("./VersionedData"), exports);
|
93
|
-
tslib_1.__exportStar(require("./
|
94
|
-
tslib_1.__exportStar(require("./
|
111
|
+
tslib_1.__exportStar(require("./WebImage"), exports);
|
112
|
+
tslib_1.__exportStar(require("./media-picker"), exports);
|
95
113
|
tslib_1.__exportStar(require("./user-profile"), exports);
|
96
|
-
tslib_1.__exportStar(require("./Clipboard"), exports);
|
97
|
-
tslib_1.__exportStar(require("./LinkHandler"), exports);
|
98
|
-
tslib_1.__exportStar(require("./DateTimeZone"), exports);
|
99
|
-
tslib_1.__exportStar(require("./AzureAd"), exports);
|
100
|
-
tslib_1.__exportStar(require("./FilterEngineStyles"), exports);
|
101
|
-
tslib_1.__exportStar(require("./AiSettings"), exports);
|
102
|
-
tslib_1.__exportStar(require("./BusinessProfileDallEPromptDefault"), exports);
|
103
|
-
tslib_1.__exportStar(require("./ISpecialUserConfiguration"), exports);
|
104
|
-
tslib_1.__exportStar(require("./FileValidationResult"), exports);
|
105
|
-
tslib_1.__exportStar(require("./Func"), exports);
|
106
|
-
tslib_1.__exportStar(require("./FilterpickerModel"), exports);
|
107
|
-
tslib_1.__exportStar(require("./RollupMetricSettings"), exports);
|
108
|
-
tslib_1.__exportStar(require("./LoginLogItem"), exports);
|
109
|
-
tslib_1.__exportStar(require("./ChromeLayoutDefinition"), exports);
|
110
|
-
tslib_1.__exportStar(require("./NullOf"), exports);
|
111
|
-
tslib_1.__exportStar(require("./NotNullish"), exports);
|
112
|
-
tslib_1.__exportStar(require("./ValueOf"), exports);
|
113
|
-
tslib_1.__exportStar(require("./LoginLogFilter"), exports);
|
114
114
|
//************************************************************************************ */
|
115
115
|
// End of file exports
|
116
116
|
//************************************************************************************ */
|
117
117
|
//************************************************************************************ */
|
118
118
|
//NOTE > folder exports using index.ts here only
|
119
119
|
//************************************************************************************ */
|
120
|
-
tslib_1.__exportStar(require("./ux"), exports);
|
121
120
|
tslib_1.__exportStar(require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"), exports);
|
122
|
-
tslib_1.__exportStar(require("
|
123
|
-
tslib_1.__exportStar(require("./richtext-editor-extensions"), exports);
|
124
|
-
tslib_1.__exportStar(require("./audit-logs"), exports);
|
125
|
-
tslib_1.__exportStar(require("./system-logs"), exports);
|
121
|
+
tslib_1.__exportStar(require("@omnia/fx-models/internal-do-not-import-from-here/velcron/core/models"), exports);
|
126
122
|
tslib_1.__exportStar(require("./Shared"), exports);
|
127
|
-
tslib_1.__exportStar(require("./
|
128
|
-
tslib_1.__exportStar(require("./editor-chrome"), exports);
|
129
|
-
tslib_1.__exportStar(require("./properties"), exports);
|
130
|
-
tslib_1.__exportStar(require("./identities"), exports);
|
131
|
-
tslib_1.__exportStar(require("./enterprise-properties"), exports);
|
123
|
+
tslib_1.__exportStar(require("./admin"), exports);
|
132
124
|
tslib_1.__exportStar(require("./apps"), exports);
|
133
|
-
tslib_1.__exportStar(require("./
|
134
|
-
tslib_1.__exportStar(require("./filterengine"), exports);
|
135
|
-
tslib_1.__exportStar(require("@omnia/fx-models/internal-do-not-import-from-here/velcron/core/models"), exports);
|
125
|
+
tslib_1.__exportStar(require("./audit-logs"), exports);
|
136
126
|
tslib_1.__exportStar(require("./auth"), exports);
|
137
|
-
tslib_1.__exportStar(require("./
|
127
|
+
tslib_1.__exportStar(require("./authentication"), exports);
|
128
|
+
tslib_1.__exportStar(require("./azure-openai"), exports);
|
129
|
+
tslib_1.__exportStar(require("./bulkimportusers"), exports);
|
130
|
+
tslib_1.__exportStar(require("./businessprofilesettings"), exports);
|
138
131
|
tslib_1.__exportStar(require("./componentproptypes"), exports);
|
139
|
-
tslib_1.__exportStar(require("./oxide"), exports);
|
140
132
|
tslib_1.__exportStar(require("./docs"), exports);
|
141
|
-
tslib_1.__exportStar(require("./
|
142
|
-
tslib_1.__exportStar(require("./
|
143
|
-
tslib_1.__exportStar(require("./
|
133
|
+
tslib_1.__exportStar(require("./editor-chrome"), exports);
|
134
|
+
tslib_1.__exportStar(require("./enterprise-glossary"), exports);
|
135
|
+
tslib_1.__exportStar(require("./enterprise-properties"), exports);
|
136
|
+
tslib_1.__exportStar(require("./filterengine"), exports);
|
137
|
+
tslib_1.__exportStar(require("./identities"), exports);
|
138
|
+
tslib_1.__exportStar(require("./linkstatus"), exports);
|
144
139
|
tslib_1.__exportStar(require("./media-gallery"), exports);
|
140
|
+
tslib_1.__exportStar(require("./mediaflow"), exports);
|
145
141
|
tslib_1.__exportStar(require("./omniasearch"), exports);
|
146
|
-
tslib_1.__exportStar(require("./
|
147
|
-
tslib_1.__exportStar(require("./
|
148
|
-
tslib_1.__exportStar(require("./
|
149
|
-
tslib_1.__exportStar(require("./
|
142
|
+
tslib_1.__exportStar(require("./oxide"), exports);
|
143
|
+
tslib_1.__exportStar(require("./properties"), exports);
|
144
|
+
tslib_1.__exportStar(require("./richtext-editor-extensions"), exports);
|
145
|
+
tslib_1.__exportStar(require("./sidepanel"), exports);
|
150
146
|
tslib_1.__exportStar(require("./statuscodelayout"), exports);
|
147
|
+
tslib_1.__exportStar(require("./system-logs"), exports);
|
148
|
+
tslib_1.__exportStar(require("./ux"), exports);
|
149
|
+
tslib_1.__exportStar(require("./velcron"), exports);
|
150
|
+
tslib_1.__exportStar(require("./versionedlayout"), exports);
|
151
151
|
//************************************************************************************ */
|
152
152
|
// End of folder exports
|
153
153
|
//************************************************************************************ */
|
154
|
-
tslib_1.__exportStar(require("./FilePicker"), exports);
|
155
154
|
tslib_1.__exportStar(require("./FileIdentifier"), exports);
|
156
|
-
tslib_1.__exportStar(require("./
|
155
|
+
tslib_1.__exportStar(require("./FilePicker"), exports);
|
156
|
+
tslib_1.__exportStar(require("./LoginLogFilter"), exports);
|
157
|
+
tslib_1.__exportStar(require("./LoginLogItem"), exports);
|
158
|
+
tslib_1.__exportStar(require("./MediaScalingSettings"), exports);
|
157
159
|
tslib_1.__exportStar(require("./PromotedTagOptions"), exports);
|
158
160
|
tslib_1.__exportStar(require("./SharepointVideo"), exports);
|
161
|
+
tslib_1.__exportStar(require("./UserAgent"), exports);
|
159
162
|
tslib_1.__exportStar(require("./connected-tenants"), exports);
|
160
|
-
tslib_1.__exportStar(require("./MediaScalingSettings"), exports);
|
161
|
-
tslib_1.__exportStar(require("./LoginLogItem"), exports);
|
162
|
-
tslib_1.__exportStar(require("./LoginLogFilter"), exports);
|
package/ManifestIds.d.ts
CHANGED
@@ -365,6 +365,7 @@ export declare class OmniaWebComponentManifests {
|
|
365
365
|
static get FxUxRichTextFieldEdit(): Guid;
|
366
366
|
static get FxUxRichTextEditorSettingsComponent(): Guid;
|
367
367
|
static get FxUxRichTextEditorComponent(): Guid;
|
368
|
+
static get FxUxRichTextEditorRendererCore(): Guid;
|
368
369
|
static get FxUxRichTextEditorRendererComponent(): Guid;
|
369
370
|
static get FxUxNumberFieldEdit(): Guid;
|
370
371
|
static get FxUxLanguageFieldEdit(): Guid;
|
package/ManifestIds.js
CHANGED
@@ -1115,6 +1115,9 @@ class OmniaWebComponentManifests {
|
|
1115
1115
|
static get FxUxRichTextEditorComponent() {
|
1116
1116
|
return new models_1.Guid("7474E750-42E3-47B4-821B-BAFDB1CB4EE0");
|
1117
1117
|
}
|
1118
|
+
static get FxUxRichTextEditorRendererCore() {
|
1119
|
+
return new models_1.Guid("00229728-8ae3-4e53-acc2-872d00db341f");
|
1120
|
+
}
|
1118
1121
|
static get FxUxRichTextEditorRendererComponent() {
|
1119
1122
|
return new models_1.Guid("c3804d46-bde1-4e61-961f-7de5ad9128d2");
|
1120
1123
|
}
|
package/filterengine/Shared.d.ts
CHANGED
@@ -313,6 +313,7 @@ export declare abstract class FilterEngineContext {
|
|
313
313
|
getExcludedPropertyTypeIds(): GuidValue[];
|
314
314
|
readonly abstract uniqueId: string;
|
315
315
|
readonly supportFullTextSearch: boolean;
|
316
|
+
readonly isSortableRefinementValue: boolean;
|
316
317
|
}
|
317
318
|
export declare abstract class DbQueryFilterEngineContext extends FilterEngineContext {
|
318
319
|
componentId: string;
|
package/filterengine/Shared.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { IFontAwesomeIcon } from "@omnia/fx-models";
|
2
2
|
import { DynamicState } from "../DynamicState";
|
3
|
-
import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnPersistingStateEvent, VelcronOnSavingEvent } from "./VelcronEvents";
|
3
|
+
import { VelcronEvent, VelcronOnActiveEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnPersistingStateEvent, VelcronOnSavingEvent } from "./VelcronEvents";
|
4
4
|
/**
|
5
5
|
* Velcron definition base
|
6
6
|
*/
|
@@ -31,9 +31,11 @@ export interface VelcronSpacing {
|
|
31
31
|
bottom?: number | string;
|
32
32
|
left?: number | string;
|
33
33
|
}
|
34
|
+
export type VelcronSpacingTypes = "inner" | "layout";
|
34
35
|
interface VelcronDimensionStyling {
|
35
36
|
margin?: VelcronSpacing;
|
36
37
|
padding?: VelcronSpacing;
|
38
|
+
spacingType?: VelcronSpacingTypes;
|
37
39
|
}
|
38
40
|
export interface VelcronStyling {
|
39
41
|
margin?: number;
|
@@ -75,7 +77,7 @@ export interface VelcronAppDefinition<TState extends DynamicState = DynamicState
|
|
75
77
|
version?: string;
|
76
78
|
name?: string;
|
77
79
|
body?: Array<VelcronDefinition>;
|
78
|
-
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent & VelcronOnSavingEvent & VelcronOnPersistingStateEvent;
|
80
|
+
events?: VelcronOnLoadEvent & VelcronOnEditModeEvent & VelcronOnSavingEvent & VelcronOnPersistingStateEvent & VelcronOnActiveEvent;
|
79
81
|
actions?: {
|
80
82
|
[name: string]: Array<string>;
|
81
83
|
};
|
@@ -7,6 +7,9 @@ export type VelcronOnLoadEvent = {
|
|
7
7
|
export type VelcronOnSavingEvent = {
|
8
8
|
onSaving?: Array<string>;
|
9
9
|
};
|
10
|
+
export type VelcronOnActiveEvent = {
|
11
|
+
onActive?: Array<string>;
|
12
|
+
};
|
10
13
|
export type VelcronOnPersistingStateEvent = {
|
11
14
|
onPersistState?: Array<string>;
|
12
15
|
onRestoreState?: Array<string>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint, BackgroundDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint, BackgroundDefinition, VelcronStateEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, useVelcronThemingStore } from "..";
|
@@ -35,6 +35,7 @@ export interface BuiltInComponentRenderers {
|
|
35
35
|
"rive": unknown;
|
36
36
|
"lottie": unknown;
|
37
37
|
"slide-panel": unknown;
|
38
|
+
"editor": unknown;
|
38
39
|
}
|
39
40
|
export interface ColorSchemaReference {
|
40
41
|
name: string;
|
@@ -63,7 +64,8 @@ export interface VelcronRenderContext {
|
|
63
64
|
parent?: VelcronRenderContext;
|
64
65
|
hooks?: VelcronRenderContextHooks;
|
65
66
|
eventHandlers?: VelcronRenderContextEventHandlersInstance;
|
66
|
-
|
67
|
+
$editmode?: boolean;
|
68
|
+
$active?: boolean;
|
67
69
|
disposers: Array<() => void>;
|
68
70
|
subApp?: boolean;
|
69
71
|
}
|
@@ -293,6 +295,12 @@ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
|
|
293
295
|
style?: VelcronCardStyling;
|
294
296
|
events?: VelcronOnPressEvent;
|
295
297
|
}
|
298
|
+
export interface VelcronEditorDefinition extends VelcronDefinition {
|
299
|
+
type: "editor";
|
300
|
+
editor: VelcronStateEditor;
|
301
|
+
value: VelcronBindableProp<string>;
|
302
|
+
events?: VelcronOnUpdatedEvent;
|
303
|
+
}
|
296
304
|
export interface VelcronDimensions {
|
297
305
|
top: number | string;
|
298
306
|
right: number | string;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { Identity } from "../Exposes";
|
2
|
+
export interface ReindexOmniaSearchUser {
|
3
|
+
id: number;
|
4
|
+
status: ReindexOmniaSearchUserStatus;
|
5
|
+
createdAt: string;
|
6
|
+
createdBy: Identity;
|
7
|
+
modifiedAt: string;
|
8
|
+
modifiedBy: Identity;
|
9
|
+
error?: string;
|
10
|
+
resourceId?: string;
|
11
|
+
content: ReindexOmniaSearchUserLogContent;
|
12
|
+
}
|
13
|
+
export declare enum ReindexOmniaSearchUserStatus {
|
14
|
+
Unassigned = 0,
|
15
|
+
Assigned = 1,
|
16
|
+
Success = 2,
|
17
|
+
Exception = 3
|
18
|
+
}
|
19
|
+
export interface ReindexOmniaSearchUserLogResult {
|
20
|
+
total: number;
|
21
|
+
value: ReindexOmniaSearchUser[];
|
22
|
+
}
|
23
|
+
export declare enum ReindexOmniaSearchUserLogSortColumn {
|
24
|
+
Started = 1,
|
25
|
+
Ended = 2,
|
26
|
+
Status = 3
|
27
|
+
}
|
28
|
+
export interface ReindexOmniaSearchUserLogContent {
|
29
|
+
totalUserChanges: number;
|
30
|
+
totalUpdatedUsers: number;
|
31
|
+
totalDeletedUsers: number;
|
32
|
+
totalUpdatedUsersSuccess: number;
|
33
|
+
totalDeletedUsersSuccess: number;
|
34
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ReindexOmniaSearchUserLogSortColumn = exports.ReindexOmniaSearchUserStatus = void 0;
|
4
|
+
var ReindexOmniaSearchUserStatus;
|
5
|
+
(function (ReindexOmniaSearchUserStatus) {
|
6
|
+
ReindexOmniaSearchUserStatus[ReindexOmniaSearchUserStatus["Unassigned"] = 0] = "Unassigned";
|
7
|
+
ReindexOmniaSearchUserStatus[ReindexOmniaSearchUserStatus["Assigned"] = 1] = "Assigned";
|
8
|
+
ReindexOmniaSearchUserStatus[ReindexOmniaSearchUserStatus["Success"] = 2] = "Success";
|
9
|
+
ReindexOmniaSearchUserStatus[ReindexOmniaSearchUserStatus["Exception"] = 3] = "Exception";
|
10
|
+
})(ReindexOmniaSearchUserStatus || (exports.ReindexOmniaSearchUserStatus = ReindexOmniaSearchUserStatus = {}));
|
11
|
+
var ReindexOmniaSearchUserLogSortColumn;
|
12
|
+
(function (ReindexOmniaSearchUserLogSortColumn) {
|
13
|
+
ReindexOmniaSearchUserLogSortColumn[ReindexOmniaSearchUserLogSortColumn["Started"] = 1] = "Started";
|
14
|
+
ReindexOmniaSearchUserLogSortColumn[ReindexOmniaSearchUserLogSortColumn["Ended"] = 2] = "Ended";
|
15
|
+
ReindexOmniaSearchUserLogSortColumn[ReindexOmniaSearchUserLogSortColumn["Status"] = 3] = "Status";
|
16
|
+
})(ReindexOmniaSearchUserLogSortColumn || (exports.ReindexOmniaSearchUserLogSortColumn = ReindexOmniaSearchUserLogSortColumn = {}));
|
@@ -4,14 +4,14 @@ export interface SearchUserQuery {
|
|
4
4
|
hitsPerPage: number;
|
5
5
|
nextPage?: number;
|
6
6
|
sorts?: Array<SourceRelatedOmniaSortProperty>;
|
7
|
-
|
7
|
+
filters?: Array<Array<ConditionalSearchProperty>>;
|
8
8
|
refiners?: Array<SourceRelatedOmniaRefinerProperty>;
|
9
9
|
}
|
10
|
-
export interface
|
11
|
-
operator:
|
10
|
+
export interface ConditionalSearchProperty {
|
11
|
+
operator: ConditionalOperator;
|
12
12
|
sourceRelatedOmniaSearchProperty: SourceRelatedOmniaSearchProperty;
|
13
13
|
}
|
14
|
-
export declare enum
|
14
|
+
export declare enum ConditionalOperator {
|
15
15
|
Equals = 0,
|
16
16
|
GreaterThan = 1,
|
17
17
|
GreaterThanOrEqual = 2,
|
@@ -1,11 +1,11 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
var
|
5
|
-
(function (
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
})(
|
3
|
+
exports.ConditionalOperator = void 0;
|
4
|
+
var ConditionalOperator;
|
5
|
+
(function (ConditionalOperator) {
|
6
|
+
ConditionalOperator[ConditionalOperator["Equals"] = 0] = "Equals";
|
7
|
+
ConditionalOperator[ConditionalOperator["GreaterThan"] = 1] = "GreaterThan";
|
8
|
+
ConditionalOperator[ConditionalOperator["GreaterThanOrEqual"] = 2] = "GreaterThanOrEqual";
|
9
|
+
ConditionalOperator[ConditionalOperator["LessThan"] = 3] = "LessThan";
|
10
|
+
ConditionalOperator[ConditionalOperator["LessThanOrEqual"] = 4] = "LessThanOrEqual";
|
11
|
+
})(ConditionalOperator || (exports.ConditionalOperator = ConditionalOperator = {}));
|
package/omniasearch/index.d.ts
CHANGED
package/omniasearch/index.js
CHANGED
@@ -19,3 +19,5 @@ tslib_1.__exportStar(require("./RefinerProperty"), exports);
|
|
19
19
|
tslib_1.__exportStar(require("./SearchUserIdentity"), exports);
|
20
20
|
tslib_1.__exportStar(require("./PagedOmniaSearchResult"), exports);
|
21
21
|
tslib_1.__exportStar(require("./SearchUserQuery"), exports);
|
22
|
+
tslib_1.__exportStar(require("./OmniaRefiner"), exports);
|
23
|
+
tslib_1.__exportStar(require("./OmniaSearchUser"), exports);
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DynamicState, GuidValue, ThemeDefinitionV2, VelcronAppDefinition } from "..";
|
2
|
-
export type VelcronDefitinionRegistrationsTypes = "content" | "card" | "header" | "general" | "property" | "block-header" | "social";
|
2
|
+
export type VelcronDefitinionRegistrationsTypes = "content" | "card" | "header" | "general" | "property" | "block-header" | "social" | "spacing";
|
3
3
|
export interface VelcronDefinitionRegistration<TDefinitionState extends DynamicState = DynamicState> {
|
4
4
|
id: GuidValue;
|
5
5
|
definition: VelcronAppDefinition<TDefinitionState>;
|