playbook_ui 15.6.0.pre.alpha.play265012993 → 15.6.0.pre.rc.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.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.html.erb +163 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx +190 -0
  4. data/app/pb_kits/playbook/pb_background/_background.tsx +6 -6
  5. data/app/pb_kits/playbook/pb_background/background.test.js +1 -5
  6. data/app/pb_kits/playbook/pb_background/docs/_background_light.html.erb +1 -1
  7. data/app/pb_kits/playbook/pb_background/docs/_background_light.jsx +1 -0
  8. data/app/pb_kits/playbook/pb_background/docs/example.yml +2 -2
  9. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx +0 -6
  10. data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
  11. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
  12. data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +2 -2
  13. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleIcon.tsx +8 -10
  14. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.jsx +1 -0
  15. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_state.jsx +3 -0
  16. data/app/pb_kits/playbook/pb_date_picker/date_picker.test.js +0 -24
  17. data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +3 -181
  18. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.html.erb +0 -31
  19. data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
  20. data/app/pb_kits/playbook/pb_draggable/context/index.tsx +7 -458
  21. data/app/pb_kits/playbook/pb_draggable/context/types.ts +3 -8
  22. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +2 -3
  23. data/app/pb_kits/playbook/pb_draggable/docs/index.js +1 -2
  24. data/app/pb_kits/playbook/pb_draggable/draggable.test.jsx +1 -77
  25. data/app/pb_kits/playbook/pb_file_upload/_file_upload.scss +4 -4
  26. data/app/pb_kits/playbook/pb_home_address_street/_home_address_street.tsx +22 -34
  27. data/app/pb_kits/playbook/pb_home_address_street/city_emphasis.html.erb +12 -16
  28. data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_default.html.erb +1 -1
  29. data/app/pb_kits/playbook/pb_home_address_street/none_emphasis.html.erb +12 -16
  30. data/app/pb_kits/playbook/pb_home_address_street/street_emphasis.html.erb +12 -16
  31. data/app/pb_kits/playbook/pb_legend/_legend.tsx +1 -6
  32. data/app/pb_kits/playbook/pb_legend/legend.html.erb +0 -1
  33. data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.scss +0 -10
  34. data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.tsx +15 -66
  35. data/app/pb_kits/playbook/pb_multiple_users/docs/example.yml +0 -1
  36. data/app/pb_kits/playbook/pb_multiple_users/docs/index.js +0 -1
  37. data/app/pb_kits/playbook/pb_multiple_users/multiple_users.test.js +0 -25
  38. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +10 -44
  39. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_validation.html.erb +4 -34
  40. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_validation.jsx +7 -16
  41. data/app/pb_kits/playbook/pb_radio/docs/_radio_error.md +1 -1
  42. data/app/pb_kits/playbook/pb_select/_select.tsx +3 -8
  43. data/app/pb_kits/playbook/pb_select/docs/_select_error.md +1 -1
  44. data/app/pb_kits/playbook/pb_select/docs/example.yml +0 -2
  45. data/app/pb_kits/playbook/pb_select/docs/index.js +0 -1
  46. data/app/pb_kits/playbook/pb_select/select.html.erb +2 -2
  47. data/app/pb_kits/playbook/pb_select/select.rb +1 -3
  48. data/app/pb_kits/playbook/pb_select/select.test.js +0 -23
  49. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_error.md +1 -1
  50. data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error.md +1 -1
  51. data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +0 -15
  52. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +0 -3
  53. data/app/pb_kits/playbook/pb_typeahead/components/ClearIndicator.tsx +2 -13
  54. data/app/pb_kits/playbook/pb_typeahead/components/MultiValue.tsx +1 -6
  55. data/app/pb_kits/playbook/pb_typeahead/components/ValueContainer.tsx +7 -34
  56. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -2
  57. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -2
  58. data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +1 -6
  59. data/app/pb_kits/playbook/tokens/_colors.scss +1 -2
  60. data/dist/chunks/_typeahead-kRdz5zPn.js +6 -0
  61. data/dist/chunks/lib-CgpqUb6l.js +29 -0
  62. data/dist/chunks/vendor.js +2 -2
  63. data/dist/menu.yml +2 -3
  64. data/dist/playbook-rails-react-bindings.js +1 -1
  65. data/dist/playbook-rails.js +1 -1
  66. data/dist/playbook.css +1 -1
  67. data/lib/playbook/forms/builder/collection_select_field.rb +1 -9
  68. data/lib/playbook/forms/builder/select_field.rb +1 -9
  69. data/lib/playbook/forms/builder/time_zone_select_field.rb +1 -9
  70. data/lib/playbook/pb_kit_helper.rb +0 -35
  71. data/lib/playbook/version.rb +2 -2
  72. metadata +4 -16
  73. data/app/pb_kits/playbook/pb_background/docs/_background_light.md +0 -1
  74. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.jsx +0 -180
  75. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_dropzone.md +0 -22
  76. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_with_tooltip.jsx +0 -42
  77. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_with_tooltip.md +0 -1
  78. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.html.erb +0 -16
  79. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.jsx +0 -30
  80. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.md +0 -1
  81. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.html.erb +0 -30
  82. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.jsx +0 -37
  83. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_input_display.md +0 -3
  84. data/app/pb_kits/playbook/utilities/deprecated.ts +0 -73
  85. data/dist/chunks/_typeahead-DMyvWpig.js +0 -6
  86. data/dist/chunks/lib-DDDLiZuu.js +0 -29
@@ -275,80 +275,6 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
275
275
 
276
276
  const { setMinDate, setMaxDate } = getMinMaxDates()
277
277
 
278
- // Default Date + Min/Max Date Initialization Helper Functions section ----/
279
- const toDateObject = (dateValue: any): Date | null => {
280
- if (!dateValue) return null
281
- if (dateValue instanceof Date) return dateValue
282
- if (typeof dateValue === 'string') {
283
- const parsed = new Date(dateValue)
284
- return isNaN(parsed.getTime()) ? null : parsed
285
- }
286
- if (typeof dateValue === 'number') {
287
- return new Date(dateValue)
288
- }
289
- return null
290
- }
291
-
292
- // Formatting Date for Flatpickr
293
- const formatDateForFlatpickr = (dateValue: any): string | null => {
294
- const dateObj = toDateObject(dateValue)
295
- if (!dateObj) return null
296
-
297
- const year = dateObj.getFullYear()
298
- const month = String(dateObj.getMonth() + 1).padStart(2, '0')
299
- const day = String(dateObj.getDate()).padStart(2, '0')
300
- return `${year}-${month}-${day}`
301
- }
302
-
303
- // Helper to check if defaultDate is earlier than minDate
304
- const isDefaultDateBeforeMinDate = (defaultDateValue: any, minDateValue: any): boolean => {
305
- if (!defaultDateValue || !minDateValue) return false
306
-
307
- const defaultDateObj = toDateObject(defaultDateValue)
308
- const minDateObj = toDateObject(minDateValue)
309
-
310
- if (!defaultDateObj || !minDateObj) return false
311
-
312
- const defaultDateOnly = new Date(defaultDateObj.getFullYear(), defaultDateObj.getMonth(), defaultDateObj.getDate())
313
- const minDateOnly = new Date(minDateObj.getFullYear(), minDateObj.getMonth(), minDateObj.getDate())
314
-
315
- return defaultDateOnly < minDateOnly
316
- }
317
-
318
- // Helper to check if defaultDate is later than maxDate
319
- const isDefaultDateAfterMaxDate = (defaultDateValue: any, maxDateValue: any): boolean => {
320
- if (!defaultDateValue || !maxDateValue) return false
321
-
322
- const defaultDateObj = toDateObject(defaultDateValue)
323
- const maxDateObj = toDateObject(maxDateValue)
324
-
325
- if (!defaultDateObj || !maxDateObj) return false
326
-
327
- const defaultDateOnly = new Date(defaultDateObj.getFullYear(), defaultDateObj.getMonth(), defaultDateObj.getDate())
328
- const maxDateOnly = new Date(maxDateObj.getFullYear(), maxDateObj.getMonth(), maxDateObj.getDate())
329
-
330
- return defaultDateOnly > maxDateOnly
331
- }
332
-
333
- const defaultDateValue: any = defaultDateGetter()
334
- // Only check for and out-of-range if user actually provided minDate/maxDate constraints
335
- const isBeforeMin = minDate && isDefaultDateBeforeMinDate(defaultDateValue, setMinDate)
336
- const isAfterMax = maxDate && isDefaultDateAfterMaxDate(defaultDateValue, setMaxDate)
337
-
338
- // Store these values for use in onClose handler
339
- const hasOutOfRangeDefault = (isBeforeMin || isAfterMax) && defaultDateValue
340
-
341
- // Temporarily adjust minDate/maxDate to allow defaultDate to render if it's out of range via user provided minDate/maxDate constraints
342
- const effectiveMinDate = isBeforeMin && defaultDateValue && minDate
343
- ? formatDateForFlatpickr(defaultDateValue) || setMinDate
344
- : setMinDate
345
-
346
- const effectiveMaxDate = isAfterMax && defaultDateValue && maxDate
347
- ? formatDateForFlatpickr(defaultDateValue) || setMaxDate
348
- : setMaxDate
349
-
350
- // End of Default Date + Min/Max Date Initialization Helper Functions section ----/
351
-
352
278
  flatpickr(`#${pickerId}`, {
353
279
  allowInput,
354
280
  closeOnSelect,
@@ -360,32 +286,11 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
360
286
  locale: {
361
287
  rangeSeparator: ' to '
362
288
  },
363
- maxDate: effectiveMaxDate,
364
- minDate: effectiveMinDate,
289
+ maxDate: setMaxDate,
290
+ minDate: setMinDate,
365
291
  mode,
366
292
  nextArrow: '<i class="far fa-angle-right"></i>',
367
293
  onOpen: [(_selectedDates, _dateStr, fp) => {
368
- // If defaultDate was out of range of a dev set min/max date, restore it when calendar opens (in situation where the input was manually cleared or the calendar was closed without selection)
369
- if (hasOutOfRangeDefault) {
370
- const dateObj = toDateObject(defaultDateValue)
371
- if (dateObj) {
372
- const inputIsBlank = !fp.input.value || fp.input.value.trim() === ''
373
- const noSelection = !fp.selectedDates || fp.selectedDates.length === 0
374
-
375
- if (inputIsBlank || noSelection) {
376
- const formattedDate = fp.formatDate(dateObj, getDateFormat())
377
- if (formattedDate) {
378
- fp.input.value = formattedDate
379
- }
380
- fp.selectedDates = [dateObj]
381
- fp.jumpToDate(dateObj)
382
- setTimeout(() => {
383
- yearChangeHook(fp)
384
- }, 0)
385
- }
386
- }
387
- }
388
-
389
294
  calendarResizer()
390
295
  if (resizeRepositionHandlerRef) {
391
296
  window.removeEventListener('resize', resizeRepositionHandlerRef)
@@ -398,30 +303,12 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
398
303
  if (!staticPosition && scrollContainer) attachToScroll(scrollContainer)
399
304
  positionCalendarIfNeeded(fp)
400
305
  }],
401
- onClose: [(selectedDates, dateStr, fp) => {
306
+ onClose: [(selectedDates, dateStr) => {
402
307
  if (resizeRepositionHandlerRef) {
403
308
  window.removeEventListener('resize', resizeRepositionHandlerRef)
404
309
  resizeRepositionHandlerRef = null
405
310
  }
406
311
  if (!staticPosition && scrollContainer) detachFromScroll(scrollContainer as HTMLElement)
407
-
408
- // If defaultDate was out of range and no date was selected, preserve the default date
409
- if (hasOutOfRangeDefault && (!selectedDates || selectedDates.length === 0)) {
410
- const dateObj = toDateObject(defaultDateValue)
411
- if (dateObj && fp.input) {
412
- const formattedDate = fp.formatDate(dateObj, getDateFormat())
413
- if (formattedDate) {
414
- setTimeout(() => {
415
- if (fp.input && (!fp.selectedDates || fp.selectedDates.length === 0)) {
416
- fp.input.value = formattedDate
417
- fp.selectedDates = [dateObj]
418
- fp.jumpToDate(dateObj)
419
- }
420
- }, 0)
421
- }
422
- }
423
- }
424
-
425
312
  onClose(selectedDates, dateStr)
426
313
  }],
427
314
  onChange: [(selectedDates, dateStr, fp) => {
@@ -443,71 +330,6 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
443
330
  const picker = document.querySelector<HTMLElement & { [x: string]: any }>(`#${pickerId}`)._flatpickr
444
331
  picker.innerContainer.parentElement.id = `cal-${pickerId}`
445
332
 
446
- // If defaultDate was out of range, restore the original minDate/maxDate after initialization (defaultDate displayed, still cannot select dates outside the actual range via user provided minDate/maxDate constraints)
447
- if ((isBeforeMin || isAfterMax) && defaultDateValue) {
448
- const dateObj = toDateObject(defaultDateValue)
449
- const formattedDate = dateObj ? picker.formatDate(dateObj, getDateFormat()) : null
450
-
451
- setTimeout(() => {
452
- if (!dateObj || !picker.input || !formattedDate) return
453
-
454
- picker.setDate(dateObj, false)
455
-
456
- if (isBeforeMin && setMinDate && minDate) {
457
- picker.set('minDate', setMinDate)
458
- }
459
- if (isAfterMax && setMaxDate && maxDate) {
460
- picker.set('maxDate', setMaxDate)
461
- }
462
- picker.input.value = formattedDate
463
-
464
- picker.selectedDates = [dateObj]
465
-
466
- setTimeout(() => {
467
- yearChangeHook(picker)
468
- }, 0)
469
-
470
- // Restore function for out-of-range default dates
471
- const restoreOutOfRangeValue = () => {
472
- if (!picker.input) return
473
-
474
- const inputIsBlank = !picker.input.value || picker.input.value.trim() === ''
475
- const noSelection = !picker.selectedDates || picker.selectedDates.length === 0
476
-
477
- if (inputIsBlank || noSelection) {
478
- setTimeout(() => {
479
- if (picker.input && (!picker.input.value || picker.input.value.trim() === '')) {
480
- picker.input.value = formattedDate
481
- }
482
- if (!picker.selectedDates || picker.selectedDates.length === 0) {
483
- picker.selectedDates = [dateObj]
484
- if (picker.isOpen) {
485
- picker.jumpToDate(dateObj)
486
- picker.redraw()
487
- setTimeout(() => {
488
- yearChangeHook(picker)
489
- }, 0)
490
- }
491
- }
492
- }, 0)
493
- }
494
- }
495
-
496
- const originalClear = picker.clear.bind(picker)
497
- picker.clear = function(...args: any[]) {
498
- const result = originalClear(...args)
499
- setTimeout(() => restoreOutOfRangeValue(), 0)
500
- return result
501
- }
502
-
503
- picker.input.addEventListener('input', restoreOutOfRangeValue)
504
-
505
- picker.config.onClose.push(() => {
506
- restoreOutOfRangeValue()
507
- })
508
- }, 10)
509
- }
510
-
511
333
  // replace year selector with dropdown
512
334
  picker.yearElements[0].parentElement.innerHTML = `<select class="numInput cur-year" type="number" tabIndex="-1" aria-label="Year" id="year-${pickerId}"></select>`
513
335
 
@@ -1,24 +1,3 @@
1
- <%
2
- options = [
3
- {
4
- label: "United States",
5
- value: "unitedStates",
6
- id: "us"
7
- },
8
- {
9
- label: "United Kingdom",
10
- value: "unitedKingdom",
11
- id: "gb"
12
- },
13
- {
14
- label: "Pakistan",
15
- value: "pakistan",
16
- id: "pk"
17
- }
18
- ]
19
- %>
20
-
21
-
22
1
  <%= pb_rails("button", props: { text: "Open Complex Dialog", data:{"open-dialog": "dialog-complex"} }) %>
23
2
 
24
3
  <%= pb_rails("dialog", props: { id:"dialog-complex", size: "lg", full_height: true }) do %>
@@ -31,16 +10,6 @@
31
10
  <%= pb_rails("rich_text_editor", props: {id: "default", value: "Add your text here"}) %>
32
11
  <%= pb_rails("caption", props: { text: "Type in a word or term too help find tickets later. ex. training, phone setup, hr", margin_bottom: "xs", margin_top: "sm" }) %>
33
12
  <%= pb_rails("typeahead", props: { placeholder: "Tags.."}) %>
34
- <%= pb_rails("dropdown", props: {options: options, autocomplete: true}) %>
35
- <%= pb_rails("typeahead", props: {
36
- id: "typeahead-default",
37
- placeholder: "Select one...",
38
- options: options,
39
- name: :foo,
40
- margin_top: "sm",
41
- is_multi: false
42
- })
43
- %>
44
13
 
45
14
  <% end %>
46
15
  <%= pb_rails("dialog/dialog_footer", props: {cancel_button: "Back", confirm_button: "Send my Issue", confirm_button_id:"confirm-complex", id: "dialog-complex"}) %>
@@ -1 +1 @@
1
- You can customize the order of the colors you would like to use by using the `colors` prop. Only the data and status colors will work for Playbook charts. See the [design page](https://playbook.powerapp.cloud/tokens/colors) for reference.
1
+ You can customize the order of the colors you would like to use by using the `colors` prop. Only the data and status colors will work for Playbook charts. See the [design page](https://playbook.powerapp.cloud/token/colors) for reference.