@realsee/dnalogel 2.28.3 → 2.28.4
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/PanoTagPlugin/typings/tag/TagConfig.d.ts +3 -0
- package/dist/PipelinePlugin/typing/index.d.ts +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.js +2 -2
- package/dist/index.umd.js +2 -2
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +3 -0
- package/libs/PipelinePlugin/typing/index.d.ts +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +2 -2
|
@@ -169,6 +169,9 @@ export interface TagConfig<C extends TagContentType = TagContentType> {
|
|
|
169
169
|
* @default true
|
|
170
170
|
*/
|
|
171
171
|
clickable?: boolean;
|
|
172
|
+
/**
|
|
173
|
+
* @deprecated private property
|
|
174
|
+
*/
|
|
172
175
|
isMerged?: boolean;
|
|
173
176
|
}
|
|
174
177
|
export declare const defaultGlobalConfig: TagConfig;
|