@omnia/fx 8.0.57-dev → 8.0.58-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/stores/oxide/ComponentHostStore.d.ts +4 -4
  2. package/internal-do-not-import-from-here/stores/oxide/ScrollContainerStore.d.ts +0 -0
  3. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +34 -46
  6. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +194 -223
  7. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +146 -175
  8. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +51 -66
  9. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +4 -0
  10. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +115 -14
  11. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +44 -0
  13. package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +3 -0
  14. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +119 -0
  15. package/internal-do-not-import-from-here/ux/oxide/form/docs/ExampleComponents.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +46 -0
  17. package/internal-do-not-import-from-here/ux/oxide/form/docs/index.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +12 -12
  19. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +10 -0
  20. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +196 -0
  21. package/internal-do-not-import-from-here/ux/oxide/notification/docs/ExampleComponents.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +46 -0
  23. package/internal-do-not-import-from-here/ux/oxide/notification/docs/index.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +127 -0
  26. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/ExampleComponents.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +46 -0
  28. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/wctypings.d.ts +21 -0
  30. package/package.json +2 -2
  31. /package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/{DateTimeZonePickerExample.d.ts → SampleComponent.d.ts} +0 -0
@@ -186,6 +186,7 @@ import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex';
186
186
  import wcea8772c790d448f292f937e298c62724 from './ux/oxide/flex/Flex2';
187
187
  import wc73c0fad58d364a9db31c360fcc748c10 from './ux/oxide/flex/Row';
188
188
  import wc6b9a8ce82fe74ddaabbb8dc1a6d93437 from './ux/oxide/flex/Col';
189
+ import wc02b49401a3554f3db9fc158e52535ac3 from './ux/oxide/form/Form';
189
190
  import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
190
191
  import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
191
192
  import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
@@ -198,12 +199,14 @@ import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
198
199
  import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
199
200
  import wc01c206c8b30e41408b6457cdea679b78 from './ux/oxide/menu/Menu';
200
201
  import wc48b4d391d03f4a01a9485b845917d229 from './ux/oxide/navigationdrawer/NavigationDrawer';
202
+ import wc16277e3059db453eb98ad6946d315c39 from './ux/oxide/notification/Notification';
201
203
  import wcecbd3b3dbc834cf0856597772da1320c from './ux/oxide/pagination/Pagination';
202
204
  import wc1d8d2a2328244f1eab96344841305976 from './ux/oxide/panel/Panel';
203
205
  import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
204
206
  import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
205
207
  import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
206
208
  import wc4c41fd8799ae43468150fd47661e8100 from './ux/oxide/rating/Rating';
209
+ import wc177587e103904861b5d4d491388a01b1 from './ux/oxide/scrollcontainer/ScrollContainer';
207
210
  import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
208
211
  import wc2ade92721b3c426fac97c63026f77351 from './ux/oxide/skeletonloader/SkeletonLoader';
209
212
  import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
@@ -550,6 +553,7 @@ declare global {
550
553
  "o-flex2": typeof wcea8772c790d448f292f937e298c62724.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea8772c790d448f292f937e298c62724.propsDefinition>;
551
554
  "o-row": typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73c0fad58d364a9db31c360fcc748c10.propsDefinition>;
552
555
  "o-col2": typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition>;
556
+ "o-form": typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition>;
553
557
  "o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
554
558
  "o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
555
559
  "o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
@@ -562,12 +566,14 @@ declare global {
562
566
  "o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition>;
563
567
  "o-menu": typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition>;
564
568
  "o-navigation-drawer": typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
569
+ "o-notification": typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition>;
565
570
  "o-pagination": typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition>;
566
571
  "o-panel": typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition>;
567
572
  "o-progress": typeof wc247719ac6d3843ec889face452544a21.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc247719ac6d3843ec889face452544a21.propsDefinition>;
568
573
  "o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
569
574
  "o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
570
575
  "o-rating": typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition>;
576
+ "o-scroll-container": typeof wc177587e103904861b5d4d491388a01b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177587e103904861b5d4d491388a01b1.propsDefinition>;
571
577
  "o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
572
578
  "o-skeleton-loader": typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
573
579
  "o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
@@ -1660,6 +1666,11 @@ declare global {
1660
1666
  $props: typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b9a8ce82fe74ddaabbb8dc1a6d93437.propsDefinition>;
1661
1667
  };
1662
1668
  };
1669
+ "OForm": {
1670
+ new (...args: any[]): {
1671
+ $props: typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition>;
1672
+ };
1673
+ };
1663
1674
  "OHostProvider": {
1664
1675
  new (...args: any[]): {
1665
1676
  $props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
@@ -1720,6 +1731,11 @@ declare global {
1720
1731
  $props: typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
1721
1732
  };
1722
1733
  };
1734
+ "ONotification": {
1735
+ new (...args: any[]): {
1736
+ $props: typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition>;
1737
+ };
1738
+ };
1723
1739
  "OPagination": {
1724
1740
  new (...args: any[]): {
1725
1741
  $props: typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition>;
@@ -1750,6 +1766,11 @@ declare global {
1750
1766
  $props: typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition>;
1751
1767
  };
1752
1768
  };
1769
+ "OScrollContainer": {
1770
+ new (...args: any[]): {
1771
+ $props: typeof wc177587e103904861b5d4d491388a01b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177587e103904861b5d4d491388a01b1.propsDefinition>;
1772
+ };
1773
+ };
1753
1774
  "OSelect": {
1754
1775
  new (...args: any[]): {
1755
1776
  $props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.57-dev",
4
+ "version": "8.0.58-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.57-dev",
23
+ "@omnia/fx-models": "8.0.58-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",