duck-vue-components 0.0.2 → 0.0.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.
package/dist/packages.cjs CHANGED
@@ -1,8 +1,10 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
2
5
  const require_packages_config = require("./packages/config.cjs");
3
6
  const require_packages_controls = require("./packages/controls.cjs");
4
- //#region src/packages/index.ts
5
- const install = require("./install-DRlsqnMN.cjs").install_default.install;
7
+ var packages_default = { install: require("./install-DRlsqnMN.cjs").install_default.install };
6
8
  //#endregion
7
9
  Object.defineProperty(exports, "config", {
8
10
  enumerable: true,
@@ -16,4 +18,4 @@ Object.defineProperty(exports, "controls", {
16
18
  return require_packages_controls.controls_exports;
17
19
  }
18
20
  });
19
- exports.install = install;
21
+ exports.default = packages_default;
@@ -3,6 +3,8 @@ import { t as index_d_exports$1 } from "./controls.cjs";
3
3
  import * as _$vue from "vue";
4
4
 
5
5
  //#region src/packages/index.d.ts
6
- declare const install: (app: _$vue.App, options?: any) => void;
6
+ declare const _default: {
7
+ install: (app: _$vue.App, options?: any) => void;
8
+ };
7
9
  //#endregion
8
- export { index_d_exports as config, index_d_exports$1 as controls, install };
10
+ export { index_d_exports as config, index_d_exports$1 as controls, _default as default };
@@ -3,6 +3,8 @@ import { t as index_d_exports$1 } from "./controls.js";
3
3
  import * as _$vue from "vue";
4
4
 
5
5
  //#region src/packages/index.d.ts
6
- declare const install: (app: _$vue.App, options?: any) => void;
6
+ declare const _default: {
7
+ install: (app: _$vue.App, options?: any) => void;
8
+ };
7
9
  //#endregion
8
- export { index_d_exports as config, index_d_exports$1 as controls, install };
10
+ export { index_d_exports as config, index_d_exports$1 as controls, _default as default };
package/dist/packages.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import { t as config_exports } from "./packages/config.js";
2
2
  import { t as controls_exports } from "./packages/controls.js";
3
3
  import { t as install_default } from "./install-G7IL07CL.js";
4
- //#region src/packages/index.ts
5
- const install = install_default.install;
4
+ var packages_default = { install: install_default.install };
6
5
  //#endregion
7
- export { config_exports as config, controls_exports as controls, install };
6
+ export { config_exports as config, controls_exports as controls, packages_default as default };
package/dist/stores.d.cts CHANGED
@@ -345,7 +345,7 @@ declare const useLocalSettingStore: _$pinia.StoreDefinition<"localSetting", Loca
345
345
  buttonStyle: "text" | "button";
346
346
  };
347
347
  };
348
- } & _$pinia.PiniaCustomStateProperties<LocalSettingState>) => (area: any) => "button" | "text";
348
+ } & _$pinia.PiniaCustomStateProperties<LocalSettingState>) => (area: any) => "text" | "button";
349
349
  getPaginationLocation: (state: {
350
350
  [x: string]: any;
351
351
  [x: number]: any;
package/dist/stores.d.ts CHANGED
@@ -345,7 +345,7 @@ declare const useLocalSettingStore: _$pinia.StoreDefinition<"localSetting", Loca
345
345
  buttonStyle: "text" | "button";
346
346
  };
347
347
  };
348
- } & _$pinia.PiniaCustomStateProperties<LocalSettingState>) => (area: any) => "button" | "text";
348
+ } & _$pinia.PiniaCustomStateProperties<LocalSettingState>) => (area: any) => "text" | "button";
349
349
  getPaginationLocation: (state: {
350
350
  [x: string]: any;
351
351
  [x: number]: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "duck-vue-components",
3
3
  "type": "module",
4
- "version": "0.0.2",
4
+ "version": "0.0.4",
5
5
  "description": "A starter for creating a Vue component library.",
6
6
  "author": "Author Name <author.name@mail.com>",
7
7
  "license": "MIT",