@dropins/storefront-purchase-order 1.2.0 → 1.2.1-beta.0
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/CHANGELOG.md +6 -0
- package/api/addPurchaseOrderComment/addPurchaseOrderComment.d.ts +16 -2
- package/api/addPurchaseOrderComment/graphql/addPurchaseOrderComment.graphql.d.ts +0 -1
- package/api/addPurchaseOrderComment/index.d.ts +0 -1
- package/api/addPurchaseOrderItemsToCart/addPurchaseOrderItemsToCart.d.ts +16 -2
- package/api/addPurchaseOrderItemsToCart/graphql/addPurchaseOrderItemsToCart.graphql.d.ts +0 -1
- package/api/addPurchaseOrderItemsToCart/index.d.ts +0 -1
- package/api/approvePurchaseOrders/approvePurchaseOrders.d.ts +0 -2
- package/api/approvePurchaseOrders/graphql/approvePurchaseOrders.graphql.d.ts +1 -2
- package/api/approvePurchaseOrders/index.d.ts +0 -1
- package/api/cancelPurchaseOrders/cancelPurchaseOrders.d.ts +0 -2
- package/api/cancelPurchaseOrders/graphql/cancelPurchaseOrders.graphql.d.ts +1 -2
- package/api/cancelPurchaseOrders/index.d.ts +0 -1
- package/api/createPurchaseOrderApprovalRule/createPurchaseOrderApprovalRule.d.ts +0 -2
- package/api/createPurchaseOrderApprovalRule/graphql/createPurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/createPurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/currencyInfo/currencyInfo.d.ts +0 -1
- package/api/currencyInfo/graphql/currencyInfo.graphql.d.ts +0 -1
- package/api/currencyInfo/index.d.ts +0 -1
- package/api/deletePurchaseOrderApprovalRule/deletePurchaseOrderApprovalRule.d.ts +0 -1
- package/api/deletePurchaseOrderApprovalRule/graphql/deletePurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/deletePurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/fetch-graphql/fetch-graphql.d.ts +3 -4
- package/api/fetch-graphql/index.d.ts +0 -1
- package/api/fragments.d.ts +0 -1
- package/api/getPurchaseOrder/getPurchaseOrder.d.ts +16 -2
- package/api/getPurchaseOrder/graphql/getPurchaseOrder.graphql.d.ts +1 -2
- package/api/getPurchaseOrder/index.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRule/getPurchaseOrderApprovalRule.d.ts +16 -2
- package/api/getPurchaseOrderApprovalRule/graphql/getPurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRuleMetadata/getPurchaseOrderApprovalRuleMetadata.d.ts +16 -2
- package/api/getPurchaseOrderApprovalRuleMetadata/graphql/getPurchaseOrderApprovalRuleMetadata.graphql.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRuleMetadata/index.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRules/getPurchaseOrderApprovalRules.d.ts +16 -2
- package/api/getPurchaseOrderApprovalRules/graphql/getPurchaseOrderApprovalRules.graphql.d.ts +0 -1
- package/api/getPurchaseOrderApprovalRules/index.d.ts +0 -1
- package/api/getPurchaseOrders/getPurchaseOrders.d.ts +16 -2
- package/api/getPurchaseOrders/graphql/getPurchaseOrders.graphql.d.ts +1 -2
- package/api/getPurchaseOrders/index.d.ts +0 -1
- package/api/graphql/PurchaseOrderQuoteFragment.d.ts +0 -1
- package/api/graphql/PurchaseOrdersFragment.graphql.d.ts +1 -2
- package/api/index.d.ts +0 -1
- package/api/initialize/index.d.ts +0 -1
- package/api/initialize/initialize.d.ts +19 -5
- package/api/permissions.d.ts +0 -1
- package/api/placeOrderForPurchaseOrder/graphql/placeOrderForPurchaseOrder.graphql.d.ts +0 -1
- package/api/placeOrderForPurchaseOrder/index.d.ts +0 -1
- package/api/placeOrderForPurchaseOrder/placeOrderForPurchaseOrder.d.ts +16 -2
- package/api/placePurchaseOrder/graphql/placePurchaseOrder.graphql.d.ts +1 -2
- package/api/placePurchaseOrder/index.d.ts +0 -1
- package/api/placePurchaseOrder/placePurchaseOrder.d.ts +16 -2
- package/api/rejectPurchaseOrders/graphql/rejectPurchaseOrders.graphql.d.ts +1 -2
- package/api/rejectPurchaseOrders/index.d.ts +0 -1
- package/api/rejectPurchaseOrders/rejectPurchaseOrders.d.ts +0 -2
- package/api/updatePurchaseOrderApprovalRule/graphql/updatePurchaseOrderApprovalRule.graphql.d.ts +0 -1
- package/api/updatePurchaseOrderApprovalRule/index.d.ts +0 -1
- package/api/updatePurchaseOrderApprovalRule/updatePurchaseOrderApprovalRule.d.ts +0 -2
- package/api/validatePurchaseOrders/graphql/validatePurchaseOrders.graphql.d.ts +1 -2
- package/api/validatePurchaseOrders/index.d.ts +0 -1
- package/api/validatePurchaseOrders/validatePurchaseOrders.d.ts +0 -2
- package/api.d.ts +1 -1
- package/api.js +12 -12
- package/api.js.map +1 -1
- package/chunks/components.js +1 -1
- package/chunks/components.js.map +1 -1
- package/components/ApprovalRuleDetailsContent/ApprovalRuleDetailsContent.d.ts +16 -2
- package/components/ApprovalRuleDetailsContent/index.d.ts +0 -1
- package/components/ApprovalRuleForm/ApprovalRuleForm.d.ts +16 -2
- package/components/ApprovalRuleForm/blocks/ErrorMessage.d.ts +16 -2
- package/components/ApprovalRuleForm/blocks/Form.d.ts +18 -4
- package/components/ApprovalRuleForm/blocks/index.d.ts +0 -1
- package/components/ApprovalRuleForm/index.d.ts +0 -1
- package/components/FormLoader/FormLoader.d.ts +16 -2
- package/components/FormLoader/index.d.ts +0 -1
- package/components/PurchaseOrderApprovalFlowContent/PurchaseOrderApprovalFlowContent.d.ts +16 -2
- package/components/PurchaseOrderApprovalFlowContent/index.d.ts +0 -1
- package/components/PurchaseOrderCommentFormContent/PurchaseOrderCommentFormContent.d.ts +16 -2
- package/components/PurchaseOrderCommentFormContent/index.d.ts +0 -1
- package/components/PurchaseOrderCommentsListContent/PurchaseOrderCommentsListContent.d.ts +16 -2
- package/components/PurchaseOrderCommentsListContent/index.d.ts +0 -1
- package/components/PurchaseOrderConfirmationContent/PurchaseOrderConfirmationContent.d.ts +16 -2
- package/components/PurchaseOrderConfirmationContent/index.d.ts +0 -1
- package/components/PurchaseOrderHistoryLogContent/PurchaseOrderHistoryLogContent.d.ts +16 -2
- package/components/PurchaseOrderHistoryLogContent/index.d.ts +0 -1
- package/components/PurchaseOrderStatusContent/PurchaseOrderStatusContent.d.ts +16 -2
- package/components/PurchaseOrderStatusContent/index.d.ts +0 -1
- package/components/PurchaseOrdersHeader/PurchaseOrdersHeader.d.ts +16 -2
- package/components/PurchaseOrdersHeader/index.d.ts +0 -1
- package/components/PurchaseOrdersTable/PurchaseOrdersTable.d.ts +16 -2
- package/components/PurchaseOrdersTable/index.d.ts +0 -1
- package/components/PurchaseOrdersTableActions/PurchaseOrdersTableActions.d.ts +16 -2
- package/components/PurchaseOrdersTableActions/index.d.ts +0 -1
- package/components/index.d.ts +0 -1
- package/configs/approvalRuleForm.config.d.ts +19 -5
- package/configs/companyPurchaseOrders.config.d.ts +16 -2
- package/configs/customerPurchaseOrders.config.d.ts +16 -2
- package/configs/index.d.ts +0 -1
- package/configs/pageSize.config.d.ts +0 -1
- package/configs/purchaseOrderApprovalRules.config.d.ts +16 -2
- package/containers/ApprovalRuleDetails/ApprovalRuleDetails.d.ts +17 -3
- package/containers/ApprovalRuleDetails/index.d.ts +0 -1
- package/containers/ApprovalRuleDetails.d.ts +1 -3
- package/containers/ApprovalRuleDetails.js +1 -1
- package/containers/ApprovalRuleForm/ApprovalRuleForm.d.ts +17 -3
- package/containers/ApprovalRuleForm/index.d.ts +0 -1
- package/containers/ApprovalRuleForm.d.ts +1 -3
- package/containers/ApprovalRuleForm.js +1 -1
- package/containers/ApprovalRulesList/ApprovalRulesList.d.ts +17 -3
- package/containers/ApprovalRulesList/index.d.ts +0 -1
- package/containers/ApprovalRulesList.d.ts +1 -3
- package/containers/ApprovalRulesList.js +1 -1
- package/containers/CompanyPurchaseOrders/CompanyPurchaseOrders.d.ts +17 -3
- package/containers/CompanyPurchaseOrders/index.d.ts +0 -1
- package/containers/CompanyPurchaseOrders.d.ts +1 -3
- package/containers/CompanyPurchaseOrders.js +1 -1
- package/containers/CustomerPurchaseOrders/CustomerPurchaseOrders.d.ts +17 -3
- package/containers/CustomerPurchaseOrders/index.d.ts +0 -1
- package/containers/CustomerPurchaseOrders.d.ts +1 -3
- package/containers/CustomerPurchaseOrders.js +1 -1
- package/containers/PurchaseOrderApprovalFlow/PurchaseOrderApprovalFlow.d.ts +17 -3
- package/containers/PurchaseOrderApprovalFlow/index.d.ts +0 -1
- package/containers/PurchaseOrderApprovalFlow.d.ts +1 -3
- package/containers/PurchaseOrderApprovalFlow.js +1 -1
- package/containers/PurchaseOrderCommentForm/PurchaseOrderCommentForm.d.ts +17 -3
- package/containers/PurchaseOrderCommentForm/index.d.ts +0 -1
- package/containers/PurchaseOrderCommentForm.d.ts +1 -3
- package/containers/PurchaseOrderCommentForm.js +1 -1
- package/containers/PurchaseOrderCommentsList/PurchaseOrderCommentsList.d.ts +17 -3
- package/containers/PurchaseOrderCommentsList/index.d.ts +0 -1
- package/containers/PurchaseOrderCommentsList.d.ts +1 -3
- package/containers/PurchaseOrderCommentsList.js +1 -1
- package/containers/PurchaseOrderConfirmation/PurchaseOrderConfirmation.d.ts +17 -3
- package/containers/PurchaseOrderConfirmation/index.d.ts +0 -1
- package/containers/PurchaseOrderConfirmation.d.ts +1 -3
- package/containers/PurchaseOrderConfirmation.js +1 -1
- package/containers/PurchaseOrderHistoryLog/PurchaseOrderHistoryLog.d.ts +17 -3
- package/containers/PurchaseOrderHistoryLog/index.d.ts +0 -1
- package/containers/PurchaseOrderHistoryLog.d.ts +1 -3
- package/containers/PurchaseOrderHistoryLog.js +1 -1
- package/containers/PurchaseOrderStatus/PurchaseOrderStatus.d.ts +17 -3
- package/containers/PurchaseOrderStatus/index.d.ts +0 -1
- package/containers/PurchaseOrderStatus.d.ts +1 -3
- package/containers/PurchaseOrderStatus.js +1 -1
- package/containers/RequireApprovalPurchaseOrders/RequireApprovalPurchaseOrders.d.ts +17 -3
- package/containers/RequireApprovalPurchaseOrders/index.d.ts +0 -1
- package/containers/RequireApprovalPurchaseOrders.d.ts +1 -3
- package/containers/RequireApprovalPurchaseOrders.js +1 -1
- package/containers/index.d.ts +0 -1
- package/data/models/cart-model.d.ts +0 -1
- package/data/models/customer-order-model.d.ts +0 -1
- package/data/models/customer-role-permissions-model.d.ts +0 -1
- package/data/models/index.d.ts +0 -1
- package/data/models/purchase-order-approval-rule-metadata-model.d.ts +0 -1
- package/data/models/purchase-order-approval-rule-model.d.ts +0 -1
- package/data/models/purchase-order-comment-model.d.ts +0 -1
- package/data/models/purchase-order-model.d.ts +0 -1
- package/data/transforms/index.d.ts +0 -1
- package/data/transforms/transform-cart.d.ts +16 -2
- package/data/transforms/transform-customer-order.d.ts +16 -2
- package/data/transforms/transform-customer-role-permissions.d.ts +16 -2
- package/data/transforms/transform-purchase-order-approval-rule-metadata.d.ts +16 -2
- package/data/transforms/transform-purchase-order-approval-rule.d.ts +16 -2
- package/data/transforms/transform-purchase-order-comment.d.ts +16 -2
- package/data/transforms/transform-purchase-order.d.ts +16 -2
- package/hooks/index.d.ts +0 -1
- package/hooks/useApprovalRuleDetails.d.ts +16 -2
- package/hooks/useApprovalRuleForm.d.ts +16 -2
- package/hooks/useApprovalRulesList.d.ts +16 -2
- package/hooks/useCustomerRolePermissions.d.ts +16 -2
- package/hooks/usePurchaseOrderData.d.ts +16 -2
- package/hooks/usePurchaseOrderStatus.d.ts +16 -2
- package/hooks/usePurchaseOrders.d.ts +16 -2
- package/lib/case-converter.d.ts +0 -1
- package/lib/cleanAndDeep.d.ts +0 -1
- package/lib/fetch-error.d.ts +0 -1
- package/lib/formValidation.d.ts +16 -2
- package/lib/formatDate.d.ts +0 -1
- package/lib/getRange.d.ts +0 -1
- package/lib/getStatusVariant.d.ts +0 -1
- package/lib/index.d.ts +1 -1
- package/lib/isValidUrl.d.ts +0 -1
- package/lib/navigation.d.ts +1 -0
- package/lib/network-error.d.ts +0 -1
- package/lib/transformToFormValues.d.ts +16 -2
- package/lib/updateFormFieldValue.d.ts +16 -2
- package/mocks/index.d.ts +2 -3
- package/mocks/storybook/approval-rules.d.ts +18 -0
- package/mocks/storybook/events-data.d.ts +6 -2
- package/mocks/storybook/index.d.ts +0 -1
- package/mocks/storybook/purchase-orders.d.ts +179 -0
- package/package.json +1 -1
- package/render/Provider.d.ts +16 -2
- package/render/index.d.ts +0 -1
- package/render/render.d.ts +17 -3
- package/render.d.ts +1 -1
- package/types/api/api.enums.types.d.ts +0 -1
- package/types/api/index.d.ts +0 -1
- package/types/components/approvalFlowContent.types.d.ts +0 -2
- package/types/components/approvalRuleDetailsContentProps.types.d.ts +16 -2
- package/types/components/approvalRuleForm.types.d.ts +16 -2
- package/types/components/historyLogContent.types.d.ts +0 -2
- package/types/components/index.d.ts +0 -1
- package/types/components/pagination.types.d.ts +0 -1
- package/types/components/purchaseOrderCommentFormContent.types.d.ts +0 -2
- package/types/components/purchaseOrderCommentsListContent.types.d.ts +0 -2
- package/types/components/purchaseOrderConfirmationContent.types.d.ts +16 -2
- package/types/components/purchaseOrderHistoryLogContent.types.d.ts +16 -2
- package/types/components/purchaseOrderStatusContent.types.d.ts +17 -3
- package/types/components/purchaseOrdersTable.types.d.ts +16 -2
- package/types/components/purchaseOrdersTableActions.d.ts +0 -1
- package/types/containers/approvalRuleDetailsProps.types.d.ts +0 -1
- package/types/containers/approvalRuleForm.types.d.ts +16 -2
- package/types/containers/approvalRulesList.types.d.ts +16 -2
- package/types/containers/companyPurchaseOrders.types.d.ts +16 -2
- package/types/containers/customerPurchaseOrders.types.d.ts +16 -2
- package/types/containers/historyLog.types.d.ts +0 -1
- package/types/containers/index.d.ts +0 -1
- package/types/containers/purchaseOrderApprovalFlow.types.d.ts +0 -1
- package/types/containers/purchaseOrderCommentForm.types.d.ts +0 -1
- package/types/containers/purchaseOrderCommentsList.types.d.ts +0 -1
- package/types/containers/purchaseOrderConfirmationProps.types.d.ts +16 -2
- package/types/containers/purchaseOrderHistoryLog.types.d.ts +0 -1
- package/types/containers/purchaseOrderStatus.types.d.ts +17 -3
- package/types/containers/requireApprovalPurchaseOrders.types.d.ts +16 -2
- package/types/hooks/index.d.ts +0 -1
- package/types/hooks/useApprovalRuleDetails.types.d.ts +0 -1
- package/types/hooks/useApprovalRuleForm.types.d.ts +16 -2
- package/types/hooks/useApprovalRulesList.types.d.ts +16 -2
- package/types/hooks/usePurchaseOrderStatus.types.d.ts +17 -3
- package/types/hooks/usePurchaseOrders.types.d.ts +16 -2
- package/i18n/en_US.json.d.ts +0 -310
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/*******************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { ApprovalRuleDetailsContentProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const ApprovalRuleDetailsContent: FunctionComponent<ApprovalRuleDetailsContentProps>;
|
|
5
|
-
//# sourceMappingURL=ApprovalRuleDetailsContent.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/*******************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { ApprovalRuleFormProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const ApprovalRuleForm: FunctionComponent<ApprovalRuleFormProps>;
|
|
5
|
-
//# sourceMappingURL=ApprovalRuleForm.d.ts.map
|
|
@@ -1,9 +1,23 @@
|
|
|
1
|
+
/*******************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
|
-
|
|
3
18
|
declare const ErrorMessage: FunctionComponent<{
|
|
4
19
|
touched?: boolean;
|
|
5
20
|
error?: string;
|
|
6
21
|
className?: string;
|
|
7
22
|
}>;
|
|
8
23
|
export default ErrorMessage;
|
|
9
|
-
//# sourceMappingURL=ErrorMessage.d.ts.map
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { CustomerRolePermissionsModel } from '../../../data/models';
|
|
2
|
-
|
|
3
18
|
declare const Form: ({ availableRequiresApprovalFrom, conditionOperators, availableAppliesTo, appliesToOptions, ruleTypeOptions, currencies, formValues, errors, touched, isLoading, permissions, handleSubmit, handleFieldTouch, handleSetFormValues, routeApprovalRulesList, t, }: {
|
|
4
19
|
availableRequiresApprovalFrom: {
|
|
5
20
|
id: string;
|
|
@@ -29,12 +44,11 @@ declare const Form: ({ availableRequiresApprovalFrom, conditionOperators, availa
|
|
|
29
44
|
errors: Record<string, string>;
|
|
30
45
|
touched: Record<string, boolean>;
|
|
31
46
|
isLoading: boolean;
|
|
32
|
-
permissions?: CustomerRolePermissionsModel
|
|
47
|
+
permissions?: CustomerRolePermissionsModel;
|
|
33
48
|
handleSubmit: () => void;
|
|
34
49
|
handleFieldTouch: (field: string) => void;
|
|
35
50
|
handleSetFormValues: (field: string, value: any) => void;
|
|
36
|
-
routeApprovalRulesList?: (
|
|
51
|
+
routeApprovalRulesList?: () => string;
|
|
37
52
|
t: Record<string, string>;
|
|
38
53
|
}) => import("preact").JSX.Element;
|
|
39
54
|
export default Form;
|
|
40
|
-
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -1,8 +1,22 @@
|
|
|
1
|
+
/*******************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
|
-
|
|
3
18
|
export interface FormLoaderProps {
|
|
4
19
|
className?: string;
|
|
5
20
|
testId?: string;
|
|
6
21
|
}
|
|
7
22
|
export declare const FormLoader: FunctionComponent<FormLoaderProps>;
|
|
8
|
-
//# sourceMappingURL=FormLoader.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrderApprovalFlowContentProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrderApprovalFlowContent: FunctionComponent<PurchaseOrderApprovalFlowContentProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrderApprovalFlowContent.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrderCommentFormContentProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrderCommentFormContent: FunctionComponent<PurchaseOrderCommentFormContentProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrderCommentFormContent.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrderCommentsListContentProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrderCommentsListContent: FunctionComponent<PurchaseOrderCommentsListContentProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrderCommentsListContent.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrderConfirmationContentProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrderConfirmationContent: FunctionComponent<PurchaseOrderConfirmationContentProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrderConfirmationContent.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrderHistoryLogContentProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrderHistoryLogContent: FunctionComponent<PurchaseOrderHistoryLogContentProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrderHistoryLogContent.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrderStatusContentProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrderStatusContent: FunctionComponent<PurchaseOrderStatusContentProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrderStatusContent.d.ts.map
|
|
@@ -1,7 +1,21 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
|
-
|
|
3
18
|
export declare const PurchaseOrdersHeader: FunctionComponent<{
|
|
4
19
|
headerText: string;
|
|
5
20
|
divider?: boolean;
|
|
6
21
|
}>;
|
|
7
|
-
//# sourceMappingURL=PurchaseOrdersHeader.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrdersTableProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrdersTable: FunctionComponent<PurchaseOrdersTableProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrdersTable.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FunctionComponent } from 'preact';
|
|
2
18
|
import { PurchaseOrdersTableActionsProps } from '../../types/components';
|
|
3
|
-
|
|
4
19
|
export declare const PurchaseOrdersTableActions: FunctionComponent<PurchaseOrdersTableActionsProps>;
|
|
5
|
-
//# sourceMappingURL=PurchaseOrdersTableActions.d.ts.map
|
package/components/index.d.ts
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { FormValuesParams, FormState } from '../types/hooks';
|
|
2
|
-
|
|
3
18
|
export declare const RULE_TYPE_OPTIONS_KEYS: {
|
|
4
19
|
readonly GRAND_TOTAL: "ruleTypeGrandTotal";
|
|
5
20
|
readonly SHIPPING_INCL_TAX: "ruleTypeShippingInclTax";
|
|
@@ -52,7 +67,7 @@ export declare const VALIDATION_ERROR_KEYS: {
|
|
|
52
67
|
* @param t - Translation function
|
|
53
68
|
*/
|
|
54
69
|
export declare const createRuleTypeOptions: (t: Record<string, string>) => {
|
|
55
|
-
text: string;
|
|
70
|
+
text: string | undefined;
|
|
56
71
|
value: string;
|
|
57
72
|
}[];
|
|
58
73
|
/**
|
|
@@ -60,7 +75,7 @@ export declare const createRuleTypeOptions: (t: Record<string, string>) => {
|
|
|
60
75
|
* @param t - Translation function
|
|
61
76
|
*/
|
|
62
77
|
export declare const createConditionOperators: (t: Record<string, string>) => {
|
|
63
|
-
text: string;
|
|
78
|
+
text: string | undefined;
|
|
64
79
|
value: string;
|
|
65
80
|
}[];
|
|
66
81
|
/**
|
|
@@ -68,7 +83,6 @@ export declare const createConditionOperators: (t: Record<string, string>) => {
|
|
|
68
83
|
* @param t - Translation function
|
|
69
84
|
*/
|
|
70
85
|
export declare const createAppliesToOptions: (t: Record<string, string>) => {
|
|
71
|
-
text: string;
|
|
86
|
+
text: string | undefined;
|
|
72
87
|
value: string;
|
|
73
88
|
}[];
|
|
74
|
-
//# sourceMappingURL=approvalRuleForm.config.d.ts.map
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { Column } from '../types/components';
|
|
2
|
-
|
|
3
18
|
export declare const defaultCompanyColumns: Column[];
|
|
4
|
-
//# sourceMappingURL=companyPurchaseOrders.config.d.ts.map
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { Column } from '../types/components';
|
|
2
|
-
|
|
3
18
|
export declare const defaultColumns: Column[];
|
|
4
|
-
//# sourceMappingURL=customerPurchaseOrders.config.d.ts.map
|
package/configs/index.d.ts
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { Column } from '../types/components';
|
|
2
|
-
|
|
3
18
|
export declare const defaultApprovalRulesColumns: Column[];
|
|
4
|
-
//# sourceMappingURL=purchaseOrderApprovalRules.config.d.ts.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
+
/*******************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
1
17
|
import { ApprovalRuleDetailsProps } from '../../types/containers';
|
|
2
|
-
import { Container } from '@dropins/tools/
|
|
3
|
-
|
|
18
|
+
import { Container } from '@dropins/tools/lib';
|
|
4
19
|
export declare const ApprovalRuleDetails: Container<ApprovalRuleDetailsProps>;
|
|
5
|
-
//# sourceMappingURL=ApprovalRuleDetails.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*! Copyright 2026 Adobe
|
|
2
2
|
All Rights Reserved. */
|
|
3
|
-
import{jsxs as t,jsx as e,Fragment as
|
|
3
|
+
import{jsxs as t,jsx as e,Fragment as m}from"@dropins/tools/preact-jsx-runtime.js";import{Card as c,Button as v}from"@dropins/tools/components.js";import{classes as h}from"@dropins/tools/lib.js";import"@dropins/tools/event-bus.js";import{n as f,P as x,o as D,F as R}from"../chunks/components.js";import"@dropins/tools/preact-hooks.js";import"@dropins/tools/preact.js";import{useText as T,Text as C}from"@dropins/tools/i18n.js";import"../api.js";import"@dropins/tools/fetch-graphql.js";import"@dropins/tools/preact-compat.js";const A=({withHeader:l=!0,withWrapper:o=!0,className:s,approvalRuleID:a,routeApprovalRulesList:i})=>{const d=T({headerText:"PurchaseOrders.approvalRuleDetails.containerTitle"}),{handleRedirectToList:p,loading:n,formValues:u}=f({routeApprovalRulesList:i,approvalRuleID:a});if(!a)return null;const r=n?e(R,{className:"approval-rule-details--loader","data-testid":"approval-rule-details-container--loader"}):t(m,{children:[e(D,{formValues:u}),e(v,{className:"approval-rule-details__button",onClick:p,children:e(C,{id:"PurchaseOrders.approvalRuleDetails.buttons.back"})})]});return t("div",{className:h(["approval-rule-details",s]),"data-testid":"approval-rule-details-container",children:[l?e(x,{headerText:d.headerText}):null,o?e(c,{variant:"secondary","data-testid":"approvalRuleDetailsCard",children:r}):r]})};A.displayName="ApprovalRuleDetails";export{A as ApprovalRuleDetails,A as default};
|
|
4
4
|
//# sourceMappingURL=ApprovalRuleDetails.js.map
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
/********************************************************************
|
|
2
|
+
* ADOBE CONFIDENTIAL
|
|
3
|
+
* __________________
|
|
4
|
+
*
|
|
5
|
+
* Copyright 2025 Adobe
|
|
6
|
+
* All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* NOTICE: All information contained herein is, and remains
|
|
9
|
+
* the property of Adobe and its suppliers, if any. The intellectual
|
|
10
|
+
* and technical concepts contained herein are proprietary to Adobe
|
|
11
|
+
* and its suppliers and are protected by all applicable intellectual
|
|
12
|
+
* property laws, including trade secret and copyright laws.
|
|
13
|
+
* Dissemination of this information or reproduction of this material
|
|
14
|
+
* is strictly forbidden unless prior written permission is obtained
|
|
15
|
+
* from Adobe.
|
|
16
|
+
*******************************************************************/
|
|
17
|
+
import { Container } from '@dropins/tools/lib';
|
|
2
18
|
import { ApprovalRuleFormProps } from '../../types/containers';
|
|
3
|
-
|
|
4
19
|
export declare const ApprovalRuleForm: Container<ApprovalRuleFormProps>;
|
|
5
|
-
//# sourceMappingURL=ApprovalRuleForm.d.ts.map
|