@watermarkinsights/ripple 3.3.0-0 → 3.3.0-2
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/README.md +3 -3
- package/dist/cjs/{functions-8fb310fe.js → functions-653e695c.js} +442 -442
- package/dist/cjs/{global-9bd085c7.js → global-45888f19.js} +65 -65
- package/dist/cjs/{http-service-9e8c4dd5.js → http-service-494d81de.js} +49 -49
- package/dist/cjs/{interfaces-30a74c1f.js → interfaces-a3338581.js} +29 -29
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/priv-chart-popover.cjs.entry.js +78 -78
- package/dist/cjs/priv-datepicker.cjs.entry.js +661 -661
- package/dist/cjs/priv-navigator-button.cjs.entry.js +18 -18
- package/dist/cjs/priv-navigator-item.cjs.entry.js +23 -23
- package/dist/cjs/ripple.cjs.js +2 -2
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +340 -313
- package/dist/cjs/wm-button.cjs.entry.js +218 -219
- package/dist/cjs/wm-chart-slice.cjs.entry.js +13 -13
- package/dist/cjs/wm-chart.cjs.entry.js +514 -505
- package/dist/cjs/wm-datepicker.cjs.entry.js +256 -256
- package/dist/cjs/wm-input.cjs.entry.js +125 -125
- package/dist/cjs/wm-modal-footer.cjs.entry.js +31 -31
- package/dist/cjs/wm-modal-header.cjs.entry.js +34 -34
- package/dist/cjs/wm-modal.cjs.entry.js +161 -161
- package/dist/cjs/wm-navigator.cjs.entry.js +268 -268
- package/dist/cjs/wm-network-uploader.cjs.entry.js +420 -420
- package/dist/cjs/wm-option_2.cjs.entry.js +497 -469
- package/dist/cjs/wm-pagination.cjs.entry.js +167 -167
- package/dist/cjs/wm-search.cjs.entry.js +231 -231
- package/dist/cjs/wm-snackbar.cjs.entry.js +170 -170
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +300 -300
- package/dist/cjs/wm-tag-input.cjs.entry.js +556 -556
- package/dist/cjs/wm-timepicker.cjs.entry.js +386 -381
- package/dist/cjs/wm-toggletip.cjs.entry.js +124 -124
- package/dist/cjs/wm-uploader.cjs.entry.js +346 -346
- package/dist/cjs/wm-wrapper.cjs.entry.js +12 -12
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +465 -435
- package/dist/collection/components/wm-button/wm-button.js +485 -486
- package/dist/collection/components/wm-chart/priv-chart-popover/priv-chart-popover.js +232 -232
- package/dist/collection/components/wm-chart/wm-chart-slice.js +64 -64
- package/dist/collection/components/wm-chart/wm-chart.css +13 -0
- package/dist/collection/components/wm-chart/wm-chart.js +761 -734
- package/dist/collection/components/wm-datepicker/priv-datepicker/priv-datepicker.js +1003 -1003
- package/dist/collection/components/wm-datepicker/wm-datepicker.js +462 -462
- package/dist/collection/components/wm-input/wm-input.js +415 -415
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +444 -411
- package/dist/collection/components/wm-modal/wm-modal-footer.js +141 -141
- package/dist/collection/components/wm-modal/wm-modal-header.js +92 -92
- package/dist/collection/components/wm-modal/wm-modal.js +459 -459
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +97 -97
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +114 -114
- package/dist/collection/components/wm-navigator/wm-navigator.js +468 -468
- package/dist/collection/components/wm-option/wm-option.js +422 -394
- package/dist/collection/components/wm-pagination/wm-pagination.js +368 -368
- package/dist/collection/components/wm-search/wm-search.js +479 -479
- package/dist/collection/components/wm-select/wm-select.js +728 -692
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +297 -297
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +219 -219
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +331 -331
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +104 -104
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +787 -787
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +598 -587
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +241 -241
- package/dist/collection/components/wm-uploader/wm-network-uploader/wm-network-uploader.js +753 -753
- package/dist/collection/components/wm-uploader/wm-uploader.js +748 -748
- package/dist/collection/components/wm-wrapper/wm-wrapper.js +27 -27
- package/dist/collection/dev/scripts.js +20 -20
- package/dist/collection/global/__mocks__/functions.js +6 -5
- package/dist/collection/global/functions.js +445 -445
- package/dist/collection/global/global.js +72 -72
- package/dist/collection/global/interfaces.js +49 -49
- package/dist/collection/global/services/__mocks__/http-service.js +130 -130
- package/dist/collection/global/services/http-service.js +50 -50
- package/dist/collection/lang/lang.js +5 -5
- package/dist/collection/lang/piglatin.js +93 -93
- package/dist/esm/{functions-c315390d.js → functions-e528c934.js} +442 -442
- package/dist/esm/{global-11e6d295.js → global-1e13ed17.js} +65 -65
- package/dist/esm/{http-service-5d037e16.js → http-service-3dc3b3e7.js} +49 -49
- package/dist/esm/{interfaces-61c6305b.js → interfaces-2b97fab2.js} +29 -29
- package/dist/esm/loader.js +2 -2
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/priv-chart-popover.entry.js +78 -78
- package/dist/esm/priv-datepicker.entry.js +661 -661
- package/dist/esm/priv-navigator-button.entry.js +18 -18
- package/dist/esm/priv-navigator-item.entry.js +23 -23
- package/dist/esm/ripple.js +2 -2
- package/dist/esm/wm-action-menu_2.entry.js +340 -313
- package/dist/esm/wm-button.entry.js +218 -219
- package/dist/esm/wm-chart-slice.entry.js +13 -13
- package/dist/esm/wm-chart.entry.js +514 -505
- package/dist/esm/wm-datepicker.entry.js +256 -256
- package/dist/esm/wm-input.entry.js +125 -125
- package/dist/esm/wm-modal-footer.entry.js +31 -31
- package/dist/esm/wm-modal-header.entry.js +34 -34
- package/dist/esm/wm-modal.entry.js +161 -161
- package/dist/esm/wm-navigator.entry.js +268 -268
- package/dist/esm/wm-network-uploader.entry.js +420 -420
- package/dist/esm/wm-option_2.entry.js +497 -469
- package/dist/esm/wm-pagination.entry.js +167 -167
- package/dist/esm/wm-search.entry.js +231 -231
- package/dist/esm/wm-snackbar.entry.js +170 -170
- package/dist/esm/wm-tab-item_3.entry.js +300 -300
- package/dist/esm/wm-tag-input.entry.js +556 -556
- package/dist/esm/wm-timepicker.entry.js +386 -381
- package/dist/esm/wm-toggletip.entry.js +124 -124
- package/dist/esm/wm-uploader.entry.js +346 -346
- package/dist/esm/wm-wrapper.entry.js +12 -12
- package/dist/ripple/{p-c5e44367.entry.js → p-092b01f3.entry.js} +1 -1
- package/dist/ripple/p-0d138e91.entry.js +1 -0
- package/dist/ripple/{p-5ffa983b.entry.js → p-1e0c41a9.entry.js} +1 -1
- package/dist/ripple/{p-d5fafa9c.entry.js → p-3003d26d.entry.js} +1 -1
- package/dist/ripple/p-301b67a3.entry.js +1 -0
- package/dist/ripple/{p-374b4fa6.entry.js → p-33524565.entry.js} +1 -1
- package/dist/ripple/{p-73ebc395.js → p-40d42d65.js} +1 -1
- package/dist/ripple/{p-888bec42.js → p-43f1298b.js} +0 -0
- package/dist/ripple/{p-dea72d46.entry.js → p-4cc71463.entry.js} +1 -1
- package/dist/ripple/{p-e60fe2f5.js → p-588b4475.js} +0 -0
- package/dist/ripple/p-65e3a656.entry.js +1 -0
- package/dist/ripple/p-6b96b3d4.entry.js +1 -0
- package/dist/ripple/{p-7bbd123c.entry.js → p-8923b7d0.entry.js} +1 -1
- package/dist/ripple/{p-ba9d3069.entry.js → p-8cd1396e.entry.js} +1 -1
- package/dist/ripple/{p-e574fb73.entry.js → p-aa973691.entry.js} +1 -1
- package/dist/ripple/{p-b4a8c8d3.entry.js → p-b3d5ea85.entry.js} +1 -1
- package/dist/ripple/{p-27d5255f.entry.js → p-cd58a15c.entry.js} +1 -1
- package/dist/ripple/{p-589f8195.entry.js → p-d613130d.entry.js} +1 -1
- package/dist/ripple/{p-2689c3ff.entry.js → p-dc7ba72a.entry.js} +1 -1
- package/dist/ripple/{p-41f39509.entry.js → p-dc9c9fda.entry.js} +1 -1
- package/dist/ripple/p-df6da757.entry.js +1 -0
- package/dist/ripple/{p-36da5d4a.entry.js → p-e9e8334e.entry.js} +1 -1
- package/dist/ripple/p-ec9697db.entry.js +1 -0
- package/dist/ripple/{p-a6d6eae7.js → p-fd8070fb.js} +0 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/types/components/wm-action-menu/wm-action-menu.d.ts +48 -46
- package/dist/types/components/wm-button/wm-button.d.ts +44 -43
- package/dist/types/components/wm-chart/priv-chart-popover/priv-chart-popover.d.ts +23 -23
- package/dist/types/components/wm-chart/wm-chart-slice.d.ts +8 -8
- package/dist/types/components/wm-chart/wm-chart.d.ts +80 -79
- package/dist/types/components/wm-datepicker/priv-datepicker/priv-datepicker.d.ts +75 -75
- package/dist/types/components/wm-datepicker/wm-datepicker.d.ts +41 -41
- package/dist/types/components/wm-input/wm-input.d.ts +45 -45
- package/dist/types/components/wm-menuitem/wm-menuitem.d.ts +34 -30
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +15 -15
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +12 -12
- package/dist/types/components/wm-modal/wm-modal.d.ts +41 -41
- package/dist/types/components/wm-navigator/priv-navigator-button/priv-navigator-button.d.ts +10 -10
- package/dist/types/components/wm-navigator/priv-navigator-item/priv-navigator-item.d.ts +13 -13
- package/dist/types/components/wm-navigator/wm-navigator.d.ts +61 -61
- package/dist/types/components/wm-option/wm-option.d.ts +32 -28
- package/dist/types/components/wm-pagination/wm-pagination.d.ts +32 -32
- package/dist/types/components/wm-search/wm-search.d.ts +86 -86
- package/dist/types/components/wm-select/wm-select.d.ts +67 -64
- package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +35 -35
- package/dist/types/components/wm-tabs/wm-tab-item/wm-tab-item.d.ts +38 -38
- package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +53 -53
- package/dist/types/components/wm-tabs/wm-tab-panel/wm-tab-panel.d.ts +20 -20
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +91 -91
- package/dist/types/components/wm-timepicker/wm-timepicker.d.ts +63 -62
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +27 -27
- package/dist/types/components/wm-uploader/wm-network-uploader/wm-network-uploader.d.ts +85 -85
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +80 -80
- package/dist/types/components/wm-wrapper/wm-wrapper.d.ts +7 -7
- package/dist/types/components.d.ts +28 -24
- package/dist/types/global/__mocks__/functions.d.ts +6 -5
- package/dist/types/global/functions.d.ts +40 -40
- package/dist/types/global/global.d.ts +1 -1
- package/dist/types/global/interfaces.d.ts +34 -34
- package/dist/types/global/services/__mocks__/http-service.d.ts +6 -6
- package/dist/types/global/services/http-service.d.ts +4 -4
- package/dist/types/lang/lang.d.ts +5 -5
- package/package.json +46 -46
- package/dist/ripple/p-14b37f79.entry.js +0 -1
- package/dist/ripple/p-27c6abf9.entry.js +0 -1
- package/dist/ripple/p-336c0ed7.entry.js +0 -1
- package/dist/ripple/p-6933edc6.entry.js +0 -1
- package/dist/ripple/p-c31c4d52.entry.js +0 -1
- package/dist/ripple/p-d079df21.entry.js +0 -1
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
-
export interface FileInfo {
|
|
3
|
-
file_name: string;
|
|
4
|
-
file_path?: string;
|
|
5
|
-
mime_type: string;
|
|
6
|
-
updated_at?: string;
|
|
7
|
-
uuid?: string;
|
|
8
|
-
document_uuid?: string;
|
|
9
|
-
}
|
|
10
|
-
interface FileInProgress extends File {
|
|
11
|
-
progress?: number;
|
|
12
|
-
}
|
|
13
|
-
interface ErrorInfo {
|
|
14
|
-
file_name: string;
|
|
15
|
-
message: string;
|
|
16
|
-
}
|
|
17
|
-
interface Notification {
|
|
18
|
-
message: string;
|
|
19
|
-
id: string;
|
|
20
|
-
link: string;
|
|
21
|
-
}
|
|
22
|
-
export declare class NetworkUploader {
|
|
23
|
-
el: HTMLWmNetworkUploaderElement;
|
|
24
|
-
private liveRegion?;
|
|
25
|
-
private inputEl?;
|
|
26
|
-
isTabbing: boolean;
|
|
27
|
-
fileList: FileInfo[];
|
|
28
|
-
inProgressList: FileInProgress[];
|
|
29
|
-
errorList: ErrorInfo[];
|
|
30
|
-
notif?: {
|
|
31
|
-
id: number;
|
|
32
|
-
message: string;
|
|
33
|
-
} | null;
|
|
34
|
-
snackbar: Notification[];
|
|
35
|
-
numFilesInProgress?: number | null;
|
|
36
|
-
private srProgress?;
|
|
37
|
-
getPath: string;
|
|
38
|
-
requestUploadPath: string;
|
|
39
|
-
uploadPath: string;
|
|
40
|
-
requestDownloadPath: string;
|
|
41
|
-
deletePath: string;
|
|
42
|
-
associatedData?: string;
|
|
43
|
-
buttonText: string;
|
|
44
|
-
emptyStateText: string;
|
|
45
|
-
icon: string;
|
|
46
|
-
fileTypes: string;
|
|
47
|
-
maxSize: number;
|
|
48
|
-
maxFiles?: number;
|
|
49
|
-
sortBy: "name" | "date";
|
|
50
|
-
wmNetworkUploaderFilesChanged: EventEmitter<Object[]>;
|
|
51
|
-
private inputId;
|
|
52
|
-
toggleTabbingOn(): void;
|
|
53
|
-
toggleTabbingOff(): void;
|
|
54
|
-
handleUploadProgress(ev: CustomEvent): void;
|
|
55
|
-
handleFinishedSnack(ev: CustomEvent): void;
|
|
56
|
-
setMaxSize(): void;
|
|
57
|
-
uploadNotifications(newNum: number, oldNum: number): void;
|
|
58
|
-
emitFileListEvent(): void;
|
|
59
|
-
formatDate(isoDate: string, locale: string, timezone: string): string;
|
|
60
|
-
isValidSize(size: number): boolean;
|
|
61
|
-
isDuplicate(name: string): FileInfo | undefined;
|
|
62
|
-
isEmpty(): boolean;
|
|
63
|
-
isDisabled(): boolean;
|
|
64
|
-
purgeProgressList(item: FileInfo): void;
|
|
65
|
-
getExistingFiles(): void;
|
|
66
|
-
clearErrors(): void;
|
|
67
|
-
handleFiles(ev: Event): void;
|
|
68
|
-
uploadFile(file: File, i: number): void;
|
|
69
|
-
downloadFile(uuid: string, path: string): void;
|
|
70
|
-
deleteFile(file: FileInfo): void;
|
|
71
|
-
componentWillLoad(): void;
|
|
72
|
-
componentDidLoad(): void;
|
|
73
|
-
renderUploadSvg(): any;
|
|
74
|
-
renderIcon(): any;
|
|
75
|
-
renderNotif(): any;
|
|
76
|
-
renderUploadButton(classes: string): any;
|
|
77
|
-
renderWithItems(): any;
|
|
78
|
-
renderEmptyState(): any;
|
|
79
|
-
renderErrorList(): any;
|
|
80
|
-
renderInProgressList(): any;
|
|
81
|
-
renderFile(item: FileInfo): any;
|
|
82
|
-
renderFileList(): any;
|
|
83
|
-
render(): any;
|
|
84
|
-
}
|
|
85
|
-
export {};
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
|
+
export interface FileInfo {
|
|
3
|
+
file_name: string;
|
|
4
|
+
file_path?: string;
|
|
5
|
+
mime_type: string;
|
|
6
|
+
updated_at?: string;
|
|
7
|
+
uuid?: string;
|
|
8
|
+
document_uuid?: string;
|
|
9
|
+
}
|
|
10
|
+
interface FileInProgress extends File {
|
|
11
|
+
progress?: number;
|
|
12
|
+
}
|
|
13
|
+
interface ErrorInfo {
|
|
14
|
+
file_name: string;
|
|
15
|
+
message: string;
|
|
16
|
+
}
|
|
17
|
+
interface Notification {
|
|
18
|
+
message: string;
|
|
19
|
+
id: string;
|
|
20
|
+
link: string;
|
|
21
|
+
}
|
|
22
|
+
export declare class NetworkUploader {
|
|
23
|
+
el: HTMLWmNetworkUploaderElement;
|
|
24
|
+
private liveRegion?;
|
|
25
|
+
private inputEl?;
|
|
26
|
+
isTabbing: boolean;
|
|
27
|
+
fileList: FileInfo[];
|
|
28
|
+
inProgressList: FileInProgress[];
|
|
29
|
+
errorList: ErrorInfo[];
|
|
30
|
+
notif?: {
|
|
31
|
+
id: number;
|
|
32
|
+
message: string;
|
|
33
|
+
} | null;
|
|
34
|
+
snackbar: Notification[];
|
|
35
|
+
numFilesInProgress?: number | null;
|
|
36
|
+
private srProgress?;
|
|
37
|
+
getPath: string;
|
|
38
|
+
requestUploadPath: string;
|
|
39
|
+
uploadPath: string;
|
|
40
|
+
requestDownloadPath: string;
|
|
41
|
+
deletePath: string;
|
|
42
|
+
associatedData?: string;
|
|
43
|
+
buttonText: string;
|
|
44
|
+
emptyStateText: string;
|
|
45
|
+
icon: string;
|
|
46
|
+
fileTypes: string;
|
|
47
|
+
maxSize: number;
|
|
48
|
+
maxFiles?: number;
|
|
49
|
+
sortBy: "name" | "date";
|
|
50
|
+
wmNetworkUploaderFilesChanged: EventEmitter<Object[]>;
|
|
51
|
+
private inputId;
|
|
52
|
+
toggleTabbingOn(): void;
|
|
53
|
+
toggleTabbingOff(): void;
|
|
54
|
+
handleUploadProgress(ev: CustomEvent): void;
|
|
55
|
+
handleFinishedSnack(ev: CustomEvent): void;
|
|
56
|
+
setMaxSize(): void;
|
|
57
|
+
uploadNotifications(newNum: number, oldNum: number): void;
|
|
58
|
+
emitFileListEvent(): void;
|
|
59
|
+
formatDate(isoDate: string, locale: string, timezone: string): string;
|
|
60
|
+
isValidSize(size: number): boolean;
|
|
61
|
+
isDuplicate(name: string): FileInfo | undefined;
|
|
62
|
+
isEmpty(): boolean;
|
|
63
|
+
isDisabled(): boolean;
|
|
64
|
+
purgeProgressList(item: FileInfo): void;
|
|
65
|
+
getExistingFiles(): void;
|
|
66
|
+
clearErrors(): void;
|
|
67
|
+
handleFiles(ev: Event): void;
|
|
68
|
+
uploadFile(file: File, i: number): void;
|
|
69
|
+
downloadFile(uuid: string, path: string): void;
|
|
70
|
+
deleteFile(file: FileInfo): void;
|
|
71
|
+
componentWillLoad(): void;
|
|
72
|
+
componentDidLoad(): void;
|
|
73
|
+
renderUploadSvg(): any;
|
|
74
|
+
renderIcon(): any;
|
|
75
|
+
renderNotif(): any;
|
|
76
|
+
renderUploadButton(classes: string): any;
|
|
77
|
+
renderWithItems(): any;
|
|
78
|
+
renderEmptyState(): any;
|
|
79
|
+
renderErrorList(): any;
|
|
80
|
+
renderInProgressList(): any;
|
|
81
|
+
renderFile(item: FileInfo): any;
|
|
82
|
+
renderFileList(): any;
|
|
83
|
+
render(): any;
|
|
84
|
+
}
|
|
85
|
+
export {};
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
interface UploadedFile {
|
|
3
|
-
name: string;
|
|
4
|
-
id: string;
|
|
5
|
-
type: string;
|
|
6
|
-
lastUpdated: string;
|
|
7
|
-
progress?: number;
|
|
8
|
-
}
|
|
9
|
-
interface ErrorFile {
|
|
10
|
-
name: string;
|
|
11
|
-
message: string;
|
|
12
|
-
}
|
|
13
|
-
export declare class Uploader {
|
|
14
|
-
el: HTMLWmUploaderElement;
|
|
15
|
-
private liveRegion?;
|
|
16
|
-
private inputEl?;
|
|
17
|
-
uploaderType: "1" | "2" | null;
|
|
18
|
-
type: "1" | "2" | null;
|
|
19
|
-
get tempUploaderType(): "1" | "2";
|
|
20
|
-
buttonText: string;
|
|
21
|
-
info?: string;
|
|
22
|
-
emptyStateText: string;
|
|
23
|
-
icon: string;
|
|
24
|
-
fileTypes: string;
|
|
25
|
-
maxSize: number;
|
|
26
|
-
maxFiles?: number;
|
|
27
|
-
sortBy: "name" | "date";
|
|
28
|
-
files?: string;
|
|
29
|
-
private fileList;
|
|
30
|
-
filesToUpload: File[];
|
|
31
|
-
isTabbing: boolean;
|
|
32
|
-
rejectedFiles?: string;
|
|
33
|
-
errorList: ErrorFile[];
|
|
34
|
-
notif?: {
|
|
35
|
-
id: number;
|
|
36
|
-
message: string;
|
|
37
|
-
} | null;
|
|
38
|
-
numFilesInProgress?: number | null;
|
|
39
|
-
private srProgress?;
|
|
40
|
-
private inputId;
|
|
41
|
-
wmUploaderFilesSelected: EventEmitter;
|
|
42
|
-
wmFilesSelected: EventEmitter;
|
|
43
|
-
wmUploaderDeleteFile: EventEmitter;
|
|
44
|
-
wmDeleteFile: EventEmitter;
|
|
45
|
-
wmUploaderDownloadFile: EventEmitter;
|
|
46
|
-
wmDownloadFile: EventEmitter;
|
|
47
|
-
toggleTabbingOn(): void;
|
|
48
|
-
toggleTabbingOff(): void;
|
|
49
|
-
handleUploadProgress(ev: CustomEvent): void;
|
|
50
|
-
parseFiles(): void;
|
|
51
|
-
parseRejectedFiles(): void;
|
|
52
|
-
setMaxSize(): void;
|
|
53
|
-
uploadNotifications(newNum: number, oldNum: number): void;
|
|
54
|
-
isValidSize(size: number): boolean;
|
|
55
|
-
isDuplicate(name: string): UploadedFile | undefined;
|
|
56
|
-
isEmpty(): boolean;
|
|
57
|
-
isDisabled(): boolean;
|
|
58
|
-
isItemUploading(item: UploadedFile): boolean;
|
|
59
|
-
clearErrors(): void;
|
|
60
|
-
handleFiles(ev: Event): void;
|
|
61
|
-
downloadFile(file: UploadedFile): void;
|
|
62
|
-
deleteFile(file: UploadedFile): void;
|
|
63
|
-
componentWillLoad(): void;
|
|
64
|
-
componentDidLoad(): void;
|
|
65
|
-
renderUploadSvg(): any;
|
|
66
|
-
renderIcon(): any;
|
|
67
|
-
renderInfo(): any;
|
|
68
|
-
renderNotif(): any;
|
|
69
|
-
renderUploadButton(classes: string): any;
|
|
70
|
-
renderEmptyState(): any;
|
|
71
|
-
renderErrorList(): any;
|
|
72
|
-
renderFileInProgress(item: UploadedFile): any;
|
|
73
|
-
renderFile(item: UploadedFile): any;
|
|
74
|
-
renderFileList(): any;
|
|
75
|
-
renderHeader(): any;
|
|
76
|
-
renderFooter(): any;
|
|
77
|
-
renderWithItems(): any;
|
|
78
|
-
render(): any;
|
|
79
|
-
}
|
|
80
|
-
export {};
|
|
1
|
+
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
interface UploadedFile {
|
|
3
|
+
name: string;
|
|
4
|
+
id: string;
|
|
5
|
+
type: string;
|
|
6
|
+
lastUpdated: string;
|
|
7
|
+
progress?: number;
|
|
8
|
+
}
|
|
9
|
+
interface ErrorFile {
|
|
10
|
+
name: string;
|
|
11
|
+
message: string;
|
|
12
|
+
}
|
|
13
|
+
export declare class Uploader {
|
|
14
|
+
el: HTMLWmUploaderElement;
|
|
15
|
+
private liveRegion?;
|
|
16
|
+
private inputEl?;
|
|
17
|
+
uploaderType: "1" | "2" | null;
|
|
18
|
+
type: "1" | "2" | null;
|
|
19
|
+
get tempUploaderType(): "1" | "2";
|
|
20
|
+
buttonText: string;
|
|
21
|
+
info?: string;
|
|
22
|
+
emptyStateText: string;
|
|
23
|
+
icon: string;
|
|
24
|
+
fileTypes: string;
|
|
25
|
+
maxSize: number;
|
|
26
|
+
maxFiles?: number;
|
|
27
|
+
sortBy: "name" | "date";
|
|
28
|
+
files?: string;
|
|
29
|
+
private fileList;
|
|
30
|
+
filesToUpload: File[];
|
|
31
|
+
isTabbing: boolean;
|
|
32
|
+
rejectedFiles?: string;
|
|
33
|
+
errorList: ErrorFile[];
|
|
34
|
+
notif?: {
|
|
35
|
+
id: number;
|
|
36
|
+
message: string;
|
|
37
|
+
} | null;
|
|
38
|
+
numFilesInProgress?: number | null;
|
|
39
|
+
private srProgress?;
|
|
40
|
+
private inputId;
|
|
41
|
+
wmUploaderFilesSelected: EventEmitter;
|
|
42
|
+
wmFilesSelected: EventEmitter;
|
|
43
|
+
wmUploaderDeleteFile: EventEmitter;
|
|
44
|
+
wmDeleteFile: EventEmitter;
|
|
45
|
+
wmUploaderDownloadFile: EventEmitter;
|
|
46
|
+
wmDownloadFile: EventEmitter;
|
|
47
|
+
toggleTabbingOn(): void;
|
|
48
|
+
toggleTabbingOff(): void;
|
|
49
|
+
handleUploadProgress(ev: CustomEvent): void;
|
|
50
|
+
parseFiles(): void;
|
|
51
|
+
parseRejectedFiles(): void;
|
|
52
|
+
setMaxSize(): void;
|
|
53
|
+
uploadNotifications(newNum: number, oldNum: number): void;
|
|
54
|
+
isValidSize(size: number): boolean;
|
|
55
|
+
isDuplicate(name: string): UploadedFile | undefined;
|
|
56
|
+
isEmpty(): boolean;
|
|
57
|
+
isDisabled(): boolean;
|
|
58
|
+
isItemUploading(item: UploadedFile): boolean;
|
|
59
|
+
clearErrors(): void;
|
|
60
|
+
handleFiles(ev: Event): void;
|
|
61
|
+
downloadFile(file: UploadedFile): void;
|
|
62
|
+
deleteFile(file: UploadedFile): void;
|
|
63
|
+
componentWillLoad(): void;
|
|
64
|
+
componentDidLoad(): void;
|
|
65
|
+
renderUploadSvg(): any;
|
|
66
|
+
renderIcon(): any;
|
|
67
|
+
renderInfo(): any;
|
|
68
|
+
renderNotif(): any;
|
|
69
|
+
renderUploadButton(classes: string): any;
|
|
70
|
+
renderEmptyState(): any;
|
|
71
|
+
renderErrorList(): any;
|
|
72
|
+
renderFileInProgress(item: UploadedFile): any;
|
|
73
|
+
renderFile(item: UploadedFile): any;
|
|
74
|
+
renderFileList(): any;
|
|
75
|
+
renderHeader(): any;
|
|
76
|
+
renderFooter(): any;
|
|
77
|
+
renderWithItems(): any;
|
|
78
|
+
render(): any;
|
|
79
|
+
}
|
|
80
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
-
export declare class Wrapper {
|
|
3
|
-
el: any;
|
|
4
|
-
wmWrapperLoaded: EventEmitter<void>;
|
|
5
|
-
componentDidLoad(): void;
|
|
6
|
-
render(): void;
|
|
7
|
-
}
|
|
1
|
+
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
|
+
export declare class Wrapper {
|
|
3
|
+
el: any;
|
|
4
|
+
wmWrapperLoaded: EventEmitter<void>;
|
|
5
|
+
componentDidLoad(): void;
|
|
6
|
+
render(): void;
|
|
7
|
+
}
|
|
@@ -45,13 +45,13 @@ export namespace Components {
|
|
|
45
45
|
"disabled": boolean;
|
|
46
46
|
"labelForIdenticalButtons"?: string;
|
|
47
47
|
"tooltip"?: string;
|
|
48
|
-
"tooltipPosition"?: | "top"
|
|
49
|
-
| "bottom"
|
|
50
|
-
| "left"
|
|
51
|
-
| "right"
|
|
52
|
-
| "bottom-left"
|
|
53
|
-
| "bottom-right"
|
|
54
|
-
| "top-right"
|
|
48
|
+
"tooltipPosition"?: | "top"
|
|
49
|
+
| "bottom"
|
|
50
|
+
| "left"
|
|
51
|
+
| "right"
|
|
52
|
+
| "bottom-left"
|
|
53
|
+
| "bottom-right"
|
|
54
|
+
| "top-right"
|
|
55
55
|
| "top-left";
|
|
56
56
|
}
|
|
57
57
|
interface WmButton {
|
|
@@ -72,6 +72,7 @@ export namespace Components {
|
|
|
72
72
|
"chartType": "doughnut1" | "doughnut2" | "doughnut3" | "hybrid" | "bar1" | "bar2" | "bar3" | "bar4" | "bar5";
|
|
73
73
|
"completionMessage"?: string;
|
|
74
74
|
"label"?: string;
|
|
75
|
+
"labelPosition": "left" | "top";
|
|
75
76
|
"notStartedColor": boolean;
|
|
76
77
|
"showLegend": boolean;
|
|
77
78
|
"showValues"?: "percentage" | "amount";
|
|
@@ -525,9 +526,9 @@ declare namespace LocalJSX {
|
|
|
525
526
|
interface PrivNavigatorItem {
|
|
526
527
|
"focused"?: boolean;
|
|
527
528
|
"link"?: string;
|
|
528
|
-
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
529
|
-
navItem: HTMLPrivNavigatorItemElement;
|
|
530
|
-
key: string;
|
|
529
|
+
"onKeydownOnNavItem"?: (event: CustomEvent<{
|
|
530
|
+
navItem: HTMLPrivNavigatorItemElement;
|
|
531
|
+
key: string;
|
|
531
532
|
}>) => void;
|
|
532
533
|
"selected"?: boolean;
|
|
533
534
|
}
|
|
@@ -540,13 +541,13 @@ declare namespace LocalJSX {
|
|
|
540
541
|
"onMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
541
542
|
"onWmActionMenuLoaded"?: (event: CustomEvent<any>) => void;
|
|
542
543
|
"tooltip"?: string;
|
|
543
|
-
"tooltipPosition"?: | "top"
|
|
544
|
-
| "bottom"
|
|
545
|
-
| "left"
|
|
546
|
-
| "right"
|
|
547
|
-
| "bottom-left"
|
|
548
|
-
| "bottom-right"
|
|
549
|
-
| "top-right"
|
|
544
|
+
"tooltipPosition"?: | "top"
|
|
545
|
+
| "bottom"
|
|
546
|
+
| "left"
|
|
547
|
+
| "right"
|
|
548
|
+
| "bottom-left"
|
|
549
|
+
| "bottom-right"
|
|
550
|
+
| "top-right"
|
|
550
551
|
| "top-left";
|
|
551
552
|
}
|
|
552
553
|
interface WmButton {
|
|
@@ -567,6 +568,7 @@ declare namespace LocalJSX {
|
|
|
567
568
|
"chartType"?: "doughnut1" | "doughnut2" | "doughnut3" | "hybrid" | "bar1" | "bar2" | "bar3" | "bar4" | "bar5";
|
|
568
569
|
"completionMessage"?: string;
|
|
569
570
|
"label"?: string;
|
|
571
|
+
"labelPosition"?: "left" | "top";
|
|
570
572
|
"notStartedColor"?: boolean;
|
|
571
573
|
"showLegend"?: boolean;
|
|
572
574
|
"showValues"?: "percentage" | "amount";
|
|
@@ -617,6 +619,7 @@ declare namespace LocalJSX {
|
|
|
617
619
|
"onWmKeyDownPressed"?: (event: CustomEvent<HTMLWmMenuitemElement>) => void;
|
|
618
620
|
"onWmKeyUpPressed"?: (event: CustomEvent<HTMLWmMenuitemElement>) => void;
|
|
619
621
|
"onWmLetterPressed"?: (event: CustomEvent<any>) => void;
|
|
622
|
+
"onWmMenuitemBlurred"?: (event: CustomEvent<{ relatedTarget: EventTarget | null }>) => void;
|
|
620
623
|
"onWmMenuitemClicked"?: (event: CustomEvent<HTMLWmMenuitemElement>) => void;
|
|
621
624
|
"onWmPageDownItems"?: (event: CustomEvent<HTMLWmMenuitemElement>) => void;
|
|
622
625
|
"onWmPageUpItems"?: (event: CustomEvent<HTMLWmMenuitemElement>) => void;
|
|
@@ -685,6 +688,7 @@ declare namespace LocalJSX {
|
|
|
685
688
|
"onWmKeyDownPressed"?: (event: CustomEvent<HTMLWmOptionElement>) => void;
|
|
686
689
|
"onWmKeyUpPressed"?: (event: CustomEvent<HTMLWmOptionElement>) => void;
|
|
687
690
|
"onWmLetterPressed"?: (event: CustomEvent<string>) => void;
|
|
691
|
+
"onWmOptionBlurred"?: (event: CustomEvent<{ relatedTarget: EventTarget | null }>) => void;
|
|
688
692
|
"onWmOptionSelected"?: (event: CustomEvent<HTMLWmOptionElement>) => void;
|
|
689
693
|
"onWmTabKeyPressed"?: (event: CustomEvent<HTMLWmOptionElement>) => void;
|
|
690
694
|
"selected"?: boolean;
|
|
@@ -749,9 +753,9 @@ declare namespace LocalJSX {
|
|
|
749
753
|
"onWmSnackbarSnackFinished"?: (event: CustomEvent<Object>) => void;
|
|
750
754
|
}
|
|
751
755
|
interface WmTabItem {
|
|
752
|
-
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
753
|
-
tabItem: HTMLWmTabItemElement;
|
|
754
|
-
key: string;
|
|
756
|
+
"onKeydownOnTabItem"?: (event: CustomEvent<{
|
|
757
|
+
tabItem: HTMLWmTabItemElement;
|
|
758
|
+
key: string;
|
|
755
759
|
}>) => void;
|
|
756
760
|
"onTabItemLoaded"?: (event: CustomEvent<{ tab: HTMLWmTabItemElement }>) => void;
|
|
757
761
|
"onTabSelected"?: (event: CustomEvent<{ tabId: string }>) => void;
|
|
@@ -809,10 +813,10 @@ declare namespace LocalJSX {
|
|
|
809
813
|
"label"?: string;
|
|
810
814
|
"labelPosition"?: "top" | "left" | "none";
|
|
811
815
|
"onWmTimepickerNewValidValue"?: (event: CustomEvent<{ value: string }>) => void;
|
|
812
|
-
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
813
|
-
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
814
|
-
value: string;
|
|
815
|
-
isValid: boolean;
|
|
816
|
+
"onWmTimepickerOnChange"?: (event: CustomEvent<{
|
|
817
|
+
// deprecated in favor of wmTimepickerNewValidValue and standard input event
|
|
818
|
+
value: string;
|
|
819
|
+
isValid: boolean;
|
|
816
820
|
}>) => void;
|
|
817
821
|
"preventValidation"?: string;
|
|
818
822
|
"requiredField"?: boolean;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export declare const generateId: () => string;
|
|
2
|
-
export declare const getTextDir: () => string;
|
|
3
|
-
export declare const intl: {
|
|
4
|
-
formatMessage: (_: string) => string;
|
|
5
|
-
};
|
|
1
|
+
export declare const generateId: () => string;
|
|
2
|
+
export declare const getTextDir: () => string;
|
|
3
|
+
export declare const intl: {
|
|
4
|
+
formatMessage: (_: string) => string;
|
|
5
|
+
};
|
|
6
|
+
export declare const adjustTooltipPosition: () => string;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { TooltipPosition } from "./interfaces";
|
|
2
|
-
export declare const intl: import("@formatjs/intl").IntlShape<string>;
|
|
3
|
-
export declare function generateId(): string;
|
|
4
|
-
export declare function debounce(fn: any, wait: number): (this: any) => void;
|
|
5
|
-
export declare function getTextDir(): string;
|
|
6
|
-
export declare function getPosition(el: HTMLElement): {
|
|
7
|
-
x: number;
|
|
8
|
-
y: number;
|
|
9
|
-
};
|
|
10
|
-
export declare function findParentWithScrollbar(el: HTMLElement): HTMLElement | undefined;
|
|
11
|
-
export declare function findParentWithHiddenOverflow(el: HTMLElement): HTMLElement | undefined;
|
|
12
|
-
export declare function getClosableElementMeasurements(fixedEl: HTMLElement, closableEl: HTMLElement): {
|
|
13
|
-
closableElHeight: number;
|
|
14
|
-
closableElWidth: number;
|
|
15
|
-
spaceAbove: number;
|
|
16
|
-
spaceBelow: number;
|
|
17
|
-
spaceLeft: number;
|
|
18
|
-
spaceRight: number;
|
|
19
|
-
};
|
|
20
|
-
export declare function shouldOpenUp(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
21
|
-
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
22
|
-
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
23
|
-
offsetBelow?: number): boolean;
|
|
24
|
-
export declare function shouldOpenDown(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
25
|
-
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
26
|
-
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
27
|
-
offsetBelow?: number): boolean;
|
|
28
|
-
export declare function shouldShiftRight(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
29
|
-
export declare function shouldShiftLeft(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
30
|
-
export declare function adjustTooltipPosition(tPos: TooltipPosition, el: HTMLElement, tooltipEl: HTMLElement): TooltipPosition;
|
|
31
|
-
export declare function hasRoomRight(x: any, spaceNeeded: number): boolean;
|
|
32
|
-
export declare function checkForActiveElInShadow(element: HTMLElement): HTMLElement;
|
|
33
|
-
export declare function checkForFocusableElInShadow(element: HTMLElement): HTMLElement;
|
|
34
|
-
export declare function isFocusable(element: any): boolean;
|
|
35
|
-
export declare function getFirstFocusableDescendant(element: HTMLElement): HTMLElement | undefined;
|
|
36
|
-
export declare function hasValidType(file: File, types: string): any;
|
|
37
|
-
export declare function getAcceptedMimeTypesList(acceptedExtensions: string[]): any;
|
|
38
|
-
export declare function snakeCaseToCamelCase(str: string): string;
|
|
39
|
-
export declare function getNewIndexToFocus(currentIndex: number, direction: string, listLength: number): number;
|
|
40
|
-
export declare function isRelatedTarget(ev: FocusEvent, id: string): boolean | null;
|
|
1
|
+
import { TooltipPosition } from "./interfaces";
|
|
2
|
+
export declare const intl: import("@formatjs/intl").IntlShape<string>;
|
|
3
|
+
export declare function generateId(): string;
|
|
4
|
+
export declare function debounce(fn: any, wait: number): (this: any) => void;
|
|
5
|
+
export declare function getTextDir(): string;
|
|
6
|
+
export declare function getPosition(el: HTMLElement): {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
};
|
|
10
|
+
export declare function findParentWithScrollbar(el: HTMLElement): HTMLElement | undefined;
|
|
11
|
+
export declare function findParentWithHiddenOverflow(el: HTMLElement): HTMLElement | undefined;
|
|
12
|
+
export declare function getClosableElementMeasurements(fixedEl: HTMLElement, closableEl: HTMLElement): {
|
|
13
|
+
closableElHeight: number;
|
|
14
|
+
closableElWidth: number;
|
|
15
|
+
spaceAbove: number;
|
|
16
|
+
spaceBelow: number;
|
|
17
|
+
spaceLeft: number;
|
|
18
|
+
spaceRight: number;
|
|
19
|
+
};
|
|
20
|
+
export declare function shouldOpenUp(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
21
|
+
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
22
|
+
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
23
|
+
offsetBelow?: number): boolean;
|
|
24
|
+
export declare function shouldOpenDown(fixedEl: HTMLElement, //the element visible on the page when the component is closed
|
|
25
|
+
closableEl: HTMLElement, //the dropdown/popup/etc that becomes visible when the component is open
|
|
26
|
+
offsetAbove?: number, // if closableEl covers a part of fixedEl, that part should be offset
|
|
27
|
+
offsetBelow?: number): boolean;
|
|
28
|
+
export declare function shouldShiftRight(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
29
|
+
export declare function shouldShiftLeft(fixedEl: HTMLElement, closableEl: HTMLElement): boolean;
|
|
30
|
+
export declare function adjustTooltipPosition(tPos: TooltipPosition, el: HTMLElement, tooltipEl: HTMLElement): TooltipPosition;
|
|
31
|
+
export declare function hasRoomRight(x: any, spaceNeeded: number): boolean;
|
|
32
|
+
export declare function checkForActiveElInShadow(element: HTMLElement): HTMLElement;
|
|
33
|
+
export declare function checkForFocusableElInShadow(element: HTMLElement): HTMLElement;
|
|
34
|
+
export declare function isFocusable(element: any): boolean;
|
|
35
|
+
export declare function getFirstFocusableDescendant(element: HTMLElement): HTMLElement | undefined;
|
|
36
|
+
export declare function hasValidType(file: File, types: string): any;
|
|
37
|
+
export declare function getAcceptedMimeTypesList(acceptedExtensions: string[]): any;
|
|
38
|
+
export declare function snakeCaseToCamelCase(str: string): string;
|
|
39
|
+
export declare function getNewIndexToFocus(currentIndex: number, direction: string, listLength: number): number;
|
|
40
|
+
export declare function isRelatedTarget(ev: FocusEvent, id: string): boolean | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export declare type Notification = {
|
|
2
|
-
message: string;
|
|
3
|
-
id: string;
|
|
4
|
-
link: string;
|
|
5
|
-
newWindow: boolean;
|
|
6
|
-
};
|
|
7
|
-
export declare type label = string | undefined;
|
|
8
|
-
export declare type CssClassMap = {
|
|
9
|
-
[className: string]: boolean;
|
|
10
|
-
};
|
|
11
|
-
interface IconLabels {
|
|
12
|
-
[index: string]: string;
|
|
13
|
-
}
|
|
14
|
-
export declare type Product = {
|
|
15
|
-
description?: string;
|
|
16
|
-
samlLinkUrl?: string;
|
|
17
|
-
iconUrl: string;
|
|
18
|
-
id: string;
|
|
19
|
-
linkUrl: string;
|
|
20
|
-
name: string;
|
|
21
|
-
};
|
|
22
|
-
export declare type NavigatorPayload = {
|
|
23
|
-
connection_name?: string;
|
|
24
|
-
current_product_id: string;
|
|
25
|
-
email: string;
|
|
26
|
-
logout_url: string;
|
|
27
|
-
products: Product[];
|
|
28
|
-
};
|
|
29
|
-
export declare const iconLabels: IconLabels;
|
|
30
|
-
export declare function getIconCodeFromName(icon: string): string;
|
|
31
|
-
export declare const defaultMode = "planning";
|
|
32
|
-
export declare const getWmMode: (ref?: any) => any;
|
|
33
|
-
export declare type TooltipPosition = "top" | "bottom" | "left" | "right" | "bottom-left" | "bottom-right" | "top-right" | "top-left";
|
|
34
|
-
export {};
|
|
1
|
+
export declare type Notification = {
|
|
2
|
+
message: string;
|
|
3
|
+
id: string;
|
|
4
|
+
link: string;
|
|
5
|
+
newWindow: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare type label = string | undefined;
|
|
8
|
+
export declare type CssClassMap = {
|
|
9
|
+
[className: string]: boolean;
|
|
10
|
+
};
|
|
11
|
+
interface IconLabels {
|
|
12
|
+
[index: string]: string;
|
|
13
|
+
}
|
|
14
|
+
export declare type Product = {
|
|
15
|
+
description?: string;
|
|
16
|
+
samlLinkUrl?: string;
|
|
17
|
+
iconUrl: string;
|
|
18
|
+
id: string;
|
|
19
|
+
linkUrl: string;
|
|
20
|
+
name: string;
|
|
21
|
+
};
|
|
22
|
+
export declare type NavigatorPayload = {
|
|
23
|
+
connection_name?: string;
|
|
24
|
+
current_product_id: string;
|
|
25
|
+
email: string;
|
|
26
|
+
logout_url: string;
|
|
27
|
+
products: Product[];
|
|
28
|
+
};
|
|
29
|
+
export declare const iconLabels: IconLabels;
|
|
30
|
+
export declare function getIconCodeFromName(icon: string): string;
|
|
31
|
+
export declare const defaultMode = "planning";
|
|
32
|
+
export declare const getWmMode: (ref?: any) => any;
|
|
33
|
+
export declare type TooltipPosition = "top" | "bottom" | "left" | "right" | "bottom-left" | "bottom-right" | "top-right" | "top-left";
|
|
34
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
-
export declare const postRequest: (url: string, payload: any) => Promise<void | {
|
|
3
|
-
url: string;
|
|
4
|
-
}>;
|
|
5
|
-
export declare const deleteRequest: (url: string) => Promise<void>;
|
|
6
|
-
export declare const putRequest: (_url: string, _file: any) => Promise<void>;
|
|
1
|
+
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
+
export declare const postRequest: (url: string, payload: any) => Promise<void | {
|
|
3
|
+
url: string;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const deleteRequest: (url: string) => Promise<void>;
|
|
6
|
+
export declare const putRequest: (_url: string, _file: any) => Promise<void>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
-
export declare const postRequest: (url: string, payload: Object) => Promise<any>;
|
|
3
|
-
export declare const deleteRequest: (url: string) => Promise<any>;
|
|
4
|
-
export declare const putRequest: (url: string, file: File, onProgress: Function) => Promise<unknown>;
|
|
1
|
+
export declare const getRequest: (url: string) => Promise<any>;
|
|
2
|
+
export declare const postRequest: (url: string, payload: Object) => Promise<any>;
|
|
3
|
+
export declare const deleteRequest: (url: string) => Promise<any>;
|
|
4
|
+
export declare const putRequest: (url: string, file: File, onProgress: Function) => Promise<unknown>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import en from "./compiled-lang/en.json";
|
|
2
|
-
import fr from "./compiled-lang/fr.json";
|
|
3
|
-
import es from "./compiled-lang/es.json";
|
|
4
|
-
import pig from "./compiled-lang/pig.json";
|
|
5
|
-
export { en, fr, es, pig };
|
|
1
|
+
import en from "./compiled-lang/en.json";
|
|
2
|
+
import fr from "./compiled-lang/fr.json";
|
|
3
|
+
import es from "./compiled-lang/es.json";
|
|
4
|
+
import pig from "./compiled-lang/pig.json";
|
|
5
|
+
export { en, fr, es, pig };
|