@omnia/fx-models 8.0.161-dev → 8.0.163-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/Exposes.d.ts +113 -113
- package/Exposes.js +112 -112
- package/ManifestIds.d.ts +1 -0
- package/ManifestIds.js +3 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +3 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +0 -87
- package/internal-do-not-import-from-here/velcron/core/models/VelcronState.d.ts +201 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronState.js +91 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.js +1 -0
- package/omniasearch/OmniaUserSource.d.ts +7 -2
- package/omniasearch/OmniaUserSource.js +13 -5
- package/oxide/OxideTypeDefinitions.d.ts +1 -1
- package/oxide/OxideTypeDefinitions.js +1 -1
- package/package.json +1 -1
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
|
}
|
@@ -61,10 +61,11 @@ export interface VelcronComponentDefinition extends VelcronDefinition {
|
|
61
61
|
}
|
62
62
|
export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
|
63
63
|
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "spacing" | "color-schema-type" | "container" | "reference";
|
64
|
-
export interface
|
64
|
+
export interface VelcronEditor<TSettings = any> {
|
65
65
|
name?: string;
|
66
66
|
icon?: IFontAwesomeIcon;
|
67
67
|
category?: string;
|
68
|
+
locations?: ("inline" | "pane" | "menu")[];
|
68
69
|
type: BuiltInPropertyEditorType | string;
|
69
70
|
settings?: TSettings;
|
70
71
|
stateMapping?: string;
|
@@ -82,7 +83,7 @@ export interface VelcronAppDefinition<TState extends DynamicState = DynamicState
|
|
82
83
|
[name: string]: Array<string>;
|
83
84
|
};
|
84
85
|
components?: Array<VelcronCustomComponentDefinition>;
|
85
|
-
editors?: Array<
|
86
|
+
editors?: Array<VelcronEditor>;
|
86
87
|
state?: TState;
|
87
88
|
computed?: {
|
88
89
|
[name: string]: Array<string>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint, BackgroundDefinition,
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint, BackgroundDefinition, VelcronEditor } 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 "..";
|
@@ -295,9 +295,9 @@ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
|
|
295
295
|
style?: VelcronCardStyling;
|
296
296
|
events?: VelcronOnPressEvent;
|
297
297
|
}
|
298
|
-
export interface
|
298
|
+
export interface VelcronEditorRendererDefinition extends VelcronDefinition {
|
299
299
|
type: "editor";
|
300
|
-
editor:
|
300
|
+
editor: VelcronEditor;
|
301
301
|
value: VelcronBindableProp<string>;
|
302
302
|
events?: VelcronOnUpdatedEvent;
|
303
303
|
}
|
@@ -326,7 +326,7 @@ export interface VelcronSlotDefinition extends VelcronDefinition {
|
|
326
326
|
}
|
327
327
|
export interface VelcronReferenceDefinition extends VelcronDefinition {
|
328
328
|
type: "reference";
|
329
|
-
to: VelcronRendererResolverReference
|
329
|
+
to: VelcronBindableProp<VelcronRendererResolverReference>;
|
330
330
|
state: string;
|
331
331
|
}
|
332
332
|
export interface VelcronPropertyDefinition extends VelcronDefinitionWithEditMode {
|