Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAJ number version after publish #565

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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