@94ai/nf-toast-demo 1.2.13 → 1.2.14
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/lib/nf-toast-demo.cjs.js
CHANGED
|
@@ -65,7 +65,7 @@ const _sfc_main = vueDemi.defineComponent({
|
|
|
65
65
|
getIcon: function getIcon() {
|
|
66
66
|
var tip = this.tip;
|
|
67
67
|
var obj = {
|
|
68
|
-
iconfont: true,
|
|
68
|
+
"nf-iconfont-toast-demo": true,
|
|
69
69
|
iconfonttoast: true
|
|
70
70
|
};
|
|
71
71
|
switch (tip) {
|
|
@@ -172,7 +172,7 @@ var _sfc_render = function render() {
|
|
|
172
172
|
}, [_c("span", {
|
|
173
173
|
"class": _vm.getIcon
|
|
174
174
|
}), _vm._v(" " + _vm._s(_vm.message) + " "), _vm.closable ? _c("span", {
|
|
175
|
-
staticClass: "iconfont iconerror iconfonttoast close",
|
|
175
|
+
staticClass: "nf-iconfont-toast-demo iconerror iconfonttoast close",
|
|
176
176
|
on: {
|
|
177
177
|
"click": function click($event) {
|
|
178
178
|
return _vm.handleClose($event);
|
|
@@ -63,7 +63,7 @@ const _sfc_main = defineComponent({
|
|
|
63
63
|
getIcon: function getIcon() {
|
|
64
64
|
var tip = this.tip;
|
|
65
65
|
var obj = {
|
|
66
|
-
iconfont: true,
|
|
66
|
+
"nf-iconfont-toast-demo": true,
|
|
67
67
|
iconfonttoast: true
|
|
68
68
|
};
|
|
69
69
|
switch (tip) {
|
|
@@ -170,7 +170,7 @@ var _sfc_render = function render() {
|
|
|
170
170
|
}, [_c("span", {
|
|
171
171
|
"class": _vm.getIcon
|
|
172
172
|
}), _vm._v(" " + _vm._s(_vm.message) + " "), _vm.closable ? _c("span", {
|
|
173
|
-
staticClass: "iconfont iconerror iconfonttoast close",
|
|
173
|
+
staticClass: "nf-iconfont-toast-demo iconerror iconfonttoast close",
|
|
174
174
|
on: {
|
|
175
175
|
"click": function click($event) {
|
|
176
176
|
return _vm.handleClose($event);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@94ai/nf-toast-demo",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"description": "toast示例组件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"toast"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "http://94ai.gitlab.com/zoujiahe/common-ui.git"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@94ai/nf-theme-chalk": "^1.2.
|
|
19
|
+
"@94ai/nf-theme-chalk": "^1.2.14",
|
|
20
20
|
"vue-demi": "^0.14.5"
|
|
21
21
|
},
|
|
22
22
|
"peerDependenciesMeta": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"types": "lib/index.d.ts",
|
|
33
33
|
"main": "lib/nf-toast-demo.cjs.js",
|
|
34
34
|
"module": "lib/nf-toast-demo.esm-bundler.js",
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "057b8465423fb4796cbfe0471c0d8c90a23b5d63"
|
|
36
36
|
}
|