UNPKG

ng-table-async

Version:

ngTable wrapper that offers some basic functionality and abstractions for working with asynchronous tables.

1 lines 3.1 kB
{"version":3,"sources":["styles.css","ng-table-async.css"],"names":[],"mappings":"AAQA,mCACA,cAAA,EAIA,4BACA,SAAA,SAGA,sCACA,SAAA,SACA,IAAA,EACA,KAAA,EACA,MAAA,EACA,OAAA,EACA,WAAA,qBACA,MAAA,KAGA,4BACA,OAAA,KAGA,mCACA,SAAA,SACA,IAAA,IACA,UAAA,kBACA,WAAA,OACA,UAAA,IAGA,oCACA,kBAAA,KAAA,GAAA,SAAA,OACA,UAAA,KAAA,GAAA,SAAA,OAGA,uCAGA,UAAA,UAEA,KACA,kBAAA,eACA,UAAA,eCQE,KACE,kBAAmB,eACX,UAAW","file":"ng-table-async.min.css","sourcesContent":["ng-table-async .nta-content .panel {\n margin-bottom: 0;\n}\n\n/* _ng_table_async_loading template */\nng-table-async .nta-content {\n position: relative;\n}\n\nng-table-async .nta-loading-container {\n position : absolute;\n top : 0;\n left : 0;\n right : 0;\n bottom : 0;\n background : rgba(255,255,255,0.5);\n color : #888;\n}\n\nng-table-async .nta-loading {\n height: 100%;\n}\n\nng-table-async .nta-loading-loader {\n position : relative;\n top : 50%;\n transform : translate(0, -50%);\n text-align : center;\n font-size : 3em;\n}\n\nng-table-async .nta-loading-spinner {\n -webkit-animation: spin 1s infinite linear;\n animation: spin 1s infinite linear;\n}\n\nng-table-async @-webkit-keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n@keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n","/*\n * ng-table-async\n * ngTable wrapper that offers some basic functionality and abstractions for working with asynchronous tables.\n * @author Andrés Mata Suárez <amatasuarez@gmail.com>\n * @version 0.0.20\n * @link https://andresmatasuarez.github.io/ng-table-async\n * @license MIT\n */\nng-table-async .nta-content .panel {\n margin-bottom: 0;\n}\n\n/* _ng_table_async_loading template */\nng-table-async .nta-content {\n position: relative;\n}\n\nng-table-async .nta-loading-container {\n position : absolute;\n top : 0;\n left : 0;\n right : 0;\n bottom : 0;\n background : rgba(255,255,255,0.5);\n color : #888;\n}\n\nng-table-async .nta-loading {\n height: 100%;\n}\n\nng-table-async .nta-loading-loader {\n position : relative;\n top : 50%;\n transform : translate(0, -50%);\n text-align : center;\n font-size : 3em;\n}\n\nng-table-async .nta-loading-spinner {\n -webkit-animation: spin 1s infinite linear;\n animation: spin 1s infinite linear;\n}\n\nng-table-async @-webkit-keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n@keyframes spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg);\n }\n}\n"]}