[PatternFly] Date Range?

2017-09-27 Thread Stan Silvert
Re: http://www.patternfly.org/pattern-library/forms-and-controls/datepicker/ On the doc for the Datepicker control, it says, "This pattern should NOT be used when selecting a date range" I need to let my user select a date range. What do the PatternFly gurus suggest I use? Stan __

Re: [PatternFly] Date Range?

2017-09-29 Thread Stan Silvert
tions that may offer this). But if you are just looking to set a date range by setting From and To values separately, I don't see any reason this wouldn't work. Does that help? Regards, Matt On Wed, Sep 27, 2017 at 1:48 PM, Stan Silvert <mailto:ssilv...@redhat.com>> wr

[PatternFly] PatternFly Next browser support?

2018-04-30 Thread Stan Silvert
What browsers will PatternFly Next support? Our app is using Angular 2+.  Its support list is here: https://angular.io/guide/browser-support BTW, React's browser support is not as definitive: https://reactjs.org/docs/react-dom.html#browser-support Since we are planning to move to PatternFly N

Re: [PatternFly] PatternFly Next browser support?

2018-04-30 Thread Stan Silvert
://gs.statcounter.com/browser-market-share/mobile/worldwide On 4/30/2018 10:24 AM, Leslie Hinson wrote: Hey Stan, For PF.Next, we are looking to support the latest two versions of Edge, Safari, Firefox and Chrome as well as IE11. Hope this helps! Leslie On Mon, Apr 30, 2018 at 8:44 AM, Stan

Re: [PatternFly] PatternFly Next browser support?

2018-04-30 Thread Stan Silvert
t from UC Browser (https://caniuse.com/#search=flex). From your experience - how are you testing for this and is this an area that you’d like to assist PatternFly with feedback?  Also, have you noticed any gaps in PatternFly 3 with this browser? Thanks, Dana On Apr 30, 2018,

[PatternFly] patternfly-ng and SystemJs

2018-05-15 Thread Stan Silvert
Has anyone here successfully used patternfly-ng with a SystemJs based application? Is patternfly-ng only meant to be used with WebPack? Stan ___ PatternFly mailing list PatternFly@redhat.com https://www.redhat.com/mailman/listinfo/patternfly

Re: [PatternFly] patternfly-ng and SystemJs

2018-05-16 Thread Stan Silvert
NG is a stand alone library. FYI, Catherine Robson mentioned she's looking for a date/time to set up with your team to talk about PatternFlyNG in more detail. Dan On 5/15/18 3:39 PM, Stan Silvert wrote: Has anyone here successfully used patternfly-ng with a SystemJs based applicat

Re: [PatternFly] Browser support update

2018-05-17 Thread Stan Silvert
I'm quite happy to ditch IE11. Does that mean PatternFly Next will use CSS variables instead of preprocessor variables?  Eliminating the preprocessor will make me double happy! For our app we want to allow an administrator to do simple theme changes from the admin console.  This gets really

Re: [PatternFly] patternfly-ng and SystemJs

2018-05-18 Thread Stan Silvert
ventually. 3) Everything in RxJs is loading, causing dozens of small requests for RxJs files.  Again, this won't work be acceptable for production.  I fixed this problem in my own app by installing the rxjs-system-bundle package.  But I haven't been able to get this to work with the pf-ng.

Re: [PatternFly] patternfly-ng and SystemJs

2018-05-18 Thread Stan Silvert
On 5/18/2018 7:54 AM, Stan Silvert wrote: On 5/16/2018 2:28 PM, Dan Labrecque wrote: Do you have an example app repo so we can see how it's failing? I've put together a version of the Tour of Heroes demo using SystemJS and PatternFly-NG. https://github.com/ssilvert/angular-tour-of-h

Re: [PatternFly] patternfly-ng and SystemJs

2018-05-21 Thread Stan Silvert
I have now found a solution for #2. Strangely, if you load ngx-bootstrap.umd.min.js instead of ngx-bootstrap.umd.js it will work. I think the PatternFly-NG team needs to address #1. At the moment, I'm not sure how to address #3. On 5/18/2018 7:54 AM, Stan Silvert wrote: On 5/16/2018 2:

Re: [PatternFly] patternfly-ng and SystemJs

2018-05-21 Thread Stan Silvert
how to load whatever is needed for other components. Dan On 5/21/18 8:57 AM, Stan Silvert wrote: I have now found a solution for #2. Strangely, if you load ngx-bootstrap.umd.min.js instead of ngx-bootstrap.umd.js it will work. I think the PatternFly-NG team needs to address #1. At the mom

Re: [PatternFly] Browser support update

2018-05-22 Thread Stan Silvert
bals-and-locals/> We'll also be able to use CSS grids to build layouts :) On Thu, May 17, 2018 at 8:14 AM, Stan Silvert mailto:ssilv...@redhat.com>> wrote: I

Re: [PatternFly] patternfly-ng and SystemJs

2018-05-22 Thread Stan Silvert
ou provide UMD files then patternfly-ng could be loaded the same way as ngx-bootstrap. On 5/21/18 12:59 PM, Stan Silvert wrote: Hi Dan.  Thanks for looking at this. On 5/21/2018 9:53 AM, Dan Labrecque wrote: The patternfly-ng library generates metadata but not factories. This allows applications

Re: [PatternFly] Browser support update

2018-05-22 Thread Stan Silvert
7% of our user base. Even if IE11 is down to 1% of the market, we will still need a solution.   If 1 out of 100 users can't use your web site then you are in trouble. If there is an effective pollyfill available then I think that would be good enough for us. On Tue, May 22, 2018 at 5

[PatternFly] @patternfly/react-core release to npm?

2019-03-22 Thread Stan Silvert
When will we see a new release on npmjs.com? https://www.npmjs.com/package/@patternfly/react-core Stan ___ PatternFly mailing list PatternFly@redhat.com https://www.redhat.com/mailman/listinfo/patternfly

Re: [PatternFly] @patternfly/react-core release to npm?

2019-03-22 Thread Stan Silvert
On 3/22/2019 1:31 PM, Dana Gutride wrote: Hi Stan, We’ve gone through a test/promotion cycle for the pf4 react packages today. The latest react-core version is now 2.9.2 Thank you, Dana Great.  Thanks! On Mar 22, 2019, at 7:42 AM, Stan Silvert wrote: When will we see a new release on

[PatternFly] PatternFly with React and SystemJs

2019-03-26 Thread Stan Silvert
I want to thank everyone on the PatternFly React team who worked on getting out a UMD release of react-core and related packages. This is what we needed to make PatternFly React components work on applications that use SystemJs. If anyone wants to see how to get this working, I created a bare-

[PatternFly] accessibleStyles and spacingStyles

2019-04-03 Thread Stan Silvert
I can't find where these are declared and exported.  In the demo, we have: import accessibleStylesfrom '@patternfly/patternfly/utilities/Accessibility/accessibility.css'; import spacingStylesfrom '@patternfly/patternfly/utilities/Spacing/spacing.css'; I found accessibility.css.js and spaci

[PatternFly] Changing background image

2019-04-09 Thread Stan Silvert
Can someone provide an example of how to change the background image? It works fine using the React component, but I need to do it outside of React. How is this done using only the PatternFly 4?  The BackgroundImage example below does not show how to actually accomplish this. https://pf4.pa