Skip to content

Commit

Permalink
Merge branch 'dev' into ROU-4196
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarcelino-fe authored Oct 2, 2023
2 parents 2d69816 + b161718 commit 6749532
Show file tree
Hide file tree
Showing 16 changed files with 467 additions and 469 deletions.
68 changes: 68 additions & 0 deletions .github/workflows/DocsGenDeployManually.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: docs-generate-deploy-manually

on:
workflow_dispatch:

jobs:
compile-prod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main

- run: npm install

- name: Compile Prod
run: npm run build

- name: Git Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: Compiled Production Mode [skip ci]

update-doc:
needs: compile-prod
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
token: ${{ secrets.PAT }}

- uses: actions/setup-node@v3

- run: npm install

- name: Install graphviz
run: sudo apt install -y graphviz

- run: npm run docs

- name: Git Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: Update documentation [skip ci]

deploy-doc:
needs: update-doc
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
ref: main

- uses: actions/setup-node@v3

- name: Push files into github page
uses: GuillaumeFalourd/copy-push-files@v1

with:
source_files: docs/*
remote_repository: https://github.com/outsystems-ui-docs/outsystems-ui-docs.github.io
access_token: ${{ secrets.UICOMPONENTSDOCS }}
target_branch: main
commit_message: Deploy documentation.
4 changes: 4 additions & 0 deletions dist/OutSystemsUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -8165,6 +8165,9 @@ span.flatpickr-weekday{
.flatpickr-calendar.hasWeeks .flatpickr-weekwrapper .flatpickr-weeks{
margin-right:var(--space-xs);
}
.flatpickr-calendar.hasWeeks .flatpickr-weekwrapper .flatpickr-weeks .flatpickr-day{
color:var(--color-neutral-5);
}
.flatpickr-calendar.hasWeeks span.flatpickr-day{
height:35px;
line-height:34px;
Expand Down Expand Up @@ -10849,6 +10852,7 @@ html[data-uieditorversion^="1"] .osui-timepicker__dropdown-ss-preview.time12h, h
}
/*! 6.4.3. OverflowMenu */
.osui-overflow-menu{
display:inline-block;
--osui-overflow-menu-min-width:170px;
--border-radius-rounded:16px;
}
Expand Down
31 changes: 15 additions & 16 deletions dist/OutSystemsUI.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -647,12 +647,6 @@ declare namespace OSFramework.OSUI.Event.DOMEvents.Listeners {
private _bodyTrigger;
}
}
declare namespace OSFramework.OSUI.Event.DOMEvents.Listeners {
class BodyOnScroll extends AbstractListener<string> {
constructor();
private _bodyTrigger;
}
}
declare namespace OSFramework.OSUI.Event.DOMEvents.Listeners {
interface IListener extends IEvent<unknown> {
disableBodyClickEvent?(): void;
Expand All @@ -663,9 +657,9 @@ declare namespace OSFramework.OSUI.Event.DOMEvents.Listeners {
enum Type {
BalloonOnToggle = "balloon.onToggle",
BodyOnClick = "body.onclick",
BodyOnScroll = "body.onscroll",
BodyOnMouseDown = "body.mousedown",
OrientationChange = "window.onorientationchange",
ScreenOnScroll = "screen.onscroll",
WindowResize = "window.onresize"
}
}
Expand All @@ -684,6 +678,12 @@ declare namespace OSFramework.OSUI.Event.DOMEvents.Listeners {
private _orientationTrigger;
}
}
declare namespace OSFramework.OSUI.Event.DOMEvents.Listeners {
class ScreenOnScroll extends AbstractListener<string> {
constructor();
private _screenTrigger;
}
}
declare namespace OSFramework.OSUI.Event.DOMEvents.Listeners {
class WindowResize extends AbstractListener<string> {
private _timeout;
Expand Down Expand Up @@ -1916,11 +1916,11 @@ declare namespace OSFramework.OSUI.Patterns.Dropdown.ServerSide {
private _balloonWrapperElement;
private _closeDynamically;
private _eventOnBodyClick;
private _eventOnBodyScroll;
private _eventOnClick;
private _eventOnClickInputSearch;
private _eventOnCloseTransitionEnd;
private _eventOnOrientationChange;
private _eventOnScreenScroll;
private _eventOnSearchInputBlur;
private _eventOnSearchInputFocus;
private _eventOnSpanFocus;
Expand All @@ -1933,7 +1933,6 @@ declare namespace OSFramework.OSUI.Patterns.Dropdown.ServerSide {
private _isBlocked;
private _isOpen;
private _platformEventOnToggleCallback;
private _requestAnimationOnBodyScroll;
private _selectValuesWrapper;
private _selectValuesWrapperAriaLabel;
private _selfElementBoundingClientRect;
Expand All @@ -1947,9 +1946,9 @@ declare namespace OSFramework.OSUI.Patterns.Dropdown.ServerSide {
private _hasNoImplementation;
private _moveBallonElement;
private _onBodyClick;
private _onBodyScroll;
private _onKeyboardPressed;
private _onOrientationChange;
private _onScreenScroll;
private _onSearchInputBlur;
private _onSearchInputClicked;
private _onSearchInputFocus;
Expand Down Expand Up @@ -3006,8 +3005,8 @@ declare namespace OSFramework.OSUI.Patterns.SectionIndexItem {
}
declare namespace OSFramework.OSUI.Patterns.SectionIndexItem {
class SectionIndexItem extends AbstractChild<SectionIndexItemConfig, SectionIndex.ISectionIndex> implements ISectionIndexItem {
private _eventOnBodyScroll;
private _eventOnClick;
private _eventOnScreenScroll;
private _eventOnkeyBoardPress;
private _headerHeight;
private _headerIsFixed;
Expand All @@ -3016,8 +3015,8 @@ declare namespace OSFramework.OSUI.Patterns.SectionIndexItem {
private _targetElement;
private _targetElementOffset;
constructor(uniqueId: string, configs: JSON);
private _onBodyScroll;
private _onKeyboardPressed;
private _onScreenScroll;
private _onSelected;
private _removeEvents;
private _setHeaderSize;
Expand Down Expand Up @@ -3623,10 +3622,10 @@ declare namespace OSFramework.OSUI.Patterns.Tooltip {
private _eventOnBalloonClick;
private _eventOnBlur;
private _eventOnBodyClick;
private _eventOnBodyScroll;
private _eventOnClick;
private _eventOnFocus;
private _eventOnOpenedBalloon;
private _eventOnScreenScroll;
private _eventOnWindowResize;
private _intersectionObserver;
private _isBalloonWrapperMouseEnter;
Expand All @@ -3649,12 +3648,12 @@ declare namespace OSFramework.OSUI.Patterns.Tooltip {
private _onBalloonWrapperMouseLeave;
private _onBlur;
private _onBodyClick;
private _onBodyScroll;
private _onClick;
private _onFocus;
private _onIconMouseEnter;
private _onIconMouseLeave;
private _onOpenedBalloon;
private _onScreenScroll;
private _onWindowResize;
private _setBalloonCoordinates;
private _setBalloonPosition;
Expand Down Expand Up @@ -6015,11 +6014,11 @@ declare namespace Providers.OSUI.SharedProviderResources.Flatpickr.Enum {
}
declare namespace Providers.OSUI.SharedProviderResources.Flatpickr {
class UpdatePositionOnScroll {
private _onBodyScrollEvent;
private _onScreenScrollEvent;
private _picker;
private _requestAnimationOnBodyScroll;
constructor(picker: Datepicker.Flatpickr.IFlatpickr | TimePicker.Flatpickr.IFlatpickrTime | MonthPicker.Flatpickr.IFlatpickrMonth);
private _onBodyScroll;
private _onScreenScroll;
private _setCallbacks;
private _setUpEvents;
private _unsetCallbacks;
Expand Down
Loading

0 comments on commit 6749532

Please sign in to comment.