@kcndigitals/lib 1.0.2 → 1.0.3
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/index.cjs +79 -79
- package/dist/index.d.ts +4 -1
- package/dist/index.js +3475 -3466
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -176,7 +176,8 @@ declare interface LoginProps {
|
|
|
176
176
|
export declare enum LoginTag {
|
|
177
177
|
Inventory = "Inventory",
|
|
178
178
|
Stock = "Stock",
|
|
179
|
-
Housing_Society = "Housing_Society"
|
|
179
|
+
Housing_Society = "Housing_Society",
|
|
180
|
+
Prod_Housing_Society = "PROD_Housing_Society"
|
|
180
181
|
}
|
|
181
182
|
|
|
182
183
|
export declare const MAIN_MENU_ROUTE = "/mainmenu";
|
|
@@ -225,6 +226,8 @@ export declare const postRequestOptions: () => {
|
|
|
225
226
|
|
|
226
227
|
export declare const printToExcel: (Heading: any[], dataToPopulate: any[], sheetName: string, fileName: string) => void;
|
|
227
228
|
|
|
229
|
+
export declare const PROD_HS_TAG = "PROD_Housing_Society";
|
|
230
|
+
|
|
228
231
|
export declare const ProtectedRoute: ({ children }: ProtectedRouteProps) => JSX_2.Element;
|
|
229
232
|
|
|
230
233
|
declare interface ProtectedRouteProps {
|