@tetacom/ng-components 1.4.18 → 1.4.20

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 (111) hide show
  1. package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +2 -2
  2. package/esm2022/common/contract/teta-content-ref.mjs +1 -1
  3. package/esm2022/common/service/dynamic-component.service.mjs +1 -1
  4. package/esm2022/common/util/array-util.mjs +1 -1
  5. package/esm2022/common/util/position-util.mjs +1 -1
  6. package/esm2022/component/accordion/accordion-head/accordion-head.component.mjs +3 -3
  7. package/esm2022/component/accordion/accordion-item/accordion-item.component.mjs +3 -3
  8. package/esm2022/component/avatar/avatar/avatar.component.mjs +3 -3
  9. package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +1 -1
  10. package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +3 -3
  11. package/esm2022/component/date-picker/base-calendar.mjs +1 -1
  12. package/esm2022/component/date-picker/base-picker.mjs +1 -1
  13. package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +3 -3
  14. package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +3 -3
  15. package/esm2022/component/date-picker/date-range/date-range.component.mjs +3 -3
  16. package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +3 -3
  17. package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +3 -3
  18. package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +3 -3
  19. package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +3 -3
  20. package/esm2022/component/divider/divider/divider.component.mjs +3 -3
  21. package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +1 -1
  22. package/esm2022/component/dropdown/dropdown-base.mjs +1 -1
  23. package/esm2022/component/dropdown/dropdown.directive.mjs +1 -1
  24. package/esm2022/component/expand-card/expand-card/expand-card.component.mjs +3 -3
  25. package/esm2022/component/expand-card/expand-item/expand-item.component.mjs +3 -3
  26. package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +3 -3
  27. package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +3 -3
  28. package/esm2022/component/filter/date-filter/date-filter.component.mjs +3 -3
  29. package/esm2022/component/filter/list-filter/list-filter.component.mjs +3 -3
  30. package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +3 -3
  31. package/esm2022/component/filter/string-filter/string-filter.component.mjs +1 -1
  32. package/esm2022/component/icon/icon.service.mjs +1 -1
  33. package/esm2022/component/input/input/input.component.mjs +3 -3
  34. package/esm2022/component/input/text-field/text-field.component.mjs +3 -3
  35. package/esm2022/component/message/message/message.component.mjs +3 -3
  36. package/esm2022/component/message/message-host/message-host.component.mjs +3 -3
  37. package/esm2022/component/modal/dialog/dialog.component.mjs +3 -3
  38. package/esm2022/component/modal/dialog.service.mjs +1 -1
  39. package/esm2022/component/modal/modal.service.mjs +1 -1
  40. package/esm2022/component/modal/model/modal-instance.mjs +1 -1
  41. package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +1 -1
  42. package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +3 -3
  43. package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +4 -4
  44. package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +16 -7
  45. package/esm2022/component/radio/radio-button/radio-button.component.mjs +3 -3
  46. package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +1 -1
  47. package/esm2022/component/select/select/select.component.mjs +3 -3
  48. package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +3 -3
  49. package/esm2022/component/stepper/stepper/stepper.component.mjs +3 -3
  50. package/esm2022/component/switch/switch/switch.component.mjs +1 -1
  51. package/esm2022/component/switch/switch-button/switch-button.component.mjs +1 -1
  52. package/esm2022/component/table/base/cell-component-base.mjs +1 -1
  53. package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +3 -3
  54. package/esm2022/component/table/default/date-cell/date-cell.component.mjs +3 -3
  55. package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +3 -3
  56. package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +3 -3
  57. package/esm2022/component/table/default/list-cell/list-cell.component.mjs +3 -3
  58. package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +3 -3
  59. package/esm2022/component/table/default/string-cell/string-cell.component.mjs +3 -3
  60. package/esm2022/component/table/head-cell/head-cell.component.mjs +3 -3
  61. package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +3 -3
  62. package/esm2022/component/table/selection-cell/selection-cell.component.mjs +1 -1
  63. package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +1 -1
  64. package/esm2022/component/table/service/table.service.mjs +1 -1
  65. package/esm2022/component/table/table/table.component.mjs +1 -1
  66. package/esm2022/component/table/table-body/table-body.component.mjs +3 -3
  67. package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +3 -3
  68. package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +3 -3
  69. package/esm2022/component/table/table-head/table-head.component.mjs +3 -3
  70. package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +3 -3
  71. package/esm2022/component/table/table-head-group/table-head-group.component.mjs +3 -3
  72. package/esm2022/component/table/util/state-util.mjs +1 -1
  73. package/esm2022/component/tabs/tabs/tabs.component.mjs +3 -3
  74. package/esm2022/component/toggle/toggle/toggle.component.mjs +3 -3
  75. package/esm2022/component/tree/tree/tree.component.mjs +3 -3
  76. package/esm2022/component/tree/tree-item/tree-item.component.mjs +1 -1
  77. package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +1 -1
  78. package/esm2022/directive/auto-position/auto-position.directive.mjs +1 -1
  79. package/esm2022/directive/click-outside/click-outside.directive.mjs +1 -1
  80. package/esm2022/directive/context-menu/context-menu.directive.mjs +1 -1
  81. package/esm2022/directive/disable-control/disable-control.directive.mjs +7 -3
  82. package/esm2022/directive/drag-drop/drag-container.directive.mjs +1 -1
  83. package/esm2022/directive/drag-drop/drag-drop.service.mjs +1 -1
  84. package/esm2022/directive/drag-drop/drag.directive.mjs +1 -1
  85. package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +1 -1
  86. package/esm2022/directive/dynamic-content-base.directive.mjs +1 -1
  87. package/esm2022/directive/highlight/highlight.directive.mjs +1 -1
  88. package/esm2022/directive/hint/hint.directive.mjs +1 -1
  89. package/esm2022/directive/let/let.directive.mjs +1 -1
  90. package/esm2022/directive/loader/loader.directive.mjs +1 -1
  91. package/esm2022/directive/no-autofill/no-autofill.directive.mjs +1 -1
  92. package/esm2022/directive/only-number/only-number.directive.mjs +1 -1
  93. package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +1 -1
  94. package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +1 -1
  95. package/esm2022/directive/tooltip/tooltip.directive.mjs +1 -1
  96. package/esm2022/observable/animation-frame.mjs +1 -1
  97. package/esm2022/observable/zone-observable.mjs +1 -1
  98. package/esm2022/pipe/number-pipe/number.pipe.mjs +1 -1
  99. package/esm2022/pipe/util/number-helper.mjs +1 -1
  100. package/esm2022/util/date-util.mjs +1 -1
  101. package/esm2022/util/forms-util.mjs +1 -1
  102. package/fesm2022/tetacom-ng-components.mjs +117 -105
  103. package/fesm2022/tetacom-ng-components.mjs.map +1 -1
  104. package/package.json +1 -1
  105. package/style/accordion.scss +3 -1
  106. package/style/chips.scss +5 -1
  107. package/style/datepicker.scss +3 -1
  108. package/style/input.scss +3 -1
  109. package/style/select.scss +3 -1
  110. package/style/tabs.scss +3 -1
  111. package/style/tag.scss +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetacom/ng-components",
3
- "version": "1.4.18",
3
+ "version": "1.4.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.1",
6
6
  "@angular/core": "^18.2.1"
@@ -58,7 +58,9 @@
58
58
  align-items: center;
59
59
  gap: 12px;
60
60
  padding: 12px;
61
- transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
61
+ transition:
62
+ background-color 0.2s ease-in-out,
63
+ color 0.2s ease-in-out;
62
64
 
63
65
  &_disabled {
64
66
  color: var(--color-text-30);
package/style/chips.scss CHANGED
@@ -19,7 +19,11 @@
19
19
  align-items: center;
20
20
  gap: var(--space);
21
21
  padding: var(--space);
22
- transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, fill 0.2s ease-in-out;
22
+ transition:
23
+ background-color 0.2s ease-in-out,
24
+ border 0.2s ease-in-out,
25
+ color 0.2s ease-in-out,
26
+ fill 0.2s ease-in-out;
23
27
 
24
28
  &:has(p:first-child) {
25
29
  padding-left: calc(2 * var(--space));
@@ -36,7 +36,9 @@
36
36
  color: var(--color-text-90);
37
37
  fill: var(--color-text-90);
38
38
  padding: 0 8px;
39
- transition: border-color 0.4s, background-color 0.4s;
39
+ transition:
40
+ border-color 0.4s,
41
+ background-color 0.4s;
40
42
  min-width: 0;
41
43
 
42
44
  &_disabled {
package/style/input.scss CHANGED
@@ -45,7 +45,9 @@
45
45
  grid-gap: 4px;
46
46
  width: 100%;
47
47
  min-width: 0;
48
- transition: border-color 0.4s, background-color 0.4s;
48
+ transition:
49
+ border-color 0.4s,
50
+ background-color 0.4s;
49
51
 
50
52
  @include getView('field');
51
53
 
package/style/select.scss CHANGED
@@ -30,7 +30,9 @@
30
30
  white-space: nowrap;
31
31
  padding: 0 8px;
32
32
  @include getFont($fonts, 'body-3');
33
- transition: border-color 0.4s, background-color 0.4s;
33
+ transition:
34
+ border-color 0.4s,
35
+ background-color 0.4s;
34
36
  overflow: hidden;
35
37
 
36
38
  &_invalid {
package/style/tabs.scss CHANGED
@@ -19,7 +19,9 @@
19
19
  white-space: nowrap;
20
20
  color: var(--color-text-40);
21
21
  fill: var(--color-text-40);
22
- transition: color 0.2s ease-in-out, fill 0.2s ease-in-out;
22
+ transition:
23
+ color 0.2s ease-in-out,
24
+ fill 0.2s ease-in-out;
23
25
 
24
26
  &:hover:not([disabled]) {
25
27
  cursor: pointer;
package/style/tag.scss CHANGED
@@ -15,7 +15,9 @@
15
15
  border-width: 1px;
16
16
  fill: var(--color-text-50);
17
17
  color: var(--color-text-90);
18
- transition: border-color 0.4s, background-color 0.4s;
18
+ transition:
19
+ border-color 0.4s,
20
+ background-color 0.4s;
19
21
  &_filled {
20
22
  background-color: var(--color-text-5);
21
23
  border-color: transparent;