@progressio_resources/gravity-design-system 1.1.21 → 2.0.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/{esm2020 → esm2022}/lib/components/gravity-attach-file/gravity-attach-file.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-button/gravity-button.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-calendar/gravity-calendar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-checkbox/gravity-checkbox.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-dialog/gravity-dialog.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-icon/gravity-icon.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-notification/gravity-notification.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-radio-button/gravity-radio-button.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-switch/gravity-switch.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/gravity-text-field/gravity-text-field.component.mjs +4 -4
- package/esm2022/lib/gravity-design-system.module.mjs +119 -0
- package/{esm2020 → esm2022}/lib/services/gravity-dialog-manager.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/gravity-instant-notifications.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/vendor/gravity-tooltip/gravity-tooltip.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/vendor/gravity-tooltip/gravity-tooltip.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/vendor/gravity-tooltip/gravity-tooltip.module.mjs +7 -7
- package/{fesm2020 → fesm2022}/progressio_resources-gravity-design-system.mjs +98 -98
- package/{fesm2020 → fesm2022}/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/lib/components/gravity-attach-file/gravity-attach-file.component.d.ts +1 -1
- package/lib/components/gravity-button/gravity-button.component.d.ts +1 -1
- package/lib/components/gravity-calendar/gravity-calendar.component.d.ts +1 -1
- package/lib/components/gravity-checkbox/gravity-checkbox.component.d.ts +1 -1
- package/lib/components/gravity-dialog/gravity-dialog.component.d.ts +1 -1
- package/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.d.ts +1 -1
- package/lib/components/gravity-icon/gravity-icon.component.d.ts +1 -1
- package/lib/components/gravity-notification/gravity-notification.component.d.ts +1 -1
- package/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.d.ts +1 -1
- package/lib/components/gravity-radio-button/gravity-radio-button.component.d.ts +1 -1
- package/lib/components/gravity-switch/gravity-switch.component.d.ts +1 -1
- package/lib/components/gravity-text-field/gravity-text-field.component.d.ts +1 -1
- package/lib/vendor/gravity-tooltip/gravity-tooltip.component.d.ts +1 -1
- package/lib/vendor/gravity-tooltip/gravity-tooltip.directive.d.ts +1 -1
- package/package.json +15 -21
- package/esm2020/lib/gravity-design-system.module.mjs +0 -119
- package/fesm2015/progressio_resources-gravity-design-system.mjs +0 -1451
- package/fesm2015/progressio_resources-gravity-design-system.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/components/gravity-notification/gravity-notification-content.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/vendor/gravity-tooltip/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/vendor/gravity-tooltip/options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/vendor/gravity-tooltip/options.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/vendor/gravity-tooltip/options.service.mjs +0 -0
- /package/{esm2020 → esm2022}/progressio_resources-gravity-design-system.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -14,5 +14,5 @@ export declare class GravityAttachFileComponent {
|
|
|
14
14
|
static convertFileToBase64(file: File): Promise<string>;
|
|
15
15
|
removeFile(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityAttachFileComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityAttachFileComponent, "gravity-attach-file", never, { "currentLang": "currentLang"; "cypressTag": "cypressTag"; "label": "label"; "required": "required"; "state": "state"; "supportTextContent": "supportTextContent"; "supportTextType": "supportTextType"; }, { "fileValueResponse": "response"; }, never, never, false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityAttachFileComponent, "gravity-attach-file", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "supportTextContent": { "alias": "supportTextContent"; "required": false; }; "supportTextType": { "alias": "supportTextType"; "required": false; }; }, { "fileValueResponse": "response"; }, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -7,5 +7,5 @@ export declare class GravityButtonComponent {
|
|
|
7
7
|
size: 'sm' | 'md';
|
|
8
8
|
type: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative' | 'alternative' | 'disabled';
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityButtonComponent, "gravity-button", never, { "cypressTag": "cypressTag"; "disabled": "disabled"; "iconName": "iconName"; "isLoading": "isLoading"; "size": "size"; "type": "type"; }, {}, never, ["*"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityButtonComponent, "gravity-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -36,5 +36,5 @@ export declare class GravityCalendarComponent implements OnChanges, AfterViewIni
|
|
|
36
36
|
private static formatDateToNgbDateStruct;
|
|
37
37
|
private static convertNgbDateToDate;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCalendarComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCalendarComponent, "gravity-calendar", never, { "currentLang": "currentLang"; "cypressTag": "cypressTag"; "dates": "dates"; "label": "label"; "required": "required"; "state": "state"; "supportTextContent": "supportTextContent"; "supportTextType": "supportTextType"; }, { "calendarResponse": "response"; }, never, never, false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCalendarComponent, "gravity-calendar", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "dates": { "alias": "dates"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "supportTextContent": { "alias": "supportTextContent"; "required": false; }; "supportTextType": { "alias": "supportTextType"; "required": false; }; }, { "calendarResponse": "response"; }, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -4,5 +4,5 @@ export declare class GravityCheckboxComponent {
|
|
|
4
4
|
disabled: boolean;
|
|
5
5
|
checked: boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCheckboxComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCheckboxComponent, "gravity-checkbox", never, { "value": "value"; "disabled": "disabled"; "checked": "checked"; }, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCheckboxComponent, "gravity-checkbox", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
8
|
}
|
|
@@ -7,7 +7,7 @@ export declare class GravityDialogComponent {
|
|
|
7
7
|
constructor(ngbActiveModal: NgbActiveModal);
|
|
8
8
|
closeModal(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDialogComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDialogComponent, "ng-component", never, { "dialogContent": "dialogContent"; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDialogComponent, "ng-component", never, { "dialogContent": { "alias": "dialogContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
12
|
export interface GravityDialogContentInterface {
|
|
13
13
|
contentTemplateRef?: TemplateRef<any>;
|
|
@@ -26,5 +26,5 @@ export declare class GravityDropdownListComponent {
|
|
|
26
26
|
changeSelectedItem(newSelectedItem: any): void;
|
|
27
27
|
clearSelectedItem(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownListComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListComponent, "gravity-dropdown-list", never, { "currentLang": "currentLang"; "customPlaceholder": "customPlaceholder"; "customValue": "customValue"; "cypressTag": "cypressTag"; "iconColor": "iconColor"; "iconNames": "iconNames"; "iconPlacement": "iconPlacement"; "items": "items"; "label": "label"; "ngSelectConfig": "ngSelectConfig"; "required": "required"; "state": "state"; "supportTextContent": "supportTextContent"; "supportTextType": "supportTextType"; }, { "selectedItemResponse": "response"; }, never, never, false, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListComponent, "gravity-dropdown-list", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "customPlaceholder": { "alias": "customPlaceholder"; "required": false; }; "customValue": { "alias": "customValue"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconNames": { "alias": "iconNames"; "required": false; }; "iconPlacement": { "alias": "iconPlacement"; "required": false; }; "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "ngSelectConfig": { "alias": "ngSelectConfig"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "supportTextContent": { "alias": "supportTextContent"; "required": false; }; "supportTextType": { "alias": "supportTextType"; "required": false; }; }, { "selectedItemResponse": "response"; }, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -4,5 +4,5 @@ export declare class GravityIconComponent {
|
|
|
4
4
|
iconName: string;
|
|
5
5
|
hoverIcon: boolean;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconComponent, "gravity-icon", never, { "customIconColorVariable": "customIconColorVariable"; "iconName": "iconName"; "hoverIcon": "hoverIcon"; }, {}, never, never, false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconComponent, "gravity-icon", never, { "customIconColorVariable": { "alias": "customIconColorVariable"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "hoverIcon": { "alias": "hoverIcon"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -7,5 +7,5 @@ export declare class GravityNotificationComponent {
|
|
|
7
7
|
constructor(ngbActiveModal: NgbActiveModal);
|
|
8
8
|
closeModal(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityNotificationComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationComponent, "ng-component", never, { "notificationContent": "notificationContent"; }, {}, never, never, false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationComponent, "ng-component", never, { "notificationContent": { "alias": "notificationContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -5,5 +5,5 @@ export declare class GravityNotificationInstantContainerComponent {
|
|
|
5
5
|
delay: number;
|
|
6
6
|
constructor(gravityInstantNotificationsService: GravityInstantNotificationsService);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityNotificationInstantContainerComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationInstantContainerComponent, "gravity-notification-instant-container", never, { "delay": "delay"; }, {}, never, never, false, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationInstantContainerComponent, "gravity-notification-instant-container", never, { "delay": { "alias": "delay"; "required": false; }; }, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -9,5 +9,5 @@ export declare class GravityRadioButtonComponent {
|
|
|
9
9
|
change: EventEmitter<PrettyRadioChange>;
|
|
10
10
|
onChange(event: PrettyRadioChange): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityRadioButtonComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityRadioButtonComponent, "gravity-radio-button", never, { "checked": "checked"; "disabled": "disabled"; "name": "name"; "value": "value"; }, { "change": "change"; }, never, ["*"], false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityRadioButtonComponent, "gravity-radio-button", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "change": "change"; }, never, ["*"], false, never>;
|
|
13
13
|
}
|
|
@@ -14,5 +14,5 @@ export declare class GravitySwitchComponent implements OnInit {
|
|
|
14
14
|
ngOnInit(): void;
|
|
15
15
|
toggleSwitchHandler($event: PrettyCheckBoxChange): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravitySwitchComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravitySwitchComponent, "gravity-switch", never, { "data": "data"; }, { "switchResponse": "response"; }, never, ["*"], false, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravitySwitchComponent, "gravity-switch", never, { "data": { "alias": "data"; "required": false; }; }, { "switchResponse": "response"; }, never, ["*"], false, never>;
|
|
18
18
|
}
|
|
@@ -37,5 +37,5 @@ export declare class GravityTextFieldComponent implements OnInit {
|
|
|
37
37
|
private changeInputValue;
|
|
38
38
|
handleIconClick(iconName: string): void;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTextFieldComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldComponent, "gravity-text-field", never, { "autocomplete": "autocomplete"; "clickOnIconName": "clickOnIconName"; "currentLang": "currentLang"; "customPlaceholder": "customPlaceholder"; "customInputValue": "customInputValue"; "cypressTag": "cypressTag"; "iconColor": "iconColor"; "iconNames": "iconNames"; "iconPlacement": "iconPlacement"; "inputContentType": "inputContentType"; "label": "label"; "placeholderType": "placeholderType"; "prefix": "prefix"; "required": "required"; "state": "state"; "supportTextContent": "supportTextContent"; "supportTextType": "supportTextType"; "textFieldType": "textFieldType"; "validations": "validations"; }, { "iconResponse": "clickIcon"; "textFieldValueResponse": "response"; }, never, never, false, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldComponent, "gravity-text-field", never, { "autocomplete": { "alias": "autocomplete"; "required": false; }; "clickOnIconName": { "alias": "clickOnIconName"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "customPlaceholder": { "alias": "customPlaceholder"; "required": false; }; "customInputValue": { "alias": "customInputValue"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconNames": { "alias": "iconNames"; "required": false; }; "iconPlacement": { "alias": "iconPlacement"; "required": false; }; "inputContentType": { "alias": "inputContentType"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholderType": { "alias": "placeholderType"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "required": { "alias": "required"; "required": false; }; "state": { "alias": "state"; "required": false; }; "supportTextContent": { "alias": "supportTextContent"; "required": false; }; "supportTextType": { "alias": "supportTextType"; "required": false; }; "textFieldType": { "alias": "textFieldType"; "required": false; }; "validations": { "alias": "validations"; "required": false; }; }, { "iconResponse": "clickIcon"; "textFieldValueResponse": "response"; }, never, never, false, never>;
|
|
41
41
|
}
|
|
@@ -38,5 +38,5 @@ export declare class GravityTooltipComponent implements OnInit {
|
|
|
38
38
|
setAnimationDuration(): void;
|
|
39
39
|
setStyles(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTooltipComponent, "tooltip", never, { "data": "data"; "show": "show"; }, {}, never, never, false, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTooltipComponent, "tooltip", never, { "data": { "alias": "data"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
42
|
}
|
|
@@ -108,5 +108,5 @@ export declare class GravityTooltipDirective implements OnChanges {
|
|
|
108
108
|
show(): void;
|
|
109
109
|
hide(): void;
|
|
110
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipDirective, [{ optional: true; }, null, null, null, null]>;
|
|
111
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GravityTooltipDirective, "[tooltip]", ["tooltip"], { "options": "options"; "tooltipValue": "tooltip"; "placement": "placement"; "autoPlacement": "autoPlacement"; "contentTypeBackwardCompatibility": "content-type"; "contentType": "contentType"; "hideDelayMobile": "hide-delay-mobile"; "hideDelayTouchscreen": "hideDelayTouchscreen"; "zIndexBackwardCompatibility": "z-index"; "zIndex": "zIndex"; "animationDurationBackwardCompatibility": "animation-duration"; "animationDuration": "animationDuration"; "trigger": "trigger"; "tooltipClassBackwardCompatibility": "tooltip-class"; "tooltipClass": "tooltipClass"; "display": "display"; "displayMobile": "display-mobile"; "displayTouchscreen": "displayTouchscreen"; "shadow": "shadow"; "theme": "theme"; "offset": "offset"; "width": "width"; "maxWidthBackwardCompatibility": "max-width"; "maxWidth": "maxWidth"; "id": "id"; "showDelayBackwardCompatibility": "show-delay"; "showDelay": "showDelay"; "hideDelayBackwardCompatibility": "hide-delay"; "hideDelay": "hideDelay"; "hideDelayAfterClick": "hideDelayAfterClick"; "pointerEvents": "pointerEvents"; "position": "position"; }, { "events": "events"; }, never, never, false, never>;
|
|
111
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GravityTooltipDirective, "[tooltip]", ["tooltip"], { "options": { "alias": "options"; "required": false; }; "tooltipValue": { "alias": "tooltip"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "autoPlacement": { "alias": "autoPlacement"; "required": false; }; "contentTypeBackwardCompatibility": { "alias": "content-type"; "required": false; }; "contentType": { "alias": "contentType"; "required": false; }; "hideDelayMobile": { "alias": "hide-delay-mobile"; "required": false; }; "hideDelayTouchscreen": { "alias": "hideDelayTouchscreen"; "required": false; }; "zIndexBackwardCompatibility": { "alias": "z-index"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "animationDurationBackwardCompatibility": { "alias": "animation-duration"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "tooltipClassBackwardCompatibility": { "alias": "tooltip-class"; "required": false; }; "tooltipClass": { "alias": "tooltipClass"; "required": false; }; "display": { "alias": "display"; "required": false; }; "displayMobile": { "alias": "display-mobile"; "required": false; }; "displayTouchscreen": { "alias": "displayTouchscreen"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxWidthBackwardCompatibility": { "alias": "max-width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "showDelayBackwardCompatibility": { "alias": "show-delay"; "required": false; }; "showDelay": { "alias": "showDelay"; "required": false; }; "hideDelayBackwardCompatibility": { "alias": "hide-delay"; "required": false; }; "hideDelay": { "alias": "hideDelay"; "required": false; }; "hideDelayAfterClick": { "alias": "hideDelayAfterClick"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "events": "events"; }, never, never, false, never>;
|
|
112
112
|
}
|
package/package.json
CHANGED
|
@@ -1,29 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progressio_resources/gravity-design-system",
|
|
3
3
|
"description": "Gravity Design System",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"license": "SEE LICENSE IN LIBRARY-LICENSE",
|
|
6
6
|
"peerDependencies": {
|
|
7
|
-
"@angular/common": "^
|
|
8
|
-
"@angular/core": "^15.
|
|
9
|
-
"@angular/localize": "^
|
|
10
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
11
|
-
"@ng-select/ng-select": "^
|
|
12
|
-
"@popperjs/core": "^2.11.
|
|
13
|
-
"angular-svg-icon": "^
|
|
14
|
-
"angular-svg-icon-preloader": "^
|
|
15
|
-
"ngx-pretty-checkbox": "^
|
|
7
|
+
"@angular/common": "^16.2.12",
|
|
8
|
+
"@angular/core": "^15.2.12",
|
|
9
|
+
"@angular/localize": "^16.2.12",
|
|
10
|
+
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
|
|
11
|
+
"@ng-select/ng-select": "^11.2.0",
|
|
12
|
+
"@popperjs/core": "^2.11.8",
|
|
13
|
+
"angular-svg-icon": "^16.1.0",
|
|
14
|
+
"angular-svg-icon-preloader": "^6.0.0",
|
|
15
|
+
"ngx-pretty-checkbox": "^16.0.0",
|
|
16
16
|
"pretty-checkbox": "^3.0.3"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"tslib": "^2.
|
|
19
|
+
"tslib": "^2.6.2"
|
|
20
20
|
},
|
|
21
21
|
"sideEffects": false,
|
|
22
|
-
"module": "
|
|
23
|
-
"es2020": "fesm2020/progressio_resources-gravity-design-system.mjs",
|
|
24
|
-
"esm2020": "esm2020/progressio_resources-gravity-design-system.mjs",
|
|
25
|
-
"fesm2020": "fesm2020/progressio_resources-gravity-design-system.mjs",
|
|
26
|
-
"fesm2015": "fesm2015/progressio_resources-gravity-design-system.mjs",
|
|
22
|
+
"module": "fesm2022/progressio_resources-gravity-design-system.mjs",
|
|
27
23
|
"typings": "index.d.ts",
|
|
28
24
|
"exports": {
|
|
29
25
|
"./package.json": {
|
|
@@ -31,11 +27,9 @@
|
|
|
31
27
|
},
|
|
32
28
|
".": {
|
|
33
29
|
"types": "./index.d.ts",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"node": "./fesm2015/progressio_resources-gravity-design-system.mjs",
|
|
38
|
-
"default": "./fesm2020/progressio_resources-gravity-design-system.mjs"
|
|
30
|
+
"esm2022": "./esm2022/progressio_resources-gravity-design-system.mjs",
|
|
31
|
+
"esm": "./esm2022/progressio_resources-gravity-design-system.mjs",
|
|
32
|
+
"default": "./fesm2022/progressio_resources-gravity-design-system.mjs"
|
|
39
33
|
}
|
|
40
34
|
}
|
|
41
35
|
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from "@angular/common";
|
|
3
|
-
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
|
4
|
-
import { GravityButtonComponent } from './components/gravity-button/gravity-button.component';
|
|
5
|
-
import { GravityDropdownListComponent } from "./components/gravity-dropdown-list/gravity-dropdown-list.component";
|
|
6
|
-
import { GravityTextFieldComponent } from "./components/gravity-text-field/gravity-text-field.component";
|
|
7
|
-
import { NgSelectModule } from "@ng-select/ng-select";
|
|
8
|
-
import { GravityTooltipModule } from "./vendor/gravity-tooltip";
|
|
9
|
-
import { AngularSvgIconPreloaderModule } from "angular-svg-icon-preloader";
|
|
10
|
-
import { AngularSvgIconModule } from "angular-svg-icon";
|
|
11
|
-
import { GravityCalendarComponent } from "./components/gravity-calendar/gravity-calendar.component";
|
|
12
|
-
import { NgbDatepickerModule, NgbProgressbarModule, NgbToastModule } from "@ng-bootstrap/ng-bootstrap";
|
|
13
|
-
import { GravityRadioButtonComponent } from './components/gravity-radio-button/gravity-radio-button.component';
|
|
14
|
-
import { NgxPrettyCheckboxModule } from "ngx-pretty-checkbox";
|
|
15
|
-
import { GravitySwitchComponent } from './components/gravity-switch/gravity-switch.component';
|
|
16
|
-
import { GravityCheckboxComponent } from './components/gravity-checkbox/gravity-checkbox.component';
|
|
17
|
-
import { GravityDialogComponent } from "./components/gravity-dialog/gravity-dialog.component";
|
|
18
|
-
import { GravityIconComponent } from "./components/gravity-icon/gravity-icon.component";
|
|
19
|
-
import { GravityNotificationComponent } from "./components/gravity-notification/gravity-notification.component";
|
|
20
|
-
import { GravityNotificationInstantContainerComponent } from "./components/gravity-notification-instant/gravity-notification-instant-container.component";
|
|
21
|
-
import { GravityAttachFileComponent } from "./components/gravity-attach-file/gravity-attach-file.component";
|
|
22
|
-
import * as i0 from "@angular/core";
|
|
23
|
-
import * as i1 from "angular-svg-icon";
|
|
24
|
-
import * as i2 from "angular-svg-icon-preloader";
|
|
25
|
-
import * as i3 from "./vendor/gravity-tooltip/gravity-tooltip.module";
|
|
26
|
-
export class GravityDesignSystemModule {
|
|
27
|
-
}
|
|
28
|
-
GravityDesignSystemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
29
|
-
GravityDesignSystemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, declarations: [GravityAttachFileComponent,
|
|
30
|
-
GravityButtonComponent,
|
|
31
|
-
GravityCalendarComponent,
|
|
32
|
-
GravityCheckboxComponent,
|
|
33
|
-
GravityDialogComponent,
|
|
34
|
-
GravityDropdownListComponent,
|
|
35
|
-
GravityIconComponent,
|
|
36
|
-
GravityNotificationComponent,
|
|
37
|
-
GravityNotificationInstantContainerComponent,
|
|
38
|
-
GravityRadioButtonComponent,
|
|
39
|
-
GravitySwitchComponent,
|
|
40
|
-
GravityTextFieldComponent], imports: [i1.AngularSvgIconModule, i2.AngularSvgIconPreloaderModule, CommonModule,
|
|
41
|
-
FormsModule, i3.GravityTooltipModule, NgbDatepickerModule,
|
|
42
|
-
NgbToastModule,
|
|
43
|
-
NgSelectModule,
|
|
44
|
-
NgxPrettyCheckboxModule,
|
|
45
|
-
ReactiveFormsModule,
|
|
46
|
-
NgbProgressbarModule], exports: [GravityAttachFileComponent,
|
|
47
|
-
GravityButtonComponent,
|
|
48
|
-
GravityCalendarComponent,
|
|
49
|
-
GravityCheckboxComponent,
|
|
50
|
-
GravityDialogComponent,
|
|
51
|
-
GravityDropdownListComponent,
|
|
52
|
-
GravityIconComponent,
|
|
53
|
-
GravityNotificationInstantContainerComponent,
|
|
54
|
-
GravityRadioButtonComponent,
|
|
55
|
-
GravitySwitchComponent,
|
|
56
|
-
GravityTextFieldComponent,
|
|
57
|
-
GravityTooltipModule] });
|
|
58
|
-
GravityDesignSystemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, imports: [AngularSvgIconModule.forRoot(),
|
|
59
|
-
AngularSvgIconPreloaderModule.forRoot({
|
|
60
|
-
configUrl: './assets/gravity/json/icons.json',
|
|
61
|
-
}),
|
|
62
|
-
CommonModule,
|
|
63
|
-
FormsModule,
|
|
64
|
-
GravityTooltipModule.forRoot({}),
|
|
65
|
-
NgbDatepickerModule,
|
|
66
|
-
NgbToastModule,
|
|
67
|
-
NgSelectModule,
|
|
68
|
-
NgxPrettyCheckboxModule,
|
|
69
|
-
ReactiveFormsModule,
|
|
70
|
-
NgbProgressbarModule, GravityTooltipModule] });
|
|
71
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GravityDesignSystemModule, decorators: [{
|
|
72
|
-
type: NgModule,
|
|
73
|
-
args: [{
|
|
74
|
-
declarations: [
|
|
75
|
-
GravityAttachFileComponent,
|
|
76
|
-
GravityButtonComponent,
|
|
77
|
-
GravityCalendarComponent,
|
|
78
|
-
GravityCheckboxComponent,
|
|
79
|
-
GravityDialogComponent,
|
|
80
|
-
GravityDropdownListComponent,
|
|
81
|
-
GravityIconComponent,
|
|
82
|
-
GravityNotificationComponent,
|
|
83
|
-
GravityNotificationInstantContainerComponent,
|
|
84
|
-
GravityRadioButtonComponent,
|
|
85
|
-
GravitySwitchComponent,
|
|
86
|
-
GravityTextFieldComponent
|
|
87
|
-
],
|
|
88
|
-
imports: [
|
|
89
|
-
AngularSvgIconModule.forRoot(),
|
|
90
|
-
AngularSvgIconPreloaderModule.forRoot({
|
|
91
|
-
configUrl: './assets/gravity/json/icons.json',
|
|
92
|
-
}),
|
|
93
|
-
CommonModule,
|
|
94
|
-
FormsModule,
|
|
95
|
-
GravityTooltipModule.forRoot({}),
|
|
96
|
-
NgbDatepickerModule,
|
|
97
|
-
NgbToastModule,
|
|
98
|
-
NgSelectModule,
|
|
99
|
-
NgxPrettyCheckboxModule,
|
|
100
|
-
ReactiveFormsModule,
|
|
101
|
-
NgbProgressbarModule
|
|
102
|
-
],
|
|
103
|
-
exports: [
|
|
104
|
-
GravityAttachFileComponent,
|
|
105
|
-
GravityButtonComponent,
|
|
106
|
-
GravityCalendarComponent,
|
|
107
|
-
GravityCheckboxComponent,
|
|
108
|
-
GravityDialogComponent,
|
|
109
|
-
GravityDropdownListComponent,
|
|
110
|
-
GravityIconComponent,
|
|
111
|
-
GravityNotificationInstantContainerComponent,
|
|
112
|
-
GravityRadioButtonComponent,
|
|
113
|
-
GravitySwitchComponent,
|
|
114
|
-
GravityTextFieldComponent,
|
|
115
|
-
GravityTooltipModule
|
|
116
|
-
]
|
|
117
|
-
}]
|
|
118
|
-
}] });
|
|
119
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3Jhdml0eS1kZXNpZ24tc3lzdGVtLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2dyYXZpdHktZGVzaWduLXN5c3RlbS9zcmMvbGliL2dyYXZpdHktZGVzaWduLXN5c3RlbS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsWUFBWSxFQUFDLE1BQU0saUJBQWlCLENBQUM7QUFDN0MsT0FBTyxFQUFDLFdBQVcsRUFBRSxtQkFBbUIsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQ2hFLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyxNQUFNLHNEQUFzRCxDQUFDO0FBQzVGLE9BQU8sRUFBQyw0QkFBNEIsRUFBQyxNQUFNLG9FQUFvRSxDQUFDO0FBQ2hILE9BQU8sRUFBQyx5QkFBeUIsRUFBQyxNQUFNLDhEQUE4RCxDQUFDO0FBQ3ZHLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUNwRCxPQUFPLEVBQUMsb0JBQW9CLEVBQUMsTUFBTSwwQkFBMEIsQ0FBQztBQUM5RCxPQUFPLEVBQUMsNkJBQTZCLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUN6RSxPQUFPLEVBQUMsb0JBQW9CLEVBQUMsTUFBTSxrQkFBa0IsQ0FBQztBQUN0RCxPQUFPLEVBQUMsd0JBQXdCLEVBQUMsTUFBTSwwREFBMEQsQ0FBQztBQUNsRyxPQUFPLEVBQUMsbUJBQW1CLEVBQUUsb0JBQW9CLEVBQUUsY0FBYyxFQUFDLE1BQU0sNEJBQTRCLENBQUM7QUFDckcsT0FBTyxFQUFDLDJCQUEyQixFQUFDLE1BQU0sa0VBQWtFLENBQUM7QUFDN0csT0FBTyxFQUFDLHVCQUF1QixFQUFDLE1BQU0scUJBQXFCLENBQUM7QUFDNUQsT0FBTyxFQUFDLHNCQUFzQixFQUFDLE1BQU0sc0RBQXNELENBQUM7QUFDNUYsT0FBTyxFQUFDLHdCQUF3QixFQUFDLE1BQU0sMERBQTBELENBQUM7QUFDbEcsT0FBTyxFQUFDLHNCQUFzQixFQUFDLE1BQU0sc0RBQXNELENBQUM7QUFDNUYsT0FBTyxFQUFDLG9CQUFvQixFQUFDLE1BQU0sa0RBQWtELENBQUM7QUFDdEYsT0FBTyxFQUFDLDRCQUE0QixFQUFDLE1BQU0sa0VBQWtFLENBQUM7QUFDOUcsT0FBTyxFQUNMLDRDQUE0QyxFQUM3QyxNQUFNLDRGQUE0RixDQUFDO0FBQ3BHLE9BQU8sRUFBQywwQkFBMEIsRUFBQyxNQUFNLGdFQUFnRSxDQUFDOzs7OztBQStDMUcsTUFBTSxPQUFPLHlCQUF5Qjs7c0hBQXpCLHlCQUF5Qjt1SEFBekIseUJBQXlCLGlCQTNDbEMsMEJBQTBCO1FBQzFCLHNCQUFzQjtRQUN0Qix3QkFBd0I7UUFDeEIsd0JBQXdCO1FBQ3hCLHNCQUFzQjtRQUN0Qiw0QkFBNEI7UUFDNUIsb0JBQW9CO1FBQ3BCLDRCQUE0QjtRQUM1Qiw0Q0FBNEM7UUFDNUMsMkJBQTJCO1FBQzNCLHNCQUFzQjtRQUN0Qix5QkFBeUIsd0VBT3pCLFlBQVk7UUFDWixXQUFXLDJCQUVYLG1CQUFtQjtRQUNuQixjQUFjO1FBQ2QsY0FBYztRQUNkLHVCQUF1QjtRQUN2QixtQkFBbUI7UUFDbkIsb0JBQW9CLGFBR3BCLDBCQUEwQjtRQUMxQixzQkFBc0I7UUFDdEIsd0JBQXdCO1FBQ3hCLHdCQUF3QjtRQUN4QixzQkFBc0I7UUFDdEIsNEJBQTRCO1FBQzVCLG9CQUFvQjtRQUNwQiw0Q0FBNEM7UUFDNUMsMkJBQTJCO1FBQzNCLHNCQUFzQjtRQUN0Qix5QkFBeUI7UUFDekIsb0JBQW9CO3VIQUdYLHlCQUF5QixZQTdCbEMsb0JBQW9CLENBQUMsT0FBTyxFQUFFO1FBQzlCLDZCQUE2QixDQUFDLE9BQU8sQ0FBQztZQUNwQyxTQUFTLEVBQUUsa0NBQWtDO1NBQzlDLENBQUM7UUFDRixZQUFZO1FBQ1osV0FBVztRQUNYLG9CQUFvQixDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUM7UUFDaEMsbUJBQW1CO1FBQ25CLGNBQWM7UUFDZCxjQUFjO1FBQ2QsdUJBQXVCO1FBQ3ZCLG1CQUFtQjtRQUNuQixvQkFBb0IsRUFjcEIsb0JBQW9COzJGQUdYLHlCQUF5QjtrQkE3Q3JDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDBCQUEwQjt3QkFDMUIsc0JBQXNCO3dCQUN0Qix3QkFBd0I7d0JBQ3hCLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3dCQUN0Qiw0QkFBNEI7d0JBQzVCLG9CQUFvQjt3QkFDcEIsNEJBQTRCO3dCQUM1Qiw0Q0FBNEM7d0JBQzVDLDJCQUEyQjt3QkFDM0Isc0JBQXNCO3dCQUN0Qix5QkFBeUI7cUJBQzFCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxvQkFBb0IsQ0FBQyxPQUFPLEVBQUU7d0JBQzlCLDZCQUE2QixDQUFDLE9BQU8sQ0FBQzs0QkFDcEMsU0FBUyxFQUFFLGtDQUFrQzt5QkFDOUMsQ0FBQzt3QkFDRixZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsb0JBQW9CLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQzt3QkFDaEMsbUJBQW1CO3dCQUNuQixjQUFjO3dCQUNkLGNBQWM7d0JBQ2QsdUJBQXVCO3dCQUN2QixtQkFBbUI7d0JBQ25CLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDBCQUEwQjt3QkFDMUIsc0JBQXNCO3dCQUN0Qix3QkFBd0I7d0JBQ3hCLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3dCQUN0Qiw0QkFBNEI7d0JBQzVCLG9CQUFvQjt3QkFDcEIsNENBQTRDO3dCQUM1QywyQkFBMkI7d0JBQzNCLHNCQUFzQjt3QkFDdEIseUJBQXlCO3dCQUN6QixvQkFBb0I7cUJBQ3JCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtOZ01vZHVsZX0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHtGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XG5pbXBvcnQge0dyYXZpdHlCdXR0b25Db21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9ncmF2aXR5LWJ1dHRvbi9ncmF2aXR5LWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHtHcmF2aXR5RHJvcGRvd25MaXN0Q29tcG9uZW50fSBmcm9tIFwiLi9jb21wb25lbnRzL2dyYXZpdHktZHJvcGRvd24tbGlzdC9ncmF2aXR5LWRyb3Bkb3duLWxpc3QuY29tcG9uZW50XCI7XG5pbXBvcnQge0dyYXZpdHlUZXh0RmllbGRDb21wb25lbnR9IGZyb20gXCIuL2NvbXBvbmVudHMvZ3Jhdml0eS10ZXh0LWZpZWxkL2dyYXZpdHktdGV4dC1maWVsZC5jb21wb25lbnRcIjtcbmltcG9ydCB7TmdTZWxlY3RNb2R1bGV9IGZyb20gXCJAbmctc2VsZWN0L25nLXNlbGVjdFwiO1xuaW1wb3J0IHtHcmF2aXR5VG9vbHRpcE1vZHVsZX0gZnJvbSBcIi4vdmVuZG9yL2dyYXZpdHktdG9vbHRpcFwiO1xuaW1wb3J0IHtBbmd1bGFyU3ZnSWNvblByZWxvYWRlck1vZHVsZX0gZnJvbSBcImFuZ3VsYXItc3ZnLWljb24tcHJlbG9hZGVyXCI7XG5pbXBvcnQge0FuZ3VsYXJTdmdJY29uTW9kdWxlfSBmcm9tIFwiYW5ndWxhci1zdmctaWNvblwiO1xuaW1wb3J0IHtHcmF2aXR5Q2FsZW5kYXJDb21wb25lbnR9IGZyb20gXCIuL2NvbXBvbmVudHMvZ3Jhdml0eS1jYWxlbmRhci9ncmF2aXR5LWNhbGVuZGFyLmNvbXBvbmVudFwiO1xuaW1wb3J0IHtOZ2JEYXRlcGlja2VyTW9kdWxlLCBOZ2JQcm9ncmVzc2Jhck1vZHVsZSwgTmdiVG9hc3RNb2R1bGV9IGZyb20gXCJAbmctYm9vdHN0cmFwL25nLWJvb3RzdHJhcFwiO1xuaW1wb3J0IHtHcmF2aXR5UmFkaW9CdXR0b25Db21wb25lbnR9IGZyb20gJy4vY29tcG9uZW50cy9ncmF2aXR5LXJhZGlvLWJ1dHRvbi9ncmF2aXR5LXJhZGlvLWJ1dHRvbi5jb21wb25lbnQnO1xuaW1wb3J0IHtOZ3hQcmV0dHlDaGVja2JveE1vZHVsZX0gZnJvbSBcIm5neC1wcmV0dHktY2hlY2tib3hcIjtcbmltcG9ydCB7R3Jhdml0eVN3aXRjaENvbXBvbmVudH0gZnJvbSAnLi9jb21wb25lbnRzL2dyYXZpdHktc3dpdGNoL2dyYXZpdHktc3dpdGNoLmNvbXBvbmVudCc7XG5pbXBvcnQge0dyYXZpdHlDaGVja2JveENvbXBvbmVudH0gZnJvbSAnLi9jb21wb25lbnRzL2dyYXZpdHktY2hlY2tib3gvZ3Jhdml0eS1jaGVja2JveC5jb21wb25lbnQnO1xuaW1wb3J0IHtHcmF2aXR5RGlhbG9nQ29tcG9uZW50fSBmcm9tIFwiLi9jb21wb25lbnRzL2dyYXZpdHktZGlhbG9nL2dyYXZpdHktZGlhbG9nLmNvbXBvbmVudFwiO1xuaW1wb3J0IHtHcmF2aXR5SWNvbkNvbXBvbmVudH0gZnJvbSBcIi4vY29tcG9uZW50cy9ncmF2aXR5LWljb24vZ3Jhdml0eS1pY29uLmNvbXBvbmVudFwiO1xuaW1wb3J0IHtHcmF2aXR5Tm90aWZpY2F0aW9uQ29tcG9uZW50fSBmcm9tIFwiLi9jb21wb25lbnRzL2dyYXZpdHktbm90aWZpY2F0aW9uL2dyYXZpdHktbm90aWZpY2F0aW9uLmNvbXBvbmVudFwiO1xuaW1wb3J0IHtcbiAgR3Jhdml0eU5vdGlmaWNhdGlvbkluc3RhbnRDb250YWluZXJDb21wb25lbnRcbn0gZnJvbSBcIi4vY29tcG9uZW50cy9ncmF2aXR5LW5vdGlmaWNhdGlvbi1pbnN0YW50L2dyYXZpdHktbm90aWZpY2F0aW9uLWluc3RhbnQtY29udGFpbmVyLmNvbXBvbmVudFwiO1xuaW1wb3J0IHtHcmF2aXR5QXR0YWNoRmlsZUNvbXBvbmVudH0gZnJvbSBcIi4vY29tcG9uZW50cy9ncmF2aXR5LWF0dGFjaC1maWxlL2dyYXZpdHktYXR0YWNoLWZpbGUuY29tcG9uZW50XCI7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEdyYXZpdHlBdHRhY2hGaWxlQ29tcG9uZW50LFxuICAgIEdyYXZpdHlCdXR0b25Db21wb25lbnQsXG4gICAgR3Jhdml0eUNhbGVuZGFyQ29tcG9uZW50LFxuICAgIEdyYXZpdHlDaGVja2JveENvbXBvbmVudCxcbiAgICBHcmF2aXR5RGlhbG9nQ29tcG9uZW50LFxuICAgIEdyYXZpdHlEcm9wZG93bkxpc3RDb21wb25lbnQsXG4gICAgR3Jhdml0eUljb25Db21wb25lbnQsXG4gICAgR3Jhdml0eU5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgICBHcmF2aXR5Tm90aWZpY2F0aW9uSW5zdGFudENvbnRhaW5lckNvbXBvbmVudCxcbiAgICBHcmF2aXR5UmFkaW9CdXR0b25Db21wb25lbnQsXG4gICAgR3Jhdml0eVN3aXRjaENvbXBvbmVudCxcbiAgICBHcmF2aXR5VGV4dEZpZWxkQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBBbmd1bGFyU3ZnSWNvbk1vZHVsZS5mb3JSb290KCksXG4gICAgQW5ndWxhclN2Z0ljb25QcmVsb2FkZXJNb2R1bGUuZm9yUm9vdCh7XG4gICAgICBjb25maWdVcmw6ICcuL2Fzc2V0cy9ncmF2aXR5L2pzb24vaWNvbnMuanNvbicsXG4gICAgfSksXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIEdyYXZpdHlUb29sdGlwTW9kdWxlLmZvclJvb3Qoe30pLFxuICAgIE5nYkRhdGVwaWNrZXJNb2R1bGUsXG4gICAgTmdiVG9hc3RNb2R1bGUsXG4gICAgTmdTZWxlY3RNb2R1bGUsXG4gICAgTmd4UHJldHR5Q2hlY2tib3hNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBOZ2JQcm9ncmVzc2Jhck1vZHVsZVxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgR3Jhdml0eUF0dGFjaEZpbGVDb21wb25lbnQsXG4gICAgR3Jhdml0eUJ1dHRvbkNvbXBvbmVudCxcbiAgICBHcmF2aXR5Q2FsZW5kYXJDb21wb25lbnQsXG4gICAgR3Jhdml0eUNoZWNrYm94Q29tcG9uZW50LFxuICAgIEdyYXZpdHlEaWFsb2dDb21wb25lbnQsXG4gICAgR3Jhdml0eURyb3Bkb3duTGlzdENvbXBvbmVudCxcbiAgICBHcmF2aXR5SWNvbkNvbXBvbmVudCxcbiAgICBHcmF2aXR5Tm90aWZpY2F0aW9uSW5zdGFudENvbnRhaW5lckNvbXBvbmVudCxcbiAgICBHcmF2aXR5UmFkaW9CdXR0b25Db21wb25lbnQsXG4gICAgR3Jhdml0eVN3aXRjaENvbXBvbmVudCxcbiAgICBHcmF2aXR5VGV4dEZpZWxkQ29tcG9uZW50LFxuICAgIEdyYXZpdHlUb29sdGlwTW9kdWxlXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgR3Jhdml0eURlc2lnblN5c3RlbU1vZHVsZSB7XG59XG4iXX0=
|