Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
ecec57e
Change Dockefile
Feb 3, 2022
0411c91
Delete EXPOSE from Dockerfile
Feb 7, 2022
e2fcdf8
Merge pull request #370 from soramitsu/origin/feature/DOPS-1632/revie…
f33r0 Feb 9, 2022
2b5db01
fix leading dot (#385)
Nikita-Polyakov Feb 24, 2022
8842a08
Fix dialog structure search for computed props (#392)
stefashkaa Mar 3, 2022
f858cba
Feature/add preview image option (#399)
RustemYuzlibaev Mar 29, 2022
f806bb1
Bump minimist from 1.2.5 to 1.2.6 (#402)
dependabot[bot] Apr 14, 2022
456825d
Bump lodash from 4.17.15 to 4.17.21 (#400)
dependabot[bot] Apr 14, 2022
0fc14e7
Bump nanoid from 3.1.23 to 3.3.2 (#401)
dependabot[bot] Apr 14, 2022
dc83219
Bump follow-redirects from 1.11.0 to 1.14.9 (#387)
dependabot[bot] Apr 14, 2022
4b8c8c5
Bump postcss from 8.2.10 to 8.2.13 (#364)
dependabot[bot] Apr 14, 2022
6417492
Bump node-fetch from 2.6.0 to 2.6.7 (#366)
dependabot[bot] Apr 15, 2022
225bb6b
Bump tmpl from 1.0.4 to 1.0.5 (#331)
dependabot[bot] Apr 15, 2022
ac1dc0e
Bump ws from 5.2.2 to 5.2.3 (#332)
dependabot[bot] Apr 15, 2022
b57d244
Bump ajv from 6.12.2 to 6.12.6 (#388)
dependabot[bot] Apr 15, 2022
14bea29
Fix image preview (#407)
stefashkaa Apr 15, 2022
9dc135b
add Sonar
May 25, 2022
90bf40c
fix
May 25, 2022
06bd95f
STooltip: Added center alignment for the arrow. (#416)
alexnatalia May 30, 2022
7f95ca3
STooltip: Reverted Popper Arrow Styles Update (#418)
alexnatalia May 31, 2022
1b42253
STooltip: Decreased Open Delay. (#419)
alexnatalia Jun 2, 2022
58500be
Merge branch 'develop' into feature/SNE-132/add-sonar
Cre-eD Jun 2, 2022
dc3a59a
Merge pull request #413 from soramitsu/feature/SNE-132/add-sonar
wpi86 Jun 3, 2022
9feb3ea
Fixed Receive Misspelling. (#444)
alexnatalia Jul 14, 2022
4b688f6
[DOPS-1857] Add publish button for all libraries PRs & branches in Je…
baotn166 Jul 17, 2022
47039de
Merge pull request #454 from soramitsu/feature/DOPS-1857
baotn166 Jul 18, 2022
3389b1c
[DOPS-1857] Add publish button for all libraries PRs & branches in Je…
baotn166 Aug 4, 2022
8c1f18a
Merge pull request #457 from soramitsu/feature/DOPS-1857
baotn166 Aug 4, 2022
8022d6c
add neu select styles (#458)
Nikita-Polyakov Aug 9, 2022
a4c87bf
Differences in Tabindex Types Fix, V-Button Directive (#462)
alexnatalia Aug 29, 2022
5c899e6
Fix directives (#464)
stefashkaa Aug 30, 2022
757157d
Focus Behaviour Improvements (#466)
alexnatalia Sep 20, 2022
2a80622
Improved Focus Outline Mixin. (#468)
alexnatalia Sep 26, 2022
f5a8d82
Update packages & storybook to 6 version (#479)
Nikita-Polyakov Nov 30, 2022
2b2cb65
Update Dockerfile
Dec 5, 2022
708704c
Merge pull request #486 from soramitsu/fix-vulns
Dec 5, 2022
130a589
Fix/storybook 6 build (#484)
Nikita-Polyakov Dec 8, 2022
f5c2d79
update input event firing (#491)
Nikita-Polyakov Dec 9, 2022
a4ca6cb
Fix collapse shadow and statuses (#505)
stefashkaa Mar 10, 2023
800ef80
Fix center state for arrow in collapse (#509)
stefashkaa Mar 10, 2023
17118c3
Set up sonar,dojo
C4tWithShell Jul 19, 2023
7adbc86
Merge pull request #554 from soramitsu/feature/SNE-245/sonar_dojo
C4tWithShell Jul 31, 2023
d630a2a
fix dropdown icon (#558)
Nikita-Polyakov Aug 15, 2023
24f2a0b
Feature/update dep (#553)
Barnicle Aug 21, 2023
f859c6a
Merge remote-tracking branch 'origin/develop' into release/1.0.46
Nikita-Polyakov Aug 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Library('jenkins-library' ) _

def pipeline = new org.js.LibPipeline(steps: this,
buildDockerImage: 'build-tools/node:14-ubuntu',
buildDockerImage: 'build-tools/node:16-ubuntu',
dockerImageName: 'soramitsu/soramitsu-js-ui-library',
libExamplesBuildCmds: ['yarn storybook:build'],
sonarProjectName: 'soramitsu-js-ui-library',
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soramitsu/soramitsu-js-ui",
"version": "1.0.45",
"version": "1.0.46",
"private": false,
"publishConfig": {
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"
Expand Down Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.21",
"throttle-debounce": "^1.0.1",
"v-jsoneditor": "^1.4.5",
"vue": "2.6.14",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.28.2",
"vue-property-decorator": "^9.1.2",
Expand All @@ -42,22 +42,23 @@
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-storysource": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/theming": "^6.5.13",
"@storybook/vue": ">=6.5.13",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-storysource": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/core-server": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/theming": "6.5.16",
"@storybook/vue": "6.5.16",
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.190",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vue/cli-plugin-babel": "5.0.0-beta.4",
"@vue/cli-plugin-eslint": "5.0.0-beta.4",
"@vue/cli-plugin-typescript": "5.0.0-beta.4",
"@vue/cli-plugin-unit-jest": "5.0.0-beta.4",
"@vue/cli-service": "5.0.0-beta.4",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.2.2",
Expand Down Expand Up @@ -85,7 +86,7 @@
"typescript": "~4.4.4",
"vue-cli-plugin-storybook": "~1.2.2",
"vue-router": "^3.3.4",
"vue-template-compiler": "2.6.14"
"vue-template-compiler": "^2.6.14"
},
"postcss": {
"plugins": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default class SScrollSections extends Vue {
}

get scrollableParent (): any {
return this.parent ? this.$parent.$el : window
return this.parent && this.$parent ? this.$parent.$el : window
}

private setState (): void {
Expand Down
2 changes: 1 addition & 1 deletion src/stories/SButton.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const configurable: Story = (args, { argTypes }) => ({
},
computed: {
isAction () {
return this.type === ButtonTypes.ACTION
return (this as any).type === ButtonTypes.ACTION
}
}
})
Expand Down
Loading