@omnia/tooling-vue 8.0.240-dev → 8.0.241-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.
@@ -292,6 +292,7 @@ import wc6b7f04ba8fc4487ea496dd8e42b55dbd from '../../../../client/fx/ux/oxide/s
292
292
  import wc170e15fd849e41568ed9b48f88711527 from '../../../../client/fx/ux/oxide/splitpane/SplitpaneItem';
293
293
  import wc7cc2d4feecde4174badc5797ba6fb53e from '../../../../client/fx/ux/oxide/stepper/Stepper';
294
294
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from '../../../../client/fx/ux/oxide/stepper/StepperStep';
295
+ import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from '../../../../client/fx/ux/oxide/stickycontainer/StickyContainer';
295
296
  import wc31cc47b19e7d4c40b826f58d1c955a43 from '../../../../client/fx/ux/oxide/switch/Switch';
296
297
  import wc7345c491927b43438d9f5e14f51fbfad from '../../../../client/fx/ux/oxide/tab/Tabs';
297
298
  import wc8669930d609c497e8cde0c554621db88 from '../../../../client/fx/ux/oxide/tab/Tab';
@@ -1413,6 +1414,9 @@ declare global {
1413
1414
  "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
1414
1415
  propsDefinition: infer TProp;
1415
1416
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca8c8ffd3d8ff46ee969d8fb6b9522104>, "propsDefinition">> : never;
1417
+ "o-sticky-container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
1418
+ propsDefinition: infer TProp;
1419
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8>, "propsDefinition">> : never;
1416
1420
  "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
1417
1421
  propsDefinition: infer TProp;
1418
1422
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc31cc47b19e7d4c40b826f58d1c955a43>, "propsDefinition">> : never;
@@ -6507,6 +6511,15 @@ declare global {
6507
6511
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6508
6512
  };
6509
6513
  } : typeof wc7cc2d4feecde4174badc5797ba6fb53e;
6514
+ "sticky": {
6515
+ "container": typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8 extends {
6516
+ propsDefinition: infer TProp;
6517
+ } ? {
6518
+ new (...args: any[]): {
6519
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
6520
+ };
6521
+ } : typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8;
6522
+ };
6510
6523
  "switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
6511
6524
  propsDefinition: infer TProp;
6512
6525
  } ? {