@progress-chef/platform-shared-components 0.0.159 → 0.0.161

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 (120) hide show
  1. package/assets/icons/IconFont.css +44 -46
  2. package/assets/icons/IconFont.scss +44 -46
  3. package/assets/icons/IconFont.ttf +0 -0
  4. package/assets/icons/IconFont.woff +0 -0
  5. package/assets/icons/IconFont.woff2 +0 -0
  6. package/esm2022/lib/atoms/alert/alert.component.mjs +3 -3
  7. package/esm2022/lib/atoms/alert/alert.module.mjs +4 -4
  8. package/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +3 -3
  9. package/esm2022/lib/atoms/angular-popup/angular-popup.module.mjs +4 -4
  10. package/esm2022/lib/atoms/atoms.module.mjs +4 -4
  11. package/esm2022/lib/atoms/avatar/avatar.component.mjs +3 -3
  12. package/esm2022/lib/atoms/avatar/avatar.module.mjs +4 -4
  13. package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +3 -3
  14. package/esm2022/lib/atoms/breadcrumb/breadcrumb.module.mjs +4 -4
  15. package/esm2022/lib/atoms/button/button.component.mjs +3 -3
  16. package/esm2022/lib/atoms/button/button.module.mjs +4 -4
  17. package/esm2022/lib/atoms/button-group/button-group.component.mjs +3 -3
  18. package/esm2022/lib/atoms/button-group/button-group.module.mjs +4 -4
  19. package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +3 -3
  20. package/esm2022/lib/atoms/checkbox/checkbox.module.mjs +4 -4
  21. package/esm2022/lib/atoms/chip/chip.component.mjs +3 -3
  22. package/esm2022/lib/atoms/chip/chip.module.mjs +4 -4
  23. package/esm2022/lib/atoms/chip-list/chip-list.component.mjs +3 -3
  24. package/esm2022/lib/atoms/chip-list/chip-list.module.mjs +4 -4
  25. package/esm2022/lib/atoms/clipboard/clipboard.component.mjs +3 -3
  26. package/esm2022/lib/atoms/clipboard/clipboard.module.mjs +4 -4
  27. package/esm2022/lib/atoms/container/container.component.mjs +3 -3
  28. package/esm2022/lib/atoms/container/container.module.mjs +4 -4
  29. package/esm2022/lib/atoms/date-range/date-range.component.mjs +3 -3
  30. package/esm2022/lib/atoms/date-range/date-range.module.mjs +4 -4
  31. package/esm2022/lib/atoms/datepicker/datepicker.component.mjs +3 -3
  32. package/esm2022/lib/atoms/datepicker/datepicker.module.mjs +4 -4
  33. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.component.mjs +3 -3
  34. package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.module.mjs +4 -4
  35. package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +3 -3
  36. package/esm2022/lib/atoms/dropdown/dropdown.module.mjs +4 -4
  37. package/esm2022/lib/atoms/dropdown-button/dropdown-button.component.mjs +3 -3
  38. package/esm2022/lib/atoms/dropdown-button/dropdown-button.module.mjs +4 -4
  39. package/esm2022/lib/atoms/dropdown-tree/dropdowntree.component.mjs +3 -3
  40. package/esm2022/lib/atoms/dropdown-tree/dropdowntree.module.mjs +4 -4
  41. package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +3 -3
  42. package/esm2022/lib/atoms/expansion-panel/expansion-panel.module.mjs +4 -4
  43. package/esm2022/lib/atoms/icon/icon.component.mjs +4 -4
  44. package/esm2022/lib/atoms/icon/icon.module.mjs +4 -4
  45. package/esm2022/lib/atoms/labels/label.component.mjs +3 -3
  46. package/esm2022/lib/atoms/labels/label.module.mjs +4 -4
  47. package/esm2022/lib/atoms/list-views/list-view.component.mjs +3 -3
  48. package/esm2022/lib/atoms/list-views/list-view.module.mjs +4 -4
  49. package/esm2022/lib/atoms/loader/loader.component.mjs +3 -3
  50. package/esm2022/lib/atoms/loader/loader.module.mjs +4 -4
  51. package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +3 -3
  52. package/esm2022/lib/atoms/loading-spinner/loading-spinner.module.mjs +4 -4
  53. package/esm2022/lib/atoms/markdown-display/markdown-display.component.mjs +3 -3
  54. package/esm2022/lib/atoms/markdown-display/markdown-display.module.mjs +4 -4
  55. package/esm2022/lib/atoms/markdown-display/markdown-display.service.mjs +3 -3
  56. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +3 -3
  57. package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.mjs +4 -4
  58. package/esm2022/lib/atoms/notification/notification.component.mjs +3 -3
  59. package/esm2022/lib/atoms/notification/notification.module.mjs +4 -4
  60. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +3 -3
  61. package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.module.mjs +4 -4
  62. package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +3 -3
  63. package/esm2022/lib/atoms/progress-bar/progress-bar.module.mjs +4 -4
  64. package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +3 -3
  65. package/esm2022/lib/atoms/radio-button/radio-button.module.mjs +4 -4
  66. package/esm2022/lib/atoms/search-box/search-box.component.mjs +3 -3
  67. package/esm2022/lib/atoms/search-box/search-box.module.mjs +4 -4
  68. package/esm2022/lib/atoms/slider/slider.component.mjs +3 -3
  69. package/esm2022/lib/atoms/slider/slider.module.mjs +4 -4
  70. package/esm2022/lib/atoms/stepper/stepper.component.mjs +3 -3
  71. package/esm2022/lib/atoms/stepper/stepper.module.mjs +4 -4
  72. package/esm2022/lib/atoms/switch/switch.component.mjs +3 -3
  73. package/esm2022/lib/atoms/switch/switch.module.mjs +4 -4
  74. package/esm2022/lib/atoms/text-area/text-area.component.mjs +3 -3
  75. package/esm2022/lib/atoms/text-area/text-area.module.mjs +4 -4
  76. package/esm2022/lib/atoms/textbox/textbox.component.mjs +3 -3
  77. package/esm2022/lib/atoms/textbox/textbox.module.mjs +4 -4
  78. package/esm2022/lib/atoms/time-picker/time-picker.component.mjs +3 -3
  79. package/esm2022/lib/atoms/time-picker/time-picker.module.mjs +4 -4
  80. package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +3 -3
  81. package/esm2022/lib/atoms/timescheduler/timescheduler.module.mjs +4 -4
  82. package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +3 -3
  83. package/esm2022/lib/atoms/tooltip/tooltip.module.mjs +4 -4
  84. package/esm2022/lib/atoms/tree-list/tree-list.component.mjs +3 -3
  85. package/esm2022/lib/atoms/tree-list/tree-list.module.mjs +4 -4
  86. package/esm2022/lib/atoms/tree-view/tree-view.component.mjs +3 -3
  87. package/esm2022/lib/atoms/tree-view/tree-view.module.mjs +4 -4
  88. package/esm2022/lib/atoms/typography/typography.component.mjs +3 -3
  89. package/esm2022/lib/atoms/typography/typography.module.mjs +4 -4
  90. package/esm2022/lib/atoms/uploader/uploader.component.mjs +3 -3
  91. package/esm2022/lib/atoms/uploader/uploader.module.mjs +4 -4
  92. package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +3 -3
  93. package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +3 -3
  94. package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +3 -3
  95. package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +3 -3
  96. package/esm2022/lib/molecules/card/card.component.mjs +3 -3
  97. package/esm2022/lib/molecules/card/card.module.mjs +4 -4
  98. package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +3 -3
  99. package/esm2022/lib/molecules/dialog/dialog-actions/dialog-actions.component.mjs +3 -3
  100. package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +3 -3
  101. package/esm2022/lib/molecules/dialog/dialog.component.mjs +3 -3
  102. package/esm2022/lib/molecules/dialog/dialog.module.mjs +4 -4
  103. package/esm2022/lib/molecules/grid-form/grid-form.component.mjs +3 -3
  104. package/esm2022/lib/molecules/grid-form/grid-form.module.mjs +4 -4
  105. package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +3 -3
  106. package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +3 -3
  107. package/esm2022/lib/molecules/grid-layout/grid-layout.module.mjs +4 -4
  108. package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +3 -3
  109. package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +6 -6
  110. package/esm2022/lib/molecules/grid-pagination/grid-pagination.module.mjs +4 -4
  111. package/esm2022/lib/molecules/grid-pagination/kebab-menu-filter.pipe.mjs +3 -3
  112. package/esm2022/lib/molecules/molecules.module.mjs +4 -4
  113. package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +3 -3
  114. package/esm2022/lib/molecules/tabstrip/tabstrip.component.mjs +3 -3
  115. package/esm2022/lib/molecules/tabstrip/tabstrip.module.mjs +4 -4
  116. package/esm2022/lib/shared.component.mjs +3 -3
  117. package/esm2022/lib/shared.module.mjs +4 -4
  118. package/fesm2022/progress-chef-platform-shared-components.mjs +391 -391
  119. package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
  120. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "IconFont";
3
- src: url('IconFont.woff2?t=1770703003702') format('woff2'),
4
- url('IconFont.woff?t=1770703003702') format('woff'),
5
- url('IconFont.ttf?t=1770703003702') format('truetype');
3
+ src: url('IconFont.woff2?t=1772179360482') format('woff2'),
4
+ url('IconFont.woff?t=1772179360482') format('woff'),
5
+ url('IconFont.ttf?t=1772179360482') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -64,49 +64,47 @@
64
64
  .icon-courier:before { content: "\e930"; }
65
65
  .icon-org-management:before { content: "\e931"; }
66
66
  .icon-download-center:before { content: "\e932"; }
67
- .icon-dsm-cookbooks:before { content: "\e933"; }
68
- .icon-dsm-roles:before { content: "\e934"; }
69
- .icon-dsm-data-bags:before { content: "\e935"; }
70
- .icon-dsm-clients:before { content: "\e936"; }
71
- .icon-dsm-policy-groups:before { content: "\e937"; }
72
- .icon-user-management:before { content: "\e938"; }
73
- .icon-om-linked-system:before { content: "\e939"; }
74
- .icon-tm-infra-server:before { content: "\e93a"; }
75
- .icon-tm-org-units:before { content: "\e93b"; }
76
- .icon-DSM:before { content: "\e93c"; }
77
- .icon-nm-node-collection:before { content: "\e93d"; }
78
- .icon-nm-node-view:before { content: "\e93e"; }
79
- .icon-courier-job-instances:before { content: "\e93f"; }
80
- .icon-courier-global-exceptions:before { content: "\e940"; }
81
- .icon-courier-jobs:before { content: "\e941"; }
82
- .icon-nm-discovery:before { content: "\e942"; }
83
- .icon-nm-enrolment:before { content: "\e943"; }
84
- .icon-play-filled:before { content: "\e944"; }
85
- .icon-node-management:before { content: "\e945"; }
86
- .icon-infra-server-management:before { content: "\e946"; }
87
- .icon-laptop:before { content: "\e947"; }
88
- .icon-tenant-management:before { content: "\e948"; }
89
- .icon-nm-agent:before { content: "\e949"; }
90
- .icon-skill-definition:before { content: "\e94a"; }
91
- .icon-node-cohort:before { content: "\e94b"; }
92
- .icon-skill-assembly:before { content: "\e94c"; }
93
- .icon-caret-right:before { content: "\e94d"; }
94
- .icon-download:before { content: "\e94e"; }
95
- .icon-draggable:before { content: "\e94f"; }
96
- .icon-bulk-enroll:before { content: "\e950"; }
97
- .icon-clock:before { content: "\e951"; }
98
- .icon-key:before { content: "\e952"; }
99
- .icon-courier-global-defaults:before { content: "\e953"; }
100
- .icon-check:before { content: "\e954"; }
101
- .icon-Policies:before { content: "\e955"; }
102
- .icon-policies:before { content: "\e956"; }
103
- .icon-dsm:before { content: "\e957"; }
104
- .icon-archive:before { content: "\e958"; }
105
- .icon-short-launch:before { content: "\e959"; }
106
- .icon-dsm-nodes:before { content: "\e95a"; }
107
- .icon-dsm-env:before { content: "\e95b"; }
108
- .icon-dsm-policy-files:before { content: "\e95c"; }
109
- .icon-dsm-recipes:before { content: "\e95d"; }
67
+ .icon-dsm-data-bags:before { content: "\e933"; }
68
+ .icon-dsm-clients:before { content: "\e934"; }
69
+ .icon-dsm-policy-groups:before { content: "\e935"; }
70
+ .icon-user-management:before { content: "\e936"; }
71
+ .icon-om-linked-system:before { content: "\e937"; }
72
+ .icon-tm-infra-server:before { content: "\e938"; }
73
+ .icon-tm-org-units:before { content: "\e939"; }
74
+ .icon-nm-node-collection:before { content: "\e93a"; }
75
+ .icon-nm-node-view:before { content: "\e93b"; }
76
+ .icon-courier-job-instances:before { content: "\e93c"; }
77
+ .icon-courier-global-exceptions:before { content: "\e93d"; }
78
+ .icon-courier-jobs:before { content: "\e93e"; }
79
+ .icon-nm-discovery:before { content: "\e93f"; }
80
+ .icon-nm-enrolment:before { content: "\e940"; }
81
+ .icon-play-filled:before { content: "\e941"; }
82
+ .icon-node-management:before { content: "\e942"; }
83
+ .icon-infra-server-management:before { content: "\e943"; }
84
+ .icon-laptop:before { content: "\e944"; }
85
+ .icon-tenant-management:before { content: "\e945"; }
86
+ .icon-nm-agent:before { content: "\e946"; }
87
+ .icon-skill-definition:before { content: "\e947"; }
88
+ .icon-node-cohort:before { content: "\e948"; }
89
+ .icon-skill-assembly:before { content: "\e949"; }
90
+ .icon-caret-right:before { content: "\e94a"; }
91
+ .icon-download:before { content: "\e94b"; }
92
+ .icon-draggable:before { content: "\e94c"; }
93
+ .icon-bulk-enroll:before { content: "\e94d"; }
94
+ .icon-clock:before { content: "\e94e"; }
95
+ .icon-key:before { content: "\e94f"; }
96
+ .icon-courier-global-defaults:before { content: "\e950"; }
97
+ .icon-check:before { content: "\e951"; }
98
+ .icon-policies:before { content: "\e952"; }
99
+ .icon-dsm:before { content: "\e953"; }
100
+ .icon-archive:before { content: "\e954"; }
101
+ .icon-short-launch:before { content: "\e955"; }
102
+ .icon-dsm-nodes:before { content: "\e956"; }
103
+ .icon-dsm-env:before { content: "\e957"; }
104
+ .icon-dsm-policy-files:before { content: "\e958"; }
105
+ .icon-dsm-recipes:before { content: "\e959"; }
106
+ .icon-dsm-roles:before { content: "\e95a"; }
107
+ .icon-dsm-cookbooks:before { content: "\e95b"; }
110
108
 
111
109
 
112
110
  /**
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "IconFont";
3
- src: url('IconFont.woff2?t=1770703003702') format('woff2'),
4
- url('IconFont.woff?t=1770703003702') format('woff'),
5
- url('IconFont.ttf?t=1770703003702') format('truetype');
3
+ src: url('IconFont.woff2?t=1772179360482') format('woff2'),
4
+ url('IconFont.woff?t=1772179360482') format('woff'),
5
+ url('IconFont.ttf?t=1772179360482') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -64,49 +64,47 @@
64
64
  .icon-courier:before { content: "\e930"; }
65
65
  .icon-org-management:before { content: "\e931"; }
66
66
  .icon-download-center:before { content: "\e932"; }
67
- .icon-dsm-cookbooks:before { content: "\e933"; }
68
- .icon-dsm-roles:before { content: "\e934"; }
69
- .icon-dsm-data-bags:before { content: "\e935"; }
70
- .icon-dsm-clients:before { content: "\e936"; }
71
- .icon-dsm-policy-groups:before { content: "\e937"; }
72
- .icon-user-management:before { content: "\e938"; }
73
- .icon-om-linked-system:before { content: "\e939"; }
74
- .icon-tm-infra-server:before { content: "\e93a"; }
75
- .icon-tm-org-units:before { content: "\e93b"; }
76
- .icon-DSM:before { content: "\e93c"; }
77
- .icon-nm-node-collection:before { content: "\e93d"; }
78
- .icon-nm-node-view:before { content: "\e93e"; }
79
- .icon-courier-job-instances:before { content: "\e93f"; }
80
- .icon-courier-global-exceptions:before { content: "\e940"; }
81
- .icon-courier-jobs:before { content: "\e941"; }
82
- .icon-nm-discovery:before { content: "\e942"; }
83
- .icon-nm-enrolment:before { content: "\e943"; }
84
- .icon-play-filled:before { content: "\e944"; }
85
- .icon-node-management:before { content: "\e945"; }
86
- .icon-infra-server-management:before { content: "\e946"; }
87
- .icon-laptop:before { content: "\e947"; }
88
- .icon-tenant-management:before { content: "\e948"; }
89
- .icon-nm-agent:before { content: "\e949"; }
90
- .icon-skill-definition:before { content: "\e94a"; }
91
- .icon-node-cohort:before { content: "\e94b"; }
92
- .icon-skill-assembly:before { content: "\e94c"; }
93
- .icon-caret-right:before { content: "\e94d"; }
94
- .icon-download:before { content: "\e94e"; }
95
- .icon-draggable:before { content: "\e94f"; }
96
- .icon-bulk-enroll:before { content: "\e950"; }
97
- .icon-clock:before { content: "\e951"; }
98
- .icon-key:before { content: "\e952"; }
99
- .icon-courier-global-defaults:before { content: "\e953"; }
100
- .icon-check:before { content: "\e954"; }
101
- .icon-Policies:before { content: "\e955"; }
102
- .icon-policies:before { content: "\e956"; }
103
- .icon-dsm:before { content: "\e957"; }
104
- .icon-archive:before { content: "\e958"; }
105
- .icon-short-launch:before { content: "\e959"; }
106
- .icon-dsm-nodes:before { content: "\e95a"; }
107
- .icon-dsm-env:before { content: "\e95b"; }
108
- .icon-dsm-policy-files:before { content: "\e95c"; }
109
- .icon-dsm-recipes:before { content: "\e95d"; }
67
+ .icon-dsm-data-bags:before { content: "\e933"; }
68
+ .icon-dsm-clients:before { content: "\e934"; }
69
+ .icon-dsm-policy-groups:before { content: "\e935"; }
70
+ .icon-user-management:before { content: "\e936"; }
71
+ .icon-om-linked-system:before { content: "\e937"; }
72
+ .icon-tm-infra-server:before { content: "\e938"; }
73
+ .icon-tm-org-units:before { content: "\e939"; }
74
+ .icon-nm-node-collection:before { content: "\e93a"; }
75
+ .icon-nm-node-view:before { content: "\e93b"; }
76
+ .icon-courier-job-instances:before { content: "\e93c"; }
77
+ .icon-courier-global-exceptions:before { content: "\e93d"; }
78
+ .icon-courier-jobs:before { content: "\e93e"; }
79
+ .icon-nm-discovery:before { content: "\e93f"; }
80
+ .icon-nm-enrolment:before { content: "\e940"; }
81
+ .icon-play-filled:before { content: "\e941"; }
82
+ .icon-node-management:before { content: "\e942"; }
83
+ .icon-infra-server-management:before { content: "\e943"; }
84
+ .icon-laptop:before { content: "\e944"; }
85
+ .icon-tenant-management:before { content: "\e945"; }
86
+ .icon-nm-agent:before { content: "\e946"; }
87
+ .icon-skill-definition:before { content: "\e947"; }
88
+ .icon-node-cohort:before { content: "\e948"; }
89
+ .icon-skill-assembly:before { content: "\e949"; }
90
+ .icon-caret-right:before { content: "\e94a"; }
91
+ .icon-download:before { content: "\e94b"; }
92
+ .icon-draggable:before { content: "\e94c"; }
93
+ .icon-bulk-enroll:before { content: "\e94d"; }
94
+ .icon-clock:before { content: "\e94e"; }
95
+ .icon-key:before { content: "\e94f"; }
96
+ .icon-courier-global-defaults:before { content: "\e950"; }
97
+ .icon-check:before { content: "\e951"; }
98
+ .icon-policies:before { content: "\e952"; }
99
+ .icon-dsm:before { content: "\e953"; }
100
+ .icon-archive:before { content: "\e954"; }
101
+ .icon-short-launch:before { content: "\e955"; }
102
+ .icon-dsm-nodes:before { content: "\e956"; }
103
+ .icon-dsm-env:before { content: "\e957"; }
104
+ .icon-dsm-policy-files:before { content: "\e958"; }
105
+ .icon-dsm-recipes:before { content: "\e959"; }
106
+ .icon-dsm-roles:before { content: "\e95a"; }
107
+ .icon-dsm-cookbooks:before { content: "\e95b"; }
110
108
 
111
109
 
112
110
  /**
Binary file
Binary file
Binary file
@@ -21,10 +21,10 @@ export class AlertComponent {
21
21
  this.dismissed.emit();
22
22
  };
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AlertComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
25
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AlertComponent, isStandalone: true, selector: "lib-alert", inputs: { type: "type", iconName: "iconName" }, outputs: { dismissed: "dismissed" }, host: { properties: { "class": "this.theType" } }, ngImport: i0, template: "<div class=\"icon\">\n <lib-icon [name]=\"iconName\"></lib-icon>\n</div>\n<div>\n <ng-content></ng-content>\n</div>\n<div class=\"close\" (click)=\"onClose()\">\n <lib-icon name=\"close\" [fontSize]=\"20\"></lib-icon>\n</div>\n", styles: [":host{display:flex;border-radius:4px;padding:1.125rem 1rem;position:relative}:host .icon{margin-right:.5rem;display:flex;position:relative}:host.information{color:#003b6e;background-color:#b8d8f5}:host.warning{padding-top:.625rem;padding-bottom:0;color:#d68e00;background-color:#ffe6b3;outline:auto}:host.warning .icon{outline:auto;background-color:#fbc457;height:2.25rem;min-height:2.25rem;width:2.25rem;min-width:2.25rem;justify-content:center;align-items:center;margin-top:.25rem}:host.warning .close{display:none}:host .close{font-weight:700;position:absolute;right:1rem;top:.75rem;cursor:pointer}\n"], dependencies: [{ kind: "component", type: IconComponent, selector: "lib-icon", inputs: ["name", "projectedIcon", "fontSize", "type"] }] }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AlertComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
25
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: AlertComponent, isStandalone: true, selector: "lib-alert", inputs: { type: "type", iconName: "iconName" }, outputs: { dismissed: "dismissed" }, host: { properties: { "class": "this.theType" } }, ngImport: i0, template: "<div class=\"icon\">\n <lib-icon [name]=\"iconName\"></lib-icon>\n</div>\n<div>\n <ng-content></ng-content>\n</div>\n<div class=\"close\" (click)=\"onClose()\">\n <lib-icon name=\"close\" [fontSize]=\"20\"></lib-icon>\n</div>\n", styles: [":host{display:flex;border-radius:4px;padding:1.125rem 1rem;position:relative}:host .icon{margin-right:.5rem;display:flex;position:relative}:host.information{color:#003b6e;background-color:#b8d8f5}:host.warning{padding-top:.625rem;padding-bottom:0;color:#d68e00;background-color:#ffe6b3;outline:auto}:host.warning .icon{outline:auto;background-color:#fbc457;height:2.25rem;min-height:2.25rem;width:2.25rem;min-width:2.25rem;justify-content:center;align-items:center;margin-top:.25rem}:host.warning .close{display:none}:host .close{font-weight:700;position:absolute;right:1rem;top:.75rem;cursor:pointer}\n"], dependencies: [{ kind: "component", type: IconComponent, selector: "lib-icon", inputs: ["name", "projectedIcon", "fontSize", "type"] }] }); }
26
26
  }
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AlertComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AlertComponent, decorators: [{
28
28
  type: Component,
29
29
  args: [{ standalone: true, selector: 'lib-alert', imports: [IconComponent], template: "<div class=\"icon\">\n <lib-icon [name]=\"iconName\"></lib-icon>\n</div>\n<div>\n <ng-content></ng-content>\n</div>\n<div class=\"close\" (click)=\"onClose()\">\n <lib-icon name=\"close\" [fontSize]=\"20\"></lib-icon>\n</div>\n", styles: [":host{display:flex;border-radius:4px;padding:1.125rem 1rem;position:relative}:host .icon{margin-right:.5rem;display:flex;position:relative}:host.information{color:#003b6e;background-color:#b8d8f5}:host.warning{padding-top:.625rem;padding-bottom:0;color:#d68e00;background-color:#ffe6b3;outline:auto}:host.warning .icon{outline:auto;background-color:#fbc457;height:2.25rem;min-height:2.25rem;width:2.25rem;min-width:2.25rem;justify-content:center;align-items:center;margin-top:.25rem}:host.warning .close{display:none}:host .close{font-weight:700;position:absolute;right:1rem;top:.75rem;cursor:pointer}\n"] }]
30
30
  }], ctorParameters: () => [{ type: i1.ThemesService }], propDecorators: { type: [{
@@ -4,15 +4,15 @@ import { IconModule } from '../icon/icon.module';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export class AlertModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: AlertModule, imports: [CommonModule,
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: AlertModule, imports: [CommonModule,
9
9
  AlertComponent,
10
10
  IconModule], exports: [CommonModule,
11
11
  AlertComponent] }); }
12
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AlertModule, imports: [CommonModule,
12
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AlertModule, imports: [CommonModule,
13
13
  IconModule, CommonModule] }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AlertModule, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AlertModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  imports: [
@@ -14,10 +14,10 @@ export class AngularPopupComponent {
14
14
  this.popupHorizontalAlign = "right";
15
15
  this.popupVerticalAlign = "top";
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AngularPopupComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AngularPopupComponent, isStandalone: true, selector: "lib-angular-popup", inputs: { show: "show", anchor: "anchor", anchorHorizontalAlign: "anchorHorizontalAlign", anchorVerticalAlign: "anchorVerticalAlign", popupHorizontalAlign: "popupHorizontalAlign", popupVerticalAlign: "popupVerticalAlign" }, ngImport: i0, template: "<kendo-popup\n *ngIf=\"show\"\n [anchor]=\"anchor\"\n [anchorAlign]=\"{ horizontal: anchorHorizontalAlign, vertical: anchorVerticalAlign }\"\n [popupAlign]=\"{ horizontal: popupHorizontalAlign, vertical: popupVerticalAlign }\"\n>\n <ng-content></ng-content>\n</kendo-popup>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: PopupModule }, { kind: "component", type: i3.PopupComponent, selector: "kendo-popup", inputs: ["animate", "anchor", "anchorAlign", "collision", "popupAlign", "copyAnchorStyles", "popupClass", "positionMode", "offset", "margin"], outputs: ["anchorViewportLeave", "close", "open", "positionChange"], exportAs: ["kendo-popup"] }] }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AngularPopupComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: AngularPopupComponent, isStandalone: true, selector: "lib-angular-popup", inputs: { show: "show", anchor: "anchor", anchorHorizontalAlign: "anchorHorizontalAlign", anchorVerticalAlign: "anchorVerticalAlign", popupHorizontalAlign: "popupHorizontalAlign", popupVerticalAlign: "popupVerticalAlign" }, ngImport: i0, template: "<kendo-popup\n *ngIf=\"show\"\n [anchor]=\"anchor\"\n [anchorAlign]=\"{ horizontal: anchorHorizontalAlign, vertical: anchorVerticalAlign }\"\n [popupAlign]=\"{ horizontal: popupHorizontalAlign, vertical: popupVerticalAlign }\"\n>\n <ng-content></ng-content>\n</kendo-popup>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: PopupModule }, { kind: "component", type: i3.PopupComponent, selector: "kendo-popup", inputs: ["animate", "anchor", "anchorAlign", "collision", "popupAlign", "copyAnchorStyles", "popupClass", "positionMode", "offset", "margin"], outputs: ["anchorViewportLeave", "close", "open", "positionChange"], exportAs: ["kendo-popup"] }] }); }
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AngularPopupComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AngularPopupComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{ imports: [
23
23
  CommonModule,
@@ -5,18 +5,18 @@ import { PopupModule } from '@progress/kendo-angular-popup';
5
5
  import { ContainerModule } from '../container/container.module';
6
6
  import * as i0 from "@angular/core";
7
7
  export class AngularPopupModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AngularPopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: AngularPopupModule, imports: [AngularPopupComponent,
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AngularPopupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: AngularPopupModule, imports: [AngularPopupComponent,
10
10
  CommonModule,
11
11
  PopupModule,
12
12
  ContainerModule], exports: [CommonModule,
13
13
  AngularPopupComponent] }); }
14
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AngularPopupModule, imports: [AngularPopupComponent,
14
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AngularPopupModule, imports: [AngularPopupComponent,
15
15
  CommonModule,
16
16
  PopupModule,
17
17
  ContainerModule, CommonModule] }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AngularPopupModule, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AngularPopupModule, decorators: [{
20
20
  type: NgModule,
21
21
  args: [{
22
22
  imports: [
@@ -44,8 +44,8 @@ import { TypographyModule } from './typography/typography.module';
44
44
  import { UploaderModule } from './uploader/uploader.module';
45
45
  import * as i0 from "@angular/core";
46
46
  export class AtomsModule {
47
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AtomsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
48
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: AtomsModule, imports: [CommonModule,
47
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AtomsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
48
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: AtomsModule, imports: [CommonModule,
49
49
  FormsModule,
50
50
  ReactiveFormsModule,
51
51
  AlertModule,
@@ -129,7 +129,7 @@ export class AtomsModule {
129
129
  TreeViewModule,
130
130
  TypographyModule,
131
131
  UploaderModule] }); }
132
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AtomsModule, imports: [CommonModule,
132
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AtomsModule, imports: [CommonModule,
133
133
  FormsModule,
134
134
  ReactiveFormsModule,
135
135
  AlertModule,
@@ -214,7 +214,7 @@ export class AtomsModule {
214
214
  TypographyModule,
215
215
  UploaderModule] }); }
216
216
  }
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AtomsModule, decorators: [{
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AtomsModule, decorators: [{
218
218
  type: NgModule,
219
219
  args: [{
220
220
  imports: [
@@ -41,10 +41,10 @@ export class AvatarComponent {
41
41
  }
42
42
  this.letters = letters;
43
43
  }
44
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
45
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AvatarComponent, isStandalone: true, selector: "lib-avatar", inputs: { showInitials: "showInitials", imageURL: "imageURL", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", name: "name" }, ngImport: i0, template: "<div class=\"avatar\">\n <kendo-avatar\n *ngIf=\"!showInitials && imageURL\"\n [imageSrc]=\"imageURL\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n ></kendo-avatar>\n <kendo-avatar\n *ngIf=\"showInitials && imageURL\"\n [imageSrc]=\"imageURL\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n ></kendo-avatar>\n <kendo-avatar\n *ngIf=\"showInitials && !imageURL\"\n [initials]=\"letters\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n >\n <lib-typography [defaultText]=\"letters\" type=\"BODY_MEDIUM\">\n </lib-typography>\n </kendo-avatar>\n <kendo-avatar\n *ngIf=\"!imageURL && !showInitials\"\n [svgIcon]=\"userSvg\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n ></kendo-avatar>\n</div>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: LayoutModule }, { kind: "component", type: i3.AvatarComponent, selector: "kendo-avatar", inputs: ["shape", "size", "rounded", "themeColor", "fillMode", "fill", "border", "iconClass", "width", "height", "cssStyle", "initials", "icon", "imageSrc", "svgIcon"] }, { kind: "ngmodule", type: TypographyModule }, { kind: "component", type: i4.TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }] }); }
44
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
45
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: AvatarComponent, isStandalone: true, selector: "lib-avatar", inputs: { showInitials: "showInitials", imageURL: "imageURL", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", name: "name" }, ngImport: i0, template: "<div class=\"avatar\">\n <kendo-avatar\n *ngIf=\"!showInitials && imageURL\"\n [imageSrc]=\"imageURL\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n ></kendo-avatar>\n <kendo-avatar\n *ngIf=\"showInitials && imageURL\"\n [imageSrc]=\"imageURL\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n ></kendo-avatar>\n <kendo-avatar\n *ngIf=\"showInitials && !imageURL\"\n [initials]=\"letters\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n >\n <lib-typography [defaultText]=\"letters\" type=\"BODY_MEDIUM\">\n </lib-typography>\n </kendo-avatar>\n <kendo-avatar\n *ngIf=\"!imageURL && !showInitials\"\n [svgIcon]=\"userSvg\"\n [themeColor]=\"themeColor\"\n [rounded]=\"rounded\"\n [fillMode]=\"fillMode\"\n [size]=\"size\"\n ></kendo-avatar>\n</div>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: LayoutModule }, { kind: "component", type: i3.AvatarComponent, selector: "kendo-avatar", inputs: ["shape", "size", "rounded", "themeColor", "fillMode", "fill", "border", "iconClass", "width", "height", "cssStyle", "initials", "icon", "imageSrc", "svgIcon"] }, { kind: "ngmodule", type: TypographyModule }, { kind: "component", type: i4.TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }] }); }
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AvatarComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AvatarComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{ standalone: true, imports: [
50
50
  CommonModule,
@@ -5,22 +5,22 @@ import { CommonModule } from '@angular/common';
5
5
  import { TypographyModule } from '../typography/typography.module';
6
6
  import * as i0 from "@angular/core";
7
7
  export class AvatarModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: AvatarModule, imports: [CommonModule,
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: AvatarModule, imports: [CommonModule,
10
10
  LayoutModule,
11
11
  TypographyModule,
12
12
  AvatarComponent], exports: [CommonModule,
13
13
  LayoutModule,
14
14
  TypographyModule,
15
15
  AvatarComponent] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AvatarModule, imports: [CommonModule,
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AvatarModule, imports: [CommonModule,
17
17
  LayoutModule,
18
18
  TypographyModule,
19
19
  AvatarComponent, CommonModule,
20
20
  LayoutModule,
21
21
  TypographyModule] }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AvatarModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: AvatarModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  imports: [
@@ -45,10 +45,10 @@ export class BreadcrumbComponent {
45
45
  emitValueChange(itemsToBeEmit) {
46
46
  this.valueChange.emit(itemsToBeEmit);
47
47
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: BreadcrumbComponent, isStandalone: true, selector: "lib-breadcrumb", inputs: { items: "items" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: "<div class=\"item\">\n <kendo-breadcrumb [items]=\"items\"\n (itemClick)=\"onItemClick($event)\"></kendo-breadcrumb>\n</div>\n", styles: [".item .k-breadcrumb{background-color:unset!important;font-family:Inter,sans-serif!important;font-weight:400!important;font-style:normal!important;font-size:14px!important;line-height:20px!important;letter-spacing:.25px!important}::ng-deep .item .k-breadcrumb-last-item .k-breadcrumb-link{text-decoration:none;color:#6f7a85}\n"], dependencies: [{ kind: "ngmodule", type: NavigationModule }, { kind: "component", type: i2.BreadCrumbComponent, selector: "kendo-breadcrumb", inputs: ["items", "separatorIcon", "separatorSVGIcon", "collapseMode", "size"], outputs: ["itemClick"], exportAs: ["kendoBreadCrumb"] }] }); }
48
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
49
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: BreadcrumbComponent, isStandalone: true, selector: "lib-breadcrumb", inputs: { items: "items" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: "<div class=\"item\">\n <kendo-breadcrumb [items]=\"items\"\n (itemClick)=\"onItemClick($event)\"></kendo-breadcrumb>\n</div>\n", styles: [".item .k-breadcrumb{background-color:unset!important;font-family:Inter,sans-serif!important;font-weight:400!important;font-style:normal!important;font-size:14px!important;line-height:20px!important;letter-spacing:.25px!important}::ng-deep .item .k-breadcrumb-last-item .k-breadcrumb-link{text-decoration:none;color:#6f7a85}\n"], dependencies: [{ kind: "ngmodule", type: NavigationModule }, { kind: "component", type: i2.BreadCrumbComponent, selector: "kendo-breadcrumb", inputs: ["items", "separatorIcon", "separatorSVGIcon", "collapseMode", "size"], outputs: ["itemClick"], exportAs: ["kendoBreadCrumb"] }] }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BreadcrumbComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: BreadcrumbComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{ standalone: true, selector: 'lib-breadcrumb', imports: [NavigationModule], template: "<div class=\"item\">\n <kendo-breadcrumb [items]=\"items\"\n (itemClick)=\"onItemClick($event)\"></kendo-breadcrumb>\n</div>\n", styles: [".item .k-breadcrumb{background-color:unset!important;font-family:Inter,sans-serif!important;font-weight:400!important;font-style:normal!important;font-size:14px!important;line-height:20px!important;letter-spacing:.25px!important}::ng-deep .item .k-breadcrumb-last-item .k-breadcrumb-link{text-decoration:none;color:#6f7a85}\n"] }]
54
54
  }], ctorParameters: () => [{ type: i1.ThemesService }], propDecorators: { items: [{
@@ -7,21 +7,21 @@ import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
7
7
  import { InputsModule } from '@progress/kendo-angular-inputs';
8
8
  import * as i0 from "@angular/core";
9
9
  export class BreadcrumbModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: BreadcrumbModule, imports: [BreadcrumbComponent,
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: BreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: BreadcrumbModule, imports: [BreadcrumbComponent,
12
12
  CommonModule,
13
13
  NavigationModule,
14
14
  ButtonsModule,
15
15
  DropDownsModule,
16
16
  InputsModule], exports: [BreadcrumbComponent] }); }
17
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BreadcrumbModule, imports: [BreadcrumbComponent,
17
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: BreadcrumbModule, imports: [BreadcrumbComponent,
18
18
  CommonModule,
19
19
  NavigationModule,
20
20
  ButtonsModule,
21
21
  DropDownsModule,
22
22
  InputsModule] }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BreadcrumbModule, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: BreadcrumbModule, decorators: [{
25
25
  type: NgModule,
26
26
  args: [{
27
27
  imports: [
@@ -53,14 +53,14 @@ export class ButtonComponent {
53
53
  return (word.charAt(0).toUpperCase() + word.slice(1));
54
54
  }).join(' ');
55
55
  }
56
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
57
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: ButtonComponent, isStandalone: true, selector: "lib-button", inputs: { size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", label: "label", iconName: "iconName", disabled: ["disabled", "disabled", (value) => value === true || value === 'true'], toggleable: ["toggleable", "toggleable", (value) => value === true || value === 'true'], iconPosition: "iconPosition", fontType: "fontType", width: "width", iconButton: ["iconButton", "iconButton", (value) => value === true || value === 'true'], projectedIcon: ["projectedIcon", "projectedIcon", (value) => value === true || value === 'true'], formatFn: "formatFn", iconFontSize: ["iconFontSize", "iconFontSize", (value) => {
56
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
57
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: ButtonComponent, isStandalone: true, selector: "lib-button", inputs: { size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", label: "label", iconName: "iconName", disabled: ["disabled", "disabled", (value) => value === true || value === 'true'], toggleable: ["toggleable", "toggleable", (value) => value === true || value === 'true'], iconPosition: "iconPosition", fontType: "fontType", width: "width", iconButton: ["iconButton", "iconButton", (value) => value === true || value === 'true'], projectedIcon: ["projectedIcon", "projectedIcon", (value) => value === true || value === 'true'], formatFn: "formatFn", iconFontSize: ["iconFontSize", "iconFontSize", (value) => {
58
58
  if (value === undefined || value === null)
59
59
  return 16;
60
60
  return typeof value === 'string' ? parseInt(value, 10) || 16 : value;
61
61
  }] }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: "<button kendoButton [size]=\"size\" [style.width]=\"width\" [fillMode]=\"fillMode\" [rounded]=\"rounded\" [themeColor]=\"themeColor\"\n (click)=\"onButtonClick($event)\" [disabled]=\"disabled\" [toggleable]=\"toggleable\" [ngClass]=\"button_size()\">\n <lib-icon *ngIf=\"!iconButton && iconName.length > 0 && iconPosition === 'before'\" [name]=\"iconName\" class=\"btn-icon-before btn-icon before\"></lib-icon>\n <lib-icon *ngIf=\"iconName.length > 0 && iconButton\" [name]=\"iconName\" class=\"btn-icon\" [projectedIcon]=\"projectedIcon\" [fontSize]=\"iconFontSize\"></lib-icon>\n <lib-typography *ngIf=\"!iconButton\" [defaultText]=\"formatFn(label)\" [type]=\"fontType\" class=\"text\">\n </lib-typography>\n <lib-icon *ngIf=\"!iconButton && iconName.length > 0 && iconPosition === 'after'\" [name]=\"iconName\" class=\"btn-icon-after btn-icon after\"></lib-icon>\n</button>\n", styles: [".btn-icon{top:1px;position:relative}.btn-icon-before{margin:0 8px 0 0}.after{padding-left:8px}button:disabled{font-family:Inter,sans-serif!important;font-weight:400!important;font-style:normal!important;font-size:14px!important;line-height:20px!important;letter-spacing:.25px!important}.btn-padding{padding:8px 16px}.projected-icon{padding:0 6px!important;border:none!important}.text{bottom:.5px;position:relative}button{border-radius:4px}:host ::ng-deep button[kendoButton] kendo-icon,:host ::ng-deep button[kendoButton] kendo-svgicon,:host ::ng-deep button[kendoButton] kendo-icon-wrapper{display:none!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ButtonsModule }, { kind: "component", type: i3.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }, { kind: "component", type: IconComponent, selector: "lib-icon", inputs: ["name", "projectedIcon", "fontSize", "type"] }] }); }
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonComponent, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonComponent, decorators: [{
64
64
  type: Component,
65
65
  args: [{ standalone: true, selector: 'lib-button', imports: [
66
66
  CommonModule,
@@ -7,21 +7,21 @@ import { TypographyModule } from '../typography/typography.module';
7
7
  import { IconModule } from '../icon/icon.module';
8
8
  import * as i0 from "@angular/core";
9
9
  export class ButtonModule {
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: ButtonModule, imports: [ButtonComponent,
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: ButtonModule, imports: [ButtonComponent,
12
12
  ButtonsModule,
13
13
  IconsModule,
14
14
  TypographyModule,
15
15
  IconModule,
16
16
  CommonModule], exports: [ButtonComponent] }); }
17
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonModule, imports: [ButtonComponent,
17
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonModule, imports: [ButtonComponent,
18
18
  ButtonsModule,
19
19
  IconsModule,
20
20
  TypographyModule,
21
21
  IconModule,
22
22
  CommonModule] }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonModule, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonModule, decorators: [{
25
25
  type: NgModule,
26
26
  args: [{
27
27
  imports: [
@@ -23,10 +23,10 @@ export class ButtonGroupComponent {
23
23
  onButtonClick(label) {
24
24
  this.buttonClick.emit(label);
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonGroupComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
27
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: ButtonGroupComponent, isStandalone: true, selector: "lib-button-group", inputs: { buttons: "buttons", selection: "selection", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", label: "label", disabled: ["disabled", "disabled", (value) => value === true || value === 'true'], toggleable: ["toggleable", "toggleable", (value) => value === true || value === 'true'] }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: "<kendo-buttongroup [selection]=\"selection\">\n <button *ngFor=\"let btn of buttons\"\n kendoButton\n [size]=\"size\"\n [fillMode]=\"fillMode\"\n [rounded]=\"rounded\"\n [themeColor]=\"themeColor\"\n [disabled]=\"disabled\"\n [toggleable]=\"toggleable\"\n (click)=\"onButtonClick(btn.label)\"\n [selected]=\"btn.selected\"\n [icon]=\"null\"\n [svgIcon]=\"null\"\n >\n <lib-typography defaultText={{btn.label}} type=\"BODY_MEDIUM\"></lib-typography>\n <ng-content></ng-content>\n </button>\n</kendo-buttongroup>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: ButtonsModule }, { kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i2.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }] }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonGroupComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
27
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: ButtonGroupComponent, isStandalone: true, selector: "lib-button-group", inputs: { buttons: "buttons", selection: "selection", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", label: "label", disabled: ["disabled", "disabled", (value) => value === true || value === 'true'], toggleable: ["toggleable", "toggleable", (value) => value === true || value === 'true'] }, outputs: { buttonClick: "buttonClick" }, ngImport: i0, template: "<kendo-buttongroup [selection]=\"selection\">\n <button *ngFor=\"let btn of buttons\"\n kendoButton\n [size]=\"size\"\n [fillMode]=\"fillMode\"\n [rounded]=\"rounded\"\n [themeColor]=\"themeColor\"\n [disabled]=\"disabled\"\n [toggleable]=\"toggleable\"\n (click)=\"onButtonClick(btn.label)\"\n [selected]=\"btn.selected\"\n [icon]=\"null\"\n [svgIcon]=\"null\"\n >\n <lib-typography defaultText={{btn.label}} type=\"BODY_MEDIUM\"></lib-typography>\n <ng-content></ng-content>\n </button>\n</kendo-buttongroup>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "ngmodule", type: ButtonsModule }, { kind: "component", type: i2.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i2.ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }] }); }
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonGroupComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonGroupComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ standalone: true, selector: 'lib-button-group', imports: [
32
32
  ButtonsModule,
@@ -6,20 +6,20 @@ import { TypographyModule } from '../typography/typography.module';
6
6
  import { IconModule } from '../icon/icon.module';
7
7
  import * as i0 from "@angular/core";
8
8
  export class ButtonGroupModule {
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: ButtonGroupModule, imports: [ButtonGroupComponent,
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: ButtonGroupModule, imports: [ButtonGroupComponent,
11
11
  ButtonsModule,
12
12
  TypographyModule,
13
13
  IconModule,
14
14
  CommonModule], exports: [CommonModule,
15
15
  ButtonGroupComponent] }); }
16
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonGroupModule, imports: [ButtonGroupComponent,
16
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonGroupModule, imports: [ButtonGroupComponent,
17
17
  ButtonsModule,
18
18
  TypographyModule,
19
19
  IconModule,
20
20
  CommonModule, CommonModule] }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ButtonGroupModule, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ButtonGroupModule, decorators: [{
23
23
  type: NgModule,
24
24
  args: [{
25
25
  imports: [
@@ -24,10 +24,10 @@ export class CheckboxComponent {
24
24
  emitValueChange(ev) {
25
25
  this.modelChange.emit(ev);
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CheckboxComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
28
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CheckboxComponent, isStandalone: true, selector: "lib-checkbox", inputs: { control: "control", elementId: "elementId", size: "size", rounded: "rounded", label: "label", labelPosition: "labelPosition", labelFont: "labelFont" }, outputs: { modelChange: "modelChange" }, ngImport: i0, template: "<span *ngIf=\"labelPosition === 'before' && label\">\n <label class=\"k-checkbox-label\" [for]=\"elementId\">\n <lib-typography [defaultText]=\"label\" [type]=\"labelFont\" class=\"checkbox-label\">\n <ng-container *ngTemplateOutlet=\"customLabel\"></ng-container>\n </lib-typography>\n </label>\n &nbsp;\n</span>\n<span class=\"checkbox-wrapper\" [ngClass]=\"'checkbox-size-' + size\">\n <input type=\"checkbox\" [rounded]=\"rounded\" [id]=\"elementId\" (ngModelChange)=\"emitValueChange($event)\"\n [formControl]=\"control\" kendoCheckBox />\n</span>\n<span *ngIf=\"labelPosition === 'after' && label\">\n &nbsp;\n <label class=\"k-checkbox-label\" [for]=\"elementId\">\n <lib-typography [defaultText]=\"label\" [type]=\"labelFont\">\n <ng-container *ngTemplateOutlet=\"customLabel\"></ng-container>\n </lib-typography>\n </label>\n</span>\n\n<ng-template #customLabel>\n <ng-content></ng-content>\n</ng-template>\n", styles: [".checkbox-label{display:flex}.checkbox-wrapper.checkbox-size-small input[kendoCheckBox]{transform:scale(.8);transform-origin:left center}.checkbox-wrapper.checkbox-size-medium input[kendoCheckBox]{transform:scale(1)}.checkbox-wrapper.checkbox-size-large input[kendoCheckBox]{transform:scale(1.2);transform-origin:left center}\n"], dependencies: [{ kind: "ngmodule", type: InputsModule }, { kind: "directive", type: i2.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }] }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: CheckboxComponent, deps: [{ token: i1.ThemesService }], target: i0.ɵɵFactoryTarget.Component }); }
28
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: CheckboxComponent, isStandalone: true, selector: "lib-checkbox", inputs: { control: "control", elementId: "elementId", size: "size", rounded: "rounded", label: "label", labelPosition: "labelPosition", labelFont: "labelFont" }, outputs: { modelChange: "modelChange" }, ngImport: i0, template: "<span *ngIf=\"labelPosition === 'before' && label\">\n <label class=\"k-checkbox-label\" [for]=\"elementId\">\n <lib-typography [defaultText]=\"label\" [type]=\"labelFont\" class=\"checkbox-label\">\n <ng-container *ngTemplateOutlet=\"customLabel\"></ng-container>\n </lib-typography>\n </label>\n &nbsp;\n</span>\n<span class=\"checkbox-wrapper\" [ngClass]=\"'checkbox-size-' + size\">\n <input type=\"checkbox\" [rounded]=\"rounded\" [id]=\"elementId\" (ngModelChange)=\"emitValueChange($event)\"\n [formControl]=\"control\" kendoCheckBox />\n</span>\n<span *ngIf=\"labelPosition === 'after' && label\">\n &nbsp;\n <label class=\"k-checkbox-label\" [for]=\"elementId\">\n <lib-typography [defaultText]=\"label\" [type]=\"labelFont\">\n <ng-container *ngTemplateOutlet=\"customLabel\"></ng-container>\n </lib-typography>\n </label>\n</span>\n\n<ng-template #customLabel>\n <ng-content></ng-content>\n</ng-template>\n", styles: [".checkbox-label{display:flex}.checkbox-wrapper.checkbox-size-small input[kendoCheckBox]{transform:scale(.8);transform-origin:left center}.checkbox-wrapper.checkbox-size-medium input[kendoCheckBox]{transform:scale(1)}.checkbox-wrapper.checkbox-size-large input[kendoCheckBox]{transform:scale(1.2);transform-origin:left center}\n"], dependencies: [{ kind: "ngmodule", type: InputsModule }, { kind: "directive", type: i2.CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: ["size", "rounded"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }] }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CheckboxComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: CheckboxComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ standalone: true, selector: 'lib-checkbox', imports: [
33
33
  InputsModule,