startup-ui 0.5.9 → 0.5.11

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,10 +1,19 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- name?: string | undefined;
3
- debounce?: number | undefined;
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
+ bindToQuery: boolean;
8
+ ignoreQueryNames: unknown[];
9
+ ignoreQueryValues: unknown[];
4
10
  $props: {
5
- readonly name?: string | undefined;
6
- readonly debounce?: number | undefined;
11
+ readonly bindToQuery?: boolean | undefined;
12
+ readonly ignoreQueryNames?: unknown[] | undefined;
13
+ readonly ignoreQueryValues?: unknown[] | undefined;
7
14
  };
8
15
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
16
+ type __VLS_Slots = {
17
+ default?: ((props: {}) => any) | undefined;
18
+ };
10
19
  //# sourceMappingURL=SFilterGroup.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":""}
1
+ {"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"wBAiNqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
@@ -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
- action?: string | undefined;
13
12
  errors?: Record<string, any> | undefined;
13
+ action?: string | 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 action?: string | undefined;
20
19
  readonly errors?: Record<string, any> | undefined;
20
+ readonly action?: string | 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.9",
3
+ "version": "0.5.11",
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",