@tetacom/ng-components 1.4.18 → 1.4.19
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.
- package/component/property-grid/property-grid/property-grid-item/property-grid-item.component.d.ts +2 -2
- package/esm2022/common/contract/teta-content-ref.mjs +1 -1
- package/esm2022/common/service/dynamic-component.service.mjs +1 -1
- package/esm2022/common/util/array-util.mjs +1 -1
- package/esm2022/common/util/position-util.mjs +1 -1
- package/esm2022/component/accordion/accordion-head/accordion-head.component.mjs +3 -3
- package/esm2022/component/accordion/accordion-item/accordion-item.component.mjs +3 -3
- package/esm2022/component/avatar/avatar/avatar.component.mjs +3 -3
- package/esm2022/component/chart-3d/chart3d/chart3d.component.mjs +1 -1
- package/esm2022/component/checkbox/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/component/date-picker/base-calendar.mjs +1 -1
- package/esm2022/component/date-picker/base-picker.mjs +1 -1
- package/esm2022/component/date-picker/date-picker/date-calendar/date-calendar.component.mjs +3 -3
- package/esm2022/component/date-picker/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/component/date-picker/date-range/date-range.component.mjs +3 -3
- package/esm2022/component/date-picker/date-range/range-calendar/range-calendar.component.mjs +3 -3
- package/esm2022/component/date-picker/day-picker/day-picker.component.mjs +3 -3
- package/esm2022/component/date-picker/month-picker/month-picker.component.mjs +3 -3
- package/esm2022/component/date-picker/year-picker/year-picker.component.mjs +3 -3
- package/esm2022/component/divider/divider/divider.component.mjs +3 -3
- package/esm2022/component/dropdown/dropdown/dropdown.component.mjs +1 -1
- package/esm2022/component/dropdown/dropdown-base.mjs +1 -1
- package/esm2022/component/dropdown/dropdown.directive.mjs +1 -1
- package/esm2022/component/expand-card/expand-card/expand-card.component.mjs +3 -3
- package/esm2022/component/expand-card/expand-item/expand-item.component.mjs +3 -3
- package/esm2022/component/expand-panel/expand-panel/expand-panel.component.mjs +3 -3
- package/esm2022/component/filter/boolean-filter/boolean-filter.component.mjs +3 -3
- package/esm2022/component/filter/date-filter/date-filter.component.mjs +3 -3
- package/esm2022/component/filter/list-filter/list-filter.component.mjs +3 -3
- package/esm2022/component/filter/numeric-filter/numeric-filter.component.mjs +3 -3
- package/esm2022/component/filter/string-filter/string-filter.component.mjs +1 -1
- package/esm2022/component/icon/icon.service.mjs +1 -1
- package/esm2022/component/input/input/input.component.mjs +3 -3
- package/esm2022/component/input/text-field/text-field.component.mjs +3 -3
- package/esm2022/component/message/message/message.component.mjs +3 -3
- package/esm2022/component/message/message-host/message-host.component.mjs +3 -3
- package/esm2022/component/modal/dialog/dialog.component.mjs +3 -3
- package/esm2022/component/modal/dialog.service.mjs +1 -1
- package/esm2022/component/modal/modal.service.mjs +1 -1
- package/esm2022/component/modal/model/modal-instance.mjs +1 -1
- package/esm2022/component/progress-bar/progress-bar/progress-bar.component.mjs +1 -1
- package/esm2022/component/property-grid/property-grid/property-grid-group/property-grid-group.component.mjs +3 -3
- package/esm2022/component/property-grid/property-grid/property-grid-item/property-grid-item.component.mjs +4 -4
- package/esm2022/component/property-grid/property-grid/property-grid.component.mjs +16 -7
- package/esm2022/component/radio/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/component/resize-panel/resize-panel/resize-panel.component.mjs +1 -1
- package/esm2022/component/select/select/select.component.mjs +3 -3
- package/esm2022/component/sidebar/sidebar/sidebar.component.mjs +3 -3
- package/esm2022/component/stepper/stepper/stepper.component.mjs +3 -3
- package/esm2022/component/switch/switch/switch.component.mjs +1 -1
- package/esm2022/component/switch/switch-button/switch-button.component.mjs +1 -1
- package/esm2022/component/table/base/cell-component-base.mjs +1 -1
- package/esm2022/component/table/default/boolean-cell/boolean-cell.component.mjs +3 -3
- package/esm2022/component/table/default/date-cell/date-cell.component.mjs +3 -3
- package/esm2022/component/table/default/date-time-cell/date-time-cell.component.mjs +3 -3
- package/esm2022/component/table/default/default-head-cell/default-head-cell.component.mjs +3 -3
- package/esm2022/component/table/default/list-cell/list-cell.component.mjs +3 -3
- package/esm2022/component/table/default/numeric-cell/numeric-cell.component.mjs +3 -3
- package/esm2022/component/table/default/string-cell/string-cell.component.mjs +3 -3
- package/esm2022/component/table/head-cell/head-cell.component.mjs +3 -3
- package/esm2022/component/table/head-cell-dropdown/head-cell-dropdown.component.mjs +3 -3
- package/esm2022/component/table/selection-cell/selection-cell.component.mjs +1 -1
- package/esm2022/component/table/selection-head-cell/selection-head-cell.component.mjs +1 -1
- package/esm2022/component/table/service/table.service.mjs +1 -1
- package/esm2022/component/table/table/table.component.mjs +1 -1
- package/esm2022/component/table/table-body/table-body.component.mjs +3 -3
- package/esm2022/component/table/table-head/filter-dropdown-tab/filter-dropdown-tab.component.mjs +3 -3
- package/esm2022/component/table/table-head/main-dropdown-tab/main-dropdown-tab.component.mjs +3 -3
- package/esm2022/component/table/table-head/table-head.component.mjs +3 -3
- package/esm2022/component/table/table-head/visibility-dropdown-tab/visibility-dropdown-tab.component.mjs +3 -3
- package/esm2022/component/table/table-head-group/table-head-group.component.mjs +3 -3
- package/esm2022/component/table/util/state-util.mjs +1 -1
- package/esm2022/component/tabs/tabs/tabs.component.mjs +3 -3
- package/esm2022/component/toggle/toggle/toggle.component.mjs +3 -3
- package/esm2022/component/tree/tree/tree.component.mjs +3 -3
- package/esm2022/component/tree/tree-item/tree-item.component.mjs +1 -1
- package/esm2022/component/tree/tree-item-toggle/tree-item-toggle.component.mjs +1 -1
- package/esm2022/directive/auto-position/auto-position.directive.mjs +1 -1
- package/esm2022/directive/click-outside/click-outside.directive.mjs +1 -1
- package/esm2022/directive/context-menu/context-menu.directive.mjs +1 -1
- package/esm2022/directive/drag-drop/drag-container.directive.mjs +1 -1
- package/esm2022/directive/drag-drop/drag-drop.service.mjs +1 -1
- package/esm2022/directive/drag-drop/drag.directive.mjs +1 -1
- package/esm2022/directive/drag-sort/drag-sort-item.directive.mjs +1 -1
- package/esm2022/directive/dynamic-content-base.directive.mjs +1 -1
- package/esm2022/directive/highlight/highlight.directive.mjs +1 -1
- package/esm2022/directive/hint/hint.directive.mjs +1 -1
- package/esm2022/directive/let/let.directive.mjs +1 -1
- package/esm2022/directive/loader/loader.directive.mjs +1 -1
- package/esm2022/directive/no-autofill/no-autofill.directive.mjs +1 -1
- package/esm2022/directive/only-number/only-number.directive.mjs +1 -1
- package/esm2022/directive/scroll-into-view/scroll-into-view.directive.mjs +1 -1
- package/esm2022/directive/scrollable/scrollable/scrollable.component.mjs +1 -1
- package/esm2022/directive/tooltip/tooltip.directive.mjs +1 -1
- package/esm2022/observable/animation-frame.mjs +1 -1
- package/esm2022/observable/zone-observable.mjs +1 -1
- package/esm2022/pipe/number-pipe/number.pipe.mjs +1 -1
- package/esm2022/pipe/util/number-helper.mjs +1 -1
- package/esm2022/util/date-util.mjs +1 -1
- package/esm2022/util/forms-util.mjs +1 -1
- package/fesm2022/tetacom-ng-components.mjs +111 -103
- package/fesm2022/tetacom-ng-components.mjs.map +1 -1
- package/package.json +1 -1
- package/style/accordion.scss +3 -1
- package/style/chips.scss +5 -1
- package/style/datepicker.scss +3 -1
- package/style/input.scss +3 -1
- package/style/select.scss +3 -1
- package/style/tabs.scss +3 -1
- package/style/tag.scss +3 -1
package/package.json
CHANGED
package/style/accordion.scss
CHANGED
|
@@ -58,7 +58,9 @@
|
|
|
58
58
|
align-items: center;
|
|
59
59
|
gap: 12px;
|
|
60
60
|
padding: 12px;
|
|
61
|
-
transition:
|
|
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:
|
|
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));
|
package/style/datepicker.scss
CHANGED
package/style/input.scss
CHANGED
package/style/select.scss
CHANGED
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:
|
|
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:
|
|
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;
|