Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
am-wb
am-wb-common
Commits
7cde07bd
Commit
7cde07bd
authored
Oct 12, 2019
by
mostafabarmshory
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/2.5.11'
parents
985b1709
5b02450f
Pipeline
#88380620
passed with stages
in 3 minutes and 50 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
29 deletions
+2
-29
bower.json
bower.json
+1
-1
dist/am-wb-common.js
dist/am-wb-common.js
+0
-9
dist/am-wb-common.min.js
dist/am-wb-common.min.js
+1
-1
src/views/am-wb-common-settings/image.html
src/views/am-wb-common-settings/image.html
+0
-18
No files found.
bower.json
View file @
7cde07bd
{
"name"
:
"am-wb-common"
,
"moduleName"
:
"am-wb-common"
,
"version"
:
"2.5.
7
"
,
"version"
:
"2.5.
11
"
,
"authors"
:
[
"Mostafa Barmshory <mostafa.barmshory@dpq.co.ir>"
,
"Hadi mansouri <mohammad.hadi.mansouri@dpq.co.ir>"
...
...
dist/am-wb-common.js
View file @
7cde07bd
...
...
@@ -1843,15 +1843,6 @@ angular.module('am-wb-common').run(['$templateCache', function($templateCache) {
);
$templateCache
.
put
(
'
views/am-wb-common-settings/image.html
'
,
"
<wb-ui-setting-image title=
\"
Image address
\"
ng-model=ctrl.url ng-model-options=
\"
{debounce: { 'default': 500, 'blur': 0, '*': 1000 }, updateOn: 'default blur click'}
\"
ng-change=ctrl.updateUrl()> </wb-ui-setting-image> <wb-ui-setting-dropdown title=Fit icon=cached items=
\"
[{'title':'fill','value':'fill'},
\n
"
+
"
\t\t\t
{'title':'contain','value':'contain'},
\n
"
+
"
\t\t\t
{'title':'cover','value':'cover'},
\n
"
+
"
\t\t\t
{'title':'scale-down','value':'scale-down'},
\n
"
+
"
\t\t\t
{'title':'none','value':'none'}]
\"
ng-model=ctrl.fit ng-model-options=
\"
{debounce: { 'default': 500, 'blur': 0, '*': 1000 }, updateOn: 'default blur click'}
\"
ng-change=ctrl.updateFit()> </wb-ui-setting-dropdown>
"
);
$templateCache
.
put
(
'
views/am-wb-common-settings/import.html
'
,
"
<div layout-padding layout=column> <wb-ui-setting-link title=URL ng-model=ctrl.url ng-change=ctrl.urlChanged() ng-model-options=
\"
{debounce: {'default': 500, 'blur': 0, '*': 1000}, updateOn: 'default blur click'}
\"
> </wb-ui-setting-link> <a ng-if=ctrl.canonicalLink href={{ctrl.canonicalLink}} target=_blank> <span translate=
\"\"
>Navigate to the page containing imported widget</span> </a> </div>
"
);
...
...
dist/am-wb-common.min.js
View file @
7cde07bd
This diff is collapsed.
Click to expand it.
src/views/am-wb-common-settings/image.html
deleted
100644 → 0
View file @
985b1709
<wb-ui-setting-image
title=
"Image address"
ng-model=
"ctrl.url"
ng-model-options=
"{debounce: { 'default': 500, 'blur': 0, '*': 1000 }, updateOn: 'default blur click'}"
ng-change=
"ctrl.updateUrl()"
>
</wb-ui-setting-image>
<wb-ui-setting-dropdown
title=
"Fit"
icon=
"cached"
items=
"[{'title':'fill','value':'fill'},
{'title':'contain','value':'contain'},
{'title':'cover','value':'cover'},
{'title':'scale-down','value':'scale-down'},
{'title':'none','value':'none'}]"
ng-model=
"ctrl.fit"
ng-model-options=
"{debounce: { 'default': 500, 'blur': 0, '*': 1000 }, updateOn: 'default blur click'}"
ng-change=
"ctrl.updateFit()"
>
</wb-ui-setting-dropdown>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment