@hulkapps/app-manager-vue 2.0.8 → 2.1.1
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 +1475 -883
- package/dist/app-manager-vue.min.js +4 -4
- package/dist/app-manager-vue.ssr.js +1441 -885
- 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/Plans/AppManagerGroupPlan.vue +116 -49
- package/src/components/Plans/AppManagerSliderPlan.vue +219 -51
- package/src/components/Plans/PlanBanners.vue +9 -0
- package/src/components/Plans/YearlyPlanPromotion.vue +9 -0
- package/src/components/polaris-vue/src/components/PSkeletonBodyText/PSkeletonBodyText.vue +27 -0
- package/src/components/polaris-vue/src/components/PSkeletonDisplayText/PSkeletonDisplayText.vue +38 -0
- package/src/components/polaris-vue/src/components/PSkeletonPage/PSkeletonPage.vue +149 -0
|
@@ -13,7 +13,7 @@ function variationName(name, value) {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
//
|
|
16
|
-
var script$
|
|
16
|
+
var script$17 = {
|
|
17
17
|
name: 'PLayoutSection',
|
|
18
18
|
props: {
|
|
19
19
|
/**
|
|
@@ -132,10 +132,10 @@ function normalizeComponent(template, style, script, scopeId, isFunctionalTempla
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
/* script */
|
|
135
|
-
const __vue_script__$
|
|
135
|
+
const __vue_script__$17 = script$17;
|
|
136
136
|
/* template */
|
|
137
137
|
|
|
138
|
-
var __vue_render__$
|
|
138
|
+
var __vue_render__$13 = function () {
|
|
139
139
|
var _vm = this;
|
|
140
140
|
|
|
141
141
|
var _h = _vm.$createElement;
|
|
@@ -147,31 +147,31 @@ var __vue_render__$10 = function () {
|
|
|
147
147
|
}, [_vm._t("default")], 2);
|
|
148
148
|
};
|
|
149
149
|
|
|
150
|
-
var __vue_staticRenderFns__$
|
|
150
|
+
var __vue_staticRenderFns__$13 = [];
|
|
151
151
|
/* style */
|
|
152
152
|
|
|
153
|
-
const __vue_inject_styles__$
|
|
153
|
+
const __vue_inject_styles__$17 = undefined;
|
|
154
154
|
/* scoped */
|
|
155
155
|
|
|
156
|
-
const __vue_scope_id__$
|
|
156
|
+
const __vue_scope_id__$17 = undefined;
|
|
157
157
|
/* module identifier */
|
|
158
158
|
|
|
159
|
-
const __vue_module_identifier__$
|
|
159
|
+
const __vue_module_identifier__$17 = undefined;
|
|
160
160
|
/* functional template */
|
|
161
161
|
|
|
162
|
-
const __vue_is_functional_template__$
|
|
162
|
+
const __vue_is_functional_template__$17 = false;
|
|
163
163
|
/* style inject */
|
|
164
164
|
|
|
165
165
|
/* style inject SSR */
|
|
166
166
|
|
|
167
167
|
/* style inject shadow dom */
|
|
168
168
|
|
|
169
|
-
const __vue_component__$
|
|
170
|
-
render: __vue_render__$
|
|
171
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
172
|
-
}, __vue_inject_styles__$
|
|
169
|
+
const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
|
|
170
|
+
render: __vue_render__$13,
|
|
171
|
+
staticRenderFns: __vue_staticRenderFns__$13
|
|
172
|
+
}, __vue_inject_styles__$17, __vue_script__$17, __vue_scope_id__$17, __vue_is_functional_template__$17, __vue_module_identifier__$17, false, undefined, undefined, undefined);
|
|
173
173
|
|
|
174
|
-
var PLayoutSection = __vue_component__$
|
|
174
|
+
var PLayoutSection = __vue_component__$19;
|
|
175
175
|
|
|
176
176
|
var AccessibilityMajor = `<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 18C2.334 18 .061 10.352.038 10.274a1 1 0 0 1 0-.548C.061 9.648 2.334 2 10 2c7.633 0 9.927 6.617 9.948 6.684a1 1 0 1 1-1.895.635A8.348 8.348 0 0 0 10 4c-5.467 0-7.513 4.772-7.948 6 .434 1.225 2.479 6 7.948 6a1 1 0 0 1 0 2zm0-4c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4a1 1 0 1 1-2 0c0-1.103-.897-2-2-2s-2 .897-2 2 .897 2 2 2a1 1 0 0 1 0 2zm5 4a.997.997 0 0 1-.707-.293l-2-2a1 1 0 0 1 1.414-1.414L15 15.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-4 4A.995.995 0 0 1 15 18z"/></svg>`;
|
|
177
177
|
|
|
@@ -1394,7 +1394,7 @@ var StringValidator$1 = ((name, expectedValues) => {
|
|
|
1394
1394
|
|
|
1395
1395
|
//
|
|
1396
1396
|
const Color$1 = ['base', 'subdued', 'critical', 'interactive', 'warning', 'highlight', 'success', 'primary', null, ''];
|
|
1397
|
-
var script$
|
|
1397
|
+
var script$16 = {
|
|
1398
1398
|
name: 'PIcon',
|
|
1399
1399
|
props: {
|
|
1400
1400
|
/**
|
|
@@ -1494,10 +1494,10 @@ var script$13 = {
|
|
|
1494
1494
|
};
|
|
1495
1495
|
|
|
1496
1496
|
/* script */
|
|
1497
|
-
const __vue_script__$
|
|
1497
|
+
const __vue_script__$16 = script$16;
|
|
1498
1498
|
/* template */
|
|
1499
1499
|
|
|
1500
|
-
var __vue_render__
|
|
1500
|
+
var __vue_render__$12 = function () {
|
|
1501
1501
|
var _vm = this;
|
|
1502
1502
|
|
|
1503
1503
|
var _h = _vm.$createElement;
|
|
@@ -1529,31 +1529,31 @@ var __vue_render__$$ = function () {
|
|
|
1529
1529
|
})]);
|
|
1530
1530
|
};
|
|
1531
1531
|
|
|
1532
|
-
var __vue_staticRenderFns__
|
|
1532
|
+
var __vue_staticRenderFns__$12 = [];
|
|
1533
1533
|
/* style */
|
|
1534
1534
|
|
|
1535
|
-
const __vue_inject_styles__$
|
|
1535
|
+
const __vue_inject_styles__$16 = undefined;
|
|
1536
1536
|
/* scoped */
|
|
1537
1537
|
|
|
1538
|
-
const __vue_scope_id__$
|
|
1538
|
+
const __vue_scope_id__$16 = undefined;
|
|
1539
1539
|
/* module identifier */
|
|
1540
1540
|
|
|
1541
|
-
const __vue_module_identifier__$
|
|
1541
|
+
const __vue_module_identifier__$16 = undefined;
|
|
1542
1542
|
/* functional template */
|
|
1543
1543
|
|
|
1544
|
-
const __vue_is_functional_template__$
|
|
1544
|
+
const __vue_is_functional_template__$16 = false;
|
|
1545
1545
|
/* style inject */
|
|
1546
1546
|
|
|
1547
1547
|
/* style inject SSR */
|
|
1548
1548
|
|
|
1549
1549
|
/* style inject shadow dom */
|
|
1550
1550
|
|
|
1551
|
-
const __vue_component__$
|
|
1552
|
-
render: __vue_render__
|
|
1553
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
1554
|
-
}, __vue_inject_styles__$
|
|
1551
|
+
const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
|
|
1552
|
+
render: __vue_render__$12,
|
|
1553
|
+
staticRenderFns: __vue_staticRenderFns__$12
|
|
1554
|
+
}, __vue_inject_styles__$16, __vue_script__$16, __vue_scope_id__$16, __vue_is_functional_template__$16, __vue_module_identifier__$16, false, undefined, undefined, undefined);
|
|
1555
1555
|
|
|
1556
|
-
var PIcon = __vue_component__$
|
|
1556
|
+
var PIcon = __vue_component__$18;
|
|
1557
1557
|
|
|
1558
1558
|
const DeprecatedIcons = ['AbandonedCartMajorMonotone', 'AbandonedCartMajorTwotone', 'AccessibilityMajorMonotone', 'AccessibilityMajorTwotone', 'ActivitiesMajorMonotone', 'ActivitiesMajorTwotone', 'AddCodeMajorMonotone', 'AddCodeMajorTwotone', 'AddImageMajorMonotone', 'AddImageMajorTwotone', 'AddNoteMajorMonotone', 'AddNoteMajorTwotone', 'AddProductMajorMonotone', 'AddProductMajorTwotone', 'AddMajorMonotone', 'AddMajorTwotone', 'AffiliateMajorMonotone', 'AffiliateMajorTwotone', 'AnalyticsMajorFilled', 'AnalyticsMajorMonotone', 'AnalyticsMajorTwotone', 'AppsMajorFilled', 'AppsMajorMonotone', 'AppsMajorTwotone', 'ArchiveMajorMonotone', 'ArchiveMajorTwotone', 'AttachmentMajorMonotone', 'AttachmentMajorTwotone', 'AutomationMajorMonotone', 'AutomationMajorTwotone', 'BackspaceMajorMonotone', 'BackspaceMajorTwotone', 'BalanceMajorMonotone', 'BalanceMajorTwotone', 'BankMajorMonotone', 'BankMajorTwotone', 'BarcodeMajorMonotone', 'BarcodeMajorTwotone', 'BehaviorMajorMonotone', 'BehaviorMajorTwotone', 'BillingStatementDollarMajorMonotone', 'BillingStatementDollarMajorTwotone', 'BillingStatementEuroMajorMonotone', 'BillingStatementEuroMajorTwotone', 'BillingStatementPoundMajorMonotone', 'BillingStatementPoundMajorTwotone', 'BillingStatementRupeeMajorMonotone', 'BillingStatementRupeeMajorTwotone', 'BillingStatementYenMajorMonotone', 'BillingStatementYenMajorTwotone', 'BlockquoteMajorMonotone', 'BlockquoteMajorTwotone', 'BlogMajorMonotone', 'BlogMajorTwotone', 'BugMajorMonotone', 'BugMajorTwotone', 'BuyButtonButtonLayoutMajorMonotone', 'BuyButtonButtonLayoutMajorTwotone', 'BuyButtonHorizontalLayoutMajorMonotone', 'BuyButtonHorizontalLayoutMajorTwotone', 'BuyButtonVerticalLayoutMajorMonotone', 'BuyButtonVerticalLayoutMajorTwotone', 'BuyButtonMajorMonotone', 'BuyButtonMajorTwotone', 'CalendarTickMajorMonotone', 'CalendarTickMajorTwotone', 'CalendarMajorMonotone', 'CalendarMajorTwotone', 'CameraMajorMonotone', 'CameraMajorTwotone', 'CapitalMajorMonotone', 'CapitalMajorTwotone', 'CardReaderChipMajorMonotone', 'CardReaderChipMajorTwotone', 'CardReaderTapMajorMonotone', 'CardReaderTapMajorTwotone', 'CardReaderMajorMonotone', 'CardReaderMajorTwotone', 'CartDownMajorMonotone', 'CartDownMajorTwotone', 'CartUpMajorMonotone', 'CartUpMajorTwotone', 'CartMajorMonotone', 'CartMajorTwotone', 'CashDollarMajorMonotone', 'CashDollarMajorTwotone', 'CashEuroMajorMonotone', 'CashEuroMajorTwotone', 'CashPoundMajorMonotone', 'CashPoundMajorTwotone', 'CashRupeeMajorMonotone', 'CashRupeeMajorTwotone', 'CashYenMajorMonotone', 'CashYenMajorTwotone', 'CategoriesMajorMonotone', 'CategoriesMajorTwotone', 'ChannelsMajorMonotone', 'ChannelsMajorTwotone', 'ChatMajorMonotone', 'ChatMajorTwotone', 'ChecklistAlternateMajorMonotone', 'ChecklistAlternateMajorTwotone', 'ChecklistMajorMonotone', 'ChecklistMajorTwotone', 'CheckoutMajorMonotone', 'CheckoutMajorTwotone', 'CircleAlertMajorFilled', 'CircleAlertMajorMonotone', 'CircleAlertMajorTwotone', 'CircleCancelMajorMonotone', 'CircleCancelMajorTwotone', 'CircleDisabledMajorFilled', 'CircleDisabledMajorMonotone', 'CircleDisabledMajorTwotone', 'CircleDotsMajorMonotone', 'CircleDotsMajorTwotone', 'CircleDownMajorMonotone', 'CircleDownMajorTwotone', 'CircleInformationMajorFilled', 'CircleInformationMajorMonotone', 'CircleInformationMajorTwotone', 'CircleLeftMajorMonotone', 'CircleLeftMajorTwotone', 'CircleMinusMajorMonotone', 'CircleMinusMajorTwotone', 'CirclePlusMajorMonotone', 'CirclePlusMajorTwotone', 'CircleRightMajorMonotone', 'CircleRightMajorTwotone', 'CircleTickMajorFilled', 'CircleTickMajorMonotone', 'CircleTickMajorTwotone', 'CircleUpMajorMonotone', 'CircleUpMajorTwotone', 'ClockMajorMonotone', 'ClockMajorTwotone', 'CodeMajorMonotone', 'CodeMajorTwotone', 'CollectionsMajorMonotone', 'CollectionsMajorTwotone', 'ColorsMajorMonotone', 'ColorsMajorTwotone', 'ColumnWithTextMajorMonotone', 'ColumnWithTextMajorTwotone', 'ComposeMajorMonotone', 'ComposeMajorTwotone', 'ConfettiMajorMonotone', 'ConfettiMajorTwotone', 'CreditCardPercentMajorMonotone', 'CreditCardPercentMajorTwotone', 'CreditCardSecureMajorMonotone', 'CreditCardSecureMajorTwotone', 'CreditCardMajorMonotone', 'CreditCardMajorTwotone', 'CustomerMinusMajorMonotone', 'CustomerMinusMajorTwotone', 'CustomerPlusMajorMonotone', 'CustomerPlusMajorTwotone', 'CustomersMajorFilled', 'CustomersMajorMonotone', 'CustomersMajorTwotone', 'DataVisualizationMajorMonotone', 'DataVisualizationMajorTwotone', 'DeleteMajorMonotone', 'DeleteMajorTwotone', 'DesktopMajorMonotone', 'DesktopMajorTwotone', 'DigitalMediaReceiverMajorMonotone', 'DigitalMediaReceiverMajorTwotone', 'DiscountAutomaticMajorMonotone', 'DiscountAutomaticMajorTwotone', 'DiscountCodeMajorMonotone', 'DiscountCodeMajorTwotone', 'DiscountsMajorFilled', 'DiscountsMajorMonotone', 'DiscountsMajorTwotone', 'DnsSettingsMajorMonotone', 'DnsSettingsMajorTwotone', 'DomainNewMajorMonotone', 'DomainNewMajorTwotone', 'DomainsMajorMonotone', 'DomainsMajorTwotone', 'DraftOrdersMajorMonotone', 'DraftOrdersMajorTwotone', 'DragDropMajorMonotone', 'DragDropMajorTwotone', 'EditMajorMonotone', 'EditMajorTwotone', 'EmailNewsletterMajorMonotone', 'EmailNewsletterMajorTwotone', 'EmailMajorMonotone', 'EmailMajorTwotone', 'EnvelopeMajorMonotone', 'EnvelopeMajorTwotone', 'ExchangeMajorMonotone', 'ExchangeMajorTwotone', 'ExistingInventoryMajorMonotone', 'ExistingInventoryMajorTwotone', 'FaviconMajorMonotone', 'FaviconMajorTwotone', 'FavoriteMajorMonotone', 'FavoriteMajorTwotone', 'FeaturedCollectionMajorMonotone', 'FeaturedCollectionMajorTwotone', 'FeaturedContentMajorMonotone', 'FeaturedContentMajorTwotone', 'FilterMajorMonotone', 'FilterMajorTwotone', 'FirstOrderMajorMonotone', 'FirstOrderMajorTwotone', 'FirstVisitMajorMonotone', 'FirstVisitMajorTwotone', 'FlagMajorMonotone', 'FlagMajorTwotone', 'FlipCameraMajorMonotone', 'FlipCameraMajorTwotone', 'FolderDownMajorMonotone', 'FolderDownMajorTwotone', 'FolderMinusMajorMonotone', 'FolderMinusMajorTwotone', 'FolderPlusMajorMonotone', 'FolderPlusMajorTwotone', 'FolderUpMajorMonotone', 'FolderUpMajorTwotone', 'FolderMajorMonotone', 'FolderMajorTwotone', 'FollowUpEmailMajorMonotone', 'FollowUpEmailMajorTwotone', 'FoodMajorMonotone', 'FoodMajorTwotone', 'FooterMajorMonotone', 'FooterMajorTwotone', 'FormsMajorMonotone', 'FormsMajorTwotone', 'GamesConsoleMajorMonotone', 'GamesConsoleMajorTwotone', 'GiftCardMajorMonotone', 'GiftCardMajorTwotone', 'GlobeMajorMonotone', 'GlobeMajorTwotone', 'GrammarMajorMonotone', 'GrammarMajorTwotone', 'HashtagMajorMonotone', 'HashtagMajorTwotone', 'HeaderMajorMonotone', 'HeaderMajorTwotone', 'HeartMajorMonotone', 'HeartMajorTwotone', 'HideKeyboardMajorMonotone', 'HideKeyboardMajorTwotone', 'HintMajorMonotone', 'HintMajorTwotone', 'HomeMajorFilled', 'HomeMajorMonotone', 'HomeMajorTwotone', 'IconsMajorMonotone', 'IconsMajorTwotone', 'IllustrationMajorMonotone', 'IllustrationMajorTwotone', 'ImageAltMajorMonotone', 'ImageAltMajorTwotone', 'ImageWithTextOverlayMajorMonotone', 'ImageWithTextOverlayMajorTwotone', 'ImageWithTextMajorMonotone', 'ImageWithTextMajorTwotone', 'ImageMajorMonotone', 'ImageMajorTwotone', 'ImagesMajorMonotone', 'ImagesMajorTwotone', 'ImportStoreMajorMonotone', 'ImportStoreMajorTwotone', 'IncomingMajorMonotone', 'IncomingMajorTwotone', 'InventoryMajorMonotone', 'InventoryMajorTwotone', 'IqMajorMonotone', 'IqMajorTwotone', 'JobsMajorMonotone', 'JobsMajorTwotone', 'KeyMajorMonotone', 'KeyMajorTwotone', 'LabelPrinterMajorMonotone', 'LabelPrinterMajorTwotone', 'LandingPageMajorMonotone', 'LandingPageMajorTwotone', 'LegalMajorMonotone', 'LegalMajorTwotone', 'ListMajorMonotone', 'ListMajorTwotone', 'LiveViewMajorMonotone', 'LiveViewMajorTwotone', 'LocationMajorMonotone', 'LocationMajorTwotone', 'LockMajorMonotone', 'LockMajorTwotone', 'LogoBlockMajorMonotone', 'LogoBlockMajorTwotone', 'ManagedStoreMajorMonotone', 'ManagedStoreMajorTwotone', 'MarketingMajorFilled', 'MarketingMajorMonotone', 'MarketingMajorTwotone', 'MaximizeMajorMonotone', 'MaximizeMajorTwotone', 'MentionMajorMonotone', 'MentionMajorTwotone', 'MicrophoneMajorMonotone', 'MicrophoneMajorTwotone', 'MinimizeMajorMonotone', 'MinimizeMajorTwotone', 'MobileAcceptMajorMonotone', 'MobileAcceptMajorTwotone', 'MobileBackArrowMajorMonotone', 'MobileBackArrowMajorTwotone', 'MobileCancelMajorMonotone', 'MobileCancelMajorTwotone', 'MobileChevronMajorMonotone', 'MobileChevronMajorTwotone', 'MobileHamburgerMajorMonotone', 'MobileHamburgerMajorTwotone', 'MobileHorizontalDotsMajorMonotone', 'MobileHorizontalDotsMajorTwotone', 'MobilePlusMajorMonotone', 'MobilePlusMajorTwotone', 'MobileVerticalDotsMajorMonotone', 'MobileVerticalDotsMajorTwotone', 'MobileMajorMonotone', 'MobileMajorTwotone', 'MonerisMajorMonotone', 'MonerisMajorTwotone', 'NatureMajorMonotone', 'NatureMajorTwotone', 'NavigationMajorMonotone', 'NavigationMajorTwotone', 'NoteMajorMonotone', 'NoteMajorTwotone', 'NotesMinor', 'NotificationMajorMonotone', 'NotificationMajorTwotone', 'OnlineStoreMajorFilled', 'OnlineStoreMajorMonotone', 'OnlineStoreMajorTwotone', 'OrdersMajorFilled', 'OrdersMajorMonotone', 'OrdersMajorTwotone', 'OutgoingMajorMonotone', 'OutgoingMajorTwotone', 'PackageMajorMonotone', 'PackageMajorTwotone', 'PageDownMajorMonotone', 'PageDownMajorTwotone', 'PageMinusMajorMonotone', 'PageMinusMajorTwotone', 'PagePlusMajorMonotone', 'PagePlusMajorTwotone', 'PageUpMajorMonotone', 'PageUpMajorTwotone', 'PageMajorMonotone', 'PageMajorTwotone', 'PaintBrushMajorMonotone', 'PaintBrushMajorTwotone', 'PauseCircleMajorMonotone', 'PauseCircleMajorTwotone', 'PauseMajorMonotone', 'PauseMajorTwotone', 'PaymentsMajorMonotone', 'PaymentsMajorTwotone', 'PhoneInMajorMonotone', 'PhoneInMajorTwotone', 'PhoneOutMajorMonotone', 'PhoneOutMajorTwotone', 'PhoneMajorMonotone', 'PhoneMajorTwotone', 'PinMajorMonotone', 'PinMajorTwotone', 'PlayCircleMajorMonotone', 'PlayCircleMajorTwotone', 'PlayMajorMonotone', 'PlayMajorTwotone', 'PointOfSaleMajorMonotone', 'PointOfSaleMajorTwotone', 'PopularMajorMonotone', 'PopularMajorTwotone', 'PrintMajorMonotone', 'PrintMajorTwotone', 'ProductsMajorFilled', 'ProductsMajorMonotone', 'ProductsMajorTwotone', 'ProfileMajorMonotone', 'ProfileMajorTwotone', 'QuestionMarkMajorMonotone', 'QuestionMarkMajorTwotone', 'QuickSaleMajorMonotone', 'QuickSaleMajorTwotone', 'ReceiptMajorMonotone', 'ReceiptMajorTwotone', 'RecentSearchesMajorMonotone', 'RecentSearchesMajorTwotone', 'RedoMajorMonotone', 'RedoMajorTwotone', 'ReferralCodeMajorMonotone', 'ReferralCodeMajorTwotone', 'ReferralMajorMonotone', 'ReferralMajorTwotone', 'RefreshMajorMonotone', 'RefreshMajorTwotone', 'RefundMajorMonotone', 'RefundMajorTwotone', 'RemoveProductMajorMonotone', 'RemoveProductMajorTwotone', 'RepeatOrderMajorMonotone', 'RepeatOrderMajorTwotone', 'ReplaceMajorMonotone', 'ReplaceMajorTwotone', 'ReportsMajorMonotone', 'ReportsMajorTwotone', 'ResourcesMajorMonotone', 'ResourcesMajorTwotone', 'RiskMajorMonotone', 'RiskMajorTwotone', 'SandboxMajorMonotone', 'SandboxMajorTwotone', 'SearchMajorMonotone', 'SearchMajorTwotone', 'SectionMajorMonotone', 'SectionMajorTwotone', 'SecureMajorMonotone', 'SecureMajorTwotone', 'SendMajorMonotone', 'SendMajorTwotone', 'SettingsMajorMonotone', 'SettingsMajorTwotone', 'ShipmentMajorMonotone', 'ShipmentMajorTwotone', 'ShopcodesMajorMonotone', 'ShopcodesMajorTwotone', 'SidebarLeftMajorMonotone', 'SidebarLeftMajorTwotone', 'SidebarRightMajorMonotone', 'SidebarRightMajorTwotone', 'SlideshowMajorMonotone', 'SlideshowMajorTwotone', 'SmileyHappyMajorMonotone', 'SmileyHappyMajorTwotone', 'SmileyJoyMajorMonotone', 'SmileyJoyMajorTwotone', 'SmileyNeutralMajorMonotone', 'SmileyNeutralMajorTwotone', 'SmileySadMajorMonotone', 'SmileySadMajorTwotone', 'SocialAdMajorMonotone', 'SocialAdMajorTwotone', 'SocialPostMajorMonotone', 'SocialPostMajorTwotone', 'SoftPackMajorMonotone', 'SoftPackMajorTwotone', 'SortAscendingMajorMonotone', 'SortAscendingMajorTwotone', 'SortDescendingMajorMonotone', 'SortDescendingMajorTwotone', 'SoundMajorMonotone', 'SoundMajorTwotone', 'StoreStatusMajorMonotone', 'StoreStatusMajorTwotone', 'StoreMajorMonotone', 'StoreMajorTwotone', 'TabletMajorMonotone', 'TabletMajorTwotone', 'TapChipMajorMonotone', 'TapChipMajorTwotone', 'TaxMajorMonotone', 'TaxMajorTwotone', 'TeamMajorMonotone', 'TeamMajorTwotone', 'TextAlignmentCenterMajorMonotone', 'TextAlignmentCenterMajorTwotone', 'TextAlignmentLeftMajorMonotone', 'TextAlignmentLeftMajorTwotone', 'TextAlignmentRightMajorMonotone', 'TextAlignmentRightMajorTwotone', 'TextBlockMajorMonotone', 'TextBlockMajorTwotone', 'TextMajorMonotone', 'TextMajorTwotone', 'ThemeEditMajorMonotone', 'ThemeEditMajorTwotone', 'ThemeStoreMajorMonotone', 'ThemeStoreMajorTwotone', 'ThemesMajorMonotone', 'ThemesMajorTwotone', 'ThumbsDownMajorMonotone', 'ThumbsDownMajorTwotone', 'ThumbsUpMajorMonotone', 'ThumbsUpMajorTwotone', 'TimelineAttachmentMajorMonotone', 'TimelineAttachmentMajorTwotone', 'TipsMajorMonotone', 'TipsMajorTwotone', 'ToolsMajorMonotone', 'ToolsMajorTwotone', 'TransactionFeeDollarMajorMonotone', 'TransactionFeeDollarMajorTwotone', 'TransactionFeeEuroMajorMonotone', 'TransactionFeeEuroMajorTwotone', 'TransactionFeePoundMajorMonotone', 'TransactionFeePoundMajorTwotone', 'TransactionFeeRupeeMajorMonotone', 'TransactionFeeRupeeMajorTwotone', 'TransactionFeeYenMajorMonotone', 'TransactionFeeYenMajorTwotone', 'TransactionMajorMonotone', 'TransactionMajorTwotone', 'TransferInMajorMonotone', 'TransferInMajorTwotone', 'TransferOutMajorMonotone', 'TransferOutMajorTwotone', 'TransferWithinShopifyMajorMonotone', 'TransferWithinShopifyMajorTwotone', 'TransferMajorMonotone', 'TransferMajorTwotone', 'TransportMajorMonotone', 'TransportMajorTwotone', 'TroubleshootMajorMonotone', 'TroubleshootMajorTwotone', 'TypeMajorMonotone', 'TypeMajorTwotone', 'UndoMajorMonotone', 'UndoMajorTwotone', 'UnfulfilledMajorMonotone', 'UnfulfilledMajorTwotone', 'UnknownDeviceMajorMonotone', 'UnknownDeviceMajorTwotone', 'UpdateInventoryMajorMonotone', 'UpdateInventoryMajorTwotone', 'VariantMajorMonotone', 'VariantMajorTwotone', 'ViewMajorMonotone', 'ViewMajorTwotone', 'ViewportNarrowMajorMonotone', 'ViewportNarrowMajorTwotone', 'ViewportWideMajorMonotone', 'ViewportWideMajorTwotone', 'VocabularyMajorMonotone', 'VocabularyMajorTwotone', 'WandMajorMonotone', 'WandMajorTwotone', 'WearableMajorMonotone', 'WearableMajorTwotone', 'WholesaleMajorMonotone', 'WholesaleMajorTwotone', 'WifiMajorMonotone', 'WifiMajorTwotone'];
|
|
1559
1559
|
|
|
@@ -1562,7 +1562,7 @@ const spinnerSmall = `<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg
|
|
|
1562
1562
|
|
|
1563
1563
|
//
|
|
1564
1564
|
const Color = ['white', 'teal', 'inkLightest'];
|
|
1565
|
-
const Size$
|
|
1565
|
+
const Size$6 = ['small', 'large'];
|
|
1566
1566
|
/**
|
|
1567
1567
|
* <br/>
|
|
1568
1568
|
* <h4 style="font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
|
|
@@ -1571,7 +1571,7 @@ const Size$5 = ['small', 'large'];
|
|
|
1571
1571
|
* charts.</h4>
|
|
1572
1572
|
*/
|
|
1573
1573
|
|
|
1574
|
-
var script$
|
|
1574
|
+
var script$15 = {
|
|
1575
1575
|
name: 'PSpinner',
|
|
1576
1576
|
props: {
|
|
1577
1577
|
/**
|
|
@@ -1589,7 +1589,7 @@ var script$12 = {
|
|
|
1589
1589
|
size: {
|
|
1590
1590
|
type: String,
|
|
1591
1591
|
default: 'large',
|
|
1592
|
-
...StringValidator$1('size', Size$
|
|
1592
|
+
...StringValidator$1('size', Size$6)
|
|
1593
1593
|
}
|
|
1594
1594
|
},
|
|
1595
1595
|
computed: {
|
|
@@ -1609,10 +1609,10 @@ var script$12 = {
|
|
|
1609
1609
|
};
|
|
1610
1610
|
|
|
1611
1611
|
/* script */
|
|
1612
|
-
const __vue_script__$
|
|
1612
|
+
const __vue_script__$15 = script$15;
|
|
1613
1613
|
/* template */
|
|
1614
1614
|
|
|
1615
|
-
var __vue_render__$
|
|
1615
|
+
var __vue_render__$11 = function () {
|
|
1616
1616
|
var _vm = this;
|
|
1617
1617
|
|
|
1618
1618
|
var _h = _vm.$createElement;
|
|
@@ -1628,31 +1628,31 @@ var __vue_render__$_ = function () {
|
|
|
1628
1628
|
});
|
|
1629
1629
|
};
|
|
1630
1630
|
|
|
1631
|
-
var __vue_staticRenderFns__$
|
|
1631
|
+
var __vue_staticRenderFns__$11 = [];
|
|
1632
1632
|
/* style */
|
|
1633
1633
|
|
|
1634
|
-
const __vue_inject_styles__$
|
|
1634
|
+
const __vue_inject_styles__$15 = undefined;
|
|
1635
1635
|
/* scoped */
|
|
1636
1636
|
|
|
1637
|
-
const __vue_scope_id__$
|
|
1637
|
+
const __vue_scope_id__$15 = undefined;
|
|
1638
1638
|
/* module identifier */
|
|
1639
1639
|
|
|
1640
|
-
const __vue_module_identifier__$
|
|
1640
|
+
const __vue_module_identifier__$15 = undefined;
|
|
1641
1641
|
/* functional template */
|
|
1642
1642
|
|
|
1643
|
-
const __vue_is_functional_template__$
|
|
1643
|
+
const __vue_is_functional_template__$15 = false;
|
|
1644
1644
|
/* style inject */
|
|
1645
1645
|
|
|
1646
1646
|
/* style inject SSR */
|
|
1647
1647
|
|
|
1648
1648
|
/* style inject shadow dom */
|
|
1649
1649
|
|
|
1650
|
-
const __vue_component__$
|
|
1651
|
-
render: __vue_render__$
|
|
1652
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1653
|
-
}, __vue_inject_styles__$
|
|
1650
|
+
const __vue_component__$17 = /*#__PURE__*/normalizeComponent({
|
|
1651
|
+
render: __vue_render__$11,
|
|
1652
|
+
staticRenderFns: __vue_staticRenderFns__$11
|
|
1653
|
+
}, __vue_inject_styles__$15, __vue_script__$15, __vue_scope_id__$15, __vue_is_functional_template__$15, __vue_module_identifier__$15, false, undefined, undefined, undefined);
|
|
1654
1654
|
|
|
1655
|
-
var PSpinner$1 = __vue_component__$
|
|
1655
|
+
var PSpinner$1 = __vue_component__$17;
|
|
1656
1656
|
|
|
1657
1657
|
//
|
|
1658
1658
|
//
|
|
@@ -1678,7 +1678,7 @@ var PSpinner$1 = __vue_component__$14;
|
|
|
1678
1678
|
* Similar to Link.
|
|
1679
1679
|
* </h4>
|
|
1680
1680
|
*/
|
|
1681
|
-
var script$
|
|
1681
|
+
var script$14 = {
|
|
1682
1682
|
name: 'PUnstyledLink',
|
|
1683
1683
|
props: {
|
|
1684
1684
|
/**
|
|
@@ -1727,10 +1727,10 @@ var script$11 = {
|
|
|
1727
1727
|
};
|
|
1728
1728
|
|
|
1729
1729
|
/* script */
|
|
1730
|
-
const __vue_script__$
|
|
1730
|
+
const __vue_script__$14 = script$14;
|
|
1731
1731
|
/* template */
|
|
1732
1732
|
|
|
1733
|
-
var __vue_render__$
|
|
1733
|
+
var __vue_render__$10 = function () {
|
|
1734
1734
|
var _vm = this;
|
|
1735
1735
|
|
|
1736
1736
|
var _h = _vm.$createElement;
|
|
@@ -1749,38 +1749,38 @@ var __vue_render__$Z = function () {
|
|
|
1749
1749
|
}, 'component', _vm.$attrs, false), _vm.$listeners), [_vm._t("default")], 2);
|
|
1750
1750
|
};
|
|
1751
1751
|
|
|
1752
|
-
var __vue_staticRenderFns__$
|
|
1752
|
+
var __vue_staticRenderFns__$10 = [];
|
|
1753
1753
|
/* style */
|
|
1754
1754
|
|
|
1755
|
-
const __vue_inject_styles__$
|
|
1755
|
+
const __vue_inject_styles__$14 = undefined;
|
|
1756
1756
|
/* scoped */
|
|
1757
1757
|
|
|
1758
|
-
const __vue_scope_id__$
|
|
1758
|
+
const __vue_scope_id__$14 = undefined;
|
|
1759
1759
|
/* module identifier */
|
|
1760
1760
|
|
|
1761
|
-
const __vue_module_identifier__$
|
|
1761
|
+
const __vue_module_identifier__$14 = undefined;
|
|
1762
1762
|
/* functional template */
|
|
1763
1763
|
|
|
1764
|
-
const __vue_is_functional_template__$
|
|
1764
|
+
const __vue_is_functional_template__$14 = false;
|
|
1765
1765
|
/* style inject */
|
|
1766
1766
|
|
|
1767
1767
|
/* style inject SSR */
|
|
1768
1768
|
|
|
1769
1769
|
/* style inject shadow dom */
|
|
1770
1770
|
|
|
1771
|
-
const __vue_component__$
|
|
1772
|
-
render: __vue_render__$
|
|
1773
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1774
|
-
}, __vue_inject_styles__$
|
|
1771
|
+
const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
|
|
1772
|
+
render: __vue_render__$10,
|
|
1773
|
+
staticRenderFns: __vue_staticRenderFns__$10
|
|
1774
|
+
}, __vue_inject_styles__$14, __vue_script__$14, __vue_scope_id__$14, __vue_is_functional_template__$14, __vue_module_identifier__$14, false, undefined, undefined, undefined);
|
|
1775
1775
|
|
|
1776
|
-
var PUnstyledLink = __vue_component__$
|
|
1776
|
+
var PUnstyledLink = __vue_component__$16;
|
|
1777
1777
|
|
|
1778
1778
|
//
|
|
1779
|
-
const Size$
|
|
1779
|
+
const Size$5 = ['slim', 'medium', 'large'];
|
|
1780
1780
|
const TextAlign$1 = ['left', 'right', 'center', null];
|
|
1781
1781
|
const Type$1 = ['submit', 'reset', 'button'];
|
|
1782
1782
|
const DEFAULT_SIZE$2 = 'medium';
|
|
1783
|
-
var script$
|
|
1783
|
+
var script$13 = {
|
|
1784
1784
|
name: 'PUnstyledButton',
|
|
1785
1785
|
components: {
|
|
1786
1786
|
PIcon,
|
|
@@ -2000,7 +2000,7 @@ var script$10 = {
|
|
|
2000
2000
|
size: {
|
|
2001
2001
|
type: String,
|
|
2002
2002
|
default: 'medium',
|
|
2003
|
-
...StringValidator$1('size', Size$
|
|
2003
|
+
...StringValidator$1('size', Size$5)
|
|
2004
2004
|
},
|
|
2005
2005
|
|
|
2006
2006
|
/**
|
|
@@ -2068,10 +2068,10 @@ var script$10 = {
|
|
|
2068
2068
|
};
|
|
2069
2069
|
|
|
2070
2070
|
/* script */
|
|
2071
|
-
const __vue_script__$
|
|
2071
|
+
const __vue_script__$13 = script$13;
|
|
2072
2072
|
/* template */
|
|
2073
2073
|
|
|
2074
|
-
var __vue_render__
|
|
2074
|
+
var __vue_render__$$ = function () {
|
|
2075
2075
|
var _vm = this;
|
|
2076
2076
|
|
|
2077
2077
|
var _h = _vm.$createElement;
|
|
@@ -2146,31 +2146,31 @@ var __vue_render__$Y = function () {
|
|
|
2146
2146
|
})], 1)]) : _vm._e()])]);
|
|
2147
2147
|
};
|
|
2148
2148
|
|
|
2149
|
-
var __vue_staticRenderFns__
|
|
2149
|
+
var __vue_staticRenderFns__$$ = [];
|
|
2150
2150
|
/* style */
|
|
2151
2151
|
|
|
2152
|
-
const __vue_inject_styles__$
|
|
2152
|
+
const __vue_inject_styles__$13 = undefined;
|
|
2153
2153
|
/* scoped */
|
|
2154
2154
|
|
|
2155
|
-
const __vue_scope_id__$
|
|
2155
|
+
const __vue_scope_id__$13 = "data-v-08f7de98";
|
|
2156
2156
|
/* module identifier */
|
|
2157
2157
|
|
|
2158
|
-
const __vue_module_identifier__$
|
|
2158
|
+
const __vue_module_identifier__$13 = undefined;
|
|
2159
2159
|
/* functional template */
|
|
2160
2160
|
|
|
2161
|
-
const __vue_is_functional_template__$
|
|
2161
|
+
const __vue_is_functional_template__$13 = false;
|
|
2162
2162
|
/* style inject */
|
|
2163
2163
|
|
|
2164
2164
|
/* style inject SSR */
|
|
2165
2165
|
|
|
2166
2166
|
/* style inject shadow dom */
|
|
2167
2167
|
|
|
2168
|
-
const __vue_component__$
|
|
2169
|
-
render: __vue_render__
|
|
2170
|
-
staticRenderFns: __vue_staticRenderFns__
|
|
2171
|
-
}, __vue_inject_styles__$
|
|
2168
|
+
const __vue_component__$15 = /*#__PURE__*/normalizeComponent({
|
|
2169
|
+
render: __vue_render__$$,
|
|
2170
|
+
staticRenderFns: __vue_staticRenderFns__$$
|
|
2171
|
+
}, __vue_inject_styles__$13, __vue_script__$13, __vue_scope_id__$13, __vue_is_functional_template__$13, __vue_module_identifier__$13, false, undefined, undefined, undefined);
|
|
2172
2172
|
|
|
2173
|
-
var PUnstyledButton = __vue_component__$
|
|
2173
|
+
var PUnstyledButton = __vue_component__$15;
|
|
2174
2174
|
|
|
2175
2175
|
//
|
|
2176
2176
|
//
|
|
@@ -2192,7 +2192,7 @@ var PUnstyledButton = __vue_component__$12;
|
|
|
2192
2192
|
//
|
|
2193
2193
|
//
|
|
2194
2194
|
//
|
|
2195
|
-
var script
|
|
2195
|
+
var script$12 = {
|
|
2196
2196
|
name: 'PPositionedOverlay',
|
|
2197
2197
|
props: {
|
|
2198
2198
|
id: {
|
|
@@ -2433,10 +2433,10 @@ var script$$ = {
|
|
|
2433
2433
|
};
|
|
2434
2434
|
|
|
2435
2435
|
/* script */
|
|
2436
|
-
const __vue_script__
|
|
2436
|
+
const __vue_script__$12 = script$12;
|
|
2437
2437
|
/* template */
|
|
2438
2438
|
|
|
2439
|
-
var __vue_render__$
|
|
2439
|
+
var __vue_render__$_ = function () {
|
|
2440
2440
|
var _vm = this;
|
|
2441
2441
|
|
|
2442
2442
|
var _h = _vm.$createElement;
|
|
@@ -2466,34 +2466,34 @@ var __vue_render__$X = function () {
|
|
|
2466
2466
|
})], 2);
|
|
2467
2467
|
};
|
|
2468
2468
|
|
|
2469
|
-
var __vue_staticRenderFns__$
|
|
2469
|
+
var __vue_staticRenderFns__$_ = [];
|
|
2470
2470
|
/* style */
|
|
2471
2471
|
|
|
2472
|
-
const __vue_inject_styles__
|
|
2472
|
+
const __vue_inject_styles__$12 = undefined;
|
|
2473
2473
|
/* scoped */
|
|
2474
2474
|
|
|
2475
|
-
const __vue_scope_id__
|
|
2475
|
+
const __vue_scope_id__$12 = undefined;
|
|
2476
2476
|
/* module identifier */
|
|
2477
2477
|
|
|
2478
|
-
const __vue_module_identifier__
|
|
2478
|
+
const __vue_module_identifier__$12 = undefined;
|
|
2479
2479
|
/* functional template */
|
|
2480
2480
|
|
|
2481
|
-
const __vue_is_functional_template__
|
|
2481
|
+
const __vue_is_functional_template__$12 = false;
|
|
2482
2482
|
/* style inject */
|
|
2483
2483
|
|
|
2484
2484
|
/* style inject SSR */
|
|
2485
2485
|
|
|
2486
2486
|
/* style inject shadow dom */
|
|
2487
2487
|
|
|
2488
|
-
const __vue_component__$
|
|
2489
|
-
render: __vue_render__$
|
|
2490
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2491
|
-
}, __vue_inject_styles__
|
|
2488
|
+
const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
|
|
2489
|
+
render: __vue_render__$_,
|
|
2490
|
+
staticRenderFns: __vue_staticRenderFns__$_
|
|
2491
|
+
}, __vue_inject_styles__$12, __vue_script__$12, __vue_scope_id__$12, __vue_is_functional_template__$12, __vue_module_identifier__$12, false, undefined, undefined, undefined);
|
|
2492
2492
|
|
|
2493
|
-
var PPositionedOverlay = __vue_component__$
|
|
2493
|
+
var PPositionedOverlay = __vue_component__$14;
|
|
2494
2494
|
|
|
2495
2495
|
//
|
|
2496
|
-
var script$
|
|
2496
|
+
var script$11 = {
|
|
2497
2497
|
name: 'PPopoverOverlay',
|
|
2498
2498
|
components: {
|
|
2499
2499
|
PPositionedOverlay
|
|
@@ -2538,10 +2538,10 @@ var script$_ = {
|
|
|
2538
2538
|
};
|
|
2539
2539
|
|
|
2540
2540
|
/* script */
|
|
2541
|
-
const __vue_script__$
|
|
2541
|
+
const __vue_script__$11 = script$11;
|
|
2542
2542
|
/* template */
|
|
2543
2543
|
|
|
2544
|
-
var __vue_render__$
|
|
2544
|
+
var __vue_render__$Z = function () {
|
|
2545
2545
|
var _vm = this;
|
|
2546
2546
|
|
|
2547
2547
|
var _h = _vm.$createElement;
|
|
@@ -2571,31 +2571,31 @@ var __vue_render__$W = function () {
|
|
|
2571
2571
|
});
|
|
2572
2572
|
};
|
|
2573
2573
|
|
|
2574
|
-
var __vue_staticRenderFns__$
|
|
2574
|
+
var __vue_staticRenderFns__$Z = [];
|
|
2575
2575
|
/* style */
|
|
2576
2576
|
|
|
2577
|
-
const __vue_inject_styles__$
|
|
2577
|
+
const __vue_inject_styles__$11 = undefined;
|
|
2578
2578
|
/* scoped */
|
|
2579
2579
|
|
|
2580
|
-
const __vue_scope_id__$
|
|
2580
|
+
const __vue_scope_id__$11 = undefined;
|
|
2581
2581
|
/* module identifier */
|
|
2582
2582
|
|
|
2583
|
-
const __vue_module_identifier__$
|
|
2583
|
+
const __vue_module_identifier__$11 = undefined;
|
|
2584
2584
|
/* functional template */
|
|
2585
2585
|
|
|
2586
|
-
const __vue_is_functional_template__$
|
|
2586
|
+
const __vue_is_functional_template__$11 = false;
|
|
2587
2587
|
/* style inject */
|
|
2588
2588
|
|
|
2589
2589
|
/* style inject SSR */
|
|
2590
2590
|
|
|
2591
2591
|
/* style inject shadow dom */
|
|
2592
2592
|
|
|
2593
|
-
const __vue_component__$
|
|
2594
|
-
render: __vue_render__$
|
|
2595
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2596
|
-
}, __vue_inject_styles__$
|
|
2593
|
+
const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
|
|
2594
|
+
render: __vue_render__$Z,
|
|
2595
|
+
staticRenderFns: __vue_staticRenderFns__$Z
|
|
2596
|
+
}, __vue_inject_styles__$11, __vue_script__$11, __vue_scope_id__$11, __vue_is_functional_template__$11, __vue_module_identifier__$11, false, undefined, undefined, undefined);
|
|
2597
2597
|
|
|
2598
|
-
var PPopoverOverlay = __vue_component__$
|
|
2598
|
+
var PPopoverOverlay = __vue_component__$13;
|
|
2599
2599
|
|
|
2600
2600
|
//
|
|
2601
2601
|
/**
|
|
@@ -2606,7 +2606,7 @@ var PPopoverOverlay = __vue_component__$10;
|
|
|
2606
2606
|
* cluttering the page.</h4>
|
|
2607
2607
|
*/
|
|
2608
2608
|
|
|
2609
|
-
var script$
|
|
2609
|
+
var script$10 = {
|
|
2610
2610
|
name: 'PPopover',
|
|
2611
2611
|
components: {
|
|
2612
2612
|
PPopoverOverlay
|
|
@@ -2890,10 +2890,10 @@ var script$Z = {
|
|
|
2890
2890
|
};
|
|
2891
2891
|
|
|
2892
2892
|
/* script */
|
|
2893
|
-
const __vue_script__$
|
|
2893
|
+
const __vue_script__$10 = script$10;
|
|
2894
2894
|
/* template */
|
|
2895
2895
|
|
|
2896
|
-
var __vue_render__$
|
|
2896
|
+
var __vue_render__$Y = function () {
|
|
2897
2897
|
var _vm = this;
|
|
2898
2898
|
|
|
2899
2899
|
var _h = _vm.$createElement;
|
|
@@ -2961,33 +2961,33 @@ var __vue_render__$V = function () {
|
|
|
2961
2961
|
})], 2);
|
|
2962
2962
|
};
|
|
2963
2963
|
|
|
2964
|
-
var __vue_staticRenderFns__$
|
|
2964
|
+
var __vue_staticRenderFns__$Y = [];
|
|
2965
2965
|
/* style */
|
|
2966
2966
|
|
|
2967
|
-
const __vue_inject_styles__$
|
|
2967
|
+
const __vue_inject_styles__$10 = undefined;
|
|
2968
2968
|
/* scoped */
|
|
2969
2969
|
|
|
2970
|
-
const __vue_scope_id__$
|
|
2970
|
+
const __vue_scope_id__$10 = undefined;
|
|
2971
2971
|
/* module identifier */
|
|
2972
2972
|
|
|
2973
|
-
const __vue_module_identifier__$
|
|
2973
|
+
const __vue_module_identifier__$10 = undefined;
|
|
2974
2974
|
/* functional template */
|
|
2975
2975
|
|
|
2976
|
-
const __vue_is_functional_template__$
|
|
2976
|
+
const __vue_is_functional_template__$10 = false;
|
|
2977
2977
|
/* style inject */
|
|
2978
2978
|
|
|
2979
2979
|
/* style inject SSR */
|
|
2980
2980
|
|
|
2981
2981
|
/* style inject shadow dom */
|
|
2982
2982
|
|
|
2983
|
-
const __vue_component__
|
|
2984
|
-
render: __vue_render__$
|
|
2985
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
2986
|
-
}, __vue_inject_styles__$
|
|
2983
|
+
const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
|
|
2984
|
+
render: __vue_render__$Y,
|
|
2985
|
+
staticRenderFns: __vue_staticRenderFns__$Y
|
|
2986
|
+
}, __vue_inject_styles__$10, __vue_script__$10, __vue_scope_id__$10, __vue_is_functional_template__$10, __vue_module_identifier__$10, false, undefined, undefined, undefined);
|
|
2987
2987
|
|
|
2988
|
-
var PPopover = __vue_component__
|
|
2988
|
+
var PPopover = __vue_component__$12;
|
|
2989
2989
|
|
|
2990
|
-
var script
|
|
2990
|
+
var script$$ = {
|
|
2991
2991
|
name: 'POptionalTag',
|
|
2992
2992
|
props: {
|
|
2993
2993
|
tag: {
|
|
@@ -3014,33 +3014,33 @@ var script$Y = {
|
|
|
3014
3014
|
};
|
|
3015
3015
|
|
|
3016
3016
|
/* script */
|
|
3017
|
-
const __vue_script__
|
|
3017
|
+
const __vue_script__$$ = script$$;
|
|
3018
3018
|
/* template */
|
|
3019
3019
|
|
|
3020
3020
|
/* style */
|
|
3021
3021
|
|
|
3022
|
-
const __vue_inject_styles__
|
|
3022
|
+
const __vue_inject_styles__$$ = undefined;
|
|
3023
3023
|
/* scoped */
|
|
3024
3024
|
|
|
3025
|
-
const __vue_scope_id__
|
|
3025
|
+
const __vue_scope_id__$$ = undefined;
|
|
3026
3026
|
/* module identifier */
|
|
3027
3027
|
|
|
3028
|
-
const __vue_module_identifier__
|
|
3028
|
+
const __vue_module_identifier__$$ = undefined;
|
|
3029
3029
|
/* functional template */
|
|
3030
3030
|
|
|
3031
|
-
const __vue_is_functional_template__
|
|
3031
|
+
const __vue_is_functional_template__$$ = undefined;
|
|
3032
3032
|
/* style inject */
|
|
3033
3033
|
|
|
3034
3034
|
/* style inject SSR */
|
|
3035
3035
|
|
|
3036
3036
|
/* style inject shadow dom */
|
|
3037
3037
|
|
|
3038
|
-
const __vue_component__$
|
|
3038
|
+
const __vue_component__$11 = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$$, __vue_script__$$, __vue_scope_id__$$, __vue_is_functional_template__$$, __vue_module_identifier__$$, false, undefined, undefined, undefined);
|
|
3039
3039
|
|
|
3040
|
-
var POptionalTag = __vue_component__$
|
|
3040
|
+
var POptionalTag = __vue_component__$11;
|
|
3041
3041
|
|
|
3042
3042
|
//
|
|
3043
|
-
var script$
|
|
3043
|
+
var script$_ = {
|
|
3044
3044
|
name: 'PActionListItem',
|
|
3045
3045
|
components: {
|
|
3046
3046
|
PUnstyledLink,
|
|
@@ -3089,10 +3089,10 @@ var script$X = {
|
|
|
3089
3089
|
};
|
|
3090
3090
|
|
|
3091
3091
|
/* script */
|
|
3092
|
-
const __vue_script__$
|
|
3092
|
+
const __vue_script__$_ = script$_;
|
|
3093
3093
|
/* template */
|
|
3094
3094
|
|
|
3095
|
-
var __vue_render__$
|
|
3095
|
+
var __vue_render__$X = function () {
|
|
3096
3096
|
var _vm = this;
|
|
3097
3097
|
|
|
3098
3098
|
var _h = _vm.$createElement;
|
|
@@ -3144,31 +3144,31 @@ var __vue_render__$U = function () {
|
|
|
3144
3144
|
})]], 2)]);
|
|
3145
3145
|
};
|
|
3146
3146
|
|
|
3147
|
-
var __vue_staticRenderFns__$
|
|
3147
|
+
var __vue_staticRenderFns__$X = [];
|
|
3148
3148
|
/* style */
|
|
3149
3149
|
|
|
3150
|
-
const __vue_inject_styles__$
|
|
3150
|
+
const __vue_inject_styles__$_ = undefined;
|
|
3151
3151
|
/* scoped */
|
|
3152
3152
|
|
|
3153
|
-
const __vue_scope_id__$
|
|
3153
|
+
const __vue_scope_id__$_ = undefined;
|
|
3154
3154
|
/* module identifier */
|
|
3155
3155
|
|
|
3156
|
-
const __vue_module_identifier__$
|
|
3156
|
+
const __vue_module_identifier__$_ = undefined;
|
|
3157
3157
|
/* functional template */
|
|
3158
3158
|
|
|
3159
|
-
const __vue_is_functional_template__$
|
|
3159
|
+
const __vue_is_functional_template__$_ = false;
|
|
3160
3160
|
/* style inject */
|
|
3161
3161
|
|
|
3162
3162
|
/* style inject SSR */
|
|
3163
3163
|
|
|
3164
3164
|
/* style inject shadow dom */
|
|
3165
3165
|
|
|
3166
|
-
const __vue_component__$
|
|
3167
|
-
render: __vue_render__$
|
|
3168
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3169
|
-
}, __vue_inject_styles__$
|
|
3166
|
+
const __vue_component__$10 = /*#__PURE__*/normalizeComponent({
|
|
3167
|
+
render: __vue_render__$X,
|
|
3168
|
+
staticRenderFns: __vue_staticRenderFns__$X
|
|
3169
|
+
}, __vue_inject_styles__$_, __vue_script__$_, __vue_scope_id__$_, __vue_is_functional_template__$_, __vue_module_identifier__$_, false, undefined, undefined, undefined);
|
|
3170
3170
|
|
|
3171
|
-
var PActionListItem = __vue_component__$
|
|
3171
|
+
var PActionListItem = __vue_component__$10;
|
|
3172
3172
|
|
|
3173
3173
|
const ArrayValidator = (name, arrayOfValues, objectInterface, isRequired, isNullable) => {
|
|
3174
3174
|
let result = true;
|
|
@@ -3367,7 +3367,7 @@ const SectionInterface = {
|
|
|
3367
3367
|
title: String,
|
|
3368
3368
|
items: Array
|
|
3369
3369
|
};
|
|
3370
|
-
var script$
|
|
3370
|
+
var script$Z = {
|
|
3371
3371
|
name: 'PActionListSection',
|
|
3372
3372
|
components: {
|
|
3373
3373
|
PActionListItem,
|
|
@@ -3408,10 +3408,10 @@ var script$W = {
|
|
|
3408
3408
|
};
|
|
3409
3409
|
|
|
3410
3410
|
/* script */
|
|
3411
|
-
const __vue_script__$
|
|
3411
|
+
const __vue_script__$Z = script$Z;
|
|
3412
3412
|
/* template */
|
|
3413
3413
|
|
|
3414
|
-
var __vue_render__$
|
|
3414
|
+
var __vue_render__$W = function () {
|
|
3415
3415
|
var _vm = this;
|
|
3416
3416
|
|
|
3417
3417
|
var _h = _vm.$createElement;
|
|
@@ -3443,31 +3443,31 @@ var __vue_render__$T = function () {
|
|
|
3443
3443
|
}), 1)])]);
|
|
3444
3444
|
};
|
|
3445
3445
|
|
|
3446
|
-
var __vue_staticRenderFns__$
|
|
3446
|
+
var __vue_staticRenderFns__$W = [];
|
|
3447
3447
|
/* style */
|
|
3448
3448
|
|
|
3449
|
-
const __vue_inject_styles__$
|
|
3449
|
+
const __vue_inject_styles__$Z = undefined;
|
|
3450
3450
|
/* scoped */
|
|
3451
3451
|
|
|
3452
|
-
const __vue_scope_id__$
|
|
3452
|
+
const __vue_scope_id__$Z = undefined;
|
|
3453
3453
|
/* module identifier */
|
|
3454
3454
|
|
|
3455
|
-
const __vue_module_identifier__$
|
|
3455
|
+
const __vue_module_identifier__$Z = undefined;
|
|
3456
3456
|
/* functional template */
|
|
3457
3457
|
|
|
3458
|
-
const __vue_is_functional_template__$
|
|
3458
|
+
const __vue_is_functional_template__$Z = false;
|
|
3459
3459
|
/* style inject */
|
|
3460
3460
|
|
|
3461
3461
|
/* style inject SSR */
|
|
3462
3462
|
|
|
3463
3463
|
/* style inject shadow dom */
|
|
3464
3464
|
|
|
3465
|
-
const __vue_component__
|
|
3466
|
-
render: __vue_render__$
|
|
3467
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3468
|
-
}, __vue_inject_styles__$
|
|
3465
|
+
const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
|
|
3466
|
+
render: __vue_render__$W,
|
|
3467
|
+
staticRenderFns: __vue_staticRenderFns__$W
|
|
3468
|
+
}, __vue_inject_styles__$Z, __vue_script__$Z, __vue_scope_id__$Z, __vue_is_functional_template__$Z, __vue_module_identifier__$Z, false, undefined, undefined, undefined);
|
|
3469
3469
|
|
|
3470
|
-
var PActionListSection = __vue_component__
|
|
3470
|
+
var PActionListSection = __vue_component__$$;
|
|
3471
3471
|
|
|
3472
3472
|
//
|
|
3473
3473
|
/**
|
|
@@ -3478,7 +3478,7 @@ var PActionListSection = __vue_component__$Y;
|
|
|
3478
3478
|
* container to create a dropdown menu or to let merchants select from a list of options.</h4>
|
|
3479
3479
|
*/
|
|
3480
3480
|
|
|
3481
|
-
var script$
|
|
3481
|
+
var script$Y = {
|
|
3482
3482
|
name: 'PActionList',
|
|
3483
3483
|
components: {
|
|
3484
3484
|
PActionListSection
|
|
@@ -3533,10 +3533,10 @@ var script$V = {
|
|
|
3533
3533
|
};
|
|
3534
3534
|
|
|
3535
3535
|
/* script */
|
|
3536
|
-
const __vue_script__$
|
|
3536
|
+
const __vue_script__$Y = script$Y;
|
|
3537
3537
|
/* template */
|
|
3538
3538
|
|
|
3539
|
-
var __vue_render__$
|
|
3539
|
+
var __vue_render__$V = function () {
|
|
3540
3540
|
var _vm = this;
|
|
3541
3541
|
|
|
3542
3542
|
var _h = _vm.$createElement;
|
|
@@ -3560,31 +3560,31 @@ var __vue_render__$S = function () {
|
|
|
3560
3560
|
}), 1);
|
|
3561
3561
|
};
|
|
3562
3562
|
|
|
3563
|
-
var __vue_staticRenderFns__$
|
|
3563
|
+
var __vue_staticRenderFns__$V = [];
|
|
3564
3564
|
/* style */
|
|
3565
3565
|
|
|
3566
|
-
const __vue_inject_styles__$
|
|
3566
|
+
const __vue_inject_styles__$Y = undefined;
|
|
3567
3567
|
/* scoped */
|
|
3568
3568
|
|
|
3569
|
-
const __vue_scope_id__$
|
|
3569
|
+
const __vue_scope_id__$Y = undefined;
|
|
3570
3570
|
/* module identifier */
|
|
3571
3571
|
|
|
3572
|
-
const __vue_module_identifier__$
|
|
3572
|
+
const __vue_module_identifier__$Y = undefined;
|
|
3573
3573
|
/* functional template */
|
|
3574
3574
|
|
|
3575
|
-
const __vue_is_functional_template__$
|
|
3575
|
+
const __vue_is_functional_template__$Y = false;
|
|
3576
3576
|
/* style inject */
|
|
3577
3577
|
|
|
3578
3578
|
/* style inject SSR */
|
|
3579
3579
|
|
|
3580
3580
|
/* style inject shadow dom */
|
|
3581
3581
|
|
|
3582
|
-
const __vue_component__$
|
|
3583
|
-
render: __vue_render__$
|
|
3584
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
3585
|
-
}, __vue_inject_styles__$
|
|
3582
|
+
const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
|
|
3583
|
+
render: __vue_render__$V,
|
|
3584
|
+
staticRenderFns: __vue_staticRenderFns__$V
|
|
3585
|
+
}, __vue_inject_styles__$Y, __vue_script__$Y, __vue_scope_id__$Y, __vue_is_functional_template__$Y, __vue_module_identifier__$Y, false, undefined, undefined, undefined);
|
|
3586
3586
|
|
|
3587
|
-
var PActionList = __vue_component__$
|
|
3587
|
+
var PActionList = __vue_component__$_;
|
|
3588
3588
|
|
|
3589
3589
|
const BaseAction = {
|
|
3590
3590
|
id: String,
|
|
@@ -3728,7 +3728,7 @@ const ConnectedDisclosure = {
|
|
|
3728
3728
|
* settings”.</h4>
|
|
3729
3729
|
*/
|
|
3730
3730
|
|
|
3731
|
-
var script$
|
|
3731
|
+
var script$X = {
|
|
3732
3732
|
name: 'PButton',
|
|
3733
3733
|
components: {
|
|
3734
3734
|
PIcon,
|
|
@@ -4058,10 +4058,10 @@ var script$U = {
|
|
|
4058
4058
|
};
|
|
4059
4059
|
|
|
4060
4060
|
/* script */
|
|
4061
|
-
const __vue_script__$
|
|
4061
|
+
const __vue_script__$X = script$X;
|
|
4062
4062
|
/* template */
|
|
4063
4063
|
|
|
4064
|
-
var __vue_render__$
|
|
4064
|
+
var __vue_render__$U = function () {
|
|
4065
4065
|
var this$1$1 = this;
|
|
4066
4066
|
|
|
4067
4067
|
var _vm = this;
|
|
@@ -4173,31 +4173,31 @@ var __vue_render__$R = function () {
|
|
|
4173
4173
|
}, 'PUnstyledButton', _vm.$props, false), [_vm._t("default")], 2);
|
|
4174
4174
|
};
|
|
4175
4175
|
|
|
4176
|
-
var __vue_staticRenderFns__$
|
|
4176
|
+
var __vue_staticRenderFns__$U = [];
|
|
4177
4177
|
/* style */
|
|
4178
4178
|
|
|
4179
|
-
const __vue_inject_styles__$
|
|
4179
|
+
const __vue_inject_styles__$X = undefined;
|
|
4180
4180
|
/* scoped */
|
|
4181
4181
|
|
|
4182
|
-
const __vue_scope_id__$
|
|
4182
|
+
const __vue_scope_id__$X = undefined;
|
|
4183
4183
|
/* module identifier */
|
|
4184
4184
|
|
|
4185
|
-
const __vue_module_identifier__$
|
|
4185
|
+
const __vue_module_identifier__$X = undefined;
|
|
4186
4186
|
/* functional template */
|
|
4187
4187
|
|
|
4188
|
-
const __vue_is_functional_template__$
|
|
4188
|
+
const __vue_is_functional_template__$X = false;
|
|
4189
4189
|
/* style inject */
|
|
4190
4190
|
|
|
4191
4191
|
/* style inject SSR */
|
|
4192
4192
|
|
|
4193
4193
|
/* style inject shadow dom */
|
|
4194
4194
|
|
|
4195
|
-
const __vue_component__$
|
|
4196
|
-
render: __vue_render__$
|
|
4197
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4198
|
-
}, __vue_inject_styles__$
|
|
4195
|
+
const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
|
|
4196
|
+
render: __vue_render__$U,
|
|
4197
|
+
staticRenderFns: __vue_staticRenderFns__$U
|
|
4198
|
+
}, __vue_inject_styles__$X, __vue_script__$X, __vue_scope_id__$X, __vue_is_functional_template__$X, __vue_module_identifier__$X, false, undefined, undefined, undefined);
|
|
4199
4199
|
|
|
4200
|
-
var PButton = __vue_component__$
|
|
4200
|
+
var PButton = __vue_component__$Z;
|
|
4201
4201
|
|
|
4202
4202
|
//
|
|
4203
4203
|
const HeadingTagName$2 = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p'];
|
|
@@ -4209,7 +4209,7 @@ const HeadingTagName$2 = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p'];
|
|
|
4209
4209
|
* generally use headings as their title.</h4>
|
|
4210
4210
|
*/
|
|
4211
4211
|
|
|
4212
|
-
var script$
|
|
4212
|
+
var script$W = {
|
|
4213
4213
|
name: 'PHeading',
|
|
4214
4214
|
props: {
|
|
4215
4215
|
/**
|
|
@@ -4224,10 +4224,10 @@ var script$T = {
|
|
|
4224
4224
|
};
|
|
4225
4225
|
|
|
4226
4226
|
/* script */
|
|
4227
|
-
const __vue_script__$
|
|
4227
|
+
const __vue_script__$W = script$W;
|
|
4228
4228
|
/* template */
|
|
4229
4229
|
|
|
4230
|
-
var __vue_render__$
|
|
4230
|
+
var __vue_render__$T = function () {
|
|
4231
4231
|
var _vm = this;
|
|
4232
4232
|
|
|
4233
4233
|
var _h = _vm.$createElement;
|
|
@@ -4240,31 +4240,31 @@ var __vue_render__$Q = function () {
|
|
|
4240
4240
|
}, [_vm._t("default")], 2);
|
|
4241
4241
|
};
|
|
4242
4242
|
|
|
4243
|
-
var __vue_staticRenderFns__$
|
|
4243
|
+
var __vue_staticRenderFns__$T = [];
|
|
4244
4244
|
/* style */
|
|
4245
4245
|
|
|
4246
|
-
const __vue_inject_styles__$
|
|
4246
|
+
const __vue_inject_styles__$W = undefined;
|
|
4247
4247
|
/* scoped */
|
|
4248
4248
|
|
|
4249
|
-
const __vue_scope_id__$
|
|
4249
|
+
const __vue_scope_id__$W = undefined;
|
|
4250
4250
|
/* module identifier */
|
|
4251
4251
|
|
|
4252
|
-
const __vue_module_identifier__$
|
|
4252
|
+
const __vue_module_identifier__$W = undefined;
|
|
4253
4253
|
/* functional template */
|
|
4254
4254
|
|
|
4255
|
-
const __vue_is_functional_template__$
|
|
4255
|
+
const __vue_is_functional_template__$W = false;
|
|
4256
4256
|
/* style inject */
|
|
4257
4257
|
|
|
4258
4258
|
/* style inject SSR */
|
|
4259
4259
|
|
|
4260
4260
|
/* style inject shadow dom */
|
|
4261
4261
|
|
|
4262
|
-
const __vue_component__$
|
|
4263
|
-
render: __vue_render__$
|
|
4264
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4265
|
-
}, __vue_inject_styles__$
|
|
4262
|
+
const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
|
|
4263
|
+
render: __vue_render__$T,
|
|
4264
|
+
staticRenderFns: __vue_staticRenderFns__$T
|
|
4265
|
+
}, __vue_inject_styles__$W, __vue_script__$W, __vue_scope_id__$W, __vue_is_functional_template__$W, __vue_module_identifier__$W, false, undefined, undefined, undefined);
|
|
4266
4266
|
|
|
4267
|
-
var PHeading = __vue_component__$
|
|
4267
|
+
var PHeading = __vue_component__$Y;
|
|
4268
4268
|
|
|
4269
4269
|
/******************************************************************************
|
|
4270
4270
|
Copyright (c) Microsoft Corporation.
|
|
@@ -4928,46 +4928,46 @@ var ComponentHelpers$1 = new ComponentHelpers();
|
|
|
4928
4928
|
//
|
|
4929
4929
|
//
|
|
4930
4930
|
//
|
|
4931
|
-
var script$
|
|
4931
|
+
var script$V = {
|
|
4932
4932
|
name: 'PButtonGroupItem'
|
|
4933
4933
|
};
|
|
4934
4934
|
|
|
4935
4935
|
/* script */
|
|
4936
|
-
const __vue_script__$
|
|
4936
|
+
const __vue_script__$V = script$V;
|
|
4937
4937
|
/* template */
|
|
4938
4938
|
|
|
4939
|
-
var __vue_render__$
|
|
4939
|
+
var __vue_render__$S = function (_h, _vm) {
|
|
4940
4940
|
var _c = _vm._c;
|
|
4941
4941
|
return _c('div', {
|
|
4942
4942
|
staticClass: "Polaris-ButtonGroup__Item"
|
|
4943
4943
|
}, [_vm._t("default")], 2);
|
|
4944
4944
|
};
|
|
4945
4945
|
|
|
4946
|
-
var __vue_staticRenderFns__$
|
|
4946
|
+
var __vue_staticRenderFns__$S = [];
|
|
4947
4947
|
/* style */
|
|
4948
4948
|
|
|
4949
|
-
const __vue_inject_styles__$
|
|
4949
|
+
const __vue_inject_styles__$V = undefined;
|
|
4950
4950
|
/* scoped */
|
|
4951
4951
|
|
|
4952
|
-
const __vue_scope_id__$
|
|
4952
|
+
const __vue_scope_id__$V = undefined;
|
|
4953
4953
|
/* module identifier */
|
|
4954
4954
|
|
|
4955
|
-
const __vue_module_identifier__$
|
|
4955
|
+
const __vue_module_identifier__$V = undefined;
|
|
4956
4956
|
/* functional template */
|
|
4957
4957
|
|
|
4958
|
-
const __vue_is_functional_template__$
|
|
4958
|
+
const __vue_is_functional_template__$V = true;
|
|
4959
4959
|
/* style inject */
|
|
4960
4960
|
|
|
4961
4961
|
/* style inject SSR */
|
|
4962
4962
|
|
|
4963
4963
|
/* style inject shadow dom */
|
|
4964
4964
|
|
|
4965
|
-
const __vue_component__$
|
|
4966
|
-
render: __vue_render__$
|
|
4967
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
4968
|
-
}, __vue_inject_styles__$
|
|
4965
|
+
const __vue_component__$X = /*#__PURE__*/normalizeComponent({
|
|
4966
|
+
render: __vue_render__$S,
|
|
4967
|
+
staticRenderFns: __vue_staticRenderFns__$S
|
|
4968
|
+
}, __vue_inject_styles__$V, __vue_script__$V, __vue_scope_id__$V, __vue_is_functional_template__$V, __vue_module_identifier__$V, false, undefined, undefined, undefined);
|
|
4969
4969
|
|
|
4970
|
-
var PButtonGroupItem = __vue_component__$
|
|
4970
|
+
var PButtonGroupItem = __vue_component__$X;
|
|
4971
4971
|
|
|
4972
4972
|
const Spacing$2 = 'extraTight' | 'tight' | 'loose';
|
|
4973
4973
|
/**
|
|
@@ -4977,7 +4977,7 @@ const Spacing$2 = 'extraTight' | 'tight' | 'loose';
|
|
|
4977
4977
|
* and spacing.</h4>
|
|
4978
4978
|
*/
|
|
4979
4979
|
|
|
4980
|
-
var script$
|
|
4980
|
+
var script$U = {
|
|
4981
4981
|
name: 'PButtonGroup',
|
|
4982
4982
|
components: {
|
|
4983
4983
|
PButtonGroupItem
|
|
@@ -5036,33 +5036,33 @@ var script$R = {
|
|
|
5036
5036
|
};
|
|
5037
5037
|
|
|
5038
5038
|
/* script */
|
|
5039
|
-
const __vue_script__$
|
|
5039
|
+
const __vue_script__$U = script$U;
|
|
5040
5040
|
/* template */
|
|
5041
5041
|
|
|
5042
5042
|
/* style */
|
|
5043
5043
|
|
|
5044
|
-
const __vue_inject_styles__$
|
|
5044
|
+
const __vue_inject_styles__$U = undefined;
|
|
5045
5045
|
/* scoped */
|
|
5046
5046
|
|
|
5047
|
-
const __vue_scope_id__$
|
|
5047
|
+
const __vue_scope_id__$U = undefined;
|
|
5048
5048
|
/* module identifier */
|
|
5049
5049
|
|
|
5050
|
-
const __vue_module_identifier__$
|
|
5050
|
+
const __vue_module_identifier__$U = undefined;
|
|
5051
5051
|
/* functional template */
|
|
5052
5052
|
|
|
5053
|
-
const __vue_is_functional_template__$
|
|
5053
|
+
const __vue_is_functional_template__$U = undefined;
|
|
5054
5054
|
/* style inject */
|
|
5055
5055
|
|
|
5056
5056
|
/* style inject SSR */
|
|
5057
5057
|
|
|
5058
5058
|
/* style inject shadow dom */
|
|
5059
5059
|
|
|
5060
|
-
const __vue_component__$
|
|
5060
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$U, __vue_script__$U, __vue_scope_id__$U, __vue_is_functional_template__$U, __vue_module_identifier__$U, false, undefined, undefined, undefined);
|
|
5061
5061
|
|
|
5062
|
-
var PButtonGroup = __vue_component__$
|
|
5062
|
+
var PButtonGroup = __vue_component__$W;
|
|
5063
5063
|
|
|
5064
5064
|
//
|
|
5065
|
-
var script$
|
|
5065
|
+
var script$T = {
|
|
5066
5066
|
name: 'PButtonsFrom',
|
|
5067
5067
|
components: {
|
|
5068
5068
|
PButton
|
|
@@ -5103,10 +5103,10 @@ var script$Q = {
|
|
|
5103
5103
|
};
|
|
5104
5104
|
|
|
5105
5105
|
/* script */
|
|
5106
|
-
const __vue_script__$
|
|
5106
|
+
const __vue_script__$T = script$T;
|
|
5107
5107
|
/* template */
|
|
5108
5108
|
|
|
5109
|
-
var __vue_render__$
|
|
5109
|
+
var __vue_render__$R = function () {
|
|
5110
5110
|
var _vm = this;
|
|
5111
5111
|
|
|
5112
5112
|
var _h = _vm.$createElement;
|
|
@@ -5123,31 +5123,31 @@ var __vue_render__$O = function () {
|
|
|
5123
5123
|
}), 1);
|
|
5124
5124
|
};
|
|
5125
5125
|
|
|
5126
|
-
var __vue_staticRenderFns__$
|
|
5126
|
+
var __vue_staticRenderFns__$R = [];
|
|
5127
5127
|
/* style */
|
|
5128
5128
|
|
|
5129
|
-
const __vue_inject_styles__$
|
|
5129
|
+
const __vue_inject_styles__$T = undefined;
|
|
5130
5130
|
/* scoped */
|
|
5131
5131
|
|
|
5132
|
-
const __vue_scope_id__$
|
|
5132
|
+
const __vue_scope_id__$T = undefined;
|
|
5133
5133
|
/* module identifier */
|
|
5134
5134
|
|
|
5135
|
-
const __vue_module_identifier__$
|
|
5135
|
+
const __vue_module_identifier__$T = undefined;
|
|
5136
5136
|
/* functional template */
|
|
5137
5137
|
|
|
5138
|
-
const __vue_is_functional_template__$
|
|
5138
|
+
const __vue_is_functional_template__$T = false;
|
|
5139
5139
|
/* style inject */
|
|
5140
5140
|
|
|
5141
5141
|
/* style inject SSR */
|
|
5142
5142
|
|
|
5143
5143
|
/* style inject shadow dom */
|
|
5144
5144
|
|
|
5145
|
-
const __vue_component__$
|
|
5146
|
-
render: __vue_render__$
|
|
5147
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5148
|
-
}, __vue_inject_styles__$
|
|
5145
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
5146
|
+
render: __vue_render__$R,
|
|
5147
|
+
staticRenderFns: __vue_staticRenderFns__$R
|
|
5148
|
+
}, __vue_inject_styles__$T, __vue_script__$T, __vue_scope_id__$T, __vue_is_functional_template__$T, __vue_module_identifier__$T, false, undefined, undefined, undefined);
|
|
5149
5149
|
|
|
5150
|
-
var PButtonsFrom = __vue_component__$
|
|
5150
|
+
var PButtonsFrom = __vue_component__$V;
|
|
5151
5151
|
|
|
5152
5152
|
//
|
|
5153
5153
|
const BannerStatus = ['success', 'info', 'warning', 'critical', null];
|
|
@@ -5159,7 +5159,7 @@ const BannerStatus = ['success', 'info', 'warning', 'critical', null];
|
|
|
5159
5159
|
* below the page or section header.</h4>
|
|
5160
5160
|
*/
|
|
5161
5161
|
|
|
5162
|
-
var script$
|
|
5162
|
+
var script$S = {
|
|
5163
5163
|
name: 'PBanner',
|
|
5164
5164
|
components: {
|
|
5165
5165
|
PIcon,
|
|
@@ -5243,10 +5243,10 @@ var script$P = {
|
|
|
5243
5243
|
};
|
|
5244
5244
|
|
|
5245
5245
|
/* script */
|
|
5246
|
-
const __vue_script__$
|
|
5246
|
+
const __vue_script__$S = script$S;
|
|
5247
5247
|
/* template */
|
|
5248
5248
|
|
|
5249
|
-
var __vue_render__$
|
|
5249
|
+
var __vue_render__$Q = function () {
|
|
5250
5250
|
var _vm = this;
|
|
5251
5251
|
|
|
5252
5252
|
var _h = _vm.$createElement;
|
|
@@ -5298,31 +5298,31 @@ var __vue_render__$N = function () {
|
|
|
5298
5298
|
})], 1)])], 1) : _vm._e()], 2)])]);
|
|
5299
5299
|
};
|
|
5300
5300
|
|
|
5301
|
-
var __vue_staticRenderFns__$
|
|
5301
|
+
var __vue_staticRenderFns__$Q = [];
|
|
5302
5302
|
/* style */
|
|
5303
5303
|
|
|
5304
|
-
const __vue_inject_styles__$
|
|
5304
|
+
const __vue_inject_styles__$S = undefined;
|
|
5305
5305
|
/* scoped */
|
|
5306
5306
|
|
|
5307
|
-
const __vue_scope_id__$
|
|
5307
|
+
const __vue_scope_id__$S = undefined;
|
|
5308
5308
|
/* module identifier */
|
|
5309
5309
|
|
|
5310
|
-
const __vue_module_identifier__$
|
|
5310
|
+
const __vue_module_identifier__$S = undefined;
|
|
5311
5311
|
/* functional template */
|
|
5312
5312
|
|
|
5313
|
-
const __vue_is_functional_template__$
|
|
5313
|
+
const __vue_is_functional_template__$S = false;
|
|
5314
5314
|
/* style inject */
|
|
5315
5315
|
|
|
5316
5316
|
/* style inject SSR */
|
|
5317
5317
|
|
|
5318
5318
|
/* style inject shadow dom */
|
|
5319
5319
|
|
|
5320
|
-
const __vue_component__$
|
|
5321
|
-
render: __vue_render__$
|
|
5322
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
5323
|
-
}, __vue_inject_styles__$
|
|
5320
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
5321
|
+
render: __vue_render__$Q,
|
|
5322
|
+
staticRenderFns: __vue_staticRenderFns__$Q
|
|
5323
|
+
}, __vue_inject_styles__$S, __vue_script__$S, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, undefined, undefined, undefined);
|
|
5324
5324
|
|
|
5325
|
-
var PBanner = __vue_component__$
|
|
5325
|
+
var PBanner = __vue_component__$U;
|
|
5326
5326
|
|
|
5327
5327
|
var bind = function bind(fn, thisArg) {
|
|
5328
5328
|
return function wrap() {
|
|
@@ -22971,7 +22971,7 @@ axios_1.default = _default;
|
|
|
22971
22971
|
var axios = axios_1;
|
|
22972
22972
|
|
|
22973
22973
|
//
|
|
22974
|
-
var script$
|
|
22974
|
+
var script$R = {
|
|
22975
22975
|
components: {
|
|
22976
22976
|
PLayoutSection,
|
|
22977
22977
|
PBanner
|
|
@@ -23037,10 +23037,10 @@ var script$O = {
|
|
|
23037
23037
|
};
|
|
23038
23038
|
|
|
23039
23039
|
/* script */
|
|
23040
|
-
const __vue_script__$
|
|
23040
|
+
const __vue_script__$R = script$R;
|
|
23041
23041
|
/* template */
|
|
23042
23042
|
|
|
23043
|
-
var __vue_render__$
|
|
23043
|
+
var __vue_render__$P = function () {
|
|
23044
23044
|
var _vm = this;
|
|
23045
23045
|
|
|
23046
23046
|
var _h = _vm.$createElement;
|
|
@@ -23068,34 +23068,34 @@ var __vue_render__$M = function () {
|
|
|
23068
23068
|
}), 1) : _vm._e();
|
|
23069
23069
|
};
|
|
23070
23070
|
|
|
23071
|
-
var __vue_staticRenderFns__$
|
|
23071
|
+
var __vue_staticRenderFns__$P = [];
|
|
23072
23072
|
/* style */
|
|
23073
23073
|
|
|
23074
|
-
const __vue_inject_styles__$
|
|
23074
|
+
const __vue_inject_styles__$R = undefined;
|
|
23075
23075
|
/* scoped */
|
|
23076
23076
|
|
|
23077
|
-
const __vue_scope_id__$
|
|
23077
|
+
const __vue_scope_id__$R = "data-v-5bb9ba8a";
|
|
23078
23078
|
/* module identifier */
|
|
23079
23079
|
|
|
23080
|
-
const __vue_module_identifier__$
|
|
23080
|
+
const __vue_module_identifier__$R = undefined;
|
|
23081
23081
|
/* functional template */
|
|
23082
23082
|
|
|
23083
|
-
const __vue_is_functional_template__$
|
|
23083
|
+
const __vue_is_functional_template__$R = false;
|
|
23084
23084
|
/* style inject */
|
|
23085
23085
|
|
|
23086
23086
|
/* style inject SSR */
|
|
23087
23087
|
|
|
23088
23088
|
/* style inject shadow dom */
|
|
23089
23089
|
|
|
23090
|
-
const __vue_component__$
|
|
23091
|
-
render: __vue_render__$
|
|
23092
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23093
|
-
}, __vue_inject_styles__$
|
|
23090
|
+
const __vue_component__$S = /*#__PURE__*/normalizeComponent({
|
|
23091
|
+
render: __vue_render__$P,
|
|
23092
|
+
staticRenderFns: __vue_staticRenderFns__$P
|
|
23093
|
+
}, __vue_inject_styles__$R, __vue_script__$R, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, undefined, undefined);
|
|
23094
23094
|
|
|
23095
|
-
var __vue_component__$
|
|
23095
|
+
var __vue_component__$T = __vue_component__$S;
|
|
23096
23096
|
|
|
23097
23097
|
//
|
|
23098
|
-
var script$
|
|
23098
|
+
var script$Q = {
|
|
23099
23099
|
components: {
|
|
23100
23100
|
PBanner,
|
|
23101
23101
|
PLayoutSection
|
|
@@ -23122,15 +23122,24 @@ var script$N = {
|
|
|
23122
23122
|
console.error(error);
|
|
23123
23123
|
});
|
|
23124
23124
|
this.staticContent = data.banners;
|
|
23125
|
+
Object.keys(this.staticContent).map(key => {
|
|
23126
|
+
if (this.staticContent[key].length) {
|
|
23127
|
+
Object.keys(this.staticContent[key]).map(index => {
|
|
23128
|
+
if (this.staticContent[key][index].length) {
|
|
23129
|
+
this.staticContent[key][index] = this.staticContent[key][index][Math.floor(Math.random() * this.staticContent[key][index].length)];
|
|
23130
|
+
}
|
|
23131
|
+
});
|
|
23132
|
+
}
|
|
23133
|
+
});
|
|
23125
23134
|
}
|
|
23126
23135
|
|
|
23127
23136
|
};
|
|
23128
23137
|
|
|
23129
23138
|
/* script */
|
|
23130
|
-
const __vue_script__$
|
|
23139
|
+
const __vue_script__$Q = script$Q;
|
|
23131
23140
|
/* template */
|
|
23132
23141
|
|
|
23133
|
-
var __vue_render__$
|
|
23142
|
+
var __vue_render__$O = function () {
|
|
23134
23143
|
var _vm = this;
|
|
23135
23144
|
|
|
23136
23145
|
var _h = _vm.$createElement;
|
|
@@ -23164,34 +23173,34 @@ var __vue_render__$L = function () {
|
|
|
23164
23173
|
}), 0) : _vm._e();
|
|
23165
23174
|
};
|
|
23166
23175
|
|
|
23167
|
-
var __vue_staticRenderFns__$
|
|
23176
|
+
var __vue_staticRenderFns__$O = [];
|
|
23168
23177
|
/* style */
|
|
23169
23178
|
|
|
23170
|
-
const __vue_inject_styles__$
|
|
23179
|
+
const __vue_inject_styles__$Q = undefined;
|
|
23171
23180
|
/* scoped */
|
|
23172
23181
|
|
|
23173
|
-
const __vue_scope_id__$
|
|
23182
|
+
const __vue_scope_id__$Q = "data-v-ac88498c";
|
|
23174
23183
|
/* module identifier */
|
|
23175
23184
|
|
|
23176
|
-
const __vue_module_identifier__$
|
|
23185
|
+
const __vue_module_identifier__$Q = undefined;
|
|
23177
23186
|
/* functional template */
|
|
23178
23187
|
|
|
23179
|
-
const __vue_is_functional_template__$
|
|
23188
|
+
const __vue_is_functional_template__$Q = false;
|
|
23180
23189
|
/* style inject */
|
|
23181
23190
|
|
|
23182
23191
|
/* style inject SSR */
|
|
23183
23192
|
|
|
23184
23193
|
/* style inject shadow dom */
|
|
23185
23194
|
|
|
23186
|
-
const __vue_component__$
|
|
23187
|
-
render: __vue_render__$
|
|
23188
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23189
|
-
}, __vue_inject_styles__$
|
|
23195
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
23196
|
+
render: __vue_render__$O,
|
|
23197
|
+
staticRenderFns: __vue_staticRenderFns__$O
|
|
23198
|
+
}, __vue_inject_styles__$Q, __vue_script__$Q, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, undefined, undefined);
|
|
23190
23199
|
|
|
23191
|
-
var PlanBanners = __vue_component__$
|
|
23200
|
+
var PlanBanners = __vue_component__$R;
|
|
23192
23201
|
|
|
23193
23202
|
//
|
|
23194
|
-
var script$
|
|
23203
|
+
var script$P = {
|
|
23195
23204
|
components: {
|
|
23196
23205
|
PLayoutSection
|
|
23197
23206
|
},
|
|
@@ -23217,15 +23226,24 @@ var script$M = {
|
|
|
23217
23226
|
console.error(error);
|
|
23218
23227
|
});
|
|
23219
23228
|
this.staticContent = data.banners;
|
|
23229
|
+
Object.keys(this.staticContent).map(key => {
|
|
23230
|
+
if (this.staticContent[key].length) {
|
|
23231
|
+
Object.keys(this.staticContent[key]).map(index => {
|
|
23232
|
+
if (this.staticContent[key][index].length) {
|
|
23233
|
+
this.staticContent[key][index] = this.staticContent[key][index][Math.floor(Math.random() * this.staticContent[key][index].length)];
|
|
23234
|
+
}
|
|
23235
|
+
});
|
|
23236
|
+
}
|
|
23237
|
+
});
|
|
23220
23238
|
}
|
|
23221
23239
|
|
|
23222
23240
|
};
|
|
23223
23241
|
|
|
23224
23242
|
/* script */
|
|
23225
|
-
const __vue_script__$
|
|
23243
|
+
const __vue_script__$P = script$P;
|
|
23226
23244
|
/* template */
|
|
23227
23245
|
|
|
23228
|
-
var __vue_render__$
|
|
23246
|
+
var __vue_render__$N = function () {
|
|
23229
23247
|
var _vm = this;
|
|
23230
23248
|
|
|
23231
23249
|
var _h = _vm.$createElement;
|
|
@@ -23254,31 +23272,31 @@ var __vue_render__$K = function () {
|
|
|
23254
23272
|
}, [_vm._v(_vm._s('Annually'))])]);
|
|
23255
23273
|
};
|
|
23256
23274
|
|
|
23257
|
-
var __vue_staticRenderFns__$
|
|
23275
|
+
var __vue_staticRenderFns__$N = [];
|
|
23258
23276
|
/* style */
|
|
23259
23277
|
|
|
23260
|
-
const __vue_inject_styles__$
|
|
23278
|
+
const __vue_inject_styles__$P = undefined;
|
|
23261
23279
|
/* scoped */
|
|
23262
23280
|
|
|
23263
|
-
const __vue_scope_id__$
|
|
23281
|
+
const __vue_scope_id__$P = "data-v-6baa003e";
|
|
23264
23282
|
/* module identifier */
|
|
23265
23283
|
|
|
23266
|
-
const __vue_module_identifier__$
|
|
23284
|
+
const __vue_module_identifier__$P = undefined;
|
|
23267
23285
|
/* functional template */
|
|
23268
23286
|
|
|
23269
|
-
const __vue_is_functional_template__$
|
|
23287
|
+
const __vue_is_functional_template__$P = false;
|
|
23270
23288
|
/* style inject */
|
|
23271
23289
|
|
|
23272
23290
|
/* style inject SSR */
|
|
23273
23291
|
|
|
23274
23292
|
/* style inject shadow dom */
|
|
23275
23293
|
|
|
23276
|
-
const __vue_component__$
|
|
23277
|
-
render: __vue_render__$
|
|
23278
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23279
|
-
}, __vue_inject_styles__$
|
|
23294
|
+
const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
|
|
23295
|
+
render: __vue_render__$N,
|
|
23296
|
+
staticRenderFns: __vue_staticRenderFns__$N
|
|
23297
|
+
}, __vue_inject_styles__$P, __vue_script__$P, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
|
|
23280
23298
|
|
|
23281
|
-
var YearlyPlanPromotion = __vue_component__$
|
|
23299
|
+
var YearlyPlanPromotion = __vue_component__$Q;
|
|
23282
23300
|
|
|
23283
23301
|
({ ...MenuActionDescriptor,
|
|
23284
23302
|
...MenuGroupDescriptor,
|
|
@@ -23339,7 +23357,7 @@ function variationElement(variation) {
|
|
|
23339
23357
|
*/
|
|
23340
23358
|
|
|
23341
23359
|
|
|
23342
|
-
var script$
|
|
23360
|
+
var script$O = {
|
|
23343
23361
|
name: 'PTextStyle',
|
|
23344
23362
|
props: {
|
|
23345
23363
|
/**
|
|
@@ -23365,10 +23383,10 @@ var script$L = {
|
|
|
23365
23383
|
};
|
|
23366
23384
|
|
|
23367
23385
|
/* script */
|
|
23368
|
-
const __vue_script__$
|
|
23386
|
+
const __vue_script__$O = script$O;
|
|
23369
23387
|
/* template */
|
|
23370
23388
|
|
|
23371
|
-
var __vue_render__$
|
|
23389
|
+
var __vue_render__$M = function () {
|
|
23372
23390
|
var _vm = this;
|
|
23373
23391
|
|
|
23374
23392
|
var _h = _vm.$createElement;
|
|
@@ -23381,31 +23399,31 @@ var __vue_render__$J = function () {
|
|
|
23381
23399
|
}, [_vm._t("default")], 2);
|
|
23382
23400
|
};
|
|
23383
23401
|
|
|
23384
|
-
var __vue_staticRenderFns__$
|
|
23402
|
+
var __vue_staticRenderFns__$M = [];
|
|
23385
23403
|
/* style */
|
|
23386
23404
|
|
|
23387
|
-
const __vue_inject_styles__$
|
|
23405
|
+
const __vue_inject_styles__$O = undefined;
|
|
23388
23406
|
/* scoped */
|
|
23389
23407
|
|
|
23390
|
-
const __vue_scope_id__$
|
|
23408
|
+
const __vue_scope_id__$O = undefined;
|
|
23391
23409
|
/* module identifier */
|
|
23392
23410
|
|
|
23393
|
-
const __vue_module_identifier__$
|
|
23411
|
+
const __vue_module_identifier__$O = undefined;
|
|
23394
23412
|
/* functional template */
|
|
23395
23413
|
|
|
23396
|
-
const __vue_is_functional_template__$
|
|
23414
|
+
const __vue_is_functional_template__$O = false;
|
|
23397
23415
|
/* style inject */
|
|
23398
23416
|
|
|
23399
23417
|
/* style inject SSR */
|
|
23400
23418
|
|
|
23401
23419
|
/* style inject shadow dom */
|
|
23402
23420
|
|
|
23403
|
-
const __vue_component__$
|
|
23404
|
-
render: __vue_render__$
|
|
23405
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23406
|
-
}, __vue_inject_styles__$
|
|
23421
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
23422
|
+
render: __vue_render__$M,
|
|
23423
|
+
staticRenderFns: __vue_staticRenderFns__$M
|
|
23424
|
+
}, __vue_inject_styles__$O, __vue_script__$O, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, undefined, undefined);
|
|
23407
23425
|
|
|
23408
|
-
var PTextStyle = __vue_component__$
|
|
23426
|
+
var PTextStyle = __vue_component__$P;
|
|
23409
23427
|
|
|
23410
23428
|
const PBreadcrumbsProps = {
|
|
23411
23429
|
content: [String, Object],
|
|
@@ -23414,7 +23432,7 @@ const PBreadcrumbsProps = {
|
|
|
23414
23432
|
accessibilityLabel: String,
|
|
23415
23433
|
onAction: Function
|
|
23416
23434
|
};
|
|
23417
|
-
var script$
|
|
23435
|
+
var script$N = {
|
|
23418
23436
|
name: 'PBreadcrumbs',
|
|
23419
23437
|
components: {
|
|
23420
23438
|
PUnstyledLink,
|
|
@@ -23490,30 +23508,30 @@ var script$K = {
|
|
|
23490
23508
|
};
|
|
23491
23509
|
|
|
23492
23510
|
/* script */
|
|
23493
|
-
const __vue_script__$
|
|
23511
|
+
const __vue_script__$N = script$N;
|
|
23494
23512
|
/* template */
|
|
23495
23513
|
|
|
23496
23514
|
/* style */
|
|
23497
23515
|
|
|
23498
|
-
const __vue_inject_styles__$
|
|
23516
|
+
const __vue_inject_styles__$N = undefined;
|
|
23499
23517
|
/* scoped */
|
|
23500
23518
|
|
|
23501
|
-
const __vue_scope_id__$
|
|
23519
|
+
const __vue_scope_id__$N = undefined;
|
|
23502
23520
|
/* module identifier */
|
|
23503
23521
|
|
|
23504
|
-
const __vue_module_identifier__$
|
|
23522
|
+
const __vue_module_identifier__$N = undefined;
|
|
23505
23523
|
/* functional template */
|
|
23506
23524
|
|
|
23507
|
-
const __vue_is_functional_template__$
|
|
23525
|
+
const __vue_is_functional_template__$N = undefined;
|
|
23508
23526
|
/* style inject */
|
|
23509
23527
|
|
|
23510
23528
|
/* style inject SSR */
|
|
23511
23529
|
|
|
23512
23530
|
/* style inject shadow dom */
|
|
23513
23531
|
|
|
23514
|
-
const __vue_component__$
|
|
23532
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$N, __vue_script__$N, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, undefined, undefined, undefined);
|
|
23515
23533
|
|
|
23516
|
-
var PBreadcrumbs = __vue_component__$
|
|
23534
|
+
var PBreadcrumbs = __vue_component__$O;
|
|
23517
23535
|
|
|
23518
23536
|
//
|
|
23519
23537
|
/**
|
|
@@ -23524,7 +23542,7 @@ var PBreadcrumbs = __vue_component__$L;
|
|
|
23524
23542
|
* pagination uses infinite scrolling.</h4>
|
|
23525
23543
|
*/
|
|
23526
23544
|
|
|
23527
|
-
var script$
|
|
23545
|
+
var script$M = {
|
|
23528
23546
|
name: 'PPagination',
|
|
23529
23547
|
components: {
|
|
23530
23548
|
PUnstyledLink,
|
|
@@ -23600,10 +23618,10 @@ var script$J = {
|
|
|
23600
23618
|
};
|
|
23601
23619
|
|
|
23602
23620
|
/* script */
|
|
23603
|
-
const __vue_script__$
|
|
23621
|
+
const __vue_script__$M = script$M;
|
|
23604
23622
|
/* template */
|
|
23605
23623
|
|
|
23606
|
-
var __vue_render__$
|
|
23624
|
+
var __vue_render__$L = function () {
|
|
23607
23625
|
var _vm = this;
|
|
23608
23626
|
|
|
23609
23627
|
var _h = _vm.$createElement;
|
|
@@ -23669,34 +23687,34 @@ var __vue_render__$I = function () {
|
|
|
23669
23687
|
})], 1)], 1);
|
|
23670
23688
|
};
|
|
23671
23689
|
|
|
23672
|
-
var __vue_staticRenderFns__$
|
|
23690
|
+
var __vue_staticRenderFns__$L = [];
|
|
23673
23691
|
/* style */
|
|
23674
23692
|
|
|
23675
|
-
const __vue_inject_styles__$
|
|
23693
|
+
const __vue_inject_styles__$M = undefined;
|
|
23676
23694
|
/* scoped */
|
|
23677
23695
|
|
|
23678
|
-
const __vue_scope_id__$
|
|
23696
|
+
const __vue_scope_id__$M = undefined;
|
|
23679
23697
|
/* module identifier */
|
|
23680
23698
|
|
|
23681
|
-
const __vue_module_identifier__$
|
|
23699
|
+
const __vue_module_identifier__$M = undefined;
|
|
23682
23700
|
/* functional template */
|
|
23683
23701
|
|
|
23684
|
-
const __vue_is_functional_template__$
|
|
23702
|
+
const __vue_is_functional_template__$M = false;
|
|
23685
23703
|
/* style inject */
|
|
23686
23704
|
|
|
23687
23705
|
/* style inject SSR */
|
|
23688
23706
|
|
|
23689
23707
|
/* style inject shadow dom */
|
|
23690
23708
|
|
|
23691
|
-
const __vue_component__$
|
|
23692
|
-
render: __vue_render__$
|
|
23693
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23694
|
-
}, __vue_inject_styles__$
|
|
23709
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
23710
|
+
render: __vue_render__$L,
|
|
23711
|
+
staticRenderFns: __vue_staticRenderFns__$L
|
|
23712
|
+
}, __vue_inject_styles__$M, __vue_script__$M, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, undefined, undefined, undefined);
|
|
23695
23713
|
|
|
23696
|
-
var PPagination = __vue_component__$
|
|
23714
|
+
var PPagination = __vue_component__$N;
|
|
23697
23715
|
|
|
23698
23716
|
//
|
|
23699
|
-
var script$
|
|
23717
|
+
var script$L = {
|
|
23700
23718
|
name: 'PActionMenuRollupActions',
|
|
23701
23719
|
components: {
|
|
23702
23720
|
PPopover,
|
|
@@ -23729,10 +23747,10 @@ var script$I = {
|
|
|
23729
23747
|
};
|
|
23730
23748
|
|
|
23731
23749
|
/* script */
|
|
23732
|
-
const __vue_script__$
|
|
23750
|
+
const __vue_script__$L = script$L;
|
|
23733
23751
|
/* template */
|
|
23734
23752
|
|
|
23735
|
-
var __vue_render__$
|
|
23753
|
+
var __vue_render__$K = function () {
|
|
23736
23754
|
var _vm = this;
|
|
23737
23755
|
|
|
23738
23756
|
var _h = _vm.$createElement;
|
|
@@ -23778,37 +23796,37 @@ var __vue_render__$H = function () {
|
|
|
23778
23796
|
})], 1);
|
|
23779
23797
|
};
|
|
23780
23798
|
|
|
23781
|
-
var __vue_staticRenderFns__$
|
|
23799
|
+
var __vue_staticRenderFns__$K = [];
|
|
23782
23800
|
/* style */
|
|
23783
23801
|
|
|
23784
|
-
const __vue_inject_styles__$
|
|
23802
|
+
const __vue_inject_styles__$L = undefined;
|
|
23785
23803
|
/* scoped */
|
|
23786
23804
|
|
|
23787
|
-
const __vue_scope_id__$
|
|
23805
|
+
const __vue_scope_id__$L = undefined;
|
|
23788
23806
|
/* module identifier */
|
|
23789
23807
|
|
|
23790
|
-
const __vue_module_identifier__$
|
|
23808
|
+
const __vue_module_identifier__$L = undefined;
|
|
23791
23809
|
/* functional template */
|
|
23792
23810
|
|
|
23793
|
-
const __vue_is_functional_template__$
|
|
23811
|
+
const __vue_is_functional_template__$L = false;
|
|
23794
23812
|
/* style inject */
|
|
23795
23813
|
|
|
23796
23814
|
/* style inject SSR */
|
|
23797
23815
|
|
|
23798
23816
|
/* style inject shadow dom */
|
|
23799
23817
|
|
|
23800
|
-
const __vue_component__$
|
|
23801
|
-
render: __vue_render__$
|
|
23802
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23803
|
-
}, __vue_inject_styles__$
|
|
23818
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
23819
|
+
render: __vue_render__$K,
|
|
23820
|
+
staticRenderFns: __vue_staticRenderFns__$K
|
|
23821
|
+
}, __vue_inject_styles__$L, __vue_script__$L, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, undefined, undefined, undefined);
|
|
23804
23822
|
|
|
23805
|
-
var PActionMenuRollupActions = __vue_component__$
|
|
23823
|
+
var PActionMenuRollupActions = __vue_component__$M;
|
|
23806
23824
|
|
|
23807
23825
|
//
|
|
23808
23826
|
({ ...ComplexAction,
|
|
23809
23827
|
disclosure: Boolean
|
|
23810
23828
|
});
|
|
23811
|
-
var script$
|
|
23829
|
+
var script$K = {
|
|
23812
23830
|
name: 'PActionMenuMenuAction',
|
|
23813
23831
|
components: {
|
|
23814
23832
|
PUnstyledLink,
|
|
@@ -23870,10 +23888,10 @@ var script$H = {
|
|
|
23870
23888
|
};
|
|
23871
23889
|
|
|
23872
23890
|
/* script */
|
|
23873
|
-
const __vue_script__$
|
|
23891
|
+
const __vue_script__$K = script$K;
|
|
23874
23892
|
/* template */
|
|
23875
23893
|
|
|
23876
|
-
var __vue_render__$
|
|
23894
|
+
var __vue_render__$J = function () {
|
|
23877
23895
|
var _vm = this;
|
|
23878
23896
|
|
|
23879
23897
|
var _h = _vm.$createElement;
|
|
@@ -23935,34 +23953,34 @@ var __vue_render__$G = function () {
|
|
|
23935
23953
|
})], 1) : _vm._e()]) : [_vm._v(_vm._s(_vm.content))]], 2);
|
|
23936
23954
|
};
|
|
23937
23955
|
|
|
23938
|
-
var __vue_staticRenderFns__$
|
|
23956
|
+
var __vue_staticRenderFns__$J = [];
|
|
23939
23957
|
/* style */
|
|
23940
23958
|
|
|
23941
|
-
const __vue_inject_styles__$
|
|
23959
|
+
const __vue_inject_styles__$K = undefined;
|
|
23942
23960
|
/* scoped */
|
|
23943
23961
|
|
|
23944
|
-
const __vue_scope_id__$
|
|
23962
|
+
const __vue_scope_id__$K = undefined;
|
|
23945
23963
|
/* module identifier */
|
|
23946
23964
|
|
|
23947
|
-
const __vue_module_identifier__$
|
|
23965
|
+
const __vue_module_identifier__$K = undefined;
|
|
23948
23966
|
/* functional template */
|
|
23949
23967
|
|
|
23950
|
-
const __vue_is_functional_template__$
|
|
23968
|
+
const __vue_is_functional_template__$K = false;
|
|
23951
23969
|
/* style inject */
|
|
23952
23970
|
|
|
23953
23971
|
/* style inject SSR */
|
|
23954
23972
|
|
|
23955
23973
|
/* style inject shadow dom */
|
|
23956
23974
|
|
|
23957
|
-
const __vue_component__$
|
|
23958
|
-
render: __vue_render__$
|
|
23959
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
23960
|
-
}, __vue_inject_styles__$
|
|
23975
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({
|
|
23976
|
+
render: __vue_render__$J,
|
|
23977
|
+
staticRenderFns: __vue_staticRenderFns__$J
|
|
23978
|
+
}, __vue_inject_styles__$K, __vue_script__$K, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, undefined, undefined, undefined);
|
|
23961
23979
|
|
|
23962
|
-
var PActionMenuMenuAction = __vue_component__$
|
|
23980
|
+
var PActionMenuMenuAction = __vue_component__$L;
|
|
23963
23981
|
|
|
23964
23982
|
//
|
|
23965
|
-
var script$
|
|
23983
|
+
var script$J = {
|
|
23966
23984
|
name: 'PActionMenuMenuGroup',
|
|
23967
23985
|
components: {
|
|
23968
23986
|
PPopover,
|
|
@@ -24004,10 +24022,10 @@ var script$G = {
|
|
|
24004
24022
|
};
|
|
24005
24023
|
|
|
24006
24024
|
/* script */
|
|
24007
|
-
const __vue_script__$
|
|
24025
|
+
const __vue_script__$J = script$J;
|
|
24008
24026
|
/* template */
|
|
24009
24027
|
|
|
24010
|
-
var __vue_render__$
|
|
24028
|
+
var __vue_render__$I = function () {
|
|
24011
24029
|
var _vm = this;
|
|
24012
24030
|
|
|
24013
24031
|
var _h = _vm.$createElement;
|
|
@@ -24046,35 +24064,35 @@ var __vue_render__$F = function () {
|
|
|
24046
24064
|
}), _vm._v(" "), _vm.$slots.details ? _c('div', {}, [_vm._t("details")], 2) : _vm._e()], 1);
|
|
24047
24065
|
};
|
|
24048
24066
|
|
|
24049
|
-
var __vue_staticRenderFns__$
|
|
24067
|
+
var __vue_staticRenderFns__$I = [];
|
|
24050
24068
|
/* style */
|
|
24051
24069
|
|
|
24052
|
-
const __vue_inject_styles__$
|
|
24070
|
+
const __vue_inject_styles__$J = undefined;
|
|
24053
24071
|
/* scoped */
|
|
24054
24072
|
|
|
24055
|
-
const __vue_scope_id__$
|
|
24073
|
+
const __vue_scope_id__$J = undefined;
|
|
24056
24074
|
/* module identifier */
|
|
24057
24075
|
|
|
24058
|
-
const __vue_module_identifier__$
|
|
24076
|
+
const __vue_module_identifier__$J = undefined;
|
|
24059
24077
|
/* functional template */
|
|
24060
24078
|
|
|
24061
|
-
const __vue_is_functional_template__$
|
|
24079
|
+
const __vue_is_functional_template__$J = false;
|
|
24062
24080
|
/* style inject */
|
|
24063
24081
|
|
|
24064
24082
|
/* style inject SSR */
|
|
24065
24083
|
|
|
24066
24084
|
/* style inject shadow dom */
|
|
24067
24085
|
|
|
24068
|
-
const __vue_component__$
|
|
24069
|
-
render: __vue_render__$
|
|
24070
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24071
|
-
}, __vue_inject_styles__$
|
|
24086
|
+
const __vue_component__$K = /*#__PURE__*/normalizeComponent({
|
|
24087
|
+
render: __vue_render__$I,
|
|
24088
|
+
staticRenderFns: __vue_staticRenderFns__$I
|
|
24089
|
+
}, __vue_inject_styles__$J, __vue_script__$J, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
|
|
24072
24090
|
|
|
24073
|
-
var PActionMenuMenuGroup = __vue_component__$
|
|
24091
|
+
var PActionMenuMenuGroup = __vue_component__$K;
|
|
24074
24092
|
|
|
24075
24093
|
//
|
|
24076
24094
|
const ACTION_SPACING = 8;
|
|
24077
|
-
var script$
|
|
24095
|
+
var script$I = {
|
|
24078
24096
|
name: 'PActionMenuActions',
|
|
24079
24097
|
components: {
|
|
24080
24098
|
PActionMenuMenuGroup,
|
|
@@ -24233,10 +24251,10 @@ var script$F = {
|
|
|
24233
24251
|
};
|
|
24234
24252
|
|
|
24235
24253
|
/* script */
|
|
24236
|
-
const __vue_script__$
|
|
24254
|
+
const __vue_script__$I = script$I;
|
|
24237
24255
|
/* template */
|
|
24238
24256
|
|
|
24239
|
-
var __vue_render__$
|
|
24257
|
+
var __vue_render__$H = function () {
|
|
24240
24258
|
var _vm = this;
|
|
24241
24259
|
|
|
24242
24260
|
var _h = _vm.$createElement;
|
|
@@ -24271,34 +24289,34 @@ var __vue_render__$E = function () {
|
|
|
24271
24289
|
})], 2);
|
|
24272
24290
|
};
|
|
24273
24291
|
|
|
24274
|
-
var __vue_staticRenderFns__$
|
|
24292
|
+
var __vue_staticRenderFns__$H = [];
|
|
24275
24293
|
/* style */
|
|
24276
24294
|
|
|
24277
|
-
const __vue_inject_styles__$
|
|
24295
|
+
const __vue_inject_styles__$I = undefined;
|
|
24278
24296
|
/* scoped */
|
|
24279
24297
|
|
|
24280
|
-
const __vue_scope_id__$
|
|
24298
|
+
const __vue_scope_id__$I = undefined;
|
|
24281
24299
|
/* module identifier */
|
|
24282
24300
|
|
|
24283
|
-
const __vue_module_identifier__$
|
|
24301
|
+
const __vue_module_identifier__$I = undefined;
|
|
24284
24302
|
/* functional template */
|
|
24285
24303
|
|
|
24286
|
-
const __vue_is_functional_template__$
|
|
24304
|
+
const __vue_is_functional_template__$I = false;
|
|
24287
24305
|
/* style inject */
|
|
24288
24306
|
|
|
24289
24307
|
/* style inject SSR */
|
|
24290
24308
|
|
|
24291
24309
|
/* style inject shadow dom */
|
|
24292
24310
|
|
|
24293
|
-
const __vue_component__$
|
|
24294
|
-
render: __vue_render__$
|
|
24295
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24296
|
-
}, __vue_inject_styles__$
|
|
24311
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
24312
|
+
render: __vue_render__$H,
|
|
24313
|
+
staticRenderFns: __vue_staticRenderFns__$H
|
|
24314
|
+
}, __vue_inject_styles__$I, __vue_script__$I, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
|
|
24297
24315
|
|
|
24298
|
-
var PActionMenuActions = __vue_component__$
|
|
24316
|
+
var PActionMenuActions = __vue_component__$J;
|
|
24299
24317
|
|
|
24300
24318
|
//
|
|
24301
|
-
var script$
|
|
24319
|
+
var script$H = {
|
|
24302
24320
|
name: 'PActionMenu',
|
|
24303
24321
|
components: {
|
|
24304
24322
|
PActionMenuActions,
|
|
@@ -24340,10 +24358,10 @@ var script$E = {
|
|
|
24340
24358
|
};
|
|
24341
24359
|
|
|
24342
24360
|
/* script */
|
|
24343
|
-
const __vue_script__$
|
|
24361
|
+
const __vue_script__$H = script$H;
|
|
24344
24362
|
/* template */
|
|
24345
24363
|
|
|
24346
|
-
var __vue_render__$
|
|
24364
|
+
var __vue_render__$G = function () {
|
|
24347
24365
|
var _vm = this;
|
|
24348
24366
|
|
|
24349
24367
|
var _h = _vm.$createElement;
|
|
@@ -24365,34 +24383,34 @@ var __vue_render__$D = function () {
|
|
|
24365
24383
|
})], 1);
|
|
24366
24384
|
};
|
|
24367
24385
|
|
|
24368
|
-
var __vue_staticRenderFns__$
|
|
24386
|
+
var __vue_staticRenderFns__$G = [];
|
|
24369
24387
|
/* style */
|
|
24370
24388
|
|
|
24371
|
-
const __vue_inject_styles__$
|
|
24389
|
+
const __vue_inject_styles__$H = undefined;
|
|
24372
24390
|
/* scoped */
|
|
24373
24391
|
|
|
24374
|
-
const __vue_scope_id__$
|
|
24392
|
+
const __vue_scope_id__$H = undefined;
|
|
24375
24393
|
/* module identifier */
|
|
24376
24394
|
|
|
24377
|
-
const __vue_module_identifier__$
|
|
24395
|
+
const __vue_module_identifier__$H = undefined;
|
|
24378
24396
|
/* functional template */
|
|
24379
24397
|
|
|
24380
|
-
const __vue_is_functional_template__$
|
|
24398
|
+
const __vue_is_functional_template__$H = false;
|
|
24381
24399
|
/* style inject */
|
|
24382
24400
|
|
|
24383
24401
|
/* style inject SSR */
|
|
24384
24402
|
|
|
24385
24403
|
/* style inject shadow dom */
|
|
24386
24404
|
|
|
24387
|
-
const __vue_component__$
|
|
24388
|
-
render: __vue_render__$
|
|
24389
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24390
|
-
}, __vue_inject_styles__$
|
|
24405
|
+
const __vue_component__$I = /*#__PURE__*/normalizeComponent({
|
|
24406
|
+
render: __vue_render__$G,
|
|
24407
|
+
staticRenderFns: __vue_staticRenderFns__$G
|
|
24408
|
+
}, __vue_inject_styles__$H, __vue_script__$H, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, undefined, undefined, undefined);
|
|
24391
24409
|
|
|
24392
|
-
var PActionMenu = __vue_component__$
|
|
24410
|
+
var PActionMenu = __vue_component__$I;
|
|
24393
24411
|
|
|
24394
24412
|
//
|
|
24395
|
-
const Size$
|
|
24413
|
+
const Size$4 = ['small', 'medium', 'large', 'extraLarge'];
|
|
24396
24414
|
const HeadingTagName$1 = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'span'];
|
|
24397
24415
|
/**
|
|
24398
24416
|
* <br/>
|
|
@@ -24402,7 +24420,7 @@ const HeadingTagName$1 = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'span'];
|
|
|
24402
24420
|
* capture attention during onboarding.</h4>
|
|
24403
24421
|
*/
|
|
24404
24422
|
|
|
24405
|
-
var script$
|
|
24423
|
+
var script$G = {
|
|
24406
24424
|
name: 'PDisplayText',
|
|
24407
24425
|
props: {
|
|
24408
24426
|
/**
|
|
@@ -24411,7 +24429,7 @@ var script$D = {
|
|
|
24411
24429
|
size: {
|
|
24412
24430
|
type: String,
|
|
24413
24431
|
default: 'medium',
|
|
24414
|
-
...StringValidator$1('size', Size$
|
|
24432
|
+
...StringValidator$1('size', Size$4)
|
|
24415
24433
|
},
|
|
24416
24434
|
|
|
24417
24435
|
/**
|
|
@@ -24432,10 +24450,10 @@ var script$D = {
|
|
|
24432
24450
|
};
|
|
24433
24451
|
|
|
24434
24452
|
/* script */
|
|
24435
|
-
const __vue_script__$
|
|
24453
|
+
const __vue_script__$G = script$G;
|
|
24436
24454
|
/* template */
|
|
24437
24455
|
|
|
24438
|
-
var __vue_render__$
|
|
24456
|
+
var __vue_render__$F = function () {
|
|
24439
24457
|
var _vm = this;
|
|
24440
24458
|
|
|
24441
24459
|
var _h = _vm.$createElement;
|
|
@@ -24448,31 +24466,31 @@ var __vue_render__$C = function () {
|
|
|
24448
24466
|
}, [_vm._t("default")], 2);
|
|
24449
24467
|
};
|
|
24450
24468
|
|
|
24451
|
-
var __vue_staticRenderFns__$
|
|
24469
|
+
var __vue_staticRenderFns__$F = [];
|
|
24452
24470
|
/* style */
|
|
24453
24471
|
|
|
24454
|
-
const __vue_inject_styles__$
|
|
24472
|
+
const __vue_inject_styles__$G = undefined;
|
|
24455
24473
|
/* scoped */
|
|
24456
24474
|
|
|
24457
|
-
const __vue_scope_id__$
|
|
24475
|
+
const __vue_scope_id__$G = undefined;
|
|
24458
24476
|
/* module identifier */
|
|
24459
24477
|
|
|
24460
|
-
const __vue_module_identifier__$
|
|
24478
|
+
const __vue_module_identifier__$G = undefined;
|
|
24461
24479
|
/* functional template */
|
|
24462
24480
|
|
|
24463
|
-
const __vue_is_functional_template__$
|
|
24481
|
+
const __vue_is_functional_template__$G = false;
|
|
24464
24482
|
/* style inject */
|
|
24465
24483
|
|
|
24466
24484
|
/* style inject SSR */
|
|
24467
24485
|
|
|
24468
24486
|
/* style inject shadow dom */
|
|
24469
24487
|
|
|
24470
|
-
const __vue_component__$
|
|
24471
|
-
render: __vue_render__$
|
|
24472
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24473
|
-
}, __vue_inject_styles__$
|
|
24488
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
24489
|
+
render: __vue_render__$F,
|
|
24490
|
+
staticRenderFns: __vue_staticRenderFns__$F
|
|
24491
|
+
}, __vue_inject_styles__$G, __vue_script__$G, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, undefined, undefined, undefined);
|
|
24474
24492
|
|
|
24475
|
-
var PDisplayText = __vue_component__$
|
|
24493
|
+
var PDisplayText = __vue_component__$H;
|
|
24476
24494
|
|
|
24477
24495
|
//
|
|
24478
24496
|
/**
|
|
@@ -24482,7 +24500,7 @@ var PDisplayText = __vue_component__$E;
|
|
|
24482
24500
|
* to provide context.</h4>
|
|
24483
24501
|
*/
|
|
24484
24502
|
|
|
24485
|
-
var script$
|
|
24503
|
+
var script$F = {
|
|
24486
24504
|
name: 'PImage',
|
|
24487
24505
|
props: {
|
|
24488
24506
|
/**
|
|
@@ -24518,10 +24536,10 @@ var script$C = {
|
|
|
24518
24536
|
};
|
|
24519
24537
|
|
|
24520
24538
|
/* script */
|
|
24521
|
-
const __vue_script__$
|
|
24539
|
+
const __vue_script__$F = script$F;
|
|
24522
24540
|
/* template */
|
|
24523
24541
|
|
|
24524
|
-
var __vue_render__$
|
|
24542
|
+
var __vue_render__$E = function () {
|
|
24525
24543
|
var _vm = this;
|
|
24526
24544
|
|
|
24527
24545
|
var _h = _vm.$createElement;
|
|
@@ -24537,34 +24555,34 @@ var __vue_render__$B = function () {
|
|
|
24537
24555
|
});
|
|
24538
24556
|
};
|
|
24539
24557
|
|
|
24540
|
-
var __vue_staticRenderFns__$
|
|
24558
|
+
var __vue_staticRenderFns__$E = [];
|
|
24541
24559
|
/* style */
|
|
24542
24560
|
|
|
24543
|
-
const __vue_inject_styles__$
|
|
24561
|
+
const __vue_inject_styles__$F = undefined;
|
|
24544
24562
|
/* scoped */
|
|
24545
24563
|
|
|
24546
|
-
const __vue_scope_id__$
|
|
24564
|
+
const __vue_scope_id__$F = undefined;
|
|
24547
24565
|
/* module identifier */
|
|
24548
24566
|
|
|
24549
|
-
const __vue_module_identifier__$
|
|
24567
|
+
const __vue_module_identifier__$F = undefined;
|
|
24550
24568
|
/* functional template */
|
|
24551
24569
|
|
|
24552
|
-
const __vue_is_functional_template__$
|
|
24570
|
+
const __vue_is_functional_template__$F = false;
|
|
24553
24571
|
/* style inject */
|
|
24554
24572
|
|
|
24555
24573
|
/* style inject SSR */
|
|
24556
24574
|
|
|
24557
24575
|
/* style inject shadow dom */
|
|
24558
24576
|
|
|
24559
|
-
const __vue_component__$
|
|
24560
|
-
render: __vue_render__$
|
|
24561
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24562
|
-
}, __vue_inject_styles__$
|
|
24577
|
+
const __vue_component__$G = /*#__PURE__*/normalizeComponent({
|
|
24578
|
+
render: __vue_render__$E,
|
|
24579
|
+
staticRenderFns: __vue_staticRenderFns__$E
|
|
24580
|
+
}, __vue_inject_styles__$F, __vue_script__$F, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, undefined, undefined, undefined);
|
|
24563
24581
|
|
|
24564
|
-
var PImage = __vue_component__$
|
|
24582
|
+
var PImage = __vue_component__$G;
|
|
24565
24583
|
|
|
24566
24584
|
//
|
|
24567
|
-
const Size$
|
|
24585
|
+
const Size$3 = ['small', 'medium', 'large'];
|
|
24568
24586
|
/**
|
|
24569
24587
|
* <br/>
|
|
24570
24588
|
* <h4 style="font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
|
|
@@ -24572,7 +24590,7 @@ const Size$2 = ['small', 'medium', 'large'];
|
|
|
24572
24590
|
* to provide context.</h4>
|
|
24573
24591
|
*/
|
|
24574
24592
|
|
|
24575
|
-
var script$
|
|
24593
|
+
var script$E = {
|
|
24576
24594
|
name: 'PThumbnail',
|
|
24577
24595
|
components: {
|
|
24578
24596
|
PImage,
|
|
@@ -24585,7 +24603,7 @@ var script$B = {
|
|
|
24585
24603
|
size: {
|
|
24586
24604
|
type: String,
|
|
24587
24605
|
default: 'medium',
|
|
24588
|
-
...StringValidator$1('size', Size$
|
|
24606
|
+
...StringValidator$1('size', Size$3)
|
|
24589
24607
|
},
|
|
24590
24608
|
|
|
24591
24609
|
/**
|
|
@@ -24620,10 +24638,10 @@ var script$B = {
|
|
|
24620
24638
|
};
|
|
24621
24639
|
|
|
24622
24640
|
/* script */
|
|
24623
|
-
const __vue_script__$
|
|
24641
|
+
const __vue_script__$E = script$E;
|
|
24624
24642
|
/* template */
|
|
24625
24643
|
|
|
24626
|
-
var __vue_render__$
|
|
24644
|
+
var __vue_render__$D = function () {
|
|
24627
24645
|
var _vm = this;
|
|
24628
24646
|
|
|
24629
24647
|
var _h = _vm.$createElement;
|
|
@@ -24646,34 +24664,34 @@ var __vue_render__$A = function () {
|
|
|
24646
24664
|
})], 1);
|
|
24647
24665
|
};
|
|
24648
24666
|
|
|
24649
|
-
var __vue_staticRenderFns__$
|
|
24667
|
+
var __vue_staticRenderFns__$D = [];
|
|
24650
24668
|
/* style */
|
|
24651
24669
|
|
|
24652
|
-
const __vue_inject_styles__$
|
|
24670
|
+
const __vue_inject_styles__$E = undefined;
|
|
24653
24671
|
/* scoped */
|
|
24654
24672
|
|
|
24655
|
-
const __vue_scope_id__$
|
|
24673
|
+
const __vue_scope_id__$E = undefined;
|
|
24656
24674
|
/* module identifier */
|
|
24657
24675
|
|
|
24658
|
-
const __vue_module_identifier__$
|
|
24676
|
+
const __vue_module_identifier__$E = undefined;
|
|
24659
24677
|
/* functional template */
|
|
24660
24678
|
|
|
24661
|
-
const __vue_is_functional_template__$
|
|
24679
|
+
const __vue_is_functional_template__$E = false;
|
|
24662
24680
|
/* style inject */
|
|
24663
24681
|
|
|
24664
24682
|
/* style inject SSR */
|
|
24665
24683
|
|
|
24666
24684
|
/* style inject shadow dom */
|
|
24667
24685
|
|
|
24668
|
-
const __vue_component__$
|
|
24669
|
-
render: __vue_render__$
|
|
24670
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24671
|
-
}, __vue_inject_styles__$
|
|
24686
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
24687
|
+
render: __vue_render__$D,
|
|
24688
|
+
staticRenderFns: __vue_staticRenderFns__$D
|
|
24689
|
+
}, __vue_inject_styles__$E, __vue_script__$E, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, undefined, undefined, undefined);
|
|
24672
24690
|
|
|
24673
|
-
var PThumbnail = __vue_component__$
|
|
24691
|
+
var PThumbnail = __vue_component__$F;
|
|
24674
24692
|
|
|
24675
24693
|
//
|
|
24676
|
-
var script$
|
|
24694
|
+
var script$D = {
|
|
24677
24695
|
name: 'PPageHeaderTitle',
|
|
24678
24696
|
components: {
|
|
24679
24697
|
PDisplayText,
|
|
@@ -24712,10 +24730,10 @@ var script$A = {
|
|
|
24712
24730
|
};
|
|
24713
24731
|
|
|
24714
24732
|
/* script */
|
|
24715
|
-
const __vue_script__$
|
|
24733
|
+
const __vue_script__$D = script$D;
|
|
24716
24734
|
/* template */
|
|
24717
24735
|
|
|
24718
|
-
var __vue_render__$
|
|
24736
|
+
var __vue_render__$C = function () {
|
|
24719
24737
|
var _vm = this;
|
|
24720
24738
|
|
|
24721
24739
|
var _h = _vm.$createElement;
|
|
@@ -24749,31 +24767,31 @@ var __vue_render__$z = function () {
|
|
|
24749
24767
|
}, [_c('p', [_vm._v(_vm._s(_vm.subtitle))])]) : _vm._e()]) : _vm._e()]);
|
|
24750
24768
|
};
|
|
24751
24769
|
|
|
24752
|
-
var __vue_staticRenderFns__$
|
|
24770
|
+
var __vue_staticRenderFns__$C = [];
|
|
24753
24771
|
/* style */
|
|
24754
24772
|
|
|
24755
|
-
const __vue_inject_styles__$
|
|
24773
|
+
const __vue_inject_styles__$D = undefined;
|
|
24756
24774
|
/* scoped */
|
|
24757
24775
|
|
|
24758
|
-
const __vue_scope_id__$
|
|
24776
|
+
const __vue_scope_id__$D = undefined;
|
|
24759
24777
|
/* module identifier */
|
|
24760
24778
|
|
|
24761
|
-
const __vue_module_identifier__$
|
|
24779
|
+
const __vue_module_identifier__$D = undefined;
|
|
24762
24780
|
/* functional template */
|
|
24763
24781
|
|
|
24764
|
-
const __vue_is_functional_template__$
|
|
24782
|
+
const __vue_is_functional_template__$D = false;
|
|
24765
24783
|
/* style inject */
|
|
24766
24784
|
|
|
24767
24785
|
/* style inject SSR */
|
|
24768
24786
|
|
|
24769
24787
|
/* style inject shadow dom */
|
|
24770
24788
|
|
|
24771
|
-
const __vue_component__$
|
|
24772
|
-
render: __vue_render__$
|
|
24773
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24774
|
-
}, __vue_inject_styles__$
|
|
24789
|
+
const __vue_component__$E = /*#__PURE__*/normalizeComponent({
|
|
24790
|
+
render: __vue_render__$C,
|
|
24791
|
+
staticRenderFns: __vue_staticRenderFns__$C
|
|
24792
|
+
}, __vue_inject_styles__$D, __vue_script__$D, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, undefined, undefined, undefined);
|
|
24775
24793
|
|
|
24776
|
-
var PPageHeaderTitle = __vue_component__$
|
|
24794
|
+
var PPageHeaderTitle = __vue_component__$E;
|
|
24777
24795
|
|
|
24778
24796
|
//
|
|
24779
24797
|
const Status$1 = {
|
|
@@ -24788,7 +24806,7 @@ const Status$1 = {
|
|
|
24788
24806
|
* </h4>
|
|
24789
24807
|
*/
|
|
24790
24808
|
|
|
24791
|
-
var script$
|
|
24809
|
+
var script$C = {
|
|
24792
24810
|
name: 'PAvatar',
|
|
24793
24811
|
components: {
|
|
24794
24812
|
PImage
|
|
@@ -24865,10 +24883,10 @@ var script$z = {
|
|
|
24865
24883
|
};
|
|
24866
24884
|
|
|
24867
24885
|
/* script */
|
|
24868
|
-
const __vue_script__$
|
|
24886
|
+
const __vue_script__$C = script$C;
|
|
24869
24887
|
/* template */
|
|
24870
24888
|
|
|
24871
|
-
var __vue_render__$
|
|
24889
|
+
var __vue_render__$B = function () {
|
|
24872
24890
|
var _vm = this;
|
|
24873
24891
|
|
|
24874
24892
|
var _h = _vm.$createElement;
|
|
@@ -24911,34 +24929,34 @@ var __vue_render__$y = function () {
|
|
|
24911
24929
|
}) : _vm._e()], 1);
|
|
24912
24930
|
};
|
|
24913
24931
|
|
|
24914
|
-
var __vue_staticRenderFns__$
|
|
24932
|
+
var __vue_staticRenderFns__$B = [];
|
|
24915
24933
|
/* style */
|
|
24916
24934
|
|
|
24917
|
-
const __vue_inject_styles__$
|
|
24935
|
+
const __vue_inject_styles__$C = undefined;
|
|
24918
24936
|
/* scoped */
|
|
24919
24937
|
|
|
24920
|
-
const __vue_scope_id__$
|
|
24938
|
+
const __vue_scope_id__$C = undefined;
|
|
24921
24939
|
/* module identifier */
|
|
24922
24940
|
|
|
24923
|
-
const __vue_module_identifier__$
|
|
24941
|
+
const __vue_module_identifier__$C = undefined;
|
|
24924
24942
|
/* functional template */
|
|
24925
24943
|
|
|
24926
|
-
const __vue_is_functional_template__$
|
|
24944
|
+
const __vue_is_functional_template__$C = false;
|
|
24927
24945
|
/* style inject */
|
|
24928
24946
|
|
|
24929
24947
|
/* style inject SSR */
|
|
24930
24948
|
|
|
24931
24949
|
/* style inject shadow dom */
|
|
24932
24950
|
|
|
24933
|
-
const __vue_component__$
|
|
24934
|
-
render: __vue_render__$
|
|
24935
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
24936
|
-
}, __vue_inject_styles__$
|
|
24951
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
24952
|
+
render: __vue_render__$B,
|
|
24953
|
+
staticRenderFns: __vue_staticRenderFns__$B
|
|
24954
|
+
}, __vue_inject_styles__$C, __vue_script__$C, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, undefined, undefined, undefined);
|
|
24937
24955
|
|
|
24938
|
-
var PAvatar = __vue_component__$
|
|
24956
|
+
var PAvatar = __vue_component__$D;
|
|
24939
24957
|
|
|
24940
24958
|
//
|
|
24941
|
-
var script$
|
|
24959
|
+
var script$B = {
|
|
24942
24960
|
name: 'PPageHeader',
|
|
24943
24961
|
components: {
|
|
24944
24962
|
PBreadcrumbs,
|
|
@@ -25067,10 +25085,10 @@ var script$y = {
|
|
|
25067
25085
|
};
|
|
25068
25086
|
|
|
25069
25087
|
/* script */
|
|
25070
|
-
const __vue_script__$
|
|
25088
|
+
const __vue_script__$B = script$B;
|
|
25071
25089
|
/* template */
|
|
25072
25090
|
|
|
25073
|
-
var __vue_render__$
|
|
25091
|
+
var __vue_render__$A = function () {
|
|
25074
25092
|
var _vm = this;
|
|
25075
25093
|
|
|
25076
25094
|
var _h = _vm.$createElement;
|
|
@@ -25144,31 +25162,31 @@ var __vue_render__$x = function () {
|
|
|
25144
25162
|
})], 1) : _vm._e(), _vm._v(" "), _vm._t("additionalNavigation")], 2)])]) : _vm._e()]);
|
|
25145
25163
|
};
|
|
25146
25164
|
|
|
25147
|
-
var __vue_staticRenderFns__$
|
|
25165
|
+
var __vue_staticRenderFns__$A = [];
|
|
25148
25166
|
/* style */
|
|
25149
25167
|
|
|
25150
|
-
const __vue_inject_styles__$
|
|
25168
|
+
const __vue_inject_styles__$B = undefined;
|
|
25151
25169
|
/* scoped */
|
|
25152
25170
|
|
|
25153
|
-
const __vue_scope_id__$
|
|
25171
|
+
const __vue_scope_id__$B = undefined;
|
|
25154
25172
|
/* module identifier */
|
|
25155
25173
|
|
|
25156
|
-
const __vue_module_identifier__$
|
|
25174
|
+
const __vue_module_identifier__$B = undefined;
|
|
25157
25175
|
/* functional template */
|
|
25158
25176
|
|
|
25159
|
-
const __vue_is_functional_template__$
|
|
25177
|
+
const __vue_is_functional_template__$B = false;
|
|
25160
25178
|
/* style inject */
|
|
25161
25179
|
|
|
25162
25180
|
/* style inject SSR */
|
|
25163
25181
|
|
|
25164
25182
|
/* style inject shadow dom */
|
|
25165
25183
|
|
|
25166
|
-
const __vue_component__$
|
|
25167
|
-
render: __vue_render__$
|
|
25168
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
25169
|
-
}, __vue_inject_styles__$
|
|
25184
|
+
const __vue_component__$C = /*#__PURE__*/normalizeComponent({
|
|
25185
|
+
render: __vue_render__$A,
|
|
25186
|
+
staticRenderFns: __vue_staticRenderFns__$A
|
|
25187
|
+
}, __vue_inject_styles__$B, __vue_script__$B, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, undefined, undefined, undefined);
|
|
25170
25188
|
|
|
25171
|
-
var PPageHeader = __vue_component__$
|
|
25189
|
+
var PPageHeader = __vue_component__$C;
|
|
25172
25190
|
|
|
25173
25191
|
//
|
|
25174
25192
|
/**
|
|
@@ -25177,7 +25195,7 @@ var PPageHeader = __vue_component__$z;
|
|
|
25177
25195
|
* sans-serif;">Use to build the outer wrapper of a page, including the page title and associated actions.</h4>
|
|
25178
25196
|
*/
|
|
25179
25197
|
|
|
25180
|
-
var script$
|
|
25198
|
+
var script$A = {
|
|
25181
25199
|
name: 'PPage',
|
|
25182
25200
|
components: {
|
|
25183
25201
|
PPageHeader
|
|
@@ -25276,10 +25294,10 @@ var script$x = {
|
|
|
25276
25294
|
};
|
|
25277
25295
|
|
|
25278
25296
|
/* script */
|
|
25279
|
-
const __vue_script__$
|
|
25297
|
+
const __vue_script__$A = script$A;
|
|
25280
25298
|
/* template */
|
|
25281
25299
|
|
|
25282
|
-
var __vue_render__$
|
|
25300
|
+
var __vue_render__$z = function () {
|
|
25283
25301
|
var _vm = this;
|
|
25284
25302
|
|
|
25285
25303
|
var _h = _vm.$createElement;
|
|
@@ -25310,31 +25328,31 @@ var __vue_render__$w = function () {
|
|
|
25310
25328
|
}, [_vm._t("default")], 2)], 1);
|
|
25311
25329
|
};
|
|
25312
25330
|
|
|
25313
|
-
var __vue_staticRenderFns__$
|
|
25331
|
+
var __vue_staticRenderFns__$z = [];
|
|
25314
25332
|
/* style */
|
|
25315
25333
|
|
|
25316
|
-
const __vue_inject_styles__$
|
|
25334
|
+
const __vue_inject_styles__$A = undefined;
|
|
25317
25335
|
/* scoped */
|
|
25318
25336
|
|
|
25319
|
-
const __vue_scope_id__$
|
|
25337
|
+
const __vue_scope_id__$A = undefined;
|
|
25320
25338
|
/* module identifier */
|
|
25321
25339
|
|
|
25322
|
-
const __vue_module_identifier__$
|
|
25340
|
+
const __vue_module_identifier__$A = undefined;
|
|
25323
25341
|
/* functional template */
|
|
25324
25342
|
|
|
25325
|
-
const __vue_is_functional_template__$
|
|
25343
|
+
const __vue_is_functional_template__$A = false;
|
|
25326
25344
|
/* style inject */
|
|
25327
25345
|
|
|
25328
25346
|
/* style inject SSR */
|
|
25329
25347
|
|
|
25330
25348
|
/* style inject shadow dom */
|
|
25331
25349
|
|
|
25332
|
-
const __vue_component__$
|
|
25333
|
-
render: __vue_render__$
|
|
25334
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
25335
|
-
}, __vue_inject_styles__$
|
|
25350
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
25351
|
+
render: __vue_render__$z,
|
|
25352
|
+
staticRenderFns: __vue_staticRenderFns__$z
|
|
25353
|
+
}, __vue_inject_styles__$A, __vue_script__$A, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, undefined, undefined, undefined);
|
|
25336
25354
|
|
|
25337
|
-
var PPage = __vue_component__$
|
|
25355
|
+
var PPage = __vue_component__$B;
|
|
25338
25356
|
|
|
25339
25357
|
//
|
|
25340
25358
|
/**
|
|
@@ -25345,7 +25363,7 @@ var PPage = __vue_component__$y;
|
|
|
25345
25363
|
* make it fill the rest of the available horizontal space.</h4>
|
|
25346
25364
|
*/
|
|
25347
25365
|
|
|
25348
|
-
var script$
|
|
25366
|
+
var script$z = {
|
|
25349
25367
|
name: 'PStackItem',
|
|
25350
25368
|
props: {
|
|
25351
25369
|
/**
|
|
@@ -25382,10 +25400,10 @@ var script$w = {
|
|
|
25382
25400
|
};
|
|
25383
25401
|
|
|
25384
25402
|
/* script */
|
|
25385
|
-
const __vue_script__$
|
|
25403
|
+
const __vue_script__$z = script$z;
|
|
25386
25404
|
/* template */
|
|
25387
25405
|
|
|
25388
|
-
var __vue_render__$
|
|
25406
|
+
var __vue_render__$y = function () {
|
|
25389
25407
|
var _vm = this;
|
|
25390
25408
|
|
|
25391
25409
|
var _h = _vm.$createElement;
|
|
@@ -25398,31 +25416,31 @@ var __vue_render__$v = function () {
|
|
|
25398
25416
|
}, [_vm._t("default")], 2);
|
|
25399
25417
|
};
|
|
25400
25418
|
|
|
25401
|
-
var __vue_staticRenderFns__$
|
|
25419
|
+
var __vue_staticRenderFns__$y = [];
|
|
25402
25420
|
/* style */
|
|
25403
25421
|
|
|
25404
|
-
const __vue_inject_styles__$
|
|
25422
|
+
const __vue_inject_styles__$z = undefined;
|
|
25405
25423
|
/* scoped */
|
|
25406
25424
|
|
|
25407
|
-
const __vue_scope_id__$
|
|
25425
|
+
const __vue_scope_id__$z = undefined;
|
|
25408
25426
|
/* module identifier */
|
|
25409
25427
|
|
|
25410
|
-
const __vue_module_identifier__$
|
|
25428
|
+
const __vue_module_identifier__$z = undefined;
|
|
25411
25429
|
/* functional template */
|
|
25412
25430
|
|
|
25413
|
-
const __vue_is_functional_template__$
|
|
25431
|
+
const __vue_is_functional_template__$z = false;
|
|
25414
25432
|
/* style inject */
|
|
25415
25433
|
|
|
25416
25434
|
/* style inject SSR */
|
|
25417
25435
|
|
|
25418
25436
|
/* style inject shadow dom */
|
|
25419
25437
|
|
|
25420
|
-
const __vue_component__$
|
|
25421
|
-
render: __vue_render__$
|
|
25422
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
25423
|
-
}, __vue_inject_styles__$
|
|
25438
|
+
const __vue_component__$A = /*#__PURE__*/normalizeComponent({
|
|
25439
|
+
render: __vue_render__$y,
|
|
25440
|
+
staticRenderFns: __vue_staticRenderFns__$y
|
|
25441
|
+
}, __vue_inject_styles__$z, __vue_script__$z, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
|
|
25424
25442
|
|
|
25425
|
-
var PStackItem = __vue_component__$
|
|
25443
|
+
var PStackItem = __vue_component__$A;
|
|
25426
25444
|
|
|
25427
25445
|
//
|
|
25428
25446
|
const Spacing$1 = ['extraTight', 'tight', 'loose', 'extraLoose', 'none'];
|
|
@@ -25436,7 +25454,7 @@ const Distribution = ['equalSpacing', 'leading', 'trailing', 'center', 'fill', '
|
|
|
25436
25454
|
* relative size of the items in the stack.</h4>
|
|
25437
25455
|
*/
|
|
25438
25456
|
|
|
25439
|
-
var script$
|
|
25457
|
+
var script$y = {
|
|
25440
25458
|
name: 'PStack',
|
|
25441
25459
|
components: {
|
|
25442
25460
|
PStackItem
|
|
@@ -25493,10 +25511,10 @@ var script$v = {
|
|
|
25493
25511
|
};
|
|
25494
25512
|
|
|
25495
25513
|
/* script */
|
|
25496
|
-
const __vue_script__$
|
|
25514
|
+
const __vue_script__$y = script$y;
|
|
25497
25515
|
/* template */
|
|
25498
25516
|
|
|
25499
|
-
var __vue_render__$
|
|
25517
|
+
var __vue_render__$x = function () {
|
|
25500
25518
|
var _vm = this;
|
|
25501
25519
|
|
|
25502
25520
|
var _h = _vm.$createElement;
|
|
@@ -25508,31 +25526,31 @@ var __vue_render__$u = function () {
|
|
|
25508
25526
|
}, [_vm._t("default")], 2);
|
|
25509
25527
|
};
|
|
25510
25528
|
|
|
25511
|
-
var __vue_staticRenderFns__$
|
|
25529
|
+
var __vue_staticRenderFns__$x = [];
|
|
25512
25530
|
/* style */
|
|
25513
25531
|
|
|
25514
|
-
const __vue_inject_styles__$
|
|
25532
|
+
const __vue_inject_styles__$y = undefined;
|
|
25515
25533
|
/* scoped */
|
|
25516
25534
|
|
|
25517
|
-
const __vue_scope_id__$
|
|
25535
|
+
const __vue_scope_id__$y = undefined;
|
|
25518
25536
|
/* module identifier */
|
|
25519
25537
|
|
|
25520
|
-
const __vue_module_identifier__$
|
|
25538
|
+
const __vue_module_identifier__$y = undefined;
|
|
25521
25539
|
/* functional template */
|
|
25522
25540
|
|
|
25523
|
-
const __vue_is_functional_template__$
|
|
25541
|
+
const __vue_is_functional_template__$y = false;
|
|
25524
25542
|
/* style inject */
|
|
25525
25543
|
|
|
25526
25544
|
/* style inject SSR */
|
|
25527
25545
|
|
|
25528
25546
|
/* style inject shadow dom */
|
|
25529
25547
|
|
|
25530
|
-
const __vue_component__$
|
|
25531
|
-
render: __vue_render__$
|
|
25532
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
25533
|
-
}, __vue_inject_styles__$
|
|
25548
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
25549
|
+
render: __vue_render__$x,
|
|
25550
|
+
staticRenderFns: __vue_staticRenderFns__$x
|
|
25551
|
+
}, __vue_inject_styles__$y, __vue_script__$y, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
|
|
25534
25552
|
|
|
25535
|
-
var PStack = __vue_component__$
|
|
25553
|
+
var PStack = __vue_component__$z;
|
|
25536
25554
|
|
|
25537
25555
|
//
|
|
25538
25556
|
/**
|
|
@@ -25543,7 +25561,7 @@ var PStack = __vue_component__$w;
|
|
|
25543
25561
|
* same page. Annotated layouts should be used on their own and only on settings pages.</h4>
|
|
25544
25562
|
*/
|
|
25545
25563
|
|
|
25546
|
-
var script$
|
|
25564
|
+
var script$x = {
|
|
25547
25565
|
name: 'PLayout',
|
|
25548
25566
|
components: {
|
|
25549
25567
|
PLayoutSection
|
|
@@ -25560,10 +25578,10 @@ var script$u = {
|
|
|
25560
25578
|
};
|
|
25561
25579
|
|
|
25562
25580
|
/* script */
|
|
25563
|
-
const __vue_script__$
|
|
25581
|
+
const __vue_script__$x = script$x;
|
|
25564
25582
|
/* template */
|
|
25565
25583
|
|
|
25566
|
-
var __vue_render__$
|
|
25584
|
+
var __vue_render__$w = function () {
|
|
25567
25585
|
var _vm = this;
|
|
25568
25586
|
|
|
25569
25587
|
var _h = _vm.$createElement;
|
|
@@ -25575,31 +25593,31 @@ var __vue_render__$t = function () {
|
|
|
25575
25593
|
}, [_vm.sectioned ? [_c('PLayoutSection', [_vm._t("default")], 2)] : [_vm._t("default")]], 2);
|
|
25576
25594
|
};
|
|
25577
25595
|
|
|
25578
|
-
var __vue_staticRenderFns__$
|
|
25596
|
+
var __vue_staticRenderFns__$w = [];
|
|
25579
25597
|
/* style */
|
|
25580
25598
|
|
|
25581
|
-
const __vue_inject_styles__$
|
|
25599
|
+
const __vue_inject_styles__$x = undefined;
|
|
25582
25600
|
/* scoped */
|
|
25583
25601
|
|
|
25584
|
-
const __vue_scope_id__$
|
|
25602
|
+
const __vue_scope_id__$x = undefined;
|
|
25585
25603
|
/* module identifier */
|
|
25586
25604
|
|
|
25587
|
-
const __vue_module_identifier__$
|
|
25605
|
+
const __vue_module_identifier__$x = undefined;
|
|
25588
25606
|
/* functional template */
|
|
25589
25607
|
|
|
25590
|
-
const __vue_is_functional_template__$
|
|
25608
|
+
const __vue_is_functional_template__$x = false;
|
|
25591
25609
|
/* style inject */
|
|
25592
25610
|
|
|
25593
25611
|
/* style inject SSR */
|
|
25594
25612
|
|
|
25595
25613
|
/* style inject shadow dom */
|
|
25596
25614
|
|
|
25597
|
-
const __vue_component__$
|
|
25598
|
-
render: __vue_render__$
|
|
25599
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
25600
|
-
}, __vue_inject_styles__$
|
|
25615
|
+
const __vue_component__$y = /*#__PURE__*/normalizeComponent({
|
|
25616
|
+
render: __vue_render__$w,
|
|
25617
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
25618
|
+
}, __vue_inject_styles__$x, __vue_script__$x, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
|
|
25601
25619
|
|
|
25602
|
-
var PLayout = __vue_component__$
|
|
25620
|
+
var PLayout = __vue_component__$y;
|
|
25603
25621
|
|
|
25604
25622
|
//
|
|
25605
25623
|
const Spacing = ['tight', 'loose', null];
|
|
@@ -25610,7 +25628,7 @@ const Spacing = ['tight', 'loose', null];
|
|
|
25610
25628
|
* vertical spacing.</h4>
|
|
25611
25629
|
*/
|
|
25612
25630
|
|
|
25613
|
-
var script$
|
|
25631
|
+
var script$w = {
|
|
25614
25632
|
name: 'PTextContainer',
|
|
25615
25633
|
props: {
|
|
25616
25634
|
/**
|
|
@@ -25631,10 +25649,10 @@ var script$t = {
|
|
|
25631
25649
|
};
|
|
25632
25650
|
|
|
25633
25651
|
/* script */
|
|
25634
|
-
const __vue_script__$
|
|
25652
|
+
const __vue_script__$w = script$w;
|
|
25635
25653
|
/* template */
|
|
25636
25654
|
|
|
25637
|
-
var __vue_render__$
|
|
25655
|
+
var __vue_render__$v = function () {
|
|
25638
25656
|
var _vm = this;
|
|
25639
25657
|
|
|
25640
25658
|
var _h = _vm.$createElement;
|
|
@@ -25646,31 +25664,31 @@ var __vue_render__$s = function () {
|
|
|
25646
25664
|
}, [_vm._t("default")], 2);
|
|
25647
25665
|
};
|
|
25648
25666
|
|
|
25649
|
-
var __vue_staticRenderFns__$
|
|
25667
|
+
var __vue_staticRenderFns__$v = [];
|
|
25650
25668
|
/* style */
|
|
25651
25669
|
|
|
25652
|
-
const __vue_inject_styles__$
|
|
25670
|
+
const __vue_inject_styles__$w = undefined;
|
|
25653
25671
|
/* scoped */
|
|
25654
25672
|
|
|
25655
|
-
const __vue_scope_id__$
|
|
25673
|
+
const __vue_scope_id__$w = undefined;
|
|
25656
25674
|
/* module identifier */
|
|
25657
25675
|
|
|
25658
|
-
const __vue_module_identifier__$
|
|
25676
|
+
const __vue_module_identifier__$w = undefined;
|
|
25659
25677
|
/* functional template */
|
|
25660
25678
|
|
|
25661
|
-
const __vue_is_functional_template__$
|
|
25679
|
+
const __vue_is_functional_template__$w = false;
|
|
25662
25680
|
/* style inject */
|
|
25663
25681
|
|
|
25664
25682
|
/* style inject SSR */
|
|
25665
25683
|
|
|
25666
25684
|
/* style inject shadow dom */
|
|
25667
25685
|
|
|
25668
|
-
const __vue_component__$
|
|
25669
|
-
render: __vue_render__$
|
|
25670
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
25671
|
-
}, __vue_inject_styles__$
|
|
25686
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
25687
|
+
render: __vue_render__$v,
|
|
25688
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
25689
|
+
}, __vue_inject_styles__$w, __vue_script__$w, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
25672
25690
|
|
|
25673
|
-
var PTextContainer = __vue_component__$
|
|
25691
|
+
var PTextContainer = __vue_component__$x;
|
|
25674
25692
|
|
|
25675
25693
|
//
|
|
25676
25694
|
const SortDirection$2 = ['ascending', 'descending', 'none'];
|
|
@@ -25686,7 +25704,7 @@ const Sort$2 = {
|
|
|
25686
25704
|
expectedValues: SortDirection$2
|
|
25687
25705
|
}
|
|
25688
25706
|
};
|
|
25689
|
-
var script$
|
|
25707
|
+
var script$v = {
|
|
25690
25708
|
name: 'PDataTableCellNew',
|
|
25691
25709
|
components: {
|
|
25692
25710
|
PIcon
|
|
@@ -25834,10 +25852,10 @@ function addStyle(id, css) {
|
|
|
25834
25852
|
}
|
|
25835
25853
|
|
|
25836
25854
|
/* script */
|
|
25837
|
-
const __vue_script__$
|
|
25855
|
+
const __vue_script__$v = script$v;
|
|
25838
25856
|
/* template */
|
|
25839
25857
|
|
|
25840
|
-
var __vue_render__$
|
|
25858
|
+
var __vue_render__$u = function () {
|
|
25841
25859
|
var _vm = this;
|
|
25842
25860
|
|
|
25843
25861
|
var _h = _vm.$createElement;
|
|
@@ -25881,10 +25899,10 @@ var __vue_render__$r = function () {
|
|
|
25881
25899
|
})], 2);
|
|
25882
25900
|
};
|
|
25883
25901
|
|
|
25884
|
-
var __vue_staticRenderFns__$
|
|
25902
|
+
var __vue_staticRenderFns__$u = [];
|
|
25885
25903
|
/* style */
|
|
25886
25904
|
|
|
25887
|
-
const __vue_inject_styles__$
|
|
25905
|
+
const __vue_inject_styles__$v = function (inject) {
|
|
25888
25906
|
if (!inject) return;
|
|
25889
25907
|
inject("data-v-53aa9556_0", {
|
|
25890
25908
|
source: "th[data-v-53aa9556]:last-child{text-align:right}td[data-v-53aa9556]:last-child{text-align:right}td:last-child>*[data-v-53aa9556]{float:right}",
|
|
@@ -25895,23 +25913,23 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
25895
25913
|
/* scoped */
|
|
25896
25914
|
|
|
25897
25915
|
|
|
25898
|
-
const __vue_scope_id__$
|
|
25916
|
+
const __vue_scope_id__$v = "data-v-53aa9556";
|
|
25899
25917
|
/* module identifier */
|
|
25900
25918
|
|
|
25901
|
-
const __vue_module_identifier__$
|
|
25919
|
+
const __vue_module_identifier__$v = undefined;
|
|
25902
25920
|
/* functional template */
|
|
25903
25921
|
|
|
25904
|
-
const __vue_is_functional_template__$
|
|
25922
|
+
const __vue_is_functional_template__$v = false;
|
|
25905
25923
|
/* style inject SSR */
|
|
25906
25924
|
|
|
25907
25925
|
/* style inject shadow dom */
|
|
25908
25926
|
|
|
25909
|
-
const __vue_component__$
|
|
25910
|
-
render: __vue_render__$
|
|
25911
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
25912
|
-
}, __vue_inject_styles__$
|
|
25927
|
+
const __vue_component__$w = /*#__PURE__*/normalizeComponent({
|
|
25928
|
+
render: __vue_render__$u,
|
|
25929
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
25930
|
+
}, __vue_inject_styles__$v, __vue_script__$v, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
|
|
25913
25931
|
|
|
25914
|
-
var PDataTableCellNew = __vue_component__$
|
|
25932
|
+
var PDataTableCellNew = __vue_component__$w;
|
|
25915
25933
|
|
|
25916
25934
|
//
|
|
25917
25935
|
/**
|
|
@@ -25920,7 +25938,7 @@ var PDataTableCellNew = __vue_component__$t;
|
|
|
25920
25938
|
* sans-serif;">Links take users to another place, and usually appear within or directly following a sentence.</h4>
|
|
25921
25939
|
*/
|
|
25922
25940
|
|
|
25923
|
-
var script$
|
|
25941
|
+
var script$u = {
|
|
25924
25942
|
name: 'PLink',
|
|
25925
25943
|
components: {
|
|
25926
25944
|
PButton,
|
|
@@ -25982,10 +26000,10 @@ var script$r = {
|
|
|
25982
26000
|
};
|
|
25983
26001
|
|
|
25984
26002
|
/* script */
|
|
25985
|
-
const __vue_script__$
|
|
26003
|
+
const __vue_script__$u = script$u;
|
|
25986
26004
|
/* template */
|
|
25987
26005
|
|
|
25988
|
-
var __vue_render__$
|
|
26006
|
+
var __vue_render__$t = function () {
|
|
25989
26007
|
var _vm = this;
|
|
25990
26008
|
|
|
25991
26009
|
var _h = _vm.$createElement;
|
|
@@ -26026,31 +26044,31 @@ var __vue_render__$q = function () {
|
|
|
26026
26044
|
})], 1)]) : _vm._e()], 2);
|
|
26027
26045
|
};
|
|
26028
26046
|
|
|
26029
|
-
var __vue_staticRenderFns__$
|
|
26047
|
+
var __vue_staticRenderFns__$t = [];
|
|
26030
26048
|
/* style */
|
|
26031
26049
|
|
|
26032
|
-
const __vue_inject_styles__$
|
|
26050
|
+
const __vue_inject_styles__$u = undefined;
|
|
26033
26051
|
/* scoped */
|
|
26034
26052
|
|
|
26035
|
-
const __vue_scope_id__$
|
|
26053
|
+
const __vue_scope_id__$u = undefined;
|
|
26036
26054
|
/* module identifier */
|
|
26037
26055
|
|
|
26038
|
-
const __vue_module_identifier__$
|
|
26056
|
+
const __vue_module_identifier__$u = undefined;
|
|
26039
26057
|
/* functional template */
|
|
26040
26058
|
|
|
26041
|
-
const __vue_is_functional_template__$
|
|
26059
|
+
const __vue_is_functional_template__$u = false;
|
|
26042
26060
|
/* style inject */
|
|
26043
26061
|
|
|
26044
26062
|
/* style inject SSR */
|
|
26045
26063
|
|
|
26046
26064
|
/* style inject shadow dom */
|
|
26047
26065
|
|
|
26048
|
-
const __vue_component__$
|
|
26049
|
-
render: __vue_render__$
|
|
26050
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
26051
|
-
}, __vue_inject_styles__$
|
|
26066
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
26067
|
+
render: __vue_render__$t,
|
|
26068
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
26069
|
+
}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
26052
26070
|
|
|
26053
|
-
var PLink = __vue_component__$
|
|
26071
|
+
var PLink = __vue_component__$v;
|
|
26054
26072
|
|
|
26055
26073
|
//
|
|
26056
26074
|
//
|
|
@@ -26075,7 +26093,7 @@ var PLink = __vue_component__$s;
|
|
|
26075
26093
|
* sans-serif;">The `p-toggle` component provides users the ability to choose between two distinct values. These are
|
|
26076
26094
|
* very similar to a switch, or on/off switch, though aesthetically different than a checkbox.</h4>
|
|
26077
26095
|
*/
|
|
26078
|
-
var script$
|
|
26096
|
+
var script$t = {
|
|
26079
26097
|
name: 'PToggle',
|
|
26080
26098
|
props: {
|
|
26081
26099
|
/**
|
|
@@ -26143,10 +26161,10 @@ var script$q = {
|
|
|
26143
26161
|
};
|
|
26144
26162
|
|
|
26145
26163
|
/* script */
|
|
26146
|
-
const __vue_script__$
|
|
26164
|
+
const __vue_script__$t = script$t;
|
|
26147
26165
|
/* template */
|
|
26148
26166
|
|
|
26149
|
-
var __vue_render__$
|
|
26167
|
+
var __vue_render__$s = function () {
|
|
26150
26168
|
var _vm = this;
|
|
26151
26169
|
|
|
26152
26170
|
var _h = _vm.$createElement;
|
|
@@ -26176,36 +26194,36 @@ var __vue_render__$p = function () {
|
|
|
26176
26194
|
})]), _vm._v(" "), _vm.$slots.label ? _vm._t("label") : [_vm._v(_vm._s(_vm.label))]], 2);
|
|
26177
26195
|
};
|
|
26178
26196
|
|
|
26179
|
-
var __vue_staticRenderFns__$
|
|
26197
|
+
var __vue_staticRenderFns__$s = [];
|
|
26180
26198
|
/* style */
|
|
26181
26199
|
|
|
26182
|
-
const __vue_inject_styles__$
|
|
26200
|
+
const __vue_inject_styles__$t = undefined;
|
|
26183
26201
|
/* scoped */
|
|
26184
26202
|
|
|
26185
|
-
const __vue_scope_id__$
|
|
26203
|
+
const __vue_scope_id__$t = undefined;
|
|
26186
26204
|
/* module identifier */
|
|
26187
26205
|
|
|
26188
|
-
const __vue_module_identifier__$
|
|
26206
|
+
const __vue_module_identifier__$t = undefined;
|
|
26189
26207
|
/* functional template */
|
|
26190
26208
|
|
|
26191
|
-
const __vue_is_functional_template__$
|
|
26209
|
+
const __vue_is_functional_template__$t = false;
|
|
26192
26210
|
/* style inject */
|
|
26193
26211
|
|
|
26194
26212
|
/* style inject SSR */
|
|
26195
26213
|
|
|
26196
26214
|
/* style inject shadow dom */
|
|
26197
26215
|
|
|
26198
|
-
const __vue_component__$
|
|
26199
|
-
render: __vue_render__$
|
|
26200
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
26201
|
-
}, __vue_inject_styles__$
|
|
26216
|
+
const __vue_component__$u = /*#__PURE__*/normalizeComponent({
|
|
26217
|
+
render: __vue_render__$s,
|
|
26218
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
26219
|
+
}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
|
|
26202
26220
|
|
|
26203
|
-
var PToggle = __vue_component__$
|
|
26221
|
+
var PToggle = __vue_component__$u;
|
|
26204
26222
|
|
|
26205
26223
|
//
|
|
26206
26224
|
const Status = ['success', 'info', 'attention', 'warning', 'new', 'critical', null, ''];
|
|
26207
26225
|
const Progress = ['incomplete', 'partiallyComplete', 'complete', null, ''];
|
|
26208
|
-
const Size$
|
|
26226
|
+
const Size$2 = ['small', 'medium'];
|
|
26209
26227
|
const DEFAULT_SIZE = 'medium';
|
|
26210
26228
|
/**
|
|
26211
26229
|
* <br/>
|
|
@@ -26214,7 +26232,7 @@ const DEFAULT_SIZE = 'medium';
|
|
|
26214
26232
|
* </h4>
|
|
26215
26233
|
*/
|
|
26216
26234
|
|
|
26217
|
-
var script$
|
|
26235
|
+
var script$s = {
|
|
26218
26236
|
name: 'PBadge',
|
|
26219
26237
|
props: {
|
|
26220
26238
|
/**
|
|
@@ -26257,7 +26275,7 @@ var script$p = {
|
|
|
26257
26275
|
size: {
|
|
26258
26276
|
type: String,
|
|
26259
26277
|
default: 'medium',
|
|
26260
|
-
...StringValidator$1('size', Size$
|
|
26278
|
+
...StringValidator$1('size', Size$2)
|
|
26261
26279
|
}
|
|
26262
26280
|
},
|
|
26263
26281
|
computed: {
|
|
@@ -26269,10 +26287,10 @@ var script$p = {
|
|
|
26269
26287
|
};
|
|
26270
26288
|
|
|
26271
26289
|
/* script */
|
|
26272
|
-
const __vue_script__$
|
|
26290
|
+
const __vue_script__$s = script$s;
|
|
26273
26291
|
/* template */
|
|
26274
26292
|
|
|
26275
|
-
var __vue_render__$
|
|
26293
|
+
var __vue_render__$r = function () {
|
|
26276
26294
|
var _vm = this;
|
|
26277
26295
|
|
|
26278
26296
|
var _h = _vm.$createElement;
|
|
@@ -26294,31 +26312,31 @@ var __vue_render__$o = function () {
|
|
|
26294
26312
|
}, [_vm._t("default")], 2)]);
|
|
26295
26313
|
};
|
|
26296
26314
|
|
|
26297
|
-
var __vue_staticRenderFns__$
|
|
26315
|
+
var __vue_staticRenderFns__$r = [];
|
|
26298
26316
|
/* style */
|
|
26299
26317
|
|
|
26300
|
-
const __vue_inject_styles__$
|
|
26318
|
+
const __vue_inject_styles__$s = undefined;
|
|
26301
26319
|
/* scoped */
|
|
26302
26320
|
|
|
26303
|
-
const __vue_scope_id__$
|
|
26321
|
+
const __vue_scope_id__$s = undefined;
|
|
26304
26322
|
/* module identifier */
|
|
26305
26323
|
|
|
26306
|
-
const __vue_module_identifier__$
|
|
26324
|
+
const __vue_module_identifier__$s = undefined;
|
|
26307
26325
|
/* functional template */
|
|
26308
26326
|
|
|
26309
|
-
const __vue_is_functional_template__$
|
|
26327
|
+
const __vue_is_functional_template__$s = false;
|
|
26310
26328
|
/* style inject */
|
|
26311
26329
|
|
|
26312
26330
|
/* style inject SSR */
|
|
26313
26331
|
|
|
26314
26332
|
/* style inject shadow dom */
|
|
26315
26333
|
|
|
26316
|
-
const __vue_component__$
|
|
26317
|
-
render: __vue_render__$
|
|
26318
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
26319
|
-
}, __vue_inject_styles__$
|
|
26334
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
26335
|
+
render: __vue_render__$r,
|
|
26336
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
26337
|
+
}, __vue_inject_styles__$s, __vue_script__$s, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
|
|
26320
26338
|
|
|
26321
|
-
var PBadge = __vue_component__$
|
|
26339
|
+
var PBadge = __vue_component__$t;
|
|
26322
26340
|
|
|
26323
26341
|
//
|
|
26324
26342
|
const SortDirection$1 = ['ascending', 'descending', 'none'];
|
|
@@ -26334,7 +26352,7 @@ const Sort$1 = {
|
|
|
26334
26352
|
expectedValues: SortDirection$1
|
|
26335
26353
|
}
|
|
26336
26354
|
};
|
|
26337
|
-
var script$
|
|
26355
|
+
var script$r = {
|
|
26338
26356
|
name: 'PDataTableCell',
|
|
26339
26357
|
components: {
|
|
26340
26358
|
PIcon,
|
|
@@ -26454,10 +26472,10 @@ var script$o = {
|
|
|
26454
26472
|
};
|
|
26455
26473
|
|
|
26456
26474
|
/* script */
|
|
26457
|
-
const __vue_script__$
|
|
26475
|
+
const __vue_script__$r = script$r;
|
|
26458
26476
|
/* template */
|
|
26459
26477
|
|
|
26460
|
-
var __vue_render__$
|
|
26478
|
+
var __vue_render__$q = function () {
|
|
26461
26479
|
var _vm = this;
|
|
26462
26480
|
|
|
26463
26481
|
var _h = _vm.$createElement;
|
|
@@ -26558,10 +26576,10 @@ var __vue_render__$n = function () {
|
|
|
26558
26576
|
}), 1)]], 2);
|
|
26559
26577
|
};
|
|
26560
26578
|
|
|
26561
|
-
var __vue_staticRenderFns__$
|
|
26579
|
+
var __vue_staticRenderFns__$q = [];
|
|
26562
26580
|
/* style */
|
|
26563
26581
|
|
|
26564
|
-
const __vue_inject_styles__$
|
|
26582
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
26565
26583
|
if (!inject) return;
|
|
26566
26584
|
inject("data-v-9c6b238c_0", {
|
|
26567
26585
|
source: "th[data-v-9c6b238c]:last-child{text-align:right}td[data-v-9c6b238c]:last-child{text-align:right}td:last-child>*[data-v-9c6b238c]{float:right}",
|
|
@@ -26572,26 +26590,26 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
26572
26590
|
/* scoped */
|
|
26573
26591
|
|
|
26574
26592
|
|
|
26575
|
-
const __vue_scope_id__$
|
|
26593
|
+
const __vue_scope_id__$r = "data-v-9c6b238c";
|
|
26576
26594
|
/* module identifier */
|
|
26577
26595
|
|
|
26578
|
-
const __vue_module_identifier__$
|
|
26596
|
+
const __vue_module_identifier__$r = undefined;
|
|
26579
26597
|
/* functional template */
|
|
26580
26598
|
|
|
26581
|
-
const __vue_is_functional_template__$
|
|
26599
|
+
const __vue_is_functional_template__$r = false;
|
|
26582
26600
|
/* style inject SSR */
|
|
26583
26601
|
|
|
26584
26602
|
/* style inject shadow dom */
|
|
26585
26603
|
|
|
26586
|
-
const __vue_component__$
|
|
26587
|
-
render: __vue_render__$
|
|
26588
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
26589
|
-
}, __vue_inject_styles__$
|
|
26604
|
+
const __vue_component__$s = /*#__PURE__*/normalizeComponent({
|
|
26605
|
+
render: __vue_render__$q,
|
|
26606
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
26607
|
+
}, __vue_inject_styles__$r, __vue_script__$r, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
26590
26608
|
|
|
26591
|
-
var PDataTableCell = __vue_component__$
|
|
26609
|
+
var PDataTableCell = __vue_component__$s;
|
|
26592
26610
|
|
|
26593
26611
|
//
|
|
26594
|
-
var script$
|
|
26612
|
+
var script$q = {
|
|
26595
26613
|
name: 'PSpinner',
|
|
26596
26614
|
components: {
|
|
26597
26615
|
PIcon
|
|
@@ -26609,10 +26627,10 @@ var script$n = {
|
|
|
26609
26627
|
};
|
|
26610
26628
|
|
|
26611
26629
|
/* script */
|
|
26612
|
-
const __vue_script__$
|
|
26630
|
+
const __vue_script__$q = script$q;
|
|
26613
26631
|
/* template */
|
|
26614
26632
|
|
|
26615
|
-
var __vue_render__$
|
|
26633
|
+
var __vue_render__$p = function () {
|
|
26616
26634
|
var _vm = this;
|
|
26617
26635
|
|
|
26618
26636
|
var _h = _vm.$createElement;
|
|
@@ -26664,31 +26682,31 @@ var __vue_render__$m = function () {
|
|
|
26664
26682
|
})], 1)])]);
|
|
26665
26683
|
};
|
|
26666
26684
|
|
|
26667
|
-
var __vue_staticRenderFns__$
|
|
26685
|
+
var __vue_staticRenderFns__$p = [];
|
|
26668
26686
|
/* style */
|
|
26669
26687
|
|
|
26670
|
-
const __vue_inject_styles__$
|
|
26688
|
+
const __vue_inject_styles__$q = undefined;
|
|
26671
26689
|
/* scoped */
|
|
26672
26690
|
|
|
26673
|
-
const __vue_scope_id__$
|
|
26691
|
+
const __vue_scope_id__$q = "data-v-4925112a";
|
|
26674
26692
|
/* module identifier */
|
|
26675
26693
|
|
|
26676
|
-
const __vue_module_identifier__$
|
|
26694
|
+
const __vue_module_identifier__$q = undefined;
|
|
26677
26695
|
/* functional template */
|
|
26678
26696
|
|
|
26679
|
-
const __vue_is_functional_template__$
|
|
26697
|
+
const __vue_is_functional_template__$q = false;
|
|
26680
26698
|
/* style inject */
|
|
26681
26699
|
|
|
26682
26700
|
/* style inject SSR */
|
|
26683
26701
|
|
|
26684
26702
|
/* style inject shadow dom */
|
|
26685
26703
|
|
|
26686
|
-
const __vue_component__$
|
|
26687
|
-
render: __vue_render__$
|
|
26688
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
26689
|
-
}, __vue_inject_styles__$
|
|
26704
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
26705
|
+
render: __vue_render__$p,
|
|
26706
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
26707
|
+
}, __vue_inject_styles__$q, __vue_script__$q, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
|
|
26690
26708
|
|
|
26691
|
-
var PSpinner = __vue_component__$
|
|
26709
|
+
var PSpinner = __vue_component__$r;
|
|
26692
26710
|
|
|
26693
26711
|
//
|
|
26694
26712
|
//
|
|
@@ -26710,7 +26728,7 @@ const ENTITIES_TO_REPLACE = {
|
|
|
26710
26728
|
'\n': '<br>'
|
|
26711
26729
|
};
|
|
26712
26730
|
const REPLACE_REGEX = /[\n&<>]/g;
|
|
26713
|
-
var script$
|
|
26731
|
+
var script$p = {
|
|
26714
26732
|
name: 'PFieldResizer',
|
|
26715
26733
|
props: {
|
|
26716
26734
|
contents: {
|
|
@@ -26775,10 +26793,10 @@ var script$m = {
|
|
|
26775
26793
|
};
|
|
26776
26794
|
|
|
26777
26795
|
/* script */
|
|
26778
|
-
const __vue_script__$
|
|
26796
|
+
const __vue_script__$p = script$p;
|
|
26779
26797
|
/* template */
|
|
26780
26798
|
|
|
26781
|
-
var __vue_render__$
|
|
26799
|
+
var __vue_render__$o = function () {
|
|
26782
26800
|
var _vm = this;
|
|
26783
26801
|
|
|
26784
26802
|
var _h = _vm.$createElement;
|
|
@@ -26804,31 +26822,31 @@ var __vue_render__$l = function () {
|
|
|
26804
26822
|
}) : _vm._e()]);
|
|
26805
26823
|
};
|
|
26806
26824
|
|
|
26807
|
-
var __vue_staticRenderFns__$
|
|
26825
|
+
var __vue_staticRenderFns__$o = [];
|
|
26808
26826
|
/* style */
|
|
26809
26827
|
|
|
26810
|
-
const __vue_inject_styles__$
|
|
26828
|
+
const __vue_inject_styles__$p = undefined;
|
|
26811
26829
|
/* scoped */
|
|
26812
26830
|
|
|
26813
|
-
const __vue_scope_id__$
|
|
26831
|
+
const __vue_scope_id__$p = undefined;
|
|
26814
26832
|
/* module identifier */
|
|
26815
26833
|
|
|
26816
|
-
const __vue_module_identifier__$
|
|
26834
|
+
const __vue_module_identifier__$p = undefined;
|
|
26817
26835
|
/* functional template */
|
|
26818
26836
|
|
|
26819
|
-
const __vue_is_functional_template__$
|
|
26837
|
+
const __vue_is_functional_template__$p = false;
|
|
26820
26838
|
/* style inject */
|
|
26821
26839
|
|
|
26822
26840
|
/* style inject SSR */
|
|
26823
26841
|
|
|
26824
26842
|
/* style inject shadow dom */
|
|
26825
26843
|
|
|
26826
|
-
const __vue_component__$
|
|
26827
|
-
render: __vue_render__$
|
|
26828
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
26829
|
-
}, __vue_inject_styles__$
|
|
26844
|
+
const __vue_component__$q = /*#__PURE__*/normalizeComponent({
|
|
26845
|
+
render: __vue_render__$o,
|
|
26846
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
26847
|
+
}, __vue_inject_styles__$p, __vue_script__$p, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
|
|
26830
26848
|
|
|
26831
|
-
var PFieldResizer = __vue_component__$
|
|
26849
|
+
var PFieldResizer = __vue_component__$q;
|
|
26832
26850
|
|
|
26833
26851
|
var quill = createCommonjsModule(function (module, exports) {
|
|
26834
26852
|
/*!
|
|
@@ -38240,7 +38258,7 @@ var vueQuillEditor = createCommonjsModule(function (module, exports) {
|
|
|
38240
38258
|
|
|
38241
38259
|
//
|
|
38242
38260
|
const Type = ['text', 'email', 'number', 'password', 'search', 'tel', 'url', 'date', 'datetime-local', 'month', 'time', 'week', 'currency', 'file'];
|
|
38243
|
-
var script$
|
|
38261
|
+
var script$o = {
|
|
38244
38262
|
name: 'PInput',
|
|
38245
38263
|
components: {
|
|
38246
38264
|
PFieldResizer,
|
|
@@ -38539,10 +38557,10 @@ var script$l = {
|
|
|
38539
38557
|
};
|
|
38540
38558
|
|
|
38541
38559
|
/* script */
|
|
38542
|
-
const __vue_script__$
|
|
38560
|
+
const __vue_script__$o = script$o;
|
|
38543
38561
|
/* template */
|
|
38544
38562
|
|
|
38545
|
-
var __vue_render__$
|
|
38563
|
+
var __vue_render__$n = function () {
|
|
38546
38564
|
var _vm = this;
|
|
38547
38565
|
|
|
38548
38566
|
var _h = _vm.$createElement;
|
|
@@ -38711,10 +38729,10 @@ var __vue_render__$k = function () {
|
|
|
38711
38729
|
}) : _vm._e()], 1);
|
|
38712
38730
|
};
|
|
38713
38731
|
|
|
38714
|
-
var __vue_staticRenderFns__$
|
|
38732
|
+
var __vue_staticRenderFns__$n = [];
|
|
38715
38733
|
/* style */
|
|
38716
38734
|
|
|
38717
|
-
const __vue_inject_styles__$
|
|
38735
|
+
const __vue_inject_styles__$o = function (inject) {
|
|
38718
38736
|
if (!inject) return;
|
|
38719
38737
|
inject("data-v-1f41cf22_0", {
|
|
38720
38738
|
source: ".ql-container.ql-snow{background:#fff}.ql-toolbar.ql-snow{background:#fafafa;padding:5px}.quill-editor.editor{width:100%}.ql-snow .ql-picker{font-weight:400}.ql-toolbar.ql-snow>.ql-formats:not(:first-child):before{content:\"\";height:calc(100% + 4px);width:1px;background:#c4c4c4;position:absolute;display:block;top:-2px;left:-10px}.ql-toolbar.ql-snow .ql-formats{position:relative;margin-right:10px;margin-left:10px}",
|
|
@@ -38725,27 +38743,27 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
38725
38743
|
/* scoped */
|
|
38726
38744
|
|
|
38727
38745
|
|
|
38728
|
-
const __vue_scope_id__$
|
|
38746
|
+
const __vue_scope_id__$o = undefined;
|
|
38729
38747
|
/* module identifier */
|
|
38730
38748
|
|
|
38731
|
-
const __vue_module_identifier__$
|
|
38749
|
+
const __vue_module_identifier__$o = undefined;
|
|
38732
38750
|
/* functional template */
|
|
38733
38751
|
|
|
38734
|
-
const __vue_is_functional_template__$
|
|
38752
|
+
const __vue_is_functional_template__$o = false;
|
|
38735
38753
|
/* style inject SSR */
|
|
38736
38754
|
|
|
38737
38755
|
/* style inject shadow dom */
|
|
38738
38756
|
|
|
38739
|
-
const __vue_component__$
|
|
38740
|
-
render: __vue_render__$
|
|
38741
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
38742
|
-
}, __vue_inject_styles__$
|
|
38757
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
38758
|
+
render: __vue_render__$n,
|
|
38759
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
38760
|
+
}, __vue_inject_styles__$o, __vue_script__$o, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
|
|
38743
38761
|
|
|
38744
|
-
var PInput = __vue_component__$
|
|
38762
|
+
var PInput = __vue_component__$p;
|
|
38745
38763
|
|
|
38746
38764
|
//
|
|
38747
38765
|
const Position = ['Left', 'Primary', 'Right'];
|
|
38748
|
-
var script$
|
|
38766
|
+
var script$n = {
|
|
38749
38767
|
name: 'PConnectedItem',
|
|
38750
38768
|
props: {
|
|
38751
38769
|
position: {
|
|
@@ -38768,10 +38786,10 @@ var script$k = {
|
|
|
38768
38786
|
};
|
|
38769
38787
|
|
|
38770
38788
|
/* script */
|
|
38771
|
-
const __vue_script__$
|
|
38789
|
+
const __vue_script__$n = script$n;
|
|
38772
38790
|
/* template */
|
|
38773
38791
|
|
|
38774
|
-
var __vue_render__$
|
|
38792
|
+
var __vue_render__$m = function () {
|
|
38775
38793
|
var _vm = this;
|
|
38776
38794
|
|
|
38777
38795
|
var _h = _vm.$createElement;
|
|
@@ -38793,34 +38811,34 @@ var __vue_render__$j = function () {
|
|
|
38793
38811
|
}) : _vm._e(), _vm._v(" "), _vm._t("children")], 2);
|
|
38794
38812
|
};
|
|
38795
38813
|
|
|
38796
|
-
var __vue_staticRenderFns__$
|
|
38814
|
+
var __vue_staticRenderFns__$m = [];
|
|
38797
38815
|
/* style */
|
|
38798
38816
|
|
|
38799
|
-
const __vue_inject_styles__$
|
|
38817
|
+
const __vue_inject_styles__$n = undefined;
|
|
38800
38818
|
/* scoped */
|
|
38801
38819
|
|
|
38802
|
-
const __vue_scope_id__$
|
|
38820
|
+
const __vue_scope_id__$n = undefined;
|
|
38803
38821
|
/* module identifier */
|
|
38804
38822
|
|
|
38805
|
-
const __vue_module_identifier__$
|
|
38823
|
+
const __vue_module_identifier__$n = undefined;
|
|
38806
38824
|
/* functional template */
|
|
38807
38825
|
|
|
38808
|
-
const __vue_is_functional_template__$
|
|
38826
|
+
const __vue_is_functional_template__$n = false;
|
|
38809
38827
|
/* style inject */
|
|
38810
38828
|
|
|
38811
38829
|
/* style inject SSR */
|
|
38812
38830
|
|
|
38813
38831
|
/* style inject shadow dom */
|
|
38814
38832
|
|
|
38815
|
-
const __vue_component__$
|
|
38816
|
-
render: __vue_render__$
|
|
38817
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
38818
|
-
}, __vue_inject_styles__$
|
|
38833
|
+
const __vue_component__$o = /*#__PURE__*/normalizeComponent({
|
|
38834
|
+
render: __vue_render__$m,
|
|
38835
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
38836
|
+
}, __vue_inject_styles__$n, __vue_script__$n, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
|
|
38819
38837
|
|
|
38820
|
-
var PConnectedItem = __vue_component__$
|
|
38838
|
+
var PConnectedItem = __vue_component__$o;
|
|
38821
38839
|
|
|
38822
38840
|
//
|
|
38823
|
-
var script$
|
|
38841
|
+
var script$m = {
|
|
38824
38842
|
name: 'PConnected',
|
|
38825
38843
|
components: {
|
|
38826
38844
|
PConnectedItem
|
|
@@ -38839,10 +38857,10 @@ var script$j = {
|
|
|
38839
38857
|
};
|
|
38840
38858
|
|
|
38841
38859
|
/* script */
|
|
38842
|
-
const __vue_script__$
|
|
38860
|
+
const __vue_script__$m = script$m;
|
|
38843
38861
|
/* template */
|
|
38844
38862
|
|
|
38845
|
-
var __vue_render__$
|
|
38863
|
+
var __vue_render__$l = function () {
|
|
38846
38864
|
var _vm = this;
|
|
38847
38865
|
|
|
38848
38866
|
var _h = _vm.$createElement;
|
|
@@ -38872,31 +38890,31 @@ var __vue_render__$i = function () {
|
|
|
38872
38890
|
})], 2) : _vm._e()], 1);
|
|
38873
38891
|
};
|
|
38874
38892
|
|
|
38875
|
-
var __vue_staticRenderFns__$
|
|
38893
|
+
var __vue_staticRenderFns__$l = [];
|
|
38876
38894
|
/* style */
|
|
38877
38895
|
|
|
38878
|
-
const __vue_inject_styles__$
|
|
38896
|
+
const __vue_inject_styles__$m = undefined;
|
|
38879
38897
|
/* scoped */
|
|
38880
38898
|
|
|
38881
|
-
const __vue_scope_id__$
|
|
38899
|
+
const __vue_scope_id__$m = undefined;
|
|
38882
38900
|
/* module identifier */
|
|
38883
38901
|
|
|
38884
|
-
const __vue_module_identifier__$
|
|
38902
|
+
const __vue_module_identifier__$m = undefined;
|
|
38885
38903
|
/* functional template */
|
|
38886
38904
|
|
|
38887
|
-
const __vue_is_functional_template__$
|
|
38905
|
+
const __vue_is_functional_template__$m = false;
|
|
38888
38906
|
/* style inject */
|
|
38889
38907
|
|
|
38890
38908
|
/* style inject SSR */
|
|
38891
38909
|
|
|
38892
38910
|
/* style inject shadow dom */
|
|
38893
38911
|
|
|
38894
|
-
const __vue_component__$
|
|
38895
|
-
render: __vue_render__$
|
|
38896
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
38897
|
-
}, __vue_inject_styles__$
|
|
38912
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
38913
|
+
render: __vue_render__$l,
|
|
38914
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
38915
|
+
}, __vue_inject_styles__$m, __vue_script__$m, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
|
|
38898
38916
|
|
|
38899
|
-
var PConnected = __vue_component__$
|
|
38917
|
+
var PConnected = __vue_component__$n;
|
|
38900
38918
|
|
|
38901
38919
|
//
|
|
38902
38920
|
/**
|
|
@@ -38907,7 +38925,7 @@ var PConnected = __vue_component__$k;
|
|
|
38907
38925
|
* how to fix it.</h4>
|
|
38908
38926
|
*/
|
|
38909
38927
|
|
|
38910
|
-
var script$
|
|
38928
|
+
var script$l = {
|
|
38911
38929
|
name: 'PFieldError',
|
|
38912
38930
|
components: {
|
|
38913
38931
|
PIcon
|
|
@@ -38924,10 +38942,10 @@ var script$i = {
|
|
|
38924
38942
|
};
|
|
38925
38943
|
|
|
38926
38944
|
/* script */
|
|
38927
|
-
const __vue_script__$
|
|
38945
|
+
const __vue_script__$l = script$l;
|
|
38928
38946
|
/* template */
|
|
38929
38947
|
|
|
38930
|
-
var __vue_render__$
|
|
38948
|
+
var __vue_render__$k = function () {
|
|
38931
38949
|
var _vm = this;
|
|
38932
38950
|
|
|
38933
38951
|
var _h = _vm.$createElement;
|
|
@@ -38950,31 +38968,31 @@ var __vue_render__$h = function () {
|
|
|
38950
38968
|
})], 1), _vm._v("\n " + _vm._s(_vm.error) + "\n ")])]);
|
|
38951
38969
|
};
|
|
38952
38970
|
|
|
38953
|
-
var __vue_staticRenderFns__$
|
|
38971
|
+
var __vue_staticRenderFns__$k = [];
|
|
38954
38972
|
/* style */
|
|
38955
38973
|
|
|
38956
|
-
const __vue_inject_styles__$
|
|
38974
|
+
const __vue_inject_styles__$l = undefined;
|
|
38957
38975
|
/* scoped */
|
|
38958
38976
|
|
|
38959
|
-
const __vue_scope_id__$
|
|
38977
|
+
const __vue_scope_id__$l = "data-v-4535eab1";
|
|
38960
38978
|
/* module identifier */
|
|
38961
38979
|
|
|
38962
|
-
const __vue_module_identifier__$
|
|
38980
|
+
const __vue_module_identifier__$l = undefined;
|
|
38963
38981
|
/* functional template */
|
|
38964
38982
|
|
|
38965
|
-
const __vue_is_functional_template__$
|
|
38983
|
+
const __vue_is_functional_template__$l = false;
|
|
38966
38984
|
/* style inject */
|
|
38967
38985
|
|
|
38968
38986
|
/* style inject SSR */
|
|
38969
38987
|
|
|
38970
38988
|
/* style inject shadow dom */
|
|
38971
38989
|
|
|
38972
|
-
const __vue_component__$
|
|
38973
|
-
render: __vue_render__$
|
|
38974
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
38975
|
-
}, __vue_inject_styles__$
|
|
38990
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
38991
|
+
render: __vue_render__$k,
|
|
38992
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
38993
|
+
}, __vue_inject_styles__$l, __vue_script__$l, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
|
|
38976
38994
|
|
|
38977
|
-
var PFieldError = __vue_component__$
|
|
38995
|
+
var PFieldError = __vue_component__$m;
|
|
38978
38996
|
|
|
38979
38997
|
//
|
|
38980
38998
|
/**
|
|
@@ -38984,7 +39002,7 @@ var PFieldError = __vue_component__$j;
|
|
|
38984
39002
|
* several text formats including numbers.</h4>
|
|
38985
39003
|
*/
|
|
38986
39004
|
|
|
38987
|
-
var script$
|
|
39005
|
+
var script$k = {
|
|
38988
39006
|
name: 'PTextField',
|
|
38989
39007
|
components: {
|
|
38990
39008
|
PInput,
|
|
@@ -39156,10 +39174,10 @@ var script$h = {
|
|
|
39156
39174
|
};
|
|
39157
39175
|
|
|
39158
39176
|
/* script */
|
|
39159
|
-
const __vue_script__$
|
|
39177
|
+
const __vue_script__$k = script$k;
|
|
39160
39178
|
/* template */
|
|
39161
39179
|
|
|
39162
|
-
var __vue_render__$
|
|
39180
|
+
var __vue_render__$j = function () {
|
|
39163
39181
|
var _vm = this;
|
|
39164
39182
|
|
|
39165
39183
|
var _h = _vm.$createElement;
|
|
@@ -39225,10 +39243,10 @@ var __vue_render__$g = function () {
|
|
|
39225
39243
|
})], 2);
|
|
39226
39244
|
};
|
|
39227
39245
|
|
|
39228
|
-
var __vue_staticRenderFns__$
|
|
39246
|
+
var __vue_staticRenderFns__$j = [];
|
|
39229
39247
|
/* style */
|
|
39230
39248
|
|
|
39231
|
-
const __vue_inject_styles__$
|
|
39249
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
39232
39250
|
if (!inject) return;
|
|
39233
39251
|
inject("data-v-0b34995c_0", {
|
|
39234
39252
|
source: ".ck.ck-editor{position:relative;width:100%}",
|
|
@@ -39239,23 +39257,23 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
39239
39257
|
/* scoped */
|
|
39240
39258
|
|
|
39241
39259
|
|
|
39242
|
-
const __vue_scope_id__$
|
|
39260
|
+
const __vue_scope_id__$k = undefined;
|
|
39243
39261
|
/* module identifier */
|
|
39244
39262
|
|
|
39245
|
-
const __vue_module_identifier__$
|
|
39263
|
+
const __vue_module_identifier__$k = undefined;
|
|
39246
39264
|
/* functional template */
|
|
39247
39265
|
|
|
39248
|
-
const __vue_is_functional_template__$
|
|
39266
|
+
const __vue_is_functional_template__$k = false;
|
|
39249
39267
|
/* style inject SSR */
|
|
39250
39268
|
|
|
39251
39269
|
/* style inject shadow dom */
|
|
39252
39270
|
|
|
39253
|
-
const __vue_component__$
|
|
39254
|
-
render: __vue_render__$
|
|
39255
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
39256
|
-
}, __vue_inject_styles__$
|
|
39271
|
+
const __vue_component__$l = /*#__PURE__*/normalizeComponent({
|
|
39272
|
+
render: __vue_render__$j,
|
|
39273
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
39274
|
+
}, __vue_inject_styles__$k, __vue_script__$k, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
39257
39275
|
|
|
39258
|
-
var PTextField = __vue_component__$
|
|
39276
|
+
var PTextField = __vue_component__$l;
|
|
39259
39277
|
|
|
39260
39278
|
//
|
|
39261
39279
|
const TagInterface = {
|
|
@@ -39268,7 +39286,7 @@ const TagInterface = {
|
|
|
39268
39286
|
required: true
|
|
39269
39287
|
}
|
|
39270
39288
|
};
|
|
39271
|
-
const Size = ['small', 'medium', null, ''];
|
|
39289
|
+
const Size$1 = ['small', 'medium', null, ''];
|
|
39272
39290
|
/**
|
|
39273
39291
|
* <br/>
|
|
39274
39292
|
* <h4 style="font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
|
|
@@ -39276,7 +39294,7 @@ const Size = ['small', 'medium', null, ''];
|
|
|
39276
39294
|
* categorize objects. Tags can be added or removed from an object by merchants.</h4>
|
|
39277
39295
|
*/
|
|
39278
39296
|
|
|
39279
|
-
var script$
|
|
39297
|
+
var script$j = {
|
|
39280
39298
|
name: 'PTag',
|
|
39281
39299
|
components: {
|
|
39282
39300
|
PIcon
|
|
@@ -39305,7 +39323,7 @@ var script$g = {
|
|
|
39305
39323
|
size: {
|
|
39306
39324
|
type: String,
|
|
39307
39325
|
default: 'medium',
|
|
39308
|
-
...StringValidator$1('size', Size)
|
|
39326
|
+
...StringValidator$1('size', Size$1)
|
|
39309
39327
|
}
|
|
39310
39328
|
},
|
|
39311
39329
|
computed: {
|
|
@@ -39326,10 +39344,10 @@ var script$g = {
|
|
|
39326
39344
|
};
|
|
39327
39345
|
|
|
39328
39346
|
/* script */
|
|
39329
|
-
const __vue_script__$
|
|
39347
|
+
const __vue_script__$j = script$j;
|
|
39330
39348
|
/* template */
|
|
39331
39349
|
|
|
39332
|
-
var __vue_render__$
|
|
39350
|
+
var __vue_render__$i = function () {
|
|
39333
39351
|
var _vm = this;
|
|
39334
39352
|
|
|
39335
39353
|
var _h = _vm.$createElement;
|
|
@@ -39359,31 +39377,31 @@ var __vue_render__$f = function () {
|
|
|
39359
39377
|
})], 1) : _vm._e()]);
|
|
39360
39378
|
};
|
|
39361
39379
|
|
|
39362
|
-
var __vue_staticRenderFns__$
|
|
39380
|
+
var __vue_staticRenderFns__$i = [];
|
|
39363
39381
|
/* style */
|
|
39364
39382
|
|
|
39365
|
-
const __vue_inject_styles__$
|
|
39383
|
+
const __vue_inject_styles__$j = undefined;
|
|
39366
39384
|
/* scoped */
|
|
39367
39385
|
|
|
39368
|
-
const __vue_scope_id__$
|
|
39386
|
+
const __vue_scope_id__$j = undefined;
|
|
39369
39387
|
/* module identifier */
|
|
39370
39388
|
|
|
39371
|
-
const __vue_module_identifier__$
|
|
39389
|
+
const __vue_module_identifier__$j = undefined;
|
|
39372
39390
|
/* functional template */
|
|
39373
39391
|
|
|
39374
|
-
const __vue_is_functional_template__$
|
|
39392
|
+
const __vue_is_functional_template__$j = false;
|
|
39375
39393
|
/* style inject */
|
|
39376
39394
|
|
|
39377
39395
|
/* style inject SSR */
|
|
39378
39396
|
|
|
39379
39397
|
/* style inject shadow dom */
|
|
39380
39398
|
|
|
39381
|
-
const __vue_component__$
|
|
39382
|
-
render: __vue_render__$
|
|
39383
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
39384
|
-
}, __vue_inject_styles__$
|
|
39399
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
39400
|
+
render: __vue_render__$i,
|
|
39401
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
39402
|
+
}, __vue_inject_styles__$j, __vue_script__$j, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
|
|
39385
39403
|
|
|
39386
|
-
var PTag = __vue_component__$
|
|
39404
|
+
var PTag = __vue_component__$k;
|
|
39387
39405
|
|
|
39388
39406
|
//
|
|
39389
39407
|
//
|
|
@@ -39391,15 +39409,15 @@ var PTag = __vue_component__$h;
|
|
|
39391
39409
|
//
|
|
39392
39410
|
//
|
|
39393
39411
|
//
|
|
39394
|
-
var script$
|
|
39412
|
+
var script$i = {
|
|
39395
39413
|
name: 'PFilterItem'
|
|
39396
39414
|
};
|
|
39397
39415
|
|
|
39398
39416
|
/* script */
|
|
39399
|
-
const __vue_script__$
|
|
39417
|
+
const __vue_script__$i = script$i;
|
|
39400
39418
|
/* template */
|
|
39401
39419
|
|
|
39402
|
-
var __vue_render__$
|
|
39420
|
+
var __vue_render__$h = function () {
|
|
39403
39421
|
var _vm = this;
|
|
39404
39422
|
|
|
39405
39423
|
var _h = _vm.$createElement;
|
|
@@ -39411,33 +39429,33 @@ var __vue_render__$e = function () {
|
|
|
39411
39429
|
}, [_vm._t("default")], 2);
|
|
39412
39430
|
};
|
|
39413
39431
|
|
|
39414
|
-
var __vue_staticRenderFns__$
|
|
39432
|
+
var __vue_staticRenderFns__$h = [];
|
|
39415
39433
|
/* style */
|
|
39416
39434
|
|
|
39417
|
-
const __vue_inject_styles__$
|
|
39435
|
+
const __vue_inject_styles__$i = undefined;
|
|
39418
39436
|
/* scoped */
|
|
39419
39437
|
|
|
39420
|
-
const __vue_scope_id__$
|
|
39438
|
+
const __vue_scope_id__$i = undefined;
|
|
39421
39439
|
/* module identifier */
|
|
39422
39440
|
|
|
39423
|
-
const __vue_module_identifier__$
|
|
39441
|
+
const __vue_module_identifier__$i = undefined;
|
|
39424
39442
|
/* functional template */
|
|
39425
39443
|
|
|
39426
|
-
const __vue_is_functional_template__$
|
|
39444
|
+
const __vue_is_functional_template__$i = false;
|
|
39427
39445
|
/* style inject */
|
|
39428
39446
|
|
|
39429
39447
|
/* style inject SSR */
|
|
39430
39448
|
|
|
39431
39449
|
/* style inject shadow dom */
|
|
39432
39450
|
|
|
39433
|
-
const __vue_component__$
|
|
39434
|
-
render: __vue_render__$
|
|
39435
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
39436
|
-
}, __vue_inject_styles__$
|
|
39451
|
+
const __vue_component__$j = /*#__PURE__*/normalizeComponent({
|
|
39452
|
+
render: __vue_render__$h,
|
|
39453
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
39454
|
+
}, __vue_inject_styles__$i, __vue_script__$i, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
|
|
39437
39455
|
|
|
39438
|
-
var PFilterItem = __vue_component__$
|
|
39456
|
+
var PFilterItem = __vue_component__$j;
|
|
39439
39457
|
|
|
39440
|
-
var script$
|
|
39458
|
+
var script$h = {
|
|
39441
39459
|
name: 'PFilterItemWrapper',
|
|
39442
39460
|
props: {
|
|
39443
39461
|
position: {
|
|
@@ -39460,30 +39478,30 @@ var script$e = {
|
|
|
39460
39478
|
};
|
|
39461
39479
|
|
|
39462
39480
|
/* script */
|
|
39463
|
-
const __vue_script__$
|
|
39481
|
+
const __vue_script__$h = script$h;
|
|
39464
39482
|
/* template */
|
|
39465
39483
|
|
|
39466
39484
|
/* style */
|
|
39467
39485
|
|
|
39468
|
-
const __vue_inject_styles__$
|
|
39486
|
+
const __vue_inject_styles__$h = undefined;
|
|
39469
39487
|
/* scoped */
|
|
39470
39488
|
|
|
39471
|
-
const __vue_scope_id__$
|
|
39489
|
+
const __vue_scope_id__$h = undefined;
|
|
39472
39490
|
/* module identifier */
|
|
39473
39491
|
|
|
39474
|
-
const __vue_module_identifier__$
|
|
39492
|
+
const __vue_module_identifier__$h = undefined;
|
|
39475
39493
|
/* functional template */
|
|
39476
39494
|
|
|
39477
|
-
const __vue_is_functional_template__$
|
|
39495
|
+
const __vue_is_functional_template__$h = undefined;
|
|
39478
39496
|
/* style inject */
|
|
39479
39497
|
|
|
39480
39498
|
/* style inject SSR */
|
|
39481
39499
|
|
|
39482
39500
|
/* style inject shadow dom */
|
|
39483
39501
|
|
|
39484
|
-
const __vue_component__$
|
|
39502
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$h, __vue_script__$h, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
|
|
39485
39503
|
|
|
39486
|
-
var PFilterItemWrapper = __vue_component__$
|
|
39504
|
+
var PFilterItemWrapper = __vue_component__$i;
|
|
39487
39505
|
|
|
39488
39506
|
//
|
|
39489
39507
|
const ResourceNameInterface = {
|
|
@@ -39533,7 +39551,7 @@ const FilterInterface = {
|
|
|
39533
39551
|
* sans-serif;">Filter is a composite component that filters the items of a list or table.</h4>
|
|
39534
39552
|
*/
|
|
39535
39553
|
|
|
39536
|
-
var script$
|
|
39554
|
+
var script$g = {
|
|
39537
39555
|
name: 'PFilter',
|
|
39538
39556
|
components: {
|
|
39539
39557
|
PTextField,
|
|
@@ -39715,10 +39733,10 @@ var script$d = {
|
|
|
39715
39733
|
};
|
|
39716
39734
|
|
|
39717
39735
|
/* script */
|
|
39718
|
-
const __vue_script__$
|
|
39736
|
+
const __vue_script__$g = script$g;
|
|
39719
39737
|
/* template */
|
|
39720
39738
|
|
|
39721
|
-
var __vue_render__$
|
|
39739
|
+
var __vue_render__$g = function () {
|
|
39722
39740
|
var _vm = this;
|
|
39723
39741
|
|
|
39724
39742
|
var _h = _vm.$createElement;
|
|
@@ -39779,34 +39797,34 @@ var __vue_render__$d = function () {
|
|
|
39779
39797
|
}), 1) : _vm._e()])]);
|
|
39780
39798
|
};
|
|
39781
39799
|
|
|
39782
|
-
var __vue_staticRenderFns__$
|
|
39800
|
+
var __vue_staticRenderFns__$g = [];
|
|
39783
39801
|
/* style */
|
|
39784
39802
|
|
|
39785
|
-
const __vue_inject_styles__$
|
|
39803
|
+
const __vue_inject_styles__$g = undefined;
|
|
39786
39804
|
/* scoped */
|
|
39787
39805
|
|
|
39788
|
-
const __vue_scope_id__$
|
|
39806
|
+
const __vue_scope_id__$g = undefined;
|
|
39789
39807
|
/* module identifier */
|
|
39790
39808
|
|
|
39791
|
-
const __vue_module_identifier__$
|
|
39809
|
+
const __vue_module_identifier__$g = undefined;
|
|
39792
39810
|
/* functional template */
|
|
39793
39811
|
|
|
39794
|
-
const __vue_is_functional_template__$
|
|
39812
|
+
const __vue_is_functional_template__$g = false;
|
|
39795
39813
|
/* style inject */
|
|
39796
39814
|
|
|
39797
39815
|
/* style inject SSR */
|
|
39798
39816
|
|
|
39799
39817
|
/* style inject shadow dom */
|
|
39800
39818
|
|
|
39801
|
-
const __vue_component__$
|
|
39802
|
-
render: __vue_render__$
|
|
39803
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
39804
|
-
}, __vue_inject_styles__$
|
|
39819
|
+
const __vue_component__$h = /*#__PURE__*/normalizeComponent({
|
|
39820
|
+
render: __vue_render__$g,
|
|
39821
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
39822
|
+
}, __vue_inject_styles__$g, __vue_script__$g, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
39805
39823
|
|
|
39806
|
-
var PFilter = __vue_component__$
|
|
39824
|
+
var PFilter = __vue_component__$h;
|
|
39807
39825
|
|
|
39808
39826
|
//
|
|
39809
|
-
var script$
|
|
39827
|
+
var script$f = {
|
|
39810
39828
|
name: 'PCardHeader',
|
|
39811
39829
|
components: {
|
|
39812
39830
|
PStack,
|
|
@@ -39833,10 +39851,10 @@ var script$c = {
|
|
|
39833
39851
|
};
|
|
39834
39852
|
|
|
39835
39853
|
/* script */
|
|
39836
|
-
const __vue_script__$
|
|
39854
|
+
const __vue_script__$f = script$f;
|
|
39837
39855
|
/* template */
|
|
39838
39856
|
|
|
39839
|
-
var __vue_render__$
|
|
39857
|
+
var __vue_render__$f = function () {
|
|
39840
39858
|
var _vm = this;
|
|
39841
39859
|
|
|
39842
39860
|
var _h = _vm.$createElement;
|
|
@@ -39878,31 +39896,31 @@ var __vue_render__$c = function () {
|
|
|
39878
39896
|
})]], 2)])], 1)], 1);
|
|
39879
39897
|
};
|
|
39880
39898
|
|
|
39881
|
-
var __vue_staticRenderFns__$
|
|
39899
|
+
var __vue_staticRenderFns__$f = [];
|
|
39882
39900
|
/* style */
|
|
39883
39901
|
|
|
39884
|
-
const __vue_inject_styles__$
|
|
39902
|
+
const __vue_inject_styles__$f = undefined;
|
|
39885
39903
|
/* scoped */
|
|
39886
39904
|
|
|
39887
|
-
const __vue_scope_id__$
|
|
39905
|
+
const __vue_scope_id__$f = undefined;
|
|
39888
39906
|
/* module identifier */
|
|
39889
39907
|
|
|
39890
|
-
const __vue_module_identifier__$
|
|
39908
|
+
const __vue_module_identifier__$f = undefined;
|
|
39891
39909
|
/* functional template */
|
|
39892
39910
|
|
|
39893
|
-
const __vue_is_functional_template__$
|
|
39911
|
+
const __vue_is_functional_template__$f = false;
|
|
39894
39912
|
/* style inject */
|
|
39895
39913
|
|
|
39896
39914
|
/* style inject SSR */
|
|
39897
39915
|
|
|
39898
39916
|
/* style inject shadow dom */
|
|
39899
39917
|
|
|
39900
|
-
const __vue_component__$
|
|
39901
|
-
render: __vue_render__$
|
|
39902
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
39903
|
-
}, __vue_inject_styles__$
|
|
39918
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
39919
|
+
render: __vue_render__$f,
|
|
39920
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
39921
|
+
}, __vue_inject_styles__$f, __vue_script__$f, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
39904
39922
|
|
|
39905
|
-
var PCardHeader = __vue_component__$
|
|
39923
|
+
var PCardHeader = __vue_component__$g;
|
|
39906
39924
|
|
|
39907
39925
|
//
|
|
39908
39926
|
const HeadingTagName = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p'];
|
|
@@ -39912,7 +39930,7 @@ const HeadingTagName = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p'];
|
|
|
39912
39930
|
* sans-serif;">Subheadings are used for the title of any sub-sections in top-level page sections.</h4>
|
|
39913
39931
|
*/
|
|
39914
39932
|
|
|
39915
|
-
var script$
|
|
39933
|
+
var script$e = {
|
|
39916
39934
|
name: 'PSubheading',
|
|
39917
39935
|
props: {
|
|
39918
39936
|
/**
|
|
@@ -39933,10 +39951,10 @@ var script$b = {
|
|
|
39933
39951
|
};
|
|
39934
39952
|
|
|
39935
39953
|
/* script */
|
|
39936
|
-
const __vue_script__$
|
|
39954
|
+
const __vue_script__$e = script$e;
|
|
39937
39955
|
/* template */
|
|
39938
39956
|
|
|
39939
|
-
var __vue_render__$
|
|
39957
|
+
var __vue_render__$e = function () {
|
|
39940
39958
|
var _vm = this;
|
|
39941
39959
|
|
|
39942
39960
|
var _h = _vm.$createElement;
|
|
@@ -39949,34 +39967,34 @@ var __vue_render__$b = function () {
|
|
|
39949
39967
|
}, [_vm._t("default")], 2);
|
|
39950
39968
|
};
|
|
39951
39969
|
|
|
39952
|
-
var __vue_staticRenderFns__$
|
|
39970
|
+
var __vue_staticRenderFns__$e = [];
|
|
39953
39971
|
/* style */
|
|
39954
39972
|
|
|
39955
|
-
const __vue_inject_styles__$
|
|
39973
|
+
const __vue_inject_styles__$e = undefined;
|
|
39956
39974
|
/* scoped */
|
|
39957
39975
|
|
|
39958
|
-
const __vue_scope_id__$
|
|
39976
|
+
const __vue_scope_id__$e = undefined;
|
|
39959
39977
|
/* module identifier */
|
|
39960
39978
|
|
|
39961
|
-
const __vue_module_identifier__$
|
|
39979
|
+
const __vue_module_identifier__$e = undefined;
|
|
39962
39980
|
/* functional template */
|
|
39963
39981
|
|
|
39964
|
-
const __vue_is_functional_template__$
|
|
39982
|
+
const __vue_is_functional_template__$e = false;
|
|
39965
39983
|
/* style inject */
|
|
39966
39984
|
|
|
39967
39985
|
/* style inject SSR */
|
|
39968
39986
|
|
|
39969
39987
|
/* style inject shadow dom */
|
|
39970
39988
|
|
|
39971
|
-
const __vue_component__$
|
|
39972
|
-
render: __vue_render__$
|
|
39973
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
39974
|
-
}, __vue_inject_styles__$
|
|
39989
|
+
const __vue_component__$f = /*#__PURE__*/normalizeComponent({
|
|
39990
|
+
render: __vue_render__$e,
|
|
39991
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
39992
|
+
}, __vue_inject_styles__$e, __vue_script__$e, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
|
|
39975
39993
|
|
|
39976
|
-
var PSubheading = __vue_component__$
|
|
39994
|
+
var PSubheading = __vue_component__$f;
|
|
39977
39995
|
|
|
39978
39996
|
//
|
|
39979
|
-
var script$
|
|
39997
|
+
var script$d = {
|
|
39980
39998
|
name: 'PCardSection',
|
|
39981
39999
|
components: {
|
|
39982
40000
|
PSubheading
|
|
@@ -40012,10 +40030,10 @@ var script$a = {
|
|
|
40012
40030
|
};
|
|
40013
40031
|
|
|
40014
40032
|
/* script */
|
|
40015
|
-
const __vue_script__$
|
|
40033
|
+
const __vue_script__$d = script$d;
|
|
40016
40034
|
/* template */
|
|
40017
40035
|
|
|
40018
|
-
var __vue_render__$
|
|
40036
|
+
var __vue_render__$d = function () {
|
|
40019
40037
|
var _vm = this;
|
|
40020
40038
|
|
|
40021
40039
|
var _h = _vm.$createElement;
|
|
@@ -40031,31 +40049,31 @@ var __vue_render__$a = function () {
|
|
|
40031
40049
|
})], 2) : _vm._e(), _vm._v(" "), _vm._t("default")], 2);
|
|
40032
40050
|
};
|
|
40033
40051
|
|
|
40034
|
-
var __vue_staticRenderFns__$
|
|
40052
|
+
var __vue_staticRenderFns__$d = [];
|
|
40035
40053
|
/* style */
|
|
40036
40054
|
|
|
40037
|
-
const __vue_inject_styles__$
|
|
40055
|
+
const __vue_inject_styles__$d = undefined;
|
|
40038
40056
|
/* scoped */
|
|
40039
40057
|
|
|
40040
|
-
const __vue_scope_id__$
|
|
40058
|
+
const __vue_scope_id__$d = undefined;
|
|
40041
40059
|
/* module identifier */
|
|
40042
40060
|
|
|
40043
|
-
const __vue_module_identifier__$
|
|
40061
|
+
const __vue_module_identifier__$d = undefined;
|
|
40044
40062
|
/* functional template */
|
|
40045
40063
|
|
|
40046
|
-
const __vue_is_functional_template__$
|
|
40064
|
+
const __vue_is_functional_template__$d = false;
|
|
40047
40065
|
/* style inject */
|
|
40048
40066
|
|
|
40049
40067
|
/* style inject SSR */
|
|
40050
40068
|
|
|
40051
40069
|
/* style inject shadow dom */
|
|
40052
40070
|
|
|
40053
|
-
const __vue_component__$
|
|
40054
|
-
render: __vue_render__$
|
|
40055
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
40056
|
-
}, __vue_inject_styles__$
|
|
40071
|
+
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
40072
|
+
render: __vue_render__$d,
|
|
40073
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
40074
|
+
}, __vue_inject_styles__$d, __vue_script__$d, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
40057
40075
|
|
|
40058
|
-
var PCardSection = __vue_component__$
|
|
40076
|
+
var PCardSection = __vue_component__$e;
|
|
40059
40077
|
|
|
40060
40078
|
//
|
|
40061
40079
|
//
|
|
@@ -40063,15 +40081,15 @@ var PCardSection = __vue_component__$b;
|
|
|
40063
40081
|
//
|
|
40064
40082
|
//
|
|
40065
40083
|
//
|
|
40066
|
-
var script$
|
|
40084
|
+
var script$c = {
|
|
40067
40085
|
name: 'PCardFooter'
|
|
40068
40086
|
};
|
|
40069
40087
|
|
|
40070
40088
|
/* script */
|
|
40071
|
-
const __vue_script__$
|
|
40089
|
+
const __vue_script__$c = script$c;
|
|
40072
40090
|
/* template */
|
|
40073
40091
|
|
|
40074
|
-
var __vue_render__$
|
|
40092
|
+
var __vue_render__$c = function () {
|
|
40075
40093
|
var _vm = this;
|
|
40076
40094
|
|
|
40077
40095
|
var _h = _vm.$createElement;
|
|
@@ -40083,31 +40101,31 @@ var __vue_render__$9 = function () {
|
|
|
40083
40101
|
}, [_vm._t("default")], 2);
|
|
40084
40102
|
};
|
|
40085
40103
|
|
|
40086
|
-
var __vue_staticRenderFns__$
|
|
40104
|
+
var __vue_staticRenderFns__$c = [];
|
|
40087
40105
|
/* style */
|
|
40088
40106
|
|
|
40089
|
-
const __vue_inject_styles__$
|
|
40107
|
+
const __vue_inject_styles__$c = undefined;
|
|
40090
40108
|
/* scoped */
|
|
40091
40109
|
|
|
40092
|
-
const __vue_scope_id__$
|
|
40110
|
+
const __vue_scope_id__$c = undefined;
|
|
40093
40111
|
/* module identifier */
|
|
40094
40112
|
|
|
40095
|
-
const __vue_module_identifier__$
|
|
40113
|
+
const __vue_module_identifier__$c = undefined;
|
|
40096
40114
|
/* functional template */
|
|
40097
40115
|
|
|
40098
|
-
const __vue_is_functional_template__$
|
|
40116
|
+
const __vue_is_functional_template__$c = false;
|
|
40099
40117
|
/* style inject */
|
|
40100
40118
|
|
|
40101
40119
|
/* style inject SSR */
|
|
40102
40120
|
|
|
40103
40121
|
/* style inject shadow dom */
|
|
40104
40122
|
|
|
40105
|
-
const __vue_component__$
|
|
40106
|
-
render: __vue_render__$
|
|
40107
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
40108
|
-
}, __vue_inject_styles__$
|
|
40123
|
+
const __vue_component__$d = /*#__PURE__*/normalizeComponent({
|
|
40124
|
+
render: __vue_render__$c,
|
|
40125
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
40126
|
+
}, __vue_inject_styles__$c, __vue_script__$c, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
|
|
40109
40127
|
|
|
40110
|
-
var PCardFooter = __vue_component__$
|
|
40128
|
+
var PCardFooter = __vue_component__$d;
|
|
40111
40129
|
|
|
40112
40130
|
//
|
|
40113
40131
|
//
|
|
@@ -40124,7 +40142,7 @@ var PCardFooter = __vue_component__$a;
|
|
|
40124
40142
|
* used only in a graph or as a timestamp for a list item. On Android and iOS, it can also be used as help text or
|
|
40125
40143
|
* as other kinds of secondary text for list items.</h4>
|
|
40126
40144
|
*/
|
|
40127
|
-
var script$
|
|
40145
|
+
var script$b = {
|
|
40128
40146
|
name: 'PCaption',
|
|
40129
40147
|
props: {
|
|
40130
40148
|
/**
|
|
@@ -40138,10 +40156,10 @@ var script$8 = {
|
|
|
40138
40156
|
};
|
|
40139
40157
|
|
|
40140
40158
|
/* script */
|
|
40141
|
-
const __vue_script__$
|
|
40159
|
+
const __vue_script__$b = script$b;
|
|
40142
40160
|
/* template */
|
|
40143
40161
|
|
|
40144
|
-
var __vue_render__$
|
|
40162
|
+
var __vue_render__$b = function () {
|
|
40145
40163
|
var _vm = this;
|
|
40146
40164
|
|
|
40147
40165
|
var _h = _vm.$createElement;
|
|
@@ -40156,31 +40174,31 @@ var __vue_render__$8 = function () {
|
|
|
40156
40174
|
}, [_vm._t("default")], 2);
|
|
40157
40175
|
};
|
|
40158
40176
|
|
|
40159
|
-
var __vue_staticRenderFns__$
|
|
40177
|
+
var __vue_staticRenderFns__$b = [];
|
|
40160
40178
|
/* style */
|
|
40161
40179
|
|
|
40162
|
-
const __vue_inject_styles__$
|
|
40180
|
+
const __vue_inject_styles__$b = undefined;
|
|
40163
40181
|
/* scoped */
|
|
40164
40182
|
|
|
40165
|
-
const __vue_scope_id__$
|
|
40183
|
+
const __vue_scope_id__$b = undefined;
|
|
40166
40184
|
/* module identifier */
|
|
40167
40185
|
|
|
40168
|
-
const __vue_module_identifier__$
|
|
40186
|
+
const __vue_module_identifier__$b = undefined;
|
|
40169
40187
|
/* functional template */
|
|
40170
40188
|
|
|
40171
|
-
const __vue_is_functional_template__$
|
|
40189
|
+
const __vue_is_functional_template__$b = false;
|
|
40172
40190
|
/* style inject */
|
|
40173
40191
|
|
|
40174
40192
|
/* style inject SSR */
|
|
40175
40193
|
|
|
40176
40194
|
/* style inject shadow dom */
|
|
40177
40195
|
|
|
40178
|
-
const __vue_component__$
|
|
40179
|
-
render: __vue_render__$
|
|
40180
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
40181
|
-
}, __vue_inject_styles__$
|
|
40196
|
+
const __vue_component__$c = /*#__PURE__*/normalizeComponent({
|
|
40197
|
+
render: __vue_render__$b,
|
|
40198
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
40199
|
+
}, __vue_inject_styles__$b, __vue_script__$b, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
|
|
40182
40200
|
|
|
40183
|
-
var PCaption = __vue_component__$
|
|
40201
|
+
var PCaption = __vue_component__$c;
|
|
40184
40202
|
|
|
40185
40203
|
//
|
|
40186
40204
|
/**
|
|
@@ -40190,7 +40208,7 @@ var PCaption = __vue_component__$9;
|
|
|
40190
40208
|
* scan, read, and get things done.</h4>
|
|
40191
40209
|
*/
|
|
40192
40210
|
|
|
40193
|
-
var script$
|
|
40211
|
+
var script$a = {
|
|
40194
40212
|
name: 'PCard',
|
|
40195
40213
|
components: {
|
|
40196
40214
|
PCardFooter,
|
|
@@ -40254,10 +40272,10 @@ var script$7 = {
|
|
|
40254
40272
|
};
|
|
40255
40273
|
|
|
40256
40274
|
/* script */
|
|
40257
|
-
const __vue_script__$
|
|
40275
|
+
const __vue_script__$a = script$a;
|
|
40258
40276
|
/* template */
|
|
40259
40277
|
|
|
40260
|
-
var __vue_render__$
|
|
40278
|
+
var __vue_render__$a = function () {
|
|
40261
40279
|
var _vm = this;
|
|
40262
40280
|
|
|
40263
40281
|
var _h = _vm.$createElement;
|
|
@@ -40283,31 +40301,31 @@ var __vue_render__$7 = function () {
|
|
|
40283
40301
|
}, [_vm._t("children")], 2) : _vm._e()], 2)] : _vm._e(), _vm._v(" "), _vm.$slots.hasOwnProperty('default') ? [_vm.sectioned ? [_c('PCardSection', [_vm._t("default")], 2)] : [_vm._t("default")]] : _c('div', [_vm._t("default")], 2), _vm._v(" "), _vm.$slots.hasOwnProperty('footer') ? [_c('PCardFooter', [_vm._t("footer")], 2)] : _vm._e()], 2);
|
|
40284
40302
|
};
|
|
40285
40303
|
|
|
40286
|
-
var __vue_staticRenderFns__$
|
|
40304
|
+
var __vue_staticRenderFns__$a = [];
|
|
40287
40305
|
/* style */
|
|
40288
40306
|
|
|
40289
|
-
const __vue_inject_styles__$
|
|
40307
|
+
const __vue_inject_styles__$a = undefined;
|
|
40290
40308
|
/* scoped */
|
|
40291
40309
|
|
|
40292
|
-
const __vue_scope_id__$
|
|
40310
|
+
const __vue_scope_id__$a = undefined;
|
|
40293
40311
|
/* module identifier */
|
|
40294
40312
|
|
|
40295
|
-
const __vue_module_identifier__$
|
|
40313
|
+
const __vue_module_identifier__$a = undefined;
|
|
40296
40314
|
/* functional template */
|
|
40297
40315
|
|
|
40298
|
-
const __vue_is_functional_template__$
|
|
40316
|
+
const __vue_is_functional_template__$a = false;
|
|
40299
40317
|
/* style inject */
|
|
40300
40318
|
|
|
40301
40319
|
/* style inject SSR */
|
|
40302
40320
|
|
|
40303
40321
|
/* style inject shadow dom */
|
|
40304
40322
|
|
|
40305
|
-
const __vue_component__$
|
|
40306
|
-
render: __vue_render__$
|
|
40307
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
40308
|
-
}, __vue_inject_styles__$
|
|
40323
|
+
const __vue_component__$b = /*#__PURE__*/normalizeComponent({
|
|
40324
|
+
render: __vue_render__$a,
|
|
40325
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
40326
|
+
}, __vue_inject_styles__$a, __vue_script__$a, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
|
|
40309
40327
|
|
|
40310
|
-
var PCard = __vue_component__$
|
|
40328
|
+
var PCard = __vue_component__$b;
|
|
40311
40329
|
|
|
40312
40330
|
//
|
|
40313
40331
|
/**
|
|
@@ -40318,7 +40336,7 @@ var PCard = __vue_component__$8;
|
|
|
40318
40336
|
* full page in the admin is empty, and not for individual elements or areas in the interface.</h4>
|
|
40319
40337
|
*/
|
|
40320
40338
|
|
|
40321
|
-
var script$
|
|
40339
|
+
var script$9 = {
|
|
40322
40340
|
name: 'PEmptyState',
|
|
40323
40341
|
components: {
|
|
40324
40342
|
PImage,
|
|
@@ -40407,10 +40425,10 @@ var script$6 = {
|
|
|
40407
40425
|
};
|
|
40408
40426
|
|
|
40409
40427
|
/* script */
|
|
40410
|
-
const __vue_script__$
|
|
40428
|
+
const __vue_script__$9 = script$9;
|
|
40411
40429
|
/* template */
|
|
40412
40430
|
|
|
40413
|
-
var __vue_render__$
|
|
40431
|
+
var __vue_render__$9 = function () {
|
|
40414
40432
|
var _vm = this;
|
|
40415
40433
|
|
|
40416
40434
|
var _h = _vm.$createElement;
|
|
@@ -40472,31 +40490,31 @@ var __vue_render__$6 = function () {
|
|
|
40472
40490
|
})], 2)])])])], 1);
|
|
40473
40491
|
};
|
|
40474
40492
|
|
|
40475
|
-
var __vue_staticRenderFns__$
|
|
40493
|
+
var __vue_staticRenderFns__$9 = [];
|
|
40476
40494
|
/* style */
|
|
40477
40495
|
|
|
40478
|
-
const __vue_inject_styles__$
|
|
40496
|
+
const __vue_inject_styles__$9 = undefined;
|
|
40479
40497
|
/* scoped */
|
|
40480
40498
|
|
|
40481
|
-
const __vue_scope_id__$
|
|
40499
|
+
const __vue_scope_id__$9 = undefined;
|
|
40482
40500
|
/* module identifier */
|
|
40483
40501
|
|
|
40484
|
-
const __vue_module_identifier__$
|
|
40502
|
+
const __vue_module_identifier__$9 = undefined;
|
|
40485
40503
|
/* functional template */
|
|
40486
40504
|
|
|
40487
|
-
const __vue_is_functional_template__$
|
|
40505
|
+
const __vue_is_functional_template__$9 = false;
|
|
40488
40506
|
/* style inject */
|
|
40489
40507
|
|
|
40490
40508
|
/* style inject SSR */
|
|
40491
40509
|
|
|
40492
40510
|
/* style inject shadow dom */
|
|
40493
40511
|
|
|
40494
|
-
const __vue_component__$
|
|
40495
|
-
render: __vue_render__$
|
|
40496
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
40497
|
-
}, __vue_inject_styles__$
|
|
40512
|
+
const __vue_component__$a = /*#__PURE__*/normalizeComponent({
|
|
40513
|
+
render: __vue_render__$9,
|
|
40514
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
40515
|
+
}, __vue_inject_styles__$9, __vue_script__$9, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
|
|
40498
40516
|
|
|
40499
|
-
var PEmptyState = __vue_component__$
|
|
40517
|
+
var PEmptyState = __vue_component__$a;
|
|
40500
40518
|
|
|
40501
40519
|
//
|
|
40502
40520
|
const Headings = {
|
|
@@ -40558,7 +40576,7 @@ const Sort = {
|
|
|
40558
40576
|
* merchants compare and analyze the data.</h4>
|
|
40559
40577
|
*/
|
|
40560
40578
|
|
|
40561
|
-
var script$
|
|
40579
|
+
var script$8 = {
|
|
40562
40580
|
name: 'PDataTable',
|
|
40563
40581
|
components: {
|
|
40564
40582
|
PDataTableCellNew,
|
|
@@ -40844,10 +40862,10 @@ var script$5 = {
|
|
|
40844
40862
|
};
|
|
40845
40863
|
|
|
40846
40864
|
/* script */
|
|
40847
|
-
const __vue_script__$
|
|
40865
|
+
const __vue_script__$8 = script$8;
|
|
40848
40866
|
/* template */
|
|
40849
40867
|
|
|
40850
|
-
var __vue_render__$
|
|
40868
|
+
var __vue_render__$8 = function () {
|
|
40851
40869
|
var _vm = this;
|
|
40852
40870
|
|
|
40853
40871
|
var _h = _vm.$createElement;
|
|
@@ -41029,10 +41047,10 @@ var __vue_render__$5 = function () {
|
|
|
41029
41047
|
})], 2)], 1);
|
|
41030
41048
|
};
|
|
41031
41049
|
|
|
41032
|
-
var __vue_staticRenderFns__$
|
|
41050
|
+
var __vue_staticRenderFns__$8 = [];
|
|
41033
41051
|
/* style */
|
|
41034
41052
|
|
|
41035
|
-
const __vue_inject_styles__$
|
|
41053
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
41036
41054
|
if (!inject) return;
|
|
41037
41055
|
inject("data-v-157a18b9_0", {
|
|
41038
41056
|
source: ".Polaris-DataTable__Pagination[data-v-157a18b9]{text-align:center;padding:1.6rem;border-top:.1rem solid #e1e3e5;border-bottom-left-radius:.4rem;border-bottom-right-radius:.4rem}",
|
|
@@ -41043,27 +41061,27 @@ const __vue_inject_styles__$5 = function (inject) {
|
|
|
41043
41061
|
/* scoped */
|
|
41044
41062
|
|
|
41045
41063
|
|
|
41046
|
-
const __vue_scope_id__$
|
|
41064
|
+
const __vue_scope_id__$8 = "data-v-157a18b9";
|
|
41047
41065
|
/* module identifier */
|
|
41048
41066
|
|
|
41049
|
-
const __vue_module_identifier__$
|
|
41067
|
+
const __vue_module_identifier__$8 = undefined;
|
|
41050
41068
|
/* functional template */
|
|
41051
41069
|
|
|
41052
|
-
const __vue_is_functional_template__$
|
|
41070
|
+
const __vue_is_functional_template__$8 = false;
|
|
41053
41071
|
/* style inject SSR */
|
|
41054
41072
|
|
|
41055
41073
|
/* style inject shadow dom */
|
|
41056
41074
|
|
|
41057
|
-
const __vue_component__$
|
|
41058
|
-
render: __vue_render__$
|
|
41059
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
41060
|
-
}, __vue_inject_styles__$
|
|
41075
|
+
const __vue_component__$9 = /*#__PURE__*/normalizeComponent({
|
|
41076
|
+
render: __vue_render__$8,
|
|
41077
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
41078
|
+
}, __vue_inject_styles__$8, __vue_script__$8, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
41061
41079
|
|
|
41062
|
-
var PDataTable = __vue_component__$
|
|
41080
|
+
var PDataTable = __vue_component__$9;
|
|
41063
41081
|
|
|
41064
41082
|
//
|
|
41065
41083
|
const VerticalAlign = ['top', 'bottom', 'middle', 'baseline'];
|
|
41066
|
-
var script$
|
|
41084
|
+
var script$7 = {
|
|
41067
41085
|
name: 'PDataTableCol',
|
|
41068
41086
|
props: {
|
|
41069
41087
|
/**
|
|
@@ -41108,10 +41126,10 @@ var script$4 = {
|
|
|
41108
41126
|
};
|
|
41109
41127
|
|
|
41110
41128
|
/* script */
|
|
41111
|
-
const __vue_script__$
|
|
41129
|
+
const __vue_script__$7 = script$7;
|
|
41112
41130
|
/* template */
|
|
41113
41131
|
|
|
41114
|
-
var __vue_render__$
|
|
41132
|
+
var __vue_render__$7 = function () {
|
|
41115
41133
|
var _vm = this;
|
|
41116
41134
|
|
|
41117
41135
|
var _h = _vm.$createElement;
|
|
@@ -41128,10 +41146,10 @@ var __vue_render__$4 = function () {
|
|
|
41128
41146
|
}, [_vm._t("default")], 2);
|
|
41129
41147
|
};
|
|
41130
41148
|
|
|
41131
|
-
var __vue_staticRenderFns__$
|
|
41149
|
+
var __vue_staticRenderFns__$7 = [];
|
|
41132
41150
|
/* style */
|
|
41133
41151
|
|
|
41134
|
-
const __vue_inject_styles__$
|
|
41152
|
+
const __vue_inject_styles__$7 = function (inject) {
|
|
41135
41153
|
if (!inject) return;
|
|
41136
41154
|
inject("data-v-7d902277_0", {
|
|
41137
41155
|
source: "th[data-v-7d902277]:last-child{text-align:right}td[data-v-7d902277]:last-child{text-align:right}td:last-child>*[data-v-7d902277]{float:right}",
|
|
@@ -41142,23 +41160,23 @@ const __vue_inject_styles__$4 = function (inject) {
|
|
|
41142
41160
|
/* scoped */
|
|
41143
41161
|
|
|
41144
41162
|
|
|
41145
|
-
const __vue_scope_id__$
|
|
41163
|
+
const __vue_scope_id__$7 = "data-v-7d902277";
|
|
41146
41164
|
/* module identifier */
|
|
41147
41165
|
|
|
41148
|
-
const __vue_module_identifier__$
|
|
41166
|
+
const __vue_module_identifier__$7 = undefined;
|
|
41149
41167
|
/* functional template */
|
|
41150
41168
|
|
|
41151
|
-
const __vue_is_functional_template__$
|
|
41169
|
+
const __vue_is_functional_template__$7 = false;
|
|
41152
41170
|
/* style inject SSR */
|
|
41153
41171
|
|
|
41154
41172
|
/* style inject shadow dom */
|
|
41155
41173
|
|
|
41156
|
-
const __vue_component__$
|
|
41157
|
-
render: __vue_render__$
|
|
41158
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
41159
|
-
}, __vue_inject_styles__$
|
|
41174
|
+
const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
|
|
41175
|
+
render: __vue_render__$7,
|
|
41176
|
+
staticRenderFns: __vue_staticRenderFns__$7
|
|
41177
|
+
}, __vue_inject_styles__$7, __vue_script__$7, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
|
|
41160
41178
|
|
|
41161
|
-
var PDataTableCol = __vue_component__$
|
|
41179
|
+
var PDataTableCol = __vue_component__$8;
|
|
41162
41180
|
|
|
41163
41181
|
//
|
|
41164
41182
|
//
|
|
@@ -41166,15 +41184,15 @@ var PDataTableCol = __vue_component__$5;
|
|
|
41166
41184
|
//
|
|
41167
41185
|
//
|
|
41168
41186
|
//
|
|
41169
|
-
var script$
|
|
41187
|
+
var script$6 = {
|
|
41170
41188
|
name: 'PDataTableRow'
|
|
41171
41189
|
};
|
|
41172
41190
|
|
|
41173
41191
|
/* script */
|
|
41174
|
-
const __vue_script__$
|
|
41192
|
+
const __vue_script__$6 = script$6;
|
|
41175
41193
|
/* template */
|
|
41176
41194
|
|
|
41177
|
-
var __vue_render__$
|
|
41195
|
+
var __vue_render__$6 = function () {
|
|
41178
41196
|
var _vm = this;
|
|
41179
41197
|
|
|
41180
41198
|
var _h = _vm.$createElement;
|
|
@@ -41186,13 +41204,333 @@ var __vue_render__$3 = function () {
|
|
|
41186
41204
|
}, [_vm._t("default")], 2);
|
|
41187
41205
|
};
|
|
41188
41206
|
|
|
41207
|
+
var __vue_staticRenderFns__$6 = [];
|
|
41208
|
+
/* style */
|
|
41209
|
+
|
|
41210
|
+
const __vue_inject_styles__$6 = undefined;
|
|
41211
|
+
/* scoped */
|
|
41212
|
+
|
|
41213
|
+
const __vue_scope_id__$6 = "data-v-7a1bfd8a";
|
|
41214
|
+
/* module identifier */
|
|
41215
|
+
|
|
41216
|
+
const __vue_module_identifier__$6 = undefined;
|
|
41217
|
+
/* functional template */
|
|
41218
|
+
|
|
41219
|
+
const __vue_is_functional_template__$6 = false;
|
|
41220
|
+
/* style inject */
|
|
41221
|
+
|
|
41222
|
+
/* style inject SSR */
|
|
41223
|
+
|
|
41224
|
+
/* style inject shadow dom */
|
|
41225
|
+
|
|
41226
|
+
const __vue_component__$7 = /*#__PURE__*/normalizeComponent({
|
|
41227
|
+
render: __vue_render__$6,
|
|
41228
|
+
staticRenderFns: __vue_staticRenderFns__$6
|
|
41229
|
+
}, __vue_inject_styles__$6, __vue_script__$6, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
|
|
41230
|
+
|
|
41231
|
+
var PDataTableRow = __vue_component__$7;
|
|
41232
|
+
|
|
41233
|
+
//
|
|
41234
|
+
//
|
|
41235
|
+
//
|
|
41236
|
+
//
|
|
41237
|
+
//
|
|
41238
|
+
//
|
|
41239
|
+
|
|
41240
|
+
/**
|
|
41241
|
+
* <br/>
|
|
41242
|
+
* <h4 style="font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
|
|
41243
|
+
* sans-serif;">Skeleton body text is used to provide a low fidelity representation of content before it appears on the
|
|
41244
|
+
* page, and improves load times perceived by merchants. Can be used for content in or outside of a card.</h4>
|
|
41245
|
+
*/
|
|
41246
|
+
var script$5 = {
|
|
41247
|
+
name: 'PSkeletonBodyText',
|
|
41248
|
+
props: {
|
|
41249
|
+
/**
|
|
41250
|
+
* Number of line of skeleton
|
|
41251
|
+
*/
|
|
41252
|
+
lines: {
|
|
41253
|
+
type: Number,
|
|
41254
|
+
default: 3
|
|
41255
|
+
}
|
|
41256
|
+
}
|
|
41257
|
+
};
|
|
41258
|
+
|
|
41259
|
+
/* script */
|
|
41260
|
+
const __vue_script__$5 = script$5;
|
|
41261
|
+
/* template */
|
|
41262
|
+
|
|
41263
|
+
var __vue_render__$5 = function () {
|
|
41264
|
+
var _vm = this;
|
|
41265
|
+
|
|
41266
|
+
var _h = _vm.$createElement;
|
|
41267
|
+
|
|
41268
|
+
var _c = _vm._self._c || _h;
|
|
41269
|
+
|
|
41270
|
+
return _c('div', {
|
|
41271
|
+
staticClass: "Polaris-SkeletonBodyText__SkeletonBodyTextContainer"
|
|
41272
|
+
}, _vm._l(_vm.lines, function (line, i) {
|
|
41273
|
+
return _c('div', {
|
|
41274
|
+
key: i,
|
|
41275
|
+
staticClass: "Polaris-SkeletonBodyText"
|
|
41276
|
+
});
|
|
41277
|
+
}), 0);
|
|
41278
|
+
};
|
|
41279
|
+
|
|
41280
|
+
var __vue_staticRenderFns__$5 = [];
|
|
41281
|
+
/* style */
|
|
41282
|
+
|
|
41283
|
+
const __vue_inject_styles__$5 = undefined;
|
|
41284
|
+
/* scoped */
|
|
41285
|
+
|
|
41286
|
+
const __vue_scope_id__$5 = undefined;
|
|
41287
|
+
/* module identifier */
|
|
41288
|
+
|
|
41289
|
+
const __vue_module_identifier__$5 = undefined;
|
|
41290
|
+
/* functional template */
|
|
41291
|
+
|
|
41292
|
+
const __vue_is_functional_template__$5 = false;
|
|
41293
|
+
/* style inject */
|
|
41294
|
+
|
|
41295
|
+
/* style inject SSR */
|
|
41296
|
+
|
|
41297
|
+
/* style inject shadow dom */
|
|
41298
|
+
|
|
41299
|
+
const __vue_component__$6 = /*#__PURE__*/normalizeComponent({
|
|
41300
|
+
render: __vue_render__$5,
|
|
41301
|
+
staticRenderFns: __vue_staticRenderFns__$5
|
|
41302
|
+
}, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
|
|
41303
|
+
|
|
41304
|
+
var PSkeletonBodyText = __vue_component__$6;
|
|
41305
|
+
|
|
41306
|
+
//
|
|
41307
|
+
const Size = ['small', 'medium', 'large', 'extraLarge'];
|
|
41308
|
+
/**
|
|
41309
|
+
* <br/>
|
|
41310
|
+
* <h4 style="font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
|
|
41311
|
+
* sans-serif;">Skeleton display text is used to provide a low fidelity representation of content before it appears on
|
|
41312
|
+
* the page, and improves load times perceived by merchants. Can be used for content in or outside of a card.</h4>
|
|
41313
|
+
*/
|
|
41314
|
+
|
|
41315
|
+
var script$4 = {
|
|
41316
|
+
name: 'PSkeletonDisplayText',
|
|
41317
|
+
props: {
|
|
41318
|
+
/**
|
|
41319
|
+
* Size of Skeleton.
|
|
41320
|
+
*/
|
|
41321
|
+
size: {
|
|
41322
|
+
type: String,
|
|
41323
|
+
default: 'medium',
|
|
41324
|
+
...StringValidator$1('size', Size)
|
|
41325
|
+
}
|
|
41326
|
+
},
|
|
41327
|
+
computed: {
|
|
41328
|
+
className() {
|
|
41329
|
+
return classNames('Polaris-SkeletonDisplayText__DisplayText', this.size && `Polaris-SkeletonDisplayText--${variationName('size', this.size)}`);
|
|
41330
|
+
}
|
|
41331
|
+
|
|
41332
|
+
}
|
|
41333
|
+
};
|
|
41334
|
+
|
|
41335
|
+
/* script */
|
|
41336
|
+
const __vue_script__$4 = script$4;
|
|
41337
|
+
/* template */
|
|
41338
|
+
|
|
41339
|
+
var __vue_render__$4 = function () {
|
|
41340
|
+
var _vm = this;
|
|
41341
|
+
|
|
41342
|
+
var _h = _vm.$createElement;
|
|
41343
|
+
|
|
41344
|
+
var _c = _vm._self._c || _h;
|
|
41345
|
+
|
|
41346
|
+
return _c('div', {
|
|
41347
|
+
class: _vm.className
|
|
41348
|
+
});
|
|
41349
|
+
};
|
|
41350
|
+
|
|
41351
|
+
var __vue_staticRenderFns__$4 = [];
|
|
41352
|
+
/* style */
|
|
41353
|
+
|
|
41354
|
+
const __vue_inject_styles__$4 = undefined;
|
|
41355
|
+
/* scoped */
|
|
41356
|
+
|
|
41357
|
+
const __vue_scope_id__$4 = undefined;
|
|
41358
|
+
/* module identifier */
|
|
41359
|
+
|
|
41360
|
+
const __vue_module_identifier__$4 = undefined;
|
|
41361
|
+
/* functional template */
|
|
41362
|
+
|
|
41363
|
+
const __vue_is_functional_template__$4 = false;
|
|
41364
|
+
/* style inject */
|
|
41365
|
+
|
|
41366
|
+
/* style inject SSR */
|
|
41367
|
+
|
|
41368
|
+
/* style inject shadow dom */
|
|
41369
|
+
|
|
41370
|
+
const __vue_component__$5 = /*#__PURE__*/normalizeComponent({
|
|
41371
|
+
render: __vue_render__$4,
|
|
41372
|
+
staticRenderFns: __vue_staticRenderFns__$4
|
|
41373
|
+
}, __vue_inject_styles__$4, __vue_script__$4, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
|
|
41374
|
+
|
|
41375
|
+
var PSkeletonDisplayText = __vue_component__$5;
|
|
41376
|
+
|
|
41377
|
+
//
|
|
41378
|
+
/**
|
|
41379
|
+
* <br/>
|
|
41380
|
+
* <h4 style="font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
|
|
41381
|
+
* sans-serif;">Skeleton page is used with other skeleton loading components to provide a low fidelity representation
|
|
41382
|
+
* of the user interface (UI) before content appears on the page. It improves load times perceived by merchants.</h4>
|
|
41383
|
+
*/
|
|
41384
|
+
|
|
41385
|
+
var script$3 = {
|
|
41386
|
+
name: 'PSkeletonPage',
|
|
41387
|
+
components: {
|
|
41388
|
+
PSkeletonBodyText,
|
|
41389
|
+
PSkeletonDisplayText
|
|
41390
|
+
},
|
|
41391
|
+
props: {
|
|
41392
|
+
/**
|
|
41393
|
+
* Page title, in large type
|
|
41394
|
+
*/
|
|
41395
|
+
title: {
|
|
41396
|
+
type: String,
|
|
41397
|
+
default: null
|
|
41398
|
+
},
|
|
41399
|
+
|
|
41400
|
+
/**
|
|
41401
|
+
* Remove the normal max-width on the page
|
|
41402
|
+
*/
|
|
41403
|
+
fullWidth: {
|
|
41404
|
+
type: Boolean,
|
|
41405
|
+
default: false
|
|
41406
|
+
},
|
|
41407
|
+
|
|
41408
|
+
/**
|
|
41409
|
+
* Decreases the maximum layout width. Intended for single-column layouts
|
|
41410
|
+
*/
|
|
41411
|
+
narrowWidth: {
|
|
41412
|
+
type: Boolean,
|
|
41413
|
+
default: false
|
|
41414
|
+
},
|
|
41415
|
+
|
|
41416
|
+
/**
|
|
41417
|
+
* Shows a skeleton over the primary action
|
|
41418
|
+
*/
|
|
41419
|
+
primaryAction: {
|
|
41420
|
+
type: Boolean,
|
|
41421
|
+
default: false
|
|
41422
|
+
},
|
|
41423
|
+
|
|
41424
|
+
/**
|
|
41425
|
+
* Number of secondary page-level actions to display
|
|
41426
|
+
*/
|
|
41427
|
+
secondaryActions: {
|
|
41428
|
+
type: Number
|
|
41429
|
+
},
|
|
41430
|
+
|
|
41431
|
+
/**
|
|
41432
|
+
* Shows a skeleton over the breadcrumb
|
|
41433
|
+
*/
|
|
41434
|
+
breadcrumbs: {
|
|
41435
|
+
type: Boolean,
|
|
41436
|
+
default: false
|
|
41437
|
+
}
|
|
41438
|
+
},
|
|
41439
|
+
computed: {
|
|
41440
|
+
className() {
|
|
41441
|
+
return classNames('Polaris-SkeletonPage__Page', this.fullWidth && 'Polaris-SkeletonPage--fullWidth', this.narrowWidth && 'Polaris-SkeletonPage--narrowWidth');
|
|
41442
|
+
}
|
|
41443
|
+
|
|
41444
|
+
},
|
|
41445
|
+
methods: {
|
|
41446
|
+
renderSecondaryActions(actionCount) {
|
|
41447
|
+
if (typeof actionCount === 'number') {
|
|
41448
|
+
const actions = [];
|
|
41449
|
+
|
|
41450
|
+
for (let i = 0; i < actionCount; i++) {
|
|
41451
|
+
const width = Math.round(Math.random() * 40 + 60);
|
|
41452
|
+
actions.push({
|
|
41453
|
+
width: {
|
|
41454
|
+
/* tslint:disable-next-line */
|
|
41455
|
+
'width': `${width}px`
|
|
41456
|
+
},
|
|
41457
|
+
key: i
|
|
41458
|
+
});
|
|
41459
|
+
}
|
|
41460
|
+
|
|
41461
|
+
return actions;
|
|
41462
|
+
}
|
|
41463
|
+
}
|
|
41464
|
+
|
|
41465
|
+
}
|
|
41466
|
+
};
|
|
41467
|
+
|
|
41468
|
+
/* script */
|
|
41469
|
+
const __vue_script__$3 = script$3;
|
|
41470
|
+
/* template */
|
|
41471
|
+
|
|
41472
|
+
var __vue_render__$3 = function () {
|
|
41473
|
+
var _vm = this;
|
|
41474
|
+
|
|
41475
|
+
var _h = _vm.$createElement;
|
|
41476
|
+
|
|
41477
|
+
var _c = _vm._self._c || _h;
|
|
41478
|
+
|
|
41479
|
+
return _c('div', {
|
|
41480
|
+
class: _vm.className,
|
|
41481
|
+
attrs: {
|
|
41482
|
+
"role": "status",
|
|
41483
|
+
"aria-label": "Page loading"
|
|
41484
|
+
}
|
|
41485
|
+
}, [_c('div', {
|
|
41486
|
+
staticClass: "Polaris-SkeletonPage__Header"
|
|
41487
|
+
}, [_vm.breadcrumbs ? _c('div', {
|
|
41488
|
+
staticClass: "Polaris-SkeletonPage__BreadcrumbAction",
|
|
41489
|
+
staticStyle: {
|
|
41490
|
+
"width": "60px"
|
|
41491
|
+
}
|
|
41492
|
+
}, [_c('PSkeletonBodyText', {
|
|
41493
|
+
attrs: {
|
|
41494
|
+
"lines": 1
|
|
41495
|
+
}
|
|
41496
|
+
})], 1) : _vm._e(), _vm._v(" "), _c('div', {
|
|
41497
|
+
staticClass: "Polaris-SkeletonPage__TitleAndPrimaryAction"
|
|
41498
|
+
}, [_c('div', {
|
|
41499
|
+
staticClass: "Polaris-SkeletonPage__TitleWrapper"
|
|
41500
|
+
}, [_vm.title !== null ? _c('h1', {
|
|
41501
|
+
staticClass: "Polaris-SkeletonPage__Title"
|
|
41502
|
+
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]) : _c('div', {
|
|
41503
|
+
staticClass: "Polaris-SkeletonPage__SkeletonTitle"
|
|
41504
|
+
})]), _vm._v(" "), _vm.primaryAction ? _c('div', {
|
|
41505
|
+
staticClass: "Polaris-SkeletonPage__PrimaryAction"
|
|
41506
|
+
}, [_c('PSkeletonDisplayText', {
|
|
41507
|
+
attrs: {
|
|
41508
|
+
"size": "large"
|
|
41509
|
+
}
|
|
41510
|
+
})], 1) : _vm._e()]), _vm._v(" "), _vm.secondaryActions !== 0 ? _c('div', {
|
|
41511
|
+
staticClass: "Polaris-SkeletonPage__Actions"
|
|
41512
|
+
}, _vm._l(_vm.renderSecondaryActions(_vm.secondaryActions), function (renderSecondaryAction) {
|
|
41513
|
+
return _c('div', {
|
|
41514
|
+
key: renderSecondaryAction.key,
|
|
41515
|
+
staticClass: "Polaris-SkeletonPage__Action",
|
|
41516
|
+
style: renderSecondaryAction.width
|
|
41517
|
+
}, [_c('PSkeletonBodyText', {
|
|
41518
|
+
attrs: {
|
|
41519
|
+
"lines": 1
|
|
41520
|
+
}
|
|
41521
|
+
})], 1);
|
|
41522
|
+
}), 0) : _vm._e()]), _vm._v(" "), _c('div', {
|
|
41523
|
+
staticClass: "Polaris-SkeletonPage__Content"
|
|
41524
|
+
}, [_vm._t("default")], 2)]);
|
|
41525
|
+
};
|
|
41526
|
+
|
|
41189
41527
|
var __vue_staticRenderFns__$3 = [];
|
|
41190
41528
|
/* style */
|
|
41191
41529
|
|
|
41192
41530
|
const __vue_inject_styles__$3 = undefined;
|
|
41193
41531
|
/* scoped */
|
|
41194
41532
|
|
|
41195
|
-
const __vue_scope_id__$3 = "data-v-
|
|
41533
|
+
const __vue_scope_id__$3 = "data-v-538661fa";
|
|
41196
41534
|
/* module identifier */
|
|
41197
41535
|
|
|
41198
41536
|
const __vue_module_identifier__$3 = undefined;
|
|
@@ -41210,7 +41548,7 @@ const __vue_component__$4 = /*#__PURE__*/normalizeComponent({
|
|
|
41210
41548
|
staticRenderFns: __vue_staticRenderFns__$3
|
|
41211
41549
|
}, __vue_inject_styles__$3, __vue_script__$3, __vue_scope_id__$3, __vue_is_functional_template__$3, __vue_module_identifier__$3, false, undefined, undefined, undefined);
|
|
41212
41550
|
|
|
41213
|
-
var
|
|
41551
|
+
var PSkeletonPage = __vue_component__$4;
|
|
41214
41552
|
|
|
41215
41553
|
//
|
|
41216
41554
|
var script$2 = {
|
|
@@ -41231,7 +41569,12 @@ var script$2 = {
|
|
|
41231
41569
|
PDataTableCol,
|
|
41232
41570
|
PDataTableRow,
|
|
41233
41571
|
PIcon,
|
|
41234
|
-
PTextStyle
|
|
41572
|
+
PTextStyle,
|
|
41573
|
+
PCard,
|
|
41574
|
+
PCardSection,
|
|
41575
|
+
PSkeletonPage,
|
|
41576
|
+
PSkeletonBodyText,
|
|
41577
|
+
PSkeletonDisplayText
|
|
41235
41578
|
},
|
|
41236
41579
|
props: ['shop_domain'],
|
|
41237
41580
|
|
|
@@ -41352,9 +41695,9 @@ var script$2 = {
|
|
|
41352
41695
|
return feature.value < 0 ? `Unlimited` : feature.value;
|
|
41353
41696
|
} else return feature.value;
|
|
41354
41697
|
} else if ((feature === null || feature === void 0 ? void 0 : feature.value_type) === 'array') {
|
|
41355
|
-
return JSON.parse(feature.value).join('
|
|
41698
|
+
return JSON.parse(feature.value).join(' ');
|
|
41356
41699
|
} else if ((feature === null || feature === void 0 ? void 0 : feature.value_type) === 'string') {
|
|
41357
|
-
return feature.value;
|
|
41700
|
+
return feature.value.replace('"', '').replace('"', '');
|
|
41358
41701
|
}
|
|
41359
41702
|
},
|
|
41360
41703
|
|
|
@@ -41435,6 +41778,7 @@ var script$2 = {
|
|
|
41435
41778
|
console.error(error);
|
|
41436
41779
|
});
|
|
41437
41780
|
this.features = featuresData.data.features;
|
|
41781
|
+
this.features = this.features.filter(item => item.hidden_feature !== true);
|
|
41438
41782
|
this.features = this.features.sort((featureA, featureB) => parseInt(featureA.display_order) - parseInt(featureB.display_order));
|
|
41439
41783
|
this.features = this.features.sort((featureA, featureB) => parseInt(featureA.group_order) - parseInt(featureB.group_order));
|
|
41440
41784
|
this.featuresByGroup = this.groupBy(this.features, 'group');
|
|
@@ -41476,7 +41820,71 @@ var __vue_render__$2 = function () {
|
|
|
41476
41820
|
|
|
41477
41821
|
var _c = _vm._self._c || _h;
|
|
41478
41822
|
|
|
41479
|
-
return _c('
|
|
41823
|
+
return !_vm.plans.length ? _c('PSkeletonPage', {
|
|
41824
|
+
attrs: {
|
|
41825
|
+
"title": "Skeleton Page",
|
|
41826
|
+
"fullWidth": false,
|
|
41827
|
+
"primaryAction": "",
|
|
41828
|
+
"secondaryActions": 2,
|
|
41829
|
+
"breadcrumbs": false
|
|
41830
|
+
}
|
|
41831
|
+
}, [_c('PLayout', [_c('PLayoutSection', {
|
|
41832
|
+
attrs: {
|
|
41833
|
+
"oneThird": ""
|
|
41834
|
+
}
|
|
41835
|
+
}, [_c('PCard', {
|
|
41836
|
+
attrs: {
|
|
41837
|
+
"sectioned": ""
|
|
41838
|
+
}
|
|
41839
|
+
}, [_c('PTextContainer', [_c('PSkeletonDisplayText', {
|
|
41840
|
+
attrs: {
|
|
41841
|
+
"size": "small"
|
|
41842
|
+
}
|
|
41843
|
+
}), _vm._v(" "), _c('PSkeletonBodyText')], 1)], 1)], 1), _vm._v(" "), _c('PLayoutSection', {
|
|
41844
|
+
attrs: {
|
|
41845
|
+
"oneThird": ""
|
|
41846
|
+
}
|
|
41847
|
+
}, [_c('PCard', {
|
|
41848
|
+
attrs: {
|
|
41849
|
+
"sectioned": ""
|
|
41850
|
+
}
|
|
41851
|
+
}, [_c('PTextContainer', [_c('PSkeletonDisplayText', {
|
|
41852
|
+
attrs: {
|
|
41853
|
+
"size": "small"
|
|
41854
|
+
}
|
|
41855
|
+
}), _vm._v(" "), _c('PSkeletonBodyText')], 1)], 1)], 1), _vm._v(" "), _c('PLayoutSection', {
|
|
41856
|
+
attrs: {
|
|
41857
|
+
"oneThird": ""
|
|
41858
|
+
}
|
|
41859
|
+
}, [_c('PCard', {
|
|
41860
|
+
attrs: {
|
|
41861
|
+
"sectioned": ""
|
|
41862
|
+
}
|
|
41863
|
+
}, [_c('PTextContainer', [_c('PSkeletonDisplayText', {
|
|
41864
|
+
attrs: {
|
|
41865
|
+
"size": "small"
|
|
41866
|
+
}
|
|
41867
|
+
}), _vm._v(" "), _c('PSkeletonBodyText')], 1)], 1)], 1)], 1), _vm._v(" "), _c('PLayout', {
|
|
41868
|
+
staticStyle: {
|
|
41869
|
+
"margin-top": "20px"
|
|
41870
|
+
}
|
|
41871
|
+
}, [_c('PLayoutSection', [_c('PCard', {
|
|
41872
|
+
attrs: {
|
|
41873
|
+
"sectioned": ""
|
|
41874
|
+
}
|
|
41875
|
+
}, [_c('PSkeletonBodyText')], 1), _vm._v(" "), _c('PCard', {
|
|
41876
|
+
attrs: {
|
|
41877
|
+
"sectioned": ""
|
|
41878
|
+
}
|
|
41879
|
+
}, [_c('PSkeletonBodyText')], 1), _vm._v(" "), _c('PCard', {
|
|
41880
|
+
attrs: {
|
|
41881
|
+
"sectioned": ""
|
|
41882
|
+
}
|
|
41883
|
+
}, [_c('PSkeletonBodyText')], 1), _vm._v(" "), _c('PCard', {
|
|
41884
|
+
attrs: {
|
|
41885
|
+
"sectioned": ""
|
|
41886
|
+
}
|
|
41887
|
+
}, [_c('PSkeletonBodyText')], 1)], 1)], 1)], 1) : _c('PPage', {
|
|
41480
41888
|
staticClass: "app-manager-plan-page custom-title",
|
|
41481
41889
|
attrs: {
|
|
41482
41890
|
"title": "Choose plan",
|
|
@@ -41684,9 +42092,12 @@ var __vue_render__$2 = function () {
|
|
|
41684
42092
|
}, [_vm._v(_vm._s(groupKey))])], 1) : _vm._e(), _vm._v(" "), _vm._l(featureGroup, function (feature, rIndex) {
|
|
41685
42093
|
return _c('PDataTableRow', {
|
|
41686
42094
|
key: "row-" + (rIndex + groupKey)
|
|
41687
|
-
}, [_c('PDataTableCol',
|
|
42095
|
+
}, [_c('PDataTableCol', {
|
|
42096
|
+
class: "feature__type__" + feature.value_type + " feature__class"
|
|
42097
|
+
}, [_vm._v(_vm._s(feature.name))]), _vm._v(" "), _vm._l(_vm.selectedPlan === 'monthly' ? _vm.monthlyPlan : _vm.yearlyPlan, function (plan, cIndex) {
|
|
41688
42098
|
return _c('PDataTableCol', {
|
|
41689
42099
|
key: "cell-" + cIndex + "-row-" + rIndex,
|
|
42100
|
+
class: "feature__type__" + feature.value_type,
|
|
41690
42101
|
style: _vm.activePlanStyle(plan)
|
|
41691
42102
|
}, [plan.features ? [feature.value_type === 'boolean' ? [plan.features[feature.uuid] ? _c('PIcon', {
|
|
41692
42103
|
attrs: {
|
|
@@ -41772,8 +42183,8 @@ var __vue_staticRenderFns__$2 = [];
|
|
|
41772
42183
|
|
|
41773
42184
|
const __vue_inject_styles__$2 = function (inject) {
|
|
41774
42185
|
if (!inject) return;
|
|
41775
|
-
inject("data-v-
|
|
41776
|
-
source: "@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);.app-manager-plan-page .plan-table td:last-child>[data-v-5a078dbb],.app-manager-plan-page .plan-table td:last-child>[data-v-7d902277]{float:none}.app-manager-plan-page .active{background:#f0f8f5}.app-manager-plan-page .plan-table td:last-child>[data-v-0d1b0d63]{float:none}.app-manager-plan-page .plan-table td{border:.01px solid #ececee!important;border-collapse:collapse!important}.app-manager-plan-page .plan-table .Polaris-DataTable__ScrollContainer{border-radius:12px;overflow:visible}.app-manager-plan-page .plan-table table{border-collapse:collapse!important}.app-manager-plan-page .custom-plan table{border-collapse:collapse!important}.app-manager-plan-page .custom-plan table thead .first-column{border-radius:12px 0 0 0;border-top:0!important;border-left:0!important}.app-manager-plan-page .custom-plan table thead .plan-heading.last-column{text-align:left!important;border-radius:0 12px 0 0;border-top:0!important}.app-manager-plan-page .custom-plan table thead .plan-heading{background-color:#fff;box-shadow:rgba(23,24,24,.05) 1px 0 8px,rgba(0,0,0,.15) 0 0 2px}.app-manager-plan-page .custom-plan table tbody tr:first-child{background-color:#fff;box-shadow:0 0 5px rgba(23,24,24,.05),0 1px 2px rgba(0,0,0,.15);border-radius:12px 0 0 0;overflow:hidden}.app-manager-plan-page .custom-plan table tbody tr:not(:first-child:last-child){background-color:#fff;overflow:hidden}.app-manager-plan-page .custom-plan table tbody tr:not(:first-child:last-child){background-color:#fff;box-shadow:0 0 5px rgba(23,24,24,.05),0 1px 2px rgba(0,0,0,.15);overflow:hidden}.app-manager-plan-page .custom-plan table tbody tr:not(:nth-last-child(2)){background-color:#fff;overflow:hidden}.app-manager-plan-page .custom-plan table tbody tr:not(:nth-last-child(2)){border-bottom:0}.app-manager-plan-page .custom-plan table tbody tr:last-child{border-bottom:0;background-color:transparent!important;box-shadow:none!important}.app-manager-plan-page .custom-plan table tbody tr:not(:last-child){pointer-events:none}.app-manager-plan-page .custom-plan table thead tr td{pointer-events:none}.app-manager-plan-page .custom-plan table tbody tr:first-child td:first-child{overflow:hidden;border-radius:12px 0 0 0}.app-manager-plan-page .custom-plan table tbody tr:nth-last-child(2){overflow:hidden;border-bottom-right-radius:12px;border-bottom-left-radius:12px}.app-manager-plan-page .custom-plan table tbody tr:nth-last-child(2) td:first-child{overflow:hidden;border-bottom:0!important;border-radius:0 0 0 12px}.app-manager-plan-page .custom-plan table tbody tr:nth-last-child(2) td:last-child{overflow:hidden;border-radius:0 0 12px}.app-manager-plan-page .custom-plan table tbody tr td:first-child{border-left:0!important;border-top:0!important;padding-left:20px}.app-manager-plan-page .custom-plan table tbody tr td:last-child{border-right:0!important;border-bottom:0!important;text-align:center!important}.app-manager-plan-page .custom-plan table thead tr td:last-child{border-right:0!important;border-bottom:0!important;text-align:center!important}.app-manager-plan-page .custom-plan table tbody td:not(:first-child){text-align:center!important}.app-manager-plan-page .custom-plan table tbody tr:last-child td:last-child{background:0 0;border-radius:0 0 12px 0}.app-manager-plan-page .custom-plan table tbody tr:last-child td{border:0!important;background:0 0}.app-manager-plan-page .custom-plan table tbody tr:last-child td:hover{border:0!important;background:0 0}.app-manager-plan-page .custom-plan tbody tr:last-child td.Polaris-DataTable__Cell--verticalAlignTop{background:0 0!important}.app-manager-plan-page .custom-plan table tbody tr:last-child{background:0 0;opacity:1}.app-manager-plan-page .custom-plan table tbody tr:last-child td:first-child{visibility:hidden}.app-manager-plan-page .plan-heading{padding-top:30px}.app-manager-plan-page .custom-plan .Polaris-Layout__Section{max-width:calc(100% - 2rem)!important}.app-manager-plan-page .later-link{text-align:center;clear:both;padding-top:15px}.app-manager-plan-page .plan-badge ul{text-align:center;padding-top:2rem;border-top:.1rem solid #e1e3e5}.app-manager-plan-page .plan-badge ul li{list-style:none;display:inline-block;padding-right:25px}.app-manager-plan-page .plan-badge ul li img{max-width:133px}.app-manager-plan-page .btn-group .Polaris-ButtonGroup__Item{margin-left:0!important;z-index:unset!important}.app-manager-plan-page.custom-title .Polaris-HorizontalDivider{background-color:#e2e3e4}.app-manager-plan-page .Polaris-Page__Content hr{border:1px solid #e2e3e4}.app-manager-plan-page .app-manager-group-row{background:0 0!important;padding:16px 16px 16px 20px!important}",
|
|
42186
|
+
inject("data-v-45a1de2b_0", {
|
|
42187
|
+
source: "@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);.app-manager .app-manager-plan-page .plan-table td:last-child>[data-v-5a078dbb],.app-manager .app-manager-plan-page .plan-table td:last-child>[data-v-7d902277]{float:none}.app-manager .app-manager-plan-page .active{background:#f0f8f5}.app-manager .app-manager-plan-page .plan-table td:last-child>[data-v-0d1b0d63]{float:none}.app-manager .app-manager-plan-page .plan-table td{border:.01px solid #ececee!important;border-collapse:collapse!important}.app-manager .app-manager-plan-page .plan-table .Polaris-DataTable__ScrollContainer{border-radius:12px;overflow:visible}.app-manager .app-manager-plan-page .plan-table table{border-collapse:collapse!important}.app-manager .app-manager-plan-page .custom-plan table{border-collapse:collapse!important}.app-manager .app-manager-plan-page .custom-plan table thead .first-column{border-radius:12px 0 0 0;border-top:0!important;border-left:0!important}.app-manager .app-manager-plan-page .custom-plan table thead .plan-heading.last-column{text-align:left!important;border-radius:0 12px 0 0;border-top:0!important}.app-manager .app-manager-plan-page .custom-plan table thead .plan-heading{background-color:#fff;box-shadow:rgba(23,24,24,.05) 1px 0 8px,rgba(0,0,0,.15) 0 0 2px}.app-manager .app-manager-plan-page .custom-plan table tbody tr:first-child{background-color:#fff;box-shadow:0 0 5px rgba(23,24,24,.05),0 1px 2px rgba(0,0,0,.15);border-radius:12px 0 0 0;overflow:hidden}.app-manager .app-manager-plan-page .custom-plan table tbody tr:not(:first-child:last-child){background-color:#fff;overflow:hidden}.app-manager .app-manager-plan-page .custom-plan table tbody tr:not(:first-child:last-child){background-color:#fff;box-shadow:0 0 5px rgba(23,24,24,.05),0 1px 2px rgba(0,0,0,.15);overflow:hidden}.app-manager .app-manager-plan-page .custom-plan table tbody tr:not(:nth-last-child(2)){background-color:#fff;overflow:hidden}.app-manager .app-manager-plan-page .custom-plan table tbody tr:not(:nth-last-child(2)){border-bottom:0}.app-manager .app-manager-plan-page .custom-plan table tbody tr:last-child{border-bottom:0;background-color:transparent!important;box-shadow:none!important}.app-manager .app-manager-plan-page .custom-plan table tbody tr:not(:last-child){pointer-events:none}.app-manager .app-manager-plan-page .custom-plan table thead tr td{pointer-events:none}.app-manager .app-manager-plan-page .custom-plan table tbody tr:first-child td:first-child{overflow:hidden;border-radius:12px 0 0 0}.app-manager .app-manager-plan-page .custom-plan table tbody tr:nth-last-child(2){overflow:hidden;border-bottom-right-radius:12px;border-bottom-left-radius:12px}.app-manager .app-manager-plan-page .custom-plan table tbody tr:nth-last-child(2) td:first-child{overflow:hidden;border-bottom:0!important;border-radius:0 0 0 12px}.app-manager .app-manager-plan-page .custom-plan table tbody tr:nth-last-child(2) td:last-child{overflow:hidden;border-radius:0 0 12px}.app-manager .app-manager-plan-page .custom-plan table tbody tr td:first-child{border-left:0!important;border-top:0!important;padding-left:20px}.app-manager .app-manager-plan-page .custom-plan table tbody tr td:last-child{border-right:0!important;border-bottom:0!important;text-align:center!important}.app-manager .app-manager-plan-page .custom-plan table thead tr td:last-child{border-right:0!important;border-bottom:0!important;text-align:center!important}.app-manager .app-manager-plan-page .custom-plan table tbody td:not(:first-child){text-align:center!important}.app-manager .app-manager-plan-page .custom-plan table tbody tr:last-child td:last-child{background:0 0;border-radius:0 0 12px 0}.app-manager .app-manager-plan-page .custom-plan table tbody tr:last-child td{border:0!important;background:0 0}.app-manager .app-manager-plan-page .custom-plan table tbody tr:last-child td:hover{border:0!important;background:0 0}.app-manager .app-manager-plan-page .custom-plan tbody tr:last-child td.Polaris-DataTable__Cell--verticalAlignTop{background:0 0!important}.app-manager .app-manager-plan-page .custom-plan table tbody tr:last-child{background:0 0;opacity:1}.app-manager .app-manager-plan-page .custom-plan table tbody tr:last-child td:first-child{visibility:hidden}.app-manager .app-manager-plan-page .plan-heading{padding-top:30px}.app-manager .app-manager-plan-page .custom-plan .Polaris-Layout__Section{max-width:calc(100% - 2rem)!important}.app-manager .app-manager-plan-page .later-link{text-align:center;clear:both;padding-top:15px}.app-manager .app-manager-plan-page .plan-badge ul{text-align:center;padding-top:2rem;border-top:.1rem solid #e1e3e5}.app-manager .app-manager-plan-page .plan-badge ul li{list-style:none;display:inline-block;padding-right:25px}.app-manager .app-manager-plan-page .plan-badge ul li img{max-width:133px}.app-manager .app-manager-plan-page .btn-group .Polaris-ButtonGroup__Item{margin-left:0!important;z-index:unset!important}.app-manager .app-manager-plan-page.custom-title .Polaris-HorizontalDivider{background-color:#e2e3e4}.app-manager .app-manager-plan-page .Polaris-Page__Content hr{border:1px solid #e2e3e4}.app-manager .app-manager-plan-page .app-manager-group-row{background:0 0!important;padding:16px 16px 16px 20px!important}.app-manager .app-manager-plan-page .feature__type__array{vertical-align:middle!important;word-spacing:999px;white-space:pre-line!important}.app-manager .app-manager-plan-page .Polaris-DataTable__Table{table-layout:fixed!important}.app-manager .app-manager-plan-page td{vertical-align:middle!important}.app-manager .app-manager-plan-page td.feature__class{word-wrap:break-word!important;white-space:normal!important}",
|
|
41777
42188
|
map: undefined,
|
|
41778
42189
|
media: undefined
|
|
41779
42190
|
});
|
|
@@ -41829,13 +42240,19 @@ var script$1 = {
|
|
|
41829
42240
|
PDataTableCol,
|
|
41830
42241
|
PDataTableRow,
|
|
41831
42242
|
PIcon,
|
|
41832
|
-
PTextStyle
|
|
42243
|
+
PTextStyle,
|
|
42244
|
+
PCardSection,
|
|
42245
|
+
PCard,
|
|
42246
|
+
PSkeletonDisplayText,
|
|
42247
|
+
PSkeletonBodyText,
|
|
42248
|
+
PSkeletonPage
|
|
41833
42249
|
},
|
|
41834
42250
|
props: ['shop_domain'],
|
|
41835
42251
|
|
|
41836
42252
|
data() {
|
|
41837
42253
|
return {
|
|
41838
|
-
|
|
42254
|
+
slideLength: 0,
|
|
42255
|
+
perPage: 0,
|
|
41839
42256
|
currentSlide: 0,
|
|
41840
42257
|
plan: {},
|
|
41841
42258
|
plans: [],
|
|
@@ -41982,9 +42399,9 @@ var script$1 = {
|
|
|
41982
42399
|
return feature.value < 0 ? `Unlimited` : feature.value;
|
|
41983
42400
|
} else return feature.value;
|
|
41984
42401
|
} else if ((feature === null || feature === void 0 ? void 0 : feature.value_type) === 'array') {
|
|
41985
|
-
return JSON.parse(feature.value).join('
|
|
42402
|
+
return JSON.parse(feature.value).join(' ');
|
|
41986
42403
|
} else if ((feature === null || feature === void 0 ? void 0 : feature.value_type) === 'string') {
|
|
41987
|
-
return feature.value;
|
|
42404
|
+
return feature.value.replace('"', '').replace('"', '');
|
|
41988
42405
|
}
|
|
41989
42406
|
},
|
|
41990
42407
|
|
|
@@ -42031,13 +42448,57 @@ var script$1 = {
|
|
|
42031
42448
|
|
|
42032
42449
|
async selectPlan(value) {
|
|
42033
42450
|
this.selectedPlan = value;
|
|
42034
|
-
|
|
42035
|
-
|
|
42036
|
-
|
|
42037
|
-
|
|
42038
|
-
|
|
42039
|
-
|
|
42040
|
-
|
|
42451
|
+
this.$nextTick(() => {
|
|
42452
|
+
this.slideLength = this.selectedPlan === 'monthly' ? this.monthlyPlan.length : this.yearlyPlan.length;
|
|
42453
|
+
this.perPage = this.slideLength >= 4 ? 4 : this.slideLength; // calculate and reset height of rows
|
|
42454
|
+
|
|
42455
|
+
this.features.forEach(feature => {
|
|
42456
|
+
let className = feature.value_type + '__type__' + feature.slug;
|
|
42457
|
+
let elements = document.querySelectorAll('.' + className);
|
|
42458
|
+
let maxHeight = 0;
|
|
42459
|
+
elements.forEach(item => {
|
|
42460
|
+
item.style.minHeight = 'unset';
|
|
42461
|
+
|
|
42462
|
+
if (maxHeight < item.offsetHeight) {
|
|
42463
|
+
maxHeight = item.offsetHeight;
|
|
42464
|
+
}
|
|
42465
|
+
});
|
|
42466
|
+
elements.forEach(item => {
|
|
42467
|
+
item.style.minHeight = maxHeight + 'px';
|
|
42468
|
+
});
|
|
42469
|
+
}); // remove first-slide and last-slide classes
|
|
42470
|
+
|
|
42471
|
+
let allSlides = document.getElementsByClassName('VueCarousel-slide');
|
|
42472
|
+
|
|
42473
|
+
for (let i = 0, max = allSlides.length; i < max; i++) {
|
|
42474
|
+
let slide = document.getElementById(allSlides[i].id);
|
|
42475
|
+
slide.classList.remove('first-slide');
|
|
42476
|
+
slide.classList.remove('last-slide');
|
|
42477
|
+
} // add first-slide and last-slide classes
|
|
42478
|
+
|
|
42479
|
+
|
|
42480
|
+
let pagesCount = this.slideLength;
|
|
42481
|
+
setTimeout(() => {
|
|
42482
|
+
let element = document.querySelector('.slide-0');
|
|
42483
|
+
|
|
42484
|
+
if (element) {
|
|
42485
|
+
element.classList.add('first-slide');
|
|
42486
|
+
|
|
42487
|
+
if (pagesCount < 4) {
|
|
42488
|
+
let lastSlideClass = '.slide-' + (pagesCount - 1);
|
|
42489
|
+
element = document.querySelector(lastSlideClass);
|
|
42490
|
+
element.classList.add('last-slide');
|
|
42491
|
+
} else {
|
|
42492
|
+
element = document.querySelector('.slide-3');
|
|
42493
|
+
element.classList.add('last-slide');
|
|
42494
|
+
}
|
|
42495
|
+
|
|
42496
|
+
if (document.querySelector('.VueCarousel-navigation-button.VueCarousel-navigation-prev')) {
|
|
42497
|
+
document.querySelector('.VueCarousel-navigation-button.VueCarousel-navigation-prev').style.left = -document.querySelector('.Polaris-ResourceList__ResourceListWrapper.features').offsetWidth + 'px';
|
|
42498
|
+
}
|
|
42499
|
+
}
|
|
42500
|
+
}, 100);
|
|
42501
|
+
});
|
|
42041
42502
|
},
|
|
42042
42503
|
|
|
42043
42504
|
headerClasses(firstColumn) {
|
|
@@ -42058,6 +42519,7 @@ var script$1 = {
|
|
|
42058
42519
|
console.error(error);
|
|
42059
42520
|
});
|
|
42060
42521
|
this.features = featuresData.data.features;
|
|
42522
|
+
this.features = this.features.filter(item => item.hidden_feature !== true);
|
|
42061
42523
|
this.features = this.features.sort((featureA, featureB) => parseInt(featureA.display_order) - parseInt(featureB.display_order));
|
|
42062
42524
|
const plansData = await axios.get(`${this.app_manager_config.baseUrl}/api/app-manager/plans`, {
|
|
42063
42525
|
params: {
|
|
@@ -42082,20 +42544,67 @@ var script$1 = {
|
|
|
42082
42544
|
|
|
42083
42545
|
this.default_plan_id = plansData.data.default_plan_id;
|
|
42084
42546
|
this.onboard = !this.plan;
|
|
42085
|
-
|
|
42547
|
+
this.$nextTick(() => {
|
|
42548
|
+
// calculate height of cell
|
|
42549
|
+
setTimeout(() => {
|
|
42550
|
+
let elements = document.querySelectorAll('.plan__price');
|
|
42551
|
+
let maxHeight = 0;
|
|
42552
|
+
elements.forEach(item => {
|
|
42553
|
+
if (maxHeight < item.offsetHeight) {
|
|
42554
|
+
maxHeight = item.offsetHeight;
|
|
42555
|
+
}
|
|
42556
|
+
});
|
|
42557
|
+
elements.forEach(item => {
|
|
42558
|
+
item.style.minHeight = maxHeight + 'px';
|
|
42559
|
+
});
|
|
42560
|
+
this.features.forEach(feature => {
|
|
42561
|
+
let className = feature.value_type + '__type__' + feature.slug;
|
|
42562
|
+
elements = document.querySelectorAll('.' + className);
|
|
42563
|
+
maxHeight = 0;
|
|
42564
|
+
elements.forEach(item => {
|
|
42565
|
+
if (maxHeight < item.offsetHeight) {
|
|
42566
|
+
maxHeight = item.offsetHeight;
|
|
42567
|
+
}
|
|
42568
|
+
});
|
|
42569
|
+
elements.forEach(item => {
|
|
42570
|
+
item.style.minHeight = maxHeight + 'px';
|
|
42571
|
+
});
|
|
42572
|
+
});
|
|
42573
|
+
}, 100); // remove fist-slide and last-slide classes from all slides
|
|
42086
42574
|
|
|
42087
|
-
|
|
42088
|
-
let initializeSliderComponent = setInterval(() => {
|
|
42089
|
-
let element = document.querySelector('.slide-0');
|
|
42575
|
+
let allSlides = document.getElementsByClassName('VueCarousel-slide');
|
|
42090
42576
|
|
|
42091
|
-
|
|
42092
|
-
|
|
42093
|
-
|
|
42094
|
-
|
|
42095
|
-
|
|
42096
|
-
|
|
42097
|
-
|
|
42098
|
-
|
|
42577
|
+
for (let i = 0, max = allSlides.length; i < max; i++) {
|
|
42578
|
+
let slide = document.getElementById(allSlides[i].id);
|
|
42579
|
+
slide.classList.remove('first-slide');
|
|
42580
|
+
slide.classList.remove('last-slide');
|
|
42581
|
+
} // add first-slide and last-slide
|
|
42582
|
+
|
|
42583
|
+
|
|
42584
|
+
this.slideLength = this.selectedPlan === 'monthly' ? this.monthlyPlan.length : this.yearlyPlan.length;
|
|
42585
|
+
this.perPage = this.slideLength >= 4 ? 4 : this.slideLength;
|
|
42586
|
+
let pagesCount = this.slideLength;
|
|
42587
|
+
setTimeout(() => {
|
|
42588
|
+
let element = document.querySelector('.slide-0');
|
|
42589
|
+
|
|
42590
|
+
if (element) {
|
|
42591
|
+
element.classList.add('first-slide');
|
|
42592
|
+
|
|
42593
|
+
if (pagesCount < 4) {
|
|
42594
|
+
let lastSlideClass = '.slide-' + (pagesCount - 1);
|
|
42595
|
+
element = document.querySelector(lastSlideClass);
|
|
42596
|
+
element.classList.add('last-slide');
|
|
42597
|
+
} else {
|
|
42598
|
+
element = document.querySelector('.slide-3');
|
|
42599
|
+
element.classList.add('last-slide');
|
|
42600
|
+
}
|
|
42601
|
+
|
|
42602
|
+
if (document.querySelector('.VueCarousel-navigation-button.VueCarousel-navigation-prev')) {
|
|
42603
|
+
document.querySelector('.VueCarousel-navigation-button.VueCarousel-navigation-prev').style.left = -document.querySelector('.Polaris-ResourceList__ResourceListWrapper.features').offsetWidth + 'px';
|
|
42604
|
+
}
|
|
42605
|
+
}
|
|
42606
|
+
}, 100);
|
|
42607
|
+
});
|
|
42099
42608
|
}
|
|
42100
42609
|
|
|
42101
42610
|
};
|
|
@@ -42111,8 +42620,72 @@ var __vue_render__$1 = function () {
|
|
|
42111
42620
|
|
|
42112
42621
|
var _c = _vm._self._c || _h;
|
|
42113
42622
|
|
|
42114
|
-
return _c('
|
|
42115
|
-
|
|
42623
|
+
return !_vm.plans.length ? _c('PSkeletonPage', {
|
|
42624
|
+
attrs: {
|
|
42625
|
+
"title": "Skeleton Page",
|
|
42626
|
+
"fullWidth": false,
|
|
42627
|
+
"primaryAction": "",
|
|
42628
|
+
"secondaryActions": 2,
|
|
42629
|
+
"breadcrumbs": false
|
|
42630
|
+
}
|
|
42631
|
+
}, [_c('PLayout', [_c('PLayoutSection', {
|
|
42632
|
+
attrs: {
|
|
42633
|
+
"oneThird": ""
|
|
42634
|
+
}
|
|
42635
|
+
}, [_c('PCard', {
|
|
42636
|
+
attrs: {
|
|
42637
|
+
"sectioned": ""
|
|
42638
|
+
}
|
|
42639
|
+
}, [_c('PTextContainer', [_c('PSkeletonDisplayText', {
|
|
42640
|
+
attrs: {
|
|
42641
|
+
"size": "small"
|
|
42642
|
+
}
|
|
42643
|
+
}), _vm._v(" "), _c('PSkeletonBodyText')], 1)], 1)], 1), _vm._v(" "), _c('PLayoutSection', {
|
|
42644
|
+
attrs: {
|
|
42645
|
+
"oneThird": ""
|
|
42646
|
+
}
|
|
42647
|
+
}, [_c('PCard', {
|
|
42648
|
+
attrs: {
|
|
42649
|
+
"sectioned": ""
|
|
42650
|
+
}
|
|
42651
|
+
}, [_c('PTextContainer', [_c('PSkeletonDisplayText', {
|
|
42652
|
+
attrs: {
|
|
42653
|
+
"size": "small"
|
|
42654
|
+
}
|
|
42655
|
+
}), _vm._v(" "), _c('PSkeletonBodyText')], 1)], 1)], 1), _vm._v(" "), _c('PLayoutSection', {
|
|
42656
|
+
attrs: {
|
|
42657
|
+
"oneThird": ""
|
|
42658
|
+
}
|
|
42659
|
+
}, [_c('PCard', {
|
|
42660
|
+
attrs: {
|
|
42661
|
+
"sectioned": ""
|
|
42662
|
+
}
|
|
42663
|
+
}, [_c('PTextContainer', [_c('PSkeletonDisplayText', {
|
|
42664
|
+
attrs: {
|
|
42665
|
+
"size": "small"
|
|
42666
|
+
}
|
|
42667
|
+
}), _vm._v(" "), _c('PSkeletonBodyText')], 1)], 1)], 1)], 1), _vm._v(" "), _c('PLayout', {
|
|
42668
|
+
staticStyle: {
|
|
42669
|
+
"margin-top": "20px"
|
|
42670
|
+
}
|
|
42671
|
+
}, [_c('PLayoutSection', [_c('PCard', {
|
|
42672
|
+
attrs: {
|
|
42673
|
+
"sectioned": ""
|
|
42674
|
+
}
|
|
42675
|
+
}, [_c('PSkeletonBodyText')], 1), _vm._v(" "), _c('PCard', {
|
|
42676
|
+
attrs: {
|
|
42677
|
+
"sectioned": ""
|
|
42678
|
+
}
|
|
42679
|
+
}, [_c('PSkeletonBodyText')], 1), _vm._v(" "), _c('PCard', {
|
|
42680
|
+
attrs: {
|
|
42681
|
+
"sectioned": ""
|
|
42682
|
+
}
|
|
42683
|
+
}, [_c('PSkeletonBodyText')], 1), _vm._v(" "), _c('PCard', {
|
|
42684
|
+
attrs: {
|
|
42685
|
+
"sectioned": ""
|
|
42686
|
+
}
|
|
42687
|
+
}, [_c('PSkeletonBodyText')], 1)], 1)], 1)], 1) : _c('PPage', {
|
|
42688
|
+
staticClass: "app-manager-plan-page-slider custom-title",
|
|
42116
42689
|
attrs: {
|
|
42117
42690
|
"title": "Choose plan",
|
|
42118
42691
|
"subtitle": _vm.subtitleContent
|
|
@@ -42183,7 +42756,8 @@ var __vue_render__$1 = function () {
|
|
|
42183
42756
|
}, _vm._l(_vm.features, function (feature, key) {
|
|
42184
42757
|
return _c('li', {
|
|
42185
42758
|
key: key,
|
|
42186
|
-
staticClass: "Polaris-ResourceList__ItemWrapper pro_title"
|
|
42759
|
+
staticClass: "Polaris-ResourceList__ItemWrapper pro_title",
|
|
42760
|
+
class: feature.value_type + "__type__" + feature.slug + " feature__type__" + feature.value_type + " feature__class"
|
|
42187
42761
|
}, [_c('div', {
|
|
42188
42762
|
staticClass: "Polaris-ResourceList-Item__Container"
|
|
42189
42763
|
}, [_c('div', {
|
|
@@ -42217,11 +42791,25 @@ var __vue_render__$1 = function () {
|
|
|
42217
42791
|
}, [_c('div', {
|
|
42218
42792
|
staticClass: "plan__price",
|
|
42219
42793
|
style: _vm.activePlanStyle(plan)
|
|
42220
|
-
}, [_c('b', {
|
|
42794
|
+
}, [plan.price === 0 ? _c('div', [plan.name !== 'Free' ? _c('b', {
|
|
42221
42795
|
staticStyle: {
|
|
42222
42796
|
"font-size": "16px"
|
|
42223
42797
|
}
|
|
42224
|
-
}, [_vm._v(_vm._s(plan.name))]), _vm._v(" "),
|
|
42798
|
+
}, [_vm._v(_vm._s(plan.name))]) : _vm._e(), _vm._v(" "), _c('p', {
|
|
42799
|
+
staticStyle: {
|
|
42800
|
+
"display": "flex",
|
|
42801
|
+
"margin-top": "10px"
|
|
42802
|
+
}
|
|
42803
|
+
}, [_c('PHeading', {
|
|
42804
|
+
staticStyle: {
|
|
42805
|
+
"font-size": "25px",
|
|
42806
|
+
"font-weight": "700"
|
|
42807
|
+
}
|
|
42808
|
+
}, [_vm._v("Free")])], 1)]) : plan.discount && plan.discount > 0 ? _c('div', [_c('b', {
|
|
42809
|
+
staticStyle: {
|
|
42810
|
+
"font-size": "16px"
|
|
42811
|
+
}
|
|
42812
|
+
}, [_vm._v(_vm._s(plan.name))]), _vm._v(" "), _c('p', {
|
|
42225
42813
|
staticStyle: {
|
|
42226
42814
|
"display": "flex",
|
|
42227
42815
|
"margin-top": "10px"
|
|
@@ -42252,7 +42840,11 @@ var __vue_render__$1 = function () {
|
|
|
42252
42840
|
"margin-top": "3px",
|
|
42253
42841
|
"font-size": "14px"
|
|
42254
42842
|
}
|
|
42255
|
-
}, [_vm._v("/" + _vm._s(_vm.selectedPlan === 'monthly' ? "mo" : "year"))])], 1)]) : _c('div', [_c('
|
|
42843
|
+
}, [_vm._v("/" + _vm._s(_vm.selectedPlan === 'monthly' ? "mo" : "year"))])], 1)]) : _c('div', [_c('b', {
|
|
42844
|
+
staticStyle: {
|
|
42845
|
+
"font-size": "16px"
|
|
42846
|
+
}
|
|
42847
|
+
}, [_vm._v(_vm._s(plan.name))]), _vm._v(" "), _c('p', {
|
|
42256
42848
|
staticStyle: {
|
|
42257
42849
|
"display": "flex",
|
|
42258
42850
|
"margin-top": "10px"
|
|
@@ -42270,7 +42862,7 @@ var __vue_render__$1 = function () {
|
|
|
42270
42862
|
}, [_vm._v("/" + _vm._s(_vm.selectedPlan === 'monthly' ? "mo" : "year"))])], 1)])]), _vm._v(" "), _c('div', [_c('ul', [_vm._l(_vm.features, function (feature, key) {
|
|
42271
42863
|
return _c('li', {
|
|
42272
42864
|
key: key,
|
|
42273
|
-
class:
|
|
42865
|
+
class: feature.value_type + "__type__" + feature.slug + " feature__list feature__type__" + feature.value_type,
|
|
42274
42866
|
style: _vm.activePlanStyle(plan)
|
|
42275
42867
|
}, [_c('div', [plan.features && plan.features[feature.uuid] ? [plan.features[feature.uuid].value_type === 'boolean' ? [parseInt(plan.features[feature.uuid].value) === 1 ? _c('PIcon', {
|
|
42276
42868
|
attrs: {
|
|
@@ -42342,8 +42934,8 @@ var __vue_staticRenderFns__$1 = [];
|
|
|
42342
42934
|
|
|
42343
42935
|
const __vue_inject_styles__$1 = function (inject) {
|
|
42344
42936
|
if (!inject) return;
|
|
42345
|
-
inject("data-v-
|
|
42346
|
-
source: "@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);.app-manager .app-manager-plan-page ul{list-style:none;margin:0;padding:0}.app-manager .app-manager-plan-page .Polaris-Layout__Section .VueCarousel-slide li,.app-manager .app-manager-plan-page .Polaris-ResourceList__ResourceListWrapper.features li,.app-manager .app-manager-plan-page .plan__price{padding:16px 16px 16px 20px}.app-manager .app-manager-plan-page .Polaris-Layout.custom-plan .VueCarousel .plan__price,.app-manager .app-manager-plan-page .Polaris-Layout__Section .VueCarousel-slide li:not(:last-child),.app-manager .app-manager-plan-page .Polaris-ResourceList__ResourceListWrapper.features li{border-top:1px solid #ddd;border-right:1px solid #ddd;background:#fff}.app-manager .app-manager-plan-page .Polaris-ResourceList__ResourceListWrapper.features li{border-right:none;border-left:1px solid #ddd}.app-manager .app-manager-plan-page .plan__price{min-height:121px}.app-manager .app-manager-plan-page .Polaris-Layout__Section .VueCarousel-slide li:nth-last-child(2),.app-manager .app-manager-plan-page .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom:1px solid #ddd}.app-manager .app-manager-plan-page .Polaris-ResourceList__ResourceListWrapper.features li:first-child{border-top-left-radius:12px}.app-manager .app-manager-plan-page .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom-left-radius:12px}.app-manager .app-manager-plan-page .VueCarousel-inner .VueCarousel-slide.first-slide ul li:not(:last-child){border-left:1px solid #ddd}.app-manager .app-manager-plan-page .VueCarousel-inner .VueCarousel-slide.first-slide .plan__price{border-left:1px solid #ddd;box-shadow:none;border-top-left-radius:12px;overflow:hidden}.app-manager .app-manager-plan-page .VueCarousel-inner .VueCarousel-slide.last-slide ul li:nth-last-child(2){border-bottom-right-radius:12px}.app-manager .app-manager-plan-page .VueCarousel-inner .VueCarousel-slide.last-slide .plan__price{border-right:1px solid #ddd;box-shadow:none;border-top-right-radius:12px;overflow:hidden}.app-manager .app-manager-plan-page .VueCarousel-inner .VueCarousel-slide.last-slide{border-top-right-radius:12px}.app-manager .app-manager-plan-page .VueCarousel-inner .VueCarousel-slide.first-slide{border-top-left-radius:12px}.app-manager .app-manager-plan-page .VueCarousel .VueCarousel-inner li{text-align:center}.app-manager .app-manager-plan-page .VueCarousel-navigation-button{color:#257f60}",
|
|
42937
|
+
inject("data-v-88ac6e0e_0", {
|
|
42938
|
+
source: "@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);.app-manager .app-manager-plan-page-slider ul{list-style:none;margin:0;padding:0}.app-manager .app-manager-plan-page-slider .Polaris-Layout__Section .VueCarousel-slide li,.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li,.app-manager .app-manager-plan-page-slider .plan__price{padding:16px 16px 16px 20px}.app-manager .app-manager-plan-page-slider .Polaris-Layout.custom-plan .VueCarousel .plan__price,.app-manager .app-manager-plan-page-slider .Polaris-Layout__Section .VueCarousel-slide li:not(:last-child),.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li{border-top:1px solid #ddd;border-right:1px solid #ddd;background:#fff}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li{border-right:none;border-left:1px solid #ddd}.app-manager .app-manager-plan-page-slider .plan__price{min-height:121px}.app-manager .app-manager-plan-page-slider .Polaris-Layout__Section .VueCarousel-slide li:nth-last-child(2),.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom:1px solid #ddd}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:first-child{border-top-left-radius:12px}.app-manager .app-manager-plan-page-slider .Polaris-ResourceList__ResourceListWrapper.features li:last-child{border-bottom-left-radius:12px}.app-manager .app-manager-plan-page-slider .VueCarousel-inner .VueCarousel-slide.first-slide ul li:not(:last-child){border-left:1px solid #ddd}.app-manager .app-manager-plan-page-slider .VueCarousel-inner .VueCarousel-slide.first-slide .plan__price{border-left:1px solid #ddd;box-shadow:none;border-top-left-radius:12px;overflow:hidden}.app-manager .app-manager-plan-page-slider .VueCarousel-inner .VueCarousel-slide.last-slide ul li:nth-last-child(2){border-bottom-right-radius:12px}.app-manager .app-manager-plan-page-slider .VueCarousel-inner .VueCarousel-slide.last-slide .plan__price{border-right:1px solid #ddd;box-shadow:none;border-top-right-radius:12px;overflow:hidden}.app-manager .app-manager-plan-page-slider .VueCarousel-inner .VueCarousel-slide.last-slide{border-top-right-radius:12px}.app-manager .app-manager-plan-page-slider .VueCarousel-inner .VueCarousel-slide.first-slide{border-top-left-radius:12px}.app-manager .app-manager-plan-page-slider .VueCarousel .VueCarousel-inner li{text-align:center}.app-manager .app-manager-plan-page-slider .VueCarousel-navigation-button{color:#257f60}.app-manager .app-manager-plan-page-slider .btn-group .Polaris-ButtonGroup__Item{margin-left:0!important;z-index:unset!important}.app-manager .app-manager-plan-page-slider .feature__list,.app-manager .app-manager-plan-page-slider .feature__type__array{display:flex;align-items:center;word-spacing:999px;justify-content:center}.app-manager .app-manager-plan-page-slider .feature__type__array.feature__class{justify-content:left}",
|
|
42347
42939
|
map: undefined,
|
|
42348
42940
|
media: undefined
|
|
42349
42941
|
});
|
|
@@ -42439,7 +43031,7 @@ var __vue_component__$1 = __vue_component__;
|
|
|
42439
43031
|
|
|
42440
43032
|
var components = /*#__PURE__*/Object.freeze({
|
|
42441
43033
|
__proto__: null,
|
|
42442
|
-
Banners: __vue_component__$
|
|
43034
|
+
Banners: __vue_component__$T,
|
|
42443
43035
|
AppManagerGroupPlan: AppManagerGroupPlan,
|
|
42444
43036
|
PlanBanners: PlanBanners,
|
|
42445
43037
|
AppManagerSliderPlan: AppManagerSliderPlan,
|
|
@@ -42462,4 +43054,4 @@ const install = function installAppManagerVue(Vue) {
|
|
|
42462
43054
|
};
|
|
42463
43055
|
}; // Create module definition for Vue.use()
|
|
42464
43056
|
|
|
42465
|
-
export { AppManagerGroupPlan, __vue_component__$1 as AppManagerPlan, AppManagerSliderPlan, __vue_component__$
|
|
43057
|
+
export { AppManagerGroupPlan, __vue_component__$1 as AppManagerPlan, AppManagerSliderPlan, __vue_component__$T as Banners, PlanBanners, install as default };
|