@arcanejs/toolkit 0.1.1 → 0.2.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/dist/backend/components/group.d.mts +1 -2
- package/dist/backend/components/group.d.ts +1 -2
- package/dist/backend/components/group.js +1 -2
- package/dist/backend/components/group.mjs +1 -1
- package/dist/{chunk-S5DQIYC2.mjs → chunk-L243ZOAR.mjs} +1 -2
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GroupComponentStyle,
|
|
1
|
+
import { G as GroupComponentStyle, B as BaseParent, I as IDMap, b as GroupHeaderComponent, L as Listenable, c as GroupComponent, d as ClientComponentMessage } from '../../base-BJAPu0O1.mjs';
|
|
2
2
|
import { Button } from './button.mjs';
|
|
3
3
|
import '@arcanejs/diff';
|
|
4
4
|
|
|
@@ -13,7 +13,6 @@ type Events = {
|
|
|
13
13
|
type InternalProps = GroupComponentStyle & GroupOptions & {
|
|
14
14
|
title: string | null;
|
|
15
15
|
labels: Label[] | null;
|
|
16
|
-
headerComponents: Component[] | null;
|
|
17
16
|
};
|
|
18
17
|
type Props = Partial<InternalProps>;
|
|
19
18
|
declare class GroupHeader extends BaseParent<Record<never, never>> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GroupComponentStyle,
|
|
1
|
+
import { G as GroupComponentStyle, B as BaseParent, I as IDMap, b as GroupHeaderComponent, L as Listenable, c as GroupComponent, d as ClientComponentMessage } from '../../base-BJAPu0O1.js';
|
|
2
2
|
import { Button } from './button.js';
|
|
3
3
|
import '@arcanejs/diff';
|
|
4
4
|
|
|
@@ -13,7 +13,6 @@ type Events = {
|
|
|
13
13
|
type InternalProps = GroupComponentStyle & GroupOptions & {
|
|
14
14
|
title: string | null;
|
|
15
15
|
labels: Label[] | null;
|
|
16
|
-
headerComponents: Component[] | null;
|
|
17
16
|
};
|
|
18
17
|
type Props = Partial<InternalProps>;
|
|
19
18
|
declare class GroupHeader extends BaseParent<Record<never, never>> {
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED