@jetlinks-web/components 2.6.24 → 2.6.27
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/Map.js +2 -1
- package/es/AutoComplete/AutoComplete.js +1 -0
- package/es/BadgeStatus/Badge.js +2 -1
- package/es/CardSelect/CardSelect.js +7 -1
- package/es/CardSelect/style/index.less +26 -26
- package/es/CheckButton/CheckButton.js +2 -1
- package/es/DragModal/DragModal.js +1 -0
- package/es/Echarts/Echarts.js +2 -1
- package/es/EditTable/EditTable.js +6 -4
- package/es/EditTable/FormItem.js +4 -9
- package/es/EditTable/Header.js +3 -5
- package/es/EditTable/components/ContextMenu/Menu.js +2 -1
- package/es/EditTable/components/Search/search.js +2 -1
- package/es/EditTable/components/Search/sort.js +3 -1
- package/es/EditTable/group.js +12 -11
- package/es/EditTable/hooks/useValidate.js +1 -1
- package/es/EditTable/style/form.less +33 -33
- package/es/EditTable/style/group.less +32 -32
- package/es/EditTable/style/header.less +77 -77
- package/es/EditTable/style/menu.less +25 -25
- package/es/EditTable/utils.js +30 -3
- package/es/Ellipsis/style/index.less +20 -20
- package/es/FlameGraph/FlameGraph.js +4 -5
- package/es/FullPage/FullPage.js +2 -1
- package/es/LocaleProvider/index.js +2 -1
- package/es/PermissionButton/index.js +7 -6
- package/es/ProLayout/Basic/BasicLayout.js +39 -34
- package/es/ProLayout/Basic/Header.js +7 -3
- package/es/ProLayout/PageContainer/index.js +12 -8
- package/es/ProLayout/SiderMenu/BaseMenu.js +39 -16
- package/es/ProLayout/SiderMenu/SiderMenu.js +34 -14
- package/es/ProLayout/SiderMenu/index.less +231 -231
- package/es/ProLayout/TopHeader/index.js +9 -1
- package/es/ProLayout/util.js +5 -5
- package/es/ProTable/Content.js +2 -2
- package/es/ProTable/hooks/index.js +2 -0
- package/es/RadioButton/RadioButton.js +1 -0
- package/es/Search/Advanced/SaveHistory.js +2 -1
- package/es/Search/Item.js +2 -1
- package/es/Title/title.js +1 -0
- package/es/style/index.css +1 -1
- package/lib/AMap/Map.js +2 -1
- package/lib/AutoComplete/AutoComplete.js +1 -0
- package/lib/BadgeStatus/Badge.js +2 -1
- package/lib/CardSelect/CardSelect.js +7 -1
- package/lib/CardSelect/style/index.less +26 -26
- package/lib/CheckButton/CheckButton.js +2 -1
- package/lib/DragModal/DragModal.js +1 -0
- package/lib/Echarts/Echarts.js +2 -1
- package/lib/EditTable/EditTable.js +6 -4
- package/lib/EditTable/FormItem.js +4 -9
- package/lib/EditTable/Header.js +3 -5
- package/lib/EditTable/components/ContextMenu/Menu.js +2 -1
- package/lib/EditTable/components/Search/search.js +2 -1
- package/lib/EditTable/components/Search/sort.js +3 -1
- package/lib/EditTable/group.js +12 -11
- package/lib/EditTable/hooks/useValidate.js +1 -1
- package/lib/EditTable/style/form.less +33 -33
- package/lib/EditTable/style/group.less +32 -32
- package/lib/EditTable/style/header.less +77 -77
- package/lib/EditTable/style/menu.less +25 -25
- package/lib/EditTable/utils.js +31 -3
- package/lib/Ellipsis/style/index.less +20 -20
- package/lib/FlameGraph/FlameGraph.js +4 -5
- package/lib/FullPage/FullPage.js +2 -1
- package/lib/Icon/icon.js +2 -1
- package/lib/LocaleProvider/index.js +2 -1
- package/lib/PermissionButton/index.js +7 -6
- package/lib/ProLayout/Basic/BasicLayout.js +40 -34
- package/lib/ProLayout/Basic/Header.js +6 -2
- package/lib/ProLayout/PageContainer/index.js +11 -7
- package/lib/ProLayout/SiderMenu/BaseMenu.js +39 -17
- package/lib/ProLayout/SiderMenu/SiderMenu.js +35 -14
- package/lib/ProLayout/SiderMenu/index.less +231 -231
- package/lib/ProLayout/TopHeader/index.js +9 -2
- package/lib/ProLayout/util.js +5 -5
- package/lib/ProTable/Content.js +2 -2
- package/lib/ProTable/hooks/index.js +27 -0
- package/lib/RadioButton/RadioButton.js +1 -0
- package/lib/Search/Advanced/SaveHistory.js +2 -1
- package/lib/Search/Item.js +2 -1
- package/lib/Title/title.js +1 -0
- package/lib/components.js +2 -1
- package/lib/index.js +2 -1
- package/lib/style/index.css +1 -1
- package/package.json +3 -3
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"saveHistory": "setup-const"
|
|
23
23
|
} */
|
|
24
24
|
import { defineComponent as _defineComponent } from 'vue';
|
|
25
|
-
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock } from "vue";
|
|
25
|
+
import { unref as _unref, createVNode as _createVNode, withCtx as _withCtx, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, createBlock as _createBlock, pushScopeId as _pushScopeId, popScopeId as _popScopeId } from "vue";
|
|
26
|
+
const _withScopeId = n => (_pushScopeId("data-v-1755080512543"), n = n(), _popScopeId(), n);
|
|
26
27
|
const _hoisted_1 = {
|
|
27
28
|
key: 0,
|
|
28
29
|
style: { "width": "240px" }
|
package/lib/Search/Item.js
CHANGED
|
@@ -79,7 +79,8 @@ function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]
|
|
|
79
79
|
"valueChange": "setup-const"
|
|
80
80
|
} */
|
|
81
81
|
import { defineComponent as _defineComponent } from 'vue';
|
|
82
|
-
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 } from "vue";
|
|
82
|
+
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";
|
|
83
|
+
const _withScopeId = n => (_pushScopeId("data-v-1755080511900"), n = n(), _popScopeId(), n);
|
|
83
84
|
const _hoisted_1 = { class: "JSearch-item" };
|
|
84
85
|
const _hoisted_2 = {
|
|
85
86
|
key: 0,
|
package/lib/Title/title.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* Analyzed bindings: {
|
|
2
2
|
"data": "props",
|
|
3
3
|
"style": "props",
|
|
4
|
+
"defineOptions": "setup-const",
|
|
4
5
|
"props": "setup-reactive-const"
|
|
5
6
|
} */
|
|
6
7
|
import { toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, renderSlot as _renderSlot, normalizeStyle as _normalizeStyle, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
package/lib/components.js
CHANGED
|
@@ -185,4 +185,5 @@ var _Markdown = _interopRequireDefault(require("./Markdown"));
|
|
|
185
185
|
var _AutoComplete = _interopRequireDefault(require("./AutoComplete"));
|
|
186
186
|
var _Title = _interopRequireDefault(require("./Title"));
|
|
187
187
|
var _FlameGraph = _interopRequireDefault(require("./FlameGraph"));
|
|
188
|
-
function
|
|
188
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
189
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
package/lib/index.js
CHANGED
|
@@ -20,7 +20,8 @@ Object.keys(components).forEach(function (key) {
|
|
|
20
20
|
}
|
|
21
21
|
});
|
|
22
22
|
});
|
|
23
|
-
function
|
|
23
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
24
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
24
25
|
/*eslint import/namespace: ['error', { allowComputed: true }]*/
|
|
25
26
|
|
|
26
27
|
var install = exports.install = function install(app) {
|
package/lib/style/index.css
CHANGED
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
-moz-user-select: none;
|
|
778
778
|
user-select: none;
|
|
779
779
|
}
|
|
780
|
-
.ant-pagination-options-quick-jumper input:-moz-placeholder {
|
|
780
|
+
.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
|
|
781
781
|
text-overflow: ellipsis;
|
|
782
782
|
}
|
|
783
783
|
.ant-pagination-options-quick-jumper input:placeholder-shown {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetlinks-web/components",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.27",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"resize-observer-polyfill": "^1.5.1",
|
|
46
46
|
"sortablejs": "^1.15.2",
|
|
47
47
|
"@jetlinks-web/constants": "1.0.9",
|
|
48
|
-
"@jetlinks-web/
|
|
49
|
-
"@jetlinks-web/
|
|
48
|
+
"@jetlinks-web/utils": "1.2.12",
|
|
49
|
+
"@jetlinks-web/hooks": "1.0.29"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@babel/cli": "^7.8.4",
|