@colijnit/sharedcomponents 258.1.1 → 258.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/358.645812766f7a400d0d38.js +1 -0
- package/3rdpartylicenses.txt +2222 -0
- package/863.171601b3075f2e971ba6.js +1 -0
- package/977.bd6291f9ee6f6ddf91f1.js +1 -0
- package/bundles/colijnit-sharedcomponents.umd.js +4 -4
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/date-planning/component/agenda/agenda-header.component.js +4 -3
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +2 -2
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/favicon.ico +0 -0
- package/fesm2015/colijnit-sharedcomponents.js +6 -5
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/index.html +12 -0
- package/lib/components/date-planning/component/agenda/style/_layout.scss +12 -5
- package/lib/res/dictionary/dictionaries.d.ts +18 -0
- package/main.40213c24ad994dd29dc7.js +1 -0
- package/package.json +1 -1
- package/polyfills.907fe9d1887c5de17993.js +1 -0
- package/runtime.f3719d23058f5b07c143.js +1 -0
- package/styles.9e6f1ab393c5fc104896.css +1 -0
package/index.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head>
|
|
2
|
+
<meta charset="utf-8">
|
|
3
|
+
<title>Sharedcomponents</title>
|
|
4
|
+
<base href="/">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
7
|
+
<style>@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Public+Sans&display=swap);body,html{margin:0;overflow:hidden}body,html{width:100%;height:100%}*{box-sizing:border-box;padding:0;margin:0}</style><link rel="stylesheet" href="styles.9e6f1ab393c5fc104896.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.9e6f1ab393c5fc104896.css"></noscript></head>
|
|
8
|
+
<body>
|
|
9
|
+
<app-root></app-root>
|
|
10
|
+
<script src="runtime.f3719d23058f5b07c143.js" defer></script><script src="polyfills.907fe9d1887c5de17993.js" defer></script><script src="main.40213c24ad994dd29dc7.js" defer></script>
|
|
11
|
+
|
|
12
|
+
</body></html>
|
|
@@ -17,8 +17,15 @@
|
|
|
17
17
|
width: inherit;
|
|
18
18
|
height: $agenda-week-view-header-height;
|
|
19
19
|
z-index: 9001;
|
|
20
|
+
&.days-around {
|
|
21
|
+
padding-top: 20px;
|
|
22
|
+
position: relative;
|
|
23
|
+
.month-description {
|
|
24
|
+
top: 2px;
|
|
25
|
+
left: 0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
20
28
|
}
|
|
21
|
-
|
|
22
29
|
.week-day {
|
|
23
30
|
display: flex;
|
|
24
31
|
position: relative;
|
|
@@ -147,12 +154,12 @@
|
|
|
147
154
|
width: 100% !important;
|
|
148
155
|
}
|
|
149
156
|
.agenda-header-wrapper {
|
|
150
|
-
padding: 0
|
|
157
|
+
padding: 0 10px;
|
|
151
158
|
height: auto;
|
|
152
159
|
gap: 10px;
|
|
153
160
|
margin-top: 30px;
|
|
154
161
|
&.days-around {
|
|
155
|
-
padding: 0;
|
|
162
|
+
padding: 20px 0 0 0;
|
|
156
163
|
margin: 0;
|
|
157
164
|
gap: 5px;
|
|
158
165
|
background: transparent;
|
|
@@ -222,7 +229,7 @@
|
|
|
222
229
|
}
|
|
223
230
|
@media screen and (min-width: $sm-width) {
|
|
224
231
|
.weekday-value {
|
|
225
|
-
font-size:
|
|
232
|
+
font-size: 14px;
|
|
226
233
|
}
|
|
227
234
|
}
|
|
228
235
|
@media screen and (max-width: $xs-width) {
|
|
@@ -236,7 +243,7 @@
|
|
|
236
243
|
|
|
237
244
|
@media screen and (max-width: $xs-width) {
|
|
238
245
|
.agenda-header-wrapper {
|
|
239
|
-
padding: 0
|
|
246
|
+
padding: 0 10px;
|
|
240
247
|
height: 60px !important;
|
|
241
248
|
}
|
|
242
249
|
}
|
|
@@ -1980,6 +1980,7 @@ export declare class Dictionaries {
|
|
|
1980
1980
|
COMMISSION_ADVICE: string;
|
|
1981
1981
|
COMMISSION_CODE: string;
|
|
1982
1982
|
COMMISSION_CODE_WAREHOUSE_SELECTION: string;
|
|
1983
|
+
WAREHOUSE_SELECTION: string;
|
|
1983
1984
|
COMMISSSION_CODE_ONE_PURCHASE: string;
|
|
1984
1985
|
CONFIGURATION_BOX: string;
|
|
1985
1986
|
CONFIGURATION_BUILDER: string;
|
|
@@ -3235,6 +3236,7 @@ export declare class Dictionaries {
|
|
|
3235
3236
|
UNDELIVERED_PURCHASE: string;
|
|
3236
3237
|
UNDERLYING_OPVS: string;
|
|
3237
3238
|
UNDERSTOOD_DONT_SHOW_AGAIN: string;
|
|
3239
|
+
UNDO: string;
|
|
3238
3240
|
UNDO_DELETE: string;
|
|
3239
3241
|
UNDO_DELIVERY: string;
|
|
3240
3242
|
REGISTER_ILLNESS: string;
|
|
@@ -3389,6 +3391,7 @@ export declare class Dictionaries {
|
|
|
3389
3391
|
OPTED_FOR_CASH: string;
|
|
3390
3392
|
OPTED_FOR_PIN: string;
|
|
3391
3393
|
OPTION: string;
|
|
3394
|
+
OPTION_LIBRARY: string;
|
|
3392
3395
|
OPTIONAL: string;
|
|
3393
3396
|
OPTIONS: string;
|
|
3394
3397
|
MESSAGE_ERROR_POSTALCODE_RETRIEVAL: string;
|
|
@@ -4092,6 +4095,7 @@ export declare class Dictionaries {
|
|
|
4092
4095
|
DRIVER_CHECKOUT_DEFAULT: string;
|
|
4093
4096
|
DRIVER_CHECKOUT_EXISTING_SELECTION: string;
|
|
4094
4097
|
DROPSHIPMENT: string;
|
|
4098
|
+
DROPSHIPMENT_NO: string;
|
|
4095
4099
|
DROPSHIPMENT_AVAILABLE: string;
|
|
4096
4100
|
DROPSHIPMENT_INFO: string;
|
|
4097
4101
|
DROPSHIPMENT_POSSIBLE: string;
|
|
@@ -4881,6 +4885,9 @@ export declare class Dictionaries {
|
|
|
4881
4885
|
BATCH_PENDING: string;
|
|
4882
4886
|
BATCH_REQUIRED: string;
|
|
4883
4887
|
BATCH_RUNNING: string;
|
|
4888
|
+
BATCH_INVOICE: string;
|
|
4889
|
+
BATCH_ORDER_CONFIRMATION: string;
|
|
4890
|
+
BATCH_PURCHASE_ORDER_FORM: string;
|
|
4884
4891
|
BCC: string;
|
|
4885
4892
|
BEFORE_DATE: string;
|
|
4886
4893
|
BEGIN_BOOK: string;
|
|
@@ -5510,6 +5517,7 @@ export declare class Dictionaries {
|
|
|
5510
5517
|
RELATION_LAYOUTS: string;
|
|
5511
5518
|
RELATION_LAYOUTS_MESSAGE: string;
|
|
5512
5519
|
SHIPPING_METHOD_SETTINGS: string;
|
|
5520
|
+
SHIPPING_METHOD_STANDARD_SETTINGS: string;
|
|
5513
5521
|
OVERRULE_VIA_EMAIL: string;
|
|
5514
5522
|
OVERRULE_VIA_EDI: string;
|
|
5515
5523
|
OVERRULE_VIA_PRINT: string;
|
|
@@ -11898,6 +11906,7 @@ export declare class Dictionaries {
|
|
|
11898
11906
|
AMOUNT_OUTSTANDING_CREDITORS: string;
|
|
11899
11907
|
AMOUNT_OUTSTANDING_DEBTORS: string;
|
|
11900
11908
|
AMOUNT_PICKED: string;
|
|
11909
|
+
AMOUNT_PRE_RECEIVED: string;
|
|
11901
11910
|
AMOUNT_PRODUCTS: string;
|
|
11902
11911
|
AMOUNT_PURCHASE: string;
|
|
11903
11912
|
AMOUNT_PURCHASED: string;
|
|
@@ -12197,6 +12206,9 @@ export declare class Dictionaries {
|
|
|
12197
12206
|
BATCH_REQUIRED: string;
|
|
12198
12207
|
BATCH_RUNNING: string;
|
|
12199
12208
|
BATCH_DELIVERY: string;
|
|
12209
|
+
BATCH_INVOICE: string;
|
|
12210
|
+
BATCH_ORDER_CONFIRMATION: string;
|
|
12211
|
+
BATCH_PURCHASE_ORDER_FORM: string;
|
|
12200
12212
|
BCC: string;
|
|
12201
12213
|
BEFORE_DATE: string;
|
|
12202
12214
|
BEGIN_BOOK: string;
|
|
@@ -12722,6 +12734,7 @@ export declare class Dictionaries {
|
|
|
12722
12734
|
COMMISSION_ADVICE: string;
|
|
12723
12735
|
COMMISSION_CODE: string;
|
|
12724
12736
|
COMMISSION_CODE_WAREHOUSE_SELECTION: string;
|
|
12737
|
+
WAREHOUSE_SELECTION: string;
|
|
12725
12738
|
COMMISSSION_CODE_ONE_PURCHASE: string;
|
|
12726
12739
|
COMMONLY_USED_MANAGEMENT_OVERVIEWS: string;
|
|
12727
12740
|
COMMUNICATION: string;
|
|
@@ -13619,6 +13632,7 @@ export declare class Dictionaries {
|
|
|
13619
13632
|
DRIVER_CHECKOUT_DEFAULT: string;
|
|
13620
13633
|
DRIVER_CHECKOUT_EXISTING_SELECTION: string;
|
|
13621
13634
|
DROPSHIPMENT: string;
|
|
13635
|
+
DROPSHIPMENT_NO: string;
|
|
13622
13636
|
DROPSHIPMENT_AVAILABLE: string;
|
|
13623
13637
|
DROPSHIPMENT_INFO: string;
|
|
13624
13638
|
DROPSHIPMENT_POSSIBLE: string;
|
|
@@ -14881,6 +14895,7 @@ export declare class Dictionaries {
|
|
|
14881
14895
|
LOCATION: string;
|
|
14882
14896
|
LOCATIONS: string;
|
|
14883
14897
|
LOCATION_ADVICE: string;
|
|
14898
|
+
LOCATION_ARTICLE: string;
|
|
14884
14899
|
LOCATION_FROM: string;
|
|
14885
14900
|
LOCATION_INVENTORY: string;
|
|
14886
14901
|
LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
|
|
@@ -15914,6 +15929,7 @@ export declare class Dictionaries {
|
|
|
15914
15929
|
ON_HOLD_CODE: string;
|
|
15915
15930
|
ON_HOLD_CODES: string;
|
|
15916
15931
|
ON_MY_DASH: string;
|
|
15932
|
+
ON_STORAGE_UNIT: string;
|
|
15917
15933
|
OPEN: string;
|
|
15918
15934
|
OPENING: string;
|
|
15919
15935
|
OPENING_BALANCE: string;
|
|
@@ -15966,6 +15982,7 @@ export declare class Dictionaries {
|
|
|
15966
15982
|
OPTED_FOR_CASH: string;
|
|
15967
15983
|
OPTED_FOR_PIN: string;
|
|
15968
15984
|
OPTION: string;
|
|
15985
|
+
OPTION_LIBRARY: string;
|
|
15969
15986
|
OPTIONAL: string;
|
|
15970
15987
|
OPTIONS: string;
|
|
15971
15988
|
OPTIONVALUE: string;
|
|
@@ -18575,6 +18592,7 @@ export declare class Dictionaries {
|
|
|
18575
18592
|
UNDELIVERED_PURCHASE: string;
|
|
18576
18593
|
UNDERLYING_OPVS: string;
|
|
18577
18594
|
UNDERSTOOD_DONT_SHOW_AGAIN: string;
|
|
18595
|
+
UNDO: string;
|
|
18578
18596
|
UNDO_DELETE: string;
|
|
18579
18597
|
UNDO_RETURNS: string;
|
|
18580
18598
|
UNDO_DELIVERY: string;
|