@fkui/vue-labs 6.49.1 → 6.50.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.
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __defProp = Object.defineProperty;
3
2
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/cypress/index.ts", "../../src/cypress/XDummy.pageobject.ts"],
4
4
  "sourcesContent": ["export { XDummyPageObject } from \"./XDummy.pageobject\";\n", "import { type BasePageObject, type DefaultCypressChainable } from \"./common\";\n\n/**\n * @public\n */\nexport class XDummyPageObject implements BasePageObject {\n public selector: string;\n public el: () => DefaultCypressChainable;\n\n /**\n * @param selector - the root of the dummy, usually `<dummy class=\"dummy\">...</dummy>`.\n */\n public constructor(selector: string) {\n this.selector = selector;\n this.el = () => cy.get(this.selector);\n }\n\n /**\n * Heading\n */\n public heading(): DefaultCypressChainable {\n return cy.get(`${this.selector} h1`);\n }\n}\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACKO,IAAM,mBAAN,MAAiD;AAAA,EAC7C;AAAA,EACA;AAAA;AAAA;AAAA;AAAA,EAKA,YAAY,UAAkB;AACjC,SAAK,WAAW;AAChB,SAAK,KAAK,MAAM,GAAG,IAAI,KAAK,QAAQ;AAAA,EACxC;AAAA;AAAA;AAAA;AAAA,EAKO,UAAmC;AACtC,WAAO,GAAG,IAAI,GAAG,KAAK,QAAQ,KAAK;AAAA,EACvC;AACJ;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACKO,IAAM,mBAAN,MAAiD;AAAA,EAC7C;AAAA,EACA;AAAA;AAAA;AAAA;AAAA,EAKA,YAAY,UAAkB;AACjC,SAAK,WAAW;AAChB,SAAK,KAAK,MAAM,GAAG,IAAI,KAAK,QAAQ;AAAA,EACxC;AAAA;AAAA;AAAA;AAAA,EAKO,UAAmC;AACtC,WAAO,GAAG,IAAI,GAAG,KAAK,QAAQ,KAAK;AAAA,EACvC;AACJ;",
6
6
  "names": []
7
7
  }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.7"
8
+ "packageVersion": "7.58.9"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue-labs",
3
- "version": "6.49.1",
3
+ "version": "6.50.0",
4
4
  "description": "Experimental and unstable FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
@@ -48,21 +48,21 @@
48
48
  "build:dts": "vue-tsc -b",
49
49
  "build:lib": "fk-build-vue-lib",
50
50
  "build:selectors": "fk-build-selectors",
51
- "clean": "rimraf -g .jest-cache coverage dist public temp test-results",
51
+ "clean": "rimraf -g coverage dist public temp test-results",
52
52
  "prepack": "release-prepack --bundle --retain-scripts",
53
53
  "postpack": "release-postpack",
54
54
  "prepublishOnly": "release-prepublish --bundle --retain-scripts",
55
55
  "start": "vite --",
56
56
  "start:docs": "fkui-serve public",
57
- "test": "jest --coverage",
58
- "unit": "jest",
59
- "unit:watch": "jest --watch"
57
+ "test": "vitest run --coverage",
58
+ "unit": "vitest run",
59
+ "unit:watch": "vitest"
60
60
  },
61
61
  "peerDependencies": {
62
- "@fkui/date": "^6.49.1",
63
- "@fkui/design": "^6.49.1",
64
- "@fkui/logic": "^6.49.1",
65
- "@fkui/vue": "^6.49.1",
62
+ "@fkui/date": "^6.50.0",
63
+ "@fkui/design": "^6.50.0",
64
+ "@fkui/logic": "^6.50.0",
65
+ "@fkui/vue": "^6.50.0",
66
66
  "html-validate": ">= 10.10.0",
67
67
  "vue": "^3.5.0"
68
68
  },
@@ -75,5 +75,5 @@
75
75
  "node": "^22.16 || >= 24",
76
76
  "npm": ">= 7"
77
77
  },
78
- "gitHead": "33a29c8c8f048389353574eaa04acd420ffbd994"
78
+ "gitHead": "5ee1e19fb1bb28de5162b858039826245fddb309"
79
79
  }