@annalib/anna-feature-biz-rules 0.0.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.
Files changed (67) hide show
  1. package/README.md +63 -0
  2. package/advertiser-listing/index.d.ts +5 -0
  3. package/advertiser-listing/public-api.d.ts +5 -0
  4. package/advertiser-listing/src/advertiser-filter-modal/advertiser-filter-modal.component.d.ts +91 -0
  5. package/advertiser-listing/src/advertiser-filter-modal/models/advertiser-filter-modal.model.d.ts +13 -0
  6. package/advertiser-listing/src/advertiser-table-listing/advertiser-table-listing.component.d.ts +81 -0
  7. package/advertiser-listing/src/advertiser-table-listing/model/adv-table-listing.model.d.ts +24 -0
  8. package/advertiser-listing/src/advertiser-table-listing/services/adv-table-listing.service.d.ts +6 -0
  9. package/biz-rules-order-listing/index.d.ts +5 -0
  10. package/biz-rules-order-listing/public-api.d.ts +5 -0
  11. package/biz-rules-order-listing/src/biz-rules-order-listing.component.d.ts +139 -0
  12. package/biz-rules-order-listing/src/model/biz-rule-order-listing.constant.d.ts +35 -0
  13. package/biz-rules-order-listing/src/model/biz-rule-order-listing.model.d.ts +107 -0
  14. package/biz-rules-order-listing/src/service/automation-activated-and-pod.token.service.d.ts +24 -0
  15. package/biz-rules-order-listing/src/service/biz-rule-order-listing-backend.service.d.ts +18 -0
  16. package/business-rules/index.d.ts +5 -0
  17. package/business-rules/public-api.d.ts +27 -0
  18. package/business-rules/src/add-buyer-contact/models/add-buyer-contact.model.d.ts +13 -0
  19. package/business-rules/src/add-edit-buyer-contact-popup/add-edit-buyer-contact-popup.component.d.ts +53 -0
  20. package/business-rules/src/add-edit-buyer-contact-popup/services/buyer-contact-token.service.d.ts +6 -0
  21. package/business-rules/src/adu-rules/adu-rules.component.d.ts +88 -0
  22. package/business-rules/src/adu-rules/models/adu-rules.model.d.ts +84 -0
  23. package/business-rules/src/approval-config/approval-config.component.d.ts +49 -0
  24. package/business-rules/src/approval-config/services/approval-config.service.d.ts +10 -0
  25. package/business-rules/src/avatar/avatar.component.d.ts +18 -0
  26. package/business-rules/src/business-rule-page/business-rule-page.component.d.ts +95 -0
  27. package/business-rules/src/business-rule-page/models/business-rule-page.constants.d.ts +70 -0
  28. package/business-rules/src/business-rule-page/models/business-rule.model.d.ts +567 -0
  29. package/business-rules/src/business-rule-page/services/business-rule-common-SI-BI-logic.service.d.ts +19 -0
  30. package/business-rules/src/business-rules-history/business-rules-history.component.d.ts +44 -0
  31. package/business-rules/src/business-rules-history/models/biz-rule-history.model.d.ts +28 -0
  32. package/business-rules/src/business-rules-history-popup/business-rules-history-popup.component.d.ts +60 -0
  33. package/business-rules/src/business-rules-history-popup/models/business-rules-history-popup.model.d.ts +15 -0
  34. package/business-rules/src/buyer-contact-history/buyer-contact-history.component.d.ts +31 -0
  35. package/business-rules/src/buyer-contact-history/models/buyer-contact-history.model.d.ts +16 -0
  36. package/business-rules/src/buyer-contact-section/buyer-rep-contact-section.component.d.ts +43 -0
  37. package/business-rules/src/buyer-contact-section/models/buyer-contact.model.d.ts +52 -0
  38. package/business-rules/src/copy-biz-rules-popup/copy-biz-rules-popup.component.d.ts +91 -0
  39. package/business-rules/src/copy-biz-rules-popup/copy-business-rule-backend-service.token.d.ts +12 -0
  40. package/business-rules/src/copy-biz-rules-popup/models/copy-biz-rules.model.d.ts +47 -0
  41. package/business-rules/src/daypart-grouping-popup/daypart-grouping-popup.component.d.ts +31 -0
  42. package/business-rules/src/daypart-restrictions/daypart-restrictions.component.d.ts +62 -0
  43. package/business-rules/src/daypart-restrictions/pipe/replaceEnd.pipe.d.ts +7 -0
  44. package/business-rules/src/equivalent-and-higher-daypart/equivalent-and-higher-daypart.component.d.ts +39 -0
  45. package/business-rules/src/excluded-or-special-program/excluded-or-special-program.component.d.ts +58 -0
  46. package/business-rules/src/general-rules/general-rules.component.d.ts +105 -0
  47. package/business-rules/src/general-rules/models/general-rules-constant.d.ts +21 -0
  48. package/business-rules/src/inherit-biz-rule-approval-popup/inherit-biz-rule-approval-popup.component.d.ts +66 -0
  49. package/business-rules/src/inherit-biz-rule-approval-popup/models/inherit-biz-rule-approval-popup.model.d.ts +47 -0
  50. package/business-rules/src/inherit-biz-rule-approval-popup/services/inherit-biz-rule-approval-popup.service.d.ts +9 -0
  51. package/business-rules/src/make-good-rules/make-good-rules.component.d.ts +86 -0
  52. package/business-rules/src/make-good-rules/models/make-good-rules.model.d.ts +98 -0
  53. package/business-rules/src/make-good-rules/validators/relaxedValidation.d.ts +2 -0
  54. package/business-rules/src/mass-copy-biz-rules-popup/mass-copy-biz-rules-popup.component.d.ts +59 -0
  55. package/business-rules/src/mass-copy-biz-rules-popup/models/mass-copy-biz-rules.model.d.ts +32 -0
  56. package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs +768 -0
  57. package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs.map +1 -0
  58. package/fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs +1068 -0
  59. package/fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs.map +1 -0
  60. package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs +6987 -0
  61. package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs.map +1 -0
  62. package/fesm2022/annalib-anna-feature-biz-rules.mjs +88 -0
  63. package/fesm2022/annalib-anna-feature-biz-rules.mjs.map +1 -0
  64. package/index.d.ts +5 -0
  65. package/lib/anna-feature-biz-rules.module.d.ts +20 -0
  66. package/package.json +45 -0
  67. package/public-api.d.ts +1 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.