cat-documents-ng 0.1.13 → 0.1.14

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/README.md CHANGED
@@ -250,7 +250,7 @@ Parameters:
250
250
 
251
251
  document: The document clicked by the user.
252
252
 
253
- handleCloseModal(): void
253
+ handleCloseModel(): void
254
254
 
255
255
  Closes the document viewer dialog and resets the selected document.
256
256
 
@@ -135,12 +135,6 @@ export declare class SHARED {
135
135
  * @type {string}
136
136
  */
137
137
  static UPLOAD_ERROR_DETAILS: string;
138
- /**
139
- * Represents the message prefix for a successful document name update.
140
- * @static
141
- * @type {string}
142
- */
143
- static UPDATE_DOCUMENT_NAME: string;
144
138
  }
145
139
  /**
146
140
  * `DUMMYDOCUMENTLIST` is a mock list of document objects used for testing and development purposes.