@ngrdt/utils 0.0.95 → 0.0.97
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/fesm2022/ngrdt-utils.mjs +13 -0
- package/fesm2022/ngrdt-utils.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -749,6 +749,7 @@ declare class RdtStringUtils {
|
|
|
749
749
|
static insertAt(src: string, index: number, value: string): string;
|
|
750
750
|
static getDataTestId(label: string, prefix?: Nullable<string>, suffix?: Nullable<string>): string;
|
|
751
751
|
static stripQueryParams(url: string): string;
|
|
752
|
+
static parseQueryParams(url: string): Params;
|
|
752
753
|
}
|
|
753
754
|
|
|
754
755
|
export { ALPHABET_KB_KEYS, ARROW, EXTENSION_BY_MIME_TYPE, KB_ALPHABET_CODES, KB_CODE, KB_KEY, MIME_TYPE_BY_EXTENSION, Month, PRIMENG_DATE_FORMAT_META, RDT_DEFAULT_MIME_TYPE, RDT_DEFAULT_MS_OFFICE_ACTION, RdtArrayUtils, RdtCombinedMimeType, RdtCssUtils, RdtDateParser, RdtDateUtils, RdtDomUtils, RdtEncoding, RdtFileSizeUnit, RdtFileUtils, RdtHTMLUtils, RdtInsertMode, RdtLeadingZeroInputMode, RdtMimeType, RdtModelUtils, RdtMsOfficeAction, RdtMsOfficeApp, RdtObjectUtils, RdtPasteMode, RdtRandomUtils, RdtRxUtils, RdtStringUtils, RdtYearInputMode, signalToPromise, signalToPromiseOnce };
|