@wikicasa-dev/components 2.2.2 → 2.2.4

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,5 +1,5 @@
1
1
  import { Autoplay as t } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  t as Autoplay
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Controller as e } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  e as Controller
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Keyboard as m } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  m as Keyboard
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Thumbs as p } from "swiper/modules";
2
- import '../assets/swiper-autoplay.css';/* empty css */
2
+ import '../assets/swiper-keyboard.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -1,6 +1,7 @@
1
- import { Nullable, BaseAutocompleteThemes } from '@wikicasa-dev/types';
1
+ import { Nullable } from '@wikicasa-dev/types';
2
2
  import { AccessibleSelectOptions } from './AccessibleSelect';
3
3
  import { ClassTypeProp } from './types';
4
+ export type BaseAutocompleteThemes = "empty" | "bordered" | "all-bordered" | "all-bordered-thick" | "";
4
5
  declare const _default: <T, LabelID extends string | number | undefined>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
6
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
7
  readonly onClick?: (() => any) | undefined;
@@ -38,7 +39,7 @@ declare const _default: <T, LabelID extends string | number | undefined>(__VLS_p
38
39
  righticon?(_: {
39
40
  handleClean: () => void;
40
41
  }): any;
41
- 'item-content'?(_: {
42
+ 'option-content'?(_: {
42
43
  option: import('@vue/reactivity').UnwrapRefSimple<AccessibleSelectOptions<T, LabelID>>;
43
44
  idx: number;
44
45
  }): any;
@@ -174,7 +174,7 @@ const Q = ["innerHTML"], le = /* @__PURE__ */ P({
174
174
  onMouseover: (E) => m.value = s
175
175
  }, {
176
176
  default: c(() => [
177
- p(e.$slots, "item-content", {
177
+ p(e.$slots, "option-content", {
178
178
  option: a,
179
179
  idx: s
180
180
  }, () => [
@@ -7,3 +7,4 @@ export type { AccessibleSelectOptions } from '../UIKit/AccessibleSelect';
7
7
  export type { BaseComplexToggleProps, ToggleType, } from '../UIKit/BaseComplexToggle';
8
8
  export type { SnackbarProps } from '../UIKit/BaseSnackbar';
9
9
  export type { ChartOptions, ChartData } from 'chart.js';
10
+ export type { BaseAutocompleteThemes } from '../UIKit/BaseAutocomplete';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",