@vitrosoftware/common-ui-ts 1.1.136 → 1.1.138
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/css/std/controls/copy-button/copy-button.css +7 -0
- package/css/std/controls/date-picker/date-picker.css +1 -8
- package/css/std/controls/input/input.css +1 -8
- package/css/std/controls/lookup-picker/lookup-picker.css +1 -9
- package/css/std/controls/time-picker/time-picker.css +1 -8
- package/dist/index.css +11 -33
- package/dist/index.js +509 -478
- package/dist/index.js.map +1 -1
- package/dist/src/constants/Event.d.ts +2 -1
- package/dist/src/controls/CopyButton/CopyButton.d.ts +6 -0
- package/dist/src/controls/LookupPicker/SelectedValueList.d.ts +1 -0
- package/dist/src/controls/LookupPicker/SelectedValueListItem.d.ts +1 -0
- package/dist/src/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/controls/BimViewer/js/bim-viewer-models.js +9 -1
- package/src/controls/BimViewer/js/bim-viewer.js +262 -119
- package/src/controls/DxfViewer/js/dxf-viewer.js +14 -14
- package/src/controls/PdfViewer/js/pdf-viewer.js +47 -13
- package/css/std/controls/input/img/copy-to-clipboard.svg +0 -4
- package/css/std/controls/lookup-picker/img/copy-to-clipboard.svg +0 -4
- /package/css/std/controls/{date-picker → copy-button}/img/copy-to-clipboard.svg +0 -0
|
@@ -8,18 +8,11 @@
|
|
|
8
8
|
display: none;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.vitro-button
|
|
12
|
-
height: 20px;
|
|
13
|
-
width: 20px;
|
|
11
|
+
.vitro-copy-button {
|
|
14
12
|
display: inline-block;
|
|
15
13
|
position: absolute;
|
|
16
14
|
right: 16px;
|
|
17
15
|
top: calc(50% - 10px);
|
|
18
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/copy-to-clipboard.svg');
|
|
19
|
-
background-repeat: no-repeat;
|
|
20
|
-
background-position: center;
|
|
21
|
-
background-size: 100%;
|
|
22
|
-
cursor: pointer;
|
|
23
16
|
}
|
|
24
17
|
|
|
25
18
|
.vitro-control-container {
|
|
@@ -113,18 +113,11 @@
|
|
|
113
113
|
display: none;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.vitro-button
|
|
117
|
-
height: 20px;
|
|
118
|
-
width: 20px;
|
|
116
|
+
.vitro-copy-button {
|
|
119
117
|
display: inline-block;
|
|
120
118
|
position: absolute;
|
|
121
119
|
right: 16px;
|
|
122
120
|
top: 10px;
|
|
123
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/input/img/copy-to-clipboard.svg');
|
|
124
|
-
background-repeat: no-repeat;
|
|
125
|
-
background-position: center;
|
|
126
|
-
background-size: 100%;
|
|
127
|
-
cursor: pointer;
|
|
128
121
|
}
|
|
129
122
|
|
|
130
123
|
.vitro-tooltip {
|
|
@@ -65,16 +65,8 @@
|
|
|
65
65
|
display: none;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.vitro-button
|
|
69
|
-
height: 24px;
|
|
70
|
-
width: 20px;
|
|
68
|
+
.vitro-copy-button {
|
|
71
69
|
display: inline-block;
|
|
72
|
-
right: 0;
|
|
73
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/copy-to-clipboard.svg');
|
|
74
|
-
background-repeat: no-repeat;
|
|
75
|
-
background-position: center;
|
|
76
|
-
background-size: 100%;
|
|
77
|
-
cursor: pointer;
|
|
78
70
|
}
|
|
79
71
|
|
|
80
72
|
.vitro-content > input {
|
|
@@ -8,18 +8,11 @@
|
|
|
8
8
|
display: none;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.vitro-button
|
|
12
|
-
height: 20px;
|
|
13
|
-
width: 20px;
|
|
11
|
+
.vitro-copy-button {
|
|
14
12
|
display: inline-block;
|
|
15
13
|
position: absolute;
|
|
16
14
|
right: 16px;
|
|
17
15
|
top: calc(50% - 10px);
|
|
18
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/time-picker/img/copy-to-clipboard.svg');
|
|
19
|
-
background-repeat: no-repeat;
|
|
20
|
-
background-position: center;
|
|
21
|
-
background-size: 100%;
|
|
22
|
-
cursor: pointer;
|
|
23
16
|
}
|
|
24
17
|
|
|
25
18
|
.vitro-control-container {
|
package/dist/index.css
CHANGED
|
@@ -2438,6 +2438,13 @@ html, body {
|
|
|
2438
2438
|
background-position: center;
|
|
2439
2439
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/error-message/img/error-message.svg');
|
|
2440
2440
|
}
|
|
2441
|
+
._copy-button_vitro-copy-button_1_JmPVH {
|
|
2442
|
+
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/copy-button/img/copy-to-clipboard.svg');
|
|
2443
|
+
background-repeat: no-repeat;
|
|
2444
|
+
background-position: center;
|
|
2445
|
+
background-size: 100%;
|
|
2446
|
+
cursor: pointer;
|
|
2447
|
+
}
|
|
2441
2448
|
._input_vitro-control_1DmPFkF {
|
|
2442
2449
|
width: 100%;
|
|
2443
2450
|
position: relative;
|
|
@@ -2567,18 +2574,11 @@ html, body {
|
|
|
2567
2574
|
display: none;
|
|
2568
2575
|
}
|
|
2569
2576
|
|
|
2570
|
-
._input_vitro-
|
|
2571
|
-
height: 20px;
|
|
2572
|
-
width: 20px;
|
|
2577
|
+
._input_vitro-copy-button_3wNhQ24 {
|
|
2573
2578
|
display: inline-block;
|
|
2574
2579
|
position: absolute;
|
|
2575
2580
|
right: 16px;
|
|
2576
2581
|
top: 10px;
|
|
2577
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/input/img/copy-to-clipboard.svg');
|
|
2578
|
-
background-repeat: no-repeat;
|
|
2579
|
-
background-position: center;
|
|
2580
|
-
background-size: 100%;
|
|
2581
|
-
cursor: pointer;
|
|
2582
2582
|
}
|
|
2583
2583
|
|
|
2584
2584
|
._input_vitro-tooltip_2DcJtbX {
|
|
@@ -3522,18 +3522,11 @@ html, body {
|
|
|
3522
3522
|
display: none;
|
|
3523
3523
|
}
|
|
3524
3524
|
|
|
3525
|
-
._date-picker_vitro-
|
|
3526
|
-
height: 20px;
|
|
3527
|
-
width: 20px;
|
|
3525
|
+
._date-picker_vitro-copy-button_SvhKTCG {
|
|
3528
3526
|
display: inline-block;
|
|
3529
3527
|
position: absolute;
|
|
3530
3528
|
right: 16px;
|
|
3531
3529
|
top: calc(50% - 10px);
|
|
3532
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/copy-to-clipboard.svg');
|
|
3533
|
-
background-repeat: no-repeat;
|
|
3534
|
-
background-position: center;
|
|
3535
|
-
background-size: 100%;
|
|
3536
|
-
cursor: pointer;
|
|
3537
3530
|
}
|
|
3538
3531
|
|
|
3539
3532
|
._date-picker_vitro-control-container_2CVwecs {
|
|
@@ -3847,18 +3840,11 @@ html, body {
|
|
|
3847
3840
|
display: none;
|
|
3848
3841
|
}
|
|
3849
3842
|
|
|
3850
|
-
._time-picker_vitro-
|
|
3851
|
-
height: 20px;
|
|
3852
|
-
width: 20px;
|
|
3843
|
+
._time-picker_vitro-copy-button_aJZAh9q {
|
|
3853
3844
|
display: inline-block;
|
|
3854
3845
|
position: absolute;
|
|
3855
3846
|
right: 16px;
|
|
3856
3847
|
top: calc(50% - 10px);
|
|
3857
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/time-picker/img/copy-to-clipboard.svg');
|
|
3858
|
-
background-repeat: no-repeat;
|
|
3859
|
-
background-position: center;
|
|
3860
|
-
background-size: 100%;
|
|
3861
|
-
cursor: pointer;
|
|
3862
3848
|
}
|
|
3863
3849
|
|
|
3864
3850
|
._time-picker_vitro-control-container_3ys3rMN {
|
|
@@ -4240,16 +4226,8 @@ html, body {
|
|
|
4240
4226
|
display: none;
|
|
4241
4227
|
}
|
|
4242
4228
|
|
|
4243
|
-
._lookup-picker_vitro-
|
|
4244
|
-
height: 24px;
|
|
4245
|
-
width: 20px;
|
|
4229
|
+
._lookup-picker_vitro-copy-button_3UItrZb {
|
|
4246
4230
|
display: inline-block;
|
|
4247
|
-
right: 0;
|
|
4248
|
-
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/lookup-picker/img/copy-to-clipboard.svg');
|
|
4249
|
-
background-repeat: no-repeat;
|
|
4250
|
-
background-position: center;
|
|
4251
|
-
background-size: 100%;
|
|
4252
|
-
cursor: pointer;
|
|
4253
4231
|
}
|
|
4254
4232
|
|
|
4255
4233
|
._lookup-picker_vitro-content_37L0slb > input {
|