hs-admin-ui 17.0.3 → 17.0.4
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/dist/{business-pGsdQp68.js → business-BjiJZ1r_.js} +3 -5
- package/dist/element-plus-ui.mjs +5 -7
- package/dist/h5.mjs +3 -5
- package/dist/{index-D9v7Ms60.js → index-CriCbWfy.js} +2 -4
- package/dist/index.mjs +276 -279
- package/dist/{lodash-CP0DUMav.js → lodash-D9wEYdiM.js} +16 -16
- package/dist/style.css +2 -2
- package/dist/{trtc-sdk-v5-DDdL1W8f.js → trtc-sdk-v5-6h0y3EaH.js} +1 -1
- package/dist/vendor-DgfWUdiw.js +154250 -0
- package/dist/vxe-table-ui.mjs +6 -8
- package/package.json +1 -1
- package/dist/element-plus-BdDVfauw.js +0 -52489
- package/dist/vendor-BskbcIpg.js +0 -38116
- package/dist/vxe-table-echjfLXm.js +0 -63703
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { _ as _$1 } from "./lodash-
|
|
5
|
-
import { D as Decimal, q as qs, R as Rn$1, a as axios, l as localforage, c as cryptoJsExports,
|
|
6
|
-
import { E as ElMessage, a as ElMessageBox, s as svg, b as ElNotification, c as ElConfigProvider, z as zhCn, d as arrow_up_bold_default, e as arrow_down_bold_default, m as more_filled_default, o as operation_default, f as ElTreeV2, g as ElInput, h as ElLoading } from "./element-plus-BdDVfauw.js";
|
|
4
|
+
import { _ as _$1 } from "./lodash-D9wEYdiM.js";
|
|
5
|
+
import { D as Decimal, q as qs, R as Rn$1, E as ElMessage, a as ElMessageBox, b as axios, l as localforage, c as cryptoJsExports, d as api, h as hooks, u as useClipboard, s as screenfull, C as CryptoJS, m as mitt, e as svg, f as ElNotification, g as ElConfigProvider, z as zhCn, i as useDocumentVisibility, o as onKeyStroke$1, V as VxeModal, v as v4, M as Md5, j as useActiveElement, w as watchOnce, k as useWindowSize, n as arrow_up_bold_default, p as arrow_down_bold_default, t as to$1, r as useMouseInElement, x as more_filled_default, y as useElementSize, A as operation_default, B as BScroll, F as onClickOutside, G as ElTreeV2, H as ElInput, I as ElLoading, J as useDevicesList, K as useUserMedia, L as useMousePressed, S as SmoothSignature } from "./vendor-DgfWUdiw.js";
|
|
7
6
|
import { defineComponent, computed, createElementBlock, openBlock, normalizeStyle, createBlock, resolveDynamicComponent, createElementVNode, normalizeClass, useAttrs, ref, watch, resolveComponent, mergeProps, unref, withCtx, renderSlot, Fragment, createCommentVNode, toDisplayString, onBeforeUnmount, nextTick, getCurrentScope, onScopeDispose, defineAsyncComponent, provide, resolveDirective, withDirectives, createVNode, createTextVNode, onMounted, onDeactivated, h as h$1, render, inject, onBeforeMount, createSlots, renderList, normalizeProps, guardReactiveProps, shallowRef, onActivated, withModifiers, onUnmounted, reactive, createStaticVNode, isRef, toValue, mergeModels, useModel, vShow, Teleport, Transition, shallowReactive, withAsyncContext, Suspense, KeepAlive, triggerRef, markRaw, TransitionGroup } from "vue";
|
|
8
|
-
import {
|
|
9
|
-
import { T as TRTC } from "./trtc-sdk-v5-DDdL1W8f.js";
|
|
7
|
+
import { T as TRTC } from "./trtc-sdk-v5-6h0y3EaH.js";
|
|
10
8
|
const _export_sfc = (sfc, props) => {
|
|
11
9
|
const target = sfc.__vccOpts || sfc;
|
|
12
10
|
for (const [key, val] of props) {
|
package/dist/element-plus-ui.mjs
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { _ } from "./lodash-
|
|
2
|
-
import {
|
|
3
|
-
import { i as install } from "./index-
|
|
4
|
-
import { N as NEXT_NAME, I as IS_DEV, C as CurrentRoute, a as CurrentRouter } from "./business-
|
|
5
|
-
import { H, e, f, h, m } from "./business-
|
|
6
|
-
import "./vendor-BskbcIpg.js";
|
|
1
|
+
import { _ } from "./lodash-D9wEYdiM.js";
|
|
2
|
+
import { I as ElLoading } from "./vendor-DgfWUdiw.js";
|
|
3
|
+
import { i as install } from "./index-CriCbWfy.js";
|
|
4
|
+
import { N as NEXT_NAME, I as IS_DEV, C as CurrentRoute, a as CurrentRouter } from "./business-BjiJZ1r_.js";
|
|
5
|
+
import { H, e, f, h, m } from "./business-BjiJZ1r_.js";
|
|
7
6
|
import "vue";
|
|
8
|
-
import "./vxe-table-echjfLXm.js";
|
|
9
7
|
function useHsAdminUi(app, options) {
|
|
10
8
|
NEXT_NAME.value = options == null ? void 0 : options.NEXT_NAME;
|
|
11
9
|
IS_DEV.value = options == null ? void 0 : options.IS_DEV;
|
package/dist/h5.mjs
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bp as ElUpload, a3 as ElButton, aA as ElIcon, bx as location_default, aY as ElScrollbar, ax as ElForm, ay as ElFormItem, H as ElInput, aU as ElRadioGroup, aS as ElRadio, a as ElMessageBox, E as ElMessage, I as ElLoading } from "./vendor-DgfWUdiw.js";
|
|
2
2
|
import { defineComponent, shallowRef, reactive, computed, watch, resolveComponent, resolveDirective, withDirectives, createElementBlock, openBlock, createElementVNode, createBlock, createCommentVNode, createVNode, unref, withCtx, createTextVNode, ref, onMounted, onUnmounted, toDisplayString, Fragment, renderList } from "vue";
|
|
3
|
-
import { _ } from "./lodash-
|
|
4
|
-
import { Z as request, _ as _export_sfc, $ as request$1, a0 as getUrlParams } from "./business-
|
|
5
|
-
import "./vendor-BskbcIpg.js";
|
|
6
|
-
import "./vxe-table-echjfLXm.js";
|
|
3
|
+
import { _ } from "./lodash-D9wEYdiM.js";
|
|
4
|
+
import { Z as request, _ as _export_sfc, $ as request$1, a0 as getUrlParams } from "./business-BjiJZ1r_.js";
|
|
7
5
|
const _hoisted_1$1 = { class: "upload-wrapper" };
|
|
8
6
|
const _hoisted_2$1 = { class: "upload-wrapper-inner" };
|
|
9
7
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { defineComponent, getCurrentInstance, createBlock, openBlock, resolveDynamicComponent, h, unref, computed, ref, watch, inject, nextTick, useAttrs, useSlots, onBeforeUnmount, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
|
-
import { _ } from "./lodash-
|
|
3
|
-
import {
|
|
4
|
-
import { i as VxeInput, j as VxeNumberInput } from "./vxe-table-echjfLXm.js";
|
|
5
|
-
import { au as vueQr } from "./vendor-BskbcIpg.js";
|
|
2
|
+
import { _ } from "./lodash-D9wEYdiM.js";
|
|
3
|
+
import { by as ElAffix, T as ElAlert, U as ElAnchor, X as ElAside, Y as ElAutocomplete, $ as ElBacktop, a0 as ElBadge, a1 as ElBreadcrumb, a2 as ElBreadcrumbItem, a3 as ElButton, a4 as ElButtonGroup, a5 as ElCalendar, a6 as ElCard, a7 as ElCarousel, a8 as ElCarouselItem, a9 as ElCascader, aa as ElCascaderPanel, ac as ElCheckbox, ad as ElCheckboxButton, ae as ElCheckboxGroup, ab as ElCheckTag, af as ElCol, ag as ElCollapse, ah as ElCollapseItem, aj as ElColorPicker, z as zhCn, g as ElConfigProvider, ak as ElContainer, al as ElCountdown, am as ElDatePicker, an as ElDescriptions, ao as ElDescriptionsItem, ap as ElDialog, aq as ElDivider, ar as ElDrawer, as as ElDropdown, at as ElDropdownItem, au as ElDropdownMenu, av as ElEmpty, aw as ElFooter, ax as ElForm, ay as ElFormItem, az as ElHeader, aA as ElIcon, aB as ElImage, aC as ElImageViewer, H as ElInput, bz as VxeInput, bA as VxeNumberInput, aD as ElInputNumber, aE as ElLink, aF as ElMain, aJ as ElMention, aG as ElMenu, aH as ElMenuItem, aI as ElMenuItemGroup, aN as ElPagination, b7 as ElSubMenu, aK as ElOption, aL as ElOptionGroup, aO as ElPopconfirm, aP as ElPopover, aR as ElProgress, bB as vueQr, aS as ElRadio, aT as ElRadioButton, aU as ElRadioGroup, aV as ElRate, aW as ElResult, aX as ElRow, aY as ElScrollbar, aZ as ElSegmented, a_ as ElSelect, a$ as ElSelectV2, b2 as ElSlider, b4 as ElStatistic, b5 as ElStep, b6 as ElSteps, b8 as ElSwitch, b9 as ElTable, ba as ElTableColumn, bc as ElTabPane, bd as ElTabs, be as ElTag, bf as ElText, bi as ElTimeline, bj as ElTimelineItem, bg as ElTimePicker, bh as ElTimeSelect, bk as ElTooltip, bl as ElTour, bm as ElTourStep, bn as ElTransfer, N as ElTree, bo as ElTreeSelect, G as ElTreeV2, bp as ElUpload, bq as ElWatermark } from "./vendor-DgfWUdiw.js";
|
|
6
4
|
const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
7
5
|
__name: "Affix",
|
|
8
6
|
setup(__props) {
|