@vendure/admin-ui 1.6.5 → 1.7.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/bundles/vendure-admin-ui-catalog.umd.js +196 -20
- package/bundles/vendure-admin-ui-catalog.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-core.umd.js +263 -301
- package/bundles/vendure-admin-ui-core.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-customer.umd.js +39 -18
- package/bundles/vendure-admin-ui-customer.umd.js.map +1 -1
- package/bundles/vendure-admin-ui-order.umd.js +141 -119
- package/bundles/vendure-admin-ui-order.umd.js.map +1 -1
- package/catalog/components/generate-product-variants/generate-product-variants.component.d.ts +3 -3
- package/catalog/components/option-value-input/option-value-input.component.d.ts +20 -8
- package/catalog/components/product-variants-editor/product-variants-editor.component.d.ts +10 -3
- package/catalog/vendure-admin-ui-catalog.metadata.json +1 -1
- package/core/common/generated-types.d.ts +89 -19
- package/core/common/utilities/configurable-operation-utils.d.ts +4 -2
- package/core/common/version.d.ts +1 -1
- package/core/data/definitions/order-definitions.d.ts +2 -0
- package/core/data/definitions/product-definitions.d.ts +1 -0
- package/core/data/providers/order-data.service.d.ts +1 -0
- package/core/data/providers/product-data.service.d.ts +1 -0
- package/core/shared/components/data-table/data-table.component.d.ts +5 -2
- package/core/vendure-admin-ui-core.metadata.json +1 -1
- package/customer/components/customer-group-list/customer-group-list.component.d.ts +6 -4
- package/customer/vendure-admin-ui-customer.metadata.json +1 -1
- package/esm2015/catalog/components/generate-product-variants/generate-product-variants.component.js +12 -5
- package/esm2015/catalog/components/option-value-input/option-value-input.component.js +62 -12
- package/esm2015/catalog/components/product-variants-editor/product-variants-editor.component.js +109 -11
- package/esm2015/core/common/generated-types.js +2 -1
- package/esm2015/core/common/introspection-result.js +191 -255
- package/esm2015/core/common/utilities/configurable-operation-utils.js +11 -8
- package/esm2015/core/common/version.js +2 -2
- package/esm2015/core/components/app-shell/app-shell.component.js +1 -1
- package/esm2015/core/components/main-nav/main-nav.component.js +1 -1
- package/esm2015/core/data/definitions/order-definitions.js +445 -431
- package/esm2015/core/data/definitions/product-definitions.js +9 -1
- package/esm2015/core/data/providers/order-data.service.js +7 -2
- package/esm2015/core/data/providers/product-data.service.js +5 -2
- package/esm2015/core/shared/components/data-table/data-table.component.js +9 -2
- package/esm2015/customer/components/customer-group-list/customer-group-list.component.js +25 -12
- package/esm2015/order/components/fulfill-order-dialog/fulfill-order-dialog.component.js +3 -2
- package/esm2015/order/components/fulfillment-detail/fulfillment-detail.component.js +9 -18
- package/esm2015/order/components/line-fulfillment/line-fulfillment.component.js +10 -21
- package/esm2015/order/components/order-custom-fields-card/order-custom-fields-card.component.js +30 -4
- package/esm2015/order/components/order-detail/order-detail.component.js +49 -20
- package/esm2015/order/components/order-list/order-list.component.js +22 -15
- package/esm2015/order/components/order-payment-card/order-payment-card.component.js +2 -2
- package/fesm2015/vendure-admin-ui-catalog.js +177 -22
- package/fesm2015/vendure-admin-ui-catalog.js.map +1 -1
- package/fesm2015/vendure-admin-ui-core.js +687 -710
- package/fesm2015/vendure-admin-ui-core.js.map +1 -1
- package/fesm2015/vendure-admin-ui-customer.js +23 -11
- package/fesm2015/vendure-admin-ui-customer.js.map +1 -1
- package/fesm2015/vendure-admin-ui-order.js +116 -75
- package/fesm2015/vendure-admin-ui-order.js.map +1 -1
- package/order/components/line-fulfillment/line-fulfillment.component.d.ts +2 -2
- package/order/components/modification-detail/modification-detail.component.d.ts +1 -1
- package/order/components/order-custom-fields-card/order-custom-fields-card.component.d.ts +4 -2
- package/order/components/order-list/order-list.component.d.ts +1 -0
- package/order/vendure-admin-ui-order.metadata.json +1 -1
- package/package.json +2 -2
- package/static/i18n-messages/cs.json +6 -2
- package/static/i18n-messages/de.json +6 -2
- package/static/i18n-messages/en.json +8 -3
- package/static/i18n-messages/es.json +6 -2
- package/static/i18n-messages/fr.json +6 -2
- package/static/i18n-messages/it.json +6 -2
- package/static/i18n-messages/pl.json +6 -2
- package/static/i18n-messages/pt_BR.json +6 -2
- package/static/i18n-messages/pt_PT.json +6 -2
- package/static/i18n-messages/ru.json +6 -2
- package/static/i18n-messages/uk.json +6 -2
- package/static/i18n-messages/zh_Hans.json +6 -2
- package/static/i18n-messages/zh_Hant.json +6 -2
- package/static/styles/_variables.scss +3 -0
- package/static/styles/global/_sass-overrides.scss +3 -0
- package/static/styles/global/_utilities.scss +1 -0
- package/static/styles/styles.scss +1 -0
- package/static/styles/ui-extension-theme.scss +1 -0
- package/static/theme.min.css +1 -1
|
@@ -2331,6 +2331,14 @@ const UPDATE_PRODUCT_OPTION = gql `
|
|
|
2331
2331
|
}
|
|
2332
2332
|
${PRODUCT_OPTION_FRAGMENT}
|
|
2333
2333
|
`;
|
|
2334
|
+
const DELETE_PRODUCT_OPTION = gql `
|
|
2335
|
+
mutation DeleteProductOption($id: ID!) {
|
|
2336
|
+
deleteProductOption(id: $id) {
|
|
2337
|
+
result
|
|
2338
|
+
message
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
`;
|
|
2334
2342
|
const DELETE_PRODUCT_VARIANT = gql `
|
|
2335
2343
|
mutation DeleteProductVariant($id: ID!) {
|
|
2336
2344
|
deleteProductVariant(id: $id) {
|
|
@@ -3292,460 +3300,474 @@ class FacetDataService {
|
|
|
3292
3300
|
}
|
|
3293
3301
|
}
|
|
3294
3302
|
|
|
3295
|
-
const DISCOUNT_FRAGMENT = gql `
|
|
3296
|
-
fragment Discount on Discount {
|
|
3297
|
-
adjustmentSource
|
|
3298
|
-
amount
|
|
3299
|
-
amountWithTax
|
|
3300
|
-
description
|
|
3301
|
-
type
|
|
3302
|
-
}
|
|
3303
|
-
`;
|
|
3304
|
-
const
|
|
3305
|
-
fragment
|
|
3306
|
-
id
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
}
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
... on
|
|
3560
|
-
|
|
3561
|
-
}
|
|
3562
|
-
... on
|
|
3563
|
-
transitionError
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
... on PaymentStateTransitionError {
|
|
3582
|
-
transitionError
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
}
|
|
3586
|
-
${ERROR_RESULT_FRAGMENT}
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
...
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
}
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
...
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
}
|
|
3727
|
-
}
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3303
|
+
const DISCOUNT_FRAGMENT = gql `
|
|
3304
|
+
fragment Discount on Discount {
|
|
3305
|
+
adjustmentSource
|
|
3306
|
+
amount
|
|
3307
|
+
amountWithTax
|
|
3308
|
+
description
|
|
3309
|
+
type
|
|
3310
|
+
}
|
|
3311
|
+
`;
|
|
3312
|
+
const PAYMENT_FRAGMENT = gql `
|
|
3313
|
+
fragment Payment on Payment {
|
|
3314
|
+
id
|
|
3315
|
+
transactionId
|
|
3316
|
+
amount
|
|
3317
|
+
method
|
|
3318
|
+
state
|
|
3319
|
+
metadata
|
|
3320
|
+
}
|
|
3321
|
+
`;
|
|
3322
|
+
const REFUND_FRAGMENT = gql `
|
|
3323
|
+
fragment Refund on Refund {
|
|
3324
|
+
id
|
|
3325
|
+
state
|
|
3326
|
+
items
|
|
3327
|
+
shipping
|
|
3328
|
+
adjustment
|
|
3329
|
+
transactionId
|
|
3330
|
+
paymentId
|
|
3331
|
+
}
|
|
3332
|
+
`;
|
|
3333
|
+
const ORDER_ADDRESS_FRAGMENT = gql `
|
|
3334
|
+
fragment OrderAddress on OrderAddress {
|
|
3335
|
+
fullName
|
|
3336
|
+
company
|
|
3337
|
+
streetLine1
|
|
3338
|
+
streetLine2
|
|
3339
|
+
city
|
|
3340
|
+
province
|
|
3341
|
+
postalCode
|
|
3342
|
+
country
|
|
3343
|
+
countryCode
|
|
3344
|
+
phoneNumber
|
|
3345
|
+
}
|
|
3346
|
+
`;
|
|
3347
|
+
const ORDER_FRAGMENT = gql `
|
|
3348
|
+
fragment Order on Order {
|
|
3349
|
+
id
|
|
3350
|
+
createdAt
|
|
3351
|
+
updatedAt
|
|
3352
|
+
orderPlacedAt
|
|
3353
|
+
code
|
|
3354
|
+
state
|
|
3355
|
+
nextStates
|
|
3356
|
+
total
|
|
3357
|
+
totalWithTax
|
|
3358
|
+
currencyCode
|
|
3359
|
+
customer {
|
|
3360
|
+
id
|
|
3361
|
+
firstName
|
|
3362
|
+
lastName
|
|
3363
|
+
}
|
|
3364
|
+
shippingLines {
|
|
3365
|
+
shippingMethod {
|
|
3366
|
+
name
|
|
3367
|
+
}
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
`;
|
|
3371
|
+
const FULFILLMENT_FRAGMENT = gql `
|
|
3372
|
+
fragment Fulfillment on Fulfillment {
|
|
3373
|
+
id
|
|
3374
|
+
state
|
|
3375
|
+
nextStates
|
|
3376
|
+
createdAt
|
|
3377
|
+
updatedAt
|
|
3378
|
+
method
|
|
3379
|
+
summary {
|
|
3380
|
+
orderLine {
|
|
3381
|
+
id
|
|
3382
|
+
}
|
|
3383
|
+
quantity
|
|
3384
|
+
}
|
|
3385
|
+
trackingCode
|
|
3386
|
+
}
|
|
3387
|
+
`;
|
|
3388
|
+
const ORDER_LINE_FRAGMENT = gql `
|
|
3389
|
+
fragment OrderLine on OrderLine {
|
|
3390
|
+
id
|
|
3391
|
+
featuredAsset {
|
|
3392
|
+
preview
|
|
3393
|
+
}
|
|
3394
|
+
productVariant {
|
|
3395
|
+
id
|
|
3396
|
+
name
|
|
3397
|
+
sku
|
|
3398
|
+
trackInventory
|
|
3399
|
+
stockOnHand
|
|
3400
|
+
}
|
|
3401
|
+
discounts {
|
|
3402
|
+
...Discount
|
|
3403
|
+
}
|
|
3404
|
+
fulfillments {
|
|
3405
|
+
...Fulfillment
|
|
3406
|
+
}
|
|
3407
|
+
unitPrice
|
|
3408
|
+
unitPriceWithTax
|
|
3409
|
+
proratedUnitPrice
|
|
3410
|
+
proratedUnitPriceWithTax
|
|
3411
|
+
quantity
|
|
3412
|
+
items {
|
|
3413
|
+
id
|
|
3414
|
+
refundId
|
|
3415
|
+
cancelled
|
|
3416
|
+
}
|
|
3417
|
+
linePrice
|
|
3418
|
+
lineTax
|
|
3419
|
+
linePriceWithTax
|
|
3420
|
+
discountedLinePrice
|
|
3421
|
+
discountedLinePriceWithTax
|
|
3422
|
+
}
|
|
3423
|
+
`;
|
|
3424
|
+
const ORDER_DETAIL_FRAGMENT = gql `
|
|
3425
|
+
fragment OrderDetail on Order {
|
|
3426
|
+
id
|
|
3427
|
+
createdAt
|
|
3428
|
+
updatedAt
|
|
3429
|
+
code
|
|
3430
|
+
state
|
|
3431
|
+
nextStates
|
|
3432
|
+
active
|
|
3433
|
+
couponCodes
|
|
3434
|
+
customer {
|
|
3435
|
+
id
|
|
3436
|
+
firstName
|
|
3437
|
+
lastName
|
|
3438
|
+
}
|
|
3439
|
+
lines {
|
|
3440
|
+
...OrderLine
|
|
3441
|
+
}
|
|
3442
|
+
surcharges {
|
|
3443
|
+
id
|
|
3444
|
+
sku
|
|
3445
|
+
description
|
|
3446
|
+
price
|
|
3447
|
+
priceWithTax
|
|
3448
|
+
taxRate
|
|
3449
|
+
}
|
|
3450
|
+
discounts {
|
|
3451
|
+
...Discount
|
|
3452
|
+
}
|
|
3453
|
+
promotions {
|
|
3454
|
+
id
|
|
3455
|
+
couponCode
|
|
3456
|
+
}
|
|
3457
|
+
subTotal
|
|
3458
|
+
subTotalWithTax
|
|
3459
|
+
total
|
|
3460
|
+
totalWithTax
|
|
3461
|
+
currencyCode
|
|
3462
|
+
shipping
|
|
3463
|
+
shippingWithTax
|
|
3464
|
+
shippingLines {
|
|
3465
|
+
shippingMethod {
|
|
3466
|
+
id
|
|
3467
|
+
code
|
|
3468
|
+
name
|
|
3469
|
+
fulfillmentHandlerCode
|
|
3470
|
+
description
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
taxSummary {
|
|
3474
|
+
description
|
|
3475
|
+
taxBase
|
|
3476
|
+
taxRate
|
|
3477
|
+
taxTotal
|
|
3478
|
+
}
|
|
3479
|
+
shippingAddress {
|
|
3480
|
+
...OrderAddress
|
|
3481
|
+
}
|
|
3482
|
+
billingAddress {
|
|
3483
|
+
...OrderAddress
|
|
3484
|
+
}
|
|
3485
|
+
payments {
|
|
3486
|
+
id
|
|
3487
|
+
createdAt
|
|
3488
|
+
transactionId
|
|
3489
|
+
amount
|
|
3490
|
+
method
|
|
3491
|
+
state
|
|
3492
|
+
nextStates
|
|
3493
|
+
errorMessage
|
|
3494
|
+
metadata
|
|
3495
|
+
refunds {
|
|
3496
|
+
id
|
|
3497
|
+
createdAt
|
|
3498
|
+
state
|
|
3499
|
+
items
|
|
3500
|
+
adjustment
|
|
3501
|
+
total
|
|
3502
|
+
paymentId
|
|
3503
|
+
reason
|
|
3504
|
+
transactionId
|
|
3505
|
+
method
|
|
3506
|
+
metadata
|
|
3507
|
+
orderItems {
|
|
3508
|
+
id
|
|
3509
|
+
}
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
fulfillments {
|
|
3513
|
+
...Fulfillment
|
|
3514
|
+
}
|
|
3515
|
+
modifications {
|
|
3516
|
+
id
|
|
3517
|
+
createdAt
|
|
3518
|
+
isSettled
|
|
3519
|
+
priceChange
|
|
3520
|
+
note
|
|
3521
|
+
payment {
|
|
3522
|
+
id
|
|
3523
|
+
amount
|
|
3524
|
+
}
|
|
3525
|
+
orderItems {
|
|
3526
|
+
id
|
|
3527
|
+
}
|
|
3528
|
+
refund {
|
|
3529
|
+
id
|
|
3530
|
+
paymentId
|
|
3531
|
+
total
|
|
3532
|
+
}
|
|
3533
|
+
surcharges {
|
|
3534
|
+
id
|
|
3535
|
+
}
|
|
3536
|
+
}
|
|
3537
|
+
}
|
|
3538
|
+
${DISCOUNT_FRAGMENT}
|
|
3539
|
+
${ORDER_ADDRESS_FRAGMENT}
|
|
3540
|
+
${FULFILLMENT_FRAGMENT}
|
|
3541
|
+
${ORDER_LINE_FRAGMENT}
|
|
3542
|
+
`;
|
|
3543
|
+
const GET_ORDERS_LIST = gql `
|
|
3544
|
+
query GetOrderList($options: OrderListOptions) {
|
|
3545
|
+
orders(options: $options) {
|
|
3546
|
+
items {
|
|
3547
|
+
...Order
|
|
3548
|
+
}
|
|
3549
|
+
totalItems
|
|
3550
|
+
}
|
|
3551
|
+
}
|
|
3552
|
+
${ORDER_FRAGMENT}
|
|
3553
|
+
`;
|
|
3554
|
+
const GET_ORDER = gql `
|
|
3555
|
+
query GetOrder($id: ID!) {
|
|
3556
|
+
order(id: $id) {
|
|
3557
|
+
...OrderDetail
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
${ORDER_DETAIL_FRAGMENT}
|
|
3561
|
+
`;
|
|
3562
|
+
const SETTLE_PAYMENT = gql `
|
|
3563
|
+
mutation SettlePayment($id: ID!) {
|
|
3564
|
+
settlePayment(id: $id) {
|
|
3565
|
+
...Payment
|
|
3566
|
+
...ErrorResult
|
|
3567
|
+
... on SettlePaymentError {
|
|
3568
|
+
paymentErrorMessage
|
|
3569
|
+
}
|
|
3570
|
+
... on PaymentStateTransitionError {
|
|
3571
|
+
transitionError
|
|
3572
|
+
}
|
|
3573
|
+
... on OrderStateTransitionError {
|
|
3574
|
+
transitionError
|
|
3575
|
+
}
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3579
|
+
${PAYMENT_FRAGMENT}
|
|
3580
|
+
`;
|
|
3581
|
+
const CANCEL_PAYMENT = gql `
|
|
3582
|
+
mutation CancelPayment($id: ID!) {
|
|
3583
|
+
cancelPayment(id: $id) {
|
|
3584
|
+
...Payment
|
|
3585
|
+
...ErrorResult
|
|
3586
|
+
... on CancelPaymentError {
|
|
3587
|
+
paymentErrorMessage
|
|
3588
|
+
}
|
|
3589
|
+
... on PaymentStateTransitionError {
|
|
3590
|
+
transitionError
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3595
|
+
${PAYMENT_FRAGMENT}
|
|
3596
|
+
`;
|
|
3597
|
+
const TRANSITION_PAYMENT_TO_STATE = gql `
|
|
3598
|
+
mutation TransitionPaymentToState($id: ID!, $state: String!) {
|
|
3599
|
+
transitionPaymentToState(id: $id, state: $state) {
|
|
3600
|
+
...Payment
|
|
3601
|
+
...ErrorResult
|
|
3602
|
+
... on PaymentStateTransitionError {
|
|
3603
|
+
transitionError
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
}
|
|
3607
|
+
${PAYMENT_FRAGMENT}
|
|
3608
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3609
|
+
`;
|
|
3610
|
+
const CREATE_FULFILLMENT = gql `
|
|
3611
|
+
mutation CreateFulfillment($input: FulfillOrderInput!) {
|
|
3612
|
+
addFulfillmentToOrder(input: $input) {
|
|
3613
|
+
...Fulfillment
|
|
3614
|
+
... on CreateFulfillmentError {
|
|
3615
|
+
errorCode
|
|
3616
|
+
message
|
|
3617
|
+
fulfillmentHandlerError
|
|
3618
|
+
}
|
|
3619
|
+
... on FulfillmentStateTransitionError {
|
|
3620
|
+
errorCode
|
|
3621
|
+
message
|
|
3622
|
+
transitionError
|
|
3623
|
+
}
|
|
3624
|
+
...ErrorResult
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
${FULFILLMENT_FRAGMENT}
|
|
3628
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3629
|
+
`;
|
|
3630
|
+
const CANCEL_ORDER = gql `
|
|
3631
|
+
mutation CancelOrder($input: CancelOrderInput!) {
|
|
3632
|
+
cancelOrder(input: $input) {
|
|
3633
|
+
...OrderDetail
|
|
3634
|
+
...ErrorResult
|
|
3635
|
+
}
|
|
3636
|
+
}
|
|
3637
|
+
${ORDER_DETAIL_FRAGMENT}
|
|
3638
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3639
|
+
`;
|
|
3640
|
+
const REFUND_ORDER = gql `
|
|
3641
|
+
mutation RefundOrder($input: RefundOrderInput!) {
|
|
3642
|
+
refundOrder(input: $input) {
|
|
3643
|
+
...Refund
|
|
3644
|
+
...ErrorResult
|
|
3645
|
+
}
|
|
3646
|
+
}
|
|
3647
|
+
${REFUND_FRAGMENT}
|
|
3648
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3649
|
+
`;
|
|
3650
|
+
const SETTLE_REFUND = gql `
|
|
3651
|
+
mutation SettleRefund($input: SettleRefundInput!) {
|
|
3652
|
+
settleRefund(input: $input) {
|
|
3653
|
+
...Refund
|
|
3654
|
+
...ErrorResult
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
3657
|
+
${REFUND_FRAGMENT}
|
|
3658
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3659
|
+
`;
|
|
3660
|
+
const GET_ORDER_HISTORY = gql `
|
|
3661
|
+
query GetOrderHistory($id: ID!, $options: HistoryEntryListOptions) {
|
|
3662
|
+
order(id: $id) {
|
|
3663
|
+
id
|
|
3664
|
+
history(options: $options) {
|
|
3665
|
+
totalItems
|
|
3666
|
+
items {
|
|
3667
|
+
id
|
|
3668
|
+
type
|
|
3669
|
+
createdAt
|
|
3670
|
+
isPublic
|
|
3671
|
+
administrator {
|
|
3672
|
+
id
|
|
3673
|
+
firstName
|
|
3674
|
+
lastName
|
|
3675
|
+
}
|
|
3676
|
+
data
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3681
|
+
`;
|
|
3682
|
+
const ADD_NOTE_TO_ORDER = gql `
|
|
3683
|
+
mutation AddNoteToOrder($input: AddNoteToOrderInput!) {
|
|
3684
|
+
addNoteToOrder(input: $input) {
|
|
3685
|
+
id
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
`;
|
|
3689
|
+
const UPDATE_ORDER_NOTE = gql `
|
|
3690
|
+
mutation UpdateOrderNote($input: UpdateOrderNoteInput!) {
|
|
3691
|
+
updateOrderNote(input: $input) {
|
|
3692
|
+
id
|
|
3693
|
+
data
|
|
3694
|
+
isPublic
|
|
3695
|
+
}
|
|
3696
|
+
}
|
|
3697
|
+
`;
|
|
3698
|
+
const DELETE_ORDER_NOTE = gql `
|
|
3699
|
+
mutation DeleteOrderNote($id: ID!) {
|
|
3700
|
+
deleteOrderNote(id: $id) {
|
|
3701
|
+
result
|
|
3702
|
+
message
|
|
3703
|
+
}
|
|
3704
|
+
}
|
|
3705
|
+
`;
|
|
3706
|
+
const TRANSITION_ORDER_TO_STATE = gql `
|
|
3707
|
+
mutation TransitionOrderToState($id: ID!, $state: String!) {
|
|
3708
|
+
transitionOrderToState(id: $id, state: $state) {
|
|
3709
|
+
...Order
|
|
3710
|
+
...ErrorResult
|
|
3711
|
+
... on OrderStateTransitionError {
|
|
3712
|
+
transitionError
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
}
|
|
3716
|
+
${ORDER_FRAGMENT}
|
|
3717
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3718
|
+
`;
|
|
3719
|
+
const UPDATE_ORDER_CUSTOM_FIELDS = gql `
|
|
3720
|
+
mutation UpdateOrderCustomFields($input: UpdateOrderInput!) {
|
|
3721
|
+
setOrderCustomFields(input: $input) {
|
|
3722
|
+
...Order
|
|
3723
|
+
}
|
|
3724
|
+
}
|
|
3725
|
+
${ORDER_FRAGMENT}
|
|
3726
|
+
`;
|
|
3727
|
+
const TRANSITION_FULFILLMENT_TO_STATE = gql `
|
|
3728
|
+
mutation TransitionFulfillmentToState($id: ID!, $state: String!) {
|
|
3729
|
+
transitionFulfillmentToState(id: $id, state: $state) {
|
|
3730
|
+
...Fulfillment
|
|
3731
|
+
...ErrorResult
|
|
3732
|
+
... on FulfillmentStateTransitionError {
|
|
3733
|
+
transitionError
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
}
|
|
3737
|
+
${FULFILLMENT_FRAGMENT}
|
|
3738
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3739
|
+
`;
|
|
3740
|
+
const GET_ORDER_SUMMARY = gql `
|
|
3741
|
+
query GetOrderSummary($start: DateTime!, $end: DateTime!) {
|
|
3742
|
+
orders(options: { filter: { orderPlacedAt: { between: { start: $start, end: $end } } } }) {
|
|
3743
|
+
totalItems
|
|
3744
|
+
items {
|
|
3745
|
+
id
|
|
3746
|
+
total
|
|
3747
|
+
currencyCode
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3750
|
+
}
|
|
3751
|
+
`;
|
|
3752
|
+
const MODIFY_ORDER = gql `
|
|
3753
|
+
mutation ModifyOrder($input: ModifyOrderInput!) {
|
|
3754
|
+
modifyOrder(input: $input) {
|
|
3755
|
+
...OrderDetail
|
|
3756
|
+
...ErrorResult
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
${ORDER_DETAIL_FRAGMENT}
|
|
3760
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3761
|
+
`;
|
|
3762
|
+
const ADD_MANUAL_PAYMENT_TO_ORDER = gql `
|
|
3763
|
+
mutation AddManualPayment($input: ManualPaymentInput!) {
|
|
3764
|
+
addManualPaymentToOrder(input: $input) {
|
|
3765
|
+
...OrderDetail
|
|
3766
|
+
...ErrorResult
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3769
|
+
${ORDER_DETAIL_FRAGMENT}
|
|
3770
|
+
${ERROR_RESULT_FRAGMENT}
|
|
3749
3771
|
`;
|
|
3750
3772
|
|
|
3751
3773
|
class OrderDataService {
|
|
@@ -3771,6 +3793,11 @@ class OrderDataService {
|
|
|
3771
3793
|
id,
|
|
3772
3794
|
});
|
|
3773
3795
|
}
|
|
3796
|
+
cancelPayment(id) {
|
|
3797
|
+
return this.baseDataService.mutate(CANCEL_PAYMENT, {
|
|
3798
|
+
id,
|
|
3799
|
+
});
|
|
3800
|
+
}
|
|
3774
3801
|
transitionPaymentToState(id, state) {
|
|
3775
3802
|
return this.baseDataService.mutate(TRANSITION_PAYMENT_TO_STATE, {
|
|
3776
3803
|
id,
|
|
@@ -4194,6 +4221,7 @@ var ErrorCode;
|
|
|
4194
4221
|
ErrorCode["LANGUAGE_NOT_AVAILABLE_ERROR"] = "LANGUAGE_NOT_AVAILABLE_ERROR";
|
|
4195
4222
|
ErrorCode["CHANNEL_DEFAULT_LANGUAGE_ERROR"] = "CHANNEL_DEFAULT_LANGUAGE_ERROR";
|
|
4196
4223
|
ErrorCode["SETTLE_PAYMENT_ERROR"] = "SETTLE_PAYMENT_ERROR";
|
|
4224
|
+
ErrorCode["CANCEL_PAYMENT_ERROR"] = "CANCEL_PAYMENT_ERROR";
|
|
4197
4225
|
ErrorCode["EMPTY_ORDER_LINE_SELECTION_ERROR"] = "EMPTY_ORDER_LINE_SELECTION_ERROR";
|
|
4198
4226
|
ErrorCode["ITEMS_ALREADY_FULFILLED_ERROR"] = "ITEMS_ALREADY_FULFILLED_ERROR";
|
|
4199
4227
|
ErrorCode["INVALID_FULFILLMENT_HANDLER_ERROR"] = "INVALID_FULFILLMENT_HANDLER_ERROR";
|
|
@@ -4966,6 +4994,9 @@ class ProductDataService {
|
|
|
4966
4994
|
addOptionToGroup(input) {
|
|
4967
4995
|
return this.baseDataService.mutate(ADD_OPTION_TO_GROUP, { input });
|
|
4968
4996
|
}
|
|
4997
|
+
deleteProductOption(id) {
|
|
4998
|
+
return this.baseDataService.mutate(DELETE_PRODUCT_OPTION, { id });
|
|
4999
|
+
}
|
|
4969
5000
|
removeOptionGroupFromProduct(variables) {
|
|
4970
5001
|
return this.baseDataService.mutate(REMOVE_OPTION_GROUP_FROM_PRODUCT, variables);
|
|
4971
5002
|
}
|
|
@@ -6453,7 +6484,7 @@ AppShellComponent.decorators = [
|
|
|
6453
6484
|
{ type: Component, args: [{
|
|
6454
6485
|
selector: 'vdr-app-shell',
|
|
6455
6486
|
template: "<clr-main-container>\r\n <clr-header>\r\n <div class=\"branding\">\r\n <a [routerLink]=\"['/']\"><img src=\"assets/logo-75px.png\" class=\"logo\" /><span class=\"wordmark\" *ngIf=\"!hideVendureBranding\">vendure</span></a>\r\n </div>\r\n <div class=\"header-nav\"></div>\r\n <div class=\"header-actions\">\r\n <vdr-channel-switcher *vdrIfMultichannel></vdr-channel-switcher>\r\n <vdr-user-menu [userName]=\"userName$ | async\"\r\n [uiLanguageAndLocale]=\"uiLanguageAndLocale$ | async\"\r\n [availableLanguages]=\"availableLanguages\"\r\n (selectUiLanguage)=\"selectUiLanguage()\"\r\n (logOut)=\"logOut()\"></vdr-user-menu>\r\n </div>\r\n </clr-header>\r\n <nav class=\"subnav\"><vdr-breadcrumb></vdr-breadcrumb></nav>\r\n\r\n <div class=\"content-container\">\r\n <div class=\"content-area\"><router-outlet></router-outlet></div>\r\n <vdr-main-nav></vdr-main-nav>\r\n </div>\r\n</clr-main-container>\r\n",
|
|
6456
|
-
styles: [".branding{min-width:0}.logo{width:40px}.wordmark{font-weight:bold;margin-left:12px;font-size:24px;color:var(--color-primary-500)}@media screen and (min-width: 768px){vdr-breadcrumb{margin-left:
|
|
6487
|
+
styles: [".branding{min-width:0}.logo{width:40px}.wordmark{font-weight:bold;margin-left:12px;font-size:24px;color:var(--color-primary-500)}@media screen and (min-width: 768px){vdr-breadcrumb{margin-left:18%}}.header-actions{align-items:center}.content-area{position:relative}::ng-deep .header{background-image:linear-gradient(to right,var(--color-header-gradient-from),var(--color-header-gradient-to))}\n"]
|
|
6457
6488
|
},] }
|
|
6458
6489
|
];
|
|
6459
6490
|
AppShellComponent.ctorParameters = () => [
|
|
@@ -7272,7 +7303,7 @@ MainNavComponent.decorators = [
|
|
|
7272
7303
|
{ type: Component, args: [{
|
|
7273
7304
|
selector: 'vdr-main-nav',
|
|
7274
7305
|
template: "<nav class=\"sidenav\" [clr-nav-level]=\"2\">\r\n <section class=\"sidenav-content\">\r\n <ng-container *ngFor=\"let section of navBuilderService.navMenuConfig$ | async\">\r\n <section\r\n class=\"nav-group\"\r\n [attr.data-section-id]=\"section.id\"\r\n [class.collapsible]=\"section.collapsible\"\r\n *ngIf=\"shouldDisplayLink(section)\"\r\n >\r\n <vdr-ui-extension-point [locationId]=\"section.id\" api=\"navMenu\" [topPx]=\"-6\" [leftPx]=\"8\">\r\n <ng-container *ngIf=\"navBuilderService.sectionBadges[section.id] | async as sectionBadge\">\r\n <vdr-status-badge\r\n *ngIf=\"sectionBadge !== 'none'\"\r\n [type]=\"sectionBadge\"\r\n ></vdr-status-badge>\r\n </ng-container>\r\n <input [id]=\"section.id\" type=\"checkbox\" [checked]=\"section.collapsedByDefault\" />\r\n <label class=\"nav-group-header\" [for]=\"section.id\">{{ section.label | translate }}</label>\r\n <ul class=\"nav-list\">\r\n <ng-container *ngFor=\"let item of section.items\">\r\n <li *ngIf=\"shouldDisplayLink(item)\">\r\n <a\r\n class=\"nav-link\"\r\n [attr.data-item-id]=\"section.id\"\r\n [routerLink]=\"getRouterLink(item)\"\r\n routerLinkActive=\"active\"\r\n (click)=\"item.onClick && item.onClick($event)\"\r\n >\r\n <ng-container *ngIf=\"item.statusBadge | async as itemBadge\">\r\n <vdr-status-badge\r\n *ngIf=\"itemBadge.type !== 'none'\"\r\n [type]=\"itemBadge.type\"\r\n ></vdr-status-badge>\r\n </ng-container>\r\n <clr-icon [attr.shape]=\"item.icon || 'block'\" size=\"20\"></clr-icon>\r\n {{ item.label | translate }}\r\n </a>\r\n </li>\r\n </ng-container>\r\n </ul>\r\n </vdr-ui-extension-point>\r\n </section>\r\n </ng-container>\r\n </section>\r\n</nav>\r\n",
|
|
7275
|
-
styles: [":host{order:-1;background-color:var(--clr-nav-background-color)}nav.sidenav{height:100%;
|
|
7306
|
+
styles: [":host{order:-1;background-color:var(--clr-nav-background-color)}nav.sidenav{height:100%;border-right-color:var(--clr-sidenav-border-color)}.sidenav .nav-group .nav-list{margin:0}.sidenav .nav-group .nav-group-header{margin:0;line-height:1.2}.sidenav .nav-group .nav-link{display:inline-flex;line-height:1rem;padding-right:.6rem}.nav-list clr-icon{flex-shrink:0;margin-right:12px}.nav-group{-webkit-hyphens:auto;hyphens:auto}.nav-group,.nav-link{position:relative}.nav-group vdr-status-badge{left:10px;top:6px}.nav-link vdr-status-badge{left:25px;top:3px}\n"]
|
|
7276
7307
|
},] }
|
|
7277
7308
|
];
|
|
7278
7309
|
MainNavComponent.ctorParameters = () => [
|
|
@@ -7427,260 +7458,196 @@ UserMenuComponent.propDecorators = {
|
|
|
7427
7458
|
|
|
7428
7459
|
// tslint:disable
|
|
7429
7460
|
const result = {
|
|
7430
|
-
|
|
7431
|
-
|
|
7432
|
-
|
|
7433
|
-
|
|
7434
|
-
|
|
7435
|
-
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
|
|
7439
|
-
],
|
|
7440
|
-
"AddManualPaymentToOrderResult": [
|
|
7441
|
-
"Order",
|
|
7442
|
-
"ManualPaymentStateError"
|
|
7443
|
-
],
|
|
7444
|
-
"AuthenticationResult": [
|
|
7445
|
-
"CurrentUser",
|
|
7446
|
-
"InvalidCredentialsError"
|
|
7447
|
-
],
|
|
7448
|
-
"CancelOrderResult": [
|
|
7449
|
-
"Order",
|
|
7450
|
-
"EmptyOrderLineSelectionError",
|
|
7451
|
-
"QuantityTooGreatError",
|
|
7452
|
-
"MultipleOrderError",
|
|
7453
|
-
"CancelActiveOrderError",
|
|
7454
|
-
"OrderStateTransitionError"
|
|
7455
|
-
],
|
|
7456
|
-
"CreateAssetResult": [
|
|
7457
|
-
"Asset",
|
|
7458
|
-
"MimeTypeError"
|
|
7459
|
-
],
|
|
7460
|
-
"CreateChannelResult": [
|
|
7461
|
-
"Channel",
|
|
7462
|
-
"LanguageNotAvailableError"
|
|
7463
|
-
],
|
|
7464
|
-
"CreateCustomerResult": [
|
|
7465
|
-
"Customer",
|
|
7466
|
-
"EmailAddressConflictError"
|
|
7467
|
-
],
|
|
7468
|
-
"CreatePromotionResult": [
|
|
7469
|
-
"Promotion",
|
|
7470
|
-
"MissingConditionsError"
|
|
7471
|
-
],
|
|
7472
|
-
"CustomField": [
|
|
7473
|
-
"BooleanCustomFieldConfig",
|
|
7474
|
-
"DateTimeCustomFieldConfig",
|
|
7475
|
-
"FloatCustomFieldConfig",
|
|
7476
|
-
"IntCustomFieldConfig",
|
|
7477
|
-
"LocaleStringCustomFieldConfig",
|
|
7478
|
-
"RelationCustomFieldConfig",
|
|
7479
|
-
"StringCustomFieldConfig",
|
|
7480
|
-
"TextCustomFieldConfig"
|
|
7481
|
-
],
|
|
7482
|
-
"CustomFieldConfig": [
|
|
7483
|
-
"StringCustomFieldConfig",
|
|
7484
|
-
"LocaleStringCustomFieldConfig",
|
|
7485
|
-
"IntCustomFieldConfig",
|
|
7486
|
-
"FloatCustomFieldConfig",
|
|
7487
|
-
"BooleanCustomFieldConfig",
|
|
7488
|
-
"DateTimeCustomFieldConfig",
|
|
7489
|
-
"RelationCustomFieldConfig",
|
|
7490
|
-
"TextCustomFieldConfig"
|
|
7491
|
-
],
|
|
7492
|
-
"ErrorResult": [
|
|
7493
|
-
"AlreadyRefundedError",
|
|
7494
|
-
"CancelActiveOrderError",
|
|
7495
|
-
"ChannelDefaultLanguageError",
|
|
7496
|
-
"CouponCodeExpiredError",
|
|
7497
|
-
"CouponCodeInvalidError",
|
|
7498
|
-
"CouponCodeLimitError",
|
|
7499
|
-
"CreateFulfillmentError",
|
|
7500
|
-
"EmailAddressConflictError",
|
|
7501
|
-
"EmptyOrderLineSelectionError",
|
|
7502
|
-
"FulfillmentStateTransitionError",
|
|
7503
|
-
"InsufficientStockError",
|
|
7504
|
-
"InsufficientStockOnHandError",
|
|
7505
|
-
"InvalidCredentialsError",
|
|
7506
|
-
"InvalidFulfillmentHandlerError",
|
|
7507
|
-
"ItemsAlreadyFulfilledError",
|
|
7508
|
-
"LanguageNotAvailableError",
|
|
7509
|
-
"ManualPaymentStateError",
|
|
7510
|
-
"MimeTypeError",
|
|
7511
|
-
"MissingConditionsError",
|
|
7512
|
-
"MultipleOrderError",
|
|
7513
|
-
"NativeAuthStrategyError",
|
|
7514
|
-
"NegativeQuantityError",
|
|
7515
|
-
"NoChangesSpecifiedError",
|
|
7516
|
-
"NothingToRefundError",
|
|
7517
|
-
"OrderLimitError",
|
|
7518
|
-
"OrderModificationStateError",
|
|
7519
|
-
"OrderStateTransitionError",
|
|
7520
|
-
"PaymentMethodMissingError",
|
|
7521
|
-
"PaymentOrderMismatchError",
|
|
7522
|
-
"PaymentStateTransitionError",
|
|
7523
|
-
"ProductOptionInUseError",
|
|
7524
|
-
"QuantityTooGreatError",
|
|
7525
|
-
"RefundOrderStateError",
|
|
7526
|
-
"RefundPaymentIdMissingError",
|
|
7527
|
-
"RefundStateTransitionError",
|
|
7528
|
-
"SettlePaymentError"
|
|
7461
|
+
possibleTypes: {
|
|
7462
|
+
AddFulfillmentToOrderResult: [
|
|
7463
|
+
'Fulfillment',
|
|
7464
|
+
'EmptyOrderLineSelectionError',
|
|
7465
|
+
'ItemsAlreadyFulfilledError',
|
|
7466
|
+
'InsufficientStockOnHandError',
|
|
7467
|
+
'InvalidFulfillmentHandlerError',
|
|
7468
|
+
'FulfillmentStateTransitionError',
|
|
7469
|
+
'CreateFulfillmentError',
|
|
7529
7470
|
],
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
|
|
7539
|
-
"CouponCodeExpiredError",
|
|
7540
|
-
"CouponCodeInvalidError",
|
|
7541
|
-
"CouponCodeLimitError"
|
|
7471
|
+
AddManualPaymentToOrderResult: ['Order', 'ManualPaymentStateError'],
|
|
7472
|
+
AuthenticationResult: ['CurrentUser', 'InvalidCredentialsError'],
|
|
7473
|
+
CancelOrderResult: [
|
|
7474
|
+
'Order',
|
|
7475
|
+
'EmptyOrderLineSelectionError',
|
|
7476
|
+
'QuantityTooGreatError',
|
|
7477
|
+
'MultipleOrderError',
|
|
7478
|
+
'CancelActiveOrderError',
|
|
7479
|
+
'OrderStateTransitionError',
|
|
7542
7480
|
],
|
|
7543
|
-
|
|
7544
|
-
|
|
7545
|
-
|
|
7546
|
-
|
|
7481
|
+
CancelPaymentResult: ['Payment', 'CancelPaymentError', 'PaymentStateTransitionError'],
|
|
7482
|
+
CreateAssetResult: ['Asset', 'MimeTypeError'],
|
|
7483
|
+
CreateChannelResult: ['Channel', 'LanguageNotAvailableError'],
|
|
7484
|
+
CreateCustomerResult: ['Customer', 'EmailAddressConflictError'],
|
|
7485
|
+
CreatePromotionResult: ['Promotion', 'MissingConditionsError'],
|
|
7486
|
+
CustomField: [
|
|
7487
|
+
'BooleanCustomFieldConfig',
|
|
7488
|
+
'DateTimeCustomFieldConfig',
|
|
7489
|
+
'FloatCustomFieldConfig',
|
|
7490
|
+
'IntCustomFieldConfig',
|
|
7491
|
+
'LocaleStringCustomFieldConfig',
|
|
7492
|
+
'RelationCustomFieldConfig',
|
|
7493
|
+
'StringCustomFieldConfig',
|
|
7494
|
+
'TextCustomFieldConfig',
|
|
7547
7495
|
],
|
|
7548
|
-
|
|
7549
|
-
|
|
7550
|
-
|
|
7551
|
-
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
"Country",
|
|
7558
|
-
"Customer",
|
|
7559
|
-
"CustomerGroup",
|
|
7560
|
-
"Facet",
|
|
7561
|
-
"FacetValue",
|
|
7562
|
-
"Fulfillment",
|
|
7563
|
-
"HistoryEntry",
|
|
7564
|
-
"Job",
|
|
7565
|
-
"Order",
|
|
7566
|
-
"OrderItem",
|
|
7567
|
-
"OrderLine",
|
|
7568
|
-
"OrderModification",
|
|
7569
|
-
"Payment",
|
|
7570
|
-
"PaymentMethod",
|
|
7571
|
-
"Product",
|
|
7572
|
-
"ProductOption",
|
|
7573
|
-
"ProductOptionGroup",
|
|
7574
|
-
"ProductVariant",
|
|
7575
|
-
"Promotion",
|
|
7576
|
-
"Refund",
|
|
7577
|
-
"Release",
|
|
7578
|
-
"Return",
|
|
7579
|
-
"Role",
|
|
7580
|
-
"Sale",
|
|
7581
|
-
"ShippingMethod",
|
|
7582
|
-
"StockAdjustment",
|
|
7583
|
-
"Surcharge",
|
|
7584
|
-
"Tag",
|
|
7585
|
-
"TaxCategory",
|
|
7586
|
-
"TaxRate",
|
|
7587
|
-
"User",
|
|
7588
|
-
"Zone"
|
|
7496
|
+
CustomFieldConfig: [
|
|
7497
|
+
'StringCustomFieldConfig',
|
|
7498
|
+
'LocaleStringCustomFieldConfig',
|
|
7499
|
+
'IntCustomFieldConfig',
|
|
7500
|
+
'FloatCustomFieldConfig',
|
|
7501
|
+
'BooleanCustomFieldConfig',
|
|
7502
|
+
'DateTimeCustomFieldConfig',
|
|
7503
|
+
'RelationCustomFieldConfig',
|
|
7504
|
+
'TextCustomFieldConfig',
|
|
7589
7505
|
],
|
|
7590
|
-
|
|
7591
|
-
|
|
7592
|
-
|
|
7593
|
-
|
|
7594
|
-
|
|
7595
|
-
|
|
7596
|
-
|
|
7597
|
-
|
|
7598
|
-
|
|
7599
|
-
|
|
7600
|
-
|
|
7601
|
-
|
|
7602
|
-
|
|
7603
|
-
|
|
7604
|
-
|
|
7605
|
-
|
|
7606
|
-
|
|
7607
|
-
|
|
7608
|
-
|
|
7506
|
+
ErrorResult: [
|
|
7507
|
+
'AlreadyRefundedError',
|
|
7508
|
+
'CancelActiveOrderError',
|
|
7509
|
+
'CancelPaymentError',
|
|
7510
|
+
'ChannelDefaultLanguageError',
|
|
7511
|
+
'CouponCodeExpiredError',
|
|
7512
|
+
'CouponCodeInvalidError',
|
|
7513
|
+
'CouponCodeLimitError',
|
|
7514
|
+
'CreateFulfillmentError',
|
|
7515
|
+
'EmailAddressConflictError',
|
|
7516
|
+
'EmptyOrderLineSelectionError',
|
|
7517
|
+
'FulfillmentStateTransitionError',
|
|
7518
|
+
'InsufficientStockError',
|
|
7519
|
+
'InsufficientStockOnHandError',
|
|
7520
|
+
'InvalidCredentialsError',
|
|
7521
|
+
'InvalidFulfillmentHandlerError',
|
|
7522
|
+
'ItemsAlreadyFulfilledError',
|
|
7523
|
+
'LanguageNotAvailableError',
|
|
7524
|
+
'ManualPaymentStateError',
|
|
7525
|
+
'MimeTypeError',
|
|
7526
|
+
'MissingConditionsError',
|
|
7527
|
+
'MultipleOrderError',
|
|
7528
|
+
'NativeAuthStrategyError',
|
|
7529
|
+
'NegativeQuantityError',
|
|
7530
|
+
'NoChangesSpecifiedError',
|
|
7531
|
+
'NothingToRefundError',
|
|
7532
|
+
'OrderLimitError',
|
|
7533
|
+
'OrderModificationStateError',
|
|
7534
|
+
'OrderStateTransitionError',
|
|
7535
|
+
'PaymentMethodMissingError',
|
|
7536
|
+
'PaymentOrderMismatchError',
|
|
7537
|
+
'PaymentStateTransitionError',
|
|
7538
|
+
'ProductOptionInUseError',
|
|
7539
|
+
'QuantityTooGreatError',
|
|
7540
|
+
'RefundOrderStateError',
|
|
7541
|
+
'RefundPaymentIdMissingError',
|
|
7542
|
+
'RefundStateTransitionError',
|
|
7543
|
+
'SettlePaymentError',
|
|
7609
7544
|
],
|
|
7610
|
-
|
|
7611
|
-
|
|
7612
|
-
|
|
7613
|
-
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
|
|
7618
|
-
|
|
7619
|
-
|
|
7545
|
+
ModifyOrderResult: [
|
|
7546
|
+
'Order',
|
|
7547
|
+
'NoChangesSpecifiedError',
|
|
7548
|
+
'OrderModificationStateError',
|
|
7549
|
+
'PaymentMethodMissingError',
|
|
7550
|
+
'RefundPaymentIdMissingError',
|
|
7551
|
+
'OrderLimitError',
|
|
7552
|
+
'NegativeQuantityError',
|
|
7553
|
+
'InsufficientStockError',
|
|
7554
|
+
'CouponCodeExpiredError',
|
|
7555
|
+
'CouponCodeInvalidError',
|
|
7556
|
+
'CouponCodeLimitError',
|
|
7620
7557
|
],
|
|
7621
|
-
|
|
7622
|
-
|
|
7623
|
-
|
|
7558
|
+
NativeAuthenticationResult: ['CurrentUser', 'InvalidCredentialsError', 'NativeAuthStrategyError'],
|
|
7559
|
+
Node: [
|
|
7560
|
+
'Address',
|
|
7561
|
+
'Administrator',
|
|
7562
|
+
'Allocation',
|
|
7563
|
+
'Asset',
|
|
7564
|
+
'AuthenticationMethod',
|
|
7565
|
+
'Cancellation',
|
|
7566
|
+
'Channel',
|
|
7567
|
+
'Collection',
|
|
7568
|
+
'Country',
|
|
7569
|
+
'Customer',
|
|
7570
|
+
'CustomerGroup',
|
|
7571
|
+
'Facet',
|
|
7572
|
+
'FacetValue',
|
|
7573
|
+
'Fulfillment',
|
|
7574
|
+
'HistoryEntry',
|
|
7575
|
+
'Job',
|
|
7576
|
+
'Order',
|
|
7577
|
+
'OrderItem',
|
|
7578
|
+
'OrderLine',
|
|
7579
|
+
'OrderModification',
|
|
7580
|
+
'Payment',
|
|
7581
|
+
'PaymentMethod',
|
|
7582
|
+
'Product',
|
|
7583
|
+
'ProductOption',
|
|
7584
|
+
'ProductOptionGroup',
|
|
7585
|
+
'ProductVariant',
|
|
7586
|
+
'Promotion',
|
|
7587
|
+
'Refund',
|
|
7588
|
+
'Release',
|
|
7589
|
+
'Return',
|
|
7590
|
+
'Role',
|
|
7591
|
+
'Sale',
|
|
7592
|
+
'ShippingMethod',
|
|
7593
|
+
'StockAdjustment',
|
|
7594
|
+
'Surcharge',
|
|
7595
|
+
'Tag',
|
|
7596
|
+
'TaxCategory',
|
|
7597
|
+
'TaxRate',
|
|
7598
|
+
'User',
|
|
7599
|
+
'Zone',
|
|
7624
7600
|
],
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7601
|
+
PaginatedList: [
|
|
7602
|
+
'AdministratorList',
|
|
7603
|
+
'AssetList',
|
|
7604
|
+
'CollectionList',
|
|
7605
|
+
'CountryList',
|
|
7606
|
+
'CustomerGroupList',
|
|
7607
|
+
'CustomerList',
|
|
7608
|
+
'FacetList',
|
|
7609
|
+
'HistoryEntryList',
|
|
7610
|
+
'JobList',
|
|
7611
|
+
'OrderList',
|
|
7612
|
+
'PaymentMethodList',
|
|
7613
|
+
'ProductList',
|
|
7614
|
+
'ProductVariantList',
|
|
7615
|
+
'PromotionList',
|
|
7616
|
+
'RoleList',
|
|
7617
|
+
'ShippingMethodList',
|
|
7618
|
+
'TagList',
|
|
7619
|
+
'TaxRateList',
|
|
7628
7620
|
],
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7633
|
-
|
|
7621
|
+
RefundOrderResult: [
|
|
7622
|
+
'Refund',
|
|
7623
|
+
'QuantityTooGreatError',
|
|
7624
|
+
'NothingToRefundError',
|
|
7625
|
+
'OrderStateTransitionError',
|
|
7626
|
+
'MultipleOrderError',
|
|
7627
|
+
'PaymentOrderMismatchError',
|
|
7628
|
+
'RefundOrderStateError',
|
|
7629
|
+
'AlreadyRefundedError',
|
|
7630
|
+
'RefundStateTransitionError',
|
|
7634
7631
|
],
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7632
|
+
RemoveOptionGroupFromProductResult: ['Product', 'ProductOptionInUseError'],
|
|
7633
|
+
SearchResultPrice: ['PriceRange', 'SinglePrice'],
|
|
7634
|
+
SettlePaymentResult: [
|
|
7635
|
+
'Payment',
|
|
7636
|
+
'SettlePaymentError',
|
|
7637
|
+
'PaymentStateTransitionError',
|
|
7638
|
+
'OrderStateTransitionError',
|
|
7638
7639
|
],
|
|
7639
|
-
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7643
|
-
|
|
7644
|
-
|
|
7645
|
-
|
|
7646
|
-
],
|
|
7647
|
-
|
|
7648
|
-
|
|
7649
|
-
|
|
7650
|
-
"Sale",
|
|
7651
|
-
"Cancellation",
|
|
7652
|
-
"Return",
|
|
7653
|
-
"Release"
|
|
7654
|
-
],
|
|
7655
|
-
"TransitionFulfillmentToStateResult": [
|
|
7656
|
-
"Fulfillment",
|
|
7657
|
-
"FulfillmentStateTransitionError"
|
|
7658
|
-
],
|
|
7659
|
-
"TransitionOrderToStateResult": [
|
|
7660
|
-
"Order",
|
|
7661
|
-
"OrderStateTransitionError"
|
|
7662
|
-
],
|
|
7663
|
-
"TransitionPaymentToStateResult": [
|
|
7664
|
-
"Payment",
|
|
7665
|
-
"PaymentStateTransitionError"
|
|
7666
|
-
],
|
|
7667
|
-
"UpdateChannelResult": [
|
|
7668
|
-
"Channel",
|
|
7669
|
-
"LanguageNotAvailableError"
|
|
7670
|
-
],
|
|
7671
|
-
"UpdateCustomerResult": [
|
|
7672
|
-
"Customer",
|
|
7673
|
-
"EmailAddressConflictError"
|
|
7674
|
-
],
|
|
7675
|
-
"UpdateGlobalSettingsResult": [
|
|
7676
|
-
"GlobalSettings",
|
|
7677
|
-
"ChannelDefaultLanguageError"
|
|
7678
|
-
],
|
|
7679
|
-
"UpdatePromotionResult": [
|
|
7680
|
-
"Promotion",
|
|
7681
|
-
"MissingConditionsError"
|
|
7682
|
-
]
|
|
7683
|
-
}
|
|
7640
|
+
SettleRefundResult: ['Refund', 'RefundStateTransitionError'],
|
|
7641
|
+
StockMovement: ['Allocation', 'Cancellation', 'Release', 'Return', 'Sale', 'StockAdjustment'],
|
|
7642
|
+
StockMovementItem: ['StockAdjustment', 'Allocation', 'Sale', 'Cancellation', 'Return', 'Release'],
|
|
7643
|
+
TransitionFulfillmentToStateResult: ['Fulfillment', 'FulfillmentStateTransitionError'],
|
|
7644
|
+
TransitionOrderToStateResult: ['Order', 'OrderStateTransitionError'],
|
|
7645
|
+
TransitionPaymentToStateResult: ['Payment', 'PaymentStateTransitionError'],
|
|
7646
|
+
UpdateChannelResult: ['Channel', 'LanguageNotAvailableError'],
|
|
7647
|
+
UpdateCustomerResult: ['Customer', 'EmailAddressConflictError'],
|
|
7648
|
+
UpdateGlobalSettingsResult: ['GlobalSettings', 'ChannelDefaultLanguageError'],
|
|
7649
|
+
UpdatePromotionResult: ['Promotion', 'MissingConditionsError'],
|
|
7650
|
+
},
|
|
7684
7651
|
};
|
|
7685
7652
|
|
|
7686
7653
|
// Allows the introspectionResult to be imported as a named symbol
|
|
@@ -8600,7 +8567,7 @@ function configurableDefinitionToInstance(def) {
|
|
|
8600
8567
|
* ```
|
|
8601
8568
|
* {
|
|
8602
8569
|
* code: 'my-operation',
|
|
8603
|
-
*
|
|
8570
|
+
* arguments: [
|
|
8604
8571
|
* { name: 'someProperty', value: 'foo' }
|
|
8605
8572
|
* ]
|
|
8606
8573
|
* }
|
|
@@ -8609,12 +8576,15 @@ function configurableDefinitionToInstance(def) {
|
|
|
8609
8576
|
function toConfigurableOperationInput(operation, formValueOperations) {
|
|
8610
8577
|
return {
|
|
8611
8578
|
code: operation.code,
|
|
8612
|
-
arguments:
|
|
8613
|
-
|
|
8614
|
-
|
|
8615
|
-
|
|
8616
|
-
:
|
|
8617
|
-
|
|
8579
|
+
arguments: operation.args.map(({ name, value }, j) => {
|
|
8580
|
+
const formValue = formValueOperations.args[name];
|
|
8581
|
+
return {
|
|
8582
|
+
name,
|
|
8583
|
+
value: (formValue === null || formValue === void 0 ? void 0 : formValue.hasOwnProperty('value'))
|
|
8584
|
+
? encodeConfigArgValue(formValue.value)
|
|
8585
|
+
: encodeConfigArgValue(formValue),
|
|
8586
|
+
};
|
|
8587
|
+
}),
|
|
8618
8588
|
};
|
|
8619
8589
|
}
|
|
8620
8590
|
function configurableOperationValueIsValid(def, value) {
|
|
@@ -11094,11 +11064,18 @@ class DataTableComponent {
|
|
|
11094
11064
|
return index;
|
|
11095
11065
|
}
|
|
11096
11066
|
}
|
|
11067
|
+
ngOnChanges(changes) {
|
|
11068
|
+
var _a;
|
|
11069
|
+
if (changes.items) {
|
|
11070
|
+
this.currentStart = this.itemsPerPage * (this.currentPage - 1);
|
|
11071
|
+
this.currentEnd = this.currentStart + ((_a = changes.items.currentValue) === null || _a === void 0 ? void 0 : _a.length);
|
|
11072
|
+
}
|
|
11073
|
+
}
|
|
11097
11074
|
}
|
|
11098
11075
|
DataTableComponent.decorators = [
|
|
11099
11076
|
{ type: Component, args: [{
|
|
11100
11077
|
selector: 'vdr-data-table',
|
|
11101
|
-
template: "<ng-container *ngIf=\"!items || (items && items.length); else emptyPlaceholder\">\r\n <table class=\"table\">\r\n <thead>\r\n <tr>\r\n <th *ngIf=\"isRowSelectedFn\" class=\"align-middle\">\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n [checked]=\"allSelected\"\r\n (change)=\"allSelectChange.emit()\"\r\n />\r\n </th>\r\n <th *ngFor=\"let header of columns?.toArray()\" class=\"left\" [class.expand]=\"header.expand\">\r\n <ng-container *ngTemplateOutlet=\"header.template\"></ng-container>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr\r\n *ngFor=\"\r\n let item of items\r\n | paginate\r\n : {\r\n itemsPerPage: itemsPerPage,\r\n currentPage: currentPage,\r\n totalItems: totalItems\r\n };\r\n index as i;\r\n trackBy: trackByFn\r\n \"\r\n >\r\n <td *ngIf=\"isRowSelectedFn\" class=\"align-middle\">\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n [checked]=\"isRowSelectedFn(item)\"\r\n (change)=\"rowSelectChange.emit(item)\"\r\n />\r\n </td>\r\n <ng-container\r\n *ngTemplateOutlet=\"rowTemplate; context: { item: item, index: i }\"\r\n ></ng-container>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div class=\"table-footer\">\r\n <vdr-items-per-page-controls\r\n *ngIf=\"totalItems\"\r\n [itemsPerPage]=\"itemsPerPage\"\r\n (itemsPerPageChange)=\"itemsPerPageChange.emit($event)\"\r\n ></vdr-items-per-page-controls>\r\n\r\n <vdr-pagination-controls\r\n *ngIf=\"totalItems\"\r\n [currentPage]=\"currentPage\"\r\n [itemsPerPage]=\"itemsPerPage\"\r\n [totalItems]=\"totalItems\"\r\n (pageChange)=\"pageChange.emit($event)\"\r\n ></vdr-pagination-controls>\r\n </div>\r\n</ng-container>\r\n<ng-template #emptyPlaceholder>\r\n <vdr-empty-placeholder [emptyStateLabel]=\"emptyStateLabel\"></vdr-empty-placeholder>\r\n</ng-template>\r\n",
|
|
11078
|
+
template: "<ng-container *ngIf=\"!items || (items && items.length); else emptyPlaceholder\">\r\n <table class=\"table\">\r\n <thead>\r\n <tr>\r\n <th *ngIf=\"isRowSelectedFn\" class=\"align-middle\">\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n [checked]=\"allSelected\"\r\n (change)=\"allSelectChange.emit()\"\r\n />\r\n </th>\r\n <th *ngFor=\"let header of columns?.toArray()\" class=\"left\" [class.expand]=\"header.expand\">\r\n <ng-container *ngTemplateOutlet=\"header.template\"></ng-container>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr\r\n *ngFor=\"\r\n let item of items\r\n | paginate\r\n : {\r\n itemsPerPage: itemsPerPage,\r\n currentPage: currentPage,\r\n totalItems: totalItems\r\n };\r\n index as i;\r\n trackBy: trackByFn\r\n \"\r\n >\r\n <td *ngIf=\"isRowSelectedFn\" class=\"align-middle\">\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n [checked]=\"isRowSelectedFn(item)\"\r\n (change)=\"rowSelectChange.emit(item)\"\r\n />\r\n </td>\r\n <ng-container\r\n *ngTemplateOutlet=\"rowTemplate; context: { item: item, index: i }\"\r\n ></ng-container>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div class=\"table-footer\">\r\n <vdr-items-per-page-controls\r\n *ngIf=\"totalItems\"\r\n [itemsPerPage]=\"itemsPerPage\"\r\n (itemsPerPageChange)=\"itemsPerPageChange.emit($event)\"\r\n ></vdr-items-per-page-controls>\r\n <div *ngIf=\"totalItems\" class=\"p5\">\r\n {{ 'common.total-items' | translate: { currentStart, currentEnd, totalItems } }}\r\n </div>\r\n\r\n <vdr-pagination-controls\r\n *ngIf=\"totalItems\"\r\n [currentPage]=\"currentPage\"\r\n [itemsPerPage]=\"itemsPerPage\"\r\n [totalItems]=\"totalItems\"\r\n (pageChange)=\"pageChange.emit($event)\"\r\n ></vdr-pagination-controls>\r\n </div>\r\n</ng-container>\r\n<ng-template #emptyPlaceholder>\r\n <vdr-empty-placeholder [emptyStateLabel]=\"emptyStateLabel\"></vdr-empty-placeholder>\r\n</ng-template>\r\n",
|
|
11102
11079
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11103
11080
|
providers: [PaginationService],
|
|
11104
11081
|
styles: [":host{display:block;max-width:100%;overflow:auto}thead th{position:sticky;top:24px;z-index:1}thead th.expand{width:100%}.table-footer{display:flex;align-items:baseline;justify-content:space-between;margin-top:6px}\n"]
|
|
@@ -16074,7 +16051,7 @@ function patchObject(obj, patch) {
|
|
|
16074
16051
|
}
|
|
16075
16052
|
|
|
16076
16053
|
// Auto-generated by the set-version.js script.
|
|
16077
|
-
const ADMIN_UI_VERSION = '1.
|
|
16054
|
+
const ADMIN_UI_VERSION = '1.7.0';
|
|
16078
16055
|
|
|
16079
16056
|
/**
|
|
16080
16057
|
* Responsible for registering dashboard widget components and querying for layouts.
|
|
@@ -16294,5 +16271,5 @@ function unicodePatternValidator(patternRe) {
|
|
|
16294
16271
|
* Generated bundle index. Do not edit.
|
|
16295
16272
|
*/
|
|
16296
16273
|
|
|
16297
|
-
export { ADDRESS_FRAGMENT, ADD_CUSTOMERS_TO_GROUP, ADD_MANUAL_PAYMENT_TO_ORDER, ADD_MEMBERS_TO_ZONE, ADD_NOTE_TO_CUSTOMER, ADD_NOTE_TO_ORDER, ADD_OPTION_GROUP_TO_PRODUCT, ADD_OPTION_TO_GROUP, ADMINISTRATOR_FRAGMENT, ADMIN_UI_VERSION, ALL_CUSTOM_FIELDS_FRAGMENT, ASSET_FRAGMENT, ASSIGN_PRODUCTS_TO_CHANNEL, ASSIGN_ROLE_TO_ADMINISTRATOR, ASSIGN_VARIANTS_TO_CHANNEL, ATTEMPT_LOGIN, AUTH_REDIRECT_PARAM, ActionBarComponent, ActionBarItemsComponent, ActionBarLeftComponent, ActionBarRightComponent, AddressFormComponent, AdjustmentType, AdministratorDataService, AffixedInputComponent, AppComponent, AppComponentModule, AppShellComponent, AssetFileInputComponent, AssetGalleryComponent, AssetPickerDialogComponent, AssetPreviewComponent, AssetPreviewDialogComponent, AssetPreviewLinksComponent, AssetPreviewPipe, AssetSearchInputComponent, AssetType, AuthDataService, AuthGuard, AuthService, BOOLEAN_CUSTOM_FIELD_FRAGMENT, BaseDataService, BaseDetailComponent, BaseEntityResolver, BaseListComponent, BooleanFormInputComponent, BreadcrumbComponent, CANCEL_JOB, CANCEL_ORDER, CHANNEL_FRAGMENT, COLLECTION_FRAGMENT, CONFIGURABLE_OPERATION_DEF_FRAGMENT, CONFIGURABLE_OPERATION_FRAGMENT, COUNTRY_FRAGMENT, CREATE_ADMINISTRATOR, CREATE_ASSETS, CREATE_CHANNEL, CREATE_COLLECTION, CREATE_COUNTRY, CREATE_CUSTOMER, CREATE_CUSTOMER_ADDRESS, CREATE_CUSTOMER_GROUP, CREATE_FACET, CREATE_FACET_VALUES, CREATE_FULFILLMENT, CREATE_PAYMENT_METHOD, CREATE_PRODUCT, CREATE_PRODUCT_OPTION_GROUP, CREATE_PRODUCT_VARIANTS, CREATE_PROMOTION, CREATE_ROLE, CREATE_SHIPPING_METHOD, CREATE_TAG, CREATE_TAX_CATEGORY, CREATE_TAX_RATE, CREATE_ZONE, CURRENT_USER_FRAGMENT, CUSTOMER_FRAGMENT, CUSTOMER_GROUP_FRAGMENT, CUSTOM_FIELD_CONFIG_FRAGMENT, CanDeactivateDetailGuard, ChannelAssignmentControlComponent, ChannelBadgeComponent, ChannelLabelPipe, ChannelSwitcherComponent, CheckJobsLink, ChipComponent, ClientDataService, CollectionDataService, CombinationModeFormInputComponent, ComponentRegistryService, ConfigurableInputComponent, CoreModule, CurrencyCode, CurrencyFormInputComponent, CurrencyInputComponent, CustomDetailComponentHostComponent, CustomDetailComponentService, CustomFieldComponentService, CustomFieldControlComponent, CustomFieldLabelPipe, CustomHttpTranslationLoader, CustomerDataService, CustomerGroupFormInputComponent, CustomerLabelComponent, DATE_TIME_CUSTOM_FIELD_FRAGMENT, DELETE_ADMINISTRATOR, DELETE_ASSETS, DELETE_CHANNEL, DELETE_COLLECTION, DELETE_COUNTRY, DELETE_CUSTOMER, DELETE_CUSTOMER_ADDRESS, DELETE_CUSTOMER_GROUP, DELETE_CUSTOMER_NOTE, DELETE_FACET, DELETE_FACET_VALUES, DELETE_ORDER_NOTE, DELETE_PAYMENT_METHOD, DELETE_PRODUCT, DELETE_PRODUCT_VARIANT, DELETE_PROMOTION, DELETE_ROLE, DELETE_SHIPPING_METHOD, DELETE_TAG, DELETE_TAX_CATEGORY, DELETE_TAX_RATE, DELETE_ZONE, DISCOUNT_FRAGMENT, DashboardWidgetService, DataModule, DataService, DataTableColumnComponent, DataTableComponent, DateFormInputComponent, DatetimePickerComponent, DatetimePickerService, DefaultInterceptor, DeletionResult, DialogButtonsDirective, DialogComponentOutletComponent, DialogTitleDirective, DisabledDirective, DropdownComponent, DropdownItemDirective, DropdownMenuComponent, DropdownTriggerDirective, DurationPipe, DynamicFormInputComponent, ERROR_RESULT_FRAGMENT, EditNoteDialogComponent, EmptyPlaceholderComponent, EntityInfoComponent, ErrorCode, ExtensionHostComponent, ExtensionHostConfig, ExtensionHostService, ExternalImageDialogComponent, FACET_VALUE_FRAGMENT, FACET_WITH_VALUES_FRAGMENT, FLOAT_CUSTOM_FIELD_FRAGMENT, FULFILLMENT_FRAGMENT, FacetDataService, FacetValueChipComponent, FacetValueFormInputComponent, FacetValueSelectorComponent, FetchAdapter, FileSizePipe, FocalPointControlComponent, FormFieldComponent, FormFieldControlDirective, FormItemComponent, FormattedAddressComponent, GET_ACTIVE_ADMINISTRATOR, GET_ACTIVE_CHANNEL, GET_ADJUSTMENT_OPERATIONS, GET_ADMINISTRATOR, GET_ADMINISTRATORS, GET_ASSET, GET_ASSET_LIST, GET_AVAILABLE_COUNTRIES, GET_CHANNEL, GET_CHANNELS, GET_CLIENT_STATE, GET_COLLECTION, GET_COLLECTION_CONTENTS, GET_COLLECTION_FILTERS, GET_COLLECTION_LIST, GET_COUNTRY, GET_COUNTRY_LIST, GET_CURRENT_USER, GET_CUSTOMER, GET_CUSTOMER_GROUPS, GET_CUSTOMER_GROUP_WITH_CUSTOMERS, GET_CUSTOMER_HISTORY, GET_CUSTOMER_LIST, GET_FACET_LIST, GET_FACET_WITH_VALUES, GET_GLOBAL_SETTINGS, GET_JOBS_BY_ID, GET_JOBS_LIST, GET_JOB_INFO, GET_JOB_QUEUE_LIST, GET_NEWTORK_STATUS, GET_ORDER, GET_ORDERS_LIST, GET_ORDER_HISTORY, GET_ORDER_SUMMARY, GET_PAYMENT_METHOD, GET_PAYMENT_METHOD_LIST, GET_PAYMENT_METHOD_OPERATIONS, GET_PENDING_SEARCH_INDEX_UPDATES, GET_PRODUCT_LIST, GET_PRODUCT_OPTION_GROUP, GET_PRODUCT_OPTION_GROUPS, GET_PRODUCT_SIMPLE, GET_PRODUCT_VARIANT, GET_PRODUCT_VARIANT_LIST, GET_PRODUCT_VARIANT_LIST_SIMPLE, GET_PRODUCT_VARIANT_OPTIONS, GET_PRODUCT_WITH_VARIANTS, GET_PROMOTION, GET_PROMOTION_LIST, GET_ROLE, GET_ROLES, GET_SERVER_CONFIG, GET_SHIPPING_METHOD, GET_SHIPPING_METHOD_LIST, GET_SHIPPING_METHOD_OPERATIONS, GET_TAG, GET_TAG_LIST, GET_TAX_CATEGORIES, GET_TAX_CATEGORY, GET_TAX_RATE, GET_TAX_RATE_LIST, GET_TAX_RATE_LIST_SIMPLE, GET_UI_STATE, GET_USER_STATUS, GET_ZONE, GET_ZONES, GLOBAL_SETTINGS_FRAGMENT, GlobalFlag, HasPermissionPipe, HealthCheckService, HelpTooltipComponent, HistoryEntryDetailComponent, HistoryEntryType, HttpLoaderFactory, I18nService, INT_CUSTOM_FIELD_FRAGMENT, IfDefaultChannelActiveDirective, IfDirectiveBase, IfMultichannelDirective, IfPermissionsDirective, InjectableTranslateMessageFormatCompiler, ItemsPerPageControlsComponent, JOB_INFO_FRAGMENT, JobQueueService, JobState, JsonEditorFormInputComponent, LOCALE_STRING_CUSTOM_FIELD_FRAGMENT, LOG_OUT, LabeledDataComponent, LanguageCode, LanguageSelectorComponent, LinkDialogComponent, LocalStorageService, LocaleBasePipe, LocaleCurrencyNamePipe, LocaleCurrencyPipe, LocaleDatePipe, LocaleLanguageNamePipe, LocaleRegionNamePipe, LogicalOperator, MODIFY_ORDER, MOVE_COLLECTION, MainNavComponent, ManageTagsDialogComponent, ModalDialogComponent, ModalService, NavBuilderService, NotificationComponent, NotificationService, NumberFormInputComponent, ORDER_ADDRESS_FRAGMENT, ORDER_DETAIL_FRAGMENT, ORDER_FRAGMENT, ORDER_LINE_FRAGMENT, ObjectTreeComponent, OmitTypenameLink, OrderDataService, OrderStateLabelComponent, OverlayHostComponent, OverlayHostService, PAYMENT_METHOD_FRAGMENT, PREVIEW_COLLECTION_CONTENTS, PRODUCT_DETAIL_FRAGMENT, PRODUCT_OPTION_FRAGMENT, PRODUCT_OPTION_GROUP_FRAGMENT, PRODUCT_OPTION_GROUP_WITH_OPTIONS_FRAGMENT, PRODUCT_SELECTOR_SEARCH, PRODUCT_VARIANT_FRAGMENT, PROMOTION_FRAGMENT, PaginationControlsComponent, PasswordFormInputComponent, PercentageSuffixInputComponent, Permission, ProductDataService, ProductMultiSelectorDialogComponent, ProductMultiSelectorFormInputComponent, ProductSearchInputComponent, ProductSelectorComponent, ProductSelectorFormInputComponent, PromotionDataService, ProsemirrorService, QueryResult, REFUND_FRAGMENT, REFUND_ORDER, REINDEX, RELATION_CUSTOM_FIELD_FRAGMENT, REMOVE_CUSTOMERS_FROM_GROUP, REMOVE_MEMBERS_FROM_ZONE, REMOVE_OPTION_GROUP_FROM_PRODUCT, REMOVE_PRODUCTS_FROM_CHANNEL, REMOVE_VARIANTS_FROM_CHANNEL, REQUEST_COMPLETED, REQUEST_STARTED, ROLE_FRAGMENT, RUN_PENDING_SEARCH_INDEX_UPDATES, RelationAssetInputComponent, RelationCardComponent, RelationCardDetailDirective, RelationCardPreviewDirective, RelationCustomerInputComponent, RelationFormInputComponent, RelationGenericInputComponent, RelationProductInputComponent, RelationProductVariantInputComponent, RelationSelectorDialogComponent, RichTextEditorComponent, RichTextFormInputComponent, SEARCH_PRODUCTS, SETTLE_PAYMENT, SETTLE_REFUND, SET_ACTIVE_CHANNEL, SET_AS_LOGGED_IN, SET_AS_LOGGED_OUT, SET_CONTENT_LANGUAGE, SET_DISPLAY_UI_EXTENSION_POINTS, SET_UI_LANGUAGE_AND_LOCALE, SET_UI_LOCALE, SET_UI_THEME, SHIPPING_METHOD_FRAGMENT, STRING_CUSTOM_FIELD_FRAGMENT, SelectFormInputComponent, SelectToggleComponent, SelectionManager, SentenceCasePipe, ServerConfigService, SettingsDataService, SharedModule, ShippingMethodDataService, SimpleDialogComponent, SingleSearchSelectionModel, SingleSearchSelectionModelFactory, SortOrder, SortPipe, StateI18nTokenPipe, StatusBadgeComponent, StockMovementType, StringToColorPipe, TAG_FRAGMENT, TAX_CATEGORY_FRAGMENT, TAX_RATE_FRAGMENT, TEST_ELIGIBLE_SHIPPING_METHODS, TEST_SHIPPING_METHOD, TEXT_CUSTOM_FIELD_FRAGMENT, TRANSITION_FULFILLMENT_TO_STATE, TRANSITION_ORDER_TO_STATE, TRANSITION_PAYMENT_TO_STATE, TabbedCustomFieldsComponent, TableRowActionComponent, TagSelectorComponent, TextFormInputComponent, TextareaFormInputComponent, ThemeSwitcherComponent, TimeAgoPipe, TimelineEntryComponent, TitleInputComponent, UPDATE_ACTIVE_ADMINISTRATOR, UPDATE_ADMINISTRATOR, UPDATE_ASSET, UPDATE_CHANNEL, UPDATE_COLLECTION, UPDATE_COUNTRY, UPDATE_CUSTOMER, UPDATE_CUSTOMER_ADDRESS, UPDATE_CUSTOMER_GROUP, UPDATE_CUSTOMER_NOTE, UPDATE_FACET, UPDATE_FACET_VALUES, UPDATE_GLOBAL_SETTINGS, UPDATE_ORDER_CUSTOM_FIELDS, UPDATE_ORDER_NOTE, UPDATE_PAYMENT_METHOD, UPDATE_PRODUCT, UPDATE_PRODUCT_OPTION, UPDATE_PRODUCT_OPTION_GROUP, UPDATE_PRODUCT_VARIANTS, UPDATE_PROMOTION, UPDATE_ROLE, UPDATE_SHIPPING_METHOD, UPDATE_TAG, UPDATE_TAX_CATEGORY, UPDATE_TAX_RATE, UPDATE_USER_CHANNELS, UPDATE_ZONE, USER_STATUS_FRAGMENT, UiExtensionPointComponent, UiLanguageSwitcherDialogComponent, UserMenuComponent, ZONE_FRAGMENT, addActionBarItem, addCustomFields, addNavMenuItem, addNavMenuSection, blockQuoteRule, buildInputRules, buildKeymap, buildMenuItems, bulletListRule, canInsert, clientResolvers, codeBlockRule, configurableDefinitionToInstance, configurableOperationValueIsValid, createApollo, createResolveData, createUpdatedTranslatable, dayOfWeekIndex, defaultFormInputs, detailBreadcrumb, encodeConfigArgValue, findTranslation, flattenFacetValues, getAppConfig, getClientDefaults, getConfigArgValue, getDefaultConfigArgValue, getDefaultUiLanguage, getDefaultUiLocale, getLocales, getMarkRange, getServerLocation, headingRule, hostExternalFrame, initializeServerConfigService, insertImageItem, interpolateDescription, result as introspectionResult, isEntityCreateOrUpdateMutation, jsonValidator, linkItem, linkSelectPlugin, loadAppConfig, markActive, orderedListRule, registerCustomDetailComponent, registerCustomFieldComponent, registerDashboardWidget, registerDefaultFormInputs, registerFormInputComponent, removeReadonlyCustomFields, setDashboardWidgetLayout, stringToColor, toConfigurableOperationInput, transformRelationCustomFieldInputs, unicodePatternValidator, weekDayNames, ɵ1, ɵ10, ɵ2, ɵ3, ɵ4, ɵ5, ɵ6, ɵ7, ɵ8, ɵ9 };
|
|
16274
|
+
export { ADDRESS_FRAGMENT, ADD_CUSTOMERS_TO_GROUP, ADD_MANUAL_PAYMENT_TO_ORDER, ADD_MEMBERS_TO_ZONE, ADD_NOTE_TO_CUSTOMER, ADD_NOTE_TO_ORDER, ADD_OPTION_GROUP_TO_PRODUCT, ADD_OPTION_TO_GROUP, ADMINISTRATOR_FRAGMENT, ADMIN_UI_VERSION, ALL_CUSTOM_FIELDS_FRAGMENT, ASSET_FRAGMENT, ASSIGN_PRODUCTS_TO_CHANNEL, ASSIGN_ROLE_TO_ADMINISTRATOR, ASSIGN_VARIANTS_TO_CHANNEL, ATTEMPT_LOGIN, AUTH_REDIRECT_PARAM, ActionBarComponent, ActionBarItemsComponent, ActionBarLeftComponent, ActionBarRightComponent, AddressFormComponent, AdjustmentType, AdministratorDataService, AffixedInputComponent, AppComponent, AppComponentModule, AppShellComponent, AssetFileInputComponent, AssetGalleryComponent, AssetPickerDialogComponent, AssetPreviewComponent, AssetPreviewDialogComponent, AssetPreviewLinksComponent, AssetPreviewPipe, AssetSearchInputComponent, AssetType, AuthDataService, AuthGuard, AuthService, BOOLEAN_CUSTOM_FIELD_FRAGMENT, BaseDataService, BaseDetailComponent, BaseEntityResolver, BaseListComponent, BooleanFormInputComponent, BreadcrumbComponent, CANCEL_JOB, CANCEL_ORDER, CANCEL_PAYMENT, CHANNEL_FRAGMENT, COLLECTION_FRAGMENT, CONFIGURABLE_OPERATION_DEF_FRAGMENT, CONFIGURABLE_OPERATION_FRAGMENT, COUNTRY_FRAGMENT, CREATE_ADMINISTRATOR, CREATE_ASSETS, CREATE_CHANNEL, CREATE_COLLECTION, CREATE_COUNTRY, CREATE_CUSTOMER, CREATE_CUSTOMER_ADDRESS, CREATE_CUSTOMER_GROUP, CREATE_FACET, CREATE_FACET_VALUES, CREATE_FULFILLMENT, CREATE_PAYMENT_METHOD, CREATE_PRODUCT, CREATE_PRODUCT_OPTION_GROUP, CREATE_PRODUCT_VARIANTS, CREATE_PROMOTION, CREATE_ROLE, CREATE_SHIPPING_METHOD, CREATE_TAG, CREATE_TAX_CATEGORY, CREATE_TAX_RATE, CREATE_ZONE, CURRENT_USER_FRAGMENT, CUSTOMER_FRAGMENT, CUSTOMER_GROUP_FRAGMENT, CUSTOM_FIELD_CONFIG_FRAGMENT, CanDeactivateDetailGuard, ChannelAssignmentControlComponent, ChannelBadgeComponent, ChannelLabelPipe, ChannelSwitcherComponent, CheckJobsLink, ChipComponent, ClientDataService, CollectionDataService, CombinationModeFormInputComponent, ComponentRegistryService, ConfigurableInputComponent, CoreModule, CurrencyCode, CurrencyFormInputComponent, CurrencyInputComponent, CustomDetailComponentHostComponent, CustomDetailComponentService, CustomFieldComponentService, CustomFieldControlComponent, CustomFieldLabelPipe, CustomHttpTranslationLoader, CustomerDataService, CustomerGroupFormInputComponent, CustomerLabelComponent, DATE_TIME_CUSTOM_FIELD_FRAGMENT, DELETE_ADMINISTRATOR, DELETE_ASSETS, DELETE_CHANNEL, DELETE_COLLECTION, DELETE_COUNTRY, DELETE_CUSTOMER, DELETE_CUSTOMER_ADDRESS, DELETE_CUSTOMER_GROUP, DELETE_CUSTOMER_NOTE, DELETE_FACET, DELETE_FACET_VALUES, DELETE_ORDER_NOTE, DELETE_PAYMENT_METHOD, DELETE_PRODUCT, DELETE_PRODUCT_OPTION, DELETE_PRODUCT_VARIANT, DELETE_PROMOTION, DELETE_ROLE, DELETE_SHIPPING_METHOD, DELETE_TAG, DELETE_TAX_CATEGORY, DELETE_TAX_RATE, DELETE_ZONE, DISCOUNT_FRAGMENT, DashboardWidgetService, DataModule, DataService, DataTableColumnComponent, DataTableComponent, DateFormInputComponent, DatetimePickerComponent, DatetimePickerService, DefaultInterceptor, DeletionResult, DialogButtonsDirective, DialogComponentOutletComponent, DialogTitleDirective, DisabledDirective, DropdownComponent, DropdownItemDirective, DropdownMenuComponent, DropdownTriggerDirective, DurationPipe, DynamicFormInputComponent, ERROR_RESULT_FRAGMENT, EditNoteDialogComponent, EmptyPlaceholderComponent, EntityInfoComponent, ErrorCode, ExtensionHostComponent, ExtensionHostConfig, ExtensionHostService, ExternalImageDialogComponent, FACET_VALUE_FRAGMENT, FACET_WITH_VALUES_FRAGMENT, FLOAT_CUSTOM_FIELD_FRAGMENT, FULFILLMENT_FRAGMENT, FacetDataService, FacetValueChipComponent, FacetValueFormInputComponent, FacetValueSelectorComponent, FetchAdapter, FileSizePipe, FocalPointControlComponent, FormFieldComponent, FormFieldControlDirective, FormItemComponent, FormattedAddressComponent, GET_ACTIVE_ADMINISTRATOR, GET_ACTIVE_CHANNEL, GET_ADJUSTMENT_OPERATIONS, GET_ADMINISTRATOR, GET_ADMINISTRATORS, GET_ASSET, GET_ASSET_LIST, GET_AVAILABLE_COUNTRIES, GET_CHANNEL, GET_CHANNELS, GET_CLIENT_STATE, GET_COLLECTION, GET_COLLECTION_CONTENTS, GET_COLLECTION_FILTERS, GET_COLLECTION_LIST, GET_COUNTRY, GET_COUNTRY_LIST, GET_CURRENT_USER, GET_CUSTOMER, GET_CUSTOMER_GROUPS, GET_CUSTOMER_GROUP_WITH_CUSTOMERS, GET_CUSTOMER_HISTORY, GET_CUSTOMER_LIST, GET_FACET_LIST, GET_FACET_WITH_VALUES, GET_GLOBAL_SETTINGS, GET_JOBS_BY_ID, GET_JOBS_LIST, GET_JOB_INFO, GET_JOB_QUEUE_LIST, GET_NEWTORK_STATUS, GET_ORDER, GET_ORDERS_LIST, GET_ORDER_HISTORY, GET_ORDER_SUMMARY, GET_PAYMENT_METHOD, GET_PAYMENT_METHOD_LIST, GET_PAYMENT_METHOD_OPERATIONS, GET_PENDING_SEARCH_INDEX_UPDATES, GET_PRODUCT_LIST, GET_PRODUCT_OPTION_GROUP, GET_PRODUCT_OPTION_GROUPS, GET_PRODUCT_SIMPLE, GET_PRODUCT_VARIANT, GET_PRODUCT_VARIANT_LIST, GET_PRODUCT_VARIANT_LIST_SIMPLE, GET_PRODUCT_VARIANT_OPTIONS, GET_PRODUCT_WITH_VARIANTS, GET_PROMOTION, GET_PROMOTION_LIST, GET_ROLE, GET_ROLES, GET_SERVER_CONFIG, GET_SHIPPING_METHOD, GET_SHIPPING_METHOD_LIST, GET_SHIPPING_METHOD_OPERATIONS, GET_TAG, GET_TAG_LIST, GET_TAX_CATEGORIES, GET_TAX_CATEGORY, GET_TAX_RATE, GET_TAX_RATE_LIST, GET_TAX_RATE_LIST_SIMPLE, GET_UI_STATE, GET_USER_STATUS, GET_ZONE, GET_ZONES, GLOBAL_SETTINGS_FRAGMENT, GlobalFlag, HasPermissionPipe, HealthCheckService, HelpTooltipComponent, HistoryEntryDetailComponent, HistoryEntryType, HttpLoaderFactory, I18nService, INT_CUSTOM_FIELD_FRAGMENT, IfDefaultChannelActiveDirective, IfDirectiveBase, IfMultichannelDirective, IfPermissionsDirective, InjectableTranslateMessageFormatCompiler, ItemsPerPageControlsComponent, JOB_INFO_FRAGMENT, JobQueueService, JobState, JsonEditorFormInputComponent, LOCALE_STRING_CUSTOM_FIELD_FRAGMENT, LOG_OUT, LabeledDataComponent, LanguageCode, LanguageSelectorComponent, LinkDialogComponent, LocalStorageService, LocaleBasePipe, LocaleCurrencyNamePipe, LocaleCurrencyPipe, LocaleDatePipe, LocaleLanguageNamePipe, LocaleRegionNamePipe, LogicalOperator, MODIFY_ORDER, MOVE_COLLECTION, MainNavComponent, ManageTagsDialogComponent, ModalDialogComponent, ModalService, NavBuilderService, NotificationComponent, NotificationService, NumberFormInputComponent, ORDER_ADDRESS_FRAGMENT, ORDER_DETAIL_FRAGMENT, ORDER_FRAGMENT, ORDER_LINE_FRAGMENT, ObjectTreeComponent, OmitTypenameLink, OrderDataService, OrderStateLabelComponent, OverlayHostComponent, OverlayHostService, PAYMENT_FRAGMENT, PAYMENT_METHOD_FRAGMENT, PREVIEW_COLLECTION_CONTENTS, PRODUCT_DETAIL_FRAGMENT, PRODUCT_OPTION_FRAGMENT, PRODUCT_OPTION_GROUP_FRAGMENT, PRODUCT_OPTION_GROUP_WITH_OPTIONS_FRAGMENT, PRODUCT_SELECTOR_SEARCH, PRODUCT_VARIANT_FRAGMENT, PROMOTION_FRAGMENT, PaginationControlsComponent, PasswordFormInputComponent, PercentageSuffixInputComponent, Permission, ProductDataService, ProductMultiSelectorDialogComponent, ProductMultiSelectorFormInputComponent, ProductSearchInputComponent, ProductSelectorComponent, ProductSelectorFormInputComponent, PromotionDataService, ProsemirrorService, QueryResult, REFUND_FRAGMENT, REFUND_ORDER, REINDEX, RELATION_CUSTOM_FIELD_FRAGMENT, REMOVE_CUSTOMERS_FROM_GROUP, REMOVE_MEMBERS_FROM_ZONE, REMOVE_OPTION_GROUP_FROM_PRODUCT, REMOVE_PRODUCTS_FROM_CHANNEL, REMOVE_VARIANTS_FROM_CHANNEL, REQUEST_COMPLETED, REQUEST_STARTED, ROLE_FRAGMENT, RUN_PENDING_SEARCH_INDEX_UPDATES, RelationAssetInputComponent, RelationCardComponent, RelationCardDetailDirective, RelationCardPreviewDirective, RelationCustomerInputComponent, RelationFormInputComponent, RelationGenericInputComponent, RelationProductInputComponent, RelationProductVariantInputComponent, RelationSelectorDialogComponent, RichTextEditorComponent, RichTextFormInputComponent, SEARCH_PRODUCTS, SETTLE_PAYMENT, SETTLE_REFUND, SET_ACTIVE_CHANNEL, SET_AS_LOGGED_IN, SET_AS_LOGGED_OUT, SET_CONTENT_LANGUAGE, SET_DISPLAY_UI_EXTENSION_POINTS, SET_UI_LANGUAGE_AND_LOCALE, SET_UI_LOCALE, SET_UI_THEME, SHIPPING_METHOD_FRAGMENT, STRING_CUSTOM_FIELD_FRAGMENT, SelectFormInputComponent, SelectToggleComponent, SelectionManager, SentenceCasePipe, ServerConfigService, SettingsDataService, SharedModule, ShippingMethodDataService, SimpleDialogComponent, SingleSearchSelectionModel, SingleSearchSelectionModelFactory, SortOrder, SortPipe, StateI18nTokenPipe, StatusBadgeComponent, StockMovementType, StringToColorPipe, TAG_FRAGMENT, TAX_CATEGORY_FRAGMENT, TAX_RATE_FRAGMENT, TEST_ELIGIBLE_SHIPPING_METHODS, TEST_SHIPPING_METHOD, TEXT_CUSTOM_FIELD_FRAGMENT, TRANSITION_FULFILLMENT_TO_STATE, TRANSITION_ORDER_TO_STATE, TRANSITION_PAYMENT_TO_STATE, TabbedCustomFieldsComponent, TableRowActionComponent, TagSelectorComponent, TextFormInputComponent, TextareaFormInputComponent, ThemeSwitcherComponent, TimeAgoPipe, TimelineEntryComponent, TitleInputComponent, UPDATE_ACTIVE_ADMINISTRATOR, UPDATE_ADMINISTRATOR, UPDATE_ASSET, UPDATE_CHANNEL, UPDATE_COLLECTION, UPDATE_COUNTRY, UPDATE_CUSTOMER, UPDATE_CUSTOMER_ADDRESS, UPDATE_CUSTOMER_GROUP, UPDATE_CUSTOMER_NOTE, UPDATE_FACET, UPDATE_FACET_VALUES, UPDATE_GLOBAL_SETTINGS, UPDATE_ORDER_CUSTOM_FIELDS, UPDATE_ORDER_NOTE, UPDATE_PAYMENT_METHOD, UPDATE_PRODUCT, UPDATE_PRODUCT_OPTION, UPDATE_PRODUCT_OPTION_GROUP, UPDATE_PRODUCT_VARIANTS, UPDATE_PROMOTION, UPDATE_ROLE, UPDATE_SHIPPING_METHOD, UPDATE_TAG, UPDATE_TAX_CATEGORY, UPDATE_TAX_RATE, UPDATE_USER_CHANNELS, UPDATE_ZONE, USER_STATUS_FRAGMENT, UiExtensionPointComponent, UiLanguageSwitcherDialogComponent, UserMenuComponent, ZONE_FRAGMENT, addActionBarItem, addCustomFields, addNavMenuItem, addNavMenuSection, blockQuoteRule, buildInputRules, buildKeymap, buildMenuItems, bulletListRule, canInsert, clientResolvers, codeBlockRule, configurableDefinitionToInstance, configurableOperationValueIsValid, createApollo, createResolveData, createUpdatedTranslatable, dayOfWeekIndex, defaultFormInputs, detailBreadcrumb, encodeConfigArgValue, findTranslation, flattenFacetValues, getAppConfig, getClientDefaults, getConfigArgValue, getDefaultConfigArgValue, getDefaultUiLanguage, getDefaultUiLocale, getLocales, getMarkRange, getServerLocation, headingRule, hostExternalFrame, initializeServerConfigService, insertImageItem, interpolateDescription, result as introspectionResult, isEntityCreateOrUpdateMutation, jsonValidator, linkItem, linkSelectPlugin, loadAppConfig, markActive, orderedListRule, registerCustomDetailComponent, registerCustomFieldComponent, registerDashboardWidget, registerDefaultFormInputs, registerFormInputComponent, removeReadonlyCustomFields, setDashboardWidgetLayout, stringToColor, toConfigurableOperationInput, transformRelationCustomFieldInputs, unicodePatternValidator, weekDayNames, ɵ1, ɵ10, ɵ2, ɵ3, ɵ4, ɵ5, ɵ6, ɵ7, ɵ8, ɵ9 };
|
|
16298
16275
|
//# sourceMappingURL=vendure-admin-ui-core.js.map
|