@designcrowd/fe-shared-lib 1.5.6-ast-masonry-1 → 1.5.6-ast-masonry-2

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": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.6-ast-masonry-1",
3
+ "version": "1.5.6-ast-masonry-2",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <vue-masonry-wall :items="items" :options="options">
2
+ <vue-masonry-wall :items="items" :options="options" :ssr="ssrConfig">
3
3
  <template #default="{ item }">
4
4
  <slot name="item" :item="item" />
5
5
  </template>
@@ -33,16 +33,6 @@ export default {
33
33
  required: false,
34
34
  default: undefined,
35
35
  },
36
- minColumns: {
37
- type: Number,
38
- required: false,
39
- default: undefined,
40
- },
41
- maxColumns: {
42
- type: Number,
43
- required: false,
44
- default: undefined,
45
- },
46
36
  },
47
37
  computed: {
48
38
  options() {
@@ -58,6 +48,13 @@ export default {
58
48
 
59
49
  return options;
60
50
  },
51
+ ssrConfig() {
52
+ // VueMasonryWall expects ssr: { columns: number }
53
+ if (this.ssrColumns) {
54
+ return { columns: this.ssrColumns };
55
+ }
56
+ return undefined;
57
+ },
61
58
  },
62
59
  };
63
60
  </script>
@@ -1,11 +1,11 @@
1
1
  {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Das Onboarding wurde noch nicht abgeschlossen.",
4
- "pendingVerification" : "Ausstehende Verifizierung",
5
- "connected" : "Verbunden",
6
- "inactive" : "Inaktiv",
7
- "addPaymentProvider" : "Zahlungsanbieter hinzufügen",
8
- "deletePaymentMethod" : "Zahlungsmethode löschen",
9
- "currencyLabel" : "Währung"
2
+ "sharedPaymentConfig": {
3
+ "onboardingIncomplete": "Das Onboarding wurde noch nicht abgeschlossen.",
4
+ "pendingVerification": "Ausstehende Verifizierung",
5
+ "connected": "Verbunden",
6
+ "inactive": "Inaktiv",
7
+ "addPaymentProvider": "Zahlungsanbieter hinzufügen",
8
+ "deletePaymentMethod": "Zahlungsmethode löschen",
9
+ "currencyLabel": "Währung"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Incorporación incompleta",
4
- "pendingVerification" : "Pendiente de verificación",
5
- "connected" : "Conectado",
6
- "inactive" : "Inactivo",
7
- "addPaymentProvider" : "Añadir proveedor de pago",
8
- "deletePaymentMethod" : "Eliminar método de pago",
9
- "currencyLabel" : "Moneda"
2
+ "sharedPaymentConfig": {
3
+ "onboardingIncomplete": "Incorporación incompleta",
4
+ "pendingVerification": "Pendiente de verificación",
5
+ "connected": "Conectado",
6
+ "inactive": "Inactivo",
7
+ "addPaymentProvider": "Añadir proveedor de pago",
8
+ "deletePaymentMethod": "Eliminar método de pago",
9
+ "currencyLabel": "Moneda"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Inscription incomplète",
4
- "pendingVerification" : "Vérification en attente",
5
- "connected" : "Connecté",
6
- "inactive" : "Inactif",
7
- "addPaymentProvider" : "Ajouter un fournisseur de paiement",
8
- "deletePaymentMethod" : "Supprimer le mode de paiement",
9
- "currencyLabel" : "Devise"
2
+ "sharedPaymentConfig": {
3
+ "onboardingIncomplete": "Inscription incomplète",
4
+ "pendingVerification": "Vérification en attente",
5
+ "connected": "Connecté",
6
+ "inactive": "Inactif",
7
+ "addPaymentProvider": "Ajouter un fournisseur de paiement",
8
+ "deletePaymentMethod": "Supprimer le mode de paiement",
9
+ "currencyLabel": "Devise"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Inscription incomplète",
4
- "pendingVerification" : "Vérification en attente",
5
- "connected" : "Connecté",
6
- "inactive" : "Inactif",
7
- "addPaymentProvider" : "Ajouter un fournisseur de paiement",
8
- "deletePaymentMethod" : "Supprimer le mode de paiement",
9
- "currencyLabel" : "Devise"
2
+ "sharedPaymentConfig": {
3
+ "onboardingIncomplete": "Inscription incomplète",
4
+ "pendingVerification": "Vérification en attente",
5
+ "connected": "Connecté",
6
+ "inactive": "Inactif",
7
+ "addPaymentProvider": "Ajouter un fournisseur de paiement",
8
+ "deletePaymentMethod": "Supprimer le mode de paiement",
9
+ "currencyLabel": "Devise"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Integração incompleta",
4
- "pendingVerification" : "Verificação Pendente",
5
- "connected" : "Conectado",
6
- "inactive" : "Inativo",
7
- "addPaymentProvider" : "Adicionar fornecedor de pagamentos",
8
- "deletePaymentMethod" : "Excluir método de pagamento",
9
- "currencyLabel" : "Moeda"
2
+ "sharedPaymentConfig": {
3
+ "onboardingIncomplete": "Integração incompleta",
4
+ "pendingVerification": "Verificação Pendente",
5
+ "connected": "Conectado",
6
+ "inactive": "Inativo",
7
+ "addPaymentProvider": "Adicionar fornecedor de pagamentos",
8
+ "deletePaymentMethod": "Excluir método de pagamento",
9
+ "currencyLabel": "Moeda"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
- "sharedPaymentConfig" : {
3
- "onboardingIncomplete" : "Integração incompleta",
4
- "pendingVerification" : "Verificação Pendente",
5
- "connected" : "Ligado",
6
- "inactive" : "Inativo",
7
- "addPaymentProvider" : "Adicionar fornecedor de pagamentos",
8
- "deletePaymentMethod" : "Eliminar método de pagamento",
9
- "currencyLabel" : "Moeda"
2
+ "sharedPaymentConfig": {
3
+ "onboardingIncomplete": "Integração incompleta",
4
+ "pendingVerification": "Verificação Pendente",
5
+ "connected": "Ligado",
6
+ "inactive": "Inativo",
7
+ "addPaymentProvider": "Adicionar fornecedor de pagamentos",
8
+ "deletePaymentMethod": "Eliminar método de pagamento",
9
+ "currencyLabel": "Moeda"
10
10
  }
11
11
  }