@stonecrop/aform 0.2.66 → 0.3.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/aform.d.ts CHANGED
@@ -45,7 +45,7 @@ export declare type BasicSchema = {
45
45
  * Table cell context definition.
46
46
  * @public
47
47
  */
48
- declare type CellContext = {
48
+ export declare type CellContext = {
49
49
  row: TableRow;
50
50
  column: TableColumn;
51
51
  table: {
@@ -88,7 +88,7 @@ export { Login }
88
88
 
89
89
  /**
90
90
  * Superset of schema types
91
- * @public
91
+ * @beta
92
92
  */
93
93
  export declare type SchemaTypes = FormSchema | TableSchema | FieldsetSchema;
94
94
 
@@ -96,7 +96,7 @@ export declare type SchemaTypes = FormSchema | TableSchema | FieldsetSchema;
96
96
  * Table column definition.
97
97
  * @public
98
98
  */
99
- declare type TableColumn = {
99
+ export declare type TableColumn = {
100
100
  name: string;
101
101
  align?: CanvasTextAlign;
102
102
  edit?: boolean;
@@ -116,7 +116,7 @@ declare type TableColumn = {
116
116
  * Table configuration definition.
117
117
  * @public
118
118
  */
119
- declare type TableConfig = {
119
+ export declare type TableConfig = {
120
120
  /**
121
121
  * The type of view to display the table in. Possible values:
122
122
  * - `uncounted` - row numbers are not displayed in the table
@@ -132,7 +132,7 @@ declare type TableConfig = {
132
132
  * Table row definition.
133
133
  * @public
134
134
  */
135
- declare type TableRow = {
135
+ export declare type TableRow = {
136
136
  [key: string]: any;
137
137
  indent?: number;
138
138
  parent?: number;
package/dist/aform.js CHANGED
@@ -45,7 +45,7 @@ import './assets/index.css';const Le = { class: "aform_form-element" }, Ve = ["f
45
45
  for (const [o, l] of t)
46
46
  n[o] = l;
47
47
  return n;
48
- }, Fe = /* @__PURE__ */ E(xe, [["__scopeId", "data-v-f0ba8b6d"]]), Be = /* @__PURE__ */ A({
48
+ }, Fe = /* @__PURE__ */ E(xe, [["__scopeId", "data-v-87d41dfc"]]), Be = /* @__PURE__ */ A({
49
49
  __name: "AComboBox",
50
50
  props: ["event", "cellData", "tableID"],
51
51
  setup(e) {
@@ -103,7 +103,7 @@ import './assets/index.css';const Le = { class: "aform_form-element" }, Ve = ["f
103
103
  ])
104
104
  ]));
105
105
  }
106
- }), We = /* @__PURE__ */ E(Ue, [["__scopeId", "data-v-ec9dd0e4"]]), Ye = { class: "input-wrapper" }, Ge = {
106
+ }), We = /* @__PURE__ */ E(Ue, [["__scopeId", "data-v-79ffa25e"]]), Ye = { class: "input-wrapper" }, Ge = {
107
107
  id: "autocomplete-results",
108
108
  class: "autocomplete-results"
109
109
  }, Ke = {
@@ -691,7 +691,7 @@ const mt = {
691
691
  }, l(c)), null, 16, ["schema", "modelValue", "onUpdate:modelValue", "data", "readonly"]))), 128))
692
692
  ]));
693
693
  }
694
- }), ge = /* @__PURE__ */ E(wt, [["__scopeId", "data-v-d9ce3008"]]), Dt = /* @__PURE__ */ A({
694
+ }), ge = /* @__PURE__ */ E(wt, [["__scopeId", "data-v-68845234"]]), Dt = /* @__PURE__ */ A({
695
695
  __name: "AFieldset",
696
696
  props: {
697
697
  schema: {},
@@ -725,7 +725,7 @@ const mt = {
725
725
  ], !0)
726
726
  ]));
727
727
  }
728
- }), At = /* @__PURE__ */ E(Dt, [["__scopeId", "data-v-df65d1bf"]]);
728
+ }), At = /* @__PURE__ */ E(Dt, [["__scopeId", "data-v-dc9bd613"]]);
729
729
  function Mt(e) {
730
730
  return de() ? (fe(e), !0) : !1;
731
731
  }