@makeswift/runtime 0.20.4-canary.1 → 0.20.4-canary.3
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/cjs/builder/serialization/control-serialization.js +14 -2
- package/dist/cjs/builder/serialization/control-serialization.js.map +1 -1
- package/dist/cjs/next/api-handler/handlers/manifest.js +1 -1
- package/dist/cjs/runtimes/react/controls/control.js +4 -67
- package/dist/cjs/runtimes/react/controls/control.js.map +1 -1
- package/dist/cjs/runtimes/react/{controls/checkbox.js → hooks/use-resolved-value.js} +8 -8
- package/dist/cjs/runtimes/react/hooks/use-resolved-value.js.map +1 -0
- package/dist/esm/builder/serialization/control-serialization.js +13 -2
- package/dist/esm/builder/serialization/control-serialization.js.map +1 -1
- package/dist/esm/next/api-handler/handlers/manifest.js +1 -1
- package/dist/esm/runtimes/react/controls/control.js +4 -67
- package/dist/esm/runtimes/react/controls/control.js.map +1 -1
- package/dist/esm/runtimes/react/hooks/use-resolved-value.js +7 -0
- package/dist/esm/runtimes/react/hooks/use-resolved-value.js.map +1 -0
- package/dist/types/builder/serialization/control-serialization.d.ts +6 -2
- package/dist/types/builder/serialization/control-serialization.d.ts.map +1 -1
- package/dist/types/runtimes/react/controls/control.d.ts.map +1 -1
- package/dist/types/runtimes/react/hooks/use-resolved-value.d.ts +3 -0
- package/dist/types/runtimes/react/hooks/use-resolved-value.d.ts.map +1 -0
- package/package.json +3 -3
- package/dist/cjs/runtimes/react/controls/checkbox.js.map +0 -1
- package/dist/cjs/runtimes/react/controls/combobox.js +0 -31
- package/dist/cjs/runtimes/react/controls/combobox.js.map +0 -1
- package/dist/cjs/runtimes/react/controls/icon-radio-group.js +0 -31
- package/dist/cjs/runtimes/react/controls/icon-radio-group.js.map +0 -1
- package/dist/cjs/runtimes/react/controls/number.js +0 -31
- package/dist/cjs/runtimes/react/controls/number.js.map +0 -1
- package/dist/cjs/runtimes/react/controls/select.js +0 -31
- package/dist/cjs/runtimes/react/controls/select.js.map +0 -1
- package/dist/cjs/runtimes/react/controls/text-area.js +0 -31
- package/dist/cjs/runtimes/react/controls/text-area.js.map +0 -1
- package/dist/cjs/runtimes/react/controls/text-input.js +0 -31
- package/dist/cjs/runtimes/react/controls/text-input.js.map +0 -1
- package/dist/esm/runtimes/react/controls/checkbox.js +0 -7
- package/dist/esm/runtimes/react/controls/checkbox.js.map +0 -1
- package/dist/esm/runtimes/react/controls/combobox.js +0 -7
- package/dist/esm/runtimes/react/controls/combobox.js.map +0 -1
- package/dist/esm/runtimes/react/controls/icon-radio-group.js +0 -7
- package/dist/esm/runtimes/react/controls/icon-radio-group.js.map +0 -1
- package/dist/esm/runtimes/react/controls/number.js +0 -7
- package/dist/esm/runtimes/react/controls/number.js.map +0 -1
- package/dist/esm/runtimes/react/controls/select.js +0 -7
- package/dist/esm/runtimes/react/controls/select.js.map +0 -1
- package/dist/esm/runtimes/react/controls/text-area.js +0 -7
- package/dist/esm/runtimes/react/controls/text-area.js.map +0 -1
- package/dist/esm/runtimes/react/controls/text-input.js +0 -7
- package/dist/esm/runtimes/react/controls/text-input.js.map +0 -1
- package/dist/types/runtimes/react/controls/checkbox.d.ts +0 -4
- package/dist/types/runtimes/react/controls/checkbox.d.ts.map +0 -1
- package/dist/types/runtimes/react/controls/combobox.d.ts +0 -4
- package/dist/types/runtimes/react/controls/combobox.d.ts.map +0 -1
- package/dist/types/runtimes/react/controls/icon-radio-group.d.ts +0 -4
- package/dist/types/runtimes/react/controls/icon-radio-group.d.ts.map +0 -1
- package/dist/types/runtimes/react/controls/number.d.ts +0 -4
- package/dist/types/runtimes/react/controls/number.d.ts.map +0 -1
- package/dist/types/runtimes/react/controls/select.d.ts +0 -4
- package/dist/types/runtimes/react/controls/select.d.ts.map +0 -1
- package/dist/types/runtimes/react/controls/text-area.d.ts +0 -4
- package/dist/types/runtimes/react/controls/text-area.d.ts.map +0 -1
- package/dist/types/runtimes/react/controls/text-input.d.ts +0 -4
- package/dist/types/runtimes/react/controls/text-input.d.ts.map +0 -1
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var icon_radio_group_exports = {};
|
|
20
|
-
__export(icon_radio_group_exports, {
|
|
21
|
-
useIconRadioGroupValue: () => useIconRadioGroupValue
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(icon_radio_group_exports);
|
|
24
|
-
function useIconRadioGroupValue(iconRadioGroupControlData, controlDefinition) {
|
|
25
|
-
return iconRadioGroupControlData ?? controlDefinition.config.defaultValue;
|
|
26
|
-
}
|
|
27
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
-
0 && (module.exports = {
|
|
29
|
-
useIconRadioGroupValue
|
|
30
|
-
});
|
|
31
|
-
//# sourceMappingURL=icon-radio-group.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/icon-radio-group.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { IconRadioGroupDefinition } from '../../../controls'\n\nexport function useIconRadioGroupValue(\n iconRadioGroupControlData: DataType<IconRadioGroupDefinition> | undefined,\n controlDefinition: IconRadioGroupDefinition,\n): ResolvedValueType<IconRadioGroupDefinition> {\n return iconRadioGroupControlData ?? controlDefinition.config.defaultValue\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIO,SAAS,uBACd,2BACA,mBAC6C;AAC7C,SAAO,6BAA6B,kBAAkB,OAAO;AAC/D;","names":[]}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var number_exports = {};
|
|
20
|
-
__export(number_exports, {
|
|
21
|
-
useNumber: () => useNumber
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(number_exports);
|
|
24
|
-
function useNumber(data, definition) {
|
|
25
|
-
return definition.fromData(data) ?? definition.config.defaultValue;
|
|
26
|
-
}
|
|
27
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
-
0 && (module.exports = {
|
|
29
|
-
useNumber
|
|
30
|
-
});
|
|
31
|
-
//# sourceMappingURL=number.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/number.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { NumberDefinition } from '../../../controls'\n\nexport function useNumber(\n data: DataType<NumberDefinition> | undefined,\n definition: NumberDefinition,\n): ResolvedValueType<NumberDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIO,SAAS,UACd,MACA,YACqC;AACrC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var select_exports = {};
|
|
20
|
-
__export(select_exports, {
|
|
21
|
-
useSelectControlValue: () => useSelectControlValue
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(select_exports);
|
|
24
|
-
function useSelectControlValue(data, definition) {
|
|
25
|
-
return definition.fromData(data) ?? definition.config.defaultValue;
|
|
26
|
-
}
|
|
27
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
-
0 && (module.exports = {
|
|
29
|
-
useSelectControlValue
|
|
30
|
-
});
|
|
31
|
-
//# sourceMappingURL=select.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/select.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { SelectDefinition } from '../../../controls'\n\nexport function useSelectControlValue(\n data: DataType<SelectDefinition> | undefined,\n definition: SelectDefinition,\n): ResolvedValueType<SelectDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIO,SAAS,sBACd,MACA,YACqC;AACrC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var text_area_exports = {};
|
|
20
|
-
__export(text_area_exports, {
|
|
21
|
-
useTextAreaValue: () => useTextAreaValue
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(text_area_exports);
|
|
24
|
-
function useTextAreaValue(data, definition) {
|
|
25
|
-
return definition.fromData(data) ?? definition.config.defaultValue;
|
|
26
|
-
}
|
|
27
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
-
0 && (module.exports = {
|
|
29
|
-
useTextAreaValue
|
|
30
|
-
});
|
|
31
|
-
//# sourceMappingURL=text-area.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/text-area.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { TextAreaDefinition } from '../../../controls'\n\nexport function useTextAreaValue(\n data: DataType<TextAreaDefinition> | undefined,\n definition: TextAreaDefinition,\n): ResolvedValueType<TextAreaDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIO,SAAS,iBACd,MACA,YACuC;AACvC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var text_input_exports = {};
|
|
20
|
-
__export(text_input_exports, {
|
|
21
|
-
useTextInputValue: () => useTextInputValue
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(text_input_exports);
|
|
24
|
-
function useTextInputValue(data, definition) {
|
|
25
|
-
return definition.fromData(data) ?? definition.config.defaultValue;
|
|
26
|
-
}
|
|
27
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
28
|
-
0 && (module.exports = {
|
|
29
|
-
useTextInputValue
|
|
30
|
-
});
|
|
31
|
-
//# sourceMappingURL=text-input.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/text-input.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { TextInputDefinition } from '../../../controls'\n\nexport function useTextInputValue(\n data: DataType<TextInputDefinition> | undefined,\n definition: TextInputDefinition,\n): ResolvedValueType<TextInputDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIO,SAAS,kBACd,MACA,YACwC;AACxC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/checkbox.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { CheckboxDefinition } from '../../../controls'\n\nexport function useCheckboxControlValue(\n data: DataType<CheckboxDefinition> | undefined,\n definition: CheckboxDefinition,\n): ResolvedValueType<CheckboxDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":"AAIO,SAAS,wBACd,MACA,YACuC;AACvC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/combobox.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { ComboboxDefinition } from '../../../controls'\n\nexport function useComboboxControlValue(\n data: DataType<ComboboxDefinition> | undefined,\n): ResolvedValueType<ComboboxDefinition> {\n return data?.value\n}\n"],"mappings":"AAIO,SAAS,wBACd,MACuC;AACvC,SAAO,MAAM;AACf;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/icon-radio-group.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { IconRadioGroupDefinition } from '../../../controls'\n\nexport function useIconRadioGroupValue(\n iconRadioGroupControlData: DataType<IconRadioGroupDefinition> | undefined,\n controlDefinition: IconRadioGroupDefinition,\n): ResolvedValueType<IconRadioGroupDefinition> {\n return iconRadioGroupControlData ?? controlDefinition.config.defaultValue\n}\n"],"mappings":"AAIO,SAAS,uBACd,2BACA,mBAC6C;AAC7C,SAAO,6BAA6B,kBAAkB,OAAO;AAC/D;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/number.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { NumberDefinition } from '../../../controls'\n\nexport function useNumber(\n data: DataType<NumberDefinition> | undefined,\n definition: NumberDefinition,\n): ResolvedValueType<NumberDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":"AAIO,SAAS,UACd,MACA,YACqC;AACrC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/select.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { SelectDefinition } from '../../../controls'\n\nexport function useSelectControlValue(\n data: DataType<SelectDefinition> | undefined,\n definition: SelectDefinition,\n): ResolvedValueType<SelectDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":"AAIO,SAAS,sBACd,MACA,YACqC;AACrC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/text-area.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { TextAreaDefinition } from '../../../controls'\n\nexport function useTextAreaValue(\n data: DataType<TextAreaDefinition> | undefined,\n definition: TextAreaDefinition,\n): ResolvedValueType<TextAreaDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":"AAIO,SAAS,iBACd,MACA,YACuC;AACvC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/runtimes/react/controls/text-input.ts"],"sourcesContent":["import { type DataType, type ResolvedValueType } from '@makeswift/controls'\n\nimport { TextInputDefinition } from '../../../controls'\n\nexport function useTextInputValue(\n data: DataType<TextInputDefinition> | undefined,\n definition: TextInputDefinition,\n): ResolvedValueType<TextInputDefinition> {\n return definition.fromData(data) ?? definition.config.defaultValue\n}\n"],"mappings":"AAIO,SAAS,kBACd,MACA,YACwC;AACxC,SAAO,WAAW,SAAS,IAAI,KAAK,WAAW,OAAO;AACxD;","names":[]}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type DataType, type ResolvedValueType } from '@makeswift/controls';
|
|
2
|
-
import { CheckboxDefinition } from '../../../controls';
|
|
3
|
-
export declare function useCheckboxControlValue(data: DataType<CheckboxDefinition> | undefined, definition: CheckboxDefinition): ResolvedValueType<CheckboxDefinition>;
|
|
4
|
-
//# sourceMappingURL=checkbox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls/checkbox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAEtD,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GAAG,SAAS,EAC9C,UAAU,EAAE,kBAAkB,GAC7B,iBAAiB,CAAC,kBAAkB,CAAC,CAEvC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type DataType, type ResolvedValueType } from '@makeswift/controls';
|
|
2
|
-
import { ComboboxDefinition } from '../../../controls';
|
|
3
|
-
export declare function useComboboxControlValue(data: DataType<ComboboxDefinition> | undefined): ResolvedValueType<ComboboxDefinition>;
|
|
4
|
-
//# sourceMappingURL=combobox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls/combobox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAEtD,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GAAG,SAAS,GAC7C,iBAAiB,CAAC,kBAAkB,CAAC,CAEvC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type DataType, type ResolvedValueType } from '@makeswift/controls';
|
|
2
|
-
import { IconRadioGroupDefinition } from '../../../controls';
|
|
3
|
-
export declare function useIconRadioGroupValue(iconRadioGroupControlData: DataType<IconRadioGroupDefinition> | undefined, controlDefinition: IconRadioGroupDefinition): ResolvedValueType<IconRadioGroupDefinition>;
|
|
4
|
-
//# sourceMappingURL=icon-radio-group.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon-radio-group.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls/icon-radio-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAE3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,wBAAgB,sBAAsB,CACpC,yBAAyB,EAAE,QAAQ,CAAC,wBAAwB,CAAC,GAAG,SAAS,EACzE,iBAAiB,EAAE,wBAAwB,GAC1C,iBAAiB,CAAC,wBAAwB,CAAC,CAE7C"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type DataType, type ResolvedValueType } from '@makeswift/controls';
|
|
2
|
-
import { NumberDefinition } from '../../../controls';
|
|
3
|
-
export declare function useNumber(data: DataType<NumberDefinition> | undefined, definition: NumberDefinition): ResolvedValueType<NumberDefinition>;
|
|
4
|
-
//# sourceMappingURL=number.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"number.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls/number.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AAEpD,wBAAgB,SAAS,CACvB,IAAI,EAAE,QAAQ,CAAC,gBAAgB,CAAC,GAAG,SAAS,EAC5C,UAAU,EAAE,gBAAgB,GAC3B,iBAAiB,CAAC,gBAAgB,CAAC,CAErC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type DataType, type ResolvedValueType } from '@makeswift/controls';
|
|
2
|
-
import { SelectDefinition } from '../../../controls';
|
|
3
|
-
export declare function useSelectControlValue(data: DataType<SelectDefinition> | undefined, definition: SelectDefinition): ResolvedValueType<SelectDefinition>;
|
|
4
|
-
//# sourceMappingURL=select.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls/select.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAE3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAA;AAEpD,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,QAAQ,CAAC,gBAAgB,CAAC,GAAG,SAAS,EAC5C,UAAU,EAAE,gBAAgB,GAC3B,iBAAiB,CAAC,gBAAgB,CAAC,CAErC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type DataType, type ResolvedValueType } from '@makeswift/controls';
|
|
2
|
-
import { TextAreaDefinition } from '../../../controls';
|
|
3
|
-
export declare function useTextAreaValue(data: DataType<TextAreaDefinition> | undefined, definition: TextAreaDefinition): ResolvedValueType<TextAreaDefinition>;
|
|
4
|
-
//# sourceMappingURL=text-area.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-area.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls/text-area.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAA;AAEtD,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GAAG,SAAS,EAC9C,UAAU,EAAE,kBAAkB,GAC7B,iBAAiB,CAAC,kBAAkB,CAAC,CAEvC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { type DataType, type ResolvedValueType } from '@makeswift/controls';
|
|
2
|
-
import { TextInputDefinition } from '../../../controls';
|
|
3
|
-
export declare function useTextInputValue(data: DataType<TextInputDefinition> | undefined, definition: TextInputDefinition): ResolvedValueType<TextInputDefinition>;
|
|
4
|
-
//# sourceMappingURL=text-input.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-input.d.ts","sourceRoot":"","sources":["../../../../../src/runtimes/react/controls/text-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAE3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAEvD,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,QAAQ,CAAC,mBAAmB,CAAC,GAAG,SAAS,EAC/C,UAAU,EAAE,mBAAmB,GAC9B,iBAAiB,CAAC,mBAAmB,CAAC,CAExC"}
|