zartui 3.0.8 → 3.0.9
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/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/table/index.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/table/index.d.ts +1 -1
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +1 -1
- package/lib/zartui.es.js +1 -1
- package/lib/zartui.js +1 -1
- package/lib/zartui.min.js +1 -1
- package/package.json +1 -1
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -70,7 +70,7 @@ import { TimePicker } from "./time-picker/index.mjs";
|
|
|
70
70
|
import { Timeline } from "./timeline/index.mjs";
|
|
71
71
|
import { Toast } from "./toast/index.mjs";
|
|
72
72
|
import { Uploader } from "./uploader/index.mjs";
|
|
73
|
-
const version = "3.0.
|
|
73
|
+
const version = "3.0.9";
|
|
74
74
|
function install(app) {
|
|
75
75
|
const components = [
|
|
76
76
|
ActionSheet,
|
package/es/table/index.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare const Table: import("../utils").WithInstall<import("vue").DefineC
|
|
|
69
69
|
}>>;
|
|
70
70
|
export default Table;
|
|
71
71
|
export { tableProps } from './Table';
|
|
72
|
-
export type { TableHeaderOption, TableProps } from './Table';
|
|
72
|
+
export type { TableBodyOption, TableHeaderOption, TableProps } from './Table';
|
|
73
73
|
declare module 'vue' {
|
|
74
74
|
interface GlobalComponents {
|
|
75
75
|
ZtTable: typeof Table;
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -168,7 +168,7 @@ __reExport(stdin_exports, require("./time-picker"), module.exports);
|
|
|
168
168
|
__reExport(stdin_exports, require("./timeline"), module.exports);
|
|
169
169
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
|
170
170
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
171
|
-
const version = "3.0.
|
|
171
|
+
const version = "3.0.9";
|
|
172
172
|
function install(app) {
|
|
173
173
|
const components = [
|
|
174
174
|
import_action_sheet.ActionSheet,
|
package/lib/table/index.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare const Table: import("../utils").WithInstall<import("vue").DefineC
|
|
|
69
69
|
}>>;
|
|
70
70
|
export default Table;
|
|
71
71
|
export { tableProps } from './Table';
|
|
72
|
-
export type { TableHeaderOption, TableProps } from './Table';
|
|
72
|
+
export type { TableBodyOption, TableHeaderOption, TableProps } from './Table';
|
|
73
73
|
declare module 'vue' {
|
|
74
74
|
interface GlobalComponents {
|
|
75
75
|
ZtTable: typeof Table;
|