fluid-primitives 0.10.0 → 0.11.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/Resources/Public/JavaScript/dist/checkbox.d.ts +2 -2
- package/Resources/Public/JavaScript/dist/clipboard.d.ts +2 -2
- package/Resources/Public/JavaScript/dist/collapsible.d.ts +2 -2
- package/Resources/Public/JavaScript/dist/dialog.d.ts +2 -2
- package/Resources/Public/JavaScript/dist/popover.d.ts +2 -2
- package/Resources/Public/JavaScript/dist/radio-group.d.ts +2 -2
- package/Resources/Public/JavaScript/dist/select.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FieldAwareComponent$1 as FieldAwareComponent, FieldMachine, Machine$1 as Machine } from "./index-iJSgk-K3.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types0 from "@zag-js/types";
|
|
3
3
|
import * as checkbox from "@zag-js/checkbox";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/Checkbox/Checkbox.d.ts
|
|
@@ -7,7 +7,7 @@ declare class Checkbox extends FieldAwareComponent<checkbox.Props, checkbox.Api>
|
|
|
7
7
|
static name: string;
|
|
8
8
|
propsWithField(props: checkbox.Props, fieldMachine: FieldMachine): checkbox.Props;
|
|
9
9
|
initMachine(props: checkbox.Props): Machine<any>;
|
|
10
|
-
initApi(): checkbox.Api<
|
|
10
|
+
initApi(): checkbox.Api<_zag_js_types0.PropTypes<{
|
|
11
11
|
[x: string]: any;
|
|
12
12
|
}>>;
|
|
13
13
|
render(): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component$1 as Component, Machine$1 as Machine } from "./index-iJSgk-K3.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types2 from "@zag-js/types";
|
|
3
3
|
import * as clipboard from "@zag-js/clipboard";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/Clipboard/Clipboard.d.ts
|
|
6
6
|
declare class Clipboard extends Component<clipboard.Props, clipboard.Api> {
|
|
7
7
|
static name: string;
|
|
8
8
|
initMachine(props: clipboard.Props): Machine<any>;
|
|
9
|
-
initApi(): clipboard.Api<
|
|
9
|
+
initApi(): clipboard.Api<_zag_js_types2.PropTypes<{
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>>;
|
|
12
12
|
render(): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component$1 as Component, Machine$1 as Machine } from "./index-iJSgk-K3.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types3 from "@zag-js/types";
|
|
3
3
|
import * as collapsible from "@zag-js/collapsible";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/Collapsible/Collapsible.d.ts
|
|
6
6
|
declare class Collapsible extends Component<collapsible.Props, collapsible.Api> {
|
|
7
7
|
static name: string;
|
|
8
8
|
initMachine(props: collapsible.Props): Machine<any>;
|
|
9
|
-
initApi(): collapsible.Api<
|
|
9
|
+
initApi(): collapsible.Api<_zag_js_types3.PropTypes<{
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>>;
|
|
12
12
|
render(): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component$1 as Component, Machine$1 as Machine } from "./index-iJSgk-K3.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types1 from "@zag-js/types";
|
|
3
3
|
import * as dialog from "@zag-js/dialog";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/Dialog/Dialog.d.ts
|
|
6
6
|
declare class Dialog extends Component<dialog.Props, dialog.Api> {
|
|
7
7
|
static name: string;
|
|
8
8
|
initMachine(props: dialog.Props): Machine<any>;
|
|
9
|
-
initApi(): dialog.Api<
|
|
9
|
+
initApi(): dialog.Api<_zag_js_types1.PropTypes<{
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>>;
|
|
12
12
|
render(): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component$1 as Component, Machine$1 as Machine } from "./index-iJSgk-K3.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types4 from "@zag-js/types";
|
|
3
3
|
import * as popover from "@zag-js/popover";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/Popover/Popover.d.ts
|
|
6
6
|
declare class Popover extends Component<popover.Props, popover.Api> {
|
|
7
7
|
static name: string;
|
|
8
8
|
initMachine(props: popover.Props): Machine<any>;
|
|
9
|
-
initApi(): popover.Api<
|
|
9
|
+
initApi(): popover.Api<_zag_js_types4.PropTypes<{
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>>;
|
|
12
12
|
render(): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Component$1 as Component, Machine$1 as Machine } from "./index-iJSgk-K3.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as _zag_js_types5 from "@zag-js/types";
|
|
3
3
|
import * as radioGroup from "@zag-js/radio-group";
|
|
4
4
|
|
|
5
5
|
//#region Resources/Private/Primitives/RadioGroup/RadioGroup.d.ts
|
|
6
6
|
declare class RadioGroup extends Component<radioGroup.Props, radioGroup.Api> {
|
|
7
7
|
static name: string;
|
|
8
8
|
initMachine(props: radioGroup.Props): Machine<any>;
|
|
9
|
-
initApi(): radioGroup.Api<
|
|
9
|
+
initApi(): radioGroup.Api<_zag_js_types5.PropTypes<{
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>>;
|
|
12
12
|
render(): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FieldAwareComponent$1 as FieldAwareComponent, FieldMachine, Machine$1 as Machine } from "./index-iJSgk-K3.js";
|
|
2
2
|
import * as _zag_js_collection0 from "@zag-js/collection";
|
|
3
|
-
import * as
|
|
3
|
+
import * as _zag_js_types6 from "@zag-js/types";
|
|
4
4
|
import * as select from "@zag-js/select";
|
|
5
5
|
|
|
6
6
|
//#region Resources/Private/Primitives/Select/Select.d.ts
|
|
@@ -53,7 +53,7 @@ declare class Select extends FieldAwareComponent<select.Props, select.Api> {
|
|
|
53
53
|
onInteractOutside?: ((event: select.InteractOutsideEvent) => void) | undefined;
|
|
54
54
|
};
|
|
55
55
|
initMachine(props: select.Props): Machine<any>;
|
|
56
|
-
initApi(): select.Api<
|
|
56
|
+
initApi(): select.Api<_zag_js_types6.PropTypes<{
|
|
57
57
|
[x: string]: any;
|
|
58
58
|
}>, any>;
|
|
59
59
|
render: () => void;
|