@omnia/fx 8.0.136-dev → 8.0.137-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.
Files changed (31) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +113 -41
  5. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/journey/stores/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +10 -0
  9. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +34 -68
  10. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +68 -136
  11. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +68 -136
  12. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -10
  14. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  15. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +4 -4
  16. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +8 -8
  17. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/TypographyBlueprints.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +32 -32
  20. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +34 -68
  21. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +12 -10
  22. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +34 -68
  23. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +34 -68
  24. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +15 -5
  25. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemingService.d.ts +45 -0
  26. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +34 -68
  27. package/internal-do-not-import-from-here/ux/theming-v2/store/tmpUseIndexDb.d.ts +69 -0
  28. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +34 -68
  29. package/internal-do-not-import-from-here/wctypings.d.ts +41 -0
  30. package/package.json +3 -3
  31. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/index.d.ts +0 -2
@@ -311,12 +311,10 @@ export declare const useTypographyBlueprintStore: () => {
311
311
  colorToned: string;
312
312
  };
313
313
  id: {
314
- equals: {
314
+ toString: () => string;
315
+ equals?: {
315
316
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
316
317
  };
317
- toString: () => string;
318
- toJSON: () => string;
319
- valueOf: () => string;
320
318
  };
321
319
  };
322
320
  secondary: {
@@ -342,12 +340,10 @@ export declare const useTypographyBlueprintStore: () => {
342
340
  colorToned: string;
343
341
  };
344
342
  id: {
345
- equals: {
343
+ toString: () => string;
344
+ equals?: {
346
345
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
347
346
  };
348
- toString: () => string;
349
- toJSON: () => string;
350
- valueOf: () => string;
351
347
  };
352
348
  };
353
349
  accent1: {
@@ -373,12 +369,10 @@ export declare const useTypographyBlueprintStore: () => {
373
369
  colorToned: string;
374
370
  };
375
371
  id: {
376
- equals: {
372
+ toString: () => string;
373
+ equals?: {
377
374
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
378
375
  };
379
- toString: () => string;
380
- toJSON: () => string;
381
- valueOf: () => string;
382
376
  };
383
377
  };
384
378
  accent2: {
@@ -404,12 +398,10 @@ export declare const useTypographyBlueprintStore: () => {
404
398
  colorToned: string;
405
399
  };
406
400
  id: {
407
- equals: {
401
+ toString: () => string;
402
+ equals?: {
408
403
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
409
404
  };
410
- toString: () => string;
411
- toJSON: () => string;
412
- valueOf: () => string;
413
405
  };
414
406
  };
415
407
  accent3: {
@@ -435,12 +427,10 @@ export declare const useTypographyBlueprintStore: () => {
435
427
  colorToned: string;
436
428
  };
437
429
  id: {
438
- equals: {
430
+ toString: () => string;
431
+ equals?: {
439
432
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
440
433
  };
441
- toString: () => string;
442
- toJSON: () => string;
443
- valueOf: () => string;
444
434
  };
445
435
  };
446
436
  neutral: {
@@ -466,12 +456,10 @@ export declare const useTypographyBlueprintStore: () => {
466
456
  colorToned: string;
467
457
  };
468
458
  id: {
469
- equals: {
459
+ toString: () => string;
460
+ equals?: {
470
461
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
471
462
  };
472
- toString: () => string;
473
- toJSON: () => string;
474
- valueOf: () => string;
475
463
  };
476
464
  };
477
465
  background: {
@@ -497,12 +485,10 @@ export declare const useTypographyBlueprintStore: () => {
497
485
  colorToned: string;
498
486
  };
499
487
  id: {
500
- equals: {
488
+ toString: () => string;
489
+ equals?: {
501
490
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
502
491
  };
503
- toString: () => string;
504
- toJSON: () => string;
505
- valueOf: () => string;
506
492
  };
507
493
  };
508
494
  error: {
@@ -528,12 +514,10 @@ export declare const useTypographyBlueprintStore: () => {
528
514
  colorToned: string;
529
515
  };
530
516
  id: {
531
- equals: {
517
+ toString: () => string;
518
+ equals?: {
532
519
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
533
520
  };
534
- toString: () => string;
535
- toJSON: () => string;
536
- valueOf: () => string;
537
521
  };
538
522
  };
539
523
  info: {
@@ -559,12 +543,10 @@ export declare const useTypographyBlueprintStore: () => {
559
543
  colorToned: string;
560
544
  };
561
545
  id: {
562
- equals: {
546
+ toString: () => string;
547
+ equals?: {
563
548
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
564
549
  };
565
- toString: () => string;
566
- toJSON: () => string;
567
- valueOf: () => string;
568
550
  };
569
551
  };
570
552
  warning: {
@@ -590,12 +572,10 @@ export declare const useTypographyBlueprintStore: () => {
590
572
  colorToned: string;
591
573
  };
592
574
  id: {
593
- equals: {
575
+ toString: () => string;
576
+ equals?: {
594
577
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
595
578
  };
596
- toString: () => string;
597
- toJSON: () => string;
598
- valueOf: () => string;
599
579
  };
600
580
  };
601
581
  notification: {
@@ -621,12 +601,10 @@ export declare const useTypographyBlueprintStore: () => {
621
601
  colorToned: string;
622
602
  };
623
603
  id: {
624
- equals: {
604
+ toString: () => string;
605
+ equals?: {
625
606
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
626
607
  };
627
- toString: () => string;
628
- toJSON: () => string;
629
- valueOf: () => string;
630
608
  };
631
609
  };
632
610
  };
@@ -635,12 +613,10 @@ export declare const useTypographyBlueprintStore: () => {
635
613
  name: string;
636
614
  font?: {
637
615
  id: {
638
- equals: {
616
+ toString: () => string;
617
+ equals?: {
639
618
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
640
619
  };
641
- toString: () => string;
642
- toJSON: () => string;
643
- valueOf: () => string;
644
620
  };
645
621
  family: string;
646
622
  cdn?: string;
@@ -872,12 +848,10 @@ export declare const useTypographyBlueprintStore: () => {
872
848
  };
873
849
  name?: string;
874
850
  id: {
875
- equals: {
851
+ toString: () => string;
852
+ equals?: {
876
853
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
877
854
  };
878
- toString: () => string;
879
- toJSON: () => string;
880
- valueOf: () => string;
881
855
  };
882
856
  };
883
857
  spacing: {
@@ -901,12 +875,10 @@ export declare const useTypographyBlueprintStore: () => {
901
875
  };
902
876
  name?: string;
903
877
  id: {
904
- equals: {
878
+ toString: () => string;
879
+ equals?: {
905
880
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
906
881
  };
907
- toString: () => string;
908
- toJSON: () => string;
909
- valueOf: () => string;
910
882
  };
911
883
  };
912
884
  components: {
@@ -4981,31 +4953,25 @@ export declare const useTypographyBlueprintStore: () => {
4981
4953
  };
4982
4954
  name?: string;
4983
4955
  id: {
4984
- equals: {
4956
+ toString: () => string;
4957
+ equals?: {
4985
4958
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4986
4959
  };
4987
- toString: () => string;
4988
- toJSON: () => string;
4989
- valueOf: () => string;
4990
4960
  };
4991
4961
  };
4992
4962
  name?: string;
4993
4963
  id: {
4994
- equals: {
4964
+ toString: () => string;
4965
+ equals?: {
4995
4966
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
4996
4967
  };
4997
- toString: () => string;
4998
- toJSON: () => string;
4999
- valueOf: () => string;
5000
4968
  };
5001
4969
  };
5002
4970
  id: {
5003
- equals: {
4971
+ toString: () => string;
4972
+ equals?: {
5004
4973
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5005
4974
  };
5006
- toString: () => string;
5007
- toJSON: () => string;
5008
- valueOf: () => string;
5009
4975
  };
5010
4976
  name?: string;
5011
4977
  };
@@ -0,0 +1,69 @@
1
+ import { Future } from "@omnia/fx-models";
2
+ import { Ref } from "vue";
3
+ /**
4
+ * Async api for working with indexedDB. Remember to await the useIndexedDb since its async
5
+ * @export
6
+ * @param {string} name
7
+ * @param {string} table
8
+ * @return {*} {Future<IndexedDbApi>}
9
+ */
10
+ export declare function useIndexedDb(name: string, table: string): Future<IndexedDbApi>;
11
+ /**
12
+ *
13
+ *
14
+ * @export
15
+ * @interface IndexedDbApi
16
+ */
17
+ export interface IndexedDbApi {
18
+ /**
19
+ * Current database instance
20
+ * @type {(IDBDatabase | null)}
21
+ * @memberof IndexedDbApi
22
+ */
23
+ currentDb: IDBDatabase | null;
24
+ /**
25
+ * Current database name
26
+ * @type {Ref<string>}
27
+ * @memberof IndexedDbApi
28
+ */
29
+ currentDbName: Ref<string>;
30
+ /**
31
+ * Current database version
32
+ * @type {Ref<number>}
33
+ * @memberof IndexedDbApi
34
+ */
35
+ currentDbVersion: Ref<number>;
36
+ /**
37
+ * Gets the data by key from the database
38
+ * @memberof IndexedDbApi
39
+ */
40
+ get: <T>(key: IDBValidKey) => Promise<T>;
41
+ /**
42
+ * Gets all the data from the database
43
+ * @memberof IndexedDbApi
44
+ */
45
+ getAll: <T>() => Promise<Map<IDBValidKey, T>>;
46
+ /**
47
+ * Adds the key to the database if the key exists it will throw exception
48
+ * use upsert for add or update operations
49
+ * @memberof IndexedDbApi
50
+ */
51
+ add: <T>(key: IDBValidKey, data: T) => Promise<unknown>;
52
+ /**
53
+ * Does an add or update depending on if the key exists
54
+ * @memberof IndexedDbApi
55
+ */
56
+ upsert: <T>(key: IDBValidKey, data: T) => Promise<unknown>;
57
+ /**
58
+ * Removes the key from the database
59
+ * @memberof IndexedDbApi
60
+ */
61
+ remove: (key: IDBValidKey) => Promise<unknown>;
62
+ /**
63
+ * Closes the database connection and dispsoses the instance from the cache
64
+ * Note if you have multiple tables opened on the same database it will close all instances
65
+ * this means you have to call useIndexedDb again after this
66
+ * @memberof IndexedDbApi
67
+ */
68
+ close: () => void;
69
+ }
@@ -420,12 +420,10 @@ export declare function useColorSchemaSetup(props: object): {
420
420
  colorToned: string;
421
421
  };
422
422
  id: {
423
- equals: {
423
+ toString: () => string;
424
+ equals?: {
424
425
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
425
426
  };
426
- toString: () => string;
427
- toJSON: () => string;
428
- valueOf: () => string;
429
427
  };
430
428
  };
431
429
  secondary: {
@@ -451,12 +449,10 @@ export declare function useColorSchemaSetup(props: object): {
451
449
  colorToned: string;
452
450
  };
453
451
  id: {
454
- equals: {
452
+ toString: () => string;
453
+ equals?: {
455
454
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
456
455
  };
457
- toString: () => string;
458
- toJSON: () => string;
459
- valueOf: () => string;
460
456
  };
461
457
  };
462
458
  accent1: {
@@ -482,12 +478,10 @@ export declare function useColorSchemaSetup(props: object): {
482
478
  colorToned: string;
483
479
  };
484
480
  id: {
485
- equals: {
481
+ toString: () => string;
482
+ equals?: {
486
483
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
487
484
  };
488
- toString: () => string;
489
- toJSON: () => string;
490
- valueOf: () => string;
491
485
  };
492
486
  };
493
487
  accent2: {
@@ -513,12 +507,10 @@ export declare function useColorSchemaSetup(props: object): {
513
507
  colorToned: string;
514
508
  };
515
509
  id: {
516
- equals: {
510
+ toString: () => string;
511
+ equals?: {
517
512
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
518
513
  };
519
- toString: () => string;
520
- toJSON: () => string;
521
- valueOf: () => string;
522
514
  };
523
515
  };
524
516
  accent3: {
@@ -544,12 +536,10 @@ export declare function useColorSchemaSetup(props: object): {
544
536
  colorToned: string;
545
537
  };
546
538
  id: {
547
- equals: {
539
+ toString: () => string;
540
+ equals?: {
548
541
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
549
542
  };
550
- toString: () => string;
551
- toJSON: () => string;
552
- valueOf: () => string;
553
543
  };
554
544
  };
555
545
  neutral: {
@@ -575,12 +565,10 @@ export declare function useColorSchemaSetup(props: object): {
575
565
  colorToned: string;
576
566
  };
577
567
  id: {
578
- equals: {
568
+ toString: () => string;
569
+ equals?: {
579
570
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
580
571
  };
581
- toString: () => string;
582
- toJSON: () => string;
583
- valueOf: () => string;
584
572
  };
585
573
  };
586
574
  background: {
@@ -606,12 +594,10 @@ export declare function useColorSchemaSetup(props: object): {
606
594
  colorToned: string;
607
595
  };
608
596
  id: {
609
- equals: {
597
+ toString: () => string;
598
+ equals?: {
610
599
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
611
600
  };
612
- toString: () => string;
613
- toJSON: () => string;
614
- valueOf: () => string;
615
601
  };
616
602
  };
617
603
  error: {
@@ -637,12 +623,10 @@ export declare function useColorSchemaSetup(props: object): {
637
623
  colorToned: string;
638
624
  };
639
625
  id: {
640
- equals: {
626
+ toString: () => string;
627
+ equals?: {
641
628
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
642
629
  };
643
- toString: () => string;
644
- toJSON: () => string;
645
- valueOf: () => string;
646
630
  };
647
631
  };
648
632
  info: {
@@ -668,12 +652,10 @@ export declare function useColorSchemaSetup(props: object): {
668
652
  colorToned: string;
669
653
  };
670
654
  id: {
671
- equals: {
655
+ toString: () => string;
656
+ equals?: {
672
657
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
673
658
  };
674
- toString: () => string;
675
- toJSON: () => string;
676
- valueOf: () => string;
677
659
  };
678
660
  };
679
661
  warning: {
@@ -699,12 +681,10 @@ export declare function useColorSchemaSetup(props: object): {
699
681
  colorToned: string;
700
682
  };
701
683
  id: {
702
- equals: {
684
+ toString: () => string;
685
+ equals?: {
703
686
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
704
687
  };
705
- toString: () => string;
706
- toJSON: () => string;
707
- valueOf: () => string;
708
688
  };
709
689
  };
710
690
  notification: {
@@ -730,12 +710,10 @@ export declare function useColorSchemaSetup(props: object): {
730
710
  colorToned: string;
731
711
  };
732
712
  id: {
733
- equals: {
713
+ toString: () => string;
714
+ equals?: {
734
715
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
735
716
  };
736
- toString: () => string;
737
- toJSON: () => string;
738
- valueOf: () => string;
739
717
  };
740
718
  };
741
719
  };
@@ -744,12 +722,10 @@ export declare function useColorSchemaSetup(props: object): {
744
722
  name: string;
745
723
  font?: {
746
724
  id: {
747
- equals: {
725
+ toString: () => string;
726
+ equals?: {
748
727
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
749
728
  };
750
- toString: () => string;
751
- toJSON: () => string;
752
- valueOf: () => string;
753
729
  };
754
730
  family: string;
755
731
  cdn?: string;
@@ -981,12 +957,10 @@ export declare function useColorSchemaSetup(props: object): {
981
957
  };
982
958
  name?: string;
983
959
  id: {
984
- equals: {
960
+ toString: () => string;
961
+ equals?: {
985
962
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
986
963
  };
987
- toString: () => string;
988
- toJSON: () => string;
989
- valueOf: () => string;
990
964
  };
991
965
  };
992
966
  spacing: {
@@ -1010,12 +984,10 @@ export declare function useColorSchemaSetup(props: object): {
1010
984
  };
1011
985
  name?: string;
1012
986
  id: {
1013
- equals: {
987
+ toString: () => string;
988
+ equals?: {
1014
989
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1015
990
  };
1016
- toString: () => string;
1017
- toJSON: () => string;
1018
- valueOf: () => string;
1019
991
  };
1020
992
  };
1021
993
  components: {
@@ -5090,31 +5062,25 @@ export declare function useColorSchemaSetup(props: object): {
5090
5062
  };
5091
5063
  name?: string;
5092
5064
  id: {
5093
- equals: {
5065
+ toString: () => string;
5066
+ equals?: {
5094
5067
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5095
5068
  };
5096
- toString: () => string;
5097
- toJSON: () => string;
5098
- valueOf: () => string;
5099
5069
  };
5100
5070
  };
5101
5071
  name?: string;
5102
5072
  id: {
5103
- equals: {
5073
+ toString: () => string;
5074
+ equals?: {
5104
5075
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5105
5076
  };
5106
- toString: () => string;
5107
- toJSON: () => string;
5108
- valueOf: () => string;
5109
5077
  };
5110
5078
  };
5111
5079
  id: {
5112
- equals: {
5080
+ toString: () => string;
5081
+ equals?: {
5113
5082
  guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
5114
5083
  };
5115
- toString: () => string;
5116
- toJSON: () => string;
5117
- valueOf: () => string;
5118
5084
  };
5119
5085
  name?: string;
5120
5086
  };
@@ -129,7 +129,9 @@ import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-impo
129
129
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
130
130
  import wc8000658f96504040b6194f7e887665a7 from '../../fx-sp/internal-do-not-import-from-here/ux/queryfilterbuilder/QueryFilterBuilder';
131
131
  import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../fx-sp/internal-do-not-import-from-here/ux/targetingfilter/TargetingFilter';
132
+ import wcdae567bb2f1846abad5c0adaa64945cf from '../../fx-sp/internal-do-not-import-from-here/ux/termitem/SharePointTermItemComponent';
132
133
  import wceb90230ea21a47af8ba7c2a3a18b8c6b from '../../fx-sp/internal-do-not-import-from-here/ux/termpicker/TermPicker';
134
+ import wc22cd73487d484024b495097211e8a2c1 from '../../fx-sp/internal-do-not-import-from-here/ux/termsetpicker/TermSetPicker';
133
135
  import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
134
136
  import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
135
137
  import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
@@ -179,6 +181,7 @@ import wc99a73153b5c647da9d6de517f51e53f0 from './ux/blueprintpickers/typography
179
181
  import wc2f742a14a560434abb899360a69c314b from './ux/blueprintpickers/typography/TypographyBlueprintsViewer';
180
182
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
181
183
  import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
184
+ import wc72a828731c4e4f1e9753a6a6bfb31e67 from './ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
182
185
  import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
183
186
  import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyValue';
184
187
  import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
@@ -818,9 +821,15 @@ declare global {
818
821
  "omfx-targeting-filter": typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends {
819
822
  propsDefinition: infer TProp;
820
823
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccff151bfd6e24f2fbacd02bba0fffe1f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccff151bfd6e24f2fbacd02bba0fffe1f>, "propsDefinition">> : never;
824
+ "omfx-sp-term-item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
825
+ propsDefinition: infer TProp;
826
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdae567bb2f1846abad5c0adaa64945cf extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdae567bb2f1846abad5c0adaa64945cf>, "propsDefinition">> : never;
821
827
  "omfx-term-picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
822
828
  propsDefinition: infer TProp;
823
829
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wceb90230ea21a47af8ba7c2a3a18b8c6b>, "propsDefinition">> : never;
830
+ "omfx-termset-picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
831
+ propsDefinition: infer TProp;
832
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc22cd73487d484024b495097211e8a2c1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc22cd73487d484024b495097211e8a2c1>, "propsDefinition">> : never;
824
833
  "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
825
834
  propsDefinition: infer TProp;
826
835
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbc947f375ee34d2a98e2d431f2e45b62>, "propsDefinition">> : never;
@@ -968,6 +977,9 @@ declare global {
968
977
  "omfx-editor-chrome": typeof wc710dc11b823c4a80b2a031395c206325 extends {
969
978
  propsDefinition: infer TProp;
970
979
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc710dc11b823c4a80b2a031395c206325 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc710dc11b823c4a80b2a031395c206325>, "propsDefinition">> : never;
980
+ "omfx-enterpriseglossary-term-base": typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends {
981
+ propsDefinition: infer TProp;
982
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc72a828731c4e4f1e9753a6a6bfb31e67>, "propsDefinition">> : never;
971
983
  "omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826 extends {
972
984
  propsDefinition: infer TProp;
973
985
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb94ea0908c7f461085de9d21a61e0826 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb94ea0908c7f461085de9d21a61e0826>, "propsDefinition">> : never;
@@ -2001,6 +2013,15 @@ declare global {
2001
2013
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2002
2014
  };
2003
2015
  } : typeof wc41a6d1b1b02e4b368aac19ded6b391a1;
2016
+ "term": {
2017
+ "base": typeof wc72a828731c4e4f1e9753a6a6bfb31e67 extends {
2018
+ propsDefinition: infer TProp;
2019
+ } ? {
2020
+ new (...args: any[]): {
2021
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2022
+ };
2023
+ } : typeof wc72a828731c4e4f1e9753a6a6bfb31e67;
2024
+ };
2004
2025
  };
2005
2026
  "features": {
2006
2027
  "journey": {
@@ -3274,6 +3295,17 @@ declare global {
3274
3295
  };
3275
3296
  } : typeof wccff151bfd6e24f2fbacd02bba0fffe1f;
3276
3297
  };
3298
+ "sp": {
3299
+ "term": {
3300
+ "item": typeof wcdae567bb2f1846abad5c0adaa64945cf extends {
3301
+ propsDefinition: infer TProp;
3302
+ } ? {
3303
+ new (...args: any[]): {
3304
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3305
+ };
3306
+ } : typeof wcdae567bb2f1846abad5c0adaa64945cf;
3307
+ };
3308
+ };
3277
3309
  "term": {
3278
3310
  "picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b extends {
3279
3311
  propsDefinition: infer TProp;
@@ -3283,6 +3315,15 @@ declare global {
3283
3315
  };
3284
3316
  } : typeof wceb90230ea21a47af8ba7c2a3a18b8c6b;
3285
3317
  };
3318
+ "termset": {
3319
+ "picker": typeof wc22cd73487d484024b495097211e8a2c1 extends {
3320
+ propsDefinition: infer TProp;
3321
+ } ? {
3322
+ new (...args: any[]): {
3323
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3324
+ };
3325
+ } : typeof wc22cd73487d484024b495097211e8a2c1;
3326
+ };
3286
3327
  "queryable": {
3287
3328
  "enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5 extends {
3288
3329
  propsDefinition: infer TProp;