@witchcraft/ui 0.4.0-beta.1 → 0.4.0-beta.2

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": "witchcraftUi",
3
3
  "configKey": "witchcraftUi",
4
- "version": "0.4.0-beta.1",
4
+ "version": "0.4.0-beta.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -19,7 +19,7 @@ const componentsInfo = globFiles([
19
19
  `!**/Template/**.vue`
20
20
  ], [], (filepath, name) => ({
21
21
  originalName: name,
22
- name: name.startsWith("Lib") ? name.replace("Lib", "PREFIX") : `PREFIX${name}`,
22
+ name: name.startsWith("W") ? name.replace("W", "PREFIX") : `PREFIX${name}`,
23
23
  filepath
24
24
  }));
25
25
  const module$1 = defineNuxtModule({
@@ -35,11 +35,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
35
35
  }>, {
36
36
  border: boolean;
37
37
  allowAlpha: boolean;
38
+ copyTransform: (val: HsvaColor, stringVal: string) => any;
38
39
  stringPrecision: number;
39
40
  customRepresentation: {
40
41
  fromHsvaToString: (hsva: HsvaColor, includeAlpha: boolean) => string;
41
42
  };
42
- copyTransform: (val: HsvaColor, stringVal: string) => any;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
44
  declare const _default: typeof __VLS_export;
45
45
  export default _default;
@@ -35,11 +35,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
35
35
  }>, {
36
36
  border: boolean;
37
37
  allowAlpha: boolean;
38
+ copyTransform: (val: HsvaColor, stringVal: string) => any;
38
39
  stringPrecision: number;
39
40
  customRepresentation: {
40
41
  fromHsvaToString: (hsva: HsvaColor, includeAlpha: boolean) => string;
41
42
  };
42
- copyTransform: (val: HsvaColor, stringVal: string) => any;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
44
  declare const _default: typeof __VLS_export;
45
45
  export default _default;
@@ -45,14 +45,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
45
45
  "onUpdate:tempValue"?: ((value: RgbaColor | undefined) => any) | undefined;
46
46
  }>, {
47
47
  border: boolean;
48
- valid: boolean;
49
48
  allowAlpha: boolean;
49
+ copyTransform: (val: HsvaColor, stringVal: string) => any;
50
50
  stringPrecision: number;
51
51
  customRepresentation: {
52
52
  fromHsvaToString: (hsva: HsvaColor, includeAlpha: boolean) => string;
53
53
  fromStringToHsva?: (string: string) => HsvaColor | undefined;
54
54
  };
55
- copyTransform: (val: HsvaColor, stringVal: string) => any;
55
+ valid: boolean;
56
56
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
57
57
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
58
58
  declare const _default: typeof __VLS_export;
@@ -45,14 +45,14 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
45
45
  "onUpdate:tempValue"?: ((value: RgbaColor | undefined) => any) | undefined;
46
46
  }>, {
47
47
  border: boolean;
48
- valid: boolean;
49
48
  allowAlpha: boolean;
49
+ copyTransform: (val: HsvaColor, stringVal: string) => any;
50
50
  stringPrecision: number;
51
51
  customRepresentation: {
52
52
  fromHsvaToString: (hsva: HsvaColor, includeAlpha: boolean) => string;
53
53
  fromStringToHsva?: (string: string) => HsvaColor | undefined;
54
54
  };
55
- copyTransform: (val: HsvaColor, stringVal: string) => any;
55
+ valid: boolean;
56
56
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
57
57
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
58
58
  declare const _default: typeof __VLS_export;
@@ -43,9 +43,9 @@ declare const __VLS_export: <TSuggestion extends NonNullable<AcceptableValue>>(_
43
43
  }) & {
44
44
  "onUpdate:modelValue"?: ((value: TSuggestion) => any) | undefined;
45
45
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
46
+ onSave?: ((value: string) => any) | undefined;
46
47
  "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
47
48
  "onUpdate:loading"?: ((value: boolean) => any) | undefined;
48
- onSave?: ((value: string) => any) | undefined;
49
49
  onNew?: ((value: string) => any) | undefined;
50
50
  }> & (typeof globalThis extends {
51
51
  __VLS_PROPS_FALLBACK: infer P;
@@ -43,9 +43,9 @@ declare const __VLS_export: <TSuggestion extends NonNullable<AcceptableValue>>(_
43
43
  }) & {
44
44
  "onUpdate:modelValue"?: ((value: TSuggestion) => any) | undefined;
45
45
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
46
+ onSave?: ((value: string) => any) | undefined;
46
47
  "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
47
48
  "onUpdate:loading"?: ((value: boolean) => any) | undefined;
48
- onSave?: ((value: string) => any) | undefined;
49
49
  onNew?: ((value: string) => any) | undefined;
50
50
  }> & (typeof globalThis extends {
51
51
  __VLS_PROPS_FALLBACK: infer P;
@@ -29,9 +29,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
29
29
  }>, {
30
30
  constrainWidthTo: number | "trigger" | "available" | string | null;
31
31
  constrainHeightTo: number | "trigger" | "available" | string | null;
32
- to: string;
33
32
  showBackdrop: boolean;
34
33
  animationDirection: "use-side" | "use-align" | "left" | "right" | "up" | "down";
34
+ to: string;
35
35
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
36
36
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
37
37
  declare const _default: typeof __VLS_export;
@@ -29,9 +29,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
29
29
  }>, {
30
30
  constrainWidthTo: number | "trigger" | "available" | string | null;
31
31
  constrainHeightTo: number | "trigger" | "available" | string | null;
32
- to: string;
33
32
  showBackdrop: boolean;
34
33
  animationDirection: "use-side" | "use-align" | "left" | "right" | "up" | "down";
34
+ to: string;
35
35
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
36
36
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
37
37
  declare const _default: typeof __VLS_export;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witchcraft/ui",
3
- "version": "0.4.0-beta.1",
3
+ "version": "0.4.0-beta.2",
4
4
  "description": "Vue component library.",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime/main.lib.js",
package/src/module.ts CHANGED
@@ -35,7 +35,7 @@ const componentsInfo: {
35
35
  `!**/Template/**.vue`
36
36
  ], [], (filepath: string, name: string) => ({
37
37
  originalName: name,
38
- name: name.startsWith("Lib") ? name.replace("Lib", "PREFIX") : `PREFIX${name}`,
38
+ name: name.startsWith("W") ? name.replace("W", "PREFIX") : `PREFIX${name}`,
39
39
  filepath
40
40
  }))
41
41