tsv2-library 1.0.61-alpha.46 → 1.0.61-alpha.47

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.
@@ -174,7 +174,7 @@ export interface DialogSelectAssetProps {
174
174
  *
175
175
  * The list of group _id of asset names to be excluded in fetch list
176
176
  */
177
- excludeGroupId?: string[];
177
+ excludeInitialGroup?: string[];
178
178
  /**
179
179
  * The header of the dialog.
180
180
  *
@@ -55611,7 +55611,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
55611
55611
  filterLists: {},
55612
55612
  excludedKey: {},
55613
55613
  excludeId: {},
55614
- excludeGroupId: {},
55614
+ excludeInitialGroup: {},
55615
55615
  header: {},
55616
55616
  description: {},
55617
55617
  size: {},
@@ -55998,7 +55998,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
55998
55998
  params.tagType = typeof props.tagType === "string" ? JSON.stringify([props.tagType]) : void 0;
55999
55999
  params.excludeKey = props.excludedKey ? JSON.stringify(props.excludedKey) : void 0;
56000
56000
  params.excludeId = props.excludeId ? JSON.stringify(props.excludeId) : void 0;
56001
- params.excludeGroupId = props.excludeGroupId ? JSON.stringify(props.excludeGroupId) : void 0;
56001
+ params.excludeInitialGroup = props.excludeInitialGroup ? JSON.stringify(props.excludeInitialGroup) : void 0;
56002
56002
  const { data: data30 } = props.unpaired ? await AssetNameAPIs.getUnpairedAssetName(params) : await AssetNameAPIs.getAssetNameList(params);
56003
56003
  if (props.unpaired) {
56004
56004
  filterOption.value.nameOptions = (_c = (_b = data30.data) == null ? void 0 : _b.data) == null ? void 0 : _c.map(