@hostlink/nuxt-light 1.35.0 → 1.36.0

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.35.0",
4
+ "version": "1.36.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.1",
7
7
  "unbuild": "3.5.0"
@@ -4,7 +4,7 @@ export interface LItemProps extends QItemProps {
4
4
  name?: string;
5
5
  top?: boolean;
6
6
  labelTop?: boolean;
7
- alignItems?: 'flex-start' | 'center' | 'flex-end';
7
+ alignItems?: 'flex-start' | 'center' | 'flex-end' | 'stretch';
8
8
  }
9
9
  declare var __VLS_10: {}, __VLS_24: {}, __VLS_30: {};
10
10
  type __VLS_Slots = {} & {
@@ -15,7 +15,7 @@ type __VLS_Slots = {} & {
15
15
  end?: (props: typeof __VLS_30) => any;
16
16
  };
17
17
  declare const __VLS_component: import("vue").DefineComponent<LItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<LItemProps> & Readonly<{}>, {
18
- alignItems: "flex-start" | "center" | "flex-end";
18
+ alignItems: "flex-start" | "center" | "flex-end" | "stretch";
19
19
  top: boolean;
20
20
  labelTop: boolean;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -15,6 +15,8 @@ export interface LightModelField {
15
15
  component?: Component;
16
16
  componentProps?: any;
17
17
  format?: (value: any) => any;
18
+ style?: any;
19
+ align?: "left" | "center" | "right";
18
20
  }
19
21
  export interface LightModelFields {
20
22
  [key: string]: LightModelField;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.35.0",
3
+ "version": "1.36.0",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@azure/msal-browser": "^3.26.1",
34
34
  "@formkit/drag-and-drop": "^0.5.3",
35
- "@hostlink/light": "^2.7.2",
35
+ "@hostlink/light": "^2.8.0",
36
36
  "@nuxt/module-builder": "^1.0.1",
37
37
  "@quasar/extras": "^1.16.11",
38
38
  "@quasar/quasar-ui-qmarkdown": "^2.0.5",