alytus-ff 1.0.3 → 1.0.5

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/App.vue.d.ts CHANGED
@@ -79,6 +79,7 @@ declare const _default: import('vue').DefineComponent<{}, {
79
79
  controlType: import('./types/DataTable.ts').ControlType;
80
80
  multiple?: boolean | undefined;
81
81
  default: string | string[] | null;
82
+ shared_default?: string | undefined;
82
83
  required: boolean;
83
84
  data_source?: ("classifiers" | "workspaces" | "enum") | undefined;
84
85
  classifier_type?: string | undefined;
@@ -86,12 +87,17 @@ declare const _default: import('vue').DefineComponent<{}, {
86
87
  id: number;
87
88
  name: string;
88
89
  }[] | undefined;
90
+ choices?: {
91
+ value: string;
92
+ name: string;
93
+ }[] | undefined;
89
94
  }, Filter | {
90
95
  name: string;
91
96
  title: string;
92
97
  controlType: import('./types/DataTable.ts').ControlType;
93
98
  multiple?: boolean | undefined;
94
99
  default: string | string[] | null;
100
+ shared_default?: string | undefined;
95
101
  required: boolean;
96
102
  data_source?: ("classifiers" | "workspaces" | "enum") | undefined;
97
103
  classifier_type?: string | undefined;
@@ -99,6 +105,10 @@ declare const _default: import('vue').DefineComponent<{}, {
99
105
  id: number;
100
106
  name: string;
101
107
  }[] | undefined;
108
+ choices?: {
109
+ value: string;
110
+ name: string;
111
+ }[] | undefined;
102
112
  }>;
103
113
  filterVal: import('vue').Ref<number, number>;
104
114
  upload: UploadMethodFx;