@diia-inhouse/types 6.41.0 → 6.49.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.
- package/dist/generated/contextMenu.js +8 -0
- package/dist/generated/contextMenu.js.map +1 -1
- package/dist/generated/designSystem/atoms/articlePicAtm.js +18 -2
- package/dist/generated/designSystem/atoms/articlePicAtm.js.map +1 -1
- package/dist/generated/designSystem/icon.js +32 -0
- package/dist/generated/designSystem/icon.js.map +1 -1
- package/dist/generated/designSystem/item.js +95 -0
- package/dist/generated/designSystem/item.js.map +1 -1
- package/dist/generated/designSystem/organisms/index.js +1 -0
- package/dist/generated/designSystem/organisms/index.js.map +1 -1
- package/dist/generated/designSystem/organisms/paginationListOrg.js +38 -2
- package/dist/generated/designSystem/organisms/paginationListOrg.js.map +1 -1
- package/dist/generated/designSystem/organisms/paginationListWhiteOrg.js +183 -0
- package/dist/generated/designSystem/organisms/paginationListWhiteOrg.js.map +1 -0
- package/dist/proto/contextMenu.proto +1 -0
- package/dist/proto/designSystem/atoms/articlePicAtm.proto +5 -3
- package/dist/proto/designSystem/icon.proto +4 -0
- package/dist/proto/designSystem/item.proto +10 -0
- package/dist/proto/designSystem/organisms/paginationListOrg.proto +11 -5
- package/dist/proto/designSystem/organisms/paginationListWhiteOrg.proto +26 -0
- package/dist/types/generated/contextMenu.d.ts +2 -1
- package/dist/types/generated/designSystem/atoms/articlePicAtm.d.ts +2 -4
- package/dist/types/generated/designSystem/icon.d.ts +4 -0
- package/dist/types/generated/designSystem/item.d.ts +10 -0
- package/dist/types/generated/designSystem/organisms/index.d.ts +1 -0
- package/dist/types/generated/designSystem/organisms/paginationListOrg.d.ts +5 -4
- package/dist/types/generated/designSystem/organisms/paginationListWhiteOrg.d.ts +36 -0
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package ua.gov.diia.types.ds.organisms;
|
|
4
|
+
|
|
5
|
+
import "designSystem/atoms/greyTitleAtm.proto";
|
|
6
|
+
|
|
7
|
+
import "designSystem/molecules/cardMlc.proto";
|
|
8
|
+
import "designSystem/molecules/listItemMlc.proto";
|
|
9
|
+
|
|
10
|
+
option java_multiple_files = true;
|
|
11
|
+
option java_package = "ua.gov.diia.types.ds.organisms";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1657438457/paginationListWhiteOrg
|
|
15
|
+
*/
|
|
16
|
+
message PaginationListWhiteOrg {
|
|
17
|
+
string componentId = 1;
|
|
18
|
+
repeated PaginationListWhiteOrgItem items = 2;
|
|
19
|
+
optional int32 limit = 3;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message PaginationListWhiteOrgItem {
|
|
23
|
+
optional ua.gov.diia.types.ds.molecules.CardMlc cardMlc = 1;
|
|
24
|
+
optional ua.gov.diia.types.ds.molecules.ListItemMlc listItemMlc = 2;
|
|
25
|
+
optional ua.gov.diia.types.ds.atoms.GreyTitleAtm greyTitleAtm = 3;
|
|
26
|
+
}
|
|
@@ -14,7 +14,8 @@ export declare enum PublicServiceContextMenuType {
|
|
|
14
14
|
createContent = "createContent",
|
|
15
15
|
rating = "rating",
|
|
16
16
|
downloadList = "downloadList",
|
|
17
|
-
restoreRecords = "restoreRecords"
|
|
17
|
+
restoreRecords = "restoreRecords",
|
|
18
|
+
onboarding = "onboarding"
|
|
18
19
|
}
|
|
19
20
|
export declare function publicServiceContextMenuTypeFromJSON(object: any): PublicServiceContextMenuType;
|
|
20
21
|
export declare function publicServiceContextMenuTypeToJSON(object: PublicServiceContextMenuType): string;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import _m0 from "protobufjs/minimal.js";
|
|
2
|
-
/**
|
|
3
|
-
* @see
|
|
4
|
-
* https://diia.atlassian.net/wiki/spaces/DIIA/pages/1371570378/articlePicAtm
|
|
5
|
-
*/
|
|
2
|
+
/** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1371570378/articlePicAtm */
|
|
6
3
|
export interface ArticlePicAtm {
|
|
7
4
|
image: string;
|
|
5
|
+
componentId?: string | undefined;
|
|
8
6
|
}
|
|
9
7
|
export declare const ArticlePicAtm: {
|
|
10
8
|
encode(message: ArticlePicAtm, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -37,6 +37,10 @@ export declare enum Icon {
|
|
|
37
37
|
cashbackPayment = "cashbackPayment",
|
|
38
38
|
cashbackCharge = "cashbackCharge",
|
|
39
39
|
cashbackReturn = "cashbackReturn",
|
|
40
|
+
madeInUa = "madeInUa",
|
|
41
|
+
cardVisa = "cardVisa",
|
|
42
|
+
cardMastercard = "cardMastercard",
|
|
43
|
+
cardProstir = "cardProstir",
|
|
40
44
|
/** add - Stroke */
|
|
41
45
|
add = "add",
|
|
42
46
|
aidKit = "aidKit",
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import _m0 from "protobufjs/minimal.js";
|
|
2
|
+
import { ArticlePicAtm } from "./atoms/articlePicAtm.js";
|
|
2
3
|
import { BtnPlainAtm } from "./atoms/btnPlainAtm.js";
|
|
3
4
|
import { BtnPrimaryDefaultAtm } from "./atoms/btnPrimaryDefaultAtm.js";
|
|
4
5
|
import { BtnPrimaryWideAtm } from "./atoms/btnPrimaryWideAtm.js";
|
|
5
6
|
import { SectionTitleAtm } from "./atoms/sectionTitleAtm.js";
|
|
7
|
+
import { TickerAtm } from "./atoms/tickerAtm.js";
|
|
6
8
|
import { AlertCardMlc } from "./molecules/alertCardMlc.js";
|
|
7
9
|
import { AttentionIconMessageMlc } from "./molecules/attentionIconMessageMlc.js";
|
|
8
10
|
import { AttentionMessageMlc } from "./molecules/attentionMessageMlc.js";
|
|
@@ -28,6 +30,7 @@ import { BtnIconRoundedGroupOrg } from "./organisms/btnIconRoundedGroupOrg.js";
|
|
|
28
30
|
import { CalendarOrg } from "./organisms/calendarOrg.js";
|
|
29
31
|
import { CheckboxBtnOrg } from "./organisms/checkboxBtnOrg.js";
|
|
30
32
|
import { DashboardCardTileOrg } from "./organisms/dashboardCardTileOrg.js";
|
|
33
|
+
import { DocHeadingOrg } from "./organisms/docHeadingOrg.js";
|
|
31
34
|
import { EditAutomaticallyDeterminedValueOrg } from "./organisms/editAutomaticallyDeterminedValueOrg.js";
|
|
32
35
|
import { HalvedCardCarouselOrg } from "./organisms/halvedCardCarouselOrg.js";
|
|
33
36
|
import { InputNumLargeTimeOrg } from "./organisms/inputNumLargeTimeOrg.js";
|
|
@@ -35,10 +38,12 @@ import { ListItemGroupOrg } from "./organisms/listItemGroupOrg.js";
|
|
|
35
38
|
import { MediaTitleOrg } from "./organisms/mediaTitleOrg.js";
|
|
36
39
|
import { MediaUploadGroupOrg } from "./organisms/mediaUploadGroupOrg.js";
|
|
37
40
|
import { PaginationListOrg } from "./organisms/paginationListOrg.js";
|
|
41
|
+
import { PaginationListWhiteOrg } from "./organisms/paginationListWhiteOrg.js";
|
|
38
42
|
import { PaymentInfoOrg } from "./organisms/paymentInfoOrg.js";
|
|
39
43
|
import { QrSharingOrg } from "./organisms/qrSharingOrg.js";
|
|
40
44
|
import { QuestionFormsOrg } from "./organisms/questionFormsOrg.js";
|
|
41
45
|
import { RadioBtnGroupOrg } from "./organisms/radioBtnGroupOrg.js";
|
|
46
|
+
import { RadioBtnWithAltOrg } from "./organisms/radioBtnWithAltOrg.js";
|
|
42
47
|
import { SharingCodesOrg } from "./organisms/sharingCodesOrg.js";
|
|
43
48
|
import { SmallNotificationCarouselOrg } from "./organisms/smallNotificationCarouselOrg.js";
|
|
44
49
|
import { TableBlockOrg } from "./organisms/tableBlockOrg.js";
|
|
@@ -89,6 +94,11 @@ export interface DSBodyItem {
|
|
|
89
94
|
attentionIconMessageMlc?: AttentionIconMessageMlc | undefined;
|
|
90
95
|
alertCardMlc?: AlertCardMlc | undefined;
|
|
91
96
|
dashboardCardTileOrg?: DashboardCardTileOrg | undefined;
|
|
97
|
+
docHeadingOrg?: DocHeadingOrg | undefined;
|
|
98
|
+
tickerAtm?: TickerAtm | undefined;
|
|
99
|
+
radioBtnWithAltOrg?: RadioBtnWithAltOrg | undefined;
|
|
100
|
+
articlePicAtm?: ArticlePicAtm | undefined;
|
|
101
|
+
paginationListWhiteOrg?: PaginationListWhiteOrg | undefined;
|
|
92
102
|
}
|
|
93
103
|
export interface DSTopGroupItem {
|
|
94
104
|
topGroupOrg?: TopGroupOrg | undefined;
|
|
@@ -23,6 +23,7 @@ export * from './listItemGroupOrg.js';
|
|
|
23
23
|
export * from './mediaTitleOrg.js';
|
|
24
24
|
export * from './mediaUploadGroupOrg.js';
|
|
25
25
|
export * from './paginationListOrg.js';
|
|
26
|
+
export * from './paginationListWhiteOrg.js';
|
|
26
27
|
export * from './paymentInfoOrg.js';
|
|
27
28
|
export * from './qrSharingOrg.js';
|
|
28
29
|
export * from './questionFormsOrg.js';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import _m0 from "protobufjs/minimal.js";
|
|
2
|
+
import { GreyTitleAtm } from "../atoms/greyTitleAtm.js";
|
|
2
3
|
import { CardMlc } from "../molecules/cardMlc.js";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* https://diia.atlassian.net/wiki/spaces/DIIA/pages/1552875566/paginationListOrg
|
|
6
|
-
*/
|
|
4
|
+
import { ListItemMlc } from "../molecules/listItemMlc.js";
|
|
5
|
+
/** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1552875566/paginationListOrg */
|
|
7
6
|
export interface PaginationListOrg {
|
|
8
7
|
componentId: string;
|
|
9
8
|
items: PaginationListOrgItem[];
|
|
@@ -11,6 +10,8 @@ export interface PaginationListOrg {
|
|
|
11
10
|
}
|
|
12
11
|
export interface PaginationListOrgItem {
|
|
13
12
|
cardMlc?: CardMlc | undefined;
|
|
13
|
+
listItemMlc?: ListItemMlc | undefined;
|
|
14
|
+
greyTitleAtm?: GreyTitleAtm | undefined;
|
|
14
15
|
}
|
|
15
16
|
export declare const PaginationListOrg: {
|
|
16
17
|
encode(message: PaginationListOrg, writer?: _m0.Writer): _m0.Writer;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal.js";
|
|
2
|
+
import { GreyTitleAtm } from "../atoms/greyTitleAtm.js";
|
|
3
|
+
import { CardMlc } from "../molecules/cardMlc.js";
|
|
4
|
+
import { ListItemMlc } from "../molecules/listItemMlc.js";
|
|
5
|
+
/** @see https://diia.atlassian.net/wiki/spaces/DIIA/pages/1657438457/paginationListWhiteOrg */
|
|
6
|
+
export interface PaginationListWhiteOrg {
|
|
7
|
+
componentId: string;
|
|
8
|
+
items: PaginationListWhiteOrgItem[];
|
|
9
|
+
limit?: number | undefined;
|
|
10
|
+
}
|
|
11
|
+
export interface PaginationListWhiteOrgItem {
|
|
12
|
+
cardMlc?: CardMlc | undefined;
|
|
13
|
+
listItemMlc?: ListItemMlc | undefined;
|
|
14
|
+
greyTitleAtm?: GreyTitleAtm | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare const PaginationListWhiteOrg: {
|
|
17
|
+
encode(message: PaginationListWhiteOrg, writer?: _m0.Writer): _m0.Writer;
|
|
18
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PaginationListWhiteOrg;
|
|
19
|
+
fromJSON(object: any): PaginationListWhiteOrg;
|
|
20
|
+
toJSON(message: PaginationListWhiteOrg): unknown;
|
|
21
|
+
create(base?: DeepPartial<PaginationListWhiteOrg>): PaginationListWhiteOrg;
|
|
22
|
+
fromPartial(object: DeepPartial<PaginationListWhiteOrg>): PaginationListWhiteOrg;
|
|
23
|
+
};
|
|
24
|
+
export declare const PaginationListWhiteOrgItem: {
|
|
25
|
+
encode(message: PaginationListWhiteOrgItem, writer?: _m0.Writer): _m0.Writer;
|
|
26
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PaginationListWhiteOrgItem;
|
|
27
|
+
fromJSON(object: any): PaginationListWhiteOrgItem;
|
|
28
|
+
toJSON(message: PaginationListWhiteOrgItem): unknown;
|
|
29
|
+
create(base?: DeepPartial<PaginationListWhiteOrgItem>): PaginationListWhiteOrgItem;
|
|
30
|
+
fromPartial(object: DeepPartial<PaginationListWhiteOrgItem>): PaginationListWhiteOrgItem;
|
|
31
|
+
};
|
|
32
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
33
|
+
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 {} ? {
|
|
34
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
35
|
+
} : Partial<T>;
|
|
36
|
+
export {};
|