@jetlinks-web/components 2.0.4-8 → 2.0.4-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/AMap/index.js +3 -0
- package/es/BadgeStatus/index.js +3 -0
- package/es/CardSelect/index.js +3 -0
- package/es/CheckButton/index.js +3 -0
- package/es/ConfigProvider/index.js +3 -0
- package/es/Echarts/index.js +3 -0
- package/es/Ellipsis/index.js +3 -0
- package/es/Empty/index.js +3 -0
- package/es/FullPage/FullPage.js +1 -1
- package/es/FullPage/index.js +3 -0
- package/es/Icon/index.js +3 -0
- package/es/MonacoEditor/index.js +3 -0
- package/es/PermissionButton/index.js +3 -0
- package/es/ProLayout/index.js +3 -0
- package/es/ProTable/index.js +3 -0
- package/es/Scrollbar/index.js +3 -0
- package/es/Search/Advanced/SaveHistory.js +1 -1
- package/es/Search/Item.js +1 -1
- package/es/Search/Search.js +1 -1
- package/es/Search/index.js +3 -0
- package/es/ValueItem/index.js +3 -0
- package/lib/AMap/index.js +3 -0
- package/lib/BadgeStatus/index.js +3 -0
- package/lib/CardSelect/index.js +3 -0
- package/lib/CheckButton/index.js +3 -0
- package/lib/ConfigProvider/index.js +3 -0
- package/lib/Echarts/index.js +3 -0
- package/lib/Ellipsis/index.js +3 -0
- package/lib/Empty/index.js +3 -0
- package/lib/FullPage/FullPage.js +1 -1
- package/lib/FullPage/index.js +3 -0
- package/lib/Icon/index.js +3 -0
- package/lib/MonacoEditor/index.js +3 -0
- package/lib/PermissionButton/index.js +3 -0
- package/lib/ProLayout/index.js +3 -0
- package/lib/ProTable/index.js +3 -0
- package/lib/Scrollbar/index.js +3 -0
- package/lib/Search/Advanced/SaveHistory.js +1 -1
- package/lib/Search/Item.js +1 -1
- package/lib/Search/Search.js +1 -1
- package/lib/Search/index.js +3 -0
- package/lib/ValueItem/index.js +3 -0
- package/package.json +1 -1
package/es/AMap/index.js
CHANGED
package/es/BadgeStatus/index.js
CHANGED
package/es/CardSelect/index.js
CHANGED
package/es/CheckButton/index.js
CHANGED
package/es/Echarts/index.js
CHANGED
package/es/Ellipsis/index.js
CHANGED
package/es/Empty/index.js
CHANGED
package/es/FullPage/FullPage.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
} */
|
|
7
7
|
import { defineComponent as _defineComponent } from 'vue';
|
|
8
8
|
import { unref as _unref, renderSlot as _renderSlot, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
9
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
9
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238262554"), n = n(), _popScopeId(), n);
|
|
10
10
|
const _hoisted_1 = { class: "full-page-warp-content" };
|
|
11
11
|
import { ref } from 'vue';
|
|
12
12
|
import { useElementBounding } from '@vueuse/core';
|
package/es/FullPage/index.js
CHANGED
package/es/Icon/index.js
CHANGED
package/es/MonacoEditor/index.js
CHANGED
package/es/ProLayout/index.js
CHANGED
package/es/ProTable/index.js
CHANGED
package/es/Scrollbar/index.js
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
} */
|
|
22
22
|
import { defineComponent as _defineComponent } from 'vue';
|
|
23
23
|
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
24
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
24
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238263944"), n = n(), _popScopeId(), n);
|
|
25
25
|
const _hoisted_1 = {
|
|
26
26
|
key: 0,
|
|
27
27
|
style: { "width": "240px" }
|
package/es/Search/Item.js
CHANGED
|
@@ -78,7 +78,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
78
78
|
} */
|
|
79
79
|
import { defineComponent as _defineComponent } from 'vue';
|
|
80
80
|
import { unref as _unref, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, createVNode as _createVNode, Fragment as _Fragment, normalizeStyle as _normalizeStyle, mergeProps as _mergeProps, resolveDynamicComponent as _resolveDynamicComponent, withCtx as _withCtx, createElementVNode as _createElementVNode, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
81
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
81
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238262682"), n = n(), _popScopeId(), n);
|
|
82
82
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
83
83
|
const _hoisted_2 = {
|
|
84
84
|
key: 0,
|
package/es/Search/Search.js
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
} */
|
|
37
37
|
import { defineComponent as _defineComponent } from 'vue';
|
|
38
38
|
import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, createVNode as _createVNode, unref as _unref, withCtx as _withCtx, createBlock as _createBlock, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, normalizeClass as _normalizeClass, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
39
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
39
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238262915"), n = n(), _popScopeId(), n);
|
|
40
40
|
const _hoisted_1 = { class: "JSearch-content simple" };
|
|
41
41
|
const _hoisted_2 = { class: "JSearch-items" };
|
|
42
42
|
import { Button, Row, Col, Form, FormItemRest, } from 'ant-design-vue';
|
package/es/Search/index.js
CHANGED
package/es/ValueItem/index.js
CHANGED
package/lib/AMap/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _Map = _interopRequireDefault(require("./Map.js"));
|
|
9
|
+
_Map.default.install = function (app) {
|
|
10
|
+
app.component(_Map.default.name, _Map.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _Map.default;
|
package/lib/BadgeStatus/index.js
CHANGED
package/lib/CardSelect/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _CardSelect = _interopRequireDefault(require("./CardSelect.js"));
|
|
9
|
+
_CardSelect.default.install = function (app) {
|
|
10
|
+
app.component(_CardSelect.default.name, _CardSelect.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _CardSelect.default;
|
package/lib/CheckButton/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _CheckButton = _interopRequireDefault(require("./CheckButton.js"));
|
|
9
|
+
_CheckButton.default.install = function (app) {
|
|
10
|
+
app.component(_CheckButton.default.name, _CheckButton.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _CheckButton.default;
|
|
@@ -34,4 +34,7 @@ var JConfigProvider = (0, _vue.defineComponent)({
|
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
JConfigProvider.config = _antDesignVue.ConfigProvider.config;
|
|
37
|
+
JConfigProvider.install = function (app) {
|
|
38
|
+
app.component(JConfigProvider.name, JConfigProvider);
|
|
39
|
+
};
|
|
37
40
|
var _default = exports.default = JConfigProvider;
|
package/lib/Echarts/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _Echarts = _interopRequireDefault(require("./Echarts.js"));
|
|
9
|
+
_Echarts.default.install = function (app) {
|
|
10
|
+
app.component(_Echarts.default.name, _Echarts.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _Echarts.default;
|
package/lib/Ellipsis/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _Ellipsis = _interopRequireDefault(require("./Ellipsis.js"));
|
|
9
|
+
_Ellipsis.default.install = function (app) {
|
|
10
|
+
app.component(_Ellipsis.default.name, _Ellipsis.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _Ellipsis.default;
|
package/lib/Empty/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _Empty = _interopRequireDefault(require("./Empty.js"));
|
|
9
|
+
_Empty.default.install = function (app) {
|
|
10
|
+
app.component(_Empty.default.name, _Empty.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _Empty.default;
|
package/lib/FullPage/FullPage.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
} */
|
|
7
7
|
import { defineComponent as _defineComponent } from 'vue';
|
|
8
8
|
import { unref as _unref, renderSlot as _renderSlot, createElementVNode as _createElementVNode, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
9
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
9
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238262561"), n = n(), _popScopeId(), n);
|
|
10
10
|
const _hoisted_1 = { class: "full-page-warp-content" };
|
|
11
11
|
import { ref } from 'vue';
|
|
12
12
|
import { useElementBounding } from '@vueuse/core';
|
package/lib/FullPage/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _FullPage = _interopRequireDefault(require("./FullPage.js"));
|
|
9
|
+
_FullPage.default.install = function (app) {
|
|
10
|
+
app.component(_FullPage.default.name, _FullPage.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _FullPage.default;
|
package/lib/Icon/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _icon = _interopRequireDefault(require("./icon"));
|
|
9
|
+
_icon.default.install = function (app) {
|
|
10
|
+
app.component(_icon.default.name, _icon.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _icon.default;
|
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _Monaco = _interopRequireDefault(require("./Monaco.js"));
|
|
9
|
+
_Monaco.default.install = function (app) {
|
|
10
|
+
app.component(_Monaco.default.name, _Monaco.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _Monaco.default;
|
package/lib/ProLayout/index.js
CHANGED
|
@@ -13,4 +13,7 @@ Object.defineProperty(exports, "PageContainer", {
|
|
|
13
13
|
exports.default = void 0;
|
|
14
14
|
var _BasicLayout = _interopRequireDefault(require("./Basic/BasicLayout"));
|
|
15
15
|
var _PageContainer = _interopRequireDefault(require("./PageContainer"));
|
|
16
|
+
_BasicLayout.default.install = function (app) {
|
|
17
|
+
app.component(_BasicLayout.default.name, _BasicLayout.default);
|
|
18
|
+
};
|
|
16
19
|
var _default = exports.default = _BasicLayout.default;
|
package/lib/ProTable/index.js
CHANGED
package/lib/Scrollbar/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _Scrollbar = _interopRequireDefault(require("./Scrollbar.js"));
|
|
9
|
+
_Scrollbar.default.install = function (app) {
|
|
10
|
+
app.component(_Scrollbar.default.name, _Scrollbar.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _Scrollbar.default;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
} */
|
|
22
22
|
import { defineComponent as _defineComponent } from 'vue';
|
|
23
23
|
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
24
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
24
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238263979"), n = n(), _popScopeId(), n);
|
|
25
25
|
const _hoisted_1 = {
|
|
26
26
|
key: 0,
|
|
27
27
|
style: { "width": "240px" }
|
package/lib/Search/Item.js
CHANGED
|
@@ -78,7 +78,7 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
78
78
|
} */
|
|
79
79
|
import { defineComponent as _defineComponent } from 'vue';
|
|
80
80
|
import { unref as _unref, openBlock as _openBlock, createBlock as _createBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementBlock as _createElementBlock, createVNode as _createVNode, Fragment as _Fragment, normalizeStyle as _normalizeStyle, mergeProps as _mergeProps, resolveDynamicComponent as _resolveDynamicComponent, withCtx as _withCtx, createElementVNode as _createElementVNode, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
81
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
81
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238262748"), n = n(), _popScopeId(), n);
|
|
82
82
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
83
83
|
const _hoisted_2 = {
|
|
84
84
|
key: 0,
|
package/lib/Search/Search.js
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
} */
|
|
37
37
|
import { defineComponent as _defineComponent } from 'vue';
|
|
38
38
|
import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, createVNode as _createVNode, unref as _unref, withCtx as _withCtx, createBlock as _createBlock, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, normalizeStyle as _normalizeStyle, createElementVNode as _createElementVNode, normalizeClass as _normalizeClass, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
39
|
-
const _withScopeId = n => (_pushScopeId("data-v-
|
|
39
|
+
const _withScopeId = n => (_pushScopeId("data-v-1713238262950"), n = n(), _popScopeId(), n);
|
|
40
40
|
const _hoisted_1 = { class: "JSearch-content simple" };
|
|
41
41
|
const _hoisted_2 = { class: "JSearch-items" };
|
|
42
42
|
import { Button, Row, Col, Form, FormItemRest, } from 'ant-design-vue';
|
package/lib/Search/index.js
CHANGED
|
@@ -13,4 +13,7 @@ Object.defineProperty(exports, "AdvancedSearch", {
|
|
|
13
13
|
exports.default = void 0;
|
|
14
14
|
var _index = _interopRequireDefault(require("./Advanced/index.js"));
|
|
15
15
|
var _Search = _interopRequireDefault(require("./Search.js"));
|
|
16
|
+
_Search.default.install = function (app) {
|
|
17
|
+
app.component(_Search.default.name, _Search.default);
|
|
18
|
+
};
|
|
16
19
|
var _default = exports.default = _Search.default;
|
package/lib/ValueItem/index.js
CHANGED
|
@@ -6,4 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _ValueItem = _interopRequireDefault(require("./ValueItem.js"));
|
|
9
|
+
_ValueItem.default.install = function (app) {
|
|
10
|
+
app.component(_ValueItem.default.name, _ValueItem.default);
|
|
11
|
+
};
|
|
9
12
|
var _default = exports.default = _ValueItem.default;
|