hfn-components 0.0.6 → 0.0.7

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,4 +1,4 @@
1
- export declare const HtButton: import("/Users/libiluo/Desktop/company/component-library/dist/hfn-components/es/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
1
+ export declare const HtButton: import("hfn-components/es/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
2
2
  columns: ({
3
3
  name: string;
4
4
  dataIndex: string;
@@ -1,4 +1,4 @@
1
- export declare const HtTable: import("/Users/libiluo/Desktop/company/component-library/dist/hfn-components/es/utils").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const HtTable: import("hfn-components/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2
2
  readonly loading: {
3
3
  readonly type: BooleanConstructor;
4
4
  readonly default: false;
package/es/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import installer from './defaults';
2
2
  export * from './make-installer';
3
- export * from '/Users/libiluo/Desktop/company/component-library/dist/hfn-components/es/components';
3
+ export * from 'hfn-components/es/components';
4
4
  export declare const install: (app: import("vue").App<any>) => void;
5
5
  export default installer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hfn-components",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "module": "es/index.mjs",