@sfxcode/formkit-primevue 2.3.3 → 2.3.4

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.
@@ -1,4 +1,5 @@
1
1
  <script setup lang='ts'>
2
+ import { useI18n } from 'vue-i18n'
2
3
  import { useFormKitIcon, useFormKitOutput } from '../composables'
3
4
 
4
5
  const props = defineProps({
@@ -1,4 +1,6 @@
1
1
  <script setup lang='ts'>
2
+ import { useI18n } from 'vue-i18n'
3
+ import { computed } from 'vue'
2
4
  import { useFormKitIcon, useFormKitOutput } from '../composables'
3
5
 
4
6
  const props = defineProps({
@@ -1,4 +1,6 @@
1
1
  <script setup lang='ts'>
2
+ import { useI18n } from 'vue-i18n'
3
+
2
4
  import { useFormKitIcon, useFormKitOutput } from '../composables'
3
5
 
4
6
  const props = defineProps({
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  import { useFormKitSchema, useInputEditor, useInputEditorSchema } from './composables';
2
- import { primeInputs } from './definitions';
3
- export { useFormKitSchema, useInputEditor, useInputEditorSchema, primeInputs, };
2
+ import { primeInputs, primeOutputs } from './definitions';
3
+ import { FormKitDataDebug, FormKitDataEdit, FormKitDataView } from './components';
4
+ export { useFormKitSchema, useInputEditor, useInputEditorSchema, primeInputs, primeOutputs, FormKitDataDebug, FormKitDataEdit, FormKitDataView, };
package/dist/index.js CHANGED
@@ -3,12 +3,36 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ Object.defineProperty(exports, "FormKitDataDebug", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _components.FormKitDataDebug;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "FormKitDataEdit", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _components.FormKitDataEdit;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "FormKitDataView", {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _components.FormKitDataView;
22
+ }
23
+ });
6
24
  Object.defineProperty(exports, "primeInputs", {
7
25
  enumerable: true,
8
26
  get: function () {
9
27
  return _definitions.primeInputs;
10
28
  }
11
29
  });
30
+ Object.defineProperty(exports, "primeOutputs", {
31
+ enumerable: true,
32
+ get: function () {
33
+ return _definitions.primeOutputs;
34
+ }
35
+ });
12
36
  Object.defineProperty(exports, "useFormKitSchema", {
13
37
  enumerable: true,
14
38
  get: function () {
@@ -28,4 +52,5 @@ Object.defineProperty(exports, "useInputEditorSchema", {
28
52
  }
29
53
  });
30
54
  var _composables = require("./composables");
31
- var _definitions = require("./definitions");
55
+ var _definitions = require("./definitions");
56
+ var _components = require("./components");
package/dist/index.mjs CHANGED
@@ -1,8 +1,13 @@
1
1
  import { useFormKitSchema, useInputEditor, useInputEditorSchema } from "./composables/index.mjs";
2
- import { primeInputs } from "./definitions/index.mjs";
2
+ import { primeInputs, primeOutputs } from "./definitions/index.mjs";
3
+ import { FormKitDataDebug, FormKitDataEdit, FormKitDataView } from "./components/index.mjs";
3
4
  export {
4
5
  useFormKitSchema,
5
6
  useInputEditor,
6
7
  useInputEditorSchema,
7
- primeInputs
8
+ primeInputs,
9
+ primeOutputs,
10
+ FormKitDataDebug,
11
+ FormKitDataEdit,
12
+ FormKitDataView
8
13
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
3
  "type": "module",
4
- "version": "2.3.3",
4
+ "version": "2.3.4",
5
5
  "packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74",
6
6
  "author": {
7
7
  "name": "Tom",