@leo1998work/fuzzy-ui 1.0.0 → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tool = require('../tool-663a06ba.js');
3
+ var tool = require('../tool-4ee81ec1.js');
4
4
 
5
5
  // 判断当前点击区域是否在组件内部,摘抄自element-plus 源码
6
6
  var nodeList = new Map();
@@ -1,5 +1,5 @@
1
- import { f as _createForOfIteratorHelper } from '../tool-fa74823b.js';
2
- export { k as countNodesRecursive, l as generateUUID, g as getRandomColor, i as isAsyncFunction, m as mergeTemplate, t as tmplProps, w as withInstall } from '../tool-fa74823b.js';
1
+ import { f as _createForOfIteratorHelper } from '../tool-ec1a214b.js';
2
+ export { k as countNodesRecursive, l as generateUUID, g as getRandomColor, i as isAsyncFunction, m as mergeTemplate, t as tmplProps, w as withInstall } from '../tool-ec1a214b.js';
3
3
 
4
4
  // 判断当前点击区域是否在组件内部,摘抄自element-plus 源码
5
5
  var nodeList = new Map();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo1998work/fuzzy-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "fuzzy-ui",
5
5
  "scripts": {
6
6
  "build": "shx rm -rf lib types && rollup --config && tsc -p ./tsconfig.json",
@@ -1,17 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- template: {
3
- type: ArrayConstructor;
4
- default: () => any[];
5
- };
6
- }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- template: {
8
- type: ArrayConstructor;
9
- default: () => any[];
10
- };
11
- }>> & Readonly<{
1
+ declare const _default: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<{}> & Readonly<{
12
2
  onChange?: (...args: any[]) => any;
13
- }>, {
14
- template: unknown[];
3
+ }>, {} | {
4
+ [x: string]: any;
15
5
  }, {}, {
16
6
  DisplayItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
7
  tmplItem: {
File without changes
File without changes