@licklist/design 0.74.1-stage.5 → 0.74.1-stage.7
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.
|
@@ -284,12 +284,6 @@ function ProductControl(param) {
|
|
|
284
284
|
onFocus: onFocus,
|
|
285
285
|
disabled: isUnlimited
|
|
286
286
|
}),
|
|
287
|
-
/*#__PURE__*/ jsx(ProductScanRangeControl, {
|
|
288
|
-
isLoading: isLoading,
|
|
289
|
-
fieldNamePrefix: fieldNamePrefix,
|
|
290
|
-
isOverrides: isOverrides,
|
|
291
|
-
onFocus: onFocus
|
|
292
|
-
}),
|
|
293
287
|
/*#__PURE__*/ jsxs(Form.Group, {
|
|
294
288
|
controlId: unlimitedQuantityId,
|
|
295
289
|
className: "custom-checkbox",
|
|
@@ -305,6 +299,12 @@ function ProductControl(param) {
|
|
|
305
299
|
children: t('isUnlimited')
|
|
306
300
|
})
|
|
307
301
|
]
|
|
302
|
+
}),
|
|
303
|
+
/*#__PURE__*/ jsx(ProductScanRangeControl, {
|
|
304
|
+
isLoading: isLoading,
|
|
305
|
+
fieldNamePrefix: fieldNamePrefix,
|
|
306
|
+
isOverrides: isOverrides,
|
|
307
|
+
onFocus: onFocus
|
|
308
308
|
})
|
|
309
309
|
]
|
|
310
310
|
})
|
|
@@ -58,7 +58,7 @@ export declare const updateModifiersSetAtProductSetForm: (data: ProductSetFormVa
|
|
|
58
58
|
sort: number | null;
|
|
59
59
|
color?: string;
|
|
60
60
|
productZones?: import("../product-zone").ProductZoneControlValues[];
|
|
61
|
-
waiverType?: ProductWaiverType | null;
|
|
61
|
+
waiverType?: import("@licklist/core/dist/DataMapper/Product/ProductDataMapper").ProductWaiverType | null;
|
|
62
62
|
subProducts?: import("../types").SubProduct[];
|
|
63
63
|
_id?: number;
|
|
64
64
|
}[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.74.1-stage.
|
|
3
|
+
"version": "0.74.1-stage.7",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@licklist/core": "0.
|
|
45
|
+
"@licklist/core": "0.33.1-stage.2",
|
|
46
46
|
"@licklist/eslint-config": "0.5.6",
|
|
47
47
|
"@licklist/plugins": "0.35.6-stage.2",
|
|
48
48
|
"lodash": "4.17.21",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@dnd-kit/utilities": "2.0.0",
|
|
62
62
|
"@fortawesome/fontawesome-svg-core": "1.2.34",
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "5.15.2",
|
|
64
|
-
"@licklist/core": "0.
|
|
64
|
+
"@licklist/core": "0.33.1-stage.2",
|
|
65
65
|
"@licklist/eslint-config": "0.5.6",
|
|
66
66
|
"@licklist/plugins": "0.35.6-stage.2",
|
|
67
67
|
"@mantine/core": "6.0.22",
|
|
@@ -310,13 +310,6 @@ export function ProductControl<T extends FormValues>({
|
|
|
310
310
|
disabled={isUnlimited}
|
|
311
311
|
/>
|
|
312
312
|
|
|
313
|
-
<ProductScanRangeControl<T>
|
|
314
|
-
isLoading={isLoading}
|
|
315
|
-
fieldNamePrefix={fieldNamePrefix}
|
|
316
|
-
isOverrides={isOverrides}
|
|
317
|
-
onFocus={onFocus}
|
|
318
|
-
/>
|
|
319
|
-
|
|
320
313
|
<Form.Group
|
|
321
314
|
controlId={unlimitedQuantityId}
|
|
322
315
|
className='custom-checkbox'
|
|
@@ -330,6 +323,13 @@ export function ProductControl<T extends FormValues>({
|
|
|
330
323
|
/>
|
|
331
324
|
<Form.Check.Label>{t('isUnlimited')}</Form.Check.Label>
|
|
332
325
|
</Form.Group>
|
|
326
|
+
|
|
327
|
+
<ProductScanRangeControl<T>
|
|
328
|
+
isLoading={isLoading}
|
|
329
|
+
fieldNamePrefix={fieldNamePrefix}
|
|
330
|
+
isOverrides={isOverrides}
|
|
331
|
+
onFocus={onFocus}
|
|
332
|
+
/>
|
|
333
333
|
</div>
|
|
334
334
|
</Col>
|
|
335
335
|
</Row>
|
package/yarn.lock
CHANGED
|
@@ -2450,9 +2450,9 @@ __metadata:
|
|
|
2450
2450
|
languageName: node
|
|
2451
2451
|
linkType: hard
|
|
2452
2452
|
|
|
2453
|
-
"@licklist/core@npm:0.32.
|
|
2454
|
-
version: 0.32.
|
|
2455
|
-
resolution: "@licklist/core@npm:0.32.
|
|
2453
|
+
"@licklist/core@npm:0.32.8-stage.3":
|
|
2454
|
+
version: 0.32.8-stage.3
|
|
2455
|
+
resolution: "@licklist/core@npm:0.32.8-stage.3"
|
|
2456
2456
|
dependencies:
|
|
2457
2457
|
"@sentry/browser": "npm:6.2.0"
|
|
2458
2458
|
axios: "npm:0.26.0"
|
|
@@ -2474,13 +2474,13 @@ __metadata:
|
|
|
2474
2474
|
react-i18next: 11.8.8
|
|
2475
2475
|
react-intl: 6.6.8
|
|
2476
2476
|
zustand: 3.7.2
|
|
2477
|
-
checksum: 10c0/
|
|
2477
|
+
checksum: 10c0/8cfd12a78c9ded03ce1ba74910ab66599bf4ed70a418061d5618051bf3e1b7e3f9c88748b08c35fe11b18bf3169a483fa0c7787ecfc7d2d8e8fe0ee82b6539b6
|
|
2478
2478
|
languageName: node
|
|
2479
2479
|
linkType: hard
|
|
2480
2480
|
|
|
2481
|
-
"@licklist/core@npm:0.
|
|
2482
|
-
version: 0.
|
|
2483
|
-
resolution: "@licklist/core@npm:0.
|
|
2481
|
+
"@licklist/core@npm:0.33.1-stage.2":
|
|
2482
|
+
version: 0.33.1-stage.2
|
|
2483
|
+
resolution: "@licklist/core@npm:0.33.1-stage.2"
|
|
2484
2484
|
dependencies:
|
|
2485
2485
|
"@sentry/browser": "npm:6.2.0"
|
|
2486
2486
|
axios: "npm:0.26.0"
|
|
@@ -2502,7 +2502,7 @@ __metadata:
|
|
|
2502
2502
|
react-i18next: 11.8.8
|
|
2503
2503
|
react-intl: 6.6.8
|
|
2504
2504
|
zustand: 3.7.2
|
|
2505
|
-
checksum: 10c0/
|
|
2505
|
+
checksum: 10c0/3f06eaf0cd706b56aa3e216718c308a1df94ccf72756bd7e7ecb61fe4317140fa8d01e8e0c8d946f78ff2139d0b7a3eb00c1ccafc631e42d3d562cf093348b4e
|
|
2506
2506
|
languageName: node
|
|
2507
2507
|
linkType: hard
|
|
2508
2508
|
|
|
@@ -2517,7 +2517,7 @@ __metadata:
|
|
|
2517
2517
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2518
2518
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2519
2519
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2520
|
-
"@licklist/core": "npm:0.
|
|
2520
|
+
"@licklist/core": "npm:0.33.1-stage.2"
|
|
2521
2521
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2522
2522
|
"@licklist/plugins": "npm:0.35.6-stage.2"
|
|
2523
2523
|
"@mantine/core": "npm:6.0.22"
|
|
@@ -2648,7 +2648,7 @@ __metadata:
|
|
|
2648
2648
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2649
2649
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2650
2650
|
peerDependencies:
|
|
2651
|
-
"@licklist/core": 0.
|
|
2651
|
+
"@licklist/core": 0.33.1-stage.2
|
|
2652
2652
|
"@licklist/eslint-config": 0.5.6
|
|
2653
2653
|
"@licklist/plugins": 0.35.6-stage.2
|
|
2654
2654
|
lodash: 4.17.21
|
|
@@ -5696,11 +5696,11 @@ __metadata:
|
|
|
5696
5696
|
linkType: hard
|
|
5697
5697
|
|
|
5698
5698
|
"@types/node@npm:*":
|
|
5699
|
-
version: 22.15.
|
|
5700
|
-
resolution: "@types/node@npm:22.15.
|
|
5699
|
+
version: 22.15.18
|
|
5700
|
+
resolution: "@types/node@npm:22.15.18"
|
|
5701
5701
|
dependencies:
|
|
5702
5702
|
undici-types: "npm:~6.21.0"
|
|
5703
|
-
checksum: 10c0/
|
|
5703
|
+
checksum: 10c0/e23178c568e2dc6b93b6aa3b8dfb45f9556e527918c947fe7406a4c92d2184c7396558912400c3b1b8d0fa952ec63819aca2b8e4d3545455fc6f1e9623e09ca6
|
|
5704
5704
|
languageName: node
|
|
5705
5705
|
linkType: hard
|
|
5706
5706
|
|
|
@@ -8075,9 +8075,9 @@ __metadata:
|
|
|
8075
8075
|
linkType: hard
|
|
8076
8076
|
|
|
8077
8077
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001716":
|
|
8078
|
-
version: 1.0.
|
|
8079
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8080
|
-
checksum: 10c0/
|
|
8078
|
+
version: 1.0.30001718
|
|
8079
|
+
resolution: "caniuse-lite@npm:1.0.30001718"
|
|
8080
|
+
checksum: 10c0/67f9ad09bc16443e28d14f265d6e468480cd8dc1900d0d8b982222de80c699c4f2306599c3da8a3fa7139f110d4b30d49dbac78f215470f479abb6ffe141d5d3
|
|
8081
8081
|
languageName: node
|
|
8082
8082
|
linkType: hard
|
|
8083
8083
|
|
|
@@ -9342,14 +9342,14 @@ __metadata:
|
|
|
9342
9342
|
linkType: hard
|
|
9343
9343
|
|
|
9344
9344
|
"debug@npm:4, debug@npm:^4.0.1, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.6":
|
|
9345
|
-
version: 4.4.
|
|
9346
|
-
resolution: "debug@npm:4.4.
|
|
9345
|
+
version: 4.4.1
|
|
9346
|
+
resolution: "debug@npm:4.4.1"
|
|
9347
9347
|
dependencies:
|
|
9348
9348
|
ms: "npm:^2.1.3"
|
|
9349
9349
|
peerDependenciesMeta:
|
|
9350
9350
|
supports-color:
|
|
9351
9351
|
optional: true
|
|
9352
|
-
checksum: 10c0/
|
|
9352
|
+
checksum: 10c0/d2b44bc1afd912b49bb7ebb0d50a860dc93a4dd7d946e8de94abc957bb63726b7dd5aa48c18c2386c379ec024c46692e15ed3ed97d481729f929201e671fcd55
|
|
9353
9353
|
languageName: node
|
|
9354
9354
|
linkType: hard
|
|
9355
9355
|
|
|
@@ -9864,9 +9864,9 @@ __metadata:
|
|
|
9864
9864
|
linkType: hard
|
|
9865
9865
|
|
|
9866
9866
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.149":
|
|
9867
|
-
version: 1.5.
|
|
9868
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9869
|
-
checksum: 10c0/
|
|
9867
|
+
version: 1.5.152
|
|
9868
|
+
resolution: "electron-to-chromium@npm:1.5.152"
|
|
9869
|
+
checksum: 10c0/99c58dc8fc6b22ea64f118599663a0d336aa28693fbd275d06f3e2c1d1a6c954fcb88f5b2390223267bb3487940d3e587b6acac8b1b2ebc4dc65c44cd7739c7c
|
|
9870
9870
|
languageName: node
|
|
9871
9871
|
linkType: hard
|
|
9872
9872
|
|
|
@@ -12363,9 +12363,9 @@ __metadata:
|
|
|
12363
12363
|
linkType: hard
|
|
12364
12364
|
|
|
12365
12365
|
"http-cache-semantics@npm:^4.1.1":
|
|
12366
|
-
version: 4.
|
|
12367
|
-
resolution: "http-cache-semantics@npm:4.
|
|
12368
|
-
checksum: 10c0/
|
|
12366
|
+
version: 4.2.0
|
|
12367
|
+
resolution: "http-cache-semantics@npm:4.2.0"
|
|
12368
|
+
checksum: 10c0/45b66a945cf13ec2d1f29432277201313babf4a01d9e52f44b31ca923434083afeca03f18417f599c9ab3d0e7b618ceb21257542338b57c54b710463b4a53e37
|
|
12369
12369
|
languageName: node
|
|
12370
12370
|
linkType: hard
|
|
12371
12371
|
|
|
@@ -13791,9 +13791,9 @@ __metadata:
|
|
|
13791
13791
|
linkType: hard
|
|
13792
13792
|
|
|
13793
13793
|
"libphonenumber-js@npm:^1.9.11":
|
|
13794
|
-
version: 1.12.
|
|
13795
|
-
resolution: "libphonenumber-js@npm:1.12.
|
|
13796
|
-
checksum: 10c0/
|
|
13794
|
+
version: 1.12.8
|
|
13795
|
+
resolution: "libphonenumber-js@npm:1.12.8"
|
|
13796
|
+
checksum: 10c0/9c60d0f7b7b1c5bd85973fb80b8f7d7bbaf57fab2ca89b4f3712ad2e65ac7df8a3f52746a94104fffb618da4109f26fee07fc3225ac65dd17058b0d5d178cb47
|
|
13797
13797
|
languageName: node
|
|
13798
13798
|
linkType: hard
|
|
13799
13799
|
|
|
@@ -17059,13 +17059,13 @@ __metadata:
|
|
|
17059
17059
|
linkType: hard
|
|
17060
17060
|
|
|
17061
17061
|
"prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0, prosemirror-view@npm:^1.39.1":
|
|
17062
|
-
version: 1.39.
|
|
17063
|
-
resolution: "prosemirror-view@npm:1.39.
|
|
17062
|
+
version: 1.39.3
|
|
17063
|
+
resolution: "prosemirror-view@npm:1.39.3"
|
|
17064
17064
|
dependencies:
|
|
17065
17065
|
prosemirror-model: "npm:^1.20.0"
|
|
17066
17066
|
prosemirror-state: "npm:^1.0.0"
|
|
17067
17067
|
prosemirror-transform: "npm:^1.1.0"
|
|
17068
|
-
checksum: 10c0/
|
|
17068
|
+
checksum: 10c0/9eba336bd74d120131fa4763c79134cecdbb943248221a5bb4dd2ee3fc552ced6a27e4044cac0b4b86bc24dbe30e81fd06a050951a5932ead20fe6dee5df8312
|
|
17069
17069
|
languageName: node
|
|
17070
17070
|
linkType: hard
|
|
17071
17071
|
|
|
@@ -19240,11 +19240,11 @@ __metadata:
|
|
|
19240
19240
|
linkType: hard
|
|
19241
19241
|
|
|
19242
19242
|
"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.5.3, semver@npm:^7.5.4":
|
|
19243
|
-
version: 7.7.
|
|
19244
|
-
resolution: "semver@npm:7.7.
|
|
19243
|
+
version: 7.7.2
|
|
19244
|
+
resolution: "semver@npm:7.7.2"
|
|
19245
19245
|
bin:
|
|
19246
19246
|
semver: bin/semver.js
|
|
19247
|
-
checksum: 10c0/
|
|
19247
|
+
checksum: 10c0/aca305edfbf2383c22571cb7714f48cadc7ac95371b4b52362fb8eeffdfbc0de0669368b82b2b15978f8848f01d7114da65697e56cd8c37b0dab8c58e543f9ea
|
|
19248
19248
|
languageName: node
|
|
19249
19249
|
linkType: hard
|
|
19250
19250
|
|
|
@@ -20538,8 +20538,8 @@ __metadata:
|
|
|
20538
20538
|
linkType: hard
|
|
20539
20539
|
|
|
20540
20540
|
"terser@npm:^5.3.4":
|
|
20541
|
-
version: 5.39.
|
|
20542
|
-
resolution: "terser@npm:5.39.
|
|
20541
|
+
version: 5.39.1
|
|
20542
|
+
resolution: "terser@npm:5.39.1"
|
|
20543
20543
|
dependencies:
|
|
20544
20544
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
20545
20545
|
acorn: "npm:^8.8.2"
|
|
@@ -20547,7 +20547,7 @@ __metadata:
|
|
|
20547
20547
|
source-map-support: "npm:~0.5.20"
|
|
20548
20548
|
bin:
|
|
20549
20549
|
terser: bin/terser
|
|
20550
|
-
checksum: 10c0/
|
|
20550
|
+
checksum: 10c0/d49e06dd4dd03661dac41f45c9cf187b2aa3fe80775235e838398c29311705169387c007f398ab44cd1bd8f89b14a1eea383feaa95c1cae29e3f5b6b606b6b37
|
|
20551
20551
|
languageName: node
|
|
20552
20552
|
linkType: hard
|
|
20553
20553
|
|