Skip to content

Commit

Permalink
Merge pull request #565 from LuccaSA/maj-after-publish
Browse files Browse the repository at this point in the history
MAJ number version after publish
  • Loading branch information
atordjmann authored Dec 11, 2023
2 parents 937ca8d + 3c0d56a commit 7d0369c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions demo/libs/lucca-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -4162,7 +4162,7 @@ var lui;
angular.module("lui").service(UploaderService.IID, UploaderService);
})(upload = lui.upload || (lui.upload = {}));
})(lui || (lui = {}));
;angular.module('lui').run(['$templateCache', function($templateCache) {
;angular.module('lui').run(['$templateCache', function($templateCache) {
'use strict';

$templateCache.put('lui/templates/date-picker/datepicker-inline.html',
Expand Down Expand Up @@ -4358,8 +4358,8 @@ var lui;
$templateCache.put('lui/templates/user-picker/user-picker.multiple.html',
"<ui-select multiple ng-disabled=\"controlDisabled\" search-enabled=\"true\" on-select=\"onSelect()\" on-remove=\"onRemove()\" close-on-select=\"false\" reset-search-input=\"true\" uis-open-close=\"onOpen(isOpen)\" open-on=\"toggleFormerEmployees\"><ui-select-match placeholder=\"{{placeholder}}\" allow-clear=\"{{!!allowClear}}\">{{$item.lastName}} {{$item.firstName}}</ui-select-match><ui-select-choices repeat=\"user in users track by $index\" refresh=\"find($select.search)\" refresh-delay=\"0\" luid-on-scroll-bottom=\"loadMore()\"><div ng-if=\"user.id === myId\" class=\"selected-first\" ng-class=\"{'dividing': $index === 0}\" ng-bind-html=\"user.lastName + ' ' + user.firstName | luifHighlight : $select.search : user.info : 'LUIDUSERPICKER_ME'\"></div><div ng-if=\"user.id === -1\" translate>LUIDUSERPICKER_ALL</div><div ng-if=\"user.id !== myId\" ng-bind-html=\"user.lastName + ' ' + user.firstName | luifHighlight : $select.search : user.info\"></div><div ng-if=\"user.hasLeft\"><small translate translate-values=\"{dtContractEnd:user.dtContractEnd}\">LUIDUSERPICKER_FORMEREMPLOYEE</small></div><div ng-if=\"user.hasHomonyms\" ng-repeat=\"property in user.additionalProperties\"><small><i class=\"lui icon {{property.icon}}\"></i> <b data-ng-bind-html=\"property.translationKey | translate\"></b> <span data-ng-bind-html=\"property.value\"></span></small></div></ui-select-choices></ui-select>"
);

}]);

}]);
;/* global angular */
(function(){
'use strict';
Expand Down
6 changes: 3 additions & 3 deletions dist/lucca-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -4162,7 +4162,7 @@ var lui;
angular.module("lui").service(UploaderService.IID, UploaderService);
})(upload = lui.upload || (lui.upload = {}));
})(lui || (lui = {}));
;angular.module('lui').run(['$templateCache', function($templateCache) {
;angular.module('lui').run(['$templateCache', function($templateCache) {
'use strict';

$templateCache.put('lui/templates/date-picker/datepicker-inline.html',
Expand Down Expand Up @@ -4358,8 +4358,8 @@ var lui;
$templateCache.put('lui/templates/user-picker/user-picker.multiple.html',
"<ui-select multiple ng-disabled=\"controlDisabled\" search-enabled=\"true\" on-select=\"onSelect()\" on-remove=\"onRemove()\" close-on-select=\"false\" reset-search-input=\"true\" uis-open-close=\"onOpen(isOpen)\" open-on=\"toggleFormerEmployees\"><ui-select-match placeholder=\"{{placeholder}}\" allow-clear=\"{{!!allowClear}}\">{{$item.lastName}} {{$item.firstName}}</ui-select-match><ui-select-choices repeat=\"user in users track by $index\" refresh=\"find($select.search)\" refresh-delay=\"0\" luid-on-scroll-bottom=\"loadMore()\"><div ng-if=\"user.id === myId\" class=\"selected-first\" ng-class=\"{'dividing': $index === 0}\" ng-bind-html=\"user.lastName + ' ' + user.firstName | luifHighlight : $select.search : user.info : 'LUIDUSERPICKER_ME'\"></div><div ng-if=\"user.id === -1\" translate>LUIDUSERPICKER_ALL</div><div ng-if=\"user.id !== myId\" ng-bind-html=\"user.lastName + ' ' + user.firstName | luifHighlight : $select.search : user.info\"></div><div ng-if=\"user.hasLeft\"><small translate translate-values=\"{dtContractEnd:user.dtContractEnd}\">LUIDUSERPICKER_FORMEREMPLOYEE</small></div><div ng-if=\"user.hasHomonyms\" ng-repeat=\"property in user.additionalProperties\"><small><i class=\"lui icon {{property.icon}}\"></i> <b data-ng-bind-html=\"property.translationKey | translate\"></b> <span data-ng-bind-html=\"property.value\"></span></small></div></ui-select-choices></ui-select>"
);

}]);

}]);
;/* global angular */
(function(){
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/lucca-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lucca-ui",
"version": "4.2.0",
"version": "4.2.1",
"description": "less and js framework by lucca",
"main": "dist/lucca-ui.js",
"dependencies": {
Expand Down

0 comments on commit 7d0369c

Please sign in to comment.