@pequity/squirrel 1.0.29-beta.1 → 1.0.29
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.
|
@@ -159,7 +159,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
159
159
|
const emit = __emit;
|
|
160
160
|
const props = __props;
|
|
161
161
|
const nextFrame = () => new Promise((resolve) => requestAnimationFrame(() => requestAnimationFrame(resolve)));
|
|
162
|
-
const nextLoop = (ms) => new Promise((resolve) => setTimeout(resolve,
|
|
162
|
+
const nextLoop = (ms) => new Promise((resolve) => setTimeout(resolve, 0));
|
|
163
163
|
const P_DROPDOWN_DEFAULTS = {
|
|
164
164
|
triggerStyle: { display: "block" },
|
|
165
165
|
triggers: [],
|
package/dist/cjs/p-loading.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const usePLoading = require("./usePLoading.js");
|
|
4
4
|
const _pluginVue_exportHelper = require("./chunks/_plugin-vue_export-helper.js");
|
|
5
|
-
const _withScopeId = (n) => (vue.pushScopeId("data-v-
|
|
5
|
+
const _withScopeId = (n) => (vue.pushScopeId("data-v-122d5e30"), n = n(), vue.popScopeId(), n);
|
|
6
6
|
const _hoisted_1 = {
|
|
7
7
|
key: 0,
|
|
8
8
|
class: "fixed left-0 top-0 z-[120] flex w-full justify-center",
|
|
9
9
|
"aria-live": "polite",
|
|
10
10
|
"aria-busy": "true"
|
|
11
11
|
};
|
|
12
|
-
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "
|
|
12
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "h-8 rounded-b border-x border-b border-p-gray-30 bg-p-blue-10 px-4 pt-2 text-sm font-semibold leading-none text-p-purple-60 shadow-sm" }, " Loading... ", -1));
|
|
13
13
|
const _hoisted_3 = [
|
|
14
14
|
_hoisted_2
|
|
15
15
|
];
|
|
@@ -34,5 +34,5 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
34
34
|
};
|
|
35
35
|
}
|
|
36
36
|
});
|
|
37
|
-
const pLoading = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
37
|
+
const pLoading = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__scopeId", "data-v-122d5e30"]]);
|
|
38
38
|
module.exports = pLoading;
|
|
@@ -158,7 +158,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
158
158
|
const emit = __emit;
|
|
159
159
|
const props = __props;
|
|
160
160
|
const nextFrame = () => new Promise((resolve) => requestAnimationFrame(() => requestAnimationFrame(resolve)));
|
|
161
|
-
const nextLoop = (ms) => new Promise((resolve) => setTimeout(resolve,
|
|
161
|
+
const nextLoop = (ms) => new Promise((resolve) => setTimeout(resolve, 0));
|
|
162
162
|
const P_DROPDOWN_DEFAULTS = {
|
|
163
163
|
triggerStyle: { display: "block" },
|
|
164
164
|
triggers: [],
|
package/dist/es/p-loading.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, Transition, withCtx, unref, createElementBlock, createCommentVNode, pushScopeId, popScopeId, createElementVNode } from "vue";
|
|
2
2
|
import { usePLoading } from "./usePLoading.js";
|
|
3
3
|
import { _ as _export_sfc } from "./chunks/_plugin-vue_export-helper.js";
|
|
4
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
4
|
+
const _withScopeId = (n) => (pushScopeId("data-v-122d5e30"), n = n(), popScopeId(), n);
|
|
5
5
|
const _hoisted_1 = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "fixed left-0 top-0 z-[120] flex w-full justify-center",
|
|
8
8
|
"aria-live": "polite",
|
|
9
9
|
"aria-busy": "true"
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "
|
|
11
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "h-8 rounded-b border-x border-b border-p-gray-30 bg-p-blue-10 px-4 pt-2 text-sm font-semibold leading-none text-p-purple-60 shadow-sm" }, " Loading... ", -1));
|
|
12
12
|
const _hoisted_3 = [
|
|
13
13
|
_hoisted_2
|
|
14
14
|
];
|
|
@@ -33,7 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
-
const pLoading = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
36
|
+
const pLoading = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-122d5e30"]]);
|
|
37
37
|
export {
|
|
38
38
|
pLoading as default
|
|
39
39
|
};
|
package/dist/style.css
CHANGED
|
@@ -346,12 +346,12 @@ div[id^=popper_].dropdown .v-popper__inner .dropdown-menu .dropdown-divider {
|
|
|
346
346
|
.bg-info-circle-icon[data-v-189b159e] {
|
|
347
347
|
background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4002_33291)'%3e%3cpath%20d='M0.5%206C0.5%207.45869%201.07946%208.85764%202.11091%209.88909C3.14236%2010.9205%204.54131%2011.5%206%2011.5C7.45869%2011.5%208.85764%2010.9205%209.88909%209.88909C10.9205%208.85764%2011.5%207.45869%2011.5%206C11.5%204.54131%2010.9205%203.14236%209.88909%202.11091C8.85764%201.07946%207.45869%200.5%206%200.5C4.54131%200.5%203.14236%201.07946%202.11091%202.11091C1.07946%203.14236%200.5%204.54131%200.5%206Z'%20stroke='%231A123B'%20stroke-miterlimit='10'/%3e%3cpath%20d='M6.5%203.5H5.5V2.5H6.5V3.5Z'%20fill='%231A123B'/%3e%3cpath%20d='M4.5%205H6V9M4.5%208.5H7.5'%20stroke='%231A123B'%20stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4002_33291'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
|
|
348
348
|
}
|
|
349
|
-
.fadeInDown[data-v-
|
|
349
|
+
.fadeInDown[data-v-122d5e30] {
|
|
350
350
|
animation-duration: 0.4s;
|
|
351
351
|
animation-fill-mode: both;
|
|
352
|
-
animation-name: fadeInDown-
|
|
352
|
+
animation-name: fadeInDown-122d5e30;
|
|
353
353
|
}
|
|
354
|
-
@keyframes fadeInDown-
|
|
354
|
+
@keyframes fadeInDown-122d5e30 {
|
|
355
355
|
0% {
|
|
356
356
|
opacity: 0;
|
|
357
357
|
transform: translate3d(0, -100%, 0);
|
|
@@ -361,12 +361,12 @@ div[id^=popper_].dropdown .v-popper__inner .dropdown-menu .dropdown-divider {
|
|
|
361
361
|
transform: none;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
.fadeOutUp[data-v-
|
|
364
|
+
.fadeOutUp[data-v-122d5e30] {
|
|
365
365
|
animation-duration: 0.25s;
|
|
366
366
|
animation-fill-mode: both;
|
|
367
|
-
animation-name: fadeOutUp-
|
|
367
|
+
animation-name: fadeOutUp-122d5e30;
|
|
368
368
|
}
|
|
369
|
-
@keyframes fadeOutUp-
|
|
369
|
+
@keyframes fadeOutUp-122d5e30 {
|
|
370
370
|
0% {
|
|
371
371
|
opacity: 1;
|
|
372
372
|
}
|
|
@@ -445,13 +445,11 @@ to {
|
|
|
445
445
|
}
|
|
446
446
|
}.td-shadow-right[data-v-09e6d191] {
|
|
447
447
|
box-shadow: -1px 1px 5px 4px rgba(0, 0, 0, 0.15);
|
|
448
|
-
|
|
449
|
-
clip-path: inset(0px -12px 0px 0px);
|
|
448
|
+
clip-path: inset(0px -12px 0px 0px);
|
|
450
449
|
}
|
|
451
450
|
.td-shadow-left[data-v-09e6d191] {
|
|
452
451
|
box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.15);
|
|
453
|
-
|
|
454
|
-
clip-path: inset(0px 0px 0px -12px);
|
|
452
|
+
clip-path: inset(0px 0px 0px -12px);
|
|
455
453
|
}
|
|
456
454
|
.td-col-fixed-border-b[data-v-09e6d191]::after {
|
|
457
455
|
position: absolute;
|
|
@@ -2112,8 +2110,7 @@ to {
|
|
|
2112
2110
|
}
|
|
2113
2111
|
.p-table.first-col-fixed th:first-child .th-shadow[data-v-6b61498d] {
|
|
2114
2112
|
box-shadow: -1px 1px 5px 4px rgba(0, 0, 0, 0.15);
|
|
2115
|
-
|
|
2116
|
-
clip-path: inset(0px -12px 0px 0px);
|
|
2113
|
+
clip-path: inset(0px -12px 0px 0px);
|
|
2117
2114
|
}
|
|
2118
2115
|
.p-table.last-col-fixed th[data-v-6b61498d]:last-child {
|
|
2119
2116
|
right: 0px;
|
|
@@ -2121,6 +2118,5 @@ to {
|
|
|
2121
2118
|
}
|
|
2122
2119
|
.p-table.last-col-fixed th:last-child .th-shadow[data-v-6b61498d] {
|
|
2123
2120
|
box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.15);
|
|
2124
|
-
|
|
2125
|
-
clip-path: inset(0px 0px 0px -12px);
|
|
2121
|
+
clip-path: inset(0px 0px 0px -12px);
|
|
2126
2122
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pequity/squirrel",
|
|
3
3
|
"description": "Squirrel component library",
|
|
4
|
-
"version": "1.0.29
|
|
4
|
+
"version": "1.0.29",
|
|
5
5
|
"packageManager": "pnpm@8.9.2",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
@@ -58,24 +58,24 @@
|
|
|
58
58
|
"@popperjs/core": "2.11.8",
|
|
59
59
|
"@semantic-release/changelog": "^6.0.3",
|
|
60
60
|
"@semantic-release/git": "^10.0.1",
|
|
61
|
-
"@storybook/addon-a11y": "^8.0
|
|
62
|
-
"@storybook/addon-actions": "^8.0
|
|
63
|
-
"@storybook/addon-essentials": "^8.0
|
|
64
|
-
"@storybook/addon-interactions": "^8.0
|
|
65
|
-
"@storybook/addon-links": "^8.0
|
|
66
|
-
"@storybook/blocks": "^8.0
|
|
61
|
+
"@storybook/addon-a11y": "^8.1.0",
|
|
62
|
+
"@storybook/addon-actions": "^8.1.0",
|
|
63
|
+
"@storybook/addon-essentials": "^8.1.0",
|
|
64
|
+
"@storybook/addon-interactions": "^8.1.0",
|
|
65
|
+
"@storybook/addon-links": "^8.1.0",
|
|
66
|
+
"@storybook/blocks": "^8.1.0",
|
|
67
67
|
"@storybook/jest": "^0.2.3",
|
|
68
|
-
"@storybook/manager-api": "^8.0
|
|
68
|
+
"@storybook/manager-api": "^8.1.0",
|
|
69
69
|
"@storybook/test-runner": "^0.18.0",
|
|
70
70
|
"@storybook/testing-library": "^0.2.2",
|
|
71
|
-
"@storybook/theming": "^8.0
|
|
72
|
-
"@storybook/vue3": "^8.0
|
|
73
|
-
"@storybook/vue3-vite": "^8.0
|
|
74
|
-
"@tanstack/vue-virtual": "3.
|
|
71
|
+
"@storybook/theming": "^8.1.0",
|
|
72
|
+
"@storybook/vue3": "^8.1.0",
|
|
73
|
+
"@storybook/vue3-vite": "^8.1.0",
|
|
74
|
+
"@tanstack/vue-virtual": "3.5.0",
|
|
75
75
|
"@types/jest": "^29.5.12",
|
|
76
76
|
"@types/jsdom": "^21.1.6",
|
|
77
77
|
"@types/lodash-es": "^4.17.12",
|
|
78
|
-
"@types/node": "^20.12.
|
|
78
|
+
"@types/node": "^20.12.12",
|
|
79
79
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
80
80
|
"@vue/compiler-sfc": "3.4.27",
|
|
81
81
|
"@vue/test-utils": "^2.4.6",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"eslint": "^8.57.0",
|
|
87
87
|
"eslint-plugin-storybook": "^0.8.0",
|
|
88
88
|
"floating-vue": "5.2.2",
|
|
89
|
-
"glob": "^10.3.
|
|
89
|
+
"glob": "^10.3.15",
|
|
90
90
|
"husky": "^9.0.11",
|
|
91
91
|
"jest": "^29.7.0",
|
|
92
92
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"prettier": "^3.2.5",
|
|
98
98
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
99
99
|
"resolve-tspaths": "^0.8.18",
|
|
100
|
-
"rimraf": "^5.0.
|
|
101
|
-
"sass": "^1.77.
|
|
100
|
+
"rimraf": "^5.0.7",
|
|
101
|
+
"sass": "^1.77.1",
|
|
102
102
|
"semantic-release": "^23.1.1",
|
|
103
|
-
"storybook": "^8.0
|
|
103
|
+
"storybook": "^8.1.0",
|
|
104
104
|
"svgo": "^3.3.2",
|
|
105
105
|
"tailwindcss": "^3.4.3",
|
|
106
106
|
"ts-jest": "^29.1.2",
|
|
@@ -111,6 +111,6 @@
|
|
|
111
111
|
"vue-currency-input": "3.1.0",
|
|
112
112
|
"vue-router": "4.3.2",
|
|
113
113
|
"vue-toastification": "2.0.0-rc.5",
|
|
114
|
-
"vue-tsc": "2.0.
|
|
114
|
+
"vue-tsc": "2.0.17"
|
|
115
115
|
}
|
|
116
116
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<Transition name="pm-backdrop-transition" enter-active-class="fadeInDown" leave-active-class="fadeOutUp">
|
|
3
3
|
<div v-if="show" class="fixed left-0 top-0 z-[120] flex w-full justify-center" aria-live="polite" aria-busy="true">
|
|
4
4
|
<div
|
|
5
|
-
class="
|
|
5
|
+
class="h-8 rounded-b border-x border-b border-p-gray-30 bg-p-blue-10 px-4 pt-2 text-sm font-semibold leading-none text-p-purple-60 shadow-sm"
|
|
6
6
|
>
|
|
7
7
|
Loading...
|
|
8
8
|
</div>
|