@hulkapps/app-manager-vue 3.1.10 → 3.1.12
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/app-manager-vue.esm.js +24 -5
- package/dist/app-manager-vue.min.js +1 -1
- package/dist/app-manager-vue.ssr.js +41 -22
- package/dist/hulkapps-app-manager.css +1 -1
- package/dist/hulkapps-app-manager.min.css +1 -1
- package/package.json +1 -1
- package/src/components/PolarisNew/PlanTable.vue +27 -7
|
@@ -50519,7 +50519,19 @@ var script$4 = {
|
|
|
50519
50519
|
const feature = features[index];
|
|
50520
50520
|
|
|
50521
50521
|
if (featureName && feature) {
|
|
50522
|
-
|
|
50522
|
+
featureName.style.height = 'auto';
|
|
50523
|
+
feature.style.height = 'auto';
|
|
50524
|
+
let measured = featureName.getBoundingClientRect().height;
|
|
50525
|
+
|
|
50526
|
+
if (!measured || measured <= 0) {
|
|
50527
|
+
measured = featureName.offsetHeight;
|
|
50528
|
+
}
|
|
50529
|
+
|
|
50530
|
+
const intHeight = Math.ceil(measured);
|
|
50531
|
+
featureName.style.height = `${intHeight}px`;
|
|
50532
|
+
featureName.style.minHeight = `${intHeight}px`;
|
|
50533
|
+
feature.style.height = `${intHeight}px`;
|
|
50534
|
+
feature.style.minHeight = `${intHeight}px`;
|
|
50523
50535
|
}
|
|
50524
50536
|
});
|
|
50525
50537
|
});
|
|
@@ -50540,7 +50552,14 @@ var script$4 = {
|
|
|
50540
50552
|
const planName = planNames[index];
|
|
50541
50553
|
|
|
50542
50554
|
if (planName) {
|
|
50543
|
-
|
|
50555
|
+
let measured = planName.getBoundingClientRect().height;
|
|
50556
|
+
|
|
50557
|
+
if (!measured || measured <= 0) {
|
|
50558
|
+
measured = planName.offsetHeight;
|
|
50559
|
+
}
|
|
50560
|
+
|
|
50561
|
+
const intMeasured = Math.ceil(measured);
|
|
50562
|
+
planNameHeight = Math.max(planNameHeight, intMeasured);
|
|
50544
50563
|
}
|
|
50545
50564
|
}); // Set the minHeight for the plans available name
|
|
50546
50565
|
|
|
@@ -51410,8 +51429,8 @@ var __vue_staticRenderFns__$4 = [];
|
|
|
51410
51429
|
|
|
51411
51430
|
const __vue_inject_styles__$4 = function (inject) {
|
|
51412
51431
|
if (!inject) return;
|
|
51413
|
-
inject("data-v-
|
|
51414
|
-
source: ".container[data-v-
|
|
51432
|
+
inject("data-v-7c1e8456_0", {
|
|
51433
|
+
source: ".container[data-v-7c1e8456]{width:100%}.pricing-table[data-v-7c1e8456]{display:grid;width:calc(100% + 2px);grid-template-columns:repeat(3,1fr);background-color:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e5e5}.pricing-table.monthly-table[data-v-7c1e8456]{padding:16px}.plans[data-v-7c1e8456]{grid-column:span 2;max-height:500px;overflow-y:auto}.annually-table[data-v-7c1e8456]{visibility:hidden;height:0}.pricing-table-inner__left[data-v-7c1e8456]{display:flex;flex-direction:column;max-height:500px;overflow-y:auto}.swiper[data-v-7c1e8456]{width:100%;height:100%}.pricing-table.annually-table .swiper-wrapper[data-v-7c1e8456],.pricing-table.monthly-table .swiper-wrapper[data-v-7c1e8456]{height:auto!important}.table-header[data-v-7c1e8456]{display:flex;align-items:center;background-color:#f1f1f1;padding:16px;border-bottom:1px solid #e3e3e3;position:sticky;top:0;z-index:10}.table-header h3[data-v-7c1e8456]{font-size:13px;font-weight:700;line-height:20px;color:#1a1a1a}.plan-header-wrapper[data-v-7c1e8456]{padding:16px;border-bottom:1px solid #e3e3e3}.plan-feature[data-v-7c1e8456]{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.last-slide .plan-feature[data-v-7c1e8456]{border-right:1px solid #e3e3e3}.plan-feature-name[data-v-7c1e8456]{font-size:13px;font-weight:450;padding:12px;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3;word-break:normal;hyphens:none}.plan-table-checkmark[data-v-7c1e8456]{width:20px;height:20px;visibility:visible;display:inline-block;margin-top:4px}.plan-header-wrapper[data-v-7c1e8456]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:12px;background-color:#f1f1f1;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1;position:sticky;top:0}.plan-header-wrapper .price-wrapper[data-v-7c1e8456]{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.plan-header-wrapper .price-wrapper.has-discount[data-v-7c1e8456]{min-height:44px}.plan-header-wrapper .price-wrapper .main-price[data-v-7c1e8456]{display:flex;flex-direction:row;gap:8px;justify-content:center;align-items:center}.plan-header-wrapper .price-wrapper .strike-price[data-v-7c1e8456]{color:#4a4a4a;text-decoration:line-through}.plan-header-wrapper .price-wrapper .plan-interval[data-v-7c1e8456]{color:#4a4a4a;font-weight:400}.plan-header-wrapper .price-wrapper h4[data-v-7c1e8456]{display:inline-flex;text-align:center;font-size:16px;font-weight:700;color:#1a1a1a;width:max-content}.plan-header-wrapper .price-wrapper h4.plan-name[data-v-7c1e8456]{width:100%}.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-7c1e8456]{display:none}.plan-header-wrapper .price-wrapper h4 h6[data-v-7c1e8456]{display:inline;font-size:13px;font-weight:400;color:#00000080;margin-left:-4px;line-height:0}.swiper-plan-navigation[data-v-7c1e8456]{position:absolute;margin-top:32px;display:flex;justify-content:space-between;padding:16px 0}.nav-annually-table[data-v-7c1e8456]{display:none}.swiper-plan-annually-next[data-v-7c1e8456],.swiper-plan-annually-prev[data-v-7c1e8456],.swiper-plan-monthly-next[data-v-7c1e8456],.swiper-plan-monthly-prev[data-v-7c1e8456]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#1a1a1a;border-radius:8px;cursor:pointer}.swiper-plan-annually-next[data-v-7c1e8456]:disabled,.swiper-plan-annually-prev[data-v-7c1e8456]:disabled,.swiper-plan-monthly-next[data-v-7c1e8456]:disabled,.swiper-plan-monthly-prev[data-v-7c1e8456]:disabled{opacity:0}.choose-button[data-v-7c1e8456]{background-color:#fff!important}.choose-button[data-v-7c1e8456]:hover{background-color:#f9f9f9!important}.choose-button.disabled[data-v-7c1e8456]{background-color:rgba(0,0,0,.15)!important}#table-left[data-v-7c1e8456]{scrollbar-width:none;-ms-overflow-style:none}#table-left[data-v-7c1e8456]::-webkit-scrollbar{display:none}.plans-remaining[data-v-7c1e8456]{position:absolute;top:-30px;background-color:#fff;color:#333;font-weight:500;padding:6px 12px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 4px 8px #00000026}.plans-remaining[data-v-7c1e8456]::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;filter:drop-shadow(0 2px 2px rgba(0, 0, 0, .1))}.feature-group-header.plan-feature-name[data-v-7c1e8456]{font-size:14px!important;padding-left:12px!important}.feature-group-header.plan-feature[data-v-7c1e8456]{font-size:0!important}.feature-group-header[data-v-7c1e8456]{font-size:14px;font-weight:600;background-color:#f5f5f5;color:#1a1a1a;padding:5px!important;border-bottom:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.feature-group-header.plan-feature[data-v-7c1e8456]{text-align:center;border-left:1px solid #e3e3e3}.last-slide .feature-group-header.plan-feature[data-v-7c1e8456]{border-right:1px solid #e3e3e3}@media (max-width:1024px){.plan-header-wrapper .price-wrapper .mobile-plan-name[data-v-7c1e8456]{display:inline-block}.plan-header-wrapper .price-wrapper .desktop-plan-name[data-v-7c1e8456]{display:none}.plan-header-wrapper .price-wrapper .main-price[data-v-7c1e8456]{flex-direction:column}}@media (max-width:640px){.swiper-plan-navigation[data-v-7c1e8456]{display:none!important}.pricing-table[data-v-7c1e8456]{width:calc(100% + -2px)}}@media (max-width:400px){.plan-feature-name[data-v-7c1e8456]{padding:12px 4px}}",
|
|
51415
51434
|
map: undefined,
|
|
51416
51435
|
media: undefined
|
|
51417
51436
|
});
|
|
@@ -51419,7 +51438,7 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
51419
51438
|
/* scoped */
|
|
51420
51439
|
|
|
51421
51440
|
|
|
51422
|
-
const __vue_scope_id__$4 = "data-v-
|
|
51441
|
+
const __vue_scope_id__$4 = "data-v-7c1e8456";
|
|
51423
51442
|
/* module identifier */
|
|
51424
51443
|
|
|
51425
51444
|
const __vue_module_identifier__$4 = undefined;
|