@yqg/permission 1.0.7-beta.0 → 1.0.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/dist/{apply-modal-CufqYkyN.js → apply-modal-CSJJ0Pps.js} +230 -228
- package/dist/{checkbox-item-DyelhIIV.js → checkbox-item-DbnsBPLJ.js} +425 -425
- package/dist/{index-BbZYqbTL.js → index-DRSRvQ6T.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/index.umd.cjs +52 -52
- package/dist/{yqg-permission-CIMrprWp.js → yqg-permission-DxNe92_b.js} +672 -665
- package/package.json +4 -6
- package/src/App.vue +10 -5
- package/src/axios/index.ts +1 -1
- package/src/components/apply-modal.vue +12 -5
- package/src/components/checkbox-item.vue +3 -2
- package/src/components/success-modal.vue +6 -6
- package/src/components/yqg-permission.vue +3 -1
- package/src/i18n/en-US.ts +7 -2
- package/src/i18n/zh-CH.ts +2 -1
- package/src/typings/index.d.ts +3 -0
- package/src/vite-env.d.ts +1 -1
|
@@ -6069,7 +6069,7 @@ function bu() {
|
|
|
6069
6069
|
If();
|
|
6070
6070
|
}
|
|
6071
6071
|
process.env.NODE_ENV !== "production" && bu();
|
|
6072
|
-
const Ou = /* @__PURE__ */ vc(() => import("./yqg-permission-
|
|
6072
|
+
const Ou = /* @__PURE__ */ vc(() => import("./yqg-permission-DxNe92_b.js").then((e) => e.bs)), Du = (e) => {
|
|
6073
6073
|
customElements.define(
|
|
6074
6074
|
e,
|
|
6075
6075
|
/* @__PURE__ */ iu(Ou, {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
2
|
-
import { $ as f } from "./index-
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".crane-wraper[data-v-debef759]{display:flex;align-items:center;flex-direction:column;font-size:14px;white-space:nowrap}.crane-margin10[data-v-debef759]{margin:10px}.crane-margin-right10[data-v-debef759]{margin-right:10px}.yqg-permission-modal-wrap .yqg-permission-modal-confirm-btns{text-align:center!important}.crane-step-wraper[data-v-f3d62522]{display:flex;align-items:center;width:100%;overflow-x:scroll;line-height:32px;padding-bottom:8px}.crane-step-node[data-v-f3d62522]{display:flex;align-items:center}.crane-step-icon[data-v-f3d62522]{margin:0 8px;height:auto;max-width:none}.crane-flex-center[data-v-95656202]{display:flex;align-items:center}.crane-checkbox-line[data-v-95656202]{margin-bottom:12px;display:flex;align-items:center}.crane-checkbox-line[data-v-95656202]:last-child{margin-bottom:0}.crane-checkbox-label[data-v-95656202]{max-width:346px}.crane-tag-position[data-v-95656202]{margin-right:4px;font-size:10px;padding:2px 4px;line-height:12px;font-weight:500}.crane-margin-right-0[data-v-95656202]{margin-right:0}.crane-margin-left-4[data-v-95656202]{margin-left:4px}.crane-margin-right-4[data-v-95656202]{margin-right:4px}.crane-margin-left-12[data-v-95656202]{margin-left:12px}.crane-disabled-color[data-v-95656202]{color:#c9cdd4}.crane-week-color[data-v-95656202]{color:#86909c}.crane-text-overflow[data-v-95656202]{flex:1;overflow:hidden;text-overflow:ellipsis}")),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
2
|
+
import { $ as f } from "./index-DRSRvQ6T.js";
|
|
3
3
|
export {
|
|
4
4
|
f as default
|
|
5
5
|
};
|