@gravitee/ui-components 3.28.6-revert-semantic-release-bump-6f57b77 → 3.28.7-debug-mode-add-menu-ded8a59
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/package.json +12 -12
- package/src/atoms/gv-button/gv-button.d.ts +3 -3
- package/src/atoms/gv-checkbox/gv-checkbox.d.ts +3 -3
- package/src/atoms/gv-date-picker-calendar/gv-date-picker-calendar.d.ts +4 -4
- package/src/atoms/gv-input/gv-input.d.ts +5 -5
- package/src/atoms/gv-message/gv-message.d.ts +1 -1
- package/src/atoms/gv-select/gv-select.d.ts +2 -2
- package/src/atoms/gv-select-native/gv-select-native.d.ts +3 -3
- package/src/atoms/gv-text/gv-text.d.ts +2 -2
- package/src/charts/gv-chart-bar/gv-chart-bar.d.ts +1 -1
- package/src/charts/gv-chart-gauge/gv-chart-gauge.d.ts +1 -1
- package/src/charts/gv-chart-histogram/gv-chart-histogram.d.ts +1 -1
- package/src/charts/gv-chart-line/gv-chart-line.d.ts +1 -1
- package/src/charts/gv-chart-map/gv-chart-map.d.ts +1 -1
- package/src/charts/gv-chart-pie/gv-chart-pie.d.ts +1 -1
- package/src/mixins/chart-element.d.ts +1 -1
- package/src/mixins/input-element.d.ts +1 -1
- package/src/mixins/item-resource.d.ts +3 -3
- package/src/molecules/gv-card/gv-card.d.ts +4 -4
- package/src/molecules/gv-card-full/gv-card-full.d.ts +4 -4
- package/src/molecules/gv-card-list/gv-card-list.d.ts +2 -2
- package/src/molecules/gv-category/gv-category.d.ts +1 -1
- package/src/molecules/gv-cron-editor/gv-cron-editor.d.ts +3 -3
- package/src/molecules/gv-list/gv-list.d.ts +5 -5
- package/src/molecules/gv-metrics/gv-metrics.d.ts +2 -2
- package/src/molecules/gv-modal/gv-modal.stories.d.ts +1 -1
- package/src/molecules/gv-nav/gv-nav.d.ts +1 -1
- package/src/molecules/gv-option/gv-option.d.ts +1 -1
- package/src/molecules/gv-plans/gv-plans.d.ts +1 -1
- package/src/molecules/gv-popover/gv-popover.d.ts +1 -1
- package/src/molecules/gv-promote/gv-promote.d.ts +4 -4
- package/src/molecules/gv-rating/gv-rating.d.ts +1 -1
- package/src/molecules/gv-rating-list/gv-rating-list.d.ts +2 -2
- package/src/molecules/gv-row/gv-row.d.ts +1 -1
- package/src/molecules/gv-stats/gv-stats.d.ts +2 -2
- package/src/molecules/gv-stepper/gv-stepper.d.ts +2 -2
- package/src/molecules/gv-table/gv-table.d.ts +8 -8
- package/src/molecules/gv-tree/gv-tree.d.ts +1 -1
- package/src/organisms/gv-documentation/gv-documentation.d.ts +1 -1
- package/src/organisms/gv-header/gv-header.d.ts +3 -3
- package/src/organisms/gv-http-client/gv-http-client.d.ts +4 -4
- package/src/organisms/gv-http-client/gv-http-client.stories.d.ts +1 -1
- package/src/organisms/gv-menu/gv-menu.d.ts +1 -1
- package/src/organisms/gv-pagination/gv-pagination.d.ts +1 -1
- package/src/organisms/gv-properties/gv-properties.d.ts +7 -7
- package/src/organisms/gv-resources/gv-resources.d.ts +4 -4
- package/src/organisms/gv-schema-form/gv-schema-form.d.ts +1 -1
- package/src/organisms/gv-schema-form-array/gv-schema-form-array.d.ts +2 -2
- package/src/organisms/gv-schema-form-control/gv-schema-form-control.d.ts +1 -1
- package/src/organisms/gv-schema-form-control-object/gv-schema-form-control-object.d.ts +2 -2
- package/src/organisms/gv-user-menu/gv-user-menu.d.ts +1 -1
- package/src/policy-studio/gv-flow/gv-flow.d.ts +2 -2
- package/src/policy-studio/gv-flow-step/gv-flow-step.d.ts +2 -2
- package/src/policy-studio/gv-policy-studio/gv-policy-studio.d.ts +22 -9
- package/src/policy-studio/gv-policy-studio/gv-policy-studio.js +64 -53
- package/src/policy-studio/gv-policy-studio/gv-policy-studio.js.map +1 -1
- package/src/policy-studio/gv-policy-studio-menu/gv-policy-studio-menu.d.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/ui-components",
|
|
3
|
-
"version": "3.28.
|
|
3
|
+
"version": "3.28.7-debug-mode-add-menu-ded8a59",
|
|
4
4
|
"description": "Gravitee.io UI Components library, based on Web Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -78,19 +78,19 @@
|
|
|
78
78
|
"@highcharts/map-collection": "1.1.4",
|
|
79
79
|
"@semantic-release/changelog": "6.0.1",
|
|
80
80
|
"@semantic-release/git": "10.0.1",
|
|
81
|
-
"@storybook/addon-a11y": "6.4.
|
|
82
|
-
"@storybook/addon-essentials": "6.4.
|
|
83
|
-
"@storybook/components": "6.4.
|
|
84
|
-
"@storybook/theming": "6.4.
|
|
85
|
-
"@storybook/web-components": "6.4.
|
|
81
|
+
"@storybook/addon-a11y": "6.4.17",
|
|
82
|
+
"@storybook/addon-essentials": "6.4.17",
|
|
83
|
+
"@storybook/components": "6.4.17",
|
|
84
|
+
"@storybook/theming": "6.4.17",
|
|
85
|
+
"@storybook/web-components": "6.4.17",
|
|
86
86
|
"asciidoctor": "2.2.6",
|
|
87
87
|
"asciidoctor-highlight.js": "0.4.0",
|
|
88
88
|
"babel-jest": "27.4.6",
|
|
89
89
|
"babel-loader": "8.2.3",
|
|
90
|
-
"chromatic": "6.4.
|
|
91
|
-
"danger": "10.
|
|
90
|
+
"chromatic": "6.4.2",
|
|
91
|
+
"danger": "10.9.0",
|
|
92
92
|
"del": "6.0.0",
|
|
93
|
-
"eslint": "8.
|
|
93
|
+
"eslint": "8.8.0",
|
|
94
94
|
"eslint-config-prettier": "8.3.0",
|
|
95
95
|
"eslint-config-standard": "16.0.3",
|
|
96
96
|
"eslint-plugin-import": "2.25.4",
|
|
@@ -104,15 +104,15 @@
|
|
|
104
104
|
"glob": "7.2.0",
|
|
105
105
|
"highcharts": "9.3.2",
|
|
106
106
|
"highlight.js": "11.4.0",
|
|
107
|
-
"html-to-react": "1.4.
|
|
107
|
+
"html-to-react": "1.4.8",
|
|
108
108
|
"husky": "7.0.4",
|
|
109
109
|
"i18n-extract": "0.6.7",
|
|
110
110
|
"ignore-loader": "0.1.2",
|
|
111
111
|
"is-ci": "3.0.1",
|
|
112
112
|
"jest": "27.4.7",
|
|
113
113
|
"license-check-and-add": "4.0.3",
|
|
114
|
-
"lint-staged": "12.3.
|
|
115
|
-
"lit-html": "2.1.
|
|
114
|
+
"lint-staged": "12.3.2",
|
|
115
|
+
"lit-html": "2.1.2",
|
|
116
116
|
"markdown-it": "12.3.2",
|
|
117
117
|
"node-static": "0.7.11",
|
|
118
118
|
"nodemon": "2.0.15",
|
|
@@ -115,11 +115,11 @@ export class GvButton extends GvButton_base {
|
|
|
115
115
|
tabindex: number;
|
|
116
116
|
type: string;
|
|
117
117
|
_onClick(e: any): void;
|
|
118
|
-
render(): import("lit
|
|
118
|
+
render(): import("lit").TemplateResult<1>;
|
|
119
119
|
icon: string | undefined;
|
|
120
|
-
_getIconRight(): "" | import("lit
|
|
120
|
+
_getIconRight(): "" | import("lit").TemplateResult<1>;
|
|
121
121
|
_hasIconLeft(): any;
|
|
122
|
-
_getIconLeft(): "" | import("lit
|
|
122
|
+
_getIconLeft(): "" | import("lit").TemplateResult<1>;
|
|
123
123
|
updated(_changedProperties: any): void;
|
|
124
124
|
_hasContent: boolean | undefined;
|
|
125
125
|
}
|
|
@@ -10,7 +10,7 @@ declare const GvCheckbox_base: {
|
|
|
10
10
|
updated(changedProperties: any): void;
|
|
11
11
|
getInputElement(): any;
|
|
12
12
|
readonly offsetHeight: any;
|
|
13
|
-
renderLabel(): "" | import("lit
|
|
13
|
+
renderLabel(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
};
|
|
15
15
|
[x: string]: any;
|
|
16
16
|
readonly properties: {
|
|
@@ -107,8 +107,8 @@ export class GvCheckbox extends GvCheckbox_base {
|
|
|
107
107
|
_type: string;
|
|
108
108
|
checked: boolean;
|
|
109
109
|
value: string;
|
|
110
|
-
_renderLabel(): "" | import("lit
|
|
110
|
+
_renderLabel(): "" | import("lit").TemplateResult<1>;
|
|
111
111
|
_onInput(): void;
|
|
112
|
-
render(): import("lit
|
|
112
|
+
render(): import("lit").TemplateResult<1>;
|
|
113
113
|
}
|
|
114
114
|
export {};
|
|
@@ -132,10 +132,10 @@ export class GvDatePickerCalendar extends LitElement {
|
|
|
132
132
|
set dateTo(arg: any);
|
|
133
133
|
_to: any;
|
|
134
134
|
computeArrayOfTime(size: any): string[];
|
|
135
|
-
_renderPreviousNav(): "" | import("lit
|
|
136
|
-
_renderCurrentNav(): import("lit
|
|
137
|
-
_renderNextNav(): import("lit
|
|
138
|
-
_renderDays(): import("lit
|
|
135
|
+
_renderPreviousNav(): "" | import("lit").TemplateResult<1>;
|
|
136
|
+
_renderCurrentNav(): import("lit").TemplateResult<1>;
|
|
137
|
+
_renderNextNav(): import("lit").TemplateResult<1> | undefined;
|
|
138
|
+
_renderDays(): import("lit").TemplateResult<1>;
|
|
139
139
|
isStrictTime(): boolean;
|
|
140
140
|
isMinutesDisabled(value: any): boolean;
|
|
141
141
|
isSecondsDisabled(value: any): boolean;
|
|
@@ -10,7 +10,7 @@ declare const GvInput_base: {
|
|
|
10
10
|
updated(changedProperties: any): void;
|
|
11
11
|
getInputElement(): any;
|
|
12
12
|
readonly offsetHeight: any;
|
|
13
|
-
renderLabel(): "" | import("lit
|
|
13
|
+
renderLabel(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
};
|
|
15
15
|
[x: string]: any;
|
|
16
16
|
readonly properties: {
|
|
@@ -236,11 +236,11 @@ export class GvInput extends GvInput_base {
|
|
|
236
236
|
get hasClickableIcon(): any;
|
|
237
237
|
get hasClipboard(): any;
|
|
238
238
|
clear(): void;
|
|
239
|
-
_renderClearIcon(): "" | import("lit
|
|
239
|
+
_renderClearIcon(): "" | import("lit").TemplateResult<1>;
|
|
240
240
|
_shapePassword(): "general:visible" | "general:hidden";
|
|
241
|
-
_renderPasswordIcon(): "" | import("lit
|
|
241
|
+
_renderPasswordIcon(): "" | import("lit").TemplateResult<1>;
|
|
242
242
|
get hasBackground(): boolean;
|
|
243
|
-
renderIcon(): "" | import("lit
|
|
244
|
-
render(): import("lit
|
|
243
|
+
renderIcon(): "" | import("lit").TemplateResult<1>;
|
|
244
|
+
render(): import("lit").TemplateResult<1>;
|
|
245
245
|
}
|
|
246
246
|
export {};
|
|
@@ -61,11 +61,11 @@ export class GvSelect extends GvSelect_base {
|
|
|
61
61
|
_onSelect(option: any, e: any): void;
|
|
62
62
|
value: any;
|
|
63
63
|
_onClear(): void;
|
|
64
|
-
_renderIcon(): "" | import("lit
|
|
64
|
+
_renderIcon(): "" | import("lit").TemplateResult<1>;
|
|
65
65
|
set options(arg: any);
|
|
66
66
|
selectedLabel(): string;
|
|
67
67
|
onResize(): void;
|
|
68
|
-
render(): import("lit
|
|
68
|
+
render(): import("lit").TemplateResult<1>;
|
|
69
69
|
isSelected(option: any): any;
|
|
70
70
|
}
|
|
71
71
|
export {};
|
|
@@ -10,7 +10,7 @@ declare const GvSelectNative_base: {
|
|
|
10
10
|
updated(changedProperties: any): void;
|
|
11
11
|
getInputElement(): any;
|
|
12
12
|
readonly offsetHeight: any;
|
|
13
|
-
renderLabel(): "" | import("lit
|
|
13
|
+
renderLabel(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
};
|
|
15
15
|
[x: string]: any;
|
|
16
16
|
readonly properties: {
|
|
@@ -168,8 +168,8 @@ export class GvSelectNative extends GvSelectNative_base {
|
|
|
168
168
|
_onClear(): void;
|
|
169
169
|
set options(arg: any);
|
|
170
170
|
selectedLabel(): string;
|
|
171
|
-
renderSelect(): import("lit
|
|
172
|
-
render(): import("lit
|
|
171
|
+
renderSelect(): import("lit").TemplateResult<1>;
|
|
172
|
+
render(): import("lit").TemplateResult<1>;
|
|
173
173
|
isSelected(option: any): any;
|
|
174
174
|
}
|
|
175
175
|
export {};
|
|
@@ -10,7 +10,7 @@ declare const GvText_base: {
|
|
|
10
10
|
updated(changedProperties: any): void;
|
|
11
11
|
getInputElement(): any;
|
|
12
12
|
readonly offsetHeight: any;
|
|
13
|
-
renderLabel(): "" | import("lit
|
|
13
|
+
renderLabel(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
};
|
|
15
15
|
[x: string]: any;
|
|
16
16
|
readonly properties: {
|
|
@@ -105,6 +105,6 @@ export class GvText extends GvText_base {
|
|
|
105
105
|
rows: number;
|
|
106
106
|
_onInput(e: any): void;
|
|
107
107
|
value: any;
|
|
108
|
-
render(): "" | import("lit
|
|
108
|
+
render(): "" | import("lit").TemplateResult<1>;
|
|
109
109
|
}
|
|
110
110
|
export {};
|
|
@@ -8,7 +8,7 @@ declare const GvChartBar_base: {
|
|
|
8
8
|
getOptions(): Promise<void>;
|
|
9
9
|
updated(changedProperties: any): void;
|
|
10
10
|
_additionalOptions: void | undefined;
|
|
11
|
-
render(): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
12
|
_invisible: boolean;
|
|
13
13
|
_skeleton: boolean;
|
|
14
14
|
_error: boolean;
|
|
@@ -8,7 +8,7 @@ declare const GvChartGauge_base: {
|
|
|
8
8
|
getOptions(): Promise<void>;
|
|
9
9
|
updated(changedProperties: any): void;
|
|
10
10
|
_additionalOptions: void | undefined;
|
|
11
|
-
render(): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
12
|
_invisible: boolean;
|
|
13
13
|
_skeleton: boolean;
|
|
14
14
|
_error: boolean;
|
|
@@ -8,7 +8,7 @@ declare const GvChartHistogram_base: {
|
|
|
8
8
|
getOptions(): Promise<void>;
|
|
9
9
|
updated(changedProperties: any): void;
|
|
10
10
|
_additionalOptions: void | undefined;
|
|
11
|
-
render(): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
12
|
_invisible: boolean;
|
|
13
13
|
_skeleton: boolean;
|
|
14
14
|
_error: boolean;
|
|
@@ -8,7 +8,7 @@ declare const GvChartLine_base: {
|
|
|
8
8
|
getOptions(): Promise<void>;
|
|
9
9
|
updated(changedProperties: any): void;
|
|
10
10
|
_additionalOptions: void | undefined;
|
|
11
|
-
render(): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
12
|
_invisible: boolean;
|
|
13
13
|
_skeleton: boolean;
|
|
14
14
|
_error: boolean;
|
|
@@ -8,7 +8,7 @@ declare const GvChartMap_base: {
|
|
|
8
8
|
getOptions(): Promise<void>;
|
|
9
9
|
updated(changedProperties: any): void;
|
|
10
10
|
_additionalOptions: void | undefined;
|
|
11
|
-
render(): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
12
|
_invisible: boolean;
|
|
13
13
|
_skeleton: boolean;
|
|
14
14
|
_error: boolean;
|
|
@@ -8,7 +8,7 @@ declare const GvChartPie_base: {
|
|
|
8
8
|
getOptions(): Promise<void>;
|
|
9
9
|
updated(changedProperties: any): void;
|
|
10
10
|
_additionalOptions: void | undefined;
|
|
11
|
-
render(): import("lit
|
|
11
|
+
render(): import("lit").TemplateResult<1>;
|
|
12
12
|
_invisible: boolean;
|
|
13
13
|
_skeleton: boolean;
|
|
14
14
|
_error: boolean;
|
|
@@ -12,7 +12,7 @@ export function ChartElement(ParentClass: any): {
|
|
|
12
12
|
getOptions(): Promise<void>;
|
|
13
13
|
updated(changedProperties: any): void;
|
|
14
14
|
_additionalOptions: void | undefined;
|
|
15
|
-
render(): import("lit
|
|
15
|
+
render(): import("lit").TemplateResult<1>;
|
|
16
16
|
_invisible: boolean;
|
|
17
17
|
_skeleton: boolean;
|
|
18
18
|
_error: boolean;
|
|
@@ -10,7 +10,7 @@ export function InputElement(ParentClass: any): {
|
|
|
10
10
|
updated(changedProperties: any): void;
|
|
11
11
|
getInputElement(): any;
|
|
12
12
|
readonly offsetHeight: any;
|
|
13
|
-
renderLabel(): "" | import("lit
|
|
13
|
+
renderLabel(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
};
|
|
15
15
|
[x: string]: any;
|
|
16
16
|
readonly properties: {
|
|
@@ -8,13 +8,13 @@ export function ItemResource(ParentClass: any): {
|
|
|
8
8
|
_skeletonAttribute: string;
|
|
9
9
|
_onImageLoaded(): void;
|
|
10
10
|
_skeleton: boolean;
|
|
11
|
-
_renderImage(): "" | import("lit
|
|
11
|
+
_renderImage(): "" | import("lit").TemplateResult<1>;
|
|
12
12
|
_onTagClick(tagValue: any, event: any): void;
|
|
13
13
|
_renderLabels(clickable: any): unknown;
|
|
14
14
|
_renderStates(): unknown;
|
|
15
15
|
_onClickToMetrics(event: any): void;
|
|
16
|
-
_renderMetricsWithRating(): "" | import("lit
|
|
17
|
-
_renderInfoRating(): "" | import("lit
|
|
16
|
+
_renderMetricsWithRating(): "" | import("lit").TemplateResult<1>;
|
|
17
|
+
_renderInfoRating(): "" | import("lit").TemplateResult<1>;
|
|
18
18
|
_invisible: boolean;
|
|
19
19
|
_error: boolean;
|
|
20
20
|
_empty: boolean;
|
|
@@ -4,13 +4,13 @@ declare const GvCard_base: {
|
|
|
4
4
|
_skeletonAttribute: string;
|
|
5
5
|
_onImageLoaded(): void;
|
|
6
6
|
_skeleton: boolean;
|
|
7
|
-
_renderImage(): "" | import("lit
|
|
7
|
+
_renderImage(): "" | import("lit").TemplateResult<1>;
|
|
8
8
|
_onTagClick(tagValue: any, event: any): void;
|
|
9
9
|
_renderLabels(clickable: any): unknown;
|
|
10
10
|
_renderStates(): unknown;
|
|
11
11
|
_onClickToMetrics(event: any): void;
|
|
12
|
-
_renderMetricsWithRating(): "" | import("lit
|
|
13
|
-
_renderInfoRating(): "" | import("lit
|
|
12
|
+
_renderMetricsWithRating(): "" | import("lit").TemplateResult<1>;
|
|
13
|
+
_renderInfoRating(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
_invisible: boolean;
|
|
15
15
|
_error: boolean;
|
|
16
16
|
_empty: boolean;
|
|
@@ -60,6 +60,6 @@ declare const GvCard_base: {
|
|
|
60
60
|
* @cssprop {Color} [--gv-card--bgc=var(--gv-theme-neutral-color-lightest, #ffffff)] - Background color
|
|
61
61
|
*/
|
|
62
62
|
export class GvCard extends GvCard_base {
|
|
63
|
-
render(): import("lit
|
|
63
|
+
render(): import("lit").TemplateResult<1>;
|
|
64
64
|
}
|
|
65
65
|
export {};
|
|
@@ -4,13 +4,13 @@ declare const GvCardFull_base: {
|
|
|
4
4
|
_skeletonAttribute: string;
|
|
5
5
|
_onImageLoaded(): void;
|
|
6
6
|
_skeleton: boolean;
|
|
7
|
-
_renderImage(): "" | import("lit
|
|
7
|
+
_renderImage(): "" | import("lit").TemplateResult<1>;
|
|
8
8
|
_onTagClick(tagValue: any, event: any): void;
|
|
9
9
|
_renderLabels(clickable: any): unknown;
|
|
10
10
|
_renderStates(): unknown;
|
|
11
11
|
_onClickToMetrics(event: any): void;
|
|
12
|
-
_renderMetricsWithRating(): "" | import("lit
|
|
13
|
-
_renderInfoRating(): "" | import("lit
|
|
12
|
+
_renderMetricsWithRating(): "" | import("lit").TemplateResult<1>;
|
|
13
|
+
_renderInfoRating(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
_invisible: boolean;
|
|
15
15
|
_error: boolean;
|
|
16
16
|
_empty: boolean;
|
|
@@ -73,6 +73,6 @@ export class GvCardFull extends GvCardFull_base {
|
|
|
73
73
|
};
|
|
74
74
|
limit: number;
|
|
75
75
|
_onClick(e: any): void;
|
|
76
|
-
render(): import("lit
|
|
76
|
+
render(): import("lit").TemplateResult<1>;
|
|
77
77
|
}
|
|
78
78
|
export {};
|
|
@@ -26,8 +26,8 @@ export class GvCardList extends GvCardList_base {
|
|
|
26
26
|
breakpoints: {
|
|
27
27
|
width: number[];
|
|
28
28
|
};
|
|
29
|
-
renderItem(item: any, index: any): import("lit
|
|
30
|
-
render(): "" | import("lit
|
|
29
|
+
renderItem(item: any, index: any): import("lit").TemplateResult<1>;
|
|
30
|
+
render(): "" | import("lit").TemplateResult<1>;
|
|
31
31
|
updated(changedProperties: any): void;
|
|
32
32
|
}
|
|
33
33
|
export {};
|
|
@@ -104,10 +104,10 @@ export class GvCronEditor extends GvCronEditor_base {
|
|
|
104
104
|
_getTimeExpression(date: any): string;
|
|
105
105
|
generate(): void;
|
|
106
106
|
updateState(value: any): void;
|
|
107
|
-
renderLabel(): "" | import("lit
|
|
107
|
+
renderLabel(): "" | import("lit").TemplateResult<1>;
|
|
108
108
|
displayProDetails(): void;
|
|
109
|
-
renderProDetails(): "" | import("lit
|
|
110
|
-
render(): import("lit
|
|
109
|
+
renderProDetails(): "" | import("lit").TemplateResult<1>;
|
|
110
|
+
render(): import("lit").TemplateResult<1>;
|
|
111
111
|
get allowedValues(): "" | "0-23" | "1-31" | "1-12 or JAN-DEC" | "1-7 or SUN-SAT" | "0-59";
|
|
112
112
|
get allowedChar(): "" | ",-*/";
|
|
113
113
|
_getDaySuffix(day?: number): "" | "th" | "st" | "nd" | "rd";
|
|
@@ -131,10 +131,10 @@ export class GvList extends GvList_base {
|
|
|
131
131
|
};
|
|
132
132
|
_skeletonAttribute: string;
|
|
133
133
|
_onClick(item: any): void;
|
|
134
|
-
_renderImage(item: any): import("lit
|
|
135
|
-
_renderStatus(subscriptions: any): "" | import("lit
|
|
136
|
-
_renderItem(item: any): import("lit
|
|
137
|
-
_renderItems(): "" | import("lit
|
|
138
|
-
render(): import("lit
|
|
134
|
+
_renderImage(item: any): import("lit").TemplateResult<1>;
|
|
135
|
+
_renderStatus(subscriptions: any): "" | import("lit").TemplateResult<1>;
|
|
136
|
+
_renderItem(item: any): import("lit").TemplateResult<1>;
|
|
137
|
+
_renderItems(): "" | import("lit").TemplateResult<1>;
|
|
138
|
+
render(): import("lit").TemplateResult<1>;
|
|
139
139
|
}
|
|
140
140
|
export {};
|
|
@@ -59,7 +59,7 @@ export class GvMetrics extends GvMetrics_base {
|
|
|
59
59
|
_getHealth(): string | null;
|
|
60
60
|
_getTitle(metricName: any): any;
|
|
61
61
|
_onClick(key: any): void;
|
|
62
|
-
_renderMetric(key: any, icon: any, name: any, value: any): import("lit
|
|
63
|
-
render(): import("lit
|
|
62
|
+
_renderMetric(key: any, icon: any, name: any, value: any): import("lit").TemplateResult<1>;
|
|
63
|
+
render(): import("lit").TemplateResult<1>;
|
|
64
64
|
}
|
|
65
65
|
export {};
|
|
@@ -27,7 +27,7 @@ export const modalOpenedWithCloseIcon: {
|
|
|
27
27
|
};
|
|
28
28
|
render: (args: any) => HTMLDivElement;
|
|
29
29
|
};
|
|
30
|
-
export function modalOpenOnButtonClick(): import("lit
|
|
30
|
+
export function modalOpenOnButtonClick(): import("lit").TemplateResult<1>;
|
|
31
31
|
export namespace modalOpenOnButtonClick {
|
|
32
32
|
const parameters_1: any;
|
|
33
33
|
export { parameters_1 as parameters };
|
|
@@ -35,7 +35,7 @@ export class GvNav extends LitElement {
|
|
|
35
35
|
protected _routes: any[];
|
|
36
36
|
vertical: boolean;
|
|
37
37
|
set routes(arg: any);
|
|
38
|
-
_getLink(route: any, index: any): Promise<void | import("lit
|
|
38
|
+
_getLink(route: any, index: any): Promise<void | import("lit").TemplateResult<1>>;
|
|
39
39
|
_compact: boolean | undefined;
|
|
40
40
|
}
|
|
41
41
|
import { LitElement } from "lit-element/lit-element";
|
|
@@ -60,6 +60,6 @@ export class GvOption extends LitElement {
|
|
|
60
60
|
_options: any[] | undefined;
|
|
61
61
|
_hasDescription: boolean | undefined;
|
|
62
62
|
isActive(option: any): any;
|
|
63
|
-
_renderOption(option: any, index: any): import("lit
|
|
63
|
+
_renderOption(option: any, index: any): import("lit").TemplateResult<1>;
|
|
64
64
|
}
|
|
65
65
|
import { LitElement } from "lit-element/lit-element";
|
|
@@ -66,7 +66,7 @@ export class GvPlans extends LitElement {
|
|
|
66
66
|
get hasRight(): boolean;
|
|
67
67
|
_renderHeader(plans: any): any;
|
|
68
68
|
_renderTriangles(plans: any): any;
|
|
69
|
-
_renderPagination(): "" | import("lit
|
|
69
|
+
_renderPagination(): "" | import("lit").TemplateResult<1>;
|
|
70
70
|
toLeft(): void;
|
|
71
71
|
toRight(): void;
|
|
72
72
|
}
|
|
@@ -69,7 +69,7 @@ export class GvPopover extends LitElement {
|
|
|
69
69
|
_opened: boolean | undefined;
|
|
70
70
|
close(): void;
|
|
71
71
|
_close(e: any): void;
|
|
72
|
-
renderContent(): import("lit
|
|
72
|
+
renderContent(): import("lit").TemplateResult<1>;
|
|
73
73
|
_getContentSize(): {
|
|
74
74
|
width: any;
|
|
75
75
|
height: any;
|
|
@@ -4,13 +4,13 @@ declare const GvPromote_base: {
|
|
|
4
4
|
_skeletonAttribute: string;
|
|
5
5
|
_onImageLoaded(): void;
|
|
6
6
|
_skeleton: boolean;
|
|
7
|
-
_renderImage(): "" | import("lit
|
|
7
|
+
_renderImage(): "" | import("lit").TemplateResult<1>;
|
|
8
8
|
_onTagClick(tagValue: any, event: any): void;
|
|
9
9
|
_renderLabels(clickable: any): unknown;
|
|
10
10
|
_renderStates(): unknown;
|
|
11
11
|
_onClickToMetrics(event: any): void;
|
|
12
|
-
_renderMetricsWithRating(): "" | import("lit
|
|
13
|
-
_renderInfoRating(): "" | import("lit
|
|
12
|
+
_renderMetricsWithRating(): "" | import("lit").TemplateResult<1>;
|
|
13
|
+
_renderInfoRating(): "" | import("lit").TemplateResult<1>;
|
|
14
14
|
_invisible: boolean;
|
|
15
15
|
_error: boolean;
|
|
16
16
|
_empty: boolean;
|
|
@@ -139,6 +139,6 @@ export class GvPromote extends GvPromote_base {
|
|
|
139
139
|
};
|
|
140
140
|
};
|
|
141
141
|
_onClick(): void;
|
|
142
|
-
render(): "" | import("lit
|
|
142
|
+
render(): "" | import("lit").TemplateResult<1>;
|
|
143
143
|
}
|
|
144
144
|
export {};
|
|
@@ -49,7 +49,7 @@ export class GvRating extends LitElement {
|
|
|
49
49
|
_onMouseOut(): void;
|
|
50
50
|
_onClick(index: any): void;
|
|
51
51
|
_getAverage(): number;
|
|
52
|
-
_renderStar(star: any, index: any): import("lit
|
|
52
|
+
_renderStar(star: any, index: any): import("lit").TemplateResult<1>;
|
|
53
53
|
_getCountTitle(): string;
|
|
54
54
|
}
|
|
55
55
|
import { LitElement } from "lit-element/lit-element";
|
|
@@ -65,13 +65,13 @@ export class GvRatingList extends LitElement {
|
|
|
65
65
|
_renderAnswers(rating: any): any;
|
|
66
66
|
_onDelete(rating: any): void;
|
|
67
67
|
_onDeleteAnswer(rating: any, answer: any): void;
|
|
68
|
-
_renderActions(data: any, parent: any): import("lit
|
|
68
|
+
_renderActions(data: any, parent: any): import("lit").TemplateResult<1>;
|
|
69
69
|
_render(data: any, parent: any): any;
|
|
70
70
|
_onUpdateRating(rating: any, e: any): void;
|
|
71
71
|
_canAddAnswer(): boolean;
|
|
72
72
|
_canDeleteAnswer(): boolean;
|
|
73
73
|
_canUpdate(ratingId: any): boolean;
|
|
74
74
|
_canDelete(ratingId: any): boolean;
|
|
75
|
-
_getDisplayName(data: any): "" | import("lit
|
|
75
|
+
_getDisplayName(data: any): "" | import("lit").TemplateResult<1>;
|
|
76
76
|
}
|
|
77
77
|
import { LitElement } from "lit-element/lit-element";
|
|
@@ -47,7 +47,7 @@ export class GvStats extends GvStats_base {
|
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
49
|
_skeletonAttribute: string;
|
|
50
|
-
_getStat(option: any): import("lit
|
|
51
|
-
render(): import("lit
|
|
50
|
+
_getStat(option: any): import("lit").TemplateResult<1> | "<div></div>";
|
|
51
|
+
render(): import("lit").TemplateResult<1>;
|
|
52
52
|
}
|
|
53
53
|
export {};
|
|
@@ -40,7 +40,7 @@ export class GvStepper extends LitElement {
|
|
|
40
40
|
_error: boolean;
|
|
41
41
|
_empty: boolean;
|
|
42
42
|
_onClick(index: any): void;
|
|
43
|
-
_getIcon(step: any): import("lit
|
|
44
|
-
_getStep(step: any, index: any): import("lit
|
|
43
|
+
_getIcon(step: any): import("lit").TemplateResult<1>;
|
|
44
|
+
_getStep(step: any, index: any): import("lit").TemplateResult<1>;
|
|
45
45
|
}
|
|
46
46
|
import { LitElement } from "lit-element/lit-element";
|
|
@@ -140,20 +140,20 @@ export class GvTable extends GvTable_base {
|
|
|
140
140
|
get selectedItems(): any[];
|
|
141
141
|
_onMouseEnter(item: any): void;
|
|
142
142
|
_onMouseLeave(): void;
|
|
143
|
-
_renderHeader(styleGridColumns: any): "" | import("lit
|
|
144
|
-
_renderIcon(item: any, itemIndex: any, option: any): "" | import("lit
|
|
143
|
+
_renderHeader(styleGridColumns: any): "" | import("lit").TemplateResult<1>;
|
|
144
|
+
_renderIcon(item: any, itemIndex: any, option: any): "" | import("lit").TemplateResult<1>;
|
|
145
145
|
_renderComponent(item: any, itemIndex: any, option: any, value: any, type: any): any;
|
|
146
146
|
_renderCell(formattedValue: any, option: any, item: any, itemIndex: any): any;
|
|
147
147
|
_getFormattedCellValue(option: any, item: any): any;
|
|
148
148
|
_isSelected(item: any): boolean;
|
|
149
|
-
_renderRows(styleGridColumns: any): import("lit
|
|
150
|
-
_renderItems(): import("lit
|
|
151
|
-
_renderPagination(): import("lit
|
|
149
|
+
_renderRows(styleGridColumns: any): import("lit").TemplateResult<1>;
|
|
150
|
+
_renderItems(): import("lit").TemplateResult<1>;
|
|
151
|
+
_renderPagination(): import("lit").TemplateResult<1> | undefined;
|
|
152
152
|
_getDataFromField(item: any, field: any): any;
|
|
153
|
-
_renderTag(option: any, item: any): "" | import("lit
|
|
153
|
+
_renderTag(option: any, item: any): "" | import("lit").TemplateResult<1>;
|
|
154
154
|
_onImageLoaded(): void;
|
|
155
|
-
_renderImage(picture: any, alt: any): import("lit
|
|
155
|
+
_renderImage(picture: any, alt: any): import("lit").TemplateResult<1>;
|
|
156
156
|
updated(props: any): void;
|
|
157
|
-
render(): import("lit
|
|
157
|
+
render(): import("lit").TemplateResult<1>;
|
|
158
158
|
}
|
|
159
159
|
export {};
|
|
@@ -35,7 +35,7 @@ export class GvTree extends LitElement {
|
|
|
35
35
|
_onSelect(menuItem: any, e: any): void;
|
|
36
36
|
selectedItem: any;
|
|
37
37
|
_onClick(menuItem: any, e: any): void;
|
|
38
|
-
_getMenuItemPage(menuItem: any): import("lit
|
|
38
|
+
_getMenuItemPage(menuItem: any): import("lit").TemplateResult<1>;
|
|
39
39
|
_getMenuItemFolder(menuItem: any): any;
|
|
40
40
|
_getMenu(menuItems: any): any;
|
|
41
41
|
_getMenuItem(menuItem: any): any;
|
|
@@ -41,7 +41,7 @@ export class GvDocumentation extends LitElement {
|
|
|
41
41
|
static get styles(): import("lit").CSSResult[];
|
|
42
42
|
type: string;
|
|
43
43
|
_onCloseDocumentation(): void;
|
|
44
|
-
_renderIcon(): import("lit
|
|
44
|
+
_renderIcon(): import("lit").TemplateResult<1>;
|
|
45
45
|
_dom: {
|
|
46
46
|
title: string;
|
|
47
47
|
element: HTMLDivElement;
|
|
@@ -52,9 +52,9 @@ export class GvHeader extends GvHeader_base {
|
|
|
52
52
|
_breadcrumbs: any[];
|
|
53
53
|
canSubscribe: boolean;
|
|
54
54
|
set breadcrumbs(arg: any);
|
|
55
|
-
_getLink(route: any, index: any): Promise<void | import("lit
|
|
56
|
-
_renderBreadcrumbs(): import("lit
|
|
55
|
+
_getLink(route: any, index: any): Promise<void | import("lit").TemplateResult<1>>;
|
|
56
|
+
_renderBreadcrumbs(): import("lit").TemplateResult<1>;
|
|
57
57
|
_onSubscribe(e: any): void;
|
|
58
|
-
render(): import("lit
|
|
58
|
+
render(): import("lit").TemplateResult<1>;
|
|
59
59
|
}
|
|
60
60
|
export {};
|
|
@@ -33,9 +33,9 @@ export class GvHttpClient extends LitElement {
|
|
|
33
33
|
_sendRequest(): void;
|
|
34
34
|
_updateRequest(formData: any): void;
|
|
35
35
|
isFormValid: any;
|
|
36
|
-
_renderEmptyResponse(): import("lit
|
|
37
|
-
_renderLoading(): import("lit
|
|
38
|
-
_renderDebugResponse(): import("lit
|
|
39
|
-
_renderResponseHeader(): import("lit
|
|
36
|
+
_renderEmptyResponse(): import("lit").TemplateResult<1>;
|
|
37
|
+
_renderLoading(): import("lit").TemplateResult<1>;
|
|
38
|
+
_renderDebugResponse(): import("lit").TemplateResult<1>;
|
|
39
|
+
_renderResponseHeader(): import("lit").TemplateResult<1>;
|
|
40
40
|
}
|
|
41
41
|
import { LitElement } from "lit-element/lit-element";
|