@oicl/openbridge-webcomponents-react 0.0.20260408055359 → 0.0.20260408061309
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
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"build": "tsc",
|
|
6
6
|
"build:watch": "tsc --watch"
|
|
7
7
|
},
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.20260408061309",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^0.0.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^0.0.20260408061309",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
"components/command-button/command-button.{js,js.map,d.ts,d.ts.map}",
|
|
128
128
|
"components/command-menu/command-menu.{js,js.map,d.ts,d.ts.map}",
|
|
129
129
|
"components/communication-table/communication-table.{js,js.map,d.ts,d.ts.map}",
|
|
130
|
-
"components/context-menu/context-menu.{js,js.map,d.ts,d.ts.map}",
|
|
131
130
|
"components/context-menu-input/context-menu-input.{js,js.map,d.ts,d.ts.map}",
|
|
132
131
|
"components/date-item/date-item.{js,js.map,d.ts,d.ts.map}",
|
|
133
132
|
"components/divider/divider.{js,js.map,d.ts,d.ts.map}",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { ObcContextMenu as ObcContextMenuElement } from '@oicl/openbridge-webcomponents/dist/components/context-menu/context-menu.js';
|
|
2
|
-
export declare const ObcContextMenu: import("@lit/react").ReactWebComponent<ObcContextMenuElement, {}>;
|
|
3
|
-
//# sourceMappingURL=context-menu.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../src/components/context-menu/context-menu.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,cAAc,IAAI,qBAAqB,EAAC,MAAM,6EAA6E,CAAC;AAMpI,eAAO,MAAM,cAAc,mEAOxB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { ObcContextMenu as ObcContextMenuElement } from '@oicl/openbridge-webcomponents/dist/components/context-menu/context-menu.js';
|
|
4
|
-
export const ObcContextMenu = createComponent({
|
|
5
|
-
react: React,
|
|
6
|
-
tagName: 'obc-context-menu',
|
|
7
|
-
elementClass: ObcContextMenuElement,
|
|
8
|
-
events: {}
|
|
9
|
-
});
|
|
10
|
-
//# sourceMappingURL=context-menu.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context-menu.js","sourceRoot":"","sources":["../../src/components/context-menu/context-menu.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,cAAc,IAAI,qBAAqB,EAAC,MAAM,6EAA6E,CAAC;AAMpI,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,qBAAqB;IACnC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcContextMenu as ObcContextMenuElement} from '@oicl/openbridge-webcomponents/dist/components/context-menu/context-menu.js';\n \n \n \n\n \n export const ObcContextMenu = createComponent({\n react: React,\n tagName: 'obc-context-menu',\n elementClass: ObcContextMenuElement,\n events: {\n \n }\n });\n \n "]}
|