@ticatec/uniface-element 0.2.3 → 0.2.4

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.
@@ -7,7 +7,7 @@
7
7
  import DialogWrapper from "./DialogWrapper.svelte";
8
8
 
9
9
  export const open = (component: any, params: any) => {
10
- let dialog = {component, params, id: crypto.randomUUID()};
10
+ let dialog = {component, params, id: Math.floor(((new Date()).getTime() + Math.random()) * 100).toString(36)};
11
11
  dialogs.showDialog(dialog);
12
12
  }
13
13
 
@@ -917,6 +917,7 @@
917
917
  width: 100%;
918
918
  position: relative;
919
919
  grid-area: field;
920
+ overflow: hidden;
920
921
  }
921
922
  .uniface-form-field .field-label {
922
923
  color: var(--uniface-form-field-label-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticatec/uniface-element",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "A comprehensive UI component library for Svelte applications with rich form controls, data tables, layouts and interactive elements",
5
5
  "keywords": [
6
6
  "svelte",