startup-ui 0.5.8 → 0.5.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,15 +1,10 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
2
- export default _default;
3
- type __VLS_WithSlots<T, S> = T & (new () => {
4
- $slots: S;
5
- });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- bindToGet: boolean;
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ name?: string | undefined;
3
+ debounce?: number | undefined;
8
4
  $props: {
9
- readonly bindToGet?: boolean | undefined;
5
+ readonly name?: string | undefined;
6
+ readonly debounce?: number | undefined;
10
7
  };
11
8
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
- type __VLS_Slots = {
13
- default?: ((props: {}) => any) | undefined;
14
- };
9
+ export default _default;
15
10
  //# sourceMappingURL=SFilterGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"wBA8MqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;2OAOG"}
1
+ {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":""}
@@ -9,15 +9,15 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
9
9
  method: string;
10
10
  titlesAtLeft: boolean;
11
11
  titlesWidth: string | number;
12
- errors?: Record<string, any> | undefined;
13
12
  action?: string | undefined;
13
+ errors?: Record<string, any> | undefined;
14
14
  $props: {
15
15
  readonly loading?: boolean | undefined;
16
16
  readonly method?: string | undefined;
17
17
  readonly titlesAtLeft?: boolean | undefined;
18
18
  readonly titlesWidth?: string | number | undefined;
19
- readonly errors?: Record<string, any> | undefined;
20
19
  readonly action?: string | undefined;
20
+ readonly errors?: Record<string, any> | undefined;
21
21
  };
22
22
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
23
  type __VLS_Slots = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "startup-ui",
3
- "version": "0.5.8",
3
+ "version": "0.5.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",