@diia-inhouse/types 6.34.1 → 6.41.0

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 (70) hide show
  1. package/dist/generated/designSystem/atoms/amountAtm.js +140 -0
  2. package/dist/generated/designSystem/atoms/amountAtm.js.map +1 -0
  3. package/dist/generated/designSystem/atoms/btnAlertAdditionalAtm.js +96 -0
  4. package/dist/generated/designSystem/atoms/btnAlertAdditionalAtm.js.map +1 -0
  5. package/dist/generated/designSystem/atoms/btnSemiLightAtm.js +110 -0
  6. package/dist/generated/designSystem/atoms/btnSemiLightAtm.js.map +1 -0
  7. package/dist/generated/designSystem/atoms/greyTitleAtm.js +78 -0
  8. package/dist/generated/designSystem/atoms/greyTitleAtm.js.map +1 -0
  9. package/dist/generated/designSystem/atoms/index.js +4 -0
  10. package/dist/generated/designSystem/atoms/index.js.map +1 -1
  11. package/dist/generated/designSystem/icon.js +80 -16
  12. package/dist/generated/designSystem/icon.js.map +1 -1
  13. package/dist/generated/designSystem/item.js +80 -2
  14. package/dist/generated/designSystem/item.js.map +1 -1
  15. package/dist/generated/designSystem/molecules/alertCardMlc.js +112 -0
  16. package/dist/generated/designSystem/molecules/alertCardMlc.js.map +1 -0
  17. package/dist/generated/designSystem/molecules/attentionIconMessageMlc.js +130 -0
  18. package/dist/generated/designSystem/molecules/attentionIconMessageMlc.js.map +1 -0
  19. package/dist/generated/designSystem/molecules/dashboardCardMlc.js +270 -0
  20. package/dist/generated/designSystem/molecules/dashboardCardMlc.js.map +1 -0
  21. package/dist/generated/designSystem/molecules/index.js +3 -0
  22. package/dist/generated/designSystem/molecules/index.js.map +1 -1
  23. package/dist/generated/designSystem/molecules/listItemMlc.js +36 -0
  24. package/dist/generated/designSystem/molecules/listItemMlc.js.map +1 -1
  25. package/dist/generated/designSystem/molecules/radioBtnMlc.js +15 -0
  26. package/dist/generated/designSystem/molecules/radioBtnMlc.js.map +1 -1
  27. package/dist/generated/designSystem/molecules/tableItemPrimaryMlc.js +5 -5
  28. package/dist/generated/designSystem/molecules/tableItemPrimaryMlc.js.map +1 -1
  29. package/dist/generated/designSystem/organisms/dashboardCardTileOrg.js +135 -0
  30. package/dist/generated/designSystem/organisms/dashboardCardTileOrg.js.map +1 -0
  31. package/dist/generated/designSystem/organisms/index.js +2 -0
  32. package/dist/generated/designSystem/organisms/index.js.map +1 -1
  33. package/dist/generated/designSystem/organisms/radioBtnWithAltOrg.js +135 -0
  34. package/dist/generated/designSystem/organisms/radioBtnWithAltOrg.js.map +1 -0
  35. package/dist/generated/designSystem/organisms/topGroupOrg.js +1 -24
  36. package/dist/generated/designSystem/organisms/topGroupOrg.js.map +1 -1
  37. package/dist/proto/designSystem/atoms/amountAtm.proto +22 -0
  38. package/dist/proto/designSystem/atoms/btnAlertAdditionalAtm.proto +18 -0
  39. package/dist/proto/designSystem/atoms/btnSemiLightAtm.proto +19 -0
  40. package/dist/proto/designSystem/atoms/greyTitleAtm.proto +14 -0
  41. package/dist/proto/designSystem/icon.proto +11 -3
  42. package/dist/proto/designSystem/item.proto +10 -0
  43. package/dist/proto/designSystem/molecules/alertCardMlc.proto +18 -0
  44. package/dist/proto/designSystem/molecules/attentionIconMessageMlc.proto +22 -0
  45. package/dist/proto/designSystem/molecules/dashboardCardMlc.proto +32 -0
  46. package/dist/proto/designSystem/molecules/listItemMlc.proto +5 -0
  47. package/dist/proto/designSystem/molecules/radioBtnMlc.proto +1 -0
  48. package/dist/proto/designSystem/molecules/tableItemPrimaryMlc.proto +1 -1
  49. package/dist/proto/designSystem/organisms/dashboardCardTileOrg.proto +20 -0
  50. package/dist/proto/designSystem/organisms/radioBtnWithAltOrg.proto +20 -0
  51. package/dist/proto/designSystem/organisms/topGroupOrg.proto +0 -2
  52. package/dist/types/generated/designSystem/atoms/amountAtm.d.ts +28 -0
  53. package/dist/types/generated/designSystem/atoms/btnAlertAdditionalAtm.d.ts +22 -0
  54. package/dist/types/generated/designSystem/atoms/btnSemiLightAtm.d.ts +23 -0
  55. package/dist/types/generated/designSystem/atoms/greyTitleAtm.d.ts +19 -0
  56. package/dist/types/generated/designSystem/atoms/index.d.ts +4 -0
  57. package/dist/types/generated/designSystem/icon.d.ts +10 -2
  58. package/dist/types/generated/designSystem/item.d.ts +8 -0
  59. package/dist/types/generated/designSystem/molecules/alertCardMlc.d.ts +22 -0
  60. package/dist/types/generated/designSystem/molecules/attentionIconMessageMlc.d.ts +27 -0
  61. package/dist/types/generated/designSystem/molecules/dashboardCardMlc.d.ts +38 -0
  62. package/dist/types/generated/designSystem/molecules/index.d.ts +3 -0
  63. package/dist/types/generated/designSystem/molecules/listItemMlc.d.ts +4 -0
  64. package/dist/types/generated/designSystem/molecules/radioBtnMlc.d.ts +1 -0
  65. package/dist/types/generated/designSystem/molecules/tableItemPrimaryMlc.d.ts +1 -1
  66. package/dist/types/generated/designSystem/organisms/dashboardCardTileOrg.d.ts +31 -0
  67. package/dist/types/generated/designSystem/organisms/index.d.ts +2 -0
  68. package/dist/types/generated/designSystem/organisms/radioBtnWithAltOrg.d.ts +31 -0
  69. package/dist/types/generated/designSystem/organisms/topGroupOrg.d.ts +0 -2
  70. package/package.json +1 -1
@@ -5,7 +5,9 @@ package ua.gov.diia.types.ds.item;
5
5
  import "designSystem/atoms/sectionTitleAtm.proto";
6
6
  import "designSystem/atoms/btnPlainAtm.proto";
7
7
  import "designSystem/atoms/btnPrimaryDefaultAtm.proto";
8
+
8
9
  import "designSystem/molecules/attentionMessageMlc.proto";
10
+ import "designSystem/molecules/attentionIconMessageMlc.proto";
9
11
  import "designSystem/molecules/textLabelContainerMlc.proto";
10
12
  import "designSystem/molecules/textLabelMlc.proto";
11
13
  import "designSystem/molecules/titleLabelMlc.proto";
@@ -21,6 +23,9 @@ import "designSystem/molecules/btnLoadIconPlainGroupMlc.proto";
21
23
  import "designSystem/molecules/cardMlc.proto";
22
24
  import "designSystem/molecules/inputNumberLargeMlc.proto";
23
25
  import "designSystem/molecules/timerMlc.proto";
26
+ import "designSystem/molecules/searchInputMlc.proto";
27
+ import "designSystem/molecules/alertCardMlc.proto";
28
+
24
29
  import "designSystem/organisms/halvedCardCarouselOrg.proto";
25
30
  import "designSystem/organisms/smallNotificationCarouselOrg.proto";
26
31
  import "designSystem/organisms/mediaTitleOrg.proto";
@@ -44,6 +49,7 @@ import "designSystem/organisms/sharingCodesOrg.proto";
44
49
  import "designSystem/organisms/inputNumLargeTimeOrg.proto";
45
50
  import "designSystem/atoms/btnPrimaryWideAtm.proto";
46
51
  import "designSystem/organisms/paginationListOrg.proto";
52
+ import "designSystem/organisms/dashboardCardTileOrg.proto";
47
53
 
48
54
  option java_multiple_files = true;
49
55
  option java_package = "ua.gov.diia.types.ds.item";
@@ -100,10 +106,14 @@ message DSBodyItem {
100
106
  optional ua.gov.diia.types.ds.atoms.BtnPrimaryWideAtm btnPrimaryWideAtm = 38;
101
107
  optional ua.gov.diia.types.ds.organisms.PaginationListOrg paginationListOrg = 39;
102
108
  optional ua.gov.diia.types.ds.organisms.TableBlockOrg tableBlockOrg = 40;
109
+ optional ua.gov.diia.types.ds.molecules.AttentionIconMessageMlc attentionIconMessageMlc = 41;
110
+ optional ua.gov.diia.types.ds.molecules.AlertCardMlc alertCardMlc = 42;
111
+ optional ua.gov.diia.types.ds.organisms.DashboardCardTileOrg dashboardCardTileOrg = 43;
103
112
  }
104
113
 
105
114
  message DSTopGroupItem {
106
115
  optional ua.gov.diia.types.ds.organisms.TopGroupOrg topGroupOrg = 1;
116
+ optional ua.gov.diia.types.ds.molecules.SearchInputMlc searchInputMlc = 2;
107
117
  }
108
118
 
109
119
  message DSBottomGroupItem {
@@ -0,0 +1,18 @@
1
+ syntax = "proto3";
2
+
3
+ package ua.gov.diia.types.ds.molecules;
4
+
5
+ option java_multiple_files = true;
6
+ option java_package = "ua.gov.diia.types.ds.molecules";
7
+
8
+ import "designSystem/atoms/btnAlertAdditionalAtm.proto";
9
+
10
+ /**
11
+ * @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1355055105/alertCardMlc
12
+ */
13
+ message AlertCardMlc {
14
+ string icon = 1;
15
+ string label = 2;
16
+ string text = 3;
17
+ optional ua.gov.diia.types.ds.atoms.BtnAlertAdditionalAtm btnAlertAdditionalAtm = 4;
18
+ }
@@ -0,0 +1,22 @@
1
+
2
+ syntax = "proto3";
3
+
4
+ package ua.gov.diia.types.ds.molecules;
5
+
6
+ import "designSystem/atoms/smallIconAtm.proto";
7
+
8
+ option java_multiple_files = true;
9
+ option java_package = "ua.gov.diia.types.ds.molecules";
10
+
11
+ /**
12
+ @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1524105320/attentionIconMessageMlc
13
+ */
14
+ enum BackgroundMode {
15
+ info = 0;
16
+ }
17
+
18
+ message AttentionIconMessageMlc {
19
+ optional ua.gov.diia.types.ds.atoms.SmallIconAtm smallIconAtm = 1;
20
+ string text = 2;
21
+ BackgroundMode backgroundMode = 3;
22
+ }
@@ -0,0 +1,32 @@
1
+ syntax = "proto3";
2
+
3
+ package ua.gov.diia.types.ds.molecules;
4
+
5
+ import "designSystem/atoms/buttonAction.proto";
6
+ import "designSystem/atoms/btnSemiLightAtm.proto";
7
+
8
+ option java_multiple_files = true;
9
+ option java_package = "ua.gov.diia.types.ds.molecules";
10
+
11
+ enum DashboardCardMlcType {
12
+ empty = 0;
13
+ button = 1;
14
+ description = 2;
15
+ }
16
+
17
+ /**
18
+ * @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625686059/dashboardCardMlc
19
+ */
20
+ message DashboardCardMlc {
21
+ string componentId = 1;
22
+ DashboardCardMlcType type = 2;
23
+ optional string icon = 3;
24
+ optional string label = 4;
25
+ optional string amountLarge = 5;
26
+ optional string amountSmall = 6;
27
+ optional string description = 7;
28
+ optional string iconCenter = 8;
29
+ optional string descriptionCenter = 9;
30
+ optional ua.gov.diia.types.ds.atoms.button.ButtonAction action = 10;
31
+ optional ua.gov.diia.types.ds.atoms.BtnSemiLightAtm btnSemiLightAtm = 11;
32
+ }
@@ -3,7 +3,10 @@ syntax = "proto3";
3
3
  package ua.gov.diia.types.ds.molecules;
4
4
 
5
5
  import "designSystem/icon.proto";
6
+
7
+ import "designSystem/atoms/amountAtm.proto";
6
8
  import "designSystem/atoms/buttonAction.proto";
9
+ import "designSystem/atoms/chipStatusAtm.proto";
7
10
  import "designSystem/atoms/enums/buttonStateAtmType.proto";
8
11
 
9
12
  option java_multiple_files = true;
@@ -23,6 +26,8 @@ message ListItemMlc {
23
26
  optional ua.gov.diia.types.ds.atoms.button.ButtonState state = 8;
24
27
  optional string componentId = 9;
25
28
  optional string dataJson = 10;
29
+ optional ua.gov.diia.types.ds.atoms.AmountAtm amountAtm = 11;
30
+ optional ua.gov.diia.types.ds.atoms.ChipStatusAtm chipStatusAtm = 12;
26
31
  }
27
32
 
28
33
  message ListItemMlcIcon { ua.gov.diia.types.ds.icon.Icon code = 1; }
@@ -16,6 +16,7 @@ message RadioBtnMlc {
16
16
  optional string id = 1;
17
17
  optional string logoLeft = 2;
18
18
  optional string logoRight = 3;
19
+ optional string largeLogoRight = 13;
19
20
  string label = 4;
20
21
  optional string description = 5;
21
22
  optional string status = 6;
@@ -12,7 +12,7 @@ option java_package = "ua.gov.diia.types.ds.molecules";
12
12
  */
13
13
 
14
14
  message TableItemPrimaryMlc {
15
- string label = 1;
15
+ optional string label = 1;
16
16
  string value = 2;
17
17
  optional ua.gov.diia.types.ds.atoms.IconAtm icon = 3;
18
18
  optional string componentId = 4;
@@ -0,0 +1,20 @@
1
+ syntax = "proto3";
2
+
3
+ package ua.gov.diia.types.ds.organisms;
4
+
5
+ import "designSystem/molecules/dashboardCardMlc.proto";
6
+
7
+ option java_multiple_files = true;
8
+ option java_package = "ua.gov.diia.types.ds.organisms";
9
+
10
+ /**
11
+ * @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625620527/dashboardCardTileOrg
12
+ */
13
+ message DashboardCardTileOrg {
14
+ message Item {
15
+ optional ua.gov.diia.types.ds.molecules.DashboardCardMlc dashboardCardMlc = 1;
16
+ }
17
+
18
+ string componentId = 1;
19
+ repeated Item items = 2;
20
+ }
@@ -0,0 +1,20 @@
1
+ syntax = "proto3";
2
+
3
+ package ua.gov.diia.types.ds.organisms;
4
+
5
+ import "designSystem/organisms/radioBtnGroupOrg.proto";
6
+
7
+ option java_multiple_files = true;
8
+ option java_package = "ua.gov.diia.types.ds.organisms";
9
+
10
+ /**
11
+ * @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625686133/radioBtnWithAltOrg
12
+ */
13
+ message RadioBtnWithAltOrg {
14
+ message Item {
15
+ ua.gov.diia.types.ds.organisms.RadioBtnGroupOrg radioBtnGroupOrg = 1;
16
+ }
17
+
18
+ string componentId = 1;
19
+ repeated Item items = 2;
20
+ }
@@ -4,7 +4,6 @@ package ua.gov.diia.types.ds.organisms;
4
4
 
5
5
  import "designSystem/molecules/navigationPanelMlc.proto";
6
6
  import "designSystem/molecules/titleGroupMlc.proto";
7
- import "designSystem/molecules/searchInputMlc.proto";
8
7
  import "designSystem/organisms/chipTabsOrg.proto";
9
8
 
10
9
  option java_multiple_files = true;
@@ -19,5 +18,4 @@ message TopGroupOrg {
19
18
  optional ua.gov.diia.types.ds.organisms.ChipTabsOrg chipTabsOrg = 2;
20
19
  optional ua.gov.diia.types.ds.molecules.TitleGroupMlc titleGroupMlc = 3;
21
20
  optional string componentId = 4;
22
- optional ua.gov.diia.types.ds.molecules.SearchInputMlc searchInputMlc = 5;
23
21
  }
@@ -0,0 +1,28 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ export declare enum AmountAtmColour {
3
+ black = "black",
4
+ green = "green",
5
+ red = "red"
6
+ }
7
+ export declare function amountAtmColourFromJSON(object: any): AmountAtmColour;
8
+ export declare function amountAtmColourToJSON(object: AmountAtmColour): string;
9
+ export declare function amountAtmColourToNumber(object: AmountAtmColour): number;
10
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625751649/amountAtm */
11
+ export interface AmountAtm {
12
+ componentId: string;
13
+ colour: AmountAtmColour;
14
+ value: string;
15
+ }
16
+ export declare const AmountAtm: {
17
+ encode(message: AmountAtm, writer?: _m0.Writer): _m0.Writer;
18
+ decode(input: _m0.Reader | Uint8Array, length?: number): AmountAtm;
19
+ fromJSON(object: any): AmountAtm;
20
+ toJSON(message: AmountAtm): unknown;
21
+ create(base?: DeepPartial<AmountAtm>): AmountAtm;
22
+ fromPartial(object: DeepPartial<AmountAtm>): AmountAtm;
23
+ };
24
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
25
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
26
+ [K in keyof T]?: DeepPartial<T[K]>;
27
+ } : Partial<T>;
28
+ export {};
@@ -0,0 +1,22 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ import { ButtonAction } from "./buttonAction.js";
3
+ import { ButtonState } from "./enums/buttonStateAtmType.js";
4
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1315602547/button#btnAlertAdditionalAtm */
5
+ export interface BtnAlertAdditionalAtm {
6
+ label: string;
7
+ state?: ButtonState | undefined;
8
+ action?: ButtonAction | undefined;
9
+ }
10
+ export declare const BtnAlertAdditionalAtm: {
11
+ encode(message: BtnAlertAdditionalAtm, writer?: _m0.Writer): _m0.Writer;
12
+ decode(input: _m0.Reader | Uint8Array, length?: number): BtnAlertAdditionalAtm;
13
+ fromJSON(object: any): BtnAlertAdditionalAtm;
14
+ toJSON(message: BtnAlertAdditionalAtm): unknown;
15
+ create(base?: DeepPartial<BtnAlertAdditionalAtm>): BtnAlertAdditionalAtm;
16
+ fromPartial(object: DeepPartial<BtnAlertAdditionalAtm>): BtnAlertAdditionalAtm;
17
+ };
18
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
19
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
20
+ [K in keyof T]?: DeepPartial<T[K]>;
21
+ } : Partial<T>;
22
+ export {};
@@ -0,0 +1,23 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ import { ButtonAction } from "./buttonAction.js";
3
+ import { ButtonState } from "./enums/buttonStateAtmType.js";
4
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1315602547/button#btnSemiLightAtm */
5
+ export interface BtnSemiLightAtm {
6
+ componentId: string;
7
+ label: string;
8
+ state?: ButtonState | undefined;
9
+ action?: ButtonAction | undefined;
10
+ }
11
+ export declare const BtnSemiLightAtm: {
12
+ encode(message: BtnSemiLightAtm, writer?: _m0.Writer): _m0.Writer;
13
+ decode(input: _m0.Reader | Uint8Array, length?: number): BtnSemiLightAtm;
14
+ fromJSON(object: any): BtnSemiLightAtm;
15
+ toJSON(message: BtnSemiLightAtm): unknown;
16
+ create(base?: DeepPartial<BtnSemiLightAtm>): BtnSemiLightAtm;
17
+ fromPartial(object: DeepPartial<BtnSemiLightAtm>): BtnSemiLightAtm;
18
+ };
19
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
20
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
21
+ [K in keyof T]?: DeepPartial<T[K]>;
22
+ } : Partial<T>;
23
+ export {};
@@ -0,0 +1,19 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625620625/greyTitleAtm */
3
+ export interface GreyTitleAtm {
4
+ componentId: string;
5
+ label: string;
6
+ }
7
+ export declare const GreyTitleAtm: {
8
+ encode(message: GreyTitleAtm, writer?: _m0.Writer): _m0.Writer;
9
+ decode(input: _m0.Reader | Uint8Array, length?: number): GreyTitleAtm;
10
+ fromJSON(object: any): GreyTitleAtm;
11
+ toJSON(message: GreyTitleAtm): unknown;
12
+ create(base?: DeepPartial<GreyTitleAtm>): GreyTitleAtm;
13
+ fromPartial(object: DeepPartial<GreyTitleAtm>): GreyTitleAtm;
14
+ };
15
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
16
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
17
+ [K in keyof T]?: DeepPartial<T[K]>;
18
+ } : Partial<T>;
19
+ export {};
@@ -1,5 +1,7 @@
1
+ export * from './amountAtm.js';
1
2
  export * from './articlePicAtm.js';
2
3
  export * from './badgeCounterAtm.js';
4
+ export * from './btnAlertAdditionalAtm.js';
3
5
  export * from './btnLinkAtm.js';
4
6
  export * from './btnLoadPlainIconAtm.js';
5
7
  export * from './btnPlainAtm.js';
@@ -8,6 +10,7 @@ export * from './btnPrimaryAdditionalAtm.js';
8
10
  export * from './btnPrimaryDefaultAtm.js';
9
11
  export * from './btnPrimaryLargeAtm.js';
10
12
  export * from './btnPrimaryWideAtm.js';
13
+ export * from './btnSemiLightAtm.js';
11
14
  export * from './btnStrokeAdditionalAtm.js';
12
15
  export * from './btnStrokeDefaultAtm.js';
13
16
  export * from './buttonAction.js';
@@ -16,6 +19,7 @@ export * from './chipStatusAtm.js';
16
19
  export * from './dotNavigationAtm.js';
17
20
  export * from './doubleIconAtm.js';
18
21
  export * from './enums/index.js';
22
+ export * from './greyTitleAtm.js';
19
23
  export * from './iconAction.js';
20
24
  export * from './iconAtm.js';
21
25
  export * from './inputNumberLargeAtm.js';
@@ -28,13 +28,15 @@ export declare enum Icon {
28
28
  ellipseSticker = "ellipseSticker",
29
29
  ellipseTrident = "ellipseTrident",
30
30
  ellipseWhiteArrowRight = "ellipseWhiteArrowRight",
31
+ ellipseInfo = "ellipseInfo",
31
32
  pn = "pn",
32
33
  safety = "safety",
33
34
  shelter = "shelter",
34
35
  doubleIcon = "doubleIcon",
35
36
  safetyLarge = "safetyLarge",
36
- arrowSliderLeft = "arrowSliderLeft",
37
- arrowSliderRight = "arrowSliderRight",
37
+ cashbackPayment = "cashbackPayment",
38
+ cashbackCharge = "cashbackCharge",
39
+ cashbackReturn = "cashbackReturn",
38
40
  /** add - Stroke */
39
41
  add = "add",
40
42
  aidKit = "aidKit",
@@ -90,6 +92,12 @@ export declare enum Icon {
90
92
  hide = "hide",
91
93
  update = "update",
92
94
  oldDocInfo = "oldDocInfo",
95
+ info = "info",
96
+ arrowSliderLeft = "arrowSliderLeft",
97
+ arrowSliderRight = "arrowSliderRight",
98
+ paymentCash = "paymentCash",
99
+ chargeCash = "chargeCash",
100
+ returnCash = "returnCash",
93
101
  /** docActive - Nav */
94
102
  docActive = "docActive",
95
103
  docInActive = "docInActive",
@@ -3,6 +3,8 @@ import { BtnPlainAtm } from "./atoms/btnPlainAtm.js";
3
3
  import { BtnPrimaryDefaultAtm } from "./atoms/btnPrimaryDefaultAtm.js";
4
4
  import { BtnPrimaryWideAtm } from "./atoms/btnPrimaryWideAtm.js";
5
5
  import { SectionTitleAtm } from "./atoms/sectionTitleAtm.js";
6
+ import { AlertCardMlc } from "./molecules/alertCardMlc.js";
7
+ import { AttentionIconMessageMlc } from "./molecules/attentionIconMessageMlc.js";
6
8
  import { AttentionMessageMlc } from "./molecules/attentionMessageMlc.js";
7
9
  import { BlackCardMlc } from "./molecules/blackCardMlc.js";
8
10
  import { BtnIconPlainGroupMlc } from "./molecules/btnIconPlainGroupMlc.js";
@@ -10,6 +12,7 @@ import { BtnLoadIconPlainGroupMlc } from "./molecules/btnLoadIconPlainGroupMlc.j
10
12
  import { CardMlc } from "./molecules/cardMlc.js";
11
13
  import { ImageCardMlc } from "./molecules/imageCardMlc.js";
12
14
  import { InputNumberLargeMlc } from "./molecules/inputNumberLargeMlc.js";
15
+ import { SearchInputMlc } from "./molecules/searchInputMlc.js";
13
16
  import { StatusMessageMlc } from "./molecules/statusMessageMlc.js";
14
17
  import { StubMessageMlc } from "./molecules/stubMessageMlc.js";
15
18
  import { SubtitleLabelMlc } from "./molecules/subtitleLabelMlc.js";
@@ -24,6 +27,7 @@ import { BottomGroupOrg } from "./organisms/bottomGroupOrg.js";
24
27
  import { BtnIconRoundedGroupOrg } from "./organisms/btnIconRoundedGroupOrg.js";
25
28
  import { CalendarOrg } from "./organisms/calendarOrg.js";
26
29
  import { CheckboxBtnOrg } from "./organisms/checkboxBtnOrg.js";
30
+ import { DashboardCardTileOrg } from "./organisms/dashboardCardTileOrg.js";
27
31
  import { EditAutomaticallyDeterminedValueOrg } from "./organisms/editAutomaticallyDeterminedValueOrg.js";
28
32
  import { HalvedCardCarouselOrg } from "./organisms/halvedCardCarouselOrg.js";
29
33
  import { InputNumLargeTimeOrg } from "./organisms/inputNumLargeTimeOrg.js";
@@ -82,9 +86,13 @@ export interface DSBodyItem {
82
86
  btnPrimaryWideAtm?: BtnPrimaryWideAtm | undefined;
83
87
  paginationListOrg?: PaginationListOrg | undefined;
84
88
  tableBlockOrg?: TableBlockOrg | undefined;
89
+ attentionIconMessageMlc?: AttentionIconMessageMlc | undefined;
90
+ alertCardMlc?: AlertCardMlc | undefined;
91
+ dashboardCardTileOrg?: DashboardCardTileOrg | undefined;
85
92
  }
86
93
  export interface DSTopGroupItem {
87
94
  topGroupOrg?: TopGroupOrg | undefined;
95
+ searchInputMlc?: SearchInputMlc | undefined;
88
96
  }
89
97
  export interface DSBottomGroupItem {
90
98
  bottomGroupOrg?: BottomGroupOrg | undefined;
@@ -0,0 +1,22 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ import { BtnAlertAdditionalAtm } from "../atoms/btnAlertAdditionalAtm.js";
3
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1355055105/alertCardMlc */
4
+ export interface AlertCardMlc {
5
+ icon: string;
6
+ label: string;
7
+ text: string;
8
+ btnAlertAdditionalAtm?: BtnAlertAdditionalAtm | undefined;
9
+ }
10
+ export declare const AlertCardMlc: {
11
+ encode(message: AlertCardMlc, writer?: _m0.Writer): _m0.Writer;
12
+ decode(input: _m0.Reader | Uint8Array, length?: number): AlertCardMlc;
13
+ fromJSON(object: any): AlertCardMlc;
14
+ toJSON(message: AlertCardMlc): unknown;
15
+ create(base?: DeepPartial<AlertCardMlc>): AlertCardMlc;
16
+ fromPartial(object: DeepPartial<AlertCardMlc>): AlertCardMlc;
17
+ };
18
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
19
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
20
+ [K in keyof T]?: DeepPartial<T[K]>;
21
+ } : Partial<T>;
22
+ export {};
@@ -0,0 +1,27 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ import { SmallIconAtm } from "../atoms/smallIconAtm.js";
3
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1524105320/attentionIconMessageMlc */
4
+ export declare enum BackgroundMode {
5
+ info = "info"
6
+ }
7
+ export declare function backgroundModeFromJSON(object: any): BackgroundMode;
8
+ export declare function backgroundModeToJSON(object: BackgroundMode): string;
9
+ export declare function backgroundModeToNumber(object: BackgroundMode): number;
10
+ export interface AttentionIconMessageMlc {
11
+ smallIconAtm?: SmallIconAtm | undefined;
12
+ text: string;
13
+ backgroundMode: BackgroundMode;
14
+ }
15
+ export declare const AttentionIconMessageMlc: {
16
+ encode(message: AttentionIconMessageMlc, writer?: _m0.Writer): _m0.Writer;
17
+ decode(input: _m0.Reader | Uint8Array, length?: number): AttentionIconMessageMlc;
18
+ fromJSON(object: any): AttentionIconMessageMlc;
19
+ toJSON(message: AttentionIconMessageMlc): unknown;
20
+ create(base?: DeepPartial<AttentionIconMessageMlc>): AttentionIconMessageMlc;
21
+ fromPartial(object: DeepPartial<AttentionIconMessageMlc>): AttentionIconMessageMlc;
22
+ };
23
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
24
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
25
+ [K in keyof T]?: DeepPartial<T[K]>;
26
+ } : Partial<T>;
27
+ export {};
@@ -0,0 +1,38 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ import { BtnSemiLightAtm } from "../atoms/btnSemiLightAtm.js";
3
+ import { ButtonAction } from "../atoms/buttonAction.js";
4
+ export declare enum DashboardCardMlcType {
5
+ empty = "empty",
6
+ button = "button",
7
+ description = "description"
8
+ }
9
+ export declare function dashboardCardMlcTypeFromJSON(object: any): DashboardCardMlcType;
10
+ export declare function dashboardCardMlcTypeToJSON(object: DashboardCardMlcType): string;
11
+ export declare function dashboardCardMlcTypeToNumber(object: DashboardCardMlcType): number;
12
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625686059/dashboardCardMlc */
13
+ export interface DashboardCardMlc {
14
+ componentId: string;
15
+ type: DashboardCardMlcType;
16
+ icon?: string | undefined;
17
+ label?: string | undefined;
18
+ amountLarge?: string | undefined;
19
+ amountSmall?: string | undefined;
20
+ description?: string | undefined;
21
+ iconCenter?: string | undefined;
22
+ descriptionCenter?: string | undefined;
23
+ action?: ButtonAction | undefined;
24
+ btnSemiLightAtm?: BtnSemiLightAtm | undefined;
25
+ }
26
+ export declare const DashboardCardMlc: {
27
+ encode(message: DashboardCardMlc, writer?: _m0.Writer): _m0.Writer;
28
+ decode(input: _m0.Reader | Uint8Array, length?: number): DashboardCardMlc;
29
+ fromJSON(object: any): DashboardCardMlc;
30
+ toJSON(message: DashboardCardMlc): unknown;
31
+ create(base?: DeepPartial<DashboardCardMlc>): DashboardCardMlc;
32
+ fromPartial(object: DeepPartial<DashboardCardMlc>): DashboardCardMlc;
33
+ };
34
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
35
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
36
+ [K in keyof T]?: DeepPartial<T[K]>;
37
+ } : Partial<T>;
38
+ export {};
@@ -1,4 +1,6 @@
1
+ export * from './alertCardMlc.js';
1
2
  export * from './articleVideoMlc.js';
3
+ export * from './attentionIconMessageMlc.js';
2
4
  export * from './attentionMessageMlc.js';
3
5
  export * from './barCodeMlc.js';
4
6
  export * from './blackCardMlc.js';
@@ -13,6 +15,7 @@ export * from './checkboxSquareMlc.js';
13
15
  export * from './chipMlc.js';
14
16
  export * from './chipTimeMlc.js';
15
17
  export * from './currentTimeMlc.js';
18
+ export * from './dashboardCardMlc.js';
16
19
  export * from './dividerLineMlc.js';
17
20
  export * from './docNumberCopyMlc.js';
18
21
  export * from './docNumberCopyWhiteMlc.js';
@@ -1,5 +1,7 @@
1
1
  import _m0 from "protobufjs/minimal.js";
2
+ import { AmountAtm } from "../atoms/amountAtm.js";
2
3
  import { ButtonAction } from "../atoms/buttonAction.js";
4
+ import { ChipStatusAtm } from "../atoms/chipStatusAtm.js";
3
5
  import { ButtonState } from "../atoms/enums/buttonStateAtmType.js";
4
6
  import { Icon } from "../icon.js";
5
7
  /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1363836929/listItemMlc */
@@ -14,6 +16,8 @@ export interface ListItemMlc {
14
16
  state?: ButtonState | undefined;
15
17
  componentId?: string | undefined;
16
18
  dataJson?: string | undefined;
19
+ amountAtm?: AmountAtm | undefined;
20
+ chipStatusAtm?: ChipStatusAtm | undefined;
17
21
  }
18
22
  export interface ListItemMlcIcon {
19
23
  code: Icon;
@@ -5,6 +5,7 @@ export interface RadioBtnMlc {
5
5
  id?: string | undefined;
6
6
  logoLeft?: string | undefined;
7
7
  logoRight?: string | undefined;
8
+ largeLogoRight?: string | undefined;
8
9
  label: string;
9
10
  description?: string | undefined;
10
11
  status?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  import _m0 from "protobufjs/minimal.js";
2
2
  import { IconAtm } from "../atoms/iconAtm.js";
3
3
  export interface TableItemPrimaryMlc {
4
- label: string;
4
+ label?: string | undefined;
5
5
  value: string;
6
6
  icon?: IconAtm | undefined;
7
7
  componentId?: string | undefined;
@@ -0,0 +1,31 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ import { DashboardCardMlc } from "../molecules/dashboardCardMlc.js";
3
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625620527/dashboardCardTileOrg */
4
+ export interface DashboardCardTileOrg {
5
+ componentId: string;
6
+ items: DashboardCardTileOrgItem[];
7
+ }
8
+ export interface DashboardCardTileOrgItem {
9
+ dashboardCardMlc?: DashboardCardMlc | undefined;
10
+ }
11
+ export declare const DashboardCardTileOrg: {
12
+ encode(message: DashboardCardTileOrg, writer?: _m0.Writer): _m0.Writer;
13
+ decode(input: _m0.Reader | Uint8Array, length?: number): DashboardCardTileOrg;
14
+ fromJSON(object: any): DashboardCardTileOrg;
15
+ toJSON(message: DashboardCardTileOrg): unknown;
16
+ create(base?: DeepPartial<DashboardCardTileOrg>): DashboardCardTileOrg;
17
+ fromPartial(object: DeepPartial<DashboardCardTileOrg>): DashboardCardTileOrg;
18
+ };
19
+ export declare const DashboardCardTileOrgItem: {
20
+ encode(message: DashboardCardTileOrgItem, writer?: _m0.Writer): _m0.Writer;
21
+ decode(input: _m0.Reader | Uint8Array, length?: number): DashboardCardTileOrgItem;
22
+ fromJSON(object: any): DashboardCardTileOrgItem;
23
+ toJSON(message: DashboardCardTileOrgItem): unknown;
24
+ create(base?: DeepPartial<DashboardCardTileOrgItem>): DashboardCardTileOrgItem;
25
+ fromPartial(object: DeepPartial<DashboardCardTileOrgItem>): DashboardCardTileOrgItem;
26
+ };
27
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
28
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
29
+ [K in keyof T]?: DeepPartial<T[K]>;
30
+ } : Partial<T>;
31
+ export {};
@@ -8,6 +8,7 @@ export * from './checkboxBtnOrg.js';
8
8
  export * from './checkboxRoundGroupOrg.js';
9
9
  export * from './chipGroupOrg.js';
10
10
  export * from './chipTabsOrg.js';
11
+ export * from './dashboardCardTileOrg.js';
11
12
  export * from './docButtonHeadingOrg.js';
12
13
  export * from './docHeadingOrg.js';
13
14
  export * from './editAutomaticallyDeterminedValueOrg.js';
@@ -26,6 +27,7 @@ export * from './paymentInfoOrg.js';
26
27
  export * from './qrSharingOrg.js';
27
28
  export * from './questionFormsOrg.js';
28
29
  export * from './radioBtnGroupOrg.js';
30
+ export * from './radioBtnWithAltOrg.js';
29
31
  export * from './selectorListWidgetOrg.js';
30
32
  export * from './selectorOrg.js';
31
33
  export * from './sharingCodesOrg.js';
@@ -0,0 +1,31 @@
1
+ import _m0 from "protobufjs/minimal.js";
2
+ import { RadioBtnGroupOrg } from "./radioBtnGroupOrg.js";
3
+ /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1625686133/radioBtnWithAltOrg */
4
+ export interface RadioBtnWithAltOrg {
5
+ componentId: string;
6
+ items: RadioBtnWithAltOrgItem[];
7
+ }
8
+ export interface RadioBtnWithAltOrgItem {
9
+ radioBtnGroupOrg: RadioBtnGroupOrg | undefined;
10
+ }
11
+ export declare const RadioBtnWithAltOrg: {
12
+ encode(message: RadioBtnWithAltOrg, writer?: _m0.Writer): _m0.Writer;
13
+ decode(input: _m0.Reader | Uint8Array, length?: number): RadioBtnWithAltOrg;
14
+ fromJSON(object: any): RadioBtnWithAltOrg;
15
+ toJSON(message: RadioBtnWithAltOrg): unknown;
16
+ create(base?: DeepPartial<RadioBtnWithAltOrg>): RadioBtnWithAltOrg;
17
+ fromPartial(object: DeepPartial<RadioBtnWithAltOrg>): RadioBtnWithAltOrg;
18
+ };
19
+ export declare const RadioBtnWithAltOrgItem: {
20
+ encode(message: RadioBtnWithAltOrgItem, writer?: _m0.Writer): _m0.Writer;
21
+ decode(input: _m0.Reader | Uint8Array, length?: number): RadioBtnWithAltOrgItem;
22
+ fromJSON(object: any): RadioBtnWithAltOrgItem;
23
+ toJSON(message: RadioBtnWithAltOrgItem): unknown;
24
+ create(base?: DeepPartial<RadioBtnWithAltOrgItem>): RadioBtnWithAltOrgItem;
25
+ fromPartial(object: DeepPartial<RadioBtnWithAltOrgItem>): RadioBtnWithAltOrgItem;
26
+ };
27
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
28
+ type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
29
+ [K in keyof T]?: DeepPartial<T[K]>;
30
+ } : Partial<T>;
31
+ export {};
@@ -1,6 +1,5 @@
1
1
  import _m0 from "protobufjs/minimal.js";
2
2
  import { NavigationPanelMlc } from "../molecules/navigationPanelMlc.js";
3
- import { SearchInputMlc } from "../molecules/searchInputMlc.js";
4
3
  import { TitleGroupMlc } from "../molecules/titleGroupMlc.js";
5
4
  import { ChipTabsOrg } from "./chipTabsOrg.js";
6
5
  /** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1362362442/topGroupOrg */
@@ -9,7 +8,6 @@ export interface TopGroupOrg {
9
8
  chipTabsOrg?: ChipTabsOrg | undefined;
10
9
  titleGroupMlc?: TitleGroupMlc | undefined;
11
10
  componentId?: string | undefined;
12
- searchInputMlc?: SearchInputMlc | undefined;
13
11
  }
14
12
  export declare const TopGroupOrg: {
15
13
  encode(message: TopGroupOrg, writer?: _m0.Writer): _m0.Writer;