@hulkapps/app-manager-vue 2.4.5 → 2.4.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hulkapps/app-manager-vue",
3
- "version": "2.4.5",
3
+ "version": "2.4.7",
4
4
  "description": "Vue SDK to render app manager contents",
5
5
  "main": "dist/app-manager-vue.ssr.js",
6
6
  "browser": "dist/app-manager-vue.esm.js",
@@ -1,49 +1,49 @@
1
1
  <template>
2
- <PSkeletonPage :title="translateMe('Plans')"
3
- :fullWidth="false"
4
- primaryAction
5
- :secondaryActions="2"
6
- :breadcrumbs="false"
7
- v-if="planLoading">
8
- <PLayout>
9
- <PLayoutSection oneThird="">
10
- <PCard sectioned="">
11
- <PTextContainer>
12
- <PSkeletonDisplayText size="small" />
13
- <PSkeletonBodyText />
14
- </PTextContainer>
15
- </PCard>
16
- </PLayoutSection>
17
- <PLayoutSection oneThird="">
18
- <PCard sectioned="">
19
- <PTextContainer>
20
- <PSkeletonDisplayText size="small" />
21
- <PSkeletonBodyText />
22
- </PTextContainer>
23
- </PCard>
24
- </PLayoutSection>
25
- <PLayoutSection oneThird="">
26
- <PCard sectioned="">
27
- <PTextContainer>
28
- <PSkeletonDisplayText size="small" />
29
- <PSkeletonBodyText />
30
- </PTextContainer>
31
- </PCard>
32
- </PLayoutSection>
33
- </PLayout>
34
- <PLayout style="margin-top: 20px">
35
- <PLayoutSection>
36
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
37
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
38
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
39
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
40
- </PLayoutSection>
41
- </PLayout>
42
- </PSkeletonPage>
2
+ <!-- <PSkeletonPage :title="translateMe('Plans')"-->
3
+ <!-- :fullWidth="false"-->
4
+ <!-- primaryAction-->
5
+ <!-- :secondaryActions="2"-->
6
+ <!-- :breadcrumbs="false"-->
7
+ <!-- v-if="planLoading">-->
8
+ <!-- <PLayout>-->
9
+ <!-- <PLayoutSection oneThird="">-->
10
+ <!-- <PCard sectioned="">-->
11
+ <!-- <PTextContainer>-->
12
+ <!-- <PSkeletonDisplayText size="small" />-->
13
+ <!-- <PSkeletonBodyText />-->
14
+ <!-- </PTextContainer>-->
15
+ <!-- </PCard>-->
16
+ <!-- </PLayoutSection>-->
17
+ <!-- <PLayoutSection oneThird="">-->
18
+ <!-- <PCard sectioned="">-->
19
+ <!-- <PTextContainer>-->
20
+ <!-- <PSkeletonDisplayText size="small" />-->
21
+ <!-- <PSkeletonBodyText />-->
22
+ <!-- </PTextContainer>-->
23
+ <!-- </PCard>-->
24
+ <!-- </PLayoutSection>-->
25
+ <!-- <PLayoutSection oneThird="">-->
26
+ <!-- <PCard sectioned="">-->
27
+ <!-- <PTextContainer>-->
28
+ <!-- <PSkeletonDisplayText size="small" />-->
29
+ <!-- <PSkeletonBodyText />-->
30
+ <!-- </PTextContainer>-->
31
+ <!-- </PCard>-->
32
+ <!-- </PLayoutSection>-->
33
+ <!-- </PLayout>-->
34
+ <!-- <PLayout style="margin-top: 20px">-->
35
+ <!-- <PLayoutSection>-->
36
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
37
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
38
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
39
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
40
+ <!-- </PLayoutSection>-->
41
+ <!-- </PLayout>-->
42
+ <!-- </PSkeletonPage>-->
43
43
  <PEmptyState
44
44
  :heading="translateMe('No Plans')"
45
45
  image="https://cdn.shopify.com/s/files/1/0262/4071/2726/files/emptystate-files.png"
46
- v-else-if="!this.planLoading && this.plans.length === 0"
46
+ v-if="!this.planLoading && this.plans.length === 0"
47
47
  />
48
48
  <PPage
49
49
  class="app-manager-plan-page custom-title"
@@ -1,49 +1,49 @@
1
1
  <template>
2
- <PSkeletonPage :title="translateMe('Plans')"
3
- :fullWidth="false"
4
- primaryAction
5
- :secondaryActions="2"
6
- :breadcrumbs="false"
7
- v-if="planLoading">
8
- <PLayout>
9
- <PLayoutSection oneThird="">
10
- <PCard sectioned="">
11
- <PTextContainer>
12
- <PSkeletonDisplayText size="small" />
13
- <PSkeletonBodyText />
14
- </PTextContainer>
15
- </PCard>
16
- </PLayoutSection>
17
- <PLayoutSection oneThird="">
18
- <PCard sectioned="">
19
- <PTextContainer>
20
- <PSkeletonDisplayText size="small" />
21
- <PSkeletonBodyText />
22
- </PTextContainer>
23
- </PCard>
24
- </PLayoutSection>
25
- <PLayoutSection oneThird="">
26
- <PCard sectioned="">
27
- <PTextContainer>
28
- <PSkeletonDisplayText size="small" />
29
- <PSkeletonBodyText />
30
- </PTextContainer>
31
- </PCard>
32
- </PLayoutSection>
33
- </PLayout>
34
- <PLayout style="margin-top: 20px">
35
- <PLayoutSection>
36
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
37
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
38
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
39
- <PCard sectioned=""><PSkeletonBodyText /></PCard>
40
- </PLayoutSection>
41
- </PLayout>
42
- </PSkeletonPage>
2
+ <!-- <PSkeletonPage :title="translateMe('Plans')"-->
3
+ <!-- :fullWidth="false"-->
4
+ <!-- primaryAction-->
5
+ <!-- :secondaryActions="2"-->
6
+ <!-- :breadcrumbs="false"-->
7
+ <!-- v-if="planLoading">-->
8
+ <!-- <PLayout>-->
9
+ <!-- <PLayoutSection oneThird="">-->
10
+ <!-- <PCard sectioned="">-->
11
+ <!-- <PTextContainer>-->
12
+ <!-- <PSkeletonDisplayText size="small" />-->
13
+ <!-- <PSkeletonBodyText />-->
14
+ <!-- </PTextContainer>-->
15
+ <!-- </PCard>-->
16
+ <!-- </PLayoutSection>-->
17
+ <!-- <PLayoutSection oneThird="">-->
18
+ <!-- <PCard sectioned="">-->
19
+ <!-- <PTextContainer>-->
20
+ <!-- <PSkeletonDisplayText size="small" />-->
21
+ <!-- <PSkeletonBodyText />-->
22
+ <!-- </PTextContainer>-->
23
+ <!-- </PCard>-->
24
+ <!-- </PLayoutSection>-->
25
+ <!-- <PLayoutSection oneThird="">-->
26
+ <!-- <PCard sectioned="">-->
27
+ <!-- <PTextContainer>-->
28
+ <!-- <PSkeletonDisplayText size="small" />-->
29
+ <!-- <PSkeletonBodyText />-->
30
+ <!-- </PTextContainer>-->
31
+ <!-- </PCard>-->
32
+ <!-- </PLayoutSection>-->
33
+ <!-- </PLayout>-->
34
+ <!-- <PLayout style="margin-top: 20px">-->
35
+ <!-- <PLayoutSection>-->
36
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
37
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
38
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
39
+ <!-- <PCard sectioned=""><PSkeletonBodyText /></PCard>-->
40
+ <!-- </PLayoutSection>-->
41
+ <!-- </PLayout>-->
42
+ <!-- </PSkeletonPage>-->
43
43
  <PEmptyState
44
44
  :heading="translateMe('No Plans')"
45
45
  image="https://cdn.shopify.com/s/files/1/0262/4071/2726/files/emptystate-files.png"
46
- v-else-if="!this.planLoading && this.plans.length === 0"
46
+ v-if="!this.planLoading && this.plans.length === 0"
47
47
  >
48
48
  </PEmptyState>
49
49
  <PPage