udp-react-enterprise-component-library 25.18.3-beta.10 → 25.18.3-beta.12
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/{UdpTransactionTypesPage-BD8K_tZp.js → UdpTransactionTypesPage-BXYKBOaN.js} +22 -43
- package/dist/{UdpTransactionTypesPage-BD8K_tZp.js.map → UdpTransactionTypesPage-BXYKBOaN.js.map} +1 -1
- package/dist/{UdpTransactionsPage-B-0Z5NDA.js → UdpTransactionsPage-DO54u3YC.js} +12 -11
- package/dist/UdpTransactionsPage-DO54u3YC.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/types/src/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +1 -1
- package/dist/types/src/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts.map +1 -1
- package/dist/types/src/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.d.ts.map +1 -1
- package/dist/types/src/udp/pages/UdpTransactionsPage/UdpTransactionGrid.d.ts.map +1 -1
- package/dist/types/src/udp/utilities/useDateStringColumnDef.d.ts +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/udp/pages/UdpPages/index.js +2 -2
- package/dist/udp/pages/UdpTransactionTypesPage/index.js +1 -1
- package/dist/udp/pages/UdpTransactionsPage/index.js +1 -1
- package/export-map.json +1 -1
- package/package.json +2 -2
- package/dist/UdpTransactionsPage-B-0Z5NDA.js.map +0 -1
|
@@ -2435,8 +2435,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2435
2435
|
vertical: "top",
|
|
2436
2436
|
horizontal: "center"
|
|
2437
2437
|
},
|
|
2438
|
-
action: successAction
|
|
2439
|
-
autoHideDuration: null
|
|
2438
|
+
action: successAction
|
|
2440
2439
|
});
|
|
2441
2440
|
handleSideSheet(false);
|
|
2442
2441
|
setSelectedDomainName("");
|
|
@@ -2482,8 +2481,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2482
2481
|
vertical: "top",
|
|
2483
2482
|
horizontal: "center"
|
|
2484
2483
|
},
|
|
2485
|
-
action: successAction
|
|
2486
|
-
autoHideDuration: null
|
|
2484
|
+
action: successAction
|
|
2487
2485
|
});
|
|
2488
2486
|
handleSideSheet(false);
|
|
2489
2487
|
setSelectedDomainName("");
|
|
@@ -2514,8 +2512,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2514
2512
|
vertical: "top",
|
|
2515
2513
|
horizontal: "center"
|
|
2516
2514
|
},
|
|
2517
|
-
action: successAction
|
|
2518
|
-
autoHideDuration: null
|
|
2515
|
+
action: successAction
|
|
2519
2516
|
});
|
|
2520
2517
|
setIsDeleteTransactionTypeDialogOpen(false);
|
|
2521
2518
|
gridApiRef.current?.refreshServerSide();
|
|
@@ -2584,8 +2581,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2584
2581
|
vertical: "top",
|
|
2585
2582
|
horizontal: "center"
|
|
2586
2583
|
},
|
|
2587
|
-
action: successAction
|
|
2588
|
-
autoHideDuration: null
|
|
2584
|
+
action: successAction
|
|
2589
2585
|
});
|
|
2590
2586
|
handleCreateOrEditTransactionTypeStatusSideSheet(false);
|
|
2591
2587
|
ttsGridApiRef.current?.refreshServerSide();
|
|
@@ -2649,8 +2645,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2649
2645
|
vertical: "top",
|
|
2650
2646
|
horizontal: "center"
|
|
2651
2647
|
},
|
|
2652
|
-
action: successAction
|
|
2653
|
-
autoHideDuration: null
|
|
2648
|
+
action: successAction
|
|
2654
2649
|
});
|
|
2655
2650
|
handleCreateOrEditTransactionTypeStatusSideSheet(false);
|
|
2656
2651
|
ttsGridApiRef.current?.refreshServerSide();
|
|
@@ -2682,8 +2677,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2682
2677
|
vertical: "top",
|
|
2683
2678
|
horizontal: "center"
|
|
2684
2679
|
},
|
|
2685
|
-
action: successAction
|
|
2686
|
-
autoHideDuration: null
|
|
2680
|
+
action: successAction
|
|
2687
2681
|
});
|
|
2688
2682
|
setIsDeleteTransactionTypeStatusDialogOpen(false);
|
|
2689
2683
|
ttsGridApiRef.current?.refreshServerSide();
|
|
@@ -2733,8 +2727,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2733
2727
|
vertical: "top",
|
|
2734
2728
|
horizontal: "center"
|
|
2735
2729
|
},
|
|
2736
|
-
action: successAction
|
|
2737
|
-
autoHideDuration: null
|
|
2730
|
+
action: successAction
|
|
2738
2731
|
});
|
|
2739
2732
|
handleCreateOrEditTransactionTypeTransactionActionSidesheet(false);
|
|
2740
2733
|
tttaGridApiRef.current?.refreshServerSide();
|
|
@@ -2787,8 +2780,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2787
2780
|
vertical: "top",
|
|
2788
2781
|
horizontal: "center"
|
|
2789
2782
|
},
|
|
2790
|
-
action: successAction
|
|
2791
|
-
autoHideDuration: null
|
|
2783
|
+
action: successAction
|
|
2792
2784
|
});
|
|
2793
2785
|
handleCreateOrEditTransactionTypeTransactionActionSidesheet(false);
|
|
2794
2786
|
tttaGridApiRef.current?.refreshServerSide();
|
|
@@ -2818,8 +2810,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2818
2810
|
vertical: "top",
|
|
2819
2811
|
horizontal: "center"
|
|
2820
2812
|
},
|
|
2821
|
-
action: successAction
|
|
2822
|
-
autoHideDuration: null
|
|
2813
|
+
action: successAction
|
|
2823
2814
|
});
|
|
2824
2815
|
setIsDeleteTransactionTypeTransactionActionDialogOpen(false);
|
|
2825
2816
|
tttaGridApiRef.current?.refreshServerSide();
|
|
@@ -2858,8 +2849,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2858
2849
|
vertical: "top",
|
|
2859
2850
|
horizontal: "center"
|
|
2860
2851
|
},
|
|
2861
|
-
action: successAction
|
|
2862
|
-
autoHideDuration: null
|
|
2852
|
+
action: successAction
|
|
2863
2853
|
});
|
|
2864
2854
|
handleCreateOrEditTransactionUiActionSidesheet(false);
|
|
2865
2855
|
tuaGridApiRef.current?.refreshServerSide();
|
|
@@ -2901,8 +2891,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2901
2891
|
vertical: "top",
|
|
2902
2892
|
horizontal: "center"
|
|
2903
2893
|
},
|
|
2904
|
-
action: successAction
|
|
2905
|
-
autoHideDuration: null
|
|
2894
|
+
action: successAction
|
|
2906
2895
|
});
|
|
2907
2896
|
handleCreateOrEditTransactionUiActionSidesheet(false);
|
|
2908
2897
|
tuaGridApiRef.current?.refreshServerSide();
|
|
@@ -2934,8 +2923,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2934
2923
|
vertical: "top",
|
|
2935
2924
|
horizontal: "center"
|
|
2936
2925
|
},
|
|
2937
|
-
action: successAction
|
|
2938
|
-
autoHideDuration: null
|
|
2926
|
+
action: successAction
|
|
2939
2927
|
});
|
|
2940
2928
|
setIsDeleteTransactionUiActionDialogOpen(false);
|
|
2941
2929
|
tuaGridApiRef.current?.refreshServerSide();
|
|
@@ -2995,8 +2983,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
2995
2983
|
vertical: "top",
|
|
2996
2984
|
horizontal: "center"
|
|
2997
2985
|
},
|
|
2998
|
-
action: successAction
|
|
2999
|
-
autoHideDuration: null
|
|
2986
|
+
action: successAction
|
|
3000
2987
|
});
|
|
3001
2988
|
handleCreateOrEditTransactionTypeConfigurationSidesheet(false);
|
|
3002
2989
|
ttcGridApiRef.current?.refreshServerSide();
|
|
@@ -3058,8 +3045,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3058
3045
|
vertical: "top",
|
|
3059
3046
|
horizontal: "center"
|
|
3060
3047
|
},
|
|
3061
|
-
action: successAction
|
|
3062
|
-
autoHideDuration: null
|
|
3048
|
+
action: successAction
|
|
3063
3049
|
});
|
|
3064
3050
|
handleCreateOrEditTransactionTypeConfigurationSidesheet(false);
|
|
3065
3051
|
ttcGridApiRef.current?.refreshServerSide();
|
|
@@ -3089,8 +3075,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3089
3075
|
vertical: "top",
|
|
3090
3076
|
horizontal: "center"
|
|
3091
3077
|
},
|
|
3092
|
-
action: successAction
|
|
3093
|
-
autoHideDuration: null
|
|
3078
|
+
action: successAction
|
|
3094
3079
|
});
|
|
3095
3080
|
setIsDeleteTransactionTypeConfigurationDialogOpen(false);
|
|
3096
3081
|
ttcGridApiRef.current?.refreshServerSide();
|
|
@@ -3127,8 +3112,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3127
3112
|
vertical: "top",
|
|
3128
3113
|
horizontal: "center"
|
|
3129
3114
|
},
|
|
3130
|
-
action: successAction
|
|
3131
|
-
autoHideDuration: null
|
|
3115
|
+
action: successAction
|
|
3132
3116
|
});
|
|
3133
3117
|
handleCreateOrEditTransactionTypeConfigurationTransactionActionSidesheet(false);
|
|
3134
3118
|
ttctaGridApiRef.current?.refreshServerSide();
|
|
@@ -3165,8 +3149,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3165
3149
|
vertical: "top",
|
|
3166
3150
|
horizontal: "center"
|
|
3167
3151
|
},
|
|
3168
|
-
action: successAction
|
|
3169
|
-
autoHideDuration: null
|
|
3152
|
+
action: successAction
|
|
3170
3153
|
});
|
|
3171
3154
|
handleCreateOrEditTransactionTypeConfigurationTransactionActionSidesheet(false);
|
|
3172
3155
|
ttctaGridApiRef.current?.refreshServerSide();
|
|
@@ -3199,8 +3182,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3199
3182
|
vertical: "top",
|
|
3200
3183
|
horizontal: "center"
|
|
3201
3184
|
},
|
|
3202
|
-
action: successAction
|
|
3203
|
-
autoHideDuration: null
|
|
3185
|
+
action: successAction
|
|
3204
3186
|
});
|
|
3205
3187
|
setIsDeleteTransactionTypeConfigurationTransactionActionDialogOpen(false);
|
|
3206
3188
|
ttctaGridApiRef.current?.refreshServerSide();
|
|
@@ -3236,8 +3218,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3236
3218
|
vertical: "top",
|
|
3237
3219
|
horizontal: "center"
|
|
3238
3220
|
},
|
|
3239
|
-
action: successAction
|
|
3240
|
-
autoHideDuration: null
|
|
3221
|
+
action: successAction
|
|
3241
3222
|
});
|
|
3242
3223
|
handleCreateOrEditTransactionAttachmentTypeSidesheet(false);
|
|
3243
3224
|
tatGridApiRef.current?.refreshServerSide();
|
|
@@ -3273,8 +3254,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3273
3254
|
vertical: "top",
|
|
3274
3255
|
horizontal: "center"
|
|
3275
3256
|
},
|
|
3276
|
-
action: successAction
|
|
3277
|
-
autoHideDuration: null
|
|
3257
|
+
action: successAction
|
|
3278
3258
|
});
|
|
3279
3259
|
handleCreateOrEditTransactionAttachmentTypeSidesheet(false);
|
|
3280
3260
|
tatGridApiRef.current?.refreshServerSide();
|
|
@@ -3302,8 +3282,7 @@ const UdpTransactionTypesPage = () => {
|
|
|
3302
3282
|
vertical: "top",
|
|
3303
3283
|
horizontal: "center"
|
|
3304
3284
|
},
|
|
3305
|
-
action: successAction
|
|
3306
|
-
autoHideDuration: null
|
|
3285
|
+
action: successAction
|
|
3307
3286
|
});
|
|
3308
3287
|
setIsDeleteTransactionAttachmentTypeDialogOpen(false);
|
|
3309
3288
|
tatGridApiRef.current?.refreshServerSide();
|
|
@@ -3734,4 +3713,4 @@ var UdpTransactionTypesPage_exports = /* @__PURE__ */ __exportAll({ default: ()
|
|
|
3734
3713
|
|
|
3735
3714
|
//#endregion
|
|
3736
3715
|
export { UdpTransactionTypesPage_default as n, UdpTransactionTypesPage_exports as t };
|
|
3737
|
-
//# sourceMappingURL=UdpTransactionTypesPage-
|
|
3716
|
+
//# sourceMappingURL=UdpTransactionTypesPage-BXYKBOaN.js.map
|