mdui 2.1.0 → 2.1.1
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/functions/prompt.d.ts +1 -1
- package/functions/prompt.js +1 -1
- package/mdui.esm.js +1 -1
- package/mdui.global.js +1 -1
- package/package.json +3 -3
- package/web-types.en.json +1 -1
- package/web-types.zh-cn.json +1 -1
package/functions/prompt.d.ts
CHANGED
package/functions/prompt.js
CHANGED
|
@@ -2,7 +2,7 @@ import { msg } from '@lit/localize';
|
|
|
2
2
|
import isPromise from 'is-promise';
|
|
3
3
|
import { $ } from '@mdui/jq/$.js';
|
|
4
4
|
import '@mdui/jq/methods/find.js';
|
|
5
|
-
import '@mdui/jq/methods/first';
|
|
5
|
+
import '@mdui/jq/methods/first.js';
|
|
6
6
|
import '@mdui/jq/methods/last.js';
|
|
7
7
|
import '@mdui/jq/methods/on.js';
|
|
8
8
|
import '@mdui/jq/methods/text.js';
|
package/mdui.esm.js
CHANGED
package/mdui.global.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "实现 material you 设计规范的 Web Components 组件库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "mdui.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"lit": "^3.1.2",
|
|
60
60
|
"ssr-window": "^4.0.2",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
|
-
"@mdui/
|
|
63
|
-
"@mdui/
|
|
62
|
+
"@mdui/shared": "^1.0.5",
|
|
63
|
+
"@mdui/jq": "^3.0.1"
|
|
64
64
|
}
|
|
65
65
|
}
|
package/web-types.en.json
CHANGED