@omnia/fx-models 8.0.184-dev → 8.0.185-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 -86
- 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
|
1
|
+
export declare enum BuiltInEnterprisePropertyInternalNames {
|
2
2
|
Title = "title",
|
3
3
|
CreatedAt = "createdAt",
|
4
4
|
CreatedBy = "createdBy",
|
@@ -6,47 +6,47 @@ export declare const enum BuiltInEnterprisePropertyInternalNames {
|
|
6
6
|
ModifiedBy = "modifiedBy",
|
7
7
|
Tags = "tags"
|
8
8
|
}
|
9
|
-
export declare
|
9
|
+
export declare enum BuiltInAppInstanceInternalNames {
|
10
10
|
AppTemplateId = "AppTemplateId",
|
11
11
|
Properties = "Properties"
|
12
12
|
}
|
13
|
-
export declare
|
13
|
+
export declare enum SecurityProviderTypes {
|
14
14
|
RoleBased = "RoleBasedProvider",
|
15
15
|
Combined = "CombinedProviders"
|
16
16
|
}
|
17
|
-
export declare
|
17
|
+
export declare enum SecurityRoleScopes {
|
18
18
|
Tenant = "Tenant",
|
19
19
|
SiteCollection = "SiteCollection",
|
20
20
|
Site = "Site"
|
21
21
|
}
|
22
|
-
export declare
|
22
|
+
export declare enum SecurityIdentities {
|
23
23
|
OverridenRulesBindingIdentityId = "ff000000-0000-ffff-0000-0000000000ff",
|
24
24
|
AnonymousIdentity = "c2781205-d1c7-42e0-a270-4a43f94f6cf5"
|
25
25
|
}
|
26
|
-
export declare
|
26
|
+
export declare enum SecurityAccessType {
|
27
27
|
Write = "write"
|
28
28
|
}
|
29
|
-
export declare
|
29
|
+
export declare enum AppTemplatePermissionLevel {
|
30
30
|
SeftService = 0,
|
31
31
|
Approval = 1
|
32
32
|
}
|
33
|
-
export declare
|
33
|
+
export declare enum LogSources {
|
34
34
|
Omnia = 0,
|
35
35
|
Browser = 1,
|
36
36
|
All = 2
|
37
37
|
}
|
38
|
-
export declare
|
38
|
+
export declare enum ManifestLoadStatus {
|
39
39
|
Loaded = "Loaded",
|
40
40
|
Blocked = "Blocked"
|
41
41
|
}
|
42
|
-
export declare
|
42
|
+
export declare 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
|
49
|
+
export declare enum ConsoleMessageTypes {
|
50
50
|
System = "system",
|
51
51
|
Info = "info",
|
52
52
|
Warn = "warn",
|
@@ -54,11 +54,11 @@ export declare const enum ConsoleMessageTypes {
|
|
54
54
|
Good = "good",
|
55
55
|
Todo = "todo"
|
56
56
|
}
|
57
|
-
export declare
|
57
|
+
export declare enum ConsoleStateStorageMessageTypes {
|
58
58
|
SaveState = "saveState",
|
59
59
|
RestoreState = "restoreState"
|
60
60
|
}
|
61
|
-
export declare
|
61
|
+
export declare 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
|
77
|
+
export declare 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
|
84
|
+
export declare enum LocalizationTargetTypes {
|
85
85
|
public = 1,
|
86
86
|
admin = 2,
|
87
87
|
editor = 4,
|
88
88
|
backend = 8
|
89
89
|
}
|
90
|
-
export declare
|
90
|
+
export declare enum LanguageTags {
|
91
91
|
ArSa = "ar-sa",
|
92
92
|
BgBg = "bg-bg",
|
93
93
|
CaEs = "ca-es",
|
@@ -229,7 +229,7 @@ export declare const enum LanguageTags {
|
|
229
229
|
SeNo = "se-no",
|
230
230
|
MtMt = "mt-mt"
|
231
231
|
}
|
232
|
-
export declare
|
232
|
+
export declare enum IconTypes {
|
233
233
|
FontAwesome = "IFontAwesomeIcon",
|
234
234
|
Fabric = "IFabricIcon",
|
235
235
|
Flag = "IFlagIcon",
|
@@ -237,27 +237,27 @@ export declare const enum IconTypes {
|
|
237
237
|
Custom = "ICustomIcon",
|
238
238
|
SVG = "ISVG"
|
239
239
|
}
|
240
|
-
export declare
|
240
|
+
export declare enum IconSources {
|
241
241
|
Automatic = "IAutomaticIcon",
|
242
242
|
Builtin = "IBuiltinIcon",
|
243
243
|
Custom = "ICustomIcon"
|
244
244
|
}
|
245
|
-
export declare
|
245
|
+
export declare enum AuthenticationValidationStatuses {
|
246
246
|
Valid = 0,
|
247
247
|
NeedAuthentication = 1,
|
248
248
|
TokenKeyRefreshed = 2
|
249
249
|
}
|
250
|
-
export declare
|
250
|
+
export declare enum AdminVisibility {
|
251
251
|
Open = 0,
|
252
252
|
Close = 1,
|
253
253
|
Toggle = 2
|
254
254
|
}
|
255
|
-
export declare
|
255
|
+
export declare enum AdminNavigationBuiltInCategory {
|
256
256
|
Tenant = "3C1EBD25-5083-4C92-9692-F253BC403FE4",
|
257
257
|
BusinessProfile = "FC340843-48CA-4839-88D4-B4588212D4FB",
|
258
258
|
AppInstance = "8A908CD9-E24B-4148-BF38-6B1EE5A6C5D1"
|
259
259
|
}
|
260
|
-
export declare
|
260
|
+
export declare enum VideoRatio {
|
261
261
|
Wide = 0,
|
262
262
|
Normal = 1
|
263
263
|
}
|
@@ -277,24 +277,24 @@ export declare enum AppInstanceStatus {
|
|
277
277
|
ReadyToCreate = 11,
|
278
278
|
RemovingFeatures = 12
|
279
279
|
}
|
280
|
-
export declare
|
280
|
+
export declare enum AppInstanceScopedQueryTypes {
|
281
281
|
All = 1,
|
282
282
|
Followed = 2,
|
283
283
|
LastVisited = 3
|
284
284
|
}
|
285
|
-
export declare
|
285
|
+
export declare enum PrincipalTypes {
|
286
286
|
Member = 1,
|
287
287
|
Group = 2,
|
288
288
|
MemberAndGuest = 3,
|
289
289
|
MemberAndGroup = 4,
|
290
290
|
All = 5
|
291
291
|
}
|
292
|
-
export declare
|
292
|
+
export declare enum BoolFilter {
|
293
293
|
Both = 0,
|
294
294
|
True = 1,
|
295
295
|
False = 2
|
296
296
|
}
|
297
|
-
export declare
|
297
|
+
export declare enum UserPickingType {
|
298
298
|
NoDefault = 0,
|
299
299
|
FixedValue = 1,
|
300
300
|
CurrentUser = 2,
|
@@ -315,7 +315,7 @@ export declare enum PropertyIndexedType {
|
|
315
315
|
Tags = 12,
|
316
316
|
ExtendedProperty = 13
|
317
317
|
}
|
318
|
-
export declare
|
318
|
+
export declare enum ParamTypes {
|
319
319
|
String = "String",
|
320
320
|
Int = "Int",
|
321
321
|
Double = "Double",
|
@@ -324,14 +324,14 @@ export declare const enum ParamTypes {
|
|
324
324
|
DateTime = "DateTime",
|
325
325
|
DateTimeOffset = "DateTimeOffset"
|
326
326
|
}
|
327
|
-
export declare
|
327
|
+
export declare enum Parameters {
|
328
328
|
BusinessProfileId = "profileId",
|
329
329
|
Language = "lang",
|
330
330
|
AppDefinitionId = "appDefinitionId",
|
331
331
|
AppTemplateId = "appTemplateId",
|
332
332
|
AppInstanceId = "appInstanceId"
|
333
333
|
}
|
334
|
-
export declare
|
334
|
+
export declare enum RoleDefinitions {
|
335
335
|
TenantAdmin = "67daa6ca-168e-458f-96c8-4162b77fc99f",
|
336
336
|
BusinessProfileAdmin = "64562087-f391-4244-a70b-81fcdbc2cc64",
|
337
337
|
BusinessProfileViewer = "cffcab14-085f-4add-83fa-ac078e680ee3",
|
@@ -351,7 +351,7 @@ export declare const enum RoleDefinitions {
|
|
351
351
|
QueryAppInstanceReader = "D8E7ACC5-1338-43D2-8307-C3E712340205",
|
352
352
|
QueryAppInstanceViewer = "9B0B9C44-3356-408E-91A5-A29A7A83E924"
|
353
353
|
}
|
354
|
-
export declare
|
354
|
+
export declare enum FeatureInstanceStatus {
|
355
355
|
NotActivated = -1,
|
356
356
|
Activating = 0,
|
357
357
|
Activated = 1,
|
@@ -362,7 +362,7 @@ export declare const enum FeatureInstanceStatus {
|
|
362
362
|
AdminConsentUpgrading = 6,
|
363
363
|
AdminConsentWaitingActivation = 7
|
364
364
|
}
|
365
|
-
export declare
|
365
|
+
export declare enum ThemeType {
|
366
366
|
Light = "Light",
|
367
367
|
LightWithColorContrast = "LightWithColorContrast",
|
368
368
|
LightWithFullColorContrast = "LightWithFullColorContrast",
|
@@ -375,7 +375,7 @@ export declare const enum ThemeType {
|
|
375
375
|
/**
|
376
376
|
* The endpoints can be used directly in href without any context value
|
377
377
|
* */
|
378
|
-
export declare
|
378
|
+
export declare enum StaticEndpoint {
|
379
379
|
Logout = "/logout",
|
380
380
|
AuthSetup = "/authsetup",
|
381
381
|
Login = "/login",
|
@@ -385,112 +385,112 @@ export declare const enum StaticEndpoint {
|
|
385
385
|
MagicLinkFailure = "/api/magiclink/failure",
|
386
386
|
MagicLink = "/api/magiclink"
|
387
387
|
}
|
388
|
-
export declare
|
388
|
+
export declare enum QueueMessageStatus {
|
389
389
|
Unassigned = 0,
|
390
390
|
Assigned = 1,
|
391
391
|
Success = 2,
|
392
392
|
Exception = 3
|
393
393
|
}
|
394
|
-
export declare
|
394
|
+
export declare enum HttpStatusCode {
|
395
395
|
OK = 200,
|
396
396
|
NotFound = 404,
|
397
397
|
Unauthorized = 401,
|
398
398
|
Forbidden = 403
|
399
399
|
}
|
400
|
-
export declare
|
400
|
+
export declare enum StatusMessageOverlayType {
|
401
401
|
Normal = 0,
|
402
402
|
Fullscreen = 1
|
403
403
|
}
|
404
|
-
export declare
|
404
|
+
export declare enum CompareBusinessProfilePathType {
|
405
405
|
StartsWith = 1,
|
406
406
|
Equal = 2
|
407
407
|
}
|
408
|
-
export declare
|
408
|
+
export declare enum TimeFormats {
|
409
409
|
hour24 = 1,
|
410
410
|
hour12 = 2
|
411
411
|
}
|
412
|
-
export declare
|
412
|
+
export declare enum PermissionRoles {
|
413
413
|
TenantAdmin = "67daa6ca-168e-458f-96c8-4162b77fc99f"
|
414
414
|
}
|
415
|
-
export declare
|
415
|
+
export declare enum TargetResolverTypes {
|
416
416
|
Tenant = "Omnia.Fx.NetCore.Features.TargetResolvers.ITenantFeatureTargetResolver",
|
417
417
|
BusinessProfile = "Omnia.Fx.NetCore.Features.TargetResolvers.IBusinessProfileFeatureTargetResolver",
|
418
418
|
AppInstance = "Omnia.Fx.NetCore.Features.TargetResolvers.IAppInstanceFeatureTargetResolver"
|
419
419
|
}
|
420
|
-
export declare
|
420
|
+
export declare enum OmniaRoleTypes {
|
421
421
|
Tenant = 0,
|
422
422
|
Global = 1,
|
423
423
|
Custom = 2
|
424
424
|
}
|
425
|
-
export declare
|
425
|
+
export declare enum MultilingualScopes {
|
426
426
|
Tenant = 0,
|
427
427
|
BusinessProfile = 1
|
428
428
|
}
|
429
|
-
export declare
|
429
|
+
export declare enum RedirectRuleType {
|
430
430
|
RelativePath = 0,
|
431
431
|
Targeting = 1
|
432
432
|
}
|
433
|
-
export declare
|
433
|
+
export declare enum TargetUser {
|
434
434
|
Undefined = 0,
|
435
435
|
Target = 1,
|
436
436
|
NotTarget = 2
|
437
437
|
}
|
438
|
-
export declare
|
438
|
+
export declare enum TimePeriodTypes {
|
439
439
|
Years = 0,
|
440
440
|
Months = 1,
|
441
441
|
Days = 2
|
442
442
|
}
|
443
|
-
export declare
|
443
|
+
export declare enum RichTextModes {
|
444
444
|
Limited = 0,
|
445
445
|
Full = 1
|
446
446
|
}
|
447
|
-
export declare
|
447
|
+
export declare enum ButtonTooltipPosition {
|
448
448
|
Left = 0,
|
449
449
|
Right = 1,
|
450
450
|
Top = 3,
|
451
451
|
Bottom = 4
|
452
452
|
}
|
453
|
-
export declare
|
453
|
+
export declare enum ButtonIconPosition {
|
454
454
|
Left = 0,
|
455
455
|
Right = 1
|
456
456
|
}
|
457
|
-
export declare
|
457
|
+
export declare enum ButtonModes {
|
458
458
|
raised = 0,
|
459
459
|
flat = 1,
|
460
460
|
depressed = 2,
|
461
461
|
icon = 3
|
462
462
|
}
|
463
|
-
export declare
|
463
|
+
export declare enum ButtonSizes {
|
464
464
|
small = 0,
|
465
465
|
medium = 1,
|
466
466
|
large = 2,
|
467
467
|
xSmall = 3,
|
468
468
|
xLarge = 4
|
469
469
|
}
|
470
|
-
export declare
|
470
|
+
export declare enum VDataGridHeaderAlign {
|
471
471
|
left = 0,
|
472
472
|
right = 1
|
473
473
|
}
|
474
|
-
export declare
|
474
|
+
export declare enum VDataGridHeaderType {
|
475
475
|
text = 0,
|
476
476
|
number = 1,
|
477
477
|
boolean = 2,
|
478
478
|
date = 3
|
479
479
|
}
|
480
|
-
export declare
|
480
|
+
export declare enum AppInstanceAction {
|
481
481
|
permission = "permission",
|
482
482
|
features = "features"
|
483
483
|
}
|
484
|
-
export declare
|
484
|
+
export declare enum ServiceLocatorUrlType {
|
485
485
|
Api = 0,
|
486
486
|
Resource = 1
|
487
487
|
}
|
488
|
-
export declare
|
488
|
+
export declare enum ImageResolution {
|
489
489
|
Small = 640,
|
490
490
|
Medium = 1280,
|
491
491
|
Large = 1920
|
492
492
|
}
|
493
|
-
export declare
|
493
|
+
export declare enum BladeSizes {
|
494
494
|
extrasmall = 4,
|
495
495
|
small = 5,
|
496
496
|
smallmedium = 8,
|
@@ -511,24 +511,24 @@ export declare enum VerticalAlignments {
|
|
511
511
|
center = 1,
|
512
512
|
bottom = 2
|
513
513
|
}
|
514
|
-
export declare
|
514
|
+
export declare enum LayoutDrawerTabs {
|
515
515
|
settings = 0,
|
516
516
|
structure = 1,
|
517
517
|
layoutTemplates = 2,
|
518
518
|
clipboard = 3
|
519
519
|
}
|
520
|
-
export declare
|
520
|
+
export declare enum LayoutItemTypes {
|
521
521
|
layout = "layout",
|
522
522
|
section = "section",
|
523
523
|
sectionItem = "sectionItem",
|
524
524
|
block = "block"
|
525
525
|
}
|
526
|
-
export declare
|
526
|
+
export declare enum TextAlignment {
|
527
527
|
left = "left",
|
528
528
|
center = "center",
|
529
529
|
right = "right"
|
530
530
|
}
|
531
|
-
export declare
|
531
|
+
export declare enum IconPositions {
|
532
532
|
Left = 1,
|
533
533
|
Right = 2,
|
534
534
|
TopLeft = 3,
|
@@ -550,90 +550,90 @@ export declare enum Positions {
|
|
550
550
|
BottomLeft = 7,
|
551
551
|
BottomRight = 8
|
552
552
|
}
|
553
|
-
export declare
|
553
|
+
export declare enum TabbedIconPositions {
|
554
554
|
Left = 0,
|
555
555
|
Top = 1,
|
556
556
|
Right = 2
|
557
557
|
}
|
558
|
-
export declare
|
558
|
+
export declare enum TabbedDisplayModes {
|
559
559
|
Horizontal = 1,
|
560
560
|
Vertical = 2
|
561
561
|
}
|
562
|
-
export declare
|
562
|
+
export declare enum LayoutEditorModes {
|
563
563
|
design = 0,
|
564
564
|
designPreview = 1,
|
565
565
|
devicePreview = 2
|
566
566
|
}
|
567
|
-
export declare
|
567
|
+
export declare enum LayoutItemActions {
|
568
568
|
move = 0,
|
569
569
|
copy = 1,
|
570
570
|
clipboardInsert = 2
|
571
571
|
}
|
572
|
-
export declare
|
572
|
+
export declare enum ChromeTypes {
|
573
573
|
none = "none",
|
574
574
|
boxed = "boxed"
|
575
575
|
}
|
576
|
-
export declare
|
576
|
+
export declare enum LayoutCanvasModes {
|
577
577
|
renderer = 0,
|
578
578
|
editor = 1
|
579
579
|
}
|
580
|
-
export declare
|
580
|
+
export declare enum BlockRenderingModes {
|
581
581
|
render = 0,
|
582
582
|
designRender = 1,
|
583
583
|
designEdit = 2,
|
584
584
|
designPreview = 3
|
585
585
|
}
|
586
|
-
export declare
|
586
|
+
export declare enum IconSizes {
|
587
587
|
Small = "16px",
|
588
588
|
Medium = "32px",
|
589
589
|
Large = "64px",
|
590
590
|
XLarge = "96px"
|
591
591
|
}
|
592
|
-
export declare
|
592
|
+
export declare enum ImageSources {
|
593
593
|
Base64 = "Base64",
|
594
594
|
FontAwesome = "FontAwesome"
|
595
595
|
}
|
596
|
-
export declare
|
596
|
+
export declare enum PropertyArchiveType {
|
597
597
|
enterpriseProperty = 0,
|
598
598
|
enterprisePropertySet = 1,
|
599
599
|
targetingProperty = 2
|
600
600
|
}
|
601
601
|
export declare namespace MediaPickerEnums {
|
602
|
-
|
602
|
+
enum ScalingFormatTypes {
|
603
603
|
KeepFormat = 0,
|
604
604
|
Jpeg = 1
|
605
605
|
}
|
606
|
-
|
606
|
+
enum ImageRatioTypes {
|
607
607
|
Landscape = 0,
|
608
608
|
Square = 1,
|
609
609
|
Portrait = 2,
|
610
610
|
Wide = 3
|
611
611
|
}
|
612
|
-
|
612
|
+
enum MediaPickerTransformationTypes {
|
613
613
|
Crop = 0,
|
614
614
|
Flip = 1,
|
615
615
|
Filter = 2
|
616
616
|
}
|
617
|
-
|
617
|
+
enum OmniaMediaTypes {
|
618
618
|
Image = 0,
|
619
619
|
Video = 1
|
620
620
|
}
|
621
|
-
|
621
|
+
enum LoadingStyle {
|
622
622
|
overlay = 0,
|
623
623
|
noOverlay = 1
|
624
624
|
}
|
625
|
-
|
625
|
+
enum MediaSearchStatus {
|
626
626
|
Initial = 0,
|
627
627
|
Searching = 1,
|
628
628
|
Finish = 2,
|
629
629
|
Error = 3
|
630
630
|
}
|
631
631
|
}
|
632
|
-
export declare
|
632
|
+
export declare enum DirectionRules {
|
633
633
|
ltr = 0,
|
634
634
|
rtl = 1
|
635
635
|
}
|
636
|
-
export declare
|
636
|
+
export declare enum PropertyEditModeElementNameType {
|
637
637
|
Text = "omfx-enterpriseproperties-textfield-edit",
|
638
638
|
Number = "omfx-enterpriseproperties-numberfield-edit",
|
639
639
|
DateTime = "omfx-enterpriseproperties-datetimefield-edit",
|
@@ -646,23 +646,23 @@ export declare const enum PropertyEditModeElementNameType {
|
|
646
646
|
Tags = "omfx-enterpriseproperties-tags-edit",
|
647
647
|
Process = "opm-enterpriseproperties-process-edit"
|
648
648
|
}
|
649
|
-
export declare
|
649
|
+
export declare enum OmniaBackendRuntimes {
|
650
650
|
/**Omnia server for Sharepoint Online */
|
651
651
|
M365 = "sponline",
|
652
652
|
/**Omnia server for Sharepoint OnPrem */
|
653
653
|
SharePointServer = "sponprem"
|
654
654
|
}
|
655
|
-
export declare
|
655
|
+
export declare enum OmniaClientRuntimes {
|
656
656
|
Spfx = "spfx",
|
657
657
|
OmniaApp = "omniaapp"
|
658
658
|
}
|
659
|
-
export declare
|
659
|
+
export declare enum IdentityUserIdTypeMatch {
|
660
660
|
SPOnpremAdGroup = "c:0+",
|
661
661
|
SPOnpremAdUser = "\\",
|
662
662
|
AzureAdGroup = "",
|
663
663
|
AzureAdUser = ""
|
664
664
|
}
|
665
|
-
export declare
|
665
|
+
export declare enum OmniaMimeType {
|
666
666
|
".323" = "text/h323",
|
667
667
|
".3g2" = "video/3gpp2",
|
668
668
|
".3gp" = "video/3gpp",
|
@@ -1226,7 +1226,7 @@ export declare const enum OmniaMimeType {
|
|
1226
1226
|
".woff2" = "application/font-woff2",
|
1227
1227
|
".svg" = "image/svg+xml"
|
1228
1228
|
}
|
1229
|
-
export declare
|
1229
|
+
export declare enum DisplayBreakpointCodes {
|
1230
1230
|
/**
|
1231
1231
|
* Small to large phone, less than 600px
|
1232
1232
|
* */
|
@@ -1247,7 +1247,7 @@ export declare const enum DisplayBreakpointCodes {
|
|
1247
1247
|
export declare const DisplayBreakpoints: readonly ["s", "m", "l"];
|
1248
1248
|
export type DisplayBreakpointTypes = typeof DisplayBreakpoints[number];
|
1249
1249
|
export type ContainerBreakpointTypes = "layout" | "column" | "parent";
|
1250
|
-
export declare
|
1250
|
+
export declare enum LocalServingMessageType {
|
1251
1251
|
Connected = "connected",
|
1252
1252
|
FullReload = "full-reload",
|
1253
1253
|
Update = "update",
|
@@ -1255,17 +1255,17 @@ export declare const enum LocalServingMessageType {
|
|
1255
1255
|
Error = "error",
|
1256
1256
|
LocalizeChanged = "localize-changed"
|
1257
1257
|
}
|
1258
|
-
export declare
|
1258
|
+
export declare enum CookieKeys {
|
1259
1259
|
LoginType = "LoginType",
|
1260
1260
|
OmniaAuthType = "OmniaAuthType",
|
1261
1261
|
UniqueName = "UniqueName",
|
1262
1262
|
TempUniqueName = "TempUniqueName"
|
1263
1263
|
}
|
1264
|
-
export declare
|
1264
|
+
export declare enum PersistentDiskTypes {
|
1265
1265
|
Standard = "Standard",
|
1266
1266
|
Premium = "Premium"
|
1267
1267
|
}
|
1268
|
-
export declare
|
1268
|
+
export declare enum StatusFilter {
|
1269
1269
|
Success = 1,
|
1270
1270
|
Failed = 2
|
1271
1271
|
}
|
@@ -38,7 +38,7 @@ export declare const OAlertTypeDefinitions: readonly ["success", "info", "warnin
|
|
38
38
|
export type OAlertTypes = typeof OAlertTypeDefinitions[number];
|
39
39
|
export declare const OAlertTypesName = "OAlertTypes";
|
40
40
|
/**Button */
|
41
|
-
export declare const OButtonPresetDefinitions: readonly ["create", "remove", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
|
41
|
+
export declare const OButtonPresetDefinitions: readonly ["create", "remove", "delete", "ok", "cancel", "save", "close", "reorder", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
|
42
42
|
export type OOxideButtonPresets = typeof OButtonPresetDefinitions[number];
|
43
43
|
export declare const OButtonPresetsName = "OOxideButtonPresets";
|
44
44
|
export declare const OButtonVariantDefinitions: readonly ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu", "overlay"];
|
@@ -29,7 +29,7 @@ exports.OAppBarTypesName = "OAppBarTypes";
|
|
29
29
|
exports.OAlertTypeDefinitions = ["success", "info", "warning", "error"];
|
30
30
|
exports.OAlertTypesName = "OAlertTypes";
|
31
31
|
/**Button */
|
32
|
-
exports.OButtonPresetDefinitions = ["create", "remove", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
|
32
|
+
exports.OButtonPresetDefinitions = ["create", "remove", "delete", "ok", "cancel", "save", "close", "reorder", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
|
33
33
|
exports.OButtonPresetsName = "OOxideButtonPresets";
|
34
34
|
exports.OButtonVariantDefinitions = ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu", "overlay"];
|
35
35
|
exports.OButtonVariantsName = "OButtonVariants";
|