@ledvance/base 1.2.87 → 1.2.89

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.
@@ -100,6 +100,9 @@ const nativePropsSlice = createSlice({
100
100
  },
101
101
  setGroupNativeProps: (state, action: PayloadAction<NativeProps>) => {
102
102
  state.uaGroupInfo.tyGroupId = action.payload.uaGroupInfo.tyGroupId
103
+ if (!!action.payload.uaGroupInfo.name) {
104
+ state.uaGroupInfo.name = action.payload.uaGroupInfo.name
105
+ }
103
106
  if (!!action.payload.familyName) {
104
107
  state.familyName = action.payload.familyName
105
108
  }
@@ -17,6 +17,8 @@ export interface ApplyForItem {
17
17
  dp: string;
18
18
  type: Category;
19
19
  enable: boolean;
20
+ name?: string
21
+ index?: number
20
22
  }
21
23
 
22
24
  export interface judgmentSupport {