@pubinfo-pr/core 0.221.2 → 0.222.1
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/{AppSetting-B313MN-C.js → AppSetting-2X1fMYsM.js} +17 -17
- package/dist/{HCheckList-BQjEUWU0.js → HCheckList-IpOaPgDS.js} +1 -1
- package/dist/HSlideover-DVQDc9q6.js +3151 -0
- package/dist/{HToggle-DEwBoDsw.js → HToggle-53efctOx.js} +1 -1
- package/dist/{PreferencesContent-CRWKG-hY.js → PreferencesContent-DR7Bfby2.js} +6 -6
- package/dist/{SettingBreadcrumb-Dmz1xlaR.js → SettingBreadcrumb-BdZkTm8U.js} +4 -4
- package/dist/{SettingCopyright-BgWvocrJ.js → SettingCopyright-CUTR3xEl.js} +3 -3
- package/dist/{SettingEnableTransition-Cf57pLUk.js → SettingEnableTransition-X3MmJab_.js} +3 -3
- package/dist/{SettingHome-tNMtRHoT.js → SettingHome-lZQWdmKO.js} +4 -4
- package/dist/{SettingMenu-B2spR2pp.js → SettingMenu-CpmiIDE3.js} +5 -5
- package/dist/{SettingMode-DGWqKJHt.js → SettingMode-bW2Ola6n.js} +2 -2
- package/dist/{SettingNavSearch-C_8VmQmD.js → SettingNavSearch-zNci1-io.js} +3 -3
- package/dist/{SettingOther-B9iOz69R.js → SettingOther-B_fS7F1Q.js} +4 -4
- package/dist/{SettingPage-C0TfmEKp.js → SettingPage-D3Le0166.js} +2 -2
- package/dist/{SettingTabbar-DtJIMcmw.js → SettingTabbar-DlAGfaVi.js} +5 -5
- package/dist/{SettingThemes-022eXO9f.js → SettingThemes-Doo4eAO8.js} +5 -5
- package/dist/{SettingToolbar-Bh9aXNpl.js → SettingToolbar-CULbO3xO.js} +3 -3
- package/dist/{SettingTopbar-C1L0XqVL.js → SettingTopbar-C6sVE2Ho.js} +5 -5
- package/dist/{SettingWidthMode-D7sRlBUK.js → SettingWidthMode-CilRvSU4.js} +3 -3
- package/dist/{auth-B65CJEOe.js → auth-BLGKOyc5.js} +193 -3
- package/dist/{change-organization-Dzke68ZX.js → change-organization-BGeqwF7P.js} +3 -3
- package/dist/{change-password-wEU_ytZo.js → change-password-DihoH7ST.js} +3 -3
- package/dist/{components-DReV9oJp.js → components-zl6Vcs20.js} +8 -8
- package/dist/index.js +936 -468
- package/dist/{not-found-DbHOY5cU.js → not-found-BCjngLzt.js} +1 -1
- package/dist/{not-permission-DwERxb_u.js → not-permission-C26vTMvf.js} +1 -1
- package/dist/{profile-Dq66-Gsl.js → profile-BVXIFuBG.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +7 -7
- package/src/built-in/authentication/pages/change-organization/index.vue +22 -5
- package/src/built-in/authentication/pages/change-password/index.vue +30 -3
- package/src/built-in/layout-component/Layout.vue +81 -31
- package/src/built-in/layout-component/components/Copyright/index.vue +29 -3
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/More.vue +17 -6
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue +18 -7
- package/src/built-in/layout-component/components/Header/HeaderMenu.vue +2 -3
- package/src/built-in/layout-component/components/Header/index.vue +119 -22
- package/src/built-in/layout-component/components/Logo/index.vue +4 -1
- package/src/built-in/layout-component/components/Menu/item.vue +29 -6
- package/src/built-in/layout-component/components/SettingBar/AppSetting.vue +33 -13
- package/src/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue +113 -25
- package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +57 -4
- package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +123 -20
- package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +102 -25
- package/src/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue +100 -16
- package/src/built-in/layout-component/components/SettingBar/index.vue +64 -10
- package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +76 -22
- package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +16 -10
- package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +2 -2
- package/src/built-in/layout-component/components/Tools/DarkModeToggle.vue +26 -4
- package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +404 -51
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +68 -13
- package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +177 -49
- package/src/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue +2 -2
- package/src/built-in/layout-component/components/Topbar/Toolbar/index.vue +45 -12
- package/src/built-in/layout-component/components/ui/HToggle.vue +55 -9
- package/src/features/components/PassStrengthValidator/index.vue +36 -10
- package/src/features/components/PassStrengthValidator/rule.vue +17 -4
- package/src/features/components/PubinfoApp/index.vue +1 -0
- package/dist/HSlideover-CXBJxuQo.js +0 -1695
- package/dist/HeaderFullMenu-yMip8PkX.js +0 -250
- package/dist/HeaderThinMenu-B6oUemfK.js +0 -438
- package/dist/overlayscrollbars-vue-mGyICRMi.js +0 -1460
- /package/dist/{HDivider-Ds5MMqtm.js → HDivider-BwvBr5OE.js} +0 -0
- /package/dist/{HInput-BrsX9848.js → HInput-KJ5nFBpF.js} +0 -0
- /package/dist/{core-4H5JBsa5.js → core-DJIGzMMM.js} +0 -0
- /package/dist/{engine-oniguruma-uxNZ2DGJ.js → engine-oniguruma-CaNXwGSv.js} +0 -0
- /package/dist/{json-CC4oV-bd.js → json-Bu_Zprin.js} +0 -0
- /package/dist/{question-line-D7ecIumZ.js → question-line-BG__Ycfv.js} +0 -0
- /package/dist/{reload-CbuQgTlC.js → reload-DHx5Vwus.js} +0 -0
- /package/dist/{right-DYiPS7dU.js → right-BxBlFUwj.js} +0 -0
- /package/dist/{vitesse-dark-CxkWMfh6.js → vitesse-dark-CTe40QT_.js} +0 -0
- /package/dist/{vitesse-light-DY25e6F3.js → vitesse-light-BWXC_WeB.js} +0 -0
- /package/dist/{wasm-DAU6f5s5.js → wasm-2zDVqo-C.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./modal-Bl5xHbxa.js";
|
|
2
|
-
import { f as useTabbarStore, p as useSettingsStore } from "./auth-
|
|
2
|
+
import { f as useTabbarStore, p as useSettingsStore } from "./auth-BLGKOyc5.js";
|
|
3
3
|
import "./watchDiff-CPZFtaOC.js";
|
|
4
4
|
import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-sUTDUeGO.js";
|
|
5
5
|
import { t as HButton_default } from "./HButton-Dt6qGhhR.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./modal-Bl5xHbxa.js";
|
|
2
|
-
import { d as useUserStore } from "./auth-
|
|
2
|
+
import { d as useUserStore } from "./auth-BLGKOyc5.js";
|
|
3
3
|
import "./watchDiff-CPZFtaOC.js";
|
|
4
4
|
import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-sUTDUeGO.js";
|
|
5
5
|
import { t as HButton_default } from "./HButton-Dt6qGhhR.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "./chunk-CD4vhpVs.js";
|
|
2
2
|
import { $ as devWarning_default, $t as withInstall, A as isArrayLike, An as SettingOutlined, At as warning, B as isObjectLike, Bn as LeftOutlined, Cn as _extends, Ct as defaultPresetColors, D as getTransitionProps, Dn as UpOutlined, Dt as warning_default, E as getTransitionName, En as Icon, Et as Keyframe, Ft as localeValues, G as isObject$1, Gt as booleanType, Ht as supportsPassive_default, It as locale, Jn as FilterFilled, Jt as objectType, K as baseGetTag, Kn as FolderOutlined, Kt as eventType, Ln as PlusOutlined, Lt as en_US_default, Mn as SearchOutlined, Nn as RightOutlined, Nt as canUseDom, On as SwapRightOutlined, P as isTypedArray, Pn as ReloadOutlined, Pt as useLocaleReceiver, Qt as vNodeType, R as isBuffer, Rt as useInjectDisabled, S as getTargetScrollBarSize, Sn as toPx, St as genColorMapToken, Tt as PresetColors, Un as FullscreenOutlined, Ut as anyType, V as isArray, Vt as addEventListenerWrap, W as isFunction, Wn as FullscreenExitOutlined, Wt as arrayType, X as cloneElement, Xt as stringType, Y as isVisible_default, Yn as FileOutlined, Yt as someType, Z as customRenderSlot, Zt as tuple$1, _ as useState, _n as initDefaultProps, _r as generate, a as button_default, an as getComponent, ar as ColumnHeightOutlined, b as PortalWrapper_default, bn as camelize$1, bt as derivative$2, c as genCompactItemStyle, cn as getPropsSlot, cr as CloseCircleFilled, ct as useToken$1, dn as hasProp, dt as clearFix, en as wrapperRaf, er as EllipsisOutlined, et as PropTypes, f as Compact, fn as isEmptyElement, ft as genFocusOutline, gn as splitAttrs, gr as CalendarOutlined, gt as textEllipsis, h as style_default$16, hn as skipFlattenKey, ht as resetIcon, i as isStyleSupport, in as flattenChildren, jt as warningOnce, k as Set$1, kn as StarFilled, kt as noteOnce, l as initZoomMotion, ln as getSlot, lr as ClockCircleOutlined, lt as merge$1, m as useCompactItemContext, mn as isValidElement, mr as CaretDownOutlined, mt as resetComponent, nn as filterEmptyWithUndefined, nr as DoubleRightOutlined, nt as omit, o as buttonProps, or as CloseOutlined, ot as empty_default, p as NoCompactStyle, pr as CaretUpOutlined, pt as genFocusStyle, qn as FolderOpenOutlined, qt as functionType, rn as findDOMNode, rr as DoubleLeftOutlined, rt as useConfigInject_default, s as wave_default, sn as getOptionProps, st as defaultConfig, t as modal_default, tn as filterEmpty, tr as DownOutlined, tt as withUndefined, ut as genComponentStyleHook, v as pickAttrs, vn as isValid, vr as TinyColor, vt as roundedArrow, w as getTransitionDirection, wn as _objectSpread2, wt as genControlHeight, x as getScrollBarSize, xt as genFontMapToken, y as KeyCode, yn as classNames, yt as operationUnit, z as isArguments, zn as LoadingOutlined } from "./modal-Bl5xHbxa.js";
|
|
3
|
-
import { x as getRbacUserUserEntireInfo } from "./auth-
|
|
3
|
+
import { x as getRbacUserUserEntireInfo } from "./auth-BLGKOyc5.js";
|
|
4
4
|
import "./watchDiff-CPZFtaOC.js";
|
|
5
5
|
import { $ as initSlideMotion, A as genPlaceholderStyle, B as tooltipDefaultProps, Bt as Stack, C as TreeNode_default, Ct as getOffset, D as genDisabledStyle, E as genBasicInputStyle, F as Radio_default, G as getPlacements, H as getArrowOffset, Ht as eq, I as collapseMotion, It as setToArray, J as Select, K as abstractTooltipProps_default, L as addClass, M as initInputToken, N as RadioButton_default, O as genHoverStyle, P as Group_default, Q as genCollapseMotion, R as removeClass, Rt as cacheHas, S as conductExpandParent, St as BaseInput, T as genActiveStyle, Tt as BaseMixin_default, U as getArrowStyle, Ut as vc_resize_observer_default, V as tooltipProps, W as firstNotUndefined, X as selectProps, Z as style_default$17, _ as convertDataToEntities, _t as BaseSelect_default, a as input_number_default, at as isPlainObject, b as arrAdd, bt as useBaseProps, c as TextArea_default, ct as getStatusClassNames, d as Tag, dt as useInjectFormItemContext, et as slideDownIn, f as checkbox_default, g as conductCheck, gt as useMemo, h as useMaxLevel, ht as useId, i as Tree_default$1, it as initMoveMotion, j as genStatusStyle$1, jt as isIndex, k as genInputSmallStyle, l as Search_default, m as getStyle, mt as useMergedState, n as style_default$18, nt as slideUpIn, o as input_default, p as Group_default$1, pt as getIcons, q as eagerComputed, r as renderSwitcherIcon, rt as slideUpOut, st as getMergedStatus, t as tree_select_default, tt as slideDownOut, u as divider_default, ut as FormItemInputContext, v as convertTreeToData, vt as baseSelectPropsWithoutPrivate, w as treeProps$1, wt as vc_trigger_default, x as arrDel, xt as vc_overflow_default, y as fillFieldNames$1, yt as isMobile_default, z as tooltip_default, zt as SetCache } from "./tree-select-B8cTcGLa.js";
|
|
6
6
|
import { C as copyObject, D as copyArray, E as arrayIncludes, O as toFinite, S as baseRest, T as baseAssignValue, _ as flatRest, a as Col_default, b as castPath, c as useResponsiveObserver, d as isArrayLikeObject, f as debounce$1, g as cloneBuffer, h as cloneTypedArray, i as formItemProps, l as omit$1, m as initCloneObject, n as formProps, o as ARow, p as hasIn, r as FormItem_default, s as useFlexGapSupport_default, t as form_default, u as arrayIncludesWith, v as baseGet, w as assignValue, x as keysIn, y as toKey } from "./form-C3VHofnN.js";
|