@omnia/fx-models 8.0.182-dev → 8.0.184-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/Enums.d.ts +86 -235
- package/Enums.js +2 -18
- package/Layout.d.ts +4 -3
- package/LocalizationComposer.d.ts +2 -2
- package/filterengine/Shared.d.ts +5 -1
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +5 -0
- package/oxide/OxideTypeDefinitions.d.ts +1 -1
- package/oxide/OxideTypeDefinitions.js +1 -1
- package/package.json +1 -1
package/Enums.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare enum BuiltInEnterprisePropertyInternalNames {
|
1
|
+
export declare const enum BuiltInEnterprisePropertyInternalNames {
|
2
2
|
Title = "title",
|
3
3
|
CreatedAt = "createdAt",
|
4
4
|
CreatedBy = "createdBy",
|
@@ -6,47 +6,47 @@ export declare enum BuiltInEnterprisePropertyInternalNames {
|
|
6
6
|
ModifiedBy = "modifiedBy",
|
7
7
|
Tags = "tags"
|
8
8
|
}
|
9
|
-
export declare enum BuiltInAppInstanceInternalNames {
|
9
|
+
export declare const enum BuiltInAppInstanceInternalNames {
|
10
10
|
AppTemplateId = "AppTemplateId",
|
11
11
|
Properties = "Properties"
|
12
12
|
}
|
13
|
-
export declare enum SecurityProviderTypes {
|
13
|
+
export declare const enum SecurityProviderTypes {
|
14
14
|
RoleBased = "RoleBasedProvider",
|
15
15
|
Combined = "CombinedProviders"
|
16
16
|
}
|
17
|
-
export declare enum SecurityRoleScopes {
|
17
|
+
export declare const enum SecurityRoleScopes {
|
18
18
|
Tenant = "Tenant",
|
19
19
|
SiteCollection = "SiteCollection",
|
20
20
|
Site = "Site"
|
21
21
|
}
|
22
|
-
export declare enum SecurityIdentities {
|
22
|
+
export declare const enum SecurityIdentities {
|
23
23
|
OverridenRulesBindingIdentityId = "ff000000-0000-ffff-0000-0000000000ff",
|
24
24
|
AnonymousIdentity = "c2781205-d1c7-42e0-a270-4a43f94f6cf5"
|
25
25
|
}
|
26
|
-
export declare enum SecurityAccessType {
|
26
|
+
export declare const enum SecurityAccessType {
|
27
27
|
Write = "write"
|
28
28
|
}
|
29
|
-
export declare enum AppTemplatePermissionLevel {
|
29
|
+
export declare const enum AppTemplatePermissionLevel {
|
30
30
|
SeftService = 0,
|
31
31
|
Approval = 1
|
32
32
|
}
|
33
|
-
export declare enum LogSources {
|
33
|
+
export declare const enum LogSources {
|
34
34
|
Omnia = 0,
|
35
35
|
Browser = 1,
|
36
36
|
All = 2
|
37
37
|
}
|
38
|
-
export declare enum ManifestLoadStatus {
|
38
|
+
export declare const enum ManifestLoadStatus {
|
39
39
|
Loaded = "Loaded",
|
40
40
|
Blocked = "Blocked"
|
41
41
|
}
|
42
|
-
export declare enum LogLevels {
|
42
|
+
export declare const enum LogLevels {
|
43
43
|
Debug = "debug",
|
44
44
|
Info = "info",
|
45
45
|
Warn = "warn",
|
46
46
|
Error = "error",
|
47
47
|
Todo = "todo"
|
48
48
|
}
|
49
|
-
export declare enum ConsoleMessageTypes {
|
49
|
+
export declare const enum ConsoleMessageTypes {
|
50
50
|
System = "system",
|
51
51
|
Info = "info",
|
52
52
|
Warn = "warn",
|
@@ -54,11 +54,11 @@ export declare enum ConsoleMessageTypes {
|
|
54
54
|
Good = "good",
|
55
55
|
Todo = "todo"
|
56
56
|
}
|
57
|
-
export declare enum ConsoleStateStorageMessageTypes {
|
57
|
+
export declare const enum ConsoleStateStorageMessageTypes {
|
58
58
|
SaveState = "saveState",
|
59
59
|
RestoreState = "restoreState"
|
60
60
|
}
|
61
|
-
export declare enum ResourceEvaluators {
|
61
|
+
export declare const enum ResourceEvaluators {
|
62
62
|
BusinessProfile = "Omnia.Fx.BusinessProfiles.Security.IBusinessProfileResourceEvaluator",
|
63
63
|
AppInstance = "Omnia.Fx.Apps.Security.IAppInstanceResourceEvaluator",
|
64
64
|
ExtensionResource = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator"
|
@@ -74,20 +74,20 @@ export declare enum ClientManifestTypes {
|
|
74
74
|
BlockedManifest = "blockedManifest",
|
75
75
|
Configuration = "configuration"
|
76
76
|
}
|
77
|
-
export declare enum ServerManifestTypes {
|
77
|
+
export declare const enum ServerManifestTypes {
|
78
78
|
SecurityProvider = "securityprovider"
|
79
79
|
}
|
80
80
|
export declare enum BundleTargetTypes {
|
81
81
|
Javascript = "js",
|
82
82
|
Stylesheet = "css"
|
83
83
|
}
|
84
|
-
export declare enum LocalizationTargetTypes {
|
84
|
+
export declare const enum LocalizationTargetTypes {
|
85
85
|
public = 1,
|
86
86
|
admin = 2,
|
87
87
|
editor = 4,
|
88
88
|
backend = 8
|
89
89
|
}
|
90
|
-
export declare enum LanguageTags {
|
90
|
+
export declare const enum LanguageTags {
|
91
91
|
ArSa = "ar-sa",
|
92
92
|
BgBg = "bg-bg",
|
93
93
|
CaEs = "ca-es",
|
@@ -229,156 +229,7 @@ export declare enum LanguageTags {
|
|
229
229
|
SeNo = "se-no",
|
230
230
|
MtMt = "mt-mt"
|
231
231
|
}
|
232
|
-
|
233
|
-
* Obsolete, use LanguageTags
|
234
|
-
* */
|
235
|
-
export declare const LocaleNames: {
|
236
|
-
ArSa: LanguageTags.ArSa;
|
237
|
-
BgBg: LanguageTags.BgBg;
|
238
|
-
CaEs: LanguageTags.CaEs;
|
239
|
-
ZhTw: LanguageTags.ZhTw;
|
240
|
-
CsCz: LanguageTags.CsCz;
|
241
|
-
DaDk: LanguageTags.DaDk;
|
242
|
-
DeDe: LanguageTags.DeDe;
|
243
|
-
ElGr: LanguageTags.ElGr;
|
244
|
-
EnUs: LanguageTags.EnUs;
|
245
|
-
FiFi: LanguageTags.FiFi;
|
246
|
-
FrFr: LanguageTags.FrFr;
|
247
|
-
HeIl: LanguageTags.HeIl;
|
248
|
-
HuHu: LanguageTags.HuHu;
|
249
|
-
IsIs: LanguageTags.IsIs;
|
250
|
-
ItIt: LanguageTags.ItIt;
|
251
|
-
JaJp: LanguageTags.JaJp;
|
252
|
-
KoKr: LanguageTags.KoKr;
|
253
|
-
NlNl: LanguageTags.NlNl;
|
254
|
-
NbNo: LanguageTags.NbNo;
|
255
|
-
PlPl: LanguageTags.PlPl;
|
256
|
-
PtBr: LanguageTags.PtBr;
|
257
|
-
RoRo: LanguageTags.RoRo;
|
258
|
-
RuRu: LanguageTags.RuRu;
|
259
|
-
HrHr: LanguageTags.HrHr;
|
260
|
-
SkSk: LanguageTags.SkSk;
|
261
|
-
SqAl: LanguageTags.SqAl;
|
262
|
-
SvSe: LanguageTags.SvSe;
|
263
|
-
ThTh: LanguageTags.ThTh;
|
264
|
-
TrTr: LanguageTags.TrTr;
|
265
|
-
UrPk: LanguageTags.UrPk;
|
266
|
-
IdId: LanguageTags.IdId;
|
267
|
-
UkUa: LanguageTags.UkUa;
|
268
|
-
BeBy: LanguageTags.BeBy;
|
269
|
-
SlSi: LanguageTags.SlSi;
|
270
|
-
EtEe: LanguageTags.EtEe;
|
271
|
-
LvLv: LanguageTags.LvLv;
|
272
|
-
LtLt: LanguageTags.LtLt;
|
273
|
-
FaIr: LanguageTags.FaIr;
|
274
|
-
ViVn: LanguageTags.ViVn;
|
275
|
-
HyAm: LanguageTags.HyAm;
|
276
|
-
EuEs: LanguageTags.EuEs;
|
277
|
-
MkMk: LanguageTags.MkMk;
|
278
|
-
AfZa: LanguageTags.AfZa;
|
279
|
-
KaGe: LanguageTags.KaGe;
|
280
|
-
FoFo: LanguageTags.FoFo;
|
281
|
-
HiIn: LanguageTags.HiIn;
|
282
|
-
MsMy: LanguageTags.MsMy;
|
283
|
-
KkKz: LanguageTags.KkKz;
|
284
|
-
KyKg: LanguageTags.KyKg;
|
285
|
-
SwKe: LanguageTags.SwKe;
|
286
|
-
TtRu: LanguageTags.TtRu;
|
287
|
-
PaIn: LanguageTags.PaIn;
|
288
|
-
GuIn: LanguageTags.GuIn;
|
289
|
-
TaIn: LanguageTags.TaIn;
|
290
|
-
TeIn: LanguageTags.TeIn;
|
291
|
-
KnIn: LanguageTags.KnIn;
|
292
|
-
MrIn: LanguageTags.MrIn;
|
293
|
-
SaIn: LanguageTags.SaIn;
|
294
|
-
MnMn: LanguageTags.MnMn;
|
295
|
-
GlEs: LanguageTags.GlEs;
|
296
|
-
DvMv: LanguageTags.DvMv;
|
297
|
-
ArIq: LanguageTags.ArIq;
|
298
|
-
ZhCn: LanguageTags.ZhCn;
|
299
|
-
DeCh: LanguageTags.DeCh;
|
300
|
-
EnGb: LanguageTags.EnGb;
|
301
|
-
EsMx: LanguageTags.EsMx;
|
302
|
-
FrBe: LanguageTags.FrBe;
|
303
|
-
ItCh: LanguageTags.ItCh;
|
304
|
-
NlBe: LanguageTags.NlBe;
|
305
|
-
NnNo: LanguageTags.NnNo;
|
306
|
-
PtPt: LanguageTags.PtPt;
|
307
|
-
SvFi: LanguageTags.SvFi;
|
308
|
-
MsBn: LanguageTags.MsBn;
|
309
|
-
ArEg: LanguageTags.ArEg;
|
310
|
-
ZhHk: LanguageTags.ZhHk;
|
311
|
-
DeAt: LanguageTags.DeAt;
|
312
|
-
EnAu: LanguageTags.EnAu;
|
313
|
-
EnEs: LanguageTags.EnEs;
|
314
|
-
FrCa: LanguageTags.FrCa;
|
315
|
-
ArLy: LanguageTags.ArLy;
|
316
|
-
ZhSg: LanguageTags.ZhSg;
|
317
|
-
DeLu: LanguageTags.DeLu;
|
318
|
-
EnCa: LanguageTags.EnCa;
|
319
|
-
EsGt: LanguageTags.EsGt;
|
320
|
-
FrCh: LanguageTags.FrCh;
|
321
|
-
ArDz: LanguageTags.ArDz;
|
322
|
-
ZhMo: LanguageTags.ZhMo;
|
323
|
-
DeLi: LanguageTags.DeLi;
|
324
|
-
EnNz: LanguageTags.EnNz;
|
325
|
-
EsCr: LanguageTags.EsCr;
|
326
|
-
FrLu: LanguageTags.FrLu;
|
327
|
-
ArMa: LanguageTags.ArMa;
|
328
|
-
EnIe: LanguageTags.EnIe;
|
329
|
-
EsPa: LanguageTags.EsPa;
|
330
|
-
FrMc: LanguageTags.FrMc;
|
331
|
-
ArTn: LanguageTags.ArTn;
|
332
|
-
EnZa: LanguageTags.EnZa;
|
333
|
-
EsDo: LanguageTags.EsDo;
|
334
|
-
ArOm: LanguageTags.ArOm;
|
335
|
-
EnJm: LanguageTags.EnJm;
|
336
|
-
EsVe: LanguageTags.EsVe;
|
337
|
-
ArYe: LanguageTags.ArYe;
|
338
|
-
EsCo: LanguageTags.EsCo;
|
339
|
-
ArSy: LanguageTags.ArSy;
|
340
|
-
EnBz: LanguageTags.EnBz;
|
341
|
-
EsPe: LanguageTags.EsPe;
|
342
|
-
ArJo: LanguageTags.ArJo;
|
343
|
-
EnTt: LanguageTags.EnTt;
|
344
|
-
EsAr: LanguageTags.EsAr;
|
345
|
-
ArLb: LanguageTags.ArLb;
|
346
|
-
EnZw: LanguageTags.EnZw;
|
347
|
-
EsEc: LanguageTags.EsEc;
|
348
|
-
EsEs: LanguageTags.EsEs;
|
349
|
-
ArKw: LanguageTags.ArKw;
|
350
|
-
EnPh: LanguageTags.EnPh;
|
351
|
-
EsCl: LanguageTags.EsCl;
|
352
|
-
ArAe: LanguageTags.ArAe;
|
353
|
-
EsUy: LanguageTags.EsUy;
|
354
|
-
ArBh: LanguageTags.ArBh;
|
355
|
-
EsPy: LanguageTags.EsPy;
|
356
|
-
ArQa: LanguageTags.ArQa;
|
357
|
-
EsBo: LanguageTags.EsBo;
|
358
|
-
EsSv: LanguageTags.EsSv;
|
359
|
-
EsHn: LanguageTags.EsHn;
|
360
|
-
EsPr: LanguageTags.EsPr;
|
361
|
-
ZuZa: LanguageTags.ZuZa;
|
362
|
-
XhZa: LanguageTags.XhZa;
|
363
|
-
FyNl: LanguageTags.FyNl;
|
364
|
-
TnZa: LanguageTags.TnZa;
|
365
|
-
SeSe: LanguageTags.SeSe;
|
366
|
-
SeFi: LanguageTags.SeFi;
|
367
|
-
CyGb: LanguageTags.CyGb;
|
368
|
-
HrBa: LanguageTags.HrBa;
|
369
|
-
MiNz: LanguageTags.MiNz;
|
370
|
-
GaIe: LanguageTags.GaIe;
|
371
|
-
RmCh: LanguageTags.RmCh;
|
372
|
-
LbLu: LanguageTags.LbLu;
|
373
|
-
NsZa: LanguageTags.NsZa;
|
374
|
-
SeNo: LanguageTags.SeNo;
|
375
|
-
MtMt: LanguageTags.MtMt;
|
376
|
-
};
|
377
|
-
/**
|
378
|
-
* Obsolete, use LanguageTags
|
379
|
-
* */
|
380
|
-
export type LocaleNames = LanguageTags;
|
381
|
-
export declare enum IconTypes {
|
232
|
+
export declare const enum IconTypes {
|
382
233
|
FontAwesome = "IFontAwesomeIcon",
|
383
234
|
Fabric = "IFabricIcon",
|
384
235
|
Flag = "IFlagIcon",
|
@@ -386,27 +237,27 @@ export declare enum IconTypes {
|
|
386
237
|
Custom = "ICustomIcon",
|
387
238
|
SVG = "ISVG"
|
388
239
|
}
|
389
|
-
export declare enum IconSources {
|
240
|
+
export declare const enum IconSources {
|
390
241
|
Automatic = "IAutomaticIcon",
|
391
242
|
Builtin = "IBuiltinIcon",
|
392
243
|
Custom = "ICustomIcon"
|
393
244
|
}
|
394
|
-
export declare enum AuthenticationValidationStatuses {
|
245
|
+
export declare const enum AuthenticationValidationStatuses {
|
395
246
|
Valid = 0,
|
396
247
|
NeedAuthentication = 1,
|
397
248
|
TokenKeyRefreshed = 2
|
398
249
|
}
|
399
|
-
export declare enum AdminVisibility {
|
250
|
+
export declare const enum AdminVisibility {
|
400
251
|
Open = 0,
|
401
252
|
Close = 1,
|
402
253
|
Toggle = 2
|
403
254
|
}
|
404
|
-
export declare enum AdminNavigationBuiltInCategory {
|
255
|
+
export declare const enum AdminNavigationBuiltInCategory {
|
405
256
|
Tenant = "3C1EBD25-5083-4C92-9692-F253BC403FE4",
|
406
257
|
BusinessProfile = "FC340843-48CA-4839-88D4-B4588212D4FB",
|
407
258
|
AppInstance = "8A908CD9-E24B-4148-BF38-6B1EE5A6C5D1"
|
408
259
|
}
|
409
|
-
export declare enum VideoRatio {
|
260
|
+
export declare const enum VideoRatio {
|
410
261
|
Wide = 0,
|
411
262
|
Normal = 1
|
412
263
|
}
|
@@ -426,24 +277,24 @@ export declare enum AppInstanceStatus {
|
|
426
277
|
ReadyToCreate = 11,
|
427
278
|
RemovingFeatures = 12
|
428
279
|
}
|
429
|
-
export declare enum AppInstanceScopedQueryTypes {
|
280
|
+
export declare const enum AppInstanceScopedQueryTypes {
|
430
281
|
All = 1,
|
431
282
|
Followed = 2,
|
432
283
|
LastVisited = 3
|
433
284
|
}
|
434
|
-
export declare enum PrincipalTypes {
|
285
|
+
export declare const enum PrincipalTypes {
|
435
286
|
Member = 1,
|
436
287
|
Group = 2,
|
437
288
|
MemberAndGuest = 3,
|
438
289
|
MemberAndGroup = 4,
|
439
290
|
All = 5
|
440
291
|
}
|
441
|
-
export declare enum BoolFilter {
|
292
|
+
export declare const enum BoolFilter {
|
442
293
|
Both = 0,
|
443
294
|
True = 1,
|
444
295
|
False = 2
|
445
296
|
}
|
446
|
-
export declare enum UserPickingType {
|
297
|
+
export declare const enum UserPickingType {
|
447
298
|
NoDefault = 0,
|
448
299
|
FixedValue = 1,
|
449
300
|
CurrentUser = 2,
|
@@ -464,7 +315,7 @@ export declare enum PropertyIndexedType {
|
|
464
315
|
Tags = 12,
|
465
316
|
ExtendedProperty = 13
|
466
317
|
}
|
467
|
-
export declare enum ParamTypes {
|
318
|
+
export declare const enum ParamTypes {
|
468
319
|
String = "String",
|
469
320
|
Int = "Int",
|
470
321
|
Double = "Double",
|
@@ -473,14 +324,14 @@ export declare enum ParamTypes {
|
|
473
324
|
DateTime = "DateTime",
|
474
325
|
DateTimeOffset = "DateTimeOffset"
|
475
326
|
}
|
476
|
-
export declare enum Parameters {
|
327
|
+
export declare const enum Parameters {
|
477
328
|
BusinessProfileId = "profileId",
|
478
329
|
Language = "lang",
|
479
330
|
AppDefinitionId = "appDefinitionId",
|
480
331
|
AppTemplateId = "appTemplateId",
|
481
332
|
AppInstanceId = "appInstanceId"
|
482
333
|
}
|
483
|
-
export declare enum RoleDefinitions {
|
334
|
+
export declare const enum RoleDefinitions {
|
484
335
|
TenantAdmin = "67daa6ca-168e-458f-96c8-4162b77fc99f",
|
485
336
|
BusinessProfileAdmin = "64562087-f391-4244-a70b-81fcdbc2cc64",
|
486
337
|
BusinessProfileViewer = "cffcab14-085f-4add-83fa-ac078e680ee3",
|
@@ -500,7 +351,7 @@ export declare enum RoleDefinitions {
|
|
500
351
|
QueryAppInstanceReader = "D8E7ACC5-1338-43D2-8307-C3E712340205",
|
501
352
|
QueryAppInstanceViewer = "9B0B9C44-3356-408E-91A5-A29A7A83E924"
|
502
353
|
}
|
503
|
-
export declare enum FeatureInstanceStatus {
|
354
|
+
export declare const enum FeatureInstanceStatus {
|
504
355
|
NotActivated = -1,
|
505
356
|
Activating = 0,
|
506
357
|
Activated = 1,
|
@@ -511,7 +362,7 @@ export declare enum FeatureInstanceStatus {
|
|
511
362
|
AdminConsentUpgrading = 6,
|
512
363
|
AdminConsentWaitingActivation = 7
|
513
364
|
}
|
514
|
-
export declare enum ThemeType {
|
365
|
+
export declare const enum ThemeType {
|
515
366
|
Light = "Light",
|
516
367
|
LightWithColorContrast = "LightWithColorContrast",
|
517
368
|
LightWithFullColorContrast = "LightWithFullColorContrast",
|
@@ -524,7 +375,7 @@ export declare enum ThemeType {
|
|
524
375
|
/**
|
525
376
|
* The endpoints can be used directly in href without any context value
|
526
377
|
* */
|
527
|
-
export declare enum StaticEndpoint {
|
378
|
+
export declare const enum StaticEndpoint {
|
528
379
|
Logout = "/logout",
|
529
380
|
AuthSetup = "/authsetup",
|
530
381
|
Login = "/login",
|
@@ -534,112 +385,112 @@ export declare enum StaticEndpoint {
|
|
534
385
|
MagicLinkFailure = "/api/magiclink/failure",
|
535
386
|
MagicLink = "/api/magiclink"
|
536
387
|
}
|
537
|
-
export declare enum QueueMessageStatus {
|
388
|
+
export declare const enum QueueMessageStatus {
|
538
389
|
Unassigned = 0,
|
539
390
|
Assigned = 1,
|
540
391
|
Success = 2,
|
541
392
|
Exception = 3
|
542
393
|
}
|
543
|
-
export declare enum HttpStatusCode {
|
394
|
+
export declare const enum HttpStatusCode {
|
544
395
|
OK = 200,
|
545
396
|
NotFound = 404,
|
546
397
|
Unauthorized = 401,
|
547
398
|
Forbidden = 403
|
548
399
|
}
|
549
|
-
export declare enum StatusMessageOverlayType {
|
400
|
+
export declare const enum StatusMessageOverlayType {
|
550
401
|
Normal = 0,
|
551
402
|
Fullscreen = 1
|
552
403
|
}
|
553
|
-
export declare enum CompareBusinessProfilePathType {
|
404
|
+
export declare const enum CompareBusinessProfilePathType {
|
554
405
|
StartsWith = 1,
|
555
406
|
Equal = 2
|
556
407
|
}
|
557
|
-
export declare enum TimeFormats {
|
408
|
+
export declare const enum TimeFormats {
|
558
409
|
hour24 = 1,
|
559
410
|
hour12 = 2
|
560
411
|
}
|
561
|
-
export declare enum PermissionRoles {
|
412
|
+
export declare const enum PermissionRoles {
|
562
413
|
TenantAdmin = "67daa6ca-168e-458f-96c8-4162b77fc99f"
|
563
414
|
}
|
564
|
-
export declare enum TargetResolverTypes {
|
415
|
+
export declare const enum TargetResolverTypes {
|
565
416
|
Tenant = "Omnia.Fx.NetCore.Features.TargetResolvers.ITenantFeatureTargetResolver",
|
566
417
|
BusinessProfile = "Omnia.Fx.NetCore.Features.TargetResolvers.IBusinessProfileFeatureTargetResolver",
|
567
418
|
AppInstance = "Omnia.Fx.NetCore.Features.TargetResolvers.IAppInstanceFeatureTargetResolver"
|
568
419
|
}
|
569
|
-
export declare enum OmniaRoleTypes {
|
420
|
+
export declare const enum OmniaRoleTypes {
|
570
421
|
Tenant = 0,
|
571
422
|
Global = 1,
|
572
423
|
Custom = 2
|
573
424
|
}
|
574
|
-
export declare enum MultilingualScopes {
|
425
|
+
export declare const enum MultilingualScopes {
|
575
426
|
Tenant = 0,
|
576
427
|
BusinessProfile = 1
|
577
428
|
}
|
578
|
-
export declare enum RedirectRuleType {
|
429
|
+
export declare const enum RedirectRuleType {
|
579
430
|
RelativePath = 0,
|
580
431
|
Targeting = 1
|
581
432
|
}
|
582
|
-
export declare enum TargetUser {
|
433
|
+
export declare const enum TargetUser {
|
583
434
|
Undefined = 0,
|
584
435
|
Target = 1,
|
585
436
|
NotTarget = 2
|
586
437
|
}
|
587
|
-
export declare enum TimePeriodTypes {
|
438
|
+
export declare const enum TimePeriodTypes {
|
588
439
|
Years = 0,
|
589
440
|
Months = 1,
|
590
441
|
Days = 2
|
591
442
|
}
|
592
|
-
export declare enum RichTextModes {
|
443
|
+
export declare const enum RichTextModes {
|
593
444
|
Limited = 0,
|
594
445
|
Full = 1
|
595
446
|
}
|
596
|
-
export declare enum ButtonTooltipPosition {
|
447
|
+
export declare const enum ButtonTooltipPosition {
|
597
448
|
Left = 0,
|
598
449
|
Right = 1,
|
599
450
|
Top = 3,
|
600
451
|
Bottom = 4
|
601
452
|
}
|
602
|
-
export declare enum ButtonIconPosition {
|
453
|
+
export declare const enum ButtonIconPosition {
|
603
454
|
Left = 0,
|
604
455
|
Right = 1
|
605
456
|
}
|
606
|
-
export declare enum ButtonModes {
|
457
|
+
export declare const enum ButtonModes {
|
607
458
|
raised = 0,
|
608
459
|
flat = 1,
|
609
460
|
depressed = 2,
|
610
461
|
icon = 3
|
611
462
|
}
|
612
|
-
export declare enum ButtonSizes {
|
463
|
+
export declare const enum ButtonSizes {
|
613
464
|
small = 0,
|
614
465
|
medium = 1,
|
615
466
|
large = 2,
|
616
467
|
xSmall = 3,
|
617
468
|
xLarge = 4
|
618
469
|
}
|
619
|
-
export declare enum VDataGridHeaderAlign {
|
470
|
+
export declare const enum VDataGridHeaderAlign {
|
620
471
|
left = 0,
|
621
472
|
right = 1
|
622
473
|
}
|
623
|
-
export declare enum VDataGridHeaderType {
|
474
|
+
export declare const enum VDataGridHeaderType {
|
624
475
|
text = 0,
|
625
476
|
number = 1,
|
626
477
|
boolean = 2,
|
627
478
|
date = 3
|
628
479
|
}
|
629
|
-
export declare enum AppInstanceAction {
|
480
|
+
export declare const enum AppInstanceAction {
|
630
481
|
permission = "permission",
|
631
482
|
features = "features"
|
632
483
|
}
|
633
|
-
export declare enum ServiceLocatorUrlType {
|
484
|
+
export declare const enum ServiceLocatorUrlType {
|
634
485
|
Api = 0,
|
635
486
|
Resource = 1
|
636
487
|
}
|
637
|
-
export declare enum ImageResolution {
|
488
|
+
export declare const enum ImageResolution {
|
638
489
|
Small = 640,
|
639
490
|
Medium = 1280,
|
640
491
|
Large = 1920
|
641
492
|
}
|
642
|
-
export declare enum BladeSizes {
|
493
|
+
export declare const enum BladeSizes {
|
643
494
|
extrasmall = 4,
|
644
495
|
small = 5,
|
645
496
|
smallmedium = 8,
|
@@ -660,24 +511,24 @@ export declare enum VerticalAlignments {
|
|
660
511
|
center = 1,
|
661
512
|
bottom = 2
|
662
513
|
}
|
663
|
-
export declare enum LayoutDrawerTabs {
|
514
|
+
export declare const enum LayoutDrawerTabs {
|
664
515
|
settings = 0,
|
665
516
|
structure = 1,
|
666
517
|
layoutTemplates = 2,
|
667
518
|
clipboard = 3
|
668
519
|
}
|
669
|
-
export declare enum LayoutItemTypes {
|
520
|
+
export declare const enum LayoutItemTypes {
|
670
521
|
layout = "layout",
|
671
522
|
section = "section",
|
672
523
|
sectionItem = "sectionItem",
|
673
524
|
block = "block"
|
674
525
|
}
|
675
|
-
export declare enum TextAlignment {
|
526
|
+
export declare const enum TextAlignment {
|
676
527
|
left = "left",
|
677
528
|
center = "center",
|
678
529
|
right = "right"
|
679
530
|
}
|
680
|
-
export declare enum IconPositions {
|
531
|
+
export declare const enum IconPositions {
|
681
532
|
Left = 1,
|
682
533
|
Right = 2,
|
683
534
|
TopLeft = 3,
|
@@ -699,90 +550,90 @@ export declare enum Positions {
|
|
699
550
|
BottomLeft = 7,
|
700
551
|
BottomRight = 8
|
701
552
|
}
|
702
|
-
export declare enum TabbedIconPositions {
|
553
|
+
export declare const enum TabbedIconPositions {
|
703
554
|
Left = 0,
|
704
555
|
Top = 1,
|
705
556
|
Right = 2
|
706
557
|
}
|
707
|
-
export declare enum TabbedDisplayModes {
|
558
|
+
export declare const enum TabbedDisplayModes {
|
708
559
|
Horizontal = 1,
|
709
560
|
Vertical = 2
|
710
561
|
}
|
711
|
-
export declare enum LayoutEditorModes {
|
562
|
+
export declare const enum LayoutEditorModes {
|
712
563
|
design = 0,
|
713
564
|
designPreview = 1,
|
714
565
|
devicePreview = 2
|
715
566
|
}
|
716
|
-
export declare enum LayoutItemActions {
|
567
|
+
export declare const enum LayoutItemActions {
|
717
568
|
move = 0,
|
718
569
|
copy = 1,
|
719
570
|
clipboardInsert = 2
|
720
571
|
}
|
721
|
-
export declare enum ChromeTypes {
|
572
|
+
export declare const enum ChromeTypes {
|
722
573
|
none = "none",
|
723
574
|
boxed = "boxed"
|
724
575
|
}
|
725
|
-
export declare enum LayoutCanvasModes {
|
576
|
+
export declare const enum LayoutCanvasModes {
|
726
577
|
renderer = 0,
|
727
578
|
editor = 1
|
728
579
|
}
|
729
|
-
export declare enum BlockRenderingModes {
|
580
|
+
export declare const enum BlockRenderingModes {
|
730
581
|
render = 0,
|
731
582
|
designRender = 1,
|
732
583
|
designEdit = 2,
|
733
584
|
designPreview = 3
|
734
585
|
}
|
735
|
-
export declare enum IconSizes {
|
586
|
+
export declare const enum IconSizes {
|
736
587
|
Small = "16px",
|
737
588
|
Medium = "32px",
|
738
589
|
Large = "64px",
|
739
590
|
XLarge = "96px"
|
740
591
|
}
|
741
|
-
export declare enum ImageSources {
|
592
|
+
export declare const enum ImageSources {
|
742
593
|
Base64 = "Base64",
|
743
594
|
FontAwesome = "FontAwesome"
|
744
595
|
}
|
745
|
-
export declare enum PropertyArchiveType {
|
596
|
+
export declare const enum PropertyArchiveType {
|
746
597
|
enterpriseProperty = 0,
|
747
598
|
enterprisePropertySet = 1,
|
748
599
|
targetingProperty = 2
|
749
600
|
}
|
750
601
|
export declare namespace MediaPickerEnums {
|
751
|
-
enum ScalingFormatTypes {
|
602
|
+
const enum ScalingFormatTypes {
|
752
603
|
KeepFormat = 0,
|
753
604
|
Jpeg = 1
|
754
605
|
}
|
755
|
-
enum ImageRatioTypes {
|
606
|
+
const enum ImageRatioTypes {
|
756
607
|
Landscape = 0,
|
757
608
|
Square = 1,
|
758
609
|
Portrait = 2,
|
759
610
|
Wide = 3
|
760
611
|
}
|
761
|
-
enum MediaPickerTransformationTypes {
|
612
|
+
const enum MediaPickerTransformationTypes {
|
762
613
|
Crop = 0,
|
763
614
|
Flip = 1,
|
764
615
|
Filter = 2
|
765
616
|
}
|
766
|
-
enum OmniaMediaTypes {
|
617
|
+
const enum OmniaMediaTypes {
|
767
618
|
Image = 0,
|
768
619
|
Video = 1
|
769
620
|
}
|
770
|
-
enum LoadingStyle {
|
621
|
+
const enum LoadingStyle {
|
771
622
|
overlay = 0,
|
772
623
|
noOverlay = 1
|
773
624
|
}
|
774
|
-
enum MediaSearchStatus {
|
625
|
+
const enum MediaSearchStatus {
|
775
626
|
Initial = 0,
|
776
627
|
Searching = 1,
|
777
628
|
Finish = 2,
|
778
629
|
Error = 3
|
779
630
|
}
|
780
631
|
}
|
781
|
-
export declare enum DirectionRules {
|
632
|
+
export declare const enum DirectionRules {
|
782
633
|
ltr = 0,
|
783
634
|
rtl = 1
|
784
635
|
}
|
785
|
-
export declare enum PropertyEditModeElementNameType {
|
636
|
+
export declare const enum PropertyEditModeElementNameType {
|
786
637
|
Text = "omfx-enterpriseproperties-textfield-edit",
|
787
638
|
Number = "omfx-enterpriseproperties-numberfield-edit",
|
788
639
|
DateTime = "omfx-enterpriseproperties-datetimefield-edit",
|
@@ -795,23 +646,23 @@ export declare enum PropertyEditModeElementNameType {
|
|
795
646
|
Tags = "omfx-enterpriseproperties-tags-edit",
|
796
647
|
Process = "opm-enterpriseproperties-process-edit"
|
797
648
|
}
|
798
|
-
export declare enum OmniaBackendRuntimes {
|
649
|
+
export declare const enum OmniaBackendRuntimes {
|
799
650
|
/**Omnia server for Sharepoint Online */
|
800
651
|
M365 = "sponline",
|
801
652
|
/**Omnia server for Sharepoint OnPrem */
|
802
653
|
SharePointServer = "sponprem"
|
803
654
|
}
|
804
|
-
export declare enum OmniaClientRuntimes {
|
655
|
+
export declare const enum OmniaClientRuntimes {
|
805
656
|
Spfx = "spfx",
|
806
657
|
OmniaApp = "omniaapp"
|
807
658
|
}
|
808
|
-
export declare enum IdentityUserIdTypeMatch {
|
659
|
+
export declare const enum IdentityUserIdTypeMatch {
|
809
660
|
SPOnpremAdGroup = "c:0+",
|
810
661
|
SPOnpremAdUser = "\\",
|
811
662
|
AzureAdGroup = "",
|
812
663
|
AzureAdUser = ""
|
813
664
|
}
|
814
|
-
export declare enum OmniaMimeType {
|
665
|
+
export declare const enum OmniaMimeType {
|
815
666
|
".323" = "text/h323",
|
816
667
|
".3g2" = "video/3gpp2",
|
817
668
|
".3gp" = "video/3gpp",
|
@@ -1375,7 +1226,7 @@ export declare enum OmniaMimeType {
|
|
1375
1226
|
".woff2" = "application/font-woff2",
|
1376
1227
|
".svg" = "image/svg+xml"
|
1377
1228
|
}
|
1378
|
-
export declare enum DisplayBreakpointCodes {
|
1229
|
+
export declare const enum DisplayBreakpointCodes {
|
1379
1230
|
/**
|
1380
1231
|
* Small to large phone, less than 600px
|
1381
1232
|
* */
|
@@ -1396,7 +1247,7 @@ export declare enum DisplayBreakpointCodes {
|
|
1396
1247
|
export declare const DisplayBreakpoints: readonly ["s", "m", "l"];
|
1397
1248
|
export type DisplayBreakpointTypes = typeof DisplayBreakpoints[number];
|
1398
1249
|
export type ContainerBreakpointTypes = "layout" | "column" | "parent";
|
1399
|
-
export declare enum LocalServingMessageType {
|
1250
|
+
export declare const enum LocalServingMessageType {
|
1400
1251
|
Connected = "connected",
|
1401
1252
|
FullReload = "full-reload",
|
1402
1253
|
Update = "update",
|
@@ -1404,17 +1255,17 @@ export declare enum LocalServingMessageType {
|
|
1404
1255
|
Error = "error",
|
1405
1256
|
LocalizeChanged = "localize-changed"
|
1406
1257
|
}
|
1407
|
-
export declare enum CookieKeys {
|
1258
|
+
export declare const enum CookieKeys {
|
1408
1259
|
LoginType = "LoginType",
|
1409
1260
|
OmniaAuthType = "OmniaAuthType",
|
1410
1261
|
UniqueName = "UniqueName",
|
1411
1262
|
TempUniqueName = "TempUniqueName"
|
1412
1263
|
}
|
1413
|
-
export declare enum PersistentDiskTypes {
|
1264
|
+
export declare const enum PersistentDiskTypes {
|
1414
1265
|
Standard = "Standard",
|
1415
1266
|
Premium = "Premium"
|
1416
1267
|
}
|
1417
|
-
export declare enum StatusFilter {
|
1268
|
+
export declare const enum StatusFilter {
|
1418
1269
|
Success = 1,
|
1419
1270
|
Failed = 2
|
1420
1271
|
}
|
package/Enums.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.TimePeriodTypes = exports.TargetUser = exports.RedirectRuleType = exports.MultilingualScopes = exports.OmniaRoleTypes = exports.TargetResolverTypes = exports.PermissionRoles = exports.TimeFormats = exports.CompareBusinessProfilePathType = exports.StatusMessageOverlayType = exports.HttpStatusCode = exports.QueueMessageStatus = exports.StaticEndpoint = exports.ThemeType = exports.FeatureInstanceStatus = exports.RoleDefinitions = exports.Parameters = exports.ParamTypes = exports.PropertyIndexedType = exports.UserPickingType = exports.BoolFilter = exports.PrincipalTypes = exports.AppInstanceScopedQueryTypes = exports.AppInstanceStatus = exports.VideoRatio = exports.AdminNavigationBuiltInCategory = exports.AdminVisibility = exports.AuthenticationValidationStatuses = exports.IconSources = exports.IconTypes = exports.
|
4
|
-
exports.StatusFilter = exports.PersistentDiskTypes = exports.CookieKeys = exports.LocalServingMessageType = exports.DisplayBreakpoints = exports.DisplayBreakpointCodes = exports.OmniaMimeType = exports.IdentityUserIdTypeMatch = exports.OmniaClientRuntimes = exports.OmniaBackendRuntimes = exports.PropertyEditModeElementNameType = exports.DirectionRules = exports.MediaPickerEnums = exports.PropertyArchiveType = exports.ImageSources = exports.IconSizes = exports.BlockRenderingModes = exports.LayoutCanvasModes = exports.ChromeTypes = exports.LayoutItemActions = exports.LayoutEditorModes = exports.TabbedDisplayModes = exports.TabbedIconPositions = exports.Positions = exports.BorderPositions = exports.IconPositions = exports.TextAlignment = exports.LayoutItemTypes = exports.LayoutDrawerTabs = exports.VerticalAlignments = exports.HorizontalAlignments = exports.BladeSizes = exports.ImageResolution = exports.ServiceLocatorUrlType = exports.AppInstanceAction = exports.VDataGridHeaderType = exports.VDataGridHeaderAlign = exports.ButtonSizes = exports.ButtonModes = exports.ButtonIconPosition = exports.ButtonTooltipPosition =
|
3
|
+
exports.RichTextModes = exports.TimePeriodTypes = exports.TargetUser = exports.RedirectRuleType = exports.MultilingualScopes = exports.OmniaRoleTypes = exports.TargetResolverTypes = exports.PermissionRoles = exports.TimeFormats = exports.CompareBusinessProfilePathType = exports.StatusMessageOverlayType = exports.HttpStatusCode = exports.QueueMessageStatus = exports.StaticEndpoint = exports.ThemeType = exports.FeatureInstanceStatus = exports.RoleDefinitions = exports.Parameters = exports.ParamTypes = exports.PropertyIndexedType = exports.UserPickingType = exports.BoolFilter = exports.PrincipalTypes = exports.AppInstanceScopedQueryTypes = exports.AppInstanceStatus = exports.VideoRatio = exports.AdminNavigationBuiltInCategory = exports.AdminVisibility = exports.AuthenticationValidationStatuses = exports.IconSources = exports.IconTypes = exports.LanguageTags = exports.LocalizationTargetTypes = exports.BundleTargetTypes = exports.ServerManifestTypes = exports.ClientManifestTypes = exports.RuleLogicalOperator = exports.ResourceEvaluators = exports.ConsoleStateStorageMessageTypes = exports.ConsoleMessageTypes = exports.LogLevels = exports.ManifestLoadStatus = exports.LogSources = exports.AppTemplatePermissionLevel = exports.SecurityAccessType = exports.SecurityIdentities = exports.SecurityRoleScopes = exports.SecurityProviderTypes = exports.BuiltInAppInstanceInternalNames = exports.BuiltInEnterprisePropertyInternalNames = void 0;
|
4
|
+
exports.StatusFilter = exports.PersistentDiskTypes = exports.CookieKeys = exports.LocalServingMessageType = exports.DisplayBreakpoints = exports.DisplayBreakpointCodes = exports.OmniaMimeType = exports.IdentityUserIdTypeMatch = exports.OmniaClientRuntimes = exports.OmniaBackendRuntimes = exports.PropertyEditModeElementNameType = exports.DirectionRules = exports.MediaPickerEnums = exports.PropertyArchiveType = exports.ImageSources = exports.IconSizes = exports.BlockRenderingModes = exports.LayoutCanvasModes = exports.ChromeTypes = exports.LayoutItemActions = exports.LayoutEditorModes = exports.TabbedDisplayModes = exports.TabbedIconPositions = exports.Positions = exports.BorderPositions = exports.IconPositions = exports.TextAlignment = exports.LayoutItemTypes = exports.LayoutDrawerTabs = exports.VerticalAlignments = exports.HorizontalAlignments = exports.BladeSizes = exports.ImageResolution = exports.ServiceLocatorUrlType = exports.AppInstanceAction = exports.VDataGridHeaderType = exports.VDataGridHeaderAlign = exports.ButtonSizes = exports.ButtonModes = exports.ButtonIconPosition = exports.ButtonTooltipPosition = void 0;
|
5
5
|
var BuiltInEnterprisePropertyInternalNames;
|
6
6
|
(function (BuiltInEnterprisePropertyInternalNames) {
|
7
7
|
BuiltInEnterprisePropertyInternalNames["Title"] = "title";
|
@@ -255,22 +255,6 @@ var LanguageTags;
|
|
255
255
|
LanguageTags["SeNo"] = "se-no";
|
256
256
|
LanguageTags["MtMt"] = "mt-mt";
|
257
257
|
})(LanguageTags || (exports.LanguageTags = LanguageTags = {}));
|
258
|
-
/**
|
259
|
-
* Obsolete, use LanguageTags
|
260
|
-
* */
|
261
|
-
exports.LocaleNames = {
|
262
|
-
...LanguageTags
|
263
|
-
};
|
264
|
-
//export enum OmniaInstanceModes {
|
265
|
-
// Tenant = 0,
|
266
|
-
// SiteCollection = 1
|
267
|
-
//}
|
268
|
-
//export enum ButtonPreset {
|
269
|
-
// Ok = "IOk",
|
270
|
-
// Close = "IClose",
|
271
|
-
// CloseIconButton = "ICloseIconButton",
|
272
|
-
// ImageIconButton = "IImageIconButton"
|
273
|
-
//}
|
274
258
|
var IconTypes;
|
275
259
|
(function (IconTypes) {
|
276
260
|
IconTypes["FontAwesome"] = "IFontAwesomeIcon";
|
package/Layout.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MultilingualString, ThemeDefinition, IIcon, Spacing, IconPickerModel, WebComponentDefinition, OmniaBlock, GuidValue, RadialGradientShapes, BlockTitleSettings, LayoutItemActions, LayoutEditorModes, BlockRenderingModes, TabbedDisplayModes, TabbedIconPositions, LayoutDrawerTabs, ILayoutCanvasDefinitionBuilder, MediaPickerImage, IMessageBusTopicSubscription, MediaPickerStorageProviderContext, OmniaBackendRuntimes, OmniaClientRuntimes, LayoutCanvasModes,
|
1
|
+
import { MultilingualString, ThemeDefinition, IIcon, Spacing, IconPickerModel, WebComponentDefinition, OmniaBlock, GuidValue, RadialGradientShapes, BlockTitleSettings, LayoutItemActions, LayoutEditorModes, BlockRenderingModes, TabbedDisplayModes, TabbedIconPositions, LayoutDrawerTabs, ILayoutCanvasDefinitionBuilder, MediaPickerImage, IMessageBusTopicSubscription, MediaPickerStorageProviderContext, OmniaBackendRuntimes, OmniaClientRuntimes, LayoutCanvasModes, HorizontalAlignments, SpacingValue, ColorValue, VerticalAlignments, ContainerVariant, ContainerBlueprint, ColorSchemaTypes, ColorSchema, ChromeBlueprint, BlueprintVariant } from ".";
|
2
2
|
import { MessageBusTopicMediator } from "../";
|
3
3
|
import { TargetingFilterProperty } from "../sp";
|
4
4
|
import { ShapeDividerSettings } from "./ShapeDividerSettingsModel";
|
@@ -67,8 +67,9 @@ export interface LayoutItemSettings {
|
|
67
67
|
hidden?: boolean;
|
68
68
|
css: string;
|
69
69
|
customCssClasses: string;
|
70
|
-
colorSchemaType?: ColorSchemaTypes;
|
71
|
-
|
70
|
+
colorSchemaType?: ColorSchemaTypes | ColorSchema;
|
71
|
+
containerVariant?: ContainerVariant | ContainerBlueprint;
|
72
|
+
chromeType?: ChromeBlueprint | BlueprintVariant;
|
72
73
|
}
|
73
74
|
export interface LinearGradientBackground extends BackgroundSettings {
|
74
75
|
degrees: number;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { LanguageTags } from "./Enums";
|
2
2
|
export interface ILocalizationComposer {
|
3
3
|
/**
|
4
4
|
* Set the current name space to wroking
|
@@ -28,5 +28,5 @@ export interface ILocalizationNamespaceComposer {
|
|
28
28
|
}
|
29
29
|
export interface LocalizationOptions {
|
30
30
|
/** The Locale Name to add localization to */
|
31
|
-
localeName:
|
31
|
+
localeName: LanguageTags;
|
32
32
|
}
|
package/filterengine/Shared.d.ts
CHANGED
@@ -102,7 +102,11 @@ export interface FilterEnginePropertySelectionsAreaProps<T extends ITypedFilterE
|
|
102
102
|
}
|
103
103
|
export interface FilterEngineContextPropertyDefinition {
|
104
104
|
typedHandler: new (property: any, defaultRouterValue: any, isRefinable: boolean, hasFilterState: boolean, enterpriseProperty: EnterprisePropertyDefinition) => ITypedFilterEngineHandler;
|
105
|
-
|
105
|
+
/**
|
106
|
+
* @deprecated Will be removed in 8. Use propertyRendererManifestIds instead.
|
107
|
+
*/
|
108
|
+
propertyRendererManifestId?: GuidValue;
|
109
|
+
propertyRendererManifestIds?: GuidValue[];
|
106
110
|
propertySettingsManifestId?: GuidValue;
|
107
111
|
propertyDefaultValueInputManifestId?: GuidValue;
|
108
112
|
selectionsAreaPropertyRendererManifestId?: GuidValue;
|
@@ -1,6 +1,11 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.VelcronImageRatios = void 0;
|
4
|
+
const d = {
|
5
|
+
position: {
|
6
|
+
type: null
|
7
|
+
}
|
8
|
+
};
|
4
9
|
var VelcronImageRatios;
|
5
10
|
(function (VelcronImageRatios) {
|
6
11
|
VelcronImageRatios["square"] = "square";
|
@@ -182,7 +182,7 @@ export declare const OToolbarVariationDefinitions: readonly ["default", "blade",
|
|
182
182
|
export type OToolbarVariants = typeof OToolbarVariationDefinitions[number];
|
183
183
|
export declare const OToolbarVariantsName = "OToolbarVariants";
|
184
184
|
/** Draggable */
|
185
|
-
export declare const ODraggableVariationDefinitions: readonly ["default", "list", "data-table", "element"];
|
185
|
+
export declare const ODraggableVariationDefinitions: readonly ["default", "list", "data-table", "element", "accordion"];
|
186
186
|
export type ODraggableVariants = typeof ODraggableVariationDefinitions[number];
|
187
187
|
export declare const ODraggableVariantsName = "ODraggableVariants";
|
188
188
|
/** Infinte Scroll */
|
@@ -134,7 +134,7 @@ exports.OTextBoxTypesName = "OTextBoxTypes";
|
|
134
134
|
exports.OToolbarVariationDefinitions = ["default", "blade", "menu", "drawer"];
|
135
135
|
exports.OToolbarVariantsName = "OToolbarVariants";
|
136
136
|
/** Draggable */
|
137
|
-
exports.ODraggableVariationDefinitions = ["default", "list", "data-table", "element"];
|
137
|
+
exports.ODraggableVariationDefinitions = ["default", "list", "data-table", "element", "accordion"];
|
138
138
|
exports.ODraggableVariantsName = "ODraggableVariants";
|
139
139
|
/** Infinte Scroll */
|
140
140
|
exports.OInfiniteScrollStatusDefinitions = ["ok", "empty", "loading", "error"];
|