bimplus-webcomponents 0.0.172 → 0.0.174
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/dist/assets/languages/.gitignore +36 -36
- package/dist/assets/languages/strings_nl.json +796 -796
- package/dist/bimplus-components/main.js +406 -406
- package/package.json +1 -1
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
2
|
-
|
|
3
|
-
#Ignore configuration files
|
|
4
|
-
.idea
|
|
5
|
-
.settings
|
|
6
|
-
.project
|
|
7
|
-
.settings
|
|
8
|
-
*.iml
|
|
9
|
-
.ember-cli
|
|
10
|
-
yarn.lock
|
|
11
|
-
|
|
12
|
-
# Ignore third party libs
|
|
13
|
-
node_modules
|
|
14
|
-
bower_components
|
|
15
|
-
|
|
16
|
-
# Ignore external libs
|
|
17
|
-
|
|
18
|
-
# Ignore temporary files
|
|
19
|
-
*~
|
|
20
|
-
.*.swp
|
|
21
|
-
_tmp_websdk
|
|
22
|
-
_tmp_websdk_babel
|
|
23
|
-
_tmp_templates
|
|
24
|
-
|
|
25
|
-
# Ignore temporary files generated with tests
|
|
26
|
-
*.current.png
|
|
27
|
-
*.diff.png
|
|
28
|
-
.tern-project
|
|
29
|
-
bimexplorer/.ember-cli
|
|
30
|
-
.vscode/
|
|
31
|
-
bimportal/tests/robot_portal/logfiles/
|
|
32
|
-
bimportal/tests/robot/logfiles/
|
|
33
|
-
bimportal/tests/robot_portal/*.log
|
|
34
|
-
|
|
35
|
-
#Mac OS X
|
|
36
|
-
.DS_Store
|
|
1
|
+
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
2
|
+
|
|
3
|
+
#Ignore configuration files
|
|
4
|
+
.idea
|
|
5
|
+
.settings
|
|
6
|
+
.project
|
|
7
|
+
.settings
|
|
8
|
+
*.iml
|
|
9
|
+
.ember-cli
|
|
10
|
+
yarn.lock
|
|
11
|
+
|
|
12
|
+
# Ignore third party libs
|
|
13
|
+
node_modules
|
|
14
|
+
bower_components
|
|
15
|
+
|
|
16
|
+
# Ignore external libs
|
|
17
|
+
|
|
18
|
+
# Ignore temporary files
|
|
19
|
+
*~
|
|
20
|
+
.*.swp
|
|
21
|
+
_tmp_websdk
|
|
22
|
+
_tmp_websdk_babel
|
|
23
|
+
_tmp_templates
|
|
24
|
+
|
|
25
|
+
# Ignore temporary files generated with tests
|
|
26
|
+
*.current.png
|
|
27
|
+
*.diff.png
|
|
28
|
+
.tern-project
|
|
29
|
+
bimexplorer/.ember-cli
|
|
30
|
+
.vscode/
|
|
31
|
+
bimportal/tests/robot_portal/logfiles/
|
|
32
|
+
bimportal/tests/robot/logfiles/
|
|
33
|
+
bimportal/tests/robot_portal/*.log
|
|
34
|
+
|
|
35
|
+
#Mac OS X
|
|
36
|
+
.DS_Store
|