@n-isi-platform/design-system 1.0.21 → 1.0.23

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.
@@ -1,4 +1,8 @@
1
1
  import { InputType } from '../../enums/input/input-type.enum';
2
+ /**
3
+ * @DEPRECATED: tale ni v uporabi, nadomesti ga spodnji
4
+ * @SEE: table-column.interface.ts
5
+ */
2
6
  export interface TableColumn {
3
7
  field: string;
4
8
  header: string;
@@ -4,7 +4,7 @@ export interface TableColumn {
4
4
  header: string;
5
5
  position: number;
6
6
  show: boolean;
7
- type: "date" | "text" | "icon" | "button" | "checkbox" | "multiselect" | "radiobutton" | "datetime" | "boolean" | "string" | "link" | "toggle" | "number" | "actions";
7
+ type: "date" | "text" | "icon" | "button" | "checkbox" | "multiselect" | "radiobutton" | "datetime" | "boolean" | "string" | "link" | "toggle" | "number" | "actions" | "numberWithUnit" | "vrstaBlaga" | "opombe" | "opombaDateByCode";
8
8
  filterType?: "select" | "text" | "date" | "button" | "boolean";
9
9
  selectList?: any;
10
10
  class?: string;
@@ -12,4 +12,7 @@ export interface TableColumn {
12
12
  icon?: string;
13
13
  iconColor?: string;
14
14
  tooltipText?: string;
15
+ unitPath?: string;
16
+ opombaCode?: string;
17
+ showCodes?: boolean;
15
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n-isi-platform/design-system",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.6",
6
6
  "@angular/core": "19.2.6"