@watermarkinsights/ripple 3.15.0-2 → 3.16.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{chartFunctions-08494c24.js → chartFunctions-f77a6366.js} +11 -10
- package/dist/cjs/{functions-e1b590e0.js → functions-1c5fdef0.js} +48 -0
- package/dist/cjs/{global-0a41410c.js → global-1aa1d96b.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/priv-chart-popover.cjs.entry.js +1 -1
- package/dist/cjs/priv-datepicker.cjs.entry.js +1 -1
- package/dist/cjs/ripple.cjs.js +2 -2
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +1 -1
- package/dist/cjs/wm-button.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +2 -2
- package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
- package/dist/cjs/wm-input.cjs.entry.js +1 -1
- package/dist/cjs/wm-modal-header.cjs.entry.js +1 -1
- package/dist/cjs/wm-modal.cjs.entry.js +1 -1
- package/dist/cjs/wm-navigation_3.cjs.entry.js +1 -1
- package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
- package/dist/cjs/wm-network-uploader.cjs.entry.js +1 -1
- package/dist/cjs/wm-option_2.cjs.entry.js +1 -1
- package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
- package/dist/cjs/wm-search.cjs.entry.js +1 -1
- package/dist/cjs/wm-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +1 -1
- package/dist/cjs/wm-tag-input-row.cjs.entry.js +19 -0
- package/dist/cjs/wm-tag-input.cjs.entry.js +305 -62
- package/dist/cjs/wm-timepicker.cjs.entry.js +1 -1
- package/dist/cjs/wm-toggletip.cjs.entry.js +1 -1
- package/dist/cjs/wm-uploader.cjs.entry.js +3 -46
- package/dist/collection/collection-manifest.json +6 -0
- package/dist/collection/components/wm-tag-input/wm-tag-input-row/wm-tag-input-row.js +115 -0
- package/dist/collection/components/wm-tag-input/wm-tag-input.css +133 -13
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +403 -72
- package/dist/collection/components/wm-uploader/wm-uploader.js +3 -46
- package/dist/collection/global/chartFunctions.js +10 -9
- package/dist/collection/global/functions.js +45 -0
- package/dist/esm/{chartFunctions-a310b9d0.js → chartFunctions-0883598c.js} +11 -10
- package/dist/esm/{functions-b4b62a23.js → functions-d39bf1c4.js} +46 -1
- package/dist/esm/{global-e80a0ec8.js → global-93944c59.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/priv-chart-popover.entry.js +1 -1
- package/dist/esm/priv-datepicker.entry.js +1 -1
- package/dist/esm/ripple.js +2 -2
- package/dist/esm/wm-action-menu_2.entry.js +1 -1
- package/dist/esm/wm-button.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +2 -2
- package/dist/esm/wm-datepicker.entry.js +1 -1
- package/dist/esm/wm-input.entry.js +1 -1
- package/dist/esm/wm-modal-header.entry.js +1 -1
- package/dist/esm/wm-modal.entry.js +1 -1
- package/dist/esm/wm-navigation_3.entry.js +1 -1
- package/dist/esm/wm-navigator.entry.js +1 -1
- package/dist/esm/wm-network-uploader.entry.js +1 -1
- package/dist/esm/wm-option_2.entry.js +1 -1
- package/dist/esm/wm-pagination.entry.js +1 -1
- package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
- package/dist/esm/wm-search.entry.js +1 -1
- package/dist/esm/wm-snackbar.entry.js +1 -1
- package/dist/esm/wm-tab-item_3.entry.js +1 -1
- package/dist/esm/wm-tag-input-row.entry.js +15 -0
- package/dist/esm/wm-tag-input.entry.js +306 -63
- package/dist/esm/wm-timepicker.entry.js +1 -1
- package/dist/esm/wm-toggletip.entry.js +1 -1
- package/dist/esm/wm-uploader.entry.js +3 -46
- package/dist/esm-es5/chartFunctions-0883598c.js +1 -0
- package/dist/esm-es5/{functions-b4b62a23.js → functions-d39bf1c4.js} +1 -1
- package/dist/esm-es5/{global-e80a0ec8.js → global-93944c59.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-datepicker.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-modal-header.entry.js +1 -1
- package/dist/esm-es5/wm-modal.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-network-uploader.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input-row.entry.js +1 -0
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/ripple/{p-93321f18.system.entry.js → p-078141c4.system.entry.js} +1 -1
- package/dist/ripple/{p-617b738b.system.entry.js → p-1456d52f.system.entry.js} +1 -1
- package/dist/ripple/{p-7a07096b.system.entry.js → p-171b3c6c.system.entry.js} +1 -1
- package/dist/ripple/{p-7833008a.entry.js → p-1abe7a88.entry.js} +1 -1
- package/dist/ripple/{p-477688c8.entry.js → p-1cc8fd4b.entry.js} +1 -1
- package/dist/ripple/{p-0f08a806.system.entry.js → p-222d670b.system.entry.js} +1 -1
- package/dist/ripple/{p-d3326191.entry.js → p-27060507.entry.js} +1 -1
- package/dist/ripple/p-32ba6ca4.system.entry.js +1 -0
- package/dist/ripple/{p-b5a6aebc.entry.js → p-35c05d11.entry.js} +1 -1
- package/dist/ripple/{p-3a71d9a3.entry.js → p-38414137.entry.js} +1 -1
- package/dist/ripple/p-3ae9cb55.system.entry.js +1 -0
- package/dist/ripple/{p-9caf189d.system.entry.js → p-3fe2023e.system.entry.js} +1 -1
- package/dist/ripple/p-40c8e2f2.entry.js +1 -0
- package/dist/ripple/{p-9ef524df.system.entry.js → p-4275d767.system.entry.js} +1 -1
- package/dist/ripple/{p-990db03b.system.entry.js → p-4405cdb4.system.entry.js} +1 -1
- package/dist/ripple/{p-9fd29197.system.entry.js → p-49bda38c.system.entry.js} +1 -1
- package/dist/ripple/p-4b8f71c9.entry.js +1 -0
- package/dist/ripple/{p-6d7a6954.js → p-4ca088ef.js} +1 -1
- package/dist/ripple/p-4edfdcf4.entry.js +1 -0
- package/dist/ripple/{p-32da7cdf.entry.js → p-4f8767df.entry.js} +1 -1
- package/dist/ripple/p-50f5c187.system.entry.js +1 -0
- package/dist/ripple/{p-96b47a13.js → p-5435b11d.js} +1 -1
- package/dist/ripple/{p-61e2a39a.system.entry.js → p-59593d4a.system.entry.js} +1 -1
- package/dist/ripple/{p-981788dd.system.entry.js → p-5fb85304.system.entry.js} +1 -1
- package/dist/ripple/{p-73a66a6c.entry.js → p-78c5b0ee.entry.js} +1 -1
- package/dist/ripple/p-80046dc1.entry.js +1 -0
- package/dist/ripple/{p-719864a5.system.entry.js → p-80fdafba.system.entry.js} +1 -1
- package/dist/ripple/{p-1ba2134b.system.entry.js → p-8ab3a80b.system.entry.js} +1 -1
- package/dist/ripple/{p-a2f8608f.system.entry.js → p-8d2dfe15.system.entry.js} +1 -1
- package/dist/ripple/{p-6ddfada6.entry.js → p-91c90e0e.entry.js} +1 -1
- package/dist/ripple/{p-428b8b24.entry.js → p-92d93fc5.entry.js} +1 -1
- package/dist/ripple/{p-4be49461.system.entry.js → p-96b03f2d.system.entry.js} +1 -1
- package/dist/ripple/{p-eb308bc7.js → p-9f81517c.js} +1 -1
- package/dist/ripple/{p-9ad7db55.entry.js → p-a4e8e1b5.entry.js} +1 -1
- package/dist/ripple/p-c5d594c4.entry.js +1 -0
- package/dist/ripple/{p-c95317b4.system.entry.js → p-c7ceb8b2.system.entry.js} +1 -1
- package/dist/ripple/{p-79542ae3.system.entry.js → p-c8eb6f95.system.entry.js} +1 -1
- package/dist/ripple/{p-c5a3766f.entry.js → p-c98dcd45.entry.js} +1 -1
- package/dist/ripple/p-c9f09fea.system.js +1 -0
- package/dist/ripple/{p-ab7ce269.system.entry.js → p-cbeb1cc5.system.entry.js} +1 -1
- package/dist/ripple/{p-2531b343.system.entry.js → p-cfbdcbba.system.entry.js} +1 -1
- package/dist/ripple/{p-fcb81a4e.entry.js → p-d187e19a.entry.js} +1 -1
- package/dist/ripple/{p-99791f7a.system.js → p-d1c34819.system.js} +1 -1
- package/dist/ripple/{p-79b8e996.entry.js → p-d2fcd64d.entry.js} +1 -1
- package/dist/ripple/{p-75346877.entry.js → p-d6db9e72.entry.js} +1 -1
- package/dist/ripple/{p-65d5f494.entry.js → p-dc382256.entry.js} +1 -1
- package/dist/ripple/{p-aa35c9dd.system.entry.js → p-df7ff551.system.entry.js} +1 -1
- package/dist/ripple/{p-51b60241.system.entry.js → p-e106957e.system.entry.js} +1 -1
- package/dist/ripple/p-e5a2eabe.system.js +1 -0
- package/dist/ripple/{p-1cadcfc1.entry.js → p-e906e855.entry.js} +1 -1
- package/dist/ripple/{p-6ac734b7.entry.js → p-e9c3d4c8.entry.js} +1 -1
- package/dist/ripple/p-eb19ef4c.system.js +1 -0
- package/dist/ripple/{p-1c75615f.entry.js → p-eb549326.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/wm-tag-input/wm-tag-input-row/wm-tag-input-row.d.ts +11 -0
- package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +34 -3
- package/dist/types/components/wm-uploader/wm-uploader.d.ts +0 -4
- package/dist/types/components.d.ts +32 -0
- package/dist/types/global/functions.d.ts +4 -0
- package/package.json +1 -1
- package/dist/esm-es5/chartFunctions-a310b9d0.js +0 -1
- package/dist/ripple/p-375a850f.system.js +0 -1
- package/dist/ripple/p-5754e2b8.system.js +0 -1
- package/dist/ripple/p-591fae61.system.js +0 -1
- package/dist/ripple/p-5f589556.entry.js +0 -1
- package/dist/ripple/p-b6c197c7.system.entry.js +0 -1
- package/dist/ripple/p-ce696630.entry.js +0 -1
- package/dist/ripple/p-e47b10b1.system.entry.js +0 -1
- package/dist/ripple/p-f5cec3d1.entry.js +0 -1
- package/dist/ripple/p-f7c2b508.entry.js +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-df6a3611.js');
|
|
6
|
-
const functions = require('./functions-
|
|
6
|
+
const functions = require('./functions-1c5fdef0.js');
|
|
7
7
|
|
|
8
8
|
const wmTimepickerCss = ":host,wm-timepicker{font-family:inherit}:host *,wm-timepicker *{-webkit-box-sizing:border-box;box-sizing:border-box}:host .sr-only,wm-timepicker .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}:host .wrapper,wm-timepicker .wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:0.875rem}:host .wrapper .label,wm-timepicker .wrapper .label{display:block;line-height:normal;font-weight:600;white-space:nowrap;margin-bottom:0.25rem}:host .wrapper .label .required,wm-timepicker .wrapper .label .required{color:#c0392b}:host .wrapper.label-left,wm-timepicker .wrapper.label-left{-ms-flex-direction:row;flex-direction:row}:host .wrapper.label-left .label-wrapper,wm-timepicker .wrapper.label-left .label-wrapper{line-height:2.5rem}:host .wrapper.label-left .label-wrapper .label,wm-timepicker .wrapper.label-left .label-wrapper .label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:2.5rem;white-space:normal;margin-bottom:0;margin-right:0.75rem}:host .wrapper.label-none label,wm-timepicker .wrapper.label-none label{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}:host .wrapper.invalid .label,wm-timepicker .wrapper.invalid .label{color:#c0392b}:host .wrapper.invalid .label:after,wm-timepicker .wrapper.invalid .label:after{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f026\";margin-left:0.3125rem}[dir=RTL] :host .wrapper.invalid .label:after,[dir=RTL] wm-timepicker .wrapper.invalid .label:after{margin-left:0;margin-right:0.3125rem}:host .wrapper.rtl.label-left .label,wm-timepicker .wrapper.rtl.label-left .label{margin-right:0;margin-left:0.75rem}:host .wrapper .inner-wrapper,wm-timepicker .wrapper .inner-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:2.5rem;border:1px solid #4a4a4a;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;max-width:236px;-ms-flex-pack:justify;justify-content:space-between;position:relative}:host .wrapper .inner-wrapper input,wm-timepicker .wrapper .inner-wrapper input{-moz-border-top-left-radius:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;border:none;font-size:0.875rem;padding:0.625rem 0.9375rem 0.5rem;min-width:0;height:100%;-ms-flex:1;flex:1;margin:0;font-family:inherit}:host .wrapper .inner-wrapper input:disabled,wm-timepicker .wrapper .inner-wrapper input:disabled{background-color:#f0f0f0;color:#737373}:host .wrapper .inner-wrapper input:focus,wm-timepicker .wrapper .inner-wrapper input:focus{outline:none}:host .wrapper .inner-wrapper button,wm-timepicker .wrapper .inner-wrapper button{all:unset;cursor:pointer;padding:0 0.375rem;height:2.375rem;background-color:#fff;border:none;-moz-border-top-right-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-moz-border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-top-left-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-bottom-left-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wrapper .inner-wrapper button .clock::after,wm-timepicker .wrapper .inner-wrapper button .clock::after{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f150\";color:#575195;font-size:1.5rem;padding:0;line-height:2.5rem}:host .wrapper .inner-wrapper button:hover,wm-timepicker .wrapper .inner-wrapper button:hover{background:#e6e6e6;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wrapper .inner-wrapper button:disabled,wm-timepicker .wrapper .inner-wrapper button:disabled{background-color:rgba(74, 74, 74, 0.05);pointer-events:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wrapper .inner-wrapper button:disabled .clock::after,wm-timepicker .wrapper .inner-wrapper button:disabled .clock::after{color:#7b7b7b}[dir=RTL] :host .wrapper .inner-wrapper button,[dir=RTL] wm-timepicker .wrapper .inner-wrapper button{right:auto;left:0}:host .wrapper .inner-wrapper button:focus,wm-timepicker .wrapper .inner-wrapper button:focus{outline:none}:host .wrapper .inner-wrapper button.user-is-tabbing:focus,wm-timepicker .wrapper .inner-wrapper button.user-is-tabbing:focus{-webkit-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;-moz-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e}:host .wrapper .inner-wrapper button.user-is-tabbing:focus::-moz-focus-inner,wm-timepicker .wrapper .inner-wrapper button.user-is-tabbing:focus::-moz-focus-inner{border:0}:host .wrapper .inner-wrapper button::-moz-focus-inner,wm-timepicker .wrapper .inner-wrapper button::-moz-focus-inner{border:0}:host .wrapper .inner-wrapper .options,wm-timepicker .wrapper .inner-wrapper .options{margin:0;padding:0;-webkit-overflow-scrolling:touch;overflow:auto;max-height:19.0625rem;-webkit-box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);-ms-transition:transform 0.25s ease;-webkit-transition:transform 0.25s ease;-moz-transition:transform 0.25s ease;-webkit-transition:-webkit-transform 0.25s ease;transition:-webkit-transform 0.25s ease;transition:transform 0.25s ease;transition:transform 0.25s ease, -webkit-transform 0.25s ease;-ms-transform:scale(1, 0);-webkit-transform:scale(1, 0);-moz-transform:scale(1, 0);transform:scale(1, 0);-ms-transform-origin:center top;-webkit-transform-origin:center top;-moz-transform-origin:center top;transform-origin:center top;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;position:absolute;top:2.5rem;right:0;background:#fff;z-index:100;width:100%;font-size:0.875rem}:host .wrapper .inner-wrapper .options.upwards,wm-timepicker .wrapper .inner-wrapper .options.upwards{top:unset;bottom:2.5rem;-ms-transform-origin:center bottom;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom}:host .wrapper .inner-wrapper .options.hidden,wm-timepicker .wrapper .inner-wrapper .options.hidden{visibility:hidden}:host .wrapper .inner-wrapper .options [role=option],wm-timepicker .wrapper .inner-wrapper .options [role=option]{display:block;cursor:pointer;position:relative;padding:1.25rem;background:#fff;font-family:inherit;list-style:none;color:#4a4a4a}:host .wrapper .inner-wrapper .options [role=option]:hover,wm-timepicker .wrapper .inner-wrapper .options [role=option]:hover{background:#f4f4f4;outline:none}:host .wrapper .inner-wrapper .options [role=option]:focus,wm-timepicker .wrapper .inner-wrapper .options [role=option]:focus{outline:none;background:#f4f4f4}:host .wrapper .inner-wrapper .options [role=option]:not(:last-child),wm-timepicker .wrapper .inner-wrapper .options [role=option]:not(:last-child){border-bottom:2px solid rgba(46, 27, 70, 0.05)}:host .wrapper .inner-wrapper .options.open,wm-timepicker .wrapper .inner-wrapper .options.open{-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);transform:scale(1, 1)}:host .wrapper.invalid .inner-wrapper,wm-timepicker .wrapper.invalid .inner-wrapper{-webkit-box-shadow:0 0 0 1px #c0392b;-moz-box-shadow:0 0 0 1px #c0392b;box-shadow:0 0 0 1px #c0392b;border-color:#c0392b}:host .wrapper.invalid .error,wm-timepicker .wrapper.invalid .error{color:#c0392b;margin-top:4px;margin-bottom:4px;display:block;top:100%;left:0;font-style:italic}:host .wrapper:focus .inner-wrapper,:host .wrapper.focus .inner-wrapper,wm-timepicker .wrapper:focus .inner-wrapper,wm-timepicker .wrapper.focus .inner-wrapper{-webkit-box-shadow:0 0 0 1px #20cbd4;-moz-box-shadow:0 0 0 1px #20cbd4;box-shadow:0 0 0 1px #20cbd4;outline:none;border-color:#20cbd4}";
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-df6a3611.js');
|
|
6
|
-
const functions = require('./functions-
|
|
6
|
+
const functions = require('./functions-1c5fdef0.js');
|
|
7
7
|
|
|
8
8
|
const wmToggletipCss = ":host,wm-toggletip{display:inline-block;position:relative;height:40px;width:40px}:host .button,wm-toggletip .button{display:-ms-flexbox;display:flex;background:none;border:none;padding:0;width:inherit;height:inherit;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}:host .button:before,wm-toggletip .button:before{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f2fc\";font-size:16px;color:#4a4a4a;background:radial-gradient(white 40%, transparent 0%)}:host .button:focus,wm-toggletip .button:focus{outline:none}:host .button:focus.user-is-tabbing,wm-toggletip .button:focus.user-is-tabbing{-webkit-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;-moz-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e}:host .button:focus.user-is-tabbing::-moz-focus-inner,wm-toggletip .button:focus.user-is-tabbing::-moz-focus-inner{border:0}:host .tooltip,wm-toggletip .tooltip{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0);pointer-events:none;font-family:inherit;font-size:0.875rem;text-transform:none;font-weight:normal;background:black;color:#fff;padding:0.375rem;line-height:normal;z-index:30;white-space:nowrap}:host .tooltip.hover,wm-toggletip .tooltip.hover{clip:auto;width:auto;height:auto;opacity:1;-webkit-transition:opacity 500ms 500ms;transition:opacity 500ms 500ms;padding:0.375rem;white-space:nowrap}:host .toggletip,wm-toggletip .toggletip{position:absolute;max-width:13.75rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0.5rem 0.75rem;border-radius:0.1875rem;background:#4a4a4a;color:white;font-size:14px;z-index:30}:host .toggletip.top:before,wm-toggletip .toggletip.top:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;top:100%;border-top-color:#4a4a4a;border-top-width:0.25rem;border-left-width:0.375rem;border-right-width:0.375rem;margin-left:-0.375rem;left:50%}:host .toggletip.bottom:before,wm-toggletip .toggletip.bottom:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;bottom:100%;border-bottom-color:#4a4a4a;border-bottom-width:0.25rem;border-left-width:0.375rem;border-right-width:0.375rem;margin-left:-0.375rem;left:50%}:host .toggletip.right:before,wm-toggletip .toggletip.right:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;bottom:100%;border-right-color:#4a4a4a;border-right-width:0.25rem;border-top-width:0.375rem;border-bottom-width:0.375rem;border-left-width:0px;top:calc(50% - 6px);left:-0.1875rem}:host .toggletip.left:before,wm-toggletip .toggletip.left:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;bottom:100%;border-left-color:#4a4a4a;border-left-width:0.25rem;border-top-width:0.375rem;border-bottom-width:0.375rem;border-right-width:0px;top:calc(50% - 6px);right:-0.1875rem}:host .toggletip.bottom-right:before,wm-toggletip .toggletip.bottom-right:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;bottom:100%;border-bottom-color:#4a4a4a;border-bottom-width:0.25rem;border-left-width:0.375rem;border-right-width:0.375rem;margin-left:-0.375rem;left:50%;margin-left:unset;left:0.875rem}:host .toggletip.bottom-left:before,wm-toggletip .toggletip.bottom-left:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;bottom:100%;border-bottom-color:#4a4a4a;border-bottom-width:0.25rem;border-left-width:0.375rem;border-right-width:0.375rem;margin-left:-0.375rem;left:50%;left:unset;margin-left:unset;right:0.875rem}:host .toggletip.top-right:before,wm-toggletip .toggletip.top-right:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;top:100%;border-top-color:#4a4a4a;border-top-width:0.25rem;border-left-width:0.375rem;border-right-width:0.375rem;margin-left:-0.375rem;left:50%;margin-left:unset;left:0.875rem}:host .toggletip.top-left:before,wm-toggletip .toggletip.top-left:before{content:\"\";position:absolute;border:solid transparent;height:0;width:0;pointer-events:none;top:100%;border-top-color:#4a4a4a;border-top-width:0.25rem;border-left-width:0.375rem;border-right-width:0.375rem;margin-left:-0.375rem;left:50%;left:unset;margin-left:unset;right:0.875rem}:host .toggletip.hidden,wm-toggletip .toggletip.hidden{-webkit-transform:scale(0, 0) !important;transform:scale(0, 0) !important;visibility:hidden}:host .toggletip.top,:host .tooltip.top,wm-toggletip .toggletip.top,wm-toggletip .tooltip.top{-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%);bottom:40px;left:20px}:host .toggletip.bottom,:host .tooltip.bottom,wm-toggletip .toggletip.bottom,wm-toggletip .tooltip.bottom{-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%);top:40px;left:20px}:host .toggletip.right,:host .tooltip.right,wm-toggletip .toggletip.right,wm-toggletip .tooltip.right{-webkit-transform:translate(100%, calc(-50% - 20px));transform:translate(100%, calc(-50% - 20px));right:0px}:host .toggletip.left,:host .tooltip.left,wm-toggletip .toggletip.left,wm-toggletip .tooltip.left{-webkit-transform:translate(-100%, calc(-50% - 20px));transform:translate(-100%, calc(-50% - 20px));left:0px}:host .toggletip.bottom-right,:host .tooltip.bottom-right,wm-toggletip .toggletip.bottom-right,wm-toggletip .tooltip.bottom-right{top:40px;left:0px}:host .toggletip.bottom-left,:host .tooltip.bottom-left,wm-toggletip .toggletip.bottom-left,wm-toggletip .tooltip.bottom-left{top:40px;right:0px}:host .toggletip.top-right,:host .tooltip.top-right,wm-toggletip .toggletip.top-right,wm-toggletip .tooltip.top-right{bottom:40px;left:0px}:host .toggletip.top-left,:host .tooltip.top-left,wm-toggletip .toggletip.top-left,wm-toggletip .tooltip.top-left{bottom:40px;right:0px}:host .sr-only,wm-toggletip .sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}";
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-df6a3611.js');
|
|
6
|
-
const functions = require('./functions-
|
|
6
|
+
const functions = require('./functions-1c5fdef0.js');
|
|
7
7
|
|
|
8
8
|
const wmUploaderCss = ":host .wm-button,wm-uploader .wm-button{-ms-transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);-moz-transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);transition:background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1), border 500ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;width:inherit;border:2px solid #575195;color:#575195;font-family:inherit;font-size:0.75rem;font-weight:700;height:2.75rem;padding:0 1.3333333333em;cursor:pointer;position:relative;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-decoration:none;text-transform:uppercase;letter-spacing:0.01875rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media screen and (min-width: 48rem){:host .wm-button,wm-uploader .wm-button{height:3.3333333333em}}:host .wm-button.nowrap,wm-uploader .wm-button.nowrap{display:inline-block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:host .wm-button:focus,wm-uploader .wm-button:focus{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wm-button::-moz-focus-inner,wm-uploader .wm-button::-moz-focus-inner{border:0;outline:none}:host .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) :host .wm-button.-textonly .button-text,wm-uploader .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) :host .wm-button.-textonly .button-text,:host .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) wm-uploader .wm-button.-textonly .button-text,wm-uploader .wm-button.user-is-tabbing:focus:not(:disabled):not(.disabled) wm-uploader .wm-button.-textonly .button-text{background:-webkit-gradient(linear, left top, right top, color-stop(66%, #3862e9), color-stop(0, transparent)) repeat-x;background:linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;background-size:6px 3px;background-position:0 1em;border-radius:0;line-height:normal}:host .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled),wm-uploader .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled){-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark),wm-uploader .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark){-webkit-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;-moz-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e}:host .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark)::-moz-focus-inner,wm-uploader .wm-button.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled):not(.dark)::-moz-focus-inner{border:0}:host .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled),wm-uploader .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled){background:transparent;border:2px solid #fff;color:#fff}:host .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled):hover,wm-uploader .wm-button.dark:not(.-textonly):not(:disabled):not(.disabled):hover{color:#575195;background:#e6e6e6;border:2px solid #e6e6e6}:host .wm-button.dark.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled).dark,wm-uploader .wm-button.dark.user-is-tabbing:focus:not(.-textonly):not(:disabled):not(.disabled).dark{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;-moz-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #c6b4e3;outline:none}:host .wm-button:active:not(:disabled):not(.disabled):not(.-textonly):not(.-actionbutton):not(.displayedoption),wm-uploader .wm-button:active:not(:disabled):not(.disabled):not(.-textonly):not(.-actionbutton):not(.displayedoption){-ms-transform:scale(0.9, 0.9);-webkit-transform:scale(0.9, 0.9);-moz-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9)}:host .wm-button .mdi,wm-uploader .wm-button .mdi{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .wm-button:not(.-icononly):not(.-navigational) .mdi,wm-uploader .wm-button:not(.-icononly):not(.-navigational) .mdi{margin-right:0.3125rem}:host .wm-button[dir=RTL] :not(.-icononly) .mdi,wm-uploader .wm-button[dir=RTL] :not(.-icononly) .mdi{margin-left:0.3125rem;margin-right:0}:host .wm-button.-primary:not(.-textonly),wm-uploader .wm-button.-primary:not(.-textonly){background:#575195;color:#fff}:host .wm-button.-primary:not(.-textonly):not(:focus),wm-uploader .wm-button.-primary:not(.-textonly):not(:focus){-webkit-box-shadow:0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2);box-shadow:0 2px 2px 0 rgba(87, 81, 149, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.2)}:host .wm-button.-primary:not(.-textonly):hover:not(:disabled):not(.disabled),wm-uploader .wm-button.-primary:not(.-textonly):hover:not(:disabled):not(.disabled){background:#464177}:host .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled),wm-uploader .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled){color:#575195;background:#fff;border:2px solid #fff}:host .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled):hover,wm-uploader .wm-button.-primary:not(.-textonly).dark:not(:disabled):not(.disabled):hover{color:#575195;background:#e6e6e6;border:2px solid #e6e6e6}:host .wm-button.-secondary:hover:not(:disabled):not(.disabled),wm-uploader .wm-button.-secondary:hover:not(:disabled):not(.disabled),:host .wm-button.-icononly:hover:not(:disabled):not(.disabled),wm-uploader .wm-button.-icononly:hover:not(:disabled):not(.disabled){background:#464177;color:#fff}:host .wm-button.-textonly,wm-uploader .wm-button.-textonly{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:inline-block;letter-spacing:0;text-transform:none;text-align:initial;font-size:0.875rem;border:none;background:transparent;padding-left:0;padding-right:0;height:auto;border-radius:0;line-height:1}:host .wm-button.-textonly+.-textonly,wm-uploader .wm-button.-textonly+.-textonly{margin-left:0.3125rem}:host .wm-button.-textonly:focus,wm-uploader .wm-button.-textonly:focus{outline:none}:host .wm-button.-textonly::-moz-focus-inner,wm-uploader .wm-button.-textonly::-moz-focus-inner{border:0;outline:none}:host .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled) .button-text,wm-uploader .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled) .button-text{background:-webkit-gradient(linear, left top, right top, color-stop(66%, #3862e9), color-stop(0, transparent)) repeat-x;background:linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;background-size:6px 3px;background-position:0 1em;border-radius:0;line-height:normal}:host .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled).dark .button-text,wm-uploader .wm-button.-textonly.user-is-tabbing:focus:not(:disabled):not(.disabled).dark .button-text{background:-webkit-gradient(linear, left top, right top, color-stop(66%, #fff), color-stop(0, transparent)) repeat-x;background:linear-gradient(90deg, #fff 66%, transparent 0) repeat-x;background-size:6px 3px;background-position:0 1em;border-radius:0;line-height:normal}:host .wm-button.-textonly.small,wm-uploader .wm-button.-textonly.small{font-size:0.625rem}:host .wm-button.-textonly:hover:not(:disabled):not(.disabled):not(.-permanentlydelete),wm-uploader .wm-button.-textonly:hover:not(:disabled):not(.disabled):not(.-permanentlydelete){text-decoration:underline}:host .wm-button.-textonly.-permanentlydelete,wm-uploader .wm-button.-textonly.-permanentlydelete{color:#c0392b}:host .wm-button.-textonly.-permanentlydelete:hover:not(:disabled):not(.disabled):not(.dark),wm-uploader .wm-button.-textonly.-permanentlydelete:hover:not(:disabled):not(.disabled):not(.dark){text-decoration:underline;color:#c0392b !important}:host .wm-button.-textonly.dark,wm-uploader .wm-button.-textonly.dark{color:#fff}:host .wm-button.-textonly.dark:hover:not(:disabled):not(.disabled),wm-uploader .wm-button.-textonly.dark:hover:not(:disabled):not(.disabled){text-decoration:underline;color:#fff !important}:host .wm-button.-icononly,wm-uploader .wm-button.-icononly,:host .wm-button.-navigational,wm-uploader .wm-button.-navigational{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;font-size:1rem;padding:0;height:auto;line-height:1;min-width:2.75rem;min-height:2.75rem;text-align:center;letter-spacing:normal}:host .wm-button.-icononly:not(:focus),wm-uploader .wm-button.-icononly:not(:focus),:host .wm-button.-navigational:not(:focus),wm-uploader .wm-button.-navigational:not(:focus){-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}@media screen and (min-width: 48rem){:host .wm-button.-icononly,wm-uploader .wm-button.-icononly,:host .wm-button.-navigational,wm-uploader .wm-button.-navigational{min-width:2.5rem;min-height:2.5rem}}:host .wm-button.-icononly,wm-uploader .wm-button.-icononly{border-width:1px !important}:host .wm-button.-icononly:before,wm-uploader .wm-button.-icononly:before{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .wm-button.-navigational,wm-uploader .wm-button.-navigational{border:none !important;background-color:transparent}:host .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled),wm-uploader .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled){color:#575195}:host .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled):hover,wm-uploader .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled):hover,:host .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled).selected,wm-uploader .wm-button.-navigational:not(.dark):not(:disabled):not(.disabled).selected{background-color:#d7d6d9}:host .wm-button.-navigational:before,wm-uploader .wm-button.-navigational:before{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .wm-button.-permanentlydelete:not(.-textonly),wm-uploader .wm-button.-permanentlydelete:not(.-textonly){background:#c0392b;border-color:#c0392b;color:#fff}:host .wm-button.-permanentlydelete:not(.-textonly):hover:not(:disabled):not(.disabled):not(.dark),wm-uploader .wm-button.-permanentlydelete:not(.-textonly):hover:not(:disabled):not(.disabled):not(.dark){background:#9a2e22;border-color:#9a2e22}:host .wm-button.-pairnegative,wm-uploader .wm-button.-pairnegative{background:#cc4c3e;border-color:#cc4c3e;color:#fff}:host .wm-button.-pairnegative:hover:not(:disabled):not(.disabled),wm-uploader .wm-button.-pairnegative:hover:not(:disabled):not(.disabled){background:#a33d32;border-color:#a33d32}:host .wm-button.-pairpositive,wm-uploader .wm-button.-pairpositive{background:#15868d;border-color:#15868d;color:#fff}:host .wm-button.-pairpositive:hover:not(:disabled):not(.disabled),wm-uploader .wm-button.-pairpositive:hover:not(:disabled):not(.disabled){background:#116b71;border-color:#116b71}:host .wm-button.-selectoronly,wm-uploader .wm-button.-selectoronly{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;display:block;background:transparent;border:1px solid #575195;border-radius:3px 3px 3px 3px;height:2.75rem;min-width:11.4375rem;padding:0 1.875rem 0 0.9375rem;line-height:normal;font-family:inherit;color:#575195;font-weight:500;font-size:0.875rem;text-transform:none;letter-spacing:0.01875rem;text-align:left}@media screen and (min-width: 48rem){:host .wm-button.-selectoronly,wm-uploader .wm-button.-selectoronly{height:2.5rem}}:host .wm-button.-selectoronly:before,wm-uploader .wm-button.-selectoronly:before{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f140\";position:absolute;right:0.5625rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}:host .wm-button.-selectoronly:hover:not(:disabled):not(.disabled),wm-uploader .wm-button.-selectoronly:hover:not(:disabled):not(.disabled){background:transparent;text-decoration:none}:host .wm-button.-selectoronly:active,wm-uploader .wm-button.-selectoronly:active{-ms-transform:scale(1, 1) !important;-webkit-transform:scale(1, 1) !important;transform:scale(1, 1) !important}:host .wm-button.-selectoronly::-moz-focus-inner,wm-uploader .wm-button.-selectoronly::-moz-focus-inner{border:0}:host .wm-button.-selectoronly .overflowcontrol,wm-uploader .wm-button.-selectoronly .overflowcontrol{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:visible}:host .wm-button:disabled,wm-uploader .wm-button:disabled,:host .wm-button.disabled,wm-uploader .wm-button.disabled{background:inherit;border-color:#737373;color:#737373;cursor:default;pointer-events:none}:host .wm-button:disabled.-primary,wm-uploader .wm-button:disabled.-primary,:host .wm-button:disabled.-permanentlydelete,wm-uploader .wm-button:disabled.-permanentlydelete,:host .wm-button:disabled.-pairnegative,wm-uploader .wm-button:disabled.-pairnegative,:host .wm-button:disabled.-pairpositive,wm-uploader .wm-button:disabled.-pairpositive,:host .wm-button.disabled.-primary,wm-uploader .wm-button.disabled.-primary,:host .wm-button.disabled.-permanentlydelete,wm-uploader .wm-button.disabled.-permanentlydelete,:host .wm-button.disabled.-pairnegative,wm-uploader .wm-button.disabled.-pairnegative,:host .wm-button.disabled.-pairpositive,wm-uploader .wm-button.disabled.-pairpositive{background:#737373;color:#fff;border-color:#737373}:host .wm-button:disabled.-secondary,wm-uploader .wm-button:disabled.-secondary,:host .wm-button.disabled.-secondary,wm-uploader .wm-button.disabled.-secondary{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}:host .wm-button:disabled.-selectoronly,wm-uploader .wm-button:disabled.-selectoronly,:host .wm-button.disabled.-selectoronly,wm-uploader .wm-button.disabled.-selectoronly{color:#737373}:host .wm-button:disabled.-textonly,wm-uploader .wm-button:disabled.-textonly,:host .wm-button.disabled.-textonly,wm-uploader .wm-button.disabled.-textonly{color:#6b6b6b;background:transparent}:host .wm-button:disabled.dark.-secondary:not(.-permanentlydelete),wm-uploader .wm-button:disabled.dark.-secondary:not(.-permanentlydelete),:host .wm-button:disabled.dark.-textonly,wm-uploader .wm-button:disabled.dark.-textonly,:host .wm-button:disabled.dark.-navigational,wm-uploader .wm-button:disabled.dark.-navigational,:host .wm-button:disabled.dark.-icononly,wm-uploader .wm-button:disabled.dark.-icononly,:host .wm-button.disabled.dark.-secondary:not(.-permanentlydelete),wm-uploader .wm-button.disabled.dark.-secondary:not(.-permanentlydelete),:host .wm-button.disabled.dark.-textonly,wm-uploader .wm-button.disabled.dark.-textonly,:host .wm-button.disabled.dark.-navigational,wm-uploader .wm-button.disabled.dark.-navigational,:host .wm-button.disabled.dark.-icononly,wm-uploader .wm-button.disabled.dark.-icononly{color:#b5b5b5;border-color:#b5b5b5}:host .wm-button:disabled.dark.-primary,wm-uploader .wm-button:disabled.dark.-primary,:host .wm-button:disabled.dark.-permanentlydelete:not(.-textonly),wm-uploader .wm-button:disabled.dark.-permanentlydelete:not(.-textonly),:host .wm-button.disabled.dark.-primary,wm-uploader .wm-button.disabled.dark.-primary,:host .wm-button.disabled.dark.-permanentlydelete:not(.-textonly),wm-uploader .wm-button.disabled.dark.-permanentlydelete:not(.-textonly){background:#a6a6a6;border-color:#a6a6a6;color:#353b48}:host a.wm-button,wm-uploader a.wm-button,:host label.wm-button,wm-uploader label.wm-button{height:auto;padding-top:0.75rem;padding-bottom:0.75rem}:host,wm-uploader{width:100%;height:100%;display:block;position:relative;max-width:1140px}:host[dir=RTL] .mdi,wm-uploader[dir=RTL] .mdi{margin-left:0.3125rem;margin-right:0}:host input:focus+.wm-button.user-is-tabbing,wm-uploader input:focus+.wm-button.user-is-tabbing{-webkit-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e !important;-moz-box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e !important;box-shadow:0 2px 2px 0 rgba(244, 243, 246, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e !important}:host *,wm-uploader *{-webkit-box-sizing:border-box;box-sizing:border-box}.wm-button.disabled{pointer-events:initial !important}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;white-space:nowrap !important;margin:-1px !important}.header{margin-bottom:2.5rem}.header.type1,.header.type2{margin-bottom:1rem}.header .slot-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start}.header .info-wrapper{-ms-flex-align:center;align-items:center}.header .info-wrapper .info{font-size:0.875rem;margin-left:1rem}.header .accepted-types{font-size:0.875rem}.header .requirements{font-size:0.875rem;margin-left:1rem}.footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;padding:0.9375rem 1.875rem}.footer .notif-wrapper{-ms-flex-align:end;align-items:flex-end}.footer .filecount-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer .filecount-wrapper .filecount{font-size:0.875rem;margin-right:1rem}.notif-wrapper{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:0.75rem}.notif-wrapper.type1,.notif-wrapper.type2{-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem}.notif-wrapper .requirements{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.notif{padding-top:0.25rem;font-size:0.875rem;font-style:italic}.notif.error{color:#c0392b}.info-wrapper{position:relative;display:-ms-flexbox;display:flex}.name-wrapper{overflow:hidden}.name-wrapper+.file-controls{-ms-flex:none;flex:none;margin-left:1rem}.empty-block{margin:5rem auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.empty-block .upload-file{margin-bottom:1.875rem}.empty-block .empty-message{font-size:0.875rem;margin-bottom:0.4375rem}.empty-block .empty-message.large{font-size:1.5rem}.empty-block .info-wrapper{-ms-flex-pack:center;justify-content:center;width:100%}.empty-block .info-wrapper .wm-button{width:auto}.list-container{overflow-y:unset}.list-container.checkmark-spacer{margin-right:2.75rem}.list-container.type1,.list-container.type2{overflow-y:auto}.list-container.type1 ul,.list-container.type2 ul{margin:revert}.list-container.type1 .file-list li,.list-container.type1 .inprogress-list li,.list-container.type2 .file-list li,.list-container.type2 .inprogress-list li{margin-bottom:1.625rem}.list-container.type1 .error-list li,.list-container.type2 .error-list li{margin-bottom:1.25rem}.list-container.type1{padding:0 1.875rem;height:16.25rem}ul{list-style:none;padding:0;width:100%;margin:0}ul li{position:relative;font-size:0.875rem;margin-bottom:0.5rem}ul li .file{min-width:300px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;position:relative;height:3.5rem;padding:0.5rem 1.25rem;background:#f4f4f4;border:1px solid #6b6b6b;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}ul li .file+.file{margin-top:1.25rem}ul li .file .filename{white-space:nowrap}ul li .file .left-group{overflow:hidden}ul li .file .right-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:5rem}ul li .file .right-group .file-controls{display:-ms-flexbox;display:flex}ul li .file .right-group .file-info{white-space:nowrap;margin-right:1rem}ul li .file wm-button+wm-button{margin-left:1rem}ul li.condensed .right-group{padding-left:2.5rem}ul li.checked .file:after{display:inline-block;font:normal normal normal 24px/1 \"Material Design Icons\";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:\"\\f133\";position:absolute;right:-44px;color:#088000;font-size:28px;line-height:1}ul .progress{position:absolute;left:0;top:0;right:0;height:8px}ul.file-list li,ul.inprogress-list li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}ul.file-list li .file,ul.inprogress-list li .file{-ms-flex:1;flex:1}ul.error-list li{margin-bottom:0.5rem}ul.error-list li .file{border:1px solid #c0392b;background-color:#f5ebea;height:3.75rem}ul.error-list li .error-message{color:#c0392b;padding-top:0.25rem;font-style:italic}.ch-measure{width:1ch !important}";
|
|
9
9
|
|
|
@@ -33,9 +33,6 @@ const Uploader = class {
|
|
|
33
33
|
index.forceUpdate(this.el);
|
|
34
34
|
}, 50);
|
|
35
35
|
}
|
|
36
|
-
get tooltipEl() {
|
|
37
|
-
return document.getElementById("wm-tooltip");
|
|
38
|
-
}
|
|
39
36
|
get uploadButtonEl() {
|
|
40
37
|
return this.el.shadowRoot.querySelector(`#${this.inputId}`);
|
|
41
38
|
}
|
|
@@ -374,46 +371,6 @@ const Uploader = class {
|
|
|
374
371
|
this.toggleTabbingOn();
|
|
375
372
|
}
|
|
376
373
|
}
|
|
377
|
-
showTooltip(anchorEl, tooltipText) {
|
|
378
|
-
this.tooltipEl.textContent = tooltipText;
|
|
379
|
-
this.positionTooltip("bottom", anchorEl, this.tooltipEl);
|
|
380
|
-
this.tooltipEl.style.transitionDelay = "500ms";
|
|
381
|
-
this.tooltipEl.style.opacity = "1";
|
|
382
|
-
}
|
|
383
|
-
hideTooltip() {
|
|
384
|
-
this.tooltipEl.style.transitionDelay = "0s";
|
|
385
|
-
this.tooltipEl.style.opacity = "0";
|
|
386
|
-
}
|
|
387
|
-
positionTooltip(tPos, anchorEl, tooltipEl) {
|
|
388
|
-
const tooltipHeight = tooltipEl.getBoundingClientRect().height;
|
|
389
|
-
const tooltipWidth = tooltipEl.getBoundingClientRect().width;
|
|
390
|
-
// to get the center positions, calculate the difference between the button width and the tooltip width
|
|
391
|
-
const verticalDiff = (anchorEl.getBoundingClientRect().height - tooltipHeight) / 2;
|
|
392
|
-
const horizontalDiff = (anchorEl.getBoundingClientRect().width - tooltipWidth) / 2;
|
|
393
|
-
// the naming convention defaults to center in the absence of a value
|
|
394
|
-
// "top" and "bottom" imply centering horizontally; "right" and "left" imply centering vertically
|
|
395
|
-
// therefore we first set to center and adjust accordingly
|
|
396
|
-
let verticalPos = anchorEl.getBoundingClientRect().top + verticalDiff;
|
|
397
|
-
let horizontalPos = anchorEl.getBoundingClientRect().left + horizontalDiff;
|
|
398
|
-
if (tPos.includes("top")) {
|
|
399
|
-
verticalPos = anchorEl.getBoundingClientRect().top - tooltipHeight - 8;
|
|
400
|
-
}
|
|
401
|
-
if (tPos.includes("bottom")) {
|
|
402
|
-
verticalPos = anchorEl.getBoundingClientRect().bottom + 8;
|
|
403
|
-
}
|
|
404
|
-
if (tPos.includes("left")) {
|
|
405
|
-
horizontalPos = anchorEl.getBoundingClientRect().left - tooltipWidth - 8;
|
|
406
|
-
}
|
|
407
|
-
if (tPos.includes("right")) {
|
|
408
|
-
horizontalPos = anchorEl.getBoundingClientRect().right + 8;
|
|
409
|
-
}
|
|
410
|
-
// after all positioning has been calculated, if tooltip is off-screen or closer than 24px it is readjusted
|
|
411
|
-
// this only occurs when the tooltip is overflowing to the left and is positioned top or bottom
|
|
412
|
-
// (button placed too far left, or screen size under 268px)
|
|
413
|
-
horizontalPos = Math.max(horizontalPos, 24);
|
|
414
|
-
tooltipEl.style.top = (verticalPos / 16).toString() + "rem";
|
|
415
|
-
tooltipEl.style.left = (horizontalPos / 16).toString() + "rem";
|
|
416
|
-
}
|
|
417
374
|
uploadButtonOnClick(ev) {
|
|
418
375
|
if (this.isDisabled) {
|
|
419
376
|
// this is a temporary fix.
|
|
@@ -463,7 +420,7 @@ const Uploader = class {
|
|
|
463
420
|
return (index.h("div", { class: "empty-block" }, this.renderUploadSvg(), index.h("div", { class: `empty-message` }, this.emptyStateText), this.renderUploadButton("-primary empty-button"), this.renderNotif()));
|
|
464
421
|
}
|
|
465
422
|
renderFileName(filename, isUploading) {
|
|
466
|
-
return (index.h("div", { class: "left-group" }, index.h("div", { class: "name-wrapper" }, index.h("span", { class: "filename", "data-filename": filename, onMouseEnter: (ev) => this.handleFilenameMouseEnter(ev, filename), onMouseLeave: () =>
|
|
423
|
+
return (index.h("div", { class: "left-group" }, index.h("div", { class: "name-wrapper" }, index.h("span", { class: "filename", "data-filename": filename, onMouseEnter: (ev) => this.handleFilenameMouseEnter(ev, filename), onMouseLeave: () => functions.hideTooltip() }), isUploading && index.h("span", { class: "sr-only" }, "uploading"), index.h("div", { class: "sr-only ch-measure" }))));
|
|
467
424
|
}
|
|
468
425
|
renderErrorList() {
|
|
469
426
|
if (!!this.errorList.length) {
|
|
@@ -502,7 +459,7 @@ const Uploader = class {
|
|
|
502
459
|
handleFilenameMouseEnter(ev, filename) {
|
|
503
460
|
// only show tooltip if file name is being truncated (has ellipses)
|
|
504
461
|
if (ev.target.textContent.includes("...")) {
|
|
505
|
-
|
|
462
|
+
functions.showTooltip("bottom", ev.target, filename);
|
|
506
463
|
}
|
|
507
464
|
}
|
|
508
465
|
componentDidRender() {
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"./components/wm-tabs/wm-tab-list/wm-tab-list.js",
|
|
31
31
|
"./components/wm-tabs/wm-tab-panel/wm-tab-panel.js",
|
|
32
32
|
"./components/wm-tag-input/wm-tag-input.js",
|
|
33
|
+
"./components/wm-tag-input/wm-tag-input-row/wm-tag-input-row.js",
|
|
33
34
|
"./components/wm-timepicker/wm-timepicker.js",
|
|
34
35
|
"./components/wm-toggletip/wm-toggletip.js",
|
|
35
36
|
"./components/wm-uploader/wm-uploader.js",
|
|
@@ -103,6 +104,11 @@
|
|
|
103
104
|
"wm-tag-input"
|
|
104
105
|
]
|
|
105
106
|
},
|
|
107
|
+
{
|
|
108
|
+
"components": [
|
|
109
|
+
"wm-tag-input-row"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
106
112
|
{
|
|
107
113
|
"components": [
|
|
108
114
|
"wm-uploader"
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { Component, Element, Event, Prop } from "@stencil/core";
|
|
2
|
+
export class TagInputRow {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.locked = false;
|
|
5
|
+
}
|
|
6
|
+
componentDidUpdate() {
|
|
7
|
+
this.wmTagInputRowUpdated.emit();
|
|
8
|
+
}
|
|
9
|
+
static get is() { return "wm-tag-input-row"; }
|
|
10
|
+
static get properties() { return {
|
|
11
|
+
"col1": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"mutable": false,
|
|
14
|
+
"complexType": {
|
|
15
|
+
"original": "string",
|
|
16
|
+
"resolved": "string | undefined",
|
|
17
|
+
"references": {}
|
|
18
|
+
},
|
|
19
|
+
"required": false,
|
|
20
|
+
"optional": true,
|
|
21
|
+
"docs": {
|
|
22
|
+
"tags": [],
|
|
23
|
+
"text": ""
|
|
24
|
+
},
|
|
25
|
+
"attribute": "col1",
|
|
26
|
+
"reflect": false
|
|
27
|
+
},
|
|
28
|
+
"col2": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"mutable": false,
|
|
31
|
+
"complexType": {
|
|
32
|
+
"original": "string",
|
|
33
|
+
"resolved": "string | undefined",
|
|
34
|
+
"references": {}
|
|
35
|
+
},
|
|
36
|
+
"required": false,
|
|
37
|
+
"optional": true,
|
|
38
|
+
"docs": {
|
|
39
|
+
"tags": [],
|
|
40
|
+
"text": ""
|
|
41
|
+
},
|
|
42
|
+
"attribute": "col2",
|
|
43
|
+
"reflect": false
|
|
44
|
+
},
|
|
45
|
+
"col3": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"mutable": false,
|
|
48
|
+
"complexType": {
|
|
49
|
+
"original": "string",
|
|
50
|
+
"resolved": "string | undefined",
|
|
51
|
+
"references": {}
|
|
52
|
+
},
|
|
53
|
+
"required": false,
|
|
54
|
+
"optional": true,
|
|
55
|
+
"docs": {
|
|
56
|
+
"tags": [],
|
|
57
|
+
"text": ""
|
|
58
|
+
},
|
|
59
|
+
"attribute": "col3",
|
|
60
|
+
"reflect": false
|
|
61
|
+
},
|
|
62
|
+
"col4": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"mutable": false,
|
|
65
|
+
"complexType": {
|
|
66
|
+
"original": "string",
|
|
67
|
+
"resolved": "string | undefined",
|
|
68
|
+
"references": {}
|
|
69
|
+
},
|
|
70
|
+
"required": false,
|
|
71
|
+
"optional": true,
|
|
72
|
+
"docs": {
|
|
73
|
+
"tags": [],
|
|
74
|
+
"text": ""
|
|
75
|
+
},
|
|
76
|
+
"attribute": "col4",
|
|
77
|
+
"reflect": false
|
|
78
|
+
},
|
|
79
|
+
"locked": {
|
|
80
|
+
"type": "boolean",
|
|
81
|
+
"mutable": false,
|
|
82
|
+
"complexType": {
|
|
83
|
+
"original": "boolean",
|
|
84
|
+
"resolved": "boolean",
|
|
85
|
+
"references": {}
|
|
86
|
+
},
|
|
87
|
+
"required": false,
|
|
88
|
+
"optional": false,
|
|
89
|
+
"docs": {
|
|
90
|
+
"tags": [],
|
|
91
|
+
"text": ""
|
|
92
|
+
},
|
|
93
|
+
"attribute": "locked",
|
|
94
|
+
"reflect": false,
|
|
95
|
+
"defaultValue": "false"
|
|
96
|
+
}
|
|
97
|
+
}; }
|
|
98
|
+
static get events() { return [{
|
|
99
|
+
"method": "wmTagInputRowUpdated",
|
|
100
|
+
"name": "wmTagInputRowUpdated",
|
|
101
|
+
"bubbles": true,
|
|
102
|
+
"cancelable": true,
|
|
103
|
+
"composed": true,
|
|
104
|
+
"docs": {
|
|
105
|
+
"tags": [],
|
|
106
|
+
"text": ""
|
|
107
|
+
},
|
|
108
|
+
"complexType": {
|
|
109
|
+
"original": "void",
|
|
110
|
+
"resolved": "void",
|
|
111
|
+
"references": {}
|
|
112
|
+
}
|
|
113
|
+
}]; }
|
|
114
|
+
static get elementRef() { return "el"; }
|
|
115
|
+
}
|
|
@@ -164,7 +164,7 @@ wm-tag-input .character-count {
|
|
|
164
164
|
wm-tag-input .tags-and-input-wrapper {
|
|
165
165
|
position: relative;
|
|
166
166
|
width: 100%;
|
|
167
|
-
padding: 0.5rem 0.25rem;
|
|
167
|
+
padding: 0.5rem 0.25rem 0.5rem 0;
|
|
168
168
|
margin-bottom: -0.5rem;
|
|
169
169
|
}
|
|
170
170
|
:host .upper-row,
|
|
@@ -173,22 +173,36 @@ wm-tag-input .upper-row {
|
|
|
173
173
|
display: flex;
|
|
174
174
|
flex: 1;
|
|
175
175
|
justify-content: space-between;
|
|
176
|
-
|
|
176
|
+
}
|
|
177
|
+
:host .upper-row:before,
|
|
178
|
+
wm-tag-input .upper-row:before {
|
|
179
|
+
align-self: flex-start;
|
|
180
|
+
display: inline-block;
|
|
181
|
+
font: normal normal normal 24px/1 "Material Design Icons";
|
|
182
|
+
font-size: inherit;
|
|
183
|
+
text-rendering: auto;
|
|
184
|
+
line-height: inherit;
|
|
185
|
+
-webkit-font-smoothing: antialiased;
|
|
186
|
+
-moz-osx-font-smoothing: grayscale;
|
|
187
|
+
content: "\f349";
|
|
188
|
+
color: #b5b5b5;
|
|
189
|
+
padding: 0.75rem 0.5rem 0.75rem 0.75rem;
|
|
177
190
|
}
|
|
178
191
|
:host .lower-row,
|
|
179
192
|
wm-tag-input .lower-row {
|
|
180
193
|
width: 100%;
|
|
181
|
-
border-radius: 0 0 3px 3px;
|
|
182
194
|
}
|
|
183
195
|
:host #max-tags,
|
|
184
196
|
wm-tag-input #max-tags {
|
|
185
197
|
display: flex;
|
|
186
198
|
align-items: center;
|
|
187
199
|
height: 1.875rem;
|
|
188
|
-
background-color: #
|
|
200
|
+
background-color: #e6e6e6;
|
|
189
201
|
padding: 0.5rem 1rem;
|
|
190
|
-
color:
|
|
202
|
+
color: #4a4a4a;
|
|
191
203
|
font-size: 0.875rem;
|
|
204
|
+
border-top: 1px solid rgba(35, 35, 35, 0.6);
|
|
205
|
+
border-radius: 0 0 3px 3px;
|
|
192
206
|
}
|
|
193
207
|
:host .tag-area,
|
|
194
208
|
wm-tag-input .tag-area {
|
|
@@ -235,28 +249,36 @@ wm-tag-input .tag-area [role=option].highlight {
|
|
|
235
249
|
wm-tag-input .tag-area [role=option].focused {
|
|
236
250
|
background-color: #d1d1d1;
|
|
237
251
|
}
|
|
238
|
-
:host .tag-area [role=option]
|
|
239
|
-
wm-tag-input .tag-area [role=option]
|
|
252
|
+
:host .tag-area [role=option].locked,
|
|
253
|
+
wm-tag-input .tag-area [role=option].locked {
|
|
254
|
+
background-color: #6b6b6b;
|
|
255
|
+
color: white;
|
|
256
|
+
}
|
|
257
|
+
:host .tag-area [role=option] .icon,
|
|
258
|
+
wm-tag-input .tag-area [role=option] .icon {
|
|
240
259
|
display: inline-flex;
|
|
241
260
|
justify-content: center;
|
|
242
261
|
align-items: center;
|
|
243
262
|
height: 1.25rem;
|
|
244
263
|
width: 1.25rem;
|
|
264
|
+
padding: 0;
|
|
265
|
+
margin-left: 0.5rem;
|
|
266
|
+
}
|
|
267
|
+
:host .tag-area [role=option] .icon.remove-btn,
|
|
268
|
+
wm-tag-input .tag-area [role=option] .icon.remove-btn {
|
|
245
269
|
border: 1px solid #575195;
|
|
246
270
|
color: #575195;
|
|
247
271
|
border-radius: 50%;
|
|
248
|
-
padding: 0;
|
|
249
|
-
margin-left: 0.5rem;
|
|
250
272
|
cursor: pointer;
|
|
251
273
|
transition: background-color 500ms cubic-bezier(0.4, 0, 0.2, 1), color 500ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
252
274
|
}
|
|
253
|
-
:host .tag-area [role=option] .remove-btn:hover,
|
|
254
|
-
wm-tag-input .tag-area [role=option] .remove-btn:hover {
|
|
275
|
+
:host .tag-area [role=option] .icon.remove-btn:hover,
|
|
276
|
+
wm-tag-input .tag-area [role=option] .icon.remove-btn:hover {
|
|
255
277
|
color: white;
|
|
256
278
|
background-color: #575195;
|
|
257
279
|
}
|
|
258
|
-
:host .tag-area [role=option] .remove-btn:before,
|
|
259
|
-
wm-tag-input .tag-area [role=option] .remove-btn:before {
|
|
280
|
+
:host .tag-area [role=option] .icon.remove-btn:before,
|
|
281
|
+
wm-tag-input .tag-area [role=option] .icon.remove-btn:before {
|
|
260
282
|
display: inline-block;
|
|
261
283
|
font: normal normal normal 24px/1 "Material Design Icons";
|
|
262
284
|
font-size: inherit;
|
|
@@ -266,6 +288,21 @@ wm-tag-input .tag-area [role=option] .remove-btn:before {
|
|
|
266
288
|
-moz-osx-font-smoothing: grayscale;
|
|
267
289
|
content: "\f156";
|
|
268
290
|
}
|
|
291
|
+
:host .tag-area [role=option] .icon.lock,
|
|
292
|
+
wm-tag-input .tag-area [role=option] .icon.lock {
|
|
293
|
+
color: white;
|
|
294
|
+
}
|
|
295
|
+
:host .tag-area [role=option] .icon.lock:before,
|
|
296
|
+
wm-tag-input .tag-area [role=option] .icon.lock:before {
|
|
297
|
+
display: inline-block;
|
|
298
|
+
font: normal normal normal 24px/1 "Material Design Icons";
|
|
299
|
+
font-size: inherit;
|
|
300
|
+
text-rendering: auto;
|
|
301
|
+
line-height: inherit;
|
|
302
|
+
-webkit-font-smoothing: antialiased;
|
|
303
|
+
-moz-osx-font-smoothing: grayscale;
|
|
304
|
+
content: "\f341";
|
|
305
|
+
}
|
|
269
306
|
:host input,
|
|
270
307
|
wm-tag-input input {
|
|
271
308
|
font-family: inherit;
|
|
@@ -401,6 +438,7 @@ wm-tag-input .dropdown-wrapper div.help-text {
|
|
|
401
438
|
min-height: 2.6875rem;
|
|
402
439
|
padding-top: 0.25rem;
|
|
403
440
|
padding-bottom: 0.25rem;
|
|
441
|
+
white-space: normal;
|
|
404
442
|
}
|
|
405
443
|
:host .dropdown-wrapper li:not(:last-child),
|
|
406
444
|
:host .dropdown-wrapper div:not(:last-child),
|
|
@@ -413,6 +451,88 @@ wm-tag-input .info-text {
|
|
|
413
451
|
font-style: italic;
|
|
414
452
|
margin-top: 0.25rem;
|
|
415
453
|
}
|
|
454
|
+
:host .table-wrapper,
|
|
455
|
+
wm-tag-input .table-wrapper {
|
|
456
|
+
max-height: 17.5rem;
|
|
457
|
+
overflow: auto;
|
|
458
|
+
margin-top: 1.5rem;
|
|
459
|
+
}
|
|
460
|
+
:host .table-wrapper #table,
|
|
461
|
+
wm-tag-input .table-wrapper #table {
|
|
462
|
+
width: 100%;
|
|
463
|
+
border-spacing: 0px;
|
|
464
|
+
}
|
|
465
|
+
:host .table-wrapper #table.fixed-widths,
|
|
466
|
+
wm-tag-input .table-wrapper #table.fixed-widths {
|
|
467
|
+
table-layout: fixed;
|
|
468
|
+
}
|
|
469
|
+
:host .table-wrapper #table .headers,
|
|
470
|
+
wm-tag-input .table-wrapper #table .headers {
|
|
471
|
+
height: 2.5rem;
|
|
472
|
+
background-color: #eeedf4;
|
|
473
|
+
}
|
|
474
|
+
:host .table-wrapper #table .headers th,
|
|
475
|
+
wm-tag-input .table-wrapper #table .headers th {
|
|
476
|
+
text-align: left;
|
|
477
|
+
font-size: 0.75rem;
|
|
478
|
+
font-weight: 700;
|
|
479
|
+
text-transform: uppercase;
|
|
480
|
+
padding: 0 1.5rem;
|
|
481
|
+
}
|
|
482
|
+
:host .table-wrapper tr.locked td:first-child:before,
|
|
483
|
+
wm-tag-input .table-wrapper tr.locked td:first-child:before {
|
|
484
|
+
display: inline-block;
|
|
485
|
+
font: normal normal normal 24px/1 "Material Design Icons";
|
|
486
|
+
font-size: inherit;
|
|
487
|
+
text-rendering: auto;
|
|
488
|
+
line-height: inherit;
|
|
489
|
+
-webkit-font-smoothing: antialiased;
|
|
490
|
+
-moz-osx-font-smoothing: grayscale;
|
|
491
|
+
content: "\f33e";
|
|
492
|
+
margin-right: 0.5rem;
|
|
493
|
+
color: #4a4a4a;
|
|
494
|
+
}
|
|
495
|
+
:host .table-wrapper tr:nth-child(even),
|
|
496
|
+
wm-tag-input .table-wrapper tr:nth-child(even) {
|
|
497
|
+
background-color: #fafafa;
|
|
498
|
+
}
|
|
499
|
+
:host .table-wrapper tr.selected,
|
|
500
|
+
wm-tag-input .table-wrapper tr.selected {
|
|
501
|
+
background-color: rgba(25, 161, 169, 0.2);
|
|
502
|
+
box-shadow: inset 0 0 0 1px #19a1a9;
|
|
503
|
+
font-weight: 500;
|
|
504
|
+
}
|
|
505
|
+
:host .table-wrapper tr.focused, :host .table-wrapper tr:hover,
|
|
506
|
+
wm-tag-input .table-wrapper tr.focused,
|
|
507
|
+
wm-tag-input .table-wrapper tr:hover {
|
|
508
|
+
background-color: #e9e7ec;
|
|
509
|
+
box-shadow: none;
|
|
510
|
+
}
|
|
511
|
+
:host .table-wrapper td,
|
|
512
|
+
wm-tag-input .table-wrapper td {
|
|
513
|
+
height: 3.75rem;
|
|
514
|
+
vertical-align: middle;
|
|
515
|
+
padding: 0 1.5rem;
|
|
516
|
+
cursor: pointer;
|
|
517
|
+
}
|
|
518
|
+
:host .table-wrapper td.trunc,
|
|
519
|
+
wm-tag-input .table-wrapper td.trunc {
|
|
520
|
+
white-space: nowrap;
|
|
521
|
+
overflow: hidden;
|
|
522
|
+
text-overflow: ellipsis;
|
|
523
|
+
}
|
|
524
|
+
:host .table-wrapper td.focused,
|
|
525
|
+
wm-tag-input .table-wrapper td.focused {
|
|
526
|
+
box-shadow: inset 0 2px 2px 0 rgba(244, 243, 246, 0.2), inset 0 2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 0 4px 3px #61279e;
|
|
527
|
+
}
|
|
528
|
+
:host .table-wrapper td .description,
|
|
529
|
+
wm-tag-input .table-wrapper td .description {
|
|
530
|
+
display: none;
|
|
531
|
+
}
|
|
532
|
+
:host .no-results,
|
|
533
|
+
wm-tag-input .no-results {
|
|
534
|
+
padding: 1.25rem 1.5rem;
|
|
535
|
+
}
|
|
416
536
|
:host .sr-only,
|
|
417
537
|
wm-tag-input .sr-only {
|
|
418
538
|
position: absolute !important;
|