@omnia/fx-models 8.0.151-dev → 8.0.152-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/Layout.d.ts +1 -15
- package/Layout.js +1 -2
- package/ManifestIds.d.ts +1 -1
- package/ManifestIds.js +1 -1
- package/chromeprovider/ChromeProvider.d.ts +8 -0
- package/chromeprovider/ChromeProvider.js +6 -0
- package/chromeprovider/index.d.ts +1 -0
- package/chromeprovider/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +26 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +5 -3
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +15 -3
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -42
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +15 -16
- package/package.json +1 -1
- package/ux/DynamicPlaceholderApi.d.ts +37 -0
- package/ux/DynamicPlaceholderApi.js +2 -0
- package/ux/LayoutCanvasApi.d.ts +2 -30
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/Layout.d.ts
CHANGED
@@ -115,8 +115,7 @@ export declare enum SectionTypes {
|
|
115
115
|
Tab = 2,
|
116
116
|
Accordion = 3,
|
117
117
|
Stepper = 4,
|
118
|
-
|
119
|
-
Slider = 6
|
118
|
+
Slider = 5
|
120
119
|
}
|
121
120
|
export interface Section<T extends SectionSettings = SectionSettings> extends LayoutItem {
|
122
121
|
name?: string;
|
@@ -201,19 +200,6 @@ export interface AccordionedSectionSettings extends SectionSettings {
|
|
201
200
|
flatHeader: boolean;
|
202
201
|
singleSelect: boolean;
|
203
202
|
}
|
204
|
-
export interface PlaceHolderLayoutRegistration {
|
205
|
-
id: GuidValue;
|
206
|
-
title: string;
|
207
|
-
}
|
208
|
-
export interface PlaceHolderSectionSettings extends SectionSettings {
|
209
|
-
placeHolderLayoutRegistrationId: GuidValue;
|
210
|
-
}
|
211
|
-
export interface PlaceHolderSectionItemSettings extends SectionItemSettings {
|
212
|
-
type: SectionTypes.PlaceHolder;
|
213
|
-
size: string;
|
214
|
-
minWidth: number;
|
215
|
-
chrome: string;
|
216
|
-
}
|
217
203
|
export interface StepperSectionSettings extends SectionSettings {
|
218
204
|
type: SectionTypes.Stepper;
|
219
205
|
vertical: boolean;
|
package/Layout.js
CHANGED
@@ -7,8 +7,7 @@ var SectionTypes;
|
|
7
7
|
SectionTypes[SectionTypes["Tab"] = 2] = "Tab";
|
8
8
|
SectionTypes[SectionTypes["Accordion"] = 3] = "Accordion";
|
9
9
|
SectionTypes[SectionTypes["Stepper"] = 4] = "Stepper";
|
10
|
-
SectionTypes[SectionTypes["
|
11
|
-
SectionTypes[SectionTypes["Slider"] = 6] = "Slider";
|
10
|
+
SectionTypes[SectionTypes["Slider"] = 5] = "Slider";
|
12
11
|
})(SectionTypes || (exports.SectionTypes = SectionTypes = {}));
|
13
12
|
var JsonNullValueHandling;
|
14
13
|
(function (JsonNullValueHandling) {
|
package/ManifestIds.d.ts
CHANGED
@@ -19,7 +19,7 @@ export declare class OmniaResourceManifests {
|
|
19
19
|
static get LayoutCanvasShared(): Guid;
|
20
20
|
static get AwesomeProFont(): Guid;
|
21
21
|
static get FxUxVuetifyShared(): Guid;
|
22
|
-
static get
|
22
|
+
static get DynamicPlaceholderApis(): Guid;
|
23
23
|
static get AppPlaceHolderApis(): Guid;
|
24
24
|
static get FxUxVuetifyCommon(): Guid;
|
25
25
|
static get FxUxMonacoEditor(): Guid;
|
package/ManifestIds.js
CHANGED
@@ -55,7 +55,7 @@ class OmniaResourceManifests {
|
|
55
55
|
static get FxUxVuetifyShared() {
|
56
56
|
return new models_1.Guid("8769dc42-712d-4ce2-8d32-4b8604b92ae6");
|
57
57
|
}
|
58
|
-
static get
|
58
|
+
static get DynamicPlaceholderApis() {
|
59
59
|
return new models_1.Guid("9f2c7a3b-c455-461a-b9e6-b05dcdf37aa1");
|
60
60
|
}
|
61
61
|
static get AppPlaceHolderApis() {
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ChromeProvider";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BackgroundDefinition, BlueprintsReference, ColorSchemaType, ColorValue, FillDefinition } from "./ThemeDefinitionV2";
|
1
|
+
import { BackgroundDefinition, BlueprintsReference, ColorSchemaType, ColorValue, FillDefinition, FillDefinitionValue } from "./ThemeDefinitionV2";
|
2
2
|
import { SpacingDefinition, Spacing } from "./Spacing";
|
3
3
|
import { TypographyValue } from "./Typography";
|
4
4
|
export interface BoxDimensions extends Spacing {
|
@@ -130,7 +130,7 @@ export interface TabsBlueprint extends Blueprint {
|
|
130
130
|
};
|
131
131
|
}
|
132
132
|
export interface TextBlueprint extends Blueprint {
|
133
|
-
color?:
|
133
|
+
color?: FillDefinitionValue;
|
134
134
|
typography?: TypographyValue;
|
135
135
|
}
|
136
136
|
export interface IconBlueprint extends Blueprint {
|
@@ -135,6 +135,8 @@ export interface FillDefinition {
|
|
135
135
|
acrylic?: boolean;
|
136
136
|
opacity?: number;
|
137
137
|
}
|
138
|
+
export type FillVariant = "variant1" | "variant2" | "variant3";
|
139
|
+
export type FillDefinitionValue = FillVariant | FillDefinition | ColorValue;
|
138
140
|
export interface LinearGradientFillDefinition extends FillDefinition {
|
139
141
|
degrees: number;
|
140
142
|
}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { GuidValue } from "../Guid";
|
2
|
+
import { FillDefinition } from "./ThemeDefinitionV2";
|
2
3
|
export interface TypographyBlueprint {
|
3
4
|
name: string;
|
4
5
|
font?: {
|
@@ -6,25 +7,50 @@ export interface TypographyBlueprint {
|
|
6
7
|
family: string;
|
7
8
|
cdn?: string;
|
8
9
|
};
|
10
|
+
fills?: {
|
11
|
+
variant1?: FillDefinition;
|
12
|
+
variant2?: FillDefinition;
|
13
|
+
variant3?: FillDefinition;
|
14
|
+
};
|
9
15
|
title: {
|
10
16
|
xl: TypographyDefinition;
|
11
17
|
l: TypographyDefinition;
|
12
18
|
m: TypographyDefinition;
|
13
19
|
s: TypographyDefinition;
|
14
20
|
xs: TypographyDefinition;
|
21
|
+
font?: {
|
22
|
+
id: GuidValue;
|
23
|
+
family: string;
|
24
|
+
cdn?: string;
|
25
|
+
};
|
15
26
|
};
|
16
27
|
text: {
|
17
28
|
l: TypographyDefinition;
|
18
29
|
m: TypographyDefinition;
|
19
30
|
s: TypographyDefinition;
|
20
31
|
xs: TypographyDefinition;
|
32
|
+
font?: {
|
33
|
+
id: GuidValue;
|
34
|
+
family: string;
|
35
|
+
cdn?: string;
|
36
|
+
};
|
21
37
|
};
|
22
38
|
navigation: {
|
23
39
|
l: TypographyDefinition;
|
24
40
|
m: TypographyDefinition;
|
41
|
+
font?: {
|
42
|
+
id: GuidValue;
|
43
|
+
family: string;
|
44
|
+
cdn?: string;
|
45
|
+
};
|
25
46
|
};
|
26
47
|
link: {
|
27
48
|
m: TypographyDefinition;
|
49
|
+
font?: {
|
50
|
+
id: GuidValue;
|
51
|
+
family: string;
|
52
|
+
cdn?: string;
|
53
|
+
};
|
28
54
|
};
|
29
55
|
}
|
30
56
|
export interface TypographyDefinition {
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { IFontAwesomeIcon } from "@omnia/fx-models";
|
1
2
|
import { DynamicState } from "../DynamicState";
|
2
3
|
import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnPersistingStateEvent, VelcronOnSavingEvent } from "./VelcronEvents";
|
3
4
|
/**
|
@@ -57,9 +58,10 @@ export interface VelcronComponentDefinition extends VelcronDefinition {
|
|
57
58
|
icon?: any;
|
58
59
|
}
|
59
60
|
export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
|
60
|
-
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type" | "
|
61
|
-
export interface
|
61
|
+
export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "spacing" | "color-schema-type" | "reference";
|
62
|
+
export interface VelcronStateEditor<TSettings = any> {
|
62
63
|
name?: string;
|
64
|
+
icon?: IFontAwesomeIcon;
|
63
65
|
category?: string;
|
64
66
|
type: BuiltInPropertyEditorType | string;
|
65
67
|
settings?: TSettings;
|
@@ -78,7 +80,7 @@ export interface VelcronAppDefinition<TState extends DynamicState = DynamicState
|
|
78
80
|
[name: string]: Array<string>;
|
79
81
|
};
|
80
82
|
components?: Array<VelcronCustomComponentDefinition>;
|
81
|
-
|
83
|
+
editors?: Array<VelcronStateEditor>;
|
82
84
|
state?: TState;
|
83
85
|
computed?: {
|
84
86
|
[name: string]: Array<string>;
|
@@ -34,6 +34,7 @@ export interface BuiltInComponentRenderers {
|
|
34
34
|
"radio": unknown;
|
35
35
|
"rive": unknown;
|
36
36
|
"lottie": unknown;
|
37
|
+
"slide-panel": unknown;
|
37
38
|
}
|
38
39
|
export interface ColorSchemaReference {
|
39
40
|
name: string;
|
@@ -248,9 +249,9 @@ export interface VelcronIconDefinition extends VelcronDefinition, VelcronColorSt
|
|
248
249
|
}
|
249
250
|
export interface VelcronMarkdownDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling, VelcronTextStyling {
|
250
251
|
type: "markdown";
|
251
|
-
value
|
252
|
-
placeholder
|
253
|
-
events
|
252
|
+
value?: VelcronBindableProp<string>;
|
253
|
+
placeholder?: VelcronBindableProp<string>;
|
254
|
+
events?: VelcronOnUpdatedEvent;
|
254
255
|
}
|
255
256
|
export interface VelcronRiveDefinition extends VelcronDefinition {
|
256
257
|
type: "rive";
|
@@ -270,6 +271,17 @@ export interface VelcronLottieDefinition extends VelcronDefinition {
|
|
270
271
|
direction?: VelcronBindableProp<"normal" | "reverse">;
|
271
272
|
hover?: VelcronBindableProp<boolean>;
|
272
273
|
}
|
274
|
+
export interface VelcronSlidePanelDefinition extends VelcronDefinition {
|
275
|
+
type: "slide-panel";
|
276
|
+
slidesPerView?: VelcronBindableProp<number>;
|
277
|
+
pagination?: VelcronBindableProp<boolean>;
|
278
|
+
navigation?: VelcronBindableProp<boolean>;
|
279
|
+
scrollbar?: VelcronBindableProp<boolean>;
|
280
|
+
autoplay?: VelcronBindableProp<boolean>;
|
281
|
+
loop?: VelcronBindableProp<boolean>;
|
282
|
+
style?: VelcronCardStyling;
|
283
|
+
events?: VelcronOnPressEvent;
|
284
|
+
}
|
273
285
|
export interface VelcronDimensions {
|
274
286
|
top: number | string;
|
275
287
|
right: number | string;
|
package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts
CHANGED
@@ -1,34 +1,10 @@
|
|
1
|
-
import { TypographySize, TypographyType, VelcronImageRatios,
|
1
|
+
import { TypographySize, TypographyType, VelcronImageRatios, VelcronStateEditor, VelcronSpacing, BuiltInPropertyEditorType } from "@omnia/fx-models";
|
2
2
|
export interface ResolvedPropertyEditor {
|
3
|
-
editor:
|
4
|
-
}
|
5
|
-
export interface BuiltInPropertyEditors {
|
6
|
-
text: unknown;
|
7
|
-
slider: unknown;
|
8
|
-
switch: unknown;
|
9
|
-
alignment: unknown;
|
10
|
-
color: unknown;
|
11
|
-
markdown: unknown;
|
12
|
-
icon: unknown;
|
13
|
-
image: unknown;
|
14
|
-
typography: unknown;
|
15
|
-
spacing: unknown;
|
16
|
-
"color-schema-type": unknown;
|
17
|
-
reference: unknown;
|
18
|
-
}
|
19
|
-
export declare enum BuiltInPropertyEditorTypes {
|
20
|
-
text = "text",
|
21
|
-
slider = "slider",
|
22
|
-
switch = "switch",
|
23
|
-
alignment = "alignment",
|
24
|
-
color = "color",
|
25
|
-
markdown = "markdown",
|
26
|
-
icon = "icon",
|
27
|
-
image = "image",
|
28
|
-
typography = "typography",
|
29
|
-
spacing = "spacing",
|
30
|
-
"color-schema-type" = "color-schema-type"
|
3
|
+
editor: VelcronStateEditor;
|
31
4
|
}
|
5
|
+
export type BuiltInPropertyEditorMap = {
|
6
|
+
[key in BuiltInPropertyEditorType]: unknown;
|
7
|
+
};
|
32
8
|
export interface VelcronSliderPropertyEditorSettings {
|
33
9
|
min: number;
|
34
10
|
max: number;
|
@@ -47,43 +23,43 @@ export interface VelcronTextEditorSettings {
|
|
47
23
|
type: TypographyType;
|
48
24
|
placeholder: string;
|
49
25
|
}
|
50
|
-
export interface VelcronSliderPropertyEditor extends
|
26
|
+
export interface VelcronSliderPropertyEditor extends VelcronStateEditor<VelcronSliderPropertyEditorSettings> {
|
51
27
|
type: "slider";
|
52
28
|
}
|
53
|
-
export interface VelcronTextPropertyEditor extends
|
29
|
+
export interface VelcronTextPropertyEditor extends VelcronStateEditor<VelcronTextEditorSettings> {
|
54
30
|
type: "text";
|
55
31
|
}
|
56
|
-
export interface VelcronEnterprisePropertyEditor extends
|
32
|
+
export interface VelcronEnterprisePropertyEditor extends VelcronStateEditor<any> {
|
57
33
|
type: "enterprise-property";
|
58
34
|
}
|
59
|
-
export interface VelcronTypographyPropertyEditor extends
|
35
|
+
export interface VelcronTypographyPropertyEditor extends VelcronStateEditor<VelcronTypographyEditorSettings> {
|
60
36
|
type: "typography";
|
61
37
|
}
|
62
|
-
export interface VelcronSwitchPropertyEditor extends
|
38
|
+
export interface VelcronSwitchPropertyEditor extends VelcronStateEditor<any> {
|
63
39
|
type: "switch";
|
64
40
|
}
|
65
|
-
export interface VelcronAlignmentPropertyEditor extends
|
41
|
+
export interface VelcronAlignmentPropertyEditor extends VelcronStateEditor<any> {
|
66
42
|
type: "alignment";
|
67
43
|
}
|
68
|
-
export interface VelcronColorPropertyEditor extends
|
44
|
+
export interface VelcronColorPropertyEditor extends VelcronStateEditor<any> {
|
69
45
|
type: "color";
|
70
46
|
}
|
71
|
-
export interface VelcronColorSchemaPropertyEditor extends
|
47
|
+
export interface VelcronColorSchemaPropertyEditor extends VelcronStateEditor<any> {
|
72
48
|
type: "color-schema-type";
|
73
49
|
}
|
74
|
-
export interface VelcronIconPropertyEditor extends
|
50
|
+
export interface VelcronIconPropertyEditor extends VelcronStateEditor<any> {
|
75
51
|
type: "icon";
|
76
52
|
}
|
77
|
-
export interface VelcronMarkdownPropertyEditor extends
|
53
|
+
export interface VelcronMarkdownPropertyEditor extends VelcronStateEditor<VelcronMarkdownEditorSettings> {
|
78
54
|
type: "markdown";
|
79
55
|
}
|
80
|
-
export interface VelcronImagePropertyEditor extends
|
56
|
+
export interface VelcronImagePropertyEditor extends VelcronStateEditor<any> {
|
81
57
|
type: "image";
|
82
58
|
}
|
83
|
-
export interface VelcronSpacingPropertyEditor extends
|
59
|
+
export interface VelcronSpacingPropertyEditor extends VelcronStateEditor<VelcronSpacingEditorSettings> {
|
84
60
|
type: "spacing";
|
85
61
|
}
|
86
|
-
export interface VelcronReferencePropertyEditor extends
|
62
|
+
export interface VelcronReferencePropertyEditor extends VelcronStateEditor<any> {
|
87
63
|
type: "reference";
|
88
64
|
}
|
89
65
|
export interface VelcronState {
|
package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js
CHANGED
@@ -1,21 +1,20 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.VelcronStateBinding = exports.VelcronSpacingStateBinding = exports.VelcronColorSchemasStateBinding = exports.VelcronContentStateBinding = exports.VelcronHeaderStateBinding = exports.VelcronImagesStateBinding =
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
})(BuiltInPropertyEditorTypes || (exports.BuiltInPropertyEditorTypes = BuiltInPropertyEditorTypes = {}));
|
3
|
+
exports.VelcronStateBinding = exports.VelcronSpacingStateBinding = exports.VelcronColorSchemasStateBinding = exports.VelcronContentStateBinding = exports.VelcronHeaderStateBinding = exports.VelcronImagesStateBinding = void 0;
|
4
|
+
const builtInPropertyEditors = {
|
5
|
+
text: undefined,
|
6
|
+
slider: undefined,
|
7
|
+
switch: undefined,
|
8
|
+
alignment: undefined,
|
9
|
+
color: undefined,
|
10
|
+
markdown: undefined,
|
11
|
+
icon: undefined,
|
12
|
+
image: undefined,
|
13
|
+
typography: undefined,
|
14
|
+
spacing: undefined,
|
15
|
+
"color-schema-type": undefined,
|
16
|
+
reference: undefined,
|
17
|
+
};
|
19
18
|
exports.VelcronImagesStateBinding = {
|
20
19
|
main: {
|
21
20
|
editor: "{{images.main.url}}",
|
package/package.json
CHANGED
@@ -0,0 +1,37 @@
|
|
1
|
+
import { VNode, h } from "vue";
|
2
|
+
import { GuidValue } from "../Exposes";
|
3
|
+
import { ApiPath, IExtendApiManifestWithConfiguration } from "../Extends";
|
4
|
+
import { LayoutPlaceHolderRegistration } from "../Layout";
|
5
|
+
import { IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
6
|
+
export interface IInternalDynamicPlaceHolderLayoutRegistration extends IDynamicPlaceHolderLayoutRegistration {
|
7
|
+
getRegistrations: () => LayoutPlaceHolderRegistration[];
|
8
|
+
}
|
9
|
+
export interface IDynamicPlaceHolderLayoutRegistration {
|
10
|
+
register: (placeHolder: LayoutPlaceHolderRegistration) => void;
|
11
|
+
}
|
12
|
+
export interface IDynamicPlaceHolderLayoutHandler {
|
13
|
+
register(layoutPlaceHolderRegistrationId: GuidValue, cb: (createVueNode: typeof h) => VNode | void): {
|
14
|
+
unregister(): void;
|
15
|
+
};
|
16
|
+
}
|
17
|
+
export interface IInternalDynamicPlaceHolderLayoutHandler extends IDynamicPlaceHolderLayoutHandler {
|
18
|
+
getHandlers(placeHolderLayoutRegistrationId: GuidValue): Promise<Array<(createVueNode: typeof h) => VNode | void>>;
|
19
|
+
onHandlerChanged(): IMessageBusTopicSubscription<void>;
|
20
|
+
}
|
21
|
+
declare module "./UxApi" {
|
22
|
+
interface IOmniaUxApi {
|
23
|
+
dynamicPlaceHolder: {
|
24
|
+
registrations: Promise<IDynamicPlaceHolderLayoutRegistration>;
|
25
|
+
handlers: Promise<IDynamicPlaceHolderLayoutHandler>;
|
26
|
+
};
|
27
|
+
}
|
28
|
+
interface IOmniaUxExtendApiManifest {
|
29
|
+
dynamicPlaceHolder: {
|
30
|
+
registrations: ApiPath;
|
31
|
+
/**
|
32
|
+
* Require PlaceHolderLayoutRegistrationId
|
33
|
+
*/
|
34
|
+
handlers: IExtendApiManifestWithConfiguration<GuidValue>;
|
35
|
+
};
|
36
|
+
}
|
37
|
+
}
|
package/ux/LayoutCanvasApi.d.ts
CHANGED
@@ -1,7 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import { ApiPath, IExtendApiManifestWithConfiguration } from "../Extends";
|
4
|
-
import { LayoutPlaceHolderRegistration, LayoutTemplateRegistration } from "../Layout";
|
1
|
+
import { ApiPath } from "../Extends";
|
2
|
+
import { LayoutTemplateRegistration } from "../Layout";
|
5
3
|
import { IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
6
4
|
export interface IInternalLayoutTemplateRegistration extends ILayoutTemplateRegistration {
|
7
5
|
getAllLayoutTemplates: () => LayoutTemplateRegistration[];
|
@@ -10,28 +8,9 @@ export interface IInternalLayoutTemplateRegistration extends ILayoutTemplateRegi
|
|
10
8
|
export interface ILayoutTemplateRegistration {
|
11
9
|
registerLayoutTemplates: (items: LayoutTemplateRegistration | LayoutTemplateRegistration[]) => void;
|
12
10
|
}
|
13
|
-
export interface IInternalPlaceHolderLayoutRegistration extends IPlaceHolderLayoutRegistration {
|
14
|
-
getRegistrations: () => LayoutPlaceHolderRegistration[];
|
15
|
-
}
|
16
|
-
export interface IPlaceHolderLayoutRegistration {
|
17
|
-
register: (placeHolder: LayoutPlaceHolderRegistration) => void;
|
18
|
-
}
|
19
|
-
export interface IPlaceHolderLayoutHandler {
|
20
|
-
register(layoutPlaceHolderRegistrationId: GuidValue, cb: (createVueNode: typeof h) => VNode | void): {
|
21
|
-
unregister(): void;
|
22
|
-
};
|
23
|
-
}
|
24
|
-
export interface IInternalPlaceHolderLayoutHandler extends IPlaceHolderLayoutHandler {
|
25
|
-
getHandlers(placeHolderLayoutRegistrationId: GuidValue): Promise<Array<(createVueNode: typeof h) => VNode | void>>;
|
26
|
-
onHandlerChanged(): IMessageBusTopicSubscription<void>;
|
27
|
-
}
|
28
11
|
declare module "./UxApi" {
|
29
12
|
interface IOmniaUxApi {
|
30
13
|
layoutCanvas: {
|
31
|
-
placeHolders: {
|
32
|
-
registrations: Promise<IPlaceHolderLayoutRegistration>;
|
33
|
-
hanlders: Promise<IPlaceHolderLayoutHandler>;
|
34
|
-
};
|
35
14
|
templates: {
|
36
15
|
registrations: Promise<ILayoutTemplateRegistration>;
|
37
16
|
};
|
@@ -39,13 +18,6 @@ declare module "./UxApi" {
|
|
39
18
|
}
|
40
19
|
interface IOmniaUxExtendApiManifest {
|
41
20
|
layoutCanvas: {
|
42
|
-
placeHolders: {
|
43
|
-
registrations: ApiPath;
|
44
|
-
/**
|
45
|
-
* Require PlaceHolderLayoutRegistrationId
|
46
|
-
*/
|
47
|
-
hanlders: IExtendApiManifestWithConfiguration<GuidValue>;
|
48
|
-
};
|
49
21
|
templates: {
|
50
22
|
registrations: ApiPath;
|
51
23
|
};
|