lorgg-v2-components 0.2.2 → 0.2.4

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.
Files changed (40) hide show
  1. package/dist/components/library/NavigationSide/NavigationSide.vue.d.ts +13 -1
  2. package/dist/components/library/NavigationSide/types.d.ts +6 -0
  3. package/dist/components/library/NavigationTop/NavigationTop.vue.d.ts +13 -1
  4. package/dist/components/library/NavigationTopDesktop/NavigationTopDesktop.vue.d.ts +11 -0
  5. package/dist/components/library/NavigationTopMobile/NavigationTopMobile.vue.d.ts +13 -1
  6. package/dist/components/setup/i18n.d.ts +536 -0
  7. package/dist/components/setup/icons.d.ts.map +1 -1
  8. package/dist/components/setup/locales/de.d.ts +41 -0
  9. package/dist/components/setup/locales/de.d.ts.map +1 -1
  10. package/dist/components/setup/locales/en.d.ts +44 -0
  11. package/dist/components/setup/locales/en.d.ts.map +1 -1
  12. package/dist/components/setup/locales/es.d.ts +41 -0
  13. package/dist/components/setup/locales/es.d.ts.map +1 -1
  14. package/dist/components/setup/locales/fr.d.ts +41 -0
  15. package/dist/components/setup/locales/fr.d.ts.map +1 -1
  16. package/dist/components/setup/locales/it.d.ts +41 -0
  17. package/dist/components/setup/locales/it.d.ts.map +1 -1
  18. package/dist/components/setup/locales/ja.d.ts +41 -0
  19. package/dist/components/setup/locales/ja.d.ts.map +1 -1
  20. package/dist/components/setup/locales/ko.d.ts +41 -0
  21. package/dist/components/setup/locales/ko.d.ts.map +1 -1
  22. package/dist/components/setup/locales/pl.d.ts +41 -0
  23. package/dist/components/setup/locales/pl.d.ts.map +1 -1
  24. package/dist/components/setup/locales/pt.d.ts +41 -0
  25. package/dist/components/setup/locales/pt.d.ts.map +1 -1
  26. package/dist/components/setup/locales/ru.d.ts +41 -0
  27. package/dist/components/setup/locales/ru.d.ts.map +1 -1
  28. package/dist/components/setup/locales/th.d.ts +41 -0
  29. package/dist/components/setup/locales/th.d.ts.map +1 -1
  30. package/dist/components/setup/locales/tr.d.ts +41 -0
  31. package/dist/components/setup/locales/tr.d.ts.map +1 -1
  32. package/dist/components/setup/locales/zh.d.ts +41 -0
  33. package/dist/components/setup/locales/zh.d.ts.map +1 -1
  34. package/dist/components/types/navigation.d.ts +6 -0
  35. package/dist/components/types/navigation.d.ts.map +1 -1
  36. package/dist/lorgg-components.cjs.js +52 -52
  37. package/dist/lorgg-components.css +1 -1
  38. package/dist/lorgg-components.es.js +3730 -3163
  39. package/dist/lorgg-components.umd.js +54 -54
  40. package/package.json +1 -1
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -415,8 +415,52 @@ declare const _default: {
415
415
  buyPremium: string;
416
416
  };
417
417
  };
418
+ premium: {
419
+ loading: string;
420
+ title: string;
421
+ description: string;
422
+ loginToSubscribe: string;
423
+ verifyToSubscribe: string;
424
+ verifyHint: string;
425
+ loadingPaymentUi: string;
426
+ cancelAutoRenew: string;
427
+ resumeAutoRenew: string;
428
+ updatePaymentMethod: string;
429
+ cancelSubmittedPending: string;
430
+ cancelCompleted: string;
431
+ resumeSubmittedPending: string;
432
+ resumeCompleted: string;
433
+ subscriptionStatus: string;
434
+ subscriptionEvent: {
435
+ renews: string;
436
+ cancels: string;
437
+ };
438
+ errors: {
439
+ loadPayment: string;
440
+ loadSubscription: string;
441
+ cancel: string;
442
+ resume: string;
443
+ };
444
+ adFree: {
445
+ title: string;
446
+ price: string;
447
+ changeAction: string;
448
+ feature1: string;
449
+ feature2: string;
450
+ };
451
+ premium: {
452
+ title: string;
453
+ price: string;
454
+ changeAction: string;
455
+ feature1: string;
456
+ feature2: string;
457
+ feature3: string;
458
+ feature4: string;
459
+ };
460
+ };
418
461
  navigation: {
419
462
  searchPlaceholder: string;
463
+ subscriptionStatus: string;
420
464
  };
421
465
  "profile-overview": string;
422
466
  "profile-statistics": string;
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA0bE"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAseE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"it.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ja.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"ko.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"ru.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}
@@ -360,6 +360,7 @@ declare const _default: {
360
360
  };
361
361
  navigation: {
362
362
  searchPlaceholder: string;
363
+ subscriptionStatus: string;
363
364
  };
364
365
  ads: {
365
366
  supportLorgg: string;
@@ -379,5 +380,45 @@ declare const _default: {
379
380
  buyPremium: string;
380
381
  };
381
382
  };
383
+ premium: {
384
+ loading: string;
385
+ title: string;
386
+ loginToSubscribe: string;
387
+ verifyToSubscribe: string;
388
+ verifyHint: string;
389
+ loadingPaymentUi: string;
390
+ cancelAutoRenew: string;
391
+ resumeAutoRenew: string;
392
+ updatePaymentMethod: string;
393
+ cancelCompleted: string;
394
+ resumeCompleted: string;
395
+ subscriptionStatus: string;
396
+ subscriptionEvent: {
397
+ renews: string;
398
+ cancels: string;
399
+ };
400
+ errors: {
401
+ loadPayment: string;
402
+ loadSubscription: string;
403
+ cancel: string;
404
+ resume: string;
405
+ };
406
+ adFree: {
407
+ title: string;
408
+ price: string;
409
+ changeAction: string;
410
+ feature1: string;
411
+ feature2: string;
412
+ };
413
+ premium: {
414
+ title: string;
415
+ price: string;
416
+ changeAction: string;
417
+ feature1: string;
418
+ feature2: string;
419
+ feature3: string;
420
+ feature4: string;
421
+ };
422
+ };
382
423
  };
383
424
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/th.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6XE"}
1
+ {"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../../src/components/setup/locales/th.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsaE"}