@ng-atomic/common 3.5.0 → 4.0.0

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 (99) hide show
  1. package/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.directive.d.ts +1 -1
  2. package/esm2020/directives/ios-safari-scroll-buggyfill/ios-safari-scroll-buggyfill.module.mjs +2 -4
  3. package/esm2020/models/action-item.mjs +1 -1
  4. package/esm2020/models/action.mjs +2 -0
  5. package/esm2020/models/public_api.mjs +2 -1
  6. package/esm2020/pipes/domain/domain.module.mjs +2 -4
  7. package/esm2020/pipes/smart-clamp/smart-clamp.module.mjs +2 -4
  8. package/esm2020/pipes/smart-field/smart-field.module.mjs +2 -4
  9. package/esm2020/pipes/smart-sort-by/smart-sort-by.module.mjs +2 -4
  10. package/esm2020/pipes/yen/yen.module.mjs +2 -4
  11. package/esm2020/services/snack-bar/snack-bar.module.mjs +3 -5
  12. package/esm2020/stores/entity/entity.store.mjs +3 -9
  13. package/esm2020/utils/mat-dayjs-date/dayjs-date.adapter.mjs +1 -1
  14. package/esm2020/utils/mat-dayjs-date/dayjs-date.module.mjs +2 -2
  15. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +1 -3
  16. package/fesm2015/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
  17. package/fesm2015/ng-atomic-common-pipes-domain.mjs +1 -3
  18. package/fesm2015/ng-atomic-common-pipes-domain.mjs.map +1 -1
  19. package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs +1 -3
  20. package/fesm2015/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -1
  21. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs +1 -3
  22. package/fesm2015/ng-atomic-common-pipes-smart-field.mjs.map +1 -1
  23. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs +1 -3
  24. package/fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -1
  25. package/fesm2015/ng-atomic-common-pipes-yen.mjs +1 -3
  26. package/fesm2015/ng-atomic-common-pipes-yen.mjs.map +1 -1
  27. package/fesm2015/ng-atomic-common-services-snack-bar.mjs +2 -4
  28. package/fesm2015/ng-atomic-common-services-snack-bar.mjs.map +1 -1
  29. package/fesm2015/ng-atomic-common-stores-entity.mjs +2 -8
  30. package/fesm2015/ng-atomic-common-stores-entity.mjs.map +1 -1
  31. package/fesm2015/ng-atomic-common-utils.mjs +1 -1
  32. package/fesm2015/ng-atomic-common-utils.mjs.map +1 -1
  33. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs +1 -3
  34. package/fesm2020/ng-atomic-common-directives-ios-safari-scroll-buggyfill.mjs.map +1 -1
  35. package/fesm2020/ng-atomic-common-pipes-domain.mjs +1 -3
  36. package/fesm2020/ng-atomic-common-pipes-domain.mjs.map +1 -1
  37. package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs +1 -3
  38. package/fesm2020/ng-atomic-common-pipes-smart-clamp.mjs.map +1 -1
  39. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs +1 -3
  40. package/fesm2020/ng-atomic-common-pipes-smart-field.mjs.map +1 -1
  41. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs +1 -3
  42. package/fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs.map +1 -1
  43. package/fesm2020/ng-atomic-common-pipes-yen.mjs +1 -3
  44. package/fesm2020/ng-atomic-common-pipes-yen.mjs.map +1 -1
  45. package/fesm2020/ng-atomic-common-services-snack-bar.mjs +2 -4
  46. package/fesm2020/ng-atomic-common-services-snack-bar.mjs.map +1 -1
  47. package/fesm2020/ng-atomic-common-stores-entity.mjs +2 -8
  48. package/fesm2020/ng-atomic-common-stores-entity.mjs.map +1 -1
  49. package/fesm2020/ng-atomic-common-utils.mjs +1 -1
  50. package/fesm2020/ng-atomic-common-utils.mjs.map +1 -1
  51. package/models/action-item.d.ts +2 -3
  52. package/models/action-item.d.ts.map +1 -1
  53. package/models/action.d.ts +5 -0
  54. package/models/action.d.ts.map +1 -0
  55. package/models/public_api.d.ts +1 -0
  56. package/models/public_api.d.ts.map +1 -1
  57. package/package.json +23 -23
  58. package/pipes/domain/domain.pipe.d.ts +1 -1
  59. package/pipes/smart-clamp/smart-clamp.pipe.d.ts +1 -1
  60. package/pipes/smart-exp/smart-exp.pipe.d.ts +1 -1
  61. package/pipes/smart-field/smart-field.pipe.d.ts +1 -1
  62. package/pipes/smart-sort-by/smart-sort-by.pipe.d.ts +1 -1
  63. package/pipes/yen/yen.pipe.d.ts +1 -1
  64. package/stores/entity/entity.store.d.ts +0 -4
  65. package/stores/entity/entity.store.d.ts.map +1 -1
  66. package/utils/mat-dayjs-date/dayjs-date.adapter.d.ts.map +1 -1
  67. package/directives/ios-safari-scroll-buggyfill/ng-atomic-common-directives-ios-safari-scroll-buggyfill.d.ts +0 -6
  68. package/directives/ios-safari-scroll-buggyfill/package.json +0 -10
  69. package/models/ng-atomic-common-models.d.ts +0 -6
  70. package/models/package.json +0 -10
  71. package/ng-atomic-common.d.ts +0 -6
  72. package/pipes/domain/ng-atomic-common-pipes-domain.d.ts +0 -6
  73. package/pipes/domain/package.json +0 -10
  74. package/pipes/smart-clamp/ng-atomic-common-pipes-smart-clamp.d.ts +0 -6
  75. package/pipes/smart-clamp/package.json +0 -10
  76. package/pipes/smart-exp/ng-atomic-common-pipes-smart-exp.d.ts +0 -6
  77. package/pipes/smart-exp/package.json +0 -10
  78. package/pipes/smart-field/ng-atomic-common-pipes-smart-field.d.ts +0 -6
  79. package/pipes/smart-field/package.json +0 -10
  80. package/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.d.ts +0 -6
  81. package/pipes/smart-sort-by/package.json +0 -10
  82. package/pipes/yen/ng-atomic-common-pipes-yen.d.ts +0 -6
  83. package/pipes/yen/package.json +0 -10
  84. package/services/chips-manager/ng-atomic-common-services-chips-manager.d.ts +0 -6
  85. package/services/chips-manager/package.json +0 -10
  86. package/services/form/ng-atomic-common-services-form.d.ts +0 -6
  87. package/services/form/package.json +0 -10
  88. package/services/loading/ng-atomic-common-services-loading.d.ts +0 -6
  89. package/services/loading/package.json +0 -10
  90. package/services/query-resolver/ng-atomic-common-services-query-resolver.d.ts +0 -6
  91. package/services/query-resolver/package.json +0 -10
  92. package/services/snack-bar/ng-atomic-common-services-snack-bar.d.ts +0 -6
  93. package/services/snack-bar/package.json +0 -10
  94. package/stores/entities/ng-atomic-common-stores-entities.d.ts +0 -6
  95. package/stores/entities/package.json +0 -10
  96. package/stores/entity/ng-atomic-common-stores-entity.d.ts +0 -6
  97. package/stores/entity/package.json +0 -10
  98. package/utils/ng-atomic-common-utils.d.ts +0 -6
  99. package/utils/package.json +0 -10
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
4
- "esm2020": "../../esm2020/pipes/smart-sort-by/ng-atomic-common-pipes-smart-sort-by.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-pipes-smart-sort-by.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-pipes-smart-sort-by.mjs",
7
- "typings": "ng-atomic-common-pipes-smart-sort-by.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/pipes/smart-sort-by"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/pipes/yen" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-pipes-yen.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-pipes-yen.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-pipes-yen.mjs",
4
- "esm2020": "../../esm2020/pipes/yen/ng-atomic-common-pipes-yen.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-pipes-yen.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-pipes-yen.mjs",
7
- "typings": "ng-atomic-common-pipes-yen.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/pipes/yen"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/services/chips-manager" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-services-chips-manager.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-services-chips-manager.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-services-chips-manager.mjs",
4
- "esm2020": "../../esm2020/services/chips-manager/ng-atomic-common-services-chips-manager.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-services-chips-manager.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-services-chips-manager.mjs",
7
- "typings": "ng-atomic-common-services-chips-manager.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/services/chips-manager"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/services/form" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-services-form.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-services-form.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-services-form.mjs",
4
- "esm2020": "../../esm2020/services/form/ng-atomic-common-services-form.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-services-form.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-services-form.mjs",
7
- "typings": "ng-atomic-common-services-form.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/services/form"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/services/loading" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-services-loading.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-services-loading.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-services-loading.mjs",
4
- "esm2020": "../../esm2020/services/loading/ng-atomic-common-services-loading.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-services-loading.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-services-loading.mjs",
7
- "typings": "ng-atomic-common-services-loading.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/services/loading"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/services/query-resolver" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-services-query-resolver.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-services-query-resolver.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-services-query-resolver.mjs",
4
- "esm2020": "../../esm2020/services/query-resolver/ng-atomic-common-services-query-resolver.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-services-query-resolver.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-services-query-resolver.mjs",
7
- "typings": "ng-atomic-common-services-query-resolver.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/services/query-resolver"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/services/snack-bar" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-services-snack-bar.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-services-snack-bar.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-services-snack-bar.mjs",
4
- "esm2020": "../../esm2020/services/snack-bar/ng-atomic-common-services-snack-bar.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-services-snack-bar.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-services-snack-bar.mjs",
7
- "typings": "ng-atomic-common-services-snack-bar.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/services/snack-bar"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/stores/entities" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-stores-entities.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-stores-entities.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-stores-entities.mjs",
4
- "esm2020": "../../esm2020/stores/entities/ng-atomic-common-stores-entities.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-stores-entities.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-stores-entities.mjs",
7
- "typings": "ng-atomic-common-stores-entities.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/stores/entities"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/stores/entity" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-stores-entity.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../../fesm2015/ng-atomic-common-stores-entity.mjs",
3
- "es2020": "../../fesm2020/ng-atomic-common-stores-entity.mjs",
4
- "esm2020": "../../esm2020/stores/entity/ng-atomic-common-stores-entity.mjs",
5
- "fesm2020": "../../fesm2020/ng-atomic-common-stores-entity.mjs",
6
- "fesm2015": "../../fesm2015/ng-atomic-common-stores-entity.mjs",
7
- "typings": "ng-atomic-common-stores-entity.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/stores/entity"
10
- }
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@ng-atomic/common/utils" />
5
- export * from './index';
6
- //# sourceMappingURL=ng-atomic-common-utils.d.ts.map
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../fesm2015/ng-atomic-common-utils.mjs",
3
- "es2020": "../fesm2020/ng-atomic-common-utils.mjs",
4
- "esm2020": "../esm2020/utils/ng-atomic-common-utils.mjs",
5
- "fesm2020": "../fesm2020/ng-atomic-common-utils.mjs",
6
- "fesm2015": "../fesm2015/ng-atomic-common-utils.mjs",
7
- "typings": "ng-atomic-common-utils.d.ts",
8
- "sideEffects": false,
9
- "name": "@ng-atomic/common/utils"
10
- }