@v1nt1248/3nclient-lib 0.3.39 → 0.3.40

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.
@@ -20,6 +20,11 @@ export interface Ui3nMenuProps {
20
20
  * Root element id
21
21
  */
22
22
  id?: string;
23
+ /**
24
+ * Root element width
25
+ * @default 'max-content'
26
+ */
27
+ width?: string | number;
23
28
  /**
24
29
  * Menu open state
25
30
  */
@@ -30,6 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<Ui3nMenuProps, {
30
30
  onClosed?: (() => any) | undefined;
31
31
  "onClick-outside"?: (() => any) | undefined;
32
32
  }>, {
33
+ width: string | number;
33
34
  disabled: boolean;
34
35
  offsetX: number;
35
36
  offsetY: number;