* make sure area border is on top of block views. * rename class to avoid confusion * change witch UI goes on top on hover * Description informing all blocks are allowed when none is configured. * add 'When empty' * Sort mode * ability to switch out property actions * enter and exit sortmode from property actions * gridsortblock * rename block class to use sortblock * Sort mode styling * remove unused css selector * fixing style for inline-creat button to appear above and not when hovering contextbar * work on block grid inline editor * use uui-button + enable installing demo blocks when its not the first dataType of this kind. * improvements to inline editing POC * update title of area config overlay editor * reset columnSpan if no column span options is defined. * Inline editing * remove html comment * remove code for transfer of stylesheets * ability to hide label from directive * inline editing using slots to render the umb-property in light dom * remove property editor proxies when moving a block to a new area/block/context * minor adjustments to custom views * use individual slots for each area. * Inline editing * a little smaller rte min-height * fire Custom focus/blur event for Block Grid Editor to catch for focus imitation * disable inline editing prevalue field when custom view is set * Fix scroll parent block into view * initial work on sorter directive * remove mediaBlock controller * initial notes and structure * further concept work * remove consol log * CSS for getting bigger areas * removal of the forceLeft/forceRight code * proven concept * fix grid space detection. vertical/horizontal * clean up and notes * move into inner containers as well * use last available index pr default * boundary selector, for improved choise of dropping into an area * hide last inline create button when dragging around * remove console.log * removal of forced placement in css * default config and clean up * notes * bring back removed code * show area ui when in dragging mode * more specific selector * drop allowance + clean up * notes and clean up * auto scroll * turn --umb-block-grid--dragging-mode into conditional CSS Custom Property * auto scroll * refactoring * fix condition mistake * scope.config.resolveVerticalDirection * wrap up simple setDragImage solution * bring back vm.notifyVisualUpdate and clean up * make draggableSelector optional, fallback to element * implement umb-block-grid-sorter for Area PreValue editor * remove sortableJS dependency * remove sortableJs from dependencies * wups, bring back the comma * removed sortablejs from package-lock * finished implementation of sorter for PreValue Block Areas * fix for FireFox shadowDom issue, contains temprorary code. * stop auto scroll * make full thing dragable * fix firefox issue (applying translateZ) * comment * make block fit in context columns * revert element to where it came from if sync could not succeed + clean up * ensure block does not push the amount of columns, this occourse when dragging item around. * take horizontalPlaceAfter into account * implement horizontalPlaceAfter in Areas Prevalue editor * clean up dependencies * Shift related el to first in row or last in row when there is no horizontal room * clean up and correct calculation * remove unused attribute * revert to using el.getBoundingClientRect(), as the config.draggableSelector is not available for the placeholder item. * bind model via dedicated binding to ensure it stay connected with the source model * Update src/Umbraco.Web.UI.Client/src/views/propertyeditors/blockgrid/prevalue/umb-block-grid-area-editor.html Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> * fix eslint issues * ensure missingColumnWidth is above 0 * Do not allow dragging something thats not found in the model. * remove as this is not an error. * update to Flexbox solution * as the complex model does not change we can use single way binding Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
95 lines
2.5 KiB
JSON
95 lines
2.5 KiB
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "gulp runTests",
|
|
"unit": "gulp runUnit",
|
|
"e2e": "gulp testE2e",
|
|
"build": "gulp build",
|
|
"build:skip-tests": "gulp coreBuild",
|
|
"build:dev": "gulp buildDev",
|
|
"dev": "gulp dev",
|
|
"fastdev": "gulp fastdev",
|
|
"watch": "gulp watch"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0 <17",
|
|
"npm": ">=8.0.0 < 9"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "6.0.9",
|
|
"@umbraco-ui/uui": "1.0.1",
|
|
"@umbraco-ui/uui-css": "1.0.0",
|
|
"ace-builds": "1.10.1",
|
|
"angular": "1.8.3",
|
|
"angular-animate": "1.8.3",
|
|
"angular-aria": "1.8.3",
|
|
"angular-chart.js": "1.1.1",
|
|
"angular-cookies": "1.8.3",
|
|
"angular-dynamic-locale": "0.1.38",
|
|
"angular-i18n": "1.8.3",
|
|
"angular-local-storage": "0.7.1",
|
|
"angular-messages": "1.8.3",
|
|
"angular-mocks": "1.8.3",
|
|
"angular-route": "1.8.3",
|
|
"angular-sanitize": "1.8.3",
|
|
"angular-touch": "1.8.3",
|
|
"angular-ui-sortable": "0.19.0",
|
|
"animejs": "3.2.1",
|
|
"bootstrap-social": "5.1.1",
|
|
"chart.js": "^2.9.3",
|
|
"clipboard": "2.0.11",
|
|
"diff": "5.0.0",
|
|
"flatpickr": "4.6.13",
|
|
"font-awesome": "4.7.0",
|
|
"jquery": "3.6.1",
|
|
"jquery-ui-dist": "1.13.2",
|
|
"jquery-ui-touch-punch": "0.2.3",
|
|
"lazyload-js": "1.0.0",
|
|
"moment": "2.29.4",
|
|
"ng-file-upload": "12.2.13",
|
|
"nouislider": "15.6.1",
|
|
"spectrum-colorpicker2": "2.0.9",
|
|
"tinymce": "4.9.11",
|
|
"typeahead.js": "0.11.1",
|
|
"underscore": "1.13.4",
|
|
"wicg-inert": "3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.19.1",
|
|
"@babel/preset-env": "7.19.1",
|
|
"autoprefixer": "10.4.4",
|
|
"cssnano": "5.1.13",
|
|
"gulp": "4.0.2",
|
|
"gulp-angular-embed-templates": "2.3.0",
|
|
"gulp-babel": "8.0.0",
|
|
"gulp-clean-css": "4.3.0",
|
|
"gulp-cli": "2.3.0",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-eslint": "6.0.0",
|
|
"gulp-imagemin": "7.1.0",
|
|
"gulp-less": "5.0.0",
|
|
"gulp-minify": "3.1.0",
|
|
"gulp-notify": "4.0.0",
|
|
"gulp-postcss": "9.0.1",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-sort": "2.0.0",
|
|
"gulp-sourcemaps": "3.0.0",
|
|
"gulp-watch": "5.0.1",
|
|
"gulp-wrap": "0.15.0",
|
|
"gulp-wrap-js": "0.4.1",
|
|
"jasmine-core": "4.4.0",
|
|
"jsdom": "20.0.0",
|
|
"karma": "6.4.0",
|
|
"karma-jasmine": "5.1.0",
|
|
"karma-jsdom-launcher": "13.0.0",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-spec-reporter": "0.0.34",
|
|
"less": "4.1.3",
|
|
"lodash": "4.17.21",
|
|
"merge-stream": "2.0.0",
|
|
"postcss": "8.4.16",
|
|
"run-sequence": "2.2.1"
|
|
}
|
|
}
|