@digital-realty/ix-widget 2.1.24 → 2.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/IxWidget.d.ts +1 -1
- package/dist/assets/iconset.d.ts +18 -18
- package/dist/ix-action-list.d.ts +1 -1
- package/dist/ix-contacts.d.ts +1 -1
- package/dist/ix-info-card.d.ts +1 -1
- package/dist/ix-launchpad.d.ts +4 -4
- package/dist/ix-nav-item.d.ts +1 -1
- package/dist/ix-nav-list.d.ts +1 -1
- package/dist/ix-news-feed.d.ts +1 -1
- package/dist/ix-status-counter-group.d.ts +1 -1
- package/dist/ix-status-counter.d.ts +2 -2
- package/dist/ix-table-data.d.ts +2 -2
- package/dist/mock/columns.d.ts +1 -1
- package/package.json +7 -8
package/dist/IxWidget.d.ts
CHANGED
package/dist/assets/iconset.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export declare const ticket: import("lit").TemplateResult<2>;
|
|
2
|
-
export declare const laptop: import("lit").TemplateResult<2>;
|
|
3
|
-
export declare const loader: import("lit").TemplateResult<2>;
|
|
4
|
-
export declare const phone: import("lit").TemplateResult<2>;
|
|
5
|
-
export declare const question: import("lit").TemplateResult<2>;
|
|
6
|
-
export declare const email: import("lit").TemplateResult<2>;
|
|
7
|
-
export declare const cutomerSupport: import("lit").TemplateResult<2>;
|
|
8
|
-
export declare const users: import("lit").TemplateResult<2>;
|
|
9
|
-
export declare const mySites: import("lit").TemplateResult<2>;
|
|
10
|
-
export declare const dcim: import("lit").TemplateResult<2>;
|
|
11
|
-
export declare const locations: import("lit").TemplateResult<2>;
|
|
12
|
-
export declare const lock: import("lit").TemplateResult<2>;
|
|
13
|
-
export declare const remoteHands: import("lit").TemplateResult<2>;
|
|
14
|
-
export declare const addUser: import("lit").TemplateResult<2>;
|
|
15
|
-
export declare const manageUsers: import("lit").TemplateResult<2>;
|
|
16
|
-
export declare const shipping: import("lit").TemplateResult<2>;
|
|
17
|
-
export declare const troubleTickets: import("lit").TemplateResult<2>;
|
|
18
|
-
export declare const crossConnect: import("lit").TemplateResult<2>;
|
|
1
|
+
export declare const ticket: import("lit-html").TemplateResult<2>;
|
|
2
|
+
export declare const laptop: import("lit-html").TemplateResult<2>;
|
|
3
|
+
export declare const loader: import("lit-html").TemplateResult<2>;
|
|
4
|
+
export declare const phone: import("lit-html").TemplateResult<2>;
|
|
5
|
+
export declare const question: import("lit-html").TemplateResult<2>;
|
|
6
|
+
export declare const email: import("lit-html").TemplateResult<2>;
|
|
7
|
+
export declare const cutomerSupport: import("lit-html").TemplateResult<2>;
|
|
8
|
+
export declare const users: import("lit-html").TemplateResult<2>;
|
|
9
|
+
export declare const mySites: import("lit-html").TemplateResult<2>;
|
|
10
|
+
export declare const dcim: import("lit-html").TemplateResult<2>;
|
|
11
|
+
export declare const locations: import("lit-html").TemplateResult<2>;
|
|
12
|
+
export declare const lock: import("lit-html").TemplateResult<2>;
|
|
13
|
+
export declare const remoteHands: import("lit-html").TemplateResult<2>;
|
|
14
|
+
export declare const addUser: import("lit-html").TemplateResult<2>;
|
|
15
|
+
export declare const manageUsers: import("lit-html").TemplateResult<2>;
|
|
16
|
+
export declare const shipping: import("lit-html").TemplateResult<2>;
|
|
17
|
+
export declare const troubleTickets: import("lit-html").TemplateResult<2>;
|
|
18
|
+
export declare const crossConnect: import("lit-html").TemplateResult<2>;
|
package/dist/ix-action-list.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ import '@digital-realty/ix-button/ix-button.js';
|
|
|
4
4
|
import './IxWidget.js';
|
|
5
5
|
export declare class IxActionList extends LitElement {
|
|
6
6
|
static styles: import("lit").CSSResult;
|
|
7
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
7
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
8
8
|
}
|
package/dist/ix-contacts.d.ts
CHANGED
|
@@ -10,6 +10,6 @@ export declare class IxContacts extends LitElement {
|
|
|
10
10
|
static styles: import("lit").CSSResult[];
|
|
11
11
|
contacts: Contacts;
|
|
12
12
|
private _openForm;
|
|
13
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
13
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
14
14
|
}
|
|
15
15
|
export {};
|
package/dist/ix-info-card.d.ts
CHANGED
package/dist/ix-launchpad.d.ts
CHANGED
|
@@ -51,8 +51,8 @@ export declare class IxLaunchpad extends LitElement {
|
|
|
51
51
|
knowledgebase: string;
|
|
52
52
|
updates: TableDataItem;
|
|
53
53
|
actions: TableDataItem;
|
|
54
|
-
renderNavigation: () => import("lit").TemplateResult<1>;
|
|
55
|
-
renderTicketUpdatesGrid: () => import("lit").TemplateResult<1>;
|
|
56
|
-
renderActionsRequiredGrid: () => import("lit").TemplateResult<1>;
|
|
57
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
54
|
+
renderNavigation: () => import("lit-html").TemplateResult<1>;
|
|
55
|
+
renderTicketUpdatesGrid: () => import("lit-html").TemplateResult<1>;
|
|
56
|
+
renderActionsRequiredGrid: () => import("lit-html").TemplateResult<1>;
|
|
57
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
58
58
|
}
|
package/dist/ix-nav-item.d.ts
CHANGED
package/dist/ix-nav-list.d.ts
CHANGED
package/dist/ix-news-feed.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ import './ix-status-counter.js';
|
|
|
4
4
|
export declare class IxStatusCounterGroup extends LitElement {
|
|
5
5
|
static styles: import("lit").CSSResult;
|
|
6
6
|
data: never[];
|
|
7
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
7
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
8
8
|
}
|
|
@@ -5,8 +5,8 @@ export declare class IxStatusCounter extends LitElement {
|
|
|
5
5
|
static styles: import("lit").CSSResult;
|
|
6
6
|
value: number | undefined | string;
|
|
7
7
|
header: string;
|
|
8
|
-
icon: import("lit").TemplateResult<2>;
|
|
8
|
+
icon: import("lit-html").TemplateResult<2>;
|
|
9
9
|
target: string;
|
|
10
10
|
navigate: () => void;
|
|
11
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
11
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
12
12
|
}
|
package/dist/ix-table-data.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ export declare class IxTableData extends LitElement {
|
|
|
12
12
|
header: string;
|
|
13
13
|
emptyDescription: string;
|
|
14
14
|
href: string;
|
|
15
|
-
renderEmptyTable(): import("lit").TemplateResult<1>;
|
|
16
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
15
|
+
renderEmptyTable(): import("lit-html").TemplateResult<1>;
|
|
16
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
17
17
|
}
|
package/dist/mock/columns.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-widget following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.26",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -38,21 +38,20 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@adobe/lit-mobx": "^2.2.2",
|
|
41
|
-
"@digital-realty/ix-button": "^3.3.
|
|
42
|
-
"@digital-realty/ix-grid": "^1.1.
|
|
43
|
-
"@digital-realty/ix-icon": "^1.1.
|
|
44
|
-
"@digital-realty/ix-list": "^1.1.
|
|
41
|
+
"@digital-realty/ix-button": "^3.3.7",
|
|
42
|
+
"@digital-realty/ix-grid": "^1.1.25",
|
|
43
|
+
"@digital-realty/ix-icon": "^1.1.6",
|
|
44
|
+
"@digital-realty/ix-list": "^1.1.6",
|
|
45
45
|
"@lit/react": "^1.0.2",
|
|
46
46
|
"@material/web": "1.2.0",
|
|
47
47
|
"date-fns": "^4.1.0",
|
|
48
|
-
"lit": "^
|
|
48
|
+
"lit": "^3.2.1",
|
|
49
49
|
"markdown-it": "^14.1.0",
|
|
50
50
|
"mobx-persist-store": "^1.1.4",
|
|
51
51
|
"react": "^18.2.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@custom-elements-manifest/analyzer": "^0.4.17",
|
|
55
|
-
"@digital-realty/theme": "^1.0.30",
|
|
56
55
|
"@open-wc/eslint-config": "^9.2.1",
|
|
57
56
|
"@open-wc/testing": "^3.1.6",
|
|
58
57
|
"@types/markdown-it": "^14.1.1",
|
|
@@ -129,5 +128,5 @@
|
|
|
129
128
|
"README.md",
|
|
130
129
|
"LICENSE"
|
|
131
130
|
],
|
|
132
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "9d7e24485647273eba1dca7f28b450fe9c7fad12"
|
|
133
132
|
}
|