@rio-cloud/rio-uikit 0.16.3-beta.5 → 0.16.3-beta.6

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/README.md CHANGED
@@ -22,7 +22,6 @@ Create a new development beta version:
22
22
  1. Update the `package.json`. Example `0.16.3-beta.1`
23
23
  2. Update the `src/version.json`. Example `0.16.3-beta.1`
24
24
  3. run `npm i` or update `package-lock.json`. Example `0.16.3-beta.1`
25
- 4. Update the `uikit-demo/package.json`. Example `0.16.3`
26
25
 
27
26
  ## Development
28
27
 
@@ -2,6 +2,8 @@ declare module '@rio-cloud/rio-uikit/TableViewToggles' {
2
2
  import React from 'react';
3
3
  import { TableViewTogglesProps, TableViewTogglesValues } from './types';
4
4
 
5
+ export { TableViewTogglesValues } from './types';
6
+
5
7
  export default class TableViewToggles extends React.Component<TableViewTogglesProps> {
6
8
  public static VIEW_TYPE_SINGLE_CARD: TableViewTogglesValues.VIEW_TYPE_SINGLE_CARD;
7
9
  public static VIEW_TYPE_MULTI_CARDS: TableViewTogglesValues.VIEW_TYPE_MULTI_CARDS;
@@ -2,6 +2,8 @@ declare module '@rio-cloud/rio-uikit/lib/es/TableViewToggles' {
2
2
  import React from 'react';
3
3
  import { TableViewTogglesProps, TableViewTogglesValues } from './types';
4
4
 
5
+ export { TableViewTogglesValues } from './types';
6
+
5
7
  export default class TableViewToggles extends React.Component<TableViewTogglesProps> {
6
8
  public static VIEW_TYPE_SINGLE_CARD: TableViewTogglesValues.VIEW_TYPE_SINGLE_CARD;
7
9
  public static VIEW_TYPE_MULTI_CARDS: TableViewTogglesValues.VIEW_TYPE_MULTI_CARDS;
@@ -335,18 +335,6 @@
335
335
  pointer-events: none;
336
336
  }
337
337
  }
338
-
339
- iframe {
340
- &.iFrameResizer,
341
- &[id*="iFrameResizer"] {
342
- &[style*="height: 1px"],
343
- &[style*="width: 1337px"] {
344
- width: calc(~"100vw - 100px") !important;
345
- max-width: 1550px !important;
346
- min-width: 300px !important;
347
- }
348
- }
349
- }
350
338
  }
351
339
  }
352
340
 
@@ -488,3 +476,33 @@
488
476
  }
489
477
  }
490
478
  }
479
+
480
+ // Application Menu Iframe
481
+
482
+ .ModuleNavigation .dropdown-menu > li {
483
+ iframe {
484
+ &.iFrameResizer,
485
+ &[id*="iFrameResizer"] {
486
+ &[style*="height: 750px"],
487
+ &.extendedMenu {
488
+ max-height: calc(~"100vh - 80px") !important;
489
+ max-width: 1550px !important;
490
+ min-width: 300px !important;
491
+ width: calc(~"100vw - 100px") !important;
492
+ }
493
+ }
494
+ }
495
+ }
496
+
497
+ .MobileHeaderModal {
498
+ iframe {
499
+ &.iFrameResizer,
500
+ &[id*="iFrameResizer"] {
501
+ &[style*="height: 750px"],
502
+ &.extendedMenu {
503
+ height: calc(~"100% - 20px") !important;
504
+ margin-top: 20px !important;
505
+ }
506
+ }
507
+ }
508
+ }
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "0.16.3-beta.5"
2
+ "version": "0.16.3-beta.6"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rio-cloud/rio-uikit",
3
- "version": "0.16.3-beta.5",
3
+ "version": "0.16.3-beta.6",
4
4
  "description": "The RIO UIKIT component library",
5
5
  "repository": "https://collaboration.msi.audi.com/stash/projects/RIOFRONT/repos/uikit-web/browse",
6
6
  "scripts": {
@@ -335,18 +335,6 @@
335
335
  pointer-events: none;
336
336
  }
337
337
  }
338
-
339
- iframe {
340
- &.iFrameResizer,
341
- &[id*="iFrameResizer"] {
342
- &[style*="height: 1px"],
343
- &[style*="width: 1337px"] {
344
- width: calc(~"100vw - 100px") !important;
345
- max-width: 1550px !important;
346
- min-width: 300px !important;
347
- }
348
- }
349
- }
350
338
  }
351
339
  }
352
340
 
@@ -488,3 +476,33 @@
488
476
  }
489
477
  }
490
478
  }
479
+
480
+ // Application Menu Iframe
481
+
482
+ .ModuleNavigation .dropdown-menu > li {
483
+ iframe {
484
+ &.iFrameResizer,
485
+ &[id*="iFrameResizer"] {
486
+ &[style*="height: 750px"],
487
+ &.extendedMenu {
488
+ max-height: calc(~"100vh - 80px") !important;
489
+ max-width: 1550px !important;
490
+ min-width: 300px !important;
491
+ width: calc(~"100vw - 100px") !important;
492
+ }
493
+ }
494
+ }
495
+ }
496
+
497
+ .MobileHeaderModal {
498
+ iframe {
499
+ &.iFrameResizer,
500
+ &[id*="iFrameResizer"] {
501
+ &[style*="height: 750px"],
502
+ &.extendedMenu {
503
+ height: calc(~"100% - 20px") !important;
504
+ margin-top: 20px !important;
505
+ }
506
+ }
507
+ }
508
+ }
package/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "0.16.3-beta.5"
2
+ "version": "0.16.3-beta.6"
3
3
  }