@mptw/skylens-ui 1.5.14 → 1.5.15

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/app/app.vue CHANGED
@@ -1,6 +1,6 @@
1
1
  <template lang="pug">
2
2
  div
3
- SLTable
3
+ SLSidebarNav
4
4
  </template>
5
5
 
6
6
  <script setup lang="ts">
@@ -0,0 +1,3 @@
1
+ <svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.5 10.866C-0.166666 10.4811 -0.166667 9.51888 0.5 9.13397L15.5 0.473722C16.1667 0.0888207 17 0.569946 17 1.33975L17 18.6603C17 19.4301 16.1667 19.9112 15.5 19.5263L0.5 10.866Z" fill="white"/>
3
+ </svg>
@@ -33,7 +33,7 @@ import type { Instance as PopperInstance, Placement } from "@popperjs/core";
33
33
  import ExcelJS from "exceljs";
34
34
  import { downloadURL, downloadBlob, gaev, ga4ev } from "~uiApp/utils";
35
35
  import type IDateRange from "~uiApp/interface/IDateRange";
36
- import WatermarkImage from "~public/assets/images/commons/watermark-2.svg";
36
+ import WatermarkImage from "~uiPublic/assets/images/commons/watermark-2.svg";
37
37
 
38
38
  // http://www.excelcodex.com/2012/06/worksheets-naming-conventions/
39
39
  function safeSheetName(name: string) {
@@ -472,8 +472,7 @@ export default defineComponent({
472
472
  .sidebar-nav-intro-arrow,
473
473
  .sidebar-nav-intro-arrow::before {
474
474
  @apply absolute w-[17px] h-[20px] bg-contain;
475
- background: url("~uiApp/assets/images/commons/nav-intro-arrow.svg") top left
476
- no-repeat;
475
+ background: url("@@uiAppImage/commons/nav-intro-arrow.svg") top left no-repeat;
477
476
  }
478
477
 
479
478
  .sidebar-nav-intro-arrow {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.5.14",
4
+ "version": "1.5.15",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",