@ni/ok-react 0.11.0 → 0.12.1
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/esm/fv/sticky-header/index.d.ts +4 -0
- package/dist/esm/fv/sticky-header/index.js +7 -0
- package/dist/esm/fv/sticky-header/index.js.map +1 -0
- package/dist/esm/fv/summary-panel/index.d.ts +2 -2
- package/dist/esm/fv/summary-panel/index.js +2 -2
- package/dist/esm/fv/summary-panel/index.js.map +1 -1
- package/dist/esm/fv/summary-panel-tile/index.d.ts +2 -1
- package/dist/esm/fv/summary-panel-tile/index.js +2 -1
- package/dist/esm/fv/summary-panel-tile/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { FvStickyHeader, fvStickyHeaderTag } from '@ni/ok-components/dist/esm/fv/sticky-header';
|
|
3
|
+
import { wrap } from '../../utilities/react-wrapper';
|
|
4
|
+
export { fvStickyHeaderTag };
|
|
5
|
+
export {};
|
|
6
|
+
export const OkFvStickyHeader = wrap(FvStickyHeader);
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/fv/sticky-header/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAErD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAuB,CAAC;AAC/B,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC","sourcesContent":["'use client';\n\nimport { FvStickyHeader, fvStickyHeaderTag } from '@ni/ok-components/dist/esm/fv/sticky-header';\nimport { wrap } from '../../utilities/react-wrapper';\n\nexport { fvStickyHeaderTag };\nexport { type FvStickyHeader };\nexport const OkFvStickyHeader = wrap(FvStickyHeader);\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FvSummaryPanel, fvSummaryPanelTag } from '@ni/ok-components/dist/esm/fv/summary-panel';
|
|
1
|
+
import { FvSummaryPanel, FvSummaryPanelSize, fvSummaryPanelTag } from '@ni/ok-components/dist/esm/fv/summary-panel';
|
|
2
2
|
import { type EventName } from '../../utilities/react-wrapper';
|
|
3
3
|
export { fvSummaryPanelTag };
|
|
4
|
-
export { type FvSummaryPanel };
|
|
4
|
+
export { type FvSummaryPanel, FvSummaryPanelSize };
|
|
5
5
|
export declare const OkFvSummaryPanel: import("@lit/react").ReactWebComponent<FvSummaryPanel, {
|
|
6
6
|
onEditItems: EventName<FvSummaryPanelEditItemsEvent>;
|
|
7
7
|
}>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import { FvSummaryPanel, fvSummaryPanelTag } from '@ni/ok-components/dist/esm/fv/summary-panel';
|
|
2
|
+
import { FvSummaryPanel, FvSummaryPanelSize, fvSummaryPanelTag } from '@ni/ok-components/dist/esm/fv/summary-panel';
|
|
3
3
|
import { wrap } from '../../utilities/react-wrapper';
|
|
4
4
|
export { fvSummaryPanelTag };
|
|
5
|
-
export {};
|
|
5
|
+
export { FvSummaryPanelSize };
|
|
6
6
|
export const OkFvSummaryPanel = wrap(FvSummaryPanel, {
|
|
7
7
|
events: {
|
|
8
8
|
onEditItems: 'edit-items',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/fv/summary-panel/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/fv/summary-panel/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AACpH,OAAO,EAAE,IAAI,EAAkB,MAAM,+BAA+B,CAAC;AAErE,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAuB,kBAAkB,EAAE,CAAC;AACnD,MAAM,CAAC,MAAM,gBAAgB,GAAG,IAAI,CAAC,cAAc,EAAE;IACjD,MAAM,EAAE;QACJ,WAAW,EAAE,YAAuD;KACvE;CACJ,CAAC,CAAC","sourcesContent":["'use client';\n\nimport { FvSummaryPanel, FvSummaryPanelSize, fvSummaryPanelTag } from '@ni/ok-components/dist/esm/fv/summary-panel';\nimport { wrap, type EventName } from '../../utilities/react-wrapper';\n\nexport { fvSummaryPanelTag };\nexport { type FvSummaryPanel, FvSummaryPanelSize };\nexport const OkFvSummaryPanel = wrap(FvSummaryPanel, {\n events: {\n onEditItems: 'edit-items' as EventName<FvSummaryPanelEditItemsEvent>,\n }\n});\nexport interface FvSummaryPanelEditItemsEvent extends CustomEvent<void> {\n target: FvSummaryPanel;\n}"]}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FvSummaryPanelTile, fvSummaryPanelTileTag } from '@ni/ok-components/dist/esm/fv/summary-panel-tile';
|
|
2
2
|
import { FvSummaryPanelTileTextPosition } from '@ni/ok-components/dist/esm/fv/summary-panel-tile/types';
|
|
3
|
+
import { FvSummaryPanelSize } from '@ni/ok-components/dist/esm/fv/summary-panel/types';
|
|
3
4
|
export { fvSummaryPanelTileTag };
|
|
4
|
-
export { type FvSummaryPanelTile, FvSummaryPanelTileTextPosition };
|
|
5
|
+
export { type FvSummaryPanelTile, FvSummaryPanelTileTextPosition, FvSummaryPanelSize };
|
|
5
6
|
export declare const OkFvSummaryPanelTile: import("@lit/react").ReactWebComponent<FvSummaryPanelTile, {}>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { FvSummaryPanelTile, fvSummaryPanelTileTag } from '@ni/ok-components/dist/esm/fv/summary-panel-tile';
|
|
3
3
|
import { FvSummaryPanelTileTextPosition } from '@ni/ok-components/dist/esm/fv/summary-panel-tile/types';
|
|
4
|
+
import { FvSummaryPanelSize } from '@ni/ok-components/dist/esm/fv/summary-panel/types';
|
|
4
5
|
import { wrap } from '../../utilities/react-wrapper';
|
|
5
6
|
export { fvSummaryPanelTileTag };
|
|
6
|
-
export { FvSummaryPanelTileTextPosition };
|
|
7
|
+
export { FvSummaryPanelTileTextPosition, FvSummaryPanelSize };
|
|
7
8
|
export const OkFvSummaryPanelTile = wrap(FvSummaryPanelTile);
|
|
8
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/fv/summary-panel-tile/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EACH,kBAAkB,EAClB,qBAAqB,EACxB,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EAAE,8BAA8B,EAAE,MAAM,wDAAwD,CAAC;AACxG,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAErD,OAAO,EAAE,qBAAqB,EAAE,CAAC;AACjC,OAAO,EAA2B,8BAA8B,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/fv/summary-panel-tile/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EACH,kBAAkB,EAClB,qBAAqB,EACxB,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EAAE,8BAA8B,EAAE,MAAM,wDAAwD,CAAC;AACxG,OAAO,EAAE,kBAAkB,EAAE,MAAM,mDAAmD,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AAErD,OAAO,EAAE,qBAAqB,EAAE,CAAC;AACjC,OAAO,EAA2B,8BAA8B,EAAE,kBAAkB,EAAE,CAAC;AACvF,MAAM,CAAC,MAAM,oBAAoB,GAAG,IAAI,CAAC,kBAAkB,CAAC,CAAC","sourcesContent":["'use client';\n\nimport {\n FvSummaryPanelTile,\n fvSummaryPanelTileTag\n} from '@ni/ok-components/dist/esm/fv/summary-panel-tile';\nimport { FvSummaryPanelTileTextPosition } from '@ni/ok-components/dist/esm/fv/summary-panel-tile/types';\nimport { FvSummaryPanelSize } from '@ni/ok-components/dist/esm/fv/summary-panel/types';\nimport { wrap } from '../../utilities/react-wrapper';\n\nexport { fvSummaryPanelTileTag };\nexport { type FvSummaryPanelTile, FvSummaryPanelTileTextPosition, FvSummaryPanelSize };\nexport const OkFvSummaryPanelTile = wrap(FvSummaryPanelTile);"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/ok-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "React components for NI Ok Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ni",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@lit/react": "^1.0.8",
|
|
48
|
-
"@ni/ok-components": "^1.
|
|
48
|
+
"@ni/ok-components": "^1.8.1",
|
|
49
49
|
"react": "^17 || ^18 || ^19"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@ni/ok-components": "^1.
|
|
52
|
+
"@ni/ok-components": "^1.8.1",
|
|
53
53
|
"@ni-private/eslint-config-nimble": "*",
|
|
54
54
|
"typescript": "~5.8.3"
|
|
55
55
|
}
|