@omnia/tooling-vue 8.0.368-dev → 8.0.370-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.
@@ -107,6 +107,7 @@ import wcc3804d46bde14e61961f7de5ad9128d2 from '../../../../client/fx/ux/richtex
107
107
  import wc245fede62e7c44b48b19e75796ff050b from '../../../../client/fx/ux/richtexteditorrenderer/RichTextEditorRendererSignIn';
108
108
  import wc8c7794090eb647eb8510b39cbefa17a7 from '../../../../client/fx/ux/rollupempty/RollupEmpty';
109
109
  import wc327f0bbcccdf4ad6b43b86816c61d6c9 from '../../../../client/fx/ux/rollupfilter/RollupFilter';
110
+ import wc0ed31f854a244481a011ce4fa4aa5436 from '../../../../client/fx/ux/rollupfilter/RollupFilterPicker';
110
111
  import wc379287b1efe64a49a43fcd754d1fd951 from '../../../../client/fx/ux/securitytrimmer/SecurityTrimmer';
111
112
  import wcc0de4753b9fe4004b0f4e6b6b91730ab from '../../../../client/fx/ux/settings/SettingsPane';
112
113
  import wc67a7bdf58e82465d8f3fc32413512932 from '../../../../client/fx/ux/shapedivider/ShapeDividerSettings';
@@ -314,6 +315,7 @@ import wc578e2a4d5cd247a4b1291911256253a7 from '../../../../client/fx/ux/oxide/s
314
315
  import wc2ade92721b3c426fac97c63026f77351 from '../../../../client/fx/ux/oxide/skeletonloader/SkeletonLoader';
315
316
  import wc8b0bddecd5d74fcba7aac87913137ca3 from '../../../../client/fx/ux/oxide/slidepanel/SlidePanel';
316
317
  import wcd5ff31018df44196a5c6ab219bab4c25 from '../../../../client/fx/ux/oxide/slidepanel/Slide';
318
+ import wc2001e58f6a33442fb716d45a67eee24d from '../../../../client/fx/ux/oxide/slidepanel/SlidePanelSettings';
317
319
  import wcd108fdde5ca942d7ae92195eb74b5452 from '../../../../client/fx/ux/oxide/slider/Slider';
318
320
  import wca19feddcd78b4065b7650162fd088379 from '../../../../client/fx/ux/oxide/snackbar/Snackbar';
319
321
  import wcc26ccc7aeae04f76a062e83c6df302fc from '../../../../client/fx/ux/oxide/spacer/Spacer';
@@ -375,6 +377,7 @@ import wc8391c3abe04c43b78b32edde15337988 from '../../../../client/fx/ux/aurora/
375
377
  import wcdb6d37c1525f463aa5b4a89a4ddfe05c from '../../../../client/fx/ux/aurora/components/buttonstyle/ButtonStylePicker';
376
378
  import wc28aca89920b749c894138e728231ffc4 from '../../../../client/fx/ux/aurora/components/buttonstyle/ButtonStyleEditor';
377
379
  import wc7222a47525f54724a8e9f7f2cfc39354 from '../../../../client/fx/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
380
+ import wc81ff82944f2542b3afec55c5dba22f36 from '../../../../client/fx/ux/aurora/components/chromepicker/ChromePicker';
378
381
  import wc638cfe124ab24d0ebd0711c0bd844af6 from '../../../../client/fx/ux/aurora/components/colorpickerV2/ColorPicker';
379
382
  import wc1266389c28034034921b897f788f302d from '../../../../client/fx/ux/aurora/components/colorschemapicker/ColorSchemaPicker';
380
383
  import wc9ed2b61fad8a43f384efef4a5dcbd184 from '../../../../client/fx/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
@@ -851,6 +854,15 @@ declare global {
851
854
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
852
855
  };
853
856
  } : typeof wc057bef6897bb4ba4a089d01c2da1322e;
857
+ "layout": {
858
+ "picker": typeof wc81ff82944f2542b3afec55c5dba22f36 extends {
859
+ propsDefinition: infer TProp;
860
+ } ? {
861
+ new (...args: any[]): {
862
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
863
+ };
864
+ } : typeof wc81ff82944f2542b3afec55c5dba22f36;
865
+ };
854
866
  };
855
867
  "command": {
856
868
  "palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da extends {
@@ -2129,7 +2141,16 @@ declare global {
2129
2141
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2130
2142
  };
2131
2143
  } : typeof wc8c7794090eb647eb8510b39cbefa17a7;
2132
- "filter": typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
2144
+ "filter": {
2145
+ "picker": typeof wc0ed31f854a244481a011ce4fa4aa5436 extends {
2146
+ propsDefinition: infer TProp;
2147
+ } ? {
2148
+ new (...args: any[]): {
2149
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2150
+ };
2151
+ } : typeof wc0ed31f854a244481a011ce4fa4aa5436;
2152
+ };
2153
+ "filter$": typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
2133
2154
  propsDefinition: infer TProp;
2134
2155
  } ? {
2135
2156
  new (...args: any[]): {
@@ -5264,7 +5285,16 @@ declare global {
5264
5285
  } : typeof wc2ade92721b3c426fac97c63026f77351;
5265
5286
  };
5266
5287
  "slide": {
5267
- "panel": typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
5288
+ "panel": {
5289
+ "settings": typeof wc2001e58f6a33442fb716d45a67eee24d extends {
5290
+ propsDefinition: infer TProp;
5291
+ } ? {
5292
+ new (...args: any[]): {
5293
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5294
+ };
5295
+ } : typeof wc2001e58f6a33442fb716d45a67eee24d;
5296
+ };
5297
+ "panel$": typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
5268
5298
  propsDefinition: infer TProp;
5269
5299
  } ? {
5270
5300
  new (...args: any[]): {