3h1-ui 2.15.8 → 2.15.10
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/index.js +7 -8
- package/es/style.css +10 -10
- package/lib/index.js +3 -4
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, nextTick, createVNode, defineComponent, ref, computed, unref, watchEffect, watch, resolveComponent, openBlock, createBlock, mergeProps, withCtx, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString, createSlots, renderSlot, normalizeProps, guardReactiveProps, createElementVNode, onMounted, normalizeClass, createCommentVNode, normalizeStyle, Transition, toHandlers, useSlots, withDirectives, vShow, getCurrentInstance, inject, onUnmounted, provide, onBeforeUnmount, resolveDynamicComponent, reactive, toRef, toRefs, TransitionGroup, getCurrentScope, onScopeDispose, readonly, defineAsyncComponent, isRef, toRaw, shallowRef, isVNode, useAttrs as useAttrs$2, shallowReactive, withKeys, withModifiers, render as render$1, resolveDirective, pushScopeId, popScopeId, useCssVars } from "vue";
|
|
2
|
-
import { Radio, Select, Tree, TreeSelect, Cascader, Transfer, Input, Tooltip, Skeleton, Popover, Pagination, Empty, Button as Button$1, Table
|
|
2
|
+
import { Radio, Select, Tree, TreeSelect, Cascader, Transfer, Input, Tooltip, Skeleton, Popover, Pagination, Empty, Button as Button$1, Table, FormItem, DatePicker, InputNumber, Modal as Modal$2, Popconfirm, Menu, Dropdown, Divider as Divider$1, Image, Progress, Tag, Alert, Upload, Space, AutoComplete, Switch, Checkbox, Slider, Rate, TimePicker, Col, Form, Row, MenuItem, MenuDivider, Spin, PageHeader, CheckboxGroup, TableSummaryRow, TableSummaryCell, TableSummary, Badge, FormItemRest, Drawer, Avatar, Descriptions, DescriptionsItem } from "ant-design-vue";
|
|
3
3
|
import { isFunction as isFunction$4, isString as isString$3, isArray as isArray$3, getSlot as getSlot$1, addClass as addClass$1, removeClass as removeClass$1, getPopupContainer as getPopupContainer$1, triggerWindowResize, off, on, addResizeListener, removeResizeListener, buildUUID, withInstall as withInstall$5, extendSlots as extendSlots$1, isBoolean, isNumber as isNumber$2, isDef as isDef$1, warn as warn$1, downloadByUrl, isObject as isObject$3, isNull, dateUtil, isNullOrUnDef, error as error$1, deepMerge as deepMerge$1, getDynamicProps, buildProps, createBEM, forEach as forEach$1, isClient as isClient$1, filter, treeToList, eachTree, isEmpty, isServer, formatToDate, isMap as isMap$2, findNodeAll, getViewportOffset, isNullAndUnDef, dataURLtoBlob, deepMergeObjects } from "@shy-plugins/utils";
|
|
4
4
|
import { useAttrs as useAttrs$1, useRuleFormItem, useTimeoutFn as useTimeoutFn$2, useScrollTo as useScrollTo$1, useIntersectionObserver, useCopyToClipboard, useMessage, usePagination as usePagination$2, useI18n as useI18n$1, useDesign as useDesign$1, useSortable, createContext as createContext$1, useContext as useContext$2, useBreakpoint, useContentHeight, useWindowSizeFn as useWindowSizeFn$1, onMountedOrActivated, useEventListener as useEventListener$1 } from "@shy-plugins/use";
|
|
5
5
|
import { zxcvbn } from "@zxcvbn-ts/core";
|
|
@@ -7802,7 +7802,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
7802
7802
|
loadKv();
|
|
7803
7803
|
expose({ validate });
|
|
7804
7804
|
return (_ctx, _cache) => {
|
|
7805
|
-
return openBlock(), createBlock(unref(Table
|
|
7805
|
+
return openBlock(), createBlock(unref(Table), {
|
|
7806
7806
|
columns: unref(getColumns),
|
|
7807
7807
|
"data-source": unref(state),
|
|
7808
7808
|
pagination: false,
|
|
@@ -7912,8 +7912,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
7912
7912
|
};
|
|
7913
7913
|
}
|
|
7914
7914
|
});
|
|
7915
|
-
const
|
|
7916
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-9232fde4"]]);
|
|
7915
|
+
const Table_vue_vue_type_style_index_0_lang = "";
|
|
7917
7916
|
const modal = "";
|
|
7918
7917
|
useI18n$1();
|
|
7919
7918
|
const modalProps = {
|
|
@@ -10789,7 +10788,7 @@ componentMap$2.set("TimePicker", TimePicker);
|
|
|
10789
10788
|
componentMap$2.set("StrengthMeter", StrengthMeter);
|
|
10790
10789
|
componentMap$2.set("IconPicker", _sfc_main$19);
|
|
10791
10790
|
componentMap$2.set("InputCountDown", CountdownInput);
|
|
10792
|
-
componentMap$2.set("Table",
|
|
10791
|
+
componentMap$2.set("Table", _sfc_main$15);
|
|
10793
10792
|
componentMap$2.set("Tinymce", _sfc_main$16);
|
|
10794
10793
|
componentMap$2.set("Divider", Divider);
|
|
10795
10794
|
function add(compName, component) {
|
|
@@ -17188,7 +17187,7 @@ const SUMMARY_ROW_KEY = "_row";
|
|
|
17188
17187
|
const SUMMARY_INDEX_KEY = "_index";
|
|
17189
17188
|
const _sfc_main$t = defineComponent({
|
|
17190
17189
|
name: "BasicTableFooter",
|
|
17191
|
-
components: { Table
|
|
17190
|
+
components: { Table },
|
|
17192
17191
|
props: {
|
|
17193
17192
|
summaryFunc: {
|
|
17194
17193
|
type: Function
|
|
@@ -17892,7 +17891,7 @@ const TableGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _
|
|
|
17892
17891
|
const _sfc_main$q = defineComponent({
|
|
17893
17892
|
components: {
|
|
17894
17893
|
TableAdvancedSearch,
|
|
17895
|
-
Table
|
|
17894
|
+
Table,
|
|
17896
17895
|
BasicForm,
|
|
17897
17896
|
HeaderCell: _sfc_main$E,
|
|
17898
17897
|
Empty,
|
|
@@ -25244,7 +25243,7 @@ export {
|
|
|
25244
25243
|
StrengthMeter,
|
|
25245
25244
|
SvgIcon,
|
|
25246
25245
|
_sfc_main$V as TableAction,
|
|
25247
|
-
|
|
25246
|
+
_sfc_main$15 as TableChildren,
|
|
25248
25247
|
TableDict,
|
|
25249
25248
|
TableImg,
|
|
25250
25249
|
_sfc_main$3 as TablePlus,
|
package/es/style.css
CHANGED
|
@@ -24879,40 +24879,40 @@ span.iconify {
|
|
|
24879
24879
|
.shy-tinymce-container textarea {
|
|
24880
24880
|
z-index: -1;
|
|
24881
24881
|
visibility: hidden;
|
|
24882
|
-
}.shy-table-edit-icon-plus
|
|
24882
|
+
}.shy-table-edit-icon-plus {
|
|
24883
24883
|
width: 30px;
|
|
24884
24884
|
height: 30px;
|
|
24885
24885
|
font-size: 30px;
|
|
24886
24886
|
cursor: pointer;
|
|
24887
24887
|
display: flex;
|
|
24888
24888
|
}
|
|
24889
|
-
.table-children
|
|
24889
|
+
.table-children .ant-form-item {
|
|
24890
24890
|
margin-bottom: 0 !important;
|
|
24891
24891
|
}
|
|
24892
|
-
.table-children-required
|
|
24892
|
+
.table-children-required {
|
|
24893
24893
|
color: #ff4d4f;
|
|
24894
24894
|
margin-right: 4px;
|
|
24895
24895
|
}
|
|
24896
|
-
.table-children
|
|
24896
|
+
.table-children .ant-table-cell {
|
|
24897
24897
|
padding: 8px !important;
|
|
24898
24898
|
}
|
|
24899
|
-
.table-children
|
|
24899
|
+
.table-children .ant-table-cell .ant-form-item-explain {
|
|
24900
24900
|
display: none;
|
|
24901
24901
|
}
|
|
24902
|
-
.table-children-delete-wrapper
|
|
24902
|
+
.table-children-delete-wrapper {
|
|
24903
24903
|
display: flex;
|
|
24904
24904
|
height: 100%;
|
|
24905
24905
|
justify-content: center;
|
|
24906
24906
|
}
|
|
24907
|
-
.table-children-delete-wrapper:hover .table-children-delete-item
|
|
24907
|
+
.table-children-delete-wrapper:hover .table-children-delete-item {
|
|
24908
24908
|
display: flex;
|
|
24909
24909
|
justify-content: center;
|
|
24910
24910
|
align-items: center;
|
|
24911
24911
|
}
|
|
24912
|
-
.table-children-delete-wrapper:hover .table-children-delete-index
|
|
24912
|
+
.table-children-delete-wrapper:hover .table-children-delete-index {
|
|
24913
24913
|
display: none;
|
|
24914
24914
|
}
|
|
24915
|
-
.table-children-delete-item
|
|
24915
|
+
.table-children-delete-item {
|
|
24916
24916
|
background-color: red;
|
|
24917
24917
|
border-radius: 50%;
|
|
24918
24918
|
width: 30px;
|
|
@@ -24921,7 +24921,7 @@ span.iconify {
|
|
|
24921
24921
|
display: none;
|
|
24922
24922
|
cursor: pointer;
|
|
24923
24923
|
}
|
|
24924
|
-
.table-children-delete-index
|
|
24924
|
+
.table-children-delete-index {
|
|
24925
24925
|
user-select: none;
|
|
24926
24926
|
display: inline-block;
|
|
24927
24927
|
}@media screen and (max-height: 600px) {
|
package/lib/index.js
CHANGED
|
@@ -7936,8 +7936,7 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7936
7936
|
};
|
|
7937
7937
|
}
|
|
7938
7938
|
});
|
|
7939
|
-
const
|
|
7940
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-9232fde4"]]);
|
|
7939
|
+
const Table_vue_vue_type_style_index_0_lang = "";
|
|
7941
7940
|
const modal = "";
|
|
7942
7941
|
use.useI18n();
|
|
7943
7942
|
const modalProps = {
|
|
@@ -10813,7 +10812,7 @@ componentMap$2.set("TimePicker", antDesignVue.TimePicker);
|
|
|
10813
10812
|
componentMap$2.set("StrengthMeter", StrengthMeter);
|
|
10814
10813
|
componentMap$2.set("IconPicker", _sfc_main$19);
|
|
10815
10814
|
componentMap$2.set("InputCountDown", CountdownInput);
|
|
10816
|
-
componentMap$2.set("Table",
|
|
10815
|
+
componentMap$2.set("Table", _sfc_main$15);
|
|
10817
10816
|
componentMap$2.set("Tinymce", _sfc_main$16);
|
|
10818
10817
|
componentMap$2.set("Divider", Divider);
|
|
10819
10818
|
function add(compName, component) {
|
|
@@ -25267,7 +25266,7 @@ exports.Scrollbar = Scrollbar;
|
|
|
25267
25266
|
exports.StrengthMeter = StrengthMeter;
|
|
25268
25267
|
exports.SvgIcon = SvgIcon;
|
|
25269
25268
|
exports.TableAction = _sfc_main$V;
|
|
25270
|
-
exports.TableChildren =
|
|
25269
|
+
exports.TableChildren = _sfc_main$15;
|
|
25271
25270
|
exports.TableDict = TableDict;
|
|
25272
25271
|
exports.TableImg = TableImg;
|
|
25273
25272
|
exports.TablePlus = _sfc_main$3;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "3h1-ui",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"vxe-table": "^4.3.6",
|
|
31
31
|
"xe-utils": "^3.5.7",
|
|
32
32
|
"@shy-plugins/tinymce": "^1.0.6",
|
|
33
|
-
"@shy-plugins/
|
|
34
|
-
"@shy-plugins/
|
|
33
|
+
"@shy-plugins/utils": "1.1.1",
|
|
34
|
+
"@shy-plugins/use": "1.0.9"
|
|
35
35
|
},
|
|
36
36
|
"types": "es/ui/index.d.ts",
|
|
37
37
|
"devDependencies": {
|