startup-ui 0.6.7 → 0.6.9

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.
@@ -1 +1 @@
1
- {"version":3,"file":"SProgressbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SProgressbar.vue"],"names":[],"mappings":"wBAsJqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
1
+ {"version":3,"file":"SProgressbar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SProgressbar.vue"],"names":[],"mappings":"wBAuJqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
@@ -4,19 +4,23 @@ type __VLS_WithSlots<T, S> = T & (new () => {
4
4
  $slots: S;
5
5
  });
6
6
  declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- scroll: string | null;
8
7
  hoverable: boolean;
9
8
  striped: boolean;
10
9
  bordered: boolean;
11
10
  nodata: string;
11
+ fixedHeader: boolean;
12
+ topScroll: boolean;
12
13
  data?: Record<string, any> | unknown[] | undefined;
14
+ height?: string | undefined;
13
15
  $props: {
14
- readonly scroll?: string | null | undefined;
15
16
  readonly hoverable?: boolean | undefined;
16
17
  readonly striped?: boolean | undefined;
17
18
  readonly bordered?: boolean | undefined;
18
19
  readonly nodata?: string | undefined;
20
+ readonly fixedHeader?: boolean | undefined;
21
+ readonly topScroll?: boolean | undefined;
19
22
  readonly data?: Record<string, any> | unknown[] | undefined;
23
+ readonly height?: string | undefined;
20
24
  };
21
25
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
26
  type __VLS_Slots = {
@@ -1 +1 @@
1
- {"version":3,"file":"STable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STable.vue"],"names":[],"mappings":"wBAgTqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;2OAOG"}
1
+ {"version":3,"file":"STable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STable.vue"],"names":[],"mappings":"wBA2UqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;;;;;;;;;;;2OAOG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "startup-ui",
3
- "version": "0.6.7",
3
+ "version": "0.6.9",
4
4
  "description": "Vue3 UI components for IT startups. Best served with Laravel + InertiaJS",
5
5
  "type": "module",
6
6
  "main": "dist/startup-ui.cjs.js",