@jetlinks-web/components 2.0.4-6 → 2.0.4-7

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 CHANGED
@@ -37,6 +37,9 @@ import { MAPConfig } from "@jetlinks-web/constants";
37
37
  import Empty from '../Empty';
38
38
  import '@vuemap/vue-amap/dist/style.css';
39
39
  const __sfc_main__ = _defineComponent({
40
+ ...{
41
+ name: 'JAMap'
42
+ },
40
43
  props: {
41
44
  ...MapProps(),
42
45
  style: Object,
@@ -12,6 +12,9 @@ import { resolveComponent as _resolveComponent, openBlock as _openBlock, createB
12
12
  import { computed } from 'vue';
13
13
  import { getHexColor } from './color';
14
14
  const __sfc_main__ = _defineComponent({
15
+ ...{
16
+ name: 'JBadgeStatus'
17
+ },
15
18
  props: {
16
19
  text: {
17
20
  type: String,
@@ -20,7 +20,9 @@ const _hoisted_2 = { class: "j-card-select-item-content" };
20
20
  const _hoisted_3 = { class: "j-card-select-title" };
21
21
  const _hoisted_4 = { class: "j-card-select-describe" };
22
22
  import { has } from 'lodash-es';
23
- const __sfc_main__ = {
23
+ const __sfc_main__ = Object.assign({
24
+ name: 'JCardSelect'
25
+ }, {
24
26
  props: {
25
27
  layout: {
26
28
  type: String,
@@ -119,5 +121,5 @@ const __sfc_main__ = {
119
121
  ], 4 /* STYLE */));
120
122
  };
121
123
  }
122
- };
124
+ });
123
125
  export default __sfc_main__;
@@ -24,6 +24,9 @@ const _hoisted_1 = ["onClick"];
24
24
  import { computed, ref, watch } from 'vue';
25
25
  import { isArray } from '@jetlinks-web/utils';
26
26
  const __sfc_main__ = _defineComponent({
27
+ ...{
28
+ name: 'JCheckButton'
29
+ },
27
30
  props: {
28
31
  value: {
29
32
  type: [String, Array],
@@ -16,6 +16,9 @@ import { normalizeStyle as _normalizeStyle, openBlock as _openBlock, createEleme
16
16
  import { nextTick, ref, watch, } from 'vue';
17
17
  import { useECharts } from '@jetlinks-web/hooks';
18
18
  const __sfc_main__ = _defineComponent({
19
+ ...{
20
+ name: 'JEcharts'
21
+ },
19
22
  props: {
20
23
  options: {
21
24
  type: Object,
package/es/Empty/Empty.js CHANGED
@@ -18,6 +18,9 @@ import { useSlots } from 'vue';
18
18
  import NoData from './image';
19
19
  import { omit } from 'lodash-es';
20
20
  const __sfc_main__ = _defineComponent({
21
+ ...{
22
+ name: 'JEmpty'
23
+ },
21
24
  props: {
22
25
  description: {
23
26
  type: String,
@@ -6,11 +6,14 @@
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-1713232017092"), n = n(), _popScopeId(), n);
9
+ const _withScopeId = n => (_pushScopeId("data-v-1713237075280"), 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';
13
13
  const __sfc_main__ = _defineComponent({
14
+ ...{
15
+ name: 'JFullPage'
16
+ },
14
17
  setup(__props) {
15
18
  const fullPage = ref(null);
16
19
  const { y } = useElementBounding(fullPage);
@@ -51,7 +51,9 @@ import { openBlock as _openBlock, createElementBlock as _createElementBlock } fr
51
51
  import { ref, onMounted, watch, onUnmounted, toRaw, nextTick } from 'vue';
52
52
  import * as monaco from 'monaco-editor';
53
53
  import { omit } from 'lodash-es';
54
- const __sfc_main__ = {
54
+ const __sfc_main__ = Object.assign({
55
+ name: 'JMonacoEditor'
56
+ }, {
55
57
  props: {
56
58
  modelValue: [String, Number],
57
59
  theme: { type: String, default: 'vs-dark' },
@@ -234,5 +236,5 @@ const __sfc_main__ = {
234
236
  }, null, 512 /* NEED_PATCH */));
235
237
  };
236
238
  }
237
- };
239
+ });
238
240
  export default __sfc_main__;
@@ -27,7 +27,7 @@ var definedProps = _objectSpread({
27
27
  }
28
28
  }, omit(buttonProps(), 'icon'));
29
29
  var PermissionButton = defineComponent({
30
- name: 'PermissionButton',
30
+ name: 'JPermissionButton',
31
31
  // @ts-ignore
32
32
  slots: ['button', 'icon'],
33
33
  props: definedProps,
@@ -111,7 +111,7 @@ var tableProps = function tableProps() {
111
111
  });
112
112
  };
113
113
  var ProTable = defineComponent({
114
- name: 'ProTable',
114
+ name: 'JProTable',
115
115
  slots: ['headerTitle', 'card', 'rightExtraRender', 'paginationRender' // 分页
116
116
  ],
117
117
  props: tableProps(),
@@ -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-1713232018221"), n = n(), _popScopeId(), n);
24
+ const _withScopeId = n => (_pushScopeId("data-v-1713237076378"), n = n(), _popScopeId(), n);
25
25
  const _hoisted_1 = {
26
26
  key: 0,
27
27
  style: { "width": "240px" }
@@ -105,6 +105,9 @@ import { Select, Button, Form, FormItemRest } from 'ant-design-vue';
105
105
  import { AIcon } from '../../../';
106
106
  import { cloneDeep } from 'lodash-es';
107
107
  const __sfc_main__ = _defineComponent({
108
+ ...{
109
+ name: 'JAdvancedSearch',
110
+ },
108
111
  props: {
109
112
  columns: {
110
113
  type: Array,
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-1713232017722"), n = n(), _popScopeId(), n);
81
+ const _withScopeId = n => (_pushScopeId("data-v-1713237075820"), n = n(), _popScopeId(), n);
82
82
  const _hoisted_1 = { class: "JSearch-item" };
83
83
  const _hoisted_2 = {
84
84
  key: 0,
@@ -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-1713232017949"), n = n(), _popScopeId(), n);
39
+ const _withScopeId = n => (_pushScopeId("data-v-1713237076086"), 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';
@@ -46,6 +46,9 @@ import { termsParamsFormat } from './util';
46
46
  import SearchItem from './Item.js';
47
47
  import { optionsMapKey } from './setting';
48
48
  const __sfc_main__ = _defineComponent({
49
+ ...{
50
+ name: 'JSearch',
51
+ },
49
52
  props: {
50
53
  columns: {
51
54
  type: Array,
@@ -58,6 +58,9 @@ import { componentsType } from './util';
58
58
  import { MonacoEditor } from '../../';
59
59
  import { Select, DatePicker, TimePicker, Input, InputNumber, InputPassword, Upload, Modal, } from 'ant-design-vue';
60
60
  const __sfc_main__ = _defineComponent({
61
+ ...{
62
+ name: 'JValueItem',
63
+ },
61
64
  props: {
62
65
  // 组件双向绑定的值
63
66
  modelValue: {
package/es/index.js CHANGED
@@ -1,23 +1,59 @@
1
- import InitAMap from './AMap';
2
- import BadgeStatus from './BadgeStatus';
3
- import CardSelect from './CardSelect';
4
- import CheckButton from './CheckButton';
5
- import ConfigProvider from './ConfigProvider';
6
- import Echarts from './Echarts';
7
- import Ellipsis from './Ellipsis';
8
- import Empty from './Empty';
9
- import FullPage from './FullPage';
10
- import AIcon from './Icon';
11
- import MonacoEditor from './MonacoEditor';
12
- import PermissionButton from './PermissionButton';
13
- import ProLayout, { PageContainer } from './ProLayout';
14
- import ProTable from './ProTable';
15
- import Scrollbar from './Scrollbar';
16
- import Search, { AdvancedSearch } from './Search';
17
- import ValueItem from './ValueItem';
18
- export { BadgeStatus, CardSelect, CheckButton, Echarts, Ellipsis, Empty, FullPage, AIcon, MonacoEditor, PermissionButton, ValueItem, ProTable, Scrollbar, Search, AdvancedSearch, ConfigProvider };
19
- export default {
20
- install: function install(app) {
21
- app.component('JAMap', InitAMap).component('JBadgeStatus', BadgeStatus).component('JCardSelect', CardSelect).component('JCheckButton', CheckButton).component('JConfigProvider', ConfigProvider).component('JEcharts', Echarts).component('JEllipsis', Ellipsis).component('JEmpty', Empty).component('JFullPage', FullPage).component('AIcon', AIcon).component('JMonacoEditor', MonacoEditor).component('JPermissionButton', PermissionButton).component('JProLayout', ProLayout).component('JPageContainer', PageContainer).component('JProTable', ProTable).component('JScrollbar', Scrollbar).component('JSearch', Search).component('JAdvancedSearch', AdvancedSearch).component('JValueItem', ValueItem);
22
- }
23
- };
1
+ import './AMap';
2
+ export { default as BadgeStatus } from './BadgeStatus';
3
+ export { default as CardSelect } from './CardSelect';
4
+ export { default as CheckButton } from './CheckButton';
5
+ export { default as ConfigProvider } from './ConfigProvider';
6
+ export { default as Echarts } from './Echarts';
7
+ export { default as Ellipsis } from './Ellipsis';
8
+ export { default as Empty } from './Empty';
9
+ export { default as FullPage } from './FullPage';
10
+ export { default as AIcon } from './Icon';
11
+ export { default as MonacoEditor } from './MonacoEditor';
12
+ export { default as PermissionButton } from './PermissionButton';
13
+ export { default as ProLayout, PageContainer } from './ProLayout';
14
+ export { default as ProTable } from './ProTable';
15
+ export { default as Scrollbar } from './Scrollbar';
16
+ export { default as Search, AdvancedSearch } from './Search';
17
+ export { default as ValueItem } from './ValueItem';
18
+ // export {
19
+ // BadgeStatus,
20
+ // CardSelect,
21
+ // CheckButton,
22
+ // Echarts,
23
+ // Ellipsis,
24
+ // Empty,
25
+ // FullPage,
26
+ // AIcon,
27
+ // MonacoEditor,
28
+ // PermissionButton,
29
+ // ValueItem,
30
+ // ProTable,
31
+ // Scrollbar,
32
+ // Search,
33
+ // AdvancedSearch,
34
+ // ConfigProvider,
35
+ // }
36
+ // export default {
37
+ // install(app: App) {
38
+ // app
39
+ // .component('JAMap', InitAMap)
40
+ // .component('JBadgeStatus', BadgeStatus)
41
+ // .component('JCardSelect', CardSelect)
42
+ // .component('JCheckButton', CheckButton)
43
+ // .component('JConfigProvider', ConfigProvider)
44
+ // .component('JEcharts', Echarts)
45
+ // .component('JEllipsis', Ellipsis)
46
+ // .component('JEmpty', Empty)
47
+ // .component('JFullPage', FullPage)
48
+ // .component('AIcon', AIcon)
49
+ // .component('JMonacoEditor', MonacoEditor)
50
+ // .component('JPermissionButton', PermissionButton)
51
+ // .component('JProLayout', ProLayout)
52
+ // .component('JPageContainer', PageContainer)
53
+ // .component('JProTable', ProTable)
54
+ // .component('JScrollbar', Scrollbar)
55
+ // .component('JSearch', Search)
56
+ // .component('JAdvancedSearch', AdvancedSearch)
57
+ // .component('JValueItem', ValueItem)
58
+ // },
59
+ // }
package/lib/AMap/Map.js CHANGED
@@ -37,6 +37,9 @@ import { MAPConfig } from "@jetlinks-web/constants";
37
37
  import Empty from '../Empty';
38
38
  import '@vuemap/vue-amap/dist/style.css';
39
39
  const __sfc_main__ = _defineComponent({
40
+ ...{
41
+ name: 'JAMap'
42
+ },
40
43
  props: {
41
44
  ...MapProps(),
42
45
  style: Object,
@@ -12,6 +12,9 @@ import { resolveComponent as _resolveComponent, openBlock as _openBlock, createB
12
12
  import { computed } from 'vue';
13
13
  import { getHexColor } from './color';
14
14
  const __sfc_main__ = _defineComponent({
15
+ ...{
16
+ name: 'JBadgeStatus'
17
+ },
15
18
  props: {
16
19
  text: {
17
20
  type: String,
@@ -20,7 +20,9 @@ const _hoisted_2 = { class: "j-card-select-item-content" };
20
20
  const _hoisted_3 = { class: "j-card-select-title" };
21
21
  const _hoisted_4 = { class: "j-card-select-describe" };
22
22
  import { has } from 'lodash-es';
23
- const __sfc_main__ = {
23
+ const __sfc_main__ = Object.assign({
24
+ name: 'JCardSelect'
25
+ }, {
24
26
  props: {
25
27
  layout: {
26
28
  type: String,
@@ -119,5 +121,5 @@ const __sfc_main__ = {
119
121
  ], 4 /* STYLE */));
120
122
  };
121
123
  }
122
- };
124
+ });
123
125
  export default __sfc_main__;
@@ -24,6 +24,9 @@ const _hoisted_1 = ["onClick"];
24
24
  import { computed, ref, watch } from 'vue';
25
25
  import { isArray } from '@jetlinks-web/utils';
26
26
  const __sfc_main__ = _defineComponent({
27
+ ...{
28
+ name: 'JCheckButton'
29
+ },
27
30
  props: {
28
31
  value: {
29
32
  type: [String, Array],
@@ -16,6 +16,9 @@ import { normalizeStyle as _normalizeStyle, openBlock as _openBlock, createEleme
16
16
  import { nextTick, ref, watch, } from 'vue';
17
17
  import { useECharts } from '@jetlinks-web/hooks';
18
18
  const __sfc_main__ = _defineComponent({
19
+ ...{
20
+ name: 'JEcharts'
21
+ },
19
22
  props: {
20
23
  options: {
21
24
  type: Object,
@@ -18,6 +18,9 @@ import { useSlots } from 'vue';
18
18
  import NoData from './image';
19
19
  import { omit } from 'lodash-es';
20
20
  const __sfc_main__ = _defineComponent({
21
+ ...{
22
+ name: 'JEmpty'
23
+ },
21
24
  props: {
22
25
  description: {
23
26
  type: String,
@@ -6,11 +6,14 @@
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-1713232017085"), n = n(), _popScopeId(), n);
9
+ const _withScopeId = n => (_pushScopeId("data-v-1713237075286"), 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';
13
13
  const __sfc_main__ = _defineComponent({
14
+ ...{
15
+ name: 'JFullPage'
16
+ },
14
17
  setup(__props) {
15
18
  const fullPage = ref(null);
16
19
  const { y } = useElementBounding(fullPage);
@@ -51,7 +51,9 @@ import { openBlock as _openBlock, createElementBlock as _createElementBlock } fr
51
51
  import { ref, onMounted, watch, onUnmounted, toRaw, nextTick } from 'vue';
52
52
  import * as monaco from 'monaco-editor';
53
53
  import { omit } from 'lodash-es';
54
- const __sfc_main__ = {
54
+ const __sfc_main__ = Object.assign({
55
+ name: 'JMonacoEditor'
56
+ }, {
55
57
  props: {
56
58
  modelValue: [String, Number],
57
59
  theme: { type: String, default: 'vs-dark' },
@@ -234,5 +236,5 @@ const __sfc_main__ = {
234
236
  }, null, 512 /* NEED_PATCH */));
235
237
  };
236
238
  }
237
- };
239
+ });
238
240
  export default __sfc_main__;
@@ -34,7 +34,7 @@ var definedProps = (0, _objectSpread2.default)({
34
34
  }
35
35
  }, (0, _lodashEs.omit)((0, _button.buttonProps)(), 'icon'));
36
36
  var PermissionButton = (0, _vue.defineComponent)({
37
- name: 'PermissionButton',
37
+ name: 'JPermissionButton',
38
38
  // @ts-ignore
39
39
  slots: ['button', 'icon'],
40
40
  props: definedProps,
@@ -117,7 +117,7 @@ var tableProps = function tableProps() {
117
117
  });
118
118
  };
119
119
  var ProTable = (0, _vue.defineComponent)({
120
- name: 'ProTable',
120
+ name: 'JProTable',
121
121
  slots: ['headerTitle', 'card', 'rightExtraRender', 'paginationRender' // 分页
122
122
  ],
123
123
  props: tableProps(),
@@ -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-1713232018203"), n = n(), _popScopeId(), n);
24
+ const _withScopeId = n => (_pushScopeId("data-v-1713237076400"), n = n(), _popScopeId(), n);
25
25
  const _hoisted_1 = {
26
26
  key: 0,
27
27
  style: { "width": "240px" }
@@ -105,6 +105,9 @@ import { Select, Button, Form, FormItemRest } from 'ant-design-vue';
105
105
  import { AIcon } from '../../../';
106
106
  import { cloneDeep } from 'lodash-es';
107
107
  const __sfc_main__ = _defineComponent({
108
+ ...{
109
+ name: 'JAdvancedSearch',
110
+ },
108
111
  props: {
109
112
  columns: {
110
113
  type: Array,
@@ -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-1713232017648"), n = n(), _popScopeId(), n);
81
+ const _withScopeId = n => (_pushScopeId("data-v-1713237075892"), n = n(), _popScopeId(), n);
82
82
  const _hoisted_1 = { class: "JSearch-item" };
83
83
  const _hoisted_2 = {
84
84
  key: 0,
@@ -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-1713232017912"), n = n(), _popScopeId(), n);
39
+ const _withScopeId = n => (_pushScopeId("data-v-1713237076116"), 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';
@@ -46,6 +46,9 @@ import { termsParamsFormat } from './util';
46
46
  import SearchItem from './Item.js';
47
47
  import { optionsMapKey } from './setting';
48
48
  const __sfc_main__ = _defineComponent({
49
+ ...{
50
+ name: 'JSearch',
51
+ },
49
52
  props: {
50
53
  columns: {
51
54
  type: Array,
@@ -58,6 +58,9 @@ import { componentsType } from './util';
58
58
  import { MonacoEditor } from '../../';
59
59
  import { Select, DatePicker, TimePicker, Input, InputNumber, InputPassword, Upload, Modal, } from 'ant-design-vue';
60
60
  const __sfc_main__ = _defineComponent({
61
+ ...{
62
+ name: 'JValueItem',
63
+ },
61
64
  props: {
62
65
  // 组件双向绑定的值
63
66
  modelValue: {
package/lib/index.js CHANGED
@@ -71,12 +71,24 @@ Object.defineProperty(exports, "MonacoEditor", {
71
71
  return _MonacoEditor.default;
72
72
  }
73
73
  });
74
+ Object.defineProperty(exports, "PageContainer", {
75
+ enumerable: true,
76
+ get: function get() {
77
+ return _ProLayout.PageContainer;
78
+ }
79
+ });
74
80
  Object.defineProperty(exports, "PermissionButton", {
75
81
  enumerable: true,
76
82
  get: function get() {
77
83
  return _PermissionButton.default;
78
84
  }
79
85
  });
86
+ Object.defineProperty(exports, "ProLayout", {
87
+ enumerable: true,
88
+ get: function get() {
89
+ return _ProLayout.default;
90
+ }
91
+ });
80
92
  Object.defineProperty(exports, "ProTable", {
81
93
  enumerable: true,
82
94
  get: function get() {
@@ -101,8 +113,7 @@ Object.defineProperty(exports, "ValueItem", {
101
113
  return _ValueItem.default;
102
114
  }
103
115
  });
104
- exports.default = void 0;
105
- var _AMap = _interopRequireDefault(require("./AMap"));
116
+ require("./AMap");
106
117
  var _BadgeStatus = _interopRequireDefault(require("./BadgeStatus"));
107
118
  var _CardSelect = _interopRequireDefault(require("./CardSelect"));
108
119
  var _CheckButton = _interopRequireDefault(require("./CheckButton"));
@@ -120,9 +131,4 @@ var _Scrollbar = _interopRequireDefault(require("./Scrollbar"));
120
131
  var _Search = _interopRequireWildcard(require("./Search"));
121
132
  var _ValueItem = _interopRequireDefault(require("./ValueItem"));
122
133
  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); }
123
- 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; }
124
- var _default = exports.default = {
125
- install: function install(app) {
126
- app.component('JAMap', _AMap.default).component('JBadgeStatus', _BadgeStatus.default).component('JCardSelect', _CardSelect.default).component('JCheckButton', _CheckButton.default).component('JConfigProvider', _ConfigProvider.default).component('JEcharts', _Echarts.default).component('JEllipsis', _Ellipsis.default).component('JEmpty', _Empty.default).component('JFullPage', _FullPage.default).component('AIcon', _Icon.default).component('JMonacoEditor', _MonacoEditor.default).component('JPermissionButton', _PermissionButton.default).component('JProLayout', _ProLayout.default).component('JPageContainer', _ProLayout.PageContainer).component('JProTable', _ProTable.default).component('JScrollbar', _Scrollbar.default).component('JSearch', _Search.default).component('JAdvancedSearch', _Search.AdvancedSearch).component('JValueItem', _ValueItem.default);
127
- }
128
- };
134
+ 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetlinks-web/components",
3
- "version": "2.0.4-6",
3
+ "version": "2.0.4-7",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -14,19 +14,15 @@
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
16
  "@ant-design/icons-vue": "^7.0.1",
17
- "@babel/runtime": "^7.24.4",
18
17
  "@vuemap/vue-amap": "^2.0.17",
19
18
  "@vueuse/core": "^10.2.1",
20
19
  "@vueuse/router": "^10.9.0",
21
- "ant-design-vue": "3.2.20",
22
20
  "echarts": "^5.4.3",
23
21
  "monaco-editor": "^0.40.0",
24
- "sortablejs": "^1.15.2",
25
- "@jetlinks-web/constants": "^1.0.2",
26
- "@jetlinks-web/utils": "^1.0.6",
27
- "@jetlinks-web/hooks": "^1.0.12"
22
+ "sortablejs": "^1.15.2"
28
23
  },
29
24
  "devDependencies": {
25
+ "ant-design-vue": "3.2.20",
30
26
  "@babel/cli": "^7.8.4",
31
27
  "@babel/core": "^7.10.5",
32
28
  "@babel/plugin-proposal-class-properties": "^7.8.3",
@@ -44,6 +40,7 @@
44
40
  "@babel/polyfill": "^7.8.7",
45
41
  "@babel/preset-env": "^7.9.6",
46
42
  "@babel/preset-typescript": "^7.10.4",
43
+ "@babel/runtime": "^7.24.4",
47
44
  "@commitlint/cli": "^17.4.2",
48
45
  "@commitlint/config-conventional": "^17.4.2",
49
46
  "@rollup/plugin-commonjs": "^22.0.1",
@@ -67,14 +64,12 @@
67
64
  "babel-plugin-transform-require-context": "^0.1.1",
68
65
  "case-sensitive-paths-webpack-plugin": "^2.1.2",
69
66
  "child_process": "^1.0.2",
70
- "codesandbox": "^2.2.3",
71
67
  "colorful": "^2.1.0",
72
68
  "commander": "^6.1.0",
73
69
  "commitlint": "^17.4.2",
74
70
  "compute-scroll-into-view": "^3.0.0",
75
71
  "css-loader": "^6.7.3",
76
72
  "css-minimizer-webpack-plugin": "^3.0.0",
77
- "diacritics": "^1.3.0",
78
73
  "duplicate-package-checker-webpack-plugin": "^3.0.0",
79
74
  "esbuild": "~0.12.29",
80
75
  "esbuild-loader": "^2.18.0",
@@ -137,7 +132,10 @@
137
132
  "webpack-cli": "^4.6.0",
138
133
  "webpack-dev-server": "^4.0.0",
139
134
  "webpack-merge": "^5.0.0",
140
- "webpackbar": "^5.0.2"
135
+ "webpackbar": "^5.0.2",
136
+ "@jetlinks-web/constants": "^1.0.2",
137
+ "@jetlinks-web/utils": "^1.0.6",
138
+ "@jetlinks-web/hooks": "^1.0.12"
141
139
  },
142
140
  "publishConfig": {
143
141
  "registry": "https://registry.npmjs.org/",