@anweb/nuxt-ancore 1.16.7 → 1.16.9

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "AnCore",
3
3
  "configKey": "ancore",
4
- "version": "1.16.7",
4
+ "version": "1.16.9",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -89,5 +89,5 @@ onMounted(() => {
89
89
  </template>
90
90
 
91
91
  <style scoped>
92
- .an-dialog{--an-dialogs-background:inherit;--an-dialogs-close:inherit;--an-dialogs-backdrop-filter:inherit;box-sizing:border-box;height:100%;left:0;position:fixed;top:0;width:100%;z-index:200}.an-dialog:not(.-fullscreen){align-items:center;backdrop-filter:var(--an-dialogs-backdrop-filter,blur(6px));-webkit-backdrop-filter:var(--an-dialogs-backdrop-filter,blur(6px));background:var(--an-dialogs-background,rgba(0,0,0,.3));display:flex;justify-content:center}@media (width < 768px){.an-dialog:not(.-fullscreen) .an-dialog__component{margin-top:auto;max-height:calc(100vh - 48px);position:relative;width:100%}.an-dialog:not(.-fullscreen) .an-dialog__component:before{background:var(--an-dialogs-close,rgba(0,0,0,.5));border-radius:100px;content:"";display:block;height:4px;margin:10px auto;width:50px}}@media (width >= 768px){.an-dialog:not(.-fullscreen) .an-dialog__component{margin:auto}}.an-dialog.-fullscreen .an-dialog__component{height:100%;width:100%}.an-dialog__component{box-sizing:border-box;overflow-y:scroll;position:relative;-ms-overflow-style:none;scrollbar-width:none}
92
+ .an-dialog{--an-dialogs-background:inherit;--an-dialogs-close:inherit;--an-dialogs-backdrop-filter:inherit;box-sizing:border-box;height:100%;left:0;position:fixed;top:0;width:100%;z-index:200}.an-dialog:not(.-fullscreen){align-items:center;backdrop-filter:var(--an-dialogs-backdrop-filter,blur(6px));-webkit-backdrop-filter:var(--an-dialogs-backdrop-filter,blur(6px));background:var(--an-dialogs-background,rgba(0,0,0,.3));display:flex;justify-content:center}@media (width < 768px){.an-dialog:not(.-fullscreen) .an-dialog__component{margin-top:auto;max-height:calc(100vh - 48px);position:relative;width:100%}.an-dialog:not(.-fullscreen) .an-dialog__component:before{background:var(--an-dialogs-close,rgba(0,0,0,.5));border-radius:100px;content:"";display:block;height:4px;margin:10px auto;width:50px}}@media (width >= 768px){.an-dialog:not(.-fullscreen) .an-dialog__component{margin:auto}}.an-dialog.-fullscreen .an-dialog__component{height:100%;width:100%}.an-dialog__component{box-sizing:border-box;overflow-y:scroll;overscroll-behavior:contain;position:relative;-ms-overflow-style:none;scrollbar-width:none}
93
93
  </style>
@@ -47,7 +47,6 @@ defineExpose({ toggle, close });
47
47
  :id="menuId"
48
48
  role="menu"
49
49
  class="an-dropdown__menu"
50
- @pointerdown.stop
51
50
  >
52
51
  <slot name="menu" :close="close" />
53
52
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anweb/nuxt-ancore",
3
- "version": "1.16.7",
3
+ "version": "1.16.9",
4
4
  "description": "AnCore Nuxt module",
5
5
  "repository": "https://github.com/ANLTD/ancore",
6
6
  "license": "MIT",