shared-ritm 1.3.78 → 1.3.80

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.
@@ -35,7 +35,7 @@ export type Api_Metrics_Instruments_Plan_Item = {
35
35
  };
36
36
  export type Api_Metrics_Instruments_Plan = {
37
37
  ready: Api_Metrics_Instruments_Plan_Item[];
38
- fixed_repair: Api_Metrics_Instruments_Plan_Item[];
38
+ fixate_repair: Api_Metrics_Instruments_Plan_Item[];
39
39
  used: Api_Metrics_Instruments_Plan_Item[];
40
40
  preparation_instrument_project: {
41
41
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared-ritm",
3
- "version": "1.3.78",
3
+ "version": "1.3.80",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -42,7 +42,7 @@ export type Api_Metrics_Instruments_Plan_Item = {
42
42
 
43
43
  export type Api_Metrics_Instruments_Plan = {
44
44
  ready: Api_Metrics_Instruments_Plan_Item[]
45
- fixed_repair: Api_Metrics_Instruments_Plan_Item[]
45
+ fixate_repair: Api_Metrics_Instruments_Plan_Item[]
46
46
  used: Api_Metrics_Instruments_Plan_Item[]
47
47
  preparation_instrument_project: {
48
48
  id: string
@@ -4,6 +4,7 @@
4
4
  :class="[inputClasses, $style['app-input']]"
5
5
  standout
6
6
  outlined
7
+ :clearable="clearable"
7
8
  dense
8
9
  :rules="rules"
9
10
  :type="inputType"
@@ -101,6 +102,7 @@ interface AppInputProps extends AppQInputProps {
101
102
  borderWidth?: string
102
103
  width?: string
103
104
  height?: string
105
+ clearable?: boolean
104
106
  }
105
107
 
106
108
  const props = withDefaults(defineProps<AppInputProps>(), {