Skip to content

Commit a65944f

Browse files
author
Alex Bughiu
committed
fix: add required dist files
1 parent b8637b5 commit a65944f

File tree

4 files changed

+14953
-5
lines changed

4 files changed

+14953
-5
lines changed

Gruntfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function(grunt) {
2222
all: 'angular.module("ui.bootstrap", ["ui.bootstrap.tpls", <%= srcModules %>]);',
2323
cssInclude: '',
2424
cssFileBanner: '/* Include this file in your html if you are using the CSP mode. */\n\n',
25-
cssFileDest: '<%= dist %>/<%= filename %>-<%= pkg.version %>-csp.css',
25+
cssFileDest: '<%= dist %>/<%= filename %>-csp.css',
2626
banner: [
2727
'/*',
2828
' * <%= pkg.name %>',
@@ -53,15 +53,15 @@ module.exports = function(grunt) {
5353
footer: '<%= meta.cssInclude %>'
5454
},
5555
src: [], //src filled in by build task
56-
dest: '<%= dist %>/<%= filename %>-<%= pkg.version %>.js'
56+
dest: '<%= dist %>/<%= filename %>.js'
5757
},
5858
dist_tpls: {
5959
options: {
6060
banner: '<%= meta.banner %><%= meta.all %>\n<%= meta.tplmodules %>\n',
6161
footer: '<%= meta.cssInclude %>'
6262
},
6363
src: [], //src filled in by build task
64-
dest: '<%= dist %>/<%= filename %>-tpls-<%= pkg.version %>.js'
64+
dest: '<%= dist %>/<%= filename %>-tpls.js'
6565
}
6666
},
6767
copy: {
@@ -93,11 +93,11 @@ module.exports = function(grunt) {
9393
},
9494
dist:{
9595
src:['<%= concat.dist.dest %>'],
96-
dest:'<%= dist %>/<%= filename %>-<%= pkg.version %>.min.js'
96+
dest:'<%= dist %>/<%= filename %>.min.js'
9797
},
9898
dist_tpls:{
9999
src:['<%= concat.dist_tpls.dest %>'],
100-
dest:'<%= dist %>/<%= filename %>-tpls-<%= pkg.version %>.min.js'
100+
dest:'<%= dist %>/<%= filename %>-tpls.min.js'
101101
}
102102
},
103103
html2js: {

dist/ui-bootstrap-csp.css

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
/* Include this file in your html if you are using the CSP mode. */
2+
3+
.ng-animate.item:not(.left):not(.right) {
4+
-webkit-transition: 0s ease-in-out left;
5+
transition: 0s ease-in-out left
6+
}
7+
.uib-datepicker .uib-title {
8+
width: 100%;
9+
}
10+
11+
.uib-day button, .uib-month button, .uib-year button {
12+
min-width: 100%;
13+
}
14+
15+
.uib-left, .uib-right {
16+
width: 100%
17+
}
18+
19+
.uib-position-measure {
20+
display: block !important;
21+
visibility: hidden !important;
22+
position: absolute !important;
23+
top: -9999px !important;
24+
left: -9999px !important;
25+
}
26+
27+
.uib-position-scrollbar-measure {
28+
position: absolute !important;
29+
top: -9999px !important;
30+
width: 50px !important;
31+
height: 50px !important;
32+
overflow: scroll !important;
33+
}
34+
35+
.uib-position-body-scrollbar-measure {
36+
overflow: scroll !important;
37+
}
38+
.uib-datepicker-popup.dropdown-menu {
39+
display: block;
40+
float: none;
41+
margin: 0;
42+
}
43+
44+
.uib-button-bar {
45+
padding: 10px 9px 2px;
46+
}
47+
48+
[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
49+
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
50+
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
51+
[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,
52+
[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,
53+
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
54+
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
55+
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
56+
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
57+
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
58+
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
59+
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
60+
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
61+
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
62+
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
63+
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
64+
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
65+
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
66+
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
67+
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
68+
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
69+
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
70+
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
71+
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
72+
[uib-popover-popup].popover.top-left > .arrow,
73+
[uib-popover-popup].popover.top-right > .arrow,
74+
[uib-popover-popup].popover.bottom-left > .arrow,
75+
[uib-popover-popup].popover.bottom-right > .arrow,
76+
[uib-popover-popup].popover.left-top > .arrow,
77+
[uib-popover-popup].popover.left-bottom > .arrow,
78+
[uib-popover-popup].popover.right-top > .arrow,
79+
[uib-popover-popup].popover.right-bottom > .arrow,
80+
[uib-popover-html-popup].popover.top-left > .arrow,
81+
[uib-popover-html-popup].popover.top-right > .arrow,
82+
[uib-popover-html-popup].popover.bottom-left > .arrow,
83+
[uib-popover-html-popup].popover.bottom-right > .arrow,
84+
[uib-popover-html-popup].popover.left-top > .arrow,
85+
[uib-popover-html-popup].popover.left-bottom > .arrow,
86+
[uib-popover-html-popup].popover.right-top > .arrow,
87+
[uib-popover-html-popup].popover.right-bottom > .arrow,
88+
[uib-popover-template-popup].popover.top-left > .arrow,
89+
[uib-popover-template-popup].popover.top-right > .arrow,
90+
[uib-popover-template-popup].popover.bottom-left > .arrow,
91+
[uib-popover-template-popup].popover.bottom-right > .arrow,
92+
[uib-popover-template-popup].popover.left-top > .arrow,
93+
[uib-popover-template-popup].popover.left-bottom > .arrow,
94+
[uib-popover-template-popup].popover.right-top > .arrow,
95+
[uib-popover-template-popup].popover.right-bottom > .arrow {
96+
top: auto;
97+
bottom: auto;
98+
left: auto;
99+
right: auto;
100+
margin: 0;
101+
}
102+
103+
[uib-popover-popup].popover,
104+
[uib-popover-html-popup].popover,
105+
[uib-popover-template-popup].popover {
106+
display: block !important;
107+
}
108+
109+
.uib-time input {
110+
width: 50px;
111+
}
112+
113+
[uib-typeahead-popup].dropdown-menu {
114+
display: block;
115+
}

0 commit comments

Comments
 (0)